diff --git a/plugin/kokomi/.gitignore b/plugin/kokomi/.gitignore new file mode 100644 index 0000000000..66fd13c903 --- /dev/null +++ b/plugin/kokomi/.gitignore @@ -0,0 +1,15 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ diff --git a/plugin/kokomi/LICENSE b/plugin/kokomi/LICENSE new file mode 100644 index 0000000000..0ad25db4bd --- /dev/null +++ b/plugin/kokomi/LICENSE @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. diff --git a/plugin/kokomi/README.md b/plugin/kokomi/README.md new file mode 100644 index 0000000000..1183c0c7ca --- /dev/null +++ b/plugin/kokomi/README.md @@ -0,0 +1,88 @@ +# kokomi + +kokomi是一个ZeroBot-Plugin的扩展插件,提供包括原神角色面板绘制,快速返回图片等升级功能。 +相比与喵喵菜单,本插件不依赖浏览器渲染,可以再树莓派等机器上运行(按理来说是可以的),占用内存较低 + +具体功能可在安装插件后 通过`kokomi菜单`,`/用法kokomi`,`/用法kokomi_wiki`进行查看。 +# 安装与更新 + +请先安装ZeroBot-Plugin,仓库地址[ZeroBot-Plugin](https://github.com/FloatTech/ZeroBot-Plugin) + +在配置成功上述程序源码后,再安装本插件,否则无法生效 + + +推荐使用git进行安装,以方便后续升级。在ZeroBot-Plugin根目录夹打开终端,运行 + +//使用Github + + git clone https://github.com/lianhong2758/kokomi-plugin.git ./plugin/kokomi/ + +//使用Gitte + + git clone https://gitee.com/lianhong2758/kokomi-plugin.git ./plugin/kokomi/ + +//在群文件下载 + +如果是手动下载的zip压缩包,请将解压后的kokomi文件夹放置在ZeroBot-Plugin目录下的plugin文件夹内。 + +通过上述三种方法之一下载,然后在main.go中导入包 + + _ "github.com/FloatTech/ZeroBot-Plugin/plugin/kokomi" // kokomi原神面板 + +# 功能说明(部分移植喵喵菜单) +- 原神面板功能: +- kokomi菜单 +- 绑定xxx(uid) +- 删除账号 +- 更新面板 +- 全部面板 +- 雷神面板 +- 队伍伤害[xx xx xx xx] +管理员专属 +- 上传第(1|2)立绘XX +- 删除第(1|2)立绘XX +- 切换api[数字] + +原神wiki功能: +- #材料/培养xxx [角色培养材料查询] +- #特产/位置xxx [特产位置查询] +- #武器/图鉴xxx [武器图鉴查询] +- #收益xxx [角色收益曲线查询] +- #参考xxx [角色参考面板查询] +- #查卡xxx [七圣召唤查卡] +- #攻略xxx [角色攻略查询] +- #原魔xxx [原魔图鉴查询] +- #xxx [角色图鉴查询] + +# 服务依赖 + +#更新面板 依赖于面板查询API,面板服务由 `http://enka.network/`提供 +如果可以的话,也请在Patreon上支持Enka,或提供闲置的原神账户,具体可在Enka官网 Discord联系 + +国内网络如Enka服务访问不稳定,可尝试更换 @MiniGrayGay 大佬提供的中转服务 +方法:发送切换api即可(需要权限),未来可能适配喵喵api + + 【链接1】:https://enka.microgg.cn/ + 【链接2】:https://enka.minigg.cn/ +# 未来可期 (以后可能适配的功能) +#雷神伤害 +#本地计算 + +免责声明 + + 功能仅限交流技术使用,请勿将kokomi用于以盈利为目的的场景 + 图片与其他素材均来借用喵喵菜单,在此感谢大佬,如有侵权请联系,会立即删除 + +其他 + + 喵喵插件[Miao-Plugin]:感谢喵喵菜单提供模板学习 + Enka: 感谢Enka提供的面板服务 + genshin-atlas:感谢西风驿站提供wiki查询功能 + LittlePaimon:感谢小派蒙提供json数据库 + +# 获得帮助 + 欢迎进行提问,如果可能,我将尽快回答你的问题,或者fix该问题 + 若有开发建议,欢迎来开发群内进行讨论 + QQ群 + ZeroBot-Plugin官方二群609640932 + kokomi开发/维护/交流678586912 diff --git a/plugin/kokomi/config.go b/plugin/kokomi/config.go new file mode 100644 index 0000000000..af25d7ad7a --- /dev/null +++ b/plugin/kokomi/config.go @@ -0,0 +1,22 @@ +package kokomi + +import ( + "encoding/json" + "github.com/sirupsen/logrus" + "os" +) + +var Config config + +func init() { + cache, err := os.ReadFile("plugin/kokomi/config.json") + if err != nil { + logrus.Errorln("获取kokomi配置文件错误") + os.Exit(1) + } + err = json.Unmarshal(cache, &Config) + if err != nil { + logrus.Errorln("解析kokomi配置文件错误") + os.Exit(1) + } +} diff --git a/plugin/kokomi/config.json b/plugin/kokomi/config.json new file mode 100644 index 0000000000..287c2aa4f8 --- /dev/null +++ b/plugin/kokomi/config.json @@ -0,0 +1,6 @@ +{ + "api_id": 1, + "apis": ["https://enka.microgg.cn/api/uid/%v", "https://enka.minigg.cn/u/%v/__data.json", "https://enka.network/api/uid/%v"], + "postfix": "~", + "edition": " & kokomi v2.4.1" +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/data.json" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/data.json" new file mode 100644 index 0000000000..89bc266016 --- /dev/null +++ "b/plugin/kokomi/data/character/\344\270\203\344\270\203/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000035, + "name": "七七", + "abbr": "七七", + "title": "冻冻回魂夜", + "star": 5, + "elem": "cryo", + "allegiance": "不卜庐", + "weapon": "sword", + "birth": "3-3", + "astro": "三清铃座", + "desc": "药庐「不卜庐」的采药姑娘兼学徒,面色苍白如纸的不死之人。话很少,也没有什么表情。", + "cncv": "宴宁", + "jpcv": "田村由加莉", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 12368, + "atk": 287.01, + "def": 922.27 + }, + "growAttr": { + "key": "heal", + "value": 22.15 + }, + "talentKey": { + "3531": "a", + "3532": "e", + "3539": "q" + }, + "talentId": { + "10351": 3531, + "10352": 3532, + "10353": 3539 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "哀叙冰玉", + "boss": "极寒之核", + "specialty": "琉璃袋", + "normal": "禁咒绘卷", + "talent": "「繁荣」的哲学", + "weekly": "北风之尾" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/detail.json" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/detail.json" new file mode 100644 index 0000000000..854a10a9bb --- /dev/null +++ "b/plugin/kokomi/data/character/\344\270\203\344\270\203/detail.json" @@ -0,0 +1,1367 @@ +{ + "id": "35", + "name": "七七", + "talent": { + "a": { + "id": 3531, + "name": "普通攻击·云来古剑法", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,瞬间向前方挥出两剑。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "37.75%", + "40.83%", + "43.9%", + "48.29%", + "51.36%", + "54.87%", + "59.7%", + "64.53%", + "69.36%", + "74.63%", + "79.9%", + "85.17%", + "90.43%", + "95.7%", + "100.97%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "38.87%", + "42.04%", + "45.2%", + "49.72%", + "52.88%", + "56.5%", + "61.47%", + "66.44%", + "71.42%", + "76.84%", + "82.26%", + "87.69%", + "93.11%", + "98.54%", + "103.96%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "24.17% + 24.17%", + "26.13% + 26.13%", + "28.1% + 28.1%", + "30.91% + 30.91%", + "32.88% + 32.88%", + "35.12% + 35.12%", + "38.22% + 38.22%", + "41.31% + 41.31%", + "44.4% + 44.4%", + "47.77% + 47.77%", + "51.14% + 51.14%", + "54.51% + 54.51%", + "57.89% + 57.89%", + "61.26% + 61.26%", + "64.63% + 64.63%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "24.68% + 24.68%", + "26.69% + 26.69%", + "28.7% + 28.7%", + "31.57% + 31.57%", + "33.58% + 33.58%", + "35.87% + 35.87%", + "39.03% + 39.03%", + "42.19% + 42.19%", + "45.35% + 45.35%", + "48.79% + 48.79%", + "52.23% + 52.23%", + "55.68% + 55.68%", + "59.12% + 59.12%", + "62.57% + 62.57%", + "66.01% + 66.01%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "63.04%", + "68.17%", + "73.3%", + "80.63%", + "85.76%", + "91.62%", + "99.69%", + "107.75%", + "115.81%", + "124.61%", + "133.41%", + "142.2%", + "151%", + "159.79%", + "168.59%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "64.33% + 64.33%", + "69.56% + 69.56%", + "74.8% + 74.8%", + "82.28% + 82.28%", + "87.52% + 87.52%", + "93.5% + 93.5%", + "101.73% + 101.73%", + "109.96% + 109.96%", + "118.18% + 118.18%", + "127.16% + 127.16%", + "136.14% + 136.14%", + "145.11% + 145.11%", + "154.09% + 154.09%", + "163.06% + 163.06%", + "172.04% + 172.04%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 3532, + "name": "仙法·寒病鬼差", + "desc": [ + "冰血化符,召唤寒病鬼差,并对周围的敌人造成冰元素伤害。", + "

寒病鬼差

", + "·七七的普通攻击与重击命中时,为队伍中自己的角色,以及附近的友方角色恢复生命值,回复量受益于七七的攻击力;", + "·每隔一段时间,为当前场上自己的角色恢复生命值;", + "·跟随角色行动,对路径上的敌人造成冰元素伤害。", + "「这家伙主要是用来防止升温腐烂的…嗯,我说的是白先生那些精贵药材。」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "96%", + "103.2%", + "110.4%", + "120%", + "127.2%", + "134.4%", + "144%", + "153.6%", + "163.2%", + "172.8%", + "182.4%", + "192%", + "204%", + "216%", + "228%" + ] + }, + { + "name": "命中治疗量", + "unit": "", + "isSame": false, + "values": [ + "10.56%攻击 + 67.41", + "11.35%攻击 + 74.15", + "12.14%攻击 + 81.45", + "13.2%攻击 + 89.32", + "13.99%攻击 + 97.75", + "14.78%攻击 + 106.73", + "15.84%攻击 + 116.29", + "16.9%攻击 + 126.4", + "17.95%攻击 + 137.07", + "19.01%攻击 + 148.31", + "20.06%攻击 + 160.11", + "21.12%攻击 + 172.47", + "22.44%攻击 + 185.39", + "23.76%攻击 + 198.87", + "25.08%攻击 + 212.92" + ] + }, + { + "name": "持续治疗量", + "unit": "", + "isSame": false, + "values": [ + "69.6%攻击 + 450.55", + "74.82%攻击 + 495.61", + "80.04%攻击 + 544.43", + "87%攻击 + 597", + "92.22%攻击 + 653.33", + "97.44%攻击 + 713.41", + "104.4%攻击 + 777.25", + "111.36%攻击 + 844.84", + "118.32%攻击 + 916.18", + "125.28%攻击 + 991.29", + "132.24%攻击 + 1070.14", + "139.2%攻击 + 1152.76", + "147.9%攻击 + 1239.12", + "156.6%攻击 + 1329.25", + "165.3%攻击 + 1423.12" + ] + }, + { + "name": "寒病鬼差伤害", + "unit": "", + "isSame": false, + "values": [ + "36%", + "38.7%", + "41.4%", + "45%", + "47.7%", + "50.4%", + "54%", + "57.6%", + "61.2%", + "64.8%", + "68.4%", + "72%", + "76.5%", + "81%", + "85.5%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒" + ] + } + ] + }, + "q": { + "id": 3539, + "name": "仙法·救苦度厄", + "desc": [ + "七七释放体内封印的仙力,以度厄真符标记附近的敌人,并造成冰元素伤害。", + "

度厄真符

", + "处于度厄真符影响下的敌人受到伤害时,为造成伤害的角色恢复生命值。", + "「真名,救苦度厄真君,起死回骸童子。」", + "——七七并不能记起这句话。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "284.8%", + "306.16%", + "327.52%", + "356%", + "377.36%", + "398.72%", + "427.2%", + "455.68%", + "484.16%", + "512.64%", + "541.12%", + "569.6%", + "605.2%", + "640.8%", + "676.4%" + ] + }, + { + "name": "治疗量", + "unit": "", + "isSame": false, + "values": [ + "90%攻击 + 577.34", + "96.75%攻击 + 635.08", + "103.5%攻击 + 697.63", + "112.5%攻击 + 765", + "119.25%攻击 + 837.18", + "126%攻击 + 914.17", + "135%攻击 + 995.97", + "144%攻击 + 1082.58", + "153%攻击 + 1174.01", + "162%攻击 + 1270.24", + "171%攻击 + 1371.29", + "180%攻击 + 1477.15", + "191.25%攻击 + 1587.82", + "202.5%攻击 + 1703.31", + "213.75%攻击 + 1823.6" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 37.75, + 40.83, + 43.9, + 48.29, + 51.36, + 54.87, + 59.7, + 64.53, + 69.36, + 74.63, + 79.9, + 85.17, + 90.43, + 95.7, + 100.97 + ], + "二段伤害": [ + 38.87, + 42.04, + 45.2, + 49.72, + 52.88, + 56.5, + 61.47, + 66.44, + 71.42, + 76.84, + 82.26, + 87.69, + 93.11, + 98.54, + 103.96 + ], + "三段伤害": [ + 48.34, + 52.26, + 56.2, + 61.82, + 65.76, + 70.24, + 76.44, + 82.62, + 88.8, + 95.54, + 102.28, + 109.02, + 115.78, + 122.52, + 129.26 + ], + "三段伤害2": [ + [ + 24.17, + 24.17 + ], + [ + 26.13, + 26.13 + ], + [ + 28.1, + 28.1 + ], + [ + 30.91, + 30.91 + ], + [ + 32.88, + 32.88 + ], + [ + 35.12, + 35.12 + ], + [ + 38.22, + 38.22 + ], + [ + 41.31, + 41.31 + ], + [ + 44.4, + 44.4 + ], + [ + 47.77, + 47.77 + ], + [ + 51.14, + 51.14 + ], + [ + 54.51, + 54.51 + ], + [ + 57.89, + 57.89 + ], + [ + 61.26, + 61.26 + ], + [ + 64.63, + 64.63 + ] + ], + "四段伤害": [ + 49.36, + 53.38, + 57.4, + 63.14, + 67.16, + 71.74, + 78.06, + 84.38, + 90.7, + 97.58, + 104.46, + 111.36, + 118.24, + 125.14, + 132.02 + ], + "四段伤害2": [ + [ + 24.68, + 24.68 + ], + [ + 26.69, + 26.69 + ], + [ + 28.7, + 28.7 + ], + [ + 31.57, + 31.57 + ], + [ + 33.58, + 33.58 + ], + [ + 35.87, + 35.87 + ], + [ + 39.03, + 39.03 + ], + [ + 42.19, + 42.19 + ], + [ + 45.35, + 45.35 + ], + [ + 48.79, + 48.79 + ], + [ + 52.23, + 52.23 + ], + [ + 55.68, + 55.68 + ], + [ + 59.12, + 59.12 + ], + [ + 62.57, + 62.57 + ], + [ + 66.01, + 66.01 + ] + ], + "五段伤害": [ + 63.04, + 68.17, + 73.3, + 80.63, + 85.76, + 91.62, + 99.69, + 107.75, + 115.81, + 124.61, + 133.41, + 142.2, + 151, + 159.79, + 168.59 + ], + "重击伤害": [ + 128.66, + 139.12, + 149.6, + 164.56, + 175.04, + 187, + 203.46, + 219.92, + 236.36, + 254.32, + 272.28, + 290.22, + 308.18, + 326.12, + 344.08 + ], + "重击伤害2": [ + [ + 64.33, + 64.33 + ], + [ + 69.56, + 69.56 + ], + [ + 74.8, + 74.8 + ], + [ + 82.28, + 82.28 + ], + [ + 87.52, + 87.52 + ], + [ + 93.5, + 93.5 + ], + [ + 101.73, + 101.73 + ], + [ + 109.96, + 109.96 + ], + [ + 118.18, + 118.18 + ], + [ + 127.16, + 127.16 + ], + [ + 136.14, + 136.14 + ], + [ + 145.11, + 145.11 + ], + [ + 154.09, + 154.09 + ], + [ + 163.06, + 163.06 + ], + [ + 172.04, + 172.04 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 96, + 103.2, + 110.4, + 120, + 127.2, + 134.4, + 144, + 153.6, + 163.2, + 172.8, + 182.4, + 192, + 204, + 216, + 228 + ], + "命中治疗量": [ + 77.97, + 85.5, + 93.59, + 102.52, + 111.74, + 121.51, + 132.13, + 143.3, + 155.01999999999998, + 167.32, + 180.17000000000002, + 193.59, + 207.82999999999998, + 222.63, + 238 + ], + "命中治疗量2": [ + [ + 10.56, + 67.41 + ], + [ + 11.35, + 74.15 + ], + [ + 12.14, + 81.45 + ], + [ + 13.2, + 89.32 + ], + [ + 13.99, + 97.75 + ], + [ + 14.78, + 106.73 + ], + [ + 15.84, + 116.29 + ], + [ + 16.9, + 126.4 + ], + [ + 17.95, + 137.07 + ], + [ + 19.01, + 148.31 + ], + [ + 20.06, + 160.11 + ], + [ + 21.12, + 172.47 + ], + [ + 22.44, + 185.39 + ], + [ + 23.76, + 198.87 + ], + [ + 25.08, + 212.92 + ] + ], + "持续治疗量": [ + 520.15, + 570.4300000000001, + 624.4699999999999, + 684, + 745.5500000000001, + 810.8499999999999, + 881.65, + 956.2, + 1034.5, + 1116.57, + 1202.38, + 1291.96, + 1387.02, + 1485.85, + 1588.4199999999998 + ], + "持续治疗量2": [ + [ + 69.6, + 450.55 + ], + [ + 74.82, + 495.61 + ], + [ + 80.04, + 544.43 + ], + [ + 87, + 597 + ], + [ + 92.22, + 653.33 + ], + [ + 97.44, + 713.41 + ], + [ + 104.4, + 777.25 + ], + [ + 111.36, + 844.84 + ], + [ + 118.32, + 916.18 + ], + [ + 125.28, + 991.29 + ], + [ + 132.24, + 1070.14 + ], + [ + 139.2, + 1152.76 + ], + [ + 147.9, + 1239.12 + ], + [ + 156.6, + 1329.25 + ], + [ + 165.3, + 1423.12 + ] + ], + "寒病鬼差伤害": [ + 36, + 38.7, + 41.4, + 45, + 47.7, + 50.4, + 54, + 57.6, + 61.2, + 64.8, + 68.4, + 72, + 76.5, + 81, + 85.5 + ] + }, + "q": { + "技能伤害": [ + 284.8, + 306.16, + 327.52, + 356, + 377.36, + 398.72, + 427.2, + 455.68, + 484.16, + 512.64, + 541.12, + 569.6, + 605.2, + 640.8, + 676.4 + ], + "治疗量": [ + 667.34, + 731.83, + 801.13, + 877.5, + 956.43, + 1040.17, + 1130.97, + 1226.58, + 1327.01, + 1432.24, + 1542.29, + 1657.15, + 1779.07, + 1905.81, + 2037.35 + ], + "治疗量2": [ + [ + 90, + 577.34 + ], + [ + 96.75, + 635.08 + ], + [ + 103.5, + 697.63 + ], + [ + 112.5, + 765 + ], + [ + 119.25, + 837.18 + ], + [ + 126, + 914.17 + ], + [ + 135, + 995.97 + ], + [ + 144, + 1082.58 + ], + [ + 153, + 1174.01 + ], + [ + 162, + 1270.24 + ], + [ + 171, + 1371.29 + ], + [ + 180, + 1477.15 + ], + [ + 191.25, + 1587.82 + ], + [ + 202.5, + 1703.31 + ], + [ + 213.75, + 1823.6 + ] + ] + } + }, + "cons": { + "1": { + "name": "寒苦回向", + "desc": [ + "寒病鬼差命中被度厄真符标记的敌人时,为七七恢复2点元素能量。" + ] + }, + "2": { + "name": "冰寒蚀骨", + "desc": [ + "对受到冰元素影响的敌人,七七的普通攻击与重击造成的伤害提升15%。" + ] + }, + "3": { + "name": "升天宝诰", + "desc": [ + "仙法·救苦度厄的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "天威压众", + "desc": [ + "被度厄真符标记的目标,攻击力下降20%。" + ] + }, + "5": { + "name": "红莲开绽", + "desc": [ + "仙法·寒病鬼差的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "起死回骸", + "desc": [ + "施放仙法·救苦度厄时,复苏附近队伍中所有倒下的角色,并将其生命值恢复至50%。", + "该效果每15分钟只能触发一次。" + ] + } + }, + "passive": [ + { + "name": "前尘旧忆", + "desc": [ + "在小地图上显示周围的璃月区域特产的位置。" + ] + }, + { + "name": "延命妙法", + "desc": [ + "处于仙法·寒病鬼差状态下的角色触发元素反应时,受治疗加成提升20%,持续8秒。" + ] + }, + { + "name": "玉签偶开", + "desc": [ + "七七的普通攻击与重击命中敌人时,有50%的几率为敌人添加一枚度厄真符,持续6秒。该效果每30秒只能触发一次。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "heal" + ], + "details": { + "1": [ + 963, + 22.34, + 71.8, + 0 + ], + "20": [ + 2498, + 57.96, + 186.24, + 0 + ], + "40": [ + 4973, + 115.39, + 370.79, + 0 + ], + "50": [ + 6396, + 148.42, + 476.92, + 5.54 + ], + "60": [ + 8023, + 186.19, + 598.27, + 11.08 + ], + "70": [ + 9463, + 219.59, + 705.62, + 11.08 + ], + "80": [ + 10912, + 253.23, + 813.69, + 16.62 + ], + "90": [ + 12368, + 287.01, + 922.27, + 22.15 + ], + "20+": [ + 3323, + 77.12, + 247.8, + 0 + ], + "40+": [ + 5559, + 129, + 414.53, + 5.54 + ], + "50+": [ + 7178, + 166.57, + 535.24, + 11.08 + ], + "60+": [ + 8610, + 199.8, + 642.01, + 11.08 + ], + "70+": [ + 10050, + 233.21, + 749.36, + 16.62 + ], + "80+": [ + 11499, + 266.84, + 857.43, + 22.15 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-1.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-1.webp" new file mode 100644 index 0000000000..5ff55760eb Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-2.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-2.webp" new file mode 100644 index 0000000000..36c9e9e801 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-3.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-3.webp" new file mode 100644 index 0000000000..5887f2a8f8 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-4.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-4.webp" new file mode 100644 index 0000000000..a135ac7e16 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-5.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-5.webp" new file mode 100644 index 0000000000..583e5ca9c4 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-6.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-6.webp" new file mode 100644 index 0000000000..4323464f03 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/passive-0.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/passive-0.webp" new file mode 100644 index 0000000000..2b0029b3fe Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/passive-1.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/passive-1.webp" new file mode 100644 index 0000000000..8bd7fa899f Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/passive-2.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/passive-2.webp" new file mode 100644 index 0000000000..6fb12075f0 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/talent-a.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/talent-e.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/talent-e.webp" new file mode 100644 index 0000000000..0100a7ad1b Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/talent-q.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/talent-q.webp" new file mode 100644 index 0000000000..02857b50fe Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/banner.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/banner.webp" new file mode 100644 index 0000000000..601762c8b2 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/card.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/card.webp" new file mode 100644 index 0000000000..ab774f8fc7 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/face.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/face.webp" new file mode 100644 index 0000000000..b95f361833 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/gacha.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/gacha.webp" new file mode 100644 index 0000000000..ad316597e1 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/side.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/side.webp" new file mode 100644 index 0000000000..280a089bf8 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/splash.webp" "b/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/splash.webp" new file mode 100644 index 0000000000..e223b7dba5 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\203\344\270\203/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/data.json" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/data.json" new file mode 100644 index 0000000000..91c8b95f8f --- /dev/null +++ "b/plugin/kokomi/data/character/\344\270\275\350\216\216/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000006, + "name": "丽莎", + "abbr": "丽莎", + "title": "蔷薇魔女", + "star": 4, + "elem": "electro", + "allegiance": "西风骑士团", + "weapon": "catalyst", + "birth": "6-9", + "astro": "沙漏座", + "desc": "慵懒而博学的图书管理员,须弥教令院「两百年一见」的天才毕业生。", + "cncv": "钟可", + "jpcv": "田中理惠", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 9570, + "atk": 231.51, + "def": 573.32 + }, + "growAttr": { + "key": "mastery", + "value": 96 + }, + "talentKey": { + "431": "a", + "432": "e", + "439": "q" + }, + "talentId": { + "10060": 431, + "10061": 432, + "10062": 439 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "最胜紫晶", + "boss": "雷光棱镜", + "specialty": "落落莓", + "normal": "史莱姆原浆", + "talent": "「诗文」的哲学", + "weekly": "东风之爪" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/detail.json" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/detail.json" new file mode 100644 index 0000000000..96af68ec7b --- /dev/null +++ "b/plugin/kokomi/data/character/\344\270\275\350\216\216/detail.json" @@ -0,0 +1,959 @@ +{ + "id": "6", + "name": "丽莎", + "talent": { + "a": { + "id": 431, + "name": "普通攻击·指尖雷暴", + "desc": [ + "

普通攻击

", + "进行至多四段的电击,造成雷元素伤害。", + "

重击

", + "消耗一定体力,短暂咏唱后,造成雷元素范围伤害。", + "

下落攻击

", + "凝聚雷电的力量,从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成雷元素范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "39.6%", + "42.57%", + "45.54%", + "49.5%", + "52.47%", + "55.44%", + "59.4%", + "63.36%", + "67.32%", + "71.28%", + "75.4%", + "80.78%", + "86.17%", + "91.56%", + "96.94%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "35.92%", + "38.61%", + "41.31%", + "44.9%", + "47.59%", + "50.29%", + "53.88%", + "57.47%", + "61.06%", + "64.66%", + "68.39%", + "73.28%", + "78.16%", + "83.05%", + "87.93%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "42.8%", + "46.01%", + "49.22%", + "53.5%", + "56.71%", + "59.92%", + "64.2%", + "68.48%", + "72.76%", + "77.04%", + "81.49%", + "87.31%", + "93.13%", + "98.95%", + "104.77%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "54.96%", + "59.08%", + "63.2%", + "68.7%", + "72.82%", + "76.94%", + "82.44%", + "87.94%", + "93.43%", + "98.93%", + "104.64%", + "112.12%", + "119.59%", + "127.07%", + "134.54%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "177.12%", + "190.4%", + "203.69%", + "221.4%", + "234.68%", + "247.97%", + "265.68%", + "283.39%", + "301.1%", + "318.82%", + "337.24%", + "361.32%", + "385.41%", + "409.5%", + "433.59%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 432, + "name": "苍雷", + "desc": [ + "导引雷电的力量,把麻烦的东西都清理干净。", + "

点按

", + "放出能自行索敌的球形闪电。", + "命中时,会造成雷元素伤害,并对小范围内的敌人施加至多叠加3层的引雷状态。", + "

长按

", + "持续咏唱后,召唤雷电从天而降,对附近的所有敌人造成大量雷元素伤害。", + "对处于引雷状态下的敌人,会根据叠加层数造成大量额外伤害,并清除引雷效果。", + "雷电的颜色就是蔷薇魔女的颜色。" + ], + "tables": [ + { + "name": "点按伤害", + "unit": "", + "isSame": false, + "values": [ + "80%", + "86%", + "92%", + "100%", + "106%", + "112%", + "120%", + "128%", + "136%", + "144%", + "152%", + "160%", + "170%", + "180%", + "190%" + ] + }, + { + "name": "点按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒" + ] + }, + { + "name": "无引雷长按伤害", + "unit": "", + "isSame": false, + "values": [ + "320%", + "344%", + "368%", + "400%", + "424%", + "448%", + "480%", + "512%", + "544%", + "576%", + "608%", + "640%", + "680%", + "720%", + "760%" + ] + }, + { + "name": "一层引雷长按伤害", + "unit": "", + "isSame": false, + "values": [ + "368%", + "395.6%", + "423.2%", + "460%", + "487.6%", + "515.2%", + "552%", + "588.8%", + "625.6%", + "662.4%", + "699.2%", + "736%", + "782%", + "828%", + "874%" + ] + }, + { + "name": "二层引雷长按伤害", + "unit": "", + "isSame": false, + "values": [ + "424%", + "455.8%", + "487.6%", + "530%", + "561.8%", + "593.6%", + "636%", + "678.4%", + "720.8%", + "763.2%", + "805.6%", + "848%", + "901%", + "954%", + "1007%" + ] + }, + { + "name": "三层引雷长按伤害", + "unit": "", + "isSame": false, + "values": [ + "487.2%", + "523.74%", + "560.28%", + "609%", + "645.54%", + "682.08%", + "730.8%", + "779.52%", + "828.24%", + "876.96%", + "925.68%", + "974.4%", + "1035.3%", + "1096.2%", + "1157.1%" + ] + }, + { + "name": "长按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒" + ] + } + ] + }, + "q": { + "id": 439, + "name": "蔷薇的雷光", + "desc": [ + "召唤蔷薇雷光,释放强大的雷电之力,击退周围的敌人并造成雷元素伤害。", + "存在期间内,蔷薇雷光会持续放电攻击附近的敌人,造成雷元素伤害。", + "这朵蔷薇固然美丽,却也有着致命的刺。" + ], + "tables": [ + { + "name": "放电伤害", + "unit": "", + "isSame": false, + "values": [ + "36.56%", + "39.3%", + "42.04%", + "45.7%", + "48.44%", + "51.18%", + "54.84%", + "58.5%", + "62.15%", + "65.81%", + "69.46%", + "73.12%", + "77.69%", + "82.26%", + "86.83%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 39.6, + 42.57, + 45.54, + 49.5, + 52.47, + 55.44, + 59.4, + 63.36, + 67.32, + 71.28, + 75.4, + 80.78, + 86.17, + 91.56, + 96.94 + ], + "二段伤害": [ + 35.92, + 38.61, + 41.31, + 44.9, + 47.59, + 50.29, + 53.88, + 57.47, + 61.06, + 64.66, + 68.39, + 73.28, + 78.16, + 83.05, + 87.93 + ], + "三段伤害": [ + 42.8, + 46.01, + 49.22, + 53.5, + 56.71, + 59.92, + 64.2, + 68.48, + 72.76, + 77.04, + 81.49, + 87.31, + 93.13, + 98.95, + 104.77 + ], + "四段伤害": [ + 54.96, + 59.08, + 63.2, + 68.7, + 72.82, + 76.94, + 82.44, + 87.94, + 93.43, + 98.93, + 104.64, + 112.12, + 119.59, + 127.07, + 134.54 + ], + "重击伤害": [ + 177.12, + 190.4, + 203.69, + 221.4, + 234.68, + 247.97, + 265.68, + 283.39, + 301.1, + 318.82, + 337.24, + 361.32, + 385.41, + 409.5, + 433.59 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "点按伤害": [ + 80, + 86, + 92, + 100, + 106, + 112, + 120, + 128, + 136, + 144, + 152, + 160, + 170, + 180, + 190 + ], + "无引雷长按伤害": [ + 320, + 344, + 368, + 400, + 424, + 448, + 480, + 512, + 544, + 576, + 608, + 640, + 680, + 720, + 760 + ], + "一层引雷长按伤害": [ + 368, + 395.6, + 423.2, + 460, + 487.6, + 515.2, + 552, + 588.8, + 625.6, + 662.4, + 699.2, + 736, + 782, + 828, + 874 + ], + "二层引雷长按伤害": [ + 424, + 455.8, + 487.6, + 530, + 561.8, + 593.6, + 636, + 678.4, + 720.8, + 763.2, + 805.6, + 848, + 901, + 954, + 1007 + ], + "三层引雷长按伤害": [ + 487.2, + 523.74, + 560.28, + 609, + 645.54, + 682.08, + 730.8, + 779.52, + 828.24, + 876.96, + 925.68, + 974.4, + 1035.3, + 1096.2, + 1157.1 + ] + }, + "q": { + "放电伤害": [ + 36.56, + 39.3, + 42.04, + 45.7, + 48.44, + 51.18, + 54.84, + 58.5, + 62.15, + 65.81, + 69.46, + 73.12, + 77.69, + 82.26, + 86.83 + ] + } + }, + "cons": { + "1": { + "name": "无限的电回路", + "desc": [ + "苍雷长按时,每个命中的敌人都会为丽莎恢复2点元素能量。", + "通过这种方式,一次至多回复10点元素能量。" + ] + }, + "2": { + "name": "空间电势结界", + "desc": [ + "

苍雷长按时,具有如下效果:

", + "·防御力提升25%;", + "·提高丽莎的抗打断能力。" + ] + }, + "3": { + "name": "谐振的雷光", + "desc": [ + "蔷薇的雷光的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "如雨的电浆", + "desc": [ + "蔷薇的雷光攻击时,放出的闪电增加至1~3道。" + ] + }, + "5": { + "name": "等离态的落雷", + "desc": [ + "

苍雷的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "脉冲的魔女", + "desc": [ + "丽莎登场时,对附近的敌人施加3层苍雷的引雷效果。", + "该效果每5秒只能触发一次。" + ] + } + }, + "passive": [ + { + "name": "药剂通识", + "desc": [ + "合成药剂时,有20%概率返还部分合成材料。" + ] + }, + { + "name": "电感余震", + "desc": [ + "重击命中时,会为敌人附加苍雷的引雷效果。" + ] + }, + { + "name": "静电场力", + "desc": [ + "敌人受到蔷薇的雷光攻击后,降低15%防御力,持续10秒。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "mastery" + ], + "details": { + "1": [ + 802, + 19.41, + 48.07, + 0 + ], + "20": [ + 2061, + 49.87, + 123.49, + 0 + ], + "40": [ + 3985, + 96.41, + 238.76, + 0 + ], + "50": [ + 5074, + 122.75, + 303.98, + 24 + ], + "60": [ + 6305, + 152.52, + 377.71, + 48 + ], + "70": [ + 7393, + 178.84, + 442.88, + 48 + ], + "80": [ + 8481, + 205.18, + 508.1, + 72 + ], + "90": [ + 9570, + 231.51, + 573.32, + 96 + ], + "20+": [ + 2661, + 64.37, + 159.4, + 0 + ], + "40+": [ + 4411, + 106.72, + 264.28, + 24 + ], + "50+": [ + 5642, + 136.49, + 338, + 48 + ], + "60+": [ + 6731, + 162.83, + 403.22, + 48 + ], + "70+": [ + 7819, + 189.14, + 468.39, + 72 + ], + "80+": [ + 8907, + 215.48, + 533.61, + 96 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-1.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-1.webp" new file mode 100644 index 0000000000..c3f2dc30e3 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-2.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-2.webp" new file mode 100644 index 0000000000..ae1c08885b Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-3.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-3.webp" new file mode 100644 index 0000000000..693be79f83 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-4.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-4.webp" new file mode 100644 index 0000000000..58611ce40d Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-5.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-5.webp" new file mode 100644 index 0000000000..97eb4b5ad3 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-6.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-6.webp" new file mode 100644 index 0000000000..eb4e90b627 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/passive-0.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/passive-0.webp" new file mode 100644 index 0000000000..e6f7dc9d11 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/passive-1.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/passive-1.webp" new file mode 100644 index 0000000000..f1c9eae800 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/passive-2.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/passive-2.webp" new file mode 100644 index 0000000000..6605bec9ad Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/talent-a.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/talent-a.webp" new file mode 100644 index 0000000000..493510c1b2 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/talent-e.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/talent-e.webp" new file mode 100644 index 0000000000..97eb4b5ad3 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/talent-q.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/talent-q.webp" new file mode 100644 index 0000000000..c5fa6bb955 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/banner.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/banner.webp" new file mode 100644 index 0000000000..b35e7f0195 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/card.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/card.webp" new file mode 100644 index 0000000000..2b55556b88 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/face.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/face.webp" new file mode 100644 index 0000000000..28f2b593f9 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/gacha.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/gacha.webp" new file mode 100644 index 0000000000..c65756466d Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/side.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/side.webp" new file mode 100644 index 0000000000..ae02fe8032 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/splash.webp" "b/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/splash.webp" new file mode 100644 index 0000000000..957221f497 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\270\275\350\216\216/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/data.json" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/data.json" new file mode 100644 index 0000000000..8186aeb87c --- /dev/null +++ "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000065, + "name": "久岐忍", + "abbr": "久岐忍", + "title": "烦恼刈除", + "star": 4, + "elem": "electro", + "allegiance": "荒泷派", + "weapon": "sword", + "birth": "7-27", + "astro": "烦恼刈座", + "desc": "干练可靠的「荒泷派」的副手——特别注明:干练可靠形容的不是「荒泷派」而是副手。", + "cncv": "杨凝", + "jpcv": "水桥香织", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 12289, + "atk": 212.4, + "def": 750.77 + }, + "growAttr": { + "key": "hpPct", + "value": 24 + }, + "talentKey": { + "6531": "a", + "6532": "e", + "6539": "q" + }, + "talentId": { + "10651": 6531, + "10652": 6532, + "10655": 6539 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "最胜紫晶", + "boss": "符纹之齿", + "specialty": "鸣草", + "normal": "浮游晶化核", + "talent": "「风雅」的哲学", + "weekly": "祸神之禊泪" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/detail.json" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/detail.json" new file mode 100644 index 0000000000..650054d1e1 --- /dev/null +++ "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/detail.json" @@ -0,0 +1,1170 @@ +{ + "id": "65", + "name": "久岐忍", + "talent": { + "a": { + "id": 6531, + "name": "普通攻击·忍流飞刃斩", + "desc": [ + "

普通攻击

", + "进行至多四段的连续剑击。", + "

重击

", + "消耗一定体力,瞬间向前方挥出两剑。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "48.76%", + "52.73%", + "56.7%", + "62.37%", + "66.34%", + "70.88%", + "77.11%", + "83.35%", + "89.59%", + "96.39%", + "103.19%", + "110%", + "116.8%", + "123.61%", + "130.41%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.55%", + "48.17%", + "51.8%", + "56.98%", + "60.61%", + "64.75%", + "70.45%", + "76.15%", + "81.84%", + "88.06%", + "94.28%", + "100.49%", + "106.71%", + "112.92%", + "119.14%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "59.34%", + "64.17%", + "69%", + "75.9%", + "80.73%", + "86.25%", + "93.84%", + "101.43%", + "109.02%", + "117.3%", + "125.58%", + "133.86%", + "142.14%", + "150.42%", + "158.7%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "76.11%", + "82.31%", + "88.5%", + "97.35%", + "103.54%", + "110.63%", + "120.36%", + "130.1%", + "139.83%", + "150.45%", + "161.07%", + "171.69%", + "182.31%", + "192.93%", + "203.55%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "55.63% + 66.77%", + "60.16% + 72.2%", + "64.69% + 77.63%", + "71.16% + 85.4%", + "75.69% + 90.83%", + "80.86% + 97.04%", + "87.98% + 105.58%", + "95.09% + 114.12%", + "102.21% + 122.66%", + "109.97% + 131.98%", + "117.74% + 141.29%", + "125.5% + 150.61%", + "133.26% + 159.93%", + "141.02% + 169.24%", + "148.79% + 178.56%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 6532, + "name": "越祓雷草之轮", + "desc": [ + "编结越祓草轮,消耗一部分生命值,对周围的敌人造成雷元素伤害。", + "

越祓草轮

", + "将跟随当前场上角色。每1.5秒,对周围的敌人造成雷元素伤害,并为范围内的当前场上角色恢复生命值,回复量受益于久岐忍的生命值上限。", + "施放该技能所消耗的生命值,至多使久岐忍的生命值降低至20%。", + "鸣草结环,系于腰际,以驱邪祟。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "75.71%", + "81.39%", + "87.07%", + "94.64%", + "100.32%", + "106%", + "113.57%", + "121.14%", + "128.71%", + "136.28%", + "143.85%", + "151.42%", + "160.89%", + "170.35%", + "179.82%" + ] + }, + { + "name": "越祓草轮治疗量", + "unit": "", + "isSame": false, + "values": [ + "3%HP + 288.89", + "3.22%HP + 317.78", + "3.45%HP + 349.08", + "3.75%HP + 382.79", + "3.97%HP + 418.91", + "4.2%HP + 457.43", + "4.5%HP + 498.37", + "4.8%HP + 541.71", + "5.1%HP + 587.45", + "5.4%HP + 635.61", + "5.7%HP + 686.17", + "6%HP + 739.14", + "6.37%HP + 794.52", + "6.75%HP + 852.31", + "7.12%HP + 912.5" + ] + }, + { + "name": "越祓草轮伤害", + "unit": "", + "isSame": false, + "values": [ + "25.24%", + "27.13%", + "29.03%", + "31.55%", + "33.44%", + "35.34%", + "37.86%", + "40.38%", + "42.91%", + "45.43%", + "47.96%", + "50.48%", + "53.64%", + "56.79%", + "59.94%" + ] + }, + { + "name": "技能消耗", + "unit": "当前生命值", + "isSame": true, + "values": [ + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + } + ] + }, + "q": { + "id": 6539, + "name": "御咏鸣神刈山祭", + "desc": [ + "将退邪之刃刺入地面,在前方创造清净邪物的结界,基于久岐忍的生命值上限,对其中的敌人持续造成雷元素伤害。", + "施放时,若久岐忍的生命值低于或等于50%,结界的持续时间将会延长。", + "原本是用于割除杂草,祈祷来年丰收的祭祷之术,忍在结束巫女生涯后,也并未将此忘记。" + ], + "tables": [ + { + "name": "单次伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "3.6%", + "3.88%", + "4.15%", + "4.51%", + "4.78%", + "5.05%", + "5.41%", + "5.77%", + "6.13%", + "6.49%", + "6.85%", + "7.21%", + "7.66%", + "8.11%", + "8.56%" + ] + }, + { + "name": "总伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "25.23% / 43.26%", + "27.13% / 46.5%", + "29.02% / 49.75%", + "31.54% / 54.07%", + "33.43% / 57.32%", + "35.33% / 60.56%", + "37.85% / 64.89%", + "40.37% / 69.21%", + "42.9% / 73.54%", + "45.42% / 77.86%", + "47.94% / 82.19%", + "50.47% / 86.52%", + "53.62% / 91.92%", + "56.78% / 97.33%", + "59.93% / 102.74%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "2秒 / 3.5秒", + "2秒 / 3.5秒", + "2秒 / 3.5秒", + "2秒 / 3.5秒", + "2秒 / 3.5秒", + "2秒 / 3.5秒", + "2秒 / 3.5秒", + "2秒 / 3.5秒", + "2秒 / 3.5秒", + "2秒 / 3.5秒", + "2秒 / 3.5秒", + "2秒 / 3.5秒", + "2秒 / 3.5秒", + "2秒 / 3.5秒", + "2秒 / 3.5秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 48.76, + 52.73, + 56.7, + 62.37, + 66.34, + 70.88, + 77.11, + 83.35, + 89.59, + 96.39, + 103.19, + 110, + 116.8, + 123.61, + 130.41 + ], + "二段伤害": [ + 44.55, + 48.17, + 51.8, + 56.98, + 60.61, + 64.75, + 70.45, + 76.15, + 81.84, + 88.06, + 94.28, + 100.49, + 106.71, + 112.92, + 119.14 + ], + "三段伤害": [ + 59.34, + 64.17, + 69, + 75.9, + 80.73, + 86.25, + 93.84, + 101.43, + 109.02, + 117.3, + 125.58, + 133.86, + 142.14, + 150.42, + 158.7 + ], + "四段伤害": [ + 76.11, + 82.31, + 88.5, + 97.35, + 103.54, + 110.63, + 120.36, + 130.1, + 139.83, + 150.45, + 161.07, + 171.69, + 182.31, + 192.93, + 203.55 + ], + "重击伤害": [ + 122.4, + 132.36, + 142.32, + 156.56, + 166.51999999999998, + 177.9, + 193.56, + 209.21, + 224.87, + 241.95, + 259.03, + 276.11, + 293.19, + 310.26, + 327.35 + ], + "重击伤害2": [ + [ + 55.63, + 66.77 + ], + [ + 60.16, + 72.2 + ], + [ + 64.69, + 77.63 + ], + [ + 71.16, + 85.4 + ], + [ + 75.69, + 90.83 + ], + [ + 80.86, + 97.04 + ], + [ + 87.98, + 105.58 + ], + [ + 95.09, + 114.12 + ], + [ + 102.21, + 122.66 + ], + [ + 109.97, + 131.98 + ], + [ + 117.74, + 141.29 + ], + [ + 125.5, + 150.61 + ], + [ + 133.26, + 159.93 + ], + [ + 141.02, + 169.24 + ], + [ + 148.79, + 178.56 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 75.71, + 81.39, + 87.07, + 94.64, + 100.32, + 106, + 113.57, + 121.14, + 128.71, + 136.28, + 143.85, + 151.42, + 160.89, + 170.35, + 179.82 + ], + "越祓草轮治疗量": [ + 291.89, + 321, + 352.53, + 386.54, + 422.88000000000005, + 461.63, + 502.87, + 546.51, + 592.5500000000001, + 641.01, + 691.87, + 745.14, + 800.89, + 859.06, + 919.62 + ], + "越祓草轮治疗量2": [ + [ + 3, + 288.89 + ], + [ + 3.22, + 317.78 + ], + [ + 3.45, + 349.08 + ], + [ + 3.75, + 382.79 + ], + [ + 3.97, + 418.91 + ], + [ + 4.2, + 457.43 + ], + [ + 4.5, + 498.37 + ], + [ + 4.8, + 541.71 + ], + [ + 5.1, + 587.45 + ], + [ + 5.4, + 635.61 + ], + [ + 5.7, + 686.17 + ], + [ + 6, + 739.14 + ], + [ + 6.37, + 794.52 + ], + [ + 6.75, + 852.31 + ], + [ + 7.12, + 912.5 + ] + ], + "越祓草轮伤害": [ + 25.24, + 27.13, + 29.03, + 31.55, + 33.44, + 35.34, + 37.86, + 40.38, + 42.91, + 45.43, + 47.96, + 50.48, + 53.64, + 56.79, + 59.94 + ] + }, + "q": { + "单次伤害": [ + 3.6, + 3.88, + 4.15, + 4.51, + 4.78, + 5.05, + 5.41, + 5.77, + 6.13, + 6.49, + 6.85, + 7.21, + 7.66, + 8.11, + 8.56 + ], + "总伤害": [ + [ + 25.23, + 43.26 + ], + [ + 27.13, + 46.5 + ], + [ + 29.02, + 49.75 + ], + [ + 31.54, + 54.07 + ], + [ + 33.43, + 57.32 + ], + [ + 35.33, + 60.56 + ], + [ + 37.85, + 64.89 + ], + [ + 40.37, + 69.21 + ], + [ + 42.9, + 73.54 + ], + [ + 45.42, + 77.86 + ], + [ + 47.94, + 82.19 + ], + [ + 50.47, + 86.52 + ], + [ + 53.62, + 91.92 + ], + [ + 56.78, + 97.33 + ], + [ + 59.93, + 102.74 + ] + ], + "总伤害2": [ + [ + 25.23, + 43.26 + ], + [ + 27.13, + 46.5 + ], + [ + 29.02, + 49.75 + ], + [ + 31.54, + 54.07 + ], + [ + 33.43, + 57.32 + ], + [ + 35.33, + 60.56 + ], + [ + 37.85, + 64.89 + ], + [ + 40.37, + 69.21 + ], + [ + 42.9, + 73.54 + ], + [ + 45.42, + 77.86 + ], + [ + 47.94, + 82.19 + ], + [ + 50.47, + 86.52 + ], + [ + 53.62, + 91.92 + ], + [ + 56.78, + 97.33 + ], + [ + 59.93, + 102.74 + ] + ] + } + }, + "cons": { + "1": { + "name": "割舍怜悯之心", + "desc": [ + "御咏鸣神刈山祭的影响范围提升50%。" + ] + }, + "2": { + "name": "割舍侥幸之心", + "desc": [ + "

越祓草轮的持续时间延长3秒。

" + ] + }, + "3": { + "name": "割舍痛苦之心", + "desc": [ + "越祓雷草之轮的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "割舍封闭之心", + "desc": [ + "处于久岐忍自己的越祓草轮状态下的角色,在普通攻击、重击或下落攻击命中敌人时,雷草标将落在敌人所在的位置,基于久岐忍生命值上限的9.7%,造成雷元素范围伤害。", + "该效果每5秒至多触发一次。" + ] + }, + "5": { + "name": "割舍逢迎之心", + "desc": [ + "御咏鸣神刈山祭的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "割舍软弱之心", + "desc": [ + "久岐忍承受足以使她倒下的伤害时,此次伤害不会使她倒下,这个效果在久岐忍生命值为1时会自动触发,该效果每60秒只能触发一次。", + "久岐忍生命值降至25%以下时,会提升自身150点精通,持续15秒,该效果每60秒只能触发一次。" + ] + } + }, + "passive": [ + { + "name": "久时的祝祷", + "desc": [ + "在稻妻执行时长为20小时的探索派遣任务时,获得的奖励增加25%。" + ] + }, + { + "name": "破笼之志", + "desc": [ + "久岐忍的生命值不高于50%时,治疗加成提升15%。" + ] + }, + { + "name": "安心之所", + "desc": [ + "基于久岐忍的元素精通,越祓雷草之轮获得以下提升:", + "·治疗量提升值:元素精通的75%;", + "·伤害提升值:元素精通的25%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "hpPct" + ], + "details": { + "1": [ + 1030, + 17.81, + 62.95, + 0 + ], + "20": [ + 2647, + 45.75, + 161.71, + 0 + ], + "40": [ + 5118, + 88.45, + 312.66, + 0 + ], + "50": [ + 6516, + 112.62, + 398.07, + 6 + ], + "60": [ + 8096, + 139.93, + 494.62, + 12 + ], + "70": [ + 9493, + 164.07, + 579.96, + 12 + ], + "80": [ + 10891, + 188.24, + 665.37, + 18 + ], + "90": [ + 12289, + 212.4, + 750.77, + 24 + ], + "20+": [ + 3417, + 59.05, + 208.74, + 0 + ], + "40+": [ + 5665, + 97.91, + 346.08, + 6 + ], + "50+": [ + 7245, + 125.22, + 442.62, + 12 + ], + "60+": [ + 8643, + 149.38, + 528.03, + 12 + ], + "70+": [ + 10040, + 173.53, + 613.37, + 18 + ], + "80+": [ + 11438, + 197.69, + 698.78, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-1.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-1.webp" new file mode 100644 index 0000000000..65f50a2b36 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-2.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-2.webp" new file mode 100644 index 0000000000..cbef049b26 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-3.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-3.webp" new file mode 100644 index 0000000000..54fa082c17 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-4.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-4.webp" new file mode 100644 index 0000000000..dab508f6b4 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-5.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-5.webp" new file mode 100644 index 0000000000..fde27445dc Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-6.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-6.webp" new file mode 100644 index 0000000000..8f3fabdcb5 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/passive-0.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/passive-0.webp" new file mode 100644 index 0000000000..1d85f7960b Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/passive-1.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/passive-1.webp" new file mode 100644 index 0000000000..c9d0b83ead Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/passive-2.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/passive-2.webp" new file mode 100644 index 0000000000..8cc4bcf133 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/talent-a.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/talent-e.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/talent-e.webp" new file mode 100644 index 0000000000..54fa082c17 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/talent-q.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/talent-q.webp" new file mode 100644 index 0000000000..25fa10c377 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/banner.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/banner.webp" new file mode 100644 index 0000000000..3d16be46f7 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/card.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/card.webp" new file mode 100644 index 0000000000..97964c23db Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/face.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/face.webp" new file mode 100644 index 0000000000..d45888e426 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/gacha.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/gacha.webp" new file mode 100644 index 0000000000..9e0b4a8277 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/side.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/side.webp" new file mode 100644 index 0000000000..3d5cc8d129 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/splash.webp" "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/splash.webp" new file mode 100644 index 0000000000..99ec16d491 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\205\345\262\220\345\277\215/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/data.json" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/data.json" new file mode 100644 index 0000000000..d39704e921 --- /dev/null +++ "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000056, + "name": "九条裟罗", + "abbr": "九条", + "title": "黑羽鸣镝", + "star": 4, + "elem": "electro", + "allegiance": "天领奉行", + "weapon": "bow", + "birth": "7-14", + "astro": "羽团扇座", + "desc": "「天领奉行」的大将,杀伐果断,骁勇善战。", + "cncv": "杨梦露", + "jpcv": "濑户麻沙美", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 9570, + "atk": 195.41, + "def": 627.92 + }, + "growAttr": { + "key": "atkPct", + "value": 24 + }, + "talentKey": { + "5631": "a", + "5632": "e", + "5639": "q" + }, + "talentId": { + "10561": 5631, + "10562": 5632, + "10565": 5639 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "最胜紫晶", + "boss": "雷霆数珠", + "specialty": "血斛", + "normal": "不祥的面具", + "talent": "「风雅」的哲学", + "weekly": "灰烬之心" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/detail.json" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/detail.json" new file mode 100644 index 0000000000..f8fac257ff --- /dev/null +++ "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/detail.json" @@ -0,0 +1,913 @@ +{ + "id": "56", + "name": "九条裟罗", + "talent": { + "a": { + "id": 5631, + "name": "普通攻击·天狗传弓术", + "desc": [ + "

普通攻击

", + "进行至多五段的连续弓箭射击。", + "

重击

", + "进行伤害更高、更为精准的瞄准射击。", + "瞄准时,雷霆的力量会汇聚到她的箭矢上。聚满了雷霆之力的箭矢在命中敌人时造成雷元素伤害。", + "处于「乌羽护持」状态下时,蓄力完成的箭矢会在命中时留下「乌羽」。", + "

下落攻击

", + "从空中射出箭雨,并迅速下坠冲击地面,在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "36.89%", + "39.9%", + "42.9%", + "47.19%", + "50.19%", + "53.62%", + "58.34%", + "63.06%", + "67.78%", + "72.93%", + "78.08%", + "83.23%", + "88.37%", + "93.52%", + "98.67%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "38.7%", + "41.85%", + "45%", + "49.5%", + "52.65%", + "56.25%", + "61.2%", + "66.15%", + "71.1%", + "76.5%", + "81.9%", + "87.3%", + "92.7%", + "98.1%", + "103.5%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "48.5%", + "52.45%", + "56.4%", + "62.04%", + "65.99%", + "70.5%", + "76.7%", + "82.91%", + "89.11%", + "95.88%", + "102.65%", + "109.42%", + "116.18%", + "122.95%", + "129.72%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "50.4%", + "54.5%", + "58.6%", + "64.46%", + "68.56%", + "73.25%", + "79.7%", + "86.14%", + "92.59%", + "99.62%", + "106.65%", + "113.68%", + "120.72%", + "127.75%", + "134.78%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "58.05%", + "62.77%", + "67.5%", + "74.25%", + "78.97%", + "84.38%", + "91.8%", + "99.23%", + "106.65%", + "114.75%", + "122.85%", + "130.95%", + "139.05%", + "147.15%", + "155.25%" + ] + }, + { + "name": "瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "43.86%", + "47.43%", + "51%", + "56.1%", + "59.67%", + "63.75%", + "69.36%", + "74.97%", + "80.58%", + "86.7%", + "92.82%", + "98.94%", + "105.06%", + "111.18%", + "117.3%" + ] + }, + { + "name": "满蓄力瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "124%", + "133.3%", + "142.6%", + "155%", + "164.3%", + "173.6%", + "186%", + "198.4%", + "210.8%", + "223.2%", + "235.6%", + "248%", + "263.5%", + "279%", + "294.5%" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 5632, + "name": "鸦羽天狗霆雷召咒", + "desc": [ + "以天狗之神速向后转移,并唤来乌羽的加护。", + "获得持续18秒的「乌羽护持」,当九条裟罗发射完成蓄力的箭矢时,会消耗「乌羽护持」,并在命中的位置留下「乌羽」。", + "「乌羽」会在短时间后引发天狗咒雷·伏,对范围内敌人造成雷元素伤害,并使其范围内的当前场上角色基于九条裟罗的基础攻击力,以一定比例获得攻击力加成。", + "各种天狗咒雷提供的攻击力提升不能叠加,效果与持续时间由后生效的为准。", + "天狗一族不乏获取雷元素神之眼的异士。只不过他们操作雷元素时,仍会习惯性诵咒,礼赞雷神。咒曰:", + "「礼赞鸣神大权现,善信某甲,请祈黄雷。娑婆诃!」" + ], + "tables": [ + { + "name": "天狗咒雷·伏 伤害", + "unit": "", + "isSame": false, + "values": [ + "125.76%", + "135.19%", + "144.62%", + "157.2%", + "166.63%", + "176.06%", + "188.64%", + "201.22%", + "213.79%", + "226.37%", + "238.94%", + "251.52%", + "267.24%", + "282.96%", + "298.68%" + ] + }, + { + "name": "攻击力加成比例", + "unit": "", + "isSame": false, + "values": [ + "42.96%", + "46.18%", + "49.4%", + "53.7%", + "56.92%", + "60.14%", + "64.44%", + "68.74%", + "73.03%", + "77.33%", + "81.62%", + "85.92%", + "91.29%", + "96.66%", + "102.03%" + ] + }, + { + "name": "攻击力加成持续时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + } + ] + }, + "q": { + "id": 5639, + "name": "煌煌千道镇式", + "desc": [ + "在目标的位置降下天狗咒雷·金刚坏,造成雷元素范围伤害。此后,天狗咒雷·金刚坏将扩散转为4道连续的天狗咒雷·雷砾,造成雷元素范围伤害。", + "天狗咒雷·金刚坏与天狗咒雷·雷砾会使其范围内的当前场上角色获得与元素战技「鸦羽天狗霆雷召咒」相同的攻击力加成。", + "各种天狗咒雷提供的攻击力提升不能叠加,效果与持续时间由后生效的为准。", + "裟罗背离天狗之众,又短暂对天领奉行失去了信仰。在打破迷惘之后,这是她重新所找到的,属于自己的雷光。" + ], + "tables": [ + { + "name": "天狗咒雷·金刚坏 伤害", + "unit": "", + "isSame": false, + "values": [ + "409.6%", + "440.32%", + "471.04%", + "512%", + "542.72%", + "573.44%", + "614.4%", + "655.36%", + "696.32%", + "737.28%", + "778.24%", + "819.2%", + "870.4%", + "921.6%", + "972.8%" + ] + }, + { + "name": "天狗咒雷·雷砾 伤害", + "unit": "", + "isSame": false, + "values": [ + "34.12%", + "36.68%", + "39.24%", + "42.65%", + "45.21%", + "47.77%", + "51.18%", + "54.59%", + "58%", + "61.42%", + "64.83%", + "68.24%", + "72.5%", + "76.77%", + "81.04%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 36.89, + 39.9, + 42.9, + 47.19, + 50.19, + 53.62, + 58.34, + 63.06, + 67.78, + 72.93, + 78.08, + 83.23, + 88.37, + 93.52, + 98.67 + ], + "二段伤害": [ + 38.7, + 41.85, + 45, + 49.5, + 52.65, + 56.25, + 61.2, + 66.15, + 71.1, + 76.5, + 81.9, + 87.3, + 92.7, + 98.1, + 103.5 + ], + "三段伤害": [ + 48.5, + 52.45, + 56.4, + 62.04, + 65.99, + 70.5, + 76.7, + 82.91, + 89.11, + 95.88, + 102.65, + 109.42, + 116.18, + 122.95, + 129.72 + ], + "四段伤害": [ + 50.4, + 54.5, + 58.6, + 64.46, + 68.56, + 73.25, + 79.7, + 86.14, + 92.59, + 99.62, + 106.65, + 113.68, + 120.72, + 127.75, + 134.78 + ], + "五段伤害": [ + 58.05, + 62.77, + 67.5, + 74.25, + 78.97, + 84.38, + 91.8, + 99.23, + 106.65, + 114.75, + 122.85, + 130.95, + 139.05, + 147.15, + 155.25 + ], + "瞄准射击": [ + 43.86, + 47.43, + 51, + 56.1, + 59.67, + 63.75, + 69.36, + 74.97, + 80.58, + 86.7, + 92.82, + 98.94, + 105.06, + 111.18, + 117.3 + ], + "满蓄力瞄准射击": [ + 124, + 133.3, + 142.6, + 155, + 164.3, + 173.6, + 186, + 198.4, + 210.8, + 223.2, + 235.6, + 248, + 263.5, + 279, + 294.5 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "天狗咒雷·伏 伤害": [ + 125.76, + 135.19, + 144.62, + 157.2, + 166.63, + 176.06, + 188.64, + 201.22, + 213.79, + 226.37, + 238.94, + 251.52, + 267.24, + 282.96, + 298.68 + ], + "攻击力加成比例": [ + 42.96, + 46.18, + 49.4, + 53.7, + 56.92, + 60.14, + 64.44, + 68.74, + 73.03, + 77.33, + 81.62, + 85.92, + 91.29, + 96.66, + 102.03 + ] + }, + "q": { + "天狗咒雷·金刚坏 伤害": [ + 409.6, + 440.32, + 471.04, + 512, + 542.72, + 573.44, + 614.4, + 655.36, + 696.32, + 737.28, + 778.24, + 819.2, + 870.4, + 921.6, + 972.8 + ], + "天狗咒雷·雷砾 伤害": [ + 34.12, + 36.68, + 39.24, + 42.65, + 45.21, + 47.77, + 51.18, + 54.59, + 58, + 61.42, + 64.83, + 68.24, + 72.5, + 76.77, + 81.04 + ] + } + }, + "cons": { + "1": { + "name": "乌眼", + "desc": [ + "天狗咒雷为角色施加攻击力提升效果或命中敌人后,鸦羽天狗霆雷召咒的冷却时间减少1秒。", + "该效果每3秒至多触发一次。" + ] + }, + "2": { + "name": "鸦羽", + "desc": [ + "施放鸦羽天狗霆雷召咒时,会在九条裟罗原本的位置留下能引发一次较弱的天狗咒雷·伏的「乌羽」,造成原本30%的伤害。" + ] + }, + "3": { + "name": "心魔", + "desc": [ + "煌煌千道镇式的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "彻证", + "desc": [ + "煌煌千道镇式释放的天狗咒雷·雷砾增加至6道。" + ] + }, + "5": { + "name": "咒咏", + "desc": [ + "鸦羽天狗霆雷召咒的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "我界", + "desc": [ + "处于天狗咒雷带来的攻击力提升效果状态下的角色,其雷元素伤害的暴击伤害提高60%。" + ] + } + }, + "passive": [ + { + "name": "检地", + "desc": [ + "在稻妻执行探索派遣任务时,消耗的时间缩短25%。" + ] + }, + { + "name": "不动心", + "desc": [ + "处于鸦羽天狗霆雷召咒的「乌羽护持」状态下时,瞄准射击的所需的蓄力时间减少60%。" + ] + }, + { + "name": "御公仪", + "desc": [ + "天狗咒雷·伏命中敌人后,将基于九条裟罗的元素充能效率,每100%为队伍中所有角色恢复1.2点元素能量。该效果每3秒至多触发一次。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 802, + 16.38, + 52.65, + 0 + ], + "20": [ + 2061, + 42.09, + 135.25, + 0 + ], + "40": [ + 3985, + 81.38, + 261.5, + 0 + ], + "50": [ + 5074, + 103.61, + 332.93, + 6 + ], + "60": [ + 6305, + 128.73, + 413.68, + 12 + ], + "70": [ + 7393, + 150.95, + 485.06, + 12 + ], + "80": [ + 8481, + 173.18, + 556.49, + 18 + ], + "90": [ + 9570, + 195.41, + 627.92, + 24 + ], + "20+": [ + 2661, + 54.33, + 174.58, + 0 + ], + "40+": [ + 4411, + 90.07, + 289.45, + 6 + ], + "50+": [ + 5642, + 115.2, + 370.19, + 12 + ], + "60+": [ + 6731, + 137.43, + 441.62, + 12 + ], + "70+": [ + 7819, + 159.64, + 513, + 18 + ], + "80+": [ + 8907, + 181.87, + 584.43, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-1.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-1.webp" new file mode 100644 index 0000000000..10dad40f73 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-2.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-2.webp" new file mode 100644 index 0000000000..4f235ff008 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-3.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-3.webp" new file mode 100644 index 0000000000..51c7740492 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-4.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-4.webp" new file mode 100644 index 0000000000..a80dbba7ce Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-5.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-5.webp" new file mode 100644 index 0000000000..5ad7b55e3a Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-6.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-6.webp" new file mode 100644 index 0000000000..7645264c6c Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/passive-0.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/passive-0.webp" new file mode 100644 index 0000000000..1d85f7960b Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/passive-1.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/passive-1.webp" new file mode 100644 index 0000000000..6134d08bca Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/passive-2.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/passive-2.webp" new file mode 100644 index 0000000000..1ea215b5d0 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/talent-a.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/talent-a.webp" new file mode 100644 index 0000000000..551e4ae608 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/talent-e.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/talent-e.webp" new file mode 100644 index 0000000000..5ad7b55e3a Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/talent-q.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/talent-q.webp" new file mode 100644 index 0000000000..c8ab74bf96 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/banner.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/banner.webp" new file mode 100644 index 0000000000..50f0c9789d Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/card.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/card.webp" new file mode 100644 index 0000000000..8d6078f211 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/face.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/face.webp" new file mode 100644 index 0000000000..3b52b2a162 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/gacha.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/gacha.webp" new file mode 100644 index 0000000000..053b6523cc Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/side.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/side.webp" new file mode 100644 index 0000000000..b3c43047ae Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/splash.webp" "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/splash.webp" new file mode 100644 index 0000000000..dcb6410fa7 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\271\235\346\235\241\350\243\237\347\275\227/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/data.json" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/data.json" new file mode 100644 index 0000000000..0f9df444ff --- /dev/null +++ "b/plugin/kokomi/data/character/\344\272\221\345\240\207/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000064, + "name": "云堇", + "abbr": "云堇", + "title": "红毹婵娟", + "star": 4, + "elem": "geo", + "allegiance": "云翰社", + "weapon": "polearm", + "birth": "5-21", + "astro": "虹章座", + "desc": "集剧作与演唱能力于一身的璃月戏曲名角。风格自成一派,雅致柔美,恰如其人。", + "cncv": "贺文潇&杨扬", + "jpcv": "小岩井小鸟&杨扬", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10657, + "atk": 191.16, + "def": 734.39 + }, + "growAttr": { + "key": "recharge", + "value": 26.67 + }, + "talentKey": { + "6431": "a", + "6432": "e", + "6439": "q" + }, + "talentId": { + "10641": 6431, + "10642": 6432, + "10643": 6439 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "坚牢黄玉", + "boss": "兽境王器", + "specialty": "琉璃百合", + "normal": "不祥的面具", + "talent": "「勤劳」的哲学", + "weekly": "灰烬之心" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/detail.json" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/detail.json" new file mode 100644 index 0000000000..437ed79798 --- /dev/null +++ "b/plugin/kokomi/data/character/\344\272\221\345\240\207/detail.json" @@ -0,0 +1,1184 @@ +{ + "id": "64", + "name": "云堇", + "talent": { + "a": { + "id": 6431, + "name": "普通攻击·拂云出手", + "desc": [ + "

普通攻击

", + "进行至多五段的连续枪击。", + "

重击

", + "消耗一定体力,向前方突进,对路径上的敌人造成伤害。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "40.51%", + "43.8%", + "47.1%", + "51.81%", + "55.11%", + "58.88%", + "64.06%", + "69.24%", + "74.42%", + "80.07%", + "85.72%", + "91.37%", + "97.03%", + "102.68%", + "108.33%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "40.25%", + "43.52%", + "46.8%", + "51.48%", + "54.76%", + "58.5%", + "63.65%", + "68.8%", + "73.94%", + "79.56%", + "85.18%", + "90.79%", + "96.41%", + "102.02%", + "107.64%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "22.96% + 27.52%", + "24.83% + 29.76%", + "26.7% + 32%", + "29.37% + 35.2%", + "31.24% + 37.44%", + "33.38% + 40%", + "36.31% + 43.52%", + "39.25% + 47.04%", + "42.19% + 50.56%", + "45.39% + 54.4%", + "48.59% + 58.24%", + "51.8% + 62.08%", + "55% + 65.92%", + "58.21% + 69.76%", + "61.41% + 73.6%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "23.99% + 28.81%", + "25.95% + 31.15%", + "27.9% + 33.5%", + "30.69% + 36.85%", + "32.64% + 39.2%", + "34.87% + 41.87%", + "37.94% + 45.56%", + "41.01% + 49.24%", + "44.08% + 52.93%", + "47.43% + 56.95%", + "50.78% + 60.97%", + "54.13% + 64.99%", + "57.47% + 69.01%", + "60.82% + 73.03%", + "64.17% + 77.05%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "67.34%", + "72.82%", + "78.3%", + "86.13%", + "91.61%", + "97.87%", + "106.49%", + "115.1%", + "123.71%", + "133.11%", + "142.51%", + "151.9%", + "161.3%", + "170.69%", + "180.09%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "121.69%", + "131.6%", + "141.5%", + "155.65%", + "165.56%", + "176.87%", + "192.44%", + "208%", + "223.57%", + "240.55%", + "260.01%", + "282.89%", + "305.77%", + "328.65%", + "353.61%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 6432, + "name": "旋云开相", + "desc": [ + "云先生的武戏架势,是真能御敌的。", + "

点按

", + "以拨云之势旋舞长枪,造成岩元素伤害。", + "

长按

", + "摆出旋云开相之架势蓄力,形成护盾,伤害吸收量受益于云堇的生命值上限,对所有元素伤害与物理伤害有150%的吸收效果。护盾持续至元素战技施放完毕。", + "松开技能、持续时间结束时,或护盾被破坏时,会挥舞长枪释放积攒的力量进行攻击,造成岩元素伤害。", + "依据蓄力的时间,释放时的状态将分为一段蓄力与二段蓄力。", + "台上一刹光华,台下十年辛苦。" + ], + "tables": [ + { + "name": "点按伤害", + "unit": "防御力", + "isSame": false, + "values": [ + "149.12%", + "160.3%", + "171.49%", + "186.4%", + "197.58%", + "208.77%", + "223.68%", + "238.59%", + "253.5%", + "268.42%", + "283.33%", + "298.24%", + "316.88%", + "335.52%", + "354.16%" + ] + }, + { + "name": "一段蓄力伤害", + "unit": "防御力", + "isSame": false, + "values": [ + "260.96%", + "280.53%", + "300.1%", + "326.2%", + "345.77%", + "365.34%", + "391.44%", + "417.54%", + "443.63%", + "469.73%", + "495.82%", + "521.92%", + "554.54%", + "587.16%", + "619.78%" + ] + }, + { + "name": "二段蓄力伤害", + "unit": "防御力", + "isSame": false, + "values": [ + "372.8%", + "400.76%", + "428.72%", + "466%", + "493.96%", + "521.92%", + "559.2%", + "596.48%", + "633.76%", + "671.04%", + "708.32%", + "745.6%", + "792.2%", + "838.8%", + "885.4%" + ] + }, + { + "name": "护盾吸收量", + "unit": "", + "isSame": false, + "values": [ + "12%HP + 1155.43", + "12.9%HP + 1270.99", + "13.8%HP + 1396.18", + "15%HP + 1531", + "15.9%HP + 1675.45", + "16.8%HP + 1829.53", + "18%HP + 1993.24", + "19.2%HP + 2166.58", + "20.4%HP + 2349.54", + "21.6%HP + 2542.14", + "22.8%HP + 2744.37", + "24%HP + 2956.23", + "25.5%HP + 3177.72", + "27%HP + 3408.84", + "28.5%HP + 3649.59" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒" + ] + } + ] + }, + "q": { + "id": 6439, + "name": "破嶂见旌仪", + "desc": [ + "造成岩元素范围伤害,并为附近的队伍中所有角色赋予「飞云旗阵」。", + "

飞云旗阵

", + "对敌人造成普通攻击伤害时,基于云堇自己当前的防御力,提高造成的伤害。", + "「飞云旗阵」效果会在持续时间结束或生效一定次数后消失。", + "一次普通攻击同时命中多名敌人时,会依据命中敌人的数量消耗生效次数;队伍中具有「飞云旗阵」的角色,其生效次数单独计算。", + "「桴鼓声中,刀枪剑戟空翻影,女婵娟今扮作掌旗大将。」", + "「红毹上琴笛铙钹齐鸣,且看她如何荡平妖魔。」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "244%", + "262.3%", + "280.6%", + "305%", + "323.3%", + "341.6%", + "366%", + "390.4%", + "414.8%", + "439.2%", + "463.6%", + "488%", + "518.5%", + "549%", + "579.5%" + ] + }, + { + "name": "伤害值提升", + "unit": "防御力", + "isSame": false, + "values": [ + "32.16%", + "34.57%", + "36.98%", + "40.2%", + "42.61%", + "45.02%", + "48.24%", + "51.46%", + "54.67%", + "57.89%", + "61.1%", + "64.32%", + "68.34%", + "72.36%", + "76.38%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "生效次数", + "unit": "", + "isSame": true, + "values": [ + "30次", + "30次", + "30次", + "30次", + "30次", + "30次", + "30次", + "30次", + "30次", + "30次", + "30次", + "30次", + "30次", + "30次", + "30次" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 40.51, + 43.8, + 47.1, + 51.81, + 55.11, + 58.88, + 64.06, + 69.24, + 74.42, + 80.07, + 85.72, + 91.37, + 97.03, + 102.68, + 108.33 + ], + "二段伤害": [ + 40.25, + 43.52, + 46.8, + 51.48, + 54.76, + 58.5, + 63.65, + 68.8, + 73.94, + 79.56, + 85.18, + 90.79, + 96.41, + 102.02, + 107.64 + ], + "三段伤害": [ + 50.480000000000004, + 54.59, + 58.7, + 64.57000000000001, + 68.67999999999999, + 73.38, + 79.83000000000001, + 86.28999999999999, + 92.75, + 99.78999999999999, + 106.83000000000001, + 113.88, + 120.92, + 127.97, + 135.01 + ], + "三段伤害2": [ + [ + 22.96, + 27.52 + ], + [ + 24.83, + 29.76 + ], + [ + 26.7, + 32 + ], + [ + 29.37, + 35.2 + ], + [ + 31.24, + 37.44 + ], + [ + 33.38, + 40 + ], + [ + 36.31, + 43.52 + ], + [ + 39.25, + 47.04 + ], + [ + 42.19, + 50.56 + ], + [ + 45.39, + 54.4 + ], + [ + 48.59, + 58.24 + ], + [ + 51.8, + 62.08 + ], + [ + 55, + 65.92 + ], + [ + 58.21, + 69.76 + ], + [ + 61.41, + 73.6 + ] + ], + "四段伤害": [ + 52.8, + 57.099999999999994, + 61.4, + 67.54, + 71.84, + 76.74, + 83.5, + 90.25, + 97.00999999999999, + 104.38, + 111.75, + 119.12, + 126.48, + 133.85, + 141.22 + ], + "四段伤害2": [ + [ + 23.99, + 28.81 + ], + [ + 25.95, + 31.15 + ], + [ + 27.9, + 33.5 + ], + [ + 30.69, + 36.85 + ], + [ + 32.64, + 39.2 + ], + [ + 34.87, + 41.87 + ], + [ + 37.94, + 45.56 + ], + [ + 41.01, + 49.24 + ], + [ + 44.08, + 52.93 + ], + [ + 47.43, + 56.95 + ], + [ + 50.78, + 60.97 + ], + [ + 54.13, + 64.99 + ], + [ + 57.47, + 69.01 + ], + [ + 60.82, + 73.03 + ], + [ + 64.17, + 77.05 + ] + ], + "五段伤害": [ + 67.34, + 72.82, + 78.3, + 86.13, + 91.61, + 97.87, + 106.49, + 115.1, + 123.71, + 133.11, + 142.51, + 151.9, + 161.3, + 170.69, + 180.09 + ], + "重击伤害": [ + 121.69, + 131.6, + 141.5, + 155.65, + 165.56, + 176.87, + 192.44, + 208, + 223.57, + 240.55, + 260.01, + 282.89, + 305.77, + 328.65, + 353.61 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "点按伤害": [ + 149.12, + 160.3, + 171.49, + 186.4, + 197.58, + 208.77, + 223.68, + 238.59, + 253.5, + 268.42, + 283.33, + 298.24, + 316.88, + 335.52, + 354.16 + ], + "一段蓄力伤害": [ + 260.96, + 280.53, + 300.1, + 326.2, + 345.77, + 365.34, + 391.44, + 417.54, + 443.63, + 469.73, + 495.82, + 521.92, + 554.54, + 587.16, + 619.78 + ], + "二段蓄力伤害": [ + 372.8, + 400.76, + 428.72, + 466, + 493.96, + 521.92, + 559.2, + 596.48, + 633.76, + 671.04, + 708.32, + 745.6, + 792.2, + 838.8, + 885.4 + ], + "护盾吸收量": [ + 1167.43, + 1283.89, + 1409.98, + 1546, + 1691.3500000000001, + 1846.33, + 2011.24, + 2185.7799999999997, + 2369.94, + 2563.74, + 2767.17, + 2980.23, + 3203.22, + 3435.84, + 3678.09 + ], + "护盾吸收量2": [ + [ + 12, + 1155.43 + ], + [ + 12.9, + 1270.99 + ], + [ + 13.8, + 1396.18 + ], + [ + 15, + 1531 + ], + [ + 15.9, + 1675.45 + ], + [ + 16.8, + 1829.53 + ], + [ + 18, + 1993.24 + ], + [ + 19.2, + 2166.58 + ], + [ + 20.4, + 2349.54 + ], + [ + 21.6, + 2542.14 + ], + [ + 22.8, + 2744.37 + ], + [ + 24, + 2956.23 + ], + [ + 25.5, + 3177.72 + ], + [ + 27, + 3408.84 + ], + [ + 28.5, + 3649.59 + ] + ] + }, + "q": { + "技能伤害": [ + 244, + 262.3, + 280.6, + 305, + 323.3, + 341.6, + 366, + 390.4, + 414.8, + 439.2, + 463.6, + 488, + 518.5, + 549, + 579.5 + ], + "伤害值提升": [ + 32.16, + 34.57, + 36.98, + 40.2, + 42.61, + 45.02, + 48.24, + 51.46, + 54.67, + 57.89, + 61.1, + 64.32, + 68.34, + 72.36, + 76.38 + ] + } + }, + "cons": { + "1": { + "name": "飞身趟马", + "desc": [ + "旋云开相的冷却时间减少18%。" + ] + }, + "2": { + "name": "诸般切末", + "desc": [ + "施放破嶂见旌仪后,附近队伍中所有角色普通攻击造成的伤害提升15%,持续12秒。" + ] + }, + "3": { + "name": "牙纛探海", + "desc": [ + "破嶂见旌仪的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "昇堂吊云", + "desc": [ + "云堇触发结晶反应后,防御力提升20%,持续12秒。" + ] + }, + "5": { + "name": "翘楚名坤", + "desc": [ + "

旋云开相的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "庄谐并举", + "desc": [ + "处于「飞云旗阵」状态下的角色,普通攻击的攻击速度提升12%。" + ] + } + }, + "passive": [ + { + "name": "清食养性", + "desc": [ + "完美烹饪冒险类食物时,有12%概率获得2倍产出。" + ] + }, + { + "name": "务守本真", + "desc": [ + "在被攻击瞬间施放的旋云开相,会以长按二段蓄力的形式施放。" + ] + }, + { + "name": "莫从恒蹊", + "desc": [ + "「飞云旗阵」提供的普通攻击伤害提高,当队伍中存在1/2/3/4种元素类型的角色时,数值上进一步追加云堇防御力的2.5%/5%/7.5%/11.5%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "recharge" + ], + "details": { + "1": [ + 894, + 16.03, + 61.57, + 0 + ], + "20": [ + 2296, + 41.17, + 158.18, + 0 + ], + "40": [ + 4438, + 79.61, + 305.84, + 0 + ], + "50": [ + 5651, + 101.35, + 389.39, + 6.67 + ], + "60": [ + 7021, + 125.94, + 483.82, + 13.33 + ], + "70": [ + 8233, + 147.67, + 567.31, + 13.33 + ], + "80": [ + 9445, + 169.41, + 650.85, + 20 + ], + "90": [ + 10657, + 191.16, + 734.39, + 26.67 + ], + "20+": [ + 2963, + 53.15, + 204.18, + 0 + ], + "40+": [ + 4913, + 88.12, + 338.53, + 6.67 + ], + "50+": [ + 6283, + 112.7, + 432.96, + 13.33 + ], + "60+": [ + 7495, + 134.44, + 516.51, + 13.33 + ], + "70+": [ + 8707, + 156.17, + 599.99, + 20 + ], + "80+": [ + 9919, + 177.92, + 683.53, + 26.67 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-1.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-1.webp" new file mode 100644 index 0000000000..6aa8145afc Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-2.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-2.webp" new file mode 100644 index 0000000000..3beaf93216 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-3.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-3.webp" new file mode 100644 index 0000000000..3c23a9ee5e Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-4.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-4.webp" new file mode 100644 index 0000000000..dc4c8c2458 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-5.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-5.webp" new file mode 100644 index 0000000000..14a6c3b77c Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-6.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-6.webp" new file mode 100644 index 0000000000..e54d53cdd7 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/passive-0.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/passive-0.webp" new file mode 100644 index 0000000000..5f726c0ec9 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/passive-1.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/passive-1.webp" new file mode 100644 index 0000000000..a2bd559a29 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/passive-2.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/passive-2.webp" new file mode 100644 index 0000000000..ffea98a712 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/talent-a.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/talent-a.webp" new file mode 100644 index 0000000000..b8c3c3b202 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/talent-e.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/talent-e.webp" new file mode 100644 index 0000000000..a1b137f1e4 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/talent-q.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/talent-q.webp" new file mode 100644 index 0000000000..628cc43331 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/banner.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/banner.webp" new file mode 100644 index 0000000000..a9942ad5d7 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/card.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/card.webp" new file mode 100644 index 0000000000..a3ebb50a28 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/face.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/face.webp" new file mode 100644 index 0000000000..d081fb85a7 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/gacha.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/gacha.webp" new file mode 100644 index 0000000000..25e5c4351d Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/side.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/side.webp" new file mode 100644 index 0000000000..8ad0867b40 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/splash.webp" "b/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/splash.webp" new file mode 100644 index 0000000000..b22cebda79 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\221\345\240\207/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/data.json" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/data.json" new file mode 100644 index 0000000000..2e7796831e --- /dev/null +++ "b/plugin/kokomi/data/character/\344\272\224\351\203\216/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000055, + "name": "五郎", + "abbr": "五郎", + "title": "戎犬锵锵", + "star": 4, + "elem": "geo", + "allegiance": "海祇岛", + "weapon": "bow", + "birth": "5-18", + "astro": "柴犬座", + "desc": "海祇岛军的大将,深受部下信赖。", + "cncv": "杨昕燃", + "jpcv": "畠中祐", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 9570, + "atk": 182.66, + "def": 648.4 + }, + "growAttr": { + "key": "dmg", + "value": 24 + }, + "talentKey": { + "5531": "a", + "5532": "e", + "5539": "q" + }, + "talentId": { + "10551": 5531, + "10552": 5532, + "10555": 5539 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "坚牢黄玉", + "boss": "恒常机关之心", + "specialty": "珊瑚真珠", + "normal": "浮游晶化核", + "talent": "「天光」的哲学", + "weekly": "熔毁之刻" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/detail.json" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/detail.json" new file mode 100644 index 0000000000..4b53b64053 --- /dev/null +++ "b/plugin/kokomi/data/character/\344\272\224\351\203\216/detail.json" @@ -0,0 +1,933 @@ +{ + "id": "55", + "name": "五郎", + "talent": { + "a": { + "id": 5531, + "name": "普通攻击·呲牙裂扇箭", + "desc": [ + "

普通攻击

", + "进行至多四段的连续弓箭射击。", + "

重击

", + "进行伤害更高、更为精准的瞄准射击。", + "瞄准时,岩晶会在箭矢上持续积聚。聚满了晶岩的箭矢会造成岩元素伤害。", + "

下落攻击

", + "从空中射出箭雨,并迅速下坠冲击地面,在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "37.75%", + "40.83%", + "43.9%", + "48.29%", + "51.36%", + "54.87%", + "59.7%", + "64.53%", + "69.36%", + "74.63%", + "79.9%", + "85.17%", + "90.43%", + "95.7%", + "100.97%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "37.15%", + "40.18%", + "43.2%", + "47.52%", + "50.54%", + "54%", + "58.75%", + "63.5%", + "68.26%", + "73.44%", + "78.62%", + "83.81%", + "88.99%", + "94.18%", + "99.36%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "49.45%", + "53.47%", + "57.5%", + "63.25%", + "67.27%", + "71.88%", + "78.2%", + "84.53%", + "90.85%", + "97.75%", + "104.65%", + "111.55%", + "118.45%", + "125.35%", + "132.25%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "59%", + "63.8%", + "68.6%", + "75.46%", + "80.26%", + "85.75%", + "93.3%", + "100.84%", + "108.39%", + "116.62%", + "124.85%", + "133.08%", + "141.32%", + "149.55%", + "157.78%" + ] + }, + { + "name": "瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "43.86%", + "47.43%", + "51%", + "56.1%", + "59.67%", + "63.75%", + "69.36%", + "74.97%", + "80.58%", + "86.7%", + "92.82%", + "98.94%", + "105.06%", + "111.18%", + "117.3%" + ] + }, + { + "name": "满蓄力瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "124%", + "133.3%", + "142.6%", + "155%", + "164.3%", + "173.6%", + "186%", + "198.4%", + "210.8%", + "223.2%", + "235.6%", + "248%", + "263.5%", + "279%", + "294.5%" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 5532, + "name": "犬坂吠吠方圆阵", + "desc": [ + "造成岩元素范围伤害,并立起大将旗指物。", + "

大将旗指物

", + "依据施放时队伍中元素类型为岩元素的角色数量,为其领域内的当前场上角色赋予如下效果:", + "·一名角色时:「坚牢」:防御力提升;", + "·二名角色时:「难破」:除上述效果外,提升抗打断能力;", + "·三名角色时:「摧碎」:除上述效果外,获得岩元素伤害加成。", + "同时只能存在一个由五郎自己创造的大将旗指物;角色只能获得一个大将旗指物提供的效果。角色离开领域后,领域的效果将持续2秒。", + "

长按

", + "可以调整技能生效位置。", + "「只要进入此阵中,便能保证性命安全无虞!」无论何时何地,作为领军的大将,五郎最不希望看到的就是跟随其身后的同伴受到伤害吧。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "107.2%", + "115.24%", + "123.28%", + "134%", + "142.04%", + "150.08%", + "160.8%", + "171.52%", + "182.24%", + "192.96%", + "203.68%", + "214.4%", + "227.8%", + "241.2%", + "254.6%" + ] + }, + { + "name": "防御力提升", + "unit": "", + "isSame": false, + "values": [ + "206.16", + "221.62", + "237.08", + "257.7", + "273.16", + "288.62", + "309.24", + "329.86", + "350.47", + "371.09", + "391.7", + "412.32", + "438.09", + "463.86", + "489.63" + ] + }, + { + "name": "岩元素伤害加成", + "unit": "", + "isSame": true, + "values": [ + "15%", + "15%", + "15%", + "15%", + "15%", + "15%", + "15%", + "15%", + "15%", + "15%", + "15%", + "15%", + "15%", + "15%", + "15%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + } + ] + }, + "q": { + "id": 5539, + "name": "兽牙逐突形胜战法", + "desc": [ + "展现大将之威,造成岩元素范围伤害,并展开大将威仪之领域,鼓舞身边的战友。", + "

大将威仪

", + "具有如下特性:", + "·领域拥有等同于元素战技「犬坂吠吠方圆阵」创造的大将旗指物的效果,依据施放时队伍中元素类型为岩元素的角色数量,为其领域内的当前场上角色赋予效果,并且会随着当前场上角色移动;", + "·每1.5秒,会产生一次岩晶崩破,对领域内一名敌人造成岩元素范围伤害;", + "·每1.5秒,将领域内1枚结晶反应产生的晶片吸引至当前角色的位置。", + "施放时,若场上存在五郎自己的大将旗指物,会将其破坏。此外,在大将威仪的持续期间,五郎自己施放元素战技「犬坂吠吠方圆阵」时,将不会产生大将旗指物。", + "五郎倒下时将解除五郎自己的大将威仪效果。", + "「地势在我!」五郎能够稍许改变战场的地势以获得胜利,此为对抗强敌的不二秘诀。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "防御力", + "isSame": false, + "values": [ + "98.22%", + "105.58%", + "112.95%", + "122.77%", + "130.14%", + "137.5%", + "147.32%", + "157.15%", + "166.97%", + "176.79%", + "186.61%", + "196.43%", + "208.71%", + "220.99%", + "233.26%" + ] + }, + { + "name": "岩晶崩破伤害", + "unit": "防御力", + "isSame": false, + "values": [ + "61.3%", + "65.9%", + "70.49%", + "76.63%", + "81.22%", + "85.82%", + "91.95%", + "98.08%", + "104.21%", + "110.34%", + "116.47%", + "122.6%", + "130.26%", + "137.93%", + "145.59%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 37.75, + 40.83, + 43.9, + 48.29, + 51.36, + 54.87, + 59.7, + 64.53, + 69.36, + 74.63, + 79.9, + 85.17, + 90.43, + 95.7, + 100.97 + ], + "二段伤害": [ + 37.15, + 40.18, + 43.2, + 47.52, + 50.54, + 54, + 58.75, + 63.5, + 68.26, + 73.44, + 78.62, + 83.81, + 88.99, + 94.18, + 99.36 + ], + "三段伤害": [ + 49.45, + 53.47, + 57.5, + 63.25, + 67.27, + 71.88, + 78.2, + 84.53, + 90.85, + 97.75, + 104.65, + 111.55, + 118.45, + 125.35, + 132.25 + ], + "四段伤害": [ + 59, + 63.8, + 68.6, + 75.46, + 80.26, + 85.75, + 93.3, + 100.84, + 108.39, + 116.62, + 124.85, + 133.08, + 141.32, + 149.55, + 157.78 + ], + "瞄准射击": [ + 43.86, + 47.43, + 51, + 56.1, + 59.67, + 63.75, + 69.36, + 74.97, + 80.58, + 86.7, + 92.82, + 98.94, + 105.06, + 111.18, + 117.3 + ], + "满蓄力瞄准射击": [ + 124, + 133.3, + 142.6, + 155, + 164.3, + 173.6, + 186, + 198.4, + 210.8, + 223.2, + 235.6, + 248, + 263.5, + 279, + 294.5 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "技能伤害": [ + 107.2, + 115.24, + 123.28, + 134, + 142.04, + 150.08, + 160.8, + 171.52, + 182.24, + 192.96, + 203.68, + 214.4, + 227.8, + 241.2, + 254.6 + ], + "防御力提升": [ + 206.16, + 221.62, + 237.08, + 257.7, + 273.16, + 288.62, + 309.24, + 329.86, + 350.47, + 371.09, + 391.7, + 412.32, + 438.09, + 463.86, + 489.63 + ] + }, + "q": { + "技能伤害": [ + 98.22, + 105.58, + 112.95, + 122.77, + 130.14, + 137.5, + 147.32, + 157.15, + 166.97, + 176.79, + 186.61, + 196.43, + 208.71, + 220.99, + 233.26 + ], + "岩晶崩破伤害": [ + 61.3, + 65.9, + 70.49, + 76.63, + 81.22, + 85.82, + 91.95, + 98.08, + 104.21, + 110.34, + 116.47, + 122.6, + 130.26, + 137.93, + 145.59 + ] + } + }, + "cons": { + "1": { + "name": "犬奔·疾如风", + "desc": [ + "处于五郎自己的大将旗指物或大将威仪领域中的当前场上角色(除了五郎自己)对敌人造成岩元素伤害后,五郎自己的犬坂吠吠方圆阵冷却时间减少2秒。", + "该效果每10秒至多触发一次。" + ] + }, + "2": { + "name": "犬坐·稳如钟", + "desc": [ + "在大将威仪的持续期间,附近的当前场上角色获取结晶反应产生的晶片后,五郎自己的大将威仪的持续时间延长1秒。", + "该效果每0.1秒至多触发一次,至多通过这种方式延长3秒持续时间。" + ] + }, + "3": { + "name": "犬爪·势如火", + "desc": [ + "犬坂吠吠方圆阵的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "犬舐·温如水", + "desc": [ + "大将威仪在具有「难破」或「摧碎」的效果时,每1.5秒,为领域内的当前场上角色恢复生命值,回复量相当于五郎自己防御力的50%。" + ] + }, + "5": { + "name": "犬突·动如雷", + "desc": [ + "兽牙逐突形胜战法的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "犬勇·忠如山", + "desc": [ + "施放犬坂吠吠方圆阵或兽牙逐突形胜战法后的12秒内,依据施放时的领域等级,提高附近的队伍中所有角色岩元素伤害的暴击伤害:", + "·「坚牢」:提高10%;", + "·「难破」:提高20%;", + "·「摧碎」:提高40%。", + "该效果无法叠加,以后生效的为准。" + ] + } + }, + "passive": [ + { + "name": "亮晶晶发现术", + "desc": [ + "在小地图上显示周围的稻妻区域特产的位置。" + ] + }, + { + "name": "不畏风雨", + "desc": [ + "施放兽牙逐突形胜战法后的12秒内,附近的队伍中所有角色的防御力提升25%。" + ] + }, + { + "name": "报恩之守", + "desc": [ + "基于防御力,五郎的以下攻击造成的伤害提高:", + "·犬坂吠吠方圆阵的技能伤害提高值:防御力的156%;", + "·兽牙逐突形胜战法的技能伤害与岩晶崩破伤害提高值:防御力的15.6%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 802, + 15.31, + 54.36, + 0 + ], + "20": [ + 2061, + 39.34, + 139.66, + 0 + ], + "40": [ + 3985, + 76.07, + 270.03, + 0 + ], + "50": [ + 5074, + 96.85, + 343.79, + 6 + ], + "60": [ + 6305, + 120.34, + 427.17, + 12 + ], + "70": [ + 7393, + 141.1, + 500.87, + 12 + ], + "80": [ + 8481, + 161.88, + 574.63, + 18 + ], + "90": [ + 9570, + 182.66, + 648.4, + 24 + ], + "20+": [ + 2661, + 50.79, + 180.27, + 0 + ], + "40+": [ + 4411, + 84.2, + 298.88, + 6 + ], + "50+": [ + 5642, + 107.69, + 382.26, + 12 + ], + "60+": [ + 6731, + 128.47, + 456.02, + 12 + ], + "70+": [ + 7819, + 149.23, + 529.73, + 18 + ], + "80+": [ + 8907, + 170.01, + 603.49, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-1.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-1.webp" new file mode 100644 index 0000000000..50f6b38732 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-2.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-2.webp" new file mode 100644 index 0000000000..050eace1ea Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-3.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-3.webp" new file mode 100644 index 0000000000..2ad4414bbb Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-4.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-4.webp" new file mode 100644 index 0000000000..0da2b9afe1 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-5.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-5.webp" new file mode 100644 index 0000000000..2343add3b0 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-6.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-6.webp" new file mode 100644 index 0000000000..65bbc8ff4d Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/passive-0.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/passive-0.webp" new file mode 100644 index 0000000000..67880fcde2 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/passive-1.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/passive-1.webp" new file mode 100644 index 0000000000..97b883ef87 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/passive-2.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/passive-2.webp" new file mode 100644 index 0000000000..9dfe625eea Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/talent-a.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/talent-a.webp" new file mode 100644 index 0000000000..551e4ae608 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/talent-e.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/talent-e.webp" new file mode 100644 index 0000000000..2ad4414bbb Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/talent-q.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/talent-q.webp" new file mode 100644 index 0000000000..7644679e0c Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/banner.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/banner.webp" new file mode 100644 index 0000000000..02b3104f5e Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/card.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/card.webp" new file mode 100644 index 0000000000..a8913febf2 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/face.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/face.webp" new file mode 100644 index 0000000000..4fd31b7fa0 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/gacha.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/gacha.webp" new file mode 100644 index 0000000000..3d1f5a5188 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/side.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/side.webp" new file mode 100644 index 0000000000..a845e2a370 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/splash.webp" "b/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/splash.webp" new file mode 100644 index 0000000000..e455ce0e5f Binary files /dev/null and "b/plugin/kokomi/data/character/\344\272\224\351\203\216/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/data.json" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/data.json" new file mode 100644 index 0000000000..f8b477fa43 --- /dev/null +++ "b/plugin/kokomi/data/character/\344\274\230\350\217\210/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000051, + "name": "优菈", + "abbr": "优菈", + "title": "浪沫的旋舞", + "star": 5, + "elem": "cryo", + "allegiance": "西风骑士团", + "weapon": "claymore", + "birth": "10-25", + "astro": "浪沫座", + "desc": "古老家族出身的「浪花骑士」,西风骑士团游击小队队长。身为旧贵族后裔却加入了堪称死对头的西风骑士团,该事件至今仍是蒙德一大谜团。", + "cncv": "子音", + "jpcv": "佐藤利奈", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 13226, + "atk": 342.03, + "def": 750.88 + }, + "growAttr": { + "key": "cdmg", + "value": 38.4 + }, + "talentKey": { + "5131": "a", + "5132": "e", + "5139": "q" + }, + "talentId": { + "10511": 5131, + "10512": 5132, + "10515": 5139 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "哀叙冰玉", + "boss": "晶凝之华", + "specialty": "蒲公英籽", + "normal": "不祥的面具", + "talent": "「抗争」的哲学", + "weekly": "龙王之冕" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/detail.json" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/detail.json" new file mode 100644 index 0000000000..7e1e86a61c --- /dev/null +++ "b/plugin/kokomi/data/character/\344\274\230\350\217\210/detail.json" @@ -0,0 +1,1331 @@ +{ + "id": "51", + "name": "优菈", + "talent": { + "a": { + "id": 5131, + "name": "普通攻击·西风剑术·宗室", + "desc": [ + "

普通攻击

", + "进行至多五段的连续挥砍。", + "

重击

", + "持续消耗体力,快速进行连续的斩击。", + "重击结束时,会进行一次格外有力的挥砍。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "89.73%", + "97.04%", + "104.34%", + "114.77%", + "122.08%", + "130.43%", + "141.9%", + "153.38%", + "164.86%", + "177.38%", + "191.72%", + "208.6%", + "225.47%", + "242.34%", + "260.75%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "93.55%", + "101.17%", + "108.78%", + "119.66%", + "127.27%", + "135.98%", + "147.94%", + "159.91%", + "171.87%", + "184.93%", + "199.88%", + "217.47%", + "235.06%", + "252.65%", + "271.84%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "56.8% + 56.8%", + "61.42% + 61.42%", + "66.04% + 66.04%", + "72.65% + 72.65%", + "77.27% + 77.27%", + "82.56% + 82.56%", + "89.82% + 89.82%", + "97.09% + 97.09%", + "104.35% + 104.35%", + "112.28% + 112.28%", + "121.36% + 121.36%", + "132.04% + 132.04%", + "142.72% + 142.72%", + "153.4% + 153.4%", + "165.05% + 165.05%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "112.64%", + "121.81%", + "130.98%", + "144.08%", + "153.25%", + "163.72%", + "178.13%", + "192.54%", + "206.95%", + "222.67%", + "240.68%", + "261.86%", + "283.03%", + "304.21%", + "327.32%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "71.83% + 71.83%", + "77.68% + 77.68%", + "83.53% + 83.53%", + "91.88% + 91.88%", + "97.73% + 97.73%", + "104.41% + 104.41%", + "113.6% + 113.6%", + "122.79% + 122.79%", + "131.97% + 131.97%", + "142% + 142%", + "153.48% + 153.48%", + "166.99% + 166.99%", + "180.49% + 180.49%", + "194% + 194%", + "208.74% + 208.74%" + ] + }, + { + "name": "重击循环伤害", + "unit": "", + "isSame": false, + "values": [ + "68.8%", + "74.4%", + "80%", + "88%", + "93.6%", + "100%", + "108.8%", + "117.6%", + "126.4%", + "136%", + "147%", + "159.94%", + "172.87%", + "185.81%", + "199.92%" + ] + }, + { + "name": "重击终结伤害", + "unit": "", + "isSame": false, + "values": [ + "124.4%", + "134.52%", + "144.65%", + "159.12%", + "169.24%", + "180.81%", + "196.72%", + "212.64%", + "228.55%", + "245.9%", + "265.79%", + "289.18%", + "312.57%", + "335.96%", + "361.48%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点" + ] + }, + { + "name": "最大持续时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "74.59%", + "80.66%", + "86.73%", + "95.4%", + "101.47%", + "108.41%", + "117.95%", + "127.49%", + "137.03%", + "147.44%", + "159.37%", + "173.39%", + "187.41%", + "201.44%", + "216.74%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "149.14% / 186.29%", + "161.28% / 201.45%", + "173.42% / 216.62%", + "190.77% / 238.28%", + "202.91% / 253.44%", + "216.78% / 270.77%", + "235.86% / 294.6%", + "254.93% / 318.42%", + "274.01% / 342.25%", + "294.82% / 368.25%", + "318.67% / 398.03%", + "346.71% / 433.06%", + "374.75% / 468.08%", + "402.79% / 503.11%", + "433.38% / 541.32%" + ] + } + ] + }, + "e": { + "id": 5132, + "name": "冰潮的涡旋", + "desc": [ + "

极寒的冰气、迅捷的剑舞。

", + "

点按

", + "快速挥斩,造成冰元素伤害。", + "命中敌人时,优菈自己获得一层冷酷之心效果,最多叠加2次,每0.3秒内只能触发1次。", + "

冷酷之心

", + "提高优菈的抗打断能力和防御力。", + "

长按

", + "消耗所有的冷酷之心效果,并挥舞大剑向前挥砍,对前方的敌人造成冰元素范围伤害。", + "若消耗了冷酷之心效果,会使身边的敌人的物理抗性与冰元素抗性降低。", + "每一层被消耗的冷酷之心会转化为一柄冰涡之剑,对附近的敌人造成冰元素伤害。", + "「浪花就是这样打着旋,吞没了高贵的头冠。随后,冰冷浪潮的每一滴飞沫里,都映着一个金冠;每一滴浪沫,都闪烁着光。」" + ], + "tables": [ + { + "name": "点按伤害", + "unit": "", + "isSame": false, + "values": [ + "146.4%", + "157.38%", + "168.36%", + "183%", + "193.98%", + "204.96%", + "219.6%", + "234.24%", + "248.88%", + "263.52%", + "278.16%", + "292.8%", + "311.1%", + "329.4%", + "347.7%" + ] + }, + { + "name": "长按伤害", + "unit": "", + "isSame": false, + "values": [ + "245.6%", + "264.02%", + "282.44%", + "307%", + "325.42%", + "343.84%", + "368.4%", + "392.96%", + "417.52%", + "442.08%", + "466.64%", + "491.2%", + "521.9%", + "552.6%", + "583.3%" + ] + }, + { + "name": "冰涡之剑伤害", + "unit": "", + "isSame": false, + "values": [ + "96%", + "103.2%", + "110.4%", + "120%", + "127.2%", + "134.4%", + "144%", + "153.6%", + "163.2%", + "172.8%", + "182.4%", + "192%", + "204%", + "216%", + "228%" + ] + }, + { + "name": "防御力提升", + "unit": "", + "isSame": true, + "values": [ + "每层30%", + "每层30%", + "每层30%", + "每层30%", + "每层30%", + "每层30%", + "每层30%", + "每层30%", + "每层30%", + "每层30%", + "每层30%", + "每层30%", + "每层30%", + "每层30%", + "每层30%" + ] + }, + { + "name": "冷酷之心持续时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + }, + { + "name": "物理抗性降低", + "unit": "", + "isSame": false, + "values": [ + "16%", + "17%", + "18%", + "19%", + "20%", + "21%", + "22%", + "23%", + "24%", + "25%", + "25%", + "25%", + "25%", + "25%", + "25%" + ] + }, + { + "name": "冰元素抗性降低", + "unit": "", + "isSame": false, + "values": [ + "16%", + "17%", + "18%", + "19%", + "20%", + "21%", + "22%", + "23%", + "24%", + "25%", + "25%", + "25%", + "25%", + "25%", + "25%" + ] + }, + { + "name": "抗性降低时间", + "unit": "", + "isSame": true, + "values": [ + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒" + ] + }, + { + "name": "点按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒" + ] + }, + { + "name": "长按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + } + ] + }, + "q": { + "id": 5139, + "name": "凝浪之光剑", + "desc": [ + "猛烈挥舞大剑,对周围的敌人造成冰元素伤害,并创造一柄跟随自己,至多持续存在7秒的光降之剑。", + "在持续期间内,光降之剑会提高优菈自己的抗打断能力,并在优菈自己的普通攻击、元素战技或元素爆发对敌人造成伤害时,为光降之剑积蓄能量。每0.1秒只能积攒一层能量。", + "持续时间结束后,光降之剑会降下并猛烈爆发,对周围的敌人造成物理伤害。", + "此伤害受益于光降之剑积蓄的能量层数。", + "优菈退场时,光降之剑会立即爆发。", + "沉沦是件很容易的事情。尽管如此,她仍想要冻结住这股潮流。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "245.6%", + "264.02%", + "282.44%", + "307%", + "325.42%", + "343.84%", + "368.4%", + "392.96%", + "417.52%", + "442.08%", + "466.64%", + "491.2%", + "521.9%", + "552.6%", + "583.3%" + ] + }, + { + "name": "光降之剑基础伤害", + "unit": "", + "isSame": false, + "values": [ + "367.05%", + "396.92%", + "426.8%", + "469.48%", + "499.36%", + "533.5%", + "580.45%", + "627.4%", + "674.34%", + "725.56%", + "784.25%", + "853.26%", + "922.27%", + "991.29%", + "1066.57%" + ] + }, + { + "name": "每层能量伤害", + "unit": "", + "isSame": false, + "values": [ + "74.99%", + "81.1%", + "87.2%", + "95.92%", + "102.02%", + "109%", + "118.59%", + "128.18%", + "137.78%", + "148.24%", + "160.23%", + "174.33%", + "188.43%", + "202.53%", + "217.91%" + ] + }, + { + "name": "能量层数上限", + "unit": "", + "isSame": true, + "values": [ + "30", + "30", + "30", + "30", + "30", + "30", + "30", + "30", + "30", + "30", + "30", + "30", + "30", + "30", + "30" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 89.73, + 97.04, + 104.34, + 114.77, + 122.08, + 130.43, + 141.9, + 153.38, + 164.86, + 177.38, + 191.72, + 208.6, + 225.47, + 242.34, + 260.75 + ], + "二段伤害": [ + 93.55, + 101.17, + 108.78, + 119.66, + 127.27, + 135.98, + 147.94, + 159.91, + 171.87, + 184.93, + 199.88, + 217.47, + 235.06, + 252.65, + 271.84 + ], + "三段伤害": [ + 113.6, + 122.84, + 132.08, + 145.3, + 154.54, + 165.12, + 179.64, + 194.18, + 208.7, + 224.56, + 242.72, + 264.08, + 285.44, + 306.8, + 330.1 + ], + "三段伤害2": [ + [ + 56.8, + 56.8 + ], + [ + 61.42, + 61.42 + ], + [ + 66.04, + 66.04 + ], + [ + 72.65, + 72.65 + ], + [ + 77.27, + 77.27 + ], + [ + 82.56, + 82.56 + ], + [ + 89.82, + 89.82 + ], + [ + 97.09, + 97.09 + ], + [ + 104.35, + 104.35 + ], + [ + 112.28, + 112.28 + ], + [ + 121.36, + 121.36 + ], + [ + 132.04, + 132.04 + ], + [ + 142.72, + 142.72 + ], + [ + 153.4, + 153.4 + ], + [ + 165.05, + 165.05 + ] + ], + "四段伤害": [ + 112.64, + 121.81, + 130.98, + 144.08, + 153.25, + 163.72, + 178.13, + 192.54, + 206.95, + 222.67, + 240.68, + 261.86, + 283.03, + 304.21, + 327.32 + ], + "五段伤害": [ + 143.66, + 155.36, + 167.06, + 183.76, + 195.46, + 208.82, + 227.2, + 245.58, + 263.94, + 284, + 306.96, + 333.98, + 360.98, + 388, + 417.48 + ], + "五段伤害2": [ + [ + 71.83, + 71.83 + ], + [ + 77.68, + 77.68 + ], + [ + 83.53, + 83.53 + ], + [ + 91.88, + 91.88 + ], + [ + 97.73, + 97.73 + ], + [ + 104.41, + 104.41 + ], + [ + 113.6, + 113.6 + ], + [ + 122.79, + 122.79 + ], + [ + 131.97, + 131.97 + ], + [ + 142, + 142 + ], + [ + 153.48, + 153.48 + ], + [ + 166.99, + 166.99 + ], + [ + 180.49, + 180.49 + ], + [ + 194, + 194 + ], + [ + 208.74, + 208.74 + ] + ], + "重击循环伤害": [ + 68.8, + 74.4, + 80, + 88, + 93.6, + 100, + 108.8, + 117.6, + 126.4, + 136, + 147, + 159.94, + 172.87, + 185.81, + 199.92 + ], + "重击终结伤害": [ + 124.4, + 134.52, + 144.65, + 159.12, + 169.24, + 180.81, + 196.72, + 212.64, + 228.55, + 245.9, + 265.79, + 289.18, + 312.57, + 335.96, + 361.48 + ], + "下坠期间伤害": [ + 74.59, + 80.66, + 86.73, + 95.4, + 101.47, + 108.41, + 117.95, + 127.49, + 137.03, + 147.44, + 159.37, + 173.39, + 187.41, + 201.44, + 216.74 + ], + "低空/高空坠地冲击伤害": [ + [ + 149.14, + 186.29 + ], + [ + 161.28, + 201.45 + ], + [ + 173.42, + 216.62 + ], + [ + 190.77, + 238.28 + ], + [ + 202.91, + 253.44 + ], + [ + 216.78, + 270.77 + ], + [ + 235.86, + 294.6 + ], + [ + 254.93, + 318.42 + ], + [ + 274.01, + 342.25 + ], + [ + 294.82, + 368.25 + ], + [ + 318.67, + 398.03 + ], + [ + 346.71, + 433.06 + ], + [ + 374.75, + 468.08 + ], + [ + 402.79, + 503.11 + ], + [ + 433.38, + 541.32 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 149.14, + 186.29 + ], + [ + 161.28, + 201.45 + ], + [ + 173.42, + 216.62 + ], + [ + 190.77, + 238.28 + ], + [ + 202.91, + 253.44 + ], + [ + 216.78, + 270.77 + ], + [ + 235.86, + 294.6 + ], + [ + 254.93, + 318.42 + ], + [ + 274.01, + 342.25 + ], + [ + 294.82, + 368.25 + ], + [ + 318.67, + 398.03 + ], + [ + 346.71, + 433.06 + ], + [ + 374.75, + 468.08 + ], + [ + 402.79, + 503.11 + ], + [ + 433.38, + 541.32 + ] + ] + }, + "e": { + "点按伤害": [ + 146.4, + 157.38, + 168.36, + 183, + 193.98, + 204.96, + 219.6, + 234.24, + 248.88, + 263.52, + 278.16, + 292.8, + 311.1, + 329.4, + 347.7 + ], + "长按伤害": [ + 245.6, + 264.02, + 282.44, + 307, + 325.42, + 343.84, + 368.4, + 392.96, + 417.52, + 442.08, + 466.64, + 491.2, + 521.9, + 552.6, + 583.3 + ], + "冰涡之剑伤害": [ + 96, + 103.2, + 110.4, + 120, + 127.2, + 134.4, + 144, + 153.6, + 163.2, + 172.8, + 182.4, + 192, + 204, + 216, + 228 + ], + "物理抗性降低": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 25, + 25, + 25, + 25, + 25 + ], + "冰元素抗性降低": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 25, + 25, + 25, + 25, + 25 + ] + }, + "q": { + "技能伤害": [ + 245.6, + 264.02, + 282.44, + 307, + 325.42, + 343.84, + 368.4, + 392.96, + 417.52, + 442.08, + 466.64, + 491.2, + 521.9, + 552.6, + 583.3 + ], + "光降之剑基础伤害": [ + 367.05, + 396.92, + 426.8, + 469.48, + 499.36, + 533.5, + 580.45, + 627.4, + 674.34, + 725.56, + 784.25, + 853.26, + 922.27, + 991.29, + 1066.57 + ], + "每层能量伤害": [ + 74.99, + 81.1, + 87.2, + 95.92, + 102.02, + 109, + 118.59, + 128.18, + 137.78, + 148.24, + 160.23, + 174.33, + 188.43, + 202.53, + 217.91 + ] + } + }, + "cons": { + "1": { + "name": "光潮的幻象", + "desc": [ + "消耗冰潮的涡旋的冷酷之心效果后,优菈的物理伤害加成提高30%,持续6秒,", + "每消耗一层冷酷之心,都会使这个效果的持续时间延长6秒,最多不会超过18秒。" + ] + }, + "2": { + "name": "海沫的少女", + "desc": [ + "缩短冰潮的涡旋长按的冷却时间,使其降低至与点按的冷却时间相同。" + ] + }, + "3": { + "name": "劳伦斯的血脉", + "desc": [ + "凝浪之光剑的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "自卑者的逞强", + "desc": [ + "对生命值低于50%的敌人,光降之剑造成的伤害提高25%。" + ] + }, + "5": { + "name": "骑士的素质", + "desc": [ + "冰潮的涡旋的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "高贵者的义务", + "desc": [ + "凝浪之光剑创造的光降之剑立即获得5层能量。普通攻击、元素战技或元素爆发造成伤害使其积蓄能量层数时,有50%的概率额外获得一层。" + ] + } + }, + "passive": [ + { + "name": "贵族的自省", + "desc": [ + "合成角色天赋素材时,有10%概率获得2倍产出。" + ] + }, + { + "name": "潮卷冰削", + "desc": [ + "长按施放冰潮的涡旋时,若一次性消耗了2层冷酷之心效果,则创造会立即爆发的残缺光降之剑,造成相当于凝浪之光剑的光降之剑基础伤害50%的物理伤害。" + ] + }, + { + "name": "战欲涌现", + "desc": [ + "施放凝浪之光剑时,重置冰潮的涡旋的冷却时间,并为优菈赋予一层冷酷之心效果。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cdmg" + ], + "details": { + "1": [ + 1030, + 26.63, + 58.45, + 0 + ], + "20": [ + 2671, + 69.07, + 151.63, + 0 + ], + "40": [ + 5317, + 137.51, + 301.88, + 0 + ], + "50": [ + 6839, + 176.87, + 388.29, + 9.6 + ], + "60": [ + 8579, + 221.87, + 487.09, + 19.2 + ], + "70": [ + 10119, + 261.68, + 574.5, + 19.2 + ], + "80": [ + 11669, + 301.76, + 662.48, + 28.8 + ], + "90": [ + 13226, + 342.03, + 750.88, + 38.4 + ], + "20+": [ + 3554, + 91.9, + 201.75, + 0 + ], + "40+": [ + 5944, + 153.73, + 337.49, + 9.6 + ], + "50+": [ + 7675, + 198.49, + 435.77, + 19.2 + ], + "60+": [ + 9207, + 238.09, + 522.71, + 19.2 + ], + "70+": [ + 10746, + 277.9, + 610.11, + 28.8 + ], + "80+": [ + 12296, + 317.98, + 698.09, + 38.4 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-1.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-1.webp" new file mode 100644 index 0000000000..5ea4b465fc Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-2.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-2.webp" new file mode 100644 index 0000000000..b735fffc2a Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-3.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-3.webp" new file mode 100644 index 0000000000..c1854a86d4 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-4.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-4.webp" new file mode 100644 index 0000000000..a8683d3a8a Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-5.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-5.webp" new file mode 100644 index 0000000000..dd9fadb3b4 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-6.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-6.webp" new file mode 100644 index 0000000000..41bed64f4d Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/passive-0.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/passive-0.webp" new file mode 100644 index 0000000000..a5bf3c2d35 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/passive-1.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/passive-1.webp" new file mode 100644 index 0000000000..fc0c205a8d Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/passive-2.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/passive-2.webp" new file mode 100644 index 0000000000..2683e5e2eb Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/talent-a.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/talent-a.webp" new file mode 100644 index 0000000000..96b89f618e Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/talent-e.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/talent-e.webp" new file mode 100644 index 0000000000..dd9fadb3b4 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/talent-q.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/talent-q.webp" new file mode 100644 index 0000000000..8896325449 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/banner.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/banner.webp" new file mode 100644 index 0000000000..24f179f2e2 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/card.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/card.webp" new file mode 100644 index 0000000000..d347c7fddc Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/face.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/face.webp" new file mode 100644 index 0000000000..cb830a3272 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/gacha.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/gacha.webp" new file mode 100644 index 0000000000..a707859499 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/side.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/side.webp" new file mode 100644 index 0000000000..c64bd8e697 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/splash.webp" "b/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/splash.webp" new file mode 100644 index 0000000000..6a435bbe80 Binary files /dev/null and "b/plugin/kokomi/data/character/\344\274\230\350\217\210/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/data.json" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/data.json" new file mode 100644 index 0000000000..35b084d8f2 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000058, + "name": "八重神子", + "abbr": "八重", + "title": "浮世笑百姿", + "star": 5, + "elem": "electro", + "allegiance": "鸣神大社", + "weapon": "catalyst", + "birth": "6-27", + "astro": "仙狐座", + "desc": "鸣神大社的宫司大人,兼任「八重堂」总编。艳丽动人的外表下藏着令人意想不到的聪慧与狡黠。", + "cncv": "杜冥鸦", + "jpcv": "佐仓绫音", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10372, + "atk": 339.63, + "def": 568.73 + }, + "growAttr": { + "key": "cpct", + "value": 19.2 + }, + "talentKey": { + "5831": "a", + "5832": "e", + "5839": "q" + }, + "talentId": { + "10581": 5831, + "10582": 5832, + "10585": 5839 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "最胜紫晶", + "boss": "龙嗣伪鳍", + "specialty": "海灵芝", + "normal": "名刀镡", + "talent": "「天光」的哲学", + "weekly": "万劫之真意" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/detail.json" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/detail.json" new file mode 100644 index 0000000000..702a1ec083 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/detail.json" @@ -0,0 +1,895 @@ +{ + "id": "58", + "name": "八重神子", + "talent": { + "a": { + "id": 5831, + "name": "普通攻击·狐灵食罪式", + "desc": [ + "

普通攻击

", + "驱役狐灵,进行至多三段的攻击,造成雷元素伤害。", + "

重击

", + "消耗一定体力,短暂咏唱后,造成雷元素范围伤害。", + "

下落攻击

", + "凝聚雷霆的力量,从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成雷元素范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "39.66%", + "42.63%", + "45.61%", + "49.57%", + "52.55%", + "55.52%", + "59.49%", + "63.45%", + "67.42%", + "71.39%", + "75.35%", + "79.32%", + "84.27%", + "89.23%", + "94.19%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "38.52%", + "41.41%", + "44.3%", + "48.15%", + "51.04%", + "53.93%", + "57.78%", + "61.63%", + "65.48%", + "69.33%", + "73.19%", + "77.04%", + "81.85%", + "86.67%", + "91.48%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "56.89%", + "61.16%", + "65.42%", + "71.11%", + "75.38%", + "79.64%", + "85.33%", + "91.02%", + "96.71%", + "102.4%", + "108.09%", + "113.78%", + "120.89%", + "128%", + "135.11%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "142.89%", + "153.61%", + "164.33%", + "178.62%", + "189.34%", + "200.05%", + "214.34%", + "228.63%", + "242.92%", + "257.21%", + "271.5%", + "285.79%", + "303.65%", + "321.51%", + "339.38%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 5832, + "name": "野干役咒·杀生樱", + "desc": [ + "对八重而言,驱役精怪就能解决的麻烦,自然是无须亲力亲为的。", + "迅速移动,并留下一株「杀生樱」。", + "

杀生樱

", + "具有如下特性:", + "·间歇性对周围的一名敌人降下落雷,造成雷元素伤害;", + "·附近存在其他的杀生樱时,将提升其位阶,提高上述攻击造成的伤害。", + "

拥有3次可使用次数。

", + "最多同时存在3株杀生樱,杀生樱创造时的初始位阶为壹阶,阶级初始至多提升至叁阶。若创造的位置与已有的杀生樱距离过近,则会摧毁已有的杀生樱。", + "「封在枝条里的狐灵都是堕为害人妖鬼的野干。野干天然要低我们天狐两等,使唤起来心安理得。不过我们狐狸分三六九等,你们人类可不要这样哦。至于你问狐狸和人谁比较高级,哼哼…」" + ], + "tables": [ + { + "name": "杀生樱伤害·壹阶", + "unit": "", + "isSame": false, + "values": [ + "60.67%", + "65.22%", + "69.77%", + "75.84%", + "80.39%", + "84.94%", + "91.01%", + "97.08%", + "103.14%", + "109.21%", + "115.28%", + "121.34%", + "128.93%", + "136.51%", + "144.1%" + ] + }, + { + "name": "杀生樱伤害·贰阶", + "unit": "", + "isSame": false, + "values": [ + "75.84%", + "81.53%", + "87.22%", + "94.8%", + "100.49%", + "106.18%", + "113.76%", + "121.34%", + "128.93%", + "136.51%", + "144.1%", + "151.68%", + "161.16%", + "170.64%", + "180.12%" + ] + }, + { + "name": "杀生樱伤害·叁阶", + "unit": "", + "isSame": false, + "values": [ + "94.8%", + "101.91%", + "109.02%", + "118.5%", + "125.61%", + "132.72%", + "142.2%", + "151.68%", + "161.16%", + "170.64%", + "180.12%", + "189.6%", + "201.45%", + "213.3%", + "225.15%" + ] + }, + { + "name": "杀生樱伤害·肆阶", + "unit": "", + "isSame": false, + "values": [ + "118.5%", + "127.39%", + "136.28%", + "148.13%", + "157.01%", + "165.9%", + "177.75%", + "189.6%", + "201.45%", + "213.3%", + "225.15%", + "237%", + "251.81%", + "266.62%", + "281.44%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "14秒", + "14秒", + "14秒", + "14秒", + "14秒", + "14秒", + "14秒", + "14秒", + "14秒", + "14秒", + "14秒", + "14秒", + "14秒", + "14秒", + "14秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒" + ] + } + ] + }, + "q": { + "id": 5839, + "name": "大密法·天狐显真", + "desc": [ + "稻妻民话中有「狐凭」一说。其中比较特殊的「天狐之凭」会以雷霆的形式降临在鸣神大社的敌人身上。降下雷电,造成雷元素范围伤害。", + "施放时,八重神子会解放附近的杀生樱,摧毁它们的形姿,化作天狐霆雷降下,造成雷元素范围伤害。每通过这种方式摧毁一株杀生樱,就能降下一道天狐霆雷。", + "八重仅在此时需要露出天狐之凭证,号令雷霆。而看过宫司大人露出尾巴的家伙,都已经灰都不剩了。因此,谨记于心——八重大人是没有尾巴的。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "260%", + "279.5%", + "299%", + "325%", + "344.5%", + "364%", + "390%", + "416%", + "442%", + "468%", + "494%", + "520%", + "552.5%", + "585%", + "617.5%" + ] + }, + { + "name": "天狐霆雷伤害", + "unit": "", + "isSame": false, + "values": [ + "333.82%", + "358.85%", + "383.89%", + "417.27%", + "442.31%", + "467.34%", + "500.72%", + "534.11%", + "567.49%", + "600.87%", + "634.25%", + "667.63%", + "709.36%", + "751.09%", + "792.81%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "22秒", + "22秒", + "22秒", + "22秒", + "22秒", + "22秒", + "22秒", + "22秒", + "22秒", + "22秒", + "22秒", + "22秒", + "22秒", + "22秒", + "22秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 39.66, + 42.63, + 45.61, + 49.57, + 52.55, + 55.52, + 59.49, + 63.45, + 67.42, + 71.39, + 75.35, + 79.32, + 84.27, + 89.23, + 94.19 + ], + "二段伤害": [ + 38.52, + 41.41, + 44.3, + 48.15, + 51.04, + 53.93, + 57.78, + 61.63, + 65.48, + 69.33, + 73.19, + 77.04, + 81.85, + 86.67, + 91.48 + ], + "三段伤害": [ + 56.89, + 61.16, + 65.42, + 71.11, + 75.38, + 79.64, + 85.33, + 91.02, + 96.71, + 102.4, + 108.09, + 113.78, + 120.89, + 128, + 135.11 + ], + "重击伤害": [ + 142.89, + 153.61, + 164.33, + 178.62, + 189.34, + 200.05, + 214.34, + 228.63, + 242.92, + 257.21, + 271.5, + 285.79, + 303.65, + 321.51, + 339.38 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "杀生樱伤害·壹阶": [ + 60.67, + 65.22, + 69.77, + 75.84, + 80.39, + 84.94, + 91.01, + 97.08, + 103.14, + 109.21, + 115.28, + 121.34, + 128.93, + 136.51, + 144.1 + ], + "杀生樱伤害·贰阶": [ + 75.84, + 81.53, + 87.22, + 94.8, + 100.49, + 106.18, + 113.76, + 121.34, + 128.93, + 136.51, + 144.1, + 151.68, + 161.16, + 170.64, + 180.12 + ], + "杀生樱伤害·叁阶": [ + 94.8, + 101.91, + 109.02, + 118.5, + 125.61, + 132.72, + 142.2, + 151.68, + 161.16, + 170.64, + 180.12, + 189.6, + 201.45, + 213.3, + 225.15 + ], + "杀生樱伤害·肆阶": [ + 118.5, + 127.39, + 136.28, + 148.13, + 157.01, + 165.9, + 177.75, + 189.6, + 201.45, + 213.3, + 225.15, + 237, + 251.81, + 266.62, + 281.44 + ] + }, + "q": { + "技能伤害": [ + 260, + 279.5, + 299, + 325, + 344.5, + 364, + 390, + 416, + 442, + 468, + 494, + 520, + 552.5, + 585, + 617.5 + ], + "天狐霆雷伤害": [ + 333.82, + 358.85, + 383.89, + 417.27, + 442.31, + 467.34, + 500.72, + 534.11, + 567.49, + 600.87, + 634.25, + 667.63, + 709.36, + 751.09, + 792.81 + ] + } + }, + "cons": { + "1": { + "name": "野狐供真篇", + "desc": [ + "大密法·天狐显真每引发一次天狐霆雷,都会为八重神子自己恢复8点元素能量。" + ] + }, + "2": { + "name": "望月吼哕声", + "desc": [ + "杀生樱创造时的初始位阶提升至贰阶,位阶上限提升至肆阶,攻击范围提升60%。" + ] + }, + "3": { + "name": "七段妙变化", + "desc": [ + "野干役咒·杀生樱的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "绯樱引雷章", + "desc": [ + "杀生樱的落雷命中敌人后,队伍中附近的所有角色获得20%雷元素伤害加成,持续5秒。" + ] + }, + "5": { + "name": "暴恶嗤笑面", + "desc": [ + "大密法·天狐显真的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "大杀生咒禁", + "desc": [ + "杀生樱在攻击时无视敌人60%的防御力。" + ] + } + }, + "passive": [ + { + "name": "野狐说禅", + "desc": [ + "合成角色天赋素材时,有25%概率额外产生一份地区相同的其他随机天赋素材,等阶与合成所消耗的素材相同。" + ] + }, + { + "name": "神篱之御荫", + "desc": [ + "施放大密法·天狐显真时,每摧毁一株杀生樱,就会重置一次野干役咒·杀生樱的冷却时间。" + ] + }, + { + "name": "启蜇之祝词", + "desc": [ + "八重神子的每点元素精通,能使杀生樱造成的伤害提升0.15%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cpct" + ], + "details": { + "1": [ + 807, + 26.44, + 44.27, + 0 + ], + "20": [ + 2095, + 68.59, + 114.85, + 0 + ], + "40": [ + 4170, + 136.55, + 228.65, + 0 + ], + "50": [ + 5364, + 175.63, + 294.1, + 4.8 + ], + "60": [ + 6729, + 220.32, + 368.94, + 9.6 + ], + "70": [ + 7936, + 259.85, + 435.13, + 9.6 + ], + "80": [ + 9151, + 299.65, + 501.78, + 14.4 + ], + "90": [ + 10372, + 339.63, + 568.73, + 19.2 + ], + "20+": [ + 2787, + 91.25, + 152.81, + 0 + ], + "40+": [ + 4662, + 152.65, + 255.62, + 4.8 + ], + "50+": [ + 6020, + 197.11, + 330.06, + 9.6 + ], + "60+": [ + 7220, + 236.43, + 395.91, + 9.6 + ], + "70+": [ + 8428, + 275.96, + 462.11, + 14.4 + ], + "80+": [ + 9643, + 315.76, + 528.75, + 19.2 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-1.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-1.webp" new file mode 100644 index 0000000000..38de4f9832 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-2.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-2.webp" new file mode 100644 index 0000000000..b68fdf4371 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-3.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-3.webp" new file mode 100644 index 0000000000..5e65025091 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-4.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-4.webp" new file mode 100644 index 0000000000..38d296cfad Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-5.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-5.webp" new file mode 100644 index 0000000000..5a55d3c9c4 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-6.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-6.webp" new file mode 100644 index 0000000000..9834f63d20 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/passive-0.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/passive-0.webp" new file mode 100644 index 0000000000..8076ff2248 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/passive-1.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/passive-1.webp" new file mode 100644 index 0000000000..86bcf343b0 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/passive-2.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/passive-2.webp" new file mode 100644 index 0000000000..22b304dc12 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/talent-a.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/talent-a.webp" new file mode 100644 index 0000000000..493510c1b2 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/talent-e.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/talent-e.webp" new file mode 100644 index 0000000000..5e65025091 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/talent-q.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/talent-q.webp" new file mode 100644 index 0000000000..b1c70e509a Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/banner.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/banner.webp" new file mode 100644 index 0000000000..977d626dce Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/card.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/card.webp" new file mode 100644 index 0000000000..f72ac71af2 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/face.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/face.webp" new file mode 100644 index 0000000000..a77e8a44b5 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/gacha.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/gacha.webp" new file mode 100644 index 0000000000..264d1ef625 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/side.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/side.webp" new file mode 100644 index 0000000000..3e1673bca6 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/splash.webp" "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/splash.webp" new file mode 100644 index 0000000000..76b4df59f2 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\205\253\351\207\215\347\245\236\345\255\220/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/data.json" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/data.json" new file mode 100644 index 0000000000..03f729adba --- /dev/null +++ "b/plugin/kokomi/data/character/\345\207\235\345\205\211/data.json" @@ -0,0 +1,50 @@ +{ + "id": 10000027, + "name": "凝光", + "abbr": "凝光", + "title": "掩月天权", + "star": 4, + "elem": "geo", + "allegiance": "璃月七星", + "weapon": "catalyst", + "birth": "8-26", + "astro": "玑衡仪座", + "desc": "「璃月七星」中的「天权」,其名下财富之多,全大陆鲜有人能望其项背。", + "cncv": "杜冥鸦", + "jpcv": "大原沙耶香", + "costume": [ + 202701 + ], + "ver": 1, + "baseAttr": { + "hp": 9787, + "atk": 212.4, + "def": 573.32 + }, + "growAttr": { + "key": "dmg", + "value": 24 + }, + "talentKey": { + "2731": "a", + "2732": "e", + "2739": "q" + }, + "talentId": { + "10271": 2731, + "10272": 2732, + "10274": 2739 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "坚牢黄玉", + "boss": "玄岩之塔", + "specialty": "琉璃百合", + "normal": "尉官的徽记", + "talent": "「繁荣」的哲学", + "weekly": "北风的魂匣" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/detail.json" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/detail.json" new file mode 100644 index 0000000000..a7f70fe42f --- /dev/null +++ "b/plugin/kokomi/data/character/\345\207\235\345\205\211/detail.json" @@ -0,0 +1,717 @@ +{ + "id": "27", + "name": "凝光", + "talent": { + "a": { + "id": 2731, + "name": "普通攻击·千金掷", + "desc": [ + "

普通攻击

", + "发射宝石,造成岩元素伤害。", + "命中时,赋予凝光一枚星璇。", + "

重击

", + "消耗体力,发射一颗巨型宝石,造成岩元素伤害。", + "若凝光拥有星璇,施放重击时会将所有星璇一同发射,造成额外的伤害。", + "

下落攻击

", + "凝聚晶岩的力量,从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成岩元素范围伤害。" + ], + "tables": [ + { + "name": "普通攻击伤害", + "unit": "", + "isSame": false, + "values": [ + "28%", + "30.1%", + "32.2%", + "35%", + "37.1%", + "39.2%", + "42%", + "44.8%", + "47.6%", + "50.4%", + "53.31%", + "57.12%", + "60.93%", + "64.74%", + "68.54%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "174.08%", + "187.14%", + "200.19%", + "217.6%", + "230.66%", + "243.71%", + "261.12%", + "278.53%", + "295.94%", + "313.34%", + "331.45%", + "355.12%", + "378.8%", + "402.47%", + "426.15%" + ] + }, + { + "name": "星璇伤害", + "unit": "每个", + "isSame": false, + "values": [ + "49.6%", + "53.32%", + "57.04%", + "62%", + "65.72%", + "69.44%", + "74.4%", + "79.36%", + "84.32%", + "89.28%", + "94.44%", + "101.18%", + "107.93%", + "114.68%", + "121.42%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 2732, + "name": "璇玑屏", + "desc": [ + "借由黄金、黑曜岩与强者的余裕,构建出坚固的璇玑屏,并造成岩元素范围伤害。", + "

璇玑屏

", + "·阻挡敌人发射的投射物;", + "·耐久度按比例继承凝光的生命值上限。", + "璇玑屏被视为岩元素创造物,可以阻挡部分攻击,不可攀爬。同时只能存在一个。", + "星罗棋布,璇玑合屏。" + ], + "tables": [ + { + "name": "继承生命", + "unit": "", + "isSame": false, + "values": [ + "50.1%", + "53.1%", + "56.1%", + "60%", + "63%", + "66%", + "69.9%", + "73.8%", + "77.7%", + "81.6%", + "85.5%", + "89.4%", + "93.3%", + "97.2%", + "101.1%" + ] + }, + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "230.4%", + "247.68%", + "264.96%", + "288%", + "305.28%", + "322.56%", + "345.6%", + "368.64%", + "391.68%", + "414.72%", + "437.76%", + "460.8%", + "489.6%", + "518.4%", + "547.2%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + } + ] + }, + "q": { + "id": 2739, + "name": "天权崩玉", + "desc": [ + "凝光在身边凝聚诸多宝石,散之一瞬,自动索敌打击附近的敌人,造成大量岩元素伤害。", + "施放天权崩玉时,如果附近有璇玑屏存在,璇玑屏将发射额外的宝石飞弹协同攻击。", + "星散玉崩,尽灭群丑。" + ], + "tables": [ + { + "name": "宝石伤害", + "unit": "每个", + "isSame": false, + "values": [ + "86.96%", + "93.48%", + "100%", + "108.7%", + "115.22%", + "121.74%", + "130.44%", + "139.14%", + "147.83%", + "156.53%", + "165.22%", + "173.92%", + "184.79%", + "195.66%", + "206.53%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40" + ] + } + ] + } + }, + "talentData": { + "a": { + "普通攻击伤害": [ + 28, + 30.1, + 32.2, + 35, + 37.1, + 39.2, + 42, + 44.8, + 47.6, + 50.4, + 53.31, + 57.12, + 60.93, + 64.74, + 68.54 + ], + "重击伤害": [ + 174.08, + 187.14, + 200.19, + 217.6, + 230.66, + 243.71, + 261.12, + 278.53, + 295.94, + 313.34, + 331.45, + 355.12, + 378.8, + 402.47, + 426.15 + ], + "星璇伤害": [ + 49.6, + 53.32, + 57.04, + 62, + 65.72, + 69.44, + 74.4, + 79.36, + 84.32, + 89.28, + 94.44, + 101.18, + 107.93, + 114.68, + 121.42 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "继承生命": [ + 50.1, + 53.1, + 56.1, + 60, + 63, + 66, + 69.9, + 73.8, + 77.7, + 81.6, + 85.5, + 89.4, + 93.3, + 97.2, + 101.1 + ], + "技能伤害": [ + 230.4, + 247.68, + 264.96, + 288, + 305.28, + 322.56, + 345.6, + 368.64, + 391.68, + 414.72, + 437.76, + 460.8, + 489.6, + 518.4, + 547.2 + ] + }, + "q": { + "宝石伤害": [ + 86.96, + 93.48, + 100, + 108.7, + 115.22, + 121.74, + 130.44, + 139.14, + 147.83, + 156.53, + 165.22, + 173.92, + 184.79, + 195.66, + 206.53 + ] + } + }, + "cons": { + "1": { + "name": "悬星尽散击云碎", + "desc": [ + "普通攻击命中时,会造成范围伤害。" + ] + }, + "2": { + "name": "璇玑合璧镇昆仑", + "desc": [ + "璇玑屏碎裂时,会清除冷却时间。", + "该效果每6秒只能触发一次。" + ] + }, + "3": { + "name": "星罗宿列天权临", + "desc": [ + "

天权崩玉的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "攻守易形著神机", + "desc": [ + "璇玑屏会使周围角色的所有元素抗性提升10%。" + ] + }, + "5": { + "name": "琼屏千扇正天衡", + "desc": [ + "

璇玑屏的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "七星璨璨凝流光", + "desc": [ + "施放天权崩玉时,会为凝光生成七枚星璇。" + ] + } + }, + "passive": [ + { + "name": "奇石珠宝录", + "desc": [ + "在小地图上显示周围能产出锻造用矿石的矿脉位置。" + ] + }, + { + "name": "星移势转", + "desc": [ + "拥有星璇时,凝光的重击不会消耗体力。" + ] + }, + { + "name": "储之千日,用之一刻", + "desc": [ + "穿过璇玑屏的角色会获得12%岩元素伤害加成,持续10秒。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 821, + 17.81, + 48.07, + 0 + ], + "20": [ + 2108, + 45.75, + 123.49, + 0 + ], + "40": [ + 4076, + 88.45, + 238.76, + 0 + ], + "50": [ + 5189, + 112.62, + 303.98, + 6 + ], + "60": [ + 6448, + 139.93, + 377.71, + 12 + ], + "70": [ + 7561, + 164.07, + 442.88, + 12 + ], + "80": [ + 8674, + 188.24, + 508.1, + 18 + ], + "90": [ + 9787, + 212.4, + 573.32, + 24 + ], + "20+": [ + 2721, + 59.05, + 159.4, + 0 + ], + "40+": [ + 4512, + 97.91, + 264.28, + 6 + ], + "50+": [ + 5770, + 125.22, + 338, + 12 + ], + "60+": [ + 6884, + 149.38, + 403.22, + 12 + ], + "70+": [ + 7996, + 173.53, + 468.39, + 18 + ], + "80+": [ + 9110, + 197.69, + 533.61, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-1.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-1.webp" new file mode 100644 index 0000000000..6a2e454308 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-2.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-2.webp" new file mode 100644 index 0000000000..34c755eaba Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-3.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-3.webp" new file mode 100644 index 0000000000..23ac541ebb Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-4.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-4.webp" new file mode 100644 index 0000000000..fdd65451a8 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-5.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-5.webp" new file mode 100644 index 0000000000..ddc919ee14 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-6.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-6.webp" new file mode 100644 index 0000000000..335a22c8ea Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/passive-0.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/passive-0.webp" new file mode 100644 index 0000000000..45c8043e92 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/passive-1.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/passive-1.webp" new file mode 100644 index 0000000000..b345d240aa Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/passive-2.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/passive-2.webp" new file mode 100644 index 0000000000..c01a057605 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/talent-a.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/talent-a.webp" new file mode 100644 index 0000000000..493510c1b2 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/talent-e.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/talent-e.webp" new file mode 100644 index 0000000000..d3374f7730 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/talent-q.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/talent-q.webp" new file mode 100644 index 0000000000..b4810b4fcb Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/banner.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/banner.webp" new file mode 100644 index 0000000000..6938881a29 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/card.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/card.webp" new file mode 100644 index 0000000000..5071af83e4 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/face.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/face.webp" new file mode 100644 index 0000000000..91cb6f9695 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/face2.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/face2.webp" new file mode 100644 index 0000000000..61bb513af2 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/face2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/gacha.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/gacha.webp" new file mode 100644 index 0000000000..2933cc1671 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/side.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/side.webp" new file mode 100644 index 0000000000..71439ac11c Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/side2.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/side2.webp" new file mode 100644 index 0000000000..95c8b4cf6f Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/side2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/splash.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/splash.webp" new file mode 100644 index 0000000000..344eec8272 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/splash2.webp" "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/splash2.webp" new file mode 100644 index 0000000000..04815d2e54 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\235\345\205\211/imgs/splash2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/data.json" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/data.json" new file mode 100644 index 0000000000..65e6782aad --- /dev/null +++ "b/plugin/kokomi/data/character/\345\207\257\344\272\232/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000015, + "name": "凯亚", + "abbr": "凯亚", + "title": "寒风剑士", + "star": 4, + "elem": "cryo", + "allegiance": "西风骑士团", + "weapon": "sword", + "birth": "11-30", + "astro": "孔雀羽座", + "desc": "异国面容的剑斗士,西风骑士团的头脑派人物。", + "cncv": "孙晔", + "jpcv": "鸟海浩辅", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 11636, + "atk": 223.02, + "def": 791.72 + }, + "growAttr": { + "key": "recharge", + "value": 26.67 + }, + "talentKey": { + "1531": "a", + "1532": "e", + "1539": "q" + }, + "talentId": { + "10073": 1531, + "10074": 1532, + "10075": 1539 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "哀叙冰玉", + "boss": "极寒之核", + "specialty": "嘟嘟莲", + "normal": "攫金鸦印", + "talent": "「诗文」的哲学", + "weekly": "北风的魂匣" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/detail.json" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/detail.json" new file mode 100644 index 0000000000..6500849def --- /dev/null +++ "b/plugin/kokomi/data/character/\345\207\257\344\272\232/detail.json" @@ -0,0 +1,877 @@ +{ + "id": "15", + "name": "凯亚", + "talent": { + "a": { + "id": 1531, + "name": "普通攻击·仪典剑术", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,瞬间向前方挥出两剑。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "53.75%", + "58.13%", + "62.5%", + "68.75%", + "73.12%", + "78.13%", + "85%", + "91.87%", + "98.75%", + "106.25%", + "114.84%", + "124.95%", + "135.06%", + "145.16%", + "156.19%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "51.69%", + "55.89%", + "60.1%", + "66.11%", + "70.32%", + "75.13%", + "81.74%", + "88.35%", + "94.96%", + "102.17%", + "110.43%", + "120.15%", + "129.87%", + "139.59%", + "150.19%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "65.27%", + "70.59%", + "75.9%", + "83.49%", + "88.8%", + "94.88%", + "103.22%", + "111.57%", + "119.92%", + "129.03%", + "139.47%", + "151.74%", + "164.01%", + "176.29%", + "189.67%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "70.86%", + "76.63%", + "82.4%", + "90.64%", + "96.41%", + "103%", + "112.06%", + "121.13%", + "130.19%", + "140.08%", + "151.41%", + "164.73%", + "178.06%", + "191.38%", + "205.92%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "88.24%", + "95.42%", + "102.6%", + "112.86%", + "120.04%", + "128.25%", + "139.54%", + "150.82%", + "162.11%", + "174.42%", + "188.53%", + "205.12%", + "221.71%", + "238.3%", + "256.4%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "55.04% + 73.1%", + "59.52% + 79.05%", + "64% + 85%", + "70.4% + 93.5%", + "74.88% + 99.45%", + "80% + 106.25%", + "87.04% + 115.6%", + "94.08% + 124.95%", + "101.12% + 134.3%", + "108.8% + 144.5%", + "117.6% + 156.19%", + "127.95% + 169.93%", + "138.3% + 183.68%", + "148.65% + 197.42%", + "159.94% + 212.42%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 1532, + "name": "霜袭", + "desc": [ + "瞬间放出急冻的寒气,对前方的敌人造成冰元素伤害。", + "看上去如此亲切的凯亚,是谁也无法融化的坚冰。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "191.2%", + "205.54%", + "219.88%", + "239%", + "253.34%", + "267.68%", + "286.8%", + "305.92%", + "325.04%", + "344.16%", + "363.28%", + "382.4%", + "406.3%", + "430.2%", + "454.1%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + } + ] + }, + "q": { + "id": 1539, + "name": "凛冽轮舞", + "desc": [ + "凝聚空气中的寒霜,召唤3枚围绕自身旋转的寒冰之棱。", + "存在期间内,寒冰之棱会跟随角色运动,对路径上的敌人造成冰元素伤害。", + "亲切的笑容、和善的话语,和潜藏在这两者之下的毫不留情的冰霜,都是凯亚的武器。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "77.6%", + "83.42%", + "89.24%", + "97%", + "102.82%", + "108.64%", + "116.4%", + "124.16%", + "131.92%", + "139.68%", + "147.44%", + "155.2%", + "164.9%", + "174.6%", + "184.3%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 53.75, + 58.13, + 62.5, + 68.75, + 73.12, + 78.13, + 85, + 91.87, + 98.75, + 106.25, + 114.84, + 124.95, + 135.06, + 145.16, + 156.19 + ], + "二段伤害": [ + 51.69, + 55.89, + 60.1, + 66.11, + 70.32, + 75.13, + 81.74, + 88.35, + 94.96, + 102.17, + 110.43, + 120.15, + 129.87, + 139.59, + 150.19 + ], + "三段伤害": [ + 65.27, + 70.59, + 75.9, + 83.49, + 88.8, + 94.88, + 103.22, + 111.57, + 119.92, + 129.03, + 139.47, + 151.74, + 164.01, + 176.29, + 189.67 + ], + "四段伤害": [ + 70.86, + 76.63, + 82.4, + 90.64, + 96.41, + 103, + 112.06, + 121.13, + 130.19, + 140.08, + 151.41, + 164.73, + 178.06, + 191.38, + 205.92 + ], + "五段伤害": [ + 88.24, + 95.42, + 102.6, + 112.86, + 120.04, + 128.25, + 139.54, + 150.82, + 162.11, + 174.42, + 188.53, + 205.12, + 221.71, + 238.3, + 256.4 + ], + "重击伤害": [ + 128.14, + 138.57, + 149, + 163.9, + 174.32999999999998, + 186.25, + 202.64, + 219.03, + 235.42000000000002, + 253.3, + 273.78999999999996, + 297.88, + 321.98, + 346.07, + 372.36 + ], + "重击伤害2": [ + [ + 55.04, + 73.1 + ], + [ + 59.52, + 79.05 + ], + [ + 64, + 85 + ], + [ + 70.4, + 93.5 + ], + [ + 74.88, + 99.45 + ], + [ + 80, + 106.25 + ], + [ + 87.04, + 115.6 + ], + [ + 94.08, + 124.95 + ], + [ + 101.12, + 134.3 + ], + [ + 108.8, + 144.5 + ], + [ + 117.6, + 156.19 + ], + [ + 127.95, + 169.93 + ], + [ + 138.3, + 183.68 + ], + [ + 148.65, + 197.42 + ], + [ + 159.94, + 212.42 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 191.2, + 205.54, + 219.88, + 239, + 253.34, + 267.68, + 286.8, + 305.92, + 325.04, + 344.16, + 363.28, + 382.4, + 406.3, + 430.2, + 454.1 + ] + }, + "q": { + "技能伤害": [ + 77.6, + 83.42, + 89.24, + 97, + 102.82, + 108.64, + 116.4, + 124.16, + 131.92, + 139.68, + 147.44, + 155.2, + 164.9, + 174.6, + 184.3 + ] + } + }, + "cons": { + "1": { + "name": "卓越的血脉", + "desc": [ + "对受到冰元素影响的敌人,凯亚的普通攻击与重击暴击率提升15%。" + ] + }, + "2": { + "name": "无尽的霜舞", + "desc": [ + "在凛冽轮舞的持续时间内击败敌人时,持续时间延长2.5秒,最多不会超过15秒。" + ] + }, + "3": { + "name": "凛冽的冰戏", + "desc": [ + "

霜袭的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "极寒的轻吻", + "desc": [ + "凯亚的生命值低于20%时自动触发:", + "生成一个伤害吸收量等于生命值上限30%的护盾,持续20秒。", + "该护盾对冰元素伤害有250%的吸收效果。", + "该效果每60秒只能触发一次。" + ] + }, + "5": { + "name": "至冷的拥抱", + "desc": [ + "

凛冽轮舞的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "轮旋的冰凌", + "desc": [ + "凛冽轮舞会产生一个额外的寒冰之棱,并在施放时返还15点元素能量。" + ] + } + }, + "passive": [ + { + "name": "隐藏的实力", + "desc": [ + "队伍中自己的角色冲刺消耗的体力降低20%。", + "无法与效果完全相同的固有天赋叠加。" + ] + }, + { + "name": "冷血之剑", + "desc": [ + "霜袭每击中一个单位,便为凯亚恢复等同于攻击力15%的生命值。" + ] + }, + { + "name": "冰渊之心", + "desc": [ + "霜袭使敌人冻结时,被冻结的敌人会掉落额外的元素微粒。", + "一次霜袭至多因此产生2个额外元素微粒。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "recharge" + ], + "details": { + "1": [ + 976, + 18.7, + 66.38, + 0 + ], + "20": [ + 2506, + 48.04, + 170.53, + 0 + ], + "40": [ + 4846, + 92.88, + 329.72, + 0 + ], + "50": [ + 6170, + 118.25, + 419.78, + 6.67 + ], + "60": [ + 7666, + 146.93, + 521.59, + 13.33 + ], + "70": [ + 8989, + 172.28, + 611.59, + 13.33 + ], + "80": [ + 10312, + 197.65, + 701.66, + 20 + ], + "90": [ + 11636, + 223.02, + 791.72, + 26.67 + ], + "20+": [ + 3235, + 62.01, + 220.12, + 0 + ], + "40+": [ + 5364, + 102.8, + 364.95, + 6.67 + ], + "50+": [ + 6860, + 131.48, + 466.76, + 13.33 + ], + "60+": [ + 8184, + 156.85, + 556.83, + 13.33 + ], + "70+": [ + 9507, + 182.2, + 646.83, + 20 + ], + "80+": [ + 10830, + 207.57, + 736.89, + 26.67 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-1.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-1.webp" new file mode 100644 index 0000000000..abbf99e21f Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-2.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-2.webp" new file mode 100644 index 0000000000..e3c5276fa0 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-3.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-3.webp" new file mode 100644 index 0000000000..cb6ca021d5 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-4.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-4.webp" new file mode 100644 index 0000000000..c693d2a55e Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-5.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-5.webp" new file mode 100644 index 0000000000..b1bcac9940 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-6.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-6.webp" new file mode 100644 index 0000000000..10abf9df2c Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/passive-0.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/passive-0.webp" new file mode 100644 index 0000000000..e1d05d0ffd Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/passive-1.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/passive-1.webp" new file mode 100644 index 0000000000..542d37bf63 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/passive-2.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/passive-2.webp" new file mode 100644 index 0000000000..9e3996d26a Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/talent-a.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/talent-e.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/talent-e.webp" new file mode 100644 index 0000000000..cb6ca021d5 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/talent-q.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/talent-q.webp" new file mode 100644 index 0000000000..0d28c4cbd8 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/banner.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/banner.webp" new file mode 100644 index 0000000000..704d730105 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/card.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/card.webp" new file mode 100644 index 0000000000..8a6cf171b4 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/face.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/face.webp" new file mode 100644 index 0000000000..edb6765863 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/gacha.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/gacha.webp" new file mode 100644 index 0000000000..0a6f1a7836 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/side.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/side.webp" new file mode 100644 index 0000000000..fafe2e498d Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/splash.webp" "b/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/splash.webp" new file mode 100644 index 0000000000..7501fb7148 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\207\257\344\272\232/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/data.json" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/data.json" new file mode 100644 index 0000000000..2e594b61fd --- /dev/null +++ "b/plugin/kokomi/data/character/\345\210\273\346\231\264/data.json" @@ -0,0 +1,50 @@ +{ + "id": 10000042, + "name": "刻晴", + "abbr": "刻晴", + "title": "霆霓快雨", + "star": 5, + "elem": "electro", + "allegiance": "璃月七星", + "weapon": "sword", + "birth": "11-20", + "astro": "金紫定垂座", + "desc": "璃月七星之一,玉衡星。对「帝君一言而决的璃月」颇有微词——但实际上,神挺欣赏她这样的人。", + "cncv": "谢莹", + "jpcv": "喜多村英梨", + "costume": [ + 204201 + ], + "ver": 1, + "baseAttr": { + "hp": 13103, + "atk": 322.89, + "def": 799.3 + }, + "growAttr": { + "key": "cdmg", + "value": 38.4 + }, + "talentKey": { + "4231": "a", + "4232": "e", + "4239": "q" + }, + "talentId": { + "10421": 4231, + "10422": 4232, + "10425": 4239 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "最胜紫晶", + "boss": "雷光棱镜", + "specialty": "石珀", + "normal": "原素花蜜", + "talent": "「繁荣」的哲学", + "weekly": "北风之环" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/detail.json" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/detail.json" new file mode 100644 index 0000000000..0649071da0 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\210\273\346\231\264/detail.json" @@ -0,0 +1,1202 @@ +{ + "id": "42", + "name": "刻晴", + "talent": { + "a": { + "id": 4231, + "name": "普通攻击·云来剑法", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,瞬间向前方挥出两剑。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "41.02%", + "44.36%", + "47.7%", + "52.47%", + "55.81%", + "59.62%", + "64.87%", + "70.12%", + "75.37%", + "81.09%", + "86.81%", + "92.54%", + "98.26%", + "103.99%", + "109.71%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "41.02%", + "44.36%", + "47.7%", + "52.47%", + "55.81%", + "59.62%", + "64.87%", + "70.12%", + "75.37%", + "81.09%", + "86.81%", + "92.54%", + "98.26%", + "103.99%", + "109.71%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "54.44%", + "58.87%", + "63.3%", + "69.63%", + "74.06%", + "79.12%", + "86.09%", + "93.05%", + "100.01%", + "107.61%", + "115.21%", + "122.8%", + "130.4%", + "137.99%", + "145.59%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "31.48% + 34.4%", + "34.04% + 37.2%", + "36.6% + 40%", + "40.26% + 44%", + "42.82% + 46.8%", + "45.75% + 50%", + "49.78% + 54.4%", + "53.8% + 58.8%", + "57.83% + 63.2%", + "62.22% + 68%", + "66.61% + 72.8%", + "71% + 77.6%", + "75.4% + 82.4%", + "79.79% + 87.2%", + "84.18% + 92%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "66.99%", + "72.45%", + "77.9%", + "85.69%", + "91.14%", + "97.37%", + "105.94%", + "114.51%", + "123.08%", + "132.43%", + "141.78%", + "151.13%", + "160.47%", + "169.82%", + "179.17%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "76.8% + 86%", + "83.05% + 93%", + "89.3% + 100%", + "98.23% + 110%", + "104.48% + 117%", + "111.63% + 125%", + "121.45% + 136%", + "131.27% + 147%", + "141.09% + 158%", + "151.81% + 170%", + "162.53% + 182%", + "173.24% + 194%", + "183.96% + 206%", + "194.67% + 218%", + "205.39% + 230%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 4232, + "name": "星斗归位", + "desc": [ + "迅速投出雷楔,以疾雷之势歼敌。", + "雷楔命中时会对小范围内的敌人造成雷元素伤害,并在命中的位置留下雷楔标记。", + "

长按

", + "长按以调整雷楔标记投掷的方向。", + "通过长按投出的雷楔,可以悬浮在空中,并使刻晴再次施放星斗归位时跨越地形。", + "

雷楔

", + "在雷楔的持续期间内,刻晴再次施放星斗归位或施展重击时,会清除雷楔标记并造成不同的效果:", + "·再次施放星斗归位时,瞬移到标记处进行一次斩击,造成雷元素范围伤害。瞬移至长按投掷的雷楔处时,可以跨越地形障碍;", + "·施展重击时,在标记处引发雷暴连斩,造成数次雷元素范围伤害。", + "「人像是蛾子,总奔着名叫神仙的火光而去。但是我这光是自己点的。」" + ], + "tables": [ + { + "name": "雷楔伤害", + "unit": "", + "isSame": false, + "values": [ + "50.4%", + "54.18%", + "57.96%", + "63%", + "66.78%", + "70.56%", + "75.6%", + "80.64%", + "85.68%", + "90.72%", + "95.76%", + "100.8%", + "107.1%", + "113.4%", + "119.7%" + ] + }, + { + "name": "斩击伤害", + "unit": "", + "isSame": false, + "values": [ + "168%", + "180.6%", + "193.2%", + "210%", + "222.6%", + "235.2%", + "252%", + "268.8%", + "285.6%", + "302.4%", + "319.2%", + "336%", + "357%", + "378%", + "399%" + ] + }, + { + "name": "雷暴连斩伤害", + "unit": "", + "isSame": false, + "values": [ + "84%*2", + "90.3%*2", + "96.6%*2", + "105%*2", + "111.3%*2", + "117.6%*2", + "126%*2", + "134.4%*2", + "142.8%*2", + "151.2%*2", + "159.6%*2", + "168%*2", + "178.5%*2", + "189%*2", + "199.5%*2" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒" + ] + } + ] + }, + "q": { + "id": 4239, + "name": "天街巡游", + "desc": [ + "爆发雷电的力量,造成范围雷元素伤害。", + "随后隐入剑影中,对周围的敌人进行如同迅雷霆霓般疾速的连斩,造成多段雷元素伤害,并在最后一击时造成高额雷元素范围伤害。", + "刻晴自己剑术中最为迅捷的一招,可将诸星斩落。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "88%", + "94.6%", + "101.2%", + "110%", + "116.6%", + "123.2%", + "132%", + "140.8%", + "149.6%", + "158.4%", + "167.2%", + "176%", + "187%", + "198%", + "209%" + ] + }, + { + "name": "连斩伤害", + "unit": "", + "isSame": false, + "values": [ + "24%*8", + "25.8%*8", + "27.6%*8", + "30%*8", + "31.8%*8", + "33.6%*8", + "36%*8", + "38.4%*8", + "40.8%*8", + "43.2%*8", + "45.6%*8", + "48%*8", + "51%*8", + "54%*8", + "57%*8" + ] + }, + { + "name": "最后一击伤害", + "unit": "", + "isSame": false, + "values": [ + "188.8%", + "202.96%", + "217.12%", + "236%", + "250.16%", + "264.32%", + "283.2%", + "302.08%", + "320.96%", + "339.84%", + "358.72%", + "377.6%", + "401.2%", + "424.8%", + "448.4%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 41.02, + 44.36, + 47.7, + 52.47, + 55.81, + 59.62, + 64.87, + 70.12, + 75.37, + 81.09, + 86.81, + 92.54, + 98.26, + 103.99, + 109.71 + ], + "二段伤害": [ + 41.02, + 44.36, + 47.7, + 52.47, + 55.81, + 59.62, + 64.87, + 70.12, + 75.37, + 81.09, + 86.81, + 92.54, + 98.26, + 103.99, + 109.71 + ], + "三段伤害": [ + 54.44, + 58.87, + 63.3, + 69.63, + 74.06, + 79.12, + 86.09, + 93.05, + 100.01, + 107.61, + 115.21, + 122.8, + 130.4, + 137.99, + 145.59 + ], + "四段伤害": [ + 65.88, + 71.24000000000001, + 76.6, + 84.25999999999999, + 89.62, + 95.75, + 104.18, + 112.6, + 121.03, + 130.22, + 139.41, + 148.6, + 157.8, + 166.99, + 176.18 + ], + "四段伤害2": [ + [ + 31.48, + 34.4 + ], + [ + 34.04, + 37.2 + ], + [ + 36.6, + 40 + ], + [ + 40.26, + 44 + ], + [ + 42.82, + 46.8 + ], + [ + 45.75, + 50 + ], + [ + 49.78, + 54.4 + ], + [ + 53.8, + 58.8 + ], + [ + 57.83, + 63.2 + ], + [ + 62.22, + 68 + ], + [ + 66.61, + 72.8 + ], + [ + 71, + 77.6 + ], + [ + 75.4, + 82.4 + ], + [ + 79.79, + 87.2 + ], + [ + 84.18, + 92 + ] + ], + "五段伤害": [ + 66.99, + 72.45, + 77.9, + 85.69, + 91.14, + 97.37, + 105.94, + 114.51, + 123.08, + 132.43, + 141.78, + 151.13, + 160.47, + 169.82, + 179.17 + ], + "重击伤害": [ + 162.8, + 176.05, + 189.3, + 208.23000000000002, + 221.48000000000002, + 236.63, + 257.45, + 278.27, + 299.09000000000003, + 321.81, + 344.53, + 367.24, + 389.96000000000004, + 412.66999999999996, + 435.39 + ], + "重击伤害2": [ + [ + 76.8, + 86 + ], + [ + 83.05, + 93 + ], + [ + 89.3, + 100 + ], + [ + 98.23, + 110 + ], + [ + 104.48, + 117 + ], + [ + 111.63, + 125 + ], + [ + 121.45, + 136 + ], + [ + 131.27, + 147 + ], + [ + 141.09, + 158 + ], + [ + 151.81, + 170 + ], + [ + 162.53, + 182 + ], + [ + 173.24, + 194 + ], + [ + 183.96, + 206 + ], + [ + 194.67, + 218 + ], + [ + 205.39, + 230 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "雷楔伤害": [ + 50.4, + 54.18, + 57.96, + 63, + 66.78, + 70.56, + 75.6, + 80.64, + 85.68, + 90.72, + 95.76, + 100.8, + 107.1, + 113.4, + 119.7 + ], + "斩击伤害": [ + 168, + 180.6, + 193.2, + 210, + 222.6, + 235.2, + 252, + 268.8, + 285.6, + 302.4, + 319.2, + 336, + 357, + 378, + 399 + ], + "雷暴连斩伤害": [ + 168, + 180.6, + 193.2, + 210, + 222.6, + 235.2, + 252, + 268.8, + 285.6, + 302.4, + 319.2, + 336, + 357, + 378, + 399 + ], + "雷暴连斩伤害2": [ + [ + 84, + 2 + ], + [ + 90.3, + 2 + ], + [ + 96.6, + 2 + ], + [ + 105, + 2 + ], + [ + 111.3, + 2 + ], + [ + 117.6, + 2 + ], + [ + 126, + 2 + ], + [ + 134.4, + 2 + ], + [ + 142.8, + 2 + ], + [ + 151.2, + 2 + ], + [ + 159.6, + 2 + ], + [ + 168, + 2 + ], + [ + 178.5, + 2 + ], + [ + 189, + 2 + ], + [ + 199.5, + 2 + ] + ] + }, + "q": { + "技能伤害": [ + 88, + 94.6, + 101.2, + 110, + 116.6, + 123.2, + 132, + 140.8, + 149.6, + 158.4, + 167.2, + 176, + 187, + 198, + 209 + ], + "连斩伤害": [ + 192, + 206.4, + 220.8, + 240, + 254.4, + 268.8, + 288, + 307.2, + 326.4, + 345.6, + 364.8, + 384, + 408, + 432, + 456 + ], + "连斩伤害2": [ + [ + 24, + 8 + ], + [ + 25.8, + 8 + ], + [ + 27.6, + 8 + ], + [ + 30, + 8 + ], + [ + 31.8, + 8 + ], + [ + 33.6, + 8 + ], + [ + 36, + 8 + ], + [ + 38.4, + 8 + ], + [ + 40.8, + 8 + ], + [ + 43.2, + 8 + ], + [ + 45.6, + 8 + ], + [ + 48, + 8 + ], + [ + 51, + 8 + ], + [ + 54, + 8 + ], + [ + 57, + 8 + ] + ], + "最后一击伤害": [ + 188.8, + 202.96, + 217.12, + 236, + 250.16, + 264.32, + 283.2, + 302.08, + 320.96, + 339.84, + 358.72, + 377.6, + 401.2, + 424.8, + 448.4 + ] + } + }, + "cons": { + "1": { + "name": "雷厉", + "desc": [ + "雷楔存在期间再次施放星斗归位时,在刻晴消失与出现的位置造成50%攻击力的雷元素范围伤害。" + ] + }, + "2": { + "name": "苛捐", + "desc": [ + "刻晴普通攻击与重击命中受到雷元素影响的敌人时,有50%几率产生一个元素微粒。", + "该效果每5秒只能触发一次。" + ] + }, + "3": { + "name": "登楼", + "desc": [ + "

天街巡游的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "调律", + "desc": [ + "刻晴触发雷元素相关反应后的10秒内,攻击力提升25%。" + ] + }, + "5": { + "name": "移灯", + "desc": [ + "

星斗归位的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "廉贞", + "desc": [ + "进行普通攻击、重击、施放元素战技或元素爆发时,刻晴获得6%雷元素伤害加成,持续8秒。", + "由普通攻击、重击、元素战技或元素爆发引起的效果分别独立存在。" + ] + } + }, + "passive": [ + { + "name": "总务土地", + "desc": [ + "在璃月执行探索派遣任务时,消耗的时间缩短25%。" + ] + }, + { + "name": "抵天雷罚", + "desc": [ + "雷楔存在期间再次施放星斗归位后的5秒内,刻晴获得雷元素附魔。" + ] + }, + { + "name": "玉衡之贵", + "desc": [ + "施放天街巡游时,刻晴的暴击率提升15%,元素充能效率提升15%,持续8秒。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cdmg" + ], + "details": { + "1": [ + 1020, + 25.14, + 62.22, + 0 + ], + "20": [ + 2646, + 65.21, + 161.41, + 0 + ], + "40": [ + 5268, + 129.82, + 321.35, + 0 + ], + "50": [ + 6776, + 166.97, + 413.33, + 9.6 + ], + "60": [ + 8500, + 209.46, + 518.5, + 19.2 + ], + "70": [ + 10025, + 247.04, + 611.54, + 19.2 + ], + "80": [ + 11561, + 284.88, + 705.2, + 28.8 + ], + "90": [ + 13103, + 322.89, + 799.3, + 38.4 + ], + "20+": [ + 3521, + 86.76, + 214.76, + 0 + ], + "40+": [ + 5889, + 145.13, + 359.26, + 9.6 + ], + "50+": [ + 7604, + 187.39, + 463.87, + 19.2 + ], + "60+": [ + 9121, + 224.77, + 556.41, + 19.2 + ], + "70+": [ + 10647, + 262.36, + 649.45, + 28.8 + ], + "80+": [ + 12182, + 300.19, + 743.11, + 38.4 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-1.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-1.webp" new file mode 100644 index 0000000000..09db4c9a17 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-2.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-2.webp" new file mode 100644 index 0000000000..6c93b97528 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-3.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-3.webp" new file mode 100644 index 0000000000..f5d4070231 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-4.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-4.webp" new file mode 100644 index 0000000000..24e2906c37 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-5.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-5.webp" new file mode 100644 index 0000000000..bbe3da78b5 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-6.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-6.webp" new file mode 100644 index 0000000000..0f07f3c524 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/passive-0.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/passive-0.webp" new file mode 100644 index 0000000000..b5bc9f5b0e Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/passive-1.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/passive-1.webp" new file mode 100644 index 0000000000..5e479786b4 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/passive-2.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/passive-2.webp" new file mode 100644 index 0000000000..6c41c0a3b7 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/talent-a.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/talent-e.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/talent-e.webp" new file mode 100644 index 0000000000..bbe3da78b5 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/talent-q.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/talent-q.webp" new file mode 100644 index 0000000000..64d5fb2d69 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/banner.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/banner.webp" new file mode 100644 index 0000000000..217fe5874d Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/card.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/card.webp" new file mode 100644 index 0000000000..46797d05d5 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/face.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/face.webp" new file mode 100644 index 0000000000..4465dea2e8 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/face2.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/face2.webp" new file mode 100644 index 0000000000..7db50b7d2b Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/face2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/gacha.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/gacha.webp" new file mode 100644 index 0000000000..c63c1c18f7 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/side.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/side.webp" new file mode 100644 index 0000000000..cc58e77d23 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/side2.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/side2.webp" new file mode 100644 index 0000000000..ca1a429f97 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/side2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/splash.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/splash.webp" new file mode 100644 index 0000000000..2b67cbe651 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/splash2.webp" "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/splash2.webp" new file mode 100644 index 0000000000..e4cb07c184 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\210\273\346\231\264/imgs/splash2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/data.json" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/data.json" new file mode 100644 index 0000000000..3e3954f76d --- /dev/null +++ "b/plugin/kokomi/data/character/\345\214\227\346\226\227/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000024, + "name": "北斗", + "abbr": "北斗", + "title": "无冕的龙王", + "star": 4, + "elem": "electro", + "allegiance": "南十字船队", + "weapon": "claymore", + "birth": "2-14", + "astro": "南天海山座", + "desc": "武装船队「南十字」的首领,豪快的大姐头。", + "cncv": "唐雅菁", + "jpcv": "小清水亚美", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 13050, + "atk": 225.14, + "def": 648.4 + }, + "growAttr": { + "key": "dmg", + "value": 24 + }, + "talentKey": { + "2431": "a", + "2432": "e", + "2439": "q" + }, + "talentId": { + "10241": 2431, + "10242": 2432, + "10245": 2439 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "最胜紫晶", + "boss": "雷光棱镜", + "specialty": "夜泊石", + "normal": "攫金鸦印", + "talent": "「黄金」的哲学", + "weekly": "东风的吐息" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/detail.json" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/detail.json" new file mode 100644 index 0000000000..d68e0e26c1 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\214\227\346\226\227/detail.json" @@ -0,0 +1,1106 @@ +{ + "id": "24", + "name": "北斗", + "talent": { + "a": { + "id": 2431, + "name": "普通攻击·征涛", + "desc": [ + "

普通攻击

", + "进行至多五段的连续挥砍。", + "

重击

", + "持续消耗体力,快速进行连续的斩击。", + "重击结束时,会进行一次格外有力的挥砍。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "71.12%", + "76.91%", + "82.7%", + "90.97%", + "96.76%", + "103.38%", + "112.47%", + "121.57%", + "130.67%", + "140.59%", + "151.96%", + "165.33%", + "178.71%", + "192.08%", + "206.67%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "70.86%", + "76.63%", + "82.4%", + "90.64%", + "96.41%", + "103%", + "112.06%", + "121.13%", + "130.19%", + "140.08%", + "151.41%", + "164.73%", + "178.06%", + "191.38%", + "205.92%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "88.32%", + "95.51%", + "102.7%", + "112.97%", + "120.16%", + "128.38%", + "139.67%", + "150.97%", + "162.27%", + "174.59%", + "188.71%", + "205.32%", + "221.92%", + "238.53%", + "256.65%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "86.52%", + "93.56%", + "100.6%", + "110.66%", + "117.7%", + "125.75%", + "136.82%", + "147.88%", + "158.95%", + "171.02%", + "184.85%", + "201.12%", + "217.39%", + "233.65%", + "251.4%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "112.14%", + "121.27%", + "130.4%", + "143.44%", + "152.57%", + "163%", + "177.34%", + "191.69%", + "206.03%", + "221.68%", + "239.61%", + "260.7%", + "281.78%", + "302.87%", + "325.87%" + ] + }, + { + "name": "重击循环伤害", + "unit": "", + "isSame": false, + "values": [ + "56.24%", + "60.82%", + "65.4%", + "71.94%", + "76.52%", + "81.75%", + "88.94%", + "96.14%", + "103.33%", + "111.18%", + "120.17%", + "130.75%", + "141.32%", + "151.9%", + "163.43%" + ] + }, + { + "name": "重击终结伤害", + "unit": "", + "isSame": false, + "values": [ + "101.82%", + "110.11%", + "118.4%", + "130.24%", + "138.53%", + "148%", + "161.02%", + "174.05%", + "187.07%", + "201.28%", + "217.56%", + "236.71%", + "255.85%", + "275%", + "295.88%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点" + ] + }, + { + "name": "最大持续时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "74.59%", + "80.66%", + "86.73%", + "95.4%", + "101.47%", + "108.41%", + "117.95%", + "127.49%", + "137.03%", + "147.44%", + "157.85%", + "168.26%", + "178.66%", + "189.07%", + "199.48%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "149.14% / 186.29%", + "161.28% / 201.45%", + "173.42% / 216.62%", + "190.77% / 238.28%", + "202.91% / 253.44%", + "216.78% / 270.77%", + "235.86% / 294.6%", + "254.93% / 318.42%", + "274.01% / 342.25%", + "294.82% / 368.25%", + "315.63% / 394.24%", + "336.44% / 420.23%", + "357.25% / 446.23%", + "378.06% / 472.22%", + "398.87% / 498.21%" + ] + } + ] + }, + "e": { + "id": 2432, + "name": "捉浪", + "desc": [ + "没有什么好担心的。如果有人敢对她或她的人出手,那就以雷电与大剑十倍奉还。", + "

点按

", + "积聚雷之力,猛烈向前挥舞大剑,造成雷元素伤害。", + "

长按

", + "举起武器形成护盾,伤害吸收量受益于北斗的生命值上限。", + "松开技能或持续时间结束时,会挥舞大剑释放积攒的力量进行攻击,造成雷元素伤害。依据技能期间受到攻击的次数,提高释放时造成的伤害。触发2次达到最高伤害加成。", + "护盾具有如下效果:", + "·对雷元素伤害有250%的吸收效果;", + "·施放的瞬间,为北斗施加雷元素附着。", + "渺渺征船,追电捉浪。" + ], + "tables": [ + { + "name": "护盾吸收量", + "unit": "", + "isSame": false, + "values": [ + "14.4%HP + 1386.37", + "15.48%HP + 1525.02", + "16.56%HP + 1675.23", + "18%HP + 1837", + "19.08%HP + 2010.32", + "20.16%HP + 2195.19", + "21.6%HP + 2391.62", + "23.04%HP + 2599.61", + "24.48%HP + 2819.15", + "25.92%HP + 3050.24", + "27.36%HP + 3292.89", + "28.8%HP + 3547.09", + "30.6%HP + 3812.85", + "32.4%HP + 4090.16", + "34.2%HP + 4379.03" + ] + }, + { + "name": "基础伤害", + "unit": "", + "isSame": false, + "values": [ + "121.6%", + "130.72%", + "139.84%", + "152%", + "161.12%", + "170.24%", + "182.4%", + "194.56%", + "206.72%", + "218.88%", + "231.04%", + "243.2%", + "258.4%", + "273.6%", + "288.8%" + ] + }, + { + "name": "受击时伤害提升", + "unit": "", + "isSame": false, + "values": [ + "160%", + "172%", + "184%", + "200%", + "212%", + "224%", + "240%", + "256%", + "272%", + "288%", + "304%", + "320%", + "340%", + "360%", + "380%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒" + ] + } + ] + }, + "q": { + "id": 2439, + "name": "斫雷", + "desc": [ + "重忆斩灭海山巨兽之战,唤起巨兽与雷电的力量,创造环绕自身的雷兽之盾,并对周围的敌人造成雷元素伤害。", + "

雷兽之盾

", + "·普通攻击与重击命中时,释放雷电之力,引来1道能在敌人之间跃动的闪雷,造成雷元素伤害;", + "·提高角色的抗打断能力,并降低受到的伤害。", + "

每秒至多触发1道闪雷。

", + "赫赫雷来,斫灭海山。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "121.6%", + "130.72%", + "139.84%", + "152%", + "161.12%", + "170.24%", + "182.4%", + "194.56%", + "206.72%", + "218.88%", + "231.04%", + "243.2%", + "258.4%", + "273.6%", + "288.8%" + ] + }, + { + "name": "闪雷伤害", + "unit": "", + "isSame": false, + "values": [ + "96%", + "103.2%", + "110.4%", + "120%", + "127.2%", + "134.4%", + "144%", + "153.6%", + "163.2%", + "172.8%", + "182.4%", + "192%", + "204%", + "216%", + "228%" + ] + }, + { + "name": "伤害减免", + "unit": "", + "isSame": false, + "values": [ + "20%", + "21%", + "22%", + "24%", + "25%", + "26%", + "28%", + "30%", + "32%", + "34%", + "35%", + "36%", + "37%", + "38%", + "39%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 71.12, + 76.91, + 82.7, + 90.97, + 96.76, + 103.38, + 112.47, + 121.57, + 130.67, + 140.59, + 151.96, + 165.33, + 178.71, + 192.08, + 206.67 + ], + "二段伤害": [ + 70.86, + 76.63, + 82.4, + 90.64, + 96.41, + 103, + 112.06, + 121.13, + 130.19, + 140.08, + 151.41, + 164.73, + 178.06, + 191.38, + 205.92 + ], + "三段伤害": [ + 88.32, + 95.51, + 102.7, + 112.97, + 120.16, + 128.38, + 139.67, + 150.97, + 162.27, + 174.59, + 188.71, + 205.32, + 221.92, + 238.53, + 256.65 + ], + "四段伤害": [ + 86.52, + 93.56, + 100.6, + 110.66, + 117.7, + 125.75, + 136.82, + 147.88, + 158.95, + 171.02, + 184.85, + 201.12, + 217.39, + 233.65, + 251.4 + ], + "五段伤害": [ + 112.14, + 121.27, + 130.4, + 143.44, + 152.57, + 163, + 177.34, + 191.69, + 206.03, + 221.68, + 239.61, + 260.7, + 281.78, + 302.87, + 325.87 + ], + "重击循环伤害": [ + 56.24, + 60.82, + 65.4, + 71.94, + 76.52, + 81.75, + 88.94, + 96.14, + 103.33, + 111.18, + 120.17, + 130.75, + 141.32, + 151.9, + 163.43 + ], + "重击终结伤害": [ + 101.82, + 110.11, + 118.4, + 130.24, + 138.53, + 148, + 161.02, + 174.05, + 187.07, + 201.28, + 217.56, + 236.71, + 255.85, + 275, + 295.88 + ], + "下坠期间伤害": [ + 74.59, + 80.66, + 86.73, + 95.4, + 101.47, + 108.41, + 117.95, + 127.49, + 137.03, + 147.44, + 157.85, + 168.26, + 178.66, + 189.07, + 199.48 + ], + "低空/高空坠地冲击伤害": [ + [ + 149.14, + 186.29 + ], + [ + 161.28, + 201.45 + ], + [ + 173.42, + 216.62 + ], + [ + 190.77, + 238.28 + ], + [ + 202.91, + 253.44 + ], + [ + 216.78, + 270.77 + ], + [ + 235.86, + 294.6 + ], + [ + 254.93, + 318.42 + ], + [ + 274.01, + 342.25 + ], + [ + 294.82, + 368.25 + ], + [ + 315.63, + 394.24 + ], + [ + 336.44, + 420.23 + ], + [ + 357.25, + 446.23 + ], + [ + 378.06, + 472.22 + ], + [ + 398.87, + 498.21 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 149.14, + 186.29 + ], + [ + 161.28, + 201.45 + ], + [ + 173.42, + 216.62 + ], + [ + 190.77, + 238.28 + ], + [ + 202.91, + 253.44 + ], + [ + 216.78, + 270.77 + ], + [ + 235.86, + 294.6 + ], + [ + 254.93, + 318.42 + ], + [ + 274.01, + 342.25 + ], + [ + 294.82, + 368.25 + ], + [ + 315.63, + 394.24 + ], + [ + 336.44, + 420.23 + ], + [ + 357.25, + 446.23 + ], + [ + 378.06, + 472.22 + ], + [ + 398.87, + 498.21 + ] + ] + }, + "e": { + "护盾吸收量": [ + 1400.77, + 1540.5, + 1691.79, + 1855, + 2029.3999999999999, + 2215.35, + 2413.22, + 2622.65, + 2843.63, + 3076.16, + 3320.25, + 3575.8900000000003, + 3843.45, + 4122.5599999999995, + 4413.23 + ], + "护盾吸收量2": [ + [ + 14.4, + 1386.37 + ], + [ + 15.48, + 1525.02 + ], + [ + 16.56, + 1675.23 + ], + [ + 18, + 1837 + ], + [ + 19.08, + 2010.32 + ], + [ + 20.16, + 2195.19 + ], + [ + 21.6, + 2391.62 + ], + [ + 23.04, + 2599.61 + ], + [ + 24.48, + 2819.15 + ], + [ + 25.92, + 3050.24 + ], + [ + 27.36, + 3292.89 + ], + [ + 28.8, + 3547.09 + ], + [ + 30.6, + 3812.85 + ], + [ + 32.4, + 4090.16 + ], + [ + 34.2, + 4379.03 + ] + ], + "基础伤害": [ + 121.6, + 130.72, + 139.84, + 152, + 161.12, + 170.24, + 182.4, + 194.56, + 206.72, + 218.88, + 231.04, + 243.2, + 258.4, + 273.6, + 288.8 + ], + "受击时伤害提升": [ + 160, + 172, + 184, + 200, + 212, + 224, + 240, + 256, + 272, + 288, + 304, + 320, + 340, + 360, + 380 + ] + }, + "q": { + "技能伤害": [ + 121.6, + 130.72, + 139.84, + 152, + 161.12, + 170.24, + 182.4, + 194.56, + 206.72, + 218.88, + 231.04, + 243.2, + 258.4, + 273.6, + 288.8 + ], + "闪雷伤害": [ + 96, + 103.2, + 110.4, + 120, + 127.2, + 134.4, + 144, + 153.6, + 163.2, + 172.8, + 182.4, + 192, + 204, + 216, + 228 + ], + "伤害减免": [ + 20, + 21, + 22, + 24, + 25, + 26, + 28, + 30, + 32, + 34, + 35, + 36, + 37, + 38, + 39 + ] + } + }, + "cons": { + "1": { + "name": "鱼龙沉四方", + "desc": [ + "

施放斫雷时:

", + "生成一个伤害吸收量等于生命值上限16%的护盾,持续15秒。", + "该护盾对雷元素伤害有250%的吸收效果。" + ] + }, + "2": { + "name": "赫赫雷涌起", + "desc": [ + "斫雷的闪雷能额外弹跳2个敌人。" + ] + }, + "3": { + "name": "潮奔蓦引电", + "desc": [ + "

捉浪的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "牵星觅乡岸", + "desc": [ + "受到攻击后的10秒内,北斗的普通攻击附带20%额外雷元素伤害。" + ] + }, + "5": { + "name": "踏浪霞连阶", + "desc": [ + "

斫雷的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "北斗祓幽孽", + "desc": [ + "斫雷持续期间,周围敌人的雷元素抗性降低15%。" + ] + } + }, + "passive": [ + { + "name": "拥涛踏潮", + "desc": [ + "队伍中自己的角色游泳消耗的体力降低20%。", + "无法与效果完全相同的固有天赋叠加。" + ] + }, + { + "name": "遍宇灵光", + "desc": [ + "在被攻击瞬间施放的捉浪反击,拥有最高伤害加成。" + ] + }, + { + "name": "霹雳连霄", + "desc": [ + "施放拥有最高伤害加成的捉浪后的10秒内,获得如下效果:", + "·普通攻击与重击造成的伤害提高15%,攻击速度提高15%;", + "·大幅减少重击需要的准备时间。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 1094, + 18.88, + 54.36, + 0 + ], + "20": [ + 2811, + 48.49, + 139.66, + 0 + ], + "40": [ + 5435, + 93.76, + 270.03, + 0 + ], + "50": [ + 6919, + 119.37, + 343.79, + 6 + ], + "60": [ + 8597, + 148.32, + 427.17, + 12 + ], + "70": [ + 10081, + 173.92, + 500.87, + 12 + ], + "80": [ + 11565, + 199.53, + 574.63, + 18 + ], + "90": [ + 13050, + 225.14, + 648.4, + 24 + ], + "20+": [ + 3628, + 62.6, + 180.27, + 0 + ], + "40+": [ + 6015, + 103.78, + 298.88, + 6 + ], + "50+": [ + 7694, + 132.73, + 382.26, + 12 + ], + "60+": [ + 9178, + 158.34, + 456.02, + 12 + ], + "70+": [ + 10662, + 183.94, + 529.73, + 18 + ], + "80+": [ + 12146, + 209.55, + 603.49, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-1.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-1.webp" new file mode 100644 index 0000000000..db0cb6f137 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-2.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-2.webp" new file mode 100644 index 0000000000..39b76f7f69 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-3.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-3.webp" new file mode 100644 index 0000000000..4c0e1319fe Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-4.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-4.webp" new file mode 100644 index 0000000000..fb289daa91 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-5.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-5.webp" new file mode 100644 index 0000000000..e605aded3c Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-6.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-6.webp" new file mode 100644 index 0000000000..05f94013ee Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/passive-0.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/passive-0.webp" new file mode 100644 index 0000000000..6eecb48bdc Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/passive-1.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/passive-1.webp" new file mode 100644 index 0000000000..364ac95059 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/passive-2.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/passive-2.webp" new file mode 100644 index 0000000000..38479c0d72 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/talent-a.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/talent-a.webp" new file mode 100644 index 0000000000..96b89f618e Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/talent-e.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/talent-e.webp" new file mode 100644 index 0000000000..31d652c166 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/talent-q.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/talent-q.webp" new file mode 100644 index 0000000000..28a88e35a9 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/banner.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/banner.webp" new file mode 100644 index 0000000000..9580f7fbb7 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/card.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/card.webp" new file mode 100644 index 0000000000..38cd700c4a Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/face.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/face.webp" new file mode 100644 index 0000000000..68c3cf8d25 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/gacha.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/gacha.webp" new file mode 100644 index 0000000000..ff42e61714 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/side.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/side.webp" new file mode 100644 index 0000000000..f915a3e279 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/splash.webp" "b/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/splash.webp" new file mode 100644 index 0000000000..ad3c7f1c6b Binary files /dev/null and "b/plugin/kokomi/data/character/\345\214\227\346\226\227/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/data.json" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/data.json" new file mode 100644 index 0000000000..b64ee8bf56 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\217\257\350\216\211/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000029, + "name": "可莉", + "abbr": "可莉", + "title": "逃跑的太阳", + "star": 5, + "elem": "pyro", + "allegiance": "西风骑士团", + "weapon": "catalyst", + "birth": "7-27", + "astro": "四叶草座", + "desc": "西风骑士团禁闭室的常客,蒙德的爆破大师。人称「逃跑的太阳」。", + "cncv": "花玲", + "jpcv": "久野美咲", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10287, + "atk": 310.93, + "def": 614.84 + }, + "growAttr": { + "key": "dmg", + "value": 28.8 + }, + "talentKey": { + "2931": "a", + "2932": "e", + "2939": "q" + }, + "talentId": { + "10291": 2931, + "10292": 2932, + "10295": 2939 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "燃愿玛瑙", + "boss": "常燃火种", + "specialty": "慕风蘑菇", + "normal": "禁咒绘卷", + "talent": "「自由」的哲学", + "weekly": "北风之环" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/detail.json" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/detail.json" new file mode 100644 index 0000000000..7903afa8cb --- /dev/null +++ "b/plugin/kokomi/data/character/\345\217\257\350\216\211/detail.json" @@ -0,0 +1,798 @@ +{ + "id": "29", + "name": "可莉", + "talent": { + "a": { + "id": 2931, + "name": "普通攻击·砰砰", + "desc": [ + "

普通攻击

", + "投掷在碰撞后会爆炸的好东西!进行至多三段的炸弹攻击,造成火元素范围伤害。", + "

重击

", + "消耗一定体力,短暂咏唱后,轰击敌人,造成火元素范围伤害。", + "

下落攻击

", + "凝聚烈焰的力量,从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成火元素范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "72.16%", + "77.57%", + "82.98%", + "90.2%", + "95.61%", + "101.02%", + "108.24%", + "115.46%", + "122.67%", + "129.89%", + "137.39%", + "147.21%", + "157.02%", + "166.83%", + "176.65%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "62.4%", + "67.08%", + "71.76%", + "78%", + "82.68%", + "87.36%", + "93.6%", + "99.84%", + "106.08%", + "112.32%", + "118.81%", + "127.3%", + "135.78%", + "144.27%", + "152.76%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "89.92%", + "96.66%", + "103.41%", + "112.4%", + "119.14%", + "125.89%", + "134.88%", + "143.87%", + "152.86%", + "161.86%", + "171.21%", + "183.44%", + "195.67%", + "207.89%", + "220.12%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "157.36%", + "169.16%", + "180.96%", + "196.7%", + "208.5%", + "220.3%", + "236.04%", + "251.78%", + "267.51%", + "283.25%", + "299.61%", + "321.01%", + "342.42%", + "363.82%", + "385.22%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 2932, + "name": "蹦蹦炸弹", + "desc": [ + "

投出带来无限快乐的蹦蹦炸弹!

", + "蹦蹦炸弹会连续弹跳三次,每次弹跳都会引发爆炸,造成火元素范围伤害。", + "第三次弹跳后,将分裂成许多诡雷。", + "诡雷会在接触到敌人或一段时间后爆炸,造成火元素范围伤害。", + "

初始拥有2次可使用次数。

", + "蹦蹦是可莉的「好朋友」…可莉总是忍不住向人介绍他们。" + ], + "tables": [ + { + "name": "蹦蹦炸弹伤害", + "unit": "", + "isSame": false, + "values": [ + "95.2%", + "102.34%", + "109.48%", + "119%", + "126.14%", + "133.28%", + "142.8%", + "152.32%", + "161.84%", + "171.36%", + "180.88%", + "190.4%", + "202.3%", + "214.2%", + "226.1%" + ] + }, + { + "name": "诡雷伤害", + "unit": "", + "isSame": false, + "values": [ + "32.8%", + "35.26%", + "37.72%", + "41%", + "43.46%", + "45.92%", + "49.2%", + "52.48%", + "55.76%", + "59.04%", + "62.32%", + "65.6%", + "69.7%", + "73.8%", + "77.9%" + ] + }, + { + "name": "诡雷持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + } + ] + }, + "q": { + "id": 2939, + "name": "轰轰火花", + "desc": [ + "可莉火力全开!在技能持续时间内,不停召唤轰轰火花攻击附近的敌人,造成火元素范围伤害。", + "骑士团的人相信,可莉从来不被自己的炸弹所伤,一定有幸运星眷顾着她吧…" + ], + "tables": [ + { + "name": "轰轰火花伤害", + "unit": "", + "isSame": false, + "values": [ + "42.64%", + "45.84%", + "49.04%", + "53.3%", + "56.5%", + "59.7%", + "63.96%", + "68.22%", + "72.49%", + "76.75%", + "81.02%", + "85.28%", + "90.61%", + "95.94%", + "101.27%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 72.16, + 77.57, + 82.98, + 90.2, + 95.61, + 101.02, + 108.24, + 115.46, + 122.67, + 129.89, + 137.39, + 147.21, + 157.02, + 166.83, + 176.65 + ], + "二段伤害": [ + 62.4, + 67.08, + 71.76, + 78, + 82.68, + 87.36, + 93.6, + 99.84, + 106.08, + 112.32, + 118.81, + 127.3, + 135.78, + 144.27, + 152.76 + ], + "三段伤害": [ + 89.92, + 96.66, + 103.41, + 112.4, + 119.14, + 125.89, + 134.88, + 143.87, + 152.86, + 161.86, + 171.21, + 183.44, + 195.67, + 207.89, + 220.12 + ], + "重击伤害": [ + 157.36, + 169.16, + 180.96, + 196.7, + 208.5, + 220.3, + 236.04, + 251.78, + 267.51, + 283.25, + 299.61, + 321.01, + 342.42, + 363.82, + 385.22 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "蹦蹦炸弹伤害": [ + 95.2, + 102.34, + 109.48, + 119, + 126.14, + 133.28, + 142.8, + 152.32, + 161.84, + 171.36, + 180.88, + 190.4, + 202.3, + 214.2, + 226.1 + ], + "诡雷伤害": [ + 32.8, + 35.26, + 37.72, + 41, + 43.46, + 45.92, + 49.2, + 52.48, + 55.76, + 59.04, + 62.32, + 65.6, + 69.7, + 73.8, + 77.9 + ] + }, + "q": { + "轰轰火花伤害": [ + 42.64, + 45.84, + 49.04, + 53.3, + 56.5, + 59.7, + 63.96, + 68.22, + 72.49, + 76.75, + 81.02, + 85.28, + 90.61, + 95.94, + 101.27 + ] + } + }, + "cons": { + "1": { + "name": "连环轰隆", + "desc": [ + "攻击与施放技能时,有几率召唤火花轰击敌人,造成相当于轰轰火花攻击伤害120%的伤害。" + ] + }, + "2": { + "name": "破破弹片", + "desc": [ + "蹦蹦炸弹的诡雷会使敌人的防御力降低23%,持续10秒。" + ] + }, + "3": { + "name": "可莉特调", + "desc": [ + "

蹦蹦炸弹的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "一触即发", + "desc": [ + "如果在轰轰火花持续期间内退场,会引发爆炸,造成555%攻击力的火元素范围伤害。" + ] + }, + "5": { + "name": "轰击之星", + "desc": [ + "

轰轰火花的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "火力全开", + "desc": [ + "在轰轰火花的状态下,可莉每3秒会为队伍中所有角色(不包括可莉自己)恢复3点元素能量;", + "施放轰轰火花后的25秒内,队伍中所有角色获得10%火元素伤害加成。" + ] + } + }, + "passive": [ + { + "name": "全是宝藏", + "desc": [ + "在小地图上显示周围的蒙德区域特产的位置。" + ] + }, + { + "name": "砰砰礼物", + "desc": [ + "蹦蹦炸弹与普通攻击造成伤害时,有50%的几率赋予可莉一朵爆裂火花。", + "施放重击时将消耗爆裂火花,使本次重击不消耗体力,造成的伤害提升50%。" + ] + }, + { + "name": "火花无限", + "desc": [ + "可莉的重击造成暴击后,为队伍中所有角色恢复2点元素能量。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 801, + 24.21, + 47.86, + 0 + ], + "20": [ + 2077, + 62.79, + 124.16, + 0 + ], + "40": [ + 4136, + 125.01, + 247.19, + 0 + ], + "50": [ + 5319, + 160.79, + 317.94, + 7.2 + ], + "60": [ + 6673, + 201.7, + 398.85, + 14.4 + ], + "70": [ + 7870, + 237.89, + 470.42, + 14.4 + ], + "80": [ + 9076, + 274.33, + 542.46, + 21.6 + ], + "90": [ + 10287, + 310.93, + 614.84, + 28.8 + ], + "20+": [ + 2764, + 83.54, + 165.2, + 0 + ], + "40+": [ + 4623, + 139.75, + 276.35, + 7.2 + ], + "50+": [ + 5970, + 180.45, + 356.82, + 14.4 + ], + "60+": [ + 7161, + 216.45, + 428.01, + 14.4 + ], + "70+": [ + 8358, + 252.64, + 499.58, + 21.6 + ], + "80+": [ + 9563, + 289.07, + 571.62, + 28.8 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-1.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-1.webp" new file mode 100644 index 0000000000..c00ea9e08b Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-2.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-2.webp" new file mode 100644 index 0000000000..cf9456001d Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-3.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-3.webp" new file mode 100644 index 0000000000..734663669e Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-4.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-4.webp" new file mode 100644 index 0000000000..dcbf30a916 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-5.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-5.webp" new file mode 100644 index 0000000000..4ee7beb76a Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-6.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-6.webp" new file mode 100644 index 0000000000..5eb2ed27ee Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/passive-0.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/passive-0.webp" new file mode 100644 index 0000000000..516acf1ac4 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/passive-1.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/passive-1.webp" new file mode 100644 index 0000000000..0da8a4fc5b Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/passive-2.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/passive-2.webp" new file mode 100644 index 0000000000..783d1aa32b Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/talent-a.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/talent-a.webp" new file mode 100644 index 0000000000..493510c1b2 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/talent-e.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/talent-e.webp" new file mode 100644 index 0000000000..c60f8f6b75 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/talent-q.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/talent-q.webp" new file mode 100644 index 0000000000..fcf495390a Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/banner.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/banner.webp" new file mode 100644 index 0000000000..83ace96a7b Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/card.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/card.webp" new file mode 100644 index 0000000000..6c2825681f Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/face.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/face.webp" new file mode 100644 index 0000000000..787f0e0c25 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/gacha.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/gacha.webp" new file mode 100644 index 0000000000..3e2937ce25 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/side.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/side.webp" new file mode 100644 index 0000000000..0281862026 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/splash.webp" "b/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/splash.webp" new file mode 100644 index 0000000000..3b49a4109a Binary files /dev/null and "b/plugin/kokomi/data/character/\345\217\257\350\216\211/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/data.json" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/data.json" new file mode 100644 index 0000000000..b7281fbf18 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000072, + "name": "坎蒂丝", + "abbr": "坎蒂丝", + "title": "浮金的誓愿", + "star": 4, + "elem": "hydro", + "allegiance": "阿如村", + "weapon": "polearm", + "birth": "5-3", + "astro": "箭盾座", + "desc": "有着琥珀色左眼的赤王后裔,阿如村的守护者。", + "cncv": "张琦", + "jpcv": "柚木凉香", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10875, + "atk": 212.4, + "def": 682.52 + }, + "growAttr": { + "key": "hpPct", + "value": 24 + }, + "talentKey": { + "7231": "a", + "7232": "e", + "7239": "q" + }, + "talentId": { + "10721": 7231, + "10722": 7232, + "10725": 7239 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "涤净青金", + "boss": "导光四面体", + "specialty": "赤念果", + "normal": "织金红绸", + "talent": "「诤言」的哲学", + "weekly": "祸神之禊泪" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/detail.json" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/detail.json" new file mode 100644 index 0000000000..2562e7fb14 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/detail.json" @@ -0,0 +1,1089 @@ +{ + "id": "72", + "name": "坎蒂丝", + "talent": { + "a": { + "id": 7231, + "name": "普通攻击·流耀枪术·守势", + "desc": [ + "

普通攻击

", + "进行至多四段的连续枪击。", + "

重击

", + "消耗一定体力,向前方突进,对路径上的敌人造成伤害。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "60.8%", + "65.75%", + "70.7%", + "77.77%", + "82.72%", + "88.38%", + "96.15%", + "103.93%", + "111.71%", + "120.19%", + "128.67%", + "137.16%", + "145.64%", + "154.13%", + "162.61%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "61.15%", + "66.12%", + "71.1%", + "78.21%", + "83.19%", + "88.88%", + "96.7%", + "104.52%", + "112.34%", + "120.87%", + "129.4%", + "137.93%", + "146.47%", + "155%", + "163.53%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "35.49% + 43.37%", + "38.38% + 46.9%", + "41.26% + 50.44%", + "45.39% + 55.48%", + "48.28% + 59.01%", + "51.58% + 63.04%", + "56.12% + 68.59%", + "60.66% + 74.14%", + "65.2% + 79.69%", + "70.15% + 85.74%", + "75.1% + 91.79%", + "80.05% + 97.84%", + "85.01% + 103.9%", + "89.96% + 109.95%", + "94.91% + 116%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "94.94%", + "102.67%", + "110.4%", + "121.44%", + "129.17%", + "138%", + "150.14%", + "162.29%", + "174.43%", + "187.68%", + "200.93%", + "214.18%", + "227.42%", + "240.67%", + "253.92%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "124.18%", + "134.29%", + "144.4%", + "158.84%", + "168.95%", + "180.5%", + "196.38%", + "212.27%", + "228.15%", + "245.48%", + "262.81%", + "280.14%", + "297.46%", + "314.79%", + "332.12%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 7232, + "name": "圣仪·苍鹭庇卫", + "desc": [ + "坎蒂丝的战斗风格,是能抵御洪水一般的军势的。", + "

点按

", + "以盾牌进行冲击,向前方造成水元素伤害。", + "

长按

", + "举起盾牌抵挡周围敌人的攻击,形成护盾,伤害吸收量受益于坎蒂丝的生命值上限,并且对水元素伤害有250%的吸收效果。护盾持续至元素战技施放完毕。", + "长按一段时间后,坎蒂丝将完成蓄力,并在松开技能、持续时间结束,或护盾被破坏时,进行跳跃攻击,对前方的敌人造成水元素伤害。", + "守护者们传承的誓言,要比他们传承的盾更为刚坚。" + ], + "tables": [ + { + "name": "护盾吸收量", + "unit": "", + "isSame": false, + "values": [ + "12%HP + 1155.56", + "12.9%HP + 1271.14", + "13.8%HP + 1396.34", + "15%HP + 1531.17", + "15.9%HP + 1675.64", + "16.8%HP + 1829.73", + "18%HP + 1993.46", + "19.2%HP + 2166.82", + "20.4%HP + 2349.81", + "21.6%HP + 2542.43", + "22.8%HP + 2744.68", + "24%HP + 2956.57", + "25.5%HP + 3178.08", + "27%HP + 3409.22", + "28.5%HP + 3650" + ] + }, + { + "name": "基础伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "12%", + "12.9%", + "13.8%", + "15%", + "15.9%", + "16.8%", + "18%", + "19.2%", + "20.4%", + "21.6%", + "22.8%", + "24%", + "25.5%", + "27%", + "28.5%" + ] + }, + { + "name": "蓄力完成伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "19.04%", + "20.47%", + "21.9%", + "23.8%", + "25.23%", + "26.66%", + "28.56%", + "30.46%", + "32.37%", + "34.27%", + "36.18%", + "38.08%", + "40.46%", + "42.84%", + "45.22%" + ] + }, + { + "name": "点按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "长按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒" + ] + } + ] + }, + "q": { + "id": 7239, + "name": "圣仪·灰鸰衒潮", + "desc": [ + "高举武器,召请神佑,基于坎蒂丝的生命值上限,造成水元素范围伤害,并持续为当前场上自己的角色赋予「赤冕祝祷」状态。", + "

赤冕祝祷

", + "具有如下特性:", + "·角色的普通攻击对敌人造成元素伤害时,提高造成的伤害;", + "·角色登场时,会发动水波冲击,对周围的敌人造成水元素伤害。该效果在持续时间内触发的次数有限;", + "·处于这种状态下的单手剑、双手剑、长柄武器角色会获得水元素附魔。", + "坎蒂丝家族世代传承的秘仪。尽管古老的信仰早已消逝在千年的岁月中,沙海依然庇护着古国的后人。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "6.61%", + "7.11%", + "7.6%", + "8.26%", + "8.76%", + "9.25%", + "9.92%", + "10.58%", + "11.24%", + "11.9%", + "12.56%", + "13.22%", + "14.05%", + "14.87%", + "15.7%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒" + ] + }, + { + "name": "伤害加成", + "unit": "", + "isSame": true, + "values": [ + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%" + ] + }, + { + "name": "水波冲击伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "6.61%", + "7.11%", + "7.6%", + "8.26%", + "8.76%", + "9.25%", + "9.92%", + "10.58%", + "11.24%", + "11.9%", + "12.56%", + "13.22%", + "14.05%", + "14.87%", + "15.7%" + ] + }, + { + "name": "水波冲击触发次数", + "unit": "", + "isSame": true, + "values": [ + "3次", + "3次", + "3次", + "3次", + "3次", + "3次", + "3次", + "3次", + "3次", + "3次", + "3次", + "3次", + "3次", + "3次", + "3次" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 60.8, + 65.75, + 70.7, + 77.77, + 82.72, + 88.38, + 96.15, + 103.93, + 111.71, + 120.19, + 128.67, + 137.16, + 145.64, + 154.13, + 162.61 + ], + "二段伤害": [ + 61.15, + 66.12, + 71.1, + 78.21, + 83.19, + 88.88, + 96.7, + 104.52, + 112.34, + 120.87, + 129.4, + 137.93, + 146.47, + 155, + 163.53 + ], + "三段伤害": [ + 78.86, + 85.28, + 91.69999999999999, + 100.87, + 107.28999999999999, + 114.62, + 124.71000000000001, + 134.8, + 144.89, + 155.89, + 166.89, + 177.89, + 188.91000000000003, + 199.91, + 210.91 + ], + "三段伤害2": [ + [ + 35.49, + 43.37 + ], + [ + 38.38, + 46.9 + ], + [ + 41.26, + 50.44 + ], + [ + 45.39, + 55.48 + ], + [ + 48.28, + 59.01 + ], + [ + 51.58, + 63.04 + ], + [ + 56.12, + 68.59 + ], + [ + 60.66, + 74.14 + ], + [ + 65.2, + 79.69 + ], + [ + 70.15, + 85.74 + ], + [ + 75.1, + 91.79 + ], + [ + 80.05, + 97.84 + ], + [ + 85.01, + 103.9 + ], + [ + 89.96, + 109.95 + ], + [ + 94.91, + 116 + ] + ], + "四段伤害": [ + 94.94, + 102.67, + 110.4, + 121.44, + 129.17, + 138, + 150.14, + 162.29, + 174.43, + 187.68, + 200.93, + 214.18, + 227.42, + 240.67, + 253.92 + ], + "重击伤害": [ + 124.18, + 134.29, + 144.4, + 158.84, + 168.95, + 180.5, + 196.38, + 212.27, + 228.15, + 245.48, + 262.81, + 280.14, + 297.46, + 314.79, + 332.12 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "护盾吸收量": [ + 1167.56, + 1284.0400000000002, + 1410.1399999999999, + 1546.17, + 1691.5400000000002, + 1846.53, + 2011.46, + 2186.02, + 2370.21, + 2564.0299999999997, + 2767.48, + 2980.57, + 3203.58, + 3436.22, + 3678.5 + ], + "护盾吸收量2": [ + [ + 12, + 1155.56 + ], + [ + 12.9, + 1271.14 + ], + [ + 13.8, + 1396.34 + ], + [ + 15, + 1531.17 + ], + [ + 15.9, + 1675.64 + ], + [ + 16.8, + 1829.73 + ], + [ + 18, + 1993.46 + ], + [ + 19.2, + 2166.82 + ], + [ + 20.4, + 2349.81 + ], + [ + 21.6, + 2542.43 + ], + [ + 22.8, + 2744.68 + ], + [ + 24, + 2956.57 + ], + [ + 25.5, + 3178.08 + ], + [ + 27, + 3409.22 + ], + [ + 28.5, + 3650 + ] + ], + "基础伤害": [ + 12, + 12.9, + 13.8, + 15, + 15.9, + 16.8, + 18, + 19.2, + 20.4, + 21.6, + 22.8, + 24, + 25.5, + 27, + 28.5 + ], + "蓄力完成伤害": [ + 19.04, + 20.47, + 21.9, + 23.8, + 25.23, + 26.66, + 28.56, + 30.46, + 32.37, + 34.27, + 36.18, + 38.08, + 40.46, + 42.84, + 45.22 + ] + }, + "q": { + "技能伤害": [ + 6.61, + 7.11, + 7.6, + 8.26, + 8.76, + 9.25, + 9.92, + 10.58, + 11.24, + 11.9, + 12.56, + 13.22, + 14.05, + 14.87, + 15.7 + ], + "水波冲击伤害": [ + 6.61, + 7.11, + 7.6, + 8.26, + 8.76, + 9.25, + 9.92, + 10.58, + 11.24, + 11.9, + 12.56, + 13.22, + 14.05, + 14.87, + 15.7 + ] + } + }, + "cons": { + "1": { + "name": "赤沙的归嗣", + "desc": [ + "圣仪·灰鸰衒潮的赤冕祝祷状态持续时间延长3秒。" + ] + }, + "2": { + "name": "贯月的耀锋", + "desc": [ + "圣仪·苍鹭庇卫命中敌人时,坎蒂丝的生命值上限提升20%,持续15秒。" + ] + }, + "3": { + "name": "织狩的奉祀", + "desc": [ + "圣仪·灰鸰衒潮的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "守戍的誓命", + "desc": [ + "缩短圣仪·苍鹭庇卫长按的冷却时间,使其降低至与点按的冷却时间相同。" + ] + }, + "5": { + "name": "萦金的苍瞳", + "desc": [ + "圣仪·苍鹭庇卫的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "衍溢的汐潮", + "desc": [ + "处于圣仪·灰鸰衒潮的赤冕祝祷状态下的当前场上角色(不包括坎蒂丝自己),在普通攻击对敌人造成元素伤害时,将释放衍潮冲击,造成相当于坎蒂丝生命值上限15%水元素范围伤害。", + "该效果每2.3秒至多触发一次,造成的伤害视为元素爆发伤害。" + ] + } + }, + "passive": [ + { + "name": "向拂晓的初光", + "desc": [ + "队伍中自己的角色攀爬消耗的体力降低20%。", + "无法与效果完全相同的固有天赋叠加。" + ] + }, + { + "name": "流羽交护", + "desc": [ + "若坎蒂丝在圣仪·苍鹭庇卫长按期间受到攻击,会立即完成蓄力。" + ] + }, + { + "name": "漫沙陨穹", + "desc": [ + "处于圣仪·灰鸰衒潮的赤冕祝祷状态下的角色,普通攻击对敌人造成元素伤害时,坎蒂丝每1000点生命值上限会使这次伤害提高0.5%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "hpPct" + ], + "details": { + "1": [ + 912, + 17.81, + 57.22, + 0 + ], + "20": [ + 2342, + 45.75, + 147.01, + 0 + ], + "40": [ + 4529, + 88.45, + 284.24, + 0 + ], + "50": [ + 5766, + 112.62, + 361.88, + 6 + ], + "60": [ + 7164, + 139.93, + 449.65, + 12 + ], + "70": [ + 8401, + 164.07, + 527.24, + 12 + ], + "80": [ + 9638, + 188.24, + 604.88, + 18 + ], + "90": [ + 10875, + 212.4, + 682.52, + 24 + ], + "20+": [ + 3024, + 59.05, + 189.76, + 0 + ], + "40+": [ + 5013, + 97.91, + 314.61, + 6 + ], + "50+": [ + 6411, + 125.22, + 402.38, + 12 + ], + "60+": [ + 7648, + 149.38, + 480.03, + 12 + ], + "70+": [ + 8885, + 173.53, + 557.61, + 18 + ], + "80+": [ + 10122, + 197.69, + 635.25, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-1.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-1.webp" new file mode 100644 index 0000000000..2ba69cfff1 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-2.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-2.webp" new file mode 100644 index 0000000000..6928e05ee5 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-3.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-3.webp" new file mode 100644 index 0000000000..5c64775c58 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-4.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-4.webp" new file mode 100644 index 0000000000..d467d7fd7a Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-5.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-5.webp" new file mode 100644 index 0000000000..c0ac3c1f46 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-6.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-6.webp" new file mode 100644 index 0000000000..5f6521a4bc Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/passive-0.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/passive-0.webp" new file mode 100644 index 0000000000..a47691906f Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/passive-1.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/passive-1.webp" new file mode 100644 index 0000000000..a0db477418 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/passive-2.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/passive-2.webp" new file mode 100644 index 0000000000..22e4a61518 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/talent-a.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/talent-a.webp" new file mode 100644 index 0000000000..b8c3c3b202 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/talent-e.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/talent-e.webp" new file mode 100644 index 0000000000..c0ac3c1f46 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/talent-q.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/talent-q.webp" new file mode 100644 index 0000000000..6579257839 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/banner.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/banner.webp" new file mode 100644 index 0000000000..07d57fc11c Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/card.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/card.webp" new file mode 100644 index 0000000000..c18d6266a5 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/face.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/face.webp" new file mode 100644 index 0000000000..86db9eeca1 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/gacha.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/gacha.webp" new file mode 100644 index 0000000000..ae76d1426b Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/side.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/side.webp" new file mode 100644 index 0000000000..a99a01532a Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/splash.webp" "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/splash.webp" new file mode 100644 index 0000000000..86637babbf Binary files /dev/null and "b/plugin/kokomi/data/character/\345\235\216\350\222\202\344\270\235/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/data.json" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/data.json" new file mode 100644 index 0000000000..fd793232e6 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000062, + "name": "埃洛伊", + "abbr": "埃洛伊", + "title": "「异界的救世主」", + "star": 5, + "elem": "cryo", + "allegiance": "游侠", + "weapon": "bow", + "birth": "4-4", + "astro": "诺拉勇者座", + "desc": "曾经是流放者,如今则是无比机敏的猎手。随时准备着为了正当之事而挽弓放箭。", + "cncv": "沐霏", + "jpcv": "高垣彩阳", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10899, + "atk": 233.92, + "def": 676.33 + }, + "growAttr": { + "key": "dmg", + "value": 28.8 + }, + "talentKey": { + "6231": "a", + "6232": "e", + "6239": "q" + }, + "talentId": { + "10621": 6231, + "10622": 6232, + "10625": 6239 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "哀叙冰玉", + "boss": "晶凝之华", + "specialty": "晶化骨髓", + "normal": "浮游晶化核", + "talent": "「自由」的哲学", + "weekly": "熔毁之刻" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/detail.json" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/detail.json" new file mode 100644 index 0000000000..f24ac41bd4 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/detail.json" @@ -0,0 +1,1214 @@ +{ + "id": "62", + "name": "埃洛伊", + "talent": { + "a": { + "id": 6231, + "name": "普通攻击·快速射击", + "desc": [ + "

普通攻击

", + "进行至多四段的连续弓箭射击。", + "

重击

", + "进行伤害更高、更为精准的瞄准射击。", + "瞄准时,冰霜散发的寒气会凭附在箭矢上。聚满了寒气的箭矢会造成冰元素伤害。", + "

下落攻击

", + "从空中射出箭雨,并迅速下坠冲击地面,在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "21.12% + 23.76%", + "22.56% + 25.38%", + "24% + 27%", + "25.92% + 29.16%", + "27.36% + 30.78%", + "29.04% + 32.67%", + "31.2% + 35.1%", + "33.36% + 37.53%", + "35.52% + 39.96%", + "37.68% + 42.39%", + "39.84% + 44.82%", + "42% + 47.25%", + "44.16% + 49.68%", + "46.32% + 52.11%", + "48.48% + 54.54%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "43.12%", + "46.06%", + "49%", + "52.92%", + "55.86%", + "59.29%", + "63.7%", + "68.11%", + "72.52%", + "76.93%", + "81.34%", + "85.75%", + "90.16%", + "94.57%", + "98.98%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "52.8%", + "56.4%", + "60%", + "64.8%", + "68.4%", + "72.6%", + "78%", + "83.4%", + "88.8%", + "94.2%", + "99.6%", + "105%", + "110.4%", + "115.8%", + "121.2%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "65.65%", + "70.12%", + "74.6%", + "80.57%", + "85.04%", + "90.27%", + "96.98%", + "103.69%", + "110.41%", + "117.12%", + "123.84%", + "130.55%", + "137.26%", + "143.98%", + "150.69%" + ] + }, + { + "name": "瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "43.86%", + "47.43%", + "51%", + "56.1%", + "59.67%", + "63.75%", + "69.36%", + "74.97%", + "80.58%", + "86.7%", + "92.82%", + "98.94%", + "105.06%", + "111.18%", + "117.3%" + ] + }, + { + "name": "满蓄力瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "124%", + "133.3%", + "142.6%", + "155%", + "164.3%", + "173.6%", + "186%", + "198.4%", + "210.8%", + "223.2%", + "235.6%", + "248%", + "263.5%", + "279%", + "294.5%" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 6232, + "name": "冰尘雪野", + "desc": [ + "向目标方向投掷一枚冰尘弹,在命中后引发爆炸,造成冰元素伤害。爆炸后,冰尘弹将分裂成许多冷冻炸弹,在接触到敌人或一段时间后爆炸,造成冰元素伤害。", + "冰尘弹或冷冻炸弹命中敌人后,会使敌人的攻击力降低,并为埃洛伊赋予1层「线圈」效果。", + "每0.1秒至多获得1层线圈效果。", + "

线圈

", + "·依据层数,提高埃洛伊的普通攻击造成的伤害;", + "·拥有4层线圈时,埃洛伊清除所有的线圈效果,并获得「冰驰」,进一步提高普通攻击造成的伤害,并将普通攻击造成的伤害转为冰元素伤害。", + "处于冰驰状态下时,埃洛伊无法获得线圈效果。", + "线圈效果会在脱离战斗30秒后清除。", + "挥刀断崖那里的温度可要冷得多。" + ], + "tables": [ + { + "name": "冰尘弹伤害", + "unit": "", + "isSame": false, + "values": [ + "177.6%", + "190.92%", + "204.24%", + "222%", + "235.32%", + "248.64%", + "266.4%", + "284.16%", + "301.92%", + "319.68%", + "337.44%", + "355.2%", + "377.4%", + "399.6%", + "421.8%" + ] + }, + { + "name": "冷冻炸弹伤害", + "unit": "", + "isSame": false, + "values": [ + "40%", + "43%", + "46%", + "50%", + "53%", + "56%", + "60%", + "64%", + "68%", + "72%", + "76%", + "80%", + "85%", + "90%", + "95%" + ] + }, + { + "name": "攻击力降低", + "unit": "", + "isSame": false, + "values": [ + "12%", + "12%", + "12%", + "13%", + "13%", + "13%", + "14%", + "14%", + "14%", + "15%", + "15%", + "15%", + "15%", + "15%", + "15%" + ] + }, + { + "name": "攻击力降低持续时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "线圈普通攻击伤害提升", + "unit": "", + "isSame": false, + "values": [ + "5.84% / 11.69% / 17.53%", + "6.19% / 12.39% / 18.58%", + "6.54% / 13.09% / 19.63%", + "7% / 14% / 21%", + "7.35% / 14.7% / 22.05%", + "7.7% / 15.4% / 23.1%", + "8.16% / 16.31% / 24.47%", + "8.61% / 17.22% / 25.83%", + "9.06% / 18.13% / 27.2%", + "9.52% / 19.04% / 28.56%", + "9.97% / 19.95% / 29.93%", + "10.43% / 20.86% / 31.29%", + "10.89% / 21.77% / 32.66%", + "11.34% / 22.68% / 34.02%", + "11.79% / 23.59% / 35.39%" + ] + }, + { + "name": "冰驰普通攻击伤害提升", + "unit": "", + "isSame": false, + "values": [ + "29.23%", + "30.97%", + "32.73%", + "35%", + "36.75%", + "38.5%", + "40.78%", + "43.05%", + "45.32%", + "47.6%", + "49.88%", + "52.15%", + "54.43%", + "56.7%", + "58.97%" + ] + }, + { + "name": "冰驰持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "普通攻击伤害提升", + "unit": "", + "isSame": true, + "values": [ + "四层1000%", + "四层1000%", + "四层1000%", + "四层1000%", + "四层1000%", + "四层1000%", + "四层1000%", + "四层1000%", + "四层1000%", + "四层1000%", + "四层1000%", + "四层1000%", + "四层1000%", + "四层1000%", + "四层1000%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + } + ] + }, + "q": { + "id": 6239, + "name": "曙光预言", + "desc": [ + "向目标方向投掷冰元素满溢的蓄能容器,并用弓箭引爆,造成冰元素范围伤害。", + "零之曙光的本质究竟是希望还是灭绝已经并不重要了。埃洛伊已经拯救了她自己的那个世界。这个世界的命运有它自己的勇者去操心。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "359.2%", + "386.14%", + "413.08%", + "449%", + "475.94%", + "502.88%", + "538.8%", + "574.72%", + "610.64%", + "646.56%", + "682.48%", + "718.4%", + "763.3%", + "808.2%", + "853.1%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 44.88, + 47.94, + 51, + 55.08, + 58.14, + 61.71, + 66.3, + 70.89, + 75.48, + 80.07, + 84.66, + 89.25, + 93.84, + 98.43, + 103.02 + ], + "一段伤害2": [ + [ + 21.12, + 23.76 + ], + [ + 22.56, + 25.38 + ], + [ + 24, + 27 + ], + [ + 25.92, + 29.16 + ], + [ + 27.36, + 30.78 + ], + [ + 29.04, + 32.67 + ], + [ + 31.2, + 35.1 + ], + [ + 33.36, + 37.53 + ], + [ + 35.52, + 39.96 + ], + [ + 37.68, + 42.39 + ], + [ + 39.84, + 44.82 + ], + [ + 42, + 47.25 + ], + [ + 44.16, + 49.68 + ], + [ + 46.32, + 52.11 + ], + [ + 48.48, + 54.54 + ] + ], + "二段伤害": [ + 43.12, + 46.06, + 49, + 52.92, + 55.86, + 59.29, + 63.7, + 68.11, + 72.52, + 76.93, + 81.34, + 85.75, + 90.16, + 94.57, + 98.98 + ], + "三段伤害": [ + 52.8, + 56.4, + 60, + 64.8, + 68.4, + 72.6, + 78, + 83.4, + 88.8, + 94.2, + 99.6, + 105, + 110.4, + 115.8, + 121.2 + ], + "四段伤害": [ + 65.65, + 70.12, + 74.6, + 80.57, + 85.04, + 90.27, + 96.98, + 103.69, + 110.41, + 117.12, + 123.84, + 130.55, + 137.26, + 143.98, + 150.69 + ], + "瞄准射击": [ + 43.86, + 47.43, + 51, + 56.1, + 59.67, + 63.75, + 69.36, + 74.97, + 80.58, + 86.7, + 92.82, + 98.94, + 105.06, + 111.18, + 117.3 + ], + "满蓄力瞄准射击": [ + 124, + 133.3, + 142.6, + 155, + 164.3, + 173.6, + 186, + 198.4, + 210.8, + 223.2, + 235.6, + 248, + 263.5, + 279, + 294.5 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "冰尘弹伤害": [ + 177.6, + 190.92, + 204.24, + 222, + 235.32, + 248.64, + 266.4, + 284.16, + 301.92, + 319.68, + 337.44, + 355.2, + 377.4, + 399.6, + 421.8 + ], + "冷冻炸弹伤害": [ + 40, + 43, + 46, + 50, + 53, + 56, + 60, + 64, + 68, + 72, + 76, + 80, + 85, + 90, + 95 + ], + "攻击力降低": [ + 12, + 12, + 12, + 13, + 13, + 13, + 14, + 14, + 14, + 15, + 15, + 15, + 15, + 15, + 15 + ], + "线圈普通攻击伤害提升": [ + [ + 5.84, + 11.69, + 17.53 + ], + [ + 6.19, + 12.39, + 18.58 + ], + [ + 6.54, + 13.09, + 19.63 + ], + [ + 7, + 14, + 21 + ], + [ + 7.35, + 14.7, + 22.05 + ], + [ + 7.7, + 15.4, + 23.1 + ], + [ + 8.16, + 16.31, + 24.47 + ], + [ + 8.61, + 17.22, + 25.83 + ], + [ + 9.06, + 18.13, + 27.2 + ], + [ + 9.52, + 19.04, + 28.56 + ], + [ + 9.97, + 19.95, + 29.93 + ], + [ + 10.43, + 20.86, + 31.29 + ], + [ + 10.89, + 21.77, + 32.66 + ], + [ + 11.34, + 22.68, + 34.02 + ], + [ + 11.79, + 23.59, + 35.39 + ] + ], + "线圈普通攻击伤害提升2": [ + [ + 5.84, + 11.69, + 17.53 + ], + [ + 6.19, + 12.39, + 18.58 + ], + [ + 6.54, + 13.09, + 19.63 + ], + [ + 7, + 14, + 21 + ], + [ + 7.35, + 14.7, + 22.05 + ], + [ + 7.7, + 15.4, + 23.1 + ], + [ + 8.16, + 16.31, + 24.47 + ], + [ + 8.61, + 17.22, + 25.83 + ], + [ + 9.06, + 18.13, + 27.2 + ], + [ + 9.52, + 19.04, + 28.56 + ], + [ + 9.97, + 19.95, + 29.93 + ], + [ + 10.43, + 20.86, + 31.29 + ], + [ + 10.89, + 21.77, + 32.66 + ], + [ + 11.34, + 22.68, + 34.02 + ], + [ + 11.79, + 23.59, + 35.39 + ] + ], + "冰驰普通攻击伤害提升": [ + 29.23, + 30.97, + 32.73, + 35, + 36.75, + 38.5, + 40.78, + 43.05, + 45.32, + 47.6, + 49.88, + 52.15, + 54.43, + 56.7, + 58.97 + ] + }, + "q": { + "技能伤害": [ + 359.2, + 386.14, + 413.08, + 449, + 475.94, + 502.88, + 538.8, + 574.72, + 610.64, + 646.56, + 682.48, + 718.4, + 763.3, + 808.2, + 853.1 + ] + } + }, + "cons": { + "1": { + "name": "异界之星", + "desc": [ + "点亮此人一方星空之刻尚未到来。" + ] + }, + "2": { + "name": "异界之星", + "desc": [ + "点亮此人一方星空之刻尚未到来。" + ] + }, + "3": { + "name": "异界之星", + "desc": [ + "点亮此人一方星空之刻尚未到来。" + ] + }, + "4": { + "name": "异界之星", + "desc": [ + "点亮此人一方星空之刻尚未到来。" + ] + }, + "5": { + "name": "异界之星", + "desc": [ + "点亮此人一方星空之刻尚未到来。" + ] + }, + "6": { + "name": "异界之星", + "desc": [ + "点亮此人一方星空之刻尚未到来。" + ] + } + }, + "passive": [ + { + "name": "荒野猎手", + "desc": [ + "埃洛伊在队伍中时,队伍中自己的角色接近产出禽肉、兽肉与冷鲜肉的小动物时,不会轻易惊动它们。" + ] + }, + { + "name": "战斗覆盖", + "desc": [ + "埃洛伊获得冰尘雪野的线圈效果时,埃洛伊的攻击力提升16%,队伍中附近的其他角色的攻击力提升8%,持续10秒。" + ] + }, + { + "name": "强力攻击", + "desc": [ + "埃洛伊处于冰尘雪野的冰驰状态下时,每1秒提升3.5%冰元素伤害加成,通过这种方式至多获得35%冰元素伤害加成。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 848, + 18.21, + 52.65, + 0 + ], + "20": [ + 2201, + 47.24, + 136.58, + 0 + ], + "40": [ + 4382, + 94.04, + 271.91, + 0 + ], + "50": [ + 5636, + 120.96, + 349.74, + 7.2 + ], + "60": [ + 7070, + 151.74, + 438.73, + 14.4 + ], + "70": [ + 8339, + 178.97, + 517.46, + 14.4 + ], + "80": [ + 9616, + 206.38, + 596.71, + 21.6 + ], + "90": [ + 10899, + 233.92, + 676.33, + 28.8 + ], + "20+": [ + 2928, + 62.85, + 181.72, + 0 + ], + "40+": [ + 4899, + 105.14, + 303.99, + 7.2 + ], + "50+": [ + 6325, + 135.75, + 392.51, + 14.4 + ], + "60+": [ + 7587, + 162.84, + 470.81, + 14.4 + ], + "70+": [ + 8856, + 190.06, + 549.53, + 21.6 + ], + "80+": [ + 10133, + 217.47, + 628.78, + 28.8 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-1.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-1.webp" new file mode 100644 index 0000000000..31c2102f48 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-2.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-2.webp" new file mode 100644 index 0000000000..31c2102f48 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-3.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-3.webp" new file mode 100644 index 0000000000..31c2102f48 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-4.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-4.webp" new file mode 100644 index 0000000000..31c2102f48 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-5.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-5.webp" new file mode 100644 index 0000000000..31c2102f48 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-6.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-6.webp" new file mode 100644 index 0000000000..31c2102f48 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/passive-0.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/passive-0.webp" new file mode 100644 index 0000000000..99ae5c8d67 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/passive-1.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/passive-1.webp" new file mode 100644 index 0000000000..3381325347 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/passive-2.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/passive-2.webp" new file mode 100644 index 0000000000..407df7998f Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/talent-a.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/talent-a.webp" new file mode 100644 index 0000000000..551e4ae608 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/talent-e.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/talent-e.webp" new file mode 100644 index 0000000000..22114452b8 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/talent-q.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/talent-q.webp" new file mode 100644 index 0000000000..5f4506bb54 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/banner.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/banner.webp" new file mode 100644 index 0000000000..f331d34bec Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/card.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/card.webp" new file mode 100644 index 0000000000..f29d7d7c6c Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/face.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/face.webp" new file mode 100644 index 0000000000..5fbd1687be Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/gacha.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/gacha.webp" new file mode 100644 index 0000000000..d54d60ab0b Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/side.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/side.webp" new file mode 100644 index 0000000000..2b5b5d22bc Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/splash.webp" "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/splash.webp" new file mode 100644 index 0000000000..10f34af9d8 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\237\203\346\264\233\344\274\212/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/data.json" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/data.json" new file mode 100644 index 0000000000..26cf331206 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\244\232\350\216\211/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000068, + "name": "多莉", + "abbr": "多莉", + "title": "梦园藏金", + "star": 4, + "elem": "electro", + "allegiance": "艾尔卡萨扎莱宫", + "weapon": "claymore", + "birth": "12-21", + "astro": "神灯座", + "desc": "神出鬼没的旅行百货商人,最喜欢亮闪闪的摩拉。", + "cncv": "王晓彤", + "jpcv": "金田朋子", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 12397, + "atk": 223.02, + "def": 723.47 + }, + "growAttr": { + "key": "hpPct", + "value": 24 + }, + "talentKey": { + "6831": "a", + "6832": "e", + "6839": "q" + }, + "talentId": { + "10681": 6831, + "10682": 6832, + "10685": 6839 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "最胜紫晶", + "boss": "藏雷野实", + "specialty": "劫波莲", + "normal": "织金红绸", + "talent": "「巧思」的哲学", + "weekly": "血玉之枝" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/detail.json" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/detail.json" new file mode 100644 index 0000000000..d941a3e6f6 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\244\232\350\216\211/detail.json" @@ -0,0 +1,1048 @@ +{ + "id": "68", + "name": "多莉", + "talent": { + "a": { + "id": 6831, + "name": "普通攻击·妙显剑舞·改", + "desc": [ + "

普通攻击

", + "进行至多三段的连续挥砍。", + "

重击

", + "持续消耗体力,旋转大剑攻击周围的敌人。", + "停止旋转时,会进行一次格外有力的挥砍。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "90.21%", + "97.56%", + "104.9%", + "115.39%", + "122.73%", + "131.12%", + "142.66%", + "154.2%", + "165.74%", + "178.33%", + "190.92%", + "203.51%", + "216.09%", + "228.68%", + "241.27%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "41.07% + 43.12%", + "44.42% + 46.63%", + "47.76% + 50.14%", + "52.54% + 55.15%", + "55.88% + 58.66%", + "59.7% + 62.67%", + "64.95% + 68.19%", + "70.21% + 73.71%", + "75.46% + 79.22%", + "81.19% + 85.24%", + "86.92% + 91.25%", + "92.65% + 97.27%", + "98.39% + 103.29%", + "104.12% + 109.31%", + "109.85% + 115.32%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "128.4%", + "138.85%", + "149.3%", + "164.23%", + "174.68%", + "186.63%", + "203.05%", + "219.47%", + "235.89%", + "253.81%", + "271.73%", + "289.64%", + "307.56%", + "325.47%", + "343.39%" + ] + }, + { + "name": "重击循环伤害", + "unit": "", + "isSame": false, + "values": [ + "62.55%", + "67.64%", + "72.73%", + "80%", + "85.09%", + "90.91%", + "98.91%", + "106.91%", + "114.91%", + "123.64%", + "133.64%", + "145.4%", + "157.16%", + "168.92%", + "181.75%" + ] + }, + { + "name": "重击终结伤害", + "unit": "", + "isSame": false, + "values": [ + "113.09%", + "122.29%", + "131.5%", + "144.65%", + "153.86%", + "164.37%", + "178.84%", + "193.31%", + "207.77%", + "223.55%", + "241.63%", + "262.89%", + "284.16%", + "305.42%", + "328.62%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点" + ] + }, + { + "name": "最大持续时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "74.59%", + "80.66%", + "86.73%", + "95.4%", + "101.47%", + "108.41%", + "117.95%", + "127.49%", + "137.03%", + "147.44%", + "157.85%", + "168.26%", + "178.66%", + "189.07%", + "199.48%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "149.14% / 186.29%", + "161.28% / 201.45%", + "173.42% / 216.62%", + "190.77% / 238.28%", + "202.91% / 253.44%", + "216.78% / 270.77%", + "235.86% / 294.6%", + "254.93% / 318.42%", + "274.01% / 342.25%", + "294.82% / 368.25%", + "315.63% / 394.24%", + "336.44% / 420.23%", + "357.25% / 446.23%", + "378.06% / 472.22%", + "398.87% / 498.21%" + ] + } + ] + }, + "e": { + "id": 6832, + "name": "镇灵之灯·烦恼解决炮", + "desc": [ + "示意镇灵之灯向敌人发射断除烦恼炮,造成雷元素伤害。", + "断除烦恼炮命中后,将会产生2枚能自行追踪附近敌人的售后服务弹,造成雷元素伤害。", + "据说,无论想要解决什么样的烦恼,只要出价足够合适,多莉都能办得到。" + ], + "tables": [ + { + "name": "断除烦恼炮伤害", + "unit": "", + "isSame": false, + "values": [ + "147.28%", + "158.33%", + "169.37%", + "184.1%", + "195.15%", + "206.19%", + "220.92%", + "235.65%", + "250.38%", + "265.1%", + "279.83%", + "294.56%", + "312.97%", + "331.38%", + "349.79%" + ] + }, + { + "name": "售后服务弹伤害", + "unit": "", + "isSame": false, + "values": [ + "31.56%", + "33.93%", + "36.29%", + "39.45%", + "41.82%", + "44.18%", + "47.34%", + "50.5%", + "53.65%", + "56.81%", + "59.96%", + "63.12%", + "67.07%", + "71.01%", + "74.95%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒" + ] + } + ] + }, + "q": { + "id": 6839, + "name": "卡萨扎莱宫的无微不至", + "desc": [ + "召唤灯中幽精,为顾客提供形形色色的帮助。", + "

灯中幽精

", + "会与附近的角色相连。与灯中幽精相连的角色将会:", + "·持续恢复生命值,回复量受益于多莉的生命值上限;", + "·持续获得元素能量;", + "·处于雷元素附着状态下。", + "此外,角色与灯中幽精之间的连接触碰敌人时,将每0.4秒对敌人造成一次雷元素伤害。", + "

同时只能存在一个灯中幽精。

", + "「嗯?客人是挑中了这盏灯吗?哎呀…您的品味还真好呢!只不过,这个可是无价之宝。就比如说,不管别人出多少摩拉,客人您也不会把您旁边那个小吉祥物卖出去吧?」" + ], + "tables": [ + { + "name": "连接伤害", + "unit": "", + "isSame": false, + "values": [ + "15.88%", + "17.07%", + "18.26%", + "19.85%", + "21.04%", + "22.24%", + "23.82%", + "25.41%", + "27%", + "28.59%", + "30.18%", + "31.76%", + "33.75%", + "35.74%", + "37.72%" + ] + }, + { + "name": "持续治疗量", + "unit": "", + "isSame": false, + "values": [ + "6.67%HP + 641.98", + "7.17%HP + 706.19", + "7.67%HP + 775.74", + "8.34%HP + 850.65", + "8.84%HP + 930.91", + "9.34%HP + 1016.52", + "10.01%HP + 1107.48", + "10.67%HP + 1203.79", + "11.34%HP + 1305.45", + "12.01%HP + 1412.46", + "12.67%HP + 1524.82", + "13.34%HP + 1642.54", + "14.17%HP + 1765.6", + "15.01%HP + 1894.01", + "15.84%HP + 2027.78" + ] + }, + { + "name": "元素能量恢复", + "unit": "", + "isSame": false, + "values": [ + "1.6", + "1.7", + "1.8", + "1.9", + "2", + "2.1", + "2.2", + "2.3", + "2.4", + "2.5", + "2.5", + "2.5", + "2.5", + "2.5", + "2.5" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 90.21, + 97.56, + 104.9, + 115.39, + 122.73, + 131.12, + 142.66, + 154.2, + 165.74, + 178.33, + 190.92, + 203.51, + 216.09, + 228.68, + 241.27 + ], + "二段伤害": [ + 84.19, + 91.05000000000001, + 97.9, + 107.69, + 114.53999999999999, + 122.37, + 133.14, + 143.92, + 154.68, + 166.43, + 178.17000000000002, + 189.92000000000002, + 201.68, + 213.43, + 225.17 + ], + "二段伤害2": [ + [ + 41.07, + 43.12 + ], + [ + 44.42, + 46.63 + ], + [ + 47.76, + 50.14 + ], + [ + 52.54, + 55.15 + ], + [ + 55.88, + 58.66 + ], + [ + 59.7, + 62.67 + ], + [ + 64.95, + 68.19 + ], + [ + 70.21, + 73.71 + ], + [ + 75.46, + 79.22 + ], + [ + 81.19, + 85.24 + ], + [ + 86.92, + 91.25 + ], + [ + 92.65, + 97.27 + ], + [ + 98.39, + 103.29 + ], + [ + 104.12, + 109.31 + ], + [ + 109.85, + 115.32 + ] + ], + "三段伤害": [ + 128.4, + 138.85, + 149.3, + 164.23, + 174.68, + 186.63, + 203.05, + 219.47, + 235.89, + 253.81, + 271.73, + 289.64, + 307.56, + 325.47, + 343.39 + ], + "重击循环伤害": [ + 62.55, + 67.64, + 72.73, + 80, + 85.09, + 90.91, + 98.91, + 106.91, + 114.91, + 123.64, + 133.64, + 145.4, + 157.16, + 168.92, + 181.75 + ], + "重击终结伤害": [ + 113.09, + 122.29, + 131.5, + 144.65, + 153.86, + 164.37, + 178.84, + 193.31, + 207.77, + 223.55, + 241.63, + 262.89, + 284.16, + 305.42, + 328.62 + ], + "下坠期间伤害": [ + 74.59, + 80.66, + 86.73, + 95.4, + 101.47, + 108.41, + 117.95, + 127.49, + 137.03, + 147.44, + 157.85, + 168.26, + 178.66, + 189.07, + 199.48 + ], + "低空/高空坠地冲击伤害": [ + [ + 149.14, + 186.29 + ], + [ + 161.28, + 201.45 + ], + [ + 173.42, + 216.62 + ], + [ + 190.77, + 238.28 + ], + [ + 202.91, + 253.44 + ], + [ + 216.78, + 270.77 + ], + [ + 235.86, + 294.6 + ], + [ + 254.93, + 318.42 + ], + [ + 274.01, + 342.25 + ], + [ + 294.82, + 368.25 + ], + [ + 315.63, + 394.24 + ], + [ + 336.44, + 420.23 + ], + [ + 357.25, + 446.23 + ], + [ + 378.06, + 472.22 + ], + [ + 398.87, + 498.21 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 149.14, + 186.29 + ], + [ + 161.28, + 201.45 + ], + [ + 173.42, + 216.62 + ], + [ + 190.77, + 238.28 + ], + [ + 202.91, + 253.44 + ], + [ + 216.78, + 270.77 + ], + [ + 235.86, + 294.6 + ], + [ + 254.93, + 318.42 + ], + [ + 274.01, + 342.25 + ], + [ + 294.82, + 368.25 + ], + [ + 315.63, + 394.24 + ], + [ + 336.44, + 420.23 + ], + [ + 357.25, + 446.23 + ], + [ + 378.06, + 472.22 + ], + [ + 398.87, + 498.21 + ] + ] + }, + "e": { + "断除烦恼炮伤害": [ + 147.28, + 158.33, + 169.37, + 184.1, + 195.15, + 206.19, + 220.92, + 235.65, + 250.38, + 265.1, + 279.83, + 294.56, + 312.97, + 331.38, + 349.79 + ], + "售后服务弹伤害": [ + 31.56, + 33.93, + 36.29, + 39.45, + 41.82, + 44.18, + 47.34, + 50.5, + 53.65, + 56.81, + 59.96, + 63.12, + 67.07, + 71.01, + 74.95 + ] + }, + "q": { + "连接伤害": [ + 15.88, + 17.07, + 18.26, + 19.85, + 21.04, + 22.24, + 23.82, + 25.41, + 27, + 28.59, + 30.18, + 31.76, + 33.75, + 35.74, + 37.72 + ], + "持续治疗量": [ + 648.65, + 713.36, + 783.41, + 858.99, + 939.75, + 1025.86, + 1117.49, + 1214.46, + 1316.79, + 1424.47, + 1537.49, + 1655.8799999999999, + 1779.77, + 1909.02, + 2043.62 + ], + "持续治疗量2": [ + [ + 6.67, + 641.98 + ], + [ + 7.17, + 706.19 + ], + [ + 7.67, + 775.74 + ], + [ + 8.34, + 850.65 + ], + [ + 8.84, + 930.91 + ], + [ + 9.34, + 1016.52 + ], + [ + 10.01, + 1107.48 + ], + [ + 10.67, + 1203.79 + ], + [ + 11.34, + 1305.45 + ], + [ + 12.01, + 1412.46 + ], + [ + 12.67, + 1524.82 + ], + [ + 13.34, + 1642.54 + ], + [ + 14.17, + 1765.6 + ], + [ + 15.01, + 1894.01 + ], + [ + 15.84, + 2027.78 + ] + ], + "元素能量恢复": [ + 1.6, + 1.7, + 1.8, + 1.9, + 2, + 2.1, + 2.2, + 2.3, + 2.4, + 2.5, + 2.5, + 2.5, + 2.5, + 2.5, + 2.5 + ] + } + }, + "cons": { + "1": { + "name": "追加投资", + "desc": [ + "断除烦恼炮命中后产生的售后服务弹增加1枚。" + ] + }, + "2": { + "name": "特许经营", + "desc": [ + "在战斗状态中,当灯中幽精为相连的角色进行治疗时,将从该角色处发射一枚镇灵炮,造成相当于多莉攻击力50%的伤害。" + ] + }, + "3": { + "name": "百巧千奇", + "desc": [ + "卡萨扎莱宫的无微不至的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "酌盈剂虚", + "desc": [ + "与灯中幽精相连的角色,依据当前的生命值与元素能量,获得以下提升:", + "·生命值低于50%时,提升50%受治疗加成;", + "·元素能量低于50%时,提升30%元素充能效率。" + ] + }, + "5": { + "name": "物超所值", + "desc": [ + "镇灵之灯·烦恼解决炮的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "漫掷万镒", + "desc": [ + "多莉施放镇灵之灯·烦恼解决炮后的3秒内,将获得以下效果:", + "·雷元素附魔;", + "·普通攻击命中敌人时,为队伍中附近的所有角色恢复相当于多莉生命值上限4%的生命值,每0.1秒至多通过这种方式恢复一次生命值。" + ] + } + }, + "passive": [ + { + "name": "意外订单", + "desc": [ + "合成角色与武器培养素材时,有25%的概率返还部分合成材料。" + ] + }, + { + "name": "披沙沥金", + "desc": [ + "与灯中幽精相连的角色在触发感电、超导、超载、原激化、超激化、超绽放、雷元素扩散或雷元素结晶反应后,镇灵之灯·烦恼解决炮的冷却时间缩短1秒。", + "该效果每3秒至多触发一次。" + ] + }, + { + "name": "利上加利", + "desc": [ + "镇灵之灯·烦恼解决炮的断除烦恼炮或售后服务弹命中敌人时,基于多莉的元素充能效率,每100%为多莉恢复5点元素能量。", + "每次施放镇灵之灯·烦恼解决炮只能通过这种方式恢复一次元素能量,并至多恢复15点元素能量。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "hpPct" + ], + "details": { + "1": [ + 1039, + 18.7, + 60.66, + 0 + ], + "20": [ + 2670, + 48.04, + 155.83, + 0 + ], + "40": [ + 5163, + 92.88, + 301.29, + 0 + ], + "50": [ + 6573, + 118.25, + 383.6, + 6 + ], + "60": [ + 8168, + 146.93, + 476.63, + 12 + ], + "70": [ + 9577, + 172.28, + 558.87, + 12 + ], + "80": [ + 10987, + 197.65, + 641.17, + 18 + ], + "90": [ + 12397, + 223.02, + 723.47, + 24 + ], + "20+": [ + 3447, + 62.01, + 201.15, + 0 + ], + "40+": [ + 5715, + 102.8, + 333.49, + 6 + ], + "50+": [ + 7309, + 131.48, + 426.53, + 12 + ], + "60+": [ + 8719, + 156.85, + 508.83, + 12 + ], + "70+": [ + 10129, + 182.2, + 591.07, + 18 + ], + "80+": [ + 11539, + 207.57, + 673.37, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-1.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-1.webp" new file mode 100644 index 0000000000..b35ca25fba Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-2.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-2.webp" new file mode 100644 index 0000000000..2c0db69d2e Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-3.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-3.webp" new file mode 100644 index 0000000000..4aaf1cec18 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-4.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-4.webp" new file mode 100644 index 0000000000..ad5723c57f Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-5.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-5.webp" new file mode 100644 index 0000000000..abb752ac53 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-6.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-6.webp" new file mode 100644 index 0000000000..a7e70bda93 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/passive-0.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/passive-0.webp" new file mode 100644 index 0000000000..3dfb45a8f9 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/passive-1.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/passive-1.webp" new file mode 100644 index 0000000000..093c10ef88 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/passive-2.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/passive-2.webp" new file mode 100644 index 0000000000..8fbdf41b4a Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/talent-a.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/talent-a.webp" new file mode 100644 index 0000000000..96b89f618e Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/talent-e.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/talent-e.webp" new file mode 100644 index 0000000000..abb752ac53 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/talent-q.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/talent-q.webp" new file mode 100644 index 0000000000..b1b06d23a8 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/banner.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/banner.webp" new file mode 100644 index 0000000000..4b57d22fb6 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/card.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/card.webp" new file mode 100644 index 0000000000..b94baa8410 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/face.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/face.webp" new file mode 100644 index 0000000000..6c3c4fc8f1 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/gacha.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/gacha.webp" new file mode 100644 index 0000000000..7191b95c97 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/side.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/side.webp" new file mode 100644 index 0000000000..d7bc3fa0cf Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/splash.webp" "b/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/splash.webp" new file mode 100644 index 0000000000..984c103910 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\232\350\216\211/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/data.json" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/data.json" new file mode 100644 index 0000000000..63e0a76278 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\244\234\345\205\260/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000060, + "name": "夜兰", + "abbr": "夜兰", + "title": "兰生幽谷", + "star": 5, + "elem": "hydro", + "allegiance": "岩上茶室", + "weapon": "bow", + "birth": "4-20", + "astro": "幽客座", + "desc": "自称供职于总务司的神秘人士,却又是总务司名录里的「不存在之人」。", + "cncv": "徐慧", + "jpcv": "远藤绫", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 14450, + "atk": 243.96, + "def": 547.98 + }, + "growAttr": { + "key": "cpct", + "value": 19.2 + }, + "talentKey": { + "6031": "a", + "6032": "e", + "6039": "q" + }, + "talentId": { + "10606": 6031, + "10607": 6032, + "10610": 6039 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "涤净青金", + "boss": "符纹之齿", + "specialty": "星螺", + "normal": "尉官的徽记", + "talent": "「繁荣」的哲学", + "weekly": "鎏金之鳞" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/detail.json" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/detail.json" new file mode 100644 index 0000000000..6eba62064a --- /dev/null +++ "b/plugin/kokomi/data/character/\345\244\234\345\205\260/detail.json" @@ -0,0 +1,967 @@ +{ + "id": "60", + "name": "夜兰", + "talent": { + "a": { + "id": 6031, + "name": "普通攻击·潜形隐曜弓", + "desc": [ + "

普通攻击

", + "进行至多四段的连续弓箭射击。", + "

重击

", + "进行伤害更高、更为精准的瞄准射击。", + "瞄准时,流水会在箭矢上持续积聚。聚满了激流的箭矢会造成水元素伤害。", + "

破局

", + "脱离战斗状态5秒后,夜兰将获得「破局」状态,使下一次满蓄力瞄准射击所需的蓄力时间减少80%,并将在满蓄力时转为发射「破局矢」。破局矢将基于夜兰的生命值上限造成水元素范围伤害。", + "

下落攻击

", + "从空中射出箭雨,并迅速下坠冲击地面,在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "40.68%", + "43.99%", + "47.3%", + "52.03%", + "55.34%", + "59.13%", + "64.33%", + "69.53%", + "74.73%", + "80.41%", + "86.09%", + "91.76%", + "97.44%", + "103.11%", + "108.79%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "39.04%", + "42.22%", + "45.4%", + "49.94%", + "53.12%", + "56.75%", + "61.74%", + "66.74%", + "71.73%", + "77.18%", + "82.63%", + "88.08%", + "93.52%", + "98.97%", + "104.42%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "51.6%", + "55.8%", + "60%", + "66%", + "70.2%", + "75%", + "81.6%", + "88.2%", + "94.8%", + "102%", + "109.2%", + "116.4%", + "123.6%", + "130.8%", + "138%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "32.51% + 32.51%", + "35.15% + 35.15%", + "37.8% + 37.8%", + "41.58% + 41.58%", + "44.23% + 44.23%", + "47.25% + 47.25%", + "51.41% + 51.41%", + "55.57% + 55.57%", + "59.72% + 59.72%", + "64.26% + 64.26%", + "68.8% + 68.8%", + "73.33% + 73.33%", + "77.87% + 77.87%", + "82.4% + 82.4%", + "86.94% + 86.94%" + ] + }, + { + "name": "瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "43.86%", + "47.43%", + "51%", + "56.1%", + "59.67%", + "63.75%", + "69.36%", + "74.97%", + "80.58%", + "86.7%", + "92.82%", + "98.94%", + "105.06%", + "111.18%", + "117.3%" + ] + }, + { + "name": "满蓄力瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "124%", + "133.3%", + "142.6%", + "155%", + "164.3%", + "173.6%", + "186%", + "198.4%", + "210.8%", + "223.2%", + "235.6%", + "248%", + "263.5%", + "279%", + "294.5%" + ] + }, + { + "name": "破局矢伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "11.58%", + "12.44%", + "13.31%", + "14.47%", + "15.34%", + "16.21%", + "17.36%", + "18.52%", + "19.68%", + "20.84%", + "21.99%", + "23.15%", + "24.6%", + "26.05%", + "27.49%" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 6032, + "name": "萦络纵命索", + "desc": [ + "牵引「络命丝」疾走,缠络标记途径的敌人。", + "疾走结束时,「络命丝」将会爆发,基于夜兰的生命值上限,对标记的敌人造成水元素伤害。", + "

点按

", + "快速向前疾走一段距离。", + "

长按

", + "持续疾走,并在该状态下提高夜兰的抗打断能力。", + "期间,夜兰可以控制疾走的方向,并能通过再次施放技能,提前结束疾走状态。", + "此外,「络命丝」爆发时,依照标记敌人的数量,夜兰将有概率获得「破局」状态:每个标记的敌人能使概率提升34%。", + "直到她钩指扯线,恶党贼寇之辈、阴谋诡计之徒才会发现,自己已是在劫难逃。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "22.61%", + "24.31%", + "26.01%", + "28.27%", + "29.96%", + "31.66%", + "33.92%", + "36.18%", + "38.44%", + "40.7%", + "42.97%", + "45.23%", + "48.05%", + "50.88%", + "53.71%" + ] + }, + { + "name": "长按最大持续时间", + "unit": "", + "isSame": true, + "values": [ + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + } + ] + }, + "q": { + "id": 6039, + "name": "渊图玲珑骰", + "desc": [ + "造成水元素范围伤害,并凝聚出「玄掷玲珑」,协助进行战斗。", + "

玄掷玲珑

", + "将跟随角色,并在以下情况下,进行协同攻击,基于夜兰的生命值上限造成水元素伤害:", + "·队伍中自己的当前场上角色进行普通攻击时,每1秒至多触发一次;", + "·夜兰自己的「络命丝」爆发并命中敌人时,将进行一次协同攻击。", + "「嗜赌可不行哦。作为大庄家,我拿比大小来比喻一下吧。你用一个骰子,怎么赢得过我的七个骰子呢?」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "7.31%", + "7.86%", + "8.4%", + "9.13%", + "9.68%", + "10.23%", + "10.96%", + "11.69%", + "12.42%", + "13.15%", + "13.89%", + "14.62%", + "15.53%", + "16.44%", + "17.36%" + ] + }, + { + "name": "玄掷玲珑伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "4.87%*3", + "5.24%*3", + "5.6%*3", + "6.09%*3", + "6.46%*3", + "6.82%*3", + "7.31%*3", + "7.8%*3", + "8.28%*3", + "8.77%*3", + "9.26%*3", + "9.74%*3", + "10.35%*3", + "10.96%*3", + "11.57%*3" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 40.68, + 43.99, + 47.3, + 52.03, + 55.34, + 59.13, + 64.33, + 69.53, + 74.73, + 80.41, + 86.09, + 91.76, + 97.44, + 103.11, + 108.79 + ], + "二段伤害": [ + 39.04, + 42.22, + 45.4, + 49.94, + 53.12, + 56.75, + 61.74, + 66.74, + 71.73, + 77.18, + 82.63, + 88.08, + 93.52, + 98.97, + 104.42 + ], + "三段伤害": [ + 51.6, + 55.8, + 60, + 66, + 70.2, + 75, + 81.6, + 88.2, + 94.8, + 102, + 109.2, + 116.4, + 123.6, + 130.8, + 138 + ], + "四段伤害": [ + 65.02, + 70.3, + 75.6, + 83.16, + 88.46, + 94.5, + 102.82, + 111.14, + 119.44, + 128.52, + 137.6, + 146.66, + 155.74, + 164.8, + 173.88 + ], + "四段伤害2": [ + [ + 32.51, + 32.51 + ], + [ + 35.15, + 35.15 + ], + [ + 37.8, + 37.8 + ], + [ + 41.58, + 41.58 + ], + [ + 44.23, + 44.23 + ], + [ + 47.25, + 47.25 + ], + [ + 51.41, + 51.41 + ], + [ + 55.57, + 55.57 + ], + [ + 59.72, + 59.72 + ], + [ + 64.26, + 64.26 + ], + [ + 68.8, + 68.8 + ], + [ + 73.33, + 73.33 + ], + [ + 77.87, + 77.87 + ], + [ + 82.4, + 82.4 + ], + [ + 86.94, + 86.94 + ] + ], + "瞄准射击": [ + 43.86, + 47.43, + 51, + 56.1, + 59.67, + 63.75, + 69.36, + 74.97, + 80.58, + 86.7, + 92.82, + 98.94, + 105.06, + 111.18, + 117.3 + ], + "满蓄力瞄准射击": [ + 124, + 133.3, + 142.6, + 155, + 164.3, + 173.6, + 186, + 198.4, + 210.8, + 223.2, + 235.6, + 248, + 263.5, + 279, + 294.5 + ], + "破局矢伤害": [ + 11.58, + 12.44, + 13.31, + 14.47, + 15.34, + 16.21, + 17.36, + 18.52, + 19.68, + 20.84, + 21.99, + 23.15, + 24.6, + 26.05, + 27.49 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "技能伤害": [ + 22.61, + 24.31, + 26.01, + 28.27, + 29.96, + 31.66, + 33.92, + 36.18, + 38.44, + 40.7, + 42.97, + 45.23, + 48.05, + 50.88, + 53.71 + ] + }, + "q": { + "技能伤害": [ + 7.31, + 7.86, + 8.4, + 9.13, + 9.68, + 10.23, + 10.96, + 11.69, + 12.42, + 13.15, + 13.89, + 14.62, + 15.53, + 16.44, + 17.36 + ], + "玄掷玲珑伤害": [ + 14.61, + 15.72, + 16.799999999999997, + 18.27, + 19.38, + 20.46, + 21.93, + 23.4, + 24.839999999999996, + 26.31, + 27.78, + 29.22, + 31.049999999999997, + 32.88, + 34.71 + ] + } + }, + "cons": { + "1": { + "name": "与谋者,以局入局", + "desc": [ + "萦络纵命索的可使用次数增加1次。" + ] + }, + "2": { + "name": "入彀者,多多益善", + "desc": [ + "「玄掷玲珑」协同攻击时,会发射一枚额外的水箭,造成相当于夜兰生命值上限14%的水元素伤害。", + "该效果每1.8秒至多触发一次。" + ] + }, + "3": { + "name": "晃盅者,琼畟药骰", + "desc": [ + "渊图玲珑骰的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "诓惑者,接树移花", + "desc": [ + "依照「络命丝」标记敌人的数量,每次标记将在爆发时使队伍中所有角色的生命值上限提升10%,持续25秒。通过这种方式,生命值上限至多获得40%提升。" + ] + }, + "5": { + "name": "坐庄者,三仙戏法", + "desc": [ + "萦络纵命索的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "取胜者,大小通吃", + "desc": [ + "施放渊图玲珑骰后,夜兰将进入「运筹帷幄」状态:", + "夜兰的普通攻击将转为发射特殊的「破局矢」。这种箭矢具有与破局矢近似的特性,造成的伤害视为重击伤害,能造成破局矢156%的伤害。", + "「运筹帷幄」状态至多持续20秒,将在夜兰发射5枚箭矢后移除。" + ] + } + }, + "passive": [ + { + "name": "长考一着", + "desc": [ + "在璃月执行时长为20小时的探索派遣任务时,获得的奖励增加25%。" + ] + }, + { + "name": "猜先有方", + "desc": [ + "队伍存在1/2/3/4种元素类型的角色时,夜兰的生命值上限提升6%/12%/18%/30%。" + ] + }, + { + "name": "妙转随心", + "desc": [ + "「玄掷玲珑」存在期间,能使队伍中自己的当前场上角色造成的伤害提高1%,并且每1秒进一步提高3.5%,至多使角色造成的伤害提高50%。", + "效果存在期间重新施放渊图玲珑骰,将移除原有的上述效果。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cpct" + ], + "details": { + "1": [ + 1125, + 18.99, + 42.66, + 0 + ], + "20": [ + 2918, + 49.27, + 110.66, + 0 + ], + "40": [ + 5810, + 98.08, + 220.31, + 0 + ], + "50": [ + 7472, + 126.16, + 283.37, + 4.8 + ], + "60": [ + 9374, + 158.26, + 355.47, + 9.6 + ], + "70": [ + 11056, + 186.66, + 419.26, + 9.6 + ], + "80": [ + 12749, + 215.24, + 483.47, + 14.4 + ], + "90": [ + 14450, + 243.96, + 547.98, + 19.2 + ], + "20+": [ + 3883, + 65.55, + 147.23, + 0 + ], + "40+": [ + 6495, + 109.65, + 246.3, + 4.8 + ], + "50+": [ + 8386, + 141.58, + 318.02, + 9.6 + ], + "60+": [ + 10059, + 169.83, + 381.46, + 9.6 + ], + "70+": [ + 11741, + 198.23, + 445.25, + 14.4 + ], + "80+": [ + 13434, + 226.81, + 509.46, + 19.2 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-1.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-1.webp" new file mode 100644 index 0000000000..18d35eabe5 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-2.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-2.webp" new file mode 100644 index 0000000000..6a5c6a2497 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-3.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-3.webp" new file mode 100644 index 0000000000..873d13c36f Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-4.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-4.webp" new file mode 100644 index 0000000000..a0527ae9ee Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-5.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-5.webp" new file mode 100644 index 0000000000..95236d9063 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-6.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-6.webp" new file mode 100644 index 0000000000..9daa6f7138 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/passive-0.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/passive-0.webp" new file mode 100644 index 0000000000..b5bc9f5b0e Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/passive-1.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/passive-1.webp" new file mode 100644 index 0000000000..3c6e391a3b Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/passive-2.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/passive-2.webp" new file mode 100644 index 0000000000..5367986d39 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/talent-a.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/talent-a.webp" new file mode 100644 index 0000000000..551e4ae608 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/talent-e.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/talent-e.webp" new file mode 100644 index 0000000000..49f5f8680d Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/talent-q.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/talent-q.webp" new file mode 100644 index 0000000000..3fad44aee2 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/banner.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/banner.webp" new file mode 100644 index 0000000000..8c8356b25d Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/card.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/card.webp" new file mode 100644 index 0000000000..a2a0bf2d54 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/face.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/face.webp" new file mode 100644 index 0000000000..e65960fada Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/gacha.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/gacha.webp" new file mode 100644 index 0000000000..009ef42e59 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/side.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/side.webp" new file mode 100644 index 0000000000..3eb5a2b275 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/splash.webp" "b/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/splash.webp" new file mode 100644 index 0000000000..dfcf6d54a5 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\244\234\345\205\260/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/data.json" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/data.json" new file mode 100644 index 0000000000..79d4f60fef --- /dev/null +++ "b/plugin/kokomi/data/character/\345\246\256\351\234\262/data.json" @@ -0,0 +1,49 @@ +{ + "id": 10000070, + "name": "妮露", + "abbr": "妮露", + "title": "莲光落舞筵", + "star": 5, + "elem": "hydro", + "allegiance": "祖拜尔剧场", + "weapon": "sword", + "birth": "12-3", + "astro": "睡莲座", + "desc": "祖拜尔剧场的知名舞者,舞姿灵动优美,为人纯真亲善。", + "cncv": "紫苏九月", + "jpcv": "金元寿子", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 15185, + "atk": 229.61, + "def": 728.59 + }, + "growAttr": { + "key": "hpPct", + "value": 28.8 + }, + "talentKey": { + "7031": "a", + "7032": "e", + "7039": "q" + }, + "talentId": { + "10701": 7031, + "10702": 7032, + "10705": 7039 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "涤净青金", + "boss": "永续机芯", + "specialty": "帕蒂沙兰", + "normal": "孢囊晶尘", + "talent": "「笃行」的哲学", + "weekly": "祸神之禊泪" + }, + "eta": 1665741600000 +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/detail.json" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/detail.json" new file mode 100644 index 0000000000..aafb438f24 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\246\256\351\234\262/detail.json" @@ -0,0 +1,1330 @@ +{ + "id": "70", + "name": "妮露", + "talent": { + "a": { + "id": 7031, + "name": "普通攻击·弦月舞步", + "desc": [ + "

普通攻击

", + "进行至多三段的连续剑击。", + "

重击

", + "消耗一定体力,进行一次旋转斩击。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "50.31%", + "54.4%", + "58.5%", + "64.35%", + "68.44%", + "73.12%", + "79.56%", + "85.99%", + "92.43%", + "99.44%", + "106.46%", + "113.48%", + "120.5%", + "127.52%", + "134.54%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "45.44%", + "49.14%", + "52.84%", + "58.12%", + "61.82%", + "66.04%", + "71.86%", + "77.67%", + "83.48%", + "89.82%", + "96.16%", + "102.5%", + "108.84%", + "115.18%", + "121.52%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "70.35%", + "76.08%", + "81.81%", + "89.99%", + "95.71%", + "102.26%", + "111.26%", + "120.26%", + "129.26%", + "139.07%", + "148.89%", + "158.71%", + "168.52%", + "178.34%", + "188.16%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "50.22% + 54.44%", + "54.31% + 58.87%", + "58.4% + 63.3%", + "64.24% + 69.63%", + "68.33% + 74.06%", + "73% + 79.12%", + "79.42% + 86.09%", + "85.85% + 93.05%", + "92.27% + 100.01%", + "99.28% + 107.61%", + "106.29% + 115.21%", + "113.3% + 122.8%", + "120.3% + 130.4%", + "127.31% + 137.99%", + "134.32% + 145.59%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 7032, + "name": "七域舞步", + "desc": [ + "展开「翩转」状态,基于妮露的生命值上限,对身边的敌人造成水元素伤害。", + "在翩转状态下,妮露在进行普通攻击或施放元素战技时,将转为分别进行「剑舞步」与「旋舞步」,造成的伤害转为无法被附魔覆盖、视为元素战技伤害的水元素伤害。", + "在这种状态下,妮露的第三段舞步将移除翩转状态,并依据第三段舞步的类型分别产生如下效果:", + "·剑舞步:释放一道水月,对触及的敌人造成水元素伤害,并为妮露赋予祷月状态。在此状态下她进行普通攻击时,将转为进行剑舞步,并在进行最后一击时释放水月;", + "·旋舞步:施展一道涤空水轮,造成水元素范围伤害,并产生会跟随自己的当前场上角色行动的净天水环,持续为其中的敌人施加潮湿状态。", + "在翩转或祷月状态下时,妮露无法进行重击;这些状态将会在妮露退场时解除。", + "「她纤巧的足尖轻轻点过水面,摇漾的涟光宛如七天的流绚。」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "3.34%", + "3.59%", + "3.84%", + "4.17%", + "4.42%", + "4.67%", + "5.01%", + "5.34%", + "5.68%", + "6.01%", + "6.34%", + "6.68%", + "7.1%", + "7.51%", + "7.93%" + ] + }, + { + "name": "剑舞步/旋舞步一段伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "4.55% / 3.26%", + "4.89% / 3.51%", + "5.24% / 3.75%", + "5.69% / 4.08%", + "6.03% / 4.32%", + "6.37% / 4.57%", + "6.83% / 4.89%", + "7.28% / 5.22%", + "7.74% / 5.55%", + "8.19% / 5.87%", + "8.65% / 6.2%", + "9.1% / 6.52%", + "9.67% / 6.93%", + "10.24% / 7.34%", + "10.81% / 7.75%" + ] + }, + { + "name": "剑舞步/旋舞步二段伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "5.14% / 3.96%", + "5.53% / 4.26%", + "5.92% / 4.55%", + "6.43% / 4.95%", + "6.82% / 5.25%", + "7.2% / 5.54%", + "7.72% / 5.94%", + "8.23% / 6.34%", + "8.75% / 6.73%", + "9.26% / 7.13%", + "9.77% / 7.52%", + "10.29% / 7.92%", + "10.93% / 8.42%", + "11.58% / 8.91%", + "12.22% / 9.41%" + ] + }, + { + "name": "水月/水轮伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "7.17% / 5.06%", + "7.71% / 5.44%", + "8.24% / 5.82%", + "8.96% / 6.33%", + "9.5% / 6.71%", + "10.04% / 7.09%", + "10.75% / 7.59%", + "11.47% / 8.1%", + "12.19% / 8.6%", + "12.9% / 9.11%", + "13.62% / 9.62%", + "14.34% / 10.12%", + "15.23% / 10.76%", + "16.13% / 11.39%", + "17.03% / 12.02%" + ] + }, + { + "name": "翩转持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "祷月持续时间", + "unit": "", + "isSame": true, + "values": [ + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒" + ] + }, + { + "name": "净天水环持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + } + ] + }, + "q": { + "id": 7039, + "name": "浮莲舞步·远梦聆泉", + "desc": [ + "进行远梦聆泉之舞,绽开遥水莲华,基于妮露的生命值上限,造成水元素范围伤害,并为命中的敌人施加「永世流沔」状态。", + "短暂间隔后,处于永世流沔状态下的敌人将受到水元素伤害。", + "「纵然我们不曾将那遥远的梦目睹,唯有这支舞,仍将似梦的遐景摹录。」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "18.43%", + "19.81%", + "21.2%", + "23.04%", + "24.42%", + "25.8%", + "27.65%", + "29.49%", + "31.33%", + "33.18%", + "35.02%", + "36.86%", + "39.17%", + "41.47%", + "43.78%" + ] + }, + { + "name": "永世流沔伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "22.53%", + "24.22%", + "25.91%", + "28.16%", + "29.85%", + "31.54%", + "33.79%", + "36.04%", + "38.3%", + "40.55%", + "42.8%", + "45.06%", + "47.87%", + "50.69%", + "53.5%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 50.31, + 54.4, + 58.5, + 64.35, + 68.44, + 73.12, + 79.56, + 85.99, + 92.43, + 99.44, + 106.46, + 113.48, + 120.5, + 127.52, + 134.54 + ], + "二段伤害": [ + 45.44, + 49.14, + 52.84, + 58.12, + 61.82, + 66.04, + 71.86, + 77.67, + 83.48, + 89.82, + 96.16, + 102.5, + 108.84, + 115.18, + 121.52 + ], + "三段伤害": [ + 70.35, + 76.08, + 81.81, + 89.99, + 95.71, + 102.26, + 111.26, + 120.26, + 129.26, + 139.07, + 148.89, + 158.71, + 168.52, + 178.34, + 188.16 + ], + "重击伤害": [ + 104.66, + 113.18, + 121.69999999999999, + 133.87, + 142.39, + 152.12, + 165.51, + 178.89999999999998, + 192.28, + 206.89, + 221.5, + 236.1, + 250.7, + 265.3, + 279.90999999999997 + ], + "重击伤害2": [ + [ + 50.22, + 54.44 + ], + [ + 54.31, + 58.87 + ], + [ + 58.4, + 63.3 + ], + [ + 64.24, + 69.63 + ], + [ + 68.33, + 74.06 + ], + [ + 73, + 79.12 + ], + [ + 79.42, + 86.09 + ], + [ + 85.85, + 93.05 + ], + [ + 92.27, + 100.01 + ], + [ + 99.28, + 107.61 + ], + [ + 106.29, + 115.21 + ], + [ + 113.3, + 122.8 + ], + [ + 120.3, + 130.4 + ], + [ + 127.31, + 137.99 + ], + [ + 134.32, + 145.59 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 3.34, + 3.59, + 3.84, + 4.17, + 4.42, + 4.67, + 5.01, + 5.34, + 5.68, + 6.01, + 6.34, + 6.68, + 7.1, + 7.51, + 7.93 + ], + "剑舞步/旋舞步一段伤害": [ + [ + 4.55, + 3.26 + ], + [ + 4.89, + 3.51 + ], + [ + 5.24, + 3.75 + ], + [ + 5.69, + 4.08 + ], + [ + 6.03, + 4.32 + ], + [ + 6.37, + 4.57 + ], + [ + 6.83, + 4.89 + ], + [ + 7.28, + 5.22 + ], + [ + 7.74, + 5.55 + ], + [ + 8.19, + 5.87 + ], + [ + 8.65, + 6.2 + ], + [ + 9.1, + 6.52 + ], + [ + 9.67, + 6.93 + ], + [ + 10.24, + 7.34 + ], + [ + 10.81, + 7.75 + ] + ], + "剑舞步/旋舞步一段伤害2": [ + [ + 4.55, + 3.26 + ], + [ + 4.89, + 3.51 + ], + [ + 5.24, + 3.75 + ], + [ + 5.69, + 4.08 + ], + [ + 6.03, + 4.32 + ], + [ + 6.37, + 4.57 + ], + [ + 6.83, + 4.89 + ], + [ + 7.28, + 5.22 + ], + [ + 7.74, + 5.55 + ], + [ + 8.19, + 5.87 + ], + [ + 8.65, + 6.2 + ], + [ + 9.1, + 6.52 + ], + [ + 9.67, + 6.93 + ], + [ + 10.24, + 7.34 + ], + [ + 10.81, + 7.75 + ] + ], + "剑舞步/旋舞步二段伤害": [ + [ + 5.14, + 3.96 + ], + [ + 5.53, + 4.26 + ], + [ + 5.92, + 4.55 + ], + [ + 6.43, + 4.95 + ], + [ + 6.82, + 5.25 + ], + [ + 7.2, + 5.54 + ], + [ + 7.72, + 5.94 + ], + [ + 8.23, + 6.34 + ], + [ + 8.75, + 6.73 + ], + [ + 9.26, + 7.13 + ], + [ + 9.77, + 7.52 + ], + [ + 10.29, + 7.92 + ], + [ + 10.93, + 8.42 + ], + [ + 11.58, + 8.91 + ], + [ + 12.22, + 9.41 + ] + ], + "剑舞步/旋舞步二段伤害2": [ + [ + 5.14, + 3.96 + ], + [ + 5.53, + 4.26 + ], + [ + 5.92, + 4.55 + ], + [ + 6.43, + 4.95 + ], + [ + 6.82, + 5.25 + ], + [ + 7.2, + 5.54 + ], + [ + 7.72, + 5.94 + ], + [ + 8.23, + 6.34 + ], + [ + 8.75, + 6.73 + ], + [ + 9.26, + 7.13 + ], + [ + 9.77, + 7.52 + ], + [ + 10.29, + 7.92 + ], + [ + 10.93, + 8.42 + ], + [ + 11.58, + 8.91 + ], + [ + 12.22, + 9.41 + ] + ], + "水月/水轮伤害": [ + [ + 7.17, + 5.06 + ], + [ + 7.71, + 5.44 + ], + [ + 8.24, + 5.82 + ], + [ + 8.96, + 6.33 + ], + [ + 9.5, + 6.71 + ], + [ + 10.04, + 7.09 + ], + [ + 10.75, + 7.59 + ], + [ + 11.47, + 8.1 + ], + [ + 12.19, + 8.6 + ], + [ + 12.9, + 9.11 + ], + [ + 13.62, + 9.62 + ], + [ + 14.34, + 10.12 + ], + [ + 15.23, + 10.76 + ], + [ + 16.13, + 11.39 + ], + [ + 17.03, + 12.02 + ] + ], + "水月/水轮伤害2": [ + [ + 7.17, + 5.06 + ], + [ + 7.71, + 5.44 + ], + [ + 8.24, + 5.82 + ], + [ + 8.96, + 6.33 + ], + [ + 9.5, + 6.71 + ], + [ + 10.04, + 7.09 + ], + [ + 10.75, + 7.59 + ], + [ + 11.47, + 8.1 + ], + [ + 12.19, + 8.6 + ], + [ + 12.9, + 9.11 + ], + [ + 13.62, + 9.62 + ], + [ + 14.34, + 10.12 + ], + [ + 15.23, + 10.76 + ], + [ + 16.13, + 11.39 + ], + [ + 17.03, + 12.02 + ] + ] + }, + "q": { + "技能伤害": [ + 18.43, + 19.81, + 21.2, + 23.04, + 24.42, + 25.8, + 27.65, + 29.49, + 31.33, + 33.18, + 35.02, + 36.86, + 39.17, + 41.47, + 43.78 + ], + "永世流沔伤害": [ + 22.53, + 24.22, + 25.91, + 28.16, + 29.85, + 31.54, + 33.79, + 36.04, + 38.3, + 40.55, + 42.8, + 45.06, + 47.87, + 50.69, + 53.5 + ] + } + }, + "cons": { + "1": { + "name": "却月的轻舞", + "desc": [ + "

七域舞步获得如下强化:

", + "·水月造成的伤害提升65%;", + "·净天水环的持续时间延长6秒。" + ] + }, + "2": { + "name": "星天的花雨", + "desc": [ + "处于「金杯的丰馈」状态下的角色对敌人造成水元素伤害后,该敌人的水元素抗性降低35%,持续10秒;触发绽放反应对敌人造成伤害后,该敌人的草元素抗性降低35%,持续10秒。", + "需要解锁固有天赋「折旋落英之庭」。" + ] + }, + "3": { + "name": "倾影的莲步", + "desc": [ + "浮莲舞步·远梦聆泉的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "挽漪的节音", + "desc": [ + "七域舞步的翩转状态下的第三段舞步命中敌人后,将为妮露恢复15点元素能量,并使妮露的浮莲舞步·远梦聆泉造成的伤害提升50%,持续8秒。" + ] + }, + "5": { + "name": "翩旋的流光", + "desc": [ + "

七域舞步的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "断霜的弦歌", + "desc": [ + "每1000点生命值上限,将使妮露的暴击率提升0.6%,暴击伤害提升1.2%。", + "通过这种方式,妮露的暴击率至多提升30%,暴击伤害至多提升60%。" + ] + } + }, + "passive": [ + { + "name": "白玉莲盏", + "desc": [ + "完美烹饪冒险类食物时,有12%概率获得2倍产出。" + ] + }, + { + "name": "折旋落英之庭", + "desc": [ + "队伍中所有角色的元素类型均为草元素与水元素,并且至少有一名草元素角色、一名水元素角色时:", + "妮露完成七域舞步的第三段舞步会为附近的所有角色赋予持续30秒的「金杯的丰馈」状态。", + "处于金杯的丰馈状态下的角色受到草元素攻击会使附近的所有角色元素精通提升100点,持续10秒;此外,触发绽放反应时,将取代草原核产生「丰穰之核」。", + "相比草原核,丰穰之核在产生后将迅速迸发,并且具有更大的影响范围。", + "丰穰之核无法触发超绽放与烈绽放反应,与草原核共享数量上限。丰穰之核的攻击视为绽放反应的草原核的攻击。", + "当队伍中角色的元素类型不满足本固有天赋的条件时,将移除已有的金杯的丰馈效果。" + ] + }, + { + "name": "翩舞永世之梦", + "desc": [ + "基于妮露生命值上限超过30000的部分,每1000点生命值上限将使处于「金杯的丰馈」状态下的角色触发的丰穰之核造成的伤害提升9%。", + "通过这种方式至多使丰穰之核造成的伤害提升400%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "hpPct" + ], + "details": { + "1": [ + 1182, + 17.88, + 56.72, + 0 + ], + "20": [ + 3066, + 46.37, + 147.13, + 0 + ], + "40": [ + 6105, + 92.31, + 292.92, + 0 + ], + "50": [ + 7852, + 118.74, + 376.76, + 7.2 + ], + "60": [ + 9850, + 148.95, + 472.64, + 14.4 + ], + "70": [ + 11618, + 175.68, + 557.44, + 14.4 + ], + "80": [ + 13397, + 202.58, + 642.82, + 21.6 + ], + "90": [ + 15185, + 229.61, + 728.59, + 28.8 + ], + "20+": [ + 4080, + 61.69, + 195.76, + 0 + ], + "40+": [ + 6825, + 103.2, + 327.48, + 7.2 + ], + "50+": [ + 8813, + 133.25, + 422.84, + 14.4 + ], + "60+": [ + 10571, + 159.84, + 507.19, + 14.4 + ], + "70+": [ + 12338, + 186.56, + 592, + 21.6 + ], + "80+": [ + 14117, + 213.47, + 677.37, + 28.8 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-1.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-1.webp" new file mode 100644 index 0000000000..2292f42da5 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-2.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-2.webp" new file mode 100644 index 0000000000..cb145fa19c Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-3.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-3.webp" new file mode 100644 index 0000000000..ce8515cb59 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-4.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-4.webp" new file mode 100644 index 0000000000..97c21a68ea Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-5.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-5.webp" new file mode 100644 index 0000000000..3d5ea04684 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-6.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-6.webp" new file mode 100644 index 0000000000..cd743bc17d Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/passive-0.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/passive-0.webp" new file mode 100644 index 0000000000..5f726c0ec9 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/passive-1.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/passive-1.webp" new file mode 100644 index 0000000000..a34058afb9 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/passive-2.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/passive-2.webp" new file mode 100644 index 0000000000..c3fcd162f0 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/talent-a.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/talent-e.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/talent-e.webp" new file mode 100644 index 0000000000..3d5ea04684 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/talent-q.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/talent-q.webp" new file mode 100644 index 0000000000..9c674e2711 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/banner.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/banner.webp" new file mode 100644 index 0000000000..0ba136ecc8 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/card.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/card.webp" new file mode 100644 index 0000000000..8770930ad2 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/face.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/face.webp" new file mode 100644 index 0000000000..b63aa37ea0 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/gacha.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/gacha.webp" new file mode 100644 index 0000000000..f8a0885bc4 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/side.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/side.webp" new file mode 100644 index 0000000000..9977e857ad Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/splash.webp" "b/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/splash.webp" new file mode 100644 index 0000000000..8da11aee4f Binary files /dev/null and "b/plugin/kokomi/data/character/\345\246\256\351\234\262/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/data.json" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/data.json" new file mode 100644 index 0000000000..b13a0ad554 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\256\211\346\237\217/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000021, + "name": "安柏", + "abbr": "安柏", + "title": "飞行冠军", + "star": 4, + "elem": "pyro", + "allegiance": "西风骑士团", + "weapon": "bow", + "birth": "8-10", + "astro": "小兔座", + "desc": "永远充满活力的女孩,骑士团最优秀,同时也是最后的侦察骑士。", + "cncv": "蔡书瑾", + "jpcv": "石见舞菜香", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 9461, + "atk": 223.02, + "def": 600.62 + }, + "growAttr": { + "key": "atkPct", + "value": 24 + }, + "talentKey": { + "2131": "a", + "2132": "e", + "2139": "q" + }, + "talentId": { + "10017": 2139, + "10032": 2132, + "10041": 2131 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "燃愿玛瑙", + "boss": "常燃火种", + "specialty": "小灯草", + "normal": "历战的箭簇", + "talent": "「自由」的哲学", + "weekly": "东风的吐息" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/detail.json" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/detail.json" new file mode 100644 index 0000000000..1704eebec5 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\256\211\346\237\217/detail.json" @@ -0,0 +1,914 @@ +{ + "id": "21", + "name": "安柏", + "talent": { + "a": { + "id": 2131, + "name": "普通攻击·神射手", + "desc": [ + "

普通攻击

", + "进行至多五段的连续弓箭射击。", + "

重击

", + "进行伤害更高、更为精准的瞄准射击。", + "瞄准时,烈焰会在箭矢上持续积聚。聚满了烈焰的箭矢会造成火元素伤害。", + "

下落攻击

", + "从空中射出箭雨,并迅速下坠冲击地面,在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "36.12%", + "39.06%", + "42%", + "46.2%", + "49.14%", + "52.5%", + "57.12%", + "61.74%", + "66.36%", + "71.4%", + "76.44%", + "81.48%", + "86.52%", + "91.56%", + "96.6%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "36.12%", + "39.06%", + "42%", + "46.2%", + "49.14%", + "52.5%", + "57.12%", + "61.74%", + "66.36%", + "71.4%", + "76.44%", + "81.48%", + "86.52%", + "91.56%", + "96.6%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "46.44%", + "50.22%", + "54%", + "59.4%", + "63.18%", + "67.5%", + "73.44%", + "79.38%", + "85.32%", + "91.8%", + "98.28%", + "104.76%", + "111.24%", + "117.72%", + "124.2%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "47.3%", + "51.15%", + "55%", + "60.5%", + "64.35%", + "68.75%", + "74.8%", + "80.85%", + "86.9%", + "93.5%", + "100.1%", + "106.7%", + "113.3%", + "119.9%", + "126.5%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "59.34%", + "64.17%", + "69%", + "75.9%", + "80.73%", + "86.25%", + "93.84%", + "101.43%", + "109.02%", + "117.3%", + "125.58%", + "133.86%", + "142.14%", + "150.42%", + "158.7%" + ] + }, + { + "name": "瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "43.86%", + "47.43%", + "51%", + "56.1%", + "59.67%", + "63.75%", + "69.36%", + "74.97%", + "80.58%", + "86.7%", + "92.82%", + "98.94%", + "105.06%", + "111.18%", + "117.3%" + ] + }, + { + "name": "满蓄力瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "124%", + "133.3%", + "142.6%", + "155%", + "164.3%", + "173.6%", + "186%", + "198.4%", + "210.8%", + "223.2%", + "235.6%", + "248%", + "263.5%", + "279%", + "294.5%" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 2132, + "name": "爆弹玩偶", + "desc": [ + "

请可靠的兔兔伯爵上阵。

", + "

兔兔伯爵

", + "·持续嘲讽周围的敌人,吸引火力;", + "·耐久度按比例继承安柏的生命值上限;", + "·被摧毁或持续时间结束时,会发生剧烈的爆炸,造成火元素范围伤害。", + "

长按

", + "调整投掷方向。", + "投掷距离随长按时间增加。", + "兔兔伯爵有着悠久的家系。但从兔兔八百九十三世开始,安柏就停止计数了。" + ], + "tables": [ + { + "name": "继承生命", + "unit": "", + "isSame": false, + "values": [ + "41.36%", + "44.46%", + "47.56%", + "51.7%", + "54.8%", + "57.9%", + "62.04%", + "66.18%", + "70.31%", + "74.45%", + "78.58%", + "82.72%", + "87.89%", + "93.06%", + "98.23%" + ] + }, + { + "name": "爆炸伤害", + "unit": "", + "isSame": false, + "values": [ + "123.2%", + "132.44%", + "141.68%", + "154%", + "163.24%", + "172.48%", + "184.8%", + "197.12%", + "209.44%", + "221.76%", + "234.08%", + "246.4%", + "261.8%", + "277.2%", + "292.6%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + } + ] + }, + "q": { + "id": 2139, + "name": "箭雨", + "desc": [ + "射出火焰箭雨,持续造成火元素范围伤害。", + "满心热诚的安柏真的很热。" + ], + "tables": [ + { + "name": "箭雨单次伤害", + "unit": "", + "isSame": false, + "values": [ + "28.08%", + "30.19%", + "32.29%", + "35.1%", + "37.21%", + "39.31%", + "42.12%", + "44.93%", + "47.74%", + "50.54%", + "53.35%", + "56.16%", + "59.67%", + "63.18%", + "66.69%" + ] + }, + { + "name": "箭雨总伤害", + "unit": "", + "isSame": false, + "values": [ + "505.44%", + "543.35%", + "581.26%", + "631.8%", + "669.71%", + "707.62%", + "758.16%", + "808.7%", + "859.25%", + "909.79%", + "960.34%", + "1010.88%", + "1074.06%", + "1137.24%", + "1200.42%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 36.12, + 39.06, + 42, + 46.2, + 49.14, + 52.5, + 57.12, + 61.74, + 66.36, + 71.4, + 76.44, + 81.48, + 86.52, + 91.56, + 96.6 + ], + "二段伤害": [ + 36.12, + 39.06, + 42, + 46.2, + 49.14, + 52.5, + 57.12, + 61.74, + 66.36, + 71.4, + 76.44, + 81.48, + 86.52, + 91.56, + 96.6 + ], + "三段伤害": [ + 46.44, + 50.22, + 54, + 59.4, + 63.18, + 67.5, + 73.44, + 79.38, + 85.32, + 91.8, + 98.28, + 104.76, + 111.24, + 117.72, + 124.2 + ], + "四段伤害": [ + 47.3, + 51.15, + 55, + 60.5, + 64.35, + 68.75, + 74.8, + 80.85, + 86.9, + 93.5, + 100.1, + 106.7, + 113.3, + 119.9, + 126.5 + ], + "五段伤害": [ + 59.34, + 64.17, + 69, + 75.9, + 80.73, + 86.25, + 93.84, + 101.43, + 109.02, + 117.3, + 125.58, + 133.86, + 142.14, + 150.42, + 158.7 + ], + "瞄准射击": [ + 43.86, + 47.43, + 51, + 56.1, + 59.67, + 63.75, + 69.36, + 74.97, + 80.58, + 86.7, + 92.82, + 98.94, + 105.06, + 111.18, + 117.3 + ], + "满蓄力瞄准射击": [ + 124, + 133.3, + 142.6, + 155, + 164.3, + 173.6, + 186, + 198.4, + 210.8, + 223.2, + 235.6, + 248, + 263.5, + 279, + 294.5 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "继承生命": [ + 41.36, + 44.46, + 47.56, + 51.7, + 54.8, + 57.9, + 62.04, + 66.18, + 70.31, + 74.45, + 78.58, + 82.72, + 87.89, + 93.06, + 98.23 + ], + "爆炸伤害": [ + 123.2, + 132.44, + 141.68, + 154, + 163.24, + 172.48, + 184.8, + 197.12, + 209.44, + 221.76, + 234.08, + 246.4, + 261.8, + 277.2, + 292.6 + ] + }, + "q": { + "箭雨单次伤害": [ + 28.08, + 30.19, + 32.29, + 35.1, + 37.21, + 39.31, + 42.12, + 44.93, + 47.74, + 50.54, + 53.35, + 56.16, + 59.67, + 63.18, + 66.69 + ], + "箭雨总伤害": [ + 505.44, + 543.35, + 581.26, + 631.8, + 669.71, + 707.62, + 758.16, + 808.7, + 859.25, + 909.79, + 960.34, + 1010.88, + 1074.06, + 1137.24, + 1200.42 + ] + } + }, + "cons": { + "1": { + "name": "一箭双丘丘!", + "desc": [ + "瞄准射击时,会连续射出2支箭。第二支箭能造成原本20%的伤害。" + ] + }, + "2": { + "name": "一触即发", + "desc": [ + "兔兔伯爵进行了全新改良!蓄力完成的瞄准射击命中兔兔伯爵脚部时,能直接引爆兔兔伯爵…", + "通过这种方式主动引爆兔兔伯爵时,会额外造成200%伤害。" + ] + }, + "3": { + "name": "烧起来啦!", + "desc": [ + "

箭雨的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "才不是普通的布偶", + "desc": [ + "爆弹玩偶的冷却时间减少20%,并增加1次可使用次数。" + ] + }, + "5": { + "name": "是兔兔伯爵!", + "desc": [ + "

爆弹玩偶的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "疾如野火", + "desc": [ + "使用箭雨后的10秒内,队伍中所有角色的移动速度提升15%,攻击力提升15%。" + ] + } + }, + "passive": [ + { + "name": "飞行冠军", + "desc": [ + "队伍中自己的角色滑翔消耗的体力降低20%。", + "无法与效果完全相同的固有天赋叠加。" + ] + }, + { + "name": "百发百中!", + "desc": [ + "箭雨的暴击率提高10%,影响范围扩大30%。" + ] + }, + { + "name": "压制射击", + "desc": [ + "瞄准射击命中弱点时,攻击力提高15%,持续10秒。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 793, + 18.7, + 50.36, + 0 + ], + "20": [ + 2038, + 48.04, + 129.37, + 0 + ], + "40": [ + 3940, + 92.88, + 250.13, + 0 + ], + "50": [ + 5016, + 118.25, + 318.46, + 6 + ], + "60": [ + 6233, + 146.93, + 395.69, + 12 + ], + "70": [ + 7309, + 172.28, + 463.97, + 12 + ], + "80": [ + 8385, + 197.65, + 532.29, + 18 + ], + "90": [ + 9461, + 223.02, + 600.62, + 24 + ], + "20+": [ + 2630, + 62.01, + 166.99, + 0 + ], + "40+": [ + 4361, + 102.8, + 276.86, + 6 + ], + "50+": [ + 5578, + 131.48, + 354.1, + 12 + ], + "60+": [ + 6654, + 156.85, + 422.42, + 12 + ], + "70+": [ + 7730, + 182.2, + 490.7, + 18 + ], + "80+": [ + 8806, + 207.57, + 559.02, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-1.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-1.webp" new file mode 100644 index 0000000000..b8395154af Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-2.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-2.webp" new file mode 100644 index 0000000000..7bb8007d57 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-3.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-3.webp" new file mode 100644 index 0000000000..f5250e99ea Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-4.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-4.webp" new file mode 100644 index 0000000000..b65d3e936c Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-5.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-5.webp" new file mode 100644 index 0000000000..127b0991d5 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-6.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-6.webp" new file mode 100644 index 0000000000..db0efae610 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/passive-0.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/passive-0.webp" new file mode 100644 index 0000000000..9ac3a63e2c Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/passive-1.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/passive-1.webp" new file mode 100644 index 0000000000..438f683dfd Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/passive-2.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/passive-2.webp" new file mode 100644 index 0000000000..5396c7dfc2 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/talent-a.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/talent-a.webp" new file mode 100644 index 0000000000..551e4ae608 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/talent-e.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/talent-e.webp" new file mode 100644 index 0000000000..127b0991d5 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/talent-q.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/talent-q.webp" new file mode 100644 index 0000000000..328814b1d1 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/banner.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/banner.webp" new file mode 100644 index 0000000000..96a81df8bd Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/card.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/card.webp" new file mode 100644 index 0000000000..370c5d1560 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/face.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/face.webp" new file mode 100644 index 0000000000..8ad287717d Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/gacha.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/gacha.webp" new file mode 100644 index 0000000000..0762fa4907 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/side.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/side.webp" new file mode 100644 index 0000000000..36300baa19 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/splash.webp" "b/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/splash.webp" new file mode 100644 index 0000000000..8b334c65de Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\211\346\237\217/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/data.json" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/data.json" new file mode 100644 index 0000000000..d16e281f16 --- /dev/null +++ "b/plugin/kokomi/data/character/\345\256\265\345\256\253/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000049, + "name": "宵宫", + "abbr": "宵宫", + "title": "琉焰华舞", + "star": 5, + "elem": "pyro", + "allegiance": "长野原烟花店", + "weapon": "bow", + "birth": "6-21", + "astro": "琉金座", + "desc": "「长野原烟花店」店长,「夏祭的女王」,将人们的愿望寄托于烟花中的能工巧匠。", + "cncv": "金娜", + "jpcv": "植田佳奈", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10164, + "atk": 322.89, + "def": 614.84 + }, + "growAttr": { + "key": "cpct", + "value": 19.2 + }, + "talentKey": { + "4931": "a", + "4932": "e", + "4939": "q" + }, + "talentId": { + "10491": 4931, + "10492": 4932, + "10495": 4939 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "燃愿玛瑙", + "boss": "阴燃之珠", + "specialty": "鸣草", + "normal": "禁咒绘卷", + "talent": "「浮世」的哲学", + "weekly": "龙王之冕" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/detail.json" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/detail.json" new file mode 100644 index 0000000000..bb76e64c8f --- /dev/null +++ "b/plugin/kokomi/data/character/\345\256\265\345\256\253/detail.json" @@ -0,0 +1,938 @@ +{ + "id": "49", + "name": "宵宫", + "talent": { + "a": { + "id": 4931, + "name": "普通攻击·烟火打扬", + "desc": [ + "

普通攻击

", + "进行至多五段的连续弓箭射击。", + "

重击

", + "进行伤害更高、更为精准的瞄准射击。", + "瞄准时,火焰会在箭矢上持续积聚,并随攻击发射出去。根据蓄力时间长短,能造成不同的效果:", + "·一段蓄力:射出附有烈焰的箭矢,造成火元素伤害;", + "·二段蓄力:依据蓄力时间,产生至多3枚焰硝矢,随宵宫这次瞄准射击释放。焰硝矢会自行追踪附近的敌人,并在命中时造成火元素伤害。", + "

下落攻击

", + "从空中射出箭雨,并迅速下坠冲击地面,在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "35.64%*2", + "38.07%*2", + "40.5%*2", + "43.74%*2", + "46.17%*2", + "49%*2", + "52.65%*2", + "56.3%*2", + "59.94%*2", + "63.59%*2", + "67.23%*2", + "70.88%*2", + "74.52%*2", + "78.17%*2", + "81.81%*2" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "68.38%", + "73.04%", + "77.7%", + "83.92%", + "88.58%", + "94.02%", + "101.01%", + "108%", + "115%", + "121.99%", + "128.98%", + "135.98%", + "142.97%", + "149.96%", + "156.95%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "88.89%", + "94.95%", + "101.01%", + "109.09%", + "115.15%", + "122.22%", + "131.31%", + "140.4%", + "149.49%", + "158.59%", + "167.68%", + "176.77%", + "185.86%", + "194.95%", + "204.04%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "46.42%*2", + "49.58%*2", + "52.75%*2", + "56.97%*2", + "60.14%*2", + "63.83%*2", + "68.58%*2", + "73.32%*2", + "78.07%*2", + "82.82%*2", + "87.56%*2", + "92.31%*2", + "97.06%*2", + "101.81%*2", + "106.55%*2" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "105.86%", + "113.08%", + "120.3%", + "129.92%", + "137.14%", + "145.56%", + "156.39%", + "167.22%", + "178.04%", + "188.87%", + "199.7%", + "210.52%", + "221.35%", + "232.18%", + "243.01%" + ] + }, + { + "name": "瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "43.86%", + "47.43%", + "51%", + "56.1%", + "59.67%", + "63.75%", + "69.36%", + "74.97%", + "80.58%", + "86.7%", + "92.82%", + "98.94%", + "105.06%", + "111.18%", + "117.3%" + ] + }, + { + "name": "满蓄力瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "124%", + "133.3%", + "142.6%", + "155%", + "164.3%", + "173.6%", + "186%", + "198.4%", + "210.8%", + "223.2%", + "235.6%", + "248%", + "263.5%", + "279%", + "294.5%" + ] + }, + { + "name": "焰硝矢伤害", + "unit": "", + "isSame": false, + "values": [ + "16.4%", + "17.63%", + "18.86%", + "20.5%", + "21.73%", + "22.96%", + "24.6%", + "26.24%", + "27.88%", + "29.52%", + "31.16%", + "32.8%", + "34.85%", + "36.9%", + "38.95%" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 4932, + "name": "焰硝庭火舞", + "desc": [ + "舞动线香烟火,让用于烟火的焰硝环绕在宵宫的身边。", + "

庭火焰硝

", + "在持续期间内,将宵宫的普通攻击发射的箭矢转为炽焰箭,造成的伤害转为火元素伤害,并提高普通攻击造成的伤害;「普通攻击·烟火打扬」的二段蓄力在持续期间内无法再产生焰硝矢。", + "

效果将在宵宫退场时解除。

", + "「庭火」是宵宫自己开发的线香烟火,不需要事前准备与训练就能燃放,因此很受欢迎。天领奉行在多次祝融事件后下令禁止在城内燃放庭火,但小小的明亮火星仍然常常在夜里亮起。如果从高处看,或许会像闪烁的星光一样。" + ], + "tables": [ + { + "name": "炽焰箭伤害", + "unit": "", + "isSame": false, + "values": [ + "137.91%普通攻击伤害", + "140.18%普通攻击伤害", + "142.45%普通攻击伤害", + "145.4%普通攻击伤害", + "147.67%普通攻击伤害", + "149.94%普通攻击伤害", + "152.89%普通攻击伤害", + "155.84%普通攻击伤害", + "158.79%普通攻击伤害", + "161.74%普通攻击伤害", + "164.7%普通攻击伤害", + "167.65%普通攻击伤害", + "170.6%普通攻击伤害", + "173.55%普通攻击伤害", + "176.5%普通攻击伤害" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + } + ] + }, + "q": { + "id": 4939, + "name": "琉金云间草", + "desc": [ + "宵宫随着自创的烟火「琉金云间草」腾跃至空中,向前发射满载惊喜的焰火箭,造成火元素范围伤害,并对命中的其中一名敌人附上「琉金火光」。", + "

琉金火光

", + "队伍中所有角色(不包括宵宫自己)的普通攻击、重击、下落攻击、元素战技、元素爆发命中处于琉金火光影响下的敌人,会引发爆炸,造成火元素范围伤害。", + "处于琉金火光影响下的敌人在持续期间内被击败时,琉金火光将转移至附近的另一名敌人,并继承持续时间。", + "琉金火光每2秒至多引发一次爆炸。宵宫倒下时,由宵宫自己的技能产生的琉金火光效果会解除。", + "烟火是人造的星光、向天而行的彗星。即使只能停留一瞬间,煌煌的光也能在大家的心中长留吧。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "127.2%", + "136.74%", + "146.28%", + "159%", + "168.54%", + "178.08%", + "190.8%", + "203.52%", + "216.24%", + "228.96%", + "241.68%", + "254.4%", + "270.3%", + "286.2%", + "302.1%" + ] + }, + { + "name": "琉金火光爆炸伤害", + "unit": "", + "isSame": false, + "values": [ + "122%", + "131.15%", + "140.3%", + "152.5%", + "161.65%", + "170.8%", + "183%", + "195.2%", + "207.4%", + "219.6%", + "231.8%", + "244%", + "259.25%", + "274.5%", + "289.75%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 71.28, + 76.14, + 81, + 87.48, + 92.34, + 98, + 105.3, + 112.6, + 119.88, + 127.18, + 134.46, + 141.76, + 149.04, + 156.34, + 163.62 + ], + "二段伤害": [ + 68.38, + 73.04, + 77.7, + 83.92, + 88.58, + 94.02, + 101.01, + 108, + 115, + 121.99, + 128.98, + 135.98, + 142.97, + 149.96, + 156.95 + ], + "三段伤害": [ + 88.89, + 94.95, + 101.01, + 109.09, + 115.15, + 122.22, + 131.31, + 140.4, + 149.49, + 158.59, + 167.68, + 176.77, + 185.86, + 194.95, + 204.04 + ], + "四段伤害": [ + 92.84, + 99.16, + 105.5, + 113.94, + 120.28, + 127.66, + 137.16, + 146.64, + 156.14, + 165.64, + 175.12, + 184.62, + 194.12, + 203.62, + 213.1 + ], + "五段伤害": [ + 105.86, + 113.08, + 120.3, + 129.92, + 137.14, + 145.56, + 156.39, + 167.22, + 178.04, + 188.87, + 199.7, + 210.52, + 221.35, + 232.18, + 243.01 + ], + "瞄准射击": [ + 43.86, + 47.43, + 51, + 56.1, + 59.67, + 63.75, + 69.36, + 74.97, + 80.58, + 86.7, + 92.82, + 98.94, + 105.06, + 111.18, + 117.3 + ], + "满蓄力瞄准射击": [ + 124, + 133.3, + 142.6, + 155, + 164.3, + 173.6, + 186, + 198.4, + 210.8, + 223.2, + 235.6, + 248, + 263.5, + 279, + 294.5 + ], + "焰硝矢伤害": [ + 16.4, + 17.63, + 18.86, + 20.5, + 21.73, + 22.96, + 24.6, + 26.24, + 27.88, + 29.52, + 31.16, + 32.8, + 34.85, + 36.9, + 38.95 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "炽焰箭伤害": [ + 137.91, + 140.18, + 142.45, + 145.4, + 147.67, + 149.94, + 152.89, + 155.84, + 158.79, + 161.74, + 164.7, + 167.65, + 170.6, + 173.55, + 176.5 + ] + }, + "q": { + "技能伤害": [ + 127.2, + 136.74, + 146.28, + 159, + 168.54, + 178.08, + 190.8, + 203.52, + 216.24, + 228.96, + 241.68, + 254.4, + 270.3, + 286.2, + 302.1 + ], + "琉金火光爆炸伤害": [ + 122, + 131.15, + 140.3, + 152.5, + 161.65, + 170.8, + 183, + 195.2, + 207.4, + 219.6, + 231.8, + 244, + 259.25, + 274.5, + 289.75 + ] + } + }, + "cons": { + "1": { + "name": "赤玉琉金", + "desc": [ + "琉金云间草的琉金火光持续时间延长4秒。", + "此外,处于宵宫自己的琉金火光影响下的敌人在持续期间内被击败时,宵宫的攻击力提高20%,持续20秒。" + ] + }, + "2": { + "name": "万灯送火", + "desc": [ + "宵宫的火元素伤害造成暴击后的6秒内,宵宫获得25%火元素伤害加成。", + "宵宫处于队伍后台时,同样能获得该效果。" + ] + }, + "3": { + "name": "鼠火戏法", + "desc": [ + "焰硝庭火舞的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "花火职人心得", + "desc": [ + "宵宫自己的琉金火光发生爆炸时,焰硝庭火舞的冷却时间减少1.2秒。" + ] + }, + "5": { + "name": "真夏宵祭锦绘", + "desc": [ + "琉金云间草的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "长野原龙势流星群", + "desc": [ + "在焰硝庭火舞的持续期间内,宵宫主动进行普通攻击时,有50%几率发射一枚额外的炽焰箭,造成原本60%的伤害。该伤害视为普通攻击伤害。" + ] + } + }, + "passive": [ + { + "name": "炎色配比法", + "desc": [ + "制作装潢、摆件、景观类摆设时,有100%概率返还部分材料。" + ] + }, + { + "name": "袖火百景图", + "desc": [ + "在焰硝庭火舞的持续期间内,宵宫的普通攻击命中后,将为宵宫提供2%火元素伤害加成。该效果持续3秒,至多叠加10次。" + ] + }, + { + "name": "炎昼风物诗", + "desc": [ + "施放琉金云间草后的15秒内,附近的队伍中所有其他角色(不包括宵宫自己)攻击力提高10%。此外,依据宵宫自己施放琉金云间草时固有天赋「袖火百景图」的叠加层数,将额外提升上述的攻击力效果,每层提升1%攻击力。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cpct" + ], + "details": { + "1": [ + 791, + 25.14, + 47.86, + 0 + ], + "20": [ + 2053, + 65.21, + 124.16, + 0 + ], + "40": [ + 4086, + 129.82, + 247.19, + 0 + ], + "50": [ + 5256, + 166.97, + 317.94, + 4.8 + ], + "60": [ + 6593, + 209.46, + 398.85, + 9.6 + ], + "70": [ + 7777, + 247.04, + 470.42, + 9.6 + ], + "80": [ + 8968, + 284.88, + 542.46, + 14.4 + ], + "90": [ + 10164, + 322.89, + 614.84, + 19.2 + ], + "20+": [ + 2731, + 86.76, + 165.2, + 0 + ], + "40+": [ + 4568, + 145.13, + 276.35, + 4.8 + ], + "50+": [ + 5899, + 187.39, + 356.82, + 9.6 + ], + "60+": [ + 7076, + 224.77, + 428.01, + 9.6 + ], + "70+": [ + 8259, + 262.36, + 499.58, + 14.4 + ], + "80+": [ + 9450, + 300.19, + 571.62, + 19.2 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-1.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-1.webp" new file mode 100644 index 0000000000..61f63d22e4 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-2.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-2.webp" new file mode 100644 index 0000000000..ebf1380c92 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-3.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-3.webp" new file mode 100644 index 0000000000..15fed70171 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-4.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-4.webp" new file mode 100644 index 0000000000..2ef08b929a Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-5.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-5.webp" new file mode 100644 index 0000000000..ba55b679b1 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-6.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-6.webp" new file mode 100644 index 0000000000..b9afd35ea1 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/passive-0.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/passive-0.webp" new file mode 100644 index 0000000000..093f01ac1f Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/passive-1.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/passive-1.webp" new file mode 100644 index 0000000000..ae3e50b885 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/passive-2.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/passive-2.webp" new file mode 100644 index 0000000000..614371cb9c Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/talent-a.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/talent-a.webp" new file mode 100644 index 0000000000..551e4ae608 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/talent-e.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/talent-e.webp" new file mode 100644 index 0000000000..15fed70171 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/talent-q.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/talent-q.webp" new file mode 100644 index 0000000000..5514909dae Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/banner.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/banner.webp" new file mode 100644 index 0000000000..109b27999f Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/card.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/card.webp" new file mode 100644 index 0000000000..439d7e20b0 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/face.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/face.webp" new file mode 100644 index 0000000000..6c67cff531 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/gacha.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/gacha.webp" new file mode 100644 index 0000000000..6a6cc81280 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/side.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/side.webp" new file mode 100644 index 0000000000..c07d0bcf86 Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/splash.webp" "b/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/splash.webp" new file mode 100644 index 0000000000..710c52c1cc Binary files /dev/null and "b/plugin/kokomi/data/character/\345\256\265\345\256\253/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/data.json" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/data.json" new file mode 100644 index 0000000000..a6bc3e942d --- /dev/null +++ "b/plugin/kokomi/data/character/\346\211\230\351\251\254/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000050, + "name": "托马", + "abbr": "托马", + "title": "渡来介者", + "star": 4, + "elem": "pyro", + "allegiance": "社奉行", + "weapon": "polearm", + "birth": "1-9", + "astro": "赤楯座", + "desc": "神里家的家政官,活跃在稻妻的「地头蛇」。", + "cncv": "张沛", + "jpcv": "森田成一", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10331, + "atk": 201.78, + "def": 750.77 + }, + "growAttr": { + "key": "atkPct", + "value": 24 + }, + "talentKey": { + "5031": "a", + "5032": "e", + "5039": "q" + }, + "talentId": { + "10501": 5031, + "10502": 5032, + "10505": 5039 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "燃愿玛瑙", + "boss": "阴燃之珠", + "specialty": "幽灯蕈", + "normal": "攫金鸦印", + "talent": "「浮世」的哲学", + "weekly": "狱火之蝶" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/detail.json" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/detail.json" new file mode 100644 index 0000000000..ed156e1b10 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\211\230\351\251\254/detail.json" @@ -0,0 +1,1171 @@ +{ + "id": "50", + "name": "托马", + "talent": { + "a": { + "id": 5031, + "name": "普通攻击·迅破枪势", + "desc": [ + "

普通攻击

", + "进行至多四段的连续枪击。", + "

重击

", + "消耗一定体力,向前方突进,对路径上的敌人造成伤害。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.39%", + "48.01%", + "51.62%", + "56.78%", + "60.4%", + "64.53%", + "70.2%", + "75.88%", + "81.56%", + "87.75%", + "93.95%", + "100.14%", + "106.34%", + "112.53%", + "118.73%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "43.63%", + "47.18%", + "50.73%", + "55.8%", + "59.35%", + "63.41%", + "68.99%", + "74.57%", + "80.15%", + "86.24%", + "92.33%", + "98.42%", + "104.5%", + "110.59%", + "116.68%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "26.79%*2", + "28.97%*2", + "31.15%*2", + "34.26%*2", + "36.45%*2", + "38.94%*2", + "42.36%*2", + "45.79%*2", + "49.22%*2", + "52.96%*2", + "56.69%*2", + "60.43%*2", + "64.17%*2", + "67.91%*2", + "71.64%*2" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "67.36%", + "72.84%", + "78.32%", + "86.15%", + "91.63%", + "97.9%", + "106.52%", + "115.13%", + "123.75%", + "133.14%", + "142.54%", + "151.94%", + "161.34%", + "170.74%", + "180.14%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "112.75%", + "121.92%", + "131.1%", + "144.21%", + "153.39%", + "163.87%", + "178.3%", + "192.72%", + "207.14%", + "222.87%", + "238.6%", + "254.33%", + "270.07%", + "285.8%", + "301.53%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 5032, + "name": "烈烧佑命之侍护", + "desc": [ + "托马以枪尖刺地作为支点,倾注燃焰之力,向前迅猛踢击,造成火元素范围伤害,唤出护体的烈烧佑命护盾,并在施放的瞬间,为托马施加火元素附着。", + "护盾的伤害吸收量受益于托马的生命值上限。", + "烈烧佑命护盾具有如下特性:", + "·对火元素伤害有250%的吸收效果;", + "·护盾剩余的伤害吸收量在获取新的烈烧佑命护盾时将会叠加,并刷新持续时间。", + "护盾的伤害吸收量至多不超过托马生命值上限的一定比例。", + "作为异乡来客,唯有点燃最为炽烈的盛情之火,才能习得精湛且纯粹的稻妻枪术。而托马的成就远远不止于「最速学成出师」与「枪术豪杰」,有着「守护」信念的他,还将御敌的技巧与甲胄的特性融入了自己的枪术之中。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "146.4%", + "157.38%", + "168.36%", + "183%", + "193.98%", + "204.96%", + "219.6%", + "234.24%", + "248.88%", + "263.52%", + "278.16%", + "292.8%", + "311.1%", + "329.4%", + "347.7%" + ] + }, + { + "name": "护盾吸收量", + "unit": "", + "isSame": false, + "values": [ + "7.2%HP + 693.33", + "7.74%HP + 762.68", + "8.28%HP + 837.8", + "9%HP + 918.7", + "9.54%HP + 1005.38", + "10.08%HP + 1097.84", + "10.8%HP + 1196.07", + "11.52%HP + 1300.09", + "12.24%HP + 1409.88", + "12.96%HP + 1525.45", + "13.68%HP + 1646.8", + "14.4%HP + 1773.93", + "15.3%HP + 1906.84", + "16.2%HP + 2045.53", + "17.1%HP + 2189.99" + ] + }, + { + "name": "护盾持续时间", + "unit": "", + "isSame": true, + "values": [ + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒" + ] + }, + { + "name": "护盾吸收量上限", + "unit": "", + "isSame": false, + "values": [ + "19.6%HP + 1887.42", + "21.07%HP + 2076.19", + "22.54%HP + 2280.69", + "24.5%HP + 2500.92", + "25.97%HP + 2736.88", + "27.44%HP + 2988.57", + "29.4%HP + 3255.99", + "31.36%HP + 3539.14", + "33.32%HP + 3838.02", + "35.28%HP + 4152.64", + "37.24%HP + 4482.98", + "39.2%HP + 4829.06", + "41.65%HP + 5190.86", + "44.1%HP + 5568.4", + "46.55%HP + 5961.67" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + } + ] + }, + "q": { + "id": 5039, + "name": "真红炽火之大铠", + "desc": [ + "托马旋转长枪,以炽烈的燃焰挥斩周围的敌人,造成火元素范围伤害,并产生炽火大铠。", + "

炽火大铠

", + "处于炽火大铠效果下的当前场上角色进行普通攻击时,将触发炽火崩破,造成火元素范围伤害,并唤出护体的烈烧佑命护盾。", + "炽火崩破每1秒至多触发一次。", + "产生的护盾,除伤害吸收量以外,特性与元素战技「烈烧佑命之侍护」的护盾相同:", + "·对火元素伤害有250%的吸收效果;", + "·护盾剩余的伤害吸收量在获取新的烈烧佑命护盾时将会叠加,并刷新持续时间。", + "护盾的伤害吸收量至多不超过托马生命值上限的一定比例。", + "托马倒下时,将会清除炽火大铠的效果。", + "「我绝不会忘记当初的承诺,所以这股烈火,必将守护我珍视的人,永不熄灭。」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "88%", + "94.6%", + "101.2%", + "110%", + "116.6%", + "123.2%", + "132%", + "140.8%", + "149.6%", + "158.4%", + "167.2%", + "176%", + "187%", + "198%", + "209%" + ] + }, + { + "name": "炽火崩破伤害", + "unit": "", + "isSame": false, + "values": [ + "58%", + "62.35%", + "66.7%", + "72.5%", + "76.85%", + "81.2%", + "87%", + "92.8%", + "98.6%", + "104.4%", + "110.2%", + "116%", + "123.25%", + "130.5%", + "137.75%" + ] + }, + { + "name": "护盾吸收量", + "unit": "", + "isSame": false, + "values": [ + "1.14%HP + 110.03", + "1.23%HP + 121.04", + "1.32%HP + 132.96", + "1.43%HP + 145.8", + "1.52%HP + 159.56", + "1.6%HP + 174.23", + "1.72%HP + 189.82", + "1.83%HP + 206.33", + "1.94%HP + 223.75", + "2.06%HP + 242.09", + "2.17%HP + 261.35", + "2.29%HP + 281.53", + "2.43%HP + 302.62", + "2.57%HP + 324.63", + "2.72%HP + 347.56" + ] + }, + { + "name": "护盾持续时间", + "unit": "", + "isSame": true, + "values": [ + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒" + ] + }, + { + "name": "炽火大铠持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 44.39, + 48.01, + 51.62, + 56.78, + 60.4, + 64.53, + 70.2, + 75.88, + 81.56, + 87.75, + 93.95, + 100.14, + 106.34, + 112.53, + 118.73 + ], + "二段伤害": [ + 43.63, + 47.18, + 50.73, + 55.8, + 59.35, + 63.41, + 68.99, + 74.57, + 80.15, + 86.24, + 92.33, + 98.42, + 104.5, + 110.59, + 116.68 + ], + "三段伤害": [ + 53.58, + 57.94, + 62.3, + 68.52, + 72.9, + 77.88, + 84.72, + 91.58, + 98.44, + 105.92, + 113.38, + 120.86, + 128.34, + 135.82, + 143.28 + ], + "四段伤害": [ + 67.36, + 72.84, + 78.32, + 86.15, + 91.63, + 97.9, + 106.52, + 115.13, + 123.75, + 133.14, + 142.54, + 151.94, + 161.34, + 170.74, + 180.14 + ], + "重击伤害": [ + 112.75, + 121.92, + 131.1, + 144.21, + 153.39, + 163.87, + 178.3, + 192.72, + 207.14, + 222.87, + 238.6, + 254.33, + 270.07, + 285.8, + 301.53 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 146.4, + 157.38, + 168.36, + 183, + 193.98, + 204.96, + 219.6, + 234.24, + 248.88, + 263.52, + 278.16, + 292.8, + 311.1, + 329.4, + 347.7 + ], + "护盾吸收量": [ + 700.5300000000001, + 770.42, + 846.0799999999999, + 927.7, + 1014.92, + 1107.9199999999998, + 1206.87, + 1311.61, + 1422.1200000000001, + 1538.41, + 1660.48, + 1788.3300000000002, + 1922.1399999999999, + 2061.73, + 2207.0899999999997 + ], + "护盾吸收量2": [ + [ + 7.2, + 693.33 + ], + [ + 7.74, + 762.68 + ], + [ + 8.28, + 837.8 + ], + [ + 9, + 918.7 + ], + [ + 9.54, + 1005.38 + ], + [ + 10.08, + 1097.84 + ], + [ + 10.8, + 1196.07 + ], + [ + 11.52, + 1300.09 + ], + [ + 12.24, + 1409.88 + ], + [ + 12.96, + 1525.45 + ], + [ + 13.68, + 1646.8 + ], + [ + 14.4, + 1773.93 + ], + [ + 15.3, + 1906.84 + ], + [ + 16.2, + 2045.53 + ], + [ + 17.1, + 2189.99 + ] + ], + "护盾吸收量上限": [ + 1907.02, + 2097.26, + 2303.23, + 2525.42, + 2762.85, + 3016.01, + 3285.39, + 3570.5, + 3871.34, + 4187.92, + 4520.219999999999, + 4868.26, + 5232.509999999999, + 5612.5, + 6008.22 + ], + "护盾吸收量上限2": [ + [ + 19.6, + 1887.42 + ], + [ + 21.07, + 2076.19 + ], + [ + 22.54, + 2280.69 + ], + [ + 24.5, + 2500.92 + ], + [ + 25.97, + 2736.88 + ], + [ + 27.44, + 2988.57 + ], + [ + 29.4, + 3255.99 + ], + [ + 31.36, + 3539.14 + ], + [ + 33.32, + 3838.02 + ], + [ + 35.28, + 4152.64 + ], + [ + 37.24, + 4482.98 + ], + [ + 39.2, + 4829.06 + ], + [ + 41.65, + 5190.86 + ], + [ + 44.1, + 5568.4 + ], + [ + 46.55, + 5961.67 + ] + ] + }, + "q": { + "技能伤害": [ + 88, + 94.6, + 101.2, + 110, + 116.6, + 123.2, + 132, + 140.8, + 149.6, + 158.4, + 167.2, + 176, + 187, + 198, + 209 + ], + "炽火崩破伤害": [ + 58, + 62.35, + 66.7, + 72.5, + 76.85, + 81.2, + 87, + 92.8, + 98.6, + 104.4, + 110.2, + 116, + 123.25, + 130.5, + 137.75 + ], + "护盾吸收量": [ + 111.17, + 122.27000000000001, + 134.28, + 147.23000000000002, + 161.08, + 175.82999999999998, + 191.54, + 208.16000000000003, + 225.69, + 244.15, + 263.52000000000004, + 283.82, + 305.05, + 327.2, + 350.28000000000003 + ], + "护盾吸收量2": [ + [ + 1.14, + 110.03 + ], + [ + 1.23, + 121.04 + ], + [ + 1.32, + 132.96 + ], + [ + 1.43, + 145.8 + ], + [ + 1.52, + 159.56 + ], + [ + 1.6, + 174.23 + ], + [ + 1.72, + 189.82 + ], + [ + 1.83, + 206.33 + ], + [ + 1.94, + 223.75 + ], + [ + 2.06, + 242.09 + ], + [ + 2.17, + 261.35 + ], + [ + 2.29, + 281.53 + ], + [ + 2.43, + 302.62 + ], + [ + 2.57, + 324.63 + ], + [ + 2.72, + 347.56 + ] + ] + } + }, + "cons": { + "1": { + "name": "同袍的义理", + "desc": [ + "处于托马自己的烈烧佑命护盾庇护下的角色(除了托马自己)受到攻击时,托马自己的烈烧佑命之侍护的冷却时间减少3秒,真红炽火之大铠的冷却时间减少3秒。", + "该效果每20秒至多触发一次。" + ] + }, + "2": { + "name": "僚佐的才巧", + "desc": [ + "真红炽火之大铠的持续时间延长3秒。" + ] + }, + "3": { + "name": "御敌的执定", + "desc": [ + "烈烧佑命之侍护的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "用臣的久计", + "desc": [ + "施放真红炽火之大铠后,为托马恢复15点元素能量。" + ] + }, + "5": { + "name": "野火的豪烈", + "desc": [ + "真红炽火之大铠的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "炽烧的至心", + "desc": [ + "获取或刷新烈烧佑命护盾时,队伍中所有角色的普通攻击,重击与下落攻击造成的伤害提升15%,持续6秒。" + ] + } + }, + "passive": [ + { + "name": "悬鲷狩", + "desc": [ + "旅行者在稻妻成功钓鱼时,因为托马的帮助,有20%概率获得2倍产出。" + ] + }, + { + "name": "甲衣交叠", + "desc": [ + "当前场上自己的角色获取或刷新烈烧佑命护盾时,护盾强效提升5%,持续时间6秒。", + "此效果每0.3秒至多触发一次,至多叠加5次。" + ] + }, + { + "name": "烈火攻燔", + "desc": [ + "真红炽火之大铠的炽火崩破造成的伤害提高,提高值相当于托马生命值上限的2.2%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 866, + 16.92, + 62.95, + 0 + ], + "20": [ + 2225, + 43.46, + 161.71, + 0 + ], + "40": [ + 4302, + 84.03, + 312.66, + 0 + ], + "50": [ + 5478, + 106.98, + 398.07, + 6 + ], + "60": [ + 6806, + 132.93, + 494.62, + 12 + ], + "70": [ + 7981, + 155.87, + 579.96, + 12 + ], + "80": [ + 9156, + 178.82, + 665.37, + 18 + ], + "90": [ + 10331, + 201.78, + 750.77, + 24 + ], + "20+": [ + 2872, + 56.1, + 208.74, + 0 + ], + "40+": [ + 4762, + 93.01, + 346.08, + 6 + ], + "50+": [ + 6091, + 118.96, + 442.62, + 12 + ], + "60+": [ + 7266, + 141.91, + 528.03, + 12 + ], + "70+": [ + 8440, + 164.85, + 613.37, + 18 + ], + "80+": [ + 9616, + 187.8, + 698.78, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-1.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-1.webp" new file mode 100644 index 0000000000..b1a8c61f60 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-2.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-2.webp" new file mode 100644 index 0000000000..ee248ee99e Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-3.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-3.webp" new file mode 100644 index 0000000000..c84689d5e5 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-4.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-4.webp" new file mode 100644 index 0000000000..059e77d9a4 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-5.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-5.webp" new file mode 100644 index 0000000000..68c432fc98 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-6.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-6.webp" new file mode 100644 index 0000000000..a39e34f8fa Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/passive-0.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/passive-0.webp" new file mode 100644 index 0000000000..0b379596a0 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/passive-1.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/passive-1.webp" new file mode 100644 index 0000000000..c03868de50 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/passive-2.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/passive-2.webp" new file mode 100644 index 0000000000..4124e119fd Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/talent-a.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/talent-a.webp" new file mode 100644 index 0000000000..b8c3c3b202 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/talent-e.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/talent-e.webp" new file mode 100644 index 0000000000..c84689d5e5 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/talent-q.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/talent-q.webp" new file mode 100644 index 0000000000..d9d5aa4e84 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/banner.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/banner.webp" new file mode 100644 index 0000000000..19039041f2 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/card.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/card.webp" new file mode 100644 index 0000000000..93040f8086 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/face.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/face.webp" new file mode 100644 index 0000000000..f37847ec42 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/gacha.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/gacha.webp" new file mode 100644 index 0000000000..6630566112 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/side.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/side.webp" new file mode 100644 index 0000000000..cb1f659c8a Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/splash.webp" "b/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/splash.webp" new file mode 100644 index 0000000000..6690078d5c Binary files /dev/null and "b/plugin/kokomi/data/character/\346\211\230\351\251\254/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/data.json" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/data.json" new file mode 100644 index 0000000000..559072e2d4 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000069, + "name": "提纳里", + "abbr": "提纳里", + "title": "浅蔚轻行", + "star": 5, + "elem": "dendro", + "allegiance": "化城郭", + "weapon": "bow", + "birth": "12-29", + "astro": "郭狐座", + "desc": "精通植物学的少年学者,现于道成林任巡林官一职。直率热忱,擅长教导脑瓜糊涂的人。", + "cncv": "莫然", + "jpcv": "小林沙苗", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10850, + "atk": 267.88, + "def": 630.21 + }, + "growAttr": { + "key": "dmg", + "value": 28.8 + }, + "talentKey": { + "6931": "a", + "6932": "e", + "6939": "q" + }, + "talentId": { + "10691": 6931, + "10692": 6932, + "10695": 6939 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "生长碧翡", + "boss": "蕈王钩喙", + "specialty": "月莲", + "normal": "孢囊晶尘", + "talent": "「诤言」的哲学", + "weekly": "万劫之真意" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/detail.json" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/detail.json" new file mode 100644 index 0000000000..ac18d320a9 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/detail.json" @@ -0,0 +1,933 @@ +{ + "id": "69", + "name": "提纳里", + "talent": { + "a": { + "id": 6931, + "name": "普通攻击·藏蕴破障", + "desc": [ + "

普通攻击

", + "进行至多四段的连续弓箭射击。", + "

重击

", + "进行伤害更高、更为精准的瞄准射击。", + "瞄准时,草木的力量会在箭矢上持续积聚,并随攻击发射出去。根据蓄力时间长短,能造成不同的效果:", + "·一段蓄力:射出附有草元素的箭矢,造成草元素伤害;", + "·二段蓄力:发射花筥箭,造成草元素伤害。命中后,将产生4枚会自行追踪附近敌人的藏蕴花矢,能够造成草元素伤害。", + "

下落攻击

", + "从空中射出箭雨,并迅速下坠冲击地面,在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.63%", + "48.27%", + "51.9%", + "57.09%", + "60.72%", + "64.88%", + "70.58%", + "76.29%", + "82%", + "88.23%", + "94.46%", + "100.69%", + "106.91%", + "113.14%", + "119.37%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "41.97%", + "45.38%", + "48.8%", + "53.68%", + "57.1%", + "61%", + "66.37%", + "71.74%", + "77.1%", + "82.96%", + "88.82%", + "94.67%", + "100.53%", + "106.38%", + "112.24%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "26.45%*2", + "28.6%*2", + "30.75%*2", + "33.83%*2", + "35.98%*2", + "38.44%*2", + "41.82%*2", + "45.2%*2", + "48.59%*2", + "52.28%*2", + "55.97%*2", + "59.65%*2", + "63.34%*2", + "67.04%*2", + "70.72%*2" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "68.63%", + "74.21%", + "79.8%", + "87.78%", + "93.37%", + "99.75%", + "108.53%", + "117.31%", + "126.08%", + "135.66%", + "145.24%", + "154.81%", + "164.39%", + "173.96%", + "183.54%" + ] + }, + { + "name": "瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "43.86%", + "47.43%", + "51%", + "56.1%", + "59.67%", + "63.75%", + "69.36%", + "74.97%", + "80.58%", + "86.7%", + "92.82%", + "98.94%", + "105.06%", + "111.18%", + "117.3%" + ] + }, + { + "name": "一段蓄力瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "124%", + "133.3%", + "142.6%", + "155%", + "164.3%", + "173.6%", + "186%", + "198.4%", + "210.8%", + "223.2%", + "235.6%", + "248%", + "263.5%", + "279%", + "294.5%" + ] + }, + { + "name": "花筥箭伤害", + "unit": "", + "isSame": false, + "values": [ + "87.2%", + "93.74%", + "100.28%", + "109%", + "115.54%", + "122.08%", + "130.8%", + "139.52%", + "148.24%", + "156.96%", + "165.68%", + "174.4%", + "185.3%", + "196.2%", + "207.1%" + ] + }, + { + "name": "藏蕴花矢伤害", + "unit": "", + "isSame": false, + "values": [ + "38.6%", + "41.5%", + "44.39%", + "48.25%", + "51.14%", + "54.04%", + "57.9%", + "61.76%", + "65.62%", + "69.48%", + "73.34%", + "77.2%", + "82.02%", + "86.85%", + "91.68%" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 6932, + "name": "识果种雷", + "desc": [ + "提纳里向前投掷识种心雷,造成草元素范围伤害,并产生识蕴领域,神秘的幻象会持续嘲讽其中的敌人,吸引火力。", + "此外,提纳里将获得「通塞识」效果,使其花筥箭所需的蓄力时间减少2.4秒,该效果将在持续时间结束或提纳里发射3次花筥箭后消失。", + "「种子若在土壤之外枯萎死去,死去时仍是一粒。若它归壤于故土,就将结出千万粒来。」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "149.6%", + "160.82%", + "172.04%", + "187%", + "198.22%", + "209.44%", + "224.4%", + "239.36%", + "254.32%", + "269.28%", + "284.24%", + "299.2%", + "317.9%", + "336.6%", + "355.3%" + ] + }, + { + "name": "识蕴领域持续时间", + "unit": "", + "isSame": true, + "values": [ + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒" + ] + }, + { + "name": "通塞识持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + } + ] + }, + "q": { + "id": 6939, + "name": "造生缠藤箭", + "desc": [ + "汇聚一切种子的力量,发射6枚能追踪敌人的缠藤箭,造成草元素伤害。", + "缠藤箭在命中后,将会产生次级缠藤箭,追踪附近的敌人,并在命中时造成草元素伤害。", + "「别想这么轻易摆脱,藤蔓之后再生藤蔓,如果不能彻底清理干净,后果可是很麻烦的。」" + ], + "tables": [ + { + "name": "缠藤箭伤害", + "unit": "", + "isSame": false, + "values": [ + "55.62%", + "59.79%", + "63.96%", + "69.52%", + "73.7%", + "77.87%", + "83.43%", + "88.99%", + "94.55%", + "100.12%", + "105.68%", + "111.24%", + "118.19%", + "125.14%", + "132.1%" + ] + }, + { + "name": "次级缠藤箭伤害", + "unit": "", + "isSame": false, + "values": [ + "67.98%", + "73.08%", + "78.18%", + "84.97%", + "90.07%", + "95.17%", + "101.97%", + "108.77%", + "115.57%", + "122.36%", + "129.16%", + "135.96%", + "144.46%", + "152.95%", + "161.45%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 44.63, + 48.27, + 51.9, + 57.09, + 60.72, + 64.88, + 70.58, + 76.29, + 82, + 88.23, + 94.46, + 100.69, + 106.91, + 113.14, + 119.37 + ], + "二段伤害": [ + 41.97, + 45.38, + 48.8, + 53.68, + 57.1, + 61, + 66.37, + 71.74, + 77.1, + 82.96, + 88.82, + 94.67, + 100.53, + 106.38, + 112.24 + ], + "三段伤害": [ + 52.9, + 57.2, + 61.5, + 67.66, + 71.96, + 76.88, + 83.64, + 90.4, + 97.18, + 104.56, + 111.94, + 119.3, + 126.68, + 134.08, + 141.44 + ], + "四段伤害": [ + 68.63, + 74.21, + 79.8, + 87.78, + 93.37, + 99.75, + 108.53, + 117.31, + 126.08, + 135.66, + 145.24, + 154.81, + 164.39, + 173.96, + 183.54 + ], + "瞄准射击": [ + 43.86, + 47.43, + 51, + 56.1, + 59.67, + 63.75, + 69.36, + 74.97, + 80.58, + 86.7, + 92.82, + 98.94, + 105.06, + 111.18, + 117.3 + ], + "一段蓄力瞄准射击": [ + 124, + 133.3, + 142.6, + 155, + 164.3, + 173.6, + 186, + 198.4, + 210.8, + 223.2, + 235.6, + 248, + 263.5, + 279, + 294.5 + ], + "花筥箭伤害": [ + 87.2, + 93.74, + 100.28, + 109, + 115.54, + 122.08, + 130.8, + 139.52, + 148.24, + 156.96, + 165.68, + 174.4, + 185.3, + 196.2, + 207.1 + ], + "藏蕴花矢伤害": [ + 38.6, + 41.5, + 44.39, + 48.25, + 51.14, + 54.04, + 57.9, + 61.76, + 65.62, + 69.48, + 73.34, + 77.2, + 82.02, + 86.85, + 91.68 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "技能伤害": [ + 149.6, + 160.82, + 172.04, + 187, + 198.22, + 209.44, + 224.4, + 239.36, + 254.32, + 269.28, + 284.24, + 299.2, + 317.9, + 336.6, + 355.3 + ] + }, + "q": { + "缠藤箭伤害": [ + 55.62, + 59.79, + 63.96, + 69.52, + 73.7, + 77.87, + 83.43, + 88.99, + 94.55, + 100.12, + 105.68, + 111.24, + 118.19, + 125.14, + 132.1 + ], + "次级缠藤箭伤害": [ + 67.98, + 73.08, + 78.18, + 84.97, + 90.07, + 95.17, + 101.97, + 108.77, + 115.57, + 122.36, + 129.16, + 135.96, + 144.46, + 152.95, + 161.45 + ] + } + }, + "cons": { + "1": { + "name": "由根须断定肇始", + "desc": [ + "提纳里重击的暴击率提高15%。" + ] + }, + "2": { + "name": "由茎干剖析来缘", + "desc": [ + "当识果种雷的识蕴领域中存在敌人时,提纳里获得20%草元素伤害加成。", + "识蕴领域持续时间结束或其中不存在敌人后,该效果至多持续6秒。" + ] + }, + "3": { + "name": "由枝节知晓造化", + "desc": [ + "造生缠藤箭的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "由片叶管窥枯荣", + "desc": [ + "施放造生缠藤箭时,队伍中附近的所有角色的元素精通提升60点,持续8秒。若造生缠藤箭触发了燃烧、绽放、原激化或蔓激化反应,元素精通将进一步提升60点,并刷新该状态的持续时间。" + ] + }, + "5": { + "name": "由繁花明了悟觉", + "desc": [ + "

识果种雷的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "由硕实品论应果", + "desc": [ + "花筥箭所需的蓄力时间减少0.9秒,并在命中后能产生1枚额外的藏蕴花矢,能造成提纳里攻击力150%的伤害。" + ] + } + }, + "passive": [ + { + "name": "闳览博物", + "desc": [ + "在小地图上显示周围的须弥区域特产的位置。" + ] + }, + { + "name": "眼识殊明", + "desc": [ + "提纳里发射花筥箭后,元素精通提升50点,持续4秒。" + ] + }, + { + "name": "诸叶辨通", + "desc": [ + "提纳里的每点元素精通,都会使其重击与造生缠藤箭造成的伤害提升0.06%。", + "通过这种方式,至多使上述攻击造成的伤害提升60%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 845, + 20.85, + 49.06, + 0 + ], + "20": [ + 2191, + 54.1, + 127.26, + 0 + ], + "40": [ + 4362, + 107.7, + 253.37, + 0 + ], + "50": [ + 5611, + 138.53, + 325.89, + 7.2 + ], + "60": [ + 7038, + 173.77, + 408.82, + 14.4 + ], + "70": [ + 8301, + 204.96, + 482.18, + 14.4 + ], + "80": [ + 9573, + 236.34, + 556.02, + 21.6 + ], + "90": [ + 10850, + 267.88, + 630.21, + 28.8 + ], + "20+": [ + 2915, + 71.98, + 169.33, + 0 + ], + "40+": [ + 4877, + 120.4, + 283.26, + 7.2 + ], + "50+": [ + 6297, + 155.46, + 365.74, + 14.4 + ], + "60+": [ + 7553, + 186.48, + 438.71, + 14.4 + ], + "70+": [ + 8816, + 217.66, + 512.07, + 21.6 + ], + "80+": [ + 10087, + 249.05, + 585.91, + 28.8 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-1.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-1.webp" new file mode 100644 index 0000000000..5a31fb73af Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-2.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-2.webp" new file mode 100644 index 0000000000..ecbd3627f5 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-3.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-3.webp" new file mode 100644 index 0000000000..463a5dff7d Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-4.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-4.webp" new file mode 100644 index 0000000000..852080f556 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-5.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-5.webp" new file mode 100644 index 0000000000..02c6d53198 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-6.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-6.webp" new file mode 100644 index 0000000000..d929d214d5 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/passive-0.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/passive-0.webp" new file mode 100644 index 0000000000..04455a46d8 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/passive-1.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/passive-1.webp" new file mode 100644 index 0000000000..194e116993 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/passive-2.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/passive-2.webp" new file mode 100644 index 0000000000..9b747e2531 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/talent-a.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/talent-a.webp" new file mode 100644 index 0000000000..551e4ae608 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/talent-e.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/talent-e.webp" new file mode 100644 index 0000000000..06ec9dd2f1 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/talent-q.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/talent-q.webp" new file mode 100644 index 0000000000..2799895cdb Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/banner.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/banner.webp" new file mode 100644 index 0000000000..f85702a904 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/card.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/card.webp" new file mode 100644 index 0000000000..f7923f8bd7 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/face.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/face.webp" new file mode 100644 index 0000000000..81b5411484 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/gacha.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/gacha.webp" new file mode 100644 index 0000000000..bd29f0bd2a Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/side.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/side.webp" new file mode 100644 index 0000000000..765b1e8c2b Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/splash.webp" "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/splash.webp" new file mode 100644 index 0000000000..182458fb4d Binary files /dev/null and "b/plugin/kokomi/data/character/\346\217\220\347\272\263\351\207\214/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/detail.json" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/detail.json" new file mode 100644 index 0000000000..ac67bd95b2 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/detail.json" @@ -0,0 +1,1055 @@ +{ + "id": 7, + "name": "旅行者", + "talent": { + "a": { + "id": 731, + "name": "普通攻击·异邦铁风", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,瞬间向前方挥出两剑。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.46%", + "48.08%", + "51.7%", + "56.87%", + "60.49%", + "64.63%", + "70.31%", + "76%", + "81.69%", + "87.89%", + "94.09%", + "100.3%", + "106.5%", + "112.71%", + "118.91%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "43.43%", + "46.97%", + "50.5%", + "55.55%", + "59.08%", + "63.13%", + "68.68%", + "74.23%", + "79.79%", + "85.85%", + "91.91%", + "97.97%", + "104.03%", + "110.09%", + "116.15%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "52.98%", + "57.29%", + "61.6%", + "67.76%", + "72.07%", + "77%", + "83.78%", + "90.55%", + "97.33%", + "104.72%", + "112.11%", + "119.5%", + "126.9%", + "134.29%", + "141.68%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "58.31%", + "63.05%", + "67.8%", + "74.58%", + "79.33%", + "84.75%", + "92.21%", + "99.67%", + "107.12%", + "115.26%", + "123.4%", + "131.53%", + "139.67%", + "147.8%", + "155.94%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "70.78%", + "76.54%", + "82.3%", + "90.53%", + "96.29%", + "102.87%", + "111.93%", + "120.98%", + "130.03%", + "139.91%", + "149.79%", + "159.66%", + "169.54%", + "179.41%", + "189.29%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "55.9% + 72.24%", + "60.45% + 78.12%", + "65% + 84%", + "71.5% + 92.4%", + "76.05% + 98.28%", + "81.25% + 105%", + "88.4% + 114.24%", + "95.55% + 123.48%", + "102.7% + 132.72%", + "110.5% + 142.8%", + "118.3% + 152.88%", + "126.1% + 162.96%", + "133.9% + 173.04%", + "141.7% + 183.12%", + "149.5% + 193.2%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 732, + "name": "风涡剑", + "desc": [ + "紧握风的力量,在掌中汇聚真空涡流,对前方的敌人持续造成风元素伤害。", + "技能结束时真空涡流会炸裂,造成范围更大、威力更强的风元素伤害。", + "

长按

", + "伤害与影响范围会逐渐提升。", + "

元素转化

", + "若真空涡流在技能持续期间接触了水元素/火元素/冰元素/雷元素,则会获得对应元素属性,额外造成该元素的附加伤害。", + "元素转化在技能持续期间仅会发生一次。", + "和派蒙讨论过如何握住无形的风。" + ], + "tables": [ + { + "name": "初始切割伤害", + "unit": "", + "isSame": false, + "values": [ + "12%", + "12.9%", + "13.8%", + "15%", + "15.9%", + "16.8%", + "18%", + "19.2%", + "20.4%", + "21.6%", + "22.8%", + "24%", + "25.5%", + "27%", + "28.5%" + ] + }, + { + "name": "最大切割伤害", + "unit": "", + "isSame": false, + "values": [ + "16.8%", + "18.06%", + "19.32%", + "21%", + "22.26%", + "23.52%", + "25.2%", + "26.88%", + "28.56%", + "30.24%", + "31.92%", + "33.6%", + "35.7%", + "37.8%", + "39.9%" + ] + }, + { + "name": "初始爆风伤害", + "unit": "", + "isSame": false, + "values": [ + "176%", + "189.2%", + "202.4%", + "220%", + "233.2%", + "246.4%", + "264%", + "281.6%", + "299.2%", + "316.8%", + "334.4%", + "352%", + "374%", + "396%", + "418%" + ] + }, + { + "name": "最大爆风伤害", + "unit": "", + "isSame": false, + "values": [ + "192%", + "206.4%", + "220.8%", + "240%", + "254.4%", + "268.8%", + "288%", + "307.2%", + "326.4%", + "345.6%", + "364.8%", + "384%", + "408%", + "432%", + "456%" + ] + }, + { + "name": "基础冷却时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "最大蓄力冷却时间", + "unit": "", + "isSame": true, + "values": [ + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒" + ] + } + ] + }, + "q": { + "id": 739, + "name": "风息激荡", + "desc": [ + "导引风行进的路途,唤出持续前进的龙卷风,将沿途的物体与敌人卷入,持续造成风元素伤害。", + "

元素转化

", + "若龙卷风在技能持续期间接触了水元素/火元素/冰元素/雷元素,则会获得对应元素属性,额外造成该元素附加伤害。", + "这种转化在技能持续期间仅会发生一次。", + "和派蒙一起研究过蝴蝶的振翅。" + ], + "tables": [ + { + "name": "龙卷风伤害", + "unit": "", + "isSame": false, + "values": [ + "80.8%", + "86.86%", + "92.92%", + "101%", + "107.06%", + "113.12%", + "121.2%", + "129.28%", + "137.36%", + "145.44%", + "153.52%", + "161.6%", + "171.7%", + "181.8%", + "191.9%" + ] + }, + { + "name": "附加元素伤害", + "unit": "", + "isSame": false, + "values": [ + "24.8%", + "26.66%", + "28.52%", + "31%", + "32.86%", + "34.72%", + "37.2%", + "39.68%", + "42.16%", + "44.64%", + "47.12%", + "49.6%", + "52.7%", + "55.8%", + "58.9%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 44.46, + 48.08, + 51.7, + 56.87, + 60.49, + 64.63, + 70.31, + 76, + 81.69, + 87.89, + 94.09, + 100.3, + 106.5, + 112.71, + 118.91 + ], + "二段伤害": [ + 43.43, + 46.97, + 50.5, + 55.55, + 59.08, + 63.13, + 68.68, + 74.23, + 79.79, + 85.85, + 91.91, + 97.97, + 104.03, + 110.09, + 116.15 + ], + "三段伤害": [ + 52.98, + 57.29, + 61.6, + 67.76, + 72.07, + 77, + 83.78, + 90.55, + 97.33, + 104.72, + 112.11, + 119.5, + 126.9, + 134.29, + 141.68 + ], + "四段伤害": [ + 58.31, + 63.05, + 67.8, + 74.58, + 79.33, + 84.75, + 92.21, + 99.67, + 107.12, + 115.26, + 123.4, + 131.53, + 139.67, + 147.8, + 155.94 + ], + "五段伤害": [ + 70.78, + 76.54, + 82.3, + 90.53, + 96.29, + 102.87, + 111.93, + 120.98, + 130.03, + 139.91, + 149.79, + 159.66, + 169.54, + 179.41, + 189.29 + ], + "重击伤害": [ + 128.14, + 138.57, + 149, + 163.9, + 174.32999999999998, + 186.25, + 202.64, + 219.03, + 235.42000000000002, + 253.3, + 271.18, + 289.06, + 306.94, + 324.82, + 342.7 + ], + "重击伤害2": [ + [ + 55.9, + 72.24 + ], + [ + 60.45, + 78.12 + ], + [ + 65, + 84 + ], + [ + 71.5, + 92.4 + ], + [ + 76.05, + 98.28 + ], + [ + 81.25, + 105 + ], + [ + 88.4, + 114.24 + ], + [ + 95.55, + 123.48 + ], + [ + 102.7, + 132.72 + ], + [ + 110.5, + 142.8 + ], + [ + 118.3, + 152.88 + ], + [ + 126.1, + 162.96 + ], + [ + 133.9, + 173.04 + ], + [ + 141.7, + 183.12 + ], + [ + 149.5, + 193.2 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "初始切割伤害": [ + 12, + 12.9, + 13.8, + 15, + 15.9, + 16.8, + 18, + 19.2, + 20.4, + 21.6, + 22.8, + 24, + 25.5, + 27, + 28.5 + ], + "最大切割伤害": [ + 16.8, + 18.06, + 19.32, + 21, + 22.26, + 23.52, + 25.2, + 26.88, + 28.56, + 30.24, + 31.92, + 33.6, + 35.7, + 37.8, + 39.9 + ], + "初始爆风伤害": [ + 176, + 189.2, + 202.4, + 220, + 233.2, + 246.4, + 264, + 281.6, + 299.2, + 316.8, + 334.4, + 352, + 374, + 396, + 418 + ], + "最大爆风伤害": [ + 192, + 206.4, + 220.8, + 240, + 254.4, + 268.8, + 288, + 307.2, + 326.4, + 345.6, + 364.8, + 384, + 408, + 432, + 456 + ] + }, + "q": { + "龙卷风伤害": [ + 80.8, + 86.86, + 92.92, + 101, + 107.06, + 113.12, + 121.2, + 129.28, + 137.36, + 145.44, + 153.52, + 161.6, + 171.7, + 181.8, + 191.9 + ], + "附加元素伤害": [ + 24.8, + 26.66, + 28.52, + 31, + 32.86, + 34.72, + 37.2, + 39.68, + 42.16, + 44.64, + 47.12, + 49.6, + 52.7, + 55.8, + 58.9 + ] + } + }, + "cons": { + "1": { + "name": "回转的怒风", + "desc": [ + "风涡剑可将周围5米内的敌人与物体缓慢牵引到角色面前。" + ] + }, + "2": { + "name": "革新的旋风", + "desc": [ + "

元素充能效率提升16%。

" + ] + }, + "3": { + "name": "天地的刚风", + "desc": [ + "

风息激荡的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "眷护的和风", + "desc": [ + "风涡剑持续期间,受到的伤害降低10%。" + ] + }, + "5": { + "name": "群星的涡风", + "desc": [ + "

风涡剑的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "纠缠的信风", + "desc": [ + "受到风息激荡伤害的目标,风元素抗性下降20%。", + "如果产生了元素转化,那么对应元素抗性也下降20%。" + ] + } + }, + "passive": [ + { + "name": "裂空之风", + "desc": [ + "普通攻击的最后一击会打出一道风刃,对沿途敌人造成60%攻击力的风元素伤害。" + ] + }, + { + "name": "复苏之风", + "desc": [ + "用风涡剑打败敌人后的5秒内,每秒恢复2%生命值。", + "该效果每5秒只能触发一次。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 912, + 17.81, + 57.22, + 0 + ], + "20": [ + 2342, + 45.75, + 147.01, + 0 + ], + "40": [ + 4529, + 88.45, + 284.24, + 0 + ], + "50": [ + 5766, + 112.62, + 361.88, + 6 + ], + "60": [ + 7164, + 139.93, + 449.65, + 12 + ], + "70": [ + 8401, + 164.07, + 527.24, + 12 + ], + "80": [ + 9638, + 188.24, + 604.88, + 18 + ], + "90": [ + 10875, + 212.4, + 682.52, + 24 + ], + "20+": [ + 3024, + 59.05, + 189.76, + 0 + ], + "40+": [ + 5013, + 97.91, + 314.61, + 6 + ], + "50+": [ + 6411, + 125.22, + 402.38, + 12 + ], + "60+": [ + 7648, + 149.38, + 480.03, + 12 + ], + "70+": [ + 8885, + 173.53, + 557.61, + 18 + ], + "80+": [ + 10122, + 197.69, + 635.25, + 24 + ] + } + }, + "elem": "anemo" +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-1.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-1.webp" new file mode 100644 index 0000000000..68a9cba14e Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-2.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-2.webp" new file mode 100644 index 0000000000..b32cd25dc7 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-3.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-3.webp" new file mode 100644 index 0000000000..e0053bf7cc Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-4.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-4.webp" new file mode 100644 index 0000000000..1ae72ea437 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-5.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-5.webp" new file mode 100644 index 0000000000..20e9623949 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-6.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-6.webp" new file mode 100644 index 0000000000..9e5b66523b Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/passive-0.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/passive-0.webp" new file mode 100644 index 0000000000..36e30b63d9 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/passive-1.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/passive-1.webp" new file mode 100644 index 0000000000..c13895ed83 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/talent-a.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/talent-e.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/talent-e.webp" new file mode 100644 index 0000000000..20e9623949 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/talent-q.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/talent-q.webp" new file mode 100644 index 0000000000..690846eaee Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/imgs/banner.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/imgs/banner.webp" new file mode 100644 index 0000000000..df680693a3 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/imgs/card.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/imgs/card.webp" new file mode 100644 index 0000000000..9766a75ac7 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/anemo/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/data.json" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/data.json" new file mode 100644 index 0000000000..45a7bbd4f1 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/data.json" @@ -0,0 +1,74 @@ +{ + "id": 20000000, + "name": "旅行者", + "abbr": "旅行者", + "title": "异界的旅人", + "star": 5, + "elem": "multi", + "allegiance": "——", + "weapon": "sword", + "birth": "-", + "astro": "旅人座", + "desc": "从世界之外漂流而来的旅行者,被神带走血亲,自此踏上寻找七神之路。", + "cncv": "宴宁/鹿喑", + "jpcv": "悠木碧/堀江瞬", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10875, + "atk": 212.4, + "def": 682.52 + }, + "growAttr": { + "key": "atkPct", + "value": 24 + }, + "talentKey": { + "731": "a", + "732": "e", + "739": "q", + "932": "e", + "939": "q", + "1031": "a", + "1032": "e", + "1039": "q", + "1131": "a", + "1132": "e", + "1139": "q" + }, + "talentId": { + "10067": 732, + "10068": 739, + "10077": 932, + "10078": 939, + "10117": 1132, + "10118": 1139, + "10602": 1032, + "10605": 1039, + "100553": 731, + "100555": 731, + "100556": 1031, + "100557": 1131 + }, + "talentElem": { + "732": "anemo", + "739": "anemo", + "932": "geo", + "939": "geo", + "1032": "electro", + "1039": "electro", + "1132": "dendro", + "1139": "dendro" + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "璀璨原钻", + "specialty": "风车菊", + "normal": "不祥的面具", + "talent": "「诗文」的哲学", + "weekly": "东风的吐息" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/detail.json" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/detail.json" new file mode 100644 index 0000000000..8f209da675 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/detail.json" @@ -0,0 +1,914 @@ +{ + "id": 7, + "name": "旅行者", + "talent": { + "a": { + "id": 1131, + "name": "普通攻击·异邦草翦", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,瞬间向前方挥出两剑。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.46%", + "48.08%", + "51.7%", + "56.87%", + "60.49%", + "64.63%", + "70.31%", + "76%", + "81.69%", + "87.89%", + "94.09%", + "100.3%", + "106.5%", + "112.71%", + "118.91%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "43.43%", + "46.97%", + "50.5%", + "55.55%", + "59.08%", + "63.13%", + "68.68%", + "74.23%", + "79.79%", + "85.85%", + "91.91%", + "97.97%", + "104.03%", + "110.09%", + "116.15%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "52.98%", + "57.29%", + "61.6%", + "67.76%", + "72.07%", + "77%", + "83.78%", + "90.55%", + "97.33%", + "104.72%", + "112.11%", + "119.5%", + "126.9%", + "134.29%", + "141.68%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "58.31%", + "63.05%", + "67.8%", + "74.58%", + "79.33%", + "84.75%", + "92.21%", + "99.67%", + "107.12%", + "115.26%", + "123.4%", + "131.53%", + "139.67%", + "147.8%", + "155.94%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "70.78%", + "76.54%", + "82.3%", + "90.53%", + "96.29%", + "102.87%", + "111.93%", + "120.98%", + "130.03%", + "139.91%", + "149.79%", + "159.66%", + "169.54%", + "179.41%", + "189.29%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "55.9% + 72.24%", + "60.45% + 78.12%", + "65% + 84%", + "71.5% + 92.4%", + "76.05% + 98.28%", + "81.25% + 105%", + "88.4% + 114.24%", + "95.55% + 123.48%", + "102.7% + 132.72%", + "110.5% + 142.8%", + "118.3% + 152.88%", + "126.1% + 162.96%", + "133.9% + 173.04%", + "141.7% + 183.12%", + "149.5% + 193.2%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 1132, + "name": "草缘剑", + "desc": [ + "挥动武器,散布锋利的叶片,在前方造成草元素伤害。", + "和派蒙一起观察过草叶边缘锋利的流形。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "230.4%", + "247.68%", + "264.96%", + "288%", + "305.28%", + "322.56%", + "345.6%", + "368.64%", + "391.68%", + "414.72%", + "437.76%", + "460.8%", + "489.6%", + "518.4%", + "547.2%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒" + ] + } + ] + }, + "q": { + "id": 1139, + "name": "偃草若化", + "desc": [ + "凝聚花果草木的力量,创造草灯莲。", + "草灯莲会持续攻击其领域内的敌人,造成草元素伤害。", + "

莲光幻变

", + "草灯莲会在接触水元素/雷元素/火元素后,分别产生以下转变:", + "·水元素:扩大草灯莲的领域范围,并使其攻击的影响范围扩大;", + "·雷元素:提升草灯莲的攻击速度;", + "·火元素:草灯莲将在短暂间隔后,激烈爆发消失,造成草元素范围伤害。", + "草灯莲在存在期间只能发生一次莲光幻变。", + "同时只能存在一个由旅行者自己创造的草灯莲。", + "和派蒙一起研究过雨后草叶抽芽的声响。" + ], + "tables": [ + { + "name": "草灯莲攻击伤害", + "unit": "", + "isSame": false, + "values": [ + "80.16%", + "86.17%", + "92.18%", + "100.2%", + "106.21%", + "112.22%", + "120.24%", + "128.26%", + "136.27%", + "144.29%", + "152.3%", + "160.32%", + "170.34%", + "180.36%", + "190.38%" + ] + }, + { + "name": "激烈爆发伤害", + "unit": "", + "isSame": false, + "values": [ + "400.8%", + "430.86%", + "460.92%", + "501%", + "531.06%", + "561.12%", + "601.2%", + "641.28%", + "681.36%", + "721.44%", + "761.52%", + "801.6%", + "851.7%", + "901.8%", + "951.9%" + ] + }, + { + "name": "草灯莲存在时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 44.46, + 48.08, + 51.7, + 56.87, + 60.49, + 64.63, + 70.31, + 76, + 81.69, + 87.89, + 94.09, + 100.3, + 106.5, + 112.71, + 118.91 + ], + "二段伤害": [ + 43.43, + 46.97, + 50.5, + 55.55, + 59.08, + 63.13, + 68.68, + 74.23, + 79.79, + 85.85, + 91.91, + 97.97, + 104.03, + 110.09, + 116.15 + ], + "三段伤害": [ + 52.98, + 57.29, + 61.6, + 67.76, + 72.07, + 77, + 83.78, + 90.55, + 97.33, + 104.72, + 112.11, + 119.5, + 126.9, + 134.29, + 141.68 + ], + "四段伤害": [ + 58.31, + 63.05, + 67.8, + 74.58, + 79.33, + 84.75, + 92.21, + 99.67, + 107.12, + 115.26, + 123.4, + 131.53, + 139.67, + 147.8, + 155.94 + ], + "五段伤害": [ + 70.78, + 76.54, + 82.3, + 90.53, + 96.29, + 102.87, + 111.93, + 120.98, + 130.03, + 139.91, + 149.79, + 159.66, + 169.54, + 179.41, + 189.29 + ], + "重击伤害": [ + 128.14, + 138.57, + 149, + 163.9, + 174.32999999999998, + 186.25, + 202.64, + 219.03, + 235.42000000000002, + 253.3, + 271.18, + 289.06, + 306.94, + 324.82, + 342.7 + ], + "重击伤害2": [ + [ + 55.9, + 72.24 + ], + [ + 60.45, + 78.12 + ], + [ + 65, + 84 + ], + [ + 71.5, + 92.4 + ], + [ + 76.05, + 98.28 + ], + [ + 81.25, + 105 + ], + [ + 88.4, + 114.24 + ], + [ + 95.55, + 123.48 + ], + [ + 102.7, + 132.72 + ], + [ + 110.5, + 142.8 + ], + [ + 118.3, + 152.88 + ], + [ + 126.1, + 162.96 + ], + [ + 133.9, + 173.04 + ], + [ + 141.7, + 183.12 + ], + [ + 149.5, + 193.2 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 230.4, + 247.68, + 264.96, + 288, + 305.28, + 322.56, + 345.6, + 368.64, + 391.68, + 414.72, + 437.76, + 460.8, + 489.6, + 518.4, + 547.2 + ] + }, + "q": { + "草灯莲攻击伤害": [ + 80.16, + 86.17, + 92.18, + 100.2, + 106.21, + 112.22, + 120.24, + 128.26, + 136.27, + 144.29, + 152.3, + 160.32, + 170.34, + 180.36, + 190.38 + ], + "激烈爆发伤害": [ + 400.8, + 430.86, + 460.92, + 501, + 531.06, + 561.12, + 601.2, + 641.28, + 681.36, + 721.44, + 761.52, + 801.6, + 851.7, + 901.8, + 951.9 + ] + } + }, + "cons": { + "1": { + "name": "寄身的倚草", + "desc": [ + "草缘剑命中敌人后,将为旅行者恢复3.5点元素能量。" + ] + }, + "2": { + "name": "健韧的劲草", + "desc": [ + "

草灯莲的存在时间延长3秒。

" + ] + }, + "3": { + "name": "婆娑的瑶草", + "desc": [ + "

草缘剑的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "如饴的蜜草", + "desc": [ + "草灯莲发生莲光幻变转化后,将获得5层固有天赋「蔓生的埜草」的莲光遍照效果。", + "需要解锁固有天赋「蔓生的埜草」。" + ] + }, + "5": { + "name": "迅生的丰草", + "desc": [ + "

偃草若化的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "蕴思的霜草", + "desc": [ + "处于草灯莲的莲光遍照效果影响下的角色获得12%草元素伤害加成;若草灯莲发生过莲光幻变转化,还将获得12%对应元素伤害加成。" + ] + } + }, + "passive": [ + { + "name": "蔓生的埜草", + "desc": [ + "草灯莲将在其存在期间每秒获得一层莲光遍照效果,使其领域内的当前场上角色的元素精通提升6点。草灯莲的莲光遍照效果至多叠加10层。" + ] + }, + { + "name": "繁庑的丛草", + "desc": [ + "旅行者自己的每点元素精通,能使草缘剑造成的伤害提升0.15%,偃草若化造成的伤害提升0.1%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 912, + 17.81, + 57.22, + 0 + ], + "20": [ + 2342, + 45.75, + 147.01, + 0 + ], + "40": [ + 4529, + 88.45, + 284.24, + 0 + ], + "50": [ + 5766, + 112.62, + 361.88, + 6 + ], + "60": [ + 7164, + 139.93, + 449.65, + 12 + ], + "70": [ + 8401, + 164.07, + 527.24, + 12 + ], + "80": [ + 9638, + 188.24, + 604.88, + 18 + ], + "90": [ + 10875, + 212.4, + 682.52, + 24 + ], + "20+": [ + 3024, + 59.05, + 189.76, + 0 + ], + "40+": [ + 5013, + 97.91, + 314.61, + 6 + ], + "50+": [ + 6411, + 125.22, + 402.38, + 12 + ], + "60+": [ + 7648, + 149.38, + 480.03, + 12 + ], + "70+": [ + 8885, + 173.53, + 557.61, + 18 + ], + "80+": [ + 10122, + 197.69, + 635.25, + 24 + ] + } + }, + "elem": "dendro" +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-1.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-1.webp" new file mode 100644 index 0000000000..96da9e468b Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-2.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-2.webp" new file mode 100644 index 0000000000..5a922e6c4f Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-3.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-3.webp" new file mode 100644 index 0000000000..de5a313ed2 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-4.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-4.webp" new file mode 100644 index 0000000000..d593fed5fe Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-5.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-5.webp" new file mode 100644 index 0000000000..328130d48e Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-6.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-6.webp" new file mode 100644 index 0000000000..98b9b441e2 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/passive-0.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/passive-0.webp" new file mode 100644 index 0000000000..4aeb5be8e6 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/passive-1.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/passive-1.webp" new file mode 100644 index 0000000000..6f9de9a0d0 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/talent-a.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/talent-e.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/talent-e.webp" new file mode 100644 index 0000000000..de5a313ed2 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/talent-q.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/talent-q.webp" new file mode 100644 index 0000000000..94081dc113 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/imgs/banner.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/imgs/banner.webp" new file mode 100644 index 0000000000..f85702a904 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/imgs/card.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/imgs/card.webp" new file mode 100644 index 0000000000..f7923f8bd7 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/dendro/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/detail.json" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/detail.json" new file mode 100644 index 0000000000..705efd6e38 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/detail.json" @@ -0,0 +1,1058 @@ +{ + "id": 7, + "name": "旅行者", + "talent": { + "a": { + "id": 1031, + "name": "普通攻击·异邦惊雷", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,瞬间向前方挥出两剑。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.46%", + "48.08%", + "51.7%", + "56.87%", + "60.49%", + "64.63%", + "70.31%", + "76%", + "81.69%", + "87.89%", + "94.09%", + "100.3%", + "106.5%", + "112.71%", + "118.91%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "43.43%", + "46.97%", + "50.5%", + "55.55%", + "59.08%", + "63.13%", + "68.68%", + "74.23%", + "79.79%", + "85.85%", + "91.91%", + "97.97%", + "104.03%", + "110.09%", + "116.15%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "52.98%", + "57.29%", + "61.6%", + "67.76%", + "72.07%", + "77%", + "83.78%", + "90.55%", + "97.33%", + "104.72%", + "112.11%", + "119.5%", + "126.9%", + "134.29%", + "141.68%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "58.31%", + "63.05%", + "67.8%", + "74.58%", + "79.33%", + "84.75%", + "92.21%", + "99.67%", + "107.12%", + "115.26%", + "123.4%", + "131.53%", + "139.67%", + "147.8%", + "155.94%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "70.78%", + "76.54%", + "82.3%", + "90.53%", + "96.29%", + "102.87%", + "111.93%", + "120.98%", + "130.03%", + "139.91%", + "149.79%", + "159.66%", + "169.54%", + "179.41%", + "189.29%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "55.9% + 72.24%", + "60.45% + 78.12%", + "65% + 84%", + "71.5% + 92.4%", + "76.05% + 98.28%", + "81.25% + 105%", + "88.4% + 114.24%", + "95.55% + 123.48%", + "102.7% + 132.72%", + "110.5% + 142.8%", + "118.3% + 152.88%", + "126.1% + 162.96%", + "133.9% + 173.04%", + "141.7% + 183.12%", + "149.5% + 193.2%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 1032, + "name": "雷影剑", + "desc": [ + "斩出三道迅捷的雷影。雷影会对敌人造成雷元素伤害,并在命中敌人时,留下丰穰勾玉。", + "初始至多产生2枚丰穰勾玉。施放技能时,会清除自己产生的丰穰勾玉。", + "

丰穰勾玉

", + "角色接近时,会吸收丰穰勾玉,获得以下效果:", + "·恢复元素能量;", + "·在持续时间内,提高元素充能效率。", + "和派蒙讨论过电的所有可能路径。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "78.66%", + "84.56%", + "90.46%", + "98.33%", + "104.23%", + "110.13%", + "118%", + "125.86%", + "133.73%", + "141.6%", + "149.46%", + "157.33%", + "167.16%", + "176.99%", + "186.83%" + ] + }, + { + "name": "元素能量恢复", + "unit": "每个", + "isSame": false, + "values": [ + "3点", + "3点", + "3点", + "3.5点", + "3.5点", + "3.5点", + "4点", + "4点", + "4点", + "4点", + "4点", + "4点", + "4点", + "4点", + "4点" + ] + }, + { + "name": "元素充能效率提升", + "unit": "", + "isSame": true, + "values": [ + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "丰穰勾玉存在时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒" + ] + } + ] + }, + "q": { + "id": 1039, + "name": "雷轰电转", + "desc": [ + "唤来雷霆绕身的加护,击退周围的敌人并造成雷元素伤害。", + "

雷霆绕身

", + "当前场上自己角色的普通攻击或重击命中敌人时,会召唤威光落雷,对敌人造成雷元素伤害。", + "威光落雷命中敌人时,会为该角色恢复元素能量。", + "每0.5秒至多产生一次威光落雷。", + "和派蒙一起研究过丛云间忽闪的光。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "114.4%", + "122.98%", + "131.56%", + "143%", + "151.58%", + "160.16%", + "171.6%", + "183.04%", + "194.48%", + "205.92%", + "217.36%", + "228.8%", + "243.1%", + "257.4%", + "271.7%" + ] + }, + { + "name": "威光落雷伤害", + "unit": "", + "isSame": false, + "values": [ + "32.8%", + "35.26%", + "37.72%", + "41%", + "43.46%", + "45.92%", + "49.2%", + "52.48%", + "55.76%", + "59.04%", + "62.32%", + "65.6%", + "69.7%", + "73.8%", + "77.9%" + ] + }, + { + "name": "元素能量恢复", + "unit": "", + "isSame": false, + "values": [ + "0.8", + "0.8", + "0.8", + "0.9", + "0.9", + "0.9", + "1", + "1", + "1", + "1", + "1", + "1", + "1", + "1", + "1" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 44.46, + 48.08, + 51.7, + 56.87, + 60.49, + 64.63, + 70.31, + 76, + 81.69, + 87.89, + 94.09, + 100.3, + 106.5, + 112.71, + 118.91 + ], + "二段伤害": [ + 43.43, + 46.97, + 50.5, + 55.55, + 59.08, + 63.13, + 68.68, + 74.23, + 79.79, + 85.85, + 91.91, + 97.97, + 104.03, + 110.09, + 116.15 + ], + "三段伤害": [ + 52.98, + 57.29, + 61.6, + 67.76, + 72.07, + 77, + 83.78, + 90.55, + 97.33, + 104.72, + 112.11, + 119.5, + 126.9, + 134.29, + 141.68 + ], + "四段伤害": [ + 58.31, + 63.05, + 67.8, + 74.58, + 79.33, + 84.75, + 92.21, + 99.67, + 107.12, + 115.26, + 123.4, + 131.53, + 139.67, + 147.8, + 155.94 + ], + "五段伤害": [ + 70.78, + 76.54, + 82.3, + 90.53, + 96.29, + 102.87, + 111.93, + 120.98, + 130.03, + 139.91, + 149.79, + 159.66, + 169.54, + 179.41, + 189.29 + ], + "重击伤害": [ + 128.14, + 138.57, + 149, + 163.9, + 174.32999999999998, + 186.25, + 202.64, + 219.03, + 235.42000000000002, + 253.3, + 271.18, + 289.06, + 306.94, + 324.82, + 342.7 + ], + "重击伤害2": [ + [ + 55.9, + 72.24 + ], + [ + 60.45, + 78.12 + ], + [ + 65, + 84 + ], + [ + 71.5, + 92.4 + ], + [ + 76.05, + 98.28 + ], + [ + 81.25, + 105 + ], + [ + 88.4, + 114.24 + ], + [ + 95.55, + 123.48 + ], + [ + 102.7, + 132.72 + ], + [ + 110.5, + 142.8 + ], + [ + 118.3, + 152.88 + ], + [ + 126.1, + 162.96 + ], + [ + 133.9, + 173.04 + ], + [ + 141.7, + 183.12 + ], + [ + 149.5, + 193.2 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 78.66, + 84.56, + 90.46, + 98.33, + 104.23, + 110.13, + 118, + 125.86, + 133.73, + 141.6, + 149.46, + 157.33, + 167.16, + 176.99, + 186.83 + ], + "元素能量恢复": [ + 3, + 3, + 3, + 3.5, + 3.5, + 3.5, + 4, + 4, + 4, + 4, + 4, + 4, + 4, + 4, + 4 + ] + }, + "q": { + "技能伤害": [ + 114.4, + 122.98, + 131.56, + 143, + 151.58, + 160.16, + 171.6, + 183.04, + 194.48, + 205.92, + 217.36, + 228.8, + 243.1, + 257.4, + 271.7 + ], + "威光落雷伤害": [ + 32.8, + 35.26, + 37.72, + 41, + 43.46, + 45.92, + 49.2, + 52.48, + 55.76, + 59.04, + 62.32, + 65.6, + 69.7, + 73.8, + 77.9 + ], + "元素能量恢复": [ + 0.8, + 0.8, + 0.8, + 0.9, + 0.9, + 0.9, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ] + } + }, + "cons": { + "1": { + "name": "丰穰的春雷", + "desc": [ + "施放雷影剑能产生的丰穰勾玉数量提升至3枚。" + ] + }, + "2": { + "name": "震怒的苍雷", + "desc": [ + "雷轰电转的威光落雷命中敌人后,会使敌人的雷元素抗性降低15%,持续8秒。" + ] + }, + "3": { + "name": "连延的远雷", + "desc": [ + "

雷轰电转的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "难测的云雷", + "desc": [ + "角色获取雷影剑产生的丰穰勾玉时,若该角色的当前元素能量低于35%,丰穰勾玉恢复的元素能量提高100%。" + ] + }, + "5": { + "name": "荒野的霆雷", + "desc": [ + "

雷影剑的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "撼世的神雷", + "desc": [ + "雷轰电转每引发2次威光落雷,则大幅增强下一次威光落雷,造成原本200%的伤害,并为当前角色额外恢复1点元素能量。" + ] + } + }, + "passive": [ + { + "name": "转瞬的迅雷", + "desc": [ + "队伍中附近的其他角色获取雷影剑产生的丰穰勾玉时,雷影剑的冷却时间减少1.5秒。" + ] + }, + { + "name": "回响的轰雷", + "desc": [ + "基于旅行者自己元素充能效率的10%,提升雷影剑的丰穰勾玉提供的元素充能效率。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 912, + 17.81, + 57.22, + 0 + ], + "20": [ + 2342, + 45.75, + 147.01, + 0 + ], + "40": [ + 4529, + 88.45, + 284.24, + 0 + ], + "50": [ + 5766, + 112.62, + 361.88, + 6 + ], + "60": [ + 7164, + 139.93, + 449.65, + 12 + ], + "70": [ + 8401, + 164.07, + 527.24, + 12 + ], + "80": [ + 9638, + 188.24, + 604.88, + 18 + ], + "90": [ + 10875, + 212.4, + 682.52, + 24 + ], + "20+": [ + 3024, + 59.05, + 189.76, + 0 + ], + "40+": [ + 5013, + 97.91, + 314.61, + 6 + ], + "50+": [ + 6411, + 125.22, + 402.38, + 12 + ], + "60+": [ + 7648, + 149.38, + 480.03, + 12 + ], + "70+": [ + 8885, + 173.53, + 557.61, + 18 + ], + "80+": [ + 10122, + 197.69, + 635.25, + 24 + ] + } + }, + "elem": "electro" +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-1.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-1.webp" new file mode 100644 index 0000000000..01696ffc4e Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-2.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-2.webp" new file mode 100644 index 0000000000..0b4eddd471 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-3.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-3.webp" new file mode 100644 index 0000000000..73fc8e6dbe Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-4.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-4.webp" new file mode 100644 index 0000000000..70d9d67de9 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-5.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-5.webp" new file mode 100644 index 0000000000..69c4ee992a Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-6.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-6.webp" new file mode 100644 index 0000000000..b6b61d1be2 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/passive-0.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/passive-0.webp" new file mode 100644 index 0000000000..438a6cb95c Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/passive-1.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/passive-1.webp" new file mode 100644 index 0000000000..be0e4e1089 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/talent-a.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/talent-e.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/talent-e.webp" new file mode 100644 index 0000000000..69c4ee992a Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/talent-q.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/talent-q.webp" new file mode 100644 index 0000000000..4d5177a021 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/imgs/banner.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/imgs/banner.webp" new file mode 100644 index 0000000000..7bbec70476 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/imgs/card.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/imgs/card.webp" new file mode 100644 index 0000000000..02b21af4ed Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/electro/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/detail.json" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/detail.json" new file mode 100644 index 0000000000..654e22998d --- /dev/null +++ "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/detail.json" @@ -0,0 +1,896 @@ +{ + "id": 7, + "name": "旅行者", + "talent": { + "a": { + "id": 731, + "name": "普通攻击·异邦岩锋", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,瞬间向前方挥出两剑。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.46%", + "48.08%", + "51.7%", + "56.87%", + "60.49%", + "64.63%", + "70.31%", + "76%", + "81.69%", + "87.89%", + "94.09%", + "100.3%", + "106.5%", + "112.71%", + "118.91%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "43.43%", + "46.97%", + "50.5%", + "55.55%", + "59.08%", + "63.13%", + "68.68%", + "74.23%", + "79.79%", + "85.85%", + "91.91%", + "97.97%", + "104.03%", + "110.09%", + "116.15%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "52.98%", + "57.29%", + "61.6%", + "67.76%", + "72.07%", + "77%", + "83.78%", + "90.55%", + "97.33%", + "104.72%", + "112.11%", + "119.5%", + "126.9%", + "134.29%", + "141.68%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "58.31%", + "63.05%", + "67.8%", + "74.58%", + "79.33%", + "84.75%", + "92.21%", + "99.67%", + "107.12%", + "115.26%", + "123.4%", + "131.53%", + "139.67%", + "147.8%", + "155.94%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "70.78%", + "76.54%", + "82.3%", + "90.53%", + "96.29%", + "102.87%", + "111.93%", + "120.98%", + "130.03%", + "139.91%", + "149.79%", + "159.66%", + "169.54%", + "179.41%", + "189.29%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "55.9% + 72.24%", + "60.45% + 78.12%", + "65% + 84%", + "71.5% + 92.4%", + "76.05% + 98.28%", + "81.25% + 105%", + "88.4% + 114.24%", + "95.55% + 123.48%", + "102.7% + 132.72%", + "110.5% + 142.8%", + "118.3% + 152.88%", + "126.1% + 162.96%", + "133.9% + 173.04%", + "141.7% + 183.12%", + "149.5% + 193.2%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 932, + "name": "星陨剑", + "desc": [ + "从大地深处升起荒星,引发爆炸,造成岩元素范围伤害。", + "荒星视为岩元素创造物,可以阻拦攻击,可以攀爬。", + "

长按

", + "可以调整技能生效位置。", + "和派蒙讨论过流星的终点。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "248%", + "266.6%", + "285.2%", + "310%", + "328.6%", + "347.2%", + "372%", + "396.8%", + "421.6%", + "446.4%", + "471.2%", + "496%", + "527%", + "558%", + "589%" + ] + }, + { + "name": "荒星存在时间", + "unit": "", + "isSame": true, + "values": [ + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒" + ] + } + ] + }, + "q": { + "id": 939, + "name": "岩潮叠嶂", + "desc": [ + "激活大地深处的岩元素,引发扩散的震荡波。", + "击退周围的敌人,造成岩元素范围伤害。", + "此后,在震荡波的外围形成突起的岩嶂。", + "岩嶂视为岩元素创造物,可以阻拦攻击。", + "和派蒙一起研究过群山深处的脉动。" + ], + "tables": [ + { + "name": "地震波单次伤害", + "unit": "", + "isSame": false, + "values": [ + "148%", + "159.1%", + "170.2%", + "185%", + "196.1%", + "207.2%", + "222%", + "236.8%", + "251.6%", + "266.4%", + "281.2%", + "296%", + "314.5%", + "333%", + "351.5%" + ] + }, + { + "name": "岩嶂存在时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 44.46, + 48.08, + 51.7, + 56.87, + 60.49, + 64.63, + 70.31, + 76, + 81.69, + 87.89, + 94.09, + 100.3, + 106.5, + 112.71, + 118.91 + ], + "二段伤害": [ + 43.43, + 46.97, + 50.5, + 55.55, + 59.08, + 63.13, + 68.68, + 74.23, + 79.79, + 85.85, + 91.91, + 97.97, + 104.03, + 110.09, + 116.15 + ], + "三段伤害": [ + 52.98, + 57.29, + 61.6, + 67.76, + 72.07, + 77, + 83.78, + 90.55, + 97.33, + 104.72, + 112.11, + 119.5, + 126.9, + 134.29, + 141.68 + ], + "四段伤害": [ + 58.31, + 63.05, + 67.8, + 74.58, + 79.33, + 84.75, + 92.21, + 99.67, + 107.12, + 115.26, + 123.4, + 131.53, + 139.67, + 147.8, + 155.94 + ], + "五段伤害": [ + 70.78, + 76.54, + 82.3, + 90.53, + 96.29, + 102.87, + 111.93, + 120.98, + 130.03, + 139.91, + 149.79, + 159.66, + 169.54, + 179.41, + 189.29 + ], + "重击伤害": [ + 128.14, + 138.57, + 149, + 163.9, + 174.32999999999998, + 186.25, + 202.64, + 219.03, + 235.42000000000002, + 253.3, + 271.18, + 289.06, + 306.94, + 324.82, + 342.7 + ], + "重击伤害2": [ + [ + 55.9, + 72.24 + ], + [ + 60.45, + 78.12 + ], + [ + 65, + 84 + ], + [ + 71.5, + 92.4 + ], + [ + 76.05, + 98.28 + ], + [ + 81.25, + 105 + ], + [ + 88.4, + 114.24 + ], + [ + 95.55, + 123.48 + ], + [ + 102.7, + 132.72 + ], + [ + 110.5, + 142.8 + ], + [ + 118.3, + 152.88 + ], + [ + 126.1, + 162.96 + ], + [ + 133.9, + 173.04 + ], + [ + 141.7, + 183.12 + ], + [ + 149.5, + 193.2 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 248, + 266.6, + 285.2, + 310, + 328.6, + 347.2, + 372, + 396.8, + 421.6, + 446.4, + 471.2, + 496, + 527, + 558, + 589 + ] + }, + "q": { + "地震波单次伤害": [ + 148, + 159.1, + 170.2, + 185, + 196.1, + 207.2, + 222, + 236.8, + 251.6, + 266.4, + 281.2, + 296, + 314.5, + 333, + 351.5 + ] + } + }, + "cons": { + "1": { + "name": "巍然的青岩", + "desc": [ + "队伍中角色处于岩潮叠嶂的岩嶂包围中时,暴击率提升10%,并提高抗打断能力。" + ] + }, + "2": { + "name": "不稳的熔岩", + "desc": [ + "星陨剑的荒星被摧毁时会再度发生爆炸,造成等同于星陨剑伤害的额外岩元素范围伤害。" + ] + }, + "3": { + "name": "八方之岩", + "desc": [ + "

岩潮叠嶂的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "险峻的重岩", + "desc": [ + "岩潮叠嶂引发的震荡波每击中一个敌人,都会恢复5点元素能量。", + "通过这种方式,一次至多恢复25点元素能量。" + ] + }, + "5": { + "name": "天坠之岩", + "desc": [ + "

星陨剑的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "永世的磐岩", + "desc": [ + "岩潮叠嶂的岩嶂持续时间延长5秒;", + "星陨剑的荒星持续时间延长10秒。" + ] + } + }, + "passive": [ + { + "name": "破碎的绝岩", + "desc": [ + "

星陨剑的冷却时间减少2秒。

" + ] + }, + { + "name": "狂乱的崩岩", + "desc": [ + "普通攻击的最后一击会附带崩毁,对范围内的敌人造成60%攻击力的岩元素伤害。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 912, + 17.81, + 57.22, + 0 + ], + "20": [ + 2342, + 45.75, + 147.01, + 0 + ], + "40": [ + 4529, + 88.45, + 284.24, + 0 + ], + "50": [ + 5766, + 112.62, + 361.88, + 6 + ], + "60": [ + 7164, + 139.93, + 449.65, + 12 + ], + "70": [ + 8401, + 164.07, + 527.24, + 12 + ], + "80": [ + 9638, + 188.24, + 604.88, + 18 + ], + "90": [ + 10875, + 212.4, + 682.52, + 24 + ], + "20+": [ + 3024, + 59.05, + 189.76, + 0 + ], + "40+": [ + 5013, + 97.91, + 314.61, + 6 + ], + "50+": [ + 6411, + 125.22, + 402.38, + 12 + ], + "60+": [ + 7648, + 149.38, + 480.03, + 12 + ], + "70+": [ + 8885, + 173.53, + 557.61, + 18 + ], + "80+": [ + 10122, + 197.69, + 635.25, + 24 + ] + } + }, + "elem": "geo" +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-1.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-1.webp" new file mode 100644 index 0000000000..31c9852d45 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-2.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-2.webp" new file mode 100644 index 0000000000..2855ead04b Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-3.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-3.webp" new file mode 100644 index 0000000000..cf8ca7d6ce Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-4.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-4.webp" new file mode 100644 index 0000000000..2db892bed5 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-5.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-5.webp" new file mode 100644 index 0000000000..2f6da25297 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-6.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-6.webp" new file mode 100644 index 0000000000..d16b382d39 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/passive-0.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/passive-0.webp" new file mode 100644 index 0000000000..6aa8145afc Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/passive-1.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/passive-1.webp" new file mode 100644 index 0000000000..9f0de983fc Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/talent-a.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/talent-e.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/talent-e.webp" new file mode 100644 index 0000000000..2f6da25297 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/talent-q.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/talent-q.webp" new file mode 100644 index 0000000000..b048671bf3 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/imgs/banner.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/imgs/banner.webp" new file mode 100644 index 0000000000..1f329c918d Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/imgs/card.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/imgs/card.webp" new file mode 100644 index 0000000000..6dde2574d0 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/geo/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/banner.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/banner.webp" new file mode 100644 index 0000000000..df680693a3 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/card.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/card.webp" new file mode 100644 index 0000000000..9766a75ac7 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/face.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/face.webp" new file mode 100644 index 0000000000..08ccfcedcb Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/gacha.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/gacha.webp" new file mode 100644 index 0000000000..a468c50a15 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/side.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/side.webp" new file mode 100644 index 0000000000..10b97ae6fb Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/splash.webp" "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/splash.webp" new file mode 100644 index 0000000000..daf1826d5a Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\205\350\241\214\350\200\205/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/data.json" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/data.json" new file mode 100644 index 0000000000..6eb2a4cf97 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\227\251\346\237\232/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000053, + "name": "早柚", + "abbr": "早柚", + "title": "忍里之貉", + "star": 4, + "elem": "anemo", + "allegiance": "终末番", + "weapon": "claymore", + "birth": "10-19", + "astro": "小貉座", + "desc": "隶属于「终末番」的忍者。身形小巧,总像没睡饱一样。", + "cncv": "Sakula小舞", + "jpcv": "洲崎绫", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 11854, + "atk": 244.26, + "def": 744.63 + }, + "growAttr": { + "key": "mastery", + "value": 96 + }, + "talentKey": { + "5331": "a", + "5332": "e", + "5339": "q" + }, + "talentId": { + "10531": 5331, + "10532": 5332, + "10535": 5339 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "自在松石", + "boss": "魔偶机心", + "specialty": "晶化骨髓", + "normal": "原素花蜜", + "talent": "「天光」的哲学", + "weekly": "鎏金之鳞" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/detail.json" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/detail.json" new file mode 100644 index 0000000000..9fab582366 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\227\251\346\237\232/detail.json" @@ -0,0 +1,1338 @@ +{ + "id": "53", + "name": "早柚", + "talent": { + "a": { + "id": 5331, + "name": "普通攻击·忍刀·终末番", + "desc": [ + "

普通攻击

", + "进行至多四段的连续挥砍。", + "

重击

", + "持续消耗体力,旋转大剑攻击周围的敌人。", + "停止旋转时,会进行一次格外有力的挥砍。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "72.24%", + "78.12%", + "84%", + "92.4%", + "98.28%", + "105%", + "114.24%", + "123.48%", + "132.72%", + "142.8%", + "154.35%", + "167.93%", + "181.52%", + "195.1%", + "209.92%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "71.38%", + "77.19%", + "83%", + "91.3%", + "97.11%", + "103.75%", + "112.88%", + "122.01%", + "131.14%", + "141.1%", + "152.51%", + "165.93%", + "179.35%", + "192.78%", + "207.42%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "43.43% + 43.43%", + "46.97% + 46.97%", + "50.5% + 50.5%", + "55.55% + 55.55%", + "59.08% + 59.08%", + "63.13% + 63.13%", + "68.68% + 68.68%", + "74.23% + 74.23%", + "79.79% + 79.79%", + "85.85% + 85.85%", + "92.79% + 92.79%", + "100.96% + 100.96%", + "109.13% + 109.13%", + "117.29% + 117.29%", + "126.2% + 126.2%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "98.13%", + "106.11%", + "114.1%", + "125.51%", + "133.5%", + "142.62%", + "155.18%", + "167.73%", + "180.28%", + "193.97%", + "209.66%", + "228.11%", + "246.56%", + "265.01%", + "285.14%" + ] + }, + { + "name": "重击循环伤害", + "unit": "", + "isSame": false, + "values": [ + "62.55%", + "67.64%", + "72.73%", + "80%", + "85.09%", + "90.91%", + "98.91%", + "106.91%", + "114.91%", + "123.64%", + "133.64%", + "145.4%", + "157.16%", + "168.92%", + "181.75%" + ] + }, + { + "name": "重击终结伤害", + "unit": "", + "isSame": false, + "values": [ + "113.09%", + "122.29%", + "131.5%", + "144.65%", + "153.86%", + "164.37%", + "178.84%", + "193.31%", + "207.77%", + "223.55%", + "241.63%", + "262.89%", + "284.16%", + "305.42%", + "328.62%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点" + ] + }, + { + "name": "最大持续时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "74.59%", + "80.66%", + "86.73%", + "95.4%", + "101.47%", + "108.41%", + "117.95%", + "127.49%", + "137.03%", + "147.44%", + "157.85%", + "168.26%", + "178.66%", + "189.07%", + "199.48%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "149.14% / 186.29%", + "161.28% / 201.45%", + "173.42% / 216.62%", + "190.77% / 238.28%", + "202.91% / 253.44%", + "216.78% / 270.77%", + "235.86% / 294.6%", + "254.93% / 318.42%", + "274.01% / 342.25%", + "294.82% / 368.25%", + "315.63% / 394.24%", + "336.44% / 420.23%", + "357.25% / 446.23%", + "378.06% / 472.22%", + "398.87% / 498.21%" + ] + } + ] + }, + "e": { + "id": 5332, + "name": "呜呼流·风隐急进", + "desc": [ + "忍法·呜呼流的独创奥义!以风驰电掣之势席卷战场的绝技!", + "蜷缩成高速滚动的风风轮,冲撞触及的敌人造成风元素伤害,并在结束时使出风风轮舞踢,造成风元素范围伤害。", + "

点按

", + "进入风风轮状态,向前滚动一小段距离,并使出风风轮舞踢。", + "

长按

", + "以风风轮之姿持续滚动,并在该状态下提高早柚的抗打断能力。", + "期间,早柚可以控制滚动的方向,并能通过再次施放技能,提前结束状态使出相比点按更为强大的风风轮舞踢。", + "该技能通过长按施放时,能发生元素转化。", + "持续至多10秒。效果结束时,技能将进入冷却。在风风轮状态下持续的时间越长,冷却时间越长。", + "

元素转化

", + "若早柚在风风轮状态下,接触了水元素/火元素/冰元素/雷元素,则会获得对应元素属性,使风风轮与风风轮舞踢额外造成该元素的附加伤害。", + "元素转化在技能持续期间仅会发生一次。", + "早柚闭着眼睛都能熟练施展出来。原本用于逃跑,有了神之眼之后,终于能趁机让敌人吃些苦头了。" + ], + "tables": [ + { + "name": "风风轮伤害", + "unit": "", + "isSame": false, + "values": [ + "36%", + "38.7%", + "41.4%", + "45%", + "47.7%", + "50.4%", + "54%", + "57.6%", + "61.2%", + "64.8%", + "68.4%", + "72%", + "76.5%", + "81%", + "85.5%" + ] + }, + { + "name": "风风轮舞踢点按伤害", + "unit": "", + "isSame": false, + "values": [ + "158.4%", + "170.28%", + "182.16%", + "198%", + "209.88%", + "221.76%", + "237.6%", + "253.44%", + "269.28%", + "285.12%", + "300.96%", + "316.8%", + "336.6%", + "356.4%", + "376.2%" + ] + }, + { + "name": "风风轮舞踢长按伤害", + "unit": "", + "isSame": false, + "values": [ + "217.6%", + "233.92%", + "250.24%", + "272%", + "288.32%", + "304.64%", + "326.4%", + "348.16%", + "369.92%", + "391.68%", + "413.44%", + "435.2%", + "462.4%", + "489.6%", + "516.8%" + ] + }, + { + "name": "风风轮附带元素伤害", + "unit": "", + "isSame": false, + "values": [ + "16.8%", + "18.06%", + "19.32%", + "21%", + "22.26%", + "23.52%", + "25.2%", + "26.88%", + "28.56%", + "30.24%", + "31.92%", + "33.6%", + "35.7%", + "37.8%", + "39.9%" + ] + }, + { + "name": "风风轮舞踢长按附带元素伤害", + "unit": "", + "isSame": false, + "values": [ + "76.16%", + "81.87%", + "87.58%", + "95.2%", + "100.91%", + "106.62%", + "114.24%", + "121.86%", + "129.47%", + "137.09%", + "144.7%", + "152.32%", + "161.84%", + "171.36%", + "180.88%" + ] + }, + { + "name": "长按最大持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "6到11秒", + "6到11秒", + "6到11秒", + "6到11秒", + "6到11秒", + "6到11秒", + "6到11秒", + "6到11秒", + "6到11秒", + "6到11秒", + "6到11秒", + "6到11秒", + "6到11秒", + "6到11秒", + "6到11秒" + ] + } + ] + }, + "q": { + "id": 5339, + "name": "呜呼流·影貉缭乱", + "desc": [ + "忍法·呜呼流的另一个独创奥义!能创造出替早柚干活的帮手!", + "对身边的敌人造成风元素伤害,为队伍中附近的所有角色恢复生命值,回复量受益于早柚的攻击力,并召唤出「不倒貉貉」。", + "

不倒貉貉

", + "周期性地根据附近的状况,采取其中一种行动:", + "·附近的角色如果生命值均高于70%,不倒貉貉会攻击附近的一名敌人,造成风元素伤害;", + "·附近场上如果存在生命值低于或等于70%的角色,会为附近场上生命值百分比最低的角色恢复生命值,回复量受益于早柚的攻击力。若附近不存在敌人,即使角色的生命值均高于70%,也会为角色恢复生命值。", + "不懂忍术的人都非常希望早柚能多多展示一下这个,也有人试图找早柚学习。可早柚只想睡觉,不想被打扰。" + ], + "tables": [ + { + "name": "技能发动伤害", + "unit": "", + "isSame": false, + "values": [ + "116.8%", + "125.56%", + "134.32%", + "146%", + "154.76%", + "163.52%", + "175.2%", + "186.88%", + "198.56%", + "210.24%", + "221.92%", + "233.6%", + "248.2%", + "262.8%", + "277.4%" + ] + }, + { + "name": "技能发动治疗量", + "unit": "", + "isSame": false, + "values": [ + "92.16%攻击 + 577.34", + "99.07%攻击 + 635.08", + "105.98%攻击 + 697.63", + "115.2%攻击 + 765", + "122.11%攻击 + 837.18", + "129.02%攻击 + 914.17", + "138.24%攻击 + 995.97", + "147.46%攻击 + 1082.58", + "156.67%攻击 + 1174.01", + "165.89%攻击 + 1270.24", + "175.1%攻击 + 1371.29", + "184.32%攻击 + 1477.15", + "195.84%攻击 + 1587.82", + "207.36%攻击 + 1703.31", + "218.88%攻击 + 1823.6" + ] + }, + { + "name": "不倒貉貉伤害", + "unit": "", + "isSame": false, + "values": [ + "52%", + "55.9%", + "59.8%", + "65%", + "68.9%", + "72.8%", + "78%", + "83.2%", + "88.4%", + "93.6%", + "98.8%", + "104%", + "110.5%", + "117%", + "123.5%" + ] + }, + { + "name": "不倒貉貉治疗量", + "unit": "", + "isSame": false, + "values": [ + "79.87%攻击 + 500.36", + "85.86%攻击 + 550.4", + "91.85%攻击 + 604.62", + "99.84%攻击 + 663", + "105.83%攻击 + 725.55", + "111.82%攻击 + 792.28", + "119.81%攻击 + 863.17", + "127.8%攻击 + 938.24", + "135.78%攻击 + 1017.47", + "143.77%攻击 + 1100.88", + "151.76%攻击 + 1188.45", + "159.74%攻击 + 1280.2", + "169.73%攻击 + 1376.11", + "179.71%攻击 + 1476.2", + "189.7%攻击 + 1580.45" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 72.24, + 78.12, + 84, + 92.4, + 98.28, + 105, + 114.24, + 123.48, + 132.72, + 142.8, + 154.35, + 167.93, + 181.52, + 195.1, + 209.92 + ], + "二段伤害": [ + 71.38, + 77.19, + 83, + 91.3, + 97.11, + 103.75, + 112.88, + 122.01, + 131.14, + 141.1, + 152.51, + 165.93, + 179.35, + 192.78, + 207.42 + ], + "三段伤害": [ + 86.86, + 93.94, + 101, + 111.1, + 118.16, + 126.26, + 137.36, + 148.46, + 159.58, + 171.7, + 185.58, + 201.92, + 218.26, + 234.58, + 252.4 + ], + "三段伤害2": [ + [ + 43.43, + 43.43 + ], + [ + 46.97, + 46.97 + ], + [ + 50.5, + 50.5 + ], + [ + 55.55, + 55.55 + ], + [ + 59.08, + 59.08 + ], + [ + 63.13, + 63.13 + ], + [ + 68.68, + 68.68 + ], + [ + 74.23, + 74.23 + ], + [ + 79.79, + 79.79 + ], + [ + 85.85, + 85.85 + ], + [ + 92.79, + 92.79 + ], + [ + 100.96, + 100.96 + ], + [ + 109.13, + 109.13 + ], + [ + 117.29, + 117.29 + ], + [ + 126.2, + 126.2 + ] + ], + "四段伤害": [ + 98.13, + 106.11, + 114.1, + 125.51, + 133.5, + 142.62, + 155.18, + 167.73, + 180.28, + 193.97, + 209.66, + 228.11, + 246.56, + 265.01, + 285.14 + ], + "重击循环伤害": [ + 62.55, + 67.64, + 72.73, + 80, + 85.09, + 90.91, + 98.91, + 106.91, + 114.91, + 123.64, + 133.64, + 145.4, + 157.16, + 168.92, + 181.75 + ], + "重击终结伤害": [ + 113.09, + 122.29, + 131.5, + 144.65, + 153.86, + 164.37, + 178.84, + 193.31, + 207.77, + 223.55, + 241.63, + 262.89, + 284.16, + 305.42, + 328.62 + ], + "下坠期间伤害": [ + 74.59, + 80.66, + 86.73, + 95.4, + 101.47, + 108.41, + 117.95, + 127.49, + 137.03, + 147.44, + 157.85, + 168.26, + 178.66, + 189.07, + 199.48 + ], + "低空/高空坠地冲击伤害": [ + [ + 149.14, + 186.29 + ], + [ + 161.28, + 201.45 + ], + [ + 173.42, + 216.62 + ], + [ + 190.77, + 238.28 + ], + [ + 202.91, + 253.44 + ], + [ + 216.78, + 270.77 + ], + [ + 235.86, + 294.6 + ], + [ + 254.93, + 318.42 + ], + [ + 274.01, + 342.25 + ], + [ + 294.82, + 368.25 + ], + [ + 315.63, + 394.24 + ], + [ + 336.44, + 420.23 + ], + [ + 357.25, + 446.23 + ], + [ + 378.06, + 472.22 + ], + [ + 398.87, + 498.21 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 149.14, + 186.29 + ], + [ + 161.28, + 201.45 + ], + [ + 173.42, + 216.62 + ], + [ + 190.77, + 238.28 + ], + [ + 202.91, + 253.44 + ], + [ + 216.78, + 270.77 + ], + [ + 235.86, + 294.6 + ], + [ + 254.93, + 318.42 + ], + [ + 274.01, + 342.25 + ], + [ + 294.82, + 368.25 + ], + [ + 315.63, + 394.24 + ], + [ + 336.44, + 420.23 + ], + [ + 357.25, + 446.23 + ], + [ + 378.06, + 472.22 + ], + [ + 398.87, + 498.21 + ] + ] + }, + "e": { + "风风轮伤害": [ + 36, + 38.7, + 41.4, + 45, + 47.7, + 50.4, + 54, + 57.6, + 61.2, + 64.8, + 68.4, + 72, + 76.5, + 81, + 85.5 + ], + "风风轮舞踢点按伤害": [ + 158.4, + 170.28, + 182.16, + 198, + 209.88, + 221.76, + 237.6, + 253.44, + 269.28, + 285.12, + 300.96, + 316.8, + 336.6, + 356.4, + 376.2 + ], + "风风轮舞踢长按伤害": [ + 217.6, + 233.92, + 250.24, + 272, + 288.32, + 304.64, + 326.4, + 348.16, + 369.92, + 391.68, + 413.44, + 435.2, + 462.4, + 489.6, + 516.8 + ], + "风风轮附带元素伤害": [ + 16.8, + 18.06, + 19.32, + 21, + 22.26, + 23.52, + 25.2, + 26.88, + 28.56, + 30.24, + 31.92, + 33.6, + 35.7, + 37.8, + 39.9 + ], + "风风轮舞踢长按附带元素伤害": [ + 76.16, + 81.87, + 87.58, + 95.2, + 100.91, + 106.62, + 114.24, + 121.86, + 129.47, + 137.09, + 144.7, + 152.32, + 161.84, + 171.36, + 180.88 + ] + }, + "q": { + "技能发动伤害": [ + 116.8, + 125.56, + 134.32, + 146, + 154.76, + 163.52, + 175.2, + 186.88, + 198.56, + 210.24, + 221.92, + 233.6, + 248.2, + 262.8, + 277.4 + ], + "技能发动治疗量": [ + 669.5, + 734.1500000000001, + 803.61, + 880.2, + 959.29, + 1043.19, + 1134.21, + 1230.04, + 1330.68, + 1436.13, + 1546.3899999999999, + 1661.47, + 1783.6599999999999, + 1910.67, + 2042.48 + ], + "技能发动治疗量2": [ + [ + 92.16, + 577.34 + ], + [ + 99.07, + 635.08 + ], + [ + 105.98, + 697.63 + ], + [ + 115.2, + 765 + ], + [ + 122.11, + 837.18 + ], + [ + 129.02, + 914.17 + ], + [ + 138.24, + 995.97 + ], + [ + 147.46, + 1082.58 + ], + [ + 156.67, + 1174.01 + ], + [ + 165.89, + 1270.24 + ], + [ + 175.1, + 1371.29 + ], + [ + 184.32, + 1477.15 + ], + [ + 195.84, + 1587.82 + ], + [ + 207.36, + 1703.31 + ], + [ + 218.88, + 1823.6 + ] + ], + "不倒貉貉伤害": [ + 52, + 55.9, + 59.8, + 65, + 68.9, + 72.8, + 78, + 83.2, + 88.4, + 93.6, + 98.8, + 104, + 110.5, + 117, + 123.5 + ], + "不倒貉貉治疗量": [ + 580.23, + 636.26, + 696.47, + 762.84, + 831.38, + 904.0999999999999, + 982.98, + 1066.04, + 1153.25, + 1244.65, + 1340.21, + 1439.94, + 1545.84, + 1655.91, + 1770.15 + ], + "不倒貉貉治疗量2": [ + [ + 79.87, + 500.36 + ], + [ + 85.86, + 550.4 + ], + [ + 91.85, + 604.62 + ], + [ + 99.84, + 663 + ], + [ + 105.83, + 725.55 + ], + [ + 111.82, + 792.28 + ], + [ + 119.81, + 863.17 + ], + [ + 127.8, + 938.24 + ], + [ + 135.78, + 1017.47 + ], + [ + 143.77, + 1100.88 + ], + [ + 151.76, + 1188.45 + ], + [ + 159.74, + 1280.2 + ], + [ + 169.73, + 1376.11 + ], + [ + 179.71, + 1476.2 + ], + [ + 189.7, + 1580.45 + ] + ] + } + }, + "cons": { + "1": { + "name": "一心二用之术", + "desc": [ + "呜呼流·影貉缭乱的不倒貉貉的行动将忽视生命值限制,能同时攻击附近的敌人并为角色恢复生命值。" + ] + }, + "2": { + "name": "理清逃跑路线", + "desc": [ + "呜呼流·风隐急进获得如下效果:", + "·点按施放时,风风轮舞踢造成的伤害提高3.3%;", + "·处于长按施放后的风风轮状态下时,每0.5秒,就会使这次施展的风风轮舞踢造成的伤害提高3.3%。通过这种方式,风风轮舞踢造成的伤害至多可以提高66%。" + ] + }, + "3": { + "name": "都交给分身吧", + "desc": [ + "呜呼流·影貉缭乱的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "偷懒的新方法", + "desc": [ + "早柚在场上触发扩散反应时,将恢复1.2点元素能量。", + "该效果每2秒只能触发一次。" + ] + }, + "5": { + "name": "快是第一奥义", + "desc": [ + "呜呼流·风隐急进的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "呼呼大睡时间", + "desc": [ + "早柚自己通过呜呼流·影貉缭乱召唤的不倒貉貉的攻击与回复量,受益于早柚的元素精通。早柚的每点元素精通,能产生如下效果:", + "·使不倒貉貉的攻击额外造成0.2%攻击力的伤害。通过这种方式至多额外造成400%攻击力的伤害;", + "·使不倒貉貉的回复量提高3点。通过这种方式,至多提高6000点回复量。" + ] + } + }, + "passive": [ + { + "name": "呜呼流·屏息秘传", + "desc": [ + "早柚在队伍中时,队伍中自己的角色接近晶蝶等部分生物时,不会惊动它们。", + "有效对象可参考图鉴中「生物志 / 野生动物」的「其他」分类。" + ] + }, + { + "name": "更加合适的人选", + "desc": [ + "早柚在场上触发扩散反应时,为队伍中自己的角色以及附近的友方角色恢复300点生命值。除此之外,早柚的每点元素精通将额外恢复1.2点生命值。", + "该效果每2秒只能触发一次。" + ] + }, + { + "name": "早柚不用工作啦", + "desc": [ + "呜呼流·影貉缭乱的不倒貉貉获得如下效果:", + "·为角色恢复生命值时,将为该角色身边的其他场上角色恢复相当于回复量20%的生命值;", + "·攻击敌人时,扩大造成伤害的范围。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "mastery" + ], + "details": { + "1": [ + 994, + 20.48, + 62.43, + 0 + ], + "20": [ + 2553, + 52.61, + 160.39, + 0 + ], + "40": [ + 4937, + 101.72, + 310.11, + 0 + ], + "50": [ + 6285, + 129.51, + 394.81, + 24 + ], + "60": [ + 7809, + 160.92, + 490.57, + 48 + ], + "70": [ + 9157, + 188.68, + 575.21, + 48 + ], + "80": [ + 10505, + 216.47, + 659.92, + 72 + ], + "90": [ + 11854, + 244.26, + 744.63, + 96 + ], + "20+": [ + 3296, + 67.91, + 207.03, + 0 + ], + "40+": [ + 5464, + 112.59, + 343.24, + 24 + ], + "50+": [ + 6988, + 144, + 439, + 48 + ], + "60+": [ + 8337, + 171.79, + 523.71, + 48 + ], + "70+": [ + 9684, + 199.55, + 608.35, + 72 + ], + "80+": [ + 11033, + 227.34, + 693.06, + 96 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-1.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-1.webp" new file mode 100644 index 0000000000..afdd1d219a Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-2.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-2.webp" new file mode 100644 index 0000000000..8b79426ba2 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-3.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-3.webp" new file mode 100644 index 0000000000..55486ff5bf Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-4.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-4.webp" new file mode 100644 index 0000000000..a87d92ccc1 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-5.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-5.webp" new file mode 100644 index 0000000000..c8572d3bf0 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-6.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-6.webp" new file mode 100644 index 0000000000..6d90de826d Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/passive-0.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/passive-0.webp" new file mode 100644 index 0000000000..07fa2524ff Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/passive-1.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/passive-1.webp" new file mode 100644 index 0000000000..c2e37f341f Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/passive-2.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/passive-2.webp" new file mode 100644 index 0000000000..371f665a45 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/talent-a.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/talent-a.webp" new file mode 100644 index 0000000000..96b89f618e Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/talent-e.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/talent-e.webp" new file mode 100644 index 0000000000..c8572d3bf0 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/talent-q.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/talent-q.webp" new file mode 100644 index 0000000000..18e26a5d91 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/banner.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/banner.webp" new file mode 100644 index 0000000000..061a75a449 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/card.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/card.webp" new file mode 100644 index 0000000000..b7eae45548 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/face.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/face.webp" new file mode 100644 index 0000000000..85e826c02c Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/gacha.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/gacha.webp" new file mode 100644 index 0000000000..080984cfae Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/side.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/side.webp" new file mode 100644 index 0000000000..e3a709e396 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/splash.webp" "b/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/splash.webp" new file mode 100644 index 0000000000..d96e98eac0 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\227\251\346\237\232/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/data.json" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/data.json" new file mode 100644 index 0000000000..e1dba681fb --- /dev/null +++ "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000047, + "name": "枫原万叶", + "abbr": "万叶", + "title": "红叶逐荒波", + "star": 5, + "elem": "anemo", + "allegiance": "南十字船队", + "weapon": "sword", + "birth": "10-29", + "astro": "枫红座", + "desc": "来自稻妻的浪人武士,如今栖身于璃月船队「南十字」中。性情温和而洒脱,心中埋藏着许多往事。", + "cncv": "斑马", + "jpcv": "岛崎信长", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 13348, + "atk": 296.58, + "def": 806.98 + }, + "growAttr": { + "key": "mastery", + "value": 115.19999694824 + }, + "talentKey": { + "4731": "a", + "4732": "e", + "4739": "q" + }, + "talentId": { + "10471": 4731, + "10472": 4732, + "10475": 4739 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "自在松石", + "boss": "魔偶机心", + "specialty": "海灵芝", + "normal": "攫金鸦印", + "talent": "「勤劳」的哲学", + "weekly": "鎏金之鳞" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/detail.json" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/detail.json" new file mode 100644 index 0000000000..65dae4b6f2 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/detail.json" @@ -0,0 +1,1093 @@ +{ + "id": "47", + "name": "枫原万叶", + "talent": { + "a": { + "id": 4731, + "name": "普通攻击·我流剑术", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,瞬间向前方挥出两剑。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。若这次下落攻击经由千早振施放,则会转为施放下落攻击·乱岚拨止。", + "

下落攻击·乱岚拨止

", + "通过元素战技·千早振施放的下落攻击,造成的伤害将转化为风元素伤害,并在落地时施展秘剑产生小型的风穴,牵引附近的物体与敌人。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.98%", + "48.64%", + "52.3%", + "57.53%", + "61.19%", + "65.38%", + "71.13%", + "76.88%", + "82.63%", + "88.91%", + "96.1%", + "104.56%", + "113.02%", + "121.47%", + "130.7%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "45.24%", + "48.92%", + "52.6%", + "57.86%", + "61.54%", + "65.75%", + "71.54%", + "77.32%", + "83.11%", + "89.42%", + "96.65%", + "105.16%", + "113.66%", + "122.17%", + "131.45%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "25.8% + 30.96%", + "27.9% + 33.48%", + "30% + 36%", + "33% + 39.6%", + "35.1% + 42.12%", + "37.5% + 45%", + "40.8% + 48.96%", + "44.1% + 52.92%", + "47.4% + 56.88%", + "51% + 61.2%", + "55.12% + 66.15%", + "59.98% + 71.97%", + "64.83% + 77.79%", + "69.68% + 83.61%", + "74.97% + 89.96%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "60.72%", + "65.66%", + "70.6%", + "77.66%", + "82.6%", + "88.25%", + "96.02%", + "103.78%", + "111.55%", + "120.02%", + "129.73%", + "141.14%", + "152.56%", + "163.98%", + "176.43%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "25.37%*3", + "27.43%*3", + "29.5%*3", + "32.45%*3", + "34.51%*3", + "36.88%*3", + "40.12%*3", + "43.36%*3", + "46.61%*3", + "50.15%*3", + "54.21%*3", + "58.98%*3", + "63.75%*3", + "68.52%*3", + "73.72%*3" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "43% + 74.65%", + "46.5% + 80.72%", + "50% + 86.8%", + "55% + 95.48%", + "58.5% + 101.56%", + "62.5% + 108.5%", + "68% + 118.05%", + "73.5% + 127.6%", + "79% + 137.14%", + "85% + 147.56%", + "91.87% + 159.49%", + "99.96% + 173.53%", + "108.05% + 187.57%", + "116.13% + 201.6%", + "124.95% + 216.91%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "81.83%", + "88.49%", + "95.16%", + "104.67%", + "111.33%", + "118.94%", + "129.41%", + "139.88%", + "150.35%", + "161.76%", + "173.18%", + "184.6%", + "196.02%", + "207.44%", + "218.86%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "163.63% / 204.39%", + "176.95% / 221.02%", + "190.27% / 237.66%", + "209.3% / 261.42%", + "222.62% / 278.06%", + "237.84% / 297.07%", + "258.77% / 323.21%", + "279.7% / 349.36%", + "300.63% / 375.5%", + "323.46% / 404.02%", + "346.29% / 432.54%", + "369.12% / 461.06%", + "391.96% / 489.57%", + "414.79% / 518.09%", + "437.62% / 546.61%" + ] + } + ] + }, + "e": { + "id": 4732, + "name": "千早振", + "desc": [ + "施展如同冲风般激昂的秘剑,将敌人与物体牵引至所在位置,击飞范围内的敌人,造成风元素伤害,并借由喷薄的气流如登泷般腾空而起。", + "枫原万叶因元素战技·千早振而升空后的10秒内并持续处于空中时,若进行下落攻击,则会施展格外强劲的下落攻击·乱岚拨止。", + "

点按

", + "可以在空中施放。", + "

长按

", + "积蓄力量后施展,相对于点按,在更大的范围内造成更高的风元素伤害。", + "

下落攻击·乱岚拨止

", + "通过元素战技·千早振施放的下落攻击,造成的伤害将转化为风元素伤害,并在落地时施展秘剑产生小型的风穴,牵引附近的物体与敌人。", + "乱岚拨止造成的伤害视为下落攻击伤害。", + "「枫袖起悲风,神代万世人百年,秋山落唐红。」" + ], + "tables": [ + { + "name": "点按技能伤害", + "unit": "", + "isSame": false, + "values": [ + "192%", + "206.4%", + "220.8%", + "240%", + "254.4%", + "268.8%", + "288%", + "307.2%", + "326.4%", + "345.6%", + "364.8%", + "384%", + "408%", + "432%", + "456%" + ] + }, + { + "name": "点按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "长按技能伤害", + "unit": "", + "isSame": false, + "values": [ + "260.8%", + "280.36%", + "299.92%", + "326%", + "345.56%", + "365.12%", + "391.2%", + "417.28%", + "443.36%", + "469.44%", + "495.52%", + "521.6%", + "554.2%", + "586.8%", + "619.4%" + ] + }, + { + "name": "长按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒" + ] + } + ] + }, + "q": { + "id": 4739, + "name": "万叶之一刀", + "desc": [ + "施展我流的奥义,斩出初岚般的一刀,造成风元素范围伤害。", + "刀风会留下名为「流风秋野」的领域,对其中的敌人造成间歇的风元素伤害。", + "

元素转化

", + "若流风秋野在持续期间接触了水元素/火元素/冰元素/雷元素,则会获得对应元素属性,额外造成该元素附加伤害。", + "这种转化在技能持续期间仅会发生一次。", + "「须臾照见万世长,一叶便知天下秋。我欲凭切枫一闪,做万世之问叩——」" + ], + "tables": [ + { + "name": "斩击伤害", + "unit": "", + "isSame": false, + "values": [ + "262.4%", + "282.08%", + "301.76%", + "328%", + "347.68%", + "367.36%", + "393.6%", + "419.84%", + "446.08%", + "472.32%", + "498.56%", + "524.8%", + "557.6%", + "590.4%", + "623.2%" + ] + }, + { + "name": "持续伤害", + "unit": "", + "isSame": false, + "values": [ + "120%", + "129%", + "138%", + "150%", + "159%", + "168%", + "180%", + "192%", + "204%", + "216%", + "228%", + "240%", + "255%", + "270%", + "285%" + ] + }, + { + "name": "附加元素伤害", + "unit": "", + "isSame": false, + "values": [ + "36%", + "38.7%", + "41.4%", + "45%", + "47.7%", + "50.4%", + "54%", + "57.6%", + "61.2%", + "64.8%", + "68.4%", + "72%", + "76.5%", + "81%", + "85.5%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 44.98, + 48.64, + 52.3, + 57.53, + 61.19, + 65.38, + 71.13, + 76.88, + 82.63, + 88.91, + 96.1, + 104.56, + 113.02, + 121.47, + 130.7 + ], + "二段伤害": [ + 45.24, + 48.92, + 52.6, + 57.86, + 61.54, + 65.75, + 71.54, + 77.32, + 83.11, + 89.42, + 96.65, + 105.16, + 113.66, + 122.17, + 131.45 + ], + "三段伤害": [ + 56.760000000000005, + 61.379999999999995, + 66, + 72.6, + 77.22, + 82.5, + 89.75999999999999, + 97.02000000000001, + 104.28, + 112.2, + 121.27000000000001, + 131.95, + 142.62, + 153.29000000000002, + 164.93 + ], + "三段伤害2": [ + [ + 25.8, + 30.96 + ], + [ + 27.9, + 33.48 + ], + [ + 30, + 36 + ], + [ + 33, + 39.6 + ], + [ + 35.1, + 42.12 + ], + [ + 37.5, + 45 + ], + [ + 40.8, + 48.96 + ], + [ + 44.1, + 52.92 + ], + [ + 47.4, + 56.88 + ], + [ + 51, + 61.2 + ], + [ + 55.12, + 66.15 + ], + [ + 59.98, + 71.97 + ], + [ + 64.83, + 77.79 + ], + [ + 69.68, + 83.61 + ], + [ + 74.97, + 89.96 + ] + ], + "四段伤害": [ + 60.72, + 65.66, + 70.6, + 77.66, + 82.6, + 88.25, + 96.02, + 103.78, + 111.55, + 120.02, + 129.73, + 141.14, + 152.56, + 163.98, + 176.43 + ], + "五段伤害": [ + 76.11, + 82.28999999999999, + 88.5, + 97.35000000000001, + 103.53, + 110.64000000000001, + 120.35999999999999, + 130.07999999999998, + 139.82999999999998, + 150.45, + 162.63, + 176.94, + 191.25, + 205.56, + 221.16 + ], + "重击伤害": [ + 117.65, + 127.22, + 136.8, + 150.48000000000002, + 160.06, + 171, + 186.05, + 201.1, + 216.14, + 232.56, + 251.36, + 273.49, + 295.62, + 317.73, + 341.86 + ], + "重击伤害2": [ + [ + 43, + 74.65 + ], + [ + 46.5, + 80.72 + ], + [ + 50, + 86.8 + ], + [ + 55, + 95.48 + ], + [ + 58.5, + 101.56 + ], + [ + 62.5, + 108.5 + ], + [ + 68, + 118.05 + ], + [ + 73.5, + 127.6 + ], + [ + 79, + 137.14 + ], + [ + 85, + 147.56 + ], + [ + 91.87, + 159.49 + ], + [ + 99.96, + 173.53 + ], + [ + 108.05, + 187.57 + ], + [ + 116.13, + 201.6 + ], + [ + 124.95, + 216.91 + ] + ], + "下坠期间伤害": [ + 81.83, + 88.49, + 95.16, + 104.67, + 111.33, + 118.94, + 129.41, + 139.88, + 150.35, + 161.76, + 173.18, + 184.6, + 196.02, + 207.44, + 218.86 + ], + "低空/高空坠地冲击伤害": [ + [ + 163.63, + 204.39 + ], + [ + 176.95, + 221.02 + ], + [ + 190.27, + 237.66 + ], + [ + 209.3, + 261.42 + ], + [ + 222.62, + 278.06 + ], + [ + 237.84, + 297.07 + ], + [ + 258.77, + 323.21 + ], + [ + 279.7, + 349.36 + ], + [ + 300.63, + 375.5 + ], + [ + 323.46, + 404.02 + ], + [ + 346.29, + 432.54 + ], + [ + 369.12, + 461.06 + ], + [ + 391.96, + 489.57 + ], + [ + 414.79, + 518.09 + ], + [ + 437.62, + 546.61 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 163.63, + 204.39 + ], + [ + 176.95, + 221.02 + ], + [ + 190.27, + 237.66 + ], + [ + 209.3, + 261.42 + ], + [ + 222.62, + 278.06 + ], + [ + 237.84, + 297.07 + ], + [ + 258.77, + 323.21 + ], + [ + 279.7, + 349.36 + ], + [ + 300.63, + 375.5 + ], + [ + 323.46, + 404.02 + ], + [ + 346.29, + 432.54 + ], + [ + 369.12, + 461.06 + ], + [ + 391.96, + 489.57 + ], + [ + 414.79, + 518.09 + ], + [ + 437.62, + 546.61 + ] + ] + }, + "e": { + "点按技能伤害": [ + 192, + 206.4, + 220.8, + 240, + 254.4, + 268.8, + 288, + 307.2, + 326.4, + 345.6, + 364.8, + 384, + 408, + 432, + 456 + ], + "长按技能伤害": [ + 260.8, + 280.36, + 299.92, + 326, + 345.56, + 365.12, + 391.2, + 417.28, + 443.36, + 469.44, + 495.52, + 521.6, + 554.2, + 586.8, + 619.4 + ] + }, + "q": { + "斩击伤害": [ + 262.4, + 282.08, + 301.76, + 328, + 347.68, + 367.36, + 393.6, + 419.84, + 446.08, + 472.32, + 498.56, + 524.8, + 557.6, + 590.4, + 623.2 + ], + "持续伤害": [ + 120, + 129, + 138, + 150, + 159, + 168, + 180, + 192, + 204, + 216, + 228, + 240, + 255, + 270, + 285 + ], + "附加元素伤害": [ + 36, + 38.7, + 41.4, + 45, + 47.7, + 50.4, + 54, + 57.6, + 61.2, + 64.8, + 68.4, + 72, + 76.5, + 81, + 85.5 + ] + } + }, + "cons": { + "1": { + "name": "千山红遍", + "desc": [ + "

千早振的冷却时间减少10%。

", + "施放万叶之一刀时,重置千早振的冷却时间。" + ] + }, + "2": { + "name": "山岚残芯", + "desc": [ + "万叶之一刀的流风秋野具有以下效果:", + "·持续期间内,枫原万叶自己的元素精通提升200点;", + "·其中的场上角色的元素精通提升200点。", + "该命之座提供的元素精通提升效果无法叠加。" + ] + }, + "3": { + "name": "枫袖奇谭", + "desc": [ + "

千早振的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "大空幻法", + "desc": [ + "当枫原万叶的元素能量低于45点时,具有如下效果:", + "·点按、长按施放千早振时,将分别为枫原万叶恢复3、4点元素能量;", + "·处于滑翔状态下时,每秒为枫原万叶恢复2点元素能量。" + ] + }, + "5": { + "name": "万世之集", + "desc": [ + "万叶之一刀的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "血赤叶红", + "desc": [ + "枫原万叶施放千早振或万叶之一刀后的5秒内,获得风元素附魔,并且枫原万叶的每点元素精通,都会使他的普通攻击、重击、下落攻击造成的伤害提高0.2%。" + ] + } + }, + "passive": [ + { + "name": "松风霞立", + "desc": [ + "队伍中自己的角色冲刺消耗的体力降低20%。", + "无法与效果完全相同的固有天赋叠加。" + ] + }, + { + "name": "相闻之剑法", + "desc": [ + "千早振在施放时,如果接触了水元素/火元素/冰元素/雷元素,则会使这次千早振的下落攻击·乱岚拨止,发生元素转化,将附加200%攻击力的对应元素伤害,该伤害视为下落攻击伤害。每次千早振的技能效果中,元素转化仅会发生一次。" + ] + }, + { + "name": "风物之诗咏", + "desc": [ + "枫原万叶触发扩散反应后,枫原万叶的每点元素精通,会为队伍中所有角色提供0.04%对应元素伤害加成,持续8秒。通过这种方式获得的不同元素伤害加成可以共存。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "mastery" + ], + "details": { + "1": [ + 1039, + 23.09, + 62.82, + 0 + ], + "20": [ + 2695, + 59.89, + 162.96, + 0 + ], + "40": [ + 5366, + 119.24, + 324.44, + 0 + ], + "50": [ + 6902, + 153.37, + 417.3, + 28.799999237061 + ], + "60": [ + 8659, + 192.39, + 523.49, + 57.599998474121 + ], + "70": [ + 10213, + 226.91, + 617.42, + 57.599998474121 + ], + "80": [ + 11777, + 261.67, + 711.98, + 86.400001525879 + ], + "90": [ + 13348, + 296.58, + 806.98, + 115.19999694824 + ], + "20+": [ + 3586, + 79.69, + 216.82, + 0 + ], + "40+": [ + 5999, + 133.3, + 362.71, + 28.799999237061 + ], + "50+": [ + 7747, + 172.12, + 468.33, + 57.599998474121 + ], + "60+": [ + 9292, + 206.46, + 561.76, + 57.599998474121 + ], + "70+": [ + 10846, + 240.98, + 655.69, + 86.400001525879 + ], + "80+": [ + 12410, + 275.73, + 750.25, + 115.19999694824 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-1.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-1.webp" new file mode 100644 index 0000000000..6aa8145afc Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-2.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-2.webp" new file mode 100644 index 0000000000..6eb0572ee8 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-3.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-3.webp" new file mode 100644 index 0000000000..708f13fd7d Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-4.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-4.webp" new file mode 100644 index 0000000000..3b09291f17 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-5.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-5.webp" new file mode 100644 index 0000000000..48268f123d Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-6.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-6.webp" new file mode 100644 index 0000000000..6f5c6f13b7 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/passive-0.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/passive-0.webp" new file mode 100644 index 0000000000..e1d05d0ffd Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/passive-1.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/passive-1.webp" new file mode 100644 index 0000000000..3e35606e70 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/passive-2.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/passive-2.webp" new file mode 100644 index 0000000000..7131110c1d Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/talent-a.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/talent-e.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/talent-e.webp" new file mode 100644 index 0000000000..708f13fd7d Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/talent-q.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/talent-q.webp" new file mode 100644 index 0000000000..ae062cfa09 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/banner.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/banner.webp" new file mode 100644 index 0000000000..a92b4ca3b1 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/card.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/card.webp" new file mode 100644 index 0000000000..eaa9f01fef Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/face.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/face.webp" new file mode 100644 index 0000000000..7247054f07 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/gacha.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/gacha.webp" new file mode 100644 index 0000000000..b821c02ec6 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/side.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/side.webp" new file mode 100644 index 0000000000..d272e0d8cc Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/splash.webp" "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/splash.webp" new file mode 100644 index 0000000000..072c54d0bf Binary files /dev/null and "b/plugin/kokomi/data/character/\346\236\253\345\216\237\344\270\207\345\217\266/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/data.json" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/data.json" new file mode 100644 index 0000000000..19aa3889bd --- /dev/null +++ "b/plugin/kokomi/data/character/\346\237\257\350\216\261/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000067, + "name": "柯莱", + "abbr": "柯莱", + "title": "萃念初蘖", + "star": 4, + "elem": "dendro", + "allegiance": "化城郭", + "weapon": "bow", + "birth": "5-8", + "astro": "薮猫座", + "desc": "活跃于道成林的见习巡林员,热情的言行背后是一颗依旧稍显内向的心。", + "cncv": "秦文静", + "jpcv": "前川凉子", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 9787, + "atk": 199.65, + "def": 600.62 + }, + "growAttr": { + "key": "atkPct", + "value": 24 + }, + "talentKey": { + "6731": "a", + "6732": "e", + "6739": "q" + }, + "talentId": { + "10671": 6731, + "10672": 6732, + "10675": 6739 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "生长碧翡", + "boss": "蕈王钩喙", + "specialty": "树王圣体菇", + "normal": "历战的箭簇", + "talent": "「笃行」的哲学", + "weekly": "祸神之禊泪" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/detail.json" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/detail.json" new file mode 100644 index 0000000000..44fc8e3eee --- /dev/null +++ "b/plugin/kokomi/data/character/\346\237\257\350\216\261/detail.json" @@ -0,0 +1,837 @@ +{ + "id": "67", + "name": "柯莱", + "talent": { + "a": { + "id": 6731, + "name": "普通攻击·祈颂射艺", + "desc": [ + "

普通攻击

", + "进行至多四段的连续弓箭射击。", + "

重击

", + "进行伤害更高、更为精准的瞄准射击。", + "瞄准时,草元素会凭附在箭矢上。聚满了草元素的箭矢会造成草元素伤害。", + "

下落攻击

", + "从空中射出箭雨,并迅速下坠冲击地面,在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "43.6%", + "47.15%", + "50.7%", + "55.77%", + "59.32%", + "63.38%", + "68.95%", + "74.53%", + "80.11%", + "86.19%", + "92.27%", + "98.36%", + "104.44%", + "110.53%", + "116.61%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "42.66%", + "46.13%", + "49.6%", + "54.56%", + "58.03%", + "62%", + "67.46%", + "72.91%", + "78.37%", + "84.32%", + "90.27%", + "96.22%", + "102.18%", + "108.13%", + "114.08%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "54.09%", + "58.5%", + "62.9%", + "69.19%", + "73.59%", + "78.62%", + "85.54%", + "92.46%", + "99.38%", + "106.93%", + "114.48%", + "122.03%", + "129.57%", + "137.12%", + "144.67%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "68.03%", + "73.56%", + "79.1%", + "87.01%", + "92.55%", + "98.87%", + "107.58%", + "116.28%", + "124.98%", + "134.47%", + "143.96%", + "153.45%", + "162.95%", + "172.44%", + "181.93%" + ] + }, + { + "name": "瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "43.86%", + "47.43%", + "51%", + "56.1%", + "59.67%", + "63.75%", + "69.36%", + "74.97%", + "80.58%", + "86.7%", + "92.82%", + "98.94%", + "105.06%", + "111.18%", + "117.3%" + ] + }, + { + "name": "满蓄力瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "124%", + "133.3%", + "142.6%", + "155%", + "164.3%", + "173.6%", + "186%", + "198.4%", + "210.8%", + "223.2%", + "235.6%", + "248%", + "263.5%", + "279%", + "294.5%" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 6732, + "name": "拂花偈叶", + "desc": [ + "投掷飞叶轮,对触及的目标各造成一次草元素伤害。", + "飞叶轮将在投掷一定时间后返回,再次造成草元素伤害。", + "柯莱对付那些狂躁不安的野兽用的可靠小道具。被这东西敲过几下后,一般都会再度变得温顺起来。对于那些不怀好意的恶徒也同样好使。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "151.2%", + "162.54%", + "173.88%", + "189%", + "200.34%", + "211.68%", + "226.8%", + "241.92%", + "257.04%", + "272.16%", + "287.28%", + "302.4%", + "321.3%", + "340.2%", + "359.1%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + } + ] + }, + "q": { + "id": 6739, + "name": "猫猫秘宝", + "desc": [ + "

请可靠的柯里安巴上阵帮忙。

", + "投掷柯里安巴玩偶,爆发时造成草元素范围伤害,并产生柯里安巴领域。柯里安巴会在领域中不断跃动,造成草元素范围伤害。", + "「怎么样,很厉害吧!…哎?你问柯里安巴的名字是怎么来的?呜,这、这个…」" + ], + "tables": [ + { + "name": "爆发伤害", + "unit": "", + "isSame": false, + "values": [ + "201.82%", + "216.96%", + "232.1%", + "252.28%", + "267.42%", + "282.55%", + "302.74%", + "322.92%", + "343.1%", + "363.28%", + "383.47%", + "403.65%", + "428.88%", + "454.1%", + "479.33%" + ] + }, + { + "name": "跃动伤害", + "unit": "", + "isSame": false, + "values": [ + "43.25%", + "46.49%", + "49.74%", + "54.06%", + "57.3%", + "60.55%", + "64.87%", + "69.2%", + "73.52%", + "77.85%", + "82.17%", + "86.5%", + "91.9%", + "97.31%", + "102.71%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 43.6, + 47.15, + 50.7, + 55.77, + 59.32, + 63.38, + 68.95, + 74.53, + 80.11, + 86.19, + 92.27, + 98.36, + 104.44, + 110.53, + 116.61 + ], + "二段伤害": [ + 42.66, + 46.13, + 49.6, + 54.56, + 58.03, + 62, + 67.46, + 72.91, + 78.37, + 84.32, + 90.27, + 96.22, + 102.18, + 108.13, + 114.08 + ], + "三段伤害": [ + 54.09, + 58.5, + 62.9, + 69.19, + 73.59, + 78.62, + 85.54, + 92.46, + 99.38, + 106.93, + 114.48, + 122.03, + 129.57, + 137.12, + 144.67 + ], + "四段伤害": [ + 68.03, + 73.56, + 79.1, + 87.01, + 92.55, + 98.87, + 107.58, + 116.28, + 124.98, + 134.47, + 143.96, + 153.45, + 162.95, + 172.44, + 181.93 + ], + "瞄准射击": [ + 43.86, + 47.43, + 51, + 56.1, + 59.67, + 63.75, + 69.36, + 74.97, + 80.58, + 86.7, + 92.82, + 98.94, + 105.06, + 111.18, + 117.3 + ], + "满蓄力瞄准射击": [ + 124, + 133.3, + 142.6, + 155, + 164.3, + 173.6, + 186, + 198.4, + 210.8, + 223.2, + 235.6, + 248, + 263.5, + 279, + 294.5 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "技能伤害": [ + 151.2, + 162.54, + 173.88, + 189, + 200.34, + 211.68, + 226.8, + 241.92, + 257.04, + 272.16, + 287.28, + 302.4, + 321.3, + 340.2, + 359.1 + ] + }, + "q": { + "爆发伤害": [ + 201.82, + 216.96, + 232.1, + 252.28, + 267.42, + 282.55, + 302.74, + 322.92, + 343.1, + 363.28, + 383.47, + 403.65, + 428.88, + 454.1, + 479.33 + ], + "跃动伤害": [ + 43.25, + 46.49, + 49.74, + 54.06, + 57.3, + 60.55, + 64.87, + 69.2, + 73.52, + 77.85, + 82.17, + 86.5, + 91.9, + 97.31, + 102.71 + ] + } + }, + "cons": { + "1": { + "name": "巡护深林", + "desc": [ + "柯莱处于队伍后台时,元素充能效率提升20%。" + ] + }, + "2": { + "name": "漫行山薮", + "desc": [ + "

固有天赋「飞叶迴斜」转变为:

", + "飞叶轮返回时,将为角色赋予固有天赋「飞叶迴斜」的「新叶」状态,持续对身边的敌人造成相当于柯莱攻击力40%的草元素伤害,持续3秒。", + "从施放拂花偈叶开始,到此次新叶状态消失前,如果队伍中自己的角色触发了燃烧、原激化、超激化、蔓激化、绽放、超绽放或烈绽放反应,则使此次新叶效果的持续时间延长3秒。", + "新叶效果至多通过这种方式延长一次持续时间;在持续期间再次产生新叶效果时,将移除原有的效果。新叶效果造成的伤害视为元素战技伤害。", + "需要解锁固有天赋「飞叶迴斜」。" + ] + }, + "3": { + "name": "夏堇芳菲", + "desc": [ + "

拂花偈叶的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "骞林馈遗", + "desc": [ + "施放猫猫秘宝时,将使队伍中附近的所有角色(不包括柯莱自己)的元素精通提升60点,持续12秒。" + ] + }, + "5": { + "name": "俱象残火", + "desc": [ + "

猫猫秘宝的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "坠镞为林", + "desc": [ + "飞叶轮命中时,会产生一个迷你柯里安巴,造成相当于柯莱攻击力200%的草元素伤害。", + "每次施放拂花偈叶至多产生1次迷你柯里安巴。" + ] + } + }, + "passive": [ + { + "name": "「须弥飞行冠军」", + "desc": [ + "队伍中自己的角色滑翔消耗的体力降低20%。", + "无法与效果完全相同的固有天赋叠加。" + ] + }, + { + "name": "飞叶迴斜", + "desc": [ + "在飞叶轮返回前,如果队伍中自己的角色触发了燃烧、原激化、超激化、蔓激化、绽放、超绽放或烈绽放反应,则会在返回时为角色赋予「新叶」状态,持续对身边的敌人造成相当于柯莱攻击力40%的草元素伤害,持续3秒。", + "新叶效果持续期间再次产生新叶效果时,将移除原有的效果。新叶效果造成的伤害视为元素战技伤害。" + ] + }, + { + "name": "徐如旷林", + "desc": [ + "柯里安巴领域中的角色触发燃烧、原激化、超激化、蔓激化、绽放、超绽放或烈绽放反应时,将使领域的持续时间延长1秒。", + "一次猫猫秘宝中,至多通过这种方式延长3次持续时间。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 821, + 16.74, + 50.36, + 0 + ], + "20": [ + 2108, + 43, + 129.37, + 0 + ], + "40": [ + 4076, + 83.15, + 250.13, + 0 + ], + "50": [ + 5189, + 105.86, + 318.46, + 6 + ], + "60": [ + 6448, + 131.53, + 395.69, + 12 + ], + "70": [ + 7561, + 154.23, + 463.97, + 12 + ], + "80": [ + 8674, + 176.94, + 532.29, + 18 + ], + "90": [ + 9787, + 199.65, + 600.62, + 24 + ], + "20+": [ + 2721, + 55.51, + 166.99, + 0 + ], + "40+": [ + 4512, + 92.03, + 276.86, + 6 + ], + "50+": [ + 5770, + 117.71, + 354.1, + 12 + ], + "60+": [ + 6884, + 140.42, + 422.42, + 12 + ], + "70+": [ + 7996, + 163.11, + 490.7, + 18 + ], + "80+": [ + 9110, + 185.83, + 559.02, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-1.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-1.webp" new file mode 100644 index 0000000000..6265e316e6 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-2.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-2.webp" new file mode 100644 index 0000000000..aa15a03627 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-3.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-3.webp" new file mode 100644 index 0000000000..2c43da8640 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-4.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-4.webp" new file mode 100644 index 0000000000..fc2b4af5af Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-5.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-5.webp" new file mode 100644 index 0000000000..6b2609ef9f Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-6.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-6.webp" new file mode 100644 index 0000000000..8d9556cd56 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/passive-0.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/passive-0.webp" new file mode 100644 index 0000000000..9ac3a63e2c Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/passive-1.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/passive-1.webp" new file mode 100644 index 0000000000..9eaeb0d236 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/passive-2.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/passive-2.webp" new file mode 100644 index 0000000000..7df93c1a42 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/talent-a.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/talent-a.webp" new file mode 100644 index 0000000000..551e4ae608 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/talent-e.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/talent-e.webp" new file mode 100644 index 0000000000..2c43da8640 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/talent-q.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/talent-q.webp" new file mode 100644 index 0000000000..977ada3321 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/banner.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/banner.webp" new file mode 100644 index 0000000000..5f3aea5d05 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/card.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/card.webp" new file mode 100644 index 0000000000..3da123df3c Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/face.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/face.webp" new file mode 100644 index 0000000000..a3ce9dcf21 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/gacha.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/gacha.webp" new file mode 100644 index 0000000000..0c62a18fef Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/side.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/side.webp" new file mode 100644 index 0000000000..672ec45152 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/splash.webp" "b/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/splash.webp" new file mode 100644 index 0000000000..d4303ccfd3 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\237\257\350\216\261/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/data.json" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/data.json" new file mode 100644 index 0000000000..5a3e1599e6 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/data.json" @@ -0,0 +1,49 @@ +{ + "id": 10000075, + "name": "流浪者", + "abbr": "流浪者", + "title": "久世浮倾", + "star": 5, + "elem": "anemo", + "allegiance": "无", + "weapon": "catalyst", + "birth": "1-3", + "astro": "浪客座", + "desc": "身份成谜的流浪人士。衣着打扮像是修验者,言行却并不是修验者应有的模样。", + "cncv": "鹿喑", + "jpcv": "柿原彻也", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10164, + "atk": 327.67, + "def": 607.16 + }, + "growAttr": { + "key": "cpct", + "value": 19.2 + }, + "talentKey": { + "7531": "a", + "7532": "e", + "7539": "q" + }, + "talentId": { + "10751": 7531, + "10752": 7532, + "10755": 7539 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "自在松石", + "boss": "永续机芯", + "specialty": "树王圣体菇", + "normal": "名刀镡", + "talent": "「笃行」的哲学", + "weekly": "空行的虚铃" + }, + "eta": 1670382000000 +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/detail.json" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/detail.json" new file mode 100644 index 0000000000..56f640d0e0 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/detail.json" @@ -0,0 +1,953 @@ +{ + "id": "75", + "name": "流浪者", + "talent": { + "a": { + "id": 7531, + "name": "普通攻击·行幡鸣弦", + "desc": [ + "

普通攻击

", + "释放风刃,进行至多三段的攻击,造成风元素伤害。", + "

重击

", + "消耗一定体力,短暂咏唱后,在前方凝聚高压气场,造成风元素范围伤害。", + "

下落攻击

", + "凝聚风元素的力量,从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成风元素范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "68.71%", + "74.31%", + "79.9%", + "87.89%", + "93.48%", + "99.87%", + "108.66%", + "117.45%", + "126.24%", + "135.83%", + "145.42%", + "155.01%", + "164.59%", + "174.18%", + "183.77%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "65.02%", + "70.31%", + "75.6%", + "83.16%", + "88.45%", + "94.5%", + "102.82%", + "111.13%", + "119.45%", + "128.52%", + "137.59%", + "146.66%", + "155.74%", + "164.81%", + "173.88%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "47.64% + 47.64%", + "51.52% + 51.52%", + "55.4% + 55.4%", + "60.94% + 60.94%", + "64.82% + 64.82%", + "69.25% + 69.25%", + "75.34% + 75.34%", + "81.44% + 81.44%", + "87.53% + 87.53%", + "94.18% + 94.18%", + "100.83% + 100.83%", + "107.48% + 107.48%", + "114.12% + 114.12%", + "120.77% + 120.77%", + "127.42% + 127.42%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "132.08%", + "141.99%", + "151.89%", + "165.1%", + "175.01%", + "184.91%", + "198.12%", + "211.33%", + "224.54%", + "237.74%", + "250.95%", + "264.16%", + "280.67%", + "297.18%", + "313.69%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 7532, + "name": "羽画·风姿华歌", + "desc": [ + "凝聚大气的力量,借此摆脱大地的桎梏。对周围造成风元素伤害并跃升至空中,进入「优风倾姿」状态。", + "

优风倾姿

", + "流浪者在这种状态下,无法进行下落攻击,进行普通攻击与重击时,将转为进行空居·不生断与空居·刀风界,造成的伤害与影响范围提高,伤害分别视为普通攻击伤害与重击伤害。进行空居·刀风界将不消耗体力。", + "流浪者在这种状态下将持续悬浮在空中。此时,流浪者的行动具有如下特性:", + "·将持续消耗「空居力」,维持悬浮状态;", + "·进行冲刺时,将额外消耗空居力在空中加速;长按冲刺时,将持续消耗空居力以维持快速移动。该效果将替代冲刺;", + "·进行跳跃时,将额外消耗空居力抬升悬浮高度;长按跳跃时,将持续消耗空居力以持续抬升高度。", + "

空居力耗竭后将结束该状态。

", + "在优风倾姿持续期间再次施放将结束该状态。", + "「浮世倾舞,秘则为花。」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "95.2%", + "102.34%", + "109.48%", + "119%", + "126.14%", + "133.28%", + "142.8%", + "152.32%", + "161.84%", + "171.36%", + "180.88%", + "190.4%", + "202.3%", + "214.2%", + "226.1%" + ] + }, + { + "name": "空居·不生断伤害", + "unit": "", + "isSame": false, + "values": [ + "132.98%普通攻击伤害", + "134.96%普通攻击伤害", + "136.93%普通攻击伤害", + "139.5%普通攻击伤害", + "141.47%普通攻击伤害", + "143.45%普通攻击伤害", + "146.02%普通攻击伤害", + "148.58%普通攻击伤害", + "151.15%普通攻击伤害", + "153.72%普通攻击伤害", + "156.29%普通攻击伤害", + "158.85%普通攻击伤害", + "161.42%普通攻击伤害", + "163.99%普通攻击伤害", + "166.56%普通攻击伤害" + ] + }, + { + "name": "空居·刀风界伤害", + "unit": "", + "isSame": false, + "values": [ + "126.39%重击伤害", + "127.97%重击伤害", + "129.55%重击伤害", + "131.6%重击伤害", + "133.18%重击伤害", + "134.76%重击伤害", + "136.81%重击伤害", + "138.87%重击伤害", + "140.92%重击伤害", + "142.98%重击伤害", + "145.03%重击伤害", + "147.08%重击伤害", + "149.14%重击伤害", + "151.19%重击伤害", + "153.25%重击伤害" + ] + }, + { + "name": "初始空居力", + "unit": "", + "isSame": true, + "values": [ + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + } + ] + }, + "q": { + "id": 7539, + "name": "狂言·式乐五番", + "desc": [ + "将大气压缩,化变为粉碎一切烦恼的空洞,造成多次风元素范围伤害。", + "处于元素战技「羽画·风姿华歌」的优风倾姿状态下时,将在施放后结束优风倾姿状态。", + "「仄仄天将明,今昔旧梦如尘影,浮沉萩风中。」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "147.2%*5", + "158.24%*5", + "169.28%*5", + "184%*5", + "195.04%*5", + "206.08%*5", + "220.8%*5", + "235.52%*5", + "250.24%*5", + "264.96%*5", + "279.68%*5", + "294.4%*5", + "312.8%*5", + "331.2%*5", + "349.6%*5" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 68.71, + 74.31, + 79.9, + 87.89, + 93.48, + 99.87, + 108.66, + 117.45, + 126.24, + 135.83, + 145.42, + 155.01, + 164.59, + 174.18, + 183.77 + ], + "二段伤害": [ + 65.02, + 70.31, + 75.6, + 83.16, + 88.45, + 94.5, + 102.82, + 111.13, + 119.45, + 128.52, + 137.59, + 146.66, + 155.74, + 164.81, + 173.88 + ], + "三段伤害": [ + 95.28, + 103.04, + 110.8, + 121.88, + 129.64, + 138.5, + 150.68, + 162.88, + 175.06, + 188.36, + 201.66, + 214.96, + 228.24, + 241.54, + 254.84 + ], + "三段伤害2": [ + [ + 47.64, + 47.64 + ], + [ + 51.52, + 51.52 + ], + [ + 55.4, + 55.4 + ], + [ + 60.94, + 60.94 + ], + [ + 64.82, + 64.82 + ], + [ + 69.25, + 69.25 + ], + [ + 75.34, + 75.34 + ], + [ + 81.44, + 81.44 + ], + [ + 87.53, + 87.53 + ], + [ + 94.18, + 94.18 + ], + [ + 100.83, + 100.83 + ], + [ + 107.48, + 107.48 + ], + [ + 114.12, + 114.12 + ], + [ + 120.77, + 120.77 + ], + [ + 127.42, + 127.42 + ] + ], + "重击伤害": [ + 132.08, + 141.99, + 151.89, + 165.1, + 175.01, + 184.91, + 198.12, + 211.33, + 224.54, + 237.74, + 250.95, + 264.16, + 280.67, + 297.18, + 313.69 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "技能伤害": [ + 95.2, + 102.34, + 109.48, + 119, + 126.14, + 133.28, + 142.8, + 152.32, + 161.84, + 171.36, + 180.88, + 190.4, + 202.3, + 214.2, + 226.1 + ], + "空居·不生断伤害": [ + 132.98, + 134.96, + 136.93, + 139.5, + 141.47, + 143.45, + 146.02, + 148.58, + 151.15, + 153.72, + 156.29, + 158.85, + 161.42, + 163.99, + 166.56 + ], + "空居·刀风界伤害": [ + 126.39, + 127.97, + 129.55, + 131.6, + 133.18, + 134.76, + 136.81, + 138.87, + 140.92, + 142.98, + 145.03, + 147.08, + 149.14, + 151.19, + 153.25 + ] + }, + "q": { + "技能伤害": [ + 736, + 791.2, + 846.4, + 920, + 975.1999999999999, + 1030.4, + 1104, + 1177.6000000000001, + 1251.2, + 1324.8, + 1398.4, + 1472, + 1564, + 1656, + 1748 + ], + "技能伤害2": [ + [ + 147.2, + 5 + ], + [ + 158.24, + 5 + ], + [ + 169.28, + 5 + ], + [ + 184, + 5 + ], + [ + 195.04, + 5 + ], + [ + 206.08, + 5 + ], + [ + 220.8, + 5 + ], + [ + 235.52, + 5 + ], + [ + 250.24, + 5 + ], + [ + 264.96, + 5 + ], + [ + 279.68, + 5 + ], + [ + 294.4, + 5 + ], + [ + 312.8, + 5 + ], + [ + 331.2, + 5 + ], + [ + 349.6, + 5 + ] + ] + } + }, + "cons": { + "1": { + "name": "初番·茂风流羽行", + "desc": [ + "在优风倾姿状态下,流浪者进行空居·不生断与空居·刀风界的攻击速度提升10%。", + "此外,固有天赋「梦迹一风」发射的风矢能额外造成25%攻击力的伤害,该效果需要解锁固有天赋「梦迹一风」。" + ] + }, + "2": { + "name": "二番·箙岛廓白浪", + "desc": [ + "在优风倾姿状态下,狂言·式乐五番将依据空居力上限与当前的空居力的差值,每1点使此次狂言·式乐五番造成的伤害提升4%。", + "通过这种方式,至多使狂言·式乐五番造成的伤害提升200%。" + ] + }, + "3": { + "name": "三番·久世舞夕颜", + "desc": [ + "狂言·式乐五番的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "四番·花月歌浮舟", + "desc": [ + "施放羽画·风姿华歌时,若触发了固有天赋「拾玉得花」依据元素类型强化的效果,还将随机获得1种本次施放未触发的强化效果。同时至多获得3种元素对应的强化效果。", + "需要解锁固有天赋「拾玉得花」。" + ] + }, + "5": { + "name": "末番·今昔渡来殿", + "desc": [ + "羽画·风姿华歌的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "祝言·霞幕倾松风", + "desc": [ + "在优风倾姿状态下,流浪者主动施放的空居·不生断命中敌人时,将产生如下效果:", + "·在命中的位置额外进行一次空居·不生断,造成原本40%的伤害,该伤害视为普通攻击伤害;", + "·当流浪者的空居力低于40点时,为流浪者恢复4点空居力。每0.2秒至多通过这种方式恢复1次空居力,在一次优风倾姿的持续期间,至多触发5次。" + ] + } + }, + "passive": [ + { + "name": "廻色云弦", + "desc": [ + "突破弓与法器时,消耗的摩拉数量减少50%。" + ] + }, + { + "name": "拾玉得花", + "desc": [ + "施放羽画·风姿华歌时,若接触了水元素/火元素/冰元素/雷元素,则会依据触及的元素,在此次优风倾姿状态下获得对应的强化效果:", + "·水元素:空居力上限提升20点;", + "·火元素:攻击力提升30%;", + "·冰元素:暴击率提升20%;", + "·雷元素:普通攻击与重击命中敌人后,恢复0.8点元素能量,每0.2秒至多通过上述方式恢复一次元素能量。", + "同时至多获得2种元素对应的强化效果。" + ] + }, + { + "name": "梦迹一风", + "desc": [ + "在优风倾姿状态下,流浪者的空居·不生断或空居·刀风界命中敌人时,有16%几率获得「倾落」效果:流浪者在本次优风倾姿的状态下进行空中加速时,将移除倾落效果,使此次空中加速不消耗空居力,并发射4枚风矢,分别造成35%攻击力的风元素伤害。", + "空居·不生断与空居·刀风界未产生倾落效果时,会使下次产生概率提升12%;0.1秒内至多判定1次是否产生倾落效果。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cpct" + ], + "details": { + "1": [ + 791, + 25.51, + 47.27, + 0 + ], + "20": [ + 2053, + 66.17, + 122.61, + 0 + ], + "40": [ + 4086, + 131.74, + 244.1, + 0 + ], + "50": [ + 5256, + 169.45, + 313.97, + 4.8 + ], + "60": [ + 6593, + 212.56, + 393.86, + 9.6 + ], + "70": [ + 7777, + 250.7, + 464.54, + 9.6 + ], + "80": [ + 8968, + 289.1, + 535.68, + 14.4 + ], + "90": [ + 10164, + 327.67, + 607.16, + 19.2 + ], + "20+": [ + 2731, + 88.04, + 163.13, + 0 + ], + "40+": [ + 4568, + 147.28, + 272.9, + 4.8 + ], + "50+": [ + 5899, + 190.17, + 352.36, + 9.6 + ], + "60+": [ + 7076, + 228.1, + 422.66, + 9.6 + ], + "70+": [ + 8259, + 266.24, + 493.33, + 14.4 + ], + "80+": [ + 9450, + 304.64, + 564.48, + 19.2 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-1.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-1.webp" new file mode 100644 index 0000000000..914bd77a61 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-2.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-2.webp" new file mode 100644 index 0000000000..19dd49b179 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-3.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-3.webp" new file mode 100644 index 0000000000..0e56a27991 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-4.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-4.webp" new file mode 100644 index 0000000000..83a208366b Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-5.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-5.webp" new file mode 100644 index 0000000000..6cfbeca868 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-6.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-6.webp" new file mode 100644 index 0000000000..9c2c60aeb6 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/passive-0.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/passive-0.webp" new file mode 100644 index 0000000000..48828da33b Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/passive-1.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/passive-1.webp" new file mode 100644 index 0000000000..1a9ed5769c Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/passive-2.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/passive-2.webp" new file mode 100644 index 0000000000..f6ede91756 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/talent-a.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/talent-a.webp" new file mode 100644 index 0000000000..493510c1b2 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/talent-e.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/talent-e.webp" new file mode 100644 index 0000000000..0e56a27991 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/talent-q.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/talent-q.webp" new file mode 100644 index 0000000000..3b69ecd914 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/banner.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/banner.webp" new file mode 100644 index 0000000000..d911558bb6 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/banner.webp" @@ -0,0 +1,522 @@ + + + + + + + + + + + + + + + + + + + + + +Honey Impact - Genshin Impact Database - Honey Hunter World + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+
+ + + +

Honey Impact

+
+
Timers
EuropeMondayNorth AmericaMondayAsiaMonday
MonTueWedThuFriSatSun
Forsaken Rift
Jean
Traveler
Lisa
Traveler
Barbara
Kaeya
Diluc
Razor
Amber
Venti
Klee
Fischl
Bennett
Tartaglia
Noelle
Albedo
Diona
Mona
Sucrose
Rosaria
Eula
Aloy
Taishan Mansion
Traveler
Traveler
Xiangling
Beidou
Xingqiu
Xiao
Ningguang
Zhongli
Qiqi
Chongyun
Ganyu
Keqing
Xinyan
Hu Tao
Kaedehara Kazuha
Yanfei
Yelan
Shenhe
Yun Jin
Violet Court
Kamisato Ayaka
Traveler
Traveler
Yoimiya
Thoma
Raiden Shogun
Sayu
Sangonomiya Kokomi
Gorou
Kujou Sara
Arataki Itto
Yae Miko
Shikanoin Heizou
Kuki Shinobu
Kamisato Ayato
Steeple of Ignorance
Traveler
Traveler
Collei
Dori
Tighnari
Nilou
Cyno
Candace
Nahida
Layla
The Wanderer
Faruzan
Cecilia Garden
Silver Sword
Cool Steel
Harbinger of Dawn
Traveler’s Handy Sword
Favonius Sword
The Flute
Sacrificial Sword
Royal Longsword
The Black Sword
The Alley Flash
Sword of Descension
Festering Desire
Cinnabar Spindle
Aquila Favonia
Skyward Blade
Freedom-Sworn
Waster Greatsword
Old Merc’s Pal
Ferrous Shadow
Bloodtainted Greatsword
White Iron Greatsword
Favonius Greatsword
The Bell
Sacrificial Greatsword
Royal Greatsword
Snow-Tombed Starsilver
Skyward Pride
Wolf’s Gravestone
Song of Broken Pines
Beginner’s Protector
Iron Point
Deathmatch
Favonius Lance
Dragonspine Spear
Missive Windspear
Skyward Spine
Apprentice’s Notes
Pocket Grimoire
Magic Guide
Thrilling Tales of Dragon Slayers
Otherworldly Story
Favonius Codex
The Widsith
Sacrificial Fragments
Royal Grimoire
Wine and Song
Frostbearer
Dodoco Tales
Skyward Atlas
Lost Prayer to the Sacred Winds
Hunter’s Bow
Seasoned Hunter’s Bow
Raven Bow
Sharpshooter’s Oath
Recurve Bow
Favonius Warbow
The Stringless
Sacrificial Bow
Royal Bow
The Viridescent Hunt
Alley Hunter
Mitternachts Waltz
Windblume Ode
Skyward Harp
Amos’ Bow
Elegy for the End
Hidden Palace of Lianshan Formula
Dark Iron Sword
Fillet Blade
Skyrider Sword
Lion’s Roar
Prototype Rancour
Iron Sting
Blackcliff Longsword
Summit Shaper
Primordial Jade Cutter
Quartz
Debate Club
Skyrider Greatsword
Rainslasher
Prototype Archaic
Whiteblind
Blackcliff Slasher
Serpent Spine
Lithic Blade
Luxurious Sea-Lord
The Unforged
White Tassel
Halberd
Black Tassel
Dragon’s Bane
Prototype Starglitter
Crescent Pike
Blackcliff Pole
Lithic Spear
Royal Spear
Staff of Homa
Vortex Vanquisher
Primordial Jade Winged-Spear
Calamity Queller
Emerald Orb
Twin Nephrite
Amber Bead
Solar Pearl
Prototype Amber
Mappa Mare
Blackcliff Agate
Eye of Perception
Memory of Dust
Slingshot
Messenger
Ebony Bow
Rust
Prototype Crescent
Compound Bow
Blackcliff Warbow
Fading Twilight
Aqua Simulacra
Court of Flowing Sand
Amenoma Kageuchi
Kagotsurube Isshin
Floral Rainfall
Mistsplitter Reforged
Haran Geppaku Futsu
Katsuragikiri Nagamasa
Akuoumaru
Redhorn Stonethresher
Kitain Cross Spear
“The Catch”
Wavebreaker’s Fin
Engulfing Lightning
Hakushin Ring
Oathsworn Eye
Everlasting Moonglow
Kagura’s Verity
Hamayumi
Predator
Mouun’s Moon
Polar Star
Thundering Pulse
Tower of Abject Pride
Sapwood Blade
Xiphos’ Moonlight
Key of Khaj-Nisut
Makhaira Aquamarine
Forest Regalia
Moonpiercer
Staff of the Scarlet Sands
Wandering Evenstar
Fruit of Fulfillment
A Thousand Floating Dreams
Tullaytullah’s Remembrance
King’s Squire
End of the Line
Hunter’s Path
Filter SettingsWe use Local Storage on YOUR device to store filter settings. Usually it’s not needed, but if you clear your browser Local Storage often, consider saving your filter settings, just in case if they go kaput (:
Save /
+
+
+ +
+
+ + + +
+
+
+ + + +
+
+
+

+
+ + + + + + diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/card.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/card.webp" new file mode 100644 index 0000000000..a832a7c63d Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/face.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/face.webp" new file mode 100644 index 0000000000..7e1d70aa08 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/gacha.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/gacha.webp" new file mode 100644 index 0000000000..09748cb8dc Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/side.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/side.webp" new file mode 100644 index 0000000000..a7b16c5181 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/splash.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/splash.webp" new file mode 100644 index 0000000000..ed6c04994f Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/splash0.webp" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/splash0.webp" new file mode 100644 index 0000000000..c3ba62aa9c Binary files /dev/null and "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/imgs/splash0.webp" differ diff --git "a/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/meta.json" "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/meta.json" new file mode 100644 index 0000000000..44d9ca9768 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\265\201\346\265\252\350\200\205/meta.json" @@ -0,0 +1,429 @@ +{ + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cpct" + ], + "attrs": { + "1": [ + "791", + "25.51", + "47.27", + "0%" + ], + "20": [ + "2053", + "66.17", + "122.61", + "0%" + ], + "50": [ + "5256", + "169.45", + "313.97", + "4.8%" + ], + "60": [ + "6593", + "212.56", + "393.86", + "9.6%" + ], + "70": [ + "7777", + "250.7", + "464.54", + "9.6%" + ], + "80": [ + "8968", + "289.1", + "535.68", + "14.4%" + ], + "90": [ + "10164", + "327.67", + "607.16", + "19.2%" + ], + "20+": [ + "2731", + "88.04", + "163.13", + "0%" + ], + "50+": [ + "5899", + "190.17", + "352.36", + "9.6%" + ], + "60+": [ + "7076", + "228.1", + "422.66", + "9.6%" + ], + "70+": [ + "8259", + "266.24", + "493.33", + "14.4%" + ], + "80+": [ + "9450", + "304.64", + "564.48", + "19.2%" + ] + }, + "talent": { + "a": { + "一段伤害": [ + 66.18, + 71.57, + 76.96, + 84.65, + 90.04, + 96.19, + 104.66, + 113.12, + 121.59, + 130.82, + 140.06, + 149.29, + 158.53, + 167.76, + 177 + ], + "二段伤害": [ + 62.54, + 67.63, + 72.72, + 79.99, + 85.08, + 90.9, + 98.9, + 106.9, + 114.9, + 123.62, + 132.35, + 141.08, + 149.8, + 158.53, + 167.26 + ], + "三段伤害": [ + 91.5, + 98.96, + 106.4, + 117.04, + 124.5, + 133, + 144.7, + 156.42, + 168.12, + 180.88, + 193.66, + 206.42, + 219.18, + 231.96, + 244.72 + ], + "三段伤害2": [ + [ + 45.75, + 45.75 + ], + [ + 49.48, + 49.48 + ], + [ + 53.2, + 53.2 + ], + [ + 58.52, + 58.52 + ], + [ + 62.25, + 62.25 + ], + [ + 66.5, + 66.5 + ], + [ + 72.35, + 72.35 + ], + [ + 78.21, + 78.21 + ], + [ + 84.06, + 84.06 + ], + [ + 90.44, + 90.44 + ], + [ + 96.83, + 96.83 + ], + [ + 103.21, + 103.21 + ], + [ + 109.59, + 109.59 + ], + [ + 115.98, + 115.98 + ], + [ + 122.36, + 122.36 + ] + ], + "重击伤害": [ + 132.08, + 141.99, + 151.89, + 165.1, + 175.01, + 184.91, + 198.12, + 211.33, + 224.54, + 237.74, + 250.95, + 264.16, + 280.67, + 297.18, + 313.69 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "技能伤害": [ + 95.2, + 102.34, + 109.48, + 119, + 126.14, + 133.28, + 142.8, + 152.32, + 161.84, + 171.36, + 180.88, + 190.4, + 202.3, + 214.2, + 226.1 + ], + "空居·不生断伤害": [ + 132.98, + 134.96, + 136.93, + 139.5, + 141.47, + 143.45, + 146.02, + 148.58, + 151.15, + 153.72, + 156.29, + 158.85, + 161.42, + 163.99, + 166.56 + ], + "空居·刀风界伤害": [ + 126.39, + 127.97, + 129.55, + 131.6, + 133.18, + 134.76, + 136.81, + 138.87, + 140.92, + 142.98, + 145.03, + 147.08, + 149.14, + 151.19, + 153.25 + ] + }, + "q": { + "技能伤害": [ + 736, + 791.2, + 846.4, + 920, + 975.1999999999999, + 1030.4, + 1104, + 1177.6000000000001, + 1251.2, + 1324.8, + 1398.4, + 1472, + 1564, + 1656, + 1748 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/data.json" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/data.json" new file mode 100644 index 0000000000..240cd33055 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\270\251\350\277\252/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000022, + "name": "温迪", + "abbr": "温迪", + "title": "风色诗人", + "star": 5, + "elem": "anemo", + "allegiance": "蒙德城", + "weapon": "bow", + "birth": "6-16", + "astro": "歌仙座", + "desc": "蒙德城诸多吟游诗人中的一位,自由自在地穿行在街头巷尾。", + "cncv": "喵酱", + "jpcv": "村濑步", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10531, + "atk": 263.1, + "def": 668.64 + }, + "growAttr": { + "key": "recharge", + "value": 32 + }, + "talentKey": { + "2231": "a", + "2232": "e", + "2239": "q" + }, + "talentId": { + "10221": 2231, + "10224": 2232, + "10225": 2239 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "自在松石", + "boss": "飓风之种", + "specialty": "塞西莉亚花", + "normal": "史莱姆原浆", + "talent": "「诗文」的哲学", + "weekly": "北风之尾" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/detail.json" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/detail.json" new file mode 100644 index 0000000000..72bdd97236 --- /dev/null +++ "b/plugin/kokomi/data/character/\346\270\251\350\277\252/detail.json" @@ -0,0 +1,1103 @@ +{ + "id": "22", + "name": "温迪", + "talent": { + "a": { + "id": 2231, + "name": "普通攻击·神代射术", + "desc": [ + "

普通攻击

", + "进行至多六段的连续弓箭射击。", + "

重击

", + "进行伤害更高、更为精准的瞄准射击。", + "瞄准时,眷顾天地的风会在箭矢上持续积聚。聚满了风之力的箭矢会造成风元素伤害。", + "

下落攻击

", + "从空中射出箭雨,并迅速下坠冲击地面,在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "20.38% + 20.38%", + "22.04% + 22.04%", + "23.7% + 23.7%", + "26.07% + 26.07%", + "27.73% + 27.73%", + "29.62% + 29.62%", + "32.23% + 32.23%", + "34.84% + 34.84%", + "37.45% + 37.45%", + "40.29% + 40.29%", + "43.55% + 43.55%", + "47.38% + 47.38%", + "51.21% + 51.21%", + "55.05% + 55.05%", + "59.23% + 59.23%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.38%", + "47.99%", + "51.6%", + "56.76%", + "60.37%", + "64.5%", + "70.18%", + "75.85%", + "81.53%", + "87.72%", + "94.81%", + "103.16%", + "111.5%", + "119.85%", + "128.95%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "52.37%", + "56.64%", + "60.9%", + "66.99%", + "71.25%", + "76.13%", + "82.82%", + "89.52%", + "96.22%", + "103.53%", + "111.9%", + "121.75%", + "131.6%", + "141.45%", + "152.19%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "26.06% + 26.06%", + "28.18% + 28.18%", + "30.3% + 30.3%", + "33.33% + 33.33%", + "35.45% + 35.45%", + "37.87% + 37.87%", + "41.21% + 41.21%", + "44.54% + 44.54%", + "47.87% + 47.87%", + "51.51% + 51.51%", + "55.68% + 55.68%", + "60.58% + 60.58%", + "65.48% + 65.48%", + "70.37% + 70.37%", + "75.72% + 75.72%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "50.65%", + "54.78%", + "58.9%", + "64.79%", + "68.91%", + "73.62%", + "80.1%", + "86.58%", + "93.06%", + "100.13%", + "108.23%", + "117.75%", + "127.28%", + "136.8%", + "147.19%" + ] + }, + { + "name": "六段伤害", + "unit": "", + "isSame": false, + "values": [ + "70.95%", + "76.73%", + "82.5%", + "90.75%", + "96.53%", + "103.13%", + "112.2%", + "121.27%", + "130.35%", + "140.25%", + "151.59%", + "164.93%", + "178.27%", + "191.61%", + "206.17%" + ] + }, + { + "name": "瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "43.86%", + "47.43%", + "51%", + "56.1%", + "59.67%", + "63.75%", + "69.36%", + "74.97%", + "80.58%", + "86.7%", + "93.71%", + "101.96%", + "110.21%", + "118.45%", + "127.45%" + ] + }, + { + "name": "满蓄力瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "124%", + "133.3%", + "142.6%", + "155%", + "164.3%", + "173.6%", + "186%", + "198.4%", + "210.8%", + "223.2%", + "236.1%", + "252.96%", + "269.82%", + "286.69%", + "303.55%" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 2232, + "name": "高天之歌", + "desc": [ + "呼唤与诗和乐协鸣的风,将在尘泥中行走的事物送上高空吧。", + "

点按

", + "在敌人所在的位置唤出风域,造成风元素范围伤害,并击飞其中的敌人。", + "

长按

", + "以自身为中心,唤出更大的风域,造成风元素范围伤害,并击飞其中的敌人。", + "长按施放后,温迪会乘风飞到空中。", + "被高天之歌击飞的敌人,在短时间内会缓慢坠落。", + "在人与神还同行于大地的时代,无数的歌曲传遍四方的天空。这是早已被遗忘的曲调。" + ], + "tables": [ + { + "name": "点按伤害", + "unit": "", + "isSame": false, + "values": [ + "276%", + "296.7%", + "317.4%", + "345%", + "365.7%", + "386.4%", + "414%", + "441.6%", + "469.2%", + "496.8%", + "524.4%", + "552%", + "586.5%", + "621%", + "655.5%" + ] + }, + { + "name": "点按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "长按伤害", + "unit": "", + "isSame": false, + "values": [ + "380%", + "408.5%", + "437%", + "475%", + "503.5%", + "532%", + "570%", + "608%", + "646%", + "684%", + "722%", + "760%", + "807.5%", + "855%", + "902.5%" + ] + }, + { + "name": "长按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + } + ] + }, + "q": { + "id": 2239, + "name": "风神之诗", + "desc": [ + "射出千风汇聚而成的箭矢,在前方造出巨大的暴风之眼,将敌人卷入,持续造成风元素伤害。", + "

元素转化

", + "若暴风之眼在技能持续期间接触了水元素/火元素/冰元素/雷元素,则会获得对应元素属性,额外造成该元素的附加伤害。", + "元素转化在技能持续期间仅会发生一次。", + "称颂风之神的诗篇有许多已经佚失。其中这一首描述的是他与风的力量。" + ], + "tables": [ + { + "name": "持续伤害", + "unit": "", + "isSame": false, + "values": [ + "37.6%", + "40.42%", + "43.24%", + "47%", + "49.82%", + "52.64%", + "56.4%", + "60.16%", + "63.92%", + "67.68%", + "71.44%", + "75.2%", + "79.9%", + "84.6%", + "89.3%" + ] + }, + { + "name": "附加元素伤害", + "unit": "", + "isSame": false, + "values": [ + "18.8%", + "20.21%", + "21.62%", + "23.5%", + "24.91%", + "26.32%", + "28.2%", + "30.08%", + "31.96%", + "33.84%", + "35.72%", + "37.6%", + "39.95%", + "42.3%", + "44.65%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 40.76, + 44.08, + 47.4, + 52.14, + 55.46, + 59.24, + 64.46, + 69.68, + 74.9, + 80.58, + 87.1, + 94.76, + 102.42, + 110.1, + 118.46 + ], + "一段伤害2": [ + [ + 20.38, + 20.38 + ], + [ + 22.04, + 22.04 + ], + [ + 23.7, + 23.7 + ], + [ + 26.07, + 26.07 + ], + [ + 27.73, + 27.73 + ], + [ + 29.62, + 29.62 + ], + [ + 32.23, + 32.23 + ], + [ + 34.84, + 34.84 + ], + [ + 37.45, + 37.45 + ], + [ + 40.29, + 40.29 + ], + [ + 43.55, + 43.55 + ], + [ + 47.38, + 47.38 + ], + [ + 51.21, + 51.21 + ], + [ + 55.05, + 55.05 + ], + [ + 59.23, + 59.23 + ] + ], + "二段伤害": [ + 44.38, + 47.99, + 51.6, + 56.76, + 60.37, + 64.5, + 70.18, + 75.85, + 81.53, + 87.72, + 94.81, + 103.16, + 111.5, + 119.85, + 128.95 + ], + "三段伤害": [ + 52.37, + 56.64, + 60.9, + 66.99, + 71.25, + 76.13, + 82.82, + 89.52, + 96.22, + 103.53, + 111.9, + 121.75, + 131.6, + 141.45, + 152.19 + ], + "四段伤害": [ + 52.12, + 56.36, + 60.6, + 66.66, + 70.9, + 75.74, + 82.42, + 89.08, + 95.74, + 103.02, + 111.36, + 121.16, + 130.96, + 140.74, + 151.44 + ], + "四段伤害2": [ + [ + 26.06, + 26.06 + ], + [ + 28.18, + 28.18 + ], + [ + 30.3, + 30.3 + ], + [ + 33.33, + 33.33 + ], + [ + 35.45, + 35.45 + ], + [ + 37.87, + 37.87 + ], + [ + 41.21, + 41.21 + ], + [ + 44.54, + 44.54 + ], + [ + 47.87, + 47.87 + ], + [ + 51.51, + 51.51 + ], + [ + 55.68, + 55.68 + ], + [ + 60.58, + 60.58 + ], + [ + 65.48, + 65.48 + ], + [ + 70.37, + 70.37 + ], + [ + 75.72, + 75.72 + ] + ], + "五段伤害": [ + 50.65, + 54.78, + 58.9, + 64.79, + 68.91, + 73.62, + 80.1, + 86.58, + 93.06, + 100.13, + 108.23, + 117.75, + 127.28, + 136.8, + 147.19 + ], + "六段伤害": [ + 70.95, + 76.73, + 82.5, + 90.75, + 96.53, + 103.13, + 112.2, + 121.27, + 130.35, + 140.25, + 151.59, + 164.93, + 178.27, + 191.61, + 206.17 + ], + "瞄准射击": [ + 43.86, + 47.43, + 51, + 56.1, + 59.67, + 63.75, + 69.36, + 74.97, + 80.58, + 86.7, + 93.71, + 101.96, + 110.21, + 118.45, + 127.45 + ], + "满蓄力瞄准射击": [ + 124, + 133.3, + 142.6, + 155, + 164.3, + 173.6, + 186, + 198.4, + 210.8, + 223.2, + 236.1, + 252.96, + 269.82, + 286.69, + 303.55 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "点按伤害": [ + 276, + 296.7, + 317.4, + 345, + 365.7, + 386.4, + 414, + 441.6, + 469.2, + 496.8, + 524.4, + 552, + 586.5, + 621, + 655.5 + ], + "长按伤害": [ + 380, + 408.5, + 437, + 475, + 503.5, + 532, + 570, + 608, + 646, + 684, + 722, + 760, + 807.5, + 855, + 902.5 + ] + }, + "q": { + "持续伤害": [ + 37.6, + 40.42, + 43.24, + 47, + 49.82, + 52.64, + 56.4, + 60.16, + 63.92, + 67.68, + 71.44, + 75.2, + 79.9, + 84.6, + 89.3 + ], + "附加元素伤害": [ + 18.8, + 20.21, + 21.62, + 23.5, + 24.91, + 26.32, + 28.2, + 30.08, + 31.96, + 33.84, + 35.72, + 37.6, + 39.95, + 42.3, + 44.65 + ] + } + }, + "cons": { + "1": { + "name": "弦发的苍风", + "desc": [ + "瞄准射击会额外发射两枚分裂箭,分别造成原本33%的伤害。" + ] + }, + "2": { + "name": "眷恋的泠风", + "desc": [ + "高天之歌会使敌人的风元素抗性与物理抗性降低12%,持续10秒。", + "被高天之歌击飞的敌人在落地前,风元素抗性与物理抗性额外降低12%。" + ] + }, + "3": { + "name": "千风的诗篇", + "desc": [ + "

风神之诗的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "自由的凛风", + "desc": [ + "温迪获取元素晶球或元素微粒后,获得25%风元素伤害加成,持续10秒。" + ] + }, + "5": { + "name": "高天的协奏", + "desc": [ + "

高天之歌的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "抗争的暴风", + "desc": [ + "受风神之诗伤害的敌人,风元素抗性降低20%;", + "若产生了元素转化,则使转换的元素抗性也降低20%。" + ] + } + }, + "passive": [ + { + "name": "恒风随行", + "desc": [ + "队伍中自己的角色滑翔消耗的体力降低20%。", + "无法与效果完全相同的固有天赋叠加。" + ] + }, + { + "name": "绪风之拥", + "desc": [ + "长按高天之歌后,会产生上升气流,持续20秒。" + ] + }, + { + "name": "暴风之眼", + "desc": [ + "风神之诗效果结束后,会为温迪恢复15点元素能量;", + "若产生了元素转化,则同样为队伍中所有对应元素的角色恢复15点元素能量。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "recharge" + ], + "details": { + "1": [ + 820, + 20.48, + 52.05, + 0 + ], + "20": [ + 2127, + 53.13, + 135.02, + 0 + ], + "40": [ + 4234, + 105.78, + 268.82, + 0 + ], + "50": [ + 5446, + 136.05, + 345.76, + 8 + ], + "60": [ + 6832, + 170.67, + 433.75, + 16 + ], + "70": [ + 8058, + 201.3, + 511.58, + 16 + ], + "80": [ + 9292, + 232.12, + 589.93, + 24 + ], + "90": [ + 10531, + 263.1, + 668.64, + 32 + ], + "20+": [ + 2830, + 70.69, + 179.65, + 0 + ], + "40+": [ + 4734, + 118.25, + 300.53, + 8 + ], + "50+": [ + 6112, + 152.69, + 388.05, + 16 + ], + "60+": [ + 7331, + 183.15, + 465.46, + 16 + ], + "70+": [ + 8557, + 213.77, + 543.29, + 24 + ], + "80+": [ + 9791, + 244.6, + 621.64, + 32 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-1.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-1.webp" new file mode 100644 index 0000000000..61a779d4ab Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-2.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-2.webp" new file mode 100644 index 0000000000..c24d980732 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-3.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-3.webp" new file mode 100644 index 0000000000..34db9276c6 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-4.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-4.webp" new file mode 100644 index 0000000000..9f6085cf72 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-5.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-5.webp" new file mode 100644 index 0000000000..b791cfa379 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-6.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-6.webp" new file mode 100644 index 0000000000..bfaec7b49c Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/passive-0.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/passive-0.webp" new file mode 100644 index 0000000000..9ac3a63e2c Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/passive-1.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/passive-1.webp" new file mode 100644 index 0000000000..6cf3f515ab Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/passive-2.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/passive-2.webp" new file mode 100644 index 0000000000..e4099ef8f3 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/talent-a.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/talent-a.webp" new file mode 100644 index 0000000000..551e4ae608 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/talent-e.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/talent-e.webp" new file mode 100644 index 0000000000..b791cfa379 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/talent-q.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/talent-q.webp" new file mode 100644 index 0000000000..4234ce5682 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/banner.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/banner.webp" new file mode 100644 index 0000000000..96b931ec67 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/card.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/card.webp" new file mode 100644 index 0000000000..6c1c3ef07c Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/face.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/face.webp" new file mode 100644 index 0000000000..bdf33ec9bf Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/gacha.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/gacha.webp" new file mode 100644 index 0000000000..e2accd4d01 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/side.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/side.webp" new file mode 100644 index 0000000000..4939eb2825 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/splash.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/splash.webp" new file mode 100644 index 0000000000..b89511cf28 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/splash0.webp" "b/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/splash0.webp" new file mode 100644 index 0000000000..9d0e1dd053 Binary files /dev/null and "b/plugin/kokomi/data/character/\346\270\251\350\277\252/imgs/splash0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/data.json" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/data.json" new file mode 100644 index 0000000000..a7eec3b1c8 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\203\237\347\273\257/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000048, + "name": "烟绯", + "abbr": "烟绯", + "title": "智明无邪", + "star": 4, + "elem": "pyro", + "allegiance": "烟绯律法咨询事务所", + "weapon": "catalyst", + "birth": "7-28", + "astro": "法兽座", + "desc": "活跃在璃月港的知名律法咨询师,混有仙兽血脉的精明少女。", + "cncv": "苏子芜", + "jpcv": "花守由美里", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 9352, + "atk": 240.01, + "def": 586.97 + }, + "growAttr": { + "key": "dmg", + "value": 24 + }, + "talentKey": { + "4831": "a", + "4832": "e", + "4839": "q" + }, + "talentId": { + "10481": 4831, + "10482": 4832, + "10485": 4839 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "燃愿玛瑙", + "boss": "未熟之玉", + "specialty": "夜泊石", + "normal": "攫金鸦印", + "talent": "「黄金」的哲学", + "weekly": "血玉之枝" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/detail.json" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/detail.json" new file mode 100644 index 0000000000..c18bf9ae68 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\203\237\347\273\257/detail.json" @@ -0,0 +1,1328 @@ +{ + "id": "48", + "name": "烟绯", + "talent": { + "a": { + "id": 4831, + "name": "普通攻击·火漆制印", + "desc": [ + "

普通攻击

", + "连续发射火球,造成最多三段的火元素伤害。", + "普通攻击命中敌人时,会赋予烟绯一枚丹火印。初始最多持有三枚丹火印,每次触发都会刷新已有的丹火印持续时间。", + "每枚丹火印都会降低烟绯的体力消耗,并会在烟绯退场时消失。", + "

重击

", + "消耗体力,短暂咏唱后,消耗所有的丹火印,在前方造成火元素范围伤害。", + "根据被消耗的丹火印数量,强化这次重击的范围与伤害。", + "

下落攻击

", + "凝聚火元素的力量,从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成火元素范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "58.34%", + "62.72%", + "67.09%", + "72.93%", + "77.3%", + "81.68%", + "87.51%", + "93.35%", + "99.18%", + "105.01%", + "110.85%", + "116.68%", + "123.98%", + "131.27%", + "138.56%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "52.13%", + "56.04%", + "59.94%", + "65.16%", + "69.07%", + "72.98%", + "78.19%", + "83.4%", + "88.61%", + "93.83%", + "99.04%", + "104.25%", + "110.77%", + "117.28%", + "123.8%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "76.01%", + "81.71%", + "87.41%", + "95.02%", + "100.72%", + "106.42%", + "114.02%", + "121.62%", + "129.22%", + "136.82%", + "144.42%", + "152.03%", + "161.53%", + "171.03%", + "180.53%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "98.23% / 115.56% / 132.9% / 150.23% / 167.57%", + "104.11% / 122.48% / 140.86% / 159.23% / 177.6%", + "109.99% / 129.4% / 148.81% / 168.23% / 187.64%", + "117.64% / 138.4% / 159.16% / 179.92% / 200.68%", + "123.52% / 145.32% / 167.12% / 188.92% / 210.71%", + "129.4% / 152.24% / 175.08% / 197.91% / 220.75%", + "137.05% / 161.24% / 185.42% / 209.61% / 233.79%", + "144.7% / 170.23% / 195.77% / 221.3% / 246.84%", + "152.34% / 179.23% / 206.11% / 233% / 259.88%", + "159.99% / 188.22% / 216.46% / 244.69% / 272.92%", + "167.64% / 197.22% / 226.8% / 256.39% / 285.97%", + "175.28% / 206.22% / 237.15% / 268.08% / 299.01%", + "182.93% / 215.21% / 247.49% / 279.78% / 312.06%", + "190.58% / 224.21% / 257.84% / 291.47% / 325.1%", + "198.22% / 233.2% / 268.18% / 303.17% / 338.15%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点" + ] + }, + { + "name": "丹火印降低体力消耗", + "unit": "", + "isSame": true, + "values": [ + "每枚15%", + "每枚15%", + "每枚15%", + "每枚15%", + "每枚15%", + "每枚15%", + "每枚15%", + "每枚15%", + "每枚15%", + "每枚15%", + "每枚15%", + "每枚15%", + "每枚15%", + "每枚15%", + "每枚15%" + ] + }, + { + "name": "丹火印持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "150.23%", + "159.23%", + "168.23%", + "179.92%", + "188.92%", + "197.91%", + "209.61%", + "221.3%", + "233%", + "244.69%", + "256.39%", + "268.08%", + "279.78%", + "291.47%", + "303.17%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "167.57% / 250%", + "177.6% / 250%", + "187.64% / 250%", + "200.68% / 250%", + "210.71% / 250%", + "220.75% / 250%", + "233.79% / 250%", + "246.84% / 250%", + "259.88% / 250%", + "272.92% / 250%", + "285.97% / 250%", + "299.01% / 250%", + "312.06% / 250%", + "325.1% / 250%", + "338.15% / 250%" + ] + } + ] + }, + "e": { + "id": 4832, + "name": "丹书立约", + "desc": [ + "唤出烈焰,造成火元素范围伤害。", + "命中敌人后,会为烟绯赋予最大数量的丹火印。", + "以火烧制的印除了法律效应之外,还带着烟绯自己的附加条款。毕竟自然法则只靠总务司是改不掉的。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "169.6%", + "182.32%", + "195.04%", + "212%", + "224.72%", + "237.44%", + "254.4%", + "271.36%", + "288.32%", + "305.28%", + "322.24%", + "339.2%", + "360.4%", + "381.6%", + "402.8%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒" + ] + }, + { + "name": "中蓄力伤害", + "unit": "", + "isSame": true, + "values": [ + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%" + ] + }, + { + "name": "强蓄力伤害", + "unit": "", + "isSame": true, + "values": [ + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%", + "0%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒" + ] + } + ] + }, + "q": { + "id": 4839, + "name": "凭此结契", + "desc": [ + "引发喷薄爆发的烈火,冲击周围的敌人,造成火元素范围伤害,并为烟绯自己赋予最大数量的丹火印与灼灼效果。", + "

灼灼

", + "具有如下效果:", + "·每间隔一段时间,为烟绯赋予一枚丹火印;", + "·提高重击造成的伤害。", + "灼灼效果会在烟绯退场与倒下时移除。", + "「条款齐备,依此立下生死之契。当然,是你死我生啦!」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "182.4%", + "196.08%", + "209.76%", + "228%", + "241.68%", + "255.36%", + "273.6%", + "291.84%", + "310.08%", + "328.32%", + "346.56%", + "364.8%", + "387.6%", + "410.4%", + "433.2%" + ] + }, + { + "name": "重击伤害额外加成", + "unit": "", + "isSame": false, + "values": [ + "33.4%", + "35.4%", + "37.4%", + "40%", + "42%", + "44%", + "46.6%", + "49.2%", + "51.8%", + "54.4%", + "57%", + "59.6%", + "62.2%", + "64.8%", + "67.4%" + ] + }, + { + "name": "丹火印赋予间隔", + "unit": "", + "isSame": true, + "values": [ + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒", + "1秒" + ] + }, + { + "name": "重击伤害提升", + "unit": "", + "isSame": false, + "values": [ + "33.4%", + "35.4%", + "37.4%", + "40%", + "42%", + "44%", + "46.6%", + "49.2%", + "51.8%", + "54.4%", + "57%", + "59.6%", + "62.2%", + "64.8%", + "67.4%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 58.34, + 62.72, + 67.09, + 72.93, + 77.3, + 81.68, + 87.51, + 93.35, + 99.18, + 105.01, + 110.85, + 116.68, + 123.98, + 131.27, + 138.56 + ], + "二段伤害": [ + 52.13, + 56.04, + 59.94, + 65.16, + 69.07, + 72.98, + 78.19, + 83.4, + 88.61, + 93.83, + 99.04, + 104.25, + 110.77, + 117.28, + 123.8 + ], + "三段伤害": [ + 76.01, + 81.71, + 87.41, + 95.02, + 100.72, + 106.42, + 114.02, + 121.62, + 129.22, + 136.82, + 144.42, + 152.03, + 161.53, + 171.03, + 180.53 + ], + "重击伤害": [ + [ + 98.23, + 115.56, + 132.9, + 150.23, + 167.57 + ], + [ + 104.11, + 122.48, + 140.86, + 159.23, + 177.6 + ], + [ + 109.99, + 129.4, + 148.81, + 168.23, + 187.64 + ], + [ + 117.64, + 138.4, + 159.16, + 179.92, + 200.68 + ], + [ + 123.52, + 145.32, + 167.12, + 188.92, + 210.71 + ], + [ + 129.4, + 152.24, + 175.08, + 197.91, + 220.75 + ], + [ + 137.05, + 161.24, + 185.42, + 209.61, + 233.79 + ], + [ + 144.7, + 170.23, + 195.77, + 221.3, + 246.84 + ], + [ + 152.34, + 179.23, + 206.11, + 233, + 259.88 + ], + [ + 159.99, + 188.22, + 216.46, + 244.69, + 272.92 + ], + [ + 167.64, + 197.22, + 226.8, + 256.39, + 285.97 + ], + [ + 175.28, + 206.22, + 237.15, + 268.08, + 299.01 + ], + [ + 182.93, + 215.21, + 247.49, + 279.78, + 312.06 + ], + [ + 190.58, + 224.21, + 257.84, + 291.47, + 325.1 + ], + [ + 198.22, + 233.2, + 268.18, + 303.17, + 338.15 + ] + ], + "重击伤害2": [ + [ + 98.23, + 115.56, + 132.9, + 150.23, + 167.57 + ], + [ + 104.11, + 122.48, + 140.86, + 159.23, + 177.6 + ], + [ + 109.99, + 129.4, + 148.81, + 168.23, + 187.64 + ], + [ + 117.64, + 138.4, + 159.16, + 179.92, + 200.68 + ], + [ + 123.52, + 145.32, + 167.12, + 188.92, + 210.71 + ], + [ + 129.4, + 152.24, + 175.08, + 197.91, + 220.75 + ], + [ + 137.05, + 161.24, + 185.42, + 209.61, + 233.79 + ], + [ + 144.7, + 170.23, + 195.77, + 221.3, + 246.84 + ], + [ + 152.34, + 179.23, + 206.11, + 233, + 259.88 + ], + [ + 159.99, + 188.22, + 216.46, + 244.69, + 272.92 + ], + [ + 167.64, + 197.22, + 226.8, + 256.39, + 285.97 + ], + [ + 175.28, + 206.22, + 237.15, + 268.08, + 299.01 + ], + [ + 182.93, + 215.21, + 247.49, + 279.78, + 312.06 + ], + [ + 190.58, + 224.21, + 257.84, + 291.47, + 325.1 + ], + [ + 198.22, + 233.2, + 268.18, + 303.17, + 338.15 + ] + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98, + 150.23, + 159.23, + 168.23, + 179.92, + 188.92, + 197.91, + 209.61, + 221.3, + 233, + 244.69, + 256.39, + 268.08, + 279.78, + 291.47, + 303.17 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ], + [ + 167.57, + 250 + ], + [ + 177.6, + 250 + ], + [ + 187.64, + 250 + ], + [ + 200.68, + 250 + ], + [ + 210.71, + 250 + ], + [ + 220.75, + 250 + ], + [ + 233.79, + 250 + ], + [ + 246.84, + 250 + ], + [ + 259.88, + 250 + ], + [ + 272.92, + 250 + ], + [ + 285.97, + 250 + ], + [ + 299.01, + 250 + ], + [ + 312.06, + 250 + ], + [ + 325.1, + 250 + ], + [ + 338.15, + 250 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ], + [ + 167.57, + 250 + ], + [ + 177.6, + 250 + ], + [ + 187.64, + 250 + ], + [ + 200.68, + 250 + ], + [ + 210.71, + 250 + ], + [ + 220.75, + 250 + ], + [ + 233.79, + 250 + ], + [ + 246.84, + 250 + ], + [ + 259.88, + 250 + ], + [ + 272.92, + 250 + ], + [ + 285.97, + 250 + ], + [ + 299.01, + 250 + ], + [ + 312.06, + 250 + ], + [ + 325.1, + 250 + ], + [ + 338.15, + 250 + ] + ] + }, + "e": { + "技能伤害": [ + 169.6, + 182.32, + 195.04, + 212, + 224.72, + 237.44, + 254.4, + 271.36, + 288.32, + 305.28, + 322.24, + 339.2, + 360.4, + 381.6, + 402.8 + ] + }, + "q": { + "技能伤害": [ + 182.4, + 196.08, + 209.76, + 228, + 241.68, + 255.36, + 273.6, + 291.84, + 310.08, + 328.32, + 346.56, + 364.8, + 387.6, + 410.4, + 433.2 + ], + "重击伤害额外加成": [ + 33.4, + 35.4, + 37.4, + 40, + 42, + 44, + 46.6, + 49.2, + 51.8, + 54.4, + 57, + 59.6, + 62.2, + 64.8, + 67.4 + ], + "重击伤害提升": [ + 33.4, + 35.4, + 37.4, + 40, + 42, + 44, + 46.6, + 49.2, + 51.8, + 54.4, + 57, + 59.6, + 62.2, + 64.8, + 67.4 + ] + } + }, + "cons": { + "1": { + "name": "占理不饶人", + "desc": [ + "烟绯进行重击时,每持有一枚丹火印,都会提高烟绯在咏唱期间的抗打断能力,并额外降低本次重击10%的体力消耗。" + ] + }, + "2": { + "name": "最终解释权", + "desc": [ + "烟绯的重击对于生命值低于50%的敌人,暴击率提高20%。" + ] + }, + "3": { + "name": "真火炼宝印", + "desc": [ + "

丹书立约的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "丹书金铁券", + "desc": [ + "

施放凭此结契时:

", + "生成一个伤害吸收量等于生命值上限45%的护盾,持续15秒。", + "该护盾对火元素伤害有250%的吸收效果。" + ] + }, + "5": { + "name": "遵法切结书", + "desc": [ + "

凭此结契的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "是额外条款", + "desc": [ + "烟绯持有的丹火印最大数量增加一枚。" + ] + } + }, + "passive": [ + { + "name": "博闻强记", + "desc": [ + "在小地图上显示周围的璃月区域特产的位置。" + ] + }, + { + "name": "关联条款", + "desc": [ + "烟绯通过重击消耗丹火印时,每枚丹火印会提升烟绯5%的火元素伤害加成,持续6秒。在该效果的持续时间内再次施放重击时,会先移除原有的效果。" + ] + }, + { + "name": "法兽灼眼", + "desc": [ + "烟绯主动施放的重击对敌人造成暴击时,会额外造成一次80%攻击力的火元素范围伤害。该伤害视为重击伤害。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 784, + 20.12, + 49.21, + 0 + ], + "20": [ + 2014, + 51.7, + 126.43, + 0 + ], + "40": [ + 3895, + 99.95, + 244.45, + 0 + ], + "50": [ + 4959, + 127.26, + 311.22, + 6 + ], + "60": [ + 6161, + 158.12, + 386.7, + 12 + ], + "70": [ + 7225, + 185.4, + 453.42, + 12 + ], + "80": [ + 8289, + 212.71, + 520.2, + 18 + ], + "90": [ + 9352, + 240.01, + 586.97, + 24 + ], + "20+": [ + 2600, + 66.73, + 163.19, + 0 + ], + "40+": [ + 4311, + 110.63, + 270.57, + 6 + ], + "50+": [ + 5514, + 141.5, + 346.05, + 12 + ], + "60+": [ + 6578, + 168.8, + 412.82, + 12 + ], + "70+": [ + 7641, + 196.08, + 479.55, + 18 + ], + "80+": [ + 8705, + 223.39, + 546.32, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-1.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-1.webp" new file mode 100644 index 0000000000..77710fd33b Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-2.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-2.webp" new file mode 100644 index 0000000000..88f50c88b1 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-3.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-3.webp" new file mode 100644 index 0000000000..db45592193 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-4.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-4.webp" new file mode 100644 index 0000000000..95743523a7 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-5.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-5.webp" new file mode 100644 index 0000000000..ea88dac8b8 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-6.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-6.webp" new file mode 100644 index 0000000000..fcdae57a05 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/passive-0.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/passive-0.webp" new file mode 100644 index 0000000000..2b0029b3fe Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/passive-1.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/passive-1.webp" new file mode 100644 index 0000000000..8acb568636 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/passive-2.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/passive-2.webp" new file mode 100644 index 0000000000..8ce9183be8 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/talent-a.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/talent-a.webp" new file mode 100644 index 0000000000..493510c1b2 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/talent-e.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/talent-e.webp" new file mode 100644 index 0000000000..5f6be0b6ae Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/talent-q.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/talent-q.webp" new file mode 100644 index 0000000000..099a118287 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/banner.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/banner.webp" new file mode 100644 index 0000000000..f771ea0c90 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/card.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/card.webp" new file mode 100644 index 0000000000..a2c014eb34 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/face.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/face.webp" new file mode 100644 index 0000000000..ca4e2bfc17 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/gacha.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/gacha.webp" new file mode 100644 index 0000000000..9237fecdcc Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/side.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/side.webp" new file mode 100644 index 0000000000..ff585025dd Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/splash.webp" "b/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/splash.webp" new file mode 100644 index 0000000000..f33db00a71 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\203\237\347\273\257/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/data.json" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/data.json" new file mode 100644 index 0000000000..e7ea1e8f82 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000054, + "name": "珊瑚宫心海", + "abbr": "心海", + "title": "真珠之智", + "star": 5, + "elem": "hydro", + "allegiance": "海祇岛", + "weapon": "catalyst", + "birth": "2-22", + "astro": "眠龙座", + "desc": "海祇岛的「现人神巫女」,统管海祇岛各项事宜的少女。", + "cncv": "龟娘", + "jpcv": "三森铃子", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 13471, + "atk": 234.39, + "def": 657.11 + }, + "growAttr": { + "key": "dmg", + "value": 28.8 + }, + "talentKey": { + "5431": "a", + "5432": "e", + "5439": "q" + }, + "talentId": { + "10541": 5431, + "10542": 5432, + "10545": 5439 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "涤净青金", + "boss": "排异之露", + "specialty": "珊瑚真珠", + "normal": "浮游晶化核", + "talent": "「浮世」的哲学", + "weekly": "狱火之蝶" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/detail.json" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/detail.json" new file mode 100644 index 0000000000..ac4ef937d8 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/detail.json" @@ -0,0 +1,1091 @@ +{ + "id": "54", + "name": "珊瑚宫心海", + "talent": { + "a": { + "id": 5431, + "name": "普通攻击·水有常形", + "desc": [ + "

普通攻击

", + "以水元素幻造成的游鱼进行至多三段的攻击,造成水元素伤害。", + "

重击

", + "消耗一定体力,短暂咏唱后,造成水元素范围伤害。", + "

下落攻击

", + "凝聚水元素的力量,从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成水元素范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "68.38%", + "73.5%", + "78.63%", + "85.47%", + "90.6%", + "95.73%", + "102.56%", + "109.4%", + "116.24%", + "123.08%", + "129.91%", + "136.75%", + "145.3%", + "153.85%", + "162.39%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "61.54%", + "66.15%", + "70.77%", + "76.92%", + "81.54%", + "86.15%", + "92.31%", + "98.46%", + "104.62%", + "110.77%", + "116.92%", + "123.08%", + "130.77%", + "138.46%", + "146.15%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "94.31%", + "101.38%", + "108.45%", + "117.88%", + "124.95%", + "132.03%", + "141.46%", + "150.89%", + "160.32%", + "169.75%", + "179.18%", + "188.61%", + "200.4%", + "212.19%", + "223.98%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "148.32%", + "159.44%", + "170.57%", + "185.4%", + "196.52%", + "207.65%", + "222.48%", + "237.31%", + "252.14%", + "266.98%", + "281.81%", + "296.64%", + "315.18%", + "333.72%", + "352.26%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 5432, + "name": "海月之誓", + "desc": [ + "召唤能够治愈同伴的幻造水之生命「化海月」。", + "施放的瞬间,为珊瑚宫心海施加潮湿状态。", + "

化海月

", + "每隔一段时间,对周围的敌人造成水元素伤害,并为周围的当前场上角色恢复生命值,回复量受益于珊瑚宫心海的生命值上限。", + "为了保持完美的工作状态,心海需要及时补充自己的「能量」。" + ], + "tables": [ + { + "name": "治疗量", + "unit": "", + "isSame": false, + "values": [ + "4.4%HP + 423.71", + "4.73%HP + 466.08", + "5.06%HP + 511.99", + "5.5%HP + 561.43", + "5.83%HP + 614.4", + "6.16%HP + 670.9", + "6.6%HP + 730.94", + "7.04%HP + 794.5", + "7.48%HP + 861.6", + "7.92%HP + 932.22", + "8.36%HP + 1006.38", + "8.8%HP + 1084.07", + "9.35%HP + 1165.3", + "9.9%HP + 1250.05", + "10.45%HP + 1338.33" + ] + }, + { + "name": "波纹伤害", + "unit": "", + "isSame": false, + "values": [ + "109.19%", + "117.38%", + "125.57%", + "136.49%", + "144.68%", + "152.87%", + "163.79%", + "174.7%", + "185.62%", + "196.54%", + "207.46%", + "218.38%", + "232.03%", + "245.68%", + "259.33%" + ] + }, + { + "name": "存在时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + } + ] + }, + "q": { + "id": 5439, + "name": "海人化羽", + "desc": [ + "请降海祇的力量,对周围的敌人造成水元素伤害,并披上珊瑚宫之水汇聚而成的「仪来羽衣」。", + "

仪来羽衣

", + "·增加珊瑚宫心海的普通攻击,重击以及元素战技的「化海月」造成的伤害,增加值基于珊瑚宫心海的生命值上限;", + "·普通攻击和重击命中敌人时,为队伍中附近的所有角色恢复生命值,回复量受益于珊瑚宫心海的生命值上限;", + "·提升珊瑚宫心海的抗打断能力,并使她能在水面上移动。", + "效果将在珊瑚宫心海退场时解除。", + "萦绕在周身的清光化为羽衣,辉映着珊瑚宫大人的堂堂之姿。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "10.42%", + "11.2%", + "11.98%", + "13.02%", + "13.8%", + "14.58%", + "15.62%", + "16.67%", + "17.71%", + "18.75%", + "19.79%", + "20.83%", + "22.13%", + "23.44%", + "24.74%" + ] + }, + { + "name": "普通攻击伤害提升", + "unit": "生命值上限", + "isSame": false, + "values": [ + "4.84%", + "5.2%", + "5.57%", + "6.05%", + "6.41%", + "6.78%", + "7.26%", + "7.74%", + "8.23%", + "8.71%", + "9.2%", + "9.68%", + "10.28%", + "10.89%", + "11.5%" + ] + }, + { + "name": "重击伤害提升", + "unit": "生命值上限", + "isSame": false, + "values": [ + "6.78%", + "7.28%", + "7.79%", + "8.47%", + "8.98%", + "9.49%", + "10.16%", + "10.84%", + "11.52%", + "12.2%", + "12.87%", + "13.55%", + "14.4%", + "15.25%", + "16.09%" + ] + }, + { + "name": "化海月伤害提升", + "unit": "生命值上限", + "isSame": false, + "values": [ + "7.1%", + "7.63%", + "8.16%", + "8.87%", + "9.4%", + "9.93%", + "10.64%", + "11.35%", + "12.06%", + "12.77%", + "13.48%", + "14.19%", + "15.08%", + "15.97%", + "16.85%" + ] + }, + { + "name": "命中治疗量", + "unit": "", + "isSame": false, + "values": [ + "0.81%HP + 77.04", + "0.87%HP + 84.74", + "0.93%HP + 93.09", + "1.01%HP + 102.08", + "1.07%HP + 111.71", + "1.13%HP + 121.98", + "1.21%HP + 132.9", + "1.29%HP + 144.45", + "1.37%HP + 156.65", + "1.45%HP + 169.5", + "1.54%HP + 182.98", + "1.62%HP + 197.1", + "1.72%HP + 211.87", + "1.82%HP + 227.28", + "1.92%HP + 243.33" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 68.38, + 73.5, + 78.63, + 85.47, + 90.6, + 95.73, + 102.56, + 109.4, + 116.24, + 123.08, + 129.91, + 136.75, + 145.3, + 153.85, + 162.39 + ], + "二段伤害": [ + 61.54, + 66.15, + 70.77, + 76.92, + 81.54, + 86.15, + 92.31, + 98.46, + 104.62, + 110.77, + 116.92, + 123.08, + 130.77, + 138.46, + 146.15 + ], + "三段伤害": [ + 94.31, + 101.38, + 108.45, + 117.88, + 124.95, + 132.03, + 141.46, + 150.89, + 160.32, + 169.75, + 179.18, + 188.61, + 200.4, + 212.19, + 223.98 + ], + "重击伤害": [ + 148.32, + 159.44, + 170.57, + 185.4, + 196.52, + 207.65, + 222.48, + 237.31, + 252.14, + 266.98, + 281.81, + 296.64, + 315.18, + 333.72, + 352.26 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "治疗量": [ + 428.10999999999996, + 470.81, + 517.05, + 566.93, + 620.23, + 677.06, + 737.5400000000001, + 801.54, + 869.08, + 940.14, + 1014.74, + 1092.87, + 1174.6499999999999, + 1259.95, + 1348.78 + ], + "治疗量2": [ + [ + 4.4, + 423.71 + ], + [ + 4.73, + 466.08 + ], + [ + 5.06, + 511.99 + ], + [ + 5.5, + 561.43 + ], + [ + 5.83, + 614.4 + ], + [ + 6.16, + 670.9 + ], + [ + 6.6, + 730.94 + ], + [ + 7.04, + 794.5 + ], + [ + 7.48, + 861.6 + ], + [ + 7.92, + 932.22 + ], + [ + 8.36, + 1006.38 + ], + [ + 8.8, + 1084.07 + ], + [ + 9.35, + 1165.3 + ], + [ + 9.9, + 1250.05 + ], + [ + 10.45, + 1338.33 + ] + ], + "波纹伤害": [ + 109.19, + 117.38, + 125.57, + 136.49, + 144.68, + 152.87, + 163.79, + 174.7, + 185.62, + 196.54, + 207.46, + 218.38, + 232.03, + 245.68, + 259.33 + ] + }, + "q": { + "技能伤害": [ + 10.42, + 11.2, + 11.98, + 13.02, + 13.8, + 14.58, + 15.62, + 16.67, + 17.71, + 18.75, + 19.79, + 20.83, + 22.13, + 23.44, + 24.74 + ], + "普通攻击伤害提升": [ + 4.84, + 5.2, + 5.57, + 6.05, + 6.41, + 6.78, + 7.26, + 7.74, + 8.23, + 8.71, + 9.2, + 9.68, + 10.28, + 10.89, + 11.5 + ], + "重击伤害提升": [ + 6.78, + 7.28, + 7.79, + 8.47, + 8.98, + 9.49, + 10.16, + 10.84, + 11.52, + 12.2, + 12.87, + 13.55, + 14.4, + 15.25, + 16.09 + ], + "化海月伤害提升": [ + 7.1, + 7.63, + 8.16, + 8.87, + 9.4, + 9.93, + 10.64, + 11.35, + 12.06, + 12.77, + 13.48, + 14.19, + 15.08, + 15.97, + 16.85 + ], + "命中治疗量": [ + 77.85000000000001, + 85.61, + 94.02000000000001, + 103.09, + 112.77999999999999, + 123.11, + 134.11, + 145.73999999999998, + 158.02, + 170.95, + 184.51999999999998, + 198.72, + 213.59, + 229.1, + 245.25 + ], + "命中治疗量2": [ + [ + 0.81, + 77.04 + ], + [ + 0.87, + 84.74 + ], + [ + 0.93, + 93.09 + ], + [ + 1.01, + 102.08 + ], + [ + 1.07, + 111.71 + ], + [ + 1.13, + 121.98 + ], + [ + 1.21, + 132.9 + ], + [ + 1.29, + 144.45 + ], + [ + 1.37, + 156.65 + ], + [ + 1.45, + 169.5 + ], + [ + 1.54, + 182.98 + ], + [ + 1.62, + 197.1 + ], + [ + 1.72, + 211.87 + ], + [ + 1.82, + 227.28 + ], + [ + 1.92, + 243.33 + ] + ] + } + }, + "cons": { + "1": { + "name": "决水于溪", + "desc": [ + "处于海人化羽的仪来羽衣状态下时,珊瑚宫心海普通攻击的最后一击会额外释放一只游鱼,造成相当于珊瑚宫心海生命值上限30%的水元素伤害。", + "该伤害不被视为普通攻击伤害。" + ] + }, + "2": { + "name": "波起云海", + "desc": [ + "基于珊瑚宫心海的生命值上限,珊瑚宫心海对生命值低于或等于50%的角色,通过以下途径进行治疗的回复量获得提升:", + "·海月之誓的化海月:生命值上限的4.5%", + "·海人化羽的普通攻击与重击:生命值上限的0.6%。" + ] + }, + "3": { + "name": "海渚月舟", + "desc": [ + "

海人化羽的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "月摄千川", + "desc": [ + "处于海人化羽的仪来羽衣状态下时,珊瑚宫心海普通攻击的攻击速度提升10%,并会在普通攻击命中敌人时,恢复0.8点元素能量。", + "该效果每0.2秒至多触发一次。" + ] + }, + "5": { + "name": "百川集海", + "desc": [ + "

海月之誓的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "珊瑚一心", + "desc": [ + "处于海人化羽的仪来羽衣状态下时,珊瑚宫心海的普通攻击和重击对生命值高于或等于80%的角色进行治疗时,将获得40%水元素伤害加成,持续4秒。" + ] + } + }, + "passive": [ + { + "name": "庙算无遗", + "desc": [ + "珊瑚宫心海的治疗加成提升25%,暴击率降低100%。" + ] + }, + { + "name": "海祇姬君", + "desc": [ + "队伍中自己的角色游泳消耗的体力降低20%。", + "无法与效果完全相同的固有天赋叠加。" + ] + }, + { + "name": "匣中玉栉", + "desc": [ + "施放海人化羽时,若场上有珊瑚宫心海自己的化海月,则重置化海月的存在时间。" + ] + }, + { + "name": "真珠御呗", + "desc": [ + "处于海人化羽的仪来羽衣状态下时,珊瑚宫心海的普通攻击与重击基于生命值上限造成的伤害获得额外提升,提升程度相当于她的治疗加成的15%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 1049, + 18.25, + 51.15, + 0 + ], + "20": [ + 2720, + 47.33, + 132.7, + 0 + ], + "40": [ + 5416, + 94.24, + 264.18, + 0 + ], + "50": [ + 6966, + 121.21, + 339.8, + 7.2 + ], + "60": [ + 8738, + 152.05, + 426.27, + 14.4 + ], + "70": [ + 10306, + 179.34, + 502.76, + 14.4 + ], + "80": [ + 11885, + 206.8, + 579.76, + 21.6 + ], + "90": [ + 13471, + 234.39, + 657.11, + 28.8 + ], + "20+": [ + 3619, + 62.98, + 176.56, + 0 + ], + "40+": [ + 6055, + 105.35, + 295.35, + 7.2 + ], + "50+": [ + 7818, + 136.03, + 381.36, + 14.4 + ], + "60+": [ + 9377, + 163.17, + 457.43, + 14.4 + ], + "70+": [ + 10945, + 190.45, + 533.92, + 21.6 + ], + "80+": [ + 12524, + 217.92, + 610.92, + 28.8 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-1.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-1.webp" new file mode 100644 index 0000000000..a888fd1fc9 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-2.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-2.webp" new file mode 100644 index 0000000000..98d66e5e8b Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-3.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-3.webp" new file mode 100644 index 0000000000..1bdd1d39e6 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-4.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-4.webp" new file mode 100644 index 0000000000..10c5f94d04 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-5.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-5.webp" new file mode 100644 index 0000000000..f2ce54127c Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-6.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-6.webp" new file mode 100644 index 0000000000..afc6483d49 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/passive-0.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/passive-0.webp" new file mode 100644 index 0000000000..cbaee846a7 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/passive-1.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/passive-1.webp" new file mode 100644 index 0000000000..6eecb48bdc Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/passive-2.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/passive-2.webp" new file mode 100644 index 0000000000..e01e968feb Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/passive-3.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/passive-3.webp" new file mode 100644 index 0000000000..dd61162862 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/passive-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/talent-a.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/talent-a.webp" new file mode 100644 index 0000000000..493510c1b2 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/talent-e.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/talent-e.webp" new file mode 100644 index 0000000000..f2ce54127c Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/talent-q.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/talent-q.webp" new file mode 100644 index 0000000000..b754d1014f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/banner.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/banner.webp" new file mode 100644 index 0000000000..fa06dfa273 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/card.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/card.webp" new file mode 100644 index 0000000000..a960f231cd Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/face.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/face.webp" new file mode 100644 index 0000000000..5bc273bfd2 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/gacha.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/gacha.webp" new file mode 100644 index 0000000000..d41998fa61 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/side.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/side.webp" new file mode 100644 index 0000000000..6f5948ee02 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/splash.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/splash.webp" new file mode 100644 index 0000000000..8630f9554a Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/splash0.webp" "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/splash0.webp" new file mode 100644 index 0000000000..9a9ae0d6d4 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\212\347\221\232\345\256\253\345\277\203\346\265\267/imgs/splash0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/data.json" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/data.json" new file mode 100644 index 0000000000..b9bd4a69b7 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/data.json" @@ -0,0 +1,49 @@ +{ + "id": 10000076, + "name": "珐露珊", + "abbr": "珐露珊", + "title": "机逐封秘", + "star": 4, + "elem": "anemo", + "allegiance": "室罗婆耽学院", + "weapon": "bow", + "birth": "8-20", + "astro": "蔓藤花饰座", + "desc": "来自「一百年前」的学者,喜欢以前辈自居,对各类古老文字与古典机关都颇有研究。", + "cncv": "阎萌萌", + "jpcv": "堀江由衣", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 9570, + "atk": 196.47, + "def": 627.92 + }, + "growAttr": { + "key": "atkPct", + "value": 24 + }, + "talentKey": { + "7631": "a", + "7632": "e", + "7639": "q" + }, + "talentId": { + "10761": 7631, + "10762": 7632, + "10765": 7639 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "自在松石", + "boss": "导光四面体", + "specialty": "赤念果", + "normal": "织金红绸", + "talent": "「诤言」的哲学", + "weekly": "傀儡的悬丝" + }, + "eta": 1670382000000 +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/detail.json" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/detail.json" new file mode 100644 index 0000000000..a2da8064f2 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/detail.json" @@ -0,0 +1,961 @@ +{ + "id": "76", + "name": "珐露珊", + "talent": { + "a": { + "id": 7631, + "name": "普通攻击·迴身箭术", + "desc": [ + "

普通攻击

", + "进行至多四段的连续弓箭射击。", + "

重击

", + "进行伤害更高、更为精准的瞄准射击。", + "瞄准时,强风会在箭矢上持续积聚。聚满了强风之力的箭矢会造成风元素伤害。", + "

下落攻击

", + "从空中射出箭雨,并迅速下坠冲击地面,攻击下落路径上的敌人,在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.73%", + "48.37%", + "52.01%", + "57.21%", + "60.85%", + "65.01%", + "70.74%", + "76.46%", + "82.18%", + "88.42%", + "94.66%", + "100.9%", + "107.14%", + "113.38%", + "119.63%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "42.19%", + "45.62%", + "49.05%", + "53.96%", + "57.39%", + "61.32%", + "66.71%", + "72.11%", + "77.51%", + "83.39%", + "89.28%", + "95.16%", + "101.05%", + "106.94%", + "112.82%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "53.16%", + "57.49%", + "61.82%", + "68%", + "72.33%", + "77.27%", + "84.07%", + "90.87%", + "97.67%", + "105.09%", + "112.51%", + "119.93%", + "127.35%", + "134.76%", + "142.18%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "70.62%", + "76.37%", + "82.12%", + "90.33%", + "96.08%", + "102.65%", + "111.68%", + "120.71%", + "129.74%", + "139.6%", + "149.45%", + "159.31%", + "169.16%", + "179.02%", + "188.87%" + ] + }, + { + "name": "瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "43.86%", + "47.43%", + "51%", + "56.1%", + "59.67%", + "63.75%", + "69.36%", + "74.97%", + "80.58%", + "86.7%", + "92.82%", + "98.94%", + "105.06%", + "111.18%", + "117.3%" + ] + }, + { + "name": "满蓄力瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "124%", + "133.3%", + "142.6%", + "155%", + "164.3%", + "173.6%", + "186%", + "198.4%", + "210.8%", + "223.2%", + "235.6%", + "248%", + "263.5%", + "279%", + "294.5%" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 7632, + "name": "非想风天", + "desc": [ + "珐露珊部署多方面体,对附近的敌人造成风元素范围伤害,并获得「疾风示现」效果。", + "处于「疾风示现」状态下时,珐露珊下一次蓄力完毕的瞄准射击将消耗本次「疾风示现」效果,转为发射附带高压涡流的「飓烈箭」,基于「普通攻击·迴身箭术」的满蓄力瞄准射击伤害,造成风元素伤害。", + "

风压坍陷

", + "飓烈箭将为命中的敌人或角色施加「风压坍陷」效果。该效果将在短暂延迟后移除,产生风涡造成风元素范围伤害,并牵引附近的物体与敌人;若未命中敌人或角色,则将在命中的位置施加「风压坍陷」效果。", + "风涡造成的伤害视为元素战技伤害。", + "摧破俗见的迷障,真理之风终将吹拂求知者的灵囿。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "148.8%", + "159.96%", + "171.12%", + "186%", + "197.16%", + "208.32%", + "223.2%", + "238.08%", + "252.96%", + "267.84%", + "282.72%", + "297.6%", + "316.2%", + "334.8%", + "353.4%" + ] + }, + { + "name": "风压坍陷风涡伤害", + "unit": "", + "isSame": false, + "values": [ + "108%", + "116.1%", + "124.2%", + "135%", + "143.1%", + "151.2%", + "162%", + "172.8%", + "183.6%", + "194.4%", + "205.2%", + "216%", + "229.5%", + "243%", + "256.5%" + ] + }, + { + "name": "疾风示现持续时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + } + ] + }, + "q": { + "id": 7633, + "name": "抟风秘道", + "desc": [ + "珐露珊迅速部署「赫耀多方面体」,释放一次「烈风波」,并造成风元素范围伤害。", + "存在期间内,赫耀多方面体将持续以三角形路径移动,每次移动到三角形路径的顶点时,赫耀多方面体都将释放一次烈风波。", + "

烈风波

", + "·烈风波释放时,将对周围的敌人施加「诡风之祸」效果:降低敌人的风元素抗性;", + "·烈风波释放时,将为附近的队伍中所有角色施加「祈风之赐」效果:获得风元素伤害加成。", + "对于隐藏在古老遗迹中未知的智慧,理应抱有足够的敬畏之心。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "377.6%", + "405.92%", + "434.24%", + "472%", + "500.32%", + "528.64%", + "566.4%", + "604.16%", + "641.92%", + "679.68%", + "717.44%", + "755.2%", + "802.4%", + "849.6%", + "896.8%" + ] + }, + { + "name": "风元素伤害加成", + "unit": "", + "isSame": false, + "values": [ + "18%", + "19.35%", + "20.7%", + "22.5%", + "23.85%", + "25.2%", + "27%", + "28.8%", + "30.6%", + "32.4%", + "34.2%", + "36%", + "38.25%", + "40.5%", + "42.75%" + ] + }, + { + "name": "祈风之赐持续时间", + "unit": "", + "isSame": true, + "values": [ + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒" + ] + }, + { + "name": "风元素抗性降低", + "unit": "", + "isSame": true, + "values": [ + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%" + ] + }, + { + "name": "诡风之祸持续时间", + "unit": "", + "isSame": true, + "values": [ + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 44.73, + 48.37, + 52.01, + 57.21, + 60.85, + 65.01, + 70.74, + 76.46, + 82.18, + 88.42, + 94.66, + 100.9, + 107.14, + 113.38, + 119.63 + ], + "二段伤害": [ + 42.19, + 45.62, + 49.05, + 53.96, + 57.39, + 61.32, + 66.71, + 72.11, + 77.51, + 83.39, + 89.28, + 95.16, + 101.05, + 106.94, + 112.82 + ], + "三段伤害": [ + 53.16, + 57.49, + 61.82, + 68, + 72.33, + 77.27, + 84.07, + 90.87, + 97.67, + 105.09, + 112.51, + 119.93, + 127.35, + 134.76, + 142.18 + ], + "四段伤害": [ + 70.62, + 76.37, + 82.12, + 90.33, + 96.08, + 102.65, + 111.68, + 120.71, + 129.74, + 139.6, + 149.45, + 159.31, + 169.16, + 179.02, + 188.87 + ], + "瞄准射击": [ + 43.86, + 47.43, + 51, + 56.1, + 59.67, + 63.75, + 69.36, + 74.97, + 80.58, + 86.7, + 92.82, + 98.94, + 105.06, + 111.18, + 117.3 + ], + "满蓄力瞄准射击": [ + 124, + 133.3, + 142.6, + 155, + 164.3, + 173.6, + 186, + 198.4, + 210.8, + 223.2, + 235.6, + 248, + 263.5, + 279, + 294.5 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "技能伤害": [ + 148.8, + 159.96, + 171.12, + 186, + 197.16, + 208.32, + 223.2, + 238.08, + 252.96, + 267.84, + 282.72, + 297.6, + 316.2, + 334.8, + 353.4 + ], + "风压坍陷风涡伤害": [ + 108, + 116.1, + 124.2, + 135, + 143.1, + 151.2, + 162, + 172.8, + 183.6, + 194.4, + 205.2, + 216, + 229.5, + 243, + 256.5 + ] + }, + "q": { + "技能伤害": [ + 377.6, + 405.92, + 434.24, + 472, + 500.32, + 528.64, + 566.4, + 604.16, + 641.92, + 679.68, + 717.44, + 755.2, + 802.4, + 849.6, + 896.8 + ], + "风元素伤害加成": [ + 18, + 19.35, + 20.7, + 22.5, + 23.85, + 25.2, + 27, + 28.8, + 30.6, + 32.4, + 34.2, + 36, + 38.25, + 40.5, + 42.75 + ] + } + }, + "cons": { + "1": { + "name": "舍径求真", + "desc": [ + "处于一次非想风天的「疾风示现」效果下时,珐露珊至多可以通过蓄力完毕的瞄准射击释放2枚「飓烈箭」。" + ] + }, + "2": { + "name": "忘形炼智", + "desc": [ + "抟风秘道的「赫耀多方面体」的存在时间延长6秒。" + ] + }, + "3": { + "name": "漫行灵圃", + "desc": [ + "非想风天的技能等级提高3级。至多提升至15级。" + ] + }, + "4": { + "name": "神机明悟", + "desc": [ + "依据命中敌人的数量,风压坍陷产生的风涡可以为珐露珊恢复元素能量:命中一名敌人时,将为珐露珊恢复2点元素能量;每额外命中一名敌人,都将进一步为珐露珊恢复0.5点元素能量。", + "一次风涡,至多通过这种方式为珐露珊恢复4点元素能量。" + ] + }, + "5": { + "name": "繁想奇境", + "desc": [ + "抟风秘道的技能等级提高3级。至多提升至15级。" + ] + }, + "6": { + "name": "妙道合真", + "desc": [ + "处于抟风秘道的「祈风之赐」效果影响下的角色,造成风元素伤害时的暴击伤害提升40%;处于「祈风之赐」效果影响下的当前场上角色造成伤害时,将为该敌人施加「风压坍陷」。此效果3秒至多触发一次,队伍中所有角色共享冷却时间。" + ] + } + }, + "passive": [ + { + "name": "千书曜迹", + "desc": [ + "在须弥执行时长为20小时的探索派遣任务时,获得的奖励增加25%。" + ] + }, + { + "name": "迅捷流风", + "desc": [ + "珐露珊处于非想风天的「疾风示现」状态下时,瞄准射击所需的蓄力时间减少60%;并能对「风压坍陷」效果产生的风涡命中的敌人施加抟风秘道的「诡风之祸」效果。" + ] + }, + { + "name": "七窟遗智", + "desc": [ + "处于抟风秘道的「祈风之赐」效果下的角色的普通攻击、重击、下落攻击、元素战技或元素爆发对敌人造成风元素伤害时,会产生烈风护持效果:基于珐露珊基础攻击力的32%,提高造成的伤害。每0.8秒至多产生一次烈风护持效果,该效果将在「祈风之赐」持续时间结束或生效1次后消失。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 802, + 16.47, + 52.65, + 0 + ], + "20": [ + 2061, + 42.32, + 135.25, + 0 + ], + "40": [ + 3985, + 81.82, + 261.5, + 0 + ], + "50": [ + 5074, + 104.17, + 332.93, + 6 + ], + "60": [ + 6305, + 129.43, + 413.68, + 12 + ], + "70": [ + 7393, + 151.77, + 485.06, + 12 + ], + "80": [ + 8481, + 174.12, + 556.49, + 18 + ], + "90": [ + 9570, + 196.47, + 627.92, + 24 + ], + "20+": [ + 2661, + 54.62, + 174.58, + 0 + ], + "40+": [ + 4411, + 90.56, + 289.45, + 6 + ], + "50+": [ + 5642, + 115.83, + 370.19, + 12 + ], + "60+": [ + 6731, + 138.18, + 441.62, + 12 + ], + "70+": [ + 7819, + 160.51, + 513, + 18 + ], + "80+": [ + 8907, + 182.86, + 584.43, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-1.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-1.webp" new file mode 100644 index 0000000000..5c0202d79e Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-2.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-2.webp" new file mode 100644 index 0000000000..b926742706 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-3.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-3.webp" new file mode 100644 index 0000000000..6fa2309c3f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-4.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-4.webp" new file mode 100644 index 0000000000..5a44be59a8 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-5.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-5.webp" new file mode 100644 index 0000000000..580a857530 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-6.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-6.webp" new file mode 100644 index 0000000000..d27f9c743f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/passive-0.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/passive-0.webp" new file mode 100644 index 0000000000..0c41b0b28a Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/passive-1.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/passive-1.webp" new file mode 100644 index 0000000000..49a75196ba Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/passive-2.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/passive-2.webp" new file mode 100644 index 0000000000..25c45ae05a Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/talent-a.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/talent-a.webp" new file mode 100644 index 0000000000..551e4ae608 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/talent-e.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/talent-e.webp" new file mode 100644 index 0000000000..971b928dee Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/talent-q.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/talent-q.webp" new file mode 100644 index 0000000000..7ee091af4a Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/banner.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/banner.webp" new file mode 100644 index 0000000000..d911558bb6 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/banner.webp" @@ -0,0 +1,522 @@ + + + + + + + + + + + + + + + + + + + + + +Honey Impact - Genshin Impact Database - Honey Hunter World + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+
+ + + +

Honey Impact

+
+
Timers
EuropeMondayNorth AmericaMondayAsiaMonday
MonTueWedThuFriSatSun
Forsaken Rift
Jean
Traveler
Lisa
Traveler
Barbara
Kaeya
Diluc
Razor
Amber
Venti
Klee
Fischl
Bennett
Tartaglia
Noelle
Albedo
Diona
Mona
Sucrose
Rosaria
Eula
Aloy
Taishan Mansion
Traveler
Traveler
Xiangling
Beidou
Xingqiu
Xiao
Ningguang
Zhongli
Qiqi
Chongyun
Ganyu
Keqing
Xinyan
Hu Tao
Kaedehara Kazuha
Yanfei
Yelan
Shenhe
Yun Jin
Violet Court
Kamisato Ayaka
Traveler
Traveler
Yoimiya
Thoma
Raiden Shogun
Sayu
Sangonomiya Kokomi
Gorou
Kujou Sara
Arataki Itto
Yae Miko
Shikanoin Heizou
Kuki Shinobu
Kamisato Ayato
Steeple of Ignorance
Traveler
Traveler
Collei
Dori
Tighnari
Nilou
Cyno
Candace
Nahida
Layla
The Wanderer
Faruzan
Cecilia Garden
Silver Sword
Cool Steel
Harbinger of Dawn
Traveler’s Handy Sword
Favonius Sword
The Flute
Sacrificial Sword
Royal Longsword
The Black Sword
The Alley Flash
Sword of Descension
Festering Desire
Cinnabar Spindle
Aquila Favonia
Skyward Blade
Freedom-Sworn
Waster Greatsword
Old Merc’s Pal
Ferrous Shadow
Bloodtainted Greatsword
White Iron Greatsword
Favonius Greatsword
The Bell
Sacrificial Greatsword
Royal Greatsword
Snow-Tombed Starsilver
Skyward Pride
Wolf’s Gravestone
Song of Broken Pines
Beginner’s Protector
Iron Point
Deathmatch
Favonius Lance
Dragonspine Spear
Missive Windspear
Skyward Spine
Apprentice’s Notes
Pocket Grimoire
Magic Guide
Thrilling Tales of Dragon Slayers
Otherworldly Story
Favonius Codex
The Widsith
Sacrificial Fragments
Royal Grimoire
Wine and Song
Frostbearer
Dodoco Tales
Skyward Atlas
Lost Prayer to the Sacred Winds
Hunter’s Bow
Seasoned Hunter’s Bow
Raven Bow
Sharpshooter’s Oath
Recurve Bow
Favonius Warbow
The Stringless
Sacrificial Bow
Royal Bow
The Viridescent Hunt
Alley Hunter
Mitternachts Waltz
Windblume Ode
Skyward Harp
Amos’ Bow
Elegy for the End
Hidden Palace of Lianshan Formula
Dark Iron Sword
Fillet Blade
Skyrider Sword
Lion’s Roar
Prototype Rancour
Iron Sting
Blackcliff Longsword
Summit Shaper
Primordial Jade Cutter
Quartz
Debate Club
Skyrider Greatsword
Rainslasher
Prototype Archaic
Whiteblind
Blackcliff Slasher
Serpent Spine
Lithic Blade
Luxurious Sea-Lord
The Unforged
White Tassel
Halberd
Black Tassel
Dragon’s Bane
Prototype Starglitter
Crescent Pike
Blackcliff Pole
Lithic Spear
Royal Spear
Staff of Homa
Vortex Vanquisher
Primordial Jade Winged-Spear
Calamity Queller
Emerald Orb
Twin Nephrite
Amber Bead
Solar Pearl
Prototype Amber
Mappa Mare
Blackcliff Agate
Eye of Perception
Memory of Dust
Slingshot
Messenger
Ebony Bow
Rust
Prototype Crescent
Compound Bow
Blackcliff Warbow
Fading Twilight
Aqua Simulacra
Court of Flowing Sand
Amenoma Kageuchi
Kagotsurube Isshin
Floral Rainfall
Mistsplitter Reforged
Haran Geppaku Futsu
Katsuragikiri Nagamasa
Akuoumaru
Redhorn Stonethresher
Kitain Cross Spear
“The Catch”
Wavebreaker’s Fin
Engulfing Lightning
Hakushin Ring
Oathsworn Eye
Everlasting Moonglow
Kagura’s Verity
Hamayumi
Predator
Mouun’s Moon
Polar Star
Thundering Pulse
Tower of Abject Pride
Sapwood Blade
Xiphos’ Moonlight
Key of Khaj-Nisut
Makhaira Aquamarine
Forest Regalia
Moonpiercer
Staff of the Scarlet Sands
Wandering Evenstar
Fruit of Fulfillment
A Thousand Floating Dreams
Tullaytullah’s Remembrance
King’s Squire
End of the Line
Hunter’s Path
Filter SettingsWe use Local Storage on YOUR device to store filter settings. Usually it’s not needed, but if you clear your browser Local Storage often, consider saving your filter settings, just in case if they go kaput (:
Save /
+
+
+ +
+
+ + + +
+
+
+ + + +
+
+
+

+
+ + + + + + diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/card.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/card.webp" new file mode 100644 index 0000000000..cd2aa421cf Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/face.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/face.webp" new file mode 100644 index 0000000000..8ef9f72a84 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/gacha.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/gacha.webp" new file mode 100644 index 0000000000..7a2482f388 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/side.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/side.webp" new file mode 100644 index 0000000000..eddf75f7f6 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/splash.webp" "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/splash.webp" new file mode 100644 index 0000000000..c5d9f5ffa2 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\220\351\234\262\347\217\212/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/data.json" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/data.json" new file mode 100644 index 0000000000..23e66b2274 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000032, + "name": "班尼特", + "abbr": "班尼特", + "title": "命运试金石", + "star": 4, + "elem": "pyro", + "allegiance": "冒险家协会", + "weapon": "sword", + "birth": "2-29", + "astro": "险路座", + "desc": "蒙德的冒险家少年,拥有与他的善良毫不相称的霉运。", + "cncv": "穆雪婷", + "jpcv": "逢坂良太", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 12397, + "atk": 191.16, + "def": 771.25 + }, + "growAttr": { + "key": "recharge", + "value": 26.67 + }, + "talentKey": { + "3231": "a", + "3232": "e", + "3239": "q" + }, + "talentId": { + "10321": 3231, + "10322": 3232, + "10323": 3239 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "燃愿玛瑙", + "boss": "常燃火种", + "specialty": "风车菊", + "normal": "攫金鸦印", + "talent": "「抗争」的哲学", + "weekly": "东风之翎" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/detail.json" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/detail.json" new file mode 100644 index 0000000000..9717080501 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/detail.json" @@ -0,0 +1,1265 @@ +{ + "id": "32", + "name": "班尼特", + "talent": { + "a": { + "id": 3231, + "name": "普通攻击·好运剑", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,瞬间向前方挥出两剑。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.55%", + "48.17%", + "51.8%", + "56.98%", + "60.61%", + "64.75%", + "70.45%", + "76.15%", + "81.84%", + "88.06%", + "94.28%", + "100.49%", + "106.71%", + "112.92%", + "119.14%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "42.74%", + "46.22%", + "49.7%", + "54.67%", + "58.15%", + "62.12%", + "67.59%", + "73.06%", + "78.53%", + "84.49%", + "90.45%", + "96.42%", + "102.38%", + "108.35%", + "114.31%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "54.61%", + "59.06%", + "63.5%", + "69.85%", + "74.3%", + "79.37%", + "86.36%", + "93.34%", + "100.33%", + "107.95%", + "115.57%", + "123.19%", + "130.81%", + "138.43%", + "146.05%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "59.68%", + "64.54%", + "69.4%", + "76.34%", + "81.2%", + "86.75%", + "94.38%", + "102.02%", + "109.65%", + "117.98%", + "126.31%", + "134.64%", + "142.96%", + "151.29%", + "159.62%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "71.9%", + "77.75%", + "83.6%", + "91.96%", + "97.81%", + "104.5%", + "113.7%", + "122.89%", + "132.09%", + "142.12%", + "152.15%", + "162.18%", + "172.22%", + "182.25%", + "192.28%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "55.9% + 60.72%", + "60.45% + 65.66%", + "65% + 70.6%", + "71.5% + 77.66%", + "76.05% + 82.6%", + "81.25% + 88.25%", + "88.4% + 96.02%", + "95.55% + 103.78%", + "102.7% + 111.55%", + "110.5% + 120.02%", + "118.3% + 128.49%", + "126.1% + 136.96%", + "133.9% + 145.44%", + "141.7% + 153.91%", + "149.5% + 162.38%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 3232, + "name": "热情过载", + "desc": [ + "班尼特将火元素与冒险的热情凝聚在剑上。根据热情凝聚的程度,可能会发生不同的事情…", + "

点按

", + "快速向前挥出火焰一击,造成火元素伤害。", + "

长按

", + "根据长按时间进行蓄力,释放时依照蓄力段数造成不同的效果。", + "·一段蓄力:发动二段攻击,造成火元素伤害并将敌人击飞;", + "·二段蓄力:发动三段连续攻击,造成可观的火元素伤害。最后一击会发生爆炸,将班尼特与敌人同时击飞。被击飞时,班尼特不会受到伤害。", + "聚集热情与梦想与火元素的一击。但热情有时会过头,而火元素有时会爆炸。" + ], + "tables": [ + { + "name": "点按伤害", + "unit": "", + "isSame": false, + "values": [ + "137.6%", + "147.92%", + "158.24%", + "172%", + "182.32%", + "192.64%", + "206.4%", + "220.16%", + "233.92%", + "247.68%", + "261.44%", + "275.2%", + "292.4%", + "309.6%", + "326.8%" + ] + }, + { + "name": "一段蓄力伤害", + "unit": "", + "isSame": false, + "values": [ + "84% + 92%", + "90.3% + 98.9%", + "96.6% + 105.8%", + "105% + 115%", + "111.3% + 121.9%", + "117.6% + 128.8%", + "126% + 138%", + "134.4% + 147.2%", + "142.8% + 156.4%", + "151.2% + 165.6%", + "159.6% + 174.8%", + "168% + 184%", + "178.5% + 195.5%", + "189% + 207%", + "199.5% + 218.5%" + ] + }, + { + "name": "二段蓄力伤害", + "unit": "", + "isSame": false, + "values": [ + "88% + 96%", + "94.6% + 103.2%", + "101.2% + 110.4%", + "110% + 120%", + "116.6% + 127.2%", + "123.2% + 134.4%", + "132% + 144%", + "140.8% + 153.6%", + "149.6% + 163.2%", + "158.4% + 172.8%", + "167.2% + 182.4%", + "176% + 192%", + "187% + 204%", + "198% + 216%", + "209% + 228%" + ] + }, + { + "name": "爆炸伤害", + "unit": "", + "isSame": false, + "values": [ + "132%", + "141.9%", + "151.8%", + "165%", + "174.9%", + "184.8%", + "198%", + "211.2%", + "224.4%", + "237.6%", + "250.8%", + "264%", + "280.5%", + "297%", + "313.5%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "5 / 7.5 / 10秒", + "5 / 7.5 / 10秒", + "5 / 7.5 / 10秒", + "5 / 7.5 / 10秒", + "5 / 7.5 / 10秒", + "5 / 7.5 / 10秒", + "5 / 7.5 / 10秒", + "5 / 7.5 / 10秒", + "5 / 7.5 / 10秒", + "5 / 7.5 / 10秒", + "5 / 7.5 / 10秒", + "5 / 7.5 / 10秒", + "5 / 7.5 / 10秒", + "5 / 7.5 / 10秒", + "5 / 7.5 / 10秒" + ] + } + ] + }, + "q": { + "id": 3239, + "name": "美妙旅程", + "desc": [ + "班尼特进行腾跃轰击,造成火元素伤害,并生成鼓舞领域。", + "

鼓舞领域

", + "·领域内的角色如果生命值低于或等于70%,会持续恢复生命值,回复量受益于班尼特的最大生命值;", + "·领域内的角色如果生命值高于70%,会基于班尼特的基础攻击力,以一定比例获得攻击力加成;", + "·为其中的角色施加火元素附着。", + "班尼冒险团每一次探险之旅都充满意外风险。尽管唯一的成员班尼特更倾向于说这是「精彩、刺激又美妙的旅程」。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "232.8%", + "250.26%", + "267.72%", + "291%", + "308.46%", + "325.92%", + "349.2%", + "372.48%", + "395.76%", + "419.04%", + "442.32%", + "465.6%", + "494.7%", + "523.8%", + "552.9%" + ] + }, + { + "name": "持续治疗", + "unit": "", + "isSame": false, + "values": [ + "每秒6%HP + 577.34", + "每秒6.45%HP + 635.08", + "每秒6.9%HP + 697.63", + "每秒7.5%HP + 765", + "每秒7.95%HP + 837.18", + "每秒8.4%HP + 914.17", + "每秒9%HP + 995.97", + "每秒9.6%HP + 1082.58", + "每秒10.2%HP + 1174.01", + "每秒10.8%HP + 1270.24", + "每秒11.4%HP + 1371.29", + "每秒12%HP + 1477.15", + "每秒12.75%HP + 1587.82", + "每秒13.5%HP + 1703.31", + "每秒14.25%HP + 1823.6" + ] + }, + { + "name": "攻击力加成比例", + "unit": "", + "isSame": false, + "values": [ + "56%", + "60.2%", + "64.4%", + "70%", + "74.2%", + "78.4%", + "84%", + "89.6%", + "95.2%", + "100.8%", + "106.4%", + "112%", + "119%", + "126%", + "133%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 44.55, + 48.17, + 51.8, + 56.98, + 60.61, + 64.75, + 70.45, + 76.15, + 81.84, + 88.06, + 94.28, + 100.49, + 106.71, + 112.92, + 119.14 + ], + "二段伤害": [ + 42.74, + 46.22, + 49.7, + 54.67, + 58.15, + 62.12, + 67.59, + 73.06, + 78.53, + 84.49, + 90.45, + 96.42, + 102.38, + 108.35, + 114.31 + ], + "三段伤害": [ + 54.61, + 59.06, + 63.5, + 69.85, + 74.3, + 79.37, + 86.36, + 93.34, + 100.33, + 107.95, + 115.57, + 123.19, + 130.81, + 138.43, + 146.05 + ], + "四段伤害": [ + 59.68, + 64.54, + 69.4, + 76.34, + 81.2, + 86.75, + 94.38, + 102.02, + 109.65, + 117.98, + 126.31, + 134.64, + 142.96, + 151.29, + 159.62 + ], + "五段伤害": [ + 71.9, + 77.75, + 83.6, + 91.96, + 97.81, + 104.5, + 113.7, + 122.89, + 132.09, + 142.12, + 152.15, + 162.18, + 172.22, + 182.25, + 192.28 + ], + "重击伤害": [ + 116.62, + 126.11, + 135.6, + 149.16, + 158.64999999999998, + 169.5, + 184.42000000000002, + 199.32999999999998, + 214.25, + 230.51999999999998, + 246.79000000000002, + 263.06, + 279.34000000000003, + 295.61, + 311.88 + ], + "重击伤害2": [ + [ + 55.9, + 60.72 + ], + [ + 60.45, + 65.66 + ], + [ + 65, + 70.6 + ], + [ + 71.5, + 77.66 + ], + [ + 76.05, + 82.6 + ], + [ + 81.25, + 88.25 + ], + [ + 88.4, + 96.02 + ], + [ + 95.55, + 103.78 + ], + [ + 102.7, + 111.55 + ], + [ + 110.5, + 120.02 + ], + [ + 118.3, + 128.49 + ], + [ + 126.1, + 136.96 + ], + [ + 133.9, + 145.44 + ], + [ + 141.7, + 153.91 + ], + [ + 149.5, + 162.38 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "点按伤害": [ + 137.6, + 147.92, + 158.24, + 172, + 182.32, + 192.64, + 206.4, + 220.16, + 233.92, + 247.68, + 261.44, + 275.2, + 292.4, + 309.6, + 326.8 + ], + "一段蓄力伤害": [ + 176, + 189.2, + 202.39999999999998, + 220, + 233.2, + 246.4, + 264, + 281.6, + 299.20000000000005, + 316.79999999999995, + 334.4, + 352, + 374, + 396, + 418 + ], + "一段蓄力伤害2": [ + [ + 84, + 92 + ], + [ + 90.3, + 98.9 + ], + [ + 96.6, + 105.8 + ], + [ + 105, + 115 + ], + [ + 111.3, + 121.9 + ], + [ + 117.6, + 128.8 + ], + [ + 126, + 138 + ], + [ + 134.4, + 147.2 + ], + [ + 142.8, + 156.4 + ], + [ + 151.2, + 165.6 + ], + [ + 159.6, + 174.8 + ], + [ + 168, + 184 + ], + [ + 178.5, + 195.5 + ], + [ + 189, + 207 + ], + [ + 199.5, + 218.5 + ] + ], + "二段蓄力伤害": [ + 184, + 197.8, + 211.60000000000002, + 230, + 243.8, + 257.6, + 276, + 294.4, + 312.79999999999995, + 331.20000000000005, + 349.6, + 368, + 391, + 414, + 437 + ], + "二段蓄力伤害2": [ + [ + 88, + 96 + ], + [ + 94.6, + 103.2 + ], + [ + 101.2, + 110.4 + ], + [ + 110, + 120 + ], + [ + 116.6, + 127.2 + ], + [ + 123.2, + 134.4 + ], + [ + 132, + 144 + ], + [ + 140.8, + 153.6 + ], + [ + 149.6, + 163.2 + ], + [ + 158.4, + 172.8 + ], + [ + 167.2, + 182.4 + ], + [ + 176, + 192 + ], + [ + 187, + 204 + ], + [ + 198, + 216 + ], + [ + 209, + 228 + ] + ], + "爆炸伤害": [ + 132, + 141.9, + 151.8, + 165, + 174.9, + 184.8, + 198, + 211.2, + 224.4, + 237.6, + 250.8, + 264, + 280.5, + 297, + 313.5 + ] + }, + "q": { + "技能伤害": [ + 232.8, + 250.26, + 267.72, + 291, + 308.46, + 325.92, + 349.2, + 372.48, + 395.76, + 419.04, + 442.32, + 465.6, + 494.7, + 523.8, + 552.9 + ], + "持续治疗": [ + 583.34, + 641.5300000000001, + 704.53, + 772.5, + 845.13, + 922.5699999999999, + 1004.97, + 1092.1799999999998, + 1184.21, + 1281.04, + 1382.69, + 1489.15, + 1600.57, + 1716.81, + 1837.85 + ], + "持续治疗2": [ + [ + 6, + 577.34 + ], + [ + 6.45, + 635.08 + ], + [ + 6.9, + 697.63 + ], + [ + 7.5, + 765 + ], + [ + 7.95, + 837.18 + ], + [ + 8.4, + 914.17 + ], + [ + 9, + 995.97 + ], + [ + 9.6, + 1082.58 + ], + [ + 10.2, + 1174.01 + ], + [ + 10.8, + 1270.24 + ], + [ + 11.4, + 1371.29 + ], + [ + 12, + 1477.15 + ], + [ + 12.75, + 1587.82 + ], + [ + 13.5, + 1703.31 + ], + [ + 14.25, + 1823.6 + ] + ], + "攻击力加成比例": [ + 56, + 60.2, + 64.4, + 70, + 74.2, + 78.4, + 84, + 89.6, + 95.2, + 100.8, + 106.4, + 112, + 119, + 126, + 133 + ] + } + }, + "cons": { + "1": { + "name": "冒险憧憬", + "desc": [ + "美妙旅程的攻击力提升效果不再有生命值限制,数值上追加班尼特基础攻击力的20%。" + ] + }, + "2": { + "name": "踏破绝境", + "desc": [ + "班尼特的生命值低于70%时,元素充能效率提高30%。" + ] + }, + "3": { + "name": "火热激情", + "desc": [ + "

热情过载的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "热情不灭", + "desc": [ + "施放一段蓄力的热情过载时,在技能第二段攻击中进行普通攻击,可以施放额外的追击。", + "追击的伤害等同于第二段攻击的135%。" + ] + }, + "5": { + "name": "开拓的心魂", + "desc": [ + "

美妙旅程的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "烈火与勇气", + "desc": [ + "处在美妙旅程领域内的队伍中当前场上单手剑、双手剑、长柄武器角色获得15%火元素伤害加成,并获得火元素附魔。" + ] + } + }, + "passive": [ + { + "name": "应该安全", + "desc": [ + "在蒙德执行探索派遣任务时,消耗的时间缩短25%。" + ] + }, + { + "name": "热情复燃", + "desc": [ + "热情过载的冷却时间减少20%。" + ] + }, + { + "name": "无畏的热血", + "desc": [ + "在美妙旅程领域内,热情过载具有如下效果:", + "·冷却时间减少50%;", + "·二段蓄力不会将班尼特自身击飞。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "recharge" + ], + "details": { + "1": [ + 1039, + 16.03, + 64.66, + 0 + ], + "20": [ + 2670, + 41.17, + 166.12, + 0 + ], + "40": [ + 5163, + 79.61, + 321.19, + 0 + ], + "50": [ + 6573, + 101.35, + 408.93, + 6.67 + ], + "60": [ + 8168, + 125.94, + 508.1, + 13.33 + ], + "70": [ + 9577, + 147.67, + 595.78, + 13.33 + ], + "80": [ + 10987, + 169.41, + 683.51, + 20 + ], + "90": [ + 12397, + 191.16, + 771.25, + 26.67 + ], + "20+": [ + 3447, + 53.15, + 214.43, + 0 + ], + "40+": [ + 5715, + 88.12, + 355.51, + 6.67 + ], + "50+": [ + 7309, + 112.7, + 454.69, + 13.33 + ], + "60+": [ + 8719, + 134.44, + 542.43, + 13.33 + ], + "70+": [ + 10129, + 156.17, + 630.1, + 20 + ], + "80+": [ + 11539, + 177.92, + 717.84, + 26.67 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-1.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-1.webp" new file mode 100644 index 0000000000..fdbfa33d5a Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-2.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-2.webp" new file mode 100644 index 0000000000..fa09df1537 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-3.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-3.webp" new file mode 100644 index 0000000000..b3068b0749 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-4.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-4.webp" new file mode 100644 index 0000000000..7c032e0ddc Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-5.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-5.webp" new file mode 100644 index 0000000000..91095aa2eb Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-6.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-6.webp" new file mode 100644 index 0000000000..44471dacaf Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/passive-0.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/passive-0.webp" new file mode 100644 index 0000000000..31175ae341 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/passive-1.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/passive-1.webp" new file mode 100644 index 0000000000..24eaf6cfb4 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/passive-2.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/passive-2.webp" new file mode 100644 index 0000000000..6e2a68744b Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/talent-a.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/talent-e.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/talent-e.webp" new file mode 100644 index 0000000000..fd16468dd5 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/talent-q.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/talent-q.webp" new file mode 100644 index 0000000000..0ac1d890f7 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/banner.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/banner.webp" new file mode 100644 index 0000000000..75a33f3b9f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/card.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/card.webp" new file mode 100644 index 0000000000..b437f6fb99 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/face.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/face.webp" new file mode 100644 index 0000000000..ef9e018480 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/gacha.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/gacha.webp" new file mode 100644 index 0000000000..a856c24ba7 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/side.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/side.webp" new file mode 100644 index 0000000000..4a35e5ea2d Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/splash.webp" "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/splash.webp" new file mode 100644 index 0000000000..0432d20931 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\217\255\345\260\274\347\211\271/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/data.json" "b/plugin/kokomi/data/character/\347\220\264/data.json" new file mode 100644 index 0000000000..002f0caf74 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\220\264/data.json" @@ -0,0 +1,50 @@ +{ + "id": 10000003, + "name": "琴", + "abbr": "琴", + "title": "蒲公英骑士", + "star": 5, + "elem": "anemo", + "allegiance": "西风骑士团", + "weapon": "sword", + "birth": "3-14", + "astro": "幼狮座", + "desc": "正直严谨的蒲公英骑士,蒙德西风骑士团的代理团长。", + "cncv": "林簌", + "jpcv": "斋藤千和", + "costume": [ + 200301 + ], + "ver": 1, + "baseAttr": { + "hp": 14695, + "atk": 239.18, + "def": 768.55 + }, + "growAttr": { + "key": "heal", + "value": 22.15 + }, + "talentKey": { + "331": "a", + "332": "e", + "339": "q" + }, + "talentId": { + "10031": 331, + "10033": 332, + "10034": 339 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "自在松石", + "boss": "飓风之种", + "specialty": "蒲公英籽", + "normal": "不祥的面具", + "talent": "「抗争」的哲学", + "weekly": "东风之翎" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\220\264/detail.json" "b/plugin/kokomi/data/character/\347\220\264/detail.json" new file mode 100644 index 0000000000..5287c9ef9a --- /dev/null +++ "b/plugin/kokomi/data/character/\347\220\264/detail.json" @@ -0,0 +1,1083 @@ +{ + "id": "3", + "name": "琴", + "talent": { + "a": { + "id": 331, + "name": "普通攻击·西风剑术", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,进行饱含风之力的挑击。", + "被挑飞的敌人,在短时间内会缓慢坠落。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "48.33%", + "52.27%", + "56.2%", + "61.82%", + "65.75%", + "70.25%", + "76.43%", + "82.61%", + "88.8%", + "95.54%", + "103.27%", + "112.36%", + "121.44%", + "130.53%", + "140.44%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "45.58%", + "49.29%", + "53%", + "58.3%", + "62.01%", + "66.25%", + "72.08%", + "77.91%", + "83.74%", + "90.1%", + "97.39%", + "105.96%", + "114.53%", + "123.1%", + "132.45%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "60.29%", + "65.19%", + "70.1%", + "77.11%", + "82.02%", + "87.63%", + "95.34%", + "103.05%", + "110.76%", + "119.17%", + "128.81%", + "140.14%", + "151.48%", + "162.81%", + "175.18%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "65.88%", + "71.24%", + "76.6%", + "84.26%", + "89.62%", + "95.75%", + "104.18%", + "112.6%", + "121.03%", + "130.22%", + "140.75%", + "153.14%", + "165.52%", + "177.91%", + "191.42%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "79.21%", + "85.65%", + "92.1%", + "101.31%", + "107.76%", + "115.13%", + "125.26%", + "135.39%", + "145.52%", + "156.57%", + "169.23%", + "184.13%", + "199.02%", + "213.91%", + "230.16%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "162.02%", + "175.21%", + "188.4%", + "207.24%", + "220.43%", + "235.5%", + "256.22%", + "276.95%", + "297.67%", + "320.28%", + "346.18%", + "376.65%", + "407.11%", + "437.58%", + "470.81%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 332, + "name": "风压剑", + "desc": [ + "将无形的风之力汇聚在剑上,释放微型的风暴,将敌人向瞄准的方向击飞,造成大量风元素伤害。", + "

长按

", + "以持续消耗体力为代价,令旋风将周围的敌人与物体牵引至面前。", + "可以调整方向。", + "期间无法移动。", + "与一心守护的琴同行的,是能将危险驱离伙伴身边的守护之风。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "292%", + "313.9%", + "335.8%", + "365%", + "386.9%", + "408.8%", + "438%", + "467.2%", + "496.4%", + "525.6%", + "554.8%", + "584%", + "620.5%", + "657%", + "693.5%" + ] + }, + { + "name": "体力消耗", + "unit": "", + "isSame": true, + "values": [ + "每秒20点", + "每秒20点", + "每秒20点", + "每秒20点", + "每秒20点", + "每秒20点", + "每秒20点", + "每秒20点", + "每秒20点", + "每秒20点", + "每秒20点", + "每秒20点", + "每秒20点", + "每秒20点", + "每秒20点" + ] + }, + { + "name": "最大持续时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + } + ] + }, + "q": { + "id": 339, + "name": "蒲公英之风", + "desc": [ + "呼唤风的护佑,创造千风涌动的蒲公英领域,击退周围的敌人并造成风元素伤害。", + "同时,为队伍中的所有角色瞬间恢复大量生命值,回复量受益于琴的攻击力。", + "

蒲公英领域

", + "·为其中的角色持续恢复生命值;", + "·令其中的角色持续受到风元素影响;", + "·对出入领域的敌人造成风元素伤害。", + "风的恩泽如同广布大地的蒲公英,这就是琴守护的根源与心意。" + ], + "tables": [ + { + "name": "爆发伤害", + "unit": "", + "isSame": false, + "values": [ + "424.8%", + "456.66%", + "488.52%", + "531%", + "562.86%", + "594.72%", + "637.2%", + "679.68%", + "722.16%", + "764.64%", + "807.12%", + "849.6%", + "902.7%", + "955.8%", + "1008.9%" + ] + }, + { + "name": "出入领域伤害", + "unit": "", + "isSame": false, + "values": [ + "78.4%", + "84.28%", + "90.16%", + "98%", + "103.88%", + "109.76%", + "117.6%", + "125.44%", + "133.28%", + "141.12%", + "148.96%", + "156.8%", + "166.6%", + "176.4%", + "186.2%" + ] + }, + { + "name": "领域发动治疗量", + "unit": "", + "isSame": false, + "values": [ + "251.2%攻击 + 1540.32", + "270.04%攻击 + 1694.38", + "288.88%攻击 + 1861.27", + "314%攻击 + 2041", + "332.84%攻击 + 2233.57", + "351.68%攻击 + 2438.97", + "376.8%攻击 + 2657.22", + "401.92%攻击 + 2888.3", + "427.04%攻击 + 3132.22", + "452.16%攻击 + 3388.97", + "477.28%攻击 + 3658.57", + "502.4%攻击 + 3941", + "533.8%攻击 + 4236.27", + "565.2%攻击 + 4544.38", + "596.6%攻击 + 4865.32" + ] + }, + { + "name": "持续治疗", + "unit": "", + "isSame": false, + "values": [ + "每秒25.12%攻击 + 154.03", + "每秒27%攻击 + 169.44", + "每秒28.89%攻击 + 186.13", + "每秒31.4%攻击 + 204.1", + "每秒33.28%攻击 + 223.36", + "每秒35.17%攻击 + 243.9", + "每秒37.68%攻击 + 265.72", + "每秒40.19%攻击 + 288.83", + "每秒42.7%攻击 + 313.22", + "每秒45.22%攻击 + 338.9", + "每秒47.73%攻击 + 365.86", + "每秒50.24%攻击 + 394.1", + "每秒53.38%攻击 + 423.63", + "每秒56.52%攻击 + 454.44", + "每秒59.66%攻击 + 486.53" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 48.33, + 52.27, + 56.2, + 61.82, + 65.75, + 70.25, + 76.43, + 82.61, + 88.8, + 95.54, + 103.27, + 112.36, + 121.44, + 130.53, + 140.44 + ], + "二段伤害": [ + 45.58, + 49.29, + 53, + 58.3, + 62.01, + 66.25, + 72.08, + 77.91, + 83.74, + 90.1, + 97.39, + 105.96, + 114.53, + 123.1, + 132.45 + ], + "三段伤害": [ + 60.29, + 65.19, + 70.1, + 77.11, + 82.02, + 87.63, + 95.34, + 103.05, + 110.76, + 119.17, + 128.81, + 140.14, + 151.48, + 162.81, + 175.18 + ], + "四段伤害": [ + 65.88, + 71.24, + 76.6, + 84.26, + 89.62, + 95.75, + 104.18, + 112.6, + 121.03, + 130.22, + 140.75, + 153.14, + 165.52, + 177.91, + 191.42 + ], + "五段伤害": [ + 79.21, + 85.65, + 92.1, + 101.31, + 107.76, + 115.13, + 125.26, + 135.39, + 145.52, + 156.57, + 169.23, + 184.13, + 199.02, + 213.91, + 230.16 + ], + "重击伤害": [ + 162.02, + 175.21, + 188.4, + 207.24, + 220.43, + 235.5, + 256.22, + 276.95, + 297.67, + 320.28, + 346.18, + 376.65, + 407.11, + 437.58, + 470.81 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 292, + 313.9, + 335.8, + 365, + 386.9, + 408.8, + 438, + 467.2, + 496.4, + 525.6, + 554.8, + 584, + 620.5, + 657, + 693.5 + ] + }, + "q": { + "爆发伤害": [ + 424.8, + 456.66, + 488.52, + 531, + 562.86, + 594.72, + 637.2, + 679.68, + 722.16, + 764.64, + 807.12, + 849.6, + 902.7, + 955.8, + 1008.9 + ], + "出入领域伤害": [ + 78.4, + 84.28, + 90.16, + 98, + 103.88, + 109.76, + 117.6, + 125.44, + 133.28, + 141.12, + 148.96, + 156.8, + 166.6, + 176.4, + 186.2 + ], + "领域发动治疗量": [ + 1791.52, + 1964.42, + 2150.15, + 2355, + 2566.4100000000003, + 2790.6499999999996, + 3034.02, + 3290.2200000000003, + 3559.2599999999998, + 3841.1299999999997, + 4135.85, + 4443.4, + 4770.070000000001, + 5109.58, + 5461.92 + ], + "领域发动治疗量2": [ + [ + 251.2, + 1540.32 + ], + [ + 270.04, + 1694.38 + ], + [ + 288.88, + 1861.27 + ], + [ + 314, + 2041 + ], + [ + 332.84, + 2233.57 + ], + [ + 351.68, + 2438.97 + ], + [ + 376.8, + 2657.22 + ], + [ + 401.92, + 2888.3 + ], + [ + 427.04, + 3132.22 + ], + [ + 452.16, + 3388.97 + ], + [ + 477.28, + 3658.57 + ], + [ + 502.4, + 3941 + ], + [ + 533.8, + 4236.27 + ], + [ + 565.2, + 4544.38 + ], + [ + 596.6, + 4865.32 + ] + ], + "持续治疗": [ + 179.15, + 196.44, + 215.01999999999998, + 235.5, + 256.64, + 279.07, + 303.40000000000003, + 329.02, + 355.92, + 384.12, + 413.59000000000003, + 444.34000000000003, + 477.01, + 510.96, + 546.1899999999999 + ], + "持续治疗2": [ + [ + 25.12, + 154.03 + ], + [ + 27, + 169.44 + ], + [ + 28.89, + 186.13 + ], + [ + 31.4, + 204.1 + ], + [ + 33.28, + 223.36 + ], + [ + 35.17, + 243.9 + ], + [ + 37.68, + 265.72 + ], + [ + 40.19, + 288.83 + ], + [ + 42.7, + 313.22 + ], + [ + 45.22, + 338.9 + ], + [ + 47.73, + 365.86 + ], + [ + 50.24, + 394.1 + ], + [ + 53.38, + 423.63 + ], + [ + 56.52, + 454.44 + ], + [ + 59.66, + 486.53 + ] + ] + } + }, + "cons": { + "1": { + "name": "流转剑脊的暴风", + "desc": [ + "风压剑长按超过1秒后,提升牵引速度,并使造成的伤害提升40%。" + ] + }, + "2": { + "name": "守护众人的坚盾", + "desc": [ + "琴获得元素晶球或元素微粒时,队伍中所有角色获得15%攻击速度和15%移动速度提升,持续15秒。" + ] + }, + "3": { + "name": "西风吹拂之时", + "desc": [ + "蒲公英之风的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "蒲公英的国土", + "desc": [ + "在蒲公英之风的领域内,所有敌人的风元素抗性下降40%。" + ] + }, + "5": { + "name": "须臾一瞬的烈风", + "desc": [ + "

风压剑的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "恩眷万民的狮牙", + "desc": [ + "在蒲公英之风的领域内,角色受到的伤害降低35%。", + "离开领域后,这个效果会在承受3次攻击或10秒后消失。" + ] + } + }, + "passive": [ + { + "name": "引领之风", + "desc": [ + "完美烹饪恢复类食物时,有12%概率获得2倍产出。" + ] + }, + { + "name": "顺风而行", + "desc": [ + "琴的普通攻击命中时,有50%的几率为队伍中所有角色恢复等同于琴攻击力15%的生命值。" + ] + }, + { + "name": "听凭风引", + "desc": [ + "使用蒲公英之风后,恢复20%元素能量。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "heal" + ], + "details": { + "1": [ + 1144, + 18.62, + 59.83, + 0 + ], + "20": [ + 2967, + 48.3, + 155.2, + 0 + ], + "40": [ + 5908, + 96.16, + 308.99, + 0 + ], + "50": [ + 7599, + 123.68, + 397.43, + 5.54 + ], + "60": [ + 9533, + 155.16, + 498.56, + 11.08 + ], + "70": [ + 11243, + 183, + 588.02, + 11.08 + ], + "80": [ + 12965, + 211.02, + 678.08, + 16.62 + ], + "90": [ + 14695, + 239.18, + 768.55, + 22.15 + ], + "20+": [ + 3948, + 64.26, + 206.5, + 0 + ], + "40+": [ + 6605, + 107.5, + 345.44, + 5.54 + ], + "50+": [ + 8528, + 138.81, + 446.03, + 11.08 + ], + "60+": [ + 10230, + 166.5, + 535.01, + 11.08 + ], + "70+": [ + 11940, + 194.34, + 624.47, + 16.62 + ], + "80+": [ + 13662, + 222.36, + 714.53, + 22.15 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\220\264/icons/cons-1.webp" "b/plugin/kokomi/data/character/\347\220\264/icons/cons-1.webp" new file mode 100644 index 0000000000..cab063d367 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/icons/cons-2.webp" "b/plugin/kokomi/data/character/\347\220\264/icons/cons-2.webp" new file mode 100644 index 0000000000..ba94066c89 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/icons/cons-3.webp" "b/plugin/kokomi/data/character/\347\220\264/icons/cons-3.webp" new file mode 100644 index 0000000000..22ebea06be Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/icons/cons-4.webp" "b/plugin/kokomi/data/character/\347\220\264/icons/cons-4.webp" new file mode 100644 index 0000000000..734d1c314b Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/icons/cons-5.webp" "b/plugin/kokomi/data/character/\347\220\264/icons/cons-5.webp" new file mode 100644 index 0000000000..e15f2941bf Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/icons/cons-6.webp" "b/plugin/kokomi/data/character/\347\220\264/icons/cons-6.webp" new file mode 100644 index 0000000000..952bdd1a09 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/icons/passive-0.webp" "b/plugin/kokomi/data/character/\347\220\264/icons/passive-0.webp" new file mode 100644 index 0000000000..884aa0510b Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/icons/passive-1.webp" "b/plugin/kokomi/data/character/\347\220\264/icons/passive-1.webp" new file mode 100644 index 0000000000..b73db566c0 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/icons/passive-2.webp" "b/plugin/kokomi/data/character/\347\220\264/icons/passive-2.webp" new file mode 100644 index 0000000000..293a74de85 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/icons/talent-a.webp" "b/plugin/kokomi/data/character/\347\220\264/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/icons/talent-e.webp" "b/plugin/kokomi/data/character/\347\220\264/icons/talent-e.webp" new file mode 100644 index 0000000000..e15f2941bf Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/icons/talent-q.webp" "b/plugin/kokomi/data/character/\347\220\264/icons/talent-q.webp" new file mode 100644 index 0000000000..ccc89bb906 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/imgs/banner.webp" "b/plugin/kokomi/data/character/\347\220\264/imgs/banner.webp" new file mode 100644 index 0000000000..2547f0a5b5 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/imgs/card.webp" "b/plugin/kokomi/data/character/\347\220\264/imgs/card.webp" new file mode 100644 index 0000000000..ddd044832d Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/imgs/face.webp" "b/plugin/kokomi/data/character/\347\220\264/imgs/face.webp" new file mode 100644 index 0000000000..2ebe32d4cd Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/imgs/face2.webp" "b/plugin/kokomi/data/character/\347\220\264/imgs/face2.webp" new file mode 100644 index 0000000000..1604079968 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/imgs/face2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/imgs/gacha.webp" "b/plugin/kokomi/data/character/\347\220\264/imgs/gacha.webp" new file mode 100644 index 0000000000..1be2090ca8 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/imgs/side.webp" "b/plugin/kokomi/data/character/\347\220\264/imgs/side.webp" new file mode 100644 index 0000000000..b9e8518a64 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/imgs/side2.webp" "b/plugin/kokomi/data/character/\347\220\264/imgs/side2.webp" new file mode 100644 index 0000000000..af7ab88433 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/imgs/side2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/imgs/splash.webp" "b/plugin/kokomi/data/character/\347\220\264/imgs/splash.webp" new file mode 100644 index 0000000000..864d8884bb Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\347\220\264/imgs/splash2.webp" "b/plugin/kokomi/data/character/\347\220\264/imgs/splash2.webp" new file mode 100644 index 0000000000..e61af99ab0 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\220\264/imgs/splash2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/data.json" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/data.json" new file mode 100644 index 0000000000..355e5f4608 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\221\266\347\221\266/data.json" @@ -0,0 +1,49 @@ +{ + "id": 10000077, + "name": "瑶瑶", + "abbr": "瑶瑶", + "title": "仙蕊玲珑", + "star": 4, + "elem": "dendro", + "allegiance": "歌尘浪市真君洞天", + "weapon": "polearm", + "birth": "3-6", + "astro": "木樨座", + "desc": "歌尘浪市真君膝下最年幼的弟子,温柔体贴的「小大人」。", + "cncv": "刘颐诺", + "jpcv": "门胁舞以", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 12289, + "atk": 212.4, + "def": 750.77 + }, + "growAttr": { + "key": "hpPct", + "value": 24 + }, + "talentKey": { + "7731": "a", + "7732": "e", + "7739": "q" + }, + "talentId": { + "10771": 7731, + "10772": 7732, + "10775": 7739 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "生长碧翡", + "boss": "灭诤草蔓", + "specialty": "绝云椒椒", + "normal": "史莱姆原浆", + "talent": "「勤劳」的哲学", + "weekly": "空行的虚铃" + }, + "eta": 1674010800000 +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/detail.json" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/detail.json" new file mode 100644 index 0000000000..bc73b74b50 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\221\266\347\221\266/detail.json" @@ -0,0 +1,1156 @@ +{ + "id": "77", + "name": "瑶瑶", + "talent": { + "a": { + "id": 7731, + "name": "普通攻击·颠扑连环枪", + "desc": [ + "

普通攻击

", + "进行至多四段的连续枪击。", + "

重击

", + "消耗一定体力,向前方突进,对路径上的敌人造成伤害。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "51%", + "55.15%", + "59.3%", + "65.23%", + "69.39%", + "74.13%", + "80.65%", + "87.18%", + "93.7%", + "100.82%", + "107.93%", + "115.05%", + "122.17%", + "129.28%", + "136.4%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "47.44%", + "51.3%", + "55.17%", + "60.68%", + "64.54%", + "68.96%", + "75.03%", + "81.09%", + "87.16%", + "93.78%", + "100.4%", + "107.02%", + "113.64%", + "120.26%", + "126.88%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "31.38% + 32.95%", + "33.93% + 35.63%", + "36.49% + 38.31%", + "40.13% + 42.14%", + "42.69% + 44.82%", + "45.61% + 47.89%", + "49.62% + 52.1%", + "53.63% + 56.31%", + "57.65% + 60.53%", + "62.02% + 65.13%", + "66.4% + 69.72%", + "70.78% + 74.32%", + "75.16% + 78.92%", + "79.54% + 83.51%", + "83.92% + 88.11%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "77.93%", + "84.27%", + "90.62%", + "99.68%", + "106.02%", + "113.27%", + "123.24%", + "133.21%", + "143.18%", + "154.05%", + "164.92%", + "175.8%", + "186.67%", + "197.55%", + "208.42%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "112.66%", + "121.83%", + "131%", + "144.1%", + "153.27%", + "163.75%", + "178.16%", + "192.57%", + "206.98%", + "222.7%", + "238.42%", + "254.14%", + "269.86%", + "285.58%", + "301.3%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 7732, + "name": "云台团团降芦菔", + "desc": [ + "请某位仙人特制的机关「月桂·抛掷型」上阵,帮助瑶瑶解决烦恼。", + "长按时将以不同的方式施放。", + "

长按

", + "进入瞄准状态,调整投掷方向。", + "

月桂·抛掷型

", + "会投掷白玉萝卜,白玉萝卜会在命中角色或敌人时炸裂,对一定范围内的敌人造成草元素伤害,并为其中的角色恢复生命值,回复量受益于瑶瑶的生命值上限;若未命中敌人或角色,白玉萝卜将会留在命中的位置,并在触及角色或敌人时,或持续时间结束时炸裂。", + "月桂·抛掷型会依据附近的情况,选择投掷白玉萝卜的目标:", + "·附近的角色如果生命值均高于70%,会向附近的一名敌人投掷;", + "·附近如果存在生命值低于或等于70%的角色,则会向附近场上生命值百分比最低的角色投掷。若附近不存在敌人,在角色的生命值均高于70%、低于100%时,也会向角色投掷;否则会向周围随意投掷。", + "同时至多存在2个月桂·抛掷型。", + "「萝卜上市,郎中无事!啊,这不是说萝卜治百病的意思,不过,多吃萝卜确实有好处!」" + ], + "tables": [ + { + "name": "白玉萝卜伤害", + "unit": "", + "isSame": false, + "values": [ + "29.92%", + "32.16%", + "34.41%", + "37.4%", + "39.64%", + "41.89%", + "44.88%", + "47.87%", + "50.86%", + "53.86%", + "56.85%", + "59.84%", + "63.58%", + "67.32%", + "71.06%" + ] + }, + { + "name": "白玉萝卜治疗量", + "unit": "", + "isSame": false, + "values": [ + "1.71%HP + 165.08", + "1.84%HP + 181.59", + "1.97%HP + 199.48", + "2.14%HP + 218.74", + "2.27%HP + 239.38", + "2.4%HP + 261.39", + "2.57%HP + 284.78", + "2.74%HP + 309.54", + "2.91%HP + 335.69", + "3.09%HP + 363.2", + "3.26%HP + 392.1", + "3.43%HP + 422.37", + "3.64%HP + 454.01", + "3.86%HP + 487.03", + "4.07%HP + 521.43" + ] + }, + { + "name": "月桂·抛掷型持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "白玉萝卜持续时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + } + ] + }, + "q": { + "id": 7739, + "name": "玉颗珊珊月中落", + "desc": [ + "依照某位仙人的嘱咐,在紧急情况下,解放月桂的全部潜能,对周围的敌人造成草元素伤害,并进入(某种意义上)所向披靡的「桂子仙机」状态。", + "

桂子仙机

", + "·产生的白玉萝卜将转为依据本技能详细属性造成伤害与治疗,炸裂时将为队伍中附近的所有角色恢复生命值,造成的草元素伤害转而视为元素爆发伤害;", + "·周期性召唤「月桂·弹跳型」,直到数量达到上限。月桂·弹跳型与元素战技「云台团团降芦菔」召唤的月桂·抛掷型行为方式相同。同时至多存在3个月桂·弹跳型;", + "·瑶瑶的移动速度提升15%;", + "·瑶瑶获得草元素抗性提升。", + "桂子仙机状态将在退场时结束。桂子仙机状态结束时,将移除剩余的月桂·弹跳型。", + "「咦,你问我这一个和那一个里哪个是月桂?奇怪,这里的每一个都是月桂呀!」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "114.56%", + "123.15%", + "131.74%", + "143.2%", + "151.79%", + "160.38%", + "171.84%", + "183.3%", + "194.75%", + "206.21%", + "217.66%", + "229.12%", + "243.44%", + "257.76%", + "272.08%" + ] + }, + { + "name": "桂子仙机白玉萝卜伤害", + "unit": "", + "isSame": false, + "values": [ + "72.16%", + "77.57%", + "82.98%", + "90.2%", + "95.61%", + "101.02%", + "108.24%", + "115.46%", + "122.67%", + "129.89%", + "137.1%", + "144.32%", + "153.34%", + "162.36%", + "171.38%" + ] + }, + { + "name": "桂子仙机白玉萝卜治疗量", + "unit": "", + "isSame": false, + "values": [ + "2.02%HP + 194.21", + "2.17%HP + 213.64", + "2.32%HP + 234.68", + "2.52%HP + 257.34", + "2.67%HP + 281.62", + "2.82%HP + 307.52", + "3.03%HP + 335.04", + "3.23%HP + 364.17", + "3.43%HP + 394.93", + "3.63%HP + 427.3", + "3.83%HP + 461.29", + "4.03%HP + 496.9", + "4.29%HP + 534.13", + "4.54%HP + 572.98", + "4.79%HP + 613.45" + ] + }, + { + "name": "草元素抗性提升", + "unit": "", + "isSame": true, + "values": [ + "50%", + "50%", + "50%", + "50%", + "50%", + "50%", + "50%", + "50%", + "50%", + "50%", + "50%", + "50%", + "50%", + "50%", + "50%" + ] + }, + { + "name": "桂子仙机持续时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 51, + 55.15, + 59.3, + 65.23, + 69.39, + 74.13, + 80.65, + 87.18, + 93.7, + 100.82, + 107.93, + 115.05, + 122.17, + 129.28, + 136.4 + ], + "二段伤害": [ + 47.44, + 51.3, + 55.17, + 60.68, + 64.54, + 68.96, + 75.03, + 81.09, + 87.16, + 93.78, + 100.4, + 107.02, + 113.64, + 120.26, + 126.88 + ], + "三段伤害": [ + 64.33, + 69.56, + 74.80000000000001, + 82.27000000000001, + 87.50999999999999, + 93.5, + 101.72, + 109.94, + 118.18, + 127.15, + 136.12, + 145.1, + 154.07999999999998, + 163.05, + 172.03 + ], + "三段伤害2": [ + [ + 31.38, + 32.95 + ], + [ + 33.93, + 35.63 + ], + [ + 36.49, + 38.31 + ], + [ + 40.13, + 42.14 + ], + [ + 42.69, + 44.82 + ], + [ + 45.61, + 47.89 + ], + [ + 49.62, + 52.1 + ], + [ + 53.63, + 56.31 + ], + [ + 57.65, + 60.53 + ], + [ + 62.02, + 65.13 + ], + [ + 66.4, + 69.72 + ], + [ + 70.78, + 74.32 + ], + [ + 75.16, + 78.92 + ], + [ + 79.54, + 83.51 + ], + [ + 83.92, + 88.11 + ] + ], + "四段伤害": [ + 77.93, + 84.27, + 90.62, + 99.68, + 106.02, + 113.27, + 123.24, + 133.21, + 143.18, + 154.05, + 164.92, + 175.8, + 186.67, + 197.55, + 208.42 + ], + "重击伤害": [ + 112.66, + 121.83, + 131, + 144.1, + 153.27, + 163.75, + 178.16, + 192.57, + 206.98, + 222.7, + 238.42, + 254.14, + 269.86, + 285.58, + 301.3 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "白玉萝卜伤害": [ + 29.92, + 32.16, + 34.41, + 37.4, + 39.64, + 41.89, + 44.88, + 47.87, + 50.86, + 53.86, + 56.85, + 59.84, + 63.58, + 67.32, + 71.06 + ], + "白玉萝卜治疗量": [ + 166.79000000000002, + 183.43, + 201.45, + 220.88, + 241.65, + 263.78999999999996, + 287.34999999999997, + 312.28000000000003, + 338.6, + 366.28999999999996, + 395.36, + 425.8, + 457.65, + 490.89, + 525.5 + ], + "白玉萝卜治疗量2": [ + [ + 1.71, + 165.08 + ], + [ + 1.84, + 181.59 + ], + [ + 1.97, + 199.48 + ], + [ + 2.14, + 218.74 + ], + [ + 2.27, + 239.38 + ], + [ + 2.4, + 261.39 + ], + [ + 2.57, + 284.78 + ], + [ + 2.74, + 309.54 + ], + [ + 2.91, + 335.69 + ], + [ + 3.09, + 363.2 + ], + [ + 3.26, + 392.1 + ], + [ + 3.43, + 422.37 + ], + [ + 3.64, + 454.01 + ], + [ + 3.86, + 487.03 + ], + [ + 4.07, + 521.43 + ] + ] + }, + "q": { + "技能伤害": [ + 114.56, + 123.15, + 131.74, + 143.2, + 151.79, + 160.38, + 171.84, + 183.3, + 194.75, + 206.21, + 217.66, + 229.12, + 243.44, + 257.76, + 272.08 + ], + "桂子仙机白玉萝卜伤害": [ + 72.16, + 77.57, + 82.98, + 90.2, + 95.61, + 101.02, + 108.24, + 115.46, + 122.67, + 129.89, + 137.1, + 144.32, + 153.34, + 162.36, + 171.38 + ], + "桂子仙机白玉萝卜治疗量": [ + 196.23000000000002, + 215.80999999999997, + 237, + 259.85999999999996, + 284.29, + 310.34, + 338.07, + 367.40000000000003, + 398.36, + 430.93, + 465.12, + 500.92999999999995, + 538.42, + 577.52, + 618.24 + ], + "桂子仙机白玉萝卜治疗量2": [ + [ + 2.02, + 194.21 + ], + [ + 2.17, + 213.64 + ], + [ + 2.32, + 234.68 + ], + [ + 2.52, + 257.34 + ], + [ + 2.67, + 281.62 + ], + [ + 2.82, + 307.52 + ], + [ + 3.03, + 335.04 + ], + [ + 3.23, + 364.17 + ], + [ + 3.43, + 394.93 + ], + [ + 3.63, + 427.3 + ], + [ + 3.83, + 461.29 + ], + [ + 4.03, + 496.9 + ], + [ + 4.29, + 534.13 + ], + [ + 4.54, + 572.98 + ], + [ + 4.79, + 613.45 + ] + ] + } + }, + "cons": { + "1": { + "name": "妙受琼阁", + "desc": [ + "白玉萝卜炸裂时,处在其影响范围内的当前场上角色获得15%草元素伤害加成,持续8秒,并恢复15点体力。每5秒只能通过这种方式恢复1次体力。" + ] + }, + "2": { + "name": "正思无邪", + "desc": [ + "处于玉颗珊珊月中落的桂子仙机状态下时,若白玉萝卜的炸裂伤害命中敌人,瑶瑶将恢复3点元素能量。每0.8秒至多通过这种方式恢复一次元素能量。" + ] + }, + "3": { + "name": "墩墩善道", + "desc": [ + "云台团团降芦菔的技能等级提高3级。至多提升至15级。" + ] + }, + "4": { + "name": "爰爰可亲", + "desc": [ + "施放云台团团降芦菔或玉颗珊珊月中落后,基于瑶瑶生命值上限的0.3%,提升瑶瑶的元素精通,持续8秒。通过这种方式,至多提升120点元素精通。" + ] + }, + "5": { + "name": "恻隐本义", + "desc": [ + "玉颗珊珊月中落的技能等级提高3级。至多提升至15级。" + ] + }, + "6": { + "name": "慈惠仁心", + "desc": [ + "月桂·抛掷型每投掷2次白玉萝卜,就会在下次投掷时额外投掷1枚超厉害·大萝卜。相比白玉萝卜,超厉害·大萝卜炸裂时的影响范围更大,炸裂时产生如下效果:", + "·基于瑶瑶攻击力的75%,造成草元素范围伤害;", + "·基于瑶瑶生命值上限的7.5%,为其中的当前场上角色恢复生命值。", + "每个月桂·抛掷型至多投掷2次超厉害·大萝卜。" + ] + } + }, + "passive": [ + { + "name": "踮脚·蹑影轻踪", + "desc": [ + "瑶瑶在队伍中时,队伍中自己的角色接近晶蝶等部分生物时,不会惊动它们。", + "有效对象可参考图鉴中「生物志 / 野生动物」的「其他」分类。" + ] + }, + { + "name": "天星漫散", + "desc": [ + "处于玉颗珊珊月中落的桂子仙机状态下时,当瑶瑶进行冲刺、跳跃或处于奔跑状态下时,将不断向附近的敌人投掷白玉萝卜。每0.6秒至多通过这种方式投掷1枚白玉萝卜。" + ] + }, + { + "name": "推己及人", + "desc": [ + "白玉萝卜炸裂时,处在其影响范围内的当前场上角色将每1秒恢复一次生命值,回复量基于瑶瑶生命值上限的0.8%,持续5秒。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "hpPct" + ], + "details": { + "1": [ + 1030, + 17.81, + 62.95, + 0 + ], + "20": [ + 2647, + 45.75, + 161.71, + 0 + ], + "40": [ + 5118, + 88.45, + 312.66, + 0 + ], + "50": [ + 6516, + 112.62, + 398.07, + 6 + ], + "60": [ + 8096, + 139.93, + 494.62, + 12 + ], + "70": [ + 9493, + 164.07, + 579.96, + 12 + ], + "80": [ + 10891, + 188.24, + 665.37, + 18 + ], + "90": [ + 12289, + 212.4, + 750.77, + 24 + ], + "20+": [ + 3417, + 59.05, + 208.74, + 0 + ], + "40+": [ + 5665, + 97.91, + 346.08, + 6 + ], + "50+": [ + 7245, + 125.22, + 442.62, + 12 + ], + "60+": [ + 8643, + 149.38, + 528.03, + 12 + ], + "70+": [ + 10040, + 173.53, + 613.37, + 18 + ], + "80+": [ + 11438, + 197.69, + 698.78, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-1.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-1.webp" new file mode 100644 index 0000000000..1a5c319718 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-2.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-2.webp" new file mode 100644 index 0000000000..01a09cc4de Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-3.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-3.webp" new file mode 100644 index 0000000000..708c2cbc7b Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-4.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-4.webp" new file mode 100644 index 0000000000..76c30fe751 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-5.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-5.webp" new file mode 100644 index 0000000000..5b51a34cc1 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-6.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-6.webp" new file mode 100644 index 0000000000..10e8f2e825 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/passive-0.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/passive-0.webp" new file mode 100644 index 0000000000..07fa2524ff Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/passive-1.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/passive-1.webp" new file mode 100644 index 0000000000..e23f80e396 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/passive-2.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/passive-2.webp" new file mode 100644 index 0000000000..b552776b33 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/talent-a.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/talent-a.webp" new file mode 100644 index 0000000000..b8c3c3b202 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/talent-e.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/talent-e.webp" new file mode 100644 index 0000000000..4627ea7014 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/talent-q.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/talent-q.webp" new file mode 100644 index 0000000000..df5f0c559e Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/banner.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/banner.webp" new file mode 100644 index 0000000000..ec2f33abe4 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/banner.webp" @@ -0,0 +1,524 @@ + + + + + + + + + + + + + + + + + + + + + +Honey Impact - Genshin Impact Database - Honey Hunter World + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+
+ + + +

Honey Impact

+
+
Timers
EuropeMondayNorth AmericaMondayAsiaMonday
MonTueWedThuFriSatSun
Forsaken Rift
Jean
Traveler
Lisa
Traveler
Barbara
Kaeya
Diluc
Razor
Amber
Venti
Klee
Fischl
Bennett
Tartaglia
Noelle
Albedo
Diona
Mona
Sucrose
Rosaria
Eula
Aloy
Taishan Mansion
Traveler
Traveler
Xiangling
Beidou
Xingqiu
Xiao
Ningguang
Zhongli
Qiqi
Chongyun
Ganyu
Keqing
Xinyan
Hu Tao
Kaedehara Kazuha
Yanfei
Yelan
Shenhe
Yun Jin
Yaoyao
Violet Court
Kamisato Ayaka
Traveler
Traveler
Yoimiya
Thoma
Raiden Shogun
Sayu
Sangonomiya Kokomi
Gorou
Kujou Sara
Arataki Itto
Yae Miko
Shikanoin Heizou
Kuki Shinobu
Kamisato Ayato
Steeple of Ignorance
Traveler
Traveler
Collei
Dori
Tighnari
Nilou
Cyno
Candace
Nahida
Layla
Wanderer
Faruzan
Alhaitham
Cecilia Garden
Silver Sword
Cool Steel
Harbinger of Dawn
Traveler’s Handy Sword
Favonius Sword
The Flute
Sacrificial Sword
Royal Longsword
The Black Sword
The Alley Flash
Sword of Descension
Festering Desire
Cinnabar Spindle
Aquila Favonia
Skyward Blade
Freedom-Sworn
Waster Greatsword
Old Merc’s Pal
Ferrous Shadow
Bloodtainted Greatsword
White Iron Greatsword
Favonius Greatsword
The Bell
Sacrificial Greatsword
Royal Greatsword
Snow-Tombed Starsilver
Skyward Pride
Wolf’s Gravestone
Song of Broken Pines
Beginner’s Protector
Iron Point
Deathmatch
Favonius Lance
Dragonspine Spear
Missive Windspear
Skyward Spine
Apprentice’s Notes
Pocket Grimoire
Magic Guide
Thrilling Tales of Dragon Slayers
Otherworldly Story
Favonius Codex
The Widsith
Sacrificial Fragments
Royal Grimoire
Wine and Song
Frostbearer
Dodoco Tales
Skyward Atlas
Lost Prayer to the Sacred Winds
Hunter’s Bow
Seasoned Hunter’s Bow
Raven Bow
Sharpshooter’s Oath
Recurve Bow
Favonius Warbow
The Stringless
Sacrificial Bow
Royal Bow
The Viridescent Hunt
Alley Hunter
Mitternachts Waltz
Windblume Ode
Skyward Harp
Amos’ Bow
Elegy for the End
Hidden Palace of Lianshan Formula
Dark Iron Sword
Fillet Blade
Skyrider Sword
Lion’s Roar
Prototype Rancour
Iron Sting
Blackcliff Longsword
Summit Shaper
Primordial Jade Cutter
Quartz
Debate Club
Skyrider Greatsword
Rainslasher
Prototype Archaic
Whiteblind
Blackcliff Slasher
Serpent Spine
Lithic Blade
Luxurious Sea-Lord
The Unforged
White Tassel
Halberd
Black Tassel
Dragon’s Bane
Prototype Starglitter
Crescent Pike
Blackcliff Pole
Lithic Spear
Royal Spear
Staff of Homa
Vortex Vanquisher
Primordial Jade Winged-Spear
Calamity Queller
Emerald Orb
Twin Nephrite
Amber Bead
Solar Pearl
Prototype Amber
Mappa Mare
Blackcliff Agate
Eye of Perception
Memory of Dust
Slingshot
Messenger
Ebony Bow
Rust
Prototype Crescent
Compound Bow
Blackcliff Warbow
Fading Twilight
Aqua Simulacra
Court of Flowing Sand
Amenoma Kageuchi
Kagotsurube Isshin
Toukabou Shigure
Mistsplitter Reforged
Haran Geppaku Futsu
Katsuragikiri Nagamasa
Akuoumaru
Redhorn Stonethresher
Kitain Cross Spear
“The Catch”
Wavebreaker’s Fin
Engulfing Lightning
Hakushin Ring
Oathsworn Eye
Everlasting Moonglow
Kagura’s Verity
Hamayumi
Predator
Mouun’s Moon
Polar Star
Thundering Pulse
Tower of Abject Pride
Sapwood Blade
Xiphos’ Moonlight
Key of Khaj-Nisut
Light of Foliar Sanction
Makhaira Aquamarine
Forest Regalia
Moonpiercer
Staff of the Scarlet Sands
Wandering Evenstar
Fruit of Fulfillment
A Thousand Floating Dreams
Tulaytullah’s Remembrance
King’s Squire
End of the Line
Hunter’s Path
Filter SettingsWe use Local Storage on YOUR device to store filter settings. Usually it’s not needed, but if you clear your browser Local Storage often, consider saving your filter settings, just in case if they go kaput (:
Save /
+
+
+ +
+
+ + + +
+
+
+ + + +
+
+
+

+
+ + + + + + diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/card.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/card.webp" new file mode 100644 index 0000000000..1d918afd2c Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/face.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/face.webp" new file mode 100644 index 0000000000..e96a685945 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/gacha.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/gacha.webp" new file mode 100644 index 0000000000..584f327eaa Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/side.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/side.webp" new file mode 100644 index 0000000000..fe95dd42d9 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/splash.webp" "b/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/splash.webp" new file mode 100644 index 0000000000..4efe4ef97f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\221\266\347\221\266/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/data.json" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/data.json" new file mode 100644 index 0000000000..54926e466e --- /dev/null +++ "b/plugin/kokomi/data/character/\347\224\230\351\233\250/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000037, + "name": "甘雨", + "abbr": "甘雨", + "title": "循循守月", + "star": 5, + "elem": "cryo", + "allegiance": "月海亭", + "weapon": "bow", + "birth": "12-2", + "astro": "仙麟座", + "desc": "月海亭的秘书,体内流淌着仙兽「麒麟」的血脉。", + "cncv": "林簌", + "jpcv": "上田丽奈", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 9797, + "atk": 334.85, + "def": 630.21 + }, + "growAttr": { + "key": "cdmg", + "value": 38.4 + }, + "talentKey": { + "3731": "a", + "3732": "e", + "3739": "q" + }, + "talentId": { + "10371": 3731, + "10372": 3732, + "10373": 3739 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "哀叙冰玉", + "boss": "极寒之核", + "specialty": "清心", + "normal": "原素花蜜", + "talent": "「勤劳」的哲学", + "weekly": "武炼之魂·孤影" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/detail.json" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/detail.json" new file mode 100644 index 0000000000..1084cd4f05 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\224\230\351\233\250/detail.json" @@ -0,0 +1,1015 @@ +{ + "id": "37", + "name": "甘雨", + "talent": { + "a": { + "id": 3731, + "name": "普通攻击·流天射术", + "desc": [ + "

普通攻击

", + "进行至多六段的连续弓箭射击。", + "

重击

", + "进行伤害更高、更为精准的瞄准射击。", + "瞄准时,冰寒之气会在箭矢上持续积聚,并随攻击发射出去。根据蓄力时间长短,能造成不同的效果:", + "·一段蓄力:射出附有寒气的箭矢,造成冰元素伤害;", + "·二段蓄力:发射霜华矢,造成冰元素伤害;命中后霜华绽发,再次造成冰元素范围伤害。", + "

下落攻击

", + "从空中射出箭雨,并迅速下坠冲击地面,在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "31.73%", + "34.32%", + "36.9%", + "40.59%", + "43.17%", + "46.13%", + "50.18%", + "54.24%", + "58.3%", + "62.73%", + "67.8%", + "73.77%", + "79.74%", + "85.7%", + "92.21%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "35.6%", + "38.5%", + "41.4%", + "45.54%", + "48.44%", + "51.75%", + "56.3%", + "60.86%", + "65.41%", + "70.38%", + "76.07%", + "82.77%", + "89.46%", + "96.16%", + "103.46%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "45.49%", + "49.2%", + "52.9%", + "58.19%", + "61.89%", + "66.12%", + "71.94%", + "77.76%", + "83.58%", + "89.93%", + "97.2%", + "105.76%", + "114.31%", + "122.87%", + "132.2%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "45.49%", + "49.2%", + "52.9%", + "58.19%", + "61.89%", + "66.12%", + "71.94%", + "77.76%", + "83.58%", + "89.93%", + "97.2%", + "105.76%", + "114.31%", + "122.87%", + "132.2%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "48.25%", + "52.17%", + "56.1%", + "61.71%", + "65.64%", + "70.13%", + "76.3%", + "82.47%", + "88.64%", + "95.37%", + "103.08%", + "112.16%", + "121.23%", + "130.3%", + "140.19%" + ] + }, + { + "name": "六段伤害", + "unit": "", + "isSame": false, + "values": [ + "57.62%", + "62.31%", + "67%", + "73.7%", + "78.39%", + "83.75%", + "91.12%", + "98.49%", + "105.86%", + "113.9%", + "123.11%", + "133.95%", + "144.78%", + "155.61%", + "167.43%" + ] + }, + { + "name": "瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "43.86%", + "47.43%", + "51%", + "56.1%", + "59.67%", + "63.75%", + "69.36%", + "74.97%", + "80.58%", + "86.7%", + "92.82%", + "98.94%", + "105.06%", + "111.18%", + "117.3%" + ] + }, + { + "name": "一段蓄力瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "124%", + "133.3%", + "142.6%", + "155%", + "164.3%", + "173.6%", + "186%", + "198.4%", + "210.8%", + "223.2%", + "235.6%", + "248%", + "263.5%", + "279%", + "294.5%" + ] + }, + { + "name": "霜华矢命中伤害", + "unit": "", + "isSame": false, + "values": [ + "128%", + "137.6%", + "147.2%", + "160%", + "169.6%", + "179.2%", + "192%", + "204.8%", + "217.6%", + "230.4%", + "243.2%", + "256%", + "272%", + "288%", + "304%" + ] + }, + { + "name": "霜华矢·霜华绽发伤害", + "unit": "", + "isSame": false, + "values": [ + "217.6%", + "233.92%", + "250.24%", + "272%", + "288.32%", + "304.64%", + "326.4%", + "348.16%", + "369.92%", + "391.68%", + "413.44%", + "435.2%", + "462.4%", + "489.6%", + "516.8%" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 3732, + "name": "山泽麟迹", + "desc": [ + "甘雨留下一朵冰莲并迅速后退,远离一切魑魅魍魉,造成冰元素范围伤害。", + "

冰莲

", + "·持续嘲讽周围的敌人,吸引敌人攻击;", + "·耐久度按比例继承甘雨的生命值上限;", + "·被摧毁或持续时间结束时,会剧烈地绽放,造成冰元素范围伤害。", + "「你说你看到我了?那应该是错觉吧。那个时间我应该在加班才对。」" + ], + "tables": [ + { + "name": "继承生命", + "unit": "", + "isSame": false, + "values": [ + "120%", + "129%", + "138%", + "150%", + "159%", + "168%", + "180%", + "192%", + "204%", + "216%", + "228%", + "240%", + "255%", + "270%", + "285%" + ] + }, + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "132%", + "141.9%", + "151.8%", + "165%", + "174.9%", + "184.8%", + "198%", + "211.2%", + "224.4%", + "237.6%", + "250.8%", + "264%", + "280.5%", + "297%", + "313.5%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + } + ] + }, + "q": { + "id": 3739, + "name": "降众天华", + "desc": [ + "凝聚大气中的霜雪,召唤退魔的冰灵珠。", + "存在期间内,冰灵珠会持续降下冰棱,攻击范围内的敌人,造成冰元素伤害。", + "甘雨当然可以降下清甜之雨。但是对于邪魔外道,这些都会变成寒苦之雪。" + ], + "tables": [ + { + "name": "冰棱伤害", + "unit": "", + "isSame": false, + "values": [ + "70.27%", + "75.54%", + "80.81%", + "87.84%", + "93.11%", + "98.38%", + "105.41%", + "112.44%", + "119.46%", + "126.49%", + "133.52%", + "140.54%", + "149.33%", + "158.11%", + "166.9%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 31.73, + 34.32, + 36.9, + 40.59, + 43.17, + 46.13, + 50.18, + 54.24, + 58.3, + 62.73, + 67.8, + 73.77, + 79.74, + 85.7, + 92.21 + ], + "二段伤害": [ + 35.6, + 38.5, + 41.4, + 45.54, + 48.44, + 51.75, + 56.3, + 60.86, + 65.41, + 70.38, + 76.07, + 82.77, + 89.46, + 96.16, + 103.46 + ], + "三段伤害": [ + 45.49, + 49.2, + 52.9, + 58.19, + 61.89, + 66.12, + 71.94, + 77.76, + 83.58, + 89.93, + 97.2, + 105.76, + 114.31, + 122.87, + 132.2 + ], + "四段伤害": [ + 45.49, + 49.2, + 52.9, + 58.19, + 61.89, + 66.12, + 71.94, + 77.76, + 83.58, + 89.93, + 97.2, + 105.76, + 114.31, + 122.87, + 132.2 + ], + "五段伤害": [ + 48.25, + 52.17, + 56.1, + 61.71, + 65.64, + 70.13, + 76.3, + 82.47, + 88.64, + 95.37, + 103.08, + 112.16, + 121.23, + 130.3, + 140.19 + ], + "六段伤害": [ + 57.62, + 62.31, + 67, + 73.7, + 78.39, + 83.75, + 91.12, + 98.49, + 105.86, + 113.9, + 123.11, + 133.95, + 144.78, + 155.61, + 167.43 + ], + "瞄准射击": [ + 43.86, + 47.43, + 51, + 56.1, + 59.67, + 63.75, + 69.36, + 74.97, + 80.58, + 86.7, + 92.82, + 98.94, + 105.06, + 111.18, + 117.3 + ], + "一段蓄力瞄准射击": [ + 124, + 133.3, + 142.6, + 155, + 164.3, + 173.6, + 186, + 198.4, + 210.8, + 223.2, + 235.6, + 248, + 263.5, + 279, + 294.5 + ], + "霜华矢命中伤害": [ + 128, + 137.6, + 147.2, + 160, + 169.6, + 179.2, + 192, + 204.8, + 217.6, + 230.4, + 243.2, + 256, + 272, + 288, + 304 + ], + "霜华矢·霜华绽发伤害": [ + 217.6, + 233.92, + 250.24, + 272, + 288.32, + 304.64, + 326.4, + 348.16, + 369.92, + 391.68, + 413.44, + 435.2, + 462.4, + 489.6, + 516.8 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "继承生命": [ + 120, + 129, + 138, + 150, + 159, + 168, + 180, + 192, + 204, + 216, + 228, + 240, + 255, + 270, + 285 + ], + "技能伤害": [ + 132, + 141.9, + 151.8, + 165, + 174.9, + 184.8, + 198, + 211.2, + 224.4, + 237.6, + 250.8, + 264, + 280.5, + 297, + 313.5 + ] + }, + "q": { + "冰棱伤害": [ + 70.27, + 75.54, + 80.81, + 87.84, + 93.11, + 98.38, + 105.41, + 112.44, + 119.46, + 126.49, + 133.52, + 140.54, + 149.33, + 158.11, + 166.9 + ] + } + }, + "cons": { + "1": { + "name": "饮露", + "desc": [ + "二段蓄力重击的霜华矢或霜华绽发命中敌人时,会使敌人的冰元素抗性降低15%,持续6秒;", + "此外,命中时会为甘雨恢复2点元素能量。每次二段蓄力重击只能触发一次元素能量恢复效果,无论霜华矢或霜华绽发是否都命中目标。" + ] + }, + "2": { + "name": "获麟", + "desc": [ + "山泽麟迹的可使用次数增加1次。" + ] + }, + "3": { + "name": "云行", + "desc": [ + "

降众天华的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "西狩", + "desc": [ + "在降众天华的领域内,敌人受到的伤害会增加,这个效果会随时间逐步加强。", + "受伤害加成初始为5%,每3秒提升5%,至多提升至25%。", + "离开领域后,效果至多持续3秒。" + ] + }, + "5": { + "name": "折草", + "desc": [ + "

山泽麟迹的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "履虫", + "desc": [ + "施放山泽麟迹后30秒内的第一次霜华矢,无需蓄力即可施放。" + ] + } + }, + "passive": [ + { + "name": "藏弓待用", + "desc": [ + "锻造弓类武器时,返还15%消耗的矿石。" + ] + }, + { + "name": "唯此一心", + "desc": [ + "霜华矢发射后的5秒内,会使接下来的发射的霜华矢与这些霜华矢引发的霜华绽发的暴击率提高20%。" + ] + }, + { + "name": "天地交泰", + "desc": [ + "降众天华领域内的队伍中当前场上角色获得20%冰元素伤害加成。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cdmg" + ], + "details": { + "1": [ + 763, + 26.07, + 49.06, + 0 + ], + "20": [ + 1978, + 67.62, + 127.26, + 0 + ], + "40": [ + 3939, + 134.62, + 253.37, + 0 + ], + "50": [ + 5066, + 173.16, + 325.89, + 9.6 + ], + "60": [ + 6355, + 217.22, + 408.82, + 19.2 + ], + "70": [ + 7495, + 256.19, + 482.18, + 19.2 + ], + "80": [ + 8643, + 295.43, + 556.02, + 28.8 + ], + "90": [ + 9797, + 334.85, + 630.21, + 38.4 + ], + "20+": [ + 2632, + 89.97, + 169.33, + 0 + ], + "40+": [ + 4403, + 150.5, + 283.26, + 9.6 + ], + "50+": [ + 5686, + 194.33, + 365.74, + 19.2 + ], + "60+": [ + 6820, + 233.1, + 438.71, + 19.2 + ], + "70+": [ + 7960, + 272.07, + 512.07, + 28.8 + ], + "80+": [ + 9108, + 311.31, + 585.91, + 38.4 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-1.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-1.webp" new file mode 100644 index 0000000000..77ab9af23b Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-2.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-2.webp" new file mode 100644 index 0000000000..34cec836e8 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-3.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-3.webp" new file mode 100644 index 0000000000..3d6fc3da32 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-4.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-4.webp" new file mode 100644 index 0000000000..09a7283d47 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-5.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-5.webp" new file mode 100644 index 0000000000..2ae19f45b1 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-6.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-6.webp" new file mode 100644 index 0000000000..ba020b7a95 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/passive-0.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/passive-0.webp" new file mode 100644 index 0000000000..c1f649cd22 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/passive-1.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/passive-1.webp" new file mode 100644 index 0000000000..875b874b09 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/passive-2.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/passive-2.webp" new file mode 100644 index 0000000000..60a7bcaaf9 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/talent-a.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/talent-a.webp" new file mode 100644 index 0000000000..551e4ae608 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/talent-e.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/talent-e.webp" new file mode 100644 index 0000000000..2ae19f45b1 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/talent-q.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/talent-q.webp" new file mode 100644 index 0000000000..effb8b4297 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/banner.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/banner.webp" new file mode 100644 index 0000000000..7569525b57 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/card.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/card.webp" new file mode 100644 index 0000000000..a65c454a41 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/face.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/face.webp" new file mode 100644 index 0000000000..c037e192b5 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/gacha.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/gacha.webp" new file mode 100644 index 0000000000..42a83a4d65 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/side.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/side.webp" new file mode 100644 index 0000000000..67ff324329 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/splash.webp" "b/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/splash.webp" new file mode 100644 index 0000000000..0ef4673ee5 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\230\351\233\250/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/data.json" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/data.json" new file mode 100644 index 0000000000..74c2be71c0 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\224\263\351\271\244/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000063, + "name": "申鹤", + "abbr": "申鹤", + "title": "孤辰茕怀", + "star": 5, + "elem": "cryo", + "allegiance": "留云借风真君洞天", + "weapon": "polearm", + "birth": "3-10", + "astro": "愁疏座", + "desc": "气质出尘的仙家子弟。隐修在璃月群山之间,个性也如仙人般淡漠疏离。", + "cncv": "秦紫翼", + "jpcv": "川澄绫子", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 12993, + "atk": 303.76, + "def": 830.04 + }, + "growAttr": { + "key": "atkPct", + "value": 28.8 + }, + "talentKey": { + "6331": "a", + "6332": "e", + "6339": "q" + }, + "talentId": { + "10631": 6331, + "10632": 6332, + "10635": 6339 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "哀叙冰玉", + "boss": "龙嗣伪鳍", + "specialty": "清心", + "normal": "原素花蜜", + "talent": "「繁荣」的哲学", + "weekly": "狱火之蝶" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/detail.json" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/detail.json" new file mode 100644 index 0000000000..e32cfde8a9 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\224\263\351\271\244/detail.json" @@ -0,0 +1,1107 @@ +{ + "id": "63", + "name": "申鹤", + "talent": { + "a": { + "id": 6331, + "name": "普通攻击·踏辰摄斗", + "desc": [ + "

普通攻击

", + "进行至多五段的连续枪击。", + "

重击

", + "消耗一定体力,向前方突进,对路径上的敌人造成伤害。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "43.26%", + "46.78%", + "50.3%", + "55.33%", + "58.85%", + "62.88%", + "68.41%", + "73.94%", + "79.47%", + "85.51%", + "91.55%", + "97.58%", + "103.62%", + "109.65%", + "115.69%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "40.25%", + "43.52%", + "46.8%", + "51.48%", + "54.76%", + "58.5%", + "63.65%", + "68.8%", + "73.94%", + "79.56%", + "85.18%", + "90.79%", + "96.41%", + "102.02%", + "107.64%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "53.32%", + "57.66%", + "62%", + "68.2%", + "72.54%", + "77.5%", + "84.32%", + "91.14%", + "97.96%", + "105.4%", + "112.84%", + "120.28%", + "127.72%", + "135.16%", + "142.6%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "26.32% + 26.32%", + "28.46% + 28.46%", + "30.6% + 30.6%", + "33.66% + 33.66%", + "35.8% + 35.8%", + "38.25% + 38.25%", + "41.62% + 41.62%", + "44.98% + 44.98%", + "48.35% + 48.35%", + "52.02% + 52.02%", + "55.69% + 55.69%", + "59.36% + 59.36%", + "63.04% + 63.04%", + "66.71% + 66.71%", + "70.38% + 70.38%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "65.62%", + "70.96%", + "76.3%", + "83.93%", + "89.27%", + "95.38%", + "103.77%", + "112.16%", + "120.55%", + "129.71%", + "138.87%", + "148.02%", + "157.18%", + "166.33%", + "175.49%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "110.67%", + "119.68%", + "128.69%", + "141.56%", + "150.57%", + "160.86%", + "175.02%", + "189.17%", + "203.33%", + "218.77%", + "234.22%", + "249.66%", + "265.1%", + "280.54%", + "295.99%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 6332, + "name": "仰灵威召将役咒", + "desc": [ + "

凝叠银之霜露,摒退一切邪魔。

", + "为队伍中附近的所有角色施加「冰翎」效果,并依据点按、长按,以不同的方式造成冰元素伤害。", + "

点按

", + "与「箓灵」一同向前突进,对路径上的敌人造成冰元素伤害。", + "

长按

", + "律令「箓灵」,造成冰元素范围伤害。", + "

冰翎

", + "普通攻击、重击、下落攻击、元素战技和元素爆发伤害对敌人造成冰元素伤害时,基于申鹤自己当前的攻击力,提高造成的伤害。", + "「冰翎」效果会在持续时间结束或生效一定次数后消失。长按施加的「冰翎」相比点按,拥有更长的持续时间与更多的生效次数。", + "一次冰元素伤害同时命中多名敌人时,会依据命中敌人的数量消耗生效次数;队伍中具有「冰翎」的角色,其生效次数单独计算。", + "「灵威非虚,役有百工。神女有令,急到符中。摄!」" + ], + "tables": [ + { + "name": "点按技能伤害", + "unit": "", + "isSame": false, + "values": [ + "139.2%", + "149.64%", + "160.08%", + "174%", + "184.44%", + "194.88%", + "208.8%", + "222.72%", + "236.64%", + "250.56%", + "264.48%", + "278.4%", + "295.8%", + "313.2%", + "330.6%" + ] + }, + { + "name": "长按技能伤害", + "unit": "", + "isSame": false, + "values": [ + "188.8%", + "202.96%", + "217.12%", + "236%", + "250.16%", + "264.32%", + "283.2%", + "302.08%", + "320.96%", + "339.84%", + "358.72%", + "377.6%", + "401.2%", + "424.8%", + "448.4%" + ] + }, + { + "name": "伤害值提升", + "unit": "攻击力", + "isSame": false, + "values": [ + "45.66%", + "49.08%", + "52.5%", + "57.07%", + "60.49%", + "63.92%", + "68.48%", + "73.05%", + "77.62%", + "82.18%", + "86.75%", + "91.31%", + "97.02%", + "102.73%", + "108.43%" + ] + }, + { + "name": "点按/长按持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒 / 15秒", + "10秒 / 15秒", + "10秒 / 15秒", + "10秒 / 15秒", + "10秒 / 15秒", + "10秒 / 15秒", + "10秒 / 15秒", + "10秒 / 15秒", + "10秒 / 15秒", + "10秒 / 15秒", + "10秒 / 15秒", + "10秒 / 15秒", + "10秒 / 15秒", + "10秒 / 15秒", + "10秒 / 15秒" + ] + }, + { + "name": "点按/长按生效次数", + "unit": "", + "isSame": true, + "values": [ + "5次 / 7次", + "5次 / 7次", + "5次 / 7次", + "5次 / 7次", + "5次 / 7次", + "5次 / 7次", + "5次 / 7次", + "5次 / 7次", + "5次 / 7次", + "5次 / 7次", + "5次 / 7次", + "5次 / 7次", + "5次 / 7次", + "5次 / 7次", + "5次 / 7次" + ] + }, + { + "name": "点按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "长按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + } + ] + }, + "q": { + "id": 6339, + "name": "神女遣灵真诀", + "desc": [ + "解放「箓灵」的力量,驱使其驰骋世间,造成冰元素范围伤害。", + "「箓灵」将结成领域,使其中敌人的冰元素抗性与物理抗性降低,并持续对其中的敌人造成冰元素伤害。", + "「仙道法门并非证于虚玄,唯有观象天地万化,洞明红尘因果,方能得悟本真。」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "100.8%", + "108.36%", + "115.92%", + "126%", + "133.56%", + "141.12%", + "151.2%", + "161.28%", + "171.36%", + "181.44%", + "191.52%", + "201.6%", + "214.2%", + "226.8%", + "239.4%" + ] + }, + { + "name": "抗性降低", + "unit": "", + "isSame": false, + "values": [ + "6%", + "7%", + "8%", + "9%", + "10%", + "11%", + "12%", + "13%", + "14%", + "15%", + "15%", + "15%", + "15%", + "15%", + "15%" + ] + }, + { + "name": "持续伤害", + "unit": "", + "isSame": false, + "values": [ + "33.12%", + "35.6%", + "38.09%", + "41.4%", + "43.88%", + "46.37%", + "49.68%", + "52.99%", + "56.3%", + "59.62%", + "62.93%", + "66.24%", + "70.38%", + "74.52%", + "78.66%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 43.26, + 46.78, + 50.3, + 55.33, + 58.85, + 62.88, + 68.41, + 73.94, + 79.47, + 85.51, + 91.55, + 97.58, + 103.62, + 109.65, + 115.69 + ], + "二段伤害": [ + 40.25, + 43.52, + 46.8, + 51.48, + 54.76, + 58.5, + 63.65, + 68.8, + 73.94, + 79.56, + 85.18, + 90.79, + 96.41, + 102.02, + 107.64 + ], + "三段伤害": [ + 53.32, + 57.66, + 62, + 68.2, + 72.54, + 77.5, + 84.32, + 91.14, + 97.96, + 105.4, + 112.84, + 120.28, + 127.72, + 135.16, + 142.6 + ], + "四段伤害": [ + 52.64, + 56.92, + 61.2, + 67.32, + 71.6, + 76.5, + 83.24, + 89.96, + 96.7, + 104.04, + 111.38, + 118.72, + 126.08, + 133.42, + 140.76 + ], + "四段伤害2": [ + [ + 26.32, + 26.32 + ], + [ + 28.46, + 28.46 + ], + [ + 30.6, + 30.6 + ], + [ + 33.66, + 33.66 + ], + [ + 35.8, + 35.8 + ], + [ + 38.25, + 38.25 + ], + [ + 41.62, + 41.62 + ], + [ + 44.98, + 44.98 + ], + [ + 48.35, + 48.35 + ], + [ + 52.02, + 52.02 + ], + [ + 55.69, + 55.69 + ], + [ + 59.36, + 59.36 + ], + [ + 63.04, + 63.04 + ], + [ + 66.71, + 66.71 + ], + [ + 70.38, + 70.38 + ] + ], + "五段伤害": [ + 65.62, + 70.96, + 76.3, + 83.93, + 89.27, + 95.38, + 103.77, + 112.16, + 120.55, + 129.71, + 138.87, + 148.02, + 157.18, + 166.33, + 175.49 + ], + "重击伤害": [ + 110.67, + 119.68, + 128.69, + 141.56, + 150.57, + 160.86, + 175.02, + 189.17, + 203.33, + 218.77, + 234.22, + 249.66, + 265.1, + 280.54, + 295.99 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "点按技能伤害": [ + 139.2, + 149.64, + 160.08, + 174, + 184.44, + 194.88, + 208.8, + 222.72, + 236.64, + 250.56, + 264.48, + 278.4, + 295.8, + 313.2, + 330.6 + ], + "长按技能伤害": [ + 188.8, + 202.96, + 217.12, + 236, + 250.16, + 264.32, + 283.2, + 302.08, + 320.96, + 339.84, + 358.72, + 377.6, + 401.2, + 424.8, + 448.4 + ], + "伤害值提升": [ + 45.66, + 49.08, + 52.5, + 57.07, + 60.49, + 63.92, + 68.48, + 73.05, + 77.62, + 82.18, + 86.75, + 91.31, + 97.02, + 102.73, + 108.43 + ] + }, + "q": { + "技能伤害": [ + 100.8, + 108.36, + 115.92, + 126, + 133.56, + 141.12, + 151.2, + 161.28, + 171.36, + 181.44, + 191.52, + 201.6, + 214.2, + 226.8, + 239.4 + ], + "抗性降低": [ + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 15, + 15, + 15, + 15, + 15 + ], + "持续伤害": [ + 33.12, + 35.6, + 38.09, + 41.4, + 43.88, + 46.37, + 49.68, + 52.99, + 56.3, + 59.62, + 62.93, + 66.24, + 70.38, + 74.52, + 78.66 + ] + } + }, + "cons": { + "1": { + "name": "心斋", + "desc": [ + "仰灵威召将役咒的可使用次数增加1次。" + ] + }, + "2": { + "name": "定蒙", + "desc": [ + "神女遣灵真诀的持续时间延长6秒。领域中的当前场上角色,冰元素伤害的暴击伤害提高15%。" + ] + }, + "3": { + "name": "潜虚", + "desc": [ + "仰灵威召将役咒的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "洞观", + "desc": [ + "处于申鹤自己施加的「冰翎」状态下的角色,触发「冰翎」的伤害增加时,申鹤将获得一层「霜霄诀」:", + "·申鹤施放仰灵威召将役咒时,将清除所有「霜霄诀」,并根据清除的层数,每层使本次仰灵威召将役咒造成的伤害提高5%;", + "·该效果至多叠加50次,持续60秒。" + ] + }, + "5": { + "name": "化神", + "desc": [ + "神女遣灵真诀的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "忘玄", + "desc": [ + "角色通过普通攻击伤害与重击伤害触发「冰翎」的效果时,将不再会减少「冰翎」的生效次数。" + ] + } + }, + "passive": [ + { + "name": "来复知时", + "desc": [ + "在璃月执行时长为20小时的探索派遣任务时,获得的奖励增加25%。" + ] + }, + { + "name": "大洞弥罗尊法", + "desc": [ + "处于神女遣灵真诀的领域中的当前场上角色,冰元素伤害加成提高15%。" + ] + }, + { + "name": "缚灵通真法印", + "desc": [ + "申鹤施放仰灵威召将役咒后,将使附近的队伍中所有角色获得如下效果:", + "·点按:元素战技和元素爆发造成的伤害提高15%,持续10秒;", + "·长按:普通攻击、重击和下落攻击造成的伤害提高15%,持续15秒。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 1011, + 23.65, + 64.62, + 0 + ], + "20": [ + 2624, + 61.34, + 167.61, + 0 + ], + "40": [ + 5224, + 122.12, + 333.71, + 0 + ], + "50": [ + 6719, + 157.08, + 429.22, + 7.2 + ], + "60": [ + 8429, + 197.05, + 538.45, + 14.4 + ], + "70": [ + 9941, + 232.4, + 635.06, + 14.4 + ], + "80": [ + 11463, + 268, + 732.32, + 21.6 + ], + "90": [ + 12993, + 303.76, + 830.04, + 28.8 + ], + "20+": [ + 3491, + 81.62, + 223.02, + 0 + ], + "40+": [ + 5840, + 136.53, + 373.07, + 7.2 + ], + "50+": [ + 7540, + 176.29, + 481.71, + 14.4 + ], + "60+": [ + 9045, + 211.45, + 577.81, + 14.4 + ], + "70+": [ + 10557, + 246.81, + 674.43, + 21.6 + ], + "80+": [ + 12080, + 282.4, + 771.69, + 28.8 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-1.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-1.webp" new file mode 100644 index 0000000000..d8a45de562 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-2.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-2.webp" new file mode 100644 index 0000000000..e8a6f6e89b Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-3.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-3.webp" new file mode 100644 index 0000000000..7b81feae5f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-4.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-4.webp" new file mode 100644 index 0000000000..e8480b16a4 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-5.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-5.webp" new file mode 100644 index 0000000000..684f43384b Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-6.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-6.webp" new file mode 100644 index 0000000000..e59dc0be57 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/passive-0.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/passive-0.webp" new file mode 100644 index 0000000000..b5bc9f5b0e Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/passive-1.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/passive-1.webp" new file mode 100644 index 0000000000..87194f6b2f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/passive-2.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/passive-2.webp" new file mode 100644 index 0000000000..6714407e72 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/talent-a.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/talent-a.webp" new file mode 100644 index 0000000000..b8c3c3b202 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/talent-e.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/talent-e.webp" new file mode 100644 index 0000000000..7b81feae5f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/talent-q.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/talent-q.webp" new file mode 100644 index 0000000000..b03cd89e35 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/banner.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/banner.webp" new file mode 100644 index 0000000000..97a70e471a Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/card.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/card.webp" new file mode 100644 index 0000000000..4dd59b1eea Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/face.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/face.webp" new file mode 100644 index 0000000000..81e18ec361 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/gacha.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/gacha.webp" new file mode 100644 index 0000000000..8e1e3919ed Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/side.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/side.webp" new file mode 100644 index 0000000000..e6c662b0e8 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/splash.webp" "b/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/splash.webp" new file mode 100644 index 0000000000..b2ebf529ca Binary files /dev/null and "b/plugin/kokomi/data/character/\347\224\263\351\271\244/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/data.json" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/data.json" new file mode 100644 index 0000000000..f267402c41 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\240\202\347\263\226/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000043, + "name": "砂糖", + "abbr": "砂糖", + "title": "无害甜度", + "star": 4, + "elem": "anemo", + "allegiance": "西风骑士团", + "weapon": "catalyst", + "birth": "11-26", + "astro": "烧瓶座", + "desc": "对万物充满好奇的炼金术士,「生物炼金」学派的研究者。", + "cncv": "小敢", + "jpcv": "藤田茜", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 9244, + "atk": 169.92, + "def": 703 + }, + "growAttr": { + "key": "dmg", + "value": 24 + }, + "talentKey": { + "4331": "a", + "4332": "e", + "4339": "q" + }, + "talentId": { + "10431": 4331, + "10432": 4332, + "10435": 4339 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "自在松石", + "boss": "飓风之种", + "specialty": "风车菊", + "normal": "原素花蜜", + "talent": "「自由」的哲学", + "weekly": "北风的魂匣" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/detail.json" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/detail.json" new file mode 100644 index 0000000000..a8b269d827 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\240\202\347\263\226/detail.json" @@ -0,0 +1,814 @@ +{ + "id": "43", + "name": "砂糖", + "talent": { + "a": { + "id": 4331, + "name": "普通攻击·简式风灵作成", + "desc": [ + "

普通攻击

", + "进行至多四段的风灵攻击,造成风元素伤害。", + "

重击

", + "消耗一定体力,短暂咏唱后,造成风元素范围伤害。", + "

下落攻击

", + "凝聚风灵的力量,从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成风元素范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "33.46%", + "35.97%", + "38.48%", + "41.83%", + "44.34%", + "46.85%", + "50.2%", + "53.54%", + "56.89%", + "60.24%", + "63.58%", + "66.93%", + "71.11%", + "75.29%", + "79.48%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "30.62%", + "32.91%", + "35.21%", + "38.27%", + "40.57%", + "42.86%", + "45.92%", + "48.99%", + "52.05%", + "55.11%", + "58.17%", + "61.23%", + "65.06%", + "68.89%", + "72.71%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "38.45%", + "41.33%", + "44.22%", + "48.06%", + "50.94%", + "53.83%", + "57.67%", + "61.52%", + "65.36%", + "69.21%", + "73.05%", + "76.9%", + "81.7%", + "86.51%", + "91.31%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "47.92%", + "51.51%", + "55.11%", + "59.9%", + "63.49%", + "67.08%", + "71.88%", + "76.67%", + "81.46%", + "86.25%", + "91.04%", + "95.84%", + "101.82%", + "107.81%", + "113.8%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "120.16%", + "129.17%", + "138.18%", + "150.2%", + "159.21%", + "168.22%", + "180.24%", + "192.26%", + "204.27%", + "216.29%", + "228.3%", + "240.32%", + "255.34%", + "270.36%", + "285.38%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 4332, + "name": "风灵作成·陆叁零捌", + "desc": [ + "召唤出小型风灵,将敌人与物体牵引至风灵所在位置,击飞范围内的敌人,并造成风元素伤害。", + "说来很不好意思,虽然术式里诞生的元素生命迅速就消散了,但是在冒险里真的很好用。失败的实验也会诞生实用技术。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "211.2%", + "227.04%", + "242.88%", + "264%", + "279.84%", + "295.68%", + "316.8%", + "337.92%", + "359.04%", + "380.16%", + "401.28%", + "422.4%", + "448.8%", + "475.2%", + "501.6%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + } + ] + }, + "q": { + "id": 4339, + "name": "禁·风灵作成·柒伍同构贰型", + "desc": [ + "砂糖抛出不稳定的烧瓶,生成大型风灵。", + "存在期间,大型风灵会持续牵引附近的敌人与物体,击飞附近的敌人,并造成风元素伤害。", + "

元素转化

", + "若风灵在技能持续期间接触了水元素/火元素/冰元素/雷元素,则会获得对应元素属性,额外造成该元素的附加伤害。", + "元素转化在技能持续期间仅会发生一次。", + "砂糖也曾经想给每一个不稳态无相之风取名字。但是其世系迅速超过了兔兔伯爵的八百九十三世。" + ], + "tables": [ + { + "name": "持续伤害", + "unit": "", + "isSame": false, + "values": [ + "148%", + "159.1%", + "170.2%", + "185%", + "196.1%", + "207.2%", + "222%", + "236.8%", + "251.6%", + "266.4%", + "281.2%", + "296%", + "314.5%", + "333%", + "351.5%" + ] + }, + { + "name": "附加元素伤害", + "unit": "", + "isSame": false, + "values": [ + "44%", + "47.3%", + "50.6%", + "55%", + "58.3%", + "61.6%", + "66%", + "70.4%", + "74.8%", + "79.2%", + "83.6%", + "88%", + "93.5%", + "99%", + "104.5%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 33.46, + 35.97, + 38.48, + 41.83, + 44.34, + 46.85, + 50.2, + 53.54, + 56.89, + 60.24, + 63.58, + 66.93, + 71.11, + 75.29, + 79.48 + ], + "二段伤害": [ + 30.62, + 32.91, + 35.21, + 38.27, + 40.57, + 42.86, + 45.92, + 48.99, + 52.05, + 55.11, + 58.17, + 61.23, + 65.06, + 68.89, + 72.71 + ], + "三段伤害": [ + 38.45, + 41.33, + 44.22, + 48.06, + 50.94, + 53.83, + 57.67, + 61.52, + 65.36, + 69.21, + 73.05, + 76.9, + 81.7, + 86.51, + 91.31 + ], + "四段伤害": [ + 47.92, + 51.51, + 55.11, + 59.9, + 63.49, + 67.08, + 71.88, + 76.67, + 81.46, + 86.25, + 91.04, + 95.84, + 101.82, + 107.81, + 113.8 + ], + "重击伤害": [ + 120.16, + 129.17, + 138.18, + 150.2, + 159.21, + 168.22, + 180.24, + 192.26, + 204.27, + 216.29, + 228.3, + 240.32, + 255.34, + 270.36, + 285.38 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "技能伤害": [ + 211.2, + 227.04, + 242.88, + 264, + 279.84, + 295.68, + 316.8, + 337.92, + 359.04, + 380.16, + 401.28, + 422.4, + 448.8, + 475.2, + 501.6 + ] + }, + "q": { + "持续伤害": [ + 148, + 159.1, + 170.2, + 185, + 196.1, + 207.2, + 222, + 236.8, + 251.6, + 266.4, + 281.2, + 296, + 314.5, + 333, + 351.5 + ], + "附加元素伤害": [ + 44, + 47.3, + 50.6, + 55, + 58.3, + 61.6, + 66, + 70.4, + 74.8, + 79.2, + 83.6, + 88, + 93.5, + 99, + 104.5 + ] + } + }, + "cons": { + "1": { + "name": "堆叠真空域", + "desc": [ + "风灵作成·陆叁零捌的可使用次数增加1次。" + ] + }, + "2": { + "name": "不羁型贝特", + "desc": [ + "禁·风灵作成·柒伍同构贰型的技能持续时间延长2秒。" + ] + }, + "3": { + "name": "零失误少女", + "desc": [ + "风灵作成·陆叁零捌的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "炼金的偏执", + "desc": [ + "砂糖的普通攻击或者重击累计命中敌人7次,风灵作成·陆叁零捌的冷却时间就会随机减少1-7秒。", + "每0.1秒至多计数一次。" + ] + }, + "5": { + "name": "认真普通瓶", + "desc": [ + "禁·风灵作成·柒伍同构贰型的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "混元熵增论", + "desc": [ + "禁·风灵作成·柒伍同构贰型如果发生了元素转化,则使队伍中所有角色在技能持续时间内获得20%的对应元素伤害加成。" + ] + } + }, + "passive": [ + { + "name": "不稳定发现", + "desc": [ + "合成角色与武器培养素材时,有10%概率获得2倍产出。" + ] + }, + { + "name": "触媒置换术", + "desc": [ + "砂糖触发扩散反应时,使队伍中所有对应元素类型的角色(不包括砂糖自己)元素精通提升50,持续8秒。" + ] + }, + { + "name": "小小的慧风", + "desc": [ + "风灵作成·陆叁零捌或禁·风灵作成·柒伍同构贰型命中敌人时,基于砂糖元素精通的20%,为队伍中所有角色(不包括砂糖自己)提供元素精通加成,持续8秒。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 775, + 14.25, + 58.94, + 0 + ], + "20": [ + 1991, + 36.6, + 151.42, + 0 + ], + "40": [ + 3850, + 70.76, + 292.77, + 0 + ], + "50": [ + 4901, + 90.09, + 372.74, + 6 + ], + "60": [ + 6090, + 111.94, + 463.14, + 12 + ], + "70": [ + 7141, + 131.26, + 543.05, + 12 + ], + "80": [ + 8192, + 150.59, + 623.03, + 18 + ], + "90": [ + 9244, + 169.92, + 703, + 24 + ], + "20+": [ + 2570, + 47.24, + 195.45, + 0 + ], + "40+": [ + 4261, + 78.33, + 324.05, + 6 + ], + "50+": [ + 5450, + 100.18, + 414.45, + 12 + ], + "60+": [ + 6501, + 119.51, + 494.43, + 12 + ], + "70+": [ + 7552, + 138.82, + 574.34, + 18 + ], + "80+": [ + 8604, + 158.15, + 654.31, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-1.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-1.webp" new file mode 100644 index 0000000000..3bdbd56329 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-2.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-2.webp" new file mode 100644 index 0000000000..e63b4f2084 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-3.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-3.webp" new file mode 100644 index 0000000000..ab3ce4089e Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-4.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-4.webp" new file mode 100644 index 0000000000..97d5a08c74 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-5.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-5.webp" new file mode 100644 index 0000000000..bd8b9aaacf Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-6.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-6.webp" new file mode 100644 index 0000000000..6c2a5e7f78 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/passive-0.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/passive-0.webp" new file mode 100644 index 0000000000..dd116dd13c Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/passive-1.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/passive-1.webp" new file mode 100644 index 0000000000..8e41ce0cc8 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/passive-2.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/passive-2.webp" new file mode 100644 index 0000000000..5ad882c499 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/talent-a.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/talent-a.webp" new file mode 100644 index 0000000000..493510c1b2 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/talent-e.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/talent-e.webp" new file mode 100644 index 0000000000..ab3ce4089e Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/talent-q.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/talent-q.webp" new file mode 100644 index 0000000000..ac478d59fe Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/banner.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/banner.webp" new file mode 100644 index 0000000000..91b7a9ba37 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/card.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/card.webp" new file mode 100644 index 0000000000..867831a17a Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/face.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/face.webp" new file mode 100644 index 0000000000..f3a34759d4 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/gacha.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/gacha.webp" new file mode 100644 index 0000000000..3e50427aa5 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/side.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/side.webp" new file mode 100644 index 0000000000..25ac682342 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/splash.webp" "b/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/splash.webp" new file mode 100644 index 0000000000..cd8b3cfe76 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\240\202\347\263\226/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/data.json" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/data.json" new file mode 100644 index 0000000000..7016e66fe2 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000066, + "name": "神里绫人", + "abbr": "绫人", + "title": "磐祭叶守", + "star": 5, + "elem": "hydro", + "allegiance": "社奉行", + "weapon": "sword", + "birth": "3-26", + "astro": "神守柏座", + "desc": "社奉行神里家年轻有为的现任家主,为人温雅有礼,处事颇有手段。", + "cncv": "赵路", + "jpcv": "石田彰", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 13715, + "atk": 298.97, + "def": 768.55 + }, + "growAttr": { + "key": "cdmg", + "value": 38.4 + }, + "talentKey": { + "6631": "a", + "6632": "e", + "6639": "q" + }, + "talentId": { + "10661": 6631, + "10662": 6632, + "10665": 6639 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "涤净青金", + "boss": "排异之露", + "specialty": "绯樱绣球", + "normal": "名刀镡", + "talent": "「风雅」的哲学", + "weekly": "凶将之手眼" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/detail.json" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/detail.json" new file mode 100644 index 0000000000..e29fa525d8 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/detail.json" @@ -0,0 +1,1105 @@ +{ + "id": "66", + "name": "神里绫人", + "talent": { + "a": { + "id": 6631, + "name": "普通攻击·神里流·转", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,向前冲刺并施展居合。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.96%", + "48.62%", + "52.28%", + "57.51%", + "61.17%", + "65.35%", + "71.1%", + "76.85%", + "82.6%", + "88.88%", + "95.15%", + "101.43%", + "107.7%", + "113.97%", + "120.25%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "47.16%", + "51%", + "54.83%", + "60.32%", + "64.16%", + "68.54%", + "74.57%", + "80.61%", + "86.64%", + "93.22%", + "99.8%", + "106.38%", + "112.96%", + "119.54%", + "126.12%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "58.61%", + "63.38%", + "68.15%", + "74.97%", + "79.74%", + "85.19%", + "92.69%", + "100.19%", + "107.68%", + "115.86%", + "124.04%", + "132.22%", + "140.4%", + "148.58%", + "156.75%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "29.45%*2", + "31.85%*2", + "34.24%*2", + "37.67%*2", + "40.06%*2", + "42.8%*2", + "46.57%*2", + "50.34%*2", + "54.1%*2", + "58.21%*2", + "62.32%*2", + "66.43%*2", + "70.54%*2", + "74.65%*2", + "78.76%*2" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "75.6%", + "81.76%", + "87.91%", + "96.7%", + "102.86%", + "109.89%", + "119.56%", + "129.23%", + "138.9%", + "149.45%", + "160%", + "170.55%", + "181.1%", + "191.65%", + "202.2%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "129.53%", + "140.07%", + "150.62%", + "165.68%", + "176.22%", + "188.27%", + "204.84%", + "221.41%", + "237.97%", + "256.05%", + "274.12%", + "292.19%", + "310.27%", + "328.34%", + "346.42%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 6632, + "name": "神里流·镜花", + "desc": [ + "神里绫人垫步移动并进入「泷廻鉴花」状态。", + "移动后,神里绫人原本的位置上将产生「水影」。水影完全形成后,将在附近存在敌人或持续时间结束时破裂,造成水元素范围伤害。", + "

泷廻鉴花

", + "在此状态下,神里绫人将使用瞬水剑进行迅速的攻击,将普通攻击造成的伤害转为无法被附魔覆盖的水元素范围伤害。", + "此外,具有如下效果:", + "·瞬水剑攻击命中敌人后,将为神里绫人赋予「浪闪」效果,基于神里绫人自己当前的生命值上限,提升瞬水剑造成的伤害。浪闪初始至多叠加4层,每0.1秒至多通过瞬水剑攻击获得一层,将在泷廻鉴花状态结束时消失。", + "·提高神里绫人的抗打断能力;", + "·无法施放重击与下落攻击。", + "泷廻鉴花状态将在神里绫人退场时解除;处于泷廻鉴花状态下时再次施放神里流·镜花,将移除已有的泷廻鉴花状态。", + "「你什么时候产生了自己得手的错觉?」", + "——不止是武艺,权谋之事上也是如此。但是为了照顾其他两方奉行大人的颜面,这句话不方便说出来。因此只有托马、一斗和绫华听过。" + ], + "tables": [ + { + "name": "一段瞬水剑伤害", + "unit": "", + "isSame": false, + "values": [ + "52.89%", + "57.2%", + "61.5%", + "67.65%", + "71.96%", + "76.88%", + "83.64%", + "90.4%", + "97.17%", + "104.55%", + "111.93%", + "119.31%", + "126.69%", + "134.07%", + "141.45%" + ] + }, + { + "name": "二段瞬水剑伤害", + "unit": "", + "isSame": false, + "values": [ + "58.91%", + "63.7%", + "68.5%", + "75.35%", + "80.15%", + "85.62%", + "93.16%", + "100.7%", + "108.23%", + "116.45%", + "124.67%", + "132.89%", + "141.11%", + "149.33%", + "157.55%" + ] + }, + { + "name": "三段瞬水剑伤害", + "unit": "", + "isSame": false, + "values": [ + "64.93%", + "70.21%", + "75.5%", + "83.05%", + "88.34%", + "94.38%", + "102.68%", + "110.99%", + "119.29%", + "128.35%", + "137.41%", + "146.47%", + "155.53%", + "164.59%", + "173.65%" + ] + }, + { + "name": "泷廻鉴花持续时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "浪闪伤害值提高", + "unit": "生命值上限 / 层", + "isSame": false, + "values": [ + "0.56%", + "0.61%", + "0.65%", + "0.72%", + "0.76%", + "0.82%", + "0.89%", + "0.96%", + "1.03%", + "1.11%", + "1.19%", + "1.27%", + "1.34%", + "1.42%", + "1.5%" + ] + }, + { + "name": "水影伤害", + "unit": "", + "isSame": false, + "values": [ + "101.48%", + "109.74%", + "118%", + "129.8%", + "138.06%", + "147.5%", + "160.48%", + "173.46%", + "186.44%", + "200.6%", + "214.76%", + "228.92%", + "243.08%", + "257.24%", + "271.4%" + ] + }, + { + "name": "水影持续时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "最小触发间隔", + "unit": "", + "isSame": true, + "values": [ + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒" + ] + } + ] + }, + "q": { + "id": 6639, + "name": "神里流·水囿", + "desc": [ + "展开清净之园囿,熄灭其中一切嚣闹。", + "存在期间,其中会持续降下水花剑,攻击范围内的敌人,造成水元素伤害,并提高其中的角色的普通攻击伤害。", + "「看到了哦,在这片静水之中,你心跳的波纹。」" + ], + "tables": [ + { + "name": "水花剑伤害", + "unit": "", + "isSame": false, + "values": [ + "66.46%", + "71.44%", + "76.42%", + "83.07%", + "88.05%", + "93.04%", + "99.68%", + "106.33%", + "112.98%", + "119.62%", + "126.27%", + "132.91%", + "141.22%", + "149.53%", + "157.83%" + ] + }, + { + "name": "普通攻击伤害提升", + "unit": "", + "isSame": false, + "values": [ + "11%", + "12%", + "13%", + "14%", + "15%", + "16%", + "17%", + "18%", + "19%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 44.96, + 48.62, + 52.28, + 57.51, + 61.17, + 65.35, + 71.1, + 76.85, + 82.6, + 88.88, + 95.15, + 101.43, + 107.7, + 113.97, + 120.25 + ], + "二段伤害": [ + 47.16, + 51, + 54.83, + 60.32, + 64.16, + 68.54, + 74.57, + 80.61, + 86.64, + 93.22, + 99.8, + 106.38, + 112.96, + 119.54, + 126.12 + ], + "三段伤害": [ + 58.61, + 63.38, + 68.15, + 74.97, + 79.74, + 85.19, + 92.69, + 100.19, + 107.68, + 115.86, + 124.04, + 132.22, + 140.4, + 148.58, + 156.75 + ], + "四段伤害": [ + 58.9, + 63.7, + 68.48, + 75.34, + 80.12, + 85.6, + 93.14, + 100.68, + 108.2, + 116.42, + 124.64, + 132.86, + 141.08, + 149.3, + 157.52 + ], + "五段伤害": [ + 75.6, + 81.76, + 87.91, + 96.7, + 102.86, + 109.89, + 119.56, + 129.23, + 138.9, + 149.45, + 160, + 170.55, + 181.1, + 191.65, + 202.2 + ], + "重击伤害": [ + 129.53, + 140.07, + 150.62, + 165.68, + 176.22, + 188.27, + 204.84, + 221.41, + 237.97, + 256.05, + 274.12, + 292.19, + 310.27, + 328.34, + 346.42 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "一段瞬水剑伤害": [ + 52.89, + 57.2, + 61.5, + 67.65, + 71.96, + 76.88, + 83.64, + 90.4, + 97.17, + 104.55, + 111.93, + 119.31, + 126.69, + 134.07, + 141.45 + ], + "二段瞬水剑伤害": [ + 58.91, + 63.7, + 68.5, + 75.35, + 80.15, + 85.62, + 93.16, + 100.7, + 108.23, + 116.45, + 124.67, + 132.89, + 141.11, + 149.33, + 157.55 + ], + "三段瞬水剑伤害": [ + 64.93, + 70.21, + 75.5, + 83.05, + 88.34, + 94.38, + 102.68, + 110.99, + 119.29, + 128.35, + 137.41, + 146.47, + 155.53, + 164.59, + 173.65 + ], + "浪闪伤害值提高": [ + 0.56, + 0.61, + 0.65, + 0.72, + 0.76, + 0.82, + 0.89, + 0.96, + 1.03, + 1.11, + 1.19, + 1.27, + 1.34, + 1.42, + 1.5 + ], + "水影伤害": [ + 101.48, + 109.74, + 118, + 129.8, + 138.06, + 147.5, + 160.48, + 173.46, + 186.44, + 200.6, + 214.76, + 228.92, + 243.08, + 257.24, + 271.4 + ] + }, + "q": { + "水花剑伤害": [ + 66.46, + 71.44, + 76.42, + 83.07, + 88.05, + 93.04, + 99.68, + 106.33, + 112.98, + 119.62, + 126.27, + 132.91, + 141.22, + 149.53, + 157.83 + ], + "普通攻击伤害提升": [ + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 20, + 20, + 20, + 20, + 20 + ] + } + }, + "cons": { + "1": { + "name": "镜华风姿", + "desc": [ + "对于生命值低于或等于50%的敌人,瞬水剑造成的伤害提升40%。" + ] + }, + "2": { + "name": "世有源泉", + "desc": [ + "浪闪叠加上限提升至5层;神里绫人处于至少3层浪闪状态下时,将提升50%生命值上限。" + ] + }, + "3": { + "name": "无意弄花", + "desc": [ + "神里流·镜花的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "不厌细流", + "desc": [ + "施放神里流·水囿后,队伍中附近的角色普通攻击的攻击速度提升15%,持续15秒。" + ] + }, + "5": { + "name": "万水一露", + "desc": [ + "神里流·水囿的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "滥觞无底", + "desc": [ + "施放神里流·镜花之后,神里绫人的下一次瞬水剑攻击命中敌人时,将进行2次额外的瞬水剑攻击,各自能造成神里绫人攻击力450%的伤害。", + "此两次瞬水剑攻击不会受到浪闪的增益。" + ] + } + }, + "passive": [ + { + "name": "神里流·日常茶饭", + "desc": [ + "完美烹饪食物时,有18%概率额外获得一个「奇怪的」品质的同种料理。" + ] + }, + { + "name": "神里流·清泷绕峰", + "desc": [ + "

神里流·镜花具有如下效果:

", + "·施放后,神里绫人会获得2层浪闪效果;", + "·水影破裂后,神里绫人将获得等同于叠加上限层数的浪闪效果。" + ] + }, + { + "name": "神里流·破月渐盈", + "desc": [ + "神里绫人处于队伍后台时,若元素能量低于40点,每1秒为自己恢复2点元素能量。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cdmg" + ], + "details": { + "1": [ + 1068, + 23.27, + 59.83, + 0 + ], + "20": [ + 2770, + 60.38, + 155.2, + 0 + ], + "40": [ + 5514, + 120.2, + 308.99, + 0 + ], + "50": [ + 7092, + 154.6, + 397.43, + 9.6 + ], + "60": [ + 8897, + 193.94, + 498.56, + 19.2 + ], + "70": [ + 10494, + 228.74, + 588.02, + 19.2 + ], + "80": [ + 12101, + 263.78, + 678.08, + 28.8 + ], + "90": [ + 13715, + 298.97, + 768.55, + 38.4 + ], + "20+": [ + 3685, + 80.33, + 206.5, + 0 + ], + "40+": [ + 6165, + 134.38, + 345.44, + 9.6 + ], + "50+": [ + 7960, + 173.51, + 446.03, + 19.2 + ], + "60+": [ + 9548, + 208.12, + 535.01, + 19.2 + ], + "70+": [ + 11144, + 242.92, + 624.47, + 28.8 + ], + "80+": [ + 12751, + 277.96, + 714.53, + 38.4 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-1.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-1.webp" new file mode 100644 index 0000000000..738f7e0711 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-2.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-2.webp" new file mode 100644 index 0000000000..0402755290 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-3.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-3.webp" new file mode 100644 index 0000000000..814a3e3c53 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-4.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-4.webp" new file mode 100644 index 0000000000..410b2fcb5c Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-5.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-5.webp" new file mode 100644 index 0000000000..d67466aaef Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-6.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-6.webp" new file mode 100644 index 0000000000..71de7c5d3a Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/passive-0.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/passive-0.webp" new file mode 100644 index 0000000000..51d25727fd Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/passive-1.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/passive-1.webp" new file mode 100644 index 0000000000..bb4cd7829c Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/passive-2.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/passive-2.webp" new file mode 100644 index 0000000000..cba672407a Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/talent-a.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/talent-e.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/talent-e.webp" new file mode 100644 index 0000000000..814a3e3c53 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/talent-q.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/talent-q.webp" new file mode 100644 index 0000000000..332ac2c898 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/banner.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/banner.webp" new file mode 100644 index 0000000000..056d28a335 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/card.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/card.webp" new file mode 100644 index 0000000000..a4228e289d Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/face.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/face.webp" new file mode 100644 index 0000000000..baa53e476a Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/gacha.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/gacha.webp" new file mode 100644 index 0000000000..3dc6cba919 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/side.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/side.webp" new file mode 100644 index 0000000000..30361f96c2 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/splash.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/splash.webp" new file mode 100644 index 0000000000..d11bab8e80 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\344\272\272/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/data.json" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/data.json" new file mode 100644 index 0000000000..e2cbbd7aed --- /dev/null +++ "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000002, + "name": "神里绫华", + "abbr": "绫华", + "title": "白鹭霜华", + "star": 5, + "elem": "cryo", + "allegiance": "社奉行", + "weapon": "sword", + "birth": "9-28", + "astro": "雪鹤座", + "desc": "稻妻「社奉行」神里家的大小姐。端庄而文雅,聪慧又坚韧。", + "cncv": "小N", + "jpcv": "早见沙织", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 12858, + "atk": 342.03, + "def": 783.93 + }, + "growAttr": { + "key": "cdmg", + "value": 38.4 + }, + "talentKey": { + "231": "a", + "232": "e", + "239": "q" + }, + "talentId": { + "10018": 232, + "10019": 239, + "10024": 231 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "哀叙冰玉", + "boss": "恒常机关之心", + "specialty": "绯樱绣球", + "normal": "名刀镡", + "talent": "「风雅」的哲学", + "weekly": "血玉之枝" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/detail.json" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/detail.json" new file mode 100644 index 0000000000..ef3f76ffea --- /dev/null +++ "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/detail.json" @@ -0,0 +1,892 @@ +{ + "id": "2", + "name": "神里绫华", + "talent": { + "a": { + "id": 231, + "name": "普通攻击·神里流·倾", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,在居合中放出连续的剑风。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "45.73%", + "49.45%", + "53.17%", + "58.49%", + "62.21%", + "66.46%", + "72.31%", + "78.16%", + "84.01%", + "90.39%", + "96.77%", + "103.15%", + "109.53%", + "115.91%", + "122.29%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "48.68%", + "52.65%", + "56.61%", + "62.27%", + "66.23%", + "70.76%", + "76.99%", + "83.22%", + "89.44%", + "96.24%", + "103.03%", + "109.82%", + "116.62%", + "123.41%", + "130.2%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "62.62%", + "67.72%", + "72.82%", + "80.1%", + "85.19%", + "91.02%", + "99.03%", + "107.04%", + "115.05%", + "123.79%", + "132.53%", + "141.26%", + "150%", + "158.74%", + "167.48%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "22.65%*3", + "24.49%*3", + "26.33%*3", + "28.97%*3", + "30.81%*3", + "32.92%*3", + "35.81%*3", + "38.71%*3", + "41.61%*3", + "44.77%*3", + "47.93%*3", + "51.09%*3", + "54.25%*3", + "57.41%*3", + "60.57%*3" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "78.18%", + "84.55%", + "90.91%", + "100%", + "106.36%", + "113.64%", + "123.64%", + "133.64%", + "143.64%", + "154.55%", + "165.45%", + "176.36%", + "187.27%", + "198.18%", + "209.09%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "55.13%*3", + "59.61%*3", + "64.1%*3", + "70.51%*3", + "75%*3", + "80.12%*3", + "87.18%*3", + "94.23%*3", + "101.28%*3", + "108.97%*3", + "116.66%*3", + "124.35%*3", + "132.05%*3", + "139.74%*3", + "147.43%*3" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 232, + "name": "神里流·冰华", + "desc": [ + "唤起盛开的冰之华,击飞身边的敌人并造成冰元素范围伤害。", + "「晴云胧月夜,妄执如雾,心野凄迷恋羁旅。」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "239.2%", + "257.14%", + "275.08%", + "299%", + "316.94%", + "334.88%", + "358.8%", + "382.72%", + "406.64%", + "430.56%", + "454.48%", + "478.4%", + "508.3%", + "538.2%", + "568.1%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + } + ] + }, + "q": { + "id": 239, + "name": "神里流·霜灭", + "desc": [ + "以倾奇之姿汇聚寒霜,放出持续行进的霜见雪关扉。", + "

霜见雪关扉

", + "·以刀锋般尖锐的霜风持续切割触及的敌人,造成冰元素伤害;", + "·持续时间结束时绽放,造成冰元素范围伤害。", + "「吹雪濡鹭时,积思若霜,胸底思重焉哀怜。」" + ], + "tables": [ + { + "name": "切割伤害", + "unit": "", + "isSame": false, + "values": [ + "112.3%", + "120.72%", + "129.15%", + "140.37%", + "148.8%", + "157.22%", + "168.45%", + "179.68%", + "190.91%", + "202.14%", + "213.37%", + "224.6%", + "238.64%", + "252.68%", + "266.71%" + ] + }, + { + "name": "绽放伤害", + "unit": "", + "isSame": false, + "values": [ + "168.45%", + "181.08%", + "193.72%", + "210.56%", + "223.2%", + "235.83%", + "252.68%", + "269.52%", + "286.37%", + "303.21%", + "320.06%", + "336.9%", + "357.96%", + "379.01%", + "400.07%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 45.73, + 49.45, + 53.17, + 58.49, + 62.21, + 66.46, + 72.31, + 78.16, + 84.01, + 90.39, + 96.77, + 103.15, + 109.53, + 115.91, + 122.29 + ], + "二段伤害": [ + 48.68, + 52.65, + 56.61, + 62.27, + 66.23, + 70.76, + 76.99, + 83.22, + 89.44, + 96.24, + 103.03, + 109.82, + 116.62, + 123.41, + 130.2 + ], + "三段伤害": [ + 62.62, + 67.72, + 72.82, + 80.1, + 85.19, + 91.02, + 99.03, + 107.04, + 115.05, + 123.79, + 132.53, + 141.26, + 150, + 158.74, + 167.48 + ], + "四段伤害": [ + 67.94999999999999, + 73.47, + 78.99, + 86.91, + 92.42999999999999, + 98.76, + 107.43, + 116.13, + 124.83, + 134.31, + 143.79, + 153.27, + 162.75, + 172.23, + 181.71 + ], + "五段伤害": [ + 78.18, + 84.55, + 90.91, + 100, + 106.36, + 113.64, + 123.64, + 133.64, + 143.64, + 154.55, + 165.45, + 176.36, + 187.27, + 198.18, + 209.09 + ], + "重击伤害": [ + 165.39000000000001, + 178.82999999999998, + 192.29999999999998, + 211.53000000000003, + 225, + 240.36, + 261.54, + 282.69, + 303.84000000000003, + 326.90999999999997, + 349.98, + 373.04999999999995, + 396.15000000000003, + 419.22, + 442.29 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 239.2, + 257.14, + 275.08, + 299, + 316.94, + 334.88, + 358.8, + 382.72, + 406.64, + 430.56, + 454.48, + 478.4, + 508.3, + 538.2, + 568.1 + ] + }, + "q": { + "切割伤害": [ + 112.3, + 120.72, + 129.15, + 140.37, + 148.8, + 157.22, + 168.45, + 179.68, + 190.91, + 202.14, + 213.37, + 224.6, + 238.64, + 252.68, + 266.71 + ], + "绽放伤害": [ + 168.45, + 181.08, + 193.72, + 210.56, + 223.2, + 235.83, + 252.68, + 269.52, + 286.37, + 303.21, + 320.06, + 336.9, + 357.96, + 379.01, + 400.07 + ] + } + }, + "cons": { + "1": { + "name": "霜杀墨染樱", + "desc": [ + "神里绫华的普通攻击或重击对敌人造成冰元素伤害时,有50%的几率使神里流·冰华的冷却时间缩减0.3秒。该效果每0.1秒只能触发一次。" + ] + }, + "2": { + "name": "三重雪关扉", + "desc": [ + "施放神里流·霜灭时,会额外释放两股规模较小的霜见雪关扉,各自能造成原本20%的伤害。" + ] + }, + "3": { + "name": "花白锦画纸吹雪", + "desc": [ + "神里流·霜灭的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "盈缺流返", + "desc": [ + "敌人受到神里流·霜灭的霜见雪关扉造成的伤害后,防御力降低30%,持续6秒。" + ] + }, + "5": { + "name": "花云钟入月", + "desc": [ + "神里流·冰华的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "间水月", + "desc": [ + "每过10秒,神里绫华会获得「薄冰舞踏」,使重击造成的伤害提高298%。薄冰舞踏效果将在重击命中敌人的0.5秒后清除,并重新开始计算时间。" + ] + } + }, + "passive": [ + { + "name": "鉴查心得", + "desc": [ + "合成武器突破素材时,有10%概率获得2倍产出。" + ] + }, + { + "name": "天罪国罪镇词", + "desc": [ + "施放神里流·冰华后的6秒内,神里绫华的普通攻击与重击造成的伤害提升30%。" + ] + }, + { + "name": "寒天宣命祝词", + "desc": [ + "神里流·霰步结束时释放的寒冰命中了敌人时,神里绫华将获得如下效果:", + "·恢复10点体力;", + "·获得18%冰元素伤害加成,持续10秒。" + ] + }, + { + "id": 233, + "name": "神里流·霰步", + "desc": [ + "

替代冲刺

", + "隐入碎冰,以消耗体力为代价,化为激流快速移动。", + "在霰步状态下,神里绫华可以在水面上高速移动。", + "结束霰步现身时,将产生如下效果:", + "·释放寒冰的力量,对周围的敌人施加冰元素附着;", + "·将寒气凝聚在剑上,使神里绫华在短时间内获得冰元素附魔。", + "「滴雫濡羽瞬消无,白鹭踏水何可怨?」" + ], + "tables": [ + { + "name": "启动体力消耗", + "unit": "", + "isSame": true, + "values": [ + "10点" + ] + }, + { + "name": "持续体力消耗", + "unit": "", + "isSame": true, + "values": [ + "每秒15点" + ] + }, + { + "name": "附魔持续时间", + "unit": "", + "isSame": true, + "values": [ + "5秒" + ] + } + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cdmg" + ], + "details": { + "1": [ + 1001, + 26.63, + 61.03, + 0 + ], + "20": [ + 2597, + 69.07, + 158.3, + 0 + ], + "40": [ + 5170, + 137.51, + 315.17, + 0 + ], + "50": [ + 6649, + 176.87, + 405.38, + 9.6 + ], + "60": [ + 8341, + 221.87, + 508.53, + 19.2 + ], + "70": [ + 9838, + 261.68, + 599.78, + 19.2 + ], + "80": [ + 11345, + 301.76, + 691.64, + 28.8 + ], + "90": [ + 12858, + 342.03, + 783.93, + 38.4 + ], + "20+": [ + 3455, + 91.9, + 210.63, + 0 + ], + "40+": [ + 5779, + 153.73, + 352.35, + 9.6 + ], + "50+": [ + 7462, + 198.49, + 454.95, + 19.2 + ], + "60+": [ + 8951, + 238.09, + 545.71, + 19.2 + ], + "70+": [ + 10448, + 277.9, + 636.96, + 28.8 + ], + "80+": [ + 11954, + 317.98, + 728.82, + 38.4 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-1.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-1.webp" new file mode 100644 index 0000000000..901def6df3 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-2.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-2.webp" new file mode 100644 index 0000000000..ddba858fb8 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-3.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-3.webp" new file mode 100644 index 0000000000..b6f3ce6e12 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-4.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-4.webp" new file mode 100644 index 0000000000..16a431b49f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-5.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-5.webp" new file mode 100644 index 0000000000..ac9063d3db Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-6.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-6.webp" new file mode 100644 index 0000000000..91e68c89ae Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/passive-0.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/passive-0.webp" new file mode 100644 index 0000000000..eee5d81b4e Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/passive-1.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/passive-1.webp" new file mode 100644 index 0000000000..1e25be8024 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/passive-2.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/passive-2.webp" new file mode 100644 index 0000000000..82818a097f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/passive-3.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/passive-3.webp" new file mode 100644 index 0000000000..cc00931062 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/passive-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/talent-a.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/talent-e.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/talent-e.webp" new file mode 100644 index 0000000000..ac9063d3db Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/talent-q.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/talent-q.webp" new file mode 100644 index 0000000000..d73e09fd59 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/banner.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/banner.webp" new file mode 100644 index 0000000000..1cb00e795b Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/card.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/card.webp" new file mode 100644 index 0000000000..612c44486e Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/face.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/face.webp" new file mode 100644 index 0000000000..63aeff528e Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/gacha.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/gacha.webp" new file mode 100644 index 0000000000..dea2249e42 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/side.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/side.webp" new file mode 100644 index 0000000000..74c351d5d1 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/splash.webp" "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/splash.webp" new file mode 100644 index 0000000000..6a7f228121 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\245\236\351\207\214\347\273\253\345\215\216/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/data.json" "b/plugin/kokomi/data/character/\347\251\272/data.json" new file mode 100644 index 0000000000..b0efaef78a --- /dev/null +++ "b/plugin/kokomi/data/character/\347\251\272/data.json" @@ -0,0 +1,74 @@ +{ + "id": 10000005, + "name": "空", + "abbr": "空", + "title": "异界的旅人", + "star": 5, + "elem": "multi", + "allegiance": "——", + "weapon": "sword", + "birth": "-", + "astro": "旅人座", + "desc": "从世界之外漂流而来的旅行者,被神带走血亲,自此踏上寻找七神之路。", + "cncv": "鹿喑&多多poi", + "jpcv": "堀江瞬&古贺葵", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10875, + "atk": 212.4, + "def": 682.52 + }, + "growAttr": { + "key": "atkPct", + "value": 24 + }, + "talentKey": { + "730": "a", + "732": "e", + "739": "q", + "932": "e", + "939": "q", + "1030": "a", + "1032": "e", + "1039": "q", + "1130": "a", + "1132": "e", + "1139": "q" + }, + "talentId": { + "10067": 732, + "10068": 739, + "10077": 932, + "10078": 939, + "10117": 1132, + "10118": 1139, + "10602": 1032, + "10605": 1039, + "100543": 730, + "100545": 730, + "100546": 1030, + "100547": 1130 + }, + "talentElem": { + "732": "anemo", + "739": "anemo", + "932": "geo", + "939": "geo", + "1032": "electro", + "1039": "electro", + "1132": "dendro", + "1139": "dendro" + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "璀璨原钻", + "specialty": "风车菊", + "normal": "不祥的面具", + "talent": "「诗文」的哲学", + "weekly": "东风的吐息" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\251\272/icons/cons-1.webp" "b/plugin/kokomi/data/character/\347\251\272/icons/cons-1.webp" new file mode 100644 index 0000000000..68a9cba14e Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/icons/cons-2.webp" "b/plugin/kokomi/data/character/\347\251\272/icons/cons-2.webp" new file mode 100644 index 0000000000..b32cd25dc7 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/icons/cons-3.webp" "b/plugin/kokomi/data/character/\347\251\272/icons/cons-3.webp" new file mode 100644 index 0000000000..e0053bf7cc Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/icons/cons-4.webp" "b/plugin/kokomi/data/character/\347\251\272/icons/cons-4.webp" new file mode 100644 index 0000000000..1ae72ea437 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/icons/cons-5.webp" "b/plugin/kokomi/data/character/\347\251\272/icons/cons-5.webp" new file mode 100644 index 0000000000..20e9623949 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/icons/cons-6.webp" "b/plugin/kokomi/data/character/\347\251\272/icons/cons-6.webp" new file mode 100644 index 0000000000..9e5b66523b Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/icons/passive-0.webp" "b/plugin/kokomi/data/character/\347\251\272/icons/passive-0.webp" new file mode 100644 index 0000000000..36e30b63d9 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/icons/passive-1.webp" "b/plugin/kokomi/data/character/\347\251\272/icons/passive-1.webp" new file mode 100644 index 0000000000..c13895ed83 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/icons/talent-a.webp" "b/plugin/kokomi/data/character/\347\251\272/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/icons/talent-e.webp" "b/plugin/kokomi/data/character/\347\251\272/icons/talent-e.webp" new file mode 100644 index 0000000000..20e9623949 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/icons/talent-q.webp" "b/plugin/kokomi/data/character/\347\251\272/icons/talent-q.webp" new file mode 100644 index 0000000000..690846eaee Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/imgs/banner.webp" "b/plugin/kokomi/data/character/\347\251\272/imgs/banner.webp" new file mode 100644 index 0000000000..5b3229f770 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/imgs/card.webp" "b/plugin/kokomi/data/character/\347\251\272/imgs/card.webp" new file mode 100644 index 0000000000..97017f995b Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/imgs/face.webp" "b/plugin/kokomi/data/character/\347\251\272/imgs/face.webp" new file mode 100644 index 0000000000..b2b9d2cc33 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/imgs/gacha.webp" "b/plugin/kokomi/data/character/\347\251\272/imgs/gacha.webp" new file mode 100644 index 0000000000..a6ecfe8030 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/imgs/side.webp" "b/plugin/kokomi/data/character/\347\251\272/imgs/side.webp" new file mode 100644 index 0000000000..be9a2ae84e Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\347\251\272/imgs/splash.webp" "b/plugin/kokomi/data/character/\347\251\272/imgs/splash.webp" new file mode 100644 index 0000000000..56d312faa4 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\251\272/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/data.json" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/data.json" new file mode 100644 index 0000000000..7948b3ee98 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/data.json" @@ -0,0 +1,49 @@ +{ + "id": 10000073, + "name": "纳西妲", + "abbr": "纳西妲", + "title": "白草净华", + "star": 5, + "elem": "dendro", + "allegiance": "须弥城", + "weapon": "catalyst", + "birth": "10-27", + "astro": "智慧主座", + "desc": "深居净善宫的笼中之鸟,只能在梦中将世界尽收眼底。", + "cncv": "花玲", + "jpcv": "田村由加莉", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10360, + "atk": 298.97, + "def": 630.21 + }, + "growAttr": { + "key": "mastery", + "value": 115.19999694824 + }, + "talentKey": { + "7331": "a", + "7332": "e", + "7339": "q" + }, + "talentId": { + "10731": 7331, + "10732": 7332, + "10735": 7339 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "生长碧翡", + "boss": "灭诤草蔓", + "specialty": "劫波莲", + "normal": "孢囊晶尘", + "talent": "「巧思」的哲学", + "weekly": "傀儡的悬丝" + }, + "eta": 1667358000000 +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/detail.json" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/detail.json" new file mode 100644 index 0000000000..50dc49f731 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/detail.json" @@ -0,0 +1,1200 @@ +{ + "id": "73", + "name": "纳西妲", + "talent": { + "a": { + "id": 7331, + "name": "普通攻击·行相", + "desc": [ + "

普通攻击

", + "对前方进行至多四段的攻击,造成草元素伤害。", + "

重击

", + "消耗一定体力,短暂咏唱后,对前方区域造成草元素范围伤害。", + "

下落攻击

", + "凝聚草元素的力量,从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成草元素范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "40.3%", + "43.33%", + "46.35%", + "50.38%", + "53.4%", + "56.43%", + "60.46%", + "64.49%", + "68.52%", + "72.55%", + "76.58%", + "80.61%", + "85.65%", + "90.69%", + "95.72%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "36.97%", + "39.75%", + "42.52%", + "46.22%", + "48.99%", + "51.76%", + "55.46%", + "59.16%", + "62.86%", + "66.55%", + "70.25%", + "73.95%", + "78.57%", + "83.19%", + "87.81%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "45.87%", + "49.31%", + "52.76%", + "57.34%", + "60.78%", + "64.22%", + "68.81%", + "73.4%", + "77.99%", + "82.57%", + "87.16%", + "91.75%", + "97.48%", + "103.22%", + "108.95%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "58.41%", + "62.79%", + "67.17%", + "73.01%", + "77.39%", + "81.77%", + "87.61%", + "93.45%", + "99.29%", + "105.13%", + "110.97%", + "116.81%", + "124.11%", + "131.41%", + "138.72%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "132%", + "141.9%", + "151.8%", + "165%", + "174.9%", + "184.8%", + "198%", + "211.2%", + "224.4%", + "237.6%", + "250.8%", + "264%", + "280.5%", + "297%", + "313.5%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 7332, + "name": "所闻遍计", + "desc": [ + "在身边施以草木之业缚,造成草元素范围伤害,并对命中的至多8名敌人施加蕴种印。", + "长按时将以不同的方式施放。", + "

长按

", + "进入瞄准状态,以选定一定范围内一定数量的敌人,并在该状态下提高纳西妲的抗打断能力。", + "长按结束时,对选定的敌人造成草元素伤害,并为其施加蕴种印。", + "瞄准状态至多持续5秒,至多选定8名敌人。", + "

蕴种印

", + "处于蕴种印状态下的敌人将在一定距离内互相连结。", + "对处于蕴种印状态下的敌人触发元素反应,以及在该敌人受到草原核(包含烈绽放、超绽放)造成的伤害后,纳西妲将基于攻击力与元素精通,对该敌人及其所处连结中的所有敌人释放灭净三业,造成草元素伤害。", + "短时间内至多触发一次灭净三业。", + "草木之神既已于空藏中照见诸法实相,乃可究尽三际因缘起灭之机。" + ], + "tables": [ + { + "name": "点按伤害", + "unit": "", + "isSame": false, + "values": [ + "98.4%", + "105.78%", + "113.16%", + "123%", + "130.38%", + "137.76%", + "147.6%", + "157.44%", + "167.28%", + "177.12%", + "186.96%", + "196.8%", + "209.1%", + "221.4%", + "233.7%" + ] + }, + { + "name": "长按伤害", + "unit": "", + "isSame": false, + "values": [ + "130.4%", + "140.18%", + "149.96%", + "163%", + "172.78%", + "182.56%", + "195.6%", + "208.64%", + "221.68%", + "234.72%", + "247.76%", + "260.8%", + "277.1%", + "293.4%", + "309.7%" + ] + }, + { + "name": "灭净三业伤害", + "unit": "", + "isSame": false, + "values": [ + "103.2%攻击 + 206.4%精通", + "110.94%攻击 + 221.88%精通", + "118.68%攻击 + 237.36%精通", + "129%攻击 + 258%精通", + "136.74%攻击 + 273.48%精通", + "144.48%攻击 + 288.96%精通", + "154.8%攻击 + 309.6%精通", + "165.12%攻击 + 330.24%精通", + "175.44%攻击 + 350.88%精通", + "185.76%攻击 + 371.52%精通", + "196.08%攻击 + 392.16%精通", + "206.4%攻击 + 412.8%精通", + "219.3%攻击 + 438.6%精通", + "232.2%攻击 + 464.4%精通", + "245.1%攻击 + 490.2%精通" + ] + }, + { + "name": "灭净三业触发间隔", + "unit": "", + "isSame": true, + "values": [ + "2.5秒", + "2.5秒", + "2.5秒", + "2.5秒", + "2.5秒", + "2.5秒", + "2.5秒", + "2.5秒", + "2.5秒", + "2.5秒", + "2.5秒", + "2.5秒", + "2.5秒", + "2.5秒", + "2.5秒" + ] + }, + { + "name": "蕴种印持续时间", + "unit": "", + "isSame": true, + "values": [ + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒" + ] + }, + { + "name": "点按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "长按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + } + ] + }, + "q": { + "id": 7339, + "name": "心景幻成", + "desc": [ + "将梦想的殿堂具现,展开「摩耶之殿」领域。", + "领域展开时,队伍中若存在以下元素类型的角色,将分别产生对应的效果:", + "·火元素:当纳西妲处于摩耶之殿当中时,提升元素战技「所闻遍计」的灭净三业造成的伤害;", + "·雷元素:当纳西妲处于摩耶之殿当中时,降低元素战技「所闻遍计」的灭净三业触发的间隔时间;", + "·水元素:延长摩耶之殿的持续时间。", + "展开领域时,若上述元素类型的角色数量有至少2名,产生的对应效果将进一步增强。", + "纳西妲即使处于队伍后台,只要该队伍处于摩耶之殿当中,依旧能获得上述效果的提升。", + "在智慧之神的眼中,或许森罗万象也不过是颠倒幻成的摩耶之梦。" + ], + "tables": [ + { + "name": "火:伤害提升", + "unit": "1名角色", + "isSame": false, + "values": [ + "14.88%", + "16%", + "17.11%", + "18.6%", + "19.72%", + "20.83%", + "22.32%", + "23.81%", + "25.3%", + "26.78%", + "28.27%", + "29.76%", + "31.62%", + "33.48%", + "35.34%" + ], + "name2": "火1伤害提升" + }, + { + "name": "火:伤害提升", + "unit": "2名角色", + "isSame": false, + "values": [ + "22.32%", + "23.99%", + "25.67%", + "27.9%", + "29.57%", + "31.25%", + "33.48%", + "35.71%", + "37.94%", + "40.18%", + "42.41%", + "44.64%", + "47.43%", + "50.22%", + "53.01%" + ], + "name2": "火2伤害提升" + }, + { + "name": "雷:间隔降低", + "unit": "1名角色", + "isSame": false, + "values": [ + "0.25秒", + "0.27秒", + "0.29秒", + "0.31秒", + "0.33秒", + "0.35秒", + "0.37秒", + "0.4秒", + "0.42秒", + "0.45秒", + "0.47秒", + "0.5秒", + "0.53秒", + "0.56秒", + "0.59秒" + ], + "name2": "雷1间隔降低" + }, + { + "name": "雷:间隔降低", + "unit": "2名角色", + "isSame": false, + "values": [ + "0.37秒", + "0.4秒", + "0.43秒", + "0.47秒", + "0.49秒", + "0.52秒", + "0.56秒", + "0.6秒", + "0.63秒", + "0.67秒", + "0.71秒", + "0.74秒", + "0.79秒", + "0.84秒", + "0.88秒" + ], + "name2": "雷2间隔降低" + }, + { + "name": "水:持续时间延长", + "unit": "1名角色", + "isSame": false, + "values": [ + "3.34秒", + "3.59秒", + "3.85秒", + "4.18秒", + "4.43秒", + "4.68秒", + "5.02秒", + "5.35秒", + "5.68秒", + "6.02秒", + "6.35秒", + "6.69秒", + "7.11秒", + "7.52秒", + "7.94秒" + ], + "name2": "水1持续时间延长" + }, + { + "name": "水:持续时间延长", + "unit": "2名角色", + "isSame": false, + "values": [ + "5.02秒", + "5.39秒", + "5.77秒", + "6.27秒", + "6.65秒", + "7.02秒", + "7.52秒", + "8.03秒", + "8.53秒", + "9.03秒", + "9.53秒", + "10.03秒", + "10.66秒", + "11.29秒", + "11.91秒" + ], + "name2": "水2持续时间延长" + }, + { + "name": "基础持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒", + "13.5秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 40.3, + 43.33, + 46.35, + 50.38, + 53.4, + 56.43, + 60.46, + 64.49, + 68.52, + 72.55, + 76.58, + 80.61, + 85.65, + 90.69, + 95.72 + ], + "二段伤害": [ + 36.97, + 39.75, + 42.52, + 46.22, + 48.99, + 51.76, + 55.46, + 59.16, + 62.86, + 66.55, + 70.25, + 73.95, + 78.57, + 83.19, + 87.81 + ], + "三段伤害": [ + 45.87, + 49.31, + 52.76, + 57.34, + 60.78, + 64.22, + 68.81, + 73.4, + 77.99, + 82.57, + 87.16, + 91.75, + 97.48, + 103.22, + 108.95 + ], + "四段伤害": [ + 58.41, + 62.79, + 67.17, + 73.01, + 77.39, + 81.77, + 87.61, + 93.45, + 99.29, + 105.13, + 110.97, + 116.81, + 124.11, + 131.41, + 138.72 + ], + "重击伤害": [ + 132, + 141.9, + 151.8, + 165, + 174.9, + 184.8, + 198, + 211.2, + 224.4, + 237.6, + 250.8, + 264, + 280.5, + 297, + 313.5 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "点按伤害": [ + 98.4, + 105.78, + 113.16, + 123, + 130.38, + 137.76, + 147.6, + 157.44, + 167.28, + 177.12, + 186.96, + 196.8, + 209.1, + 221.4, + 233.7 + ], + "长按伤害": [ + 130.4, + 140.18, + 149.96, + 163, + 172.78, + 182.56, + 195.6, + 208.64, + 221.68, + 234.72, + 247.76, + 260.8, + 277.1, + 293.4, + 309.7 + ], + "灭净三业伤害": [ + 309.6, + 332.82, + 356.04, + 387, + 410.22, + 433.43999999999994, + 464.40000000000003, + 495.36, + 526.3199999999999, + 557.28, + 588.24, + 619.2, + 657.9000000000001, + 696.5999999999999, + 735.3 + ], + "灭净三业伤害2": [ + [ + 103.2, + 206.4 + ], + [ + 110.94, + 221.88 + ], + [ + 118.68, + 237.36 + ], + [ + 129, + 258 + ], + [ + 136.74, + 273.48 + ], + [ + 144.48, + 288.96 + ], + [ + 154.8, + 309.6 + ], + [ + 165.12, + 330.24 + ], + [ + 175.44, + 350.88 + ], + [ + 185.76, + 371.52 + ], + [ + 196.08, + 392.16 + ], + [ + 206.4, + 412.8 + ], + [ + 219.3, + 438.6 + ], + [ + 232.2, + 464.4 + ], + [ + 245.1, + 490.2 + ] + ] + }, + "q": { + "火1伤害提升": [ + 14.88, + 16, + 17.11, + 18.6, + 19.72, + 20.83, + 22.32, + 23.81, + 25.3, + 26.78, + 28.27, + 29.76, + 31.62, + 33.48, + 35.34 + ], + "火2伤害提升": [ + 22.32, + 23.99, + 25.67, + 27.9, + 29.57, + 31.25, + 33.48, + 35.71, + 37.94, + 40.18, + 42.41, + 44.64, + 47.43, + 50.22, + 53.01 + ], + "雷1间隔降低": [ + 0.25, + 0.27, + 0.29, + 0.31, + 0.33, + 0.35, + 0.37, + 0.4, + 0.42, + 0.45, + 0.47, + 0.5, + 0.53, + 0.56, + 0.59 + ], + "雷2间隔降低": [ + 0.37, + 0.4, + 0.43, + 0.47, + 0.49, + 0.52, + 0.56, + 0.6, + 0.63, + 0.67, + 0.71, + 0.74, + 0.79, + 0.84, + 0.88 + ], + "水1持续时间延长": [ + 3.34, + 3.59, + 3.85, + 4.18, + 4.43, + 4.68, + 5.02, + 5.35, + 5.68, + 6.02, + 6.35, + 6.69, + 7.11, + 7.52, + 7.94 + ], + "水2持续时间延长": [ + 5.02, + 5.39, + 5.77, + 6.27, + 6.65, + 7.02, + 7.52, + 8.03, + 8.53, + 9.03, + 9.53, + 10.03, + 10.66, + 11.29, + 11.91 + ] + } + }, + "cons": { + "1": { + "name": "心识蕴藏之种", + "desc": [ + "展开摩耶之殿计算队伍中特定元素类型的角色数量时,额外计入火元素、雷元素、水元素的角色各1名。" + ] + }, + "2": { + "name": "正等善见之根", + "desc": [ + "处于纳西妲自身施加的蕴种印状态下的敌人,将受到以下效果影响:", + "·受到的燃烧、绽放、超绽放、烈绽放反应伤害能够造成暴击,暴击率固定为20%,暴击伤害固定为100%;", + "·受到原激化、超激化、蔓激化反应影响后的8秒内,防御力降低30%。" + ] + }, + "3": { + "name": "熏习成就之芽", + "desc": [ + "

所闻遍计的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "比量现行之茎", + "desc": [ + "附近处于所闻遍计的蕴种印状态下的敌人数量为1/2/3/4或更多时,纳西妲的元素精通提升100/120/140/160点。" + ] + }, + "5": { + "name": "妙谛破愚之叶", + "desc": [ + "

心景幻成的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "大辨圆成之实", + "desc": [ + "施放心景幻成后,纳西妲的普通攻击或重击命中处于所闻遍计的蕴种印状态下的敌人时,将对该敌人及其所处连结中的所有敌人释放灭净三业·业障除,基于纳西妲攻击力的200%与元素精通的400%,造成草元素伤害。", + "灭净三业·业障除造成的伤害视为元素战技伤害,每0.2秒至多触发一次。", + "该效果至多持续10秒,将在纳西妲释放6次灭净三业·业障除后移除。" + ] + } + }, + "passive": [ + { + "name": "诸相随念净行", + "desc": [ + "纳西妲能够通过所闻遍计,与一定范围内的部分采集物进行交互。", + "或许还有其他的效果…" + ] + }, + { + "name": "净善摄受明论", + "desc": [ + "施放心景幻成时,摩耶之殿将获得以下效果:", + "依据队伍中元素精通最高的角色的元素精通数值的25%,提高领域内当前场上角色的元素精通。", + "通过这种方式,至多提升250点元素精通。" + ] + }, + { + "name": "慧明缘觉智论", + "desc": [ + "基于纳西妲元素精通超过200点的部分,每1点元素精通能使所闻遍计的灭净三业造成的伤害提升0.1%,暴击率提升0.03%。", + "通过这种方式,至多使灭净三业造成的伤害提升80%,暴击率提升24%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "mastery" + ], + "details": { + "1": [ + 807, + 23.27, + 49.06, + 0 + ], + "20": [ + 2092, + 60.38, + 127.26, + 0 + ], + "40": [ + 4165, + 120.2, + 253.37, + 0 + ], + "50": [ + 5357, + 154.6, + 325.89, + 28.799999237061 + ], + "60": [ + 6721, + 193.94, + 408.82, + 57.599998474121 + ], + "70": [ + 7926, + 228.74, + 482.18, + 57.599998474121 + ], + "80": [ + 9140, + 263.78, + 556.02, + 86.400001525879 + ], + "90": [ + 10360, + 298.97, + 630.21, + 115.19999694824 + ], + "20+": [ + 2784, + 80.33, + 169.33, + 0 + ], + "40+": [ + 4656, + 134.38, + 283.26, + 28.799999237061 + ], + "50+": [ + 6012, + 173.51, + 365.74, + 57.599998474121 + ], + "60+": [ + 7212, + 208.12, + 438.71, + 57.599998474121 + ], + "70+": [ + 8418, + 242.92, + 512.07, + 86.400001525879 + ], + "80+": [ + 9632, + 277.96, + 585.91, + 115.19999694824 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-1.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-1.webp" new file mode 100644 index 0000000000..9d3b0ec194 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-2.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-2.webp" new file mode 100644 index 0000000000..edb43f3fb5 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-3.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-3.webp" new file mode 100644 index 0000000000..c94f3c6115 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-4.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-4.webp" new file mode 100644 index 0000000000..8617931ed8 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-5.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-5.webp" new file mode 100644 index 0000000000..05e0274ebc Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-6.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-6.webp" new file mode 100644 index 0000000000..8b8b954e25 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/passive-0.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/passive-0.webp" new file mode 100644 index 0000000000..1bccc430c6 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/passive-1.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/passive-1.webp" new file mode 100644 index 0000000000..7648994171 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/passive-2.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/passive-2.webp" new file mode 100644 index 0000000000..2de762ab68 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/talent-a.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/talent-a.webp" new file mode 100644 index 0000000000..493510c1b2 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/talent-e.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/talent-e.webp" new file mode 100644 index 0000000000..c94f3c6115 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/talent-q.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/talent-q.webp" new file mode 100644 index 0000000000..0c28eb587d Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/banner.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/banner.webp" new file mode 100644 index 0000000000..2608f91f21 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/banner.webp" @@ -0,0 +1,525 @@ + + + + + + + + + + + + + + + + + + + + + +Honey Impact - Genshin Impact Database - Honey Hunter World + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+
+ + + +

Honey Impact

+
+
Timers
EuropeMondayNorth AmericaMondayAsiaMonday
MonTueWedThuFriSatSun
Forsaken Rift
Jean
Traveler
Lisa
Traveler
Barbara
Kaeya
Diluc
Razor
Amber
Venti
Klee
Fischl
Bennett
Tartaglia
Noelle
Albedo
Diona
Mona
Sucrose
Rosaria
Eula
Aloy
Taishan Mansion
Traveler
Traveler
Xiangling
Beidou
Xingqiu
Xiao
Ningguang
Zhongli
Qiqi
Chongyun
Ganyu
Keqing
Xinyan
Hu Tao
Kaedehara Kazuha
Yanfei
Yelan
Shenhe
Yun Jin
Violet Court
Kamisato Ayaka
Traveler
Traveler
Yoimiya
Thoma
Raiden Shogun
Sayu
Sangonomiya Kokomi
Gorou
Kujou Sara
Arataki Itto
Yae Miko
Shikanoin Heizou
Kuki Shinobu
Kamisato Ayato
Steeple of Ignorance
Traveler
Traveler
Collei
Dori
Tighnari
Nilou
Cyno
Candace
Nahida
Layla
Cecilia Garden
Silver Sword
Cool Steel
Harbinger of Dawn
Traveler’s Handy Sword
Favonius Sword
The Flute
Sacrificial Sword
Royal Longsword
The Black Sword
The Alley Flash
Sword of Descension
Festering Desire
Cinnabar Spindle
Aquila Favonia
Skyward Blade
Freedom-Sworn
Waster Greatsword
Old Merc’s Pal
Ferrous Shadow
Bloodtainted Greatsword
White Iron Greatsword
Favonius Greatsword
The Bell
Sacrificial Greatsword
Royal Greatsword
Snow-Tombed Starsilver
Skyward Pride
Wolf’s Gravestone
Song of Broken Pines
Beginner’s Protector
Iron Point
Deathmatch
Favonius Lance
Dragonspine Spear
Missive Windspear
Skyward Spine
Apprentice’s Notes
Pocket Grimoire
Magic Guide
Thrilling Tales of Dragon Slayers
Otherworldly Story
Favonius Codex
The Widsith
Sacrificial Fragments
Royal Grimoire
Wine and Song
Frostbearer
Dodoco Tales
Skyward Atlas
Lost Prayer to the Sacred Winds
Hunter’s Bow
Seasoned Hunter’s Bow
Raven Bow
Sharpshooter’s Oath
Recurve Bow
Favonius Warbow
The Stringless
Sacrificial Bow
Royal Bow
The Viridescent Hunt
Alley Hunter
Mitternachts Waltz
Windblume Ode
Skyward Harp
Amos’ Bow
Elegy for the End
Hidden Palace of Lianshan Formula
Dark Iron Sword
Fillet Blade
Skyrider Sword
Lion’s Roar
Prototype Rancour
Iron Sting
Blackcliff Longsword
Summit Shaper
Primordial Jade Cutter
Quartz
Debate Club
Skyrider Greatsword
Rainslasher
Prototype Archaic
Whiteblind
Blackcliff Slasher
Serpent Spine
Lithic Blade
Luxurious Sea-Lord
The Unforged
White Tassel
Halberd
Black Tassel
Dragon’s Bane
Prototype Starglitter
Crescent Pike
Blackcliff Pole
Lithic Spear
Royal Spear
Staff of Homa
Vortex Vanquisher
Primordial Jade Winged-Spear
Calamity Queller
Emerald Orb
Twin Nephrite
Amber Bead
Solar Pearl
Prototype Amber
Mappa Mare
Blackcliff Agate
Eye of Perception
Memory of Dust
Slingshot
Messenger
Ebony Bow
Rust
Prototype Crescent
Compound Bow
Blackcliff Warbow
Fading Twilight
Aqua Simulacra
Court of Flowing Sand
Amenoma Kageuchi
Kagotsurube Isshin
Mistsplitter Reforged
Haran Geppaku Futsu
Katsuragikiri Nagamasa
Akuoumaru
Redhorn Stonethresher
Kitain Cross Spear
“The Catch”
Wavebreaker’s Fin
Engulfing Lightning
Hakushin Ring
Oathsworn Eye
Everlasting Moonglow
Kagura’s Verity
Hamayumi
Predator
Mouun’s Moon
Polar Star
Thundering Pulse
Tower of Abject Pride
Sapwood Blade
Xiphos’ Moonlight
Key of Khaj-Nisut
Makhaira Aquamarine
Forest Regalia
Moonpiercer
Staff of the Scarlet Sands
Wandering Evenstar
Fruit of Fulfillment
A Thousand Floating Dreams
King’s Squire
End of the Line
Hunter’s Path
Filter SettingsWe use Local Storage on YOUR device to store filter settings. Usually it’s not needed, but if you clear your browser Local Storage often, consider saving your filter settings, just in case if they go kaput (:
Save /
+
+
+ +
+
+ + + +
+
+
+ + + +
+
+
+

+
+ + + + + + diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/card.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/card.webp" new file mode 100644 index 0000000000..5d033ddb06 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/face.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/face.webp" new file mode 100644 index 0000000000..e461aa7b90 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/gacha.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/gacha.webp" new file mode 100644 index 0000000000..33d104294b Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/side.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/side.webp" new file mode 100644 index 0000000000..0e03ded82f Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/splash.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/splash.webp" new file mode 100644 index 0000000000..a31d1d8544 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/splash0.webp" "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/splash0.webp" new file mode 100644 index 0000000000..5be026786b Binary files /dev/null and "b/plugin/kokomi/data/character/\347\272\263\350\245\277\345\246\262/imgs/splash0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/data.json" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/data.json" new file mode 100644 index 0000000000..b34a76908a --- /dev/null +++ "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000045, + "name": "罗莎莉亚", + "abbr": "罗莎", + "title": "棘冠恩典", + "star": 4, + "elem": "cryo", + "allegiance": "西风教会", + "weapon": "polearm", + "birth": "1-24", + "astro": "荆冠座", + "desc": "除了打扮哪里都不像神职人员的修女。冷淡的言行中透着锐利。总是单独行动。", + "cncv": "张安琪", + "jpcv": "加隈亚衣", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 12289, + "atk": 240.01, + "def": 709.82 + }, + "growAttr": { + "key": "atkPct", + "value": 24 + }, + "talentKey": { + "4531": "a", + "4532": "e", + "4539": "q" + }, + "talentId": { + "10451": 4531, + "10452": 4532, + "10453": 4539 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "哀叙冰玉", + "boss": "极寒之核", + "specialty": "落落莓", + "normal": "尉官的徽记", + "talent": "「诗文」的哲学", + "weekly": "武炼之魂·孤影" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/detail.json" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/detail.json" new file mode 100644 index 0000000000..f14e92f015 --- /dev/null +++ "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/detail.json" @@ -0,0 +1,1061 @@ +{ + "id": "45", + "name": "罗莎莉亚", + "talent": { + "a": { + "id": 4531, + "name": "普通攻击·教会枪术", + "desc": [ + "

普通攻击

", + "进行至多五段的连续枪击。", + "

重击

", + "消耗一定体力,向前方突进,对路径上的敌人造成伤害。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "52.46%", + "56.73%", + "61%", + "67.1%", + "71.37%", + "76.25%", + "82.96%", + "89.67%", + "96.38%", + "103.7%", + "111.02%", + "118.34%", + "125.66%", + "132.98%", + "140.3%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "51.6%", + "55.8%", + "60%", + "66%", + "70.2%", + "75%", + "81.6%", + "88.2%", + "94.8%", + "102%", + "109.2%", + "116.4%", + "123.6%", + "130.8%", + "138%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "31.82%*2", + "34.41%*2", + "37%*2", + "40.7%*2", + "43.29%*2", + "46.25%*2", + "50.32%*2", + "54.39%*2", + "58.46%*2", + "62.9%*2", + "67.34%*2", + "71.78%*2", + "76.22%*2", + "80.66%*2", + "85.1%*2" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "69.66%", + "75.33%", + "81%", + "89.1%", + "94.77%", + "101.25%", + "110.16%", + "119.07%", + "127.98%", + "137.7%", + "147.42%", + "157.14%", + "166.86%", + "176.58%", + "186.3%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "41.62% + 43%", + "45.01% + 46.5%", + "48.4% + 50%", + "53.24% + 55%", + "56.63% + 58.5%", + "60.5% + 62.5%", + "65.82% + 68%", + "71.15% + 73.5%", + "76.47% + 79%", + "82.28% + 85%", + "88.09% + 91%", + "93.9% + 97%", + "99.7% + 103%", + "105.51% + 109%", + "111.32% + 115%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "136.74%", + "147.87%", + "159%", + "174.9%", + "186.03%", + "198.75%", + "216.24%", + "233.73%", + "251.22%", + "270.3%", + "289.38%", + "308.46%", + "327.54%", + "346.62%", + "365.7%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 4532, + "name": "噬罪的告解", + "desc": [ + "罗莎莉亚快速移动至目标敌人身后,进行长枪穿刺与挥砍,造成冰元素伤害。", + "无法通过施放时的快速移动,转移至体型较大的敌人身后。", + "对着修女罗莎莉亚的告解并不能获得赦罪。相反,罪孽越深,降罚的冰寒就越是刺骨。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "58.4% + 136%", + "62.78% + 146.2%", + "67.16% + 156.4%", + "73% + 170%", + "77.38% + 180.2%", + "81.76% + 190.4%", + "87.6% + 204%", + "93.44% + 217.6%", + "99.28% + 231.2%", + "105.12% + 244.8%", + "110.96% + 258.4%", + "116.8% + 272%", + "124.1% + 289%", + "131.4% + 306%", + "138.7% + 323%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒", + "0秒" + ] + } + ] + }, + "q": { + "id": 4539, + "name": "终命的圣礼", + "desc": [ + "这是罗莎莉亚专属的领祷仪式。挥舞武器扫击身边的敌人后,凝聚极寒的冰枪击向地面,分别造成冰元素伤害。", + "冰枪在存在期间内,会间歇性释放寒气,对附近的敌人造成冰元素伤害。", + "审判这件事很麻烦,所以越过审判直接执行临终祈礼吧。罗莎莉亚本就不信奉风神,这件事因此格外轻松。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "104% + 152%", + "111.8% + 163.4%", + "119.6% + 174.8%", + "130% + 190%", + "137.8% + 201.4%", + "145.6% + 212.8%", + "156% + 228%", + "166.4% + 243.2%", + "176.8% + 258.4%", + "187.2% + 273.6%", + "197.6% + 288.8%", + "208% + 304%", + "221% + 323%", + "234% + 342%", + "247% + 361%" + ] + }, + { + "name": "冰枪持续伤害", + "unit": "", + "isSame": false, + "values": [ + "132%", + "141.9%", + "151.8%", + "165%", + "174.9%", + "184.8%", + "198%", + "211.2%", + "224.4%", + "237.6%", + "250.8%", + "264%", + "280.5%", + "297%", + "313.5%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 52.46, + 56.73, + 61, + 67.1, + 71.37, + 76.25, + 82.96, + 89.67, + 96.38, + 103.7, + 111.02, + 118.34, + 125.66, + 132.98, + 140.3 + ], + "二段伤害": [ + 51.6, + 55.8, + 60, + 66, + 70.2, + 75, + 81.6, + 88.2, + 94.8, + 102, + 109.2, + 116.4, + 123.6, + 130.8, + 138 + ], + "三段伤害": [ + 63.64, + 68.82, + 74, + 81.4, + 86.58, + 92.5, + 100.64, + 108.78, + 116.92, + 125.8, + 134.68, + 143.56, + 152.44, + 161.32, + 170.2 + ], + "四段伤害": [ + 69.66, + 75.33, + 81, + 89.1, + 94.77, + 101.25, + 110.16, + 119.07, + 127.98, + 137.7, + 147.42, + 157.14, + 166.86, + 176.58, + 186.3 + ], + "五段伤害": [ + 84.62, + 91.50999999999999, + 98.4, + 108.24000000000001, + 115.13, + 123, + 133.82, + 144.65, + 155.47, + 167.28, + 179.09, + 190.9, + 202.7, + 214.51, + 226.32 + ], + "五段伤害2": [ + [ + 41.62, + 43 + ], + [ + 45.01, + 46.5 + ], + [ + 48.4, + 50 + ], + [ + 53.24, + 55 + ], + [ + 56.63, + 58.5 + ], + [ + 60.5, + 62.5 + ], + [ + 65.82, + 68 + ], + [ + 71.15, + 73.5 + ], + [ + 76.47, + 79 + ], + [ + 82.28, + 85 + ], + [ + 88.09, + 91 + ], + [ + 93.9, + 97 + ], + [ + 99.7, + 103 + ], + [ + 105.51, + 109 + ], + [ + 111.32, + 115 + ] + ], + "重击伤害": [ + 136.74, + 147.87, + 159, + 174.9, + 186.03, + 198.75, + 216.24, + 233.73, + 251.22, + 270.3, + 289.38, + 308.46, + 327.54, + 346.62, + 365.7 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 194.4, + 208.98, + 223.56, + 243, + 257.58, + 272.16, + 291.6, + 311.03999999999996, + 330.48, + 349.92, + 369.35999999999996, + 388.8, + 413.1, + 437.4, + 461.7 + ], + "技能伤害2": [ + [ + 58.4, + 136 + ], + [ + 62.78, + 146.2 + ], + [ + 67.16, + 156.4 + ], + [ + 73, + 170 + ], + [ + 77.38, + 180.2 + ], + [ + 81.76, + 190.4 + ], + [ + 87.6, + 204 + ], + [ + 93.44, + 217.6 + ], + [ + 99.28, + 231.2 + ], + [ + 105.12, + 244.8 + ], + [ + 110.96, + 258.4 + ], + [ + 116.8, + 272 + ], + [ + 124.1, + 289 + ], + [ + 131.4, + 306 + ], + [ + 138.7, + 323 + ] + ] + }, + "q": { + "技能伤害": [ + 256, + 275.2, + 294.4, + 320, + 339.20000000000005, + 358.4, + 384, + 409.6, + 435.2, + 460.8, + 486.4, + 512, + 544, + 576, + 608 + ], + "技能伤害2": [ + [ + 104, + 152 + ], + [ + 111.8, + 163.4 + ], + [ + 119.6, + 174.8 + ], + [ + 130, + 190 + ], + [ + 137.8, + 201.4 + ], + [ + 145.6, + 212.8 + ], + [ + 156, + 228 + ], + [ + 166.4, + 243.2 + ], + [ + 176.8, + 258.4 + ], + [ + 187.2, + 273.6 + ], + [ + 197.6, + 288.8 + ], + [ + 208, + 304 + ], + [ + 221, + 323 + ], + [ + 234, + 342 + ], + [ + 247, + 361 + ] + ], + "冰枪持续伤害": [ + 132, + 141.9, + 151.8, + 165, + 174.9, + 184.8, + 198, + 211.2, + 224.4, + 237.6, + 250.8, + 264, + 280.5, + 297, + 313.5 + ] + } + }, + "cons": { + "1": { + "name": "罪之导引", + "desc": [ + "罗莎莉亚的攻击造成暴击后,自身攻击速度提升10%,普通攻击造成的伤害提升10%,持续4秒。" + ] + }, + "2": { + "name": "无福之地", + "desc": [ + "终命的圣礼创造的冰枪持续时间延长4秒。" + ] + }, + "3": { + "name": "告解之仪", + "desc": [ + "噬罪的告解的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "苦痛恩典", + "desc": [ + "噬罪的告解造成暴击时,为罗莎莉亚自己恢复5点元素能量。", + "每次噬罪的告解至多触发1次该效果。" + ] + }, + "5": { + "name": "临终祈礼", + "desc": [ + "终命的圣礼的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "代行裁判", + "desc": [ + "终命的圣礼的攻击会使敌人的物理抗性降低20%,持续10秒。" + ] + } + }, + "passive": [ + { + "name": "夜行", + "desc": [ + "在夜间(18时至6时),队伍中自己的角色移动速度提高10%。", + "该效果在秘境、征讨领域、深境螺旋中无效,且无法与效果完全相同的固有天赋叠加。" + ] + }, + { + "name": "聆听忏悔的幽影", + "desc": [ + "噬罪的告解从技能目标的背后攻击时,罗莎莉亚的暴击率提升12%,持续5秒。" + ] + }, + { + "name": "暗中支援的黯色", + "desc": [ + "施放终命的圣礼时,基于自身暴击率的15%,提高附近的队伍中所有角色(不包括罗莎莉亚自己)的暴击率,持续10秒。", + "通过这种方式获得的暴击率提升,无法超过15%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 1030, + 20.12, + 59.51, + 0 + ], + "20": [ + 2647, + 51.7, + 152.89, + 0 + ], + "40": [ + 5118, + 99.95, + 295.61, + 0 + ], + "50": [ + 6516, + 127.26, + 376.36, + 6 + ], + "60": [ + 8096, + 158.12, + 467.64, + 12 + ], + "70": [ + 9493, + 185.4, + 548.33, + 12 + ], + "80": [ + 10891, + 212.71, + 629.07, + 18 + ], + "90": [ + 12289, + 240.01, + 709.82, + 24 + ], + "20+": [ + 3417, + 66.73, + 197.35, + 0 + ], + "40+": [ + 5665, + 110.63, + 327.2, + 6 + ], + "50+": [ + 7245, + 141.5, + 418.48, + 12 + ], + "60+": [ + 8643, + 168.8, + 499.23, + 12 + ], + "70+": [ + 10040, + 196.08, + 579.92, + 18 + ], + "80+": [ + 11438, + 223.39, + 660.66, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-1.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-1.webp" new file mode 100644 index 0000000000..63e9f614b9 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-2.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-2.webp" new file mode 100644 index 0000000000..3ac5d85a63 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-3.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-3.webp" new file mode 100644 index 0000000000..bf16ad3f60 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-4.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-4.webp" new file mode 100644 index 0000000000..a0633cc052 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-5.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-5.webp" new file mode 100644 index 0000000000..edd6e310f3 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-6.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-6.webp" new file mode 100644 index 0000000000..5b4de386a3 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/passive-0.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/passive-0.webp" new file mode 100644 index 0000000000..00193d955c Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/passive-1.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/passive-1.webp" new file mode 100644 index 0000000000..d4ff689850 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/passive-2.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/passive-2.webp" new file mode 100644 index 0000000000..770ec8511d Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/talent-a.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/talent-a.webp" new file mode 100644 index 0000000000..b8c3c3b202 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/talent-e.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/talent-e.webp" new file mode 100644 index 0000000000..33fa6e1487 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/talent-q.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/talent-q.webp" new file mode 100644 index 0000000000..06d77f4571 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/banner.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/banner.webp" new file mode 100644 index 0000000000..b1bc24868e Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/card.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/card.webp" new file mode 100644 index 0000000000..e2481dee12 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/face.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/face.webp" new file mode 100644 index 0000000000..b866cda4a1 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/gacha.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/gacha.webp" new file mode 100644 index 0000000000..2ae23fbe59 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/side.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/side.webp" new file mode 100644 index 0000000000..79a199b363 Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/splash.webp" "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/splash.webp" new file mode 100644 index 0000000000..3ea9213bcc Binary files /dev/null and "b/plugin/kokomi/data/character/\347\275\227\350\216\216\350\216\211\344\272\232/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/data.json" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/data.json" new file mode 100644 index 0000000000..e2848315c4 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\203\241\346\241\203/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000046, + "name": "胡桃", + "abbr": "胡桃", + "title": "雪霁梅香", + "star": 5, + "elem": "pyro", + "allegiance": "往生堂", + "weapon": "polearm", + "birth": "7-15", + "astro": "引蝶座", + "desc": "「往生堂」七十七代堂主,年纪轻轻就已主掌璃月的葬仪事务。", + "cncv": "陶典", + "jpcv": "高桥李依", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 15552, + "atk": 106.43, + "def": 876.15 + }, + "growAttr": { + "key": "cdmg", + "value": 38.4 + }, + "talentKey": { + "4631": "a", + "4632": "e", + "4639": "q" + }, + "talentId": { + "10461": 4631, + "10462": 4632, + "10463": 4639 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "燃愿玛瑙", + "boss": "未熟之玉", + "specialty": "霓裳花", + "normal": "原素花蜜", + "talent": "「勤劳」的哲学", + "weekly": "魔王之刃·残片" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/detail.json" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/detail.json" new file mode 100644 index 0000000000..93a506dcae --- /dev/null +++ "b/plugin/kokomi/data/character/\350\203\241\346\241\203/detail.json" @@ -0,0 +1,1126 @@ +{ + "id": "46", + "name": "胡桃", + "talent": { + "a": { + "id": 4631, + "name": "普通攻击·往生秘传枪法", + "desc": [ + "

普通攻击

", + "进行至多六段的连续枪击。", + "

重击

", + "消耗一定体力,向前方突进,对路径上的敌人造成伤害。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "46.89%", + "50.08%", + "53.28%", + "57.54%", + "60.74%", + "64.47%", + "69.26%", + "74.06%", + "78.85%", + "83.65%", + "88.44%", + "93.24%", + "98.04%", + "102.83%", + "107.63%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "48.25%", + "51.54%", + "54.83%", + "59.22%", + "62.51%", + "66.35%", + "71.28%", + "76.22%", + "81.15%", + "86.09%", + "91.02%", + "95.96%", + "100.89%", + "105.83%", + "110.76%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "61.05%", + "65.21%", + "69.38%", + "74.92%", + "79.09%", + "83.94%", + "90.19%", + "96.43%", + "102.67%", + "108.92%", + "115.16%", + "121.41%", + "127.65%", + "133.89%", + "140.14%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "65.64%", + "70.12%", + "74.59%", + "80.56%", + "85.03%", + "90.26%", + "96.97%", + "103.68%", + "110.4%", + "117.11%", + "123.82%", + "130.54%", + "137.25%", + "143.96%", + "150.68%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "33.27% + 35.2%", + "35.54% + 37.6%", + "37.81% + 40%", + "40.84% + 43.2%", + "43.1% + 45.6%", + "45.75% + 48.4%", + "49.15% + 52%", + "52.56% + 55.6%", + "55.96% + 59.2%", + "59.36% + 62.8%", + "62.77% + 66.4%", + "66.17% + 70%", + "69.57% + 73.6%", + "72.98% + 77.2%", + "76.38% + 80.8%" + ] + }, + { + "name": "六段伤害", + "unit": "", + "isSame": false, + "values": [ + "85.96%", + "91.82%", + "97.68%", + "105.49%", + "111.36%", + "118.19%", + "126.98%", + "135.78%", + "144.57%", + "153.36%", + "162.15%", + "170.94%", + "179.73%", + "188.52%", + "197.31%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "135.96%", + "145.23%", + "154.5%", + "166.86%", + "176.13%", + "186.94%", + "200.85%", + "214.76%", + "228.66%", + "242.56%", + "256.47%", + "270.37%", + "284.28%", + "298.18%", + "312.09%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "65.42%", + "69.88%", + "74.34%", + "80.29%", + "84.75%", + "89.95%", + "96.64%", + "103.33%", + "110.02%", + "116.71%", + "123.4%", + "130.1%", + "136.79%", + "143.48%", + "150.17%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "130.81% / 163.39%", + "139.73% / 174.53%", + "148.65% / 185.67%", + "160.54% / 200.52%", + "169.46% / 211.66%", + "179.86% / 224.66%", + "193.24% / 241.37%", + "206.62% / 258.08%", + "220% / 274.79%", + "233.38% / 291.5%", + "246.76% / 308.21%", + "260.13% / 324.92%", + "273.51% / 341.63%", + "286.89% / 358.34%", + "300.27% / 375.05%" + ] + } + ] + }, + "e": { + "id": 4632, + "name": "蝶引来生", + "desc": [ + "只有永不间断的烈焰可以洗净世间的不净之物。", + "胡桃消耗一部分生命值,击退周围敌人,进入彼岸蝶舞状态。", + "

彼岸蝶舞

", + "·基于进入该状态时胡桃的生命值上限,提高胡桃的攻击力。通过这种方式获得的攻击力提升,不能超过胡桃基础攻击力的400%;", + "·将攻击伤害转为火元素伤害,该元素转化无法被附魔覆盖;", + "·重击会为命中的敌人施加血梅香效果;", + "·提高胡桃的抗打断能力。", + "

血梅香

", + "处于血梅香状态下的敌人,每4秒会受到一次火元素伤害。这个伤害视为元素战技伤害。", + "同一个目标身上只能存在一个血梅香效果,且只能被胡桃自己刷新持续时间。", + "彼岸蝶舞将在持续时间结束、胡桃下场或倒下时解除。", + "胡桃所习得的秘传枪法,其口诀第一句是:「枪开黄泉路,蝶引来世桥。」" + ], + "tables": [ + { + "name": "技能消耗", + "unit": "当前生命值", + "isSame": true, + "values": [ + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%", + "30%" + ] + }, + { + "name": "攻击力提高", + "unit": "生命值上限", + "isSame": false, + "values": [ + "3.84%", + "4.07%", + "4.3%", + "4.6%", + "4.83%", + "5.06%", + "5.36%", + "5.66%", + "5.96%", + "6.26%", + "6.55%", + "6.85%", + "7.15%", + "7.45%", + "7.75%" + ] + }, + { + "name": "血梅香伤害", + "unit": "", + "isSame": false, + "values": [ + "64%", + "68.8%", + "73.6%", + "80%", + "84.8%", + "89.6%", + "96%", + "102.4%", + "108.8%", + "115.2%", + "121.6%", + "128%", + "136%", + "144%", + "152%" + ] + }, + { + "name": "血梅香持续时间", + "unit": "", + "isSame": true, + "values": [ + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒", + "9秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒", + "16秒" + ] + } + ] + }, + "q": { + "id": 4639, + "name": "安神秘法", + "desc": [ + "挥动炽热的魂灵,造成大范围火元素伤害。", + "命中敌人时,基于胡桃的生命值上限,恢复胡桃的生命值。这个效果最多对5个命中的敌人生效。", + "如果技能命中时胡桃的生命值低于或等于50%,则造成更高的伤害与治疗量。", + "已经离开人世之物如果还在活蹦乱跳,就会让往生堂十分焦虑。火葬是最能让胡桃安定心神的手段,而她越焦虑,火力就越大。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "303.27%", + "321.43%", + "339.59%", + "363.2%", + "381.36%", + "399.52%", + "423.13%", + "446.74%", + "470.34%", + "493.95%", + "517.56%", + "541.17%", + "564.78%", + "588.38%", + "611.99%" + ] + }, + { + "name": "低血量时技能伤害", + "unit": "", + "isSame": false, + "values": [ + "379.09%", + "401.79%", + "424.49%", + "454%", + "476.7%", + "499.4%", + "528.91%", + "558.42%", + "587.93%", + "617.44%", + "646.95%", + "676.46%", + "705.97%", + "735.48%", + "764.99%" + ] + }, + { + "name": "技能治疗量", + "unit": "生命值上限", + "isSame": false, + "values": [ + "6.26%", + "6.64%", + "7.01%", + "7.5%", + "7.87%", + "8.25%", + "8.74%", + "9.22%", + "9.71%", + "10.2%", + "10.69%", + "11.17%", + "11.66%", + "12.15%", + "12.64%" + ] + }, + { + "name": "低血量时技能治疗量", + "unit": "生命值上限", + "isSame": false, + "values": [ + "8.35%", + "8.85%", + "9.35%", + "10%", + "10.5%", + "11%", + "11.65%", + "12.3%", + "12.95%", + "13.6%", + "14.25%", + "14.9%", + "15.55%", + "16.2%", + "16.85%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 46.89, + 50.08, + 53.28, + 57.54, + 60.74, + 64.47, + 69.26, + 74.06, + 78.85, + 83.65, + 88.44, + 93.24, + 98.04, + 102.83, + 107.63 + ], + "二段伤害": [ + 48.25, + 51.54, + 54.83, + 59.22, + 62.51, + 66.35, + 71.28, + 76.22, + 81.15, + 86.09, + 91.02, + 95.96, + 100.89, + 105.83, + 110.76 + ], + "三段伤害": [ + 61.05, + 65.21, + 69.38, + 74.92, + 79.09, + 83.94, + 90.19, + 96.43, + 102.67, + 108.92, + 115.16, + 121.41, + 127.65, + 133.89, + 140.14 + ], + "四段伤害": [ + 65.64, + 70.12, + 74.59, + 80.56, + 85.03, + 90.26, + 96.97, + 103.68, + 110.4, + 117.11, + 123.82, + 130.54, + 137.25, + 143.96, + 150.68 + ], + "五段伤害": [ + 68.47, + 73.14, + 77.81, + 84.04, + 88.7, + 94.15, + 101.15, + 108.16, + 115.16, + 122.16, + 129.17000000000002, + 136.17000000000002, + 143.17, + 150.18, + 157.18 + ], + "五段伤害2": [ + [ + 33.27, + 35.2 + ], + [ + 35.54, + 37.6 + ], + [ + 37.81, + 40 + ], + [ + 40.84, + 43.2 + ], + [ + 43.1, + 45.6 + ], + [ + 45.75, + 48.4 + ], + [ + 49.15, + 52 + ], + [ + 52.56, + 55.6 + ], + [ + 55.96, + 59.2 + ], + [ + 59.36, + 62.8 + ], + [ + 62.77, + 66.4 + ], + [ + 66.17, + 70 + ], + [ + 69.57, + 73.6 + ], + [ + 72.98, + 77.2 + ], + [ + 76.38, + 80.8 + ] + ], + "六段伤害": [ + 85.96, + 91.82, + 97.68, + 105.49, + 111.36, + 118.19, + 126.98, + 135.78, + 144.57, + 153.36, + 162.15, + 170.94, + 179.73, + 188.52, + 197.31 + ], + "重击伤害": [ + 135.96, + 145.23, + 154.5, + 166.86, + 176.13, + 186.94, + 200.85, + 214.76, + 228.66, + 242.56, + 256.47, + 270.37, + 284.28, + 298.18, + 312.09 + ], + "下坠期间伤害": [ + 65.42, + 69.88, + 74.34, + 80.29, + 84.75, + 89.95, + 96.64, + 103.33, + 110.02, + 116.71, + 123.4, + 130.1, + 136.79, + 143.48, + 150.17 + ], + "低空/高空坠地冲击伤害": [ + [ + 130.81, + 163.39 + ], + [ + 139.73, + 174.53 + ], + [ + 148.65, + 185.67 + ], + [ + 160.54, + 200.52 + ], + [ + 169.46, + 211.66 + ], + [ + 179.86, + 224.66 + ], + [ + 193.24, + 241.37 + ], + [ + 206.62, + 258.08 + ], + [ + 220, + 274.79 + ], + [ + 233.38, + 291.5 + ], + [ + 246.76, + 308.21 + ], + [ + 260.13, + 324.92 + ], + [ + 273.51, + 341.63 + ], + [ + 286.89, + 358.34 + ], + [ + 300.27, + 375.05 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 130.81, + 163.39 + ], + [ + 139.73, + 174.53 + ], + [ + 148.65, + 185.67 + ], + [ + 160.54, + 200.52 + ], + [ + 169.46, + 211.66 + ], + [ + 179.86, + 224.66 + ], + [ + 193.24, + 241.37 + ], + [ + 206.62, + 258.08 + ], + [ + 220, + 274.79 + ], + [ + 233.38, + 291.5 + ], + [ + 246.76, + 308.21 + ], + [ + 260.13, + 324.92 + ], + [ + 273.51, + 341.63 + ], + [ + 286.89, + 358.34 + ], + [ + 300.27, + 375.05 + ] + ] + }, + "e": { + "攻击力提高": [ + 3.84, + 4.07, + 4.3, + 4.6, + 4.83, + 5.06, + 5.36, + 5.66, + 5.96, + 6.26, + 6.55, + 6.85, + 7.15, + 7.45, + 7.75 + ], + "血梅香伤害": [ + 64, + 68.8, + 73.6, + 80, + 84.8, + 89.6, + 96, + 102.4, + 108.8, + 115.2, + 121.6, + 128, + 136, + 144, + 152 + ] + }, + "q": { + "技能伤害": [ + 303.27, + 321.43, + 339.59, + 363.2, + 381.36, + 399.52, + 423.13, + 446.74, + 470.34, + 493.95, + 517.56, + 541.17, + 564.78, + 588.38, + 611.99 + ], + "低血量时技能伤害": [ + 379.09, + 401.79, + 424.49, + 454, + 476.7, + 499.4, + 528.91, + 558.42, + 587.93, + 617.44, + 646.95, + 676.46, + 705.97, + 735.48, + 764.99 + ], + "技能治疗量": [ + 6.26, + 6.64, + 7.01, + 7.5, + 7.87, + 8.25, + 8.74, + 9.22, + 9.71, + 10.2, + 10.69, + 11.17, + 11.66, + 12.15, + 12.64 + ], + "低血量时技能治疗量": [ + 8.35, + 8.85, + 9.35, + 10, + 10.5, + 11, + 11.65, + 12.3, + 12.95, + 13.6, + 14.25, + 14.9, + 15.55, + 16.2, + 16.85 + ] + } + }, + "cons": { + "1": { + "name": "赤团开时斜飞去", + "desc": [ + "处于蝶引来生施加的彼岸蝶舞状态下时,胡桃的重击不会消耗体力。" + ] + }, + "2": { + "name": "最不安神晴又复雨", + "desc": [ + "血梅香造成的伤害提高,提高值相当于效果附加时胡桃生命值上限的10%。", + "此外,安神秘法会为命中的敌人施加血梅香效果。" + ] + }, + "3": { + "name": "逗留采血色", + "desc": [ + "

蝶引来生的技能等级提升3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "伴君眠花房", + "desc": [ + "处于胡桃自己施加的血梅香状态影响下的敌人被击败时,附近的队伍中所有角色(不包括胡桃自己)的暴击率提高12%,持续15秒。" + ] + }, + "5": { + "name": "无可奈何燃花作香", + "desc": [ + "

安神秘法的技能等级提升3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "幽蝶能留一缕芳", + "desc": [ + "胡桃的生命值降至25%以下,或承受足以使她倒下的伤害时触发:", + "此次伤害不会使胡桃倒下,并在接下来的10秒内,胡桃的所有元素抗性和物理抗性提高200%,暴击率提高100%,并极大地提高抗打断能力。", + "这个效果在胡桃生命值为1时会自动触发。", + "该效果每60秒只能触发一次。" + ] + } + }, + "passive": [ + { + "name": "多多益善", + "desc": [ + "完美烹饪食物时,有18%概率额外获得一个「奇怪的」品质的同种料理。" + ] + }, + { + "name": "蝶隐之时", + "desc": [ + "蝶引来生施加的彼岸蝶舞状态结束后,队伍中所有角色(不包括胡桃自己)的暴击率提高12%,持续8秒。" + ] + }, + { + "name": "血之灶火", + "desc": [ + "胡桃的生命值低于或等于50%时,获得33%火元素伤害加成。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cdmg" + ], + "details": { + "1": [ + 1211, + 8.29, + 68.21, + 0 + ], + "20": [ + 3141, + 21.49, + 176.93, + 0 + ], + "40": [ + 6253, + 42.79, + 352.25, + 0 + ], + "50": [ + 8042, + 55.04, + 453.07, + 9.6 + ], + "60": [ + 10089, + 69.04, + 568.36, + 19.2 + ], + "70": [ + 11899, + 81.43, + 670.34, + 19.2 + ], + "80": [ + 13721, + 93.9, + 773.01, + 28.8 + ], + "90": [ + 15552, + 106.43, + 876.15, + 38.4 + ], + "20+": [ + 4179, + 28.6, + 235.41, + 0 + ], + "40+": [ + 6990, + 47.84, + 393.8, + 9.6 + ], + "50+": [ + 9026, + 61.77, + 508.47, + 19.2 + ], + "60+": [ + 10826, + 74.09, + 609.91, + 19.2 + ], + "70+": [ + 12637, + 86.48, + 711.9, + 28.8 + ], + "80+": [ + 14459, + 98.95, + 814.56, + 38.4 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-1.webp" new file mode 100644 index 0000000000..037a401566 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-2.webp" new file mode 100644 index 0000000000..16ced396f2 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-3.webp" new file mode 100644 index 0000000000..91027ebe6e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-4.webp" new file mode 100644 index 0000000000..5118672224 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-5.webp" new file mode 100644 index 0000000000..042e40f340 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-6.webp" new file mode 100644 index 0000000000..dff682f1ab Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/passive-0.webp" new file mode 100644 index 0000000000..fa6b03ab1c Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/passive-1.webp" new file mode 100644 index 0000000000..7cb28eaf50 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/passive-2.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/passive-2.webp" new file mode 100644 index 0000000000..407220d1c6 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/talent-a.webp" new file mode 100644 index 0000000000..b8c3c3b202 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/talent-e.webp" new file mode 100644 index 0000000000..91027ebe6e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/talent-q.webp" new file mode 100644 index 0000000000..223a1f1cff Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/banner.webp" new file mode 100644 index 0000000000..cc0e7cddb0 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/card.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/card.webp" new file mode 100644 index 0000000000..b6984ee338 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/face.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/face.webp" new file mode 100644 index 0000000000..1e9ec7a3cb Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/gacha.webp" new file mode 100644 index 0000000000..7ef318c9b5 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/side.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/side.webp" new file mode 100644 index 0000000000..d52bfc324a Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/splash.webp" new file mode 100644 index 0000000000..5650f52532 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\203\241\346\241\203/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/data.json" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/data.json" new file mode 100644 index 0000000000..e84a469621 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/data.json" @@ -0,0 +1,49 @@ +{ + "id": 10000078, + "name": "艾尔海森", + "abbr": "海森", + "title": "诲韬诤言", + "star": 5, + "elem": "dendro", + "allegiance": "须弥教令院", + "weapon": "sword", + "birth": "2-11", + "astro": "天隼座", + "desc": "须弥教令院现任书记官,有过人的智慧与才能。生活得自由自在,一般人基本找不到他。", + "cncv": "杨超然", + "jpcv": "梅原裕一郎", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 13348, + "atk": 313.32, + "def": 781.62 + }, + "growAttr": { + "key": "dmg", + "value": 28.8 + }, + "talentKey": { + "7831": "a", + "7832": "e", + "7839": "q" + }, + "talentId": { + "10781": 7831, + "10782": 7832, + "10785": 7839 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "生长碧翡", + "boss": "苍砾蕊羽", + "specialty": "沙脂蛹", + "normal": "织金红绸", + "talent": "「巧思」的哲学", + "weekly": "无心的渊镜" + }, + "eta": 1674010800000 +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/detail.json" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/detail.json" new file mode 100644 index 0000000000..42de1bb3b6 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/detail.json" @@ -0,0 +1,1515 @@ +{ + "id": "78", + "name": "艾尔海森", + "talent": { + "a": { + "id": 7831, + "name": "普通攻击·溯因反绎法", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,瞬间向前方挥出两剑。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "49.53%", + "53.56%", + "57.59%", + "63.35%", + "67.38%", + "71.99%", + "78.32%", + "84.65%", + "90.99%", + "97.9%", + "104.81%", + "111.72%", + "118.63%", + "125.54%", + "132.45%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "50.75%", + "54.88%", + "59.01%", + "64.91%", + "69.04%", + "73.76%", + "80.26%", + "86.75%", + "93.24%", + "100.32%", + "107.4%", + "114.48%", + "121.56%", + "128.64%", + "135.73%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "34.18% + 34.18%", + "36.96% + 36.96%", + "39.74% + 39.74%", + "43.72% + 43.72%", + "46.5% + 46.5%", + "49.68% + 49.68%", + "54.05% + 54.05%", + "58.42% + 58.42%", + "62.79% + 62.79%", + "67.56% + 67.56%", + "72.33% + 72.33%", + "77.1% + 77.1%", + "81.87% + 81.87%", + "86.64% + 86.64%", + "91.41% + 91.41%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "66.77%", + "72.2%", + "77.64%", + "85.4%", + "90.84%", + "97.05%", + "105.59%", + "114.13%", + "122.67%", + "131.98%", + "141.3%", + "150.62%", + "159.93%", + "169.25%", + "178.57%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "83.85%", + "90.68%", + "97.5%", + "107.25%", + "114.08%", + "121.88%", + "132.6%", + "143.33%", + "154.05%", + "165.75%", + "177.45%", + "189.15%", + "200.85%", + "212.55%", + "224.25%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "55.26% + 55.26%", + "59.75% + 59.75%", + "64.25% + 64.25%", + "70.67% + 70.67%", + "75.17% + 75.17%", + "80.31% + 80.31%", + "87.38% + 87.38%", + "94.45% + 94.45%", + "101.51% + 101.51%", + "109.22% + 109.22%", + "116.94% + 116.94%", + "124.64% + 124.64%", + "132.35% + 132.35%", + "140.07% + 140.07%", + "147.77% + 147.77%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 7832, + "name": "共相·理式摹写", + "desc": [ + "迅速突进,在突进结束时对身边的敌人造成草元素伤害,并凝聚「琢光镜」。", + "长按时将以不同的方式施放。", + "

长按

", + "进入瞄准状态,以调整突进的方向。", + "

琢光镜

", + "施放时,艾尔海森将产生1枚琢光镜;若此时未持有任何琢光镜,则额外产生1枚。琢光镜具有如下效果:", + "·持有琢光镜时,艾尔海森的普通攻击、重击与下落攻击将转为无法被附魔覆盖的草元素伤害;", + "·上述攻击命中敌人时,琢光镜将进行光幕攻击,造成基于琢光镜数量的草元素范围伤害;", + "·至多持有3枚琢光镜;", + "·琢光镜将随着时间流逝逐枚消失,并将在艾尔海森退场时全部消失。", + "「真理本就存在于不确定性当中,即便再伟大的学者也不能免于错谬。」" + ], + "tables": [ + { + "name": "突进攻击伤害", + "unit": "", + "isSame": false, + "values": [ + "193.6%攻击 + 154.88%精通", + "208.12%攻击 + 166.5%精通", + "222.64%攻击 + 178.11%精通", + "242%攻击 + 193.6%精通", + "256.52%攻击 + 205.22%精通", + "271.04%攻击 + 216.83%精通", + "290.4%攻击 + 232.32%精通", + "309.76%攻击 + 247.81%精通", + "329.12%攻击 + 263.3%精通", + "348.48%攻击 + 278.78%精通", + "367.84%攻击 + 294.27%精通", + "387.2%攻击 + 309.76%精通", + "411.4%攻击 + 329.12%精通", + "435.6%攻击 + 348.48%精通", + "459.8%攻击 + 367.84%精通" + ] + }, + { + "name": "光幕攻击间隔", + "unit": "", + "isSame": true, + "values": [ + "1.6秒", + "1.6秒", + "1.6秒", + "1.6秒", + "1.6秒", + "1.6秒", + "1.6秒", + "1.6秒", + "1.6秒", + "1.6秒", + "1.6秒", + "1.6秒", + "1.6秒", + "1.6秒", + "1.6秒" + ] + }, + { + "name": "1枚光幕攻击伤害", + "unit": "", + "isSame": false, + "values": [ + "67.2%攻击 + 134.4%精通", + "72.24%攻击 + 144.48%精通", + "77.28%攻击 + 154.56%精通", + "84%攻击 + 168%精通", + "89.04%攻击 + 178.08%精通", + "94.08%攻击 + 188.16%精通", + "100.8%攻击 + 201.6%精通", + "107.52%攻击 + 215.04%精通", + "114.24%攻击 + 228.48%精通", + "120.96%攻击 + 241.92%精通", + "127.68%攻击 + 255.36%精通", + "134.4%攻击 + 268.8%精通", + "142.8%攻击 + 285.6%精通", + "151.2%攻击 + 302.4%精通", + "159.6%攻击 + 319.2%精通" + ] + }, + { + "name": "2枚光幕攻击伤害", + "unit": "", + "isSame": false, + "values": [ + "(67.2%攻击 + 134.4%精通)*2", + "(72.24%攻击 + 144.48%精通)*2", + "(77.28%攻击 + 154.56%精通)*2", + "(84%攻击 + 168%精通)*2", + "(89.04%攻击 + 178.08%精通)*2", + "(94.08%攻击 + 188.16%精通)*2", + "(100.8%攻击 + 201.6%精通)*2", + "(107.52%攻击 + 215.04%精通)*2", + "(114.24%攻击 + 228.48%精通)*2", + "(120.96%攻击 + 241.92%精通)*2", + "(127.68%攻击 + 255.36%精通)*2", + "(134.4%攻击 + 268.8%精通)*2", + "(142.8%攻击 + 285.6%精通)*2", + "(151.2%攻击 + 302.4%精通)*2", + "(159.6%攻击 + 319.2%精通)*2" + ] + }, + { + "name": "3枚光幕攻击伤害", + "unit": "", + "isSame": false, + "values": [ + "(67.2%攻击 + 134.4%精通)*3", + "(72.24%攻击 + 144.48%精通)*3", + "(77.28%攻击 + 154.56%精通)*3", + "(84%攻击 + 168%精通)*3", + "(89.04%攻击 + 178.08%精通)*3", + "(94.08%攻击 + 188.16%精通)*3", + "(100.8%攻击 + 201.6%精通)*3", + "(107.52%攻击 + 215.04%精通)*3", + "(114.24%攻击 + 228.48%精通)*3", + "(120.96%攻击 + 241.92%精通)*3", + "(127.68%攻击 + 255.36%精通)*3", + "(134.4%攻击 + 268.8%精通)*3", + "(142.8%攻击 + 285.6%精通)*3", + "(151.2%攻击 + 302.4%精通)*3", + "(159.6%攻击 + 319.2%精通)*3" + ] + }, + { + "name": "琢光镜消失间隔", + "unit": "", + "isSame": true, + "values": [ + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + } + ] + }, + "q": { + "id": 7839, + "name": "殊境·显象缚结", + "desc": [ + "创造殊相缚境,造成多次草元素范围伤害。", + "施放时,若持有琢光镜,将消耗所有的琢光镜,增加造成伤害的次数。", + "施放完成2秒后,若施放时消耗了0/1/2/3个琢光镜,则将为艾尔海森产生3/2/1/0个琢光镜。", + "「学者如果将追求智慧作为自己的目标,那么他就必须与他所读到的每一个字为敌,这样才有可能免于偏见。」" + ], + "tables": [ + { + "name": "单次伤害", + "unit": "", + "isSame": false, + "values": [ + "121.6%攻击 + 97.28%精通", + "130.72%攻击 + 104.58%精通", + "139.84%攻击 + 111.87%精通", + "152%攻击 + 121.6%精通", + "161.12%攻击 + 128.9%精通", + "170.24%攻击 + 136.19%精通", + "182.4%攻击 + 145.92%精通", + "194.56%攻击 + 155.65%精通", + "206.72%攻击 + 165.38%精通", + "218.88%攻击 + 175.1%精通", + "231.04%攻击 + 184.83%精通", + "243.2%攻击 + 194.56%精通", + "258.4%攻击 + 206.72%精通", + "273.6%攻击 + 218.88%精通", + "288.8%攻击 + 231.04%精通" + ] + }, + { + "name": "基本攻击次数", + "unit": "", + "isSame": true, + "values": [ + "4次", + "4次", + "4次", + "4次", + "4次", + "4次", + "4次", + "4次", + "4次", + "4次", + "4次", + "4次", + "4次", + "4次", + "4次" + ] + }, + { + "name": "1枚攻击次数", + "unit": "", + "isSame": true, + "values": [ + "6次", + "6次", + "6次", + "6次", + "6次", + "6次", + "6次", + "6次", + "6次", + "6次", + "6次", + "6次", + "6次", + "6次", + "6次" + ] + }, + { + "name": "2枚攻击次数", + "unit": "", + "isSame": true, + "values": [ + "8次", + "8次", + "8次", + "8次", + "8次", + "8次", + "8次", + "8次", + "8次", + "8次", + "8次", + "8次", + "8次", + "8次", + "8次" + ] + }, + { + "name": "3枚攻击次数", + "unit": "", + "isSame": true, + "values": [ + "10次", + "10次", + "10次", + "10次", + "10次", + "10次", + "10次", + "10次", + "10次", + "10次", + "10次", + "10次", + "10次", + "10次", + "10次" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 49.53, + 53.56, + 57.59, + 63.35, + 67.38, + 71.99, + 78.32, + 84.65, + 90.99, + 97.9, + 104.81, + 111.72, + 118.63, + 125.54, + 132.45 + ], + "二段伤害": [ + 50.75, + 54.88, + 59.01, + 64.91, + 69.04, + 73.76, + 80.26, + 86.75, + 93.24, + 100.32, + 107.4, + 114.48, + 121.56, + 128.64, + 135.73 + ], + "三段伤害": [ + 68.36, + 73.92, + 79.48, + 87.44, + 93, + 99.36, + 108.1, + 116.84, + 125.58, + 135.12, + 144.66, + 154.2, + 163.74, + 173.28, + 182.82 + ], + "三段伤害2": [ + [ + 34.18, + 34.18 + ], + [ + 36.96, + 36.96 + ], + [ + 39.74, + 39.74 + ], + [ + 43.72, + 43.72 + ], + [ + 46.5, + 46.5 + ], + [ + 49.68, + 49.68 + ], + [ + 54.05, + 54.05 + ], + [ + 58.42, + 58.42 + ], + [ + 62.79, + 62.79 + ], + [ + 67.56, + 67.56 + ], + [ + 72.33, + 72.33 + ], + [ + 77.1, + 77.1 + ], + [ + 81.87, + 81.87 + ], + [ + 86.64, + 86.64 + ], + [ + 91.41, + 91.41 + ] + ], + "四段伤害": [ + 66.77, + 72.2, + 77.64, + 85.4, + 90.84, + 97.05, + 105.59, + 114.13, + 122.67, + 131.98, + 141.3, + 150.62, + 159.93, + 169.25, + 178.57 + ], + "五段伤害": [ + 83.85, + 90.68, + 97.5, + 107.25, + 114.08, + 121.88, + 132.6, + 143.33, + 154.05, + 165.75, + 177.45, + 189.15, + 200.85, + 212.55, + 224.25 + ], + "重击伤害": [ + 110.52, + 119.5, + 128.5, + 141.34, + 150.34, + 160.62, + 174.76, + 188.9, + 203.02, + 218.44, + 233.88, + 249.28, + 264.7, + 280.14, + 295.54 + ], + "重击伤害2": [ + [ + 55.26, + 55.26 + ], + [ + 59.75, + 59.75 + ], + [ + 64.25, + 64.25 + ], + [ + 70.67, + 70.67 + ], + [ + 75.17, + 75.17 + ], + [ + 80.31, + 80.31 + ], + [ + 87.38, + 87.38 + ], + [ + 94.45, + 94.45 + ], + [ + 101.51, + 101.51 + ], + [ + 109.22, + 109.22 + ], + [ + 116.94, + 116.94 + ], + [ + 124.64, + 124.64 + ], + [ + 132.35, + 132.35 + ], + [ + 140.07, + 140.07 + ], + [ + 147.77, + 147.77 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "突进攻击伤害": [ + 348.48, + 374.62, + 400.75, + 435.6, + 461.74, + 487.87, + 522.72, + 557.5699999999999, + 592.4200000000001, + 627.26, + 662.1099999999999, + 696.96, + 740.52, + 784.08, + 827.64 + ], + "突进攻击伤害2": [ + [ + 193.6, + 154.88 + ], + [ + 208.12, + 166.5 + ], + [ + 222.64, + 178.11 + ], + [ + 242, + 193.6 + ], + [ + 256.52, + 205.22 + ], + [ + 271.04, + 216.83 + ], + [ + 290.4, + 232.32 + ], + [ + 309.76, + 247.81 + ], + [ + 329.12, + 263.3 + ], + [ + 348.48, + 278.78 + ], + [ + 367.84, + 294.27 + ], + [ + 387.2, + 309.76 + ], + [ + 411.4, + 329.12 + ], + [ + 435.6, + 348.48 + ], + [ + 459.8, + 367.84 + ] + ], + "1枚光幕攻击伤害": [ + 201.60000000000002, + 216.71999999999997, + 231.84, + 252, + 267.12, + 282.24, + 302.4, + 322.56, + 342.71999999999997, + 362.88, + 383.04, + 403.20000000000005, + 428.40000000000003, + 453.59999999999997, + 478.79999999999995 + ], + "1枚光幕攻击伤害2": [ + [ + 67.2, + 134.4 + ], + [ + 72.24, + 144.48 + ], + [ + 77.28, + 154.56 + ], + [ + 84, + 168 + ], + [ + 89.04, + 178.08 + ], + [ + 94.08, + 188.16 + ], + [ + 100.8, + 201.6 + ], + [ + 107.52, + 215.04 + ], + [ + 114.24, + 228.48 + ], + [ + 120.96, + 241.92 + ], + [ + 127.68, + 255.36 + ], + [ + 134.4, + 268.8 + ], + [ + 142.8, + 285.6 + ], + [ + 151.2, + 302.4 + ], + [ + 159.6, + 319.2 + ] + ], + "2枚光幕攻击伤害": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "2枚光幕攻击伤害2": [ + [ + null, + null, + 2 + ], + [ + null, + null, + 2 + ], + [ + null, + null, + 2 + ], + [ + null, + null, + 2 + ], + [ + null, + null, + 2 + ], + [ + null, + null, + 2 + ], + [ + null, + null, + 2 + ], + [ + null, + null, + 2 + ], + [ + null, + null, + 2 + ], + [ + null, + null, + 2 + ], + [ + null, + null, + 2 + ], + [ + null, + null, + 2 + ], + [ + null, + null, + 2 + ], + [ + null, + null, + 2 + ], + [ + null, + null, + 2 + ] + ], + "3枚光幕攻击伤害": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "3枚光幕攻击伤害2": [ + [ + null, + null, + 3 + ], + [ + null, + null, + 3 + ], + [ + null, + null, + 3 + ], + [ + null, + null, + 3 + ], + [ + null, + null, + 3 + ], + [ + null, + null, + 3 + ], + [ + null, + null, + 3 + ], + [ + null, + null, + 3 + ], + [ + null, + null, + 3 + ], + [ + null, + null, + 3 + ], + [ + null, + null, + 3 + ], + [ + null, + null, + 3 + ], + [ + null, + null, + 3 + ], + [ + null, + null, + 3 + ], + [ + null, + null, + 3 + ] + ] + }, + "q": { + "单次伤害": [ + 218.88, + 235.3, + 251.71, + 273.6, + 290.02, + 306.43, + 328.32, + 350.21000000000004, + 372.1, + 393.98, + 415.87, + 437.76, + 465.12, + 492.48, + 519.84 + ], + "单次伤害2": [ + [ + 121.6, + 97.28 + ], + [ + 130.72, + 104.58 + ], + [ + 139.84, + 111.87 + ], + [ + 152, + 121.6 + ], + [ + 161.12, + 128.9 + ], + [ + 170.24, + 136.19 + ], + [ + 182.4, + 145.92 + ], + [ + 194.56, + 155.65 + ], + [ + 206.72, + 165.38 + ], + [ + 218.88, + 175.1 + ], + [ + 231.04, + 184.83 + ], + [ + 243.2, + 194.56 + ], + [ + 258.4, + 206.72 + ], + [ + 273.6, + 218.88 + ], + [ + 288.8, + 231.04 + ] + ] + } + }, + "cons": { + "1": { + "name": "直观", + "desc": [ + "光幕攻击命中敌人时,将使共相·理式摹写的冷却时间减少1.2秒。该效果每1秒至多触发一次。" + ] + }, + "2": { + "name": "辩章", + "desc": [ + "艾尔海森产生琢光镜时,每1枚产生的琢光镜将使元素精通提升50点,持续8秒。该效果最多叠加4层,每层独立计算持续时间。琢光镜数量达到上限时依然能触发该效果。" + ] + }, + "3": { + "name": "遮诠", + "desc": [ + "共相·理式摹写的技能等级提高3级。至多提升至15级。" + ] + }, + "4": { + "name": "义贯", + "desc": [ + "施放殊境·显象缚结时,会依据通过本次施放消耗与产生的琢光镜数量,产生如下效果:", + "·每消耗1枚琢光镜,使队伍中附近的其他角色元素精通提升30点,持续15秒;", + "·每产生1枚琢光镜,使艾尔海森获得10%草元素伤害加成,持续15秒。", + "上述效果的持续期间内重复施放殊境·显象缚结时,将先移除原有的效果。" + ] + }, + "5": { + "name": "智度", + "desc": [ + "殊境·显象缚结的技能等级提高3级。至多提升至15级。" + ] + }, + "6": { + "name": "正理", + "desc": [ + "

艾尔海森获得如下效果:

", + "·殊境·显象缚结施放完成2秒后,将无视消耗琢光镜的个数,固定产生3枚琢光镜;", + "·艾尔海森产生琢光镜时,若琢光镜数量已达到上限,艾尔海森的暴击率提升10%,暴击伤害提升70%,持续6秒。该效果在持续期间重复触发时,剩余持续时间将增加6秒。" + ] + } + }, + "passive": [ + { + "name": "超定归约律", + "desc": [ + "合成武器突破素材时,有10%概率获得2倍产出。" + ] + }, + { + "name": "四因订顽", + "desc": [ + "艾尔海森的重击或下落攻击命中敌人时,将产生一枚琢光镜。该效果每12秒至多触发一次。" + ] + }, + { + "name": "谜林道破", + "desc": [ + "艾尔海森的每点元素精通,都会使光幕伤害与殊境·显象缚结造成的伤害提升0.1%。", + "通过这种方式,至多使光幕伤害与殊境·显象缚结造成的伤害提升100%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 1039, + 24.39, + 60.85, + 0 + ], + "20": [ + 2695, + 63.27, + 157.84, + 0 + ], + "40": [ + 5366, + 125.97, + 314.24, + 0 + ], + "50": [ + 6902, + 162.03, + 404.19, + 7.2 + ], + "60": [ + 8659, + 203.25, + 507.04, + 14.4 + ], + "70": [ + 10213, + 239.72, + 598.02, + 14.4 + ], + "80": [ + 11777, + 276.44, + 689.61, + 21.6 + ], + "90": [ + 13348, + 313.32, + 781.62, + 28.8 + ], + "20+": [ + 3586, + 84.19, + 210.01, + 0 + ], + "40+": [ + 5999, + 140.83, + 351.31, + 7.2 + ], + "50+": [ + 7747, + 181.84, + 453.61, + 14.4 + ], + "60+": [ + 9292, + 218.11, + 544.11, + 14.4 + ], + "70+": [ + 10846, + 254.58, + 635.09, + 21.6 + ], + "80+": [ + 12410, + 291.3, + 726.67, + 28.8 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-1.webp" new file mode 100644 index 0000000000..89dba9df10 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-2.webp" new file mode 100644 index 0000000000..b606cff420 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-3.webp" new file mode 100644 index 0000000000..b171daa0d8 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-4.webp" new file mode 100644 index 0000000000..c183c5c45c Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-5.webp" new file mode 100644 index 0000000000..ac9dd1a85c Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-6.webp" new file mode 100644 index 0000000000..bf10b35b8b Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/passive-0.webp" new file mode 100644 index 0000000000..eee5d81b4e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/passive-1.webp" new file mode 100644 index 0000000000..129b954067 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/passive-2.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/passive-2.webp" new file mode 100644 index 0000000000..34ea9150e9 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/talent-e.webp" new file mode 100644 index 0000000000..b171daa0d8 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/talent-q.webp" new file mode 100644 index 0000000000..cd77d45324 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/banner.webp" new file mode 100644 index 0000000000..ec2f33abe4 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/banner.webp" @@ -0,0 +1,524 @@ + + + + + + + + + + + + + + + + + + + + + +Honey Impact - Genshin Impact Database - Honey Hunter World + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+
+ + + +

Honey Impact

+
+
Timers
EuropeMondayNorth AmericaMondayAsiaMonday
MonTueWedThuFriSatSun
Forsaken Rift
Jean
Traveler
Lisa
Traveler
Barbara
Kaeya
Diluc
Razor
Amber
Venti
Klee
Fischl
Bennett
Tartaglia
Noelle
Albedo
Diona
Mona
Sucrose
Rosaria
Eula
Aloy
Taishan Mansion
Traveler
Traveler
Xiangling
Beidou
Xingqiu
Xiao
Ningguang
Zhongli
Qiqi
Chongyun
Ganyu
Keqing
Xinyan
Hu Tao
Kaedehara Kazuha
Yanfei
Yelan
Shenhe
Yun Jin
Yaoyao
Violet Court
Kamisato Ayaka
Traveler
Traveler
Yoimiya
Thoma
Raiden Shogun
Sayu
Sangonomiya Kokomi
Gorou
Kujou Sara
Arataki Itto
Yae Miko
Shikanoin Heizou
Kuki Shinobu
Kamisato Ayato
Steeple of Ignorance
Traveler
Traveler
Collei
Dori
Tighnari
Nilou
Cyno
Candace
Nahida
Layla
Wanderer
Faruzan
Alhaitham
Cecilia Garden
Silver Sword
Cool Steel
Harbinger of Dawn
Traveler’s Handy Sword
Favonius Sword
The Flute
Sacrificial Sword
Royal Longsword
The Black Sword
The Alley Flash
Sword of Descension
Festering Desire
Cinnabar Spindle
Aquila Favonia
Skyward Blade
Freedom-Sworn
Waster Greatsword
Old Merc’s Pal
Ferrous Shadow
Bloodtainted Greatsword
White Iron Greatsword
Favonius Greatsword
The Bell
Sacrificial Greatsword
Royal Greatsword
Snow-Tombed Starsilver
Skyward Pride
Wolf’s Gravestone
Song of Broken Pines
Beginner’s Protector
Iron Point
Deathmatch
Favonius Lance
Dragonspine Spear
Missive Windspear
Skyward Spine
Apprentice’s Notes
Pocket Grimoire
Magic Guide
Thrilling Tales of Dragon Slayers
Otherworldly Story
Favonius Codex
The Widsith
Sacrificial Fragments
Royal Grimoire
Wine and Song
Frostbearer
Dodoco Tales
Skyward Atlas
Lost Prayer to the Sacred Winds
Hunter’s Bow
Seasoned Hunter’s Bow
Raven Bow
Sharpshooter’s Oath
Recurve Bow
Favonius Warbow
The Stringless
Sacrificial Bow
Royal Bow
The Viridescent Hunt
Alley Hunter
Mitternachts Waltz
Windblume Ode
Skyward Harp
Amos’ Bow
Elegy for the End
Hidden Palace of Lianshan Formula
Dark Iron Sword
Fillet Blade
Skyrider Sword
Lion’s Roar
Prototype Rancour
Iron Sting
Blackcliff Longsword
Summit Shaper
Primordial Jade Cutter
Quartz
Debate Club
Skyrider Greatsword
Rainslasher
Prototype Archaic
Whiteblind
Blackcliff Slasher
Serpent Spine
Lithic Blade
Luxurious Sea-Lord
The Unforged
White Tassel
Halberd
Black Tassel
Dragon’s Bane
Prototype Starglitter
Crescent Pike
Blackcliff Pole
Lithic Spear
Royal Spear
Staff of Homa
Vortex Vanquisher
Primordial Jade Winged-Spear
Calamity Queller
Emerald Orb
Twin Nephrite
Amber Bead
Solar Pearl
Prototype Amber
Mappa Mare
Blackcliff Agate
Eye of Perception
Memory of Dust
Slingshot
Messenger
Ebony Bow
Rust
Prototype Crescent
Compound Bow
Blackcliff Warbow
Fading Twilight
Aqua Simulacra
Court of Flowing Sand
Amenoma Kageuchi
Kagotsurube Isshin
Toukabou Shigure
Mistsplitter Reforged
Haran Geppaku Futsu
Katsuragikiri Nagamasa
Akuoumaru
Redhorn Stonethresher
Kitain Cross Spear
“The Catch”
Wavebreaker’s Fin
Engulfing Lightning
Hakushin Ring
Oathsworn Eye
Everlasting Moonglow
Kagura’s Verity
Hamayumi
Predator
Mouun’s Moon
Polar Star
Thundering Pulse
Tower of Abject Pride
Sapwood Blade
Xiphos’ Moonlight
Key of Khaj-Nisut
Light of Foliar Sanction
Makhaira Aquamarine
Forest Regalia
Moonpiercer
Staff of the Scarlet Sands
Wandering Evenstar
Fruit of Fulfillment
A Thousand Floating Dreams
Tulaytullah’s Remembrance
King’s Squire
End of the Line
Hunter’s Path
Filter SettingsWe use Local Storage on YOUR device to store filter settings. Usually it’s not needed, but if you clear your browser Local Storage often, consider saving your filter settings, just in case if they go kaput (:
Save /
+
+
+ +
+
+ + + +
+
+
+ + + +
+
+
+

+
+ + + + + + diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/card.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/card.webp" new file mode 100644 index 0000000000..7ac0d90596 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/face.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/face.webp" new file mode 100644 index 0000000000..365ccbd66d Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/gacha.webp" new file mode 100644 index 0000000000..5a1e44e498 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/side.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/side.webp" new file mode 100644 index 0000000000..72d44d4961 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/splash.webp" new file mode 100644 index 0000000000..dd754d5b31 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\211\276\345\260\224\346\265\267\346\243\256/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/data.json" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/data.json" new file mode 100644 index 0000000000..c9ff523ad1 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/data.json" @@ -0,0 +1,50 @@ +{ + "id": 10000014, + "name": "芭芭拉", + "abbr": "芭芭拉", + "title": "闪耀偶像", + "star": 4, + "elem": "hydro", + "allegiance": "西风教会", + "weapon": "catalyst", + "birth": "7-5", + "astro": "金杯座", + "desc": "蒙德城的大家都喜欢芭芭拉。「偶像」这个词是她从一本杂志里看到的。", + "cncv": "宋媛媛", + "jpcv": "鬼头明里", + "costume": [ + 201401 + ], + "ver": 1, + "baseAttr": { + "hp": 9787, + "atk": 159.3, + "def": 668.87 + }, + "growAttr": { + "key": "hpPct", + "value": 24 + }, + "talentKey": { + "1431": "a", + "1432": "e", + "1439": "q" + }, + "talentId": { + "10070": 1431, + "10071": 1432, + "10072": 1439 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "涤净青金", + "boss": "净水之心", + "specialty": "慕风蘑菇", + "normal": "禁咒绘卷", + "talent": "「自由」的哲学", + "weekly": "北风之环" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/detail.json" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/detail.json" new file mode 100644 index 0000000000..21ed805961 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/detail.json" @@ -0,0 +1,1045 @@ +{ + "id": "14", + "name": "芭芭拉", + "talent": { + "a": { + "id": 1431, + "name": "普通攻击·水之浅唱", + "desc": [ + "

普通攻击

", + "进行至多四段的水花攻击,造成水元素伤害。", + "

重击

", + "消耗一定体力,短暂咏唱后,造成水元素范围伤害。", + "

下落攻击

", + "凝聚水元素的力量,从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成水元素范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "37.84%", + "40.68%", + "43.52%", + "47.3%", + "50.14%", + "52.98%", + "56.76%", + "60.54%", + "64.33%", + "68.11%", + "72.05%", + "77.19%", + "82.34%", + "87.49%", + "92.63%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "35.52%", + "38.18%", + "40.85%", + "44.4%", + "47.06%", + "49.73%", + "53.28%", + "56.83%", + "60.38%", + "63.94%", + "67.63%", + "72.46%", + "77.29%", + "82.12%", + "86.95%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "41.04%", + "44.12%", + "47.2%", + "51.3%", + "54.38%", + "57.46%", + "61.56%", + "65.66%", + "69.77%", + "73.87%", + "78.14%", + "83.72%", + "89.3%", + "94.88%", + "100.47%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "55.2%", + "59.34%", + "63.48%", + "69%", + "73.14%", + "77.28%", + "82.8%", + "88.32%", + "93.84%", + "99.36%", + "105.1%", + "112.61%", + "120.12%", + "127.62%", + "135.13%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "166.24%", + "178.71%", + "191.18%", + "207.8%", + "220.27%", + "232.74%", + "249.36%", + "265.98%", + "282.61%", + "299.23%", + "316.52%", + "339.13%", + "361.74%", + "384.35%", + "406.96%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 1432, + "name": "演唱,开始♪", + "desc": [ + "唤出歌声般跃动的水珠,形成歌声之环,对周围的敌人造成水元素伤害,并施加潮湿状态。", + "

歌声之环

", + "·芭芭拉的普通攻击命中时,为队伍中自己的角色,以及附近的友方角色恢复生命值,回复量受益于芭芭拉的生命值上限;", + "·重击命中时,能产生4倍回复量;", + "·每隔一段时间,为当前场上自己的角色恢复生命值;", + "·对角色与触及的敌人施加潮湿状态。", + "芭芭拉的音乐就是治疗大家的魔法。" + ], + "tables": [ + { + "name": "命中治疗量", + "unit": "", + "isSame": false, + "values": [ + "0.75%HP + 72.22", + "0.81%HP + 79.45", + "0.86%HP + 87.27", + "0.94%HP + 95.7", + "0.99%HP + 104.73", + "1.05%HP + 114.36", + "1.13%HP + 124.59", + "1.2%HP + 135.43", + "1.27%HP + 146.86", + "1.35%HP + 158.9", + "1.43%HP + 171.54", + "1.5%HP + 184.79", + "1.59%HP + 198.63", + "1.69%HP + 213.08", + "1.78%HP + 228.13" + ] + }, + { + "name": "持续治疗量", + "unit": "", + "isSame": false, + "values": [ + "4%HP + 385.19", + "4.3%HP + 423.71", + "4.6%HP + 465.45", + "5%HP + 510.39", + "5.3%HP + 558.55", + "5.6%HP + 609.91", + "6%HP + 664.49", + "6.4%HP + 722.27", + "6.8%HP + 783.27", + "7.2%HP + 847.48", + "7.6%HP + 914.89", + "8%HP + 985.52", + "8.5%HP + 1059.36", + "9%HP + 1136.41", + "9.5%HP + 1216.67" + ] + }, + { + "name": "水珠伤害", + "unit": "", + "isSame": false, + "values": [ + "58.4%", + "62.78%", + "67.16%", + "73%", + "77.38%", + "81.76%", + "87.6%", + "93.44%", + "99.28%", + "105.12%", + "110.96%", + "116.8%", + "124.1%", + "131.4%", + "138.7%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "32秒", + "32秒", + "32秒", + "32秒", + "32秒", + "32秒", + "32秒", + "32秒", + "32秒", + "32秒", + "32秒", + "32秒", + "32秒", + "32秒", + "32秒" + ] + } + ] + }, + "q": { + "id": 1439, + "name": "闪耀奇迹♪", + "desc": [ + "为附近的友方角色及队伍中自己的角色恢复大量生命值,回复量受益于芭芭拉的生命值上限。", + "治愈大家的心就是芭芭拉战斗与歌唱的力量。" + ], + "tables": [ + { + "name": "治疗量", + "unit": "", + "isSame": false, + "values": [ + "17.6%HP + 1694.28", + "18.92%HP + 1863.73", + "20.24%HP + 2047.31", + "22%HP + 2245", + "23.32%HP + 2456.81", + "24.64%HP + 2682.75", + "26.4%HP + 2922.81", + "28.16%HP + 3176.98", + "29.92%HP + 3445.28", + "31.68%HP + 3727.7", + "33.44%HP + 4024.24", + "35.2%HP + 4334.9", + "37.4%HP + 4659.69", + "39.6%HP + 4998.59", + "41.8%HP + 5351.62" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 37.84, + 40.68, + 43.52, + 47.3, + 50.14, + 52.98, + 56.76, + 60.54, + 64.33, + 68.11, + 72.05, + 77.19, + 82.34, + 87.49, + 92.63 + ], + "二段伤害": [ + 35.52, + 38.18, + 40.85, + 44.4, + 47.06, + 49.73, + 53.28, + 56.83, + 60.38, + 63.94, + 67.63, + 72.46, + 77.29, + 82.12, + 86.95 + ], + "三段伤害": [ + 41.04, + 44.12, + 47.2, + 51.3, + 54.38, + 57.46, + 61.56, + 65.66, + 69.77, + 73.87, + 78.14, + 83.72, + 89.3, + 94.88, + 100.47 + ], + "四段伤害": [ + 55.2, + 59.34, + 63.48, + 69, + 73.14, + 77.28, + 82.8, + 88.32, + 93.84, + 99.36, + 105.1, + 112.61, + 120.12, + 127.62, + 135.13 + ], + "重击伤害": [ + 166.24, + 178.71, + 191.18, + 207.8, + 220.27, + 232.74, + 249.36, + 265.98, + 282.61, + 299.23, + 316.52, + 339.13, + 361.74, + 384.35, + 406.96 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "命中治疗量": [ + 72.97, + 80.26, + 88.13, + 96.64, + 105.72, + 115.41, + 125.72, + 136.63, + 148.13000000000002, + 160.25, + 172.97, + 186.29, + 200.22, + 214.77, + 229.91 + ], + "命中治疗量2": [ + [ + 0.75, + 72.22 + ], + [ + 0.81, + 79.45 + ], + [ + 0.86, + 87.27 + ], + [ + 0.94, + 95.7 + ], + [ + 0.99, + 104.73 + ], + [ + 1.05, + 114.36 + ], + [ + 1.13, + 124.59 + ], + [ + 1.2, + 135.43 + ], + [ + 1.27, + 146.86 + ], + [ + 1.35, + 158.9 + ], + [ + 1.43, + 171.54 + ], + [ + 1.5, + 184.79 + ], + [ + 1.59, + 198.63 + ], + [ + 1.69, + 213.08 + ], + [ + 1.78, + 228.13 + ] + ], + "持续治疗量": [ + 389.19, + 428.01, + 470.05, + 515.39, + 563.8499999999999, + 615.51, + 670.49, + 728.67, + 790.0699999999999, + 854.6800000000001, + 922.49, + 993.52, + 1067.86, + 1145.41, + 1226.17 + ], + "持续治疗量2": [ + [ + 4, + 385.19 + ], + [ + 4.3, + 423.71 + ], + [ + 4.6, + 465.45 + ], + [ + 5, + 510.39 + ], + [ + 5.3, + 558.55 + ], + [ + 5.6, + 609.91 + ], + [ + 6, + 664.49 + ], + [ + 6.4, + 722.27 + ], + [ + 6.8, + 783.27 + ], + [ + 7.2, + 847.48 + ], + [ + 7.6, + 914.89 + ], + [ + 8, + 985.52 + ], + [ + 8.5, + 1059.36 + ], + [ + 9, + 1136.41 + ], + [ + 9.5, + 1216.67 + ] + ], + "水珠伤害": [ + 58.4, + 62.78, + 67.16, + 73, + 77.38, + 81.76, + 87.6, + 93.44, + 99.28, + 105.12, + 110.96, + 116.8, + 124.1, + 131.4, + 138.7 + ] + }, + "q": { + "治疗量": [ + 1711.8799999999999, + 1882.65, + 2067.5499999999997, + 2267, + 2480.13, + 2707.39, + 2949.21, + 3205.14, + 3475.2000000000003, + 3759.3799999999997, + 4057.68, + 4370.099999999999, + 4697.089999999999, + 5038.1900000000005, + 5393.42 + ], + "治疗量2": [ + [ + 17.6, + 1694.28 + ], + [ + 18.92, + 1863.73 + ], + [ + 20.24, + 2047.31 + ], + [ + 22, + 2245 + ], + [ + 23.32, + 2456.81 + ], + [ + 24.64, + 2682.75 + ], + [ + 26.4, + 2922.81 + ], + [ + 28.16, + 3176.98 + ], + [ + 29.92, + 3445.28 + ], + [ + 31.68, + 3727.7 + ], + [ + 33.44, + 4024.24 + ], + [ + 35.2, + 4334.9 + ], + [ + 37.4, + 4659.69 + ], + [ + 39.6, + 4998.59 + ], + [ + 41.8, + 5351.62 + ] + ] + } + }, + "cons": { + "1": { + "name": "彩色歌谣", + "desc": [ + "芭芭拉每10秒恢复1点元素能量。" + ] + }, + "2": { + "name": "元气迸发", + "desc": [ + "演唱,开始♪的冷却时间降低15%;", + "技能持续期间,当前场上自己的角色获得15%水元素伤害加成。" + ] + }, + "3": { + "name": "明日之星", + "desc": [ + "闪耀奇迹♪的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "努力即魔法", + "desc": [ + "芭芭拉使用重击时,每命中一个敌人,就恢复1点元素能量。", + "通过这种方式,一次至多回复5点元素能量。" + ] + }, + "5": { + "name": "纯真的羁绊", + "desc": [ + "演唱,开始♪的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "将一切美好献给你", + "desc": [ + "芭芭拉处于队伍后台时,队伍中自己的角色倒下时,则立即:", + "·复苏该角色;", + "·将该角色生命值恢复至100%。", + "该效果每15分钟只能触发一次。" + ] + } + }, + "passive": [ + { + "name": "心意♪注入", + "desc": [ + "完美烹饪恢复类食物时,有12%概率获得2倍产出。" + ] + }, + { + "name": "光辉的季节", + "desc": [ + "角色在演唱,开始♪的歌声之环中时,体力消耗降低12%。" + ] + }, + { + "name": "安可", + "desc": [ + "当前场上自己的角色获得元素晶球或元素微粒时,延长演唱,开始♪歌声之环持续时间1秒。", + "通过这种方式,至多延长5秒。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "hpPct" + ], + "details": { + "1": [ + 821, + 13.36, + 56.08, + 0 + ], + "20": [ + 2108, + 34.31, + 144.07, + 0 + ], + "40": [ + 4076, + 66.34, + 278.55, + 0 + ], + "50": [ + 5189, + 84.46, + 354.64, + 6 + ], + "60": [ + 6448, + 104.95, + 440.66, + 12 + ], + "70": [ + 7561, + 123.05, + 516.69, + 12 + ], + "80": [ + 8674, + 141.18, + 592.78, + 18 + ], + "90": [ + 9787, + 159.3, + 668.87, + 24 + ], + "20+": [ + 2721, + 44.29, + 185.97, + 0 + ], + "40+": [ + 4512, + 73.43, + 308.32, + 6 + ], + "50+": [ + 5770, + 93.91, + 394.33, + 12 + ], + "60+": [ + 6884, + 112.04, + 470.42, + 12 + ], + "70+": [ + 7996, + 130.14, + 546.46, + 18 + ], + "80+": [ + 9110, + 148.27, + 622.55, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-1.webp" new file mode 100644 index 0000000000..405552569e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-2.webp" new file mode 100644 index 0000000000..bf9120de08 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-3.webp" new file mode 100644 index 0000000000..1a2b719599 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-4.webp" new file mode 100644 index 0000000000..55ef0b1de8 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-5.webp" new file mode 100644 index 0000000000..660a7d6195 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-6.webp" new file mode 100644 index 0000000000..a180bede0f Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/passive-0.webp" new file mode 100644 index 0000000000..884aa0510b Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/passive-1.webp" new file mode 100644 index 0000000000..d101439027 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/passive-2.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/passive-2.webp" new file mode 100644 index 0000000000..a08baae5ab Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/talent-a.webp" new file mode 100644 index 0000000000..493510c1b2 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/talent-e.webp" new file mode 100644 index 0000000000..660a7d6195 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/talent-q.webp" new file mode 100644 index 0000000000..d2d0a05645 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/banner.webp" new file mode 100644 index 0000000000..b8d1cf7a12 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/card.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/card.webp" new file mode 100644 index 0000000000..9b98f489b2 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/face.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/face.webp" new file mode 100644 index 0000000000..833922f645 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/face2.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/face2.webp" new file mode 100644 index 0000000000..72b1cc0191 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/face2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/gacha.webp" new file mode 100644 index 0000000000..eb155e629b Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/side.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/side.webp" new file mode 100644 index 0000000000..9162f41a06 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/side2.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/side2.webp" new file mode 100644 index 0000000000..946394e47e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/side2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/splash.webp" new file mode 100644 index 0000000000..64e8c7a82e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/splash2.webp" "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/splash2.webp" new file mode 100644 index 0000000000..34bb7e7c1a Binary files /dev/null and "b/plugin/kokomi/data/character/\350\212\255\350\212\255\346\213\211/imgs/splash2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/data.json" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/data.json" new file mode 100644 index 0000000000..a70d7240e8 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000057, + "name": "荒泷一斗", + "abbr": "一斗", + "title": "花坂豪快", + "star": 5, + "elem": "geo", + "allegiance": "荒泷派", + "weapon": "claymore", + "birth": "6-1", + "astro": "天牛座", + "desc": "活跃在稻妻城花见坂的「荒泷派」初代目头领。什么,从没听说过荒泷派?你是想找茬吗?", + "cncv": "刘照坤", + "jpcv": "西川贵教", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 12858, + "atk": 227.22, + "def": 959.16 + }, + "growAttr": { + "key": "cpct", + "value": 19.2 + }, + "talentKey": { + "5731": "a", + "5732": "e", + "5739": "q" + }, + "talentId": { + "10571": 5731, + "10572": 5732, + "10575": 5739 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "坚牢黄玉", + "boss": "兽境王器", + "specialty": "鬼兜虫", + "normal": "史莱姆原浆", + "talent": "「风雅」的哲学", + "weekly": "灰烬之心" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/detail.json" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/detail.json" new file mode 100644 index 0000000000..bce49de2a5 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/detail.json" @@ -0,0 +1,959 @@ +{ + "id": "57", + "name": "荒泷一斗", + "talent": { + "a": { + "id": 5731, + "name": "普通攻击· 喧哗屋传说", + "desc": [ + "

普通攻击

", + "进行至多四段的连续挥砍。", + "在第二段与第四段攻击命中敌人时,会分别产生1层与2层「乱神之怪力」效果。", + "最多拥有5层乱神之怪力,每次触发都会刷新已有的乱神之怪力持续时间。", + "此外,施放元素战技「魔杀绝技·赤牛发破!」或进行冲刺后的一小段时间内,普通攻击连击段数不会重置。", + "

重击

", + "长按进行重击时,若拥有乱神之怪力,将进行不消耗体力的「荒泷逆袈裟」斩击。荒泷逆袈裟的每次攻击都将消耗一层乱神之怪力;消耗最后一层时,将施展格外强力的终结一击。", + "没有乱神之怪力时,将消耗体力,进行一次猛烈的左一文字斩。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "79.23%", + "85.68%", + "92.13%", + "101.34%", + "107.79%", + "115.16%", + "125.3%", + "135.43%", + "145.57%", + "156.62%", + "169.29%", + "184.19%", + "199.08%", + "213.98%", + "230.23%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "76.37%", + "82.58%", + "88.8%", + "97.68%", + "103.9%", + "111%", + "120.77%", + "130.54%", + "140.3%", + "150.96%", + "163.17%", + "177.53%", + "191.89%", + "206.25%", + "221.91%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "91.64%", + "99.1%", + "106.56%", + "117.22%", + "124.68%", + "133.2%", + "144.92%", + "156.64%", + "168.36%", + "181.15%", + "195.8%", + "213.03%", + "230.27%", + "247.5%", + "266.29%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "117.22%", + "126.77%", + "136.31%", + "149.94%", + "159.48%", + "170.39%", + "185.38%", + "200.37%", + "215.37%", + "231.72%", + "250.47%", + "272.51%", + "294.55%", + "316.59%", + "340.63%" + ] + }, + { + "name": "荒泷逆袈裟连斩伤害", + "unit": "", + "isSame": false, + "values": [ + "91.16%", + "98.58%", + "106%", + "116.6%", + "124.02%", + "132.5%", + "144.16%", + "155.82%", + "167.48%", + "180.2%", + "194.77%", + "211.92%", + "229.06%", + "246.2%", + "264.89%" + ] + }, + { + "name": "荒泷逆袈裟终结伤害", + "unit": "", + "isSame": false, + "values": [ + "190.92%", + "206.46%", + "222%", + "244.2%", + "259.74%", + "277.5%", + "301.92%", + "326.34%", + "350.76%", + "377.4%", + "407.92%", + "443.82%", + "479.72%", + "515.62%", + "554.78%" + ] + }, + { + "name": "乱神之怪力持续时间", + "unit": "", + "isSame": true, + "values": [ + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒" + ] + }, + { + "name": "左一文字斩伤害", + "unit": "", + "isSame": false, + "values": [ + "90.47%", + "97.84%", + "105.2%", + "115.72%", + "123.08%", + "131.5%", + "143.07%", + "154.64%", + "166.22%", + "178.84%", + "193.31%", + "210.32%", + "227.33%", + "244.34%", + "262.89%" + ] + }, + { + "name": "左一文字斩体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "81.83%", + "88.49%", + "95.16%", + "104.67%", + "111.33%", + "118.94%", + "129.41%", + "139.88%", + "150.35%", + "161.76%", + "173.18%", + "184.6%", + "196.02%", + "207.44%", + "218.86%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "163.63% / 204.39%", + "176.95% / 221.02%", + "190.27% / 237.66%", + "209.3% / 261.42%", + "222.62% / 278.06%", + "237.84% / 297.07%", + "258.77% / 323.21%", + "279.7% / 349.36%", + "300.63% / 375.5%", + "323.46% / 404.02%", + "346.29% / 432.54%", + "369.12% / 461.06%", + "391.96% / 489.57%", + "414.79% / 518.09%", + "437.62% / 546.61%" + ] + } + ] + }, + "e": { + "id": 5732, + "name": "魔杀绝技·赤牛发破!", + "desc": [ + "将荒泷派编外成员小赤牛「阿丑」高速投掷出去,对命中的敌人造成岩元素伤害!「阿丑」命中敌人时,会为荒泷一斗提供1层「乱神之怪力」效果。", + "

「阿丑」会留在场上提供支援:

", + "·持续嘲讽周围的敌人,吸引火力;", + "·耐久度按比例继承荒泷一斗的生命值上限;", + "·受到伤害时,会为荒泷一斗自己提供1层「乱神之怪力」效果。每2秒至多通过这种方式提供1层;", + "·耐久度耗尽或持续时间结束时会逃走,并在离开时为荒泷一斗自己提供1层「乱神之怪力」效果。", + "

长按

", + "调整投掷方向。", + "「阿丑」被视为岩元素创造物;同时只能存在一个由荒泷一斗自己召唤的「阿丑」。", + "招式名字出自小说《鬼武道》(著者·顺吉),但是照搬原文「鬼杀绝技」似乎有点版权问题,而且一斗是「鬼」啊。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "307.2%", + "330.24%", + "353.28%", + "384%", + "407.04%", + "430.08%", + "460.8%", + "491.52%", + "522.24%", + "552.96%", + "583.68%", + "614.4%", + "652.8%", + "691.2%", + "729.6%" + ] + }, + { + "name": "继承生命", + "unit": "", + "isSame": true, + "values": [ + "100%", + "100%", + "100%", + "100%", + "100%", + "100%", + "100%", + "100%", + "100%", + "100%", + "100%", + "100%", + "100%", + "100%", + "100%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + } + ] + }, + "q": { + "id": 5739, + "name": "最恶鬼王·一斗轰临!!", + "desc": [ + "是时候展现荒泷派的一斗之威名了!在接下来的一段时间内化身「怒目鬼王」,使用鬼王金碎棒战斗。", + "具有如下特性:", + "·普通攻击、重击与下落攻击造成的伤害转为无法被附魔覆盖的岩元素伤害;", + "·提高荒泷一斗普通攻击的攻击速度,并基于其防御力,提高攻击力;", + "·第一与第三段攻击在命中敌人时,将为荒泷一斗自己提供1层「乱神之怪力」效果;", + "·荒泷一斗的所有元素抗性与物理抗性降低20%。", + "「怒目鬼王」状态将在荒泷一斗退场时解除。", + "一斗奥义中的奥义(自称)。为了变强去模仿其他东西没有意义,因为世界上最强最恶的鬼王即「荒泷一斗」是也。那一斗只要去模仿一斗就可以了!", + "翔太觉得很帅。" + ], + "tables": [ + { + "name": "攻击力提高", + "unit": "防御力", + "isSame": false, + "values": [ + "57.6%", + "61.92%", + "66.24%", + "72%", + "76.32%", + "80.64%", + "86.4%", + "92.16%", + "97.92%", + "103.68%", + "109.44%", + "115.2%", + "122.4%", + "129.6%", + "136.8%" + ] + }, + { + "name": "攻击速度提高", + "unit": "", + "isSame": true, + "values": [ + "10%", + "10%", + "10%", + "10%", + "10%", + "10%", + "10%", + "10%", + "10%", + "10%", + "10%", + "10%", + "10%", + "10%", + "10%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "11秒", + "11秒", + "11秒", + "11秒", + "11秒", + "11秒", + "11秒", + "11秒", + "11秒", + "11秒", + "11秒", + "11秒", + "11秒", + "11秒", + "11秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 79.23, + 85.68, + 92.13, + 101.34, + 107.79, + 115.16, + 125.3, + 135.43, + 145.57, + 156.62, + 169.29, + 184.19, + 199.08, + 213.98, + 230.23 + ], + "二段伤害": [ + 76.37, + 82.58, + 88.8, + 97.68, + 103.9, + 111, + 120.77, + 130.54, + 140.3, + 150.96, + 163.17, + 177.53, + 191.89, + 206.25, + 221.91 + ], + "三段伤害": [ + 91.64, + 99.1, + 106.56, + 117.22, + 124.68, + 133.2, + 144.92, + 156.64, + 168.36, + 181.15, + 195.8, + 213.03, + 230.27, + 247.5, + 266.29 + ], + "四段伤害": [ + 117.22, + 126.77, + 136.31, + 149.94, + 159.48, + 170.39, + 185.38, + 200.37, + 215.37, + 231.72, + 250.47, + 272.51, + 294.55, + 316.59, + 340.63 + ], + "荒泷逆袈裟连斩伤害": [ + 91.16, + 98.58, + 106, + 116.6, + 124.02, + 132.5, + 144.16, + 155.82, + 167.48, + 180.2, + 194.77, + 211.92, + 229.06, + 246.2, + 264.89 + ], + "荒泷逆袈裟终结伤害": [ + 190.92, + 206.46, + 222, + 244.2, + 259.74, + 277.5, + 301.92, + 326.34, + 350.76, + 377.4, + 407.92, + 443.82, + 479.72, + 515.62, + 554.78 + ], + "左一文字斩伤害": [ + 90.47, + 97.84, + 105.2, + 115.72, + 123.08, + 131.5, + 143.07, + 154.64, + 166.22, + 178.84, + 193.31, + 210.32, + 227.33, + 244.34, + 262.89 + ], + "下坠期间伤害": [ + 81.83, + 88.49, + 95.16, + 104.67, + 111.33, + 118.94, + 129.41, + 139.88, + 150.35, + 161.76, + 173.18, + 184.6, + 196.02, + 207.44, + 218.86 + ], + "低空/高空坠地冲击伤害": [ + [ + 163.63, + 204.39 + ], + [ + 176.95, + 221.02 + ], + [ + 190.27, + 237.66 + ], + [ + 209.3, + 261.42 + ], + [ + 222.62, + 278.06 + ], + [ + 237.84, + 297.07 + ], + [ + 258.77, + 323.21 + ], + [ + 279.7, + 349.36 + ], + [ + 300.63, + 375.5 + ], + [ + 323.46, + 404.02 + ], + [ + 346.29, + 432.54 + ], + [ + 369.12, + 461.06 + ], + [ + 391.96, + 489.57 + ], + [ + 414.79, + 518.09 + ], + [ + 437.62, + 546.61 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 163.63, + 204.39 + ], + [ + 176.95, + 221.02 + ], + [ + 190.27, + 237.66 + ], + [ + 209.3, + 261.42 + ], + [ + 222.62, + 278.06 + ], + [ + 237.84, + 297.07 + ], + [ + 258.77, + 323.21 + ], + [ + 279.7, + 349.36 + ], + [ + 300.63, + 375.5 + ], + [ + 323.46, + 404.02 + ], + [ + 346.29, + 432.54 + ], + [ + 369.12, + 461.06 + ], + [ + 391.96, + 489.57 + ], + [ + 414.79, + 518.09 + ], + [ + 437.62, + 546.61 + ] + ] + }, + "e": { + "技能伤害": [ + 307.2, + 330.24, + 353.28, + 384, + 407.04, + 430.08, + 460.8, + 491.52, + 522.24, + 552.96, + 583.68, + 614.4, + 652.8, + 691.2, + 729.6 + ] + }, + "q": { + "攻击力提高": [ + 57.6, + 61.92, + 66.24, + 72, + 76.32, + 80.64, + 86.4, + 92.16, + 97.92, + 103.68, + 109.44, + 115.2, + 122.4, + 129.6, + 136.8 + ] + } + }, + "cons": { + "1": { + "name": "倘若不知,我讲你听", + "desc": [ + "施放最恶鬼王·一斗轰临!!后,荒泷一斗获得2层「乱神之怪力」效果。1秒后,荒泷一斗每0.5秒再获得1层「乱神之怪力」效果,持续1.5秒。" + ] + }, + "2": { + "name": "纠集众人,斗倒御岳", + "desc": [ + "施放最恶鬼王·一斗轰临!!后,队伍中每个元素类型为岩元素的角色,都将使其冷却时间减少1.5秒,使荒泷一斗的元素能量恢复6点。", + "通过这种方式,至多减少4.5秒冷却时间,恢复18点元素能量。" + ] + }, + "3": { + "name": "水陆自在,牛王同行", + "desc": [ + "魔杀绝技·赤牛发破!的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "奉行牢狱,茶饭之所", + "desc": [ + "最恶鬼王·一斗轰临!!施加的「怒目鬼王」状态结束后,附近的队伍中所有角色的防御力提升20%,攻击力提升20%,持续10秒。" + ] + }, + "5": { + "name": "十年花坂,皆知我名", + "desc": [ + "最恶鬼王·一斗轰临!!的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "在下荒泷一斗是也", + "desc": [ + "荒泷一斗的重击的暴击伤害提高70%;此外,施展「荒泷逆袈裟」时,有50%的几率不消耗「乱神之怪力」。" + ] + } + }, + "passive": [ + { + "name": "干裂枝碎", + "desc": [ + "队伍中自己的角色通过攻击树木获取木材时,有25%的几率获得额外的木材。" + ] + }, + { + "name": "荒泷第一", + "desc": [ + "荒泷一斗施展连续的「荒泷逆袈裟」时,获得以下效果:", + "·每次斩击都将使接下来的斩击攻击速度提升10%,通过这种方法至多提升30%;", + "·提升抗打断能力。", + "这些效果将在连续施展结束时消失。" + ] + }, + { + "name": "赤鬼之血", + "desc": [ + "「荒泷逆袈裟」造成的伤害提高,伤害提高值基于荒泷一斗防御力的35%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cpct" + ], + "details": { + "1": [ + 1001, + 17.69, + 74.67, + 0 + ], + "20": [ + 2597, + 45.89, + 193.69, + 0 + ], + "40": [ + 5170, + 91.35, + 385.62, + 0 + ], + "50": [ + 6649, + 117.5, + 495.99, + 4.8 + ], + "60": [ + 8341, + 147.4, + 622.2, + 9.6 + ], + "70": [ + 9838, + 173.85, + 733.85, + 9.6 + ], + "80": [ + 11345, + 200.47, + 846.24, + 14.4 + ], + "90": [ + 12858, + 227.22, + 959.16, + 19.2 + ], + "20+": [ + 3455, + 61.05, + 257.71, + 0 + ], + "40+": [ + 5779, + 102.13, + 431.11, + 4.8 + ], + "50+": [ + 7462, + 131.87, + 556.65, + 9.6 + ], + "60+": [ + 8951, + 158.17, + 667.69, + 9.6 + ], + "70+": [ + 10448, + 184.62, + 779.34, + 14.4 + ], + "80+": [ + 11954, + 211.25, + 891.73, + 19.2 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-1.webp" new file mode 100644 index 0000000000..fde436d64c Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-2.webp" new file mode 100644 index 0000000000..b33de51834 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-3.webp" new file mode 100644 index 0000000000..a505f58ddb Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-4.webp" new file mode 100644 index 0000000000..b49418970b Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-5.webp" new file mode 100644 index 0000000000..0f55614b7d Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-6.webp" new file mode 100644 index 0000000000..e3043a9615 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/passive-0.webp" new file mode 100644 index 0000000000..0395f02a06 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/passive-1.webp" new file mode 100644 index 0000000000..46db27617d Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/passive-2.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/passive-2.webp" new file mode 100644 index 0000000000..610a1497d2 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/talent-a.webp" new file mode 100644 index 0000000000..96b89f618e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/talent-e.webp" new file mode 100644 index 0000000000..a505f58ddb Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/talent-q.webp" new file mode 100644 index 0000000000..674cc746a4 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/banner.webp" new file mode 100644 index 0000000000..39bf8ef421 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/card.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/card.webp" new file mode 100644 index 0000000000..253d8243b6 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/face.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/face.webp" new file mode 100644 index 0000000000..0546d9f006 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/gacha.webp" new file mode 100644 index 0000000000..6f559b5bce Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/side.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/side.webp" new file mode 100644 index 0000000000..b33de7db09 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/splash.webp" new file mode 100644 index 0000000000..323f209725 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\222\346\263\267\344\270\200\346\226\227/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/data.json" "b/plugin/kokomi/data/character/\350\215\247/data.json" new file mode 100644 index 0000000000..d654e97a2b --- /dev/null +++ "b/plugin/kokomi/data/character/\350\215\247/data.json" @@ -0,0 +1,74 @@ +{ + "id": 10000007, + "name": "荧", + "abbr": "荧", + "title": "异界的旅人", + "star": 5, + "elem": "multi", + "allegiance": "——", + "weapon": "sword", + "birth": "-", + "astro": "旅人座", + "desc": "从世界之外漂流而来的旅行者,被神带走血亲,自此踏上寻找七神之路。", + "cncv": "宴宁&多多poi", + "jpcv": "悠木碧&古贺葵", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10875, + "atk": 212.4, + "def": 682.52 + }, + "growAttr": { + "key": "atkPct", + "value": 24 + }, + "talentKey": { + "731": "a", + "732": "e", + "739": "q", + "932": "e", + "939": "q", + "1031": "a", + "1032": "e", + "1039": "q", + "1131": "a", + "1132": "e", + "1139": "q" + }, + "talentId": { + "10067": 732, + "10068": 739, + "10077": 932, + "10078": 939, + "10117": 1132, + "10118": 1139, + "10602": 1032, + "10605": 1039, + "100553": 731, + "100555": 731, + "100556": 1031, + "100557": 1131 + }, + "talentElem": { + "732": "anemo", + "739": "anemo", + "932": "geo", + "939": "geo", + "1032": "electro", + "1039": "electro", + "1132": "dendro", + "1139": "dendro" + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "璀璨原钻", + "specialty": "风车菊", + "normal": "不祥的面具", + "talent": "「诗文」的哲学", + "weekly": "东风的吐息" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\215\247/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\215\247/icons/cons-1.webp" new file mode 100644 index 0000000000..68a9cba14e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\215\247/icons/cons-2.webp" new file mode 100644 index 0000000000..b32cd25dc7 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\215\247/icons/cons-3.webp" new file mode 100644 index 0000000000..e0053bf7cc Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\215\247/icons/cons-4.webp" new file mode 100644 index 0000000000..1ae72ea437 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\215\247/icons/cons-5.webp" new file mode 100644 index 0000000000..20e9623949 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\215\247/icons/cons-6.webp" new file mode 100644 index 0000000000..9e5b66523b Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\215\247/icons/passive-0.webp" new file mode 100644 index 0000000000..36e30b63d9 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\215\247/icons/passive-1.webp" new file mode 100644 index 0000000000..c13895ed83 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\215\247/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\215\247/icons/talent-e.webp" new file mode 100644 index 0000000000..20e9623949 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\215\247/icons/talent-q.webp" new file mode 100644 index 0000000000..690846eaee Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\215\247/imgs/banner.webp" new file mode 100644 index 0000000000..5b3229f770 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/imgs/card.webp" "b/plugin/kokomi/data/character/\350\215\247/imgs/card.webp" new file mode 100644 index 0000000000..97017f995b Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/imgs/face.webp" "b/plugin/kokomi/data/character/\350\215\247/imgs/face.webp" new file mode 100644 index 0000000000..e3e21234ad Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\215\247/imgs/gacha.webp" new file mode 100644 index 0000000000..a468c50a15 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/imgs/side.webp" "b/plugin/kokomi/data/character/\350\215\247/imgs/side.webp" new file mode 100644 index 0000000000..7eff3c2e09 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\215\247/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\215\247/imgs/splash.webp" new file mode 100644 index 0000000000..62ab194bad Binary files /dev/null and "b/plugin/kokomi/data/character/\350\215\247/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/data.json" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/data.json" new file mode 100644 index 0000000000..22aaa761b4 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\216\253\345\250\234/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000041, + "name": "莫娜", + "abbr": "莫娜", + "title": "星天水镜", + "star": 5, + "elem": "hydro", + "allegiance": "蒙德城", + "weapon": "catalyst", + "birth": "8-31", + "astro": "映天座", + "desc": "神秘的少女占星术士,声称自己是「伟大的占星术士莫娜」,拥有与名号相符的不俗实力,博学而高傲。", + "cncv": "陈婷婷", + "jpcv": "小原好美", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10409, + "atk": 287.01, + "def": 653.27 + }, + "growAttr": { + "key": "recharge", + "value": 32 + }, + "talentKey": { + "4131": "a", + "4132": "e", + "4139": "q" + }, + "talentId": { + "10411": 4131, + "10412": 4132, + "10415": 4139 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "涤净青金", + "boss": "净水之心", + "specialty": "慕风蘑菇", + "normal": "原素花蜜", + "talent": "「抗争」的哲学", + "weekly": "北风之环" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/detail.json" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/detail.json" new file mode 100644 index 0000000000..71e47b1369 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\216\253\345\250\234/detail.json" @@ -0,0 +1,936 @@ +{ + "id": "41", + "name": "莫娜", + "talent": { + "a": { + "id": 4131, + "name": "普通攻击·因果点破", + "desc": [ + "

普通攻击

", + "进行至多四段的水花攻击,造成水元素伤害。", + "

重击

", + "消耗一定体力,短暂咏唱后,造成水元素范围伤害。", + "

下落攻击

", + "凝聚水元素的力量,从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成水元素范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "37.6%", + "40.42%", + "43.24%", + "47%", + "49.82%", + "52.64%", + "56.4%", + "60.16%", + "63.92%", + "67.68%", + "71.44%", + "75.2%", + "79.9%", + "84.6%", + "89.3%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "36%", + "38.7%", + "41.4%", + "45%", + "47.7%", + "50.4%", + "54%", + "57.6%", + "61.2%", + "64.8%", + "68.4%", + "72%", + "76.5%", + "81%", + "85.5%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.8%", + "48.16%", + "51.52%", + "56%", + "59.36%", + "62.72%", + "67.2%", + "71.68%", + "76.16%", + "80.64%", + "85.12%", + "89.6%", + "95.2%", + "100.8%", + "106.4%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "56.16%", + "60.37%", + "64.58%", + "70.2%", + "74.41%", + "78.62%", + "84.24%", + "89.86%", + "95.47%", + "101.09%", + "106.7%", + "112.32%", + "119.34%", + "126.36%", + "133.38%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "149.72%", + "160.95%", + "172.18%", + "187.15%", + "198.38%", + "209.61%", + "224.58%", + "239.55%", + "254.52%", + "269.5%", + "285.07%", + "305.43%", + "325.79%", + "346.15%", + "366.51%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点", + "50点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 4132, + "name": "水中幻愿", + "desc": [ + "

聚集水花汇成命运的虚影。

", + "

虚影

", + "具有如下特性:", + "·持续嘲讽周围的敌人,吸引火力;", + "·持续对附近的敌人造成水元素伤害;", + "·持续时间结束时,虚影破裂,造成水元素范围伤害。", + "

长按

", + "借助水流之势迅速后退,并唤出虚影。", + "场上同时只能存在一个通过水中幻愿创造的虚影。", + "高深的占星术士一直试图制造自身的虚影来转嫁将要到来的厄运。但是如此嘲讽厄运的人,莫娜应该是提瓦特第一个。" + ], + "tables": [ + { + "name": "持续伤害", + "unit": "", + "isSame": false, + "values": [ + "32%", + "34.4%", + "36.8%", + "40%", + "42.4%", + "44.8%", + "48%", + "51.2%", + "54.4%", + "57.6%", + "60.8%", + "64%", + "68%", + "72%", + "76%" + ] + }, + { + "name": "爆裂伤害", + "unit": "", + "isSame": false, + "values": [ + "132.8%", + "142.76%", + "152.72%", + "166%", + "175.96%", + "185.92%", + "199.2%", + "212.48%", + "225.76%", + "239.04%", + "252.32%", + "265.6%", + "282.2%", + "298.8%", + "315.4%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + } + ] + }, + "q": { + "id": 4139, + "name": "星命定轨", + "desc": [ + "凝聚粼粼的水波,倒映出虚幻星空,对大范围内的敌人施加泡影状态。", + "

泡影

", + "以星相的气泡包裹敌人,施加潮湿状态。较弱的敌人会被禁锢在泡影中,无法行动。", + "处于泡影影响下的敌人受到伤害时,会产生以下效果:", + "·对敌人施加星异的伤害加成效果,并以此提高这一次造成的伤害;", + "·解除泡影效果,并额外造成一次水元素伤害。", + "

星异

", + "持续时间内,提高受到的伤害。", + "自从神的目光开始牵引着天上的光明,命运自此被称之为命运。" + ], + "tables": [ + { + "name": "泡影持续时间", + "unit": "", + "isSame": true, + "values": [ + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒" + ] + }, + { + "name": "泡影破裂伤害", + "unit": "", + "isSame": false, + "values": [ + "442.4%", + "475.58%", + "508.76%", + "553%", + "586.18%", + "619.36%", + "663.6%", + "707.84%", + "752.08%", + "796.32%", + "840.56%", + "884.8%", + "940.1%", + "995.4%", + "1050.7%" + ] + }, + { + "name": "伤害加成", + "unit": "", + "isSame": false, + "values": [ + "42%", + "44%", + "46%", + "48%", + "50%", + "52%", + "54%", + "56%", + "58%", + "60%", + "60%", + "60%", + "60%", + "60%", + "60%" + ] + }, + { + "name": "星异持续时间", + "unit": "", + "isSame": false, + "values": [ + "4秒", + "4秒", + "4秒", + "4.5秒", + "4.5秒", + "4.5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 37.6, + 40.42, + 43.24, + 47, + 49.82, + 52.64, + 56.4, + 60.16, + 63.92, + 67.68, + 71.44, + 75.2, + 79.9, + 84.6, + 89.3 + ], + "二段伤害": [ + 36, + 38.7, + 41.4, + 45, + 47.7, + 50.4, + 54, + 57.6, + 61.2, + 64.8, + 68.4, + 72, + 76.5, + 81, + 85.5 + ], + "三段伤害": [ + 44.8, + 48.16, + 51.52, + 56, + 59.36, + 62.72, + 67.2, + 71.68, + 76.16, + 80.64, + 85.12, + 89.6, + 95.2, + 100.8, + 106.4 + ], + "四段伤害": [ + 56.16, + 60.37, + 64.58, + 70.2, + 74.41, + 78.62, + 84.24, + 89.86, + 95.47, + 101.09, + 106.7, + 112.32, + 119.34, + 126.36, + 133.38 + ], + "重击伤害": [ + 149.72, + 160.95, + 172.18, + 187.15, + 198.38, + 209.61, + 224.58, + 239.55, + 254.52, + 269.5, + 285.07, + 305.43, + 325.79, + 346.15, + 366.51 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "持续伤害": [ + 32, + 34.4, + 36.8, + 40, + 42.4, + 44.8, + 48, + 51.2, + 54.4, + 57.6, + 60.8, + 64, + 68, + 72, + 76 + ], + "爆裂伤害": [ + 132.8, + 142.76, + 152.72, + 166, + 175.96, + 185.92, + 199.2, + 212.48, + 225.76, + 239.04, + 252.32, + 265.6, + 282.2, + 298.8, + 315.4 + ] + }, + "q": { + "泡影破裂伤害": [ + 442.4, + 475.58, + 508.76, + 553, + 586.18, + 619.36, + 663.6, + 707.84, + 752.08, + 796.32, + 840.56, + 884.8, + 940.1, + 995.4, + 1050.7 + ], + "伤害加成": [ + 42, + 44, + 46, + 48, + 50, + 52, + 54, + 56, + 58, + 60, + 60, + 60, + 60, + 60, + 60 + ], + "星异持续时间": [ + 4, + 4, + 4, + 4.5, + 4.5, + 4.5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5 + ] + } + }, + "cons": { + "1": { + "name": "沉没的预言", + "desc": [ + "队伍中自己的角色攻击命中处于星异状态下的敌人后的8秒内,水元素相关反应的效果提升:", + "·感电反应造成的伤害提升15%,蒸发反应造成的伤害提升15%,水元素扩散反应造成的伤害提升15%;", + "·冻结反应的持续时间延长15%。" + ] + }, + "2": { + "name": "星月的连珠", + "desc": [ + "普通攻击命中时,有20%的几率自动施放一次重击。", + "该效果每5秒只能触发一次。" + ] + }, + "3": { + "name": "不休的天象", + "desc": [ + "

星命定轨的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "灭绝的预言", + "desc": [ + "队伍中所有角色攻击处于星异状态下的敌人时,暴击率提升15%。" + ] + }, + "5": { + "name": "命运的嘲弄", + "desc": [ + "

水中幻愿的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "厄运的修辞", + "desc": [ + "进入虚实流动状态后,每移动1秒,莫娜的下一次重击伤害就增加60%,", + "通过这种方式至多可以获得180%重击伤害加成,该效果至多持续8秒。" + ] + } + }, + "passive": [ + { + "name": "运行原理", + "desc": [ + "合成武器突破素材时,有25%概率返还部分合成材料。" + ] + }, + { + "name": "「老太婆来抓我啊!」", + "desc": [ + "进入虚实流动状态2秒后,如果周围存在敌人,则自动凝聚一个虚影。", + "通过这种方式产生的虚影持续2秒,造成的破裂伤害相当于水中幻愿伤害的50%。" + ] + }, + { + "name": "「托付于命运吧!」", + "desc": [ + "莫娜的水元素伤害加成获得额外提升,提升程度相当于她的元素充能效率的20%。" + ] + }, + { + "id": 4133, + "name": "虚实流动", + "desc": [ + "

替代冲刺

", + "隐入流水,以消耗体力为代价,化为激流快速移动。", + "在虚实流动状态下,莫娜可以在水面上高速移动。", + "结束虚实流动现身时,对周围的敌人施加潮湿状态。", + "这是莫娜能办到,她老师却办不到的事情。无关水元素神之眼,毕竟她老师又不会被追着教育。" + ], + "tables": [ + { + "name": "启动体力消耗", + "unit": "", + "isSame": true, + "values": [ + "10点" + ] + }, + { + "name": "持续体力消耗", + "unit": "", + "isSame": true, + "values": [ + "每秒15点" + ] + } + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "recharge" + ], + "details": { + "1": [ + 810, + 22.34, + 50.86, + 0 + ], + "20": [ + 2102, + 57.96, + 131.92, + 0 + ], + "40": [ + 4185, + 115.39, + 262.64, + 0 + ], + "50": [ + 5383, + 148.42, + 337.82, + 8 + ], + "60": [ + 6752, + 186.19, + 423.78, + 16 + ], + "70": [ + 7964, + 219.59, + 499.82, + 16 + ], + "80": [ + 9184, + 253.23, + 576.37, + 24 + ], + "90": [ + 10409, + 287.01, + 653.27, + 32 + ], + "20+": [ + 2797, + 77.12, + 175.52, + 0 + ], + "40+": [ + 4678, + 129, + 293.62, + 8 + ], + "50+": [ + 6041, + 166.57, + 379.13, + 16 + ], + "60+": [ + 7246, + 199.8, + 454.76, + 16 + ], + "70+": [ + 8458, + 233.21, + 530.8, + 24 + ], + "80+": [ + 9677, + 266.84, + 607.35, + 32 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-1.webp" new file mode 100644 index 0000000000..942aa34fec Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-2.webp" new file mode 100644 index 0000000000..3e6643ffe6 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-3.webp" new file mode 100644 index 0000000000..ad05c4d92d Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-4.webp" new file mode 100644 index 0000000000..c2d796e893 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-5.webp" new file mode 100644 index 0000000000..03c88405a4 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-6.webp" new file mode 100644 index 0000000000..2a2d7641f3 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/passive-0.webp" new file mode 100644 index 0000000000..a7901e989b Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/passive-1.webp" new file mode 100644 index 0000000000..85bcf8b733 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/passive-2.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/passive-2.webp" new file mode 100644 index 0000000000..1e84c249dd Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/passive-3.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/passive-3.webp" new file mode 100644 index 0000000000..8f5581e2c0 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/passive-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/talent-a.webp" new file mode 100644 index 0000000000..493510c1b2 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/talent-e.webp" new file mode 100644 index 0000000000..03c88405a4 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/talent-q.webp" new file mode 100644 index 0000000000..af6c261937 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/banner.webp" new file mode 100644 index 0000000000..0b1e1ff534 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/card.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/card.webp" new file mode 100644 index 0000000000..052f9ac2cb Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/face.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/face.webp" new file mode 100644 index 0000000000..0e8c74ead4 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/gacha.webp" new file mode 100644 index 0000000000..fc3f1ea297 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/side.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/side.webp" new file mode 100644 index 0000000000..7aedc2ace3 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/splash.webp" new file mode 100644 index 0000000000..1443ed2b23 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\253\345\250\234/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/data.json" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/data.json" new file mode 100644 index 0000000000..db910eb2ed --- /dev/null +++ "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/data.json" @@ -0,0 +1,49 @@ +{ + "id": 10000074, + "name": "莱依拉", + "abbr": "莱依拉", + "title": "绮思晚星", + "star": 4, + "elem": "cryo", + "allegiance": "梨多梵谛学院", + "weapon": "sword", + "birth": "12-19", + "astro": "夜莺座", + "desc": "专攻理论星相学的梨多梵谛学院学生。时常梦游,长期缺觉,饱受睡眠问题困扰。", + "cncv": "侯小菲", + "jpcv": "富田美忧", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 11092, + "atk": 216.65, + "def": 655.22 + }, + "growAttr": { + "key": "hpPct", + "value": 24 + }, + "talentKey": { + "7431": "a", + "7432": "e", + "7439": "q" + }, + "talentId": { + "10741": 7431, + "10742": 7432, + "10745": 7439 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "哀叙冰玉", + "boss": "永续机芯", + "specialty": "月莲", + "normal": "禁咒绘卷", + "talent": "「巧思」的哲学", + "weekly": "无心的渊镜" + }, + "eta": 1667358000000 +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/detail.json" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/detail.json" new file mode 100644 index 0000000000..6885360cf7 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/detail.json" @@ -0,0 +1,967 @@ +{ + "id": "74", + "name": "莱依拉", + "talent": { + "a": { + "id": 7431, + "name": "普通攻击·熠辉轨度剑", + "desc": [ + "

普通攻击

", + "进行至多三段的连续剑击。", + "

重击

", + "消耗一定体力,瞬间向前方挥出两剑。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "51.22%", + "55.39%", + "59.56%", + "65.51%", + "69.68%", + "74.44%", + "80.99%", + "87.55%", + "94.1%", + "101.24%", + "108.39%", + "115.54%", + "122.68%", + "129.83%", + "136.98%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "48.48%", + "52.43%", + "56.38%", + "62.01%", + "65.96%", + "70.47%", + "76.67%", + "82.87%", + "89.07%", + "95.84%", + "102.6%", + "109.37%", + "116.13%", + "122.9%", + "129.66%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "72.97%", + "78.91%", + "84.85%", + "93.34%", + "99.28%", + "106.07%", + "115.4%", + "124.73%", + "134.07%", + "144.25%", + "154.43%", + "164.61%", + "174.8%", + "184.98%", + "195.16%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "47.73% + 52.55%", + "51.61% + 56.82%", + "55.5% + 61.1%", + "61.05% + 67.21%", + "64.93% + 71.49%", + "69.38% + 76.38%", + "75.48% + 83.1%", + "81.59% + 89.82%", + "87.69% + 96.54%", + "94.35% + 103.87%", + "101.01% + 111.2%", + "107.67% + 118.53%", + "114.33% + 125.87%", + "120.99% + 133.2%", + "127.65% + 140.53%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 7432, + "name": "垂裳端凝之夜", + "desc": [ + "展开安眠帷幕护盾,并造成冰元素范围伤害。", + "安眠帷幕护盾的伤害吸收量受益于莱依拉的生命值上限,并对冰元素伤害有250%的吸收效果。展开护盾时,为莱依拉施加短暂的冰元素附着。", + "

晚星与飞星

", + "安眠帷幕护盾在持续期间内,将每1.5秒产生1枚依附其上的晚星;处于该护盾庇护下的角色施放元素战技时,也将产生2枚晚星,每0.3秒至多通过这种方式产生一次晚星,至多同时拥有4枚晚星。", + "安眠帷幕护盾的晚星达到4枚后,若附近存在敌人,晚星将转化为自行索敌的飞星依次发射,对命中的敌人造成冰元素伤害。", + "安眠帷幕护盾持续时间结束或被破坏时,晚星将会一同消失。若已经转换为飞星开始发射,飞星将继续存在直至这一轮发射完毕。", + "一轮飞星全部发射完成之前无法产生新的晚星。", + "「我与她像两位未曾谋面的神匠,同坐在一个椅垫上,同描绣一朵梦之花。」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "12.8%", + "13.76%", + "14.72%", + "16%", + "16.96%", + "17.92%", + "19.2%", + "20.48%", + "21.76%", + "23.04%", + "24.32%", + "25.6%", + "27.2%", + "28.8%", + "30.4%" + ] + }, + { + "name": "飞星伤害", + "unit": "", + "isSame": false, + "values": [ + "14.72%", + "15.82%", + "16.93%", + "18.4%", + "19.5%", + "20.61%", + "22.08%", + "23.55%", + "25.02%", + "26.5%", + "27.97%", + "29.44%", + "31.28%", + "33.12%", + "34.96%" + ] + }, + { + "name": "护盾基础吸收量", + "unit": "", + "isSame": false, + "values": [ + "10.8%HP + 1040.01", + "11.61%HP + 1144.02", + "12.42%HP + 1256.71", + "13.5%HP + 1378.06", + "14.31%HP + 1508.08", + "15.12%HP + 1646.76", + "16.2%HP + 1794.12", + "17.28%HP + 1950.14", + "18.36%HP + 2114.83", + "19.44%HP + 2288.19", + "20.52%HP + 2470.22", + "21.6%HP + 2660.91", + "22.95%HP + 2860.27", + "24.3%HP + 3068.3", + "25.65%HP + 3285" + ] + }, + { + "name": "护盾持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + } + ] + }, + "q": { + "id": 7439, + "name": "星流摇床之梦", + "desc": [ + "释放帮助入眠的饰梦天球,持续发射星光弹攻击领域内的敌人,造成冰元素伤害。", + "星光弹命中后,将为附近的安眠帷幕护盾产生1枚晚星。每个安眠帷幕护盾每0.5秒至多通过这种方式获得1枚晚星。", + "「睡吧,睡吧,我知道那诸多星轨在你梦中,诸多命运在你朦胧的睡眼前展露。」" + ], + "tables": [ + { + "name": "星光弹伤害", + "unit": "生命值上限", + "isSame": false, + "values": [ + "4.65%", + "5%", + "5.35%", + "5.81%", + "6.16%", + "6.51%", + "6.97%", + "7.44%", + "7.9%", + "8.37%", + "8.83%", + "9.3%", + "9.88%", + "10.46%", + "11.04%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 51.22, + 55.39, + 59.56, + 65.51, + 69.68, + 74.44, + 80.99, + 87.55, + 94.1, + 101.24, + 108.39, + 115.54, + 122.68, + 129.83, + 136.98 + ], + "二段伤害": [ + 48.48, + 52.43, + 56.38, + 62.01, + 65.96, + 70.47, + 76.67, + 82.87, + 89.07, + 95.84, + 102.6, + 109.37, + 116.13, + 122.9, + 129.66 + ], + "三段伤害": [ + 72.97, + 78.91, + 84.85, + 93.34, + 99.28, + 106.07, + 115.4, + 124.73, + 134.07, + 144.25, + 154.43, + 164.61, + 174.8, + 184.98, + 195.16 + ], + "重击伤害": [ + 100.28, + 108.43, + 116.6, + 128.26, + 136.42000000000002, + 145.76, + 158.57999999999998, + 171.41, + 184.23000000000002, + 198.22, + 212.21, + 226.2, + 240.2, + 254.19, + 268.18 + ], + "重击伤害2": [ + [ + 47.73, + 52.55 + ], + [ + 51.61, + 56.82 + ], + [ + 55.5, + 61.1 + ], + [ + 61.05, + 67.21 + ], + [ + 64.93, + 71.49 + ], + [ + 69.38, + 76.38 + ], + [ + 75.48, + 83.1 + ], + [ + 81.59, + 89.82 + ], + [ + 87.69, + 96.54 + ], + [ + 94.35, + 103.87 + ], + [ + 101.01, + 111.2 + ], + [ + 107.67, + 118.53 + ], + [ + 114.33, + 125.87 + ], + [ + 120.99, + 133.2 + ], + [ + 127.65, + 140.53 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 12.8, + 13.76, + 14.72, + 16, + 16.96, + 17.92, + 19.2, + 20.48, + 21.76, + 23.04, + 24.32, + 25.6, + 27.2, + 28.8, + 30.4 + ], + "飞星伤害": [ + 14.72, + 15.82, + 16.93, + 18.4, + 19.5, + 20.61, + 22.08, + 23.55, + 25.02, + 26.5, + 27.97, + 29.44, + 31.28, + 33.12, + 34.96 + ], + "护盾基础吸收量": [ + 1050.81, + 1155.6299999999999, + 1269.13, + 1391.56, + 1522.3899999999999, + 1661.8799999999999, + 1810.32, + 1967.42, + 2133.19, + 2307.63, + 2490.74, + 2682.5099999999998, + 2883.22, + 3092.6000000000004, + 3310.65 + ], + "护盾基础吸收量2": [ + [ + 10.8, + 1040.01 + ], + [ + 11.61, + 1144.02 + ], + [ + 12.42, + 1256.71 + ], + [ + 13.5, + 1378.06 + ], + [ + 14.31, + 1508.08 + ], + [ + 15.12, + 1646.76 + ], + [ + 16.2, + 1794.12 + ], + [ + 17.28, + 1950.14 + ], + [ + 18.36, + 2114.83 + ], + [ + 19.44, + 2288.19 + ], + [ + 20.52, + 2470.22 + ], + [ + 21.6, + 2660.91 + ], + [ + 22.95, + 2860.27 + ], + [ + 24.3, + 3068.3 + ], + [ + 25.65, + 3285 + ] + ] + }, + "q": { + "星光弹伤害": [ + 4.65, + 5, + 5.35, + 5.81, + 6.16, + 6.51, + 6.97, + 7.44, + 7.9, + 8.37, + 8.83, + 9.3, + 9.88, + 10.46, + 11.04 + ] + } + }, + "cons": { + "1": { + "name": "寐领围垣", + "desc": [ + "垂裳端凝之夜的安眠帷幕护盾的伤害吸收量提高20%。", + "此外,施放垂裳端凝之夜时,将为队伍中附近不处于安眠帷幕护盾庇护下的所有角色生成伤害吸收量为安眠帷幕护盾35%的护盾,该护盾持续12秒,对冰元素伤害有250%的吸收效果。" + ] + }, + "2": { + "name": "归芒携信", + "desc": [ + "垂裳端凝之夜发射的飞星命中敌人时,为莱依拉恢复1点能量。每枚飞星至多通过这种方式为莱依拉恢复一次能量。" + ] + }, + "3": { + "name": "长宵宣秘", + "desc": [ + "垂裳端凝之夜的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "星示昭明", + "desc": [ + "垂裳端凝之夜开始发射一轮飞星时,将为附近的队伍中所有角色赋予「启明」效果,使普通攻击与重击造成的伤害提升,提升值相当于莱依拉生命值上限的5%。", + "「启明」效果至多持续3秒,将在造成普通攻击或重击伤害后的0.05秒后移除。" + ] + }, + "5": { + "name": "悬神系流", + "desc": [ + "星流摇床之梦的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "曜光灵炬", + "desc": [ + "垂裳端凝之夜的飞星造成的伤害提升40%,星流摇床之梦的星光弹造成的伤害提升40%。", + "此外,垂裳端凝之夜产生晚星的间隔时间减少20%。" + ] + } + }, + "passive": [ + { + "name": "叠影的梦兆", + "desc": [ + "合成角色天赋素材时,有10%概率获得2倍产出。" + ] + }, + { + "name": "如光骤现", + "desc": [ + "安眠帷幕护盾在存在期间,每获得一枚晚星时,将产生深眠效果:", + "·处于安眠帷幕护盾庇护下的角色,护盾强效提升6%;", + "·该效果至多叠加4次,持续直到安眠帷幕护盾消失。" + ] + }, + { + "name": "勿扰沉眠", + "desc": [ + "垂裳端凝之夜发射的飞星造成的伤害提高,提高值相当于莱依拉生命值上限的1.5%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "hpPct" + ], + "details": { + "1": [ + 930, + 18.16, + 54.94, + 0 + ], + "20": [ + 2389, + 46.66, + 141.13, + 0 + ], + "40": [ + 4619, + 90.22, + 272.87, + 0 + ], + "50": [ + 5881, + 114.87, + 347.41, + 6 + ], + "60": [ + 7308, + 142.73, + 431.66, + 12 + ], + "70": [ + 8569, + 167.35, + 506.15, + 12 + ], + "80": [ + 9831, + 192, + 580.68, + 18 + ], + "90": [ + 11092, + 216.65, + 655.22, + 24 + ], + "20+": [ + 3084, + 60.23, + 182.17, + 0 + ], + "40+": [ + 5113, + 99.86, + 302.03, + 6 + ], + "50+": [ + 6540, + 127.72, + 386.29, + 12 + ], + "60+": [ + 7801, + 152.37, + 460.82, + 12 + ], + "70+": [ + 9062, + 177, + 535.31, + 18 + ], + "80+": [ + 10324, + 201.64, + 609.84, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-1.webp" new file mode 100644 index 0000000000..a6eba0982c Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-2.webp" new file mode 100644 index 0000000000..86a6a08995 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-3.webp" new file mode 100644 index 0000000000..7c1f6a4552 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-4.webp" new file mode 100644 index 0000000000..3455ef080e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-5.webp" new file mode 100644 index 0000000000..7922e29f4b Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-6.webp" new file mode 100644 index 0000000000..9ec1d83542 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/passive-0.webp" new file mode 100644 index 0000000000..a5bf3c2d35 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/passive-1.webp" new file mode 100644 index 0000000000..aa310c625b Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/passive-2.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/passive-2.webp" new file mode 100644 index 0000000000..5faba98906 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/talent-e.webp" new file mode 100644 index 0000000000..7c1f6a4552 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/talent-q.webp" new file mode 100644 index 0000000000..6974fa93b1 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/banner.webp" new file mode 100644 index 0000000000..2608f91f21 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/banner.webp" @@ -0,0 +1,525 @@ + + + + + + + + + + + + + + + + + + + + + +Honey Impact - Genshin Impact Database - Honey Hunter World + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+
+ + + +

Honey Impact

+
+
Timers
EuropeMondayNorth AmericaMondayAsiaMonday
MonTueWedThuFriSatSun
Forsaken Rift
Jean
Traveler
Lisa
Traveler
Barbara
Kaeya
Diluc
Razor
Amber
Venti
Klee
Fischl
Bennett
Tartaglia
Noelle
Albedo
Diona
Mona
Sucrose
Rosaria
Eula
Aloy
Taishan Mansion
Traveler
Traveler
Xiangling
Beidou
Xingqiu
Xiao
Ningguang
Zhongli
Qiqi
Chongyun
Ganyu
Keqing
Xinyan
Hu Tao
Kaedehara Kazuha
Yanfei
Yelan
Shenhe
Yun Jin
Violet Court
Kamisato Ayaka
Traveler
Traveler
Yoimiya
Thoma
Raiden Shogun
Sayu
Sangonomiya Kokomi
Gorou
Kujou Sara
Arataki Itto
Yae Miko
Shikanoin Heizou
Kuki Shinobu
Kamisato Ayato
Steeple of Ignorance
Traveler
Traveler
Collei
Dori
Tighnari
Nilou
Cyno
Candace
Nahida
Layla
Cecilia Garden
Silver Sword
Cool Steel
Harbinger of Dawn
Traveler’s Handy Sword
Favonius Sword
The Flute
Sacrificial Sword
Royal Longsword
The Black Sword
The Alley Flash
Sword of Descension
Festering Desire
Cinnabar Spindle
Aquila Favonia
Skyward Blade
Freedom-Sworn
Waster Greatsword
Old Merc’s Pal
Ferrous Shadow
Bloodtainted Greatsword
White Iron Greatsword
Favonius Greatsword
The Bell
Sacrificial Greatsword
Royal Greatsword
Snow-Tombed Starsilver
Skyward Pride
Wolf’s Gravestone
Song of Broken Pines
Beginner’s Protector
Iron Point
Deathmatch
Favonius Lance
Dragonspine Spear
Missive Windspear
Skyward Spine
Apprentice’s Notes
Pocket Grimoire
Magic Guide
Thrilling Tales of Dragon Slayers
Otherworldly Story
Favonius Codex
The Widsith
Sacrificial Fragments
Royal Grimoire
Wine and Song
Frostbearer
Dodoco Tales
Skyward Atlas
Lost Prayer to the Sacred Winds
Hunter’s Bow
Seasoned Hunter’s Bow
Raven Bow
Sharpshooter’s Oath
Recurve Bow
Favonius Warbow
The Stringless
Sacrificial Bow
Royal Bow
The Viridescent Hunt
Alley Hunter
Mitternachts Waltz
Windblume Ode
Skyward Harp
Amos’ Bow
Elegy for the End
Hidden Palace of Lianshan Formula
Dark Iron Sword
Fillet Blade
Skyrider Sword
Lion’s Roar
Prototype Rancour
Iron Sting
Blackcliff Longsword
Summit Shaper
Primordial Jade Cutter
Quartz
Debate Club
Skyrider Greatsword
Rainslasher
Prototype Archaic
Whiteblind
Blackcliff Slasher
Serpent Spine
Lithic Blade
Luxurious Sea-Lord
The Unforged
White Tassel
Halberd
Black Tassel
Dragon’s Bane
Prototype Starglitter
Crescent Pike
Blackcliff Pole
Lithic Spear
Royal Spear
Staff of Homa
Vortex Vanquisher
Primordial Jade Winged-Spear
Calamity Queller
Emerald Orb
Twin Nephrite
Amber Bead
Solar Pearl
Prototype Amber
Mappa Mare
Blackcliff Agate
Eye of Perception
Memory of Dust
Slingshot
Messenger
Ebony Bow
Rust
Prototype Crescent
Compound Bow
Blackcliff Warbow
Fading Twilight
Aqua Simulacra
Court of Flowing Sand
Amenoma Kageuchi
Kagotsurube Isshin
Mistsplitter Reforged
Haran Geppaku Futsu
Katsuragikiri Nagamasa
Akuoumaru
Redhorn Stonethresher
Kitain Cross Spear
“The Catch”
Wavebreaker’s Fin
Engulfing Lightning
Hakushin Ring
Oathsworn Eye
Everlasting Moonglow
Kagura’s Verity
Hamayumi
Predator
Mouun’s Moon
Polar Star
Thundering Pulse
Tower of Abject Pride
Sapwood Blade
Xiphos’ Moonlight
Key of Khaj-Nisut
Makhaira Aquamarine
Forest Regalia
Moonpiercer
Staff of the Scarlet Sands
Wandering Evenstar
Fruit of Fulfillment
A Thousand Floating Dreams
King’s Squire
End of the Line
Hunter’s Path
Filter SettingsWe use Local Storage on YOUR device to store filter settings. Usually it’s not needed, but if you clear your browser Local Storage often, consider saving your filter settings, just in case if they go kaput (:
Save /
+
+
+ +
+
+ + + +
+
+
+ + + +
+
+
+

+
+ + + + + + diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/card.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/card.webp" new file mode 100644 index 0000000000..537cad2064 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/face.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/face.webp" new file mode 100644 index 0000000000..011dc99cf6 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/gacha.webp" new file mode 100644 index 0000000000..17b446a29e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/side.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/side.webp" new file mode 100644 index 0000000000..0a7b1689cc Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/splash.webp" new file mode 100644 index 0000000000..5fcb3c90d5 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\216\261\344\276\235\346\213\211/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/data.json" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/data.json" new file mode 100644 index 0000000000..dbf811d477 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/data.json" @@ -0,0 +1,50 @@ +{ + "id": 10000031, + "name": "菲谢尔", + "abbr": "菲谢尔", + "title": "断罪皇女!!", + "star": 4, + "elem": "electro", + "allegiance": "冒险家协会", + "weapon": "bow", + "birth": "5-27", + "astro": "幻鸦座", + "desc": "自称「断罪之皇女」,与名为奥兹的漆黑夜鸦同行的神秘少女。", + "cncv": "Mace&赵悦程", + "jpcv": "内田真礼&增谷康纪", + "costume": [ + 203101 + ], + "ver": 1, + "baseAttr": { + "hp": 9189, + "atk": 244.26, + "def": 593.79 + }, + "growAttr": { + "key": "atkPct", + "value": 24 + }, + "talentKey": { + "3131": "a", + "3132": "e", + "3139": "q" + }, + "talentId": { + "10311": 3131, + "10312": 3132, + "10313": 3139 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "最胜紫晶", + "boss": "雷光棱镜", + "specialty": "小灯草", + "normal": "历战的箭簇", + "talent": "「诗文」的哲学", + "weekly": "北风的魂匣" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/detail.json" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/detail.json" new file mode 100644 index 0000000000..dd8efa3cf1 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/detail.json" @@ -0,0 +1,876 @@ +{ + "id": "31", + "name": "菲谢尔", + "talent": { + "a": { + "id": 3131, + "name": "普通攻击·罪灭之矢", + "desc": [ + "

普通攻击

", + "进行至多五段的连续弓箭射击。", + "

重击

", + "进行伤害更高、更为精准的瞄准射击。", + "瞄准时,幽夜净土的黯雷精灵会听从皇女的号令,凭附在她的雷影魔箭上。聚满了断罪之雷的魔箭会造成高额的雷元素伤害。", + "

下落攻击

", + "从空中射出箭雨,并迅速下坠冲击地面,在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.12%", + "47.71%", + "51.3%", + "56.43%", + "60.02%", + "64.13%", + "69.77%", + "75.41%", + "81.05%", + "87.21%", + "93.37%", + "99.52%", + "105.68%", + "111.83%", + "117.99%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "46.78%", + "50.59%", + "54.4%", + "59.84%", + "63.65%", + "68%", + "73.98%", + "79.97%", + "85.95%", + "92.48%", + "99.01%", + "105.54%", + "112.06%", + "118.59%", + "125.12%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "58.14%", + "62.87%", + "67.6%", + "74.36%", + "79.09%", + "84.5%", + "91.94%", + "99.37%", + "106.81%", + "114.92%", + "123.03%", + "131.14%", + "139.26%", + "147.37%", + "155.48%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "57.71%", + "62.4%", + "67.1%", + "73.81%", + "78.51%", + "83.88%", + "91.26%", + "98.64%", + "106.02%", + "114.07%", + "122.12%", + "130.17%", + "138.23%", + "146.28%", + "154.33%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "72.07%", + "77.93%", + "83.8%", + "92.18%", + "98.05%", + "104.75%", + "113.97%", + "123.19%", + "132.4%", + "142.46%", + "152.52%", + "162.57%", + "172.63%", + "182.68%", + "192.74%" + ] + }, + { + "name": "瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "43.86%", + "47.43%", + "51%", + "56.1%", + "59.67%", + "63.75%", + "69.36%", + "74.97%", + "80.58%", + "86.7%", + "92.82%", + "98.94%", + "105.06%", + "111.18%", + "117.3%" + ] + }, + { + "name": "满蓄力瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "124%", + "133.3%", + "142.6%", + "155%", + "164.3%", + "173.6%", + "186%", + "198.4%", + "210.8%", + "223.2%", + "235.6%", + "248%", + "263.5%", + "279%", + "294.5%" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 3132, + "name": "夜巡影翼", + "desc": [ + "召唤奥兹。暗影与雷电构成的夜鸦降生尘世时,会在小范围内造成雷元素伤害。", + "存在期间内,奥兹会持续发射雷之魔弹攻击附近的敌人。", + "

长按以调整技能生效位置。

", + "奥兹存在期间内再次点按可以将其召唤至身旁。", + "「本皇女的精力,可是很宝贵的,不值得浪费在你们这种人身上…奥兹,请你替我降下那撕开永夜的断罪之雷吧。」", + "——《菲谢尔皇女夜谭·卷四·「永别世界夫人」》" + ], + "tables": [ + { + "name": "奥兹攻击伤害", + "unit": "", + "isSame": false, + "values": [ + "88.8%", + "95.46%", + "102.12%", + "111%", + "117.66%", + "124.32%", + "133.2%", + "142.08%", + "150.96%", + "159.84%", + "168.72%", + "177.6%", + "188.7%", + "199.8%", + "210.9%" + ] + }, + { + "name": "召唤伤害", + "unit": "", + "isSame": false, + "values": [ + "115.44%", + "124.1%", + "132.76%", + "144.3%", + "152.96%", + "161.62%", + "173.16%", + "184.7%", + "196.25%", + "207.79%", + "219.34%", + "230.88%", + "245.31%", + "259.74%", + "274.17%" + ] + }, + { + "name": "奥兹存在时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒" + ] + } + ] + }, + "q": { + "id": 3139, + "name": "至夜幻现", + "desc": [ + "呼唤奥兹,张开纯粹的夜色编织成的双翼,守护菲谢尔。", + "持续期间,具有如下效果:", + "·以奥兹的形态进行高速移动;", + "·对附近的敌人降下落雷,造成雷元素伤害。每个敌人只能受到一次落雷伤害;", + "·效果结束时,奥兹将会停留在战场上,攻击皇女的敌人。若奥兹已经在场,则重置奥兹的存在时间。", + "…追随着受诅咒的断罪之血而来的群兽当中,只有那见证过一千世界寂灭的夜鸦亲王,能明白她的崇高。于是它张开至夜织成的双翼荫蔽高贵的皇女,并发誓永远守护她。", + "——《菲谢尔皇女夜谭·卷一·「末日解体概要」》" + ], + "tables": [ + { + "name": "落雷伤害", + "unit": "", + "isSame": false, + "values": [ + "208%", + "223.6%", + "239.2%", + "260%", + "275.6%", + "291.2%", + "312%", + "332.8%", + "353.6%", + "374.4%", + "395.2%", + "416%", + "442%", + "468%", + "494%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 44.12, + 47.71, + 51.3, + 56.43, + 60.02, + 64.13, + 69.77, + 75.41, + 81.05, + 87.21, + 93.37, + 99.52, + 105.68, + 111.83, + 117.99 + ], + "二段伤害": [ + 46.78, + 50.59, + 54.4, + 59.84, + 63.65, + 68, + 73.98, + 79.97, + 85.95, + 92.48, + 99.01, + 105.54, + 112.06, + 118.59, + 125.12 + ], + "三段伤害": [ + 58.14, + 62.87, + 67.6, + 74.36, + 79.09, + 84.5, + 91.94, + 99.37, + 106.81, + 114.92, + 123.03, + 131.14, + 139.26, + 147.37, + 155.48 + ], + "四段伤害": [ + 57.71, + 62.4, + 67.1, + 73.81, + 78.51, + 83.88, + 91.26, + 98.64, + 106.02, + 114.07, + 122.12, + 130.17, + 138.23, + 146.28, + 154.33 + ], + "五段伤害": [ + 72.07, + 77.93, + 83.8, + 92.18, + 98.05, + 104.75, + 113.97, + 123.19, + 132.4, + 142.46, + 152.52, + 162.57, + 172.63, + 182.68, + 192.74 + ], + "瞄准射击": [ + 43.86, + 47.43, + 51, + 56.1, + 59.67, + 63.75, + 69.36, + 74.97, + 80.58, + 86.7, + 92.82, + 98.94, + 105.06, + 111.18, + 117.3 + ], + "满蓄力瞄准射击": [ + 124, + 133.3, + 142.6, + 155, + 164.3, + 173.6, + 186, + 198.4, + 210.8, + 223.2, + 235.6, + 248, + 263.5, + 279, + 294.5 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "奥兹攻击伤害": [ + 88.8, + 95.46, + 102.12, + 111, + 117.66, + 124.32, + 133.2, + 142.08, + 150.96, + 159.84, + 168.72, + 177.6, + 188.7, + 199.8, + 210.9 + ], + "召唤伤害": [ + 115.44, + 124.1, + 132.76, + 144.3, + 152.96, + 161.62, + 173.16, + 184.7, + 196.25, + 207.79, + 219.34, + 230.88, + 245.31, + 259.74, + 274.17 + ] + }, + "q": { + "落雷伤害": [ + 208, + 223.6, + 239.2, + 260, + 275.6, + 291.2, + 312, + 332.8, + 353.6, + 374.4, + 395.2, + 416, + 442, + 468, + 494 + ] + } + }, + "cons": { + "1": { + "name": "幽邃鸦眼", + "desc": [ + "奥兹不在战场上时,也会透过鸦眼守望菲谢尔。在菲谢尔对敌人进行普通攻击时,奥兹会通过鸦眼协同攻击,造成22%攻击力的伤害。" + ] + }, + "2": { + "name": "圣裁影羽", + "desc": [ + "施放夜巡影翼时,能额外造成200%攻击力的伤害,并使影响范围扩大50%。" + ] + }, + "3": { + "name": "渊色黑翼", + "desc": [ + "

夜巡影翼的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "皇女幻绮谭", + "desc": [ + "施放至夜幻现时,会对周围的敌人造成222%攻击力的雷元素伤害;", + "技能效果结束时,会为菲谢尔恢复20%生命值。" + ] + }, + "5": { + "name": "至夜默示录", + "desc": [ + "

至夜幻现的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "永夜之禽", + "desc": [ + "奥兹的存在时间延长2秒。此外,奥兹会协同当前场上自己的角色一起攻击,造成菲谢尔30%攻击力的雷元素伤害。" + ] + } + }, + "passive": [ + { + "name": "吾之后花园", + "desc": [ + "在蒙德执行探索派遣任务时,消耗的时间缩短25%。" + ] + }, + { + "name": "噬星魔鸦", + "desc": [ + "菲谢尔以蓄力完成的瞄准射击命中奥兹时,奥兹会对附近敌人降下圣裁之雷,造成等同射击伤害152.7%的雷元素范围伤害。" + ] + }, + { + "name": "断罪雷影", + "desc": [ + "奥兹在场时,若当前场上自己的角色攻击敌人时触发了雷元素相关反应,则会对敌人降下圣裁之雷,造成菲谢尔80%攻击力的雷元素伤害。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 770, + 20.48, + 49.79, + 0 + ], + "20": [ + 1979, + 52.61, + 127.9, + 0 + ], + "40": [ + 3827, + 101.72, + 247.29, + 0 + ], + "50": [ + 4872, + 129.51, + 314.84, + 6 + ], + "60": [ + 6054, + 160.92, + 391.2, + 12 + ], + "70": [ + 7099, + 188.68, + 458.7, + 12 + ], + "80": [ + 8144, + 216.47, + 526.24, + 18 + ], + "90": [ + 9189, + 244.26, + 593.79, + 24 + ], + "20+": [ + 2555, + 67.91, + 165.09, + 0 + ], + "40+": [ + 4236, + 112.59, + 273.71, + 6 + ], + "50+": [ + 5418, + 144, + 350.07, + 12 + ], + "60+": [ + 6463, + 171.79, + 417.62, + 12 + ], + "70+": [ + 7508, + 199.55, + 485.12, + 18 + ], + "80+": [ + 8553, + 227.34, + 552.67, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-1.webp" new file mode 100644 index 0000000000..c8fccbfbce Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-2.webp" new file mode 100644 index 0000000000..e9a1b21a46 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-3.webp" new file mode 100644 index 0000000000..abea33a7dd Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-4.webp" new file mode 100644 index 0000000000..132e9e97d1 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-5.webp" new file mode 100644 index 0000000000..815161363d Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-6.webp" new file mode 100644 index 0000000000..b133247498 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/passive-0.webp" new file mode 100644 index 0000000000..31175ae341 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/passive-1.webp" new file mode 100644 index 0000000000..99d68c12bb Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/passive-2.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/passive-2.webp" new file mode 100644 index 0000000000..92cf7e9b57 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/talent-a.webp" new file mode 100644 index 0000000000..551e4ae608 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/talent-e.webp" new file mode 100644 index 0000000000..c6c2756fc3 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/talent-q.webp" new file mode 100644 index 0000000000..23e5544230 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/banner.webp" new file mode 100644 index 0000000000..05a21a3491 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/card.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/card.webp" new file mode 100644 index 0000000000..5110e44159 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/face.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/face.webp" new file mode 100644 index 0000000000..66b0db7dad Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/face2.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/face2.webp" new file mode 100644 index 0000000000..afce1b6546 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/face2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/gacha.webp" new file mode 100644 index 0000000000..1a0c9c2ac2 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/side.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/side.webp" new file mode 100644 index 0000000000..9f7f5457b0 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/side2.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/side2.webp" new file mode 100644 index 0000000000..6f86fb434e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/side2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/splash.webp" new file mode 100644 index 0000000000..f378c997b3 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/splash2.webp" "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/splash2.webp" new file mode 100644 index 0000000000..60fd6884e1 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\217\262\350\260\242\345\260\224/imgs/splash2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/data.json" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/data.json" new file mode 100644 index 0000000000..9e0d1567f4 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\241\214\347\247\213/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000025, + "name": "行秋", + "abbr": "行秋", + "title": "少年春衫薄", + "star": 4, + "elem": "hydro", + "allegiance": "飞云商会", + "weapon": "sword", + "birth": "10-9", + "astro": "锦织座", + "desc": "经常能在书摊看到的少年人。手执长剑,胸中常怀侠义之心。", + "cncv": "唐雅菁", + "jpcv": "皆川纯子", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10222, + "atk": 201.78, + "def": 757.6 + }, + "growAttr": { + "key": "atkPct", + "value": 24 + }, + "talentKey": { + "2531": "a", + "2532": "e", + "2539": "q" + }, + "talentId": { + "10381": 2531, + "10382": 2532, + "10385": 2539 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "涤净青金", + "boss": "净水之心", + "specialty": "霓裳花", + "normal": "不祥的面具", + "talent": "「黄金」的哲学", + "weekly": "北风之尾" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/detail.json" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/detail.json" new file mode 100644 index 0000000000..4d7d2f6804 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\241\214\347\247\213/detail.json" @@ -0,0 +1,1129 @@ +{ + "id": "25", + "name": "行秋", + "talent": { + "a": { + "id": 2531, + "name": "普通攻击·古华剑法", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,瞬间向前方挥出两剑。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "46.61%", + "50.41%", + "54.2%", + "59.62%", + "63.41%", + "67.75%", + "73.71%", + "79.67%", + "85.64%", + "92.14%", + "99.59%", + "108.36%", + "117.12%", + "125.88%", + "135.45%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "47.64%", + "51.52%", + "55.4%", + "60.94%", + "64.82%", + "69.25%", + "75.34%", + "81.44%", + "87.53%", + "94.18%", + "101.8%", + "110.76%", + "119.71%", + "128.67%", + "138.44%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "28.55% + 28.55%", + "30.88% + 30.88%", + "33.2% + 33.2%", + "36.52% + 36.52%", + "38.84% + 38.84%", + "41.5% + 41.5%", + "45.15% + 45.15%", + "48.8% + 48.8%", + "52.46% + 52.46%", + "56.44% + 56.44%", + "61.01% + 61.01%", + "66.37% + 66.37%", + "71.74% + 71.74%", + "77.11% + 77.11%", + "82.97% + 82.97%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "55.99%", + "60.54%", + "65.1%", + "71.61%", + "76.17%", + "81.38%", + "88.54%", + "95.7%", + "102.86%", + "110.67%", + "119.62%", + "130.15%", + "140.67%", + "151.2%", + "162.68%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "35.86% + 35.86%", + "38.78% + 38.78%", + "41.7% + 41.7%", + "45.87% + 45.87%", + "48.79% + 48.79%", + "52.13% + 52.13%", + "56.71% + 56.71%", + "61.3% + 61.3%", + "65.89% + 65.89%", + "70.89% + 70.89%", + "76.62% + 76.62%", + "83.37% + 83.37%", + "90.11% + 90.11%", + "96.85% + 96.85%", + "104.21% + 104.21%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "47.3% + 56.16%", + "51.15% + 60.73%", + "55% + 65.3%", + "60.5% + 71.83%", + "64.35% + 76.4%", + "68.75% + 81.63%", + "74.8% + 88.81%", + "80.85% + 95.99%", + "86.9% + 103.17%", + "93.5% + 111.01%", + "101.06% + 119.99%", + "109.96% + 130.55%", + "118.85% + 141.11%", + "127.74% + 151.67%", + "137.44% + 163.18%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 2532, + "name": "古华剑·画雨笼山", + "desc": [ + "使出连续两段的剑技,对前方的敌人造成水元素伤害。同时,生成最大数量的雨帘剑围绕在当前场上自己的角色身边。", + "具有如下特性:", + "·角色受到伤害时会破碎,降低受到的伤害;", + "·提高角色的抗打断能力。", + "行秋水元素伤害加成的20%将转换为雨帘剑的额外伤害减免。", + "最多通过这种方式获得24%额外伤害减免。", + "初始雨帘剑的最大数量为3柄。", + "施放的瞬间,为角色施加潮湿状态。", + "「蛟龙易斩,雨线难画」。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "168% + 191.2%", + "180.6% + 205.54%", + "193.2% + 219.88%", + "210% + 239%", + "222.6% + 253.34%", + "235.2% + 267.68%", + "252% + 286.8%", + "268.8% + 305.92%", + "285.6% + 325.04%", + "302.4% + 344.16%", + "319.2% + 363.28%", + "336% + 382.4%", + "357% + 406.3%", + "378% + 430.2%", + "399% + 454.1%" + ] + }, + { + "name": "减伤比例", + "unit": "", + "isSame": false, + "values": [ + "20%", + "21%", + "22%", + "23%", + "24%", + "25%", + "26%", + "27%", + "28%", + "29%", + "29%", + "29%", + "29%", + "29%", + "29%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "21秒", + "21秒", + "21秒", + "21秒", + "21秒", + "21秒", + "21秒", + "21秒", + "21秒", + "21秒", + "21秒", + "21秒", + "21秒", + "21秒", + "21秒" + ] + } + ] + }, + "q": { + "id": 2539, + "name": "古华剑·裁雨留虹", + "desc": [ + "展开虹剑势,驾御幻影剑雨战斗,并生成最大数量的雨帘剑。", + "

虹剑势

", + "·当前场上自己的角色进行普通攻击时,会产生剑雨连携攻击,造成水元素伤害;", + "·雨帘剑的数量将始终维持在最大数量。", + "「裁雨法」不传绝学,古华镇派秘诀之一。" + ], + "tables": [ + { + "name": "剑雨伤害", + "unit": "", + "isSame": false, + "values": [ + "54.27%", + "58.34%", + "62.41%", + "67.84%", + "71.91%", + "75.98%", + "81.41%", + "86.84%", + "92.26%", + "97.69%", + "103.12%", + "108.54%", + "115.33%", + "122.11%", + "128.9%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 46.61, + 50.41, + 54.2, + 59.62, + 63.41, + 67.75, + 73.71, + 79.67, + 85.64, + 92.14, + 99.59, + 108.36, + 117.12, + 125.88, + 135.45 + ], + "二段伤害": [ + 47.64, + 51.52, + 55.4, + 60.94, + 64.82, + 69.25, + 75.34, + 81.44, + 87.53, + 94.18, + 101.8, + 110.76, + 119.71, + 128.67, + 138.44 + ], + "三段伤害": [ + 57.1, + 61.76, + 66.4, + 73.04, + 77.68, + 83, + 90.3, + 97.6, + 104.92, + 112.88, + 122.02, + 132.74, + 143.48, + 154.22, + 165.94 + ], + "三段伤害2": [ + [ + 28.55, + 28.55 + ], + [ + 30.88, + 30.88 + ], + [ + 33.2, + 33.2 + ], + [ + 36.52, + 36.52 + ], + [ + 38.84, + 38.84 + ], + [ + 41.5, + 41.5 + ], + [ + 45.15, + 45.15 + ], + [ + 48.8, + 48.8 + ], + [ + 52.46, + 52.46 + ], + [ + 56.44, + 56.44 + ], + [ + 61.01, + 61.01 + ], + [ + 66.37, + 66.37 + ], + [ + 71.74, + 71.74 + ], + [ + 77.11, + 77.11 + ], + [ + 82.97, + 82.97 + ] + ], + "四段伤害": [ + 55.99, + 60.54, + 65.1, + 71.61, + 76.17, + 81.38, + 88.54, + 95.7, + 102.86, + 110.67, + 119.62, + 130.15, + 140.67, + 151.2, + 162.68 + ], + "五段伤害": [ + 71.72, + 77.56, + 83.4, + 91.74, + 97.58, + 104.26, + 113.42, + 122.6, + 131.78, + 141.78, + 153.24, + 166.74, + 180.22, + 193.7, + 208.42 + ], + "五段伤害2": [ + [ + 35.86, + 35.86 + ], + [ + 38.78, + 38.78 + ], + [ + 41.7, + 41.7 + ], + [ + 45.87, + 45.87 + ], + [ + 48.79, + 48.79 + ], + [ + 52.13, + 52.13 + ], + [ + 56.71, + 56.71 + ], + [ + 61.3, + 61.3 + ], + [ + 65.89, + 65.89 + ], + [ + 70.89, + 70.89 + ], + [ + 76.62, + 76.62 + ], + [ + 83.37, + 83.37 + ], + [ + 90.11, + 90.11 + ], + [ + 96.85, + 96.85 + ], + [ + 104.21, + 104.21 + ] + ], + "重击伤害": [ + 103.46, + 111.88, + 120.3, + 132.32999999999998, + 140.75, + 150.38, + 163.61, + 176.83999999999997, + 190.07, + 204.51, + 221.05, + 240.51, + 259.96000000000004, + 279.40999999999997, + 300.62 + ], + "重击伤害2": [ + [ + 47.3, + 56.16 + ], + [ + 51.15, + 60.73 + ], + [ + 55, + 65.3 + ], + [ + 60.5, + 71.83 + ], + [ + 64.35, + 76.4 + ], + [ + 68.75, + 81.63 + ], + [ + 74.8, + 88.81 + ], + [ + 80.85, + 95.99 + ], + [ + 86.9, + 103.17 + ], + [ + 93.5, + 111.01 + ], + [ + 101.06, + 119.99 + ], + [ + 109.96, + 130.55 + ], + [ + 118.85, + 141.11 + ], + [ + 127.74, + 151.67 + ], + [ + 137.44, + 163.18 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 359.2, + 386.14, + 413.08, + 449, + 475.94, + 502.88, + 538.8, + 574.72, + 610.6400000000001, + 646.56, + 682.48, + 718.4, + 763.3, + 808.2, + 853.1 + ], + "技能伤害2": [ + [ + 168, + 191.2 + ], + [ + 180.6, + 205.54 + ], + [ + 193.2, + 219.88 + ], + [ + 210, + 239 + ], + [ + 222.6, + 253.34 + ], + [ + 235.2, + 267.68 + ], + [ + 252, + 286.8 + ], + [ + 268.8, + 305.92 + ], + [ + 285.6, + 325.04 + ], + [ + 302.4, + 344.16 + ], + [ + 319.2, + 363.28 + ], + [ + 336, + 382.4 + ], + [ + 357, + 406.3 + ], + [ + 378, + 430.2 + ], + [ + 399, + 454.1 + ] + ], + "减伤比例": [ + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 29, + 29, + 29, + 29, + 29 + ] + }, + "q": { + "剑雨伤害": [ + 54.27, + 58.34, + 62.41, + 67.84, + 71.91, + 75.98, + 81.41, + 86.84, + 92.26, + 97.69, + 103.12, + 108.54, + 115.33, + 122.11, + 128.9 + ] + } + }, + "cons": { + "1": { + "name": "重帘留香", + "desc": [ + "

雨帘剑的最大数量增加1柄。

" + ] + }, + "2": { + "name": "天青现虹", + "desc": [ + "古华剑·裁雨留虹的持续时间延长3秒;", + "此外,受到剑雨攻击的敌人,水元素抗性降低15%,持续4秒。" + ] + }, + "3": { + "name": "织诗成锦", + "desc": [ + "古华剑·裁雨留虹的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "孤舟斩蛟", + "desc": [ + "在古华剑·裁雨留虹效果持续期间,古华剑·画雨笼山造成的伤害提升50%。" + ] + }, + "5": { + "name": "雨深闭门", + "desc": [ + "古华剑·画雨笼山的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "万文集此", + "desc": [ + "古华剑·裁雨留虹每发动2次剑雨攻击,就大幅增强下一次剑雨攻击,并在命中敌人时为行秋恢复3点元素能量。" + ] + } + }, + "passive": [ + { + "name": "灵光乍现", + "desc": [ + "合成角色天赋素材时,有25%概率返还部分合成材料。" + ] + }, + { + "name": "生水要诀", + "desc": [ + "雨帘剑受击破碎时或持续时间结束时,基于行秋最大生命值的6%,恢复当前角色的生命值。" + ] + }, + { + "name": "虚实工笔", + "desc": [ + "行秋获得20%水元素伤害加成。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 857, + 16.92, + 63.52, + 0 + ], + "20": [ + 2202, + 43.46, + 163.18, + 0 + ], + "40": [ + 4257, + 84.03, + 315.51, + 0 + ], + "50": [ + 5420, + 106.98, + 401.69, + 6 + ], + "60": [ + 6735, + 132.93, + 499.11, + 12 + ], + "70": [ + 7897, + 155.87, + 585.23, + 12 + ], + "80": [ + 9060, + 178.82, + 671.42, + 18 + ], + "90": [ + 10222, + 201.78, + 757.6, + 24 + ], + "20+": [ + 2842, + 56.1, + 210.63, + 0 + ], + "40+": [ + 4712, + 93.01, + 349.22, + 6 + ], + "50+": [ + 6027, + 118.96, + 446.64, + 12 + ], + "60+": [ + 7190, + 141.91, + 532.83, + 12 + ], + "70+": [ + 8352, + 164.85, + 618.95, + 18 + ], + "80+": [ + 9514, + 187.8, + 705.13, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-1.webp" new file mode 100644 index 0000000000..d474a926f4 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-2.webp" new file mode 100644 index 0000000000..70f86e32a4 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-3.webp" new file mode 100644 index 0000000000..1f068903c6 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-4.webp" new file mode 100644 index 0000000000..97bf1b23f2 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-5.webp" new file mode 100644 index 0000000000..97fb759f37 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-6.webp" new file mode 100644 index 0000000000..046cf3acf2 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/passive-0.webp" new file mode 100644 index 0000000000..e963fd378f Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/passive-1.webp" new file mode 100644 index 0000000000..984a483646 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/passive-2.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/passive-2.webp" new file mode 100644 index 0000000000..b942be6b5e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/talent-e.webp" new file mode 100644 index 0000000000..afbe7e9460 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/talent-q.webp" new file mode 100644 index 0000000000..c0d8f01082 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/banner.webp" new file mode 100644 index 0000000000..3f9a34c1fa Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/card.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/card.webp" new file mode 100644 index 0000000000..569b0503cc Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/face.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/face.webp" new file mode 100644 index 0000000000..eec51f2bfa Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/gacha.webp" new file mode 100644 index 0000000000..24458303eb Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/side.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/side.webp" new file mode 100644 index 0000000000..0b2b0857bb Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/splash.webp" new file mode 100644 index 0000000000..08b14777b6 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\241\214\347\247\213/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/data.json" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/data.json" new file mode 100644 index 0000000000..f8d2d98e42 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000034, + "name": "诺艾尔", + "abbr": "诺艾尔", + "title": "未授勋之花", + "star": 4, + "elem": "geo", + "allegiance": "西风骑士团", + "weapon": "claymore", + "birth": "3-21", + "astro": "心护座", + "desc": "「西风骑士团」的可靠女仆,梦想有一天能成为正式的骑士。", + "cncv": "宴宁", + "jpcv": "高尾奏音", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 12071, + "atk": 191.16, + "def": 798.55 + }, + "growAttr": { + "key": "defPct", + "value": 30 + }, + "talentKey": { + "3431": "a", + "3432": "e", + "3439": "q" + }, + "talentId": { + "10341": 3431, + "10342": 3432, + "10343": 3439 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "坚牢黄玉", + "boss": "玄岩之塔", + "specialty": "落落莓", + "normal": "不祥的面具", + "talent": "「抗争」的哲学", + "weekly": "东风之爪" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/detail.json" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/detail.json" new file mode 100644 index 0000000000..fec5f08add --- /dev/null +++ "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/detail.json" @@ -0,0 +1,1186 @@ +{ + "id": "34", + "name": "诺艾尔", + "talent": { + "a": { + "id": 3431, + "name": "普通攻击·西风剑术·女仆", + "desc": [ + "

普通攻击

", + "进行至多四段的连续挥砍。", + "

重击

", + "持续消耗体力,旋转大剑攻击周围的敌人。", + "停止旋转时,会进行一次格外有力的挥砍。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "79.12%", + "85.56%", + "92%", + "101.2%", + "107.64%", + "115%", + "125.12%", + "135.24%", + "145.36%", + "156.4%", + "167.44%", + "178.48%", + "189.52%", + "200.56%", + "211.6%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "73.36%", + "79.33%", + "85.3%", + "93.83%", + "99.8%", + "106.62%", + "116.01%", + "125.39%", + "134.77%", + "145.01%", + "155.25%", + "165.48%", + "175.72%", + "185.95%", + "196.19%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "86.26%", + "93.28%", + "100.3%", + "110.33%", + "117.35%", + "125.37%", + "136.41%", + "147.44%", + "158.47%", + "170.51%", + "182.55%", + "194.58%", + "206.62%", + "218.65%", + "230.69%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "113.43%", + "122.67%", + "131.9%", + "145.09%", + "154.32%", + "164.87%", + "179.38%", + "193.89%", + "208.4%", + "224.23%", + "240.06%", + "255.89%", + "271.71%", + "287.54%", + "303.37%" + ] + }, + { + "name": "重击循环伤害", + "unit": "", + "isSame": false, + "values": [ + "50.74%", + "54.87%", + "59%", + "64.9%", + "69.03%", + "73.75%", + "80.24%", + "86.73%", + "93.22%", + "100.3%", + "107.38%", + "114.46%", + "121.54%", + "128.62%", + "135.7%" + ] + }, + { + "name": "重击终结伤害", + "unit": "", + "isSame": false, + "values": [ + "90.47%", + "97.84%", + "105.2%", + "115.72%", + "123.08%", + "131.5%", + "143.07%", + "154.64%", + "166.22%", + "178.84%", + "191.46%", + "204.09%", + "216.71%", + "229.34%", + "241.96%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点" + ] + }, + { + "name": "最大持续时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "74.59%", + "80.66%", + "86.73%", + "95.4%", + "101.47%", + "108.41%", + "117.95%", + "127.49%", + "137.03%", + "147.44%", + "157.85%", + "168.26%", + "178.66%", + "189.07%", + "199.48%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "149.14% / 186.29%", + "161.28% / 201.45%", + "173.42% / 216.62%", + "190.77% / 238.28%", + "202.91% / 253.44%", + "216.78% / 270.77%", + "235.86% / 294.6%", + "254.93% / 318.42%", + "274.01% / 342.25%", + "294.82% / 368.25%", + "315.63% / 394.24%", + "336.44% / 420.23%", + "357.25% / 446.23%", + "378.06% / 472.22%", + "398.87% / 498.21%" + ] + } + ] + }, + "e": { + "id": 3432, + "name": "护心铠", + "desc": [ + "唤出护体的岩铠,对周围的敌人造成岩元素伤害,并形成护盾,伤害吸收量基于诺艾尔的防御力。", + "护盾具有如下效果:", + "·诺艾尔的普通攻击与重击命中时,都有几率为队伍中所有角色恢复生命值;", + "·对所有元素伤害与物理伤害有150%的吸收效果。", + "触发治疗时的治疗量受益于诺艾尔的防御力。", + "诺艾尔既是侍奉的女仆,也是坚毅的骑士。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "防御力", + "isSame": false, + "values": [ + "120%", + "129%", + "138%", + "150%", + "159%", + "168%", + "180%", + "192%", + "204%", + "216%", + "228%", + "240%", + "255%", + "270%", + "285%" + ] + }, + { + "name": "吸收量", + "unit": "", + "isSame": false, + "values": [ + "160%防御 + 769.79", + "172%防御 + 846.77", + "184%防御 + 930.18", + "200%防御 + 1020", + "212%防御 + 1116.24", + "224%防御 + 1218.89", + "240%防御 + 1327.96", + "256%防御 + 1443.44", + "272%防御 + 1565.34", + "288%防御 + 1693.66", + "304%防御 + 1828.39", + "320%防御 + 1969.53", + "340%防御 + 2117.1", + "360%防御 + 2271.07", + "380%防御 + 2431.47" + ] + }, + { + "name": "治疗量", + "unit": "", + "isSame": false, + "values": [ + "21.28%防御 + 102.72", + "22.88%防御 + 112.99", + "24.47%防御 + 124.12", + "26.6%防御 + 136.11", + "28.2%防御 + 148.95", + "29.79%防御 + 162.65", + "31.92%防御 + 177.2", + "34.05%防御 + 192.61", + "36.18%防御 + 208.87", + "38.3%防御 + 226", + "40.43%防御 + 243.97", + "42.56%防御 + 262.81", + "45.22%防御 + 282.5", + "47.88%防御 + 303.05", + "50.54%防御 + 324.45" + ] + }, + { + "name": "治疗触发几率", + "unit": "", + "isSame": false, + "values": [ + "50%", + "51%", + "52%", + "53%", + "54%", + "55%", + "56%", + "57%", + "58%", + "59%", + "59%", + "60%", + "60%", + "60%", + "60%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "24秒", + "24秒", + "24秒", + "24秒", + "24秒", + "24秒", + "24秒", + "24秒", + "24秒", + "24秒", + "24秒", + "24秒", + "24秒", + "24秒", + "24秒" + ] + } + ] + }, + "q": { + "id": 3439, + "name": "大扫除", + "desc": [ + "将磐石的力量凝聚在武器上,冲击周围的敌人并进行一次大范围扫击,造成岩元素伤害。", + "此后,获得如下效果:", + "·提高诺艾尔的攻击范围;", + "·将攻击伤害转为岩元素伤害,该元素转化无法被附魔覆盖;", + "·基于诺艾尔的防御力,提高攻击力。", + "需要扫除的,有时不仅仅是灰尘…" + ], + "tables": [ + { + "name": "爆发伤害", + "unit": "", + "isSame": false, + "values": [ + "67.2%", + "72.24%", + "77.28%", + "84%", + "89.04%", + "94.08%", + "100.8%", + "107.52%", + "114.24%", + "120.96%", + "127.68%", + "134.4%", + "142.8%", + "151.2%", + "159.6%" + ] + }, + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "92.8%", + "99.76%", + "106.72%", + "116%", + "122.96%", + "129.92%", + "139.2%", + "148.48%", + "157.76%", + "167.04%", + "176.32%", + "185.6%", + "197.2%", + "208.8%", + "220.4%" + ] + }, + { + "name": "攻击力提高", + "unit": "防御力", + "isSame": false, + "values": [ + "40%", + "43%", + "46%", + "50%", + "53%", + "56%", + "60%", + "64%", + "68%", + "72%", + "76%", + "80%", + "85%", + "90%", + "95%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 79.12, + 85.56, + 92, + 101.2, + 107.64, + 115, + 125.12, + 135.24, + 145.36, + 156.4, + 167.44, + 178.48, + 189.52, + 200.56, + 211.6 + ], + "二段伤害": [ + 73.36, + 79.33, + 85.3, + 93.83, + 99.8, + 106.62, + 116.01, + 125.39, + 134.77, + 145.01, + 155.25, + 165.48, + 175.72, + 185.95, + 196.19 + ], + "三段伤害": [ + 86.26, + 93.28, + 100.3, + 110.33, + 117.35, + 125.37, + 136.41, + 147.44, + 158.47, + 170.51, + 182.55, + 194.58, + 206.62, + 218.65, + 230.69 + ], + "四段伤害": [ + 113.43, + 122.67, + 131.9, + 145.09, + 154.32, + 164.87, + 179.38, + 193.89, + 208.4, + 224.23, + 240.06, + 255.89, + 271.71, + 287.54, + 303.37 + ], + "重击循环伤害": [ + 50.74, + 54.87, + 59, + 64.9, + 69.03, + 73.75, + 80.24, + 86.73, + 93.22, + 100.3, + 107.38, + 114.46, + 121.54, + 128.62, + 135.7 + ], + "重击终结伤害": [ + 90.47, + 97.84, + 105.2, + 115.72, + 123.08, + 131.5, + 143.07, + 154.64, + 166.22, + 178.84, + 191.46, + 204.09, + 216.71, + 229.34, + 241.96 + ], + "下坠期间伤害": [ + 74.59, + 80.66, + 86.73, + 95.4, + 101.47, + 108.41, + 117.95, + 127.49, + 137.03, + 147.44, + 157.85, + 168.26, + 178.66, + 189.07, + 199.48 + ], + "低空/高空坠地冲击伤害": [ + [ + 149.14, + 186.29 + ], + [ + 161.28, + 201.45 + ], + [ + 173.42, + 216.62 + ], + [ + 190.77, + 238.28 + ], + [ + 202.91, + 253.44 + ], + [ + 216.78, + 270.77 + ], + [ + 235.86, + 294.6 + ], + [ + 254.93, + 318.42 + ], + [ + 274.01, + 342.25 + ], + [ + 294.82, + 368.25 + ], + [ + 315.63, + 394.24 + ], + [ + 336.44, + 420.23 + ], + [ + 357.25, + 446.23 + ], + [ + 378.06, + 472.22 + ], + [ + 398.87, + 498.21 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 149.14, + 186.29 + ], + [ + 161.28, + 201.45 + ], + [ + 173.42, + 216.62 + ], + [ + 190.77, + 238.28 + ], + [ + 202.91, + 253.44 + ], + [ + 216.78, + 270.77 + ], + [ + 235.86, + 294.6 + ], + [ + 254.93, + 318.42 + ], + [ + 274.01, + 342.25 + ], + [ + 294.82, + 368.25 + ], + [ + 315.63, + 394.24 + ], + [ + 336.44, + 420.23 + ], + [ + 357.25, + 446.23 + ], + [ + 378.06, + 472.22 + ], + [ + 398.87, + 498.21 + ] + ] + }, + "e": { + "技能伤害": [ + 120, + 129, + 138, + 150, + 159, + 168, + 180, + 192, + 204, + 216, + 228, + 240, + 255, + 270, + 285 + ], + "吸收量": [ + 929.79, + 1018.77, + 1114.1799999999998, + 1220, + 1328.24, + 1442.89, + 1567.96, + 1699.44, + 1837.34, + 1981.66, + 2132.3900000000003, + 2289.5299999999997, + 2457.1, + 2631.07, + 2811.47 + ], + "吸收量2": [ + [ + 160, + 769.79 + ], + [ + 172, + 846.77 + ], + [ + 184, + 930.18 + ], + [ + 200, + 1020 + ], + [ + 212, + 1116.24 + ], + [ + 224, + 1218.89 + ], + [ + 240, + 1327.96 + ], + [ + 256, + 1443.44 + ], + [ + 272, + 1565.34 + ], + [ + 288, + 1693.66 + ], + [ + 304, + 1828.39 + ], + [ + 320, + 1969.53 + ], + [ + 340, + 2117.1 + ], + [ + 360, + 2271.07 + ], + [ + 380, + 2431.47 + ] + ], + "治疗量": [ + 124, + 135.87, + 148.59, + 162.71, + 177.14999999999998, + 192.44, + 209.12, + 226.66000000000003, + 245.05, + 264.3, + 284.4, + 305.37, + 327.72, + 350.93, + 374.99 + ], + "治疗量2": [ + [ + 21.28, + 102.72 + ], + [ + 22.88, + 112.99 + ], + [ + 24.47, + 124.12 + ], + [ + 26.6, + 136.11 + ], + [ + 28.2, + 148.95 + ], + [ + 29.79, + 162.65 + ], + [ + 31.92, + 177.2 + ], + [ + 34.05, + 192.61 + ], + [ + 36.18, + 208.87 + ], + [ + 38.3, + 226 + ], + [ + 40.43, + 243.97 + ], + [ + 42.56, + 262.81 + ], + [ + 45.22, + 282.5 + ], + [ + 47.88, + 303.05 + ], + [ + 50.54, + 324.45 + ] + ], + "治疗触发几率": [ + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 59, + 60, + 60, + 60, + 60 + ] + }, + "q": { + "爆发伤害": [ + 67.2, + 72.24, + 77.28, + 84, + 89.04, + 94.08, + 100.8, + 107.52, + 114.24, + 120.96, + 127.68, + 134.4, + 142.8, + 151.2, + 159.6 + ], + "技能伤害": [ + 92.8, + 99.76, + 106.72, + 116, + 122.96, + 129.92, + 139.2, + 148.48, + 157.76, + 167.04, + 176.32, + 185.6, + 197.2, + 208.8, + 220.4 + ], + "攻击力提高": [ + 40, + 43, + 46, + 50, + 53, + 56, + 60, + 64, + 68, + 72, + 76, + 80, + 85, + 90, + 95 + ] + } + }, + "cons": { + "1": { + "name": "支援就交给我吧", + "desc": [ + "同时处于大扫除与护心铠状态时,护心铠的生命值回复效果触发几率提升至100%。" + ] + }, + "2": { + "name": "旋风女仆", + "desc": [ + "诺艾尔的重击的体力消耗降低20%,伤害提升15%。" + ] + }, + "3": { + "name": "女仆不会受伤", + "desc": [ + "

护心铠的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "之后会扫干净的", + "desc": [ + "护心铠在效果结束时,或因伤害破碎时,会对周围的敌人造成400%攻击力的岩元素伤害。" + ] + }, + "5": { + "name": "骑士团扫除专家", + "desc": [ + "

大扫除的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "要一尘不染才行", + "desc": [ + "大扫除额外提高诺艾尔防御力50%的攻击力;", + "此外,在技能持续时间内,每打倒1个敌人,其持续时间将延长1秒,最多不会超过10秒。" + ] + } + }, + "passive": [ + { + "name": "女仆的态度", + "desc": [ + "完美烹饪防御类食物时,有12%概率获得2倍产出。" + ] + }, + { + "name": "全心全意", + "desc": [ + "诺艾尔处于队伍后台,且当前场上自己的角色的生命值低于30%时自动触发:", + "为当前场上自己的角色生成一个伤害吸收量等同于诺艾尔防御力400%的护盾,持续20秒。", + "·对所有元素伤害与物理伤害有150%的吸收效果。", + "该效果60秒内只能触发一次。" + ] + }, + { + "name": "干净利落", + "desc": [ + "诺艾尔的普通攻击或重击累计命中敌人4次,会减少护心铠1秒的冷却。", + "每0.1秒至多计数一次。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "defPct" + ], + "details": { + "1": [ + 1012, + 16.03, + 66.95, + 0 + ], + "20": [ + 2600, + 41.17, + 172, + 0 + ], + "40": [ + 5027, + 79.61, + 332.56, + 0 + ], + "50": [ + 6400, + 101.35, + 423.4, + 7.5 + ], + "60": [ + 7953, + 125.94, + 526.09, + 15 + ], + "70": [ + 9325, + 147.67, + 616.87, + 15 + ], + "80": [ + 10698, + 169.41, + 707.71, + 22.5 + ], + "90": [ + 12071, + 191.16, + 798.55, + 30 + ], + "20+": [ + 3356, + 53.15, + 222.02, + 0 + ], + "40+": [ + 5564, + 88.12, + 368.1, + 7.5 + ], + "50+": [ + 7117, + 112.7, + 470.79, + 15 + ], + "60+": [ + 8490, + 134.44, + 561.63, + 15 + ], + "70+": [ + 9862, + 156.17, + 652.4, + 22.5 + ], + "80+": [ + 11235, + 177.92, + 743.25, + 30 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-1.webp" new file mode 100644 index 0000000000..08660a4c7f Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-2.webp" new file mode 100644 index 0000000000..7e12f80112 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-3.webp" new file mode 100644 index 0000000000..f21a9d12f8 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-4.webp" new file mode 100644 index 0000000000..d2b59a6904 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-5.webp" new file mode 100644 index 0000000000..4ab3b52c28 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-6.webp" new file mode 100644 index 0000000000..2aed371291 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/passive-0.webp" new file mode 100644 index 0000000000..4c4f8b8dfe Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/passive-1.webp" new file mode 100644 index 0000000000..c4895398bd Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/passive-2.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/passive-2.webp" new file mode 100644 index 0000000000..bb6fd65dc1 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/talent-a.webp" new file mode 100644 index 0000000000..96b89f618e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/talent-e.webp" new file mode 100644 index 0000000000..f21a9d12f8 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/talent-q.webp" new file mode 100644 index 0000000000..f942502392 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/banner.webp" new file mode 100644 index 0000000000..597a2fbce7 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/card.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/card.webp" new file mode 100644 index 0000000000..568f59ac17 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/face.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/face.webp" new file mode 100644 index 0000000000..1b9c6bd925 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/gacha.webp" new file mode 100644 index 0000000000..bf1a4c1df6 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/side.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/side.webp" new file mode 100644 index 0000000000..a95ae1eaf9 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/splash.webp" new file mode 100644 index 0000000000..b78bf0254b Binary files /dev/null and "b/plugin/kokomi/data/character/\350\257\272\350\211\276\345\260\224/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/data.json" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/data.json" new file mode 100644 index 0000000000..68d5dd999d --- /dev/null +++ "b/plugin/kokomi/data/character/\350\265\233\350\257\272/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000071, + "name": "赛诺", + "abbr": "赛诺", + "title": "缄秘的裁遣", + "star": 5, + "elem": "electro", + "allegiance": "缄默之殿", + "weapon": "polearm", + "birth": "6-23", + "astro": "金狼座", + "desc": "教令院内负责监管学者们的「大风纪官」。工作时比刹诃伐罗学院制作的「大风机关」更有效率。", + "cncv": "李轻扬", + "jpcv": "入野自由", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 12491, + "atk": 318.11, + "def": 859.24 + }, + "growAttr": { + "key": "cdmg", + "value": 38.4 + }, + "talentKey": { + "7131": "a", + "7132": "e", + "7139": "q" + }, + "talentId": { + "10711": 7131, + "10712": 7132, + "10715": 7139 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "最胜紫晶", + "boss": "藏雷野实", + "specialty": "圣金虫", + "normal": "禁咒绘卷", + "talent": "「诤言」的哲学", + "weekly": "凶将之手眼" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/detail.json" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/detail.json" new file mode 100644 index 0000000000..81b1b9f954 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\265\233\350\257\272/detail.json" @@ -0,0 +1,1415 @@ +{ + "id": "71", + "name": "赛诺", + "talent": { + "a": { + "id": 7131, + "name": "普通攻击·七圣枪术", + "desc": [ + "

普通攻击

", + "进行至多四段的连续枪击。", + "

重击

", + "消耗一定体力,向前方突进,对路径上的敌人造成伤害。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "49.26%", + "53.27%", + "57.28%", + "63%", + "67.01%", + "71.6%", + "77.9%", + "84.2%", + "90.5%", + "97.37%", + "104.24%", + "111.12%", + "117.99%", + "124.86%", + "131.73%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "47.92%", + "51.82%", + "55.72%", + "61.29%", + "65.19%", + "69.65%", + "75.78%", + "81.91%", + "88.04%", + "94.73%", + "101.41%", + "108.1%", + "114.79%", + "121.47%", + "128.16%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "29.31% + 29.31%", + "31.69% + 31.69%", + "34.08% + 34.08%", + "37.48% + 37.48%", + "39.87% + 39.87%", + "42.6% + 42.6%", + "46.34% + 46.34%", + "50.09% + 50.09%", + "53.84% + 53.84%", + "57.93% + 57.93%", + "62.02% + 62.02%", + "66.11% + 66.11%", + "70.2% + 70.2%", + "74.29% + 74.29%", + "78.38% + 78.38%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "75.89%", + "82.07%", + "88.24%", + "97.07%", + "103.25%", + "110.31%", + "120.01%", + "129.72%", + "139.43%", + "150.02%", + "160.61%", + "171.2%", + "181.78%", + "192.37%", + "202.96%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "122.38%", + "132.34%", + "142.3%", + "156.53%", + "166.49%", + "177.87%", + "193.53%", + "209.18%", + "224.83%", + "241.91%", + "258.99%", + "276.06%", + "293.14%", + "310.21%", + "327.29%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 7132, + "name": "秘仪·律渊渡魂", + "desc": [ + "疾速突进,对路径上的敌人造成雷元素伤害。", + "当赛诺处于元素爆发「圣仪·煟煌随狼行」的启途誓使状态下时,将转而施展冥祭,释放惊雷的力量,造成雷元素范围伤害,并延长启途誓使状态的持续时间。", + "「这场审判,你无权选择接受或拒绝。你与我…都早已置身其中了。」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "130.4%", + "140.18%", + "149.96%", + "163%", + "172.78%", + "182.56%", + "195.6%", + "208.64%", + "221.68%", + "234.72%", + "247.76%", + "260.8%", + "277.1%", + "293.4%", + "309.7%" + ] + }, + { + "name": "冥祭伤害", + "unit": "", + "isSame": false, + "values": [ + "156.8%", + "168.56%", + "180.32%", + "196%", + "207.76%", + "219.52%", + "235.2%", + "250.88%", + "266.56%", + "282.24%", + "297.92%", + "313.6%", + "333.2%", + "352.8%", + "372.4%" + ] + }, + { + "name": "启途誓使时间延长", + "unit": "", + "isSame": true, + "values": [ + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒", + "7.5秒" + ] + }, + { + "name": "冥祭冷却时间", + "unit": "", + "isSame": true, + "values": [ + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒" + ] + } + ] + }, + "q": { + "id": 7139, + "name": "圣仪·煟煌随狼行", + "desc": [ + "唤请神灵凭依,化身「启途誓使」。", + "

启途誓使

", + "将赛诺的普通攻击、重击与下落攻击造成的伤害转为无法被附魔覆盖的雷元素伤害;", + "·赛诺的元素精通提升,抗打断能力提高,并免疫感电反应造成的伤害。", + "效果将在赛诺退场时解除,至多持续18秒。", + "古国传承的秘仪,对于大风纪官而言,也意味着最终的审判。", + "无论是彼时还是现世,无论是风暴还是巨蟒,都无法撼动律令的威严。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "78.28%", + "84.66%", + "91.03%", + "100.13%", + "106.5%", + "113.78%", + "123.8%", + "133.81%", + "143.82%", + "154.75%", + "165.67%", + "176.59%", + "187.52%", + "198.44%", + "209.36%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "82.47%", + "89.18%", + "95.89%", + "105.48%", + "112.2%", + "119.87%", + "130.42%", + "140.96%", + "151.51%", + "163.02%", + "174.53%", + "186.03%", + "197.54%", + "209.05%", + "220.56%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "104.63%", + "113.15%", + "121.67%", + "133.83%", + "142.35%", + "152.08%", + "165.47%", + "178.85%", + "192.23%", + "206.83%", + "221.43%", + "236.03%", + "250.63%", + "265.23%", + "279.83%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "51.69% + 51.69%", + "55.9% + 55.9%", + "60.11% + 60.11%", + "66.12% + 66.12%", + "70.33% + 70.33%", + "75.14% + 75.14%", + "81.75% + 81.75%", + "88.36% + 88.36%", + "94.97% + 94.97%", + "102.19% + 102.19%", + "109.4% + 109.4%", + "116.61% + 116.61%", + "123.83% + 123.83%", + "131.04% + 131.04%", + "138.25% + 138.25%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "130.84%", + "141.49%", + "152.15%", + "167.36%", + "178.01%", + "190.18%", + "206.92%", + "223.65%", + "240.39%", + "258.65%", + "276.9%", + "295.16%", + "313.42%", + "331.68%", + "349.93%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "101.05%", + "109.27%", + "117.5%", + "129.25%", + "137.48%", + "146.88%", + "159.8%", + "172.72%", + "185.65%", + "199.75%", + "213.85%", + "227.95%", + "242.05%", + "256.15%", + "270.25%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + }, + { + "name": "元素精通提升", + "unit": "", + "isSame": true, + "values": [ + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点", + "100点" + ] + }, + { + "name": "基础持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 49.26, + 53.27, + 57.28, + 63, + 67.01, + 71.6, + 77.9, + 84.2, + 90.5, + 97.37, + 104.24, + 111.12, + 117.99, + 124.86, + 131.73 + ], + "二段伤害": [ + 47.92, + 51.82, + 55.72, + 61.29, + 65.19, + 69.65, + 75.78, + 81.91, + 88.04, + 94.73, + 101.41, + 108.1, + 114.79, + 121.47, + 128.16 + ], + "三段伤害": [ + 58.62, + 63.38, + 68.16, + 74.96, + 79.74, + 85.2, + 92.68, + 100.18, + 107.68, + 115.86, + 124.04, + 132.22, + 140.4, + 148.58, + 156.76 + ], + "三段伤害2": [ + [ + 29.31, + 29.31 + ], + [ + 31.69, + 31.69 + ], + [ + 34.08, + 34.08 + ], + [ + 37.48, + 37.48 + ], + [ + 39.87, + 39.87 + ], + [ + 42.6, + 42.6 + ], + [ + 46.34, + 46.34 + ], + [ + 50.09, + 50.09 + ], + [ + 53.84, + 53.84 + ], + [ + 57.93, + 57.93 + ], + [ + 62.02, + 62.02 + ], + [ + 66.11, + 66.11 + ], + [ + 70.2, + 70.2 + ], + [ + 74.29, + 74.29 + ], + [ + 78.38, + 78.38 + ] + ], + "四段伤害": [ + 75.89, + 82.07, + 88.24, + 97.07, + 103.25, + 110.31, + 120.01, + 129.72, + 139.43, + 150.02, + 160.61, + 171.2, + 181.78, + 192.37, + 202.96 + ], + "重击伤害": [ + 122.38, + 132.34, + 142.3, + 156.53, + 166.49, + 177.87, + 193.53, + 209.18, + 224.83, + 241.91, + 258.99, + 276.06, + 293.14, + 310.21, + 327.29 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 130.4, + 140.18, + 149.96, + 163, + 172.78, + 182.56, + 195.6, + 208.64, + 221.68, + 234.72, + 247.76, + 260.8, + 277.1, + 293.4, + 309.7 + ], + "冥祭伤害": [ + 156.8, + 168.56, + 180.32, + 196, + 207.76, + 219.52, + 235.2, + 250.88, + 266.56, + 282.24, + 297.92, + 313.6, + 333.2, + 352.8, + 372.4 + ] + }, + "q": { + "一段伤害": [ + 78.28, + 84.66, + 91.03, + 100.13, + 106.5, + 113.78, + 123.8, + 133.81, + 143.82, + 154.75, + 165.67, + 176.59, + 187.52, + 198.44, + 209.36 + ], + "二段伤害": [ + 82.47, + 89.18, + 95.89, + 105.48, + 112.2, + 119.87, + 130.42, + 140.96, + 151.51, + 163.02, + 174.53, + 186.03, + 197.54, + 209.05, + 220.56 + ], + "三段伤害": [ + 104.63, + 113.15, + 121.67, + 133.83, + 142.35, + 152.08, + 165.47, + 178.85, + 192.23, + 206.83, + 221.43, + 236.03, + 250.63, + 265.23, + 279.83 + ], + "四段伤害": [ + 103.38, + 111.8, + 120.22, + 132.24, + 140.66, + 150.28, + 163.5, + 176.72, + 189.94, + 204.38, + 218.8, + 233.22, + 247.66, + 262.08, + 276.5 + ], + "四段伤害2": [ + [ + 51.69, + 51.69 + ], + [ + 55.9, + 55.9 + ], + [ + 60.11, + 60.11 + ], + [ + 66.12, + 66.12 + ], + [ + 70.33, + 70.33 + ], + [ + 75.14, + 75.14 + ], + [ + 81.75, + 81.75 + ], + [ + 88.36, + 88.36 + ], + [ + 94.97, + 94.97 + ], + [ + 102.19, + 102.19 + ], + [ + 109.4, + 109.4 + ], + [ + 116.61, + 116.61 + ], + [ + 123.83, + 123.83 + ], + [ + 131.04, + 131.04 + ], + [ + 138.25, + 138.25 + ] + ], + "五段伤害": [ + 130.84, + 141.49, + 152.15, + 167.36, + 178.01, + 190.18, + 206.92, + 223.65, + 240.39, + 258.65, + 276.9, + 295.16, + 313.42, + 331.68, + 349.93 + ], + "重击伤害": [ + 101.05, + 109.27, + 117.5, + 129.25, + 137.48, + 146.88, + 159.8, + 172.72, + 185.65, + 199.75, + 213.85, + 227.95, + 242.05, + 256.15, + 270.25 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + } + }, + "cons": { + "1": { + "name": "立仪·俯览昼冥", + "desc": [ + "施放圣仪·煟煌随狼行后,赛诺普通攻击的攻击速度提升20%,持续10秒。若施放秘仪·律渊渡魂时触发了固有天赋「落羽的裁择」的「裁定」效果,将刷新该效果的持续时间。", + "需要解锁固有天赋「落羽的裁择」。" + ] + }, + "2": { + "name": "令仪·引谒归灵", + "desc": [ + "赛诺的普通攻击命中敌人后,雷元素伤害加成提升10%,持续4秒。该效果每0.1秒至多触发一次,至多叠加5层。" + ] + }, + "3": { + "name": "律仪·行度誓惩", + "desc": [ + "圣仪·煟煌随狼行的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "巡仪·蒇护禁罔", + "desc": [ + "赛诺处于圣仪·煟煌随狼行的启途誓使状态下时,触发感电、超导、超载、原激化、超激化、超绽放、雷元素扩散反应后,将为队伍中附近的所有角色(除了赛诺自己)恢复3点元素能量。", + "该效果在一次圣仪·煟煌随狼行中,至多触发5次。" + ] + }, + "5": { + "name": "幽仪·逝往星芒", + "desc": [ + "秘仪·律渊渡魂的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "羽仪·裁落钧衡", + "desc": [ + "施放圣仪·煟煌随狼行或触发固有天赋「落羽的裁择」的「裁定」后,赛诺将获得4层「豺祭」效果。赛诺的普通攻击命中敌人时,将消耗一层「豺祭」效果,并发射一道渡荒之雷。", + "「豺祭」持续8秒,至多叠加8层,并将在圣仪·煟煌随狼行的启途誓使状态结束后移除。", + "每0.4秒至多通过这种方式发射一道渡荒之雷。", + "需要解锁固有天赋「落羽的裁择」。" + ] + } + }, + "passive": [ + { + "name": "缄默的惠赐", + "desc": [ + "在须弥执行时长为20小时的探索派遣任务时,获得的奖励增加25%。" + ] + }, + { + "name": "落羽的裁择", + "desc": [ + "在圣仪·煟煌随狼行的启途誓使状态下时,赛诺将间歇性处于「末途真眼」状态下。在该状态期间施放秘仪·律渊渡魂时,将触发「裁定」效果,使此次秘仪·律渊渡魂造成的伤害提升35%,并向前方发射3道渡荒之雷,造成等同于赛诺攻击力100%的雷元素伤害。", + "渡荒之雷造成的伤害视为元素战技伤害。" + ] + }, + { + "name": "九弓的执命", + "desc": [ + "基于赛诺的元素精通,提高自身以下攻击造成的伤害值:", + "·启途誓使状态下的普通攻击:元素精通的150%;", + "·固有天赋「落羽的裁择」的渡荒之雷:元素精通的250%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cdmg" + ], + "details": { + "1": [ + 972, + 24.76, + 66.89, + 0 + ], + "20": [ + 2522, + 64.24, + 173.51, + 0 + ], + "40": [ + 5022, + 127.89, + 345.45, + 0 + ], + "50": [ + 6459, + 164.5, + 444.33, + 9.6 + ], + "60": [ + 8103, + 206.36, + 557.39, + 19.2 + ], + "70": [ + 9557, + 243.38, + 657.41, + 19.2 + ], + "80": [ + 11020, + 280.66, + 758.09, + 28.8 + ], + "90": [ + 12491, + 318.11, + 859.24, + 38.4 + ], + "20+": [ + 3356, + 85.47, + 230.87, + 0 + ], + "40+": [ + 5614, + 142.98, + 386.2, + 9.6 + ], + "50+": [ + 7249, + 184.61, + 498.66, + 19.2 + ], + "60+": [ + 8695, + 221.44, + 598.14, + 19.2 + ], + "70+": [ + 10149, + 258.47, + 698.16, + 28.8 + ], + "80+": [ + 11613, + 295.74, + 798.84, + 38.4 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-1.webp" new file mode 100644 index 0000000000..96ed0b3551 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-2.webp" new file mode 100644 index 0000000000..bc128b1739 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-3.webp" new file mode 100644 index 0000000000..19436ec786 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-4.webp" new file mode 100644 index 0000000000..3b584882dc Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-5.webp" new file mode 100644 index 0000000000..be88c1ab56 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-6.webp" new file mode 100644 index 0000000000..d4b16f8f5a Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/passive-0.webp" new file mode 100644 index 0000000000..0c41b0b28a Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/passive-1.webp" new file mode 100644 index 0000000000..3b1c7f0211 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/passive-2.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/passive-2.webp" new file mode 100644 index 0000000000..bd6fd927a7 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/talent-a.webp" new file mode 100644 index 0000000000..b8c3c3b202 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/talent-e.webp" new file mode 100644 index 0000000000..5056f4aa0e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/talent-q.webp" new file mode 100644 index 0000000000..e1bc5d8532 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/banner.webp" new file mode 100644 index 0000000000..48d5347fff Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/card.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/card.webp" new file mode 100644 index 0000000000..9828147bac Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/face.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/face.webp" new file mode 100644 index 0000000000..aa4da65d2c Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/gacha.webp" new file mode 100644 index 0000000000..5739d06e58 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/side.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/side.webp" new file mode 100644 index 0000000000..2c41c4ed7f Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/splash.webp" new file mode 100644 index 0000000000..75660e38af Binary files /dev/null and "b/plugin/kokomi/data/character/\350\265\233\350\257\272/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/data.json" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/data.json" new file mode 100644 index 0000000000..2eb52c0b08 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\276\233\347\204\261/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000044, + "name": "辛焱", + "abbr": "辛焱", + "title": "燥热旋律", + "star": 4, + "elem": "pyro", + "allegiance": "「红弦」", + "weapon": "claymore", + "birth": "10-16", + "astro": "红檀四弦座", + "desc": "璃月港唯一的摇滚乐手,以音乐和热情歌颂着对「成见」的反抗。", + "cncv": "王雅欣", + "jpcv": "高桥智秋", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 11201, + "atk": 248.5, + "def": 798.55 + }, + "growAttr": { + "key": "atkPct", + "value": 24 + }, + "talentKey": { + "4431": "a", + "4432": "e", + "4439": "q" + }, + "talentId": { + "10441": 4431, + "10442": 4432, + "10443": 4439 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "燃愿玛瑙", + "boss": "常燃火种", + "specialty": "琉璃袋", + "normal": "攫金鸦印", + "talent": "「黄金」的哲学", + "weekly": "吞天之鲸·只角" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/detail.json" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/detail.json" new file mode 100644 index 0000000000..8f0e1e6c7e --- /dev/null +++ "b/plugin/kokomi/data/character/\350\276\233\347\204\261/detail.json" @@ -0,0 +1,1246 @@ +{ + "id": "44", + "name": "辛焱", + "talent": { + "a": { + "id": 4431, + "name": "普通攻击·炎舞", + "desc": [ + "

普通攻击

", + "进行至多四段的连续挥砍。", + "

重击

", + "持续消耗体力,旋转大剑攻击周围的敌人。", + "停止旋转时,会进行一次格外有力的挥砍。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "76.54%", + "82.77%", + "89%", + "97.9%", + "104.13%", + "111.25%", + "121.04%", + "130.83%", + "140.62%", + "151.3%", + "161.98%", + "172.66%", + "183.34%", + "194.02%", + "204.7%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "73.96%", + "79.98%", + "86%", + "94.6%", + "100.62%", + "107.5%", + "116.96%", + "126.42%", + "135.88%", + "146.2%", + "156.52%", + "166.84%", + "177.16%", + "187.48%", + "197.8%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "95.46%", + "103.23%", + "111%", + "122.1%", + "129.87%", + "138.75%", + "150.96%", + "163.17%", + "175.38%", + "188.7%", + "202.02%", + "215.34%", + "228.66%", + "241.98%", + "255.3%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "115.84%", + "125.27%", + "134.7%", + "148.17%", + "157.6%", + "168.38%", + "183.19%", + "198.01%", + "212.83%", + "228.99%", + "245.15%", + "261.32%", + "277.48%", + "293.65%", + "309.81%" + ] + }, + { + "name": "重击循环伤害", + "unit": "", + "isSame": false, + "values": [ + "62.55%", + "67.64%", + "72.73%", + "80%", + "85.09%", + "90.91%", + "98.91%", + "106.91%", + "114.91%", + "123.64%", + "132.36%", + "141.09%", + "149.82%", + "158.55%", + "167.27%" + ] + }, + { + "name": "重击终结伤害", + "unit": "", + "isSame": false, + "values": [ + "113.09%", + "122.29%", + "131.5%", + "144.65%", + "153.86%", + "164.37%", + "178.84%", + "193.31%", + "207.77%", + "223.55%", + "239.33%", + "255.11%", + "270.89%", + "286.67%", + "302.45%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点" + ] + }, + { + "name": "最大持续时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "74.59%", + "80.66%", + "86.73%", + "95.4%", + "101.47%", + "108.41%", + "117.95%", + "127.49%", + "137.03%", + "147.44%", + "157.85%", + "168.26%", + "178.66%", + "189.07%", + "199.48%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "149.14% / 186.29%", + "161.28% / 201.45%", + "173.42% / 216.62%", + "190.77% / 238.28%", + "202.91% / 253.44%", + "216.78% / 270.77%", + "235.86% / 294.6%", + "254.93% / 318.42%", + "274.01% / 342.25%", + "294.82% / 368.25%", + "315.63% / 394.24%", + "336.44% / 420.23%", + "357.25% / 446.23%", + "378.06% / 472.22%", + "398.87% / 498.21%" + ] + } + ] + }, + "e": { + "id": 4432, + "name": "热情拂扫", + "desc": [ + "辛焱挥动乐器,对周围的敌人造成火元素伤害,并借由「观众」的「热情」,形成护盾。", + "护盾的伤害吸收量受益于辛焱的防御力,并基于命中敌人的数目:", + "·未命中或命中一名敌人:一级护盾·散序节拍;", + "·命中二名敌人:二级护盾·歌头节拍;", + "·命中三名或更多敌人时,将产生三级护盾·舞遍节拍。除了吸收伤害,还会间歇性对周围的敌人造成火元素伤害。", + "

护盾具有如下特性:

", + "·施放的瞬间,为辛焱施加火元素附着;", + "·对火元素伤害有250%的吸收效果。", + "辛焱坚称这些火花是演奏技术到极致时的表现,是物理现象,和神之眼无关。" + ], + "tables": [ + { + "name": "挥舞伤害", + "unit": "", + "isSame": false, + "values": [ + "169.6%", + "182.32%", + "195.04%", + "212%", + "224.72%", + "237.44%", + "254.4%", + "271.36%", + "288.32%", + "305.28%", + "322.24%", + "339.2%", + "360.4%", + "381.6%", + "402.8%" + ] + }, + { + "name": "一级护盾吸收量", + "unit": "", + "isSame": false, + "values": [ + "104.04%防御 + 500.55", + "111.84%防御 + 550.61", + "119.65%防御 + 604.85", + "130.05%防御 + 663.26", + "137.85%防御 + 725.83", + "145.66%防御 + 792.58", + "156.06%防御 + 863.5", + "166.46%防御 + 938.6", + "176.87%防御 + 1017.86", + "187.27%防御 + 1101.3", + "197.68%防御 + 1188.91", + "208.08%防御 + 1280.69", + "221.09%防御 + 1376.64", + "234.09%防御 + 1476.77", + "247.09%防御 + 1581.06" + ] + }, + { + "name": "二级护盾吸收量", + "unit": "", + "isSame": false, + "values": [ + "122.4%防御 + 588.89", + "131.58%防御 + 647.78", + "140.76%防御 + 711.59", + "153%防御 + 780.3", + "162.18%防御 + 853.92", + "171.36%防御 + 932.45", + "183.6%防御 + 1015.89", + "195.84%防御 + 1104.23", + "208.08%防御 + 1197.49", + "220.32%防御 + 1295.65", + "232.56%防御 + 1398.72", + "244.8%防御 + 1506.69", + "260.1%防御 + 1619.58", + "275.4%防御 + 1737.37", + "290.7%防御 + 1860.07" + ] + }, + { + "name": "三级护盾吸收量", + "unit": "", + "isSame": false, + "values": [ + "144%防御 + 692.81", + "154.8%防御 + 762.1", + "165.6%防御 + 837.16", + "180%防御 + 918", + "190.8%防御 + 1004.61", + "201.6%防御 + 1097", + "216%防御 + 1195.16", + "230.4%防御 + 1299.1", + "244.8%防御 + 1408.81", + "259.2%防御 + 1524.29", + "273.6%防御 + 1645.55", + "288%防御 + 1772.58", + "306%防御 + 1905.39", + "324%防御 + 2043.97", + "342%防御 + 2188.32" + ] + }, + { + "name": "持续伤害", + "unit": "", + "isSame": false, + "values": [ + "33.6%", + "36.12%", + "38.64%", + "42%", + "44.52%", + "47.04%", + "50.4%", + "53.76%", + "57.12%", + "60.48%", + "63.84%", + "67.2%", + "71.4%", + "75.6%", + "79.8%" + ] + }, + { + "name": "护盾持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + } + ] + }, + "q": { + "id": 4439, + "name": "叛逆刮弦", + "desc": [ + "迅速扫弦引发音波,击退敌人,对周围的敌人造成物理伤害,激起「舞台」上的氛围。", + "因为氛围实在太过炙烈,所以会引起烈焰,对周围的敌人持续造成火元素伤害。", + "曾经辛焱每次演出结束都会来这么一出。后来不这么弄了倒不是因为危险。要是被喊了「安可」的话,她弄不出更炸裂的闭幕了。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "340.8%", + "366.36%", + "391.92%", + "426%", + "451.56%", + "477.12%", + "511.2%", + "545.28%", + "579.36%", + "613.44%", + "647.52%", + "681.6%", + "724.2%", + "766.8%", + "809.4%" + ] + }, + { + "name": "火元素持续伤害", + "unit": "", + "isSame": false, + "values": [ + "40%", + "43%", + "46%", + "50%", + "53%", + "56%", + "60%", + "64%", + "68%", + "72%", + "76%", + "80%", + "85%", + "90%", + "95%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒", + "2秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 76.54, + 82.77, + 89, + 97.9, + 104.13, + 111.25, + 121.04, + 130.83, + 140.62, + 151.3, + 161.98, + 172.66, + 183.34, + 194.02, + 204.7 + ], + "二段伤害": [ + 73.96, + 79.98, + 86, + 94.6, + 100.62, + 107.5, + 116.96, + 126.42, + 135.88, + 146.2, + 156.52, + 166.84, + 177.16, + 187.48, + 197.8 + ], + "三段伤害": [ + 95.46, + 103.23, + 111, + 122.1, + 129.87, + 138.75, + 150.96, + 163.17, + 175.38, + 188.7, + 202.02, + 215.34, + 228.66, + 241.98, + 255.3 + ], + "四段伤害": [ + 115.84, + 125.27, + 134.7, + 148.17, + 157.6, + 168.38, + 183.19, + 198.01, + 212.83, + 228.99, + 245.15, + 261.32, + 277.48, + 293.65, + 309.81 + ], + "重击循环伤害": [ + 62.55, + 67.64, + 72.73, + 80, + 85.09, + 90.91, + 98.91, + 106.91, + 114.91, + 123.64, + 132.36, + 141.09, + 149.82, + 158.55, + 167.27 + ], + "重击终结伤害": [ + 113.09, + 122.29, + 131.5, + 144.65, + 153.86, + 164.37, + 178.84, + 193.31, + 207.77, + 223.55, + 239.33, + 255.11, + 270.89, + 286.67, + 302.45 + ], + "下坠期间伤害": [ + 74.59, + 80.66, + 86.73, + 95.4, + 101.47, + 108.41, + 117.95, + 127.49, + 137.03, + 147.44, + 157.85, + 168.26, + 178.66, + 189.07, + 199.48 + ], + "低空/高空坠地冲击伤害": [ + [ + 149.14, + 186.29 + ], + [ + 161.28, + 201.45 + ], + [ + 173.42, + 216.62 + ], + [ + 190.77, + 238.28 + ], + [ + 202.91, + 253.44 + ], + [ + 216.78, + 270.77 + ], + [ + 235.86, + 294.6 + ], + [ + 254.93, + 318.42 + ], + [ + 274.01, + 342.25 + ], + [ + 294.82, + 368.25 + ], + [ + 315.63, + 394.24 + ], + [ + 336.44, + 420.23 + ], + [ + 357.25, + 446.23 + ], + [ + 378.06, + 472.22 + ], + [ + 398.87, + 498.21 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 149.14, + 186.29 + ], + [ + 161.28, + 201.45 + ], + [ + 173.42, + 216.62 + ], + [ + 190.77, + 238.28 + ], + [ + 202.91, + 253.44 + ], + [ + 216.78, + 270.77 + ], + [ + 235.86, + 294.6 + ], + [ + 254.93, + 318.42 + ], + [ + 274.01, + 342.25 + ], + [ + 294.82, + 368.25 + ], + [ + 315.63, + 394.24 + ], + [ + 336.44, + 420.23 + ], + [ + 357.25, + 446.23 + ], + [ + 378.06, + 472.22 + ], + [ + 398.87, + 498.21 + ] + ] + }, + "e": { + "挥舞伤害": [ + 169.6, + 182.32, + 195.04, + 212, + 224.72, + 237.44, + 254.4, + 271.36, + 288.32, + 305.28, + 322.24, + 339.2, + 360.4, + 381.6, + 402.8 + ], + "一级护盾吸收量": [ + 604.59, + 662.45, + 724.5, + 793.31, + 863.6800000000001, + 938.24, + 1019.56, + 1105.06, + 1194.73, + 1288.57, + 1386.5900000000001, + 1488.77, + 1597.73, + 1710.86, + 1828.1499999999999 + ], + "一级护盾吸收量2": [ + [ + 104.04, + 500.55 + ], + [ + 111.84, + 550.61 + ], + [ + 119.65, + 604.85 + ], + [ + 130.05, + 663.26 + ], + [ + 137.85, + 725.83 + ], + [ + 145.66, + 792.58 + ], + [ + 156.06, + 863.5 + ], + [ + 166.46, + 938.6 + ], + [ + 176.87, + 1017.86 + ], + [ + 187.27, + 1101.3 + ], + [ + 197.68, + 1188.91 + ], + [ + 208.08, + 1280.69 + ], + [ + 221.09, + 1376.64 + ], + [ + 234.09, + 1476.77 + ], + [ + 247.09, + 1581.06 + ] + ], + "二级护盾吸收量": [ + 711.29, + 779.36, + 852.35, + 933.3, + 1016.0999999999999, + 1103.81, + 1199.49, + 1300.07, + 1405.57, + 1515.97, + 1631.28, + 1751.49, + 1879.6799999999998, + 2012.77, + 2150.77 + ], + "二级护盾吸收量2": [ + [ + 122.4, + 588.89 + ], + [ + 131.58, + 647.78 + ], + [ + 140.76, + 711.59 + ], + [ + 153, + 780.3 + ], + [ + 162.18, + 853.92 + ], + [ + 171.36, + 932.45 + ], + [ + 183.6, + 1015.89 + ], + [ + 195.84, + 1104.23 + ], + [ + 208.08, + 1197.49 + ], + [ + 220.32, + 1295.65 + ], + [ + 232.56, + 1398.72 + ], + [ + 244.8, + 1506.69 + ], + [ + 260.1, + 1619.58 + ], + [ + 275.4, + 1737.37 + ], + [ + 290.7, + 1860.07 + ] + ], + "三级护盾吸收量": [ + 836.81, + 916.9000000000001, + 1002.76, + 1098, + 1195.41, + 1298.6, + 1411.16, + 1529.5, + 1653.61, + 1783.49, + 1919.15, + 2060.58, + 2211.3900000000003, + 2367.9700000000003, + 2530.32 + ], + "三级护盾吸收量2": [ + [ + 144, + 692.81 + ], + [ + 154.8, + 762.1 + ], + [ + 165.6, + 837.16 + ], + [ + 180, + 918 + ], + [ + 190.8, + 1004.61 + ], + [ + 201.6, + 1097 + ], + [ + 216, + 1195.16 + ], + [ + 230.4, + 1299.1 + ], + [ + 244.8, + 1408.81 + ], + [ + 259.2, + 1524.29 + ], + [ + 273.6, + 1645.55 + ], + [ + 288, + 1772.58 + ], + [ + 306, + 1905.39 + ], + [ + 324, + 2043.97 + ], + [ + 342, + 2188.32 + ] + ], + "持续伤害": [ + 33.6, + 36.12, + 38.64, + 42, + 44.52, + 47.04, + 50.4, + 53.76, + 57.12, + 60.48, + 63.84, + 67.2, + 71.4, + 75.6, + 79.8 + ] + }, + "q": { + "技能伤害": [ + 340.8, + 366.36, + 391.92, + 426, + 451.56, + 477.12, + 511.2, + 545.28, + 579.36, + 613.44, + 647.52, + 681.6, + 724.2, + 766.8, + 809.4 + ], + "火元素持续伤害": [ + 40, + 43, + 46, + 50, + 53, + 56, + 60, + 64, + 68, + 72, + 76, + 80, + 85, + 90, + 95 + ] + } + }, + "cons": { + "1": { + "name": "绝命的加速", + "desc": [ + "辛焱造成暴击后的5秒内,普通攻击和重击的攻击速度提升12%。", + "该效果每5秒只能触发一次。" + ] + }, + "2": { + "name": "开场即兴段", + "desc": [ + "叛逆刮弦造成的物理伤害暴击率提升100%,并会在施放时形成三级护盾·舞遍节拍。" + ] + }, + "3": { + "name": "摭分的指法", + "desc": [ + "

热情拂扫的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "节奏的传染", + "desc": [ + "热情拂扫的挥舞伤害,会使敌人的物理抗性降低15%,持续12秒。" + ] + }, + "5": { + "name": "返场的高呼", + "desc": [ + "

叛逆刮弦的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "地狱里摇摆", + "desc": [ + "辛焱的重击的体力消耗降低30%;此外,进行重击时,将基于防御力的50%获得攻击力加成。" + ] + } + }, + "passive": [ + { + "name": "摇滚的食谱", + "desc": [ + "完美烹饪防御类食物时,有12%概率获得2倍产出。" + ] + }, + { + "name": "「没听众也要演奏…」", + "desc": [ + "减少热情拂扫的护盾所需的命中敌人数量:", + "·二级护盾·歌头节拍:命中一名敌人;", + "·三级护盾·舞遍节拍:命中二名或更多敌人。" + ] + }, + { + "name": "「…这才是摇滚!」", + "desc": [ + "处于热情拂扫的护盾保护下的角色造成的物理伤害提高15%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 939, + 20.84, + 66.95, + 0 + ], + "20": [ + 2413, + 53.53, + 172, + 0 + ], + "40": [ + 4665, + 103.49, + 332.56, + 0 + ], + "50": [ + 5939, + 131.76, + 423.4, + 6 + ], + "60": [ + 7379, + 163.72, + 526.09, + 12 + ], + "70": [ + 8653, + 191.97, + 616.87, + 12 + ], + "80": [ + 9927, + 220.24, + 707.71, + 18 + ], + "90": [ + 11201, + 248.5, + 798.55, + 24 + ], + "20+": [ + 3114, + 69.09, + 222.02, + 0 + ], + "40+": [ + 5163, + 114.55, + 368.1, + 6 + ], + "50+": [ + 6604, + 146.51, + 470.79, + 12 + ], + "60+": [ + 7878, + 174.78, + 561.63, + 12 + ], + "70+": [ + 9151, + 203.03, + 652.4, + 18 + ], + "80+": [ + 10425, + 231.29, + 743.25, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-1.webp" new file mode 100644 index 0000000000..ccbe46437c Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-2.webp" new file mode 100644 index 0000000000..fbb6ef46ce Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-3.webp" new file mode 100644 index 0000000000..40e29643b1 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-4.webp" new file mode 100644 index 0000000000..b725efbd07 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-5.webp" new file mode 100644 index 0000000000..c5439f58e6 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-6.webp" new file mode 100644 index 0000000000..30993929f9 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/passive-0.webp" new file mode 100644 index 0000000000..4c4f8b8dfe Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/passive-1.webp" new file mode 100644 index 0000000000..40f8eea880 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/passive-2.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/passive-2.webp" new file mode 100644 index 0000000000..08146ad695 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/talent-a.webp" new file mode 100644 index 0000000000..96b89f618e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/talent-e.webp" new file mode 100644 index 0000000000..648cb68a7e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/talent-q.webp" new file mode 100644 index 0000000000..9c94ba01e3 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/banner.webp" new file mode 100644 index 0000000000..05d82ecdaa Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/card.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/card.webp" new file mode 100644 index 0000000000..c1035ba4fa Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/face.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/face.webp" new file mode 100644 index 0000000000..113c5294d1 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/gacha.webp" new file mode 100644 index 0000000000..d3651c7aa0 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/side.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/side.webp" new file mode 100644 index 0000000000..0e950979f6 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/splash.webp" new file mode 100644 index 0000000000..87458e88f3 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\233\347\204\261/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/data.json" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/data.json" new file mode 100644 index 0000000000..5d6adc728f --- /dev/null +++ "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000033, + "name": "达达利亚", + "abbr": "公子", + "title": "「公子」", + "star": 5, + "elem": "hydro", + "allegiance": "愚人众", + "weapon": "bow", + "birth": "7-20", + "astro": "鲸天座", + "desc": "愚人众执行官第十一位,「公子」,其战绩威名远扬。", + "cncv": "鱼冻", + "jpcv": "木村良平", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 13103, + "atk": 301.36, + "def": 814.67 + }, + "growAttr": { + "key": "dmg", + "value": 28.8 + }, + "talentKey": { + "3331": "a", + "3332": "e", + "3339": "q" + }, + "talentId": { + "10331": 3331, + "10332": 3332, + "10333": 3339 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "涤净青金", + "boss": "净水之心", + "specialty": "星螺", + "normal": "尉官的徽记", + "talent": "「自由」的哲学", + "weekly": "魔王之刃·残片" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/detail.json" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/detail.json" new file mode 100644 index 0000000000..d48ae88a03 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/detail.json" @@ -0,0 +1,1569 @@ +{ + "id": "33", + "name": "达达利亚", + "talent": { + "a": { + "id": 3331, + "name": "普通攻击·断雨", + "desc": [ + "

普通攻击

", + "进行至多六段的连续弓箭射击。", + "

重击

", + "进行伤害更高、更为精准的瞄准射击。", + "瞄准时,水元素之力会在箭矢上持续积聚。聚满了激流的箭矢会在命中敌人时造成水元素伤害,并施加断流效果。", + "

断流

", + "处于断流影响下的敌人受到达达利亚的各种攻击时,将产生水元素范围伤害效果。这些效果造成的伤害视为普通攻击伤害。", + "·断流·闪:满蓄力瞄准射击命中处于断流影响下的敌人时,会引发连续范围伤害。断流·闪每0.7秒至多触发一次。", + "·断流·破:击败处于断流影响下的敌人时会引发水之绽放,对附近的敌人施加断流效果。", + "

下落攻击

", + "从空中射出箭雨,并迅速下坠冲击地面,在落地时造成范围伤害。", + "处于魔王武装·狂澜的近战状态下时,无法施展下落攻击。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "41.28%", + "44.64%", + "48%", + "52.8%", + "56.16%", + "60%", + "65.28%", + "70.56%", + "75.84%", + "81.6%", + "87.36%", + "93.12%", + "98.88%", + "104.64%", + "110.4%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "46.27%", + "50.03%", + "53.8%", + "59.18%", + "62.95%", + "67.25%", + "73.17%", + "79.09%", + "85%", + "91.46%", + "97.92%", + "104.37%", + "110.83%", + "117.28%", + "123.74%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "55.38%", + "59.89%", + "64.4%", + "70.84%", + "75.35%", + "80.5%", + "87.58%", + "94.67%", + "101.75%", + "109.48%", + "117.21%", + "124.94%", + "132.66%", + "140.39%", + "148.12%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "57.02%", + "61.66%", + "66.3%", + "72.93%", + "77.57%", + "82.88%", + "90.17%", + "97.46%", + "104.75%", + "112.71%", + "120.67%", + "128.62%", + "136.58%", + "144.53%", + "152.49%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "60.89%", + "65.84%", + "70.8%", + "77.88%", + "82.84%", + "88.5%", + "96.29%", + "104.08%", + "111.86%", + "120.36%", + "128.86%", + "137.35%", + "145.85%", + "154.34%", + "162.84%" + ] + }, + { + "name": "六段伤害", + "unit": "", + "isSame": false, + "values": [ + "72.76%", + "78.68%", + "84.6%", + "93.06%", + "98.98%", + "105.75%", + "115.06%", + "124.36%", + "133.67%", + "143.82%", + "153.97%", + "164.12%", + "174.28%", + "184.43%", + "194.58%" + ] + }, + { + "name": "瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "43.86%", + "47.43%", + "51%", + "56.1%", + "59.67%", + "63.75%", + "69.36%", + "74.97%", + "80.58%", + "86.7%", + "92.82%", + "98.94%", + "105.06%", + "111.18%", + "117.3%" + ] + }, + { + "name": "满蓄力瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "124%", + "133.3%", + "142.6%", + "155%", + "164.3%", + "173.6%", + "186%", + "198.4%", + "210.8%", + "223.2%", + "235.6%", + "248%", + "263.5%", + "279%", + "294.5%" + ] + }, + { + "name": "断流·闪 伤害", + "unit": "", + "isSame": false, + "values": [ + "12.4%*3", + "13.33%*3", + "14.26%*3", + "15.5%*3", + "16.43%*3", + "17.36%*3", + "18.6%*3", + "19.84%*3", + "21.08%*3", + "22.32%*3", + "23.56%*3", + "24.8%*3", + "26.35%*3", + "27.9%*3", + "29.45%*3" + ] + }, + { + "name": "断流·破 伤害", + "unit": "", + "isSame": false, + "values": [ + "62%", + "66.65%", + "71.3%", + "77.5%", + "82.15%", + "86.8%", + "93%", + "99.2%", + "105.4%", + "111.6%", + "117.8%", + "124%", + "131.75%", + "139.5%", + "147.25%" + ] + }, + { + "name": "断流持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 3332, + "name": "魔王武装·狂澜", + "desc": [ + "解放纯水构成的武装,对周围的敌人造成水元素伤害,并进入近战状态。", + "在此状态下,达达利亚的普通攻击与重击将转为无法被附魔覆盖的水元素伤害,并发生以下变化:", + "

普通攻击

", + "进行至多六段的连续水元素斩击。", + "

重击

", + "消耗体力,瞬间向前方挥出两剑,造成水元素伤害。", + "

断流·斩

", + "近战攻击命中处于断流影响下的敌人时,将引发一次断流·斩,造成水元素范围伤害。断流·斩造成的伤害视为元素战技伤害,每1.5秒至多触发一次。", + "30秒后或再次施放时效果将会解除,回到远程状态,并使技能进入冷却。近战状态下持续的时间越长,冷却时间越长。", + "若持续30秒后自动回到远程状态,技能将进入更长的冷却周期。", + "为了克服自己不擅使弓的弱点,他才选择弓作为自己的武器。但在真正的战斗中,不得不拿出真正的实力…" + ], + "tables": [ + { + "name": "状态激发伤害", + "unit": "", + "isSame": false, + "values": [ + "72%", + "77.4%", + "82.8%", + "90%", + "95.4%", + "100.8%", + "108%", + "115.2%", + "122.4%", + "129.6%", + "136.8%", + "144%", + "153%", + "162%", + "171%" + ] + }, + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "38.87%", + "42.04%", + "45.2%", + "49.72%", + "52.88%", + "56.5%", + "61.47%", + "66.44%", + "71.42%", + "76.84%", + "82.26%", + "87.69%", + "93.11%", + "98.54%", + "103.96%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "41.62%", + "45.01%", + "48.4%", + "53.24%", + "56.63%", + "60.5%", + "65.82%", + "71.15%", + "76.47%", + "82.28%", + "88.09%", + "93.9%", + "99.7%", + "105.51%", + "111.32%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "56.33%", + "60.91%", + "65.5%", + "72.05%", + "76.63%", + "81.88%", + "89.08%", + "96.28%", + "103.49%", + "111.35%", + "119.21%", + "127.07%", + "134.93%", + "142.79%", + "150.65%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "59.94%", + "64.82%", + "69.7%", + "76.67%", + "81.55%", + "87.12%", + "94.79%", + "102.46%", + "110.13%", + "118.49%", + "126.85%", + "135.22%", + "143.58%", + "151.95%", + "160.31%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "55.3%", + "59.8%", + "64.3%", + "70.73%", + "75.23%", + "80.37%", + "87.45%", + "94.52%", + "101.59%", + "109.31%", + "117.03%", + "124.74%", + "132.46%", + "140.17%", + "147.89%" + ] + }, + { + "name": "六段伤害", + "unit": "", + "isSame": false, + "values": [ + "35.43% + 37.67%", + "38.32% + 40.73%", + "41.2% + 43.8%", + "45.32% + 48.18%", + "48.2% + 51.25%", + "51.5% + 54.75%", + "56.03% + 59.57%", + "60.56% + 64.39%", + "65.1% + 69.2%", + "70.04% + 74.46%", + "74.98% + 79.72%", + "79.93% + 84.97%", + "84.87% + 90.23%", + "89.82% + 95.48%", + "94.76% + 100.74%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "60.2% + 71.98%", + "65.1% + 77.84%", + "70% + 83.7%", + "77% + 92.07%", + "81.9% + 97.93%", + "87.5% + 104.62%", + "95.2% + 113.83%", + "102.9% + 123.04%", + "110.6% + 132.25%", + "119% + 142.29%", + "127.4% + 152.33%", + "135.8% + 162.38%", + "144.2% + 172.42%", + "152.6% + 182.47%", + "161% + 192.51%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "断流·斩 伤害", + "unit": "", + "isSame": false, + "values": [ + "60.2%", + "65.1%", + "70%", + "77%", + "81.9%", + "87.5%", + "95.2%", + "102.9%", + "110.6%", + "119%", + "127.4%", + "135.8%", + "144.2%", + "152.6%", + "161%" + ] + }, + { + "name": "最大持续时间", + "unit": "", + "isSame": true, + "values": [ + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "6到36秒", + "6到36秒", + "6到36秒", + "6到36秒", + "6到36秒", + "6到36秒", + "6到36秒", + "6到36秒", + "6到36秒", + "6到36秒", + "6到36秒", + "6到36秒", + "6到36秒", + "6到36秒", + "6到36秒" + ] + }, + { + "name": "持续时间耗尽冷却时间", + "unit": "", + "isSame": true, + "values": [ + "45秒", + "45秒", + "45秒", + "45秒", + "45秒", + "45秒", + "45秒", + "45秒", + "45秒", + "45秒", + "45秒", + "45秒", + "45秒", + "45秒", + "45秒" + ] + } + ] + }, + "q": { + "id": 3339, + "name": "极恶技·尽灭闪", + "desc": [ + "依据达达利亚当前所处的状态,进行不同的攻击:", + "

远程状态·魔弹一闪

", + "向前方快速射出一发饱含水元素的魔箭,造成水元素范围伤害,并施加断流效果。", + "施放后,返还部分元素能量。", + "

近战状态·尽灭水光

", + "进行一次大范围斩击,对附近所有敌人造成大量水元素伤害,并能引发断流·爆。", + "

断流·爆

", + "尽灭水光命中处于断流状态下的敌人时,会消耗断流效果并引发水爆,造成水元素范围伤害。断流·爆造成的伤害视为元素爆发伤害。", + "湍流的水,在他的雪国故土并不常见。或许能将流水握在手中,正是因为明白流水的珍贵吧。" + ], + "tables": [ + { + "name": "技能伤害·近战", + "unit": "", + "isSame": false, + "values": [ + "464%", + "498.8%", + "533.6%", + "580%", + "614.8%", + "649.6%", + "696%", + "742.4%", + "788.8%", + "835.2%", + "881.6%", + "928%", + "986%", + "1044%", + "1102%" + ] + }, + { + "name": "技能伤害·远程", + "unit": "", + "isSame": false, + "values": [ + "378.4%", + "406.78%", + "435.16%", + "473%", + "501.38%", + "529.76%", + "567.6%", + "605.44%", + "643.28%", + "681.12%", + "718.96%", + "756.8%", + "804.1%", + "851.4%", + "898.7%" + ] + }, + { + "name": "断流·爆 伤害", + "unit": "", + "isSame": false, + "values": [ + "120%", + "129%", + "138%", + "150%", + "159%", + "168%", + "180%", + "192%", + "204%", + "216%", + "228%", + "240%", + "255%", + "270%", + "285%" + ] + }, + { + "name": "技能返还元素能量(远程)", + "unit": "", + "isSame": true, + "values": [ + "20", + "20", + "20", + "20", + "20", + "20", + "20", + "20", + "20", + "20", + "20", + "20", + "20", + "20", + "20" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 41.28, + 44.64, + 48, + 52.8, + 56.16, + 60, + 65.28, + 70.56, + 75.84, + 81.6, + 87.36, + 93.12, + 98.88, + 104.64, + 110.4 + ], + "二段伤害": [ + 46.27, + 50.03, + 53.8, + 59.18, + 62.95, + 67.25, + 73.17, + 79.09, + 85, + 91.46, + 97.92, + 104.37, + 110.83, + 117.28, + 123.74 + ], + "三段伤害": [ + 55.38, + 59.89, + 64.4, + 70.84, + 75.35, + 80.5, + 87.58, + 94.67, + 101.75, + 109.48, + 117.21, + 124.94, + 132.66, + 140.39, + 148.12 + ], + "四段伤害": [ + 57.02, + 61.66, + 66.3, + 72.93, + 77.57, + 82.88, + 90.17, + 97.46, + 104.75, + 112.71, + 120.67, + 128.62, + 136.58, + 144.53, + 152.49 + ], + "五段伤害": [ + 60.89, + 65.84, + 70.8, + 77.88, + 82.84, + 88.5, + 96.29, + 104.08, + 111.86, + 120.36, + 128.86, + 137.35, + 145.85, + 154.34, + 162.84 + ], + "六段伤害": [ + 72.76, + 78.68, + 84.6, + 93.06, + 98.98, + 105.75, + 115.06, + 124.36, + 133.67, + 143.82, + 153.97, + 164.12, + 174.28, + 184.43, + 194.58 + ], + "瞄准射击": [ + 43.86, + 47.43, + 51, + 56.1, + 59.67, + 63.75, + 69.36, + 74.97, + 80.58, + 86.7, + 92.82, + 98.94, + 105.06, + 111.18, + 117.3 + ], + "满蓄力瞄准射击": [ + 124, + 133.3, + 142.6, + 155, + 164.3, + 173.6, + 186, + 198.4, + 210.8, + 223.2, + 235.6, + 248, + 263.5, + 279, + 294.5 + ], + "断流·闪 伤害": [ + 37.2, + 39.99, + 42.78, + 46.5, + 49.29, + 52.08, + 55.800000000000004, + 59.519999999999996, + 63.239999999999995, + 66.96000000000001, + 70.67999999999999, + 74.4, + 79.05000000000001, + 83.69999999999999, + 88.35 + ], + "断流·破 伤害": [ + 62, + 66.65, + 71.3, + 77.5, + 82.15, + 86.8, + 93, + 99.2, + 105.4, + 111.6, + 117.8, + 124, + 131.75, + 139.5, + 147.25 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "状态激发伤害": [ + 72, + 77.4, + 82.8, + 90, + 95.4, + 100.8, + 108, + 115.2, + 122.4, + 129.6, + 136.8, + 144, + 153, + 162, + 171 + ], + "一段伤害": [ + 38.87, + 42.04, + 45.2, + 49.72, + 52.88, + 56.5, + 61.47, + 66.44, + 71.42, + 76.84, + 82.26, + 87.69, + 93.11, + 98.54, + 103.96 + ], + "二段伤害": [ + 41.62, + 45.01, + 48.4, + 53.24, + 56.63, + 60.5, + 65.82, + 71.15, + 76.47, + 82.28, + 88.09, + 93.9, + 99.7, + 105.51, + 111.32 + ], + "三段伤害": [ + 56.33, + 60.91, + 65.5, + 72.05, + 76.63, + 81.88, + 89.08, + 96.28, + 103.49, + 111.35, + 119.21, + 127.07, + 134.93, + 142.79, + 150.65 + ], + "四段伤害": [ + 59.94, + 64.82, + 69.7, + 76.67, + 81.55, + 87.12, + 94.79, + 102.46, + 110.13, + 118.49, + 126.85, + 135.22, + 143.58, + 151.95, + 160.31 + ], + "五段伤害": [ + 55.3, + 59.8, + 64.3, + 70.73, + 75.23, + 80.37, + 87.45, + 94.52, + 101.59, + 109.31, + 117.03, + 124.74, + 132.46, + 140.17, + 147.89 + ], + "六段伤害": [ + 73.1, + 79.05, + 85, + 93.5, + 99.45, + 106.25, + 115.6, + 124.95, + 134.3, + 144.5, + 154.7, + 164.9, + 175.10000000000002, + 185.3, + 195.5 + ], + "六段伤害2": [ + [ + 35.43, + 37.67 + ], + [ + 38.32, + 40.73 + ], + [ + 41.2, + 43.8 + ], + [ + 45.32, + 48.18 + ], + [ + 48.2, + 51.25 + ], + [ + 51.5, + 54.75 + ], + [ + 56.03, + 59.57 + ], + [ + 60.56, + 64.39 + ], + [ + 65.1, + 69.2 + ], + [ + 70.04, + 74.46 + ], + [ + 74.98, + 79.72 + ], + [ + 79.93, + 84.97 + ], + [ + 84.87, + 90.23 + ], + [ + 89.82, + 95.48 + ], + [ + 94.76, + 100.74 + ] + ], + "重击伤害": [ + 132.18, + 142.94, + 153.7, + 169.07, + 179.83, + 192.12, + 209.03, + 225.94, + 242.85, + 261.28999999999996, + 279.73, + 298.18, + 316.62, + 335.07, + 353.51 + ], + "重击伤害2": [ + [ + 60.2, + 71.98 + ], + [ + 65.1, + 77.84 + ], + [ + 70, + 83.7 + ], + [ + 77, + 92.07 + ], + [ + 81.9, + 97.93 + ], + [ + 87.5, + 104.62 + ], + [ + 95.2, + 113.83 + ], + [ + 102.9, + 123.04 + ], + [ + 110.6, + 132.25 + ], + [ + 119, + 142.29 + ], + [ + 127.4, + 152.33 + ], + [ + 135.8, + 162.38 + ], + [ + 144.2, + 172.42 + ], + [ + 152.6, + 182.47 + ], + [ + 161, + 192.51 + ] + ], + "断流·斩 伤害": [ + 60.2, + 65.1, + 70, + 77, + 81.9, + 87.5, + 95.2, + 102.9, + 110.6, + 119, + 127.4, + 135.8, + 144.2, + 152.6, + 161 + ] + }, + "q": { + "技能伤害·近战": [ + 464, + 498.8, + 533.6, + 580, + 614.8, + 649.6, + 696, + 742.4, + 788.8, + 835.2, + 881.6, + 928, + 986, + 1044, + 1102 + ], + "技能伤害·远程": [ + 378.4, + 406.78, + 435.16, + 473, + 501.38, + 529.76, + 567.6, + 605.44, + 643.28, + 681.12, + 718.96, + 756.8, + 804.1, + 851.4, + 898.7 + ], + "断流·爆 伤害": [ + 120, + 129, + 138, + 150, + 159, + 168, + 180, + 192, + 204, + 216, + 228, + 240, + 255, + 270, + 285 + ] + } + }, + "cons": { + "1": { + "name": "魔王武装·遏浪", + "desc": [ + "魔王武装·狂澜的冷却时间降低20%。" + ] + }, + "2": { + "name": "魔王武装·暗流", + "desc": [ + "处于断流效果影响下的敌人被击败时,为达达利亚恢复4点元素能量。" + ] + }, + "3": { + "name": "深渊之灾·纷争涡源", + "desc": [ + "魔王武装·狂澜的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "深渊之灾·凝水盛放", + "desc": [ + "每4秒,场上存在达达利亚自身施加的断流效果时,若达达利亚当前处于魔王武装·狂澜的近战状态,则触发断流·斩;否则,触发断流·闪。", + "通过此命之座触发的断流·斩与断流·闪不受这两种断流各自的触发间隔限制,也不会影响其触发间隔。" + ] + }, + "5": { + "name": "极恶技·斩水斩雨", + "desc": [ + "极恶技·尽灭闪的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "极恶技·天使灭尽", + "desc": [ + "在近战状态下施放极恶技·尽灭闪时,清除魔王武装·狂澜的冷却时间。", + "该效果会在回到远程状态后触发。" + ] + } + }, + "passive": [ + { + "name": "诸武精通", + "desc": [ + "队伍中自己的角色普通攻击等级提高1级。" + ] + }, + { + "name": "永无谢幕", + "desc": [ + "

断流效果的持续时间延长8秒。

" + ] + }, + { + "name": "水形剑", + "desc": [ + "处于魔王武装·狂澜的近战状态时,普通攻击与重击在造成暴击时,会为命中的敌人施加断流效果。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 1020, + 23.46, + 63.42, + 0 + ], + "20": [ + 2646, + 60.86, + 164.51, + 0 + ], + "40": [ + 5268, + 121.16, + 327.53, + 0 + ], + "50": [ + 6776, + 155.84, + 421.28, + 7.2 + ], + "60": [ + 8500, + 195.5, + 528.47, + 14.4 + ], + "70": [ + 10025, + 230.57, + 623.3, + 14.4 + ], + "80": [ + 11561, + 265.89, + 718.76, + 21.6 + ], + "90": [ + 13103, + 301.36, + 814.67, + 28.8 + ], + "20+": [ + 3521, + 80.97, + 218.89, + 0 + ], + "40+": [ + 5889, + 135.45, + 366.16, + 7.2 + ], + "50+": [ + 7604, + 174.9, + 472.79, + 14.4 + ], + "60+": [ + 9121, + 209.79, + 567.11, + 14.4 + ], + "70+": [ + 10647, + 244.87, + 661.94, + 21.6 + ], + "80+": [ + 12182, + 280.18, + 757.4, + 28.8 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-1.webp" new file mode 100644 index 0000000000..8d3b4b897d Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-2.webp" new file mode 100644 index 0000000000..601f5e2b8f Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-3.webp" new file mode 100644 index 0000000000..8d0c77dd62 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-4.webp" new file mode 100644 index 0000000000..9eab816bc1 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-5.webp" new file mode 100644 index 0000000000..9ff8388abf Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-6.webp" new file mode 100644 index 0000000000..0894c0cf41 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/passive-0.webp" new file mode 100644 index 0000000000..6b238b6fbb Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/passive-1.webp" new file mode 100644 index 0000000000..f6dfb41ce1 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/passive-2.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/passive-2.webp" new file mode 100644 index 0000000000..0f0930c85d Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/talent-a.webp" new file mode 100644 index 0000000000..551e4ae608 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/talent-e.webp" new file mode 100644 index 0000000000..3415e51954 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/talent-q.webp" new file mode 100644 index 0000000000..bb500a027c Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/banner.webp" new file mode 100644 index 0000000000..01c0392cdd Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/card.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/card.webp" new file mode 100644 index 0000000000..887ba3632e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/face.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/face.webp" new file mode 100644 index 0000000000..efbfc7161f Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/gacha.webp" new file mode 100644 index 0000000000..22dc769eda Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/side.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/side.webp" new file mode 100644 index 0000000000..dd1ae61ed8 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/splash.webp" new file mode 100644 index 0000000000..aa0845b910 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\276\276\350\276\276\345\210\251\344\272\232/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/data.json" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/data.json" new file mode 100644 index 0000000000..8fe380df41 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/data.json" @@ -0,0 +1,50 @@ +{ + "id": 10000016, + "name": "迪卢克", + "abbr": "迪卢克", + "title": "晨曦的暗面", + "star": 5, + "elem": "pyro", + "allegiance": "晨曦酒庄", + "weapon": "claymore", + "birth": "4-30", + "astro": "夜枭座", + "desc": "坐拥蒙德大半酒业的贵公子,财力、人望、能力都令人无法小觑。", + "cncv": "马洋", + "jpcv": "小野贤章", + "costume": [ + 201601 + ], + "ver": 1, + "baseAttr": { + "hp": 12981, + "atk": 334.85, + "def": 783.93 + }, + "growAttr": { + "key": "cpct", + "value": 19.2 + }, + "talentKey": { + "1631": "a", + "1632": "e", + "1639": "q" + }, + "talentId": { + "10160": 1631, + "10161": 1632, + "10165": 1639 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "燃愿玛瑙", + "boss": "常燃火种", + "specialty": "小灯草", + "normal": "尉官的徽记", + "talent": "「抗争」的哲学", + "weekly": "东风之翎" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/detail.json" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/detail.json" new file mode 100644 index 0000000000..3ef9d03e9e --- /dev/null +++ "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/detail.json" @@ -0,0 +1,994 @@ +{ + "id": "16", + "name": "迪卢克", + "talent": { + "a": { + "id": 1631, + "name": "普通攻击·淬炼之剑", + "desc": [ + "

普通攻击

", + "进行至多四段的连续挥砍。", + "

重击

", + "持续消耗体力,快速进行连续的斩击。", + "重击结束时,会进行一次格外有力的挥砍。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "89.7%", + "97%", + "104.3%", + "114.73%", + "122.03%", + "130.38%", + "141.85%", + "153.32%", + "164.79%", + "177.31%", + "191.65%", + "208.52%", + "225.38%", + "242.25%", + "260.65%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "87.63%", + "94.77%", + "101.9%", + "112.09%", + "119.22%", + "127.37%", + "138.58%", + "149.79%", + "161%", + "173.23%", + "187.24%", + "203.72%", + "220.2%", + "236.67%", + "254.65%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "98.81%", + "106.86%", + "114.9%", + "126.39%", + "134.43%", + "143.62%", + "156.26%", + "168.9%", + "181.54%", + "195.33%", + "211.13%", + "229.71%", + "248.29%", + "266.87%", + "287.14%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "133.99%", + "144.89%", + "155.8%", + "171.38%", + "182.29%", + "194.75%", + "211.89%", + "229.03%", + "246.16%", + "264.86%", + "286.28%", + "311.48%", + "336.67%", + "361.86%", + "389.34%" + ] + }, + { + "name": "重击循环伤害", + "unit": "", + "isSame": false, + "values": [ + "68.8%", + "74.4%", + "80%", + "88%", + "93.6%", + "100%", + "108.8%", + "117.6%", + "126.4%", + "136%", + "147%", + "159.94%", + "172.87%", + "185.81%", + "199.92%" + ] + }, + { + "name": "重击终结伤害", + "unit": "", + "isSame": false, + "values": [ + "124.7%", + "134.85%", + "145%", + "159.5%", + "169.65%", + "181.25%", + "197.2%", + "213.15%", + "229.1%", + "246.5%", + "266.44%", + "289.88%", + "313.33%", + "336.78%", + "362.35%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点" + ] + }, + { + "name": "最大持续时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "89.51%", + "96.79%", + "104.08%", + "114.48%", + "121.77%", + "130.1%", + "141.54%", + "152.99%", + "164.44%", + "176.93%", + "189.42%", + "201.91%", + "214.4%", + "226.89%", + "239.37%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "178.97% / 223.55%", + "193.54% / 241.74%", + "208.11% / 259.94%", + "228.92% / 285.93%", + "243.49% / 304.13%", + "260.13% / 324.92%", + "283.03% / 353.52%", + "305.92% / 382.11%", + "328.81% / 410.7%", + "353.78% / 441.89%", + "378.76% / 473.09%", + "403.73% / 504.28%", + "428.7% / 535.47%", + "453.68% / 566.66%", + "478.65% / 597.86%" + ] + } + ] + }, + "e": { + "id": 1632, + "name": "逆焰之刃", + "desc": [ + "挥舞大剑向前劈砍,造成火元素伤害。", + "

可以连续施放3次。

", + "若在短时间内没有施放,则会进入冷却。", + "分别象征迪卢克所秉持的正义、勇气与责任。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "94.4%", + "101.48%", + "108.56%", + "118%", + "125.08%", + "132.16%", + "141.6%", + "151.04%", + "160.48%", + "169.92%", + "179.36%", + "188.8%", + "200.6%", + "212.4%", + "224.2%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "97.6%", + "104.92%", + "112.24%", + "122%", + "129.32%", + "136.64%", + "146.4%", + "156.16%", + "165.92%", + "175.68%", + "185.44%", + "195.2%", + "207.4%", + "219.6%", + "231.8%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "128.8%", + "138.46%", + "148.12%", + "161%", + "170.66%", + "180.32%", + "193.2%", + "206.08%", + "218.96%", + "231.84%", + "244.72%", + "257.6%", + "273.7%", + "289.8%", + "305.9%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + } + ] + }, + "q": { + "id": 1639, + "name": "黎明", + "desc": [ + "爆发出烈焰的力量,击退周围的敌人,造成火元素伤害。随后,将烈焰凝聚在武器上,挥出向前飞行的火之鸟,对路径上的敌人造成高额火元素伤害,并在火之鸟行进的终点爆裂造成大量的火元素范围伤害。", + "武器上凝聚的烈焰会使迪卢克获得火元素附魔。", + "在黑暗中行走,是为了带来光明。看远方那在静夜中亮起的火光,是破晓的先兆。" + ], + "tables": [ + { + "name": "斩击伤害", + "unit": "", + "isSame": false, + "values": [ + "204%", + "219.3%", + "234.6%", + "255%", + "270.3%", + "285.6%", + "306%", + "326.4%", + "346.8%", + "367.2%", + "387.6%", + "408%", + "433.5%", + "459%", + "484.5%" + ] + }, + { + "name": "持续伤害", + "unit": "", + "isSame": false, + "values": [ + "60%", + "64.5%", + "69%", + "75%", + "79.5%", + "84%", + "90%", + "96%", + "102%", + "108%", + "114%", + "120%", + "127.5%", + "135%", + "142.5%" + ] + }, + { + "name": "爆裂伤害", + "unit": "", + "isSame": false, + "values": [ + "204%", + "219.3%", + "234.6%", + "255%", + "270.3%", + "285.6%", + "306%", + "326.4%", + "346.8%", + "367.2%", + "387.6%", + "408%", + "433.5%", + "459%", + "484.5%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "附魔持续时间", + "unit": "", + "isSame": true, + "values": [ + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒", + "8秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 89.7, + 97, + 104.3, + 114.73, + 122.03, + 130.38, + 141.85, + 153.32, + 164.79, + 177.31, + 191.65, + 208.52, + 225.38, + 242.25, + 260.65 + ], + "二段伤害": [ + 87.63, + 94.77, + 101.9, + 112.09, + 119.22, + 127.37, + 138.58, + 149.79, + 161, + 173.23, + 187.24, + 203.72, + 220.2, + 236.67, + 254.65 + ], + "三段伤害": [ + 98.81, + 106.86, + 114.9, + 126.39, + 134.43, + 143.62, + 156.26, + 168.9, + 181.54, + 195.33, + 211.13, + 229.71, + 248.29, + 266.87, + 287.14 + ], + "四段伤害": [ + 133.99, + 144.89, + 155.8, + 171.38, + 182.29, + 194.75, + 211.89, + 229.03, + 246.16, + 264.86, + 286.28, + 311.48, + 336.67, + 361.86, + 389.34 + ], + "重击循环伤害": [ + 68.8, + 74.4, + 80, + 88, + 93.6, + 100, + 108.8, + 117.6, + 126.4, + 136, + 147, + 159.94, + 172.87, + 185.81, + 199.92 + ], + "重击终结伤害": [ + 124.7, + 134.85, + 145, + 159.5, + 169.65, + 181.25, + 197.2, + 213.15, + 229.1, + 246.5, + 266.44, + 289.88, + 313.33, + 336.78, + 362.35 + ], + "下坠期间伤害": [ + 89.51, + 96.79, + 104.08, + 114.48, + 121.77, + 130.1, + 141.54, + 152.99, + 164.44, + 176.93, + 189.42, + 201.91, + 214.4, + 226.89, + 239.37 + ], + "低空/高空坠地冲击伤害": [ + [ + 178.97, + 223.55 + ], + [ + 193.54, + 241.74 + ], + [ + 208.11, + 259.94 + ], + [ + 228.92, + 285.93 + ], + [ + 243.49, + 304.13 + ], + [ + 260.13, + 324.92 + ], + [ + 283.03, + 353.52 + ], + [ + 305.92, + 382.11 + ], + [ + 328.81, + 410.7 + ], + [ + 353.78, + 441.89 + ], + [ + 378.76, + 473.09 + ], + [ + 403.73, + 504.28 + ], + [ + 428.7, + 535.47 + ], + [ + 453.68, + 566.66 + ], + [ + 478.65, + 597.86 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 178.97, + 223.55 + ], + [ + 193.54, + 241.74 + ], + [ + 208.11, + 259.94 + ], + [ + 228.92, + 285.93 + ], + [ + 243.49, + 304.13 + ], + [ + 260.13, + 324.92 + ], + [ + 283.03, + 353.52 + ], + [ + 305.92, + 382.11 + ], + [ + 328.81, + 410.7 + ], + [ + 353.78, + 441.89 + ], + [ + 378.76, + 473.09 + ], + [ + 403.73, + 504.28 + ], + [ + 428.7, + 535.47 + ], + [ + 453.68, + 566.66 + ], + [ + 478.65, + 597.86 + ] + ] + }, + "e": { + "一段伤害": [ + 94.4, + 101.48, + 108.56, + 118, + 125.08, + 132.16, + 141.6, + 151.04, + 160.48, + 169.92, + 179.36, + 188.8, + 200.6, + 212.4, + 224.2 + ], + "二段伤害": [ + 97.6, + 104.92, + 112.24, + 122, + 129.32, + 136.64, + 146.4, + 156.16, + 165.92, + 175.68, + 185.44, + 195.2, + 207.4, + 219.6, + 231.8 + ], + "三段伤害": [ + 128.8, + 138.46, + 148.12, + 161, + 170.66, + 180.32, + 193.2, + 206.08, + 218.96, + 231.84, + 244.72, + 257.6, + 273.7, + 289.8, + 305.9 + ] + }, + "q": { + "斩击伤害": [ + 204, + 219.3, + 234.6, + 255, + 270.3, + 285.6, + 306, + 326.4, + 346.8, + 367.2, + 387.6, + 408, + 433.5, + 459, + 484.5 + ], + "持续伤害": [ + 60, + 64.5, + 69, + 75, + 79.5, + 84, + 90, + 96, + 102, + 108, + 114, + 120, + 127.5, + 135, + 142.5 + ], + "爆裂伤害": [ + 204, + 219.3, + 234.6, + 255, + 270.3, + 285.6, + 306, + 326.4, + 346.8, + 367.2, + 387.6, + 408, + 433.5, + 459, + 484.5 + ] + } + }, + "cons": { + "1": { + "name": "罪罚裁断", + "desc": [ + "对生命值高于50%的敌人,迪卢克造成的伤害提高15%。" + ] + }, + "2": { + "name": "炙热余烬", + "desc": [ + "迪卢克受到伤害时,攻击力提高10%,攻击速度提高5%,持续10秒。", + "该效果至多叠加3次,每1.5秒只能触发一次。" + ] + }, + "3": { + "name": "钢铁炽焰", + "desc": [ + "

逆焰之刃的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "流火焦灼", + "desc": [ + "有节奏地释放逆焰之刃可以大幅提升造成的伤害。", + "施放逆焰之刃的2秒后,使下一段逆焰之刃的伤害提高40%,持续2秒。" + ] + }, + "5": { + "name": "昭告黎明的火之鸟", + "desc": [ + "

黎明的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "清算黑暗的炎之剑", + "desc": [ + "施放逆焰之刃后,接下来6秒内的2次普通攻击速度提升30%,造成的伤害提高30%。", + "此外,逆焰之刃不再重置普通攻击连击段数。" + ] + } + }, + "passive": [ + { + "name": "晨曦的传统", + "desc": [ + "锻造双手剑类武器时,返还15%消耗的矿石。" + ] + }, + { + "name": "永不休止", + "desc": [ + "迪卢克的重击体力消耗降低50%,最大持续时间增加3秒。" + ] + }, + { + "name": "熔毁之翼", + "desc": [ + "黎明提供的火元素附魔持续时间延长4秒;此外,在效果持续期间,迪卢克获得20%火元素伤害加成。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cpct" + ], + "details": { + "1": [ + 1011, + 26.07, + 61.03, + 0 + ], + "20": [ + 2621, + 67.62, + 158.3, + 0 + ], + "40": [ + 5219, + 134.62, + 315.17, + 0 + ], + "50": [ + 6713, + 173.16, + 405.38, + 4.8 + ], + "60": [ + 8421, + 217.22, + 508.53, + 9.6 + ], + "70": [ + 9932, + 256.19, + 599.78, + 9.6 + ], + "80": [ + 11453, + 295.43, + 691.64, + 14.4 + ], + "90": [ + 12981, + 334.85, + 783.93, + 19.2 + ], + "20+": [ + 3488, + 89.97, + 210.63, + 0 + ], + "40+": [ + 5834, + 150.5, + 352.35, + 4.8 + ], + "50+": [ + 7533, + 194.33, + 454.95, + 9.6 + ], + "60+": [ + 9036, + 233.1, + 545.71, + 9.6 + ], + "70+": [ + 10547, + 272.07, + 636.96, + 14.4 + ], + "80+": [ + 12068, + 311.31, + 728.82, + 19.2 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-1.webp" new file mode 100644 index 0000000000..47a9fc4201 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-2.webp" new file mode 100644 index 0000000000..31a4373f32 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-3.webp" new file mode 100644 index 0000000000..cb73dc9972 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-4.webp" new file mode 100644 index 0000000000..bc7ec43617 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-5.webp" new file mode 100644 index 0000000000..850cf76839 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-6.webp" new file mode 100644 index 0000000000..79643cd5ee Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/passive-0.webp" new file mode 100644 index 0000000000..e5468c1c86 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/passive-1.webp" new file mode 100644 index 0000000000..79dd37eb20 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/passive-2.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/passive-2.webp" new file mode 100644 index 0000000000..31de6113f3 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/talent-a.webp" new file mode 100644 index 0000000000..96b89f618e Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/talent-e.webp" new file mode 100644 index 0000000000..cb73dc9972 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/talent-q.webp" new file mode 100644 index 0000000000..a8925a8f10 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/banner.webp" new file mode 100644 index 0000000000..45c6415a73 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/card.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/card.webp" new file mode 100644 index 0000000000..ecc29175c7 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/face.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/face.webp" new file mode 100644 index 0000000000..d31a89f2f3 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/face2.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/face2.webp" new file mode 100644 index 0000000000..21ff546968 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/face2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/gacha.webp" new file mode 100644 index 0000000000..8cd885fe44 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/side.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/side.webp" new file mode 100644 index 0000000000..16196f1d22 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/side2.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/side2.webp" new file mode 100644 index 0000000000..31cf9def32 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/side2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/splash.webp" new file mode 100644 index 0000000000..54b1c29623 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/splash2.webp" "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/splash2.webp" new file mode 100644 index 0000000000..7d1da81c17 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\215\242\345\205\213/imgs/splash2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/data.json" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/data.json" new file mode 100644 index 0000000000..d132c1ac17 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000039, + "name": "迪奥娜", + "abbr": "迪奥娜", + "title": "猫尾特调", + "star": 4, + "elem": "cryo", + "allegiance": "猫尾酒馆", + "weapon": "bow", + "birth": "1-18", + "astro": "小猫座", + "desc": "遗传了稀薄的「非人」血统的少女,「猫尾酒馆」的超人气调酒师。", + "cncv": "诺亚", + "jpcv": "井泽诗织", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 9570, + "atk": 212.4, + "def": 600.62 + }, + "growAttr": { + "key": "dmg", + "value": 24 + }, + "talentKey": { + "3931": "a", + "3932": "e", + "3939": "q" + }, + "talentId": { + "10391": 3931, + "10392": 3932, + "10395": 3939 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "哀叙冰玉", + "boss": "极寒之核", + "specialty": "嘟嘟莲", + "normal": "历战的箭簇", + "talent": "「自由」的哲学", + "weekly": "魔王之刃·残片" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/detail.json" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/detail.json" new file mode 100644 index 0000000000..d338996ea3 --- /dev/null +++ "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/detail.json" @@ -0,0 +1,1142 @@ +{ + "id": "39", + "name": "迪奥娜", + "talent": { + "a": { + "id": 3931, + "name": "普通攻击·猎人射术", + "desc": [ + "

普通攻击

", + "进行至多五段的连续弓箭射击。", + "

重击

", + "进行伤害更高、更为精准的瞄准射击。", + "瞄准时,冰霜散发的寒气会凭附在箭矢上。聚满了寒气的箭矢会造成冰元素伤害。", + "

下落攻击

", + "从空中射出箭雨,并迅速下坠冲击地面,在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "36.12%", + "39.06%", + "42%", + "46.2%", + "49.14%", + "52.5%", + "57.12%", + "61.74%", + "66.36%", + "71.4%", + "77.17%", + "83.97%", + "90.76%", + "97.55%", + "104.96%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "33.54%", + "36.27%", + "39%", + "42.9%", + "45.63%", + "48.75%", + "53.04%", + "57.33%", + "61.62%", + "66.3%", + "71.66%", + "77.97%", + "84.28%", + "90.58%", + "97.46%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "45.58%", + "49.29%", + "53%", + "58.3%", + "62.01%", + "66.25%", + "72.08%", + "77.91%", + "83.74%", + "90.1%", + "97.39%", + "105.96%", + "114.53%", + "123.1%", + "132.45%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "43%", + "46.5%", + "50%", + "55%", + "58.5%", + "62.5%", + "68%", + "73.5%", + "79%", + "85%", + "91.87%", + "99.96%", + "108.05%", + "116.13%", + "124.95%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "53.75%", + "58.13%", + "62.5%", + "68.75%", + "73.12%", + "78.13%", + "85%", + "91.87%", + "98.75%", + "106.25%", + "114.84%", + "124.95%", + "135.06%", + "145.16%", + "156.19%" + ] + }, + { + "name": "瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "43.86%", + "47.43%", + "51%", + "56.1%", + "59.67%", + "63.75%", + "69.36%", + "74.97%", + "80.58%", + "86.7%", + "93.71%", + "101.96%", + "110.21%", + "118.45%", + "127.45%" + ] + }, + { + "name": "满蓄力瞄准射击", + "unit": "", + "isSame": false, + "values": [ + "124%", + "133.3%", + "142.6%", + "155%", + "164.3%", + "173.6%", + "186%", + "198.4%", + "210.8%", + "223.2%", + "236.1%", + "252.96%", + "269.82%", + "286.69%", + "303.55%" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 3932, + "name": "猫爪冻冻", + "desc": [ + "发射冻冻猫猫爪,对敌人造成冰元素伤害,并在命中时形成护盾。", + "护盾的伤害吸收量受益于迪奥娜的生命值上限,持续时间基于命中的冻冻猫猫爪数目。", + "

点按

", + "快速发射二枚冻冻猫猫爪。", + "

长按

", + "迅速后撤,并发射五枚冻冻猫猫爪。", + "通过长按产生的护盾获得75%伤害吸收量加成。", + "护盾对冰元素伤害有250%的吸收效果,并会在形成时,为当前角色施加短暂的冰元素附着。", + "一开始,酒里加多少冰也伤害不了酒鬼。直到迪奥娜有了神之眼,然后就有了这些冻得人太阳穴疼的冰。好评!" + ], + "tables": [ + { + "name": "猫爪伤害", + "unit": "每个", + "isSame": false, + "values": [ + "41.92%", + "45.06%", + "48.21%", + "52.4%", + "55.54%", + "58.69%", + "62.88%", + "67.07%", + "71.26%", + "75.46%", + "79.65%", + "83.84%", + "89.08%", + "94.32%", + "99.56%" + ] + }, + { + "name": "护盾基础吸收量", + "unit": "", + "isSame": false, + "values": [ + "7.2%HP + 692.81", + "7.74%HP + 762.1", + "8.28%HP + 837.16", + "9%HP + 918", + "9.54%HP + 1004.61", + "10.08%HP + 1097", + "10.8%HP + 1195.16", + "11.52%HP + 1299.1", + "12.24%HP + 1408.81", + "12.96%HP + 1524.29", + "13.68%HP + 1645.55", + "14.4%HP + 1772.58", + "15.3%HP + 1905.39", + "16.2%HP + 2043.97", + "17.1%HP + 2188.32" + ] + }, + { + "name": "持续时间", + "unit": "每个猫爪", + "isSame": false, + "values": [ + "1.8秒", + "1.9秒", + "2秒", + "2.1秒", + "2.2秒", + "2.3秒", + "2.4秒", + "2.4秒", + "2.4秒", + "2.4秒", + "2.4秒", + "2.4秒", + "2.4秒", + "2.4秒", + "2.4秒" + ] + }, + { + "name": "点按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "长按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + } + ] + }, + "q": { + "id": 3939, + "name": "最烈特调", + "desc": [ + "抛出特别调制的冰酿烈调,造成冰元素范围伤害,并产生冰气酒雾领域。", + "

冰气酒雾领域

", + "·对其中的敌人持续造成冰元素伤害;", + "·为其中的角色持续恢复生命值。", + "迪奥娜自己都觉得不人道的恐怖配方。前味恐怖,推荐留给敌人;后劲清冽,可惜只能用鼻子和皮肤享用。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "80%", + "86%", + "92%", + "100%", + "106%", + "112%", + "120%", + "128%", + "136%", + "144%", + "152%", + "160%", + "170%", + "180%", + "190%" + ] + }, + { + "name": "领域持续伤害", + "unit": "", + "isSame": false, + "values": [ + "52.64%", + "56.59%", + "60.54%", + "65.8%", + "69.75%", + "73.7%", + "78.96%", + "84.22%", + "89.49%", + "94.75%", + "100.02%", + "105.28%", + "111.86%", + "118.44%", + "125.02%" + ] + }, + { + "name": "持续治疗量", + "unit": "", + "isSame": false, + "values": [ + "5.34%HP + 513.19", + "5.74%HP + 564.52", + "6.14%HP + 620.12", + "6.67%HP + 680", + "7.07%HP + 744.16", + "7.47%HP + 812.59", + "8%HP + 885.3", + "8.54%HP + 962.29", + "9.07%HP + 1043.56", + "9.6%HP + 1129.1", + "10.14%HP + 1218.92", + "10.67%HP + 1313.02", + "11.34%HP + 1411.4", + "12.01%HP + 1514.05", + "12.67%HP + 1620.98" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 36.12, + 39.06, + 42, + 46.2, + 49.14, + 52.5, + 57.12, + 61.74, + 66.36, + 71.4, + 77.17, + 83.97, + 90.76, + 97.55, + 104.96 + ], + "二段伤害": [ + 33.54, + 36.27, + 39, + 42.9, + 45.63, + 48.75, + 53.04, + 57.33, + 61.62, + 66.3, + 71.66, + 77.97, + 84.28, + 90.58, + 97.46 + ], + "三段伤害": [ + 45.58, + 49.29, + 53, + 58.3, + 62.01, + 66.25, + 72.08, + 77.91, + 83.74, + 90.1, + 97.39, + 105.96, + 114.53, + 123.1, + 132.45 + ], + "四段伤害": [ + 43, + 46.5, + 50, + 55, + 58.5, + 62.5, + 68, + 73.5, + 79, + 85, + 91.87, + 99.96, + 108.05, + 116.13, + 124.95 + ], + "五段伤害": [ + 53.75, + 58.13, + 62.5, + 68.75, + 73.12, + 78.13, + 85, + 91.87, + 98.75, + 106.25, + 114.84, + 124.95, + 135.06, + 145.16, + 156.19 + ], + "瞄准射击": [ + 43.86, + 47.43, + 51, + 56.1, + 59.67, + 63.75, + 69.36, + 74.97, + 80.58, + 86.7, + 93.71, + 101.96, + 110.21, + 118.45, + 127.45 + ], + "满蓄力瞄准射击": [ + 124, + 133.3, + 142.6, + 155, + 164.3, + 173.6, + 186, + 198.4, + 210.8, + 223.2, + 236.1, + 252.96, + 269.82, + 286.69, + 303.55 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "猫爪伤害": [ + 41.92, + 45.06, + 48.21, + 52.4, + 55.54, + 58.69, + 62.88, + 67.07, + 71.26, + 75.46, + 79.65, + 83.84, + 89.08, + 94.32, + 99.56 + ], + "护盾基础吸收量": [ + 700.01, + 769.84, + 845.4399999999999, + 927, + 1014.15, + 1107.08, + 1205.96, + 1310.62, + 1421.05, + 1537.25, + 1659.23, + 1786.98, + 1920.69, + 2060.17, + 2205.42 + ], + "护盾基础吸收量2": [ + [ + 7.2, + 692.81 + ], + [ + 7.74, + 762.1 + ], + [ + 8.28, + 837.16 + ], + [ + 9, + 918 + ], + [ + 9.54, + 1004.61 + ], + [ + 10.08, + 1097 + ], + [ + 10.8, + 1195.16 + ], + [ + 11.52, + 1299.1 + ], + [ + 12.24, + 1408.81 + ], + [ + 12.96, + 1524.29 + ], + [ + 13.68, + 1645.55 + ], + [ + 14.4, + 1772.58 + ], + [ + 15.3, + 1905.39 + ], + [ + 16.2, + 2043.97 + ], + [ + 17.1, + 2188.32 + ] + ], + "持续时间": [ + 1.8, + 1.9, + 2, + 2.1, + 2.2, + 2.3, + 2.4, + 2.4, + 2.4, + 2.4, + 2.4, + 2.4, + 2.4, + 2.4, + 2.4 + ] + }, + "q": { + "技能伤害": [ + 80, + 86, + 92, + 100, + 106, + 112, + 120, + 128, + 136, + 144, + 152, + 160, + 170, + 180, + 190 + ], + "领域持续伤害": [ + 52.64, + 56.59, + 60.54, + 65.8, + 69.75, + 73.7, + 78.96, + 84.22, + 89.49, + 94.75, + 100.02, + 105.28, + 111.86, + 118.44, + 125.02 + ], + "持续治疗量": [ + 518.5300000000001, + 570.26, + 626.26, + 686.67, + 751.23, + 820.0600000000001, + 893.3, + 970.8299999999999, + 1052.6299999999999, + 1138.6999999999998, + 1229.0600000000002, + 1323.69, + 1422.74, + 1526.06, + 1633.65 + ], + "持续治疗量2": [ + [ + 5.34, + 513.19 + ], + [ + 5.74, + 564.52 + ], + [ + 6.14, + 620.12 + ], + [ + 6.67, + 680 + ], + [ + 7.07, + 744.16 + ], + [ + 7.47, + 812.59 + ], + [ + 8, + 885.3 + ], + [ + 8.54, + 962.29 + ], + [ + 9.07, + 1043.56 + ], + [ + 9.6, + 1129.1 + ], + [ + 10.14, + 1218.92 + ], + [ + 10.67, + 1313.02 + ], + [ + 11.34, + 1411.4 + ], + [ + 12.01, + 1514.05 + ], + [ + 12.67, + 1620.98 + ] + ] + } + }, + "cons": { + "1": { + "name": "特调的余韵", + "desc": [ + "最烈特调的效果结束时,为迪奥娜恢复15点元素能量。" + ] + }, + "2": { + "name": "猫爪冰摇", + "desc": [ + "猫爪冻冻造成的伤害提高15%,护盾的伤害吸收量提高15%;", + "此外,命中时,将为附近的当前其他场上角色生成一个伤害吸收量为猫爪冻冻50%的护盾,持续5秒。" + ] + }, + "3": { + "name": "还、还要续杯?", + "desc": [ + "

最烈特调的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "「酒业杀手」", + "desc": [ + "在最烈特调的领域内,迪奥娜的瞄准射击的所需的蓄力时间减少60%。" + ] + }, + "5": { + "name": "双份加冰", + "desc": [ + "

猫爪冻冻的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "猫尾打烊之时", + "desc": [ + "处在最烈特调领域内的角色,依据生命值获得如下效果:", + "·生命值低于或等于50%时,受治疗加成提升30%;", + "·生命值高于50%时,元素精通提升200。" + ] + } + }, + "passive": [ + { + "name": "附赠的下酒菜", + "desc": [ + "完美烹饪恢复类食物时,有12%概率获得2倍产出。" + ] + }, + { + "name": "猫尾隐藏菜单", + "desc": [ + "处于猫爪冻冻的护盾保护下的角色,移动速度提升10%,体力消耗降低10%。" + ] + }, + { + "name": "滑稽百出的醉相", + "desc": [ + "敌人进入最烈特调的领域后的15秒内,攻击力降低10%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 802, + 17.81, + 50.36, + 0 + ], + "20": [ + 2061, + 45.75, + 129.37, + 0 + ], + "40": [ + 3985, + 88.45, + 250.13, + 0 + ], + "50": [ + 5074, + 112.62, + 318.46, + 6 + ], + "60": [ + 6305, + 139.93, + 395.69, + 12 + ], + "70": [ + 7393, + 164.07, + 463.97, + 12 + ], + "80": [ + 8481, + 188.24, + 532.29, + 18 + ], + "90": [ + 9570, + 212.4, + 600.62, + 24 + ], + "20+": [ + 2661, + 59.05, + 166.99, + 0 + ], + "40+": [ + 4411, + 97.91, + 276.86, + 6 + ], + "50+": [ + 5642, + 125.22, + 354.1, + 12 + ], + "60+": [ + 6731, + 149.38, + 422.42, + 12 + ], + "70+": [ + 7819, + 173.53, + 490.7, + 18 + ], + "80+": [ + 8907, + 197.69, + 559.02, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-1.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-1.webp" new file mode 100644 index 0000000000..b68fa80cf5 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-2.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-2.webp" new file mode 100644 index 0000000000..063e57a082 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-3.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-3.webp" new file mode 100644 index 0000000000..36d26dfa8d Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-4.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-4.webp" new file mode 100644 index 0000000000..0670ce47f5 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-5.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-5.webp" new file mode 100644 index 0000000000..158ccba4fe Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-6.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-6.webp" new file mode 100644 index 0000000000..e5aebd4db8 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/passive-0.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/passive-0.webp" new file mode 100644 index 0000000000..884aa0510b Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/passive-1.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/passive-1.webp" new file mode 100644 index 0000000000..2b8f9d4bd6 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/passive-2.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/passive-2.webp" new file mode 100644 index 0000000000..42002cfa77 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/talent-a.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/talent-a.webp" new file mode 100644 index 0000000000..551e4ae608 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/talent-e.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/talent-e.webp" new file mode 100644 index 0000000000..158ccba4fe Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/talent-q.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/talent-q.webp" new file mode 100644 index 0000000000..271688d5fa Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/banner.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/banner.webp" new file mode 100644 index 0000000000..b7dc7cbee7 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/card.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/card.webp" new file mode 100644 index 0000000000..55d8a0fb90 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/face.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/face.webp" new file mode 100644 index 0000000000..662610be3c Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/gacha.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/gacha.webp" new file mode 100644 index 0000000000..99a6b06842 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/side.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/side.webp" new file mode 100644 index 0000000000..ad0b703682 Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/splash.webp" "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/splash.webp" new file mode 100644 index 0000000000..50bf4e651a Binary files /dev/null and "b/plugin/kokomi/data/character/\350\277\252\345\245\245\345\250\234/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/data.json" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/data.json" new file mode 100644 index 0000000000..2b74447d34 --- /dev/null +++ "b/plugin/kokomi/data/character/\351\207\215\344\272\221/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000036, + "name": "重云", + "abbr": "重云", + "title": "雪融有踪", + "star": 4, + "elem": "cryo", + "allegiance": "天衡方士", + "weapon": "claymore", + "birth": "9-7", + "astro": "乾坤锋座", + "desc": "驱邪世家的年轻方士,为压制自身的「纯阳之体」费尽心机。", + "cncv": "kinsen", + "jpcv": "齐藤壮马", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10984, + "atk": 223.02, + "def": 648.4 + }, + "growAttr": { + "key": "atkPct", + "value": 24 + }, + "talentKey": { + "3631": "a", + "3632": "e", + "3639": "q" + }, + "talentId": { + "10401": 3631, + "10402": 3632, + "10403": 3639 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "哀叙冰玉", + "boss": "极寒之核", + "specialty": "石珀", + "normal": "不祥的面具", + "talent": "「勤劳」的哲学", + "weekly": "东风的吐息" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/detail.json" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/detail.json" new file mode 100644 index 0000000000..f1d416b24b --- /dev/null +++ "b/plugin/kokomi/data/character/\351\207\215\344\272\221/detail.json" @@ -0,0 +1,875 @@ +{ + "id": "36", + "name": "重云", + "talent": { + "a": { + "id": 3631, + "name": "普通攻击·灭邪四式", + "desc": [ + "

普通攻击

", + "进行至多四段的连续挥砍。", + "

重击

", + "持续消耗体力,旋转大剑攻击周围的敌人。", + "停止旋转时,会进行一次格外有力的挥砍。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "70%", + "75.7%", + "81.4%", + "89.54%", + "95.24%", + "101.75%", + "110.7%", + "119.66%", + "128.61%", + "138.38%", + "148.15%", + "157.92%", + "167.68%", + "177.45%", + "187.22%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "63.12%", + "68.26%", + "73.4%", + "80.74%", + "85.88%", + "91.75%", + "99.82%", + "107.9%", + "115.97%", + "124.78%", + "133.59%", + "142.4%", + "151.2%", + "160.01%", + "168.82%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "80.32%", + "86.86%", + "93.4%", + "102.74%", + "109.28%", + "116.75%", + "127.02%", + "137.3%", + "147.57%", + "158.78%", + "169.99%", + "181.2%", + "192.4%", + "203.61%", + "214.82%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "101.22%", + "109.46%", + "117.7%", + "129.47%", + "137.71%", + "147.13%", + "160.07%", + "173.02%", + "185.97%", + "200.09%", + "214.21%", + "228.34%", + "242.46%", + "256.59%", + "270.71%" + ] + }, + { + "name": "重击循环伤害", + "unit": "", + "isSame": false, + "values": [ + "56.29%", + "60.87%", + "65.45%", + "71.99%", + "76.57%", + "81.81%", + "89.01%", + "96.21%", + "103.41%", + "111.26%", + "119.12%", + "126.97%", + "134.82%", + "142.68%", + "150.53%" + ] + }, + { + "name": "重击终结伤害", + "unit": "", + "isSame": false, + "values": [ + "101.78%", + "110.07%", + "118.35%", + "130.18%", + "138.47%", + "147.94%", + "160.96%", + "173.97%", + "186.99%", + "201.2%", + "215.4%", + "229.6%", + "243.8%", + "258%", + "272.2%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点" + ] + }, + { + "name": "最大持续时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "74.59%", + "80.66%", + "86.73%", + "95.4%", + "101.47%", + "108.41%", + "117.95%", + "127.49%", + "137.03%", + "147.44%", + "157.85%", + "168.26%", + "178.66%", + "189.07%", + "199.48%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "149.14% / 186.29%", + "161.28% / 201.45%", + "173.42% / 216.62%", + "190.77% / 238.28%", + "202.91% / 253.44%", + "216.78% / 270.77%", + "235.86% / 294.6%", + "254.93% / 318.42%", + "274.01% / 342.25%", + "294.82% / 368.25%", + "315.63% / 394.24%", + "336.44% / 420.23%", + "357.25% / 446.23%", + "378.06% / 472.22%", + "398.87% / 498.21%" + ] + } + ] + }, + "e": { + "id": 3632, + "name": "灵刃·重华叠霜", + "desc": [ + "重云挥动巨剑猛击地面,在前方圆形范围内引发冰爆,并对敌人造成冰元素伤害。", + "短暂延迟后,冰爆引发的寒气汇聚成重华叠霜领域,其中的单手剑、大剑、长柄武器角色获得冰元素附魔。", + "「琳琅振响,十方静默。江河不动,重云凝霜。如法开坛,诸邪退散。」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "172.04%", + "184.94%", + "197.85%", + "215.05%", + "227.95%", + "240.86%", + "258.06%", + "275.26%", + "292.47%", + "309.67%", + "326.88%", + "344.08%", + "365.58%", + "387.09%", + "408.59%" + ] + }, + { + "name": "附魔持续时间", + "unit": "", + "isSame": false, + "values": [ + "2秒", + "2.1秒", + "2.2秒", + "2.3秒", + "2.4秒", + "2.5秒", + "2.6秒", + "2.7秒", + "2.8秒", + "2.9秒", + "3秒", + "3秒", + "3秒", + "3秒", + "3秒" + ] + }, + { + "name": "领域持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + } + ] + }, + "q": { + "id": 3639, + "name": "灵刃·云开星落", + "desc": [ + "重云结印,在前方半空中连续召唤出三柄巨大灵刃,短时间内依次落向地面并爆裂。", + "灵刃爆裂时,会造成冰元素范围伤害,并击飞敌人。", + "「卓剑天地动,冰凌霜寒生。如律令!」" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "142.4%", + "153.08%", + "163.76%", + "178%", + "188.68%", + "199.36%", + "213.6%", + "227.84%", + "242.08%", + "256.32%", + "270.56%", + "284.8%", + "302.6%", + "320.4%", + "338.2%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 70, + 75.7, + 81.4, + 89.54, + 95.24, + 101.75, + 110.7, + 119.66, + 128.61, + 138.38, + 148.15, + 157.92, + 167.68, + 177.45, + 187.22 + ], + "二段伤害": [ + 63.12, + 68.26, + 73.4, + 80.74, + 85.88, + 91.75, + 99.82, + 107.9, + 115.97, + 124.78, + 133.59, + 142.4, + 151.2, + 160.01, + 168.82 + ], + "三段伤害": [ + 80.32, + 86.86, + 93.4, + 102.74, + 109.28, + 116.75, + 127.02, + 137.3, + 147.57, + 158.78, + 169.99, + 181.2, + 192.4, + 203.61, + 214.82 + ], + "四段伤害": [ + 101.22, + 109.46, + 117.7, + 129.47, + 137.71, + 147.13, + 160.07, + 173.02, + 185.97, + 200.09, + 214.21, + 228.34, + 242.46, + 256.59, + 270.71 + ], + "重击循环伤害": [ + 56.29, + 60.87, + 65.45, + 71.99, + 76.57, + 81.81, + 89.01, + 96.21, + 103.41, + 111.26, + 119.12, + 126.97, + 134.82, + 142.68, + 150.53 + ], + "重击终结伤害": [ + 101.78, + 110.07, + 118.35, + 130.18, + 138.47, + 147.94, + 160.96, + 173.97, + 186.99, + 201.2, + 215.4, + 229.6, + 243.8, + 258, + 272.2 + ], + "下坠期间伤害": [ + 74.59, + 80.66, + 86.73, + 95.4, + 101.47, + 108.41, + 117.95, + 127.49, + 137.03, + 147.44, + 157.85, + 168.26, + 178.66, + 189.07, + 199.48 + ], + "低空/高空坠地冲击伤害": [ + [ + 149.14, + 186.29 + ], + [ + 161.28, + 201.45 + ], + [ + 173.42, + 216.62 + ], + [ + 190.77, + 238.28 + ], + [ + 202.91, + 253.44 + ], + [ + 216.78, + 270.77 + ], + [ + 235.86, + 294.6 + ], + [ + 254.93, + 318.42 + ], + [ + 274.01, + 342.25 + ], + [ + 294.82, + 368.25 + ], + [ + 315.63, + 394.24 + ], + [ + 336.44, + 420.23 + ], + [ + 357.25, + 446.23 + ], + [ + 378.06, + 472.22 + ], + [ + 398.87, + 498.21 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 149.14, + 186.29 + ], + [ + 161.28, + 201.45 + ], + [ + 173.42, + 216.62 + ], + [ + 190.77, + 238.28 + ], + [ + 202.91, + 253.44 + ], + [ + 216.78, + 270.77 + ], + [ + 235.86, + 294.6 + ], + [ + 254.93, + 318.42 + ], + [ + 274.01, + 342.25 + ], + [ + 294.82, + 368.25 + ], + [ + 315.63, + 394.24 + ], + [ + 336.44, + 420.23 + ], + [ + 357.25, + 446.23 + ], + [ + 378.06, + 472.22 + ], + [ + 398.87, + 498.21 + ] + ] + }, + "e": { + "技能伤害": [ + 172.04, + 184.94, + 197.85, + 215.05, + 227.95, + 240.86, + 258.06, + 275.26, + 292.47, + 309.67, + 326.88, + 344.08, + 365.58, + 387.09, + 408.59 + ], + "附魔持续时间": [ + 2, + 2.1, + 2.2, + 2.3, + 2.4, + 2.5, + 2.6, + 2.7, + 2.8, + 2.9, + 3, + 3, + 3, + 3, + 3 + ] + }, + "q": { + "技能伤害": [ + 142.4, + 153.08, + 163.76, + 178, + 188.68, + 199.36, + 213.6, + 227.84, + 242.08, + 256.32, + 270.56, + 284.8, + 302.6, + 320.4, + 338.2 + ] + } + }, + "cons": { + "1": { + "name": "释凌咏冰", + "desc": [ + "普通攻击的最后一击会向前方释放三道冰之刃,每道冰之刃对沿途的敌人造成重云50%攻击力的冰元素伤害。" + ] + }, + "2": { + "name": "周天运转", + "desc": [ + "在灵刃·重华叠霜领域内施放的元素战技与元素爆发的冷却时间减少15%。" + ] + }, + "3": { + "name": "云尽光生", + "desc": [ + "灵刃·云开星落的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "浮云霜天", + "desc": [ + "重云的所有攻击命中受到冰元素影响的敌人时,自身将恢复1点元素能量。", + "该效果每2秒最多触发一次。" + ] + }, + "5": { + "name": "真道正理", + "desc": [ + "灵刃·重华叠霜的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "四灵捧圣", + "desc": [ + "灵刃·云开星落对生命值百分比低于重云的敌人造成伤害时,伤害提升15%;", + "此外,施放时,会召唤一柄额外的灵刃。" + ] + } + }, + "passive": [ + { + "name": "云游山海", + "desc": [ + "在璃月执行探索派遣任务时,消耗的时间缩短25%。" + ] + }, + { + "name": "吐纳真定", + "desc": [ + "处在灵刃·重华叠霜领域内的单手剑、双手剑、长柄武器角色,普通攻击的攻击速度提升8%。" + ] + }, + { + "name": "追冰剑诀", + "desc": [ + "灵刃·重华叠霜领域消失时,会唤出一柄灵刃自动攻击附近的敌人,造成相当于灵刃·重华叠霜技能伤害100%的冰元素范围伤害。被击中的敌人冰元素抗性降低10%,持续8秒。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "atkPct" + ], + "details": { + "1": [ + 921, + 18.7, + 54.36, + 0 + ], + "20": [ + 2366, + 48.04, + 139.66, + 0 + ], + "40": [ + 4574, + 92.88, + 270.03, + 0 + ], + "50": [ + 5824, + 118.25, + 343.79, + 6 + ], + "60": [ + 7236, + 146.93, + 427.17, + 12 + ], + "70": [ + 8485, + 172.28, + 500.87, + 12 + ], + "80": [ + 9734, + 197.65, + 574.63, + 18 + ], + "90": [ + 10984, + 223.02, + 648.4, + 24 + ], + "20+": [ + 3054, + 62.01, + 180.27, + 0 + ], + "40+": [ + 5063, + 102.8, + 298.88, + 6 + ], + "50+": [ + 6475, + 131.48, + 382.26, + 12 + ], + "60+": [ + 7725, + 156.85, + 456.02, + 12 + ], + "70+": [ + 8974, + 182.2, + 529.73, + 18 + ], + "80+": [ + 10223, + 207.57, + 603.49, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-1.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-1.webp" new file mode 100644 index 0000000000..54764be6ca Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-2.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-2.webp" new file mode 100644 index 0000000000..28639ff056 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-3.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-3.webp" new file mode 100644 index 0000000000..103edbe3e1 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-4.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-4.webp" new file mode 100644 index 0000000000..50db209a4a Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-5.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-5.webp" new file mode 100644 index 0000000000..b31a1de40e Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-6.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-6.webp" new file mode 100644 index 0000000000..9e2ae27707 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/passive-0.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/passive-0.webp" new file mode 100644 index 0000000000..b5bc9f5b0e Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/passive-1.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/passive-1.webp" new file mode 100644 index 0000000000..4887d5711a Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/passive-2.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/passive-2.webp" new file mode 100644 index 0000000000..27361f7610 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/talent-a.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/talent-a.webp" new file mode 100644 index 0000000000..96b89f618e Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/talent-e.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/talent-e.webp" new file mode 100644 index 0000000000..b31a1de40e Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/talent-q.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/talent-q.webp" new file mode 100644 index 0000000000..8a62fc6920 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/banner.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/banner.webp" new file mode 100644 index 0000000000..9fa98e3807 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/card.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/card.webp" new file mode 100644 index 0000000000..588173a7eb Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/face.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/face.webp" new file mode 100644 index 0000000000..9bf0b3e926 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/gacha.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/gacha.webp" new file mode 100644 index 0000000000..fd40ad67e8 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/side.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/side.webp" new file mode 100644 index 0000000000..cf70c3dfb8 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/splash.webp" "b/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/splash.webp" new file mode 100644 index 0000000000..9b3bbfcae3 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\207\215\344\272\221/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/data.json" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/data.json" new file mode 100644 index 0000000000..24c9117011 --- /dev/null +++ "b/plugin/kokomi/data/character/\351\222\237\347\246\273/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000030, + "name": "钟离", + "abbr": "钟离", + "title": "尘世闲游", + "star": 5, + "elem": "geo", + "allegiance": "璃月港", + "weapon": "polearm", + "birth": "12-31", + "astro": "岩王帝君座", + "desc": "被「往生堂」请来的神秘客人,知识渊博,对各种事物都颇有见地。", + "cncv": "彭博", + "jpcv": "前野智昭", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 14695, + "atk": 251.14, + "def": 737.81 + }, + "growAttr": { + "key": "dmg", + "value": 28.8 + }, + "talentKey": { + "3031": "a", + "3032": "e", + "3039": "q" + }, + "talentId": { + "10301": 3031, + "10302": 3032, + "10303": 3039 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "坚牢黄玉", + "boss": "玄岩之塔", + "specialty": "石珀", + "normal": "史莱姆原浆", + "talent": "「黄金」的哲学", + "weekly": "吞天之鲸·只角" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/detail.json" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/detail.json" new file mode 100644 index 0000000000..250502e94a --- /dev/null +++ "b/plugin/kokomi/data/character/\351\222\237\347\246\273/detail.json" @@ -0,0 +1,1158 @@ +{ + "id": "30", + "name": "钟离", + "talent": { + "a": { + "id": 3031, + "name": "普通攻击·岩雨", + "desc": [ + "

普通攻击

", + "进行至多六段的连续枪击。", + "

重击

", + "消耗一定体力,向前方疾行,在行动路径上和终点投下如雨的岩枪。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "30.77%", + "33.27%", + "35.78%", + "39.36%", + "41.86%", + "44.72%", + "48.66%", + "52.59%", + "56.53%", + "60.82%", + "65.74%", + "71.53%", + "77.31%", + "83.1%", + "89.41%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "31.15%", + "33.69%", + "36.22%", + "39.85%", + "42.38%", + "45.28%", + "49.26%", + "53.25%", + "57.23%", + "61.58%", + "66.56%", + "72.42%", + "78.27%", + "84.13%", + "90.52%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "38.58%", + "41.72%", + "44.86%", + "49.34%", + "52.48%", + "56.07%", + "61%", + "65.94%", + "70.87%", + "76.26%", + "82.42%", + "89.68%", + "96.93%", + "104.18%", + "112.1%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "42.94%", + "46.43%", + "49.93%", + "54.92%", + "58.42%", + "62.41%", + "67.9%", + "73.4%", + "78.89%", + "84.88%", + "91.74%", + "99.82%", + "107.89%", + "115.97%", + "124.77%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "10.75%*4", + "11.63%*4", + "12.5%*4", + "13.75%*4", + "14.62%*4", + "15.63%*4", + "17%*4", + "18.38%*4", + "19.75%*4", + "21.25%*4", + "22.97%*4", + "24.99%*4", + "27.01%*4", + "29.03%*4", + "31.24%*4" + ] + }, + { + "name": "六段伤害", + "unit": "", + "isSame": false, + "values": [ + "54.5%", + "58.93%", + "63.37%", + "69.7%", + "74.14%", + "79.21%", + "86.18%", + "93.15%", + "100.12%", + "107.73%", + "116.44%", + "126.69%", + "136.93%", + "147.18%", + "158.36%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "111.03%", + "120.06%", + "129.1%", + "142.01%", + "151.05%", + "161.37%", + "175.58%", + "189.78%", + "203.98%", + "219.47%", + "237.22%", + "258.1%", + "278.97%", + "299.85%", + "322.62%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 3032, + "name": "地心", + "desc": [ + "山脉中、大地上、磐石间,都遍布着岩之力。能自如驱动这股力量的人却少之又少。", + "

点按

", + "命令大地上岩元素积聚而起,创造岩脊。", + "

长按

", + "令附近的岩元素爆发,造成以下效果:", + "·如果岩脊数量没有达到上限,则创造岩脊;", + "·形成玉璋护盾,伤害吸收量受益于钟离的生命值上限;", + "·造成岩元素范围伤害;", + "·身边如果有附带有岩元素的目标,则大量消耗至多两个目标的岩元素。这个效果不会造成伤害。", + "

岩脊

", + "创造时,造成岩元素范围伤害。", + "此外,存在期间会与周围的其他岩元素创造物间歇进行原岩共鸣,对周围的敌人造成岩元素伤害。", + "岩脊视为岩元素创造物,可以阻拦攻击,可以攀爬。", + "由钟离自己创造的岩脊,初始同时只能存在一个。", + "

玉璋护盾

", + "对所有元素伤害与物理伤害有150%的吸收效果。", + "处于玉璋护盾庇护下的角色,会使附近小范围内敌人的所有元素抗性与物理抗性降低20%,该效果不可叠加。", + "岩者坚也,可攻玉雕金。" + ], + "tables": [ + { + "name": "岩脊伤害/共鸣伤害", + "unit": "", + "isSame": false, + "values": [ + "16% / 32%", + "17.2% / 34.4%", + "18.4% / 36.8%", + "20% / 40%", + "21.2% / 42.4%", + "22.4% / 44.8%", + "24% / 48%", + "25.6% / 51.2%", + "27.2% / 54.4%", + "28.8% / 57.6%", + "30.4% / 60.8%", + "32% / 64%", + "34% / 68%", + "36% / 72%", + "38% / 76%" + ] + }, + { + "name": "点按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒" + ] + }, + { + "name": "长按伤害", + "unit": "", + "isSame": false, + "values": [ + "80%", + "86%", + "92%", + "100%", + "106%", + "112%", + "120%", + "128%", + "136%", + "144%", + "152%", + "160%", + "170%", + "180%", + "190%" + ] + }, + { + "name": "护盾基础吸收量", + "unit": "", + "isSame": false, + "values": [ + "1232.41", + "1355.67", + "1489.2", + "1633", + "1787.07", + "1951.42", + "2126.03", + "2310.92", + "2506.08", + "2711.51", + "2927.21", + "3153.18", + "3389.43", + "3635.95", + "3892.73" + ] + }, + { + "name": "护盾附加吸收量", + "unit": "最大生命值", + "isSame": false, + "values": [ + "12.8%", + "13.76%", + "14.72%", + "16%", + "16.96%", + "17.92%", + "19.2%", + "20.48%", + "21.76%", + "23.04%", + "24.32%", + "25.6%", + "27.2%", + "28.8%", + "30.4%" + ] + }, + { + "name": "护盾持续时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "长按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + } + ] + }, + "q": { + "id": 3039, + "name": "天星", + "desc": [ + "降下巨大的星岩,对坠落范围内的敌人造成巨额岩元素伤害,并使其石化。", + "

石化

", + "处于石化状态下的敌人无法行动。", + "以陨天苍岩星,昭命理昏暝者。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "401.08%", + "444.44%", + "487.8%", + "542%", + "590.78%", + "639.56%", + "704.6%", + "769.64%", + "834.68%", + "899.72%", + "964.76%", + "1029.8%", + "1084%", + "1138.2%", + "1192.4%" + ] + }, + { + "name": "石化时间", + "unit": "", + "isSame": false, + "values": [ + "3.1秒", + "3.2秒", + "3.3秒", + "3.4秒", + "3.5秒", + "3.6秒", + "3.7秒", + "3.8秒", + "3.9秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 30.77, + 33.27, + 35.78, + 39.36, + 41.86, + 44.72, + 48.66, + 52.59, + 56.53, + 60.82, + 65.74, + 71.53, + 77.31, + 83.1, + 89.41 + ], + "二段伤害": [ + 31.15, + 33.69, + 36.22, + 39.85, + 42.38, + 45.28, + 49.26, + 53.25, + 57.23, + 61.58, + 66.56, + 72.42, + 78.27, + 84.13, + 90.52 + ], + "三段伤害": [ + 38.58, + 41.72, + 44.86, + 49.34, + 52.48, + 56.07, + 61, + 65.94, + 70.87, + 76.26, + 82.42, + 89.68, + 96.93, + 104.18, + 112.1 + ], + "四段伤害": [ + 42.94, + 46.43, + 49.93, + 54.92, + 58.42, + 62.41, + 67.9, + 73.4, + 78.89, + 84.88, + 91.74, + 99.82, + 107.89, + 115.97, + 124.77 + ], + "五段伤害": [ + 43, + 46.52, + 50, + 55, + 58.48, + 62.52, + 68, + 73.52, + 79, + 85, + 91.88, + 99.96, + 108.04, + 116.12, + 124.96 + ], + "六段伤害": [ + 54.5, + 58.93, + 63.37, + 69.7, + 74.14, + 79.21, + 86.18, + 93.15, + 100.12, + 107.73, + 116.44, + 126.69, + 136.93, + 147.18, + 158.36 + ], + "重击伤害": [ + 111.03, + 120.06, + 129.1, + 142.01, + 151.05, + 161.37, + 175.58, + 189.78, + 203.98, + 219.47, + 237.22, + 258.1, + 278.97, + 299.85, + 322.62 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "岩脊伤害/共鸣伤害": [ + [ + 16, + 32 + ], + [ + 17.2, + 34.4 + ], + [ + 18.4, + 36.8 + ], + [ + 20, + 40 + ], + [ + 21.2, + 42.4 + ], + [ + 22.4, + 44.8 + ], + [ + 24, + 48 + ], + [ + 25.6, + 51.2 + ], + [ + 27.2, + 54.4 + ], + [ + 28.8, + 57.6 + ], + [ + 30.4, + 60.8 + ], + [ + 32, + 64 + ], + [ + 34, + 68 + ], + [ + 36, + 72 + ], + [ + 38, + 76 + ] + ], + "岩脊伤害/共鸣伤害2": [ + [ + 16, + 32 + ], + [ + 17.2, + 34.4 + ], + [ + 18.4, + 36.8 + ], + [ + 20, + 40 + ], + [ + 21.2, + 42.4 + ], + [ + 22.4, + 44.8 + ], + [ + 24, + 48 + ], + [ + 25.6, + 51.2 + ], + [ + 27.2, + 54.4 + ], + [ + 28.8, + 57.6 + ], + [ + 30.4, + 60.8 + ], + [ + 32, + 64 + ], + [ + 34, + 68 + ], + [ + 36, + 72 + ], + [ + 38, + 76 + ] + ], + "长按伤害": [ + 80, + 86, + 92, + 100, + 106, + 112, + 120, + 128, + 136, + 144, + 152, + 160, + 170, + 180, + 190 + ], + "护盾基础吸收量": [ + 1232.41, + 1355.67, + 1489.2, + 1633, + 1787.07, + 1951.42, + 2126.03, + 2310.92, + 2506.08, + 2711.51, + 2927.21, + 3153.18, + 3389.43, + 3635.95, + 3892.73 + ], + "护盾附加吸收量": [ + 12.8, + 13.76, + 14.72, + 16, + 16.96, + 17.92, + 19.2, + 20.48, + 21.76, + 23.04, + 24.32, + 25.6, + 27.2, + 28.8, + 30.4 + ] + }, + "q": { + "技能伤害": [ + 401.08, + 444.44, + 487.8, + 542, + 590.78, + 639.56, + 704.6, + 769.64, + 834.68, + 899.72, + 964.76, + 1029.8, + 1084, + 1138.2, + 1192.4 + ], + "石化时间": [ + 3.1, + 3.2, + 3.3, + 3.4, + 3.5, + 3.6, + 3.7, + 3.8, + 3.9, + 4, + 4, + 4, + 4, + 4, + 4 + ] + } + }, + "cons": { + "1": { + "name": "岩者,六合引之为骨", + "desc": [ + "地心创造的岩脊至多可以同时存在2个。" + ] + }, + "2": { + "name": "石者,八荒韫玉而明", + "desc": [ + "天星陨落时,会为附近的当前场上角色赋予玉璋护盾。" + ] + }, + "3": { + "name": "圭璋,暝仍不移其晖", + "desc": [ + "

地心的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "黄琮,破而不夺其坚", + "desc": [ + "

天星的影响范围扩大20%。

", + "此外,天星的石化效果持续时间延长2秒。" + ] + }, + "5": { + "name": "苍璧,驱之长昭天理", + "desc": [ + "

天星的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "金玉,礼予天地四方", + "desc": [ + "玉璋护盾受到伤害时,将为当前角色恢复生命值,回复量为伤害的40%。", + "单次回复量不超过当前角色最大生命值的8%。" + ] + } + }, + "passive": [ + { + "name": "晶石命理", + "desc": [ + "锻造长柄武器时,返还15%消耗的矿石。" + ] + }, + { + "name": "悬岩宸断", + "desc": [ + "玉璋护盾受到伤害时,会产生坚璧效果:", + "·处于玉璋护盾庇护下的角色,护盾强效提升5%;", + "·该效果至多叠加5次,持续直到玉璋护盾消失。" + ] + }, + { + "name": "炊金馔玉", + "desc": [ + "基于生命值上限,钟离的以下攻击造成的伤害提高:", + "·普通攻击、重击与下落攻击伤害提高值:生命值上限的1.39%", + "·地心的岩脊、共鸣伤害与长按伤害提高值:生命值上限的1.9%", + "·天星伤害提高值:生命值上限的33%" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 1144, + 19.55, + 57.44, + 0 + ], + "20": [ + 2967, + 50.72, + 148.99, + 0 + ], + "40": [ + 5908, + 100.97, + 296.63, + 0 + ], + "50": [ + 7599, + 129.87, + 381.53, + 7.2 + ], + "60": [ + 9533, + 162.91, + 478.62, + 14.4 + ], + "70": [ + 11243, + 192.15, + 564.5, + 14.4 + ], + "80": [ + 12965, + 221.57, + 650.95, + 21.6 + ], + "90": [ + 14695, + 251.14, + 737.81, + 28.8 + ], + "20+": [ + 3948, + 67.48, + 198.24, + 0 + ], + "40+": [ + 6605, + 112.88, + 331.62, + 7.2 + ], + "50+": [ + 8528, + 145.75, + 428.19, + 14.4 + ], + "60+": [ + 10230, + 174.82, + 513.61, + 14.4 + ], + "70+": [ + 11940, + 204.06, + 599.49, + 21.6 + ], + "80+": [ + 13662, + 233.48, + 685.95, + 28.8 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-1.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-1.webp" new file mode 100644 index 0000000000..4bdd7a15e9 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-2.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-2.webp" new file mode 100644 index 0000000000..dbd9e834fa Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-3.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-3.webp" new file mode 100644 index 0000000000..fcc3e40cab Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-4.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-4.webp" new file mode 100644 index 0000000000..29d4b65c82 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-5.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-5.webp" new file mode 100644 index 0000000000..d11331a668 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-6.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-6.webp" new file mode 100644 index 0000000000..2563c1e9aa Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/passive-0.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/passive-0.webp" new file mode 100644 index 0000000000..f2b34580b1 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/passive-1.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/passive-1.webp" new file mode 100644 index 0000000000..86cc8d713a Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/passive-2.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/passive-2.webp" new file mode 100644 index 0000000000..976a8db127 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/talent-a.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/talent-a.webp" new file mode 100644 index 0000000000..b8c3c3b202 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/talent-e.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/talent-e.webp" new file mode 100644 index 0000000000..e8a0796729 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/talent-q.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/talent-q.webp" new file mode 100644 index 0000000000..e5c9687d5a Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/banner.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/banner.webp" new file mode 100644 index 0000000000..6300335b2a Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/card.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/card.webp" new file mode 100644 index 0000000000..829ced4e6a Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/face.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/face.webp" new file mode 100644 index 0000000000..f227785a97 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/gacha.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/gacha.webp" new file mode 100644 index 0000000000..d0bf862606 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/side.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/side.webp" new file mode 100644 index 0000000000..749e860031 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/splash.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/splash.webp" new file mode 100644 index 0000000000..407a1ce615 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/splash0.webp" "b/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/splash0.webp" new file mode 100644 index 0000000000..5ecabc14b3 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\222\237\347\246\273/imgs/splash0.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/data.json" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/data.json" new file mode 100644 index 0000000000..2878ab0917 --- /dev/null +++ "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000038, + "name": "阿贝多", + "abbr": "阿贝多", + "title": "白垩之子", + "star": 5, + "elem": "geo", + "allegiance": "西风骑士团", + "weapon": "sword", + "birth": "9-13", + "astro": "白垩之子座", + "desc": "西风骑士团首席炼金术士兼调查小队队长,被称做「白垩之子」的天才。", + "cncv": "Mace", + "jpcv": "野岛健儿", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 13226, + "atk": 251.14, + "def": 876.15 + }, + "growAttr": { + "key": "dmg", + "value": 28.8 + }, + "talentKey": { + "3831": "a", + "3832": "e", + "3839": "q" + }, + "talentId": { + "10386": 3831, + "10387": 3832, + "10388": 3839 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "坚牢黄玉", + "boss": "玄岩之塔", + "specialty": "塞西莉亚花", + "normal": "禁咒绘卷", + "talent": "「诗文」的哲学", + "weekly": "吞天之鲸·只角" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/detail.json" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/detail.json" new file mode 100644 index 0000000000..74a27ad384 --- /dev/null +++ "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/detail.json" @@ -0,0 +1,962 @@ +{ + "id": "38", + "name": "阿贝多", + "talent": { + "a": { + "id": 3831, + "name": "普通攻击·西风剑术·白", + "desc": [ + "

普通攻击

", + "进行至多五段的连续剑击。", + "

重击

", + "消耗一定体力,瞬间向前方挥出两剑。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "36.74%", + "39.73%", + "42.72%", + "46.99%", + "49.98%", + "53.4%", + "58.1%", + "62.8%", + "67.5%", + "72.62%", + "78.5%", + "85.41%", + "92.31%", + "99.22%", + "106.76%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "36.74%", + "39.73%", + "42.72%", + "46.99%", + "49.98%", + "53.4%", + "58.1%", + "62.8%", + "67.5%", + "72.62%", + "78.5%", + "85.41%", + "92.31%", + "99.22%", + "106.76%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "47.45%", + "51.32%", + "55.18%", + "60.7%", + "64.56%", + "68.98%", + "75.04%", + "81.11%", + "87.18%", + "93.81%", + "101.39%", + "110.32%", + "119.24%", + "128.16%", + "137.89%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "49.75%", + "53.8%", + "57.85%", + "63.63%", + "67.68%", + "72.31%", + "78.68%", + "85.04%", + "91.4%", + "98.34%", + "106.3%", + "115.65%", + "125.01%", + "134.36%", + "144.57%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "62.07%", + "67.13%", + "72.18%", + "79.4%", + "84.45%", + "90.22%", + "98.16%", + "106.1%", + "114.04%", + "122.7%", + "132.63%", + "144.3%", + "155.97%", + "167.64%", + "180.38%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "47.3% + 60.2%", + "51.15% + 65.1%", + "55% + 70%", + "60.5% + 77%", + "64.35% + 81.9%", + "68.75% + 87.5%", + "74.8% + 95.2%", + "80.85% + 102.9%", + "86.9% + 110.6%", + "93.5% + 119%", + "101.06% + 128.62%", + "109.96% + 139.94%", + "118.85% + 151.26%", + "127.74% + 162.58%", + "137.44% + 174.93%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 3832, + "name": "创生法·拟造阳华", + "desc": [ + "炼成阳华,造成岩元素范围伤害。", + "

阳华

", + "具有如下特性:", + "·以阳华为中心的领域中的敌人受到伤害时,阳华将会生成刹那之花,绽放造成岩元素范围伤害,伤害基于阿贝多的防御力。", + "·每2秒只能生成一次刹那之花。", + "·角色处在阳华上时,阳华将会凝聚岩元素的力量,形成将角色托起至一定高度的晶台。同时只能存在一个晶台。", + "·同时只能存在一个由阿贝多自己创造的阳华,视为岩元素创造物。", + "

长按

", + "可以调整技能生效位置。", + "这种岩花有着奇异的特性,和炼金术的目的一致。诞生自大地,却一直希望上升至高天,化作太阳。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "130.4%", + "140.18%", + "149.96%", + "163%", + "172.78%", + "182.56%", + "195.6%", + "208.64%", + "221.68%", + "234.72%", + "247.76%", + "260.8%", + "277.1%", + "293.4%", + "309.7%" + ] + }, + { + "name": "刹那之花伤害", + "unit": "防御力", + "isSame": false, + "values": [ + "133.6%", + "143.62%", + "153.64%", + "167%", + "177.02%", + "187.04%", + "200.4%", + "213.76%", + "227.12%", + "240.48%", + "253.84%", + "267.2%", + "283.9%", + "300.6%", + "317.3%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒", + "30秒" + ] + }, + { + "name": "技能冷却", + "unit": "", + "isSame": true, + "values": [ + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒", + "4秒" + ] + } + ] + }, + "q": { + "id": 3839, + "name": "诞生式·大地之潮", + "desc": [ + "岩晶在阿贝多的指示下涌动爆发,在阿贝多前方造成岩元素范围伤害。", + "场上存在阿贝多自己创造的阳华时,会在阳华的领域内生成7朵生灭之花,猛烈绽放并造成岩元素范围伤害。", + "爆发伤害与生灭之花的伤害不会生成刹那之花。", + "在白垩色王子的命令之下,大地的造物之潮翻涌了起来。" + ], + "tables": [ + { + "name": "爆发伤害", + "unit": "", + "isSame": false, + "values": [ + "367.2%", + "394.74%", + "422.28%", + "459%", + "486.54%", + "514.08%", + "550.8%", + "587.52%", + "624.24%", + "660.96%", + "697.68%", + "734.4%", + "780.3%", + "826.2%", + "872.1%" + ] + }, + { + "name": "生灭之花伤害", + "unit": "每朵", + "isSame": false, + "values": [ + "72%", + "77.4%", + "82.8%", + "90%", + "95.4%", + "100.8%", + "108%", + "115.2%", + "122.4%", + "129.6%", + "136.8%", + "144%", + "153%", + "162%", + "171%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 36.74, + 39.73, + 42.72, + 46.99, + 49.98, + 53.4, + 58.1, + 62.8, + 67.5, + 72.62, + 78.5, + 85.41, + 92.31, + 99.22, + 106.76 + ], + "二段伤害": [ + 36.74, + 39.73, + 42.72, + 46.99, + 49.98, + 53.4, + 58.1, + 62.8, + 67.5, + 72.62, + 78.5, + 85.41, + 92.31, + 99.22, + 106.76 + ], + "三段伤害": [ + 47.45, + 51.32, + 55.18, + 60.7, + 64.56, + 68.98, + 75.04, + 81.11, + 87.18, + 93.81, + 101.39, + 110.32, + 119.24, + 128.16, + 137.89 + ], + "四段伤害": [ + 49.75, + 53.8, + 57.85, + 63.63, + 67.68, + 72.31, + 78.68, + 85.04, + 91.4, + 98.34, + 106.3, + 115.65, + 125.01, + 134.36, + 144.57 + ], + "五段伤害": [ + 62.07, + 67.13, + 72.18, + 79.4, + 84.45, + 90.22, + 98.16, + 106.1, + 114.04, + 122.7, + 132.63, + 144.3, + 155.97, + 167.64, + 180.38 + ], + "重击伤害": [ + 107.5, + 116.25, + 125, + 137.5, + 146.25, + 156.25, + 170, + 183.75, + 197.5, + 212.5, + 229.68, + 249.89999999999998, + 270.11, + 290.32, + 312.37 + ], + "重击伤害2": [ + [ + 47.3, + 60.2 + ], + [ + 51.15, + 65.1 + ], + [ + 55, + 70 + ], + [ + 60.5, + 77 + ], + [ + 64.35, + 81.9 + ], + [ + 68.75, + 87.5 + ], + [ + 74.8, + 95.2 + ], + [ + 80.85, + 102.9 + ], + [ + 86.9, + 110.6 + ], + [ + 93.5, + 119 + ], + [ + 101.06, + 128.62 + ], + [ + 109.96, + 139.94 + ], + [ + 118.85, + 151.26 + ], + [ + 127.74, + 162.58 + ], + [ + 137.44, + 174.93 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 130.4, + 140.18, + 149.96, + 163, + 172.78, + 182.56, + 195.6, + 208.64, + 221.68, + 234.72, + 247.76, + 260.8, + 277.1, + 293.4, + 309.7 + ], + "刹那之花伤害": [ + 133.6, + 143.62, + 153.64, + 167, + 177.02, + 187.04, + 200.4, + 213.76, + 227.12, + 240.48, + 253.84, + 267.2, + 283.9, + 300.6, + 317.3 + ] + }, + "q": { + "爆发伤害": [ + 367.2, + 394.74, + 422.28, + 459, + 486.54, + 514.08, + 550.8, + 587.52, + 624.24, + 660.96, + 697.68, + 734.4, + 780.3, + 826.2, + 872.1 + ], + "生灭之花伤害": [ + 72, + 77.4, + 82.8, + 90, + 95.4, + 100.8, + 108, + 115.2, + 122.4, + 129.6, + 136.8, + 144, + 153, + 162, + 171 + ] + } + }, + "cons": { + "1": { + "name": "伊甸之花", + "desc": [ + "阿贝多的创生法·拟造阳华生成的刹那之花绽放时,为阿贝多自己回复1.2点元素能量。" + ] + }, + "2": { + "name": "显生之宙", + "desc": [ + "创生法·拟造阳华的刹那之花绽放时,会为阿贝多赋予生灭计数效果,持续30秒:", + "·施放诞生式·大地之潮时,清除所有生灭计数效果,并根据清除的层数,提高诞生式·大地之潮的爆发伤害与生灭之花造成的伤害;", + "·每层生灭计数,会提高等同于阿贝多防御力的30%的伤害;", + "·该效果至多叠加4次。" + ] + }, + "3": { + "name": "太阳之华", + "desc": [ + "创生法·拟造阳华的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "神性之陨", + "desc": [ + "处于阳华的领域中的队伍中当前场上角色,造成的下落攻击伤害提高30%。" + ] + }, + "5": { + "name": "冥古之潮", + "desc": [ + "诞生式·大地之潮的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "无垢之土", + "desc": [ + "处在阳华的领域中的队伍中当前场上角色,若处于结晶反应产生的护盾庇护下,造成的伤害提高17%。" + ] + } + }, + "passive": [ + { + "name": "天才的发现", + "desc": [ + "合成武器突破素材时,有10%概率获得2倍产出。" + ] + }, + { + "name": "白垩色的威压", + "desc": [ + "创生法·拟造阳华的刹那之花对生命值低于50%的敌人造成的伤害提高25%。" + ] + }, + { + "name": "瓶中人的天慧", + "desc": [ + "施放诞生式·大地之潮时,使附近的队伍中角色的元素精通提高125点,持续10秒。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 1030, + 19.55, + 68.21, + 0 + ], + "20": [ + 2671, + 50.72, + 176.93, + 0 + ], + "40": [ + 5317, + 100.97, + 352.25, + 0 + ], + "50": [ + 6839, + 129.87, + 453.07, + 7.2 + ], + "60": [ + 8579, + 162.91, + 568.36, + 14.4 + ], + "70": [ + 10119, + 192.15, + 670.34, + 14.4 + ], + "80": [ + 11669, + 221.57, + 773.01, + 21.6 + ], + "90": [ + 13226, + 251.14, + 876.15, + 28.8 + ], + "20+": [ + 3554, + 67.48, + 235.41, + 0 + ], + "40+": [ + 5944, + 112.88, + 393.8, + 7.2 + ], + "50+": [ + 7675, + 145.75, + 508.47, + 14.4 + ], + "60+": [ + 9207, + 174.82, + 609.91, + 14.4 + ], + "70+": [ + 10746, + 204.06, + 711.9, + 21.6 + ], + "80+": [ + 12296, + 233.48, + 814.56, + 28.8 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-1.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-1.webp" new file mode 100644 index 0000000000..5d8bee7f13 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-2.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-2.webp" new file mode 100644 index 0000000000..74dca58199 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-3.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-3.webp" new file mode 100644 index 0000000000..2495834563 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-4.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-4.webp" new file mode 100644 index 0000000000..07bae2f4ac Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-5.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-5.webp" new file mode 100644 index 0000000000..75f8121715 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-6.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-6.webp" new file mode 100644 index 0000000000..c3f980ae59 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/passive-0.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/passive-0.webp" new file mode 100644 index 0000000000..eee5d81b4e Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/passive-1.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/passive-1.webp" new file mode 100644 index 0000000000..fb08e8134d Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/passive-2.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/passive-2.webp" new file mode 100644 index 0000000000..b8204af5b6 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/talent-a.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/talent-a.webp" new file mode 100644 index 0000000000..f92293827f Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/talent-e.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/talent-e.webp" new file mode 100644 index 0000000000..2495834563 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/talent-q.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/talent-q.webp" new file mode 100644 index 0000000000..4922375ba0 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/banner.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/banner.webp" new file mode 100644 index 0000000000..295930ccce Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/card.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/card.webp" new file mode 100644 index 0000000000..9cc11e5425 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/face.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/face.webp" new file mode 100644 index 0000000000..12fea56641 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/gacha.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/gacha.webp" new file mode 100644 index 0000000000..f3edbbce31 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/side.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/side.webp" new file mode 100644 index 0000000000..39819dc6d9 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/splash.webp" "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/splash.webp" new file mode 100644 index 0000000000..fd5102d86f Binary files /dev/null and "b/plugin/kokomi/data/character/\351\230\277\350\264\235\345\244\232/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/data.json" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/data.json" new file mode 100644 index 0000000000..a1c9dc5b76 --- /dev/null +++ "b/plugin/kokomi/data/character/\351\233\267\346\263\275/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000020, + "name": "雷泽", + "abbr": "雷泽", + "title": "狼少年", + "star": 4, + "elem": "electro", + "allegiance": "奔狼领", + "weapon": "claymore", + "birth": "9-9", + "astro": "小狼座", + "desc": "住在蒙德地区奔狼领,远离城市与人群,和狼一同生活的少年。直觉锐利,身姿迅捷。", + "cncv": "周帅", + "jpcv": "内山昂辉", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 11962, + "atk": 233.64, + "def": 750.77 + }, + "growAttr": { + "key": "phy", + "value": 30 + }, + "talentKey": { + "2031": "a", + "2032": "e", + "2039": "q" + }, + "talentId": { + "10201": 2031, + "10202": 2032, + "10203": 2039 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "最胜紫晶", + "boss": "雷光棱镜", + "specialty": "钩钩果", + "normal": "不祥的面具", + "talent": "「抗争」的哲学", + "weekly": "东风之爪" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/detail.json" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/detail.json" new file mode 100644 index 0000000000..9a3b6c7089 --- /dev/null +++ "b/plugin/kokomi/data/character/\351\233\267\346\263\275/detail.json" @@ -0,0 +1,1078 @@ +{ + "id": "20", + "name": "雷泽", + "talent": { + "a": { + "id": 2031, + "name": "普通攻击·钢脊", + "desc": [ + "

普通攻击

", + "进行至多四段的连续挥砍。", + "

重击

", + "持续消耗体力,旋转大剑攻击周围的敌人。", + "停止旋转时,会进行一次格外有力的挥砍。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "95.92%", + "102.46%", + "109%", + "117.72%", + "124.26%", + "131.89%", + "141.7%", + "151.51%", + "161.32%", + "171.13%", + "180.94%", + "190.75%", + "200.56%", + "210.37%", + "220.18%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "82.63%", + "88.27%", + "93.9%", + "101.41%", + "107.05%", + "113.62%", + "122.07%", + "130.52%", + "138.97%", + "147.42%", + "155.87%", + "164.32%", + "172.78%", + "181.23%", + "189.68%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "103.31%", + "110.36%", + "117.4%", + "126.79%", + "133.84%", + "142.05%", + "152.62%", + "163.19%", + "173.75%", + "184.32%", + "194.88%", + "205.45%", + "216.02%", + "226.58%", + "237.15%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "136.05%", + "145.32%", + "154.6%", + "166.97%", + "176.24%", + "187.07%", + "200.98%", + "214.89%", + "228.81%", + "242.72%", + "256.64%", + "270.55%", + "284.46%", + "298.38%", + "312.29%" + ] + }, + { + "name": "重击循环伤害", + "unit": "", + "isSame": false, + "values": [ + "62.54%", + "67.63%", + "72.72%", + "79.99%", + "85.08%", + "90.9%", + "98.9%", + "106.9%", + "114.9%", + "123.62%", + "132.35%", + "141.08%", + "149.8%", + "158.53%", + "167.26%" + ] + }, + { + "name": "重击终结伤害", + "unit": "", + "isSame": false, + "values": [ + "113.09%", + "122.29%", + "131.5%", + "144.65%", + "153.86%", + "164.37%", + "178.84%", + "193.31%", + "207.77%", + "223.55%", + "239.33%", + "255.11%", + "270.89%", + "286.67%", + "302.45%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点", + "每秒40点" + ] + }, + { + "name": "最大持续时间", + "unit": "", + "isSame": true, + "values": [ + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒", + "5秒" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "82.05%", + "88.72%", + "95.4%", + "104.94%", + "111.62%", + "119.25%", + "129.75%", + "140.24%", + "150.74%", + "162.19%", + "173.63%", + "185.08%", + "196.53%", + "207.98%", + "219.43%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "164.06% / 204.92%", + "177.41% / 221.6%", + "190.77% / 238.28%", + "209.84% / 262.1%", + "223.2% / 278.78%", + "238.46% / 297.85%", + "259.44% / 324.06%", + "280.43% / 350.27%", + "301.41% / 376.48%", + "324.3% / 405.07%", + "347.19% / 433.66%", + "370.09% / 462.26%", + "392.98% / 490.85%", + "415.87% / 519.44%", + "438.76% / 548.04%" + ] + } + ] + }, + "e": { + "id": 2032, + "name": "利爪与苍雷", + "desc": [ + "用师父与他的「家人」教他的方法,来解决猎物。", + "

点按

", + "向前挥动雷狼之爪,对前方的敌人造成雷元素伤害。", + "若命中敌人,则会为雷泽积攒一个雷之印,提高雷泽的元素充能效率。", + "最多同时存在3个雷之印,叠加刷新持续时间。", + "

长按

", + "积聚雷电力量引发小范围的雷爆,造成大量雷元素伤害,并清除已有的雷之印。", + "每个因此被清除的雷之印,都会转为雷泽的元素能量。", + "雷击落下的一瞬,偶尔能瞥见雷泽灵魂深处那头狼打量猎物的眼神。" + ], + "tables": [ + { + "name": "点按技能伤害", + "unit": "", + "isSame": false, + "values": [ + "199.2%", + "214.14%", + "229.08%", + "249%", + "263.94%", + "278.88%", + "298.8%", + "318.72%", + "338.64%", + "358.56%", + "378.48%", + "398.4%", + "423.3%", + "448.2%", + "473.1%" + ] + }, + { + "name": "长按技能伤害", + "unit": "", + "isSame": false, + "values": [ + "295.2%", + "317.34%", + "339.48%", + "369%", + "391.14%", + "413.28%", + "442.8%", + "472.32%", + "501.84%", + "531.36%", + "560.88%", + "590.4%", + "627.3%", + "664.2%", + "701.1%" + ] + }, + { + "name": "雷之印充能效率提升", + "unit": "每个", + "isSame": true, + "values": [ + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%", + "20%" + ] + }, + { + "name": "雷之印吸收恢复能量", + "unit": "每个", + "isSame": true, + "values": [ + "5点", + "5点", + "5点", + "5点", + "5点", + "5点", + "5点", + "5点", + "5点", + "5点", + "5点", + "5点", + "5点", + "5点", + "5点" + ] + }, + { + "name": "雷之印持续时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + }, + { + "name": "点按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒", + "6秒" + ] + }, + { + "name": "长按冷却时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + } + ] + }, + "q": { + "id": 2039, + "name": "雷牙", + "desc": [ + "唤醒无形的雷狼守护自己,对周围的敌人造成雷元素伤害,并消耗所有雷之印,为雷泽恢复元素能量。", + "雷狼存在期间,会与雷泽共同战斗。", + "

雷狼

", + "·会随雷泽的普通攻击协同攻击,造成雷元素伤害;", + "·提高雷泽的攻击速度、雷元素抗性;", + "·使雷泽免疫感电反应的伤害;", + "·无法施放重击;", + "·提高雷泽的抗打断能力。", + "

效果将在雷泽退场时解除。

", + "退场时,会依据剩余的持续时间,返还至多10点元素能量。", + "狼苏醒了。狩猎的时候到了。" + ], + "tables": [ + { + "name": "爆发伤害", + "unit": "", + "isSame": false, + "values": [ + "160%", + "172%", + "184%", + "200%", + "212%", + "224%", + "240%", + "256%", + "272%", + "288%", + "304%", + "320%", + "340%", + "360%", + "380%" + ] + }, + { + "name": "狼魂伤害", + "unit": "", + "isSame": false, + "values": [ + "24%普通攻击伤害", + "25.8%普通攻击伤害", + "27.6%普通攻击伤害", + "30%普通攻击伤害", + "31.8%普通攻击伤害", + "33.6%普通攻击伤害", + "36%普通攻击伤害", + "38.4%普通攻击伤害", + "40.8%普通攻击伤害", + "43.2%普通攻击伤害", + "45.6%普通攻击伤害", + "48%普通攻击伤害", + "51%普通攻击伤害", + "54%普通攻击伤害", + "57%普通攻击伤害" + ] + }, + { + "name": "普通攻击速度提升", + "unit": "", + "isSame": false, + "values": [ + "26%", + "28%", + "30%", + "32%", + "34%", + "36%", + "37%", + "38%", + "39%", + "40%", + "40%", + "40%", + "40%", + "40%", + "40%" + ] + }, + { + "name": "雷元素抗性提升", + "unit": "", + "isSame": true, + "values": [ + "80%", + "80%", + "80%", + "80%", + "80%", + "80%", + "80%", + "80%", + "80%", + "80%", + "80%", + "80%", + "80%", + "80%", + "80%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 95.92, + 102.46, + 109, + 117.72, + 124.26, + 131.89, + 141.7, + 151.51, + 161.32, + 171.13, + 180.94, + 190.75, + 200.56, + 210.37, + 220.18 + ], + "二段伤害": [ + 82.63, + 88.27, + 93.9, + 101.41, + 107.05, + 113.62, + 122.07, + 130.52, + 138.97, + 147.42, + 155.87, + 164.32, + 172.78, + 181.23, + 189.68 + ], + "三段伤害": [ + 103.31, + 110.36, + 117.4, + 126.79, + 133.84, + 142.05, + 152.62, + 163.19, + 173.75, + 184.32, + 194.88, + 205.45, + 216.02, + 226.58, + 237.15 + ], + "四段伤害": [ + 136.05, + 145.32, + 154.6, + 166.97, + 176.24, + 187.07, + 200.98, + 214.89, + 228.81, + 242.72, + 256.64, + 270.55, + 284.46, + 298.38, + 312.29 + ], + "重击循环伤害": [ + 62.54, + 67.63, + 72.72, + 79.99, + 85.08, + 90.9, + 98.9, + 106.9, + 114.9, + 123.62, + 132.35, + 141.08, + 149.8, + 158.53, + 167.26 + ], + "重击终结伤害": [ + 113.09, + 122.29, + 131.5, + 144.65, + 153.86, + 164.37, + 178.84, + 193.31, + 207.77, + 223.55, + 239.33, + 255.11, + 270.89, + 286.67, + 302.45 + ], + "下坠期间伤害": [ + 82.05, + 88.72, + 95.4, + 104.94, + 111.62, + 119.25, + 129.75, + 140.24, + 150.74, + 162.19, + 173.63, + 185.08, + 196.53, + 207.98, + 219.43 + ], + "低空/高空坠地冲击伤害": [ + [ + 164.06, + 204.92 + ], + [ + 177.41, + 221.6 + ], + [ + 190.77, + 238.28 + ], + [ + 209.84, + 262.1 + ], + [ + 223.2, + 278.78 + ], + [ + 238.46, + 297.85 + ], + [ + 259.44, + 324.06 + ], + [ + 280.43, + 350.27 + ], + [ + 301.41, + 376.48 + ], + [ + 324.3, + 405.07 + ], + [ + 347.19, + 433.66 + ], + [ + 370.09, + 462.26 + ], + [ + 392.98, + 490.85 + ], + [ + 415.87, + 519.44 + ], + [ + 438.76, + 548.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 164.06, + 204.92 + ], + [ + 177.41, + 221.6 + ], + [ + 190.77, + 238.28 + ], + [ + 209.84, + 262.1 + ], + [ + 223.2, + 278.78 + ], + [ + 238.46, + 297.85 + ], + [ + 259.44, + 324.06 + ], + [ + 280.43, + 350.27 + ], + [ + 301.41, + 376.48 + ], + [ + 324.3, + 405.07 + ], + [ + 347.19, + 433.66 + ], + [ + 370.09, + 462.26 + ], + [ + 392.98, + 490.85 + ], + [ + 415.87, + 519.44 + ], + [ + 438.76, + 548.04 + ] + ] + }, + "e": { + "点按技能伤害": [ + 199.2, + 214.14, + 229.08, + 249, + 263.94, + 278.88, + 298.8, + 318.72, + 338.64, + 358.56, + 378.48, + 398.4, + 423.3, + 448.2, + 473.1 + ], + "长按技能伤害": [ + 295.2, + 317.34, + 339.48, + 369, + 391.14, + 413.28, + 442.8, + 472.32, + 501.84, + 531.36, + 560.88, + 590.4, + 627.3, + 664.2, + 701.1 + ] + }, + "q": { + "爆发伤害": [ + 160, + 172, + 184, + 200, + 212, + 224, + 240, + 256, + 272, + 288, + 304, + 320, + 340, + 360, + 380 + ], + "狼魂伤害": [ + 24, + 25.8, + 27.6, + 30, + 31.8, + 33.6, + 36, + 38.4, + 40.8, + 43.2, + 45.6, + 48, + 51, + 54, + 57 + ], + "普通攻击速度提升": [ + 26, + 28, + 30, + 32, + 34, + 36, + 37, + 38, + 39, + 40, + 40, + 40, + 40, + 40, + 40 + ] + } + }, + "cons": { + "1": { + "name": "狼性", + "desc": [ + "雷泽获取元素晶球或元素微粒后的8秒内,造成的伤害提高10%。" + ] + }, + "2": { + "name": "压制", + "desc": [ + "雷泽攻击生命值低于30%的敌人时,暴击率提高10%。" + ] + }, + "3": { + "name": "兽魂", + "desc": [ + "

雷牙的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "撕咬", + "desc": [ + "利爪与苍雷点按时,会使命中的敌人防御力降低15%,持续7秒。" + ] + }, + "5": { + "name": "利爪", + "desc": [ + "利爪与苍雷的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "天狼", + "desc": [ + "每10秒,雷泽的大剑将自动充能,使下一次普通攻击引发落雷,造成100%攻击力的雷元素伤害。", + "不处于雷牙状态下时,若落雷击中敌人,会为雷泽积攒一个利爪与苍雷的雷之印。" + ] + } + }, + "passive": [ + { + "name": "奔狼", + "desc": [ + "队伍中自己的角色冲刺消耗的体力降低20%。", + "无法与效果完全相同的固有天赋叠加。" + ] + }, + { + "name": "觉醒", + "desc": [ + "利爪与苍雷的冷却时间减少18%。", + "施放雷牙时,重置利爪与苍雷的冷却时间。" + ] + }, + { + "name": "饥饿", + "desc": [ + "雷泽的元素能量在50%以下时,元素充能效率提高30%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "phy" + ], + "details": { + "1": [ + 1003, + 19.59, + 62.95, + 0 + ], + "20": [ + 2577, + 50.32, + 161.71, + 0 + ], + "40": [ + 4982, + 97.3, + 312.66, + 0 + ], + "50": [ + 6343, + 123.88, + 398.07, + 7.5 + ], + "60": [ + 7881, + 153.92, + 494.62, + 15 + ], + "70": [ + 9241, + 180.48, + 579.96, + 15 + ], + "80": [ + 10602, + 207.06, + 665.37, + 22.5 + ], + "90": [ + 11962, + 233.64, + 750.77, + 30 + ], + "20+": [ + 3326, + 64.96, + 208.74, + 0 + ], + "40+": [ + 5514, + 107.7, + 346.08, + 7.5 + ], + "50+": [ + 7052, + 137.74, + 442.62, + 15 + ], + "60+": [ + 8413, + 164.32, + 528.03, + 15 + ], + "70+": [ + 9773, + 190.88, + 613.37, + 22.5 + ], + "80+": [ + 11134, + 217.46, + 698.78, + 30 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-1.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-1.webp" new file mode 100644 index 0000000000..e518db173d Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-2.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-2.webp" new file mode 100644 index 0000000000..6ea9e11a52 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-3.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-3.webp" new file mode 100644 index 0000000000..09ff03dc1d Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-4.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-4.webp" new file mode 100644 index 0000000000..5b629f51e5 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-5.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-5.webp" new file mode 100644 index 0000000000..699301d9f1 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-6.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-6.webp" new file mode 100644 index 0000000000..32223e4ff8 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/passive-0.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/passive-0.webp" new file mode 100644 index 0000000000..e1d05d0ffd Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/passive-1.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/passive-1.webp" new file mode 100644 index 0000000000..18d7202470 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/passive-2.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/passive-2.webp" new file mode 100644 index 0000000000..2a1c8802b4 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/talent-a.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/talent-a.webp" new file mode 100644 index 0000000000..96b89f618e Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/talent-e.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/talent-e.webp" new file mode 100644 index 0000000000..699301d9f1 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/talent-q.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/talent-q.webp" new file mode 100644 index 0000000000..9210afe2dd Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/banner.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/banner.webp" new file mode 100644 index 0000000000..4b7f3b79dd Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/card.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/card.webp" new file mode 100644 index 0000000000..20cf8cef0d Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/face.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/face.webp" new file mode 100644 index 0000000000..3117701fc2 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/gacha.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/gacha.webp" new file mode 100644 index 0000000000..9b684ce5a8 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/side.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/side.webp" new file mode 100644 index 0000000000..52ca885ca4 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/splash.webp" "b/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/splash.webp" new file mode 100644 index 0000000000..a71f045fe5 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\346\263\275/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/data.json" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/data.json" new file mode 100644 index 0000000000..e70de3fa56 --- /dev/null +++ "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000052, + "name": "雷电将军", + "abbr": "雷神", + "title": "一心净土", + "star": 5, + "elem": "electro", + "allegiance": "稻妻城", + "weapon": "polearm", + "birth": "6-26", + "astro": "天下人座", + "desc": "其身为御建鸣神主尊大御所大人,许稻妻人民以亘古不变之「永恒」。", + "cncv": "菊花花", + "jpcv": "泽城美雪", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 12907, + "atk": 337.24, + "def": 789.31 + }, + "growAttr": { + "key": "recharge", + "value": 32 + }, + "talentKey": { + "5231": "a", + "5232": "e", + "5239": "q" + }, + "talentId": { + "10521": 5231, + "10522": 5232, + "10525": 5239 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "最胜紫晶", + "boss": "雷霆数珠", + "specialty": "天云草实", + "normal": "名刀镡", + "talent": "「天光」的哲学", + "weekly": "熔毁之刻" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/detail.json" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/detail.json" new file mode 100644 index 0000000000..ff5da364a6 --- /dev/null +++ "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/detail.json" @@ -0,0 +1,1784 @@ +{ + "id": "52", + "name": "雷电将军", + "talent": { + "a": { + "id": 5231, + "name": "普通攻击·源流", + "desc": [ + "

普通攻击

", + "进行至多五段的连续枪击。", + "

重击

", + "消耗一定体力,进行向上的挑斩攻击。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "39.65%", + "42.87%", + "46.1%", + "50.71%", + "53.94%", + "57.63%", + "62.7%", + "67.77%", + "72.84%", + "78.37%", + "84.71%", + "92.16%", + "99.62%", + "107.07%", + "115.2%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "39.73%", + "42.97%", + "46.2%", + "50.82%", + "54.05%", + "57.75%", + "62.83%", + "67.91%", + "73%", + "78.54%", + "84.89%", + "92.36%", + "99.83%", + "107.3%", + "115.45%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "49.88%", + "53.94%", + "58%", + "63.8%", + "67.86%", + "72.5%", + "78.88%", + "85.26%", + "91.64%", + "98.6%", + "106.58%", + "115.95%", + "125.33%", + "134.71%", + "144.94%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "28.98% + 28.98%", + "31.34% + 31.34%", + "33.7% + 33.7%", + "37.07% + 37.07%", + "39.43% + 39.43%", + "42.12% + 42.12%", + "45.83% + 45.83%", + "49.54% + 49.54%", + "53.25% + 53.25%", + "57.29% + 57.29%", + "61.92% + 61.92%", + "67.37% + 67.37%", + "72.82% + 72.82%", + "78.27% + 78.27%", + "84.22% + 84.22%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "65.45%", + "70.77%", + "76.1%", + "83.71%", + "89.04%", + "95.13%", + "103.5%", + "111.87%", + "120.24%", + "129.37%", + "139.83%", + "152.14%", + "164.44%", + "176.75%", + "190.17%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "99.59%", + "107.69%", + "115.8%", + "127.38%", + "135.49%", + "144.75%", + "157.49%", + "170.23%", + "182.96%", + "196.86%", + "212.78%", + "231.51%", + "250.23%", + "268.96%", + "289.38%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 5232, + "name": "神变·恶曜开眼", + "desc": [ + "雷电将军展开净土的一角,对周围的敌人造成雷元素伤害,为队伍中附近的所有角色授以「雷罚恶曜之眼」。", + "

雷罚恶曜之眼

", + "·获授雷罚恶曜之眼的角色的攻击对敌人造成伤害时,雷罚恶曜之眼会进行协同攻击,在敌人的位置造成雷元素范围伤害。", + "·获授雷罚恶曜之眼的角色在持续期间内,元素爆发造成的伤害获得提升,提升程度基于元素爆发的元素能量。", + "每个队伍的雷罚恶曜之眼,每0.9秒至多进行一次协同攻击。", + "由队伍中自己的角色以外的角色触发的协同攻击造成的伤害为原本的20%。", + "「手眼」之意,本指大神通者,其所见即是其所作为。雷神可以部署凶星之手眼,使其加护眷属,代行雷罚。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "117.2%", + "125.99%", + "134.78%", + "146.5%", + "155.29%", + "164.08%", + "175.8%", + "187.52%", + "199.24%", + "210.96%", + "222.68%", + "234.4%", + "249.05%", + "263.7%", + "278.35%" + ] + }, + { + "name": "协同攻击伤害", + "unit": "", + "isSame": false, + "values": [ + "42%", + "45.15%", + "48.3%", + "52.5%", + "55.65%", + "58.8%", + "63%", + "67.2%", + "71.4%", + "75.6%", + "79.8%", + "84%", + "89.25%", + "94.5%", + "99.75%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒", + "25秒" + ] + }, + { + "name": "元素爆发伤害提高", + "unit": "每点元素能量", + "isSame": false, + "values": [ + "0.22%", + "0.23%", + "0.24%", + "0.25%", + "0.26%", + "0.27%", + "0.28%", + "0.29%", + "0.3%", + "0.3%", + "0.3%", + "0.3%", + "0.3%", + "0.3%", + "0.3%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + } + ] + }, + "q": { + "id": 5239, + "name": "奥义·梦想真说", + "desc": [ + "汇聚万千真言,竭尽诸愿百眼之愿力,斩出粉碎一切诅咒的梦想一刀,造成雷元素范围伤害;并在接下来的一段时间内,使用「梦想一心」战斗。依据施放时消耗的诸愿百眼之轮的愿力层数,增加梦想一刀与梦想一心的攻击造成的伤害。", + "

梦想一心

", + "在此状态下,雷电将军将使用刀进行攻击,并将普通攻击、重击与下落攻击造成的伤害转为无法被附魔覆盖的雷元素伤害,并在这些攻击命中敌人时,为队伍中附近的所有角色恢复元素能量。每1秒至多通过这种方式恢复一次元素能量,在持续期间内至多触发5次。", + "在此状态下,雷电将军的抗打断能力提高,并免疫感电反应的伤害。", + "梦想一心状态下,雷电将军的普通攻击、重击与下落攻击造成的伤害,视为元素爆发伤害。", + "梦想一心的效果将在雷电将军退场时解除。", + "

诸愿百眼之轮

", + "队伍中附近的角色(不包括雷电将军自己)施放元素爆发时,会依据元素爆发的元素能量,为雷电将军的诸愿百眼之轮积攒愿力。", + "至多积攒60层愿力。", + "诸愿百眼之轮中积攒的愿力,会在脱离战斗300秒后清除。", + "此为雷神最近领悟的全新秘剑。摒弃了「无想」,转而去背负众人之「梦想」。「真说」一语乃「新说」之意,稻妻之事也已迈向新篇。" + ], + "tables": [ + { + "name": "梦想一刀基础伤害", + "unit": "", + "isSame": false, + "values": [ + "400.8%", + "430.86%", + "460.92%", + "501%", + "531.06%", + "561.12%", + "601.2%", + "641.28%", + "681.36%", + "721.44%", + "761.52%", + "801.6%", + "851.7%", + "901.8%", + "951.9%" + ] + }, + { + "name": "愿力加成", + "unit": "攻击力", + "isSame": false, + "values": [ + "每层3.89% / 0.73%", + "每层4.18% / 0.78%", + "每层4.47% / 0.84%", + "每层4.86% / 0.91%", + "每层5.15% / 0.96%", + "每层5.44% / 1.02%", + "每层5.83% / 1.09%", + "每层6.22% / 1.16%", + "每层6.61% / 1.23%", + "每层7% / 1.31%", + "每层7.39% / 1.38%", + "每层7.78% / 1.45%", + "每层8.26% / 1.54%", + "每层8.75% / 1.63%", + "每层9.23% / 1.72%" + ] + }, + { + "name": "积攒愿力层数", + "unit": "每点元素能量", + "isSame": false, + "values": [ + "0.15", + "0.16", + "0.16", + "0.17", + "0.17", + "0.18", + "0.18", + "0.19", + "0.19", + "0.2", + "0.2", + "0.2", + "0.2", + "0.2", + "0.2" + ] + }, + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "44.74%", + "47.79%", + "50.84%", + "54.9%", + "57.96%", + "61.51%", + "66.09%", + "70.66%", + "75.24%", + "79.82%", + "84.39%", + "88.97%", + "93.54%", + "98.12%", + "102.69%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "43.96%", + "46.95%", + "49.95%", + "53.95%", + "56.94%", + "60.44%", + "64.93%", + "69.43%", + "73.93%", + "78.42%", + "82.92%", + "87.41%", + "91.91%", + "96.4%", + "100.9%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "53.82%", + "57.49%", + "61.16%", + "66.05%", + "69.72%", + "74%", + "79.51%", + "85.01%", + "90.52%", + "96.02%", + "101.53%", + "107.03%", + "112.54%", + "118.04%", + "123.55%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "30.89% + 30.98%", + "32.99% + 33.09%", + "35.1% + 35.2%", + "37.91% + 38.02%", + "40.01% + 40.13%", + "42.47% + 42.59%", + "45.63% + 45.76%", + "48.79% + 48.93%", + "51.95% + 52.1%", + "55.11% + 55.26%", + "58.27% + 58.43%", + "61.43% + 61.6%", + "64.58% + 64.77%", + "67.74% + 67.94%", + "70.9% + 71.1%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "73.94%", + "78.99%", + "84.03%", + "90.75%", + "95.79%", + "101.67%", + "109.24%", + "116.8%", + "124.36%", + "131.92%", + "139.48%", + "147.05%", + "154.61%", + "162.17%", + "169.73%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "61.6% + 74.36%", + "65.8% + 79.43%", + "70% + 84.5%", + "75.6% + 91.26%", + "79.8% + 96.33%", + "84.7% + 102.24%", + "91% + 109.85%", + "97.3% + 117.46%", + "103.6% + 125.06%", + "109.9% + 132.67%", + "116.2% + 140.27%", + "122.5% + 147.87%", + "128.8% + 155.48%", + "135.1% + 163.08%", + "141.4% + 170.69%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点", + "20点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + }, + { + "name": "梦想一心能量恢复", + "unit": "", + "isSame": false, + "values": [ + "1.6", + "1.7", + "1.8", + "1.9", + "2", + "2.1", + "2.2", + "2.3", + "2.4", + "2.5", + "2.5", + "2.5", + "2.5", + "2.5", + "2.5" + ] + }, + { + "name": "梦想一心持续时间", + "unit": "", + "isSame": true, + "values": [ + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒", + "7秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90", + "90" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 39.65, + 42.87, + 46.1, + 50.71, + 53.94, + 57.63, + 62.7, + 67.77, + 72.84, + 78.37, + 84.71, + 92.16, + 99.62, + 107.07, + 115.2 + ], + "二段伤害": [ + 39.73, + 42.97, + 46.2, + 50.82, + 54.05, + 57.75, + 62.83, + 67.91, + 73, + 78.54, + 84.89, + 92.36, + 99.83, + 107.3, + 115.45 + ], + "三段伤害": [ + 49.88, + 53.94, + 58, + 63.8, + 67.86, + 72.5, + 78.88, + 85.26, + 91.64, + 98.6, + 106.58, + 115.95, + 125.33, + 134.71, + 144.94 + ], + "四段伤害": [ + 57.96, + 62.68, + 67.4, + 74.14, + 78.86, + 84.24, + 91.66, + 99.08, + 106.5, + 114.58, + 123.84, + 134.74, + 145.64, + 156.54, + 168.44 + ], + "四段伤害2": [ + [ + 28.98, + 28.98 + ], + [ + 31.34, + 31.34 + ], + [ + 33.7, + 33.7 + ], + [ + 37.07, + 37.07 + ], + [ + 39.43, + 39.43 + ], + [ + 42.12, + 42.12 + ], + [ + 45.83, + 45.83 + ], + [ + 49.54, + 49.54 + ], + [ + 53.25, + 53.25 + ], + [ + 57.29, + 57.29 + ], + [ + 61.92, + 61.92 + ], + [ + 67.37, + 67.37 + ], + [ + 72.82, + 72.82 + ], + [ + 78.27, + 78.27 + ], + [ + 84.22, + 84.22 + ] + ], + "五段伤害": [ + 65.45, + 70.77, + 76.1, + 83.71, + 89.04, + 95.13, + 103.5, + 111.87, + 120.24, + 129.37, + 139.83, + 152.14, + 164.44, + 176.75, + 190.17 + ], + "重击伤害": [ + 99.59, + 107.69, + 115.8, + 127.38, + 135.49, + 144.75, + 157.49, + 170.23, + 182.96, + 196.86, + 212.78, + 231.51, + 250.23, + 268.96, + 289.38 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "技能伤害": [ + 117.2, + 125.99, + 134.78, + 146.5, + 155.29, + 164.08, + 175.8, + 187.52, + 199.24, + 210.96, + 222.68, + 234.4, + 249.05, + 263.7, + 278.35 + ], + "协同攻击伤害": [ + 42, + 45.15, + 48.3, + 52.5, + 55.65, + 58.8, + 63, + 67.2, + 71.4, + 75.6, + 79.8, + 84, + 89.25, + 94.5, + 99.75 + ], + "元素爆发伤害提高": [ + 0.22, + 0.23, + 0.24, + 0.25, + 0.26, + 0.27, + 0.28, + 0.29, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ] + }, + "q": { + "梦想一刀基础伤害": [ + 400.8, + 430.86, + 460.92, + 501, + 531.06, + 561.12, + 601.2, + 641.28, + 681.36, + 721.44, + 761.52, + 801.6, + 851.7, + 901.8, + 951.9 + ], + "愿力加成": [ + [ + 3.89, + 0.73 + ], + [ + 4.18, + 0.78 + ], + [ + 4.47, + 0.84 + ], + [ + 4.86, + 0.91 + ], + [ + 5.15, + 0.96 + ], + [ + 5.44, + 1.02 + ], + [ + 5.83, + 1.09 + ], + [ + 6.22, + 1.16 + ], + [ + 6.61, + 1.23 + ], + [ + 7, + 1.31 + ], + [ + 7.39, + 1.38 + ], + [ + 7.78, + 1.45 + ], + [ + 8.26, + 1.54 + ], + [ + 8.75, + 1.63 + ], + [ + 9.23, + 1.72 + ] + ], + "愿力加成2": [ + [ + 3.89, + 0.73 + ], + [ + 4.18, + 0.78 + ], + [ + 4.47, + 0.84 + ], + [ + 4.86, + 0.91 + ], + [ + 5.15, + 0.96 + ], + [ + 5.44, + 1.02 + ], + [ + 5.83, + 1.09 + ], + [ + 6.22, + 1.16 + ], + [ + 6.61, + 1.23 + ], + [ + 7, + 1.31 + ], + [ + 7.39, + 1.38 + ], + [ + 7.78, + 1.45 + ], + [ + 8.26, + 1.54 + ], + [ + 8.75, + 1.63 + ], + [ + 9.23, + 1.72 + ] + ], + "积攒愿力层数": [ + 0.15, + 0.16, + 0.16, + 0.17, + 0.17, + 0.18, + 0.18, + 0.19, + 0.19, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + "一段伤害": [ + 44.74, + 47.79, + 50.84, + 54.9, + 57.96, + 61.51, + 66.09, + 70.66, + 75.24, + 79.82, + 84.39, + 88.97, + 93.54, + 98.12, + 102.69 + ], + "二段伤害": [ + 43.96, + 46.95, + 49.95, + 53.95, + 56.94, + 60.44, + 64.93, + 69.43, + 73.93, + 78.42, + 82.92, + 87.41, + 91.91, + 96.4, + 100.9 + ], + "三段伤害": [ + 53.82, + 57.49, + 61.16, + 66.05, + 69.72, + 74, + 79.51, + 85.01, + 90.52, + 96.02, + 101.53, + 107.03, + 112.54, + 118.04, + 123.55 + ], + "四段伤害": [ + 61.870000000000005, + 66.08000000000001, + 70.30000000000001, + 75.93, + 80.14, + 85.06, + 91.39, + 97.72, + 104.05000000000001, + 110.37, + 116.7, + 123.03, + 129.35, + 135.68, + 142 + ], + "四段伤害2": [ + [ + 30.89, + 30.98 + ], + [ + 32.99, + 33.09 + ], + [ + 35.1, + 35.2 + ], + [ + 37.91, + 38.02 + ], + [ + 40.01, + 40.13 + ], + [ + 42.47, + 42.59 + ], + [ + 45.63, + 45.76 + ], + [ + 48.79, + 48.93 + ], + [ + 51.95, + 52.1 + ], + [ + 55.11, + 55.26 + ], + [ + 58.27, + 58.43 + ], + [ + 61.43, + 61.6 + ], + [ + 64.58, + 64.77 + ], + [ + 67.74, + 67.94 + ], + [ + 70.9, + 71.1 + ] + ], + "五段伤害": [ + 73.94, + 78.99, + 84.03, + 90.75, + 95.79, + 101.67, + 109.24, + 116.8, + 124.36, + 131.92, + 139.48, + 147.05, + 154.61, + 162.17, + 169.73 + ], + "重击伤害": [ + 135.96, + 145.23000000000002, + 154.5, + 166.86, + 176.13, + 186.94, + 200.85, + 214.76, + 228.66, + 242.57, + 256.47, + 270.37, + 284.28, + 298.18, + 312.09000000000003 + ], + "重击伤害2": [ + [ + 61.6, + 74.36 + ], + [ + 65.8, + 79.43 + ], + [ + 70, + 84.5 + ], + [ + 75.6, + 91.26 + ], + [ + 79.8, + 96.33 + ], + [ + 84.7, + 102.24 + ], + [ + 91, + 109.85 + ], + [ + 97.3, + 117.46 + ], + [ + 103.6, + 125.06 + ], + [ + 109.9, + 132.67 + ], + [ + 116.2, + 140.27 + ], + [ + 122.5, + 147.87 + ], + [ + 128.8, + 155.48 + ], + [ + 135.1, + 163.08 + ], + [ + 141.4, + 170.69 + ] + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "梦想一心能量恢复": [ + 1.6, + 1.7, + 1.8, + 1.9, + 2, + 2.1, + 2.2, + 2.3, + 2.4, + 2.5, + 2.5, + 2.5, + 2.5, + 2.5, + 2.5 + ] + } + }, + "cons": { + "1": { + "name": "恶曜卜词", + "desc": [ + "诸愿百眼之轮能更加迅速地积攒愿力。元素类型为雷元素的角色施放元素爆发后,积攒的愿力提升80%;其他元素类型的角色施放元素爆发后,积攒的愿力提升20%" + ] + }, + "2": { + "name": "斩铁断金", + "desc": [ + "奥义·梦想真说的梦想一刀与梦想一心状态下的雷电将军的攻击将无视敌人60%的防御力。" + ] + }, + "3": { + "name": "真影旧事", + "desc": [ + "奥义·梦想真说的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "4": { + "name": "誓奉常道", + "desc": [ + "奥义·梦想真说施加的梦想一心状态结束后,附近的队伍中所有角色(不包括雷电将军自己)的攻击力提升30%,持续10秒。" + ] + }, + "5": { + "name": "凶将显形", + "desc": [ + "神变·恶曜开眼的技能等级提高3级。", + "至多提升至15级。" + ] + }, + "6": { + "name": "负愿前行", + "desc": [ + "处于奥义·梦想真说施加的梦想一心状态下时,雷电将军的元素爆发伤害命中敌人时,使附近的队伍中所有角色(不包括雷电将军自己)元素爆发的冷却时间缩短1秒。", + "该效果每1秒至多触发一次,在持续期间内至多触发5次。" + ] + } + }, + "passive": [ + { + "name": "天下名物狩", + "desc": [ + "突破单手剑和长柄武器时,消耗的摩拉数量减少50%。" + ] + }, + { + "name": "暂缺", + "desc": [ + "

无法参与料理

" + ] + }, + { + "name": "万千的愿望", + "desc": [ + "队伍中附近的角色获得元素晶球或元素微粒时,会为诸愿百眼之轮积攒2层愿力。", + "该效果每3秒至多触发一次。" + ] + }, + { + "name": "殊胜之御体", + "desc": [ + "基于元素充能效率超过100%的部分,每1%使雷电将军获得下列效果:", + "·梦想一心状态提供的元素能量恢复提高0.6%;", + "·雷元素伤害加成提升0.4%。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "recharge" + ], + "details": { + "1": [ + 1005, + 26.25, + 61.45, + 0 + ], + "20": [ + 2606, + 68.1, + 159.39, + 0 + ], + "40": [ + 5189, + 135.59, + 317.33, + 0 + ], + "50": [ + 6675, + 174.39, + 408.16, + 8 + ], + "60": [ + 8373, + 218.77, + 512.02, + 16 + ], + "70": [ + 9875, + 258.02, + 603.9, + 16 + ], + "80": [ + 11388, + 297.54, + 696.39, + 24 + ], + "90": [ + 12907, + 337.24, + 789.31, + 32 + ], + "20+": [ + 3468, + 90.61, + 212.07, + 0 + ], + "40+": [ + 5801, + 151.58, + 354.76, + 8 + ], + "50+": [ + 7491, + 195.72, + 458.07, + 16 + ], + "60+": [ + 8985, + 234.76, + 549.46, + 16 + ], + "70+": [ + 10487, + 274.02, + 641.33, + 24 + ], + "80+": [ + 12000, + 313.53, + 733.82, + 32 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-1.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-1.webp" new file mode 100644 index 0000000000..e38bd01619 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-2.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-2.webp" new file mode 100644 index 0000000000..bf1a57c9ab Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-3.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-3.webp" new file mode 100644 index 0000000000..7e5307ba8b Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-4.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-4.webp" new file mode 100644 index 0000000000..f3bfd0a0df Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-5.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-5.webp" new file mode 100644 index 0000000000..b4ca871d9d Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-6.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-6.webp" new file mode 100644 index 0000000000..54e9a8466a Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/passive-0.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/passive-0.webp" new file mode 100644 index 0000000000..410e4b3980 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/passive-1.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/passive-1.webp" new file mode 100644 index 0000000000..b67b182470 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/passive-2.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/passive-2.webp" new file mode 100644 index 0000000000..2c40d3b722 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/passive-3.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/passive-3.webp" new file mode 100644 index 0000000000..92fb8d540a Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/passive-3.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/talent-a.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/talent-a.webp" new file mode 100644 index 0000000000..b8c3c3b202 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/talent-e.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/talent-e.webp" new file mode 100644 index 0000000000..0ff47c9c82 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/talent-q.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/talent-q.webp" new file mode 100644 index 0000000000..faa9dfed76 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/banner.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/banner.webp" new file mode 100644 index 0000000000..e3e5d39963 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/card.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/card.webp" new file mode 100644 index 0000000000..0dc2f3266c Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/face.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/face.webp" new file mode 100644 index 0000000000..d11ad5cb01 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/face0.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/face0.webp" new file mode 100644 index 0000000000..b1fa0064fc Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/face0.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/gacha.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/gacha.webp" new file mode 100644 index 0000000000..924188e78c Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/side.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/side.webp" new file mode 100644 index 0000000000..f406c03388 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/splash.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/splash.webp" new file mode 100644 index 0000000000..eca17616b4 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/splash0.webp" "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/splash0.webp" new file mode 100644 index 0000000000..a3e7a5864a Binary files /dev/null and "b/plugin/kokomi/data/character/\351\233\267\347\224\265\345\260\206\345\206\233/imgs/splash0.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/data.json" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/data.json" new file mode 100644 index 0000000000..2b9ac9dce4 --- /dev/null +++ "b/plugin/kokomi/data/character/\351\246\231\350\217\261/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000023, + "name": "香菱", + "abbr": "香菱", + "title": "万民百味", + "star": 4, + "elem": "pyro", + "allegiance": "万民堂", + "weapon": "polearm", + "birth": "11-2", + "astro": "长杓座", + "desc": "来自璃月,名声在外的少女厨师,对料理之道极具热情,拿手麻辣菜肴堪称一绝。", + "cncv": "小N", + "jpcv": "小泽亚李", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10875, + "atk": 225.14, + "def": 668.87 + }, + "growAttr": { + "key": "mastery", + "value": 96 + }, + "talentKey": { + "2331": "a", + "2332": "e", + "2339": "q" + }, + "talentId": { + "10231": 2331, + "10232": 2332, + "10235": 2339 + }, + "talentCons": { + "e": 5, + "q": 3 + }, + "materials": { + "gem": "燃愿玛瑙", + "boss": "常燃火种", + "specialty": "绝云椒椒", + "normal": "史莱姆原浆", + "talent": "「勤劳」的哲学", + "weekly": "东风之爪" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/detail.json" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/detail.json" new file mode 100644 index 0000000000..26c3431eb4 --- /dev/null +++ "b/plugin/kokomi/data/character/\351\246\231\350\217\261/detail.json" @@ -0,0 +1,989 @@ +{ + "id": "23", + "name": "香菱", + "talent": { + "a": { + "id": 2331, + "name": "普通攻击·白案功夫", + "desc": [ + "

普通攻击

", + "进行至多五段的连续枪击。", + "

重击

", + "消耗一定体力,向前方突进,对路径上的敌人造成伤害。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "42.05%", + "45.48%", + "48.9%", + "53.79%", + "57.21%", + "61.12%", + "66.5%", + "71.88%", + "77.26%", + "83.13%", + "89.85%", + "97.76%", + "105.67%", + "113.58%", + "122.2%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "42.14%", + "45.57%", + "49%", + "53.9%", + "57.33%", + "61.25%", + "66.64%", + "72.03%", + "77.42%", + "83.3%", + "90.04%", + "97.96%", + "105.88%", + "113.81%", + "122.45%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "26.06% + 26.06%", + "28.18% + 28.18%", + "30.3% + 30.3%", + "33.33% + 33.33%", + "35.45% + 35.45%", + "37.87% + 37.87%", + "41.21% + 41.21%", + "44.54% + 44.54%", + "47.87% + 47.87%", + "51.51% + 51.51%", + "55.68% + 55.68%", + "60.58% + 60.58%", + "65.48% + 65.48%", + "70.37% + 70.37%", + "75.72% + 75.72%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "14.1%*4", + "15.25%*4", + "16.4%*4", + "18.04%*4", + "19.19%*4", + "20.5%*4", + "22.3%*4", + "24.11%*4", + "25.91%*4", + "27.88%*4", + "30.13%*4", + "32.79%*4", + "35.44%*4", + "38.09%*4", + "40.98%*4" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "71.04%", + "76.82%", + "82.6%", + "90.86%", + "96.64%", + "103.25%", + "112.34%", + "121.42%", + "130.51%", + "140.42%", + "151.78%", + "165.13%", + "178.49%", + "191.85%", + "206.42%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "121.69%", + "131.6%", + "141.5%", + "155.65%", + "165.56%", + "176.87%", + "192.44%", + "208%", + "223.57%", + "240.55%", + "260.01%", + "282.89%", + "305.77%", + "328.65%", + "353.61%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "63.93%", + "69.14%", + "74.34%", + "81.77%", + "86.98%", + "92.93%", + "101.1%", + "109.28%", + "117.46%", + "126.38%", + "135.3%", + "144.22%", + "153.14%", + "162.06%", + "170.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "127.84% / 159.68%", + "138.24% / 172.67%", + "148.65% / 185.67%", + "163.51% / 204.24%", + "173.92% / 217.23%", + "185.81% / 232.09%", + "202.16% / 252.51%", + "218.51% / 272.93%", + "234.86% / 293.36%", + "252.7% / 315.64%", + "270.54% / 337.92%", + "288.38% / 360.2%", + "306.22% / 382.48%", + "324.05% / 404.76%", + "341.89% / 427.04%" + ] + } + ] + }, + "e": { + "id": 2332, + "name": "锅巴出击", + "desc": [ + "唤出喷火的锅巴,存在期间内,不断对敌人喷火,造成火元素范围伤害。", + "锅巴喜欢吃火辣的食物。但锅巴承受不了如此火辣的食物。" + ], + "tables": [ + { + "name": "喷火伤害", + "unit": "", + "isSame": false, + "values": [ + "111.28%", + "119.63%", + "127.97%", + "139.1%", + "147.45%", + "155.79%", + "166.92%", + "178.05%", + "189.18%", + "200.3%", + "211.43%", + "222.56%", + "236.47%", + "250.38%", + "264.29%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + } + ] + }, + "q": { + "id": 2339, + "name": "旋火轮", + "desc": [ + "以控制火候与枪术的精湛技巧,甩出围绕自己快速旋转的旋火轮。", + "存在期间内,旋火轮会跟随角色运动,对路径上的敌人造成火元素伤害。", + "火力永远不够。远远不够。" + ], + "tables": [ + { + "name": "一段挥舞伤害", + "unit": "", + "isSame": false, + "values": [ + "72%", + "77.4%", + "82.8%", + "90%", + "95.4%", + "100.8%", + "108%", + "115.2%", + "122.4%", + "129.6%", + "136.8%", + "144%", + "153%", + "162%", + "171%" + ] + }, + { + "name": "二段挥舞伤害", + "unit": "", + "isSame": false, + "values": [ + "88%", + "94.6%", + "101.2%", + "110%", + "116.6%", + "123.2%", + "132%", + "140.8%", + "149.6%", + "158.4%", + "167.2%", + "176%", + "187%", + "198%", + "209%" + ] + }, + { + "name": "三段挥舞伤害", + "unit": "", + "isSame": false, + "values": [ + "109.6%", + "117.82%", + "126.04%", + "137%", + "145.22%", + "153.44%", + "164.4%", + "175.36%", + "186.32%", + "197.28%", + "208.24%", + "219.2%", + "232.9%", + "246.6%", + "260.3%" + ] + }, + { + "name": "旋火轮伤害", + "unit": "", + "isSame": false, + "values": [ + "112%", + "120.4%", + "128.8%", + "140%", + "148.4%", + "156.8%", + "168%", + "179.2%", + "190.4%", + "201.6%", + "212.8%", + "224%", + "238%", + "252%", + "266%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒", + "20秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80", + "80" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 42.05, + 45.48, + 48.9, + 53.79, + 57.21, + 61.12, + 66.5, + 71.88, + 77.26, + 83.13, + 89.85, + 97.76, + 105.67, + 113.58, + 122.2 + ], + "二段伤害": [ + 42.14, + 45.57, + 49, + 53.9, + 57.33, + 61.25, + 66.64, + 72.03, + 77.42, + 83.3, + 90.04, + 97.96, + 105.88, + 113.81, + 122.45 + ], + "三段伤害": [ + 52.12, + 56.36, + 60.6, + 66.66, + 70.9, + 75.74, + 82.42, + 89.08, + 95.74, + 103.02, + 111.36, + 121.16, + 130.96, + 140.74, + 151.44 + ], + "三段伤害2": [ + [ + 26.06, + 26.06 + ], + [ + 28.18, + 28.18 + ], + [ + 30.3, + 30.3 + ], + [ + 33.33, + 33.33 + ], + [ + 35.45, + 35.45 + ], + [ + 37.87, + 37.87 + ], + [ + 41.21, + 41.21 + ], + [ + 44.54, + 44.54 + ], + [ + 47.87, + 47.87 + ], + [ + 51.51, + 51.51 + ], + [ + 55.68, + 55.68 + ], + [ + 60.58, + 60.58 + ], + [ + 65.48, + 65.48 + ], + [ + 70.37, + 70.37 + ], + [ + 75.72, + 75.72 + ] + ], + "四段伤害": [ + 56.4, + 61, + 65.6, + 72.16, + 76.76, + 82, + 89.2, + 96.44, + 103.64, + 111.52, + 120.52, + 131.16, + 141.76, + 152.36, + 163.92 + ], + "五段伤害": [ + 71.04, + 76.82, + 82.6, + 90.86, + 96.64, + 103.25, + 112.34, + 121.42, + 130.51, + 140.42, + 151.78, + 165.13, + 178.49, + 191.85, + 206.42 + ], + "重击伤害": [ + 121.69, + 131.6, + 141.5, + 155.65, + 165.56, + 176.87, + 192.44, + 208, + 223.57, + 240.55, + 260.01, + 282.89, + 305.77, + 328.65, + 353.61 + ], + "下坠期间伤害": [ + 63.93, + 69.14, + 74.34, + 81.77, + 86.98, + 92.93, + 101.1, + 109.28, + 117.46, + 126.38, + 135.3, + 144.22, + 153.14, + 162.06, + 170.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 127.84, + 159.68 + ], + [ + 138.24, + 172.67 + ], + [ + 148.65, + 185.67 + ], + [ + 163.51, + 204.24 + ], + [ + 173.92, + 217.23 + ], + [ + 185.81, + 232.09 + ], + [ + 202.16, + 252.51 + ], + [ + 218.51, + 272.93 + ], + [ + 234.86, + 293.36 + ], + [ + 252.7, + 315.64 + ], + [ + 270.54, + 337.92 + ], + [ + 288.38, + 360.2 + ], + [ + 306.22, + 382.48 + ], + [ + 324.05, + 404.76 + ], + [ + 341.89, + 427.04 + ] + ] + }, + "e": { + "喷火伤害": [ + 111.28, + 119.63, + 127.97, + 139.1, + 147.45, + 155.79, + 166.92, + 178.05, + 189.18, + 200.3, + 211.43, + 222.56, + 236.47, + 250.38, + 264.29 + ] + }, + "q": { + "一段挥舞伤害": [ + 72, + 77.4, + 82.8, + 90, + 95.4, + 100.8, + 108, + 115.2, + 122.4, + 129.6, + 136.8, + 144, + 153, + 162, + 171 + ], + "二段挥舞伤害": [ + 88, + 94.6, + 101.2, + 110, + 116.6, + 123.2, + 132, + 140.8, + 149.6, + 158.4, + 167.2, + 176, + 187, + 198, + 209 + ], + "三段挥舞伤害": [ + 109.6, + 117.82, + 126.04, + 137, + 145.22, + 153.44, + 164.4, + 175.36, + 186.32, + 197.28, + 208.24, + 219.2, + 232.9, + 246.6, + 260.3 + ], + "旋火轮伤害": [ + 112, + 120.4, + 128.8, + 140, + 148.4, + 156.8, + 168, + 179.2, + 190.4, + 201.6, + 212.8, + 224, + 238, + 252, + 266 + ] + } + }, + "cons": { + "1": { + "name": "外酥里嫩", + "desc": [ + "受到锅巴攻击的敌人,火元素抗性降低15%,持续6秒。" + ] + }, + "2": { + "name": "大火宽油", + "desc": [ + "普通攻击的最后一击会对敌人施加持续2秒的内爆效果,持续时间结束时会发生爆炸,造成75%攻击力的火元素范围伤害。" + ] + }, + "3": { + "name": "武火急烹", + "desc": [ + "

旋火轮的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "文火慢煨", + "desc": [ + "

旋火轮的持续时间延长40%。

" + ] + }, + "5": { + "name": "锅巴凶猛", + "desc": [ + "

锅巴出击的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "大龙卷旋火轮", + "desc": [ + "旋火轮持续期间,队伍中所有角色获得15%火元素伤害加成。" + ] + } + }, + "passive": [ + { + "name": "万民堂大厨", + "desc": [ + "完美烹饪攻击类食物时,有12%概率获得2倍产出。" + ] + }, + { + "name": "交叉火力", + "desc": [ + "

锅巴的喷火距离提高20%。

" + ] + }, + { + "name": "绝云朝天椒", + "desc": [ + "锅巴出击效果结束时,锅巴会在消失的位置留下辣椒。拾取辣椒会提高10%攻击力,持续10秒。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "mastery" + ], + "details": { + "1": [ + 912, + 18.88, + 56.08, + 0 + ], + "20": [ + 2342, + 48.49, + 144.07, + 0 + ], + "40": [ + 4529, + 93.76, + 278.55, + 0 + ], + "50": [ + 5766, + 119.37, + 354.64, + 24 + ], + "60": [ + 7164, + 148.32, + 440.66, + 48 + ], + "70": [ + 8401, + 173.92, + 516.69, + 48 + ], + "80": [ + 9638, + 199.53, + 592.78, + 72 + ], + "90": [ + 10875, + 225.14, + 668.87, + 96 + ], + "20+": [ + 3024, + 62.6, + 185.97, + 0 + ], + "40+": [ + 5013, + 103.78, + 308.32, + 24 + ], + "50+": [ + 6411, + 132.73, + 394.33, + 48 + ], + "60+": [ + 7648, + 158.34, + 470.42, + 48 + ], + "70+": [ + 8885, + 183.94, + 546.46, + 72 + ], + "80+": [ + 10122, + 209.55, + 622.55, + 96 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-1.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-1.webp" new file mode 100644 index 0000000000..ea65406cd6 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-2.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-2.webp" new file mode 100644 index 0000000000..cbd103855c Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-3.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-3.webp" new file mode 100644 index 0000000000..dd05c64526 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-4.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-4.webp" new file mode 100644 index 0000000000..9d3e369ecd Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-5.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-5.webp" new file mode 100644 index 0000000000..72ee2a8ebe Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-6.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-6.webp" new file mode 100644 index 0000000000..fabf628f84 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/passive-0.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/passive-0.webp" new file mode 100644 index 0000000000..714eff42ac Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/passive-1.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/passive-1.webp" new file mode 100644 index 0000000000..d724e40231 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/passive-2.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/passive-2.webp" new file mode 100644 index 0000000000..3de01557c8 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/talent-a.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/talent-a.webp" new file mode 100644 index 0000000000..b8c3c3b202 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/talent-e.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/talent-e.webp" new file mode 100644 index 0000000000..7b66c94c3a Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/talent-q.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/talent-q.webp" new file mode 100644 index 0000000000..79ad329e66 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/banner.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/banner.webp" new file mode 100644 index 0000000000..d46f6b05fd Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/card.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/card.webp" new file mode 100644 index 0000000000..f091f92897 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/face.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/face.webp" new file mode 100644 index 0000000000..8ea762c921 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/gacha.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/gacha.webp" new file mode 100644 index 0000000000..f4ef0ec3dc Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/side.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/side.webp" new file mode 100644 index 0000000000..b6b5c101dc Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/splash.webp" "b/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/splash.webp" new file mode 100644 index 0000000000..9ccaf3b6c8 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\246\231\350\217\261/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/data.json" "b/plugin/kokomi/data/character/\351\255\210/data.json" new file mode 100644 index 0000000000..534da9162a --- /dev/null +++ "b/plugin/kokomi/data/character/\351\255\210/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000026, + "name": "魈", + "abbr": "魈", + "title": "护法夜叉", + "star": 5, + "elem": "anemo", + "allegiance": "璃月仙人", + "weapon": "polearm", + "birth": "4-17", + "astro": "金翅鹏王座", + "desc": "守护璃月的仙人,「夜叉」。美号「降魔大圣」,妙称「护法夜叉大将」。", + "cncv": "kinsen", + "jpcv": "松冈祯丞", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 12736, + "atk": 349.2, + "def": 799.3 + }, + "growAttr": { + "key": "cpct", + "value": 19.2 + }, + "talentKey": { + "2631": "a", + "2632": "e", + "2639": "q" + }, + "talentId": { + "10261": 2631, + "10262": 2632, + "10265": 2639 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "自在松石", + "boss": "未熟之玉", + "specialty": "清心", + "normal": "史莱姆原浆", + "talent": "「繁荣」的哲学", + "weekly": "武炼之魂·孤影" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\255\210/detail.json" "b/plugin/kokomi/data/character/\351\255\210/detail.json" new file mode 100644 index 0000000000..50434de591 --- /dev/null +++ "b/plugin/kokomi/data/character/\351\255\210/detail.json" @@ -0,0 +1,1023 @@ +{ + "id": "26", + "name": "魈", + "talent": { + "a": { + "id": 2631, + "name": "普通攻击·卷积微尘", + "desc": [ + "

普通攻击

", + "进行至多六段的连续枪击。", + "

重击

", + "消耗一定体力,进行上挑攻击。", + "

下落攻击

", + "从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成范围伤害。", + "魈进行下落攻击时,不会承受坠落伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "27.54% + 27.54%", + "29.42% + 29.42%", + "31.3% + 31.3%", + "33.8% + 33.8%", + "35.68% + 35.68%", + "37.87% + 37.87%", + "40.69% + 40.69%", + "43.51% + 43.51%", + "46.32% + 46.32%", + "49.14% + 49.14%", + "51.96% + 51.96%", + "54.77% + 54.77%", + "57.59% + 57.59%", + "60.41% + 60.41%", + "63.23% + 63.23%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "56.94%", + "60.82%", + "64.7%", + "69.88%", + "73.76%", + "78.29%", + "84.11%", + "89.93%", + "95.76%", + "101.58%", + "107.4%", + "113.22%", + "119.05%", + "124.87%", + "130.69%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "68.55%", + "73.23%", + "77.9%", + "84.13%", + "88.81%", + "94.26%", + "101.27%", + "108.28%", + "115.29%", + "122.3%", + "129.31%", + "136.33%", + "143.34%", + "150.35%", + "157.36%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "37.66% + 37.66%", + "40.23% + 40.23%", + "42.8% + 42.8%", + "46.22% + 46.22%", + "48.79% + 48.79%", + "51.79% + 51.79%", + "55.64% + 55.64%", + "59.49% + 59.49%", + "63.34% + 63.34%", + "67.2% + 67.2%", + "71.05% + 71.05%", + "74.9% + 74.9%", + "78.75% + 78.75%", + "82.6% + 82.6%", + "86.46% + 86.46%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "71.54%", + "76.42%", + "81.3%", + "87.8%", + "92.68%", + "98.37%", + "105.69%", + "113.01%", + "120.32%", + "127.64%", + "134.96%", + "142.27%", + "149.59%", + "156.91%", + "164.23%" + ] + }, + { + "name": "六段伤害", + "unit": "", + "isSame": false, + "values": [ + "95.83%", + "102.37%", + "108.9%", + "117.61%", + "124.15%", + "131.77%", + "141.57%", + "151.37%", + "161.17%", + "170.97%", + "180.77%", + "190.58%", + "200.38%", + "210.18%", + "219.98%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "121.09%", + "129.34%", + "137.6%", + "148.61%", + "156.86%", + "166.5%", + "178.88%", + "191.26%", + "203.65%", + "216.03%", + "228.42%", + "240.8%", + "253.18%", + "265.57%", + "277.95%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "81.83%", + "88.49%", + "95.16%", + "104.67%", + "111.33%", + "118.94%", + "129.41%", + "139.88%", + "150.35%", + "161.76%", + "173.18%", + "184.6%", + "196.02%", + "207.44%", + "218.86%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "163.63% / 204.39%", + "176.95% / 221.02%", + "190.27% / 237.66%", + "209.3% / 261.42%", + "222.62% / 278.06%", + "237.84% / 297.07%", + "258.77% / 323.21%", + "279.7% / 349.36%", + "300.63% / 375.5%", + "323.46% / 404.02%", + "346.29% / 432.54%", + "369.12% / 461.06%", + "391.96% / 489.57%", + "414.79% / 518.09%", + "437.62% / 546.61%" + ] + } + ] + }, + "e": { + "id": 2632, + "name": "风轮两立", + "desc": [ + "疾速突进,对路径上的敌人造成风元素伤害。", + "可以在空中施放。", + "初始拥有2次可使用次数。", + "在他乡的传说里,世界会被两大风轮碾碎。魈的枪术已臻化境,来回之间仿佛两座风轮同时撕裂敌人。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "252.8%", + "271.76%", + "290.72%", + "316%", + "334.96%", + "353.92%", + "379.2%", + "404.48%", + "429.76%", + "455.04%", + "480.32%", + "505.6%", + "537.2%", + "568.8%", + "600.4%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + } + ] + }, + "q": { + "id": 2639, + "name": "靖妖傩舞", + "desc": [ + "展现数千年前令神魔精妖睹之胆颤的夜叉傩面。", + "

夜叉傩面

", + "·大幅提升魈的跳跃能力;", + "·提高攻击范围与攻击伤害;", + "·将攻击伤害转为风元素伤害,该元素转化无法被附魔覆盖。", + "在这个状态下,魈会持续损失生命值。", + "效果将在魈退场时解除。", + "戴上降魔的傩面,现出令诸恶胆寒,除尽妖魔奸邪的「护法夜叉」之姿。获得强大的力量,也会引导出巨大的痛苦。其式既名「靖妖傩舞」。" + ], + "tables": [ + { + "name": "普通攻击/重击/下落攻击伤害提升", + "unit": "", + "isSame": false, + "values": [ + "58.45%", + "61.95%", + "65.45%", + "70%", + "73.5%", + "77%", + "81.55%", + "86.1%", + "90.65%", + "95.2%", + "99.75%", + "104.3%", + "108.85%", + "113.4%", + "117.95%" + ] + }, + { + "name": "生命流失", + "unit": "当前生命值", + "isSame": false, + "values": [ + "每秒3%", + "每秒3%", + "每秒3%", + "每秒2.5%", + "每秒2.5%", + "每秒2.5%", + "每秒2%", + "每秒2%", + "每秒2%", + "每秒2%", + "每秒2%", + "每秒2%", + "每秒2%", + "每秒2%", + "每秒2%" + ] + }, + { + "name": "持续时间", + "unit": "", + "isSame": true, + "values": [ + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒", + "15秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒", + "18秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 55.08, + 58.84, + 62.6, + 67.6, + 71.36, + 75.74, + 81.38, + 87.02, + 92.64, + 98.28, + 103.92, + 109.54, + 115.18, + 120.82, + 126.46 + ], + "一段伤害2": [ + [ + 27.54, + 27.54 + ], + [ + 29.42, + 29.42 + ], + [ + 31.3, + 31.3 + ], + [ + 33.8, + 33.8 + ], + [ + 35.68, + 35.68 + ], + [ + 37.87, + 37.87 + ], + [ + 40.69, + 40.69 + ], + [ + 43.51, + 43.51 + ], + [ + 46.32, + 46.32 + ], + [ + 49.14, + 49.14 + ], + [ + 51.96, + 51.96 + ], + [ + 54.77, + 54.77 + ], + [ + 57.59, + 57.59 + ], + [ + 60.41, + 60.41 + ], + [ + 63.23, + 63.23 + ] + ], + "二段伤害": [ + 56.94, + 60.82, + 64.7, + 69.88, + 73.76, + 78.29, + 84.11, + 89.93, + 95.76, + 101.58, + 107.4, + 113.22, + 119.05, + 124.87, + 130.69 + ], + "三段伤害": [ + 68.55, + 73.23, + 77.9, + 84.13, + 88.81, + 94.26, + 101.27, + 108.28, + 115.29, + 122.3, + 129.31, + 136.33, + 143.34, + 150.35, + 157.36 + ], + "四段伤害": [ + 75.32, + 80.46, + 85.6, + 92.44, + 97.58, + 103.58, + 111.28, + 118.98, + 126.68, + 134.4, + 142.1, + 149.8, + 157.5, + 165.2, + 172.92 + ], + "四段伤害2": [ + [ + 37.66, + 37.66 + ], + [ + 40.23, + 40.23 + ], + [ + 42.8, + 42.8 + ], + [ + 46.22, + 46.22 + ], + [ + 48.79, + 48.79 + ], + [ + 51.79, + 51.79 + ], + [ + 55.64, + 55.64 + ], + [ + 59.49, + 59.49 + ], + [ + 63.34, + 63.34 + ], + [ + 67.2, + 67.2 + ], + [ + 71.05, + 71.05 + ], + [ + 74.9, + 74.9 + ], + [ + 78.75, + 78.75 + ], + [ + 82.6, + 82.6 + ], + [ + 86.46, + 86.46 + ] + ], + "五段伤害": [ + 71.54, + 76.42, + 81.3, + 87.8, + 92.68, + 98.37, + 105.69, + 113.01, + 120.32, + 127.64, + 134.96, + 142.27, + 149.59, + 156.91, + 164.23 + ], + "六段伤害": [ + 95.83, + 102.37, + 108.9, + 117.61, + 124.15, + 131.77, + 141.57, + 151.37, + 161.17, + 170.97, + 180.77, + 190.58, + 200.38, + 210.18, + 219.98 + ], + "重击伤害": [ + 121.09, + 129.34, + 137.6, + 148.61, + 156.86, + 166.5, + 178.88, + 191.26, + 203.65, + 216.03, + 228.42, + 240.8, + 253.18, + 265.57, + 277.95 + ], + "下坠期间伤害": [ + 81.83, + 88.49, + 95.16, + 104.67, + 111.33, + 118.94, + 129.41, + 139.88, + 150.35, + 161.76, + 173.18, + 184.6, + 196.02, + 207.44, + 218.86 + ], + "低空/高空坠地冲击伤害": [ + [ + 163.63, + 204.39 + ], + [ + 176.95, + 221.02 + ], + [ + 190.27, + 237.66 + ], + [ + 209.3, + 261.42 + ], + [ + 222.62, + 278.06 + ], + [ + 237.84, + 297.07 + ], + [ + 258.77, + 323.21 + ], + [ + 279.7, + 349.36 + ], + [ + 300.63, + 375.5 + ], + [ + 323.46, + 404.02 + ], + [ + 346.29, + 432.54 + ], + [ + 369.12, + 461.06 + ], + [ + 391.96, + 489.57 + ], + [ + 414.79, + 518.09 + ], + [ + 437.62, + 546.61 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 163.63, + 204.39 + ], + [ + 176.95, + 221.02 + ], + [ + 190.27, + 237.66 + ], + [ + 209.3, + 261.42 + ], + [ + 222.62, + 278.06 + ], + [ + 237.84, + 297.07 + ], + [ + 258.77, + 323.21 + ], + [ + 279.7, + 349.36 + ], + [ + 300.63, + 375.5 + ], + [ + 323.46, + 404.02 + ], + [ + 346.29, + 432.54 + ], + [ + 369.12, + 461.06 + ], + [ + 391.96, + 489.57 + ], + [ + 414.79, + 518.09 + ], + [ + 437.62, + 546.61 + ] + ] + }, + "e": { + "技能伤害": [ + 252.8, + 271.76, + 290.72, + 316, + 334.96, + 353.92, + 379.2, + 404.48, + 429.76, + 455.04, + 480.32, + 505.6, + 537.2, + 568.8, + 600.4 + ] + }, + "q": { + "普通攻击/重击/下落攻击伤害提升": [ + 58.45, + 61.95, + 65.45, + 70, + 73.5, + 77, + 81.55, + 86.1, + 90.65, + 95.2, + 99.75, + 104.3, + 108.85, + 113.4, + 117.95 + ], + "生命流失": [ + 3, + 3, + 3, + 2.5, + 2.5, + 2.5, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2 + ] + } + }, + "cons": { + "1": { + "name": "坏劫·毁坏三界", + "desc": [ + "风轮两立的可使用次数增加1次。" + ] + }, + "2": { + "name": "空劫·虚空华开敷变", + "desc": [ + "处于队伍后台时,魈自己的元素充能效率提高25%。" + ] + }, + "3": { + "name": "降魔·忿怒显相", + "desc": [ + "

风轮两立的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "神通·诸苦灭尽", + "desc": [ + "魈的生命值低于50%时,获得100%防御力提升。" + ] + }, + "5": { + "name": "成劫·无明增长", + "desc": [ + "

靖妖傩舞的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "降魔·护法夜叉", + "desc": [ + "在靖妖傩舞状态下,下落攻击命中至少2个敌人时,风轮两立立刻获得1次可使用次数,并且在接下来1秒内,可以无视冷却时间施放风轮两立。" + ] + } + }, + "passive": [ + { + "name": "神通·空中自在法", + "desc": [ + "队伍中自己的角色攀爬消耗的体力降低20%。", + "无法与效果完全相同的固有天赋叠加。" + ] + }, + { + "name": "降魔·平妖大圣", + "desc": [ + "在靖妖傩舞状态下,魈造成的所有伤害提高5%。此后,在技能持续时间内,每经过3秒,造成的伤害再额外提高5%。", + "至多获得25%伤害加成。" + ] + }, + { + "name": "坏劫·国土碾尘", + "desc": [ + "施放风轮两立会使之后7秒内的风轮两立造成的伤害提高15%。", + "该效果持续7秒,最多叠加3次,叠加时刷新持续时间。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "cpct" + ], + "details": { + "1": [ + 991, + 27.19, + 62.22, + 0 + ], + "20": [ + 2572, + 70.52, + 161.41, + 0 + ], + "40": [ + 5120, + 140.39, + 321.35, + 0 + ], + "50": [ + 6586, + 180.58, + 413.33, + 4.8 + ], + "60": [ + 8262, + 226.53, + 518.5, + 9.6 + ], + "70": [ + 9744, + 267.17, + 611.54, + 9.6 + ], + "80": [ + 11236, + 308.09, + 705.2, + 14.4 + ], + "90": [ + 12736, + 349.2, + 799.3, + 19.2 + ], + "20+": [ + 3422, + 93.83, + 214.76, + 0 + ], + "40+": [ + 5724, + 156.95, + 359.26, + 4.8 + ], + "50+": [ + 7391, + 202.66, + 463.87, + 9.6 + ], + "60+": [ + 8866, + 243.09, + 556.41, + 9.6 + ], + "70+": [ + 10348, + 283.73, + 649.45, + 14.4 + ], + "80+": [ + 11840, + 324.65, + 743.11, + 19.2 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\255\210/icons/cons-1.webp" "b/plugin/kokomi/data/character/\351\255\210/icons/cons-1.webp" new file mode 100644 index 0000000000..8a4e0c3c11 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/icons/cons-2.webp" "b/plugin/kokomi/data/character/\351\255\210/icons/cons-2.webp" new file mode 100644 index 0000000000..b09de67a9c Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/icons/cons-3.webp" "b/plugin/kokomi/data/character/\351\255\210/icons/cons-3.webp" new file mode 100644 index 0000000000..5a9f5fef7a Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/icons/cons-4.webp" "b/plugin/kokomi/data/character/\351\255\210/icons/cons-4.webp" new file mode 100644 index 0000000000..1cbd480ff4 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/icons/cons-5.webp" "b/plugin/kokomi/data/character/\351\255\210/icons/cons-5.webp" new file mode 100644 index 0000000000..bbe5c41ec3 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/icons/cons-6.webp" "b/plugin/kokomi/data/character/\351\255\210/icons/cons-6.webp" new file mode 100644 index 0000000000..f9aa51ad12 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/icons/passive-0.webp" "b/plugin/kokomi/data/character/\351\255\210/icons/passive-0.webp" new file mode 100644 index 0000000000..a47691906f Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/icons/passive-1.webp" "b/plugin/kokomi/data/character/\351\255\210/icons/passive-1.webp" new file mode 100644 index 0000000000..72a457eb98 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/icons/passive-2.webp" "b/plugin/kokomi/data/character/\351\255\210/icons/passive-2.webp" new file mode 100644 index 0000000000..d5810e15d8 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/icons/talent-a.webp" "b/plugin/kokomi/data/character/\351\255\210/icons/talent-a.webp" new file mode 100644 index 0000000000..b8c3c3b202 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/icons/talent-e.webp" "b/plugin/kokomi/data/character/\351\255\210/icons/talent-e.webp" new file mode 100644 index 0000000000..50730fba14 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/icons/talent-q.webp" "b/plugin/kokomi/data/character/\351\255\210/icons/talent-q.webp" new file mode 100644 index 0000000000..65e82ab154 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/imgs/banner.webp" "b/plugin/kokomi/data/character/\351\255\210/imgs/banner.webp" new file mode 100644 index 0000000000..b930cb1b7c Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/imgs/card.webp" "b/plugin/kokomi/data/character/\351\255\210/imgs/card.webp" new file mode 100644 index 0000000000..0be5172364 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/imgs/face.webp" "b/plugin/kokomi/data/character/\351\255\210/imgs/face.webp" new file mode 100644 index 0000000000..798c80d251 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/imgs/gacha.webp" "b/plugin/kokomi/data/character/\351\255\210/imgs/gacha.webp" new file mode 100644 index 0000000000..1967b74f42 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/imgs/side.webp" "b/plugin/kokomi/data/character/\351\255\210/imgs/side.webp" new file mode 100644 index 0000000000..c09ed2ec2e Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\351\255\210/imgs/splash.webp" "b/plugin/kokomi/data/character/\351\255\210/imgs/splash.webp" new file mode 100644 index 0000000000..a8863ea302 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\255\210/imgs/splash.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/data.json" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/data.json" new file mode 100644 index 0000000000..f96caf4a4c --- /dev/null +++ "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/data.json" @@ -0,0 +1,48 @@ +{ + "id": 10000059, + "name": "鹿野院平藏", + "abbr": "平藏", + "title": "心朝乂安", + "star": 4, + "elem": "anemo", + "allegiance": "天领奉行", + "weapon": "catalyst", + "birth": "7-24", + "astro": "幼鹿座", + "desc": "天领奉行的天才少年侦探,直觉敏锐,心思玲珑。", + "cncv": "林景", + "jpcv": "井口祐一", + "costume": false, + "ver": 1, + "baseAttr": { + "hp": 10657, + "atk": 225.14, + "def": 683.89 + }, + "growAttr": { + "key": "dmg", + "value": 24 + }, + "talentKey": { + "5931": "a", + "5932": "e", + "5939": "q" + }, + "talentId": { + "10591": 5931, + "10592": 5932, + "10595": 5939 + }, + "talentCons": { + "e": 3, + "q": 5 + }, + "materials": { + "gem": "自在松石", + "boss": "符纹之齿", + "specialty": "鬼兜虫", + "normal": "攫金鸦印", + "talent": "「浮世」的哲学", + "weekly": "万劫之真意" + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/detail.json" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/detail.json" new file mode 100644 index 0000000000..cc77fba1ba --- /dev/null +++ "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/detail.json" @@ -0,0 +1,1013 @@ +{ + "id": "59", + "name": "鹿野院平藏", + "talent": { + "a": { + "id": 5931, + "name": "普通攻击·不动流格斗术", + "desc": [ + "

普通攻击

", + "以强风加持的招式与敌人格斗,进行至多五段的攻击,造成风元素伤害。", + "

重击

", + "消耗一定体力,使出扬尘踢,造成风元素伤害。", + "

下落攻击

", + "凝聚强风的力量,从空中下坠冲击地面,攻击下落路径上的敌人,并在落地时造成风元素范围伤害。" + ], + "tables": [ + { + "name": "一段伤害", + "unit": "", + "isSame": false, + "values": [ + "37.47%", + "40.28%", + "43.09%", + "46.84%", + "49.65%", + "52.46%", + "56.21%", + "59.96%", + "63.71%", + "67.45%", + "71.2%", + "74.95%", + "79.63%", + "84.32%", + "89%" + ] + }, + { + "name": "二段伤害", + "unit": "", + "isSame": false, + "values": [ + "36.85%", + "39.62%", + "42.38%", + "46.06%", + "48.83%", + "51.59%", + "55.28%", + "58.96%", + "62.65%", + "66.33%", + "70.02%", + "73.7%", + "78.31%", + "82.92%", + "87.52%" + ] + }, + { + "name": "三段伤害", + "unit": "", + "isSame": false, + "values": [ + "51.06%", + "54.89%", + "58.72%", + "63.82%", + "67.65%", + "71.48%", + "76.59%", + "81.7%", + "86.8%", + "91.91%", + "97.01%", + "102.12%", + "108.5%", + "114.88%", + "121.27%" + ] + }, + { + "name": "四段伤害", + "unit": "", + "isSame": false, + "values": [ + "14.78% + 16.26% + 19.22%", + "15.89% + 17.48% + 20.66%", + "17% + 18.7% + 22.1%", + "18.48% + 20.33% + 24.02%", + "19.59% + 21.55% + 25.46%", + "20.7% + 22.77% + 26.9%", + "22.17% + 24.39% + 28.83%", + "23.65% + 26.02% + 30.75%", + "25.13% + 27.64% + 32.67%", + "26.61% + 29.27% + 34.59%", + "28.09% + 30.9% + 36.51%", + "29.56% + 32.52% + 38.44%", + "31.41% + 34.55% + 40.84%", + "33.26% + 36.59% + 43.24%", + "35.11% + 38.62% + 45.64%" + ] + }, + { + "name": "五段伤害", + "unit": "", + "isSame": false, + "values": [ + "61.45%", + "66.06%", + "70.67%", + "76.81%", + "81.42%", + "86.03%", + "92.17%", + "98.32%", + "104.46%", + "110.61%", + "116.75%", + "122.9%", + "130.58%", + "138.26%", + "145.94%" + ] + }, + { + "name": "重击伤害", + "unit": "", + "isSame": false, + "values": [ + "73%", + "78.47%", + "83.95%", + "91.25%", + "96.72%", + "102.2%", + "109.5%", + "116.8%", + "124.1%", + "131.4%", + "138.7%", + "146%", + "155.12%", + "164.25%", + "173.37%" + ] + }, + { + "name": "重击体力消耗", + "unit": "", + "isSame": true, + "values": [ + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点", + "25点" + ] + }, + { + "name": "下坠期间伤害", + "unit": "", + "isSame": false, + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "name": "低空/高空坠地冲击伤害", + "unit": "", + "isSame": false, + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + "e": { + "id": 5932, + "name": "勠心拳", + "desc": [ + "

点按

", + "驱使疾风,向前打出勠心拳,造成风元素伤害。", + "

长按

", + "积蓄力量,以施展更为强大的拳势。蓄力期间,将持续获得能提升勠心拳威力的「变格」效果;松开技能或蓄力结束时,会向前打出勠心拳,造成风元素伤害。", + "

变格

", + "提升下一次勠心拳造成的伤害,至多叠加4层。", + "拥有4层「变格」时,将产生「正论」效果,使下一次勠心拳造成的伤害将进一步提高,并拥有更大的影响范围。", + "看似只是简单的蓄力冲拳,但是包含了平藏想要令罪人们乖乖认罪忏悔的心意。" + ], + "tables": [ + { + "name": "技能伤害", + "unit": "", + "isSame": false, + "values": [ + "227.52%", + "244.58%", + "261.65%", + "284.4%", + "301.46%", + "318.53%", + "341.28%", + "364.03%", + "386.78%", + "409.54%", + "432.29%", + "455.04%", + "483.48%", + "511.92%", + "540.36%" + ] + }, + { + "name": "变格伤害提升", + "unit": " / 层", + "isSame": false, + "values": [ + "56.88%", + "61.15%", + "65.41%", + "71.1%", + "75.37%", + "79.63%", + "85.32%", + "91.01%", + "96.7%", + "102.38%", + "108.07%", + "113.76%", + "120.87%", + "127.98%", + "135.09%" + ] + }, + { + "name": "正论伤害提升", + "unit": "", + "isSame": false, + "values": [ + "113.76%", + "122.29%", + "130.82%", + "142.2%", + "150.73%", + "159.26%", + "170.64%", + "182.02%", + "193.39%", + "204.77%", + "216.14%", + "227.52%", + "241.74%", + "255.96%", + "270.18%" + ] + }, + { + "name": "变格持续时间", + "unit": "", + "isSame": true, + "values": [ + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒", + "60秒" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒", + "10秒" + ] + } + ] + }, + "q": { + "id": 5939, + "name": "聚风蹴", + "desc": [ + "腾跃至空中,向敌人踢出不动流·真空弹。不动流·真空弹将在命中时炸裂,产生缉拿风穴,牵引附近的物体与敌人,造成风元素范围伤害。", + "不动流·真空弹命中处于水元素/火元素/冰元素/雷元素附着下的敌人时,会为这些敌人施加「聚风真眼」效果,该效果会在片刻后爆发消失,并造成对应元素属性的范围伤害。", + "不动流·真空弹至多对4名命中的敌人施加「聚风真眼」;敌人无法同时处于多种元素属性的「聚风真眼」状态下。", + "将风元素聚集一处并踢出的独特招式,往往能在罪人暴露、四处逃窜之时,稳当踢中其后背。" + ], + "tables": [ + { + "name": "不动流·真空弹伤害", + "unit": "", + "isSame": false, + "values": [ + "314.69%", + "338.29%", + "361.89%", + "393.36%", + "416.96%", + "440.56%", + "472.03%", + "503.5%", + "534.97%", + "566.44%", + "597.91%", + "629.38%", + "668.71%", + "708.05%", + "747.38%" + ] + }, + { + "name": "聚风真眼伤害", + "unit": "", + "isSame": false, + "values": [ + "21.46%", + "23.07%", + "24.67%", + "26.82%", + "28.43%", + "30.04%", + "32.18%", + "34.33%", + "36.48%", + "38.62%", + "40.77%", + "42.91%", + "45.59%", + "48.28%", + "50.96%" + ] + }, + { + "name": "冷却时间", + "unit": "", + "isSame": true, + "values": [ + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒", + "12秒" + ] + }, + { + "name": "元素能量", + "unit": "", + "isSame": true, + "values": [ + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40", + "40" + ] + } + ] + } + }, + "talentData": { + "a": { + "一段伤害": [ + 37.47, + 40.28, + 43.09, + 46.84, + 49.65, + 52.46, + 56.21, + 59.96, + 63.71, + 67.45, + 71.2, + 74.95, + 79.63, + 84.32, + 89 + ], + "二段伤害": [ + 36.85, + 39.62, + 42.38, + 46.06, + 48.83, + 51.59, + 55.28, + 58.96, + 62.65, + 66.33, + 70.02, + 73.7, + 78.31, + 82.92, + 87.52 + ], + "三段伤害": [ + 51.06, + 54.89, + 58.72, + 63.82, + 67.65, + 71.48, + 76.59, + 81.7, + 86.8, + 91.91, + 97.01, + 102.12, + 108.5, + 114.88, + 121.27 + ], + "四段伤害": [ + 50.26, + 54.03, + 57.800000000000004, + 62.83, + 66.6, + 70.37, + 75.39, + 80.42, + 85.44, + 90.47, + 95.5, + 100.52, + 106.8, + 113.09, + 119.36999999999999 + ], + "四段伤害2": [ + [ + 14.78, + 16.26, + 19.22 + ], + [ + 15.89, + 17.48, + 20.66 + ], + [ + 17, + 18.7, + 22.1 + ], + [ + 18.48, + 20.33, + 24.02 + ], + [ + 19.59, + 21.55, + 25.46 + ], + [ + 20.7, + 22.77, + 26.9 + ], + [ + 22.17, + 24.39, + 28.83 + ], + [ + 23.65, + 26.02, + 30.75 + ], + [ + 25.13, + 27.64, + 32.67 + ], + [ + 26.61, + 29.27, + 34.59 + ], + [ + 28.09, + 30.9, + 36.51 + ], + [ + 29.56, + 32.52, + 38.44 + ], + [ + 31.41, + 34.55, + 40.84 + ], + [ + 33.26, + 36.59, + 43.24 + ], + [ + 35.11, + 38.62, + 45.64 + ] + ], + "五段伤害": [ + 61.45, + 66.06, + 70.67, + 76.81, + 81.42, + 86.03, + 92.17, + 98.32, + 104.46, + 110.61, + 116.75, + 122.9, + 130.58, + 138.26, + 145.94 + ], + "重击伤害": [ + 73, + 78.47, + 83.95, + 91.25, + 96.72, + 102.2, + 109.5, + 116.8, + 124.1, + 131.4, + 138.7, + 146, + 155.12, + 164.25, + 173.37 + ], + "下坠期间伤害": [ + 56.83, + 61.45, + 66.08, + 72.69, + 77.31, + 82.6, + 89.87, + 97.14, + 104.41, + 112.34, + 120.27, + 128.2, + 136.12, + 144.05, + 151.98 + ], + "低空/高空坠地冲击伤害": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ], + "低空/高空坠地冲击伤害2": [ + [ + 113.63, + 141.93 + ], + [ + 122.88, + 153.49 + ], + [ + 132.13, + 165.04 + ], + [ + 145.35, + 181.54 + ], + [ + 154.59, + 193.1 + ], + [ + 165.16, + 206.3 + ], + [ + 179.7, + 224.45 + ], + [ + 194.23, + 242.61 + ], + [ + 208.77, + 260.76 + ], + [ + 224.62, + 280.57 + ], + [ + 240.48, + 300.37 + ], + [ + 256.34, + 320.18 + ], + [ + 272.19, + 339.98 + ], + [ + 288.05, + 359.79 + ], + [ + 303.9, + 379.59 + ] + ] + }, + "e": { + "技能伤害": [ + 227.52, + 244.58, + 261.65, + 284.4, + 301.46, + 318.53, + 341.28, + 364.03, + 386.78, + 409.54, + 432.29, + 455.04, + 483.48, + 511.92, + 540.36 + ], + "变格伤害提升": [ + 56.88, + 61.15, + 65.41, + 71.1, + 75.37, + 79.63, + 85.32, + 91.01, + 96.7, + 102.38, + 108.07, + 113.76, + 120.87, + 127.98, + 135.09 + ], + "正论伤害提升": [ + 113.76, + 122.29, + 130.82, + 142.2, + 150.73, + 159.26, + 170.64, + 182.02, + 193.39, + 204.77, + 216.14, + 227.52, + 241.74, + 255.96, + 270.18 + ] + }, + "q": { + "不动流·真空弹伤害": [ + 314.69, + 338.29, + 361.89, + 393.36, + 416.96, + 440.56, + 472.03, + 503.5, + 534.97, + 566.44, + 597.91, + 629.38, + 668.71, + 708.05, + 747.38 + ], + "聚风真眼伤害": [ + 21.46, + 23.07, + 24.67, + 26.82, + 28.43, + 30.04, + 32.18, + 34.33, + 36.48, + 38.62, + 40.77, + 42.91, + 45.59, + 48.28, + 50.96 + ] + } + }, + "cons": { + "1": { + "name": "称名少年事件簿", + "desc": [ + "鹿野院平藏登场后的5秒内,普通攻击的攻击速度提升15%,并获得1层勠心拳的「变格」效果,该效果每10秒最多触发一次。" + ] + }, + "2": { + "name": "殊解诸因探案集", + "desc": [ + "聚风蹴产生的缉拿风穴的牵引效果获得提升,并将持续时间延长至1秒。" + ] + }, + "3": { + "name": "暗文隐语谜题册", + "desc": [ + "

勠心拳的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "4": { + "name": "虚言假说百物语", + "desc": [ + "在一次聚风蹴中,「聚风真眼」在第一次爆发后,将为鹿野院平藏恢复9点元素能量,此后每次爆发,都将分别为鹿野院平藏额外恢复1.5点元素能量,", + "一次聚风蹴,至多通过这种方式为鹿野院平藏恢复13.5点元素能量。" + ] + }, + "5": { + "name": "禁室密所大图鉴", + "desc": [ + "

聚风蹴的技能等级提高3级。

", + "至多提升至15级。" + ] + }, + "6": { + "name": "奇想天开捕物帐", + "desc": [ + "施放勠心拳时,每层「变格」都将为本次勠心拳提升4%暴击率。拥有「正论」时,本次勠心拳的暴击伤害将提升32%。" + ] + } + }, + "passive": [ + { + "name": "在罪之先", + "desc": [ + "队伍中自己的角色冲刺消耗的体力降低20%。", + "无法与效果完全相同的固有天赋叠加。" + ] + }, + { + "name": "反论稽古", + "desc": [ + "鹿野院平藏在场上触发扩散反应时,将获得1层勠心拳的「变格」效果,该效果每0.1秒至多触发一次。" + ] + }, + { + "name": "因由勘破", + "desc": [ + "勠心拳命中敌人后,队伍中所有角色(不包括鹿野院平藏自己)的元素精通提升80点,持续10秒。" + ] + } + ], + "attr": { + "keys": [ + "hpBase", + "atkBase", + "defBase", + "dmg" + ], + "details": { + "1": [ + 894, + 18.88, + 57.34, + 0 + ], + "20": [ + 2296, + 48.49, + 147.31, + 0 + ], + "40": [ + 4438, + 93.76, + 284.81, + 0 + ], + "50": [ + 5651, + 119.37, + 362.61, + 6 + ], + "60": [ + 7021, + 148.32, + 450.55, + 12 + ], + "70": [ + 8233, + 173.92, + 528.29, + 12 + ], + "80": [ + 9445, + 199.53, + 606.09, + 18 + ], + "90": [ + 10657, + 225.14, + 683.89, + 24 + ], + "20+": [ + 2963, + 62.6, + 190.14, + 0 + ], + "40+": [ + 4913, + 103.78, + 315.24, + 6 + ], + "50+": [ + 6283, + 132.73, + 403.19, + 12 + ], + "60+": [ + 7495, + 158.34, + 480.99, + 12 + ], + "70+": [ + 8707, + 183.94, + 558.73, + 18 + ], + "80+": [ + 9919, + 209.55, + 636.52, + 24 + ] + } + } +} \ No newline at end of file diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-1.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-1.webp" new file mode 100644 index 0000000000..2dbb78da38 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-2.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-2.webp" new file mode 100644 index 0000000000..0d47a4124e Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-3.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-3.webp" new file mode 100644 index 0000000000..c0ae76c722 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-3.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-4.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-4.webp" new file mode 100644 index 0000000000..587d5966d5 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-4.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-5.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-5.webp" new file mode 100644 index 0000000000..80c4cb8108 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-5.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-6.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-6.webp" new file mode 100644 index 0000000000..74894350b6 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/cons-6.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/passive-0.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/passive-0.webp" new file mode 100644 index 0000000000..e1d05d0ffd Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/passive-0.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/passive-1.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/passive-1.webp" new file mode 100644 index 0000000000..8e276321d6 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/passive-1.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/passive-2.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/passive-2.webp" new file mode 100644 index 0000000000..3282b56534 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/passive-2.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/talent-a.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/talent-a.webp" new file mode 100644 index 0000000000..493510c1b2 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/talent-a.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/talent-e.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/talent-e.webp" new file mode 100644 index 0000000000..c0ae76c722 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/talent-e.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/talent-q.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/talent-q.webp" new file mode 100644 index 0000000000..933e7f388d Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/icons/talent-q.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/banner.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/banner.webp" new file mode 100644 index 0000000000..5c5f7ba971 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/banner.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/card.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/card.webp" new file mode 100644 index 0000000000..71c563e881 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/card.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/face.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/face.webp" new file mode 100644 index 0000000000..58ea4aace1 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/face.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/gacha.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/gacha.webp" new file mode 100644 index 0000000000..f7279bf295 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/gacha.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/side.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/side.webp" new file mode 100644 index 0000000000..d3cc32e687 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/side.webp" differ diff --git "a/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/splash.webp" "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/splash.webp" new file mode 100644 index 0000000000..4c8edb8005 Binary files /dev/null and "b/plugin/kokomi/data/character/\351\271\277\351\207\216\351\231\242\345\271\263\350\227\217/imgs/splash.webp" differ diff --git a/plugin/kokomi/data/damage/113781666.kokomi b/plugin/kokomi/data/damage/113781666.kokomi new file mode 100644 index 0000000000..1d7a29895a --- /dev/null +++ b/plugin/kokomi/data/damage/113781666.kokomi @@ -0,0 +1,1698 @@ +{ + "code": 200, + "ad_open": false, + "is_quene": false, + "result": [ + { + "uid": "113781666", + "gameid": "UID:11378***6", + "avatar": "https://shp.qpic.cn/cfwebcap/0/90f1adbc934a7e2c095924fc05968ae8/0", + "role_side_img": "https://shp.qpic.cn/cfwebcap/0/73f7e57c631a8263bf656bc4c5e2f68c/0", + "user_level": "59级", + "server_name": "天空岛", + "zdl_result": "C", + "zdl_result2": "", + "show_zdl_result2": true, + "zdl_tips0": "经鉴定,你的胡桃角色伤害评级为:", + "zdl_tips1": "", + "zdl_tips2": "", + "zdl_tips3": "", + "ability1": "9", + "ability2": "9", + "ability3": "8", + "role_level": 90, + "role_class": 0, + "role_avatar": "https://upload-bbs.mihoyo.com/game_record/genshin/character_icon/UI_AvatarIcon_Hutao.png", + "role_star": 5, + "weapon": "决斗之枪", + "weapon_level": "Lv90", + "weapon_class": "精炼1阶", + "weapon_class2": "1", + "weapon_avatar": "https://patchwiki.biligame.com/images/ys/thumb/4/49/6kwk4rcg7hrag06ru43n001345slipa.png/150px-%E5%86%B3%E6%96%97%E4%B9%8B%E6%9E%AA.png", + "weapon_star": 0, + "hp": "生命值:31014", + "attack": "攻击力:1045", + "defend": "防御力:920", + "element": "元素精通:86", + "crit": "暴击率:66.3%", + "crit_dmg": "暴击伤害:246.2%", + "crit2": "66.3%", + "crit_dmg2": "246.2%", + "heal": "火伤加成:46.6%", + "recharge": "元素充能效率:117.5%", + "artifacts": "圣遗物套装:追忆之注连4", + "hp_important": "important", + "attack_important": "important", + "defend_important": "", + "element_important": "important", + "crit_important": "important", + "crit_dmg_important": "important", + "heal_important": "important", + "recharge_important": "", + "artifacts_important": "", + "bonus": [ + { + "type": "attack_bonus", + "apply": "all", + "value": 135, + "intro": "决斗之枪被动:单个敌人时攻击力提升135(24%攻击力)" + }, + { + "type": "add_bonus", + "apply": "A", + "value": 0.5, + "intro": "追忆4效果:开E后普攻/重击伤害提升50%" + }, + { + "type": "attack_bonus", + "apply": "all", + "value": 1848, + "intro": "胡桃E:开E获得1848(5.96%生命值)攻击力加成" + }, + { + "type": "add_bonus", + "apply": "all", + "value": 0.33, + "intro": "胡桃天赋:低于半血时获得33%火伤加成" + }, + { + "type": "null", + "apply": "mull", + "value": 16.1, + "intro": "精通加成:蒸发、融化反应伤害提升16.1%" + } + ], + "damage_result_arr": [ + { + "title": "半血开E重击伤害", + "value": 25034, + "expect": "期望19034", + "detail": [ + { + "content": "(1045+1983)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*2.287", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "*(1+0.5+0.33+0.466)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+2.462)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=25034", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + }, + { + "title": "半血开E重击蒸发", + "value": 43592, + "expect": "期望33145", + "detail": [ + { + "content": "(1045+1983)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*2.287", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "*(1+0.5+0.33+0.466)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+2.462)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*1.5*(1+0.161)", + "intro": "反应区", + "color": "#7d14ff" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=43592", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + }, + { + "title": "半血开E后Q蒸发", + "value": 83198, + "expect": "期望63259", + "detail": [ + { + "content": "(1045+1983)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*5.58", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "*(1+0.33+0.466)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+2.462)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*1.5*(1+0.161)", + "intro": "反应区", + "color": "#7d14ff" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=83198", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + } + ], + "damage_result_arr2": [] + }, + { + "uid": "113781666", + "gameid": "UID:11378***6", + "avatar": "https://shp.qpic.cn/cfwebcap/0/90f1adbc934a7e2c095924fc05968ae8/0", + "role_side_img": "https://shp.qpic.cn/cfwebcap/0/571dda0e51ac682e6817754ab6079288/0", + "user_level": "59级", + "server_name": "天空岛", + "zdl_result": "S+", + "zdl_result2": "", + "show_zdl_result2": true, + "zdl_tips0": "经鉴定,你的神里绫华角色伤害评级为:", + "zdl_tips1": "", + "zdl_tips2": "", + "zdl_tips3": "", + "ability1": "9", + "ability2": "9", + "ability3": "10", + "role_level": 90, + "role_class": 0, + "role_avatar": "https://upload-bbs.mihoyo.com/game_record/genshin/character_icon/UI_AvatarIcon_Ayaka.png", + "role_star": 5, + "weapon": "风鹰剑", + "weapon_level": "Lv90", + "weapon_class": "精炼1阶", + "weapon_class2": "1", + "weapon_avatar": "https://patchwiki.biligame.com/images/ys/thumb/5/5d/0nq1evrhhxelybr3mogpxoouc4s6b98.png/150px-%E9%A3%8E%E9%B9%B0%E5%89%91.png", + "weapon_star": 0, + "hp": "生命值:18313", + "attack": "攻击力:2464", + "defend": "防御力:907", + "element": "元素精通:21", + "crit": "暴击率:35.7%", + "crit_dmg": "暴击伤害:196.5%", + "crit2": "35.7%", + "crit_dmg2": "196.5%", + "heal": "冰伤加成:61.6%", + "recharge": "元素充能效率:142.1%", + "artifacts": "圣遗物套装:冰风迷途的勇士4", + "hp_important": "", + "attack_important": "important", + "defend_important": "", + "element_important": "", + "crit_important": "important", + "crit_dmg_important": "important", + "heal_important": "important", + "recharge_important": "", + "artifacts_important": "", + "bonus": [ + { + "type": "null", + "apply": "null", + "value": 203, + "intro": "风鹰剑被动:攻击力提升203(20%攻击力)" + }, + { + "type": "crit_rate_bonus", + "apply": "all", + "value": 0.4, + "intro": "冰套4效果:对处于冻结的敌人暴击率提升40%" + }, + { + "type": "add_bonus", + "apply": "all", + "value": 0.18, + "intro": "神里绫华天赋:霰步命中敌人后获得18%冰伤加成" + }, + { + "type": "add_bonus", + "apply": "A", + "value": 0.3, + "intro": "神里绫华天赋:开E后普攻与重击伤害提升30%" + } + ], + "damage_result_arr": [ + { + "title": "开E后重击总伤害", + "value": 21164, + "expect": "期望17756", + "detail": [ + { + "content": "((2464+0)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*3.039", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "+0)", + "intro": "基础伤害加成", + "color": "#7d14ff" + }, + { + "content": "*(1+0.18+0.3+0.616)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.965)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=21164", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + }, + { + "title": "E技能伤害", + "value": 24263, + "expect": "期望20356", + "detail": [ + { + "content": "((2464+0)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*4.066", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "+0)", + "intro": "基础伤害加成", + "color": "#7d14ff" + }, + { + "content": "*(1+0.18+0.616)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.965)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=24263", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + }, + { + "title": "Q切割每段伤害", + "value": 12060, + "expect": "期望10118", + "detail": [ + { + "content": "(2464+0)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*2.021", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "*(1+0.18+0.616)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.965)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.5", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=12060", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + } + ], + "damage_result_arr2": [] + }, + { + "uid": "113781666", + "gameid": "UID:11378***6", + "avatar": "https://shp.qpic.cn/cfwebcap/0/90f1adbc934a7e2c095924fc05968ae8/0", + "role_side_img": "https://shp.qpic.cn/cfwebcap/0/014ce804becc1a7c2ec6b57f71aa9ffe/0", + "user_level": "59级", + "server_name": "天空岛", + "zdl_result": "A", + "zdl_result2": "", + "show_zdl_result2": true, + "zdl_tips0": "经鉴定,你的纳西妲角色伤害评级为:", + "zdl_tips1": "", + "zdl_tips2": "", + "zdl_tips3": "", + "ability1": "4", + "ability2": "9", + "ability3": "8", + "role_level": 90, + "role_class": 0, + "role_avatar": "https://upload-bbs.mihoyo.com/game_record/genshin/character_icon/UI_AvatarIcon_Nahida.png", + "role_star": 5, + "weapon": "盈满之实", + "weapon_level": "Lv90", + "weapon_class": "精炼4阶", + "weapon_class2": "4", + "weapon_avatar": "https://patchwiki.biligame.com/images/ys/thumb/c/cd/0sw6m7f5rc45ryknd89k5yw9wxvjg9v.png/150px-%E7%9B%88%E6%BB%A1%E4%B9%8B%E5%AE%9E.png", + "weapon_star": 0, + "hp": "生命值:16496", + "attack": "攻击力:1395", + "defend": "防御力:819", + "element": "元素精通:647", + "crit": "暴击率:21.7%", + "crit_dmg": "暴击伤害:144.1%", + "crit2": "21.7%", + "crit_dmg2": "144.1%", + "heal": "草伤加成:15%", + "recharge": "元素充能效率:166.7%", + "artifacts": "圣遗物套装:深林的记忆4", + "hp_important": "", + "attack_important": "important", + "defend_important": "", + "element_important": "important", + "crit_important": "important", + "crit_dmg_important": "important", + "heal_important": "important", + "recharge_important": "", + "artifacts_important": "", + "bonus": [ + { + "type": "resist_bonus", + "apply": "all", + "value": 0.3, + "intro": "深林4效果:E或Q命中敌人后草抗降低30%" + }, + { + "type": "q_element_add", + "apply": "all", + "value": 162, + "intro": "纳西妲天赋:开Q后领域内当前场上角色元素精通提升162点" + }, + { + "type": "add_bonus", + "apply": "E", + "value": 0.447, + "intro": "纳西妲天赋:灭净三业伤害基于元素精通提升44.7%,开Q后为60.9%(需纳西妲站场)" + }, + { + "type": "crit_rate_bonus", + "apply": "E", + "value": 0.1341, + "intro": "纳西妲天赋:灭净三业暴击率基于元素精通提升13.4%,开Q后为18.3%(需纳西妲站场)" + }, + { + "type": "add_bonus", + "apply": "E2", + "value": 0.23809999999999998, + "intro": "纳西妲天赋:开Q后灭净三业伤害提升23.8%(按1位火元素角色计算)" + } + ], + "damage_result_arr": [ + { + "title": "灭净三业伤害", + "value": 10222, + "expect": "期望6307", + "detail": [ + { + "content": "((1395+0)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*1.7544", + "intro": "攻击倍率区", + "color": "#008954" + }, + { + "content": "+647", + "intro": "精通区", + "color": "#d40000" + }, + { + "content": "*3.5088", + "intro": "精通倍率区", + "color": "#008954" + }, + { + "content": "*(1+0.447+0.15)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.441)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*1+(-0.1+0.3)/2", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=10222", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + }, + { + "title": "灭净三业蔓激化", + "value": 20998, + "expect": "期望12954", + "detail": [ + { + "content": "((1395+0)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*1.7544", + "intro": "攻击倍率区", + "color": "#008954" + }, + { + "content": "+647", + "intro": "精通区", + "color": "#d40000" + }, + { + "content": "*3.5088", + "intro": "精通倍率区", + "color": "#008954" + }, + { + "content": "+4973)", + "intro": "蔓激化加成", + "color": "#7d14ff" + }, + { + "content": "*(1+0.447+0.15)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.441)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*1+(-0.1+0.3)/2", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=20998", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + }, + { + "title": "Q站场E蔓激化", + "value": 29084, + "expect": "期望18777", + "detail": [ + { + "content": "((1395+0)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*1.7544", + "intro": "攻击倍率区", + "color": "#008954" + }, + { + "content": "+809", + "intro": "精通区", + "color": "#d40000" + }, + { + "content": "*3.5088", + "intro": "精通倍率区", + "color": "#008954" + }, + { + "content": "+5447)", + "intro": "蔓激化加成", + "color": "#7d14ff" + }, + { + "content": "*(1+0.609+0.238+0.15)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.441)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*1+(-0.1+0.3)/2", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=29084", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + } + ], + "damage_result_arr2": [] + }, + { + "uid": "113781666", + "gameid": "UID:11378***6", + "avatar": "https://shp.qpic.cn/cfwebcap/0/90f1adbc934a7e2c095924fc05968ae8/0", + "role_side_img": "https://shp.qpic.cn/cfwebcap/0/887959a036ac4c811cfeef1fe45b0c78/0", + "user_level": "59级", + "server_name": "天空岛", + "zdl_result": "ACE", + "zdl_result2": "", + "show_zdl_result2": true, + "zdl_tips0": "经鉴定,你的八重神子角色伤害评级为:", + "zdl_tips1": "", + "zdl_tips2": "", + "zdl_tips3": "", + "ability1": "3", + "ability2": "9", + "ability3": "9", + "role_level": 90, + "role_class": 0, + "role_avatar": "https://upload-bbs.mihoyo.com/game_record/genshin/character_icon/UI_AvatarIcon_Yae.png", + "role_star": 5, + "weapon": "流浪乐章", + "weapon_level": "Lv90", + "weapon_class": "精炼5阶", + "weapon_class2": "5", + "weapon_avatar": "https://patchwiki.biligame.com/images/ys/thumb/8/8b/1gfpyhq0horhcbho0eqs1c62nklx118.png/150px-%E6%B5%81%E6%B5%AA%E4%B9%90%E7%AB%A0.png", + "weapon_star": 0, + "hp": "生命值:16383", + "attack": "攻击力:1856", + "defend": "防御力:598", + "element": "元素精通:248", + "crit": "暴击率:75.1%", + "crit_dmg": "暴击伤害:172%", + "crit2": "75.1%", + "crit_dmg2": "172%", + "heal": "雷伤加成:46.6%", + "recharge": "元素充能效率:115.5%", + "artifacts": "圣遗物套装:饰金之梦4", + "hp_important": "", + "attack_important": "important", + "defend_important": "", + "element_important": "important", + "crit_important": "important", + "crit_dmg_important": "important", + "heal_important": "important", + "recharge_important": "", + "artifacts_important": "", + "bonus": [ + { + "type": "add_bonus", + "apply": "all", + "value": 0.96, + "intro": "流浪乐章被动:获得96%全元素伤害加成" + }, + { + "type": "element_bonus", + "apply": "all", + "value": 150, + "intro": "饰金4效果:触发反应后元素精通提升150" + }, + { + "type": "add_bonus", + "apply": "E", + "value": 0.597, + "intro": "天赋:E伤害基于元素精通提升59.7%" + }, + { + "type": "null", + "apply": "mull", + "value": "", + "intro": "超激化反应:触发超激化后,造成伤害值提升3734" + } + ], + "damage_result_arr": [ + { + "title": "叁阶杀生樱伤害", + "value": 11188, + "expect": "期望9427", + "detail": [ + { + "content": "(1856+0)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*1.612", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "*(1+0.96+0.597+0.466)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.72)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=11188", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + }, + { + "title": "叁阶杀生樱超激化", + "value": 25152, + "expect": "期望21191", + "detail": [ + { + "content": "((1856+0)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*1.612", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "+3734)", + "intro": "基础伤害加成", + "color": "#7d14ff" + }, + { + "content": "*(1+0.96+0.597+0.466)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.72)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=25152", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + }, + { + "title": "Q四段总伤害", + "value": 119530, + "expect": "期望100709", + "detail": [ + { + "content": "(1856+0)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*21.46", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "*(1+0.96+0.466)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.72)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=119530", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + } + ], + "damage_result_arr2": [] + }, + { + "uid": "113781666", + "gameid": "UID:11378***6", + "avatar": "https://shp.qpic.cn/cfwebcap/0/90f1adbc934a7e2c095924fc05968ae8/0", + "role_side_img": "https://shp.qpic.cn/cfwebcap/0/f9544e44435f875be57e40671e7071cc/0", + "user_level": "59级", + "server_name": "天空岛", + "zdl_result": "D", + "zdl_result2": "", + "show_zdl_result2": true, + "zdl_tips0": "经鉴定,你的可莉角色伤害评级为:", + "zdl_tips1": "", + "zdl_tips2": "", + "zdl_tips3": "", + "ability1": "7", + "ability2": "7", + "ability3": "7", + "role_level": 90, + "role_class": 0, + "role_avatar": "https://upload-bbs.mihoyo.com/game_record/genshin/character_icon/UI_AvatarIcon_Klee.png", + "role_star": 5, + "weapon": "流浪乐章", + "weapon_level": "Lv80", + "weapon_class": "精炼5阶", + "weapon_class2": "5", + "weapon_avatar": "https://patchwiki.biligame.com/images/ys/thumb/8/8b/1gfpyhq0horhcbho0eqs1c62nklx118.png/150px-%E6%B5%81%E6%B5%AA%E4%B9%90%E7%AB%A0.png", + "weapon_star": 0, + "hp": "生命值:10287", + "attack": "攻击力:760", + "defend": "防御力:615", + "element": "元素精通:0", + "crit": "暴击率:5%", + "crit_dmg": "暴击伤害:100.3%", + "crit2": "5%", + "crit_dmg2": "100.3%", + "heal": "火伤加成:28.8%", + "recharge": "元素充能效率:100%", + "artifacts": "圣遗物套装:+", + "hp_important": "", + "attack_important": "important", + "defend_important": "", + "element_important": "important", + "crit_important": "important", + "crit_dmg_important": "important", + "heal_important": "important", + "recharge_important": "", + "artifacts_important": "", + "bonus": [ + { + "type": "add_bonus", + "apply": "all", + "value": 0.96, + "intro": "流浪乐章被动:获得96%全元素伤害加成" + }, + { + "type": "add_bonus", + "apply": "A", + "value": 0.5, + "intro": "可莉天赋:带金花的重击伤害提升50%" + } + ], + "damage_result_arr": [ + { + "title": "双E后带金花重击", + "value": 4490, + "expect": "期望2354", + "detail": [ + { + "content": "(760+0)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*2.36", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "*(1+0.96+0.5+0.288)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.003)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=4490", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + }, + { + "title": "双E后带金花重击蒸发", + "value": 6735, + "expect": "期望3531", + "detail": [ + { + "content": "(760+0)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*2.36", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "*(1+0.96+0.5+0.288)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.003)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*1.5*(1+0)", + "intro": "反应区", + "color": "#7d14ff" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=6735", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + } + ], + "damage_result_arr2": [] + }, + { + "uid": "113781666", + "gameid": "UID:11378***6", + "avatar": "https://shp.qpic.cn/cfwebcap/0/90f1adbc934a7e2c095924fc05968ae8/0", + "role_side_img": "https://shp.qpic.cn/cfwebcap/0/18f7b9cbd4924b5d6c35b8b8f02832b2/0", + "user_level": "59级", + "server_name": "天空岛", + "zdl_result": "S-", + "zdl_result2": "", + "show_zdl_result2": true, + "zdl_tips0": "经鉴定,你的雷电将军角色伤害评级为:", + "zdl_tips1": "", + "zdl_tips2": "", + "zdl_tips3": "", + "ability1": "4", + "ability2": "9", + "ability3": "9", + "role_level": 90, + "role_class": 0, + "role_avatar": "https://upload-bbs.mihoyo.com/game_record/genshin/character_icon/UI_AvatarIcon_Shougun.png", + "role_star": 5, + "weapon": "薙草之稻光", + "weapon_level": "Lv90", + "weapon_class": "精炼1阶", + "weapon_class2": "1", + "weapon_avatar": "https://patchwiki.biligame.com/images/ys/thumb/5/50/e6m859od1g4ucogx58ytwcvr9vom8em.png/150px-%E8%96%99%E8%8D%89%E4%B9%8B%E7%A8%BB%E5%85%89.png", + "weapon_star": 0, + "hp": "生命值:20322", + "attack": "攻击力:2035", + "defend": "防御力:906", + "element": "元素精通:82", + "crit": "暴击率:30.3%", + "crit_dmg": "暴击伤害:175.1%", + "crit2": "30.3%", + "crit_dmg2": "175.1%", + "heal": "雷伤加成:46.6%", + "recharge": "元素充能效率:269.3%", + "artifacts": "圣遗物套装:绝缘之旗印4", + "hp_important": "", + "attack_important": "important", + "defend_important": "", + "element_important": "", + "crit_important": "important", + "crit_dmg_important": "important", + "heal_important": "important", + "recharge_important": "important", + "artifacts_important": "", + "bonus": [ + { + "type": "null", + "apply": "null", + "value": 0.3, + "intro": "薙草之稻光被动:开大后充能效率提升30%" + }, + { + "type": "attack_bonus", + "apply": "all", + "value": 527, + "intro": "薙草之稻光被动:基于充能效率获得527(55.8%)攻击力" + }, + { + "type": "add_bonus", + "apply": "Q", + "value": 0.74825, + "intro": "绝缘4效果:获得74.8%元素爆发伤害加成" + }, + { + "type": "add_bonus", + "apply": "Q", + "value": 0.27, + "intro": "雷电将军E被动:元素爆发伤害提升27%" + }, + { + "type": "add_bonus", + "apply": "Q", + "value": 0.7972, + "intro": "雷电将军天赋:基于充能效率获得79.7%雷伤加成" + }, + { + "type": "null", + "apply": "null", + "value": 3.966, + "intro": "雷电将军Q被动:满愿力获得396.6%大招倍率加成" + }, + { + "type": "attack_bonus", + "apply": "all", + "value": 1202, + "intro": "班尼特Q:风鹰剑13级Q提供1202攻击力" + }, + { + "type": "attack_bonus", + "apply": "all", + "value": 236, + "intro": "双火共鸣:攻击力提高236(25%)" + }, + { + "type": "attack_bonus", + "apply": "all", + "value": 189, + "intro": "班尼特宗室4:开Q后队友攻击力提高189(20%)" + }, + { + "type": "attack_bonus", + "apply": "all", + "value": 748, + "intro": "九条裟罗E:天空弓12级E提供748攻击力" + }, + { + "type": "crit_bonus", + "apply": "all", + "value": 0.6, + "intro": "九条裟罗6命:提供60%雷元素暴击伤害加成" + }, + { + "type": "add_bonus", + "apply": "all", + "value": 0.4, + "intro": "万叶天赋:1000精通万叶提供40%元素伤害加成" + }, + { + "type": "null", + "apply": "null", + "value": "", + "intro": "万叶风套4:敌人雷元素抗性降低40%" + }, + { + "type": "attack_bonus", + "apply": "all", + "value": 189, + "intro": "万叶苍古:触发后攻击力提升(189)20%" + } + ], + "damage_result_arr": [ + { + "title": "满愿力Q拔刀伤害", + "value": 93525, + "expect": "期望52034", + "detail": [ + { + "content": "(1587+527)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*10.776", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "*(1+0.748+0.27+0.797+0.466)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.751)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=93525", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + }, + { + "title": "雷国满愿力Q拔刀", + "value": 165505, + "expect": "期望92081", + "detail": [ + { + "content": "(1587+2154)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*10.776", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "*(1+0.748+0.27+0.797+0.466)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.751)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=165505", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + }, + { + "title": "雷九万班满Q拔刀", + "value": 343157, + "expect": "期望175352", + "detail": [ + { + "content": "(1587+2855)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*10.776", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "*(1+0.748+0.27+0.797+0.4+0.466)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+2.351)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.505", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1+(0.4-0.1)/2)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=343157", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + } + ], + "damage_result_arr2": [] + }, + { + "uid": "113781666", + "gameid": "UID:11378***6", + "avatar": "https://shp.qpic.cn/cfwebcap/0/90f1adbc934a7e2c095924fc05968ae8/0", + "role_side_img": "https://shp.qpic.cn/cfwebcap/0/ae501f5b265667bcc19b445bb74af7a8/0", + "user_level": "59级", + "server_name": "天空岛", + "zdl_result": "S", + "zdl_result2": "", + "show_zdl_result2": true, + "zdl_tips0": "经鉴定,你的珊瑚宫心海角色伤害评级为:", + "zdl_tips1": "", + "zdl_tips2": "", + "zdl_tips3": "", + "ability1": "2", + "ability2": "9", + "ability3": "6", + "role_level": 81, + "role_class": 0, + "role_avatar": "https://upload-bbs.mihoyo.com/game_record/genshin/character_icon/UI_AvatarIcon_Kokomi.png", + "role_star": 5, + "weapon": "讨龙英杰谭", + "weapon_level": "Lv90", + "weapon_class": "精炼5阶", + "weapon_class2": "5", + "weapon_avatar": "https://patchwiki.biligame.com/images/ys/thumb/e/e0/r009hx3olkmrtk1ykdlr5lvhc76j4iu.png/150px-%E8%AE%A8%E9%BE%99%E8%8B%B1%E6%9D%B0%E8%B0%AD.png", + "weapon_star": 0, + "hp": "生命值:38963", + "attack": "攻击力:1276", + "defend": "防御力:825", + "element": "元素精通:75", + "crit": "暴击率:-88.8%", + "crit_dmg": "暴击伤害:50%", + "crit2": "-88.8%", + "crit_dmg2": "50%", + "heal": "治疗加成:75.9%", + "recharge": "元素充能效率:122%", + "artifacts": "圣遗物套装:海染砗磲4", + "hp_important": "important", + "attack_important": "important", + "defend_important": "", + "element_important": "important", + "crit_important": "", + "crit_dmg_important": "", + "heal_important": "important", + "recharge_important": "important", + "artifacts_important": "", + "bonus": [ + { + "type": "null", + "apply": "null", + "value": 0.2, + "intro": "固有天赋:治疗加成提升25%,暴击率-100%" + }, + { + "type": "rate_bonus", + "apply": "all", + "value": 4435.93755, + "intro": "固有天赋:开Q后重击和重击伤害获得提升4436(治疗加成的15%)" + }, + { + "type": "rate_bonus", + "apply": "A", + "value": 2493.632, + "intro": "Q效果:开Q后普攻伤害提升2494(6.4%生命值上限)" + }, + { + "type": "rate_bonus", + "apply": "Q", + "value": 3701.485, + "intro": "Q效果:开Q后重击伤害提升3701(9.5%生命值上限)" + } + ], + "damage_result_arr": [ + { + "title": "E每跳治疗量", + "value": 6643, + "detail": [ + { + "content": "((862+2914+0)", + "intro": "基础区", + "color": "#d40000" + }, + { + "content": "*(1+0.759)", + "intro": "治疗加成区", + "color": "#a600a0" + }, + { + "content": "=6643", + "intro": "最终结果", + "color": "#7b6d70" + } + ] + }, + { + "title": "开Q后普攻首段", + "value": 4498, + "expect": "期望4498", + "detail": [ + { + "content": "((1276+0)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*0.735", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "+6930)", + "intro": "基础伤害加成", + "color": "#7d14ff" + }, + { + "content": "*(1+0.288)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*1", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.493", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=4498", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + }, + { + "title": "开Q后重击伤害", + "value": 5812, + "expect": "期望5812", + "detail": [ + { + "content": "((1276+0)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*1.59", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "+8137)", + "intro": "基础伤害加成", + "color": "#7d14ff" + }, + { + "content": "*(1+0.288)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*1", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.493", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=5812", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + } + ], + "damage_result_arr2": [] + }, + { + "uid": "113781666", + "gameid": "UID:11378***6", + "avatar": "https://shp.qpic.cn/cfwebcap/0/90f1adbc934a7e2c095924fc05968ae8/0", + "role_side_img": "https://shp.qpic.cn/cfwebcap/0/548faea9fe54f07834b2ab16af48c198/0", + "user_level": "59级", + "server_name": "天空岛", + "zdl_result": "D", + "zdl_result2": "", + "show_zdl_result2": true, + "zdl_tips0": "经鉴定,你的刻晴角色伤害评级为:", + "zdl_tips1": "", + "zdl_tips2": "", + "zdl_tips3": "", + "ability1": "7", + "ability2": "7", + "ability3": "11", + "role_level": 81, + "role_class": 4, + "role_avatar": "https://upload-bbs.mihoyo.com/game_record/genshin/character_icon/UI_AvatarIcon_Keqing.png", + "role_star": 5, + "weapon": "匣里龙吟", + "weapon_level": "Lv80", + "weapon_class": "精炼2阶", + "weapon_class2": "2", + "weapon_avatar": "https://patchwiki.biligame.com/images/ys/thumb/b/b6/fnmxiyrh35272i8h9jydyqadyqkfw0e.png/150px-%E5%8C%A3%E9%87%8C%E9%BE%99%E5%90%9F.png", + "weapon_star": 0, + "hp": "生命值:17863", + "attack": "攻击力:1834", + "defend": "防御力:1060", + "element": "元素精通:21", + "crit": "暴击率:44.4%", + "crit_dmg": "暴击伤害:142%", + "crit2": "44.4%", + "crit_dmg2": "142%", + "heal": "雷伤加成:61.6%", + "recharge": "元素充能效率:122%", + "artifacts": "圣遗物套装:如雷的盛怒4", + "hp_important": "", + "attack_important": "important", + "defend_important": "", + "element_important": "important", + "crit_important": "important", + "crit_dmg_important": "important", + "heal_important": "important", + "recharge_important": "", + "artifacts_important": "", + "bonus": [ + { + "type": "add_bonus", + "apply": "all", + "value": 0.24, + "intro": "匣里龙吟被动:对火/雷元素下的敌人伤害提升24%" + }, + { + "type": "reaction_bonus", + "apply": "all", + "value": 0.2, + "intro": "如雷4效果:超激化反应带来的伤害提升提高20%" + }, + { + "type": "crit_rate_bonus", + "apply": "Q", + "value": 0.15, + "intro": "刻晴天赋:开Q后暴击率提升15%" + }, + { + "type": "add_bonus", + "apply": "null", + "value": 188, + "intro": "刻晴4命:触发雷元素反应后获得188(25%)攻击力加成(*此增益仅作用于伤害3)" + } + ], + "damage_result_arr": [ + { + "title": "E后重击总伤害", + "value": 9397, + "expect": "期望6331", + "detail": [ + { + "content": "((1834+188)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*2.57", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "+)", + "intro": "基础伤害加成", + "color": "#7d14ff" + }, + { + "content": "*(1+0.24+0.616)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.42)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.493", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=9397", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + }, + { + "title": "Q大招总伤害", + "value": 32571, + "expect": "期望24811", + "detail": [ + { + "content": "(1834+188)", + "intro": "攻击区", + "color": "#d40000" + }, + { + "content": "*8.908", + "intro": "倍率区", + "color": "#008954" + }, + { + "content": "*(1+0.24+0.616)", + "intro": "增伤区", + "color": "#0054d3" + }, + { + "content": "*(1+1.42)", + "intro": "暴伤区", + "color": "#a600a0" + }, + { + "content": "*0.493", + "intro": "防御区", + "color": "#b6600d" + }, + { + "content": "*(1-0.1)", + "intro": "抗性区", + "color": "#c8b300" + }, + { + "content": "=32571", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + }, + { + "title": "Q大招超激化", + "value": 49001, + "expect": "期望37327", + "detail": [ + { + "content": 10014, + "intro": "大招首段超激化", + "color": "#d40000" + }, + { + "content": "+1838*6+5112*2+", + "intro": "大招8段连斩", + "color": "#d40000" + }, + { + "content": "+17734", + "intro": "尾段超激化", + "color": "#d40000" + }, + { + "content": "=49001", + "intro": "最终伤害", + "color": "#7b6d70" + } + ] + } + ], + "damage_result_arr2": [] + } + ] +} \ No newline at end of file diff --git a/plugin/kokomi/data/font/HYWH-65W.ttf b/plugin/kokomi/data/font/HYWH-65W.ttf new file mode 100644 index 0000000000..e3cfe72cbd Binary files /dev/null and b/plugin/kokomi/data/font/HYWH-65W.ttf differ diff --git a/plugin/kokomi/data/font/NZBZ.ttf b/plugin/kokomi/data/font/NZBZ.ttf new file mode 100644 index 0000000000..a10dd1142e Binary files /dev/null and b/plugin/kokomi/data/font/NZBZ.ttf differ diff --git a/plugin/kokomi/data/font/STLITI.TTF b/plugin/kokomi/data/font/STLITI.TTF new file mode 100644 index 0000000000..8ede20e61c Binary files /dev/null and b/plugin/kokomi/data/font/STLITI.TTF differ diff --git a/plugin/kokomi/data/font/sakura.ttf b/plugin/kokomi/data/font/sakura.ttf new file mode 100644 index 0000000000..f0bd372411 Binary files /dev/null and b/plugin/kokomi/data/font/sakura.ttf differ diff --git a/plugin/kokomi/data/font/tttgbnumber.ttf b/plugin/kokomi/data/font/tttgbnumber.ttf new file mode 100644 index 0000000000..89a392f7d1 Binary files /dev/null and b/plugin/kokomi/data/font/tttgbnumber.ttf differ diff --git "a/plugin/kokomi/data/font/\345\215\216\346\226\207\344\270\255\345\256\213.TTF" "b/plugin/kokomi/data/font/\345\215\216\346\226\207\344\270\255\345\256\213.TTF" new file mode 100644 index 0000000000..2ddb8b239f Binary files /dev/null and "b/plugin/kokomi/data/font/\345\215\216\346\226\207\344\270\255\345\256\213.TTF" differ diff --git a/plugin/kokomi/data/js/100000000.kokomi b/plugin/kokomi/data/js/100000000.kokomi new file mode 100644 index 0000000000..063b6cb8bb --- /dev/null +++ b/plugin/kokomi/data/js/100000000.kokomi @@ -0,0 +1,4372 @@ +{ + "uid": "100000000", + "nickname":"大伟哥", + "chars": { + "10000046": { + "id": 10000046, + "name": "胡桃", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1108.3, + "atkBase": 714.4, + "def": 876.1, + "defBase": 876.1, + "hp": 37408.1, + "hpBase": 15552, + "mastery": 116.5, + "recharge": 100, + "heal": 0, + "cpct": 98.3, + "cdmg": 294.5, + "dmg": 61.6, + "phy": 0 + }, + "weapon": { + "name": "护摩之杖", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "魔女的炎之花", + "set": "炽烈的炎之魔女", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大生命", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "魔女常燃之羽", + "set": "炽烈的炎之魔女", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大生命", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "魔女破灭之时", + "set": "炽烈的炎之魔女", + "level": 20, + "main": { + "title": "大生命", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "大攻击", + "value": 5.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "4": { + "name": "魔女的心之火", + "set": "炽烈的炎之魔女", + "level": 20, + "main": { + "title": "火元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大生命", + "value": 5.8 + }, { + "title": "暴击率", + "value": 19.5 + }, { + "title": "暴击伤害", + "value": 15.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "焦灼的魔女帽", + "set": "炽烈的炎之魔女", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大生命", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "大攻击", + "value": 5.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000075": { + "id": 10000075, + "name": "流浪者", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 2523.8, + "atkBase": 1001.7, + "def": 607.2, + "defBase": 607.2, + "hp": 14944, + "hpBase": 10164, + "mastery": 46.6, + "recharge": 132.5, + "heal": 0, + "cpct": 78.7, + "cdmg": 267.5, + "dmg": 46.6, + "phy": 0 + }, + "weapon": { + "name": "天空之卷", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "魂香之花", + "set": "来歆余响", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "2": { + "name": "垂玉之叶", + "set": "来歆余响", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "3": { + "name": "祝祀之凭", + "set": "来歆余响", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "涌泉之盏", + "set": "来歆余响", + "level": 20, + "main": { + "title": "风元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 19.5 + }, { + "title": "暴击伤害", + "value": 15.5 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "5": { + "name": "浮溯之珏", + "set": "来歆余响", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000038": { + "id": 10000038, + "name": "阿贝多", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1220.6, + "atkBase": 705.1, + "def": 2510.0, + "defBase": 876.1, + "hp": 18006, + "hpBase": 13226, + "mastery": 46.6, + "recharge": 100, + "heal": 0, + "cpct": 98.3, + "cdmg": 189.9, + "dmg": 75.4, + "phy": 0 + }, + "weapon": { + "name": "辰砂之纺锤", + "star": 4, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "荣花之期", + "set": "华馆梦醒形骸记", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大防御", + "value": 7.3 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "大攻击", + "value": 5.8 + }] + }, + "2": { + "name": "华馆之羽", + "set": "华馆梦醒形骸记", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大防御", + "value": 7.3 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "大攻击", + "value": 5.8 + }] + }, + "3": { + "name": "众生之谣", + "set": "华馆梦醒形骸记", + "level": 20, + "main": { + "title": "大防御", + "value": 58.3 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "大攻击", + "value": 5.8 + }] + }, + "4": { + "name": "梦醒之瓢", + "set": "华馆梦醒形骸记", + "level": 20, + "main": { + "title": "岩元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大防御", + "value": 7.3 + }, { + "title": "暴击率", + "value": 19.5 + }, { + "title": "暴击伤害", + "value": 15.5 + }, { + "title": "大攻击", + "value": 5.8 + }] + }, + "5": { + "name": "形骸之笠", + "set": "华馆梦醒形骸记", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大防御", + "value": 7.3 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "大攻击", + "value": 5.8 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000035": { + "id": 10000035, + "name": "七七", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 3111.4, + "atkBase": 961, + "def": 1124.3, + "defBase": 922.3, + "hp": 17148, + "hpBase": 12368, + "mastery": 0, + "recharge": 132.5, + "heal": 37.2, + "cpct": 82.7, + "cdmg": 166.6, + "dmg": 0, + "phy": 41.3 + }, + "weapon": { + "name": "风鹰剑", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "海染之花", + "set": "海染砗磲", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "2": { + "name": "渊宫之羽", + "set": "海染砗磲", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "3": { + "name": "离别之贝", + "set": "海染砗磲", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "大防御", + "value": 7.3 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "真珠之笼", + "set": "海染砗磲", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "大防御", + "value": 7.3 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "5": { + "name": "海祇之冠", + "set": "海染砗磲", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "大防御", + "value": 7.3 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000071": { + "id": 10000071, + "name": "赛诺", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1420.5, + "atkBase": 860.1, + "def": 859.2, + "defBase": 859.2, + "hp": 17271, + "hpBase": 12491, + "mastery": 360.2, + "recharge": 113, + "heal": 0, + "cpct": 95.8, + "cdmg": 321.4, + "dmg": 46.6, + "phy": 0 + }, + "weapon": { + "name": "赤沙之杖", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "梦中的铁花", + "set": "饰金之梦", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "裁断的翎羽", + "set": "饰金之梦", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "沉金的岁月", + "set": "饰金之梦", + "level": 20, + "main": { + "title": "元素精通", + "value": 187 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "如蜜的终宴", + "set": "饰金之梦", + "level": 20, + "main": { + "title": "雷元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "沙王的投影", + "set": "饰金之梦", + "level": 20, + "main": { + "title": "暴击率", + "value": 31.1 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000060": { + "id": 10000060, + "name": "夜兰", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1097, + "atkBase": 786, + "def": 548, + "defBase": 548, + "hp": 33940.1, + "hpBase": 14450, + "mastery": 196.5, + "recharge": 113, + "heal": 0, + "cpct": 101.9, + "cdmg": 309.2, + "dmg": 61.6, + "phy": 0 + }, + "weapon": { + "name": "若水", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "梦中的铁花", + "set": "饰金之梦", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大生命", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "裁断的翎羽", + "set": "饰金之梦", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大生命", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "坚铜罗盘", + "set": "沉沦之心", + "level": 20, + "main": { + "title": "大生命", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "4": { + "name": "沉波之盏", + "set": "沉沦之心", + "level": 20, + "main": { + "title": "水元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大生命", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "酒渍船帽", + "set": "沉沦之心", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大生命", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000058": { + "id": 10000058, + "name": "八重神子", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 2477.2, + "atkBase": 947.6, + "def": 568.7, + "defBase": 568.7, + "hp": 15152, + "hpBase": 10372, + "mastery": 116.5, + "recharge": 113, + "heal": 0, + "cpct": 98.1, + "cdmg": 240.5, + "dmg": 61.6, + "phy": 0 + }, + "weapon": { + "name": "神乐之真意", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "雷鸟的怜悯", + "set": "如雷的盛怒", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "雷灾的孑遗", + "set": "如雷的盛怒", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "朝露之时", + "set": "追忆之注连", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "4": { + "name": "祈望之心", + "set": "追忆之注连", + "level": 20, + "main": { + "title": "雷元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 19.5 + }, { + "title": "暴击伤害", + "value": 15.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "无常之面", + "set": "追忆之注连", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000033": { + "id": 10000033, + "name": "达达利亚", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1855.2, + "atkBase": 909.4, + "def": 814.7, + "defBase": 814.7, + "hp": 17883, + "hpBase": 13103, + "mastery": 116.5, + "recharge": 113, + "heal": 0, + "cpct": 96.4, + "cdmg": 259.8, + "dmg": 90.4, + "phy": 0 + }, + "weapon": { + "name": "冬极白星", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "饰金胸花", + "set": "沉沦之心", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "追忆之风", + "set": "沉沦之心", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "坚铜罗盘", + "set": "沉沦之心", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "4": { + "name": "沉波之盏", + "set": "沉沦之心", + "level": 20, + "main": { + "title": "水元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "酒渍船帽", + "set": "沉沦之心", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000016": { + "id": 10000016, + "name": "迪卢克", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 2372.2, + "atkBase": 942.9, + "def": 783.9, + "defBase": 783.9, + "hp": 17761, + "hpBase": 12981, + "mastery": 280.2, + "recharge": 113, + "heal": 0, + "cpct": 98.1, + "cdmg": 228.7, + "dmg": 61.6, + "phy": 0 + }, + "weapon": { + "name": "狼的末路", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "魔女的炎之花", + "set": "炽烈的炎之魔女", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "魔女常燃之羽", + "set": "炽烈的炎之魔女", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "魔女破灭之时", + "set": "炽烈的炎之魔女", + "level": 20, + "main": { + "title": "元素精通", + "value": 187 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "魔女的心之火", + "set": "炽烈的炎之魔女", + "level": 20, + "main": { + "title": "火元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 19.5 + }, { + "title": "暴击伤害", + "value": 15.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "焦灼的魔女帽", + "set": "炽烈的炎之魔女", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 201601, + "elem": "", + "_time": 1668400555 + }, + "10000047": { + "id": 10000047, + "name": "枫原万叶", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1477.9, + "atkBase": 904.6, + "def": 807, + "defBase": 807, + "hp": 18128, + "hpBase": 13348, + "mastery": 920.8, + "recharge": 119.5, + "heal": 0, + "cpct": 82.7, + "cdmg": 166.6, + "dmg": 15, + "phy": 0 + }, + "weapon": { + "name": "苍古自由之誓", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "野花记忆的绿野", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "猎人青翠的箭羽", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "翠绿猎人的笃定", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "元素精通", + "value": 187 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "翠绿猎人的容器", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "元素精通", + "value": 187 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "5": { + "name": "翠绿的猎人之冠", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "元素精通", + "value": 187 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000037": { + "id": 10000037, + "name": "甘雨", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 2379.7, + "atkBase": 942.9, + "def": 630.2, + "defBase": 630.2, + "hp": 14577, + "hpBase": 9797, + "mastery": 196.5, + "recharge": 113, + "heal": 0, + "cpct": 82.7, + "cdmg": 259.4, + "dmg": 46.6, + "phy": 0 + }, + "weapon": { + "name": "阿莫斯之弓", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "乐团的晨光", + "set": "流浪大地的乐团", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "琴师的箭羽", + "set": "流浪大地的乐团", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "终幕的时计", + "set": "流浪大地的乐团", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "4": { + "name": "吟游者之壶", + "set": "流浪大地的乐团", + "level": 20, + "main": { + "title": "冰元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "指挥的礼帽", + "set": "流浪大地的乐团", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000057": { + "id": 10000057, + "name": "荒泷一斗", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1303.3, + "atkBase": 769.2, + "def": 2623.4, + "defBase": 959.2, + "hp": 17638, + "hpBase": 12858, + "mastery": 0, + "recharge": 113, + "heal": 0, + "cpct": 101.9, + "cdmg": 309.2, + "dmg": 46.6, + "phy": 0 + }, + "weapon": { + "name": "赤角石溃杵", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "荣花之期", + "set": "华馆梦醒形骸记", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大防御", + "value": 7.3 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "大攻击", + "value": 5.8 + }] + }, + "2": { + "name": "华馆之羽", + "set": "华馆梦醒形骸记", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大防御", + "value": 7.3 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "大攻击", + "value": 5.8 + }] + }, + "3": { + "name": "众生之谣", + "set": "华馆梦醒形骸记", + "level": 20, + "main": { + "title": "大防御", + "value": 58.3 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "大攻击", + "value": 5.8 + }] + }, + "4": { + "name": "梦醒之瓢", + "set": "华馆梦醒形骸记", + "level": 20, + "main": { + "title": "岩元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大防御", + "value": 7.3 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "大攻击", + "value": 5.8 + }] + }, + "5": { + "name": "形骸之笠", + "set": "华馆梦醒形骸记", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大防御", + "value": 7.3 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "大攻击", + "value": 5.8 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000029": { + "id": 10000029, + "name": "可莉", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1907.5, + "atkBase": 984.9, + "def": 614.8, + "defBase": 614.8, + "hp": 15067, + "hpBase": 10287, + "mastery": 360.2, + "recharge": 113, + "heal": 0, + "cpct": 102.1, + "cdmg": 182.2, + "dmg": 90.4, + "phy": 0 + }, + "weapon": { + "name": "天空之卷", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "乐团的晨光", + "set": "流浪大地的乐团", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "琴师的箭羽", + "set": "流浪大地的乐团", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "终幕的时计", + "set": "流浪大地的乐团", + "level": 20, + "main": { + "title": "元素精通", + "value": 187 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "吟游者之壶", + "set": "流浪大地的乐团", + "level": 20, + "main": { + "title": "火元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "指挥的礼帽", + "set": "流浪大地的乐团", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000042": { + "id": 10000042, + "name": "刻晴", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 2003.7, + "atkBase": 996.9, + "def": 799.3, + "defBase": 799.3, + "hp": 17883, + "hpBase": 13103, + "mastery": 116.5, + "recharge": 113, + "heal": 0, + "cpct": 82.7, + "cdmg": 303.5, + "dmg": 46.6, + "phy": 0 + }, + "weapon": { + "name": "雾切之回光", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "平雷之心", + "set": "平息鸣雷的尊者", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "平雷之羽", + "set": "平息鸣雷的尊者", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "平雷之刻", + "set": "平息鸣雷的尊者", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "4": { + "name": "平雷之器", + "set": "平息鸣雷的尊者", + "level": 20, + "main": { + "title": "雷元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "平雷之冠", + "set": "平息鸣雷的尊者", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + } + }, + "dataSource": "enka", + "costume": 204201, + "elem": "", + "_time": 1668400555 + }, + "10000052": { + "id": 10000052, + "name": "雷电将军", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1915.9, + "atkBase": 945.2, + "def": 789.3, + "defBase": 789.3, + "hp": 17687, + "hpBase": 12907, + "mastery": 46.6, + "recharge": 239.6, + "heal": 0, + "cpct": 98.3, + "cdmg": 189.9, + "dmg": 46.6, + "phy": 0 + }, + "weapon": { + "name": "薙草之稻光", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "明威之镡", + "set": "绝缘之旗印", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "2": { + "name": "切落之羽", + "set": "绝缘之旗印", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "3": { + "name": "雷云之笼", + "set": "绝缘之旗印", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "绯花之壶", + "set": "绝缘之旗印", + "level": 20, + "main": { + "title": "雷元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 19.5 + }, { + "title": "暴击伤害", + "value": 15.5 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "5": { + "name": "华饰之兜", + "set": "绝缘之旗印", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000041": { + "id": 10000041, + "name": "莫娜", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1664.3, + "atkBase": 797, + "def": 653.3, + "defBase": 653.3, + "hp": 15189, + "hpBase": 10409, + "mastery": 46.6, + "recharge": 164.5, + "heal": 0, + "cpct": 82.7, + "cdmg": 276.1, + "dmg": 46.6, + "phy": 0 + }, + "weapon": { + "name": "流浪乐章", + "star": 4, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "宗室之花", + "set": "昔日宗室之仪", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "2": { + "name": "宗室之翎", + "set": "昔日宗室之仪", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "3": { + "name": "宗室时计", + "set": "昔日宗室之仪", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "宗室银瓮", + "set": "昔日宗室之仪", + "level": 20, + "main": { + "title": "水元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "5": { + "name": "宗室面具", + "set": "昔日宗室之仪", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000073": { + "id": 10000073, + "name": "纳西妲", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1395.9, + "atkBase": 841, + "def": 630.2, + "defBase": 630.2, + "hp": 15140, + "hpBase": 10360, + "mastery": 660.4, + "recharge": 113, + "heal": 0, + "cpct": 71.1, + "cdmg": 244.2, + "dmg": 61.6, + "phy": 0 + }, + "weapon": { + "name": "千夜浮梦", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "迷宫的游人", + "set": "深林的记忆", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "翠蔓的智者", + "set": "深林的记忆", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "贤智的定期", + "set": "深林的记忆", + "level": 20, + "main": { + "title": "元素精通", + "value": 187 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "迷误者之灯", + "set": "深林的记忆", + "level": 20, + "main": { + "title": "草元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "月桂的宝冠", + "set": "深林的记忆", + "level": 20, + "main": { + "title": "暴击率", + "value": 31.1 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000070": { + "id": 10000070, + "name": "妮露", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1082.6, + "atkBase": 771.6, + "def": 728.6, + "defBase": 728.6, + "hp": 72322.9, + "hpBase": 15185, + "mastery": 546, + "recharge": 132.5, + "heal": 0, + "cpct": 24.5, + "cdmg": 73.4, + "dmg": 0, + "phy": 0 + }, + "weapon": { + "name": "圣显之钥", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "月女的华彩", + "set": "乐园遗落之花", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大生命", + "value": 35.0 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "谢落的筵席", + "set": "乐园遗落之花", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大生命", + "value": 35.0 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "凝结的时刻", + "set": "乐园遗落之花", + "level": 20, + "main": { + "title": "大生命", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 139.8 + }] + }, + "4": { + "name": "守秘的魔瓶", + "set": "乐园遗落之花", + "level": 20, + "main": { + "title": "大生命", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 139.8 + }] + }, + "5": { + "name": "紫晶的花冠", + "set": "乐园遗落之花", + "level": 20, + "main": { + "title": "大生命", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 139.8 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000027": { + "id": 10000027, + "name": "凝光", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1851.7, + "atkBase": 820.4, + "def": 573.3, + "defBase": 573.3, + "hp": 14567, + "hpBase": 9787, + "mastery": 46.6, + "recharge": 132.5, + "heal": 0, + "cpct": 96.4, + "cdmg": 259.8, + "dmg": 85.6, + "phy": 0 + }, + "weapon": { + "name": "四风原典", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "磐陀裂生之花", + "set": "悠古的磐岩", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "2": { + "name": "嵯峨群峰之翼", + "set": "悠古的磐岩", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "3": { + "name": "角斗士的希冀", + "set": "角斗士的终幕礼", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "角斗士的酣醉", + "set": "角斗士的终幕礼", + "level": 20, + "main": { + "title": "岩元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "5": { + "name": "角斗士的凯旋", + "set": "角斗士的终幕礼", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 202701, + "elem": "", + "_time": 1668400555 + }, + "10000003": { + "id": 10000003, + "name": "琴", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 2226.9, + "atkBase": 913.2, + "def": 768.5, + "defBase": 768.5, + "hp": 19475, + "hpBase": 14695, + "mastery": 46.6, + "recharge": 132.5, + "heal": 22.15, + "cpct": 98.3, + "cdmg": 189.9, + "dmg": 61.6, + "phy": 41.3 + }, + "weapon": { + "name": "风鹰剑", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "野花记忆的绿野", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "2": { + "name": "猎人青翠的箭羽", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "3": { + "name": "翠绿猎人的笃定", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.89 + }, { + "title": "暴击伤害", + "value": 46.62 + }, { + "title": "元素精通", + "value": 23.31 + }, { + "title": "充能效率", + "value": 6.48 + }] + }, + "4": { + "name": "翠绿猎人的容器", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "风元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.83 + }, { + "title": "暴击率", + "value": 19.45 + }, { + "title": "暴击伤害", + "value": 15.54 + }, { + "title": "充能效率", + "value": 6.48 + }] + }, + "5": { + "name": "翠绿的猎人之冠", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 200301, + "elem": "", + "_time": 1668400555 + }, + "10000054": { + "id": 10000054, + "name": "珊瑚宫心海", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1397.7, + "atkBase": 842.4, + "def": 657.1, + "defBase": 657.1, + "hp": 55217.1, + "hpBase": 13471, + "mastery": 116.5, + "recharge": 132.5, + "heal": 50.9, + "cpct": -95, + "cdmg": 50, + "dmg": 28.8, + "phy": 0 + }, + "weapon": { + "name": "不灭月华", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "海染之花", + "set": "海染砗磲", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大生命", + "value": 35.0 + }, { + "title": "大攻击", + "value": 5.8 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "2": { + "name": "渊宫之羽", + "set": "海染砗磲", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大生命", + "value": 35.0 + }, { + "title": "大攻击", + "value": 5.8 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "3": { + "name": "离别之贝", + "set": "海染砗磲", + "level": 20, + "main": { + "title": "大生命", + "value": 46.6 + }, + "attrs": [{ + "title": "小生命", + "value": 1792.5 + }, { + "title": "大攻击", + "value": 5.8 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "真珠之笼", + "set": "海染砗磲", + "level": 20, + "main": { + "title": "大生命", + "value": 46.6 + }, + "attrs": [{ + "title": "小生命", + "value": 1792.5 + }, { + "title": "大攻击", + "value": 5.8 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "5": { + "name": "海祇之冠", + "set": "海染砗磲", + "level": 20, + "main": { + "title": "治疗加成", + "value": 35.9 + }, + "attrs": [{ + "title": "大生命", + "value": 35.0 + }, { + "title": "大攻击", + "value": 5.8 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000063": { + "id": 10000063, + "name": "申鹤", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 3410.9, + "atkBase": 1044.8, + "def": 830, + "defBase": 830, + "hp": 17773, + "hpBase": 12993, + "mastery": 69.9, + "recharge": 132.5, + "heal": 0, + "cpct": 82.7, + "cdmg": 166.6, + "dmg": 0, + "phy": 0 + }, + "weapon": { + "name": "息灾", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "宗室之花", + "set": "昔日宗室之仪", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "2": { + "name": "宗室之翎", + "set": "昔日宗室之仪", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "3": { + "name": "宗室时计", + "set": "昔日宗室之仪", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "4": { + "name": "宗室银瓮", + "set": "昔日宗室之仪", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "宗室面具", + "set": "昔日宗室之仪", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000002": { + "id": 10000002, + "name": "神里绫华", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 2036.2, + "atkBase": 1016, + "def": 783.9, + "defBase": 783.9, + "hp": 17638, + "hpBase": 12858, + "mastery": 46.6, + "recharge": 132.5, + "heal": 0, + "cpct": 43.9, + "cdmg": 381.1, + "dmg": 61.6, + "phy": 0 + }, + "weapon": { + "name": "雾切之回光", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "历经风雪的思念", + "set": "冰风迷途的勇士", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "2": { + "name": "摧冰而行的执望", + "set": "冰风迷途的勇士", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "3": { + "name": "冰雪故园的终期", + "set": "冰风迷途的勇士", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "遍结寒霜的傲骨", + "set": "冰风迷途的勇士", + "level": 20, + "main": { + "title": "冰元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "5": { + "name": "破冰踏雪的回音", + "set": "冰风迷途的勇士", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000066": { + "id": 10000066, + "name": "神里绫人", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1644.3, + "atkBase": 907, + "def": 768.5, + "defBase": 768.5, + "hp": 20085.9, + "hpBase": 13715, + "mastery": 280.2, + "recharge": 100, + "heal": 0, + "cpct": 96.4, + "cdmg": 298.2, + "dmg": 46.6, + "phy": 0 + }, + "weapon": { + "name": "波乱月白经津", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "魂香之花", + "set": "来歆余响", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "垂玉之叶", + "set": "来歆余响", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "祝祀之凭", + "set": "来歆余响", + "level": 20, + "main": { + "title": "元素精通", + "value": 187 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "大生命", + "value": 5.8 + }] + }, + "4": { + "name": "涌泉之盏", + "set": "来歆余响", + "level": 20, + "main": { + "title": "水元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "浮溯之珏", + "set": "来歆余响", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "大生命", + "value": 5.8 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000069": { + "id": 10000069, + "name": "提纳里", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1686.2, + "atkBase": 809.9, + "def": 630.2, + "defBase": 630.2, + "hp": 15630, + "hpBase": 10850, + "mastery": 116.5, + "recharge": 113, + "heal": 0, + "cpct": 95.8, + "cdmg": 283, + "dmg": 90.4, + "phy": 0 + }, + "weapon": { + "name": "猎人之径", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "迷宫的游人", + "set": "深林的记忆", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "翠蔓的智者", + "set": "深林的记忆", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "贤智的定期", + "set": "深林的记忆", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "4": { + "name": "迷误者之灯", + "set": "深林的记忆", + "level": 20, + "main": { + "title": "草元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "月桂的宝冠", + "set": "深林的记忆", + "level": 20, + "main": { + "title": "暴击率", + "value": 31.1 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000049": { + "id": 10000049, + "name": "宵宫", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 2431.6, + "atkBase": 930.9, + "def": 614.8, + "defBase": 614.8, + "hp": 14944, + "hpBase": 10164, + "mastery": 116.5, + "recharge": 113, + "heal": 0, + "cpct": 101.9, + "cdmg": 287.2, + "dmg": 46.6, + "phy": 0 + }, + "weapon": { + "name": "飞雷之弦振", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "魂香之花", + "set": "来歆余响", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "垂玉之叶", + "set": "来歆余响", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "祝祀之凭", + "set": "来歆余响", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "4": { + "name": "涌泉之盏", + "set": "来歆余响", + "level": 20, + "main": { + "title": "火元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "浮溯之珏", + "set": "来歆余响", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }, { + "title": "元素精通", + "value": 23.3 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000026": { + "id": 10000026, + "name": "魈", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 2232.6, + "atkBase": 1023.2, + "def": 799.3, + "defBase": 799.3, + "hp": 17516, + "hpBase": 12736, + "mastery": 46.6, + "recharge": 132.5, + "heal": 0, + "cpct": 100.8, + "cdmg": 267.5, + "dmg": 46.6, + "phy": 0 + }, + "weapon": { + "name": "和璞鸢", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "生灵之华", + "set": "辰砂往生录", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "2": { + "name": "潜光片羽", + "set": "辰砂往生录", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "3": { + "name": "阳辔之遗", + "set": "辰砂往生录", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "结契之刻", + "set": "辰砂往生录", + "level": 20, + "main": { + "title": "风元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 19.5 + }, { + "title": "暴击伤害", + "value": 15.5 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "5": { + "name": "虺雷之姿", + "set": "辰砂往生录", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000030": { + "id": 10000030, + "name": "钟离", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 1269.8, + "atkBase": 859.1, + "def": 737.8, + "defBase": 737.8, + "hp": 38549.1, + "hpBase": 14695, + "mastery": 0, + "recharge": 132.5, + "heal": 0, + "cpct": 98.3, + "cdmg": 256.1, + "dmg": 90.4, + "phy": 0 + }, + "weapon": { + "name": "护摩之杖", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "勋绩之花", + "set": "千岩牢固", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大生命", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "2": { + "name": "昭武翎羽", + "set": "千岩牢固", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大生命", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "3": { + "name": "星罗圭璧之晷", + "set": "悠古的磐岩", + "level": 20, + "main": { + "title": "大生命", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "大攻击", + "value": 5.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "巉岩琢塑之樽", + "set": "悠古的磐岩", + "level": 20, + "main": { + "title": "岩元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大生命", + "value": 5.8 + }, { + "title": "暴击率", + "value": 19.5 + }, { + "title": "暴击伤害", + "value": 15.5 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "5": { + "name": "不动玄石之相", + "set": "悠古的磐岩", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大生命", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "大攻击", + "value": 5.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000051": { + "id": 10000051, + "name": "优菈", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": { + "atk": 2496.5, + "atkBase": 1083, + "def": 750.9, + "defBase": 750.9, + "hp": 18006, + "hpBase": 13226, + "mastery": 46.6, + "recharge": 132.5, + "heal": 0, + "cpct": 98.3, + "cdmg": 228.3, + "dmg": 0, + "phy": 104 + }, + "weapon": { + "name": "松籁响起之时", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "无垢之花", + "set": "苍白之火", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "2": { + "name": "贤医之羽", + "set": "苍白之火", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "3": { + "name": "停摆之刻", + "set": "苍白之火", + "level": 20, + "main": { + "title": "大攻击", + "value": 46.6 + }, + "attrs": [{ + "title": "暴击率", + "value": 3.89 + }, { + "title": "暴击伤害", + "value": 46.62 + }, { + "title": "小攻击", + "value": 19.45 + }, { + "title": "充能效率", + "value": 6.48 + }] + }, + "4": { + "name": "超越之盏", + "set": "苍白之火", + "level": 20, + "main": { + "title": "物理伤害加成", + "value": 58.3 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.83 + }, { + "title": "暴击率", + "value": 19.45 + }, { + "title": "暴击伤害", + "value": 15.54 + }, { + "title": "充能效率", + "value": 6.48 + }] + }, + "5": { + "name": "嗤笑之面", + "set": "苍白之火", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "小攻击", + "value": 19.5 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + }, + "10000022": { + "id": 10000022, + "name": "温迪", + "level": "90", + "cons": 6, + "fetter": 10, + "attr": {}, + "weapon": { + "name": "终末嗟叹之诗", + "star": 5, + "level": 90, + "promote": 5, + "affix": 5 + }, + "talent":{"a":10,"e":10,"q":10}, + "artis": { + "1": { + "name": "野花记忆的绿野", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "小生命", + "value": 4780 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "2": { + "name": "猎人青翠的箭羽", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "小攻击", + "value": 311 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "3": { + "name": "翠绿猎人的笃定", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "元素精通", + "value": 187 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "暴击伤害", + "value": 7.8 + }, { + "title": "充能效率", + "value": 6.5 + }] + }, + "4": { + "name": "翠绿猎人的容器", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "风元素伤害加成", + "value": 46.6 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 3.9 + }, { + "title": "暴击伤害", + "value": 46.6 + }, { + "title": "元素精通", + "value": 23.3 + }] + }, + "5": { + "name": "翠绿的猎人之冠", + "set": "翠绿之影", + "level": 20, + "main": { + "title": "暴击伤害", + "value": 62.2 + }, + "attrs": [{ + "title": "大攻击", + "value": 5.8 + }, { + "title": "暴击率", + "value": 23.3 + }, { + "title": "元素精通", + "value": 23.3 + }, { + "title": "充能效率", + "value": 6.5 + }] + } + }, + "dataSource": "enka", + "costume": 0, + "elem": "", + "_time": 1668400555 + } + } +} \ No newline at end of file diff --git a/plugin/kokomi/data/json/loc.json b/plugin/kokomi/data/json/loc.json new file mode 100644 index 0000000000..05b82c40fd --- /dev/null +++ b/plugin/kokomi/data/json/loc.json @@ -0,0 +1 @@ +{"en":{"20848859":"Blackcliff Slasher","33330467":"Elemental Mastery","37147251":"Solar Pearl","43015699":"TBD","54857595":"Bane of Storm and Tide","83115355":"Maiden Beloved","85795635":"Focus","88505754":"Kaedehara Kazuha","135182203":"Bane of Storm and Tide","143051931":"Xiphos' Moonlight","147298547":"Wanderer's Troupe","156294403":"Heart of Depth","160493219":"Dark Iron Sword","168956722":"Qiqi","197755235":"Vortex Vanquisher","212557731":"Prayers for Wisdom","231836963":"Primordial Jade Cutter","240385755":"Wavesplitter","246984427":"Bane of Fire and Thunder","262428003":"Prayers to Springtime","270124867":"Protector's Virtue","275622963":"Light of Foliar Incision","287454963":"Prayers to the Firmament","288666635":"Spotless Heart","302691299":"Amber Bead","303155515":"Unreturning","310247243":"Kagura's Verity","313300315":"Sapwood Blade","334242634":"Shenhe","339931171":"Press the Advantage","342097547":"Cinnabar Spindle","346510395":"Luxurious Sea-Lord","359484419":"Tulaytullah's Remembrance","368014203":"Sky-ripping Dragon Spine","388272194":"Dori","391273955":"Black Wing","411685275":"Compound Bow","426363739":"Wandering Evenstar","452043283":"Lost Ballade","452357939":"Moonpiercer","453444347":"A Thousand Nights' Dawnsong","454086795":"Key of Khaj-Nisut","479076483":"Cool Steel","481755219":"Blackcliff Pole","486287579":"Residual Heat","500612819":"The Flagstaff","506630267":"Windfall","514784907":"Bane of Flame and Water","521221323":"Protector's Virtue","540938627":"Predator","565329475":"Kunwu's Wyrmbane","566772267":"Gokadaiou Otogibanashi","577103787":"Energy Shower","578575283":"Crescent Pike","586598971":"Full Circle","597991835":"Byakuya Kougetsu","607067963":"Isshin Art Clarity","613846163":"Descension","618786571":"Halberd","623494555":"Decimate","623534363":"Favonius Codex","630452219":"Sakura Saiguu","646032090":"Shikanoin Heizou","646100491":"Lithic Axiom: Unity","650049651":"Windblume Ode","655825874":"Yun Jin","656120259":"Sharpshooter's Oath","680510411":"Whiteblind","688991243":"Calamity Queller","693354267":"Memory of Dust","697277554":"Yanfei","712501082":"Nahida","716252627":"Lithic Spear","729851187":"Glacier and Snowfield","735056795":"Favonius Greatsword","807607555":"Skyward Atlas","824949859":"Dodoventure!","828711395":"Amos' Bow","836208539":"Gilding","850802171":"White Iron Greatsword","855894507":"Berserker","862591315":"Pale Flame","877751435":"Royal Greatsword","902184579":"Forest Regalia","902264035":"Aquila Favonia","902282051":"Cull the Weak","909145139":"Protector's Virtue","930640955":"The Bell","933076627":"Blizzard Strayer","942758755":"Focus","944332883":"Summit Shaper","949506483":"Oceanic Victory","968378595":"Falcon's Defiance","968893378":"Bennett","977648923":"Primordial Jade Greatsword","991968139":"Timeless Dream: Eternal Stove","1006042610":"Kamisato Ayaka","1012170803":"Kagotsurube Isshin","1021898539":"Slingshot","1021947690":"Xiao","1028735635":"Revolutionary Chorale","1049891906":"Cyno","1053433018":"Sucrose","1072884907":"Mappa Mare","1075647299":"Song of Broken Pines","1082448331":"People of the Faltering Light","1089950259":"Skyward Pride","1097898243":"Heavy","1103732675":"Lucky Dog","1113306282":"Mona","1114777131":"Chord","1119368259":"Journey","1130996346":"Xiangling","1133599347":"Strong-Willed","1148024603":"\"The Catch\"","1154009435":"Prototype Starglitter","1163263227":"The Widsith","1163616891":"Frost Burial","1182966603":"Old Merc's Pal","1186209435":"Gambler","1201790667":"A Thousand Floating Dreams","1212345779":"Gladiator's Finale","1217552947":"Honed Flow","1240067179":"Favonius Warbow","1307222899":"Wandering Striker","1319974859":"Vigorous","1321135667":"Lion's Roar","1337666507":"Tenacity of the Millelith","1344953075":"Windfall","1345343763":"Primordial Jade Cutter","1348687251":"Hunter's Path","1383427723":"Whitemoon Bristle","1383639611":"Tiny Miracle","1388004931":"Skyrider Sword","1390797107":"White Tassel","1395607523":"At the End of the Beast-Paths","1404688115":"The Parting Refrain","1406746947":"Otherworldly Story","1414366819":"Golden Majesty","1437658243":"Serpent Spine","1438974835":"Retracing Bolide","1455107995":"Lost Prayer to the Sacred Winds","1468367538":"Diona","1470442731":"Missive Windspear","1479961579":"Ferrous Shadow","1483922610":"Kujou Sara","1485303435":"Infusion Stinger","1492752155":"Composed","1499235563":"Press the Advantage","1499745907":"Prized Isshin Blade","1499817443":"Verdant Wind","1516554699":"Quartz","1522029867":"Bane of Fire and Thunder","1524173875":"Crimson Witch of Flames","1533656818":"Traveler","1538092267":"Prized Isshin Blade","1541919827":"Bloodstained Chivalry","1545992315":"Justice","1558036915":"Vermillion Hereafter","1562601179":"Viridescent Venerer","1588620330":"Kamisato Ayato","1600275315":"Haran Geppaku Futsu","1608953539":"Harbinger of Dawn","1610242915":"Heritage","1628928163":"Windblume Wish","1632377563":"Lavawalker","1651985379":"Daylight's Augury","1660598451":"Iwakura Succession","1675079283":"Deepwood Memories","1675686363":"Sacrificial Greatsword","1702903411":"Jinni's Whisper","1706534267":"Blunt Conclusion","1722706579":"Bane of Water and Ice","1732418482":"Yaoyao","1745286795":"Samurai Conduct","1745712907":"Watatsumi Wavewalker","1751039235":"Noblesse Oblige","1756609915":"Ocean-Hued Clam","1771603299":"Golden Majesty","1773425155":"Sword of Descension","1789612403":"Echo","1820235315":"Arrowless Song","1836628747":"Rebellious Guardian","1860795787":"Mouun's Moon","1864015138":"Keqing","1873342283":"Thundersoother","1890163363":"Everlasting Moonglow","1901973075":"Polar Star","1921418842":"Noelle","1932742643":"Extinguishing Precept","1934830979":"Undying Admiration","1940821986":"Kuki Shinobu","1940919994":"Hu Tao","1966438658":"Amber","1982136171":"Focus","1990641987":"Sacrificial Sword","1990820123":"Amenoma Kageuchi","1991707099":"Prototype Rancour","1994081075":"Primordial Jade Vista","1997709467":"Primordial Jade Winged-Spear","2006422931":"Lithic Blade","2017033267":"Composed","2025598051":"Windfall","2029582603":"Kaidan: Rainfall Earthbinder","2040573235":"Archaic Petra","2060049099":"Prayers for Illumination","2108574027":"Smashed Stone","2109571443":"Focus","2125206395":"Silver Sword","2149411851":"Golden Majesty","2153521307":"Desert Pavilion","2172529947":"Press the Advantage","2176134843":"Focus","2190368347":"Gash","2191797987":"Adventurer","2195665683":"Sacrificial Fragments","2242027395":"Ebony Bow","2244980899":"Sunken Song of the Sands","2257505883":"Forest Sanctuary","2267978875":"Fruit of Fulfillment","2276480763":"Emblem of Severed Fate","2279290283":"Magic Guide","2297485451":"Rapid Firing","2312640651":"Composed","2317820211":"Infusion Needle","2322648115":"Crush","2324146259":"Hakushin Ring","2340970067":"Seasoned Hunter's Bow","2351445619":"Bygone Azure Teardrop","2359799475":"Akuoumaru","2364208851":"Resolution of Sojourner","2365025043":"Itinerant Hero","2375993851":"Royal Longsword","2383998915":"Watatsumi Wavewalker","2384519283":"Slingshot","2387711994":"Faruzan","2388785242":"Sayu","2400012995":"Sacrificial Bow","2410593283":"Dull Blade","2417717595":"Alley Hunter","2425414923":"Fading Twilight","2433755451":"Rebel's Banner-Hymn","2440850563":"Echoing Ballad","2448629019":"Toukabou Shigure","2466140362":"Venti","2469300579":"Press the Advantage","2470306939":"Rule by Thunder","2474354867":"Favonius Sword","2476346187":"Bane of Flame and Water","2491797315":"Kitain Cross Spear","2504399314":"Yoimiya","2506955778":"Tighnari","2512309395":"Thundering Fury","2521338131":"Prototype Amber","2534304035":"Mistsplitter's Edge","2538235187":"Desert Pavilion Chronicle","2539208459":"Oathsworn Eye","2546254811":"Husk of Opulent Dreams","2556914683":"The Stringless","2587614459":"Frostbearer","2597527627":"The Other Side","2614170427":"Skyrider Greatsword","2646367730":"Beidou","2664629131":"Dragon's Bane","2666951267":"Waster Greatsword","2673337443":"Infusion Arrow","2679781122":"Ganyu","2684365579":"Debut","2691070627":"Forest Sanctuary","2705029563":"Pocket Grimoire","2713453234":"Yae Miko","2743659331":"Rapids","2749508387":"Golden Majesty","2749853923":"Festering Desire","2753539619":"Snow-Tombed Starsilver","2764598579":"The Exile","2792766467":"The Unforged","2796697027":"Beginner's Protector","2824690859":"Mirror Breaker","2832648187":"Royal Bow","2834803571":"Golden Majesty","2848374378":"Yelan","2853296811":"Sky-Piercing Fang","2871793795":"Sharp","2876340530":"Chongyun","2889777514":"Layla","2890909531":"Martial Artist","2893964243":"Archer's Message","2915865819":"Radiance of the Deeps","2918525947":"Thundering Pulse","2935286715":"Royal Spear","2947140987":"The Alley Flash","2948362178":"Collei","2949448555":"Freedom-Sworn","2963220587":"Emerald Orb","3001782875":"Composed","3018479371":"Shanty","3024507506":"Raiden Shogun","3063191787":"End of the Line","3063488107":"Strong Strike","3068316954":"Arataki Itto","3070169307":"Iron Point","3073454867":"Makhaira Aquamarine","3079462611":"Watatsumi Wavewalker","3090373787":"Wine and Song","3092975658":"Candace","3094139291":"Flower of Paradise Lost","3097441915":"Debate Club","3112448011":"Determination","3112679155":"Elegy for the End","3156385731":"Eye of Perception","3159145923":"Wandering Striker","3169209451":"Rust","3176599083":"King's Squire","3192689683":"Frost Burial","3209694115":"Wildling Nightstar","3221566250":"Jean","3230559562":"Wanderer","3235324891":"Staff of Homa","3252085691":"Windfall","3258658763":"Magic Affinity","3265161211":"Infusion Blade","3273999011":"Blackcliff Agate","3277782506":"Fischl","3302787771":"Frost Burial","3305772819":"Guerilla Tactics","3314157803":"Bane of the Soft","3337185491":"Full Draw","3337249451":"Overloaded","3339083250":"Klee","3344622722":"Lisa","3364338659":"Boundless Blessing","3371922315":"Kagura Dance of the Sacred Sakura","3378007475":"Blackcliff Longsword","3400133546":"Gorou","3406113971":"Windfall","3421967235":"Fillet Blade","3439749859":"The Viridescent Hunt","3443142923":"Dragonspine Spear","3447737235":"Blackcliff Warbow","3453611803":"Net Snapper","3456986819":"Dodoco Tales","3464027035":"Prized Isshin Blade","3465493459":"Precise","3500935003":"Thrilling Tales of Dragon Slayers","3513240283":"The Wind Unattained","3532343811":"Deicide","3535784755":"Brave Heart","3541083923":"Gladiator","3555115602":"Thoma","3584825427":"Apprentice's Notes","3587062891":"Lithic Axiom: Unity","3587621259":"The Flute","3600623979":"Hunter's Bow","3608180322":"Diluc","3618167299":"Scholar","3625393819":"Prototype Crescent","3626268211":"Echoes of an Offering","3673792067":"Traveler's Handy Sword","3684723963":"Rainslasher","3685735523":"Wandering Striker","3689108098":"Aloy","3717341819":"Stillwood Moonshadow","3717667418":"Eula","3717849275":"Engulfing Lightning","3719372715":"Twin Nephrite","3722933411":"Prototype Archaic","3755004051":"Favonius Lance","3775299170":"Barbara","3780343147":"One Side","3782508715":"Traveling Doctor","3796702635":"Ever-Changing","3796905611":"The Black Sword","3816664530":"Traveler","3827789435":"Royal Grimoire","3832443723":"Unbending","3836188467":"Reckless Cinnabar","3847143266":"Tartaglia","3850149970":"Nilou","3862787418":"Zhongli","3890292467":"Instructor","3898539027":"Wandering Clouds","3909785739":"Heat Haze at Horizon's End","3914045794":"Sangonomiya Kokomi","3914951691":"Redhorn Stonethresher","3933622347":"Skyward Harp","3949653579":"Mitternachts Waltz","3956074723":"Labyrinth Lord's Instruction","3966753539":"The Cleansing Form","3975746731":"Raven Bow","3995710363":"Wolf's Gravestone","3996017211":"Cull the Weak","3999792907":"Prayers for Destiny","4000770243":"Oppidan Ambush","4002157418":"Alhaitham","4007372867":"Primordial Jade Regalia","4022012131":"Press the Advantage","4049410651":"Deathmatch","4055003299":"Skyward Blade","4060235987":"Solar Shine","4080317355":"Courage","4082302819":"Defender's Will","4090429643":"Bloodtainted Greatsword","4103022435":"Iron Sting","4103766499":"Black Tassel","4108620722":"Albedo","4113638323":"Eagle Spear of Justice","4119663210":"Kaeya","4122509083":"Wavebreaker's Fin","4124851547":"Mistsplitter Reforged","4127888970":"Ningguang","4139294531":"Messenger","4144069251":"Shimenawa's Reminiscence","4145306051":"Gilded Dreams","4158505619":"Skyward Spine","4160147242":"Razor","4186179883":"Hamayumi","4193089947":"Katsuragikiri Nagamasa","4197635682":"Xingqiu","4226083179":"Samurai Conduct","4230231107":"Aqua Simulacra","4238339131":"Staff of the Scarlet Sands","4245213187":"Infusion Scroll","4258047555":"Evernight Duet","4260733330":"Rosaria","4267718859":"Recurve Bow","4273845410":"Xinyan","4275754179":"Wolfish Tracker","FIGHT_PROP_BASE_HP":"Base HP","FIGHT_PROP_HP":"HP","FIGHT_PROP_HP_PERCENT":"HP","FIGHT_PROP_BASE_ATTACK":"Base ATK","FIGHT_PROP_ATTACK":"ATK","FIGHT_PROP_ATTACK_PERCENT":"ATK","FIGHT_PROP_BASE_DEFENSE":"Base DEF","FIGHT_PROP_DEFENSE":"DEF","FIGHT_PROP_DEFENSE_PERCENT":"DEF","FIGHT_PROP_BASE_SPEED":"Movement SPD","FIGHT_PROP_SPEED_PERCENT":"Movement SPD","FIGHT_PROP_CRITICAL":"CRIT Rate","FIGHT_PROP_ANTI_CRITICAL":"CRIT RES","FIGHT_PROP_CRITICAL_HURT":"CRIT DMG","FIGHT_PROP_CHARGE_EFFICIENCY":"Energy Recharge","FIGHT_PROP_ADD_HURT":"DMG Bonus","FIGHT_PROP_SUB_HURT":"DMG Reduction","FIGHT_PROP_HEAL_ADD":"Healing Bonus","FIGHT_PROP_HEALED_ADD":"Incoming Healing Bonus","FIGHT_PROP_ELEMENT_MASTERY":"Elemental Mastery","FIGHT_PROP_PHYSICAL_SUB_HURT":"Physical RES","FIGHT_PROP_PHYSICAL_ADD_HURT":"Physical DMG Bonus","FIGHT_PROP_FIRE_ADD_HURT":"Pyro DMG Bonus","FIGHT_PROP_ELEC_ADD_HURT":"Electro DMG Bonus","FIGHT_PROP_WATER_ADD_HURT":"Hydro DMG Bonus","FIGHT_PROP_GRASS_ADD_HURT":"Dendro DMG Bonus","FIGHT_PROP_WIND_ADD_HURT":"Anemo DMG Bonus","FIGHT_PROP_ROCK_ADD_HURT":"Geo DMG Bonus","FIGHT_PROP_ICE_ADD_HURT":"Cryo DMG Bonus","FIGHT_PROP_FIRE_SUB_HURT":"Pyro RES","FIGHT_PROP_ELEC_SUB_HURT":"Electro RES","FIGHT_PROP_WATER_SUB_HURT":"Hydro RES","FIGHT_PROP_GRASS_SUB_HURT":"Dendro RES","FIGHT_PROP_WIND_SUB_HURT":"Anemo RES","FIGHT_PROP_ROCK_SUB_HURT":"Geo RES","FIGHT_PROP_ICE_SUB_HURT":"Cryo RES","FIGHT_PROP_EFFECT_HIT":"Hit","FIGHT_PROP_EFFECT_RESIST":"Resisted","FIGHT_PROP_FREEZE_SHORTEN":"Frozen Duration Reduction","FIGHT_PROP_DIZZY_SHORTEN":"Stunned Duration Reduction","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"CD Reduction","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"Shield Strength","FIGHT_PROP_CUR_HP":"HP","FIGHT_PROP_MAX_HP":"Max HP","FIGHT_PROP_CUR_ATTACK":"ATK","FIGHT_PROP_CUR_DEFENSE":"DEF","FIGHT_PROP_CUR_SPEED":"Movement SPD","level":"Lv."},"ru":{"20848859":"Черногорская бритва","33330467":"Мастер стихий","37147251":"Солнечная жемчужина","43015699":"Не утверждено","54857595":"Погибель бури и волны","83115355":"Возлюбленная юная дева","85795635":"Сосредоточенный","88505754":"Кадзуха","135182203":"Погибель бури и волны","143051931":"Лунное сияние ксифоса","147298547":"Странствующий ансамбль","156294403":"Сердце глубин","160493219":"Тёмный железный меч","168956722":"Ци Ци","197755235":"Покоритель вихря","212557731":"Шаман молнии","231836963":"Древний Нефритовый Резак","240385755":"Рассекающий волны","246984427":"Погибель огня и грома","262428003":"Шаман льда","270124867":"Добродетель защитника","275622963":"Свет лиственного разреза","287454963":"Шаман ветра","288666635":"Добродетель","302691299":"Янтарная жемчужина","303155515":"Невозвратный","310247243":"Истина кагура","313300315":"Деревянный клинок","334242634":"Шэнь Хэ","339931171":"Преследование побеждённых","342097547":"Киноварное веретено","346510395":"Благодатный владыка вод","359484419":"Воспоминания Тулайтуллы","368014203":"Дракон, пронзивший небо","388272194":"Дори","391273955":"Клык, пронзивший тьму","411685275":"Составной лук","426363739":"Скитающаяся звезда","452043283":"Утерянная Баллада","452357939":"Пронзающий луну","453444347":"Песнь тысячи рассветов","454086795":"Ключ Хадж-нисут","479076483":"Холодное лезвие","481755219":"Черногорская пика","486287579":"Остаточное тепло","500612819":"Флагшток","506630267":"Дружественный бриз","514784907":"Погибель пламени и воды","521221323":"Добродетель защитника","540938627":"Хищник","565329475":"Убийца Драконов Кунву","566772267":"Гокадайо Отогибанаси","577103787":"Дождь энергии","578575283":"Пика полумесяца","586598971":"Полный круг","597991835":"Бякуя когэцу","607067963":"Ясность искусства Иссин","613846163":"Пришествие","618786571":"Алебарда Миллелита","623494555":"Истребитель","623534363":"Кодекс Фавония","630452219":"Дворец сакуры","646032090":"Хэйдзо","646100491":"Наставления камня: Единство","650049651":"Ода анемонии","655825874":"Юнь Цзинь","656120259":"Клятва стрелка","680510411":"Белая тень","688991243":"Усмиритель бед","693354267":"Память о пыли","697277554":"Янь Фэй","712501082":"Нахида","716252627":"Каменное копьё","729851187":"Снег и лёд","735056795":"Двуручный меч Фавония","807607555":"Небесный атлас","824949859":"Додоприключения!","828711395":"Лук Амоса","836208539":"Позолота","850802171":"Меч из белого железа","855894507":"Берсерк","862591315":"Бледный огонь","877751435":"Королевский двуручный меч","902184579":"Регалия леса","902264035":"Меч Сокола","902282051":"Жатва","909145139":"Добродетель защитника","930640955":"Меч-колокол","933076627":"Заблудший в метели","942758755":"Сосредоточенный","944332883":"Кромсатель пиков","949506483":"Победа океана","968378595":"Неповиновение Сокола","968893378":"Беннет","977648923":"Древний Нефритовый Двуручный Меч","991968139":"Сон вне времени: Печь вечности","1006042610":"Аяка","1012170803":"Кагоцурубэ Иссин","1021898539":"Рогатка","1021947690":"Сяо","1028735635":"Песнь восстания","1049891906":"Сайно","1053433018":"Сахароза","1072884907":"Морской атлас","1075647299":"Песнь разбитых сосен","1082448331":"Народ мерцающих глубин","1089950259":"Небесное величие","1097898243":"Сокрушающий удар","1103732675":"Везунчик","1113306282":"Мона","1114777131":"Аккорд","1119368259":"Путешествие","1130996346":"Сян Лин","1133599347":"Волевая стрела","1148024603":"«Улов»","1154009435":"Прототип: Звёздный блеск","1163263227":"Песнь странника","1163616891":"Морозное погребение","1182966603":"Лучший друг наёмника","1186209435":"Азартный игрок","1201790667":"Сновидения тысячи ночей","1212345779":"Конец гладиатора","1217552947":"Поток клинков","1240067179":"Боевой лук Фавония","1307222899":"Блуждающий клинок","1319974859":"Энергичный","1321135667":"Драконий рык","1337666507":"Стойкость Миллелита","1344953075":"Дружественный бриз","1345343763":"Драгоценный омут","1348687251":"Охотничья тропа","1383427723":"Остриё белой луны","1383639611":"Маленькое чудо","1388004931":"Меч небесного всадника","1390797107":"Белая кисть","1395607523":"Конец звериной тропы","1404688115":"Песнь разлуки","1406746947":"Потусторонняя история","1414366819":"Золочёное величество","1437658243":"Меч драконьей кости","1438974835":"Встречная комета","1455107995":"Молитва святым ветрам","1468367538":"Диона","1470442731":"Копьё послания ветров","1479961579":"Металлическая тень","1483922610":"Сара","1485303435":"Заряженное жало","1492752155":"Безмятежный","1499235563":"Преследование побеждённых","1499745907":"Легендарный клинок Иссин","1499817443":"Зелёный ветер","1516554699":"Кварц","1522029867":"Погибель огня и грома","1524173875":"Горящая алая ведьма","1533656818":"Путешественник","1538092267":"Легендарный клинок Иссин","1541919827":"Рыцарь крови","1545992315":"Справедливость","1558036915":"Киноварное загробье","1562601179":"Изумрудная тень","1588620330":"Аято","1600275315":"Харан гэппаку фуцу","1608953539":"Предвестник зари","1610242915":"Наследие","1628928163":"Желание анемонии","1632377563":"Ступающий по лаве","1651985379":"Знамение полярного дня","1660598451":"Наследие Ивакуры","1675079283":"Воспоминания дремучего леса","1675686363":"Церемониальный двуручный меч","1702903411":"Шёпот джинна","1706534267":"Говори как есть","1722706579":"Погибель воды и льда","1732418482":"Яо Яо","1745286795":"Мастерство самурая","1745712907":"Укротитель волн Ватацуми","1751039235":"Церемония древней знати","1756609915":"Моллюск морских красок","1771603299":"Золочёное величество","1773425155":"Меч нисхождения","1789612403":"Эхо","1820235315":"Песнь без стрел","1836628747":"Бунтарский защитник","1860795787":"Луна Моун","1864015138":"Кэ Цин","1873342283":"Усмиряющий гром","1890163363":"Вечное лунное сияние","1901973075":"Полярная звезда","1921418842":"Ноэлль","1932742643":"Завет погибели","1934830979":"Бессмертное восхищение","1940821986":"Синобу","1940919994":"Ху Тао","1966438658":"Эмбер","1982136171":"Сосредоточенный","1990641987":"Церемониальный меч","1990820123":"Амэнома Кагэути","1991707099":"Прототип: Злоба","1994081075":"Древняя Нефритовая Виста","1997709467":"Нефритовый коршун","2006422931":"Каменный меч","2017033267":"Безмятежный","2025598051":"Дружественный бриз","2029582603":"Кайдан: Объединяющий землю и дождь","2040573235":"Архаичный камень","2060049099":"Шаман огня","2108574027":"Расколотый камень","2109571443":"Сосредоточенный","2125206395":"Серебряный меч","2149411851":"Золочёное величество","2153521307":"Чертоги в пустыне","2172529947":"Преследование побеждённых","2176134843":"Сосредоточенный","2190368347":"Решительный","2191797987":"Искатель приключений","2195665683":"Церемониальные мемуары","2242027395":"Эбеновый лук","2244980899":"Погребённая поэма дюн","2257505883":"Благословение чащи","2267978875":"Плод восполнения","2276480763":"Эмблема рассечённой судьбы","2279290283":"Руководство по магии","2297485451":"Быстрая стрельба","2312640651":"Безмятежный","2317820211":"Заряженная игла","2322648115":"Громила","2324146259":"Кольцо Хакусин","2340970067":"Лук опытного охотника","2351445619":"Ушедшая сапфировая слеза","2359799475":"Акуомару","2364208851":"Решимость временщика","2365025043":"Странствующий рыцарь","2375993851":"Меч аристократов","2383998915":"Укротитель волн Ватацуми","2384519283":"Рогатка","2387711994":"Фарузан","2388785242":"Саю","2400012995":"Церемониальный лук","2410593283":"Тупой меч","2417717595":"Охотник во тьме","2425414923":"Гаснущие сумерки","2433755451":"Гимн мятежников","2440850563":"Эхо небесной поэзии","2448629019":"Токабо сигурэ","2466140362":"Венти","2469300579":"Преследование побеждённых","2470306939":"Правило грома","2474354867":"Меч Фавония","2476346187":"Погибель пламени и воды","2491797315":"Крест-копьё Китаин","2504399314":"Ёимия","2506955778":"Тигнари","2512309395":"Громогласный рёв ярости","2521338131":"Прототип: Янтарь","2534304035":"Лезвие рассекателя тумана","2538235187":"Хроники Чертогов в пустыне","2539208459":"Око клятвы","2546254811":"Кокон сладких грёз","2556914683":"Бесструнный","2587614459":"Плод вечной мерзлоты","2597527627":"Другая Сторона","2614170427":"Большой меч небесного всадника","2646367730":"Бэй Доу","2664629131":"Гроза драконов","2666951267":"Двуручный меч богатыря","2673337443":"Заряженная стрела","2679781122":"Гань Юй","2684365579":"Дебют","2691070627":"Благословение чащи","2705029563":"Карманный гримуар","2713453234":"Яэ Мико","2743659331":"Воронка","2749508387":"Золочёное величество","2749853923":"Осквернённое желание","2753539619":"Заснеженное звёздное серебро","2764598579":"Изгнанник","2792766467":"Некованый","2796697027":"Копьё новичка","2824690859":"Разбитое зеркало","2832648187":"Королевский лук","2834803571":"Золочёное величество","2848374378":"Е Лань","2853296811":"Клык, пронзивший небеса","2871793795":"Зоркий","2876340530":"Чун Юнь","2889777514":"Лайла","2890909531":"Воин","2893964243":"Шальная почта","2915865819":"Сияние бездны","2918525947":"Громовой пульс","2935286715":"Королевское копьё","2947140987":"Вспышка во тьме","2948362178":"Коллеи","2949448555":"Клятва свободы","2963220587":"Изумрудный шар","3001782875":"Безмятежный","3018479371":"Песня матроса","3024507506":"Райдэн","3063191787":"Иссушитель","3063488107":"Сильная атака","3068316954":"Итто","3070169307":"Железный наконечник","3073454867":"Аквамарин Махайры","3079462611":"Укротитель волн Ватацуми","3090373787":"Вино и песни","3092975658":"Кандакия","3094139291":"Цветок потерянного рая","3097441915":"Дубина переговоров","3112448011":"Решительность","3112679155":"Элегия погибели","3156385731":"Око сознания","3159145923":"Блуждающий клинок","3169209451":"Ржавый лук","3176599083":"Приближённый короля","3192689683":"Морозное погребение","3209694115":"Звезда диких лесов","3221566250":"Джинн","3230559562":"Странник","3235324891":"Посох Хомы","3252085691":"Дружественный бриз","3258658763":"Влечение магии","3265161211":"Заряженное лезвие","3273999011":"Черногорский агат","3277782506":"Фишль","3302787771":"Морозное погребение","3305772819":"Партизанская тактика","3314157803":"Бич мягкотелых","3337185491":"Ничья","3337249451":"Перегружен","3339083250":"Кли","3344622722":"Лиза","3364338659":"Опека ветров","3371922315":"Кагура Священной сакуры","3378007475":"Черногорский длинный меч","3400133546":"Горо","3406113971":"Дружественный бриз","3421967235":"Филейный нож","3439749859":"Зелёный лук","3443142923":"Копьё Драконьего хребта","3447737235":"Черногорский боевой лук","3453611803":"Разрывающий сети","3456986819":"Истории Додоко","3464027035":"Легендарный клинок Иссин","3465493459":"Меткий","3500935003":"Эпос о драконоборцах","3513240283":"Недошедший ветер","3532343811":"Богоубийство","3535784755":"Душа храбреца","3541083923":"Гладиатор","3555115602":"Тома","3584825427":"Записи ученика","3587062891":"Наставления камня: Единство","3587621259":"Меч-флейта","3600623979":"Лук охотника","3608180322":"Дилюк","3618167299":"Учёный","3625393819":"Прототип: Полумесяц","3626268211":"Отголоски подношения","3673792067":"Меч путешественника","3684723963":"Дождерез","3685735523":"Блуждающий клинок","3689108098":"Элой","3717341819":"Лунные тени чащобы","3717667418":"Эола","3717849275":"Сияющая жатва","3719372715":"Парный нефрит","3722933411":"Прототип: Архаичный","3755004051":"Копьё Фавония","3775299170":"Барбара","3780343147":"Одна Сторона","3782508715":"Целитель","3796702635":"Тысяча форм","3796905611":"Чёрный меч","3816664530":"Путешественница","3827789435":"Королевский гримуар","3832443723":"Непоколебимый","3836188467":"Безрассудная бабочка","3847143266":"Тарталья","3850149970":"Нилу","3862787418":"Чжун Ли","3890292467":"Инструктор","3898539027":"Благословение облаков","3909785739":"Марево на горизонте","3914045794":"Кокоми","3914951691":"Краснорогий камнеруб","3933622347":"Небесное крыло","3949653579":"Вальс Нирваны Ночи","3956074723":"Учения владыки лабиринта","3966753539":"Очищающая форма","3975746731":"Лук ворона","3995710363":"Волчья погибель","3996017211":"Жатва","3999792907":"Шаман воды","4000770243":"Уличная засада","4002157418":"Аль-Хайтам","4007372867":"Древняя Нефритовая Регалия","4022012131":"Преследование побеждённых","4049410651":"Смертельный бой","4055003299":"Небесный меч","4060235987":"Божественный свет","4080317355":"Храбрый","4082302819":"Воля защитника","4090429643":"Меч драконьей крови","4103022435":"Стальное жало","4103766499":"Чёрная кисть","4108620722":"Альбедо","4113638323":"Птица справедливости","4119663210":"Кэйа","4122509083":"Режущий волны плавник","4124851547":"Рассекающий туман","4127888970":"Нин Гуан","4137694339":"(test)竿测试","4139294531":"Посыльный","4144069251":"Воспоминания Симэнавы","4145306051":"Позолоченные сны","4158505619":"Небесная ось","4160147242":"Рэйзор","4186179883":"Хамаюми","4193089947":"Кацурагикири Нагамаса","4197635682":"Син Цю","4226083179":"Мастерство самурая","4230231107":"Аква симулякрум","4238339131":"Посох алых песков","4245213187":"Заряженный свиток","4258047555":"Дуэт полярной ночи","4260733330":"Розария","4267718859":"Изогнутый лук","4273845410":"Синь Янь","4275754179":"Волк-охотник","FIGHT_PROP_BASE_HP":"Базовое HP","FIGHT_PROP_HP":"HP","FIGHT_PROP_HP_PERCENT":"HP","FIGHT_PROP_BASE_ATTACK":"Базовая атака","FIGHT_PROP_ATTACK":"Сила атаки","FIGHT_PROP_ATTACK_PERCENT":"Сила атаки","FIGHT_PROP_BASE_DEFENSE":"Базовая защита","FIGHT_PROP_DEFENSE":"Защита","FIGHT_PROP_DEFENSE_PERCENT":"Защита","FIGHT_PROP_BASE_SPEED":"Скорость передвижения","FIGHT_PROP_SPEED_PERCENT":"Скорость передвижения","FIGHT_PROP_CRITICAL":"Шанс крит. попадания","FIGHT_PROP_ANTI_CRITICAL":"Крит. сопротивление","FIGHT_PROP_CRITICAL_HURT":"Крит. урон","FIGHT_PROP_CHARGE_EFFICIENCY":"Восст. энергии","FIGHT_PROP_ADD_HURT":"Бонус урона","FIGHT_PROP_SUB_HURT":"Снижение урона","FIGHT_PROP_HEAL_ADD":"Бонус лечения","FIGHT_PROP_HEALED_ADD":"Бонус получаемого лечения","FIGHT_PROP_ELEMENT_MASTERY":"Мастерство стихий","FIGHT_PROP_PHYSICAL_SUB_HURT":"Физ. сопротивление","FIGHT_PROP_PHYSICAL_ADD_HURT":"Бонус физ. урона","FIGHT_PROP_FIRE_ADD_HURT":"Бонус Пиро урона","FIGHT_PROP_ELEC_ADD_HURT":"Бонус Электро урона","FIGHT_PROP_WATER_ADD_HURT":"Бонус Гидро урона","FIGHT_PROP_GRASS_ADD_HURT":"Бонус Дендро урона","FIGHT_PROP_WIND_ADD_HURT":"Бонус Анемо урона","FIGHT_PROP_ROCK_ADD_HURT":"Бонус Гео урона","FIGHT_PROP_ICE_ADD_HURT":"Бонус Крио урона","FIGHT_PROP_FIRE_SUB_HURT":"Пиро сопротивление","FIGHT_PROP_ELEC_SUB_HURT":"Электро сопротивление","FIGHT_PROP_WATER_SUB_HURT":"Гидро сопротивление","FIGHT_PROP_GRASS_SUB_HURT":"Дендро сопротивление","FIGHT_PROP_WIND_SUB_HURT":"Анемо сопротивление","FIGHT_PROP_ROCK_SUB_HURT":"Гео сопротивление","FIGHT_PROP_ICE_SUB_HURT":"Крио сопротивление","FIGHT_PROP_EFFECT_HIT":"Попадание","FIGHT_PROP_EFFECT_RESIST":"Сопротивление","FIGHT_PROP_FREEZE_SHORTEN":"Снижение длительности заморозки","FIGHT_PROP_DIZZY_SHORTEN":"Снижение длительности ошеломления","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"Снижение времени отката","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"Прочность щита","FIGHT_PROP_CUR_HP":"HP","FIGHT_PROP_MAX_HP":"Макс. HP","FIGHT_PROP_CUR_ATTACK":"Сила атаки","FIGHT_PROP_CUR_DEFENSE":"Защита","FIGHT_PROP_CUR_SPEED":"Скорость передвижения","level":"Уровень"},"vi":{"20848859":"Hắc Nham Trảm Đao","33330467":"Thành Thục Nguyên Tố","37147251":"Nhật Nguyệt Hạp","43015699":"Chờ","54857595":"Ngưng Thủy Diệt Lôi","83115355":"Thiếu Nữ Đáng Yêu","85795635":"Chuyên Chú","88505754":"Kaedehara Kazuha","135182203":"Ngưng Thủy Diệt Lôi","143051931":"Ánh Trăng Xiphos","147298547":"Đoàn Hát Lang Thang Đại Lục","156294403":"Trái Tim Trầm Luân","160493219":"Kiếm Sắt Đen","168956722":"Qiqi","197755235":"Giáo Nịnh Thần","212557731":"Người Tế Lôi","231836963":"Nham Kết Lục","240385755":"Phá Sóng","246984427":"Trừ Lôi Dập Hỏa","262428003":"Người Tế Băng","270124867":"Trái Tim Hộ Quốc","275622963":"Ánh Lá Phán Quyết","287454963":"Người Tế Phong","288666635":"Trái Tim Hoàn Mỹ","302691299":"Hổ Phách Nguyệt","303155515":"Rời Khỏi Bầy Đàn","310247243":"Chân Ý Của Kagura","313300315":"Kiếm Gỗ","334242634":"Shenhe","339931171":"Thừa Thắng Xông Lên","342097547":"Con Thoi Chu Sa","346510395":"Vua Biển Hàng Hiệu","359484419":"Hồi Ức Tulaytullah","368014203":"Long Tích Chém Đứt Thanh Không","388272194":"Dori","391273955":"Răng Nanh Đen Vỡ Nát","411685275":"Cung Thép","426363739":"Sao Đêm Rong Ruổi","452043283":"Bài Thơ Kể Chuyện","452357939":"Quán Nguyệt Thương","453444347":"Khúc Ca Bình Minh Ngàn Đêm","454086795":"Chìa Khóa Khaj-Nisut","479076483":"Lãnh Nhẫn","481755219":"Thương Hắc Nham","486287579":"Nhiệt Thải","500612819":"Cột Cờ","506630267":"Đi Cùng Với Gió","514784907":"Diệt Hỏa Ngưng Thủy","521221323":"Trái Tim Hộ Quốc","540938627":"Kẻ Săn Mồi","565329475":"Rồng Kunwu","566772267":"Gokadaiou Otogibanashi","577103787":"Tắm Năng Lượng","578575283":"Lưu Nguyệt Châm","586598971":"Hình Dạng Tròn Trĩnh","597991835":"Ánh Trăng Đêm Trắng","607067963":"Tinh Hoa Isshin","613846163":"Giáng Thế","618786571":"Thuẫn Kích","623494555":"Phá Hủy","623534363":"Tây Phong Mật Điển","630452219":"Sakura Saiguu","646032090":"Shikanoin Heizou","646100491":"Thiên Nham Quyết - Đồng Tâm","650049651":"Bài Ca Hoa Gió","655825874":"Yun Jin","656120259":"Lời Thề Xạ Thủ Thần","680510411":"Kiếm Bạch Ảnh","688991243":"Hủy Diệt","693354267":"Khóa Trần Thế","697277554":"Yanfei","712501082":"Nahida","716252627":"Thương Thiên Nham","729851187":"Băng Xuyên Tuyết Sa","735056795":"Đại Kiếm Tây Phong","807607555":"Quyển Thiên Không","824949859":"Dodo! Đi Mạo Hiểm Thôi","828711395":"Cung Amos","836208539":"Xuy Kim","850802171":"Kiếm Bạch Thiết","855894507":"Cuồng Chiến","862591315":"Lửa Trắng Xám","877751435":"Đại Kiếm Tông Thất","902184579":"Vương Khí Rừng Sâu","902264035":"Phong Ưng Kiếm","902282051":"Dứt Điểm","909145139":"Trái Tim Hộ Quốc","930640955":"Kiếm Chuông","933076627":"Dũng Sĩ Trong Băng Giá","942758755":"Chuyên Chú","944332883":"Kiếm Chước Phong","949506483":"Chiến Thắng Của Biển Cả","968378595":"Kháng Chiến Của Chim Ưng Tây Phong","968893378":"Bennett","977648923":"Đề Ách Ngư","991968139":"Giấc Mơ Vĩnh Cửu - Nguyên Liệu Vĩnh Hằng","1006042610":"Kamisato Ayaka","1012170803":"Kagotsurube Isshin","1021898539":"Nỏ Kéo","1021947690":"Xiao","1028735635":"Bài Ca Kháng Chiến","1049891906":"Cyno","1053433018":"Sucrose","1072884907":"Hải Đồ Vạn Quốc","1075647299":"Tiếng Gió Trong Rừng Thông","1082448331":"Con Dân Của Ánh Sáng Lay Lắt","1089950259":"Thiên Không Kiêu Ngạo","1097898243":"Trầm Trọng","1103732675":"Vật May Mắn","1113306282":"Mona","1114777131":"Hợp Huyền","1119368259":"Hành Trình","1130996346":"Xiangling","1133599347":"Ý Chí Không Quên","1148024603":"Lao Xiên Cá","1154009435":"Mẫu Tinh Liêm","1163263227":"Chương Nhạc Lang Thang","1163616891":"Sương Táng","1182966603":"Kiếm Dụng Binh","1186209435":"Con Bạc","1201790667":"Cõi Mộng Ngàn Đêm","1212345779":"Lễ Bế Mạc Của Giác Đấu Sĩ","1217552947":"Bạch Nhẫn Lưu Chuyển","1240067179":"Cung Tây Phong","1307222899":"Lưỡi Đao Lang Thang","1319974859":"Khích Lệ","1321135667":"Tiếng Hét Của Rồng","1337666507":"Thiên Nham Vững Chắc","1344953075":"Đi Cùng Với Gió","1345343763":"Bàn Nham Kết Lục","1348687251":"Con Đường Thợ Săn","1383427723":"Râu Rễ Trăng Bạc","1383639611":"Kỳ Tích","1388004931":"Kiếm Phi Thiên","1390797107":"Thương Bạch Anh","1395607523":"Đường Cùng Của Thú","1404688115":"Bài Ca Nỗi Nhớ Ly Biệt","1406746947":"Tiểu Thuyết Dị Giới","1414366819":"Hoàng Cực Chương Vàng","1437658243":"Kiếm Li Cốt","1438974835":"Sao Băng Bay Ngược","1455107995":"Điển Tích Tây Phong","1468367538":"Diona","1470442731":"Mũi Nhọn Của Gió","1479961579":"Kiếm Thiết Ảnh","1483922610":"Kujou Sara","1485303435":"Kích Năng Lượng","1492752155":"Khí Định Thần","1499235563":"Thừa Thắng Xông Lên","1499745907":"Danh Đao \"Trường Phái Isshin\"","1499817443":"Ngọn Gió Biếc","1516554699":"Kiếm Thạch Anh","1522029867":"Trừ Lôi Dập Hỏa","1524173875":"Diệm Liệt Ma Nữ Cháy Rực","1533656818":"Nhà Lữ Hành","1538092267":"Danh Đao \"Trường Phái Isshin\"","1541919827":"Kỵ Sĩ Đạo Nhuốm Máu","1545992315":"Chính Nghĩa","1558036915":"Thần Sa Vãng Sinh Lục","1562601179":"Bóng Hình Màu Xanh","1588620330":"Kamisato Ayato","1600275315":"Haran Geppaku Futsu","1608953539":"Thần Kiếm Lê Minh","1610242915":"Kế Thừa","1628928163":"Ước Nguyện Hoa Gió","1632377563":"Hiền Nhân Bốc Lửa","1651985379":"Điềm Báo Ban Trưa","1660598451":"Sự Kế Thừa Iwakura","1675079283":"Ký Ức Rừng Sâu","1675686363":"Đại Kiếm Tế Lễ","1702903411":"Lời Thì Thầm Trấn Linh","1706534267":"Lời Nói Thẳng Thắn","1722706579":"Chặn Nước Tan Băng","1732418482":"Yaoyao","1745286795":"Vũ Điệu Samurai","1745712907":"Kẻ Cưỡi Sóng Watatsumi","1751039235":"Nghi Thức Tông Thất Cổ","1756609915":"Xà Cừ Đại Dương","1771603299":"Hoàng Cực Chương Vàng","1773425155":"Kiếm Giáng Lâm","1789612403":"Vang Vọng","1820235315":"Bài Ca Không Tên","1836628747":"Kẻ Bảo Vệ Phản Nghịch","1860795787":"Ánh Trăng Mouun","1864015138":"Keqing","1873342283":"Tôn Giả Trầm Lặng","1890163363":"Vầng Trăng Bất Diệt","1901973075":"Ngôi Sao Cực Đông","1921418842":"Noelle","1932742643":"Diệt Khước Giới Pháp","1934830979":"Khát Vọng Vô Tận","1940821986":"Kuki Shinobu","1940919994":"Hu Tao","1966438658":"Amber","1982136171":"Chuyên Chú","1990641987":"Kiếm Tế Lễ","1990820123":"Đoản Đao Amenoma","1991707099":"Mẫu Trảm Nham","1994081075":"Cung Huyền Lê","1997709467":"Hòa Phác Diên","2006422931":"Thiên Nham Cổ Kiếm","2017033267":"Khí Định Thần","2025598051":"Đi Cùng Với Gió","2029582603":"Kinh Dị - Một Chân Dưới Màn Mưa","2040573235":"Phiến Đá Lâu Đời","2060049099":"Người Tế Hỏa","2108574027":"Đá Vụn","2109571443":"Chuyên Chú","2125206395":"Kiếm Bạc","2149411851":"Hoàng Cực Chương Vàng","2153521307":"Đình Đài Trên Cát","2172529947":"Thừa Thắng Xông Lên","2176134843":"Chuyên Chú","2190368347":"Quyết","2191797987":"Nhà Mạo Hiểm","2195665683":"Mảnh Chương Tế Lễ","2242027395":"Cung Hắc Đàn","2244980899":"Sử Thi Trong Biển Cát","2257505883":"Chúc Phúc Của Rừng","2267978875":"Quả Mọng","2276480763":"Dấu Ấn Ngăn Cách","2279290283":"Tóm Tắt Ma Pháp","2297485451":"Cung Tên Tốc Xạ","2312640651":"Khí Định Thần","2317820211":"Trâm Năng Lượng","2322648115":"Vụn Vỡ","2324146259":"Vòng Bạch Thần","2340970067":"Cung Săn Bắn Tôi Luyện","2351445619":"Nước Mắt Lam Bảo Thạch Chôn Vùi","2359799475":"Akuoumaru","2364208851":"Trái Tim Hành Giả","2365025043":"Hiệp Sĩ Đường Phố","2375993851":"Trường Kiếm Tông Thất","2383998915":"Kẻ Cưỡi Sóng Watatsumi","2384519283":"Nỏ Kéo","2387711994":"Faruzan","2388785242":"Sayu","2400012995":"Cung Tế Lễ","2410593283":"Vô Phong Kiếm","2417717595":"Thợ Săn Hẻm Tối","2425414923":"Lạc Hà","2433755451":"Bài Ca Phản Nghịch","2440850563":"Bài Thơ Vang Lên Trời Cao","2448629019":"Toukabou Shigure","2466140362":"Venti","2469300579":"Thừa Thắng Xông Lên","2470306939":"Đế Chế Sấm Sét","2474354867":"Tây Phong Kiếm","2476346187":"Diệt Hỏa Ngưng Thủy","2491797315":"Giáo Thập Tự Kitain","2504399314":"Yoimiya","2506955778":"Tighnari","2512309395":"Như Sấm Thịnh Nộ","2521338131":"Mẫu Kim Phách","2534304035":"Linh Vật Cắt Sương","2538235187":"Sử Ký Đình Đài Cát","2539208459":"Con Ngươi Tuyên Thệ","2546254811":"Giấc Mộng Phù Hoa","2556914683":"Tuyệt Huyền","2587614459":"Trái Chịu Lạnh","2597527627":"Dị Sử","2614170427":"Đại Kiếm Phi Thiên","2646367730":"Beidou","2664629131":"Tai Ương Của Rồng","2666951267":"Kiếm Huấn Luyện","2673337443":"Mũi Tên Năng Lượng","2679781122":"Ganyu","2684365579":"Nhạc Mở Màn","2691070627":"Chúc Phúc Của Rừng","2705029563":"Số Tay Ma Pháp","2713453234":"Yae Miko","2743659331":"Kích Lưu","2749508387":"Hoàng Cực Chương Vàng","2749853923":"Răng Nanh Rỉ Sét","2753539619":"Tuyết Vùi Tinh Ngân","2764598579":"Kẻ Lưu Đày","2792766467":"Kiếm Vô Công","2796697027":"Thương Tân Thủ","2824690859":"Gương Vỡ","2832648187":"Trường Cung Tông Thất","2834803571":"Hoàng Cực Chương Vàng","2848374378":"Yelan","2853296811":"Răng Nanh Xuyên Qua Trời Cao","2871793795":"Sắc Bén","2876340530":"Chongyun","2889777514":"Layla","2890909531":"Võ Nhân","2893964243":"Mũi Tên Truyền Tin","2915865819":"Vực Sâu Rạng Rỡ","2918525947":"Sấm Sét Rung Động","2935286715":"Thương Săn Tông Thất","2947140987":"Tia Sáng Nơi Hẻm Tối","2948362178":"Collei","2949448555":"Lời Thề Tự Do Cổ Xưa","2963220587":"Quả Cầu Ngọc","3001782875":"Khí Định Thần","3018479371":"Bài Ca Của Thuyền","3024507506":"Raiden Shogun","3063191787":"Sông Cạn","3063488107":"Tấn Công Mạnh Mẽ","3068316954":"Arataki Itto","3070169307":"Thương Sắt","3073454867":"Sắc Nước Makhaira","3079462611":"Kẻ Cưỡi Sóng Watatsumi","3090373787":"Rượu Và Thơ Nơi Hẻm Tối","3092975658":"Candace","3094139291":"Đóa Hoa Trang Viên Thất Lạc","3097441915":"Gậy Thu Phục","3112448011":"Quyết Tâm","3112679155":"Tiếng Thở Dài Vô Tận","3156385731":"Chiêu Tâm","3159145923":"Lưỡi Đao Lang Thang","3169209451":"Cung Rỉ Sét","3176599083":"Cận Vệ Nhà Vua","3192689683":"Sương Táng","3209694115":"Sao Đêm Rừng Hoang","3221566250":"Jean","3230559562":"Kẻ Lang Thang","3235324891":"Trượng Hộ Ma","3252085691":"Đi Cùng Với Gió","3258658763":"Thị Ma","3265161211":"Đỉnh Năng Lượng","3273999011":"Hắc Nham Phỉ Ngọc","3277782506":"Fischl","3302787771":"Sương Táng","3305772819":"Chiến Thuật Đột Kích","3314157803":"Khắc Nhu","3337185491":"Dòng Chảy Tịch Diệt","3337249451":"Quá Tải","3339083250":"Klee","3344622722":"Lisa","3364338659":"Sự Chăm Sóc Vô Biên","3371922315":"Vũ Điệu Kagura Của Anh Đào Thần","3378007475":"Hắc Nham Trường Kiếm","3400133546":"Gorou","3406113971":"Đi Cùng Với Gió","3421967235":"Đao Săn Cá","3439749859":"Cung Sắc Xanh","3443142923":"Thương Long Tích","3447737235":"Cung Hắc Nham","3453611803":"Phá Lưới","3456986819":"Tuyển tập các câu chuyện về Dodoco","3464027035":"Danh Đao \"Trường Phái Isshin\"","3465493459":"Tinh Chuẩn","3500935003":"Câu Chuyện Diệt Rồng","3513240283":"Ngọn Gió Không Đến","3532343811":"Sát Chủ","3535784755":"Trái Tim Dũng Sĩ","3541083923":"Giác Đấu Sĩ","3555115602":"Thoma","3584825427":"Nhật Ký Học Sinh","3587062891":"Thiên Nham Quyết - Đồng Tâm","3587621259":"Kiếm Sáo","3600623979":"Cung Săn Bắn","3608180322":"Diluc","3618167299":"Học Sĩ","3625393819":"Mẫu Đạm Nguyệt","3626268211":"Dư Âm Tế Lễ","3673792067":"Kiếm Lữ Hành","3684723963":"Vũ Tài","3685735523":"Lưỡi Đao Lang Thang","3689108098":"Aloy","3717341819":"Ánh Trăng Rừng Tối","3717667418":"Eula","3717849275":"Đoạn Thảo Trường Đao","3719372715":"Ngọc Sinh Đôi","3722933411":"Mẫu Cổ Hoa","3755004051":"Thương Tây Phong","3775299170":"Barbara","3780343147":"Hư Vô","3782508715":"Thầy Thuốc","3796702635":"Thiên Biến Vạn Hóa","3796905611":"Kiếm Đen","3816664530":"Nhà Lữ Hành","3827789435":"Mật Pháp Tông Thất","3832443723":"Bất Khuất","3836188467":"Bướm Đỏ Tự Do","3847143266":"Tartaglia","3850149970":"Nilou","3862787418":"Zhongli","3890292467":"Giáo Quan","3898539027":"Linh Vân Phiêu Du Bốn Phương","3909785739":"Giấc Mộng Cuối Chân Trời","3914045794":"Sangonomiya Kokomi","3914951691":"Xích Giác Phá Thạch Đao","3933622347":"Cánh Thiên Không","3949653579":"Điệu Van Ban Đêm","3956074723":"Chỉ Dẫn Của Vua Mê Cung","3966753539":"Dạng Gột Rửa","3975746731":"Cung Lông Quạ","3995710363":"Đường Cùng Của Sói","3996017211":"Dứt Điểm","3999792907":"Người Tế Thủy","4000770243":"Phục Kích Ngõ Hẹp","4002157418":"Alhaitham","4007372867":"Ngọc Định Thổ","4022012131":"Thừa Thắng Xông Lên","4049410651":"Thương Quyết Chiến","4055003299":"Thiên Không Kiếm","4060235987":"Nhật Nguyệt Huy","4080317355":"Dũng Khí","4082302819":"Trái Tim Thủ Hộ","4090429643":"Kiếm Huyết Rồng","4103022435":"Thiết Phong Kích","4103766499":"Hắc Anh Thương","4108620722":"Albedo","4113638323":"Thương Đại Bàng Ngân Nga","4119663210":"Kaeya","4122509083":"Vây Cá Chẻ Sóng","4124851547":"Ánh Sáng Đêm Sương Mù","4127888970":"Ningguang","4137694339":"(test) Test cần câu","4139294531":"Tín Sứ","4144069251":"Dòng Hồi Ức Bất Tận","4145306051":"Giấc Mộng Hoàng Kim","4158505619":"Xương Sống Thiên Không","4160147242":"Razor","4186179883":"Cung Trừ Ma","4193089947":"Trường Đao Katsuragi","4197635682":"Xingqiu","4226083179":"Vũ Điệu Samurai","4230231107":"Nhược Thủy","4238339131":"Quyền Trượng Cát Đỏ","4245213187":"Sách Năng Lượng","4258047555":"Cực Dạ Nhị Trùng Tấu","4260733330":"Rosaria","4267718859":"Cung Phản Khúc","4273845410":"Xinyan","4275754179":"Người Thợ Săn Như Sói","FIGHT_PROP_BASE_HP":"HP Căn Bản","FIGHT_PROP_HP":"HP","FIGHT_PROP_HP_PERCENT":"HP","FIGHT_PROP_BASE_ATTACK":"Tấn Công Căn Bản","FIGHT_PROP_ATTACK":"Tấn Công","FIGHT_PROP_ATTACK_PERCENT":"Tấn Công","FIGHT_PROP_BASE_DEFENSE":"P.Ngự Căn Bản","FIGHT_PROP_DEFENSE":"Phòng Ngự","FIGHT_PROP_DEFENSE_PERCENT":"Phòng Ngự","FIGHT_PROP_BASE_SPEED":"Tốc Độ Di Chuyển","FIGHT_PROP_SPEED_PERCENT":"Tốc Độ Di Chuyển","FIGHT_PROP_CRITICAL":"Tỷ Lệ Bạo Kích","FIGHT_PROP_ANTI_CRITICAL":"Kháng Bạo","FIGHT_PROP_CRITICAL_HURT":"ST Bạo Kích","FIGHT_PROP_CHARGE_EFFICIENCY":"Hiệu Quả Nạp Nguyên Tố","FIGHT_PROP_ADD_HURT":"Tăng Sát Thương","FIGHT_PROP_SUB_HURT":"Giảm Thương","FIGHT_PROP_HEAL_ADD":"Tăng Trị Liệu","FIGHT_PROP_HEALED_ADD":"Tăng Nhận Trị Liệu","FIGHT_PROP_ELEMENT_MASTERY":"Tinh Thông Nguyên Tố","FIGHT_PROP_PHYSICAL_SUB_HURT":"Kháng Vật Lý","FIGHT_PROP_PHYSICAL_ADD_HURT":"Tăng Sát Thương Vật Lý","FIGHT_PROP_FIRE_ADD_HURT":"Tăng ST Nguyên Tố Hỏa","FIGHT_PROP_ELEC_ADD_HURT":"Tăng ST Nguyên Tố Lôi","FIGHT_PROP_WATER_ADD_HURT":"Tăng ST Nguyên Tố Thủy","FIGHT_PROP_GRASS_ADD_HURT":"Tăng ST Nguyên Tố Thảo","FIGHT_PROP_WIND_ADD_HURT":"Tăng ST Nguyên Tố Phong","FIGHT_PROP_ROCK_ADD_HURT":"Tăng ST Nguyên Tố Nham","FIGHT_PROP_ICE_ADD_HURT":"Tăng ST Nguyên Tố Băng","FIGHT_PROP_FIRE_SUB_HURT":"Kháng Nguyên Tố Hỏa","FIGHT_PROP_ELEC_SUB_HURT":"Kháng Nguyên Tố Lôi","FIGHT_PROP_WATER_SUB_HURT":"Kháng Nguyên Tố Thủy","FIGHT_PROP_GRASS_SUB_HURT":"Kháng Nguyên Tố Thảo","FIGHT_PROP_WIND_SUB_HURT":"Kháng Nguyên Tố Phong","FIGHT_PROP_ROCK_SUB_HURT":"Kháng Nguyên Tố Nham","FIGHT_PROP_ICE_SUB_HURT":"Kháng Nguyên Tố Băng","FIGHT_PROP_EFFECT_HIT":"Chính Xác","FIGHT_PROP_EFFECT_RESIST":"Kháng","FIGHT_PROP_FREEZE_SHORTEN":"Giảm Thời Gian Đóng Băng","FIGHT_PROP_DIZZY_SHORTEN":"Giảm Thời Gian Choáng","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"Giảm CD","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"Hiệu Quả Khiên","FIGHT_PROP_CUR_HP":"HP","FIGHT_PROP_MAX_HP":"Giới Hạn HP","FIGHT_PROP_CUR_ATTACK":"Tấn Công","FIGHT_PROP_CUR_DEFENSE":"Phòng Ngự","FIGHT_PROP_CUR_SPEED":"Tốc Độ Di Chuyển","level":"Cấp"},"th":{"20848859":"Blackcliff Slasher","33330467":"Elemental Mastery","37147251":"Solar Pearl","43015699":"TBD","54857595":"Bane of Storm and Tide","83115355":"Maiden Beloved","85795635":"Focus","88505754":"Kaedehara Kazuha","135182203":"Bane of Storm and Tide","143051931":"Xiphos' Moonlight","147298547":"Wanderer's Troupe","156294403":"Heart of Depth","160493219":"Dark Iron Sword","168956722":"Qiqi","197755235":"Vortex Vanquisher","212557731":"Prayers for Wisdom","231836963":"Primordial Jade Cutter","240385755":"Wavesplitter","246984427":"Bane of Fire and Thunder","262428003":"Prayers to Springtime","270124867":"Protector's Virtue","275622963":"Light of Foliar Incision","287454963":"Prayers to the Firmament","288666635":"Spotless Heart","302691299":"Amber Bead","303155515":"Unreturning","310247243":"Kagura's Verity","313300315":"Sapwood Blade","334242634":"Shenhe","339931171":"Press the Advantage","342097547":"Cinnabar Spindle","346510395":"Luxurious Sea-Lord","359484419":"Tulaytullah's Remembrance","368014203":"Sky-ripping Dragon Spine","388272194":"Dori","391273955":"Black Wing","411685275":"Compound Bow","426363739":"Wandering Evenstar","452043283":"Lost Ballade","452357939":"Moonpiercer","453444347":"A Thousand Nights' Dawnsong","454086795":"Key of Khaj-Nisut","479076483":"Cool Steel","481755219":"Blackcliff Pole","486287579":"Residual Heat","500612819":"The Flagstaff","506630267":"Windfall","514784907":"Bane of Flame and Water","521221323":"Protector's Virtue","540938627":"Predator","565329475":"Kunwu's Wyrmbane","566772267":"Gokadaiou Otogibanashi","577103787":"Energy Shower","578575283":"Crescent Pike","586598971":"Full Circle","597991835":"Byakuya Kougetsu","607067963":"Isshin Art Clarity","613846163":"Descension","618786571":"Halberd","623494555":"Decimate","623534363":"Favonius Codex","630452219":"Sakura Palace","646032090":"Shikanoin Heizou","646100491":"Lithic Axiom: Unity","650049651":"Windblume Ode","655825874":"Yun Jin","656120259":"Sharpshooter's Oath","680510411":"Whiteblind","688991243":"Calamity Queller","693354267":"Memory of Dust","697277554":"Yanfei","712501082":"Nahida","716252627":"Lithic Spear","729851187":"Glacier and Snowfield","735056795":"Favonius Greatsword","807607555":"Skyward Atlas","824949859":"Dodoventure!","828711395":"Amos' Bow","836208539":"Golden Plating","850802171":"White Iron Greatsword","855894507":"Berserker","862591315":"Pale Flame","877751435":"Royal Greatsword","902184579":"Forest Regalia","902264035":"Aquila Favonia","902282051":"Cull the Weak","909145139":"Protector's Virtue","930640955":"The Bell","933076627":"Blizzard Strayer","942758755":"Focus","944332883":"Summit Shaper","949506483":"Oceanic Victory","968378595":"Falcon's Defiance","968893378":"Bennett","977648923":"Primordial Jade Greatsword","991968139":"Timeless Dream: Eternal Stove","1006042610":"Kamisato Ayaka","1012170803":"Kagotsurube Isshin","1021898539":"Slingshot","1021947690":"Xiao","1028735635":"Revolutionary Chorale","1049891906":"Cyno","1053433018":"Sucrose","1072884907":"Mappa Mare","1075647299":"Song of Broken Pines","1082448331":"People of the Faltering Light","1089950259":"Skyward Pride","1097898243":"Heavy","1103732675":"Lucky Dog","1113306282":"Mona","1114777131":"Chord","1119368259":"Journey","1130996346":"Xiangling","1133599347":"Strong-Willed","1148024603":"\"The Catch\"","1154009435":"Prototype Starglitter","1163263227":"The Widsith","1163616891":"Frost Burial","1182966603":"Old Merc's Pal","1186209435":"Gambler","1201790667":"A Thousand Floating Dreams","1212345779":"Gladiator's Finale","1217552947":"Honed Flow","1240067179":"Favonius Warbow","1307222899":"Wandering Striker","1319974859":"Vigorous","1321135667":"Lion's Roar","1337666507":"Tenacity of the Millelith","1344953075":"Windfall","1345343763":"Primordial Jade Cutter","1348687251":"Hunter's Path","1383427723":"Whitemoon Bristle","1383639611":"Tiny Miracle","1388004931":"Skyrider Sword","1390797107":"White Tassel","1395607523":"At the End of the Beast-Paths","1404688115":"The Parting Refrain","1406746947":"Otherworldly Story","1414366819":"Golden Majesty","1437658243":"Serpent Spine","1438974835":"Retracing Bolide","1455107995":"Lost Prayer to the Sacred Winds","1468367538":"Diona","1470442731":"Missive Windspear","1479961579":"Ferrous Shadow","1483922610":"Kujou Sara","1485303435":"Infusion Stinger","1492752155":"Composed","1499235563":"Press the Advantage","1499745907":"ดาบเลื่องชื่อ \"Isshin Art\"","1499817443":"Verdant Wind","1516554699":"Quartz","1522029867":"Bane of Fire and Thunder","1524173875":"Crimson Witch of Flames","1533656818":"นักเดินทาง","1538092267":"ดาบเลื่องชื่อ \"Isshin Art\"","1541919827":"Bloodstained Chivalry","1545992315":"Justice","1558036915":"Vermillion Hereafter","1562601179":"Viridescent Venerer","1588620330":"Kamisato Ayato","1600275315":"Haran Geppaku Futsu","1608953539":"Harbinger of Dawn","1610242915":"Heritage","1628928163":"Windblume Wish","1632377563":"Lavawalker","1651985379":"Daylight's Augury","1660598451":"Iwakura Succession","1675079283":"Deepwood Memories","1675686363":"Sacrificial Greatsword","1702903411":"Jinni's Whisper","1706534267":"Blunt Conclusion","1722706579":"Bane of Water and Ice","1732418482":"Yaoyao","1745286795":"Samurai Conduct","1745712907":"Watatsumi Wavewalker","1751039235":"Noblesse Oblige","1756609915":"Ocean-Hued Clam","1771603299":"Golden Majesty","1773425155":"Sword of Descension","1789612403":"Echo","1820235315":"Arrowless Song","1836628747":"Rebellious Guardian","1860795787":"Mouun's Moon","1864015138":"Keqing","1873342283":"Thundersoother","1890163363":"Everlasting Moonglow","1901973075":"Polar Star","1921418842":"Noelle","1932742643":"Extinguishing Precept","1934830979":"Undying Admiration","1940821986":"Kuki Shinobu","1940919994":"Hu Tao","1966438658":"Amber","1982136171":"Focus","1990641987":"Sacrificial Sword","1990820123":"Amenoma Kageuchi","1991707099":"Prototype Rancour","1994081075":"Primordial Jade Vista","1997709467":"Primordial Jade Winged-Spear","2006422931":"Lithic Blade","2017033267":"Composed","2025598051":"Windfall","2029582603":"Kaidan: Rainfall Earthbinder","2040573235":"Archaic Petra","2060049099":"Prayers for Illumination","2108574027":"Crushed Stone","2109571443":"Focus","2125206395":"Silver Sword","2149411851":"Golden Majesty","2153521307":"Desert Pavilion","2172529947":"Press the Advantage","2176134843":"Focus","2190368347":"Gash","2191797987":"Adventurer","2195665683":"Sacrificial Fragments","2242027395":"Ebony Bow","2244980899":"Sunken Song of the Sands","2257505883":"Forest Sanctuary","2267978875":"Fruit of Fulfillment","2276480763":"Emblem of Severed Fate","2279290283":"Magic Guide","2297485451":"Rapid Firing","2312640651":"Composed","2317820211":"Infusion Needle","2322648115":"Crush","2324146259":"Hakushin Ring","2340970067":"Seasoned Hunter's Bow","2351445619":"Bygone Azure Teardrop","2359799475":"Akuoumaru","2364208851":"Resolution of Sojourner","2365025043":"Itinerant Hero","2375993851":"Royal Longsword","2383998915":"Watatsumi Wavewalker","2384519283":"Slingshot","2387711994":"Faruzan","2388785242":"Sayu","2400012995":"Sacrificial Bow","2410593283":"Dull Blade","2417717595":"Alley Hunter","2425414923":"Fading Twilight","2433755451":"Rebel's Banner-Hymn","2440850563":"Echoing Ballad","2448629019":"Toukabou Shigure","2466140362":"Venti","2469300579":"Press the Advantage","2470306939":"Rule by Thunder","2474354867":"Favonius Sword","2476346187":"Bane of Flame and Water","2491797315":"Kitain Cross Spear","2504399314":"Yoimiya","2506955778":"Tighnari","2512309395":"Thundering Fury","2521338131":"Prototype Amber","2534304035":"Mistsplitter's Edge","2538235187":"Desert Pavilion Chronicle","2539208459":"Oathsworn Eye","2546254811":"Husk of Opulent Dreams","2556914683":"The Stringless","2587614459":"Frostbearer","2597527627":"The Other Side","2614170427":"Skyrider Greatsword","2646367730":"Beidou","2664629131":"Dragon's Bane","2666951267":"Waster Greatsword","2673337443":"Infusion Arrow","2679781122":"Ganyu","2684365579":"Debut","2691070627":"Forest Sanctuary","2705029563":"Pocket Grimoire","2713453234":"Yae Miko","2743659331":"Rapids","2749508387":"Golden Majesty","2749853923":"Festering Desire","2753539619":"Snow-Tombed Starsilver","2764598579":"The Exile","2792766467":"The Unforged","2796697027":"Beginner's Protector","2824690859":"Mirror Breaker","2832648187":"Royal Bow","2834803571":"Golden Majesty","2848374378":"Yelan","2853296811":"Sky-Piercing Fang","2871793795":"Sharp","2876340530":"Chongyun","2889777514":"Layla","2890909531":"Martial Artist","2893964243":"Archer's Message","2915865819":"Radiance of the Deeps","2918525947":"Thundering Pulse","2935286715":"Royal Spear","2947140987":"The Alley Flash","2948362178":"Collei","2949448555":"Freedom-Sworn","2963220587":"Emerald Orb","3001782875":"Composed","3018479371":"Shanty","3024507506":"Raiden Shogun","3063191787":"End of the Line","3063488107":"Strong Strike","3068316954":"Arataki Itto","3070169307":"Iron Point","3073454867":"Makhaira Aquamarine","3079462611":"Watatsumi Wavewalker","3090373787":"Wine and Song","3092975658":"Candace","3094139291":"Flower of Paradise Lost","3097441915":"Debate Club","3112448011":"Determination","3112679155":"Elegy for the End","3156385731":"Eye of Perception","3159145923":"Wandering Striker","3169209451":"Rust","3176599083":"King's Squire","3192689683":"Frost Burial","3209694115":"Wildling Nightstar","3221566250":"Jean","3230559562":"ผู้พเนจร","3235324891":"Staff of Homa","3252085691":"Windfall","3258658763":"Magic Affinity","3265161211":"Infusion Blade","3273999011":"Blackcliff Agate","3277782506":"Fischl","3302787771":"Frost Burial","3305772819":"Guerilla Tactics","3314157803":"Bane of the Soft","3337185491":"Full Draw","3337249451":"Overloaded","3339083250":"Klee","3344622722":"Lisa","3364338659":"Boundless Blessing","3371922315":"Kagura Dance of the Sacred Sakura","3378007475":"Blackcliff Longsword","3400133546":"Gorou","3406113971":"Windfall","3421967235":"Fillet Blade","3439749859":"The Viridescent Hunt","3443142923":"Dragonspine Spear","3447737235":"Blackcliff Warbow","3453611803":"Net Snapper","3456986819":"Dodoco Tales","3464027035":"ดาบเลื่องชื่อ \"Isshin Art\"","3465493459":"Precise","3500935003":"Thrilling Tales of Dragon Slayers","3513240283":"The Wind Unattained","3532343811":"Deicide","3535784755":"Brave Heart","3541083923":"Gladiator","3555115602":"Thoma","3584825427":"Apprentice's Notes","3587062891":"Lithic Axiom: Unity","3587621259":"The Flute","3600623979":"Hunter's Bow","3608180322":"Diluc","3618167299":"Scholar","3625393819":"Prototype Crescent","3626268211":"Echoes of an Offering","3673792067":"Traveler's Handy Sword","3684723963":"Rainslasher","3685735523":"Wandering Striker","3689108098":"Aloy","3717341819":"Stillwood Moonshadow","3717667418":"Eula","3717849275":"Engulfing Lightning","3719372715":"Twin Nephrite","3722933411":"Prototype Archaic","3755004051":"Favonius Lance","3775299170":"Barbara","3780343147":"One Side","3782508715":"Traveling Doctor","3796702635":"Ever-Changing","3796905611":"The Black Sword","3816664530":"นักเดินทาง","3827789435":"Royal Grimoire","3832443723":"Unbending","3836188467":"Reckless Cinnabar","3847143266":"Tartaglia","3850149970":"Nilou","3862787418":"Zhongli","3890292467":"Instructor","3898539027":"Wandering Clouds","3909785739":"Heat Haze at Horizon's End","3914045794":"Sangonomiya Kokomi","3914951691":"Redhorn Stonethresher","3933622347":"Skyward Harp","3949653579":"Mitternachts Waltz","3956074723":"Labyrinth Lord's Instruction","3966753539":"The Cleansing Form","3975746731":"Raven Bow","3995710363":"Wolf's Gravestone","3996017211":"Cull the Weak","3999792907":"Prayers for Destiny","4000770243":"Oppidan Ambush","4002157418":"Alhaitham","4007372867":"Primordial Jade Regalia","4022012131":"Press the Advantage","4049410651":"Deathmatch","4055003299":"Skyward Blade","4060235987":"Solar Shine","4080317355":"Courage","4082302819":"Defender's Will","4090429643":"Bloodtainted Greatsword","4103022435":"Iron Sting","4103766499":"Black Tassel","4108620722":"Albedo","4113638323":"Eagle Spear of Justice","4119663210":"Kaeya","4122509083":"Wavebreaker's Fin","4124851547":"Mistsplitter Reforged","4127888970":"Ningguang","4139294531":"Messenger","4144069251":"Shimenawa's Reminiscence","4145306051":"Gilded Dreams","4158505619":"Skyward Spine","4160147242":"Razor","4186179883":"Hamayumi","4193089947":"Katsuragikiri Nagamasa","4197635682":"Xingqiu","4226083179":"Samurai Conduct","4230231107":"Aqua Simulacra","4238339131":"Staff of the Scarlet Sands","4245213187":"Infusion Scroll","4258047555":"Evernight Duet","4260733330":"Rosaria","4267718859":"Recurve Bow","4273845410":"Xinyan","4275754179":"Wolfish Tracker","FIGHT_PROP_BASE_HP":"พลังชีวิตพื้นฐาน","FIGHT_PROP_HP":"พลังชีวิต","FIGHT_PROP_HP_PERCENT":"พลังชีวิต","FIGHT_PROP_BASE_ATTACK":"พลังโจมตีพื้นฐาน","FIGHT_PROP_ATTACK":"พลังโจมตี","FIGHT_PROP_ATTACK_PERCENT":"พลังโจมตี","FIGHT_PROP_BASE_DEFENSE":"ป้องกันพื้นฐาน","FIGHT_PROP_DEFENSE":"พลังป้องกัน","FIGHT_PROP_DEFENSE_PERCENT":"พลังป้องกัน","FIGHT_PROP_BASE_SPEED":"ความเร็วเคลื่อนที่","FIGHT_PROP_SPEED_PERCENT":"ความเร็วเคลื่อนที่","FIGHT_PROP_CRITICAL":"อัตราคริ","FIGHT_PROP_ANTI_CRITICAL":"ต้านคริ","FIGHT_PROP_CRITICAL_HURT":"ความแรงคริ","FIGHT_PROP_CHARGE_EFFICIENCY":"การฟื้นฟูพลังงาน","FIGHT_PROP_ADD_HURT":"โบนัสความเสียหาย","FIGHT_PROP_SUB_HURT":"ลดความเสียหายที่ได้รับ","FIGHT_PROP_HEAL_ADD":"โบนัสการรักษา","FIGHT_PROP_HEALED_ADD":"โบนัสการถูกรักษา","FIGHT_PROP_ELEMENT_MASTERY":"ความชำนาญธาตุ","FIGHT_PROP_PHYSICAL_SUB_HURT":"ความต้านทานทางกายภาพ","FIGHT_PROP_PHYSICAL_ADD_HURT":"โบนัสความเสียหายกายภาพ","FIGHT_PROP_FIRE_ADD_HURT":"โบนัสความเสียหายไฟ","FIGHT_PROP_ELEC_ADD_HURT":"โบนัสความเสียหายไฟฟ้า","FIGHT_PROP_WATER_ADD_HURT":"โบนัสความเสียหายน้ำ","FIGHT_PROP_GRASS_ADD_HURT":"โบนัสความเสียหายไม้","FIGHT_PROP_WIND_ADD_HURT":"โบนัสความเสียหายลม","FIGHT_PROP_ROCK_ADD_HURT":"โบนัสความเสียหายหิน","FIGHT_PROP_ICE_ADD_HURT":"โบนัสความเสียหายน้ำแข็ง","FIGHT_PROP_FIRE_SUB_HURT":"ความต้านทานไฟ","FIGHT_PROP_ELEC_SUB_HURT":"ความต้านทานไฟฟ้า","FIGHT_PROP_WATER_SUB_HURT":"ความต้านทานน้ำ","FIGHT_PROP_GRASS_SUB_HURT":"ความต้านทานไม้","FIGHT_PROP_WIND_SUB_HURT":"ความต้านทานลม","FIGHT_PROP_ROCK_SUB_HURT":"ความต้านทานหิน","FIGHT_PROP_ICE_SUB_HURT":"ความต้านทานน้ำแข็ง","FIGHT_PROP_EFFECT_HIT":"สร้างสถานะ","FIGHT_PROP_EFFECT_RESIST":"ต้านทานสถานะ","FIGHT_PROP_FREEZE_SHORTEN":"ลดเวลาแช่แข็ง","FIGHT_PROP_DIZZY_SHORTEN":"ลดเวลามึนงง","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"ลดการคูลดาวน์","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"เพิ่มประสิทธิภาพโล่ป้องกัน","FIGHT_PROP_CUR_HP":"พลังชีวิต","FIGHT_PROP_MAX_HP":"พลังชีวิต (HP)","FIGHT_PROP_CUR_ATTACK":"พลังโจมตี","FIGHT_PROP_CUR_DEFENSE":"พลังป้องกัน","FIGHT_PROP_CUR_SPEED":"ความเร็วเคลื่อนที่","level":"เลเวล"},"pt":{"20848859":"Foice do Penhasco Obscuro","33330467":"Proficiência Elemental","37147251":"Pérola Solar","43015699":"A Definir","54857595":"Destruição de Tempestade e Maré","83115355":"Donzela Amada","85795635":"Foco","88505754":"Kaedehara Kazuha","135182203":"Destruição de Tempestade e Maré","143051931":"Luz Lunar de Xiphos","147298547":"Trupe Itinerante","156294403":"Profundezas do Coração","160493219":"Espada de Ferro Negro","168956722":"Qiqi","197755235":"Perfuradora Prismática","212557731":"Xamã do Ritual Electro","231836963":"Cortador de Jade Primordial","240385755":"Divisor de Ondas","246984427":"Destruição de Fogo e Trovão","262428003":"Orações para a Primavera","270124867":"Pureza do Protetor","275622963":"Luz das Folhas Cortadas","287454963":"Xamã do Ritual Anemo","288666635":"Coração Imaculado","302691299":"Catalisador de Âmbar","303155515":"Sem Retorno","310247243":"Prova de Kagura","313300315":"Espada de Madeira","334242634":"Shenhe","339931171":"De vitória em vitória","342097547":"Haste de Cinábrio","346510395":"Lorde do Mar Luxuoso","359484419":"Reminiscências de Tulaytullah","368014203":"Espinha do Dragão - Quebrador do Céu","388272194":"Dori","391273955":"Asas Negras","411685275":"Arco Composto","426363739":"Estrela Itinerante","452043283":"Poema Perdido","452357939":"Perfurador de Luas","453444347":"Canção das Mil Noites","454086795":"Chave de Hierofania","479076483":"Lâmina Fria","481755219":"Lança do Penhasco Obscuro","486287579":"Calor Residual","500612819":"Mastro da Bandeira","506630267":"Companhia do Vento","514784907":"Destruição das Chamas e Água","521221323":"Pureza do Protetor","540938627":"Predador","565329475":"Caça-Dragões de Kunwu","566772267":"Gokadaiou Otogibanashi","577103787":"Imersão de Energia","578575283":"Pique Crescente","586598971":"Círculo Completo","597991835":"Byakuya Kougetsu","607067963":"Claridade da Arte Isshin","613846163":"Descensão","618786571":"Alabarda","623494555":"Dizimar","623534363":"Codex de Favonius","630452219":"Palácio de Sakura","646032090":"Shikanoin Heizou","646100491":"Axioma de Millelith: Unidade","650049651":"Ode à Brisa Florescente","655825874":"Yunjin","656120259":"Juramento de Sagitário","680510411":"Sombra Branca","688991243":"Subjugadora de Calamidades","693354267":"Memória da Poeira","697277554":"Yanfei","712501082":"Nahida","716252627":"Lança de Millelith","729851187":"Rios de Gelo e Areia de Neve","735056795":"Grande Espada de Favonius","807607555":"Atlas Celestial","824949859":"Dodo-aventura!","828711395":"Arco de Amos","836208539":"Chapeamento de Ouro","850802171":"Espadão de Ferro Branco","855894507":"Berserker","862591315":"Chama Pálida","877751435":"Espadão Real","902184579":"Espada Real da Floresta","902264035":"Falcão","902282051":"Colheita","909145139":"Pureza do Protetor","930640955":"O Sino","933076627":"Herói Invernal","942758755":"Foco","944332883":"Cortador de Montanhas","949506483":"Vitória Oceânica","968378595":"Resistência do Falcão do Oeste","968893378":"Bennett","977648923":"Espada de Jade Primordial","991968139":"Sonho Atemporal: Fogão Eterno","1006042610":"Kamisato Ayaka","1012170803":"Kagotsurube Isshin","1021898539":"Estilingue","1021947690":"Xiao","1028735635":"Hino da Rebelião","1049891906":"Cyno","1053433018":"Sucrose","1072884907":"Mappa Mare","1075647299":"Canção dos Pinhos","1082448331":"Povo das Profundezas Brilhantes","1089950259":"Orgulho Celestial","1097898243":"Pesado","1103732675":"O Sortudo","1113306282":"Mona","1114777131":"Acorde","1119368259":"Jornada","1130996346":"Xiangling","1133599347":"Inabalável","1148024603":"\"A Fisgada\"","1154009435":"Protótipo Estelar","1163263227":"Sinfonia dos Indolentes","1163616891":"Enterro Congelante","1182966603":"Espada do Mercenário","1186209435":"Apostador","1201790667":"Sonhos Flutuantes das Mil Noites","1212345779":"Último Juramento do Gladiador","1217552947":"Fluxo Aperfeiçoado","1240067179":"Arco de Favonius","1307222899":"Lâmina Andarilha","1319974859":"Vigoroso","1321135667":"Rugido do Leão","1337666507":"Millelith Firmes","1344953075":"Companhia do Vento","1345343763":"Cortador de Jade Primordial","1348687251":"Caminho do Caçador","1383427723":"Ponta do Galho da Lua Branca","1383639611":"Pequeno Milagre","1388004931":"Espada do Cavaleiro do Céu","1390797107":"Borla Branca","1395607523":"O Destino da Besta","1404688115":"Canção de Despedida","1406746947":"Histórias de Outros Mundos","1414366819":"Majestade Dourada","1437658243":"Espinha Dorsal da Serpente","1438974835":"Meteoro Invertido","1455107995":"Oração Perdida aos Ventos Sagrados","1468367538":"Diona","1470442731":"Lâmina do Vento Mensageiro","1479961579":"Sombra de Ferro","1483922610":"Kujou Sara","1485303435":"Ferrão Energético","1492752155":"Composto","1499235563":"De vitória em vitória","1499745907":"Espada Famosa da \"Arte Isshin\"","1499817443":"Vento Esmeralda","1516554699":"Quartzo","1522029867":"Destruição de Fogo e Trovão","1524173875":"A Bruxa das Chamas Carmesim","1533656818":"Viajante","1538092267":"Espada Famosa da \"Arte Isshin\"","1541919827":"Cavaleiro Manchado de Sangue","1545992315":"Justiça","1558036915":"Além-vida Cinábrio","1562601179":"Sombra Verde","1588620330":"Kamisato Ayato","1600275315":"Maremoto da Lua de Futsu","1608953539":"Prenúncio do Alvorecer","1610242915":"Herança","1628928163":"Desejo da Brisa Florescente","1632377563":"Atravessador do Fogo","1651985379":"Pressagiador do Dia","1660598451":"Herdeiro de Iwakura","1675079283":"Memórias da Floresta","1675686363":"Espadão do Sacrifício","1702903411":"Sussurros do Jinni","1706534267":"Convencer","1722706579":"Destruição de Água e Gelo","1732418482":"Yaoyao","1745286795":"Conduta do Samurai","1745712907":"Dominadora de Ondas Watatsumi","1751039235":"Antigo Ritual Real","1756609915":"Concha Tingida Pelo Mar","1771603299":"Majestade Dourada","1773425155":"Espada do Advento","1789612403":"Echo","1820235315":"Canção Sem Flechas","1836628747":"Guarda da Rebelião","1860795787":"Lua de Mouun","1864015138":"Keqing","1873342283":"Lançador de Trovões","1890163363":"Fumetsu Gekka","1901973075":"Estrela Invernal","1921418842":"Noelle","1932742643":"Preceito Extinguidor","1934830979":"Admiração Inabalável","1940821986":"Kuki Shinobu","1940919994":"Hutao","1966438658":"Amber","1982136171":"Foco","1990641987":"Espada do Sacrifício","1990820123":"Lâmina Amenoma Kageuta","1991707099":"Protótipo Rancor","1994081075":"Vista da Jade Primordial","1997709467":"Lança de Jade Primitiva","2006422931":"Espada Antiga de Millelith","2017033267":"Composto","2025598051":"Companhia do Vento","2029582603":"Épico: Chuva do Atrelador da Terra","2040573235":"Pedra Arcaica","2060049099":"Xamã do Ritual Pyro","2108574027":"Pedra Destruída","2109571443":"Foco","2125206395":"Espada de Prata","2149411851":"Majestade Dourada","2153521307":"Pavilhão do Deserto","2172529947":"De vitória em vitória","2176134843":"Foco","2190368347":"Determinação","2191797987":"Aventureiro","2195665683":"Memórias de Sacrifício","2242027395":"Arco de Ébano","2244980899":"Canção Sepultada nas Areias","2257505883":"Bênção da Floresta","2267978875":"Fruto da Abundância","2276480763":"Selo da Insulação","2279290283":"Guia de Magia","2297485451":"Disparo Rápido","2312640651":"Composto","2317820211":"Agulha Energética","2322648115":"Esmagar","2324146259":"Anel de Hakushin","2340970067":"Arco do Caçador Experiente","2351445619":"Lágrimas de Safira Enterradas","2359799475":"Akuoumaru","2364208851":"Resolução de Sojourner","2365025043":"Herói Itinerante","2375993851":"Espada Longa Real","2383998915":"Dominadora de Ondas Watatsumi","2384519283":"Estilingue","2387711994":"Faruzan","2388785242":"Sayu","2400012995":"Arco do Sacrifício","2410593283":"Lâmina Sem Fio","2417717595":"Caçador do Beco","2425414923":"Crepúsculo Desvanecido","2433755451":"Música de Rebelião da Bandeira","2440850563":"Balada Retumbante","2448629019":"Chuva Floral","2466140362":"Venti","2469300579":"De vitória em vitória","2470306939":"Governo do Trovão","2474354867":"Espada de Favonius","2476346187":"Destruição das Chamas e Água","2491797315":"Lança Cruzada de Kitain","2504399314":"Yoimiya","2506955778":"Tighnari","2512309395":"Trovão Furioso","2521338131":"Protótipo Âmbar","2534304035":"Bainha Quebra-nuvens","2538235187":"Crônicas do Pavilhão do Deserto","2539208459":"Olho do Juramento","2546254811":"Casca de Sonhos Opulentos","2556914683":"Último Acorde","2587614459":"Fruto do Sabugueiro","2597527627":"O Outro Lado","2614170427":"Espadão do Cavaleiro do Céu","2646367730":"Beidou","2664629131":"Perdição do Dragão","2666951267":"Espadão do Julgamento","2673337443":"Flecha Infundida","2679781122":"Ganyu","2684365579":"Abertura","2691070627":"Bênção da Floresta","2705029563":"Grimório de Bolso","2713453234":"Yae Miko","2743659331":"Corrente Torrencial","2749508387":"Majestade Dourada","2749853923":"Espada Pútrida","2753539619":"Estrela de Prata Enterrada na Neve","2764598579":"O Exilado","2792766467":"Espada Áspera","2796697027":"Protetor de Iniciante","2824690859":"Quebrador de Espelhos","2832648187":"Arco Real","2834803571":"Majestade Dourada","2848374378":"Yelan","2853296811":"Dente Perfurador do Céu","2871793795":"Acume","2876340530":"Chongyun","2889777514":"Layla","2890909531":"Artista Marcial","2893964243":"Messagem da Flecha Voadora","2915865819":"Brilho Abismal","2918525947":"Agitação Trovejante","2935286715":"Lança de Caça Real","2947140987":"Brilho do Beco","2948362178":"Collei","2949448555":"Juramento pela Liberdade","2963220587":"Orbe de Esmeralda","3001782875":"Composto","3018479371":"Canção Navegante","3024507506":"Shogun Raiden","3063191787":"Águas Secas","3063488107":"Ataque Poderoso","3068316954":"Arataki Itto","3070169307":"Ponta de Ferro","3073454867":"Água-marinha de Mahara","3079462611":"Dominadora de Ondas Watatsumi","3090373787":"Vinho e Música","3092975658":"Candace","3094139291":"Flor do Paraíso Perdido","3097441915":"Pacifista","3112448011":"Determinação","3112679155":"Elegia do Suspiro Final","3156385731":"Olho da Percepção","3159145923":"Lâmina Andarilha","3169209451":"Arco Enferrujado","3176599083":"Vassalo do Rei","3192689683":"Enterro Congelante","3209694115":"Estrela da Floresta Selvagem","3221566250":"Jean","3230559562":"Andarilho","3235324891":"Báculo de Homa","3252085691":"Companhia do Vento","3258658763":"Viciado em Magia","3265161211":"Ponta Energética","3273999011":"Ágata do Penhasco Obscuro","3277782506":"Fischl","3302787771":"Enterro Congelante","3305772819":"Táticas de Invasão","3314157803":"Atacante Pesado","3337185491":"Grande Jogada","3337249451":"Sobrecarga","3339083250":"Klee","3344622722":"Lisa","3364338659":"Bênção Sem Fronteiras","3371922315":"Dança Kagura da Sakura Sagrada","3378007475":"Espada do Penhasco Obscuro","3400133546":"Gorou","3406113971":"Companhia do Vento","3421967235":"Lâmina de Filés","3439749859":"Arco Esmeralda do Caçador","3443142923":"Lança da Espinha do Dragão","3447737235":"Arco do Penhasco Obscuro","3453611803":"Rompedor de Redes","3456986819":"Contos de Dodoco","3464027035":"Espada Famosa da \"Arte Isshin\"","3465493459":"Precisão","3500935003":"Histórias Extraordinárias de Caçadores de Dragões","3513240283":"Vento Inalcançável","3532343811":"Deicida","3535784755":"Coração Valente","3541083923":"Gladiador","3555115602":"Thoma","3584825427":"Anotações do Aprendiz","3587062891":"Axioma de Millelith: Unidade","3587621259":"A Flauta","3600623979":"Arco do Caçador","3608180322":"Diluc","3618167299":"O Estudioso","3625393819":"Protótipo da Luz Lunar Pálida","3626268211":"Eco do Sacrifício","3673792067":"Espada do Viajante","3684723963":"Segadeira da Chuva","3685735523":"Lâmina Andarilha","3689108098":"Aloy","3717341819":"Sombra da Lua na Floresta","3717667418":"Eula","3717849275":"Luz do Cortador de Grama","3719372715":"Nefrita Gêmea","3722933411":"Protótipo Arcaico","3755004051":"Lança de Favonius","3775299170":"Barbara","3780343147":"Um Lado","3782508715":"O Doutor viajante","3796702635":"Mudança Constante","3796905611":"Espada Negra","3816664530":"Viajante","3827789435":"Grimório Real","3832443723":"Implacável","3836188467":"Liberdade da Borboleta Vermelha","3847143266":"Tartaglia","3850149970":"Nilou","3862787418":"Zhongli","3890292467":"Instrutor","3898539027":"Nuvens Vagantes","3909785739":"Sonho Ardente no Fim do Horizonte","3914045794":"Sangonomiya Kokomi","3914951691":"Chifres Vermelhos Destruidores de Pedras","3933622347":"Harpa Celestial","3949653579":"Valsa do Crepúsculo","3956074723":"Instruções do Rei do Labirinto","3966753539":"Forma Purificadora","3975746731":"Arco de Corvo","3995710363":"Túmulo do Lobo","3996017211":"Colheita","3999792907":"Orações para o Destino","4000770243":"Emboscada nos Becos","4002157418":"Alhaitham","4007372867":"Presente de Jade Primordial","4022012131":"De vitória em vitória","4049410651":"Lança do Duelo","4055003299":"Espada Celestial","4060235987":"Brilho Celestial","4080317355":"Coragem","4082302819":"Guardião","4090429643":"Espadão Sangrento","4103022435":"Espinho de Ferro","4103766499":"Borla Preta","4108620722":"Albedo","4113638323":"Lança da Justiça da Águia","4119663210":"Kaeya","4122509083":"Barbatana do Quebra Ondas","4124851547":"Cortadora da Neblina Reforjada","4127888970":"Ningguang","4139294531":"Mensageiro","4144069251":"Reminescência Nostálgica","4145306051":"Sonhos Dourados","4158505619":"Espinha Celestial","4160147242":"Razor","4186179883":"Arco Quebra-Demônios","4193089947":"Espada Grande de Katsuragi","4197635682":"Xingqiu","4226083179":"Conduta do Samurai","4230231107":"Aqua Simulacra","4238339131":"Báculo das Areias Escarlates","4245213187":"Pergaminho Infundido","4258047555":"Duelo da Noite","4260733330":"Rosaria","4267718859":"Arco Recurvado","4273845410":"Xinyan","4275754179":"Caçador Selvagem","FIGHT_PROP_BASE_HP":"Vida Básica","FIGHT_PROP_HP":"Vida","FIGHT_PROP_HP_PERCENT":"Vida","FIGHT_PROP_BASE_ATTACK":"ATQ Básico","FIGHT_PROP_ATTACK":"ATQ","FIGHT_PROP_ATTACK_PERCENT":"ATQ","FIGHT_PROP_BASE_DEFENSE":"DEF Básica","FIGHT_PROP_DEFENSE":"DEF","FIGHT_PROP_DEFENSE_PERCENT":"DEF","FIGHT_PROP_BASE_SPEED":"Veloc. Mov.","FIGHT_PROP_SPEED_PERCENT":"Veloc. Mov.","FIGHT_PROP_CRITICAL":"Taxa Crítica","FIGHT_PROP_ANTI_CRITICAL":"RES Crítica","FIGHT_PROP_CRITICAL_HURT":"Dano Crítico","FIGHT_PROP_CHARGE_EFFICIENCY":"Recarga de Energia","FIGHT_PROP_ADD_HURT":"Adição de Dano","FIGHT_PROP_SUB_HURT":"Redução de Dano","FIGHT_PROP_HEAL_ADD":"Bônus de Cura","FIGHT_PROP_HEALED_ADD":"Bônus de Cura Recebida","FIGHT_PROP_ELEMENT_MASTERY":"Proficiência Elemental","FIGHT_PROP_PHYSICAL_SUB_HURT":"RES Física","FIGHT_PROP_PHYSICAL_ADD_HURT":"Bônus de Dano Físico","FIGHT_PROP_FIRE_ADD_HURT":"Bônus de Dano Pyro","FIGHT_PROP_ELEC_ADD_HURT":"Bônus de Dano Electro","FIGHT_PROP_WATER_ADD_HURT":"Bônus de Dano Hydro","FIGHT_PROP_GRASS_ADD_HURT":"Bônus de Dano Dendro","FIGHT_PROP_WIND_ADD_HURT":"Bônus de Dano Anemo","FIGHT_PROP_ROCK_ADD_HURT":"Bônus de Dano Geo","FIGHT_PROP_ICE_ADD_HURT":"Bônus de Dano Cryo","FIGHT_PROP_FIRE_SUB_HURT":"RES Pyro","FIGHT_PROP_ELEC_SUB_HURT":"RES Electro","FIGHT_PROP_WATER_SUB_HURT":"RES Hydro","FIGHT_PROP_GRASS_SUB_HURT":"RES Dendro","FIGHT_PROP_WIND_SUB_HURT":"RES Anemo","FIGHT_PROP_ROCK_SUB_HURT":"RES Geo","FIGHT_PROP_ICE_SUB_HURT":"RES Cryo","FIGHT_PROP_EFFECT_HIT":"Acerto","FIGHT_PROP_EFFECT_RESIST":"Resistido","FIGHT_PROP_FREEZE_SHORTEN":"Redução de Duração de Congelamento","FIGHT_PROP_DIZZY_SHORTEN":"Redução de Duração de Atordoamento","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"Redução de Recarga","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"Força do Escudo","FIGHT_PROP_CUR_HP":"Vida","FIGHT_PROP_MAX_HP":"Vida Máxima","FIGHT_PROP_CUR_ATTACK":"ATQ","FIGHT_PROP_CUR_DEFENSE":"DEF","FIGHT_PROP_CUR_SPEED":"Veloc. Mov.","level":"Nível"},"ko":{"20848859":"흑암참도","33330467":"원소 숙달","37147251":"일월의 정수","43015699":"보류","54857595":"첨벙첨벙 찌릿찌릿","83115355":"사랑받는 소녀","85795635":"집중","88505754":"카에데하라 카즈하","135182203":"첨벙첨벙 찌릿찌릿","143051931":"크시포스의 달빛","147298547":"대지를 유랑하는 악단","156294403":"몰락한 마음","160493219":"암철검","168956722":"치치","197755235":"관홍의 창","212557731":"뇌명을 모시는 자","231836963":"이끼 대검","240385755":"파도 가르기","246984427":"따끈따끈 찌릿찌릿","262428003":"얼음을 모시는 자","270124867":"수호자의 무구한 마음","275622963":"잎을 가르는 빛","287454963":"바람을 모시는 자","288666635":"무구한 마음","302691299":"호박월","303155515":"이착불귀","310247243":"카구라의 진의","313300315":"원목 검","334242634":"신학","339931171":"승승장구","342097547":"진사의 방추","346510395":"진주를 문 해황","359484419":"툴레이툴라의 기억","368014203":"맑은 하늘을 가르는 용의 척추","388272194":"도리","391273955":"검은 날개를 절단하는 이빨","411685275":"강철궁","426363739":"방랑하는 저녁별","452043283":"산실된 서사시","452357939":"달을 꿰뚫는 화살","453444347":"천 개의 새벽이 부르는 노래","454086795":"성현의 열쇠","479076483":"차가운 칼날","481755219":"흑암창","486287579":"잔열","500612819":"「깃대」","506630267":"바람과 함께","514784907":"따끈따끈 첨벙첨벙","521221323":"수호자의 무구한 마음","540938627":"포식자","565329475":"곤오추룡","566772267":"오토기 대왕의 동화","577103787":"에너지 샤워","578575283":"유월창","586598971":"원만의 상","597991835":"백야의 밝은 달","607067963":"투명한 잇신의 기술","613846163":"현세 강림","618786571":"미늘창","623494555":"견고함 파괴","623534363":"페보니우스 비전","630452219":"벚꽃 재궁","646032090":"시카노인 헤이조","646100491":"천암결·일심","650049651":"바람 꽃의 노래","655825874":"운근","656120259":"신궁의 서약","680510411":"백영검","688991243":"식재","693354267":"속세의 자물쇠","697277554":"연비","712501082":"나히다","716252627":"천암장창","729851187":"빙하와 눈의 모래","735056795":"페보니우스 대검","807607555":"천공의 두루마리","824949859":"도도! 대모험","828711395":"아모스의 활","836208539":"도금","850802171":"백철 대검","855894507":"전투광","862591315":"창백의 화염","877751435":"왕실의 대검","902184579":"숲의 리게일리어","902264035":"매의 검","902282051":"수확","909145139":"수호자의 무구한 마음","930640955":"시간의 검","933076627":"얼음바람 속에서 길잃은 용사","942758755":"집중","944332883":"참봉의 칼날","949506483":"바다의 승리","968378595":"서풍 매의 투쟁","968893378":"베넷","977648923":"고래 비녀","991968139":"불시의 꿈·영원한 부뚜막","1006042610":"카미사토 아야카","1012170803":"카고츠루베 잇신","1021898539":"탄궁","1021947690":"소","1028735635":"항쟁의 실천곡","1049891906":"사이노","1053433018":"설탕","1072884907":"만국 항해용해도","1075647299":"송뢰가 울릴 무렵","1082448331":"은은한 빛의 해연 백성","1089950259":"천공의 긍지","1097898243":"무게","1103732675":"행운아","1113306282":"모나","1114777131":"화음","1119368259":"여정","1130996346":"향릉","1133599347":"잊지 않은 포부","1148024603":"「어획」","1154009435":"별의 낫 프로토타입","1163263227":"음유시인의 악장","1163616891":"서리의 매장","1182966603":"용병 중검","1186209435":"노름꾼","1201790667":"떠오르는 천일 밤의 꿈","1212345779":"검투사의 피날레","1217552947":"흐르는 칼날","1240067179":"페보니우스 활","1307222899":"배회하는 칼날","1319974859":"격려","1321135667":"용의 포효","1337666507":"견고한 천암","1344953075":"바람과 함께","1345343763":"반암결록","1348687251":"사냥꾼의 길","1383427723":"하얀 달 가지","1383639611":"기적","1388004931":"비천어검","1390797107":"백술창","1395607523":"동물이 거니는 길의 끝","1404688115":"이별의 그리운 노래","1406746947":"이세계 여행기","1414366819":"금빛의 옥·제군의 길","1437658243":"이무기 검","1438974835":"날아오르는 유성","1455107995":"사풍 원서","1468367538":"디오나","1470442731":"날카로운 바람의 서신","1479961579":"강철의 그림자","1483922610":"쿠죠 사라","1485303435":"에너지 주입 가시","1492752155":"침착","1499235563":"승승장구","1499745907":"「잇신의 기술」 명검","1499817443":"청록색의 바람","1516554699":"석영대검","1522029867":"따끈따끈 찌릿찌릿","1524173875":"불타오르는 화염의 마녀","1533656818":"여행자","1538092267":"「잇신의 기술」 명검","1541919827":"피에 물든 기사도","1545992315":"「정의」","1558036915":"진사 왕생록","1562601179":"청록색 그림자","1588620330":"카미사토 아야토","1600275315":"하란 월백의 후츠","1608953539":"여명신검","1610242915":"전승","1628928163":"바람 꽃의 염원","1632377563":"불 위를 걷는 현인","1651985379":"백야의 전조자","1660598451":"이와쿠라의 후손","1675079283":"숲의 기억","1675686363":"제례 대검","1702903411":"지니의 속삭임","1706534267":"직설","1722706579":"해빙의 물","1732418482":"요요","1745286795":"명사의 거동","1745712907":"파도를 지배하는 와타츠미의 백성","1751039235":"옛 왕실의 의식","1756609915":"바다에 물든 거대 조개","1771603299":"금빛의 옥·제군의 길","1773425155":"강림의 검","1789612403":"메아리","1820235315":"무형 화살의 노래","1836628747":"반역의 수호자","1860795787":"모운의 달","1864015138":"각청","1873342283":"뇌명을 평정한 존자","1890163363":"불멸의 달빛","1901973075":"극지의 별","1921418842":"노엘","1932742643":"멸각의 계법","1934830979":"끝없는 갈망","1940821986":"쿠키 시노부","1940919994":"호두","1966438658":"엠버","1982136171":"집중","1990641987":"제례검","1990820123":"아메노마 카게우치가타나","1991707099":"참암 프로토타입","1994081075":"현려천균","1997709467":"화박연","2006422931":"천암고검","2017033267":"침착","2025598051":"바람과 함께","2029582603":"괴담·빗속을 거니는 외다리","2040573235":"유구한 반암","2060049099":"불을 모시는 자","2108574027":"부서진 바위","2109571443":"집중","2125206395":"실버 소드","2149411851":"금빛의 옥·제군의 길","2153521307":"모래 위 누각","2172529947":"승승장구","2176134843":"집중","2190368347":"결","2191797987":"모험가","2195665683":"제례의 악장","2242027395":"흑단궁","2244980899":"모래바다에 잠긴 서사시","2257505883":"숲의 비호","2267978875":"충만의 열매","2276480763":"절연의 기치","2279290283":"마도 서론","2297485451":"속사 궁술","2312640651":"침착","2317820211":"에너지 주입 바늘","2322648115":"분쇄","2324146259":"하쿠신의 고리","2340970067":"노련의 사냥활","2351445619":"파묻힌 사파이어의 눈물","2359799475":"아쿠오마루","2364208851":"행자의 마음","2365025043":"골목의 레인저","2375993851":"왕실의 장검","2383998915":"파도를 지배하는 와타츠미의 백성","2384519283":"탄궁","2387711994":"파루잔","2388785242":"사유","2400012995":"제례활","2410593283":"무인검","2417717595":"뒷골목 사냥꾼","2425414923":"노을","2433755451":"깃발을 든 반항의 노래","2440850563":"하늘에 메아리치는 노래","2448629019":"꽃잎비","2466140362":"벤티","2469300579":"승승장구","2470306939":"비뢰 어궁","2474354867":"페보니우스 검","2476346187":"따끈따끈 첨벙첨벙","2491797315":"키타인 십자창","2504399314":"요이미야","2506955778":"타이나리","2512309395":"번개 같은 분노","2521338131":"황금 호박 프로토타입","2534304035":"무절(霧切) 어검","2538235187":"모래 위 누각의 역사","2539208459":"맹세의 눈동자","2546254811":"풍요로운 꿈의 껍데기","2556914683":"절현","2587614459":"인동의 열매","2597527627":"괴사","2614170427":"비천대어검","2646367730":"북두","2664629131":"용학살창","2666951267":"훈련용 대검","2673337443":"에너지 주입 화살","2679781122":"감우","2684365579":"등장 음악","2691070627":"숲의 비호","2705029563":"포켓 주술서","2713453234":"야에 미코","2743659331":"급류","2749508387":"금빛의 옥·제군의 길","2749853923":"부식의 검","2753539619":"설장의 성은","2764598579":"유배자","2792766467":"무공의 검","2796697027":"초보자의 장창","2824690859":"부서진 거울","2832648187":"왕실의 장궁","2834803571":"금빛의 옥·제군의 길","2848374378":"야란","2853296811":"높은 하늘을 뚫는 이빨","2871793795":"예리","2876340530":"중운","2889777514":"레일라","2890909531":"무인","2893964243":"명적 발사","2915865819":"심연을 비추는 노을","2918525947":"비뢰의 고동","2935286715":"왕실의 장창","2947140987":"뒷골목의 섬광","2948362178":"콜레이","2949448555":"오래된 자유의 서약","2963220587":"비취 오브","3001782875":"침착","3018479371":"뱃노래","3024507506":"라이덴 쇼군","3063191787":"메마른 연못","3063488107":"강력한 공격","3068316954":"아라타키 이토","3070169307":"철촉창","3073454867":"물빛 마카이라","3079462611":"파도를 지배하는 와타츠미의 백성","3090373787":"뒷골목의 술과 시","3092975658":"캔디스","3094139291":"잃어버린 낙원의 꽃","3097441915":"훌륭한 대화수단","3112448011":"결심","3112679155":"종말 탄식의 노래","3156385731":"소심","3159145923":"배회하는 칼날","3169209451":"녹슨 활","3176599083":"왕의 측근","3192689683":"서리의 매장","3209694115":"숲과 들의 저녁별","3221566250":"진","3230559562":"방랑자","3235324891":"호마의 지팡이","3252085691":"바람과 함께","3258658763":"마력의 갈증","3265161211":"에너지 주입 칼날","3273999011":"흑암 홍옥","3277782506":"피슬","3302787771":"서리의 매장","3305772819":"급습 전술","3314157803":"제유","3337185491":"아사세의 활고자","3337249451":"과전류","3339083250":"클레","3344622722":"리사","3364338659":"끝없는 은혜","3371922315":"신성한 벚나무의 카미아소비 카구라의 춤","3378007475":"흑암 장검","3400133546":"고로","3406113971":"바람과 함께","3421967235":"흘호 생선회칼","3439749859":"청록의 사냥활","3443142923":"용의 척추","3447737235":"흑암 배틀 보우","3453611803":"찢어진 그물","3456986819":"도도코 이야기집","3464027035":"「잇신의 기술」 명검","3465493459":"정확","3500935003":"드래곤 슬레이어 영웅담","3513240283":"오지 않는 바람","3532343811":"주신 학살창","3535784755":"용사의 마음","3541083923":"검투사","3555115602":"토마","3584825427":"학도의 노트","3587062891":"천암결·일심","3587621259":"피리검","3600623979":"사냥활","3608180322":"다이루크","3618167299":"학사","3625393819":"담월 프로토타입","3626268211":"제사의 여운","3673792067":"여행자의 검","3684723963":"빗물 베기","3685735523":"배회하는 칼날","3689108098":"에일로이","3717341819":"깊은 숲속 달 그림자","3717667418":"유라","3717849275":"예초의 번개","3719372715":"1급 보옥","3722933411":"고화 프로토타입","3755004051":"페보니우스 장창","3775299170":"바바라","3780343147":"공허한 운명","3782508715":"떠돌이 의사","3796702635":"변화무쌍","3796905611":"칠흑검","3816664530":"여행자","3827789435":"왕실의 비전록","3832443723":"불굴","3836188467":"자유의 붉은 나비","3847143266":"타르탈리아","3850149970":"닐루","3862787418":"종려","3890292467":"교관","3898539027":"사방을 떠다니는 뭉게구름","3909785739":"신기루 끝의 뜨거운 꿈","3914045794":"산고노미야 코코미","3914951691":"쇄석의 붉은 뿔","3933622347":"천공의 날개","3949653579":"유야의 왈츠","3956074723":"미궁의 왕의 가르침","3966753539":"만물 정화의 형상","3975746731":"까마귀깃 활","3995710363":"늑대의 말로","3996017211":"수확","3999792907":"물을 모시는 자","4000770243":"골목의 매복자","4002157418":"알하이탐","4007372867":"정토옥규","4022012131":"승승장구","4049410651":"결투의 창","4055003299":"천공의 검","4060235987":"해와 달의 광휘","4080317355":"용기","4082302819":"수호자의 마음","4090429643":"드래곤 블러드 소드","4103022435":"강철 벌침","4103766499":"흑술창","4108620722":"알베도","4113638323":"정의의 솔개창","4119663210":"케이아","4122509083":"파도 베는 지느러미","4124851547":"안개를 가르는 회광","4127888970":"응광","4139294531":"전령","4144069251":"추억의 시메나와","4145306051":"도금된 꿈","4158505619":"천공의 마루","4160147242":"레이저","4186179883":"파마궁","4193089947":"카츠라기를 벤 나가마사","4197635682":"행추","4226083179":"명사의 거동","4230231107":"약수","4238339131":"적색 사막의 지팡이","4245213187":"에너지 주입 두루마리","4258047555":"극야의 2중주","4260733330":"로자리아","4267718859":"곡궁","4273845410":"신염","4275754179":"늑대 같은 사냥꾼","FIGHT_PROP_BASE_HP":"기초 HP","FIGHT_PROP_HP":"HP","FIGHT_PROP_HP_PERCENT":"HP","FIGHT_PROP_BASE_ATTACK":"기초 공격력","FIGHT_PROP_ATTACK":"공격력","FIGHT_PROP_ATTACK_PERCENT":"공격력","FIGHT_PROP_BASE_DEFENSE":"기초 방어력","FIGHT_PROP_DEFENSE":"방어력","FIGHT_PROP_DEFENSE_PERCENT":"방어력","FIGHT_PROP_BASE_SPEED":"이동 속도","FIGHT_PROP_SPEED_PERCENT":"이동 속도","FIGHT_PROP_CRITICAL":"치명타 확률","FIGHT_PROP_ANTI_CRITICAL":"치명타 내성","FIGHT_PROP_CRITICAL_HURT":"치명타 피해","FIGHT_PROP_CHARGE_EFFICIENCY":"원소 충전 효율","FIGHT_PROP_ADD_HURT":"피해 증가","FIGHT_PROP_SUB_HURT":"받는 피해 감면","FIGHT_PROP_HEAL_ADD":"치유 보너스","FIGHT_PROP_HEALED_ADD":"받는 치유 보너스","FIGHT_PROP_ELEMENT_MASTERY":"원소 마스터리","FIGHT_PROP_PHYSICAL_SUB_HURT":"물리 내성","FIGHT_PROP_PHYSICAL_ADD_HURT":"물리 피해 보너스","FIGHT_PROP_FIRE_ADD_HURT":"불 원소 피해 보너스","FIGHT_PROP_ELEC_ADD_HURT":"번개 원소 피해 보너스","FIGHT_PROP_WATER_ADD_HURT":"물 원소 피해 보너스","FIGHT_PROP_GRASS_ADD_HURT":"풀 원소 피해 보너스","FIGHT_PROP_WIND_ADD_HURT":"바람 원소 피해 보너스","FIGHT_PROP_ROCK_ADD_HURT":"바위 원소 피해 보너스","FIGHT_PROP_ICE_ADD_HURT":"얼음 원소 피해 보너스","FIGHT_PROP_FIRE_SUB_HURT":"불 원소 내성","FIGHT_PROP_ELEC_SUB_HURT":"번개 원소 내성","FIGHT_PROP_WATER_SUB_HURT":"물 원소 내성","FIGHT_PROP_GRASS_SUB_HURT":"풀 원소 내성","FIGHT_PROP_WIND_SUB_HURT":"바람 원소 내성","FIGHT_PROP_ROCK_SUB_HURT":"바위 원소 내성","FIGHT_PROP_ICE_SUB_HURT":"얼음 원소 내성","FIGHT_PROP_EFFECT_HIT":"효과 명중","FIGHT_PROP_EFFECT_RESIST":"효과 내성","FIGHT_PROP_FREEZE_SHORTEN":"빙결 시간 감소","FIGHT_PROP_DIZZY_SHORTEN":"기절 시간 감소","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"재사용 대기시간 감소","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"보호막 강화","FIGHT_PROP_CUR_HP":"HP","FIGHT_PROP_MAX_HP":"HP 최대치","FIGHT_PROP_CUR_ATTACK":"공격력","FIGHT_PROP_CUR_DEFENSE":"방어력","FIGHT_PROP_CUR_SPEED":"이동 속도","level":"레벨"},"ja":{"20848859":"黒岩の斬刀","33330467":"元素熟達","37147251":"匣中日月","43015699":"未定","54857595":"水と雷の破滅","83115355":"愛される少女","85795635":"集中","88505754":"楓原万葉","135182203":"水と雷の破滅","143051931":"サイフォスの月明かり","147298547":"大地を流浪する楽団","156294403":"沈淪の心","160493219":"暗鉄剣","168956722":"七七","197755235":"破天の槍","212557731":"雷祭りの人","231836963":"磐岩の緑","240385755":"波乗り","246984427":"炎と雷の破滅","262428003":"氷祭りの人","270124867":"護国の無垢なる心","275622963":"萃光の裁葉","287454963":"風祭りの人","288666635":"無垢な心","302691299":"琥珀の玥","303155515":"帰らない","310247243":"神楽の真意","313300315":"原木刀","334242634":"申鶴","339931171":"勝ちに乗じる","342097547":"シナバースピンドル","346510395":"銜玉の海皇","359484419":"トゥライトゥーラの記憶","368014203":"晴れ空を裂く龍の骨","388272194":"ドリー","391273955":"黒翼を切り裂く鋭牙","411685275":"リングボウ","426363739":"彷徨える星","452043283":"散逸した叙事詩","452357939":"ムーンピアサー","453444347":"千夜の暁歌","454086795":"聖顕の鍵","479076483":"冷刃","481755219":"黒岩の突槍","486287579":"余熱","500612819":"「旗竿」","506630267":"追い風が吹く","514784907":"炎と水の破滅","521221323":"護国の無垢なる心","540938627":"プレデター","565329475":"昆吾の堕龍","566772267":"御伽大王の御伽話","577103787":"エネルギーシャワー","578575283":"流月の針","586598971":"正円の相","597991835":"白夜皓月","607067963":"澄·一心伝","613846163":"降世","618786571":"鉾槍","623494555":"頑丈壊し","623534363":"西風秘典","630452219":"櫻の斎宮","646032090":"鹿野院平蔵","646100491":"千岩訣·同心","650049651":"風花の頌歌","655825874":"雲菫","656120259":"シャープシューターの誓い","680510411":"白影の剣","688991243":"息災","693354267":"浮世の錠","697277554":"煙緋","712501082":"ナヒーダ","716252627":"千岩長槍","729851187":"氷の川と雪の砂","735056795":"西風大剣","807607555":"天空の巻","824949859":"ドドベンチャー!","828711395":"アモスの弓","836208539":"炊金","850802171":"白鉄の大剣","855894507":"狂戦士","862591315":"蒼白の炎","877751435":"旧貴族大剣","902184579":"森林のレガリア","902264035":"風鷹剣","902282051":"刈り取る","909145139":"護国の無垢なる心","930640955":"鐘の剣","933076627":"氷風を彷徨う勇士","942758755":"集中","944332883":"斬山の刃","949506483":"海の勝利","968378595":"西風の鷹の抗い","968893378":"ベネット","977648923":"美玉魚","991968139":"非時の夢·常世竈食","1006042610":"神里綾華","1012170803":"籠釣瓶一心","1021898539":"弾弓","1021947690":"魈","1028735635":"執行と抗争の歌","1049891906":"セノ","1053433018":"スクロース","1072884907":"万国諸海の図譜","1075647299":"松韻の響く頃","1082448331":"淡く光りし海淵の民","1089950259":"天空の傲","1097898243":"過重","1103732675":"幸運","1113306282":"モナ","1114777131":"和音","1119368259":"旅路","1130996346":"香菱","1133599347":"一心不乱","1148024603":"「漁獲」","1154009435":"星鎌·試作","1163263227":"流浪楽章","1163616891":"霜の埋葬","1182966603":"傭兵の重剣","1186209435":"博徒","1201790667":"千夜に浮かぶ夢","1212345779":"剣闘士のフィナーレ","1217552947":"白刃流転","1240067179":"西風猟弓","1307222899":"徊·切捨刀","1319974859":"奮い立てる","1321135667":"匣中龍吟","1337666507":"千岩牢固","1344953075":"追い風が吹く","1345343763":"磐岩結緑","1348687251":"狩人の道","1383427723":"白月に輝く枝","1383639611":"奇跡","1388004931":"飛天御剣","1390797107":"白纓槍","1395607523":"獣道の終着点","1404688115":"追憶と別れの歌","1406746947":"異世界旅行記","1414366819":"金璋君臨","1437658243":"螭龍の剣","1438974835":"逆飛びの流星","1455107995":"四風原典","1468367538":"ディオナ","1470442731":"風信の矛","1479961579":"鉄影段平","1483922610":"九条裟羅","1485303435":"注入の棘","1492752155":"落ち着き","1499235563":"勝ちに乗じる","1499745907":"「一心伝」名刀","1499817443":"蒼翠の風","1516554699":"石英大剣","1522029867":"炎と雷の破滅","1524173875":"燃え盛る炎の魔女","1533656818":"旅人","1538092267":"「一心伝」名刀","1541919827":"血染めの騎士道","1545992315":"「正義」","1558036915":"辰砂往生録","1562601179":"翠緑の影","1588620330":"神里綾人","1600275315":"波乱月白経津","1608953539":"黎明の神剣","1610242915":"伝承","1628928163":"風花の願い","1632377563":"烈火を渡る賢者","1651985379":"白夜の前兆者","1660598451":"岩蔵の胤","1675079283":"深林の記憶","1675686363":"祭礼の大剣","1702903411":"ジンニーの囁き","1706534267":"率直に話を言え","1722706579":"水と氷の破滅","1732418482":"ヨォーヨ","1745286795":"名士の振舞","1745712907":"波を統べる海祇の民","1751039235":"旧貴族のしつけ","1756609915":"海染硨磲","1771603299":"金璋君臨","1773425155":"降臨の剣","1789612403":"響き","1820235315":"矢なしの詩","1836628747":"反逆の守護者","1860795787":"曚雲の月","1864015138":"刻晴","1873342283":"雷を鎮める尊者","1890163363":"不滅の月華","1901973075":"冬極の白星","1921418842":"ノエル","1932742643":"滅却の戒法","1934830979":"底なしの渇望","1940821986":"久岐忍","1940919994":"胡桃","1966438658":"アンバー","1982136171":"集中","1990641987":"祭礼の剣","1990820123":"天目影打","1991707099":"斬岩·試作","1994081075":"高価なオーブ","1997709467":"和璞鳶","2006422931":"千岩古剣","2017033267":"落ち着き","2025598051":"追い風が吹く","2029582603":"怪譚·時雨心地一本足","2040573235":"悠久の磐岩","2060049099":"火祭りの人","2108574027":"岩砕き","2109571443":"集中","2125206395":"銀の剣","2149411851":"金璋君臨","2153521307":"砂上の楼閣","2172529947":"勝ちに乗じる","2176134843":"集中","2190368347":"切り捨て","2191797987":"冒険者","2195665683":"祭礼の断片","2242027395":"黒檀の弓","2244980899":"砂海に沈みし叙事詩","2257505883":"フォレストサンクチュアリ","2267978875":"満悦の実","2276480763":"絶縁の旗印","2279290283":"魔導緒論","2297485451":"速射の弓","2312640651":"落ち着き","2317820211":"注入の針","2322648115":"粉砕","2324146259":"白辰の輪","2340970067":"歴戦の狩猟弓","2351445619":"埋もれしサファイアの涙","2359799475":"惡王丸","2364208851":"旅人の心","2365025043":"路地遊侠","2375993851":"旧貴族長剣","2383998915":"波を統べる海祇の民","2384519283":"弾弓","2387711994":"ファルザン","2388785242":"早柚","2400012995":"祭礼の弓","2410593283":"無鋒の剣","2417717595":"ダークアレイの狩人","2425414923":"落霞","2433755451":"反抗と旗掲げの歌","2440850563":"天に響く詩","2448629019":"東花坊時雨","2466140362":"ウェンティ","2469300579":"勝ちに乗じる","2470306939":"飛雷の御執","2474354867":"西風剣","2476346187":"炎と水の破滅","2491797315":"喜多院十文字槍","2504399314":"宵宮","2506955778":"ティナリ","2512309395":"雷のような怒り","2521338131":"金珀·試作","2534304035":"霧切の御腰物","2538235187":"砂上の楼閣の史話","2539208459":"誓いの明瞳","2546254811":"華館夢醒形骸記","2556914683":"絶弦","2587614459":"冬忍びの実","2597527627":"異史","2614170427":"飛天大御剣","2646367730":"北斗","2664629131":"匣中滅龍","2666951267":"訓練用大剣","2673337443":"注入の矢","2679781122":"甘雨","2684365579":"序曲","2691070627":"フォレストサンクチュアリ","2705029563":"ポケット魔導書","2713453234":"八重神子","2743659331":"激流","2749508387":"金璋君臨","2749853923":"腐植の剣","2753539619":"雪葬の星銀","2764598579":"亡命者","2792766467":"無工の剣","2796697027":"新米の長槍","2824690859":"壊れた鏡","2832648187":"旧貴族長弓","2834803571":"金璋君臨","2848374378":"夜蘭","2853296811":"高天を貫く牙","2871793795":"鋭利","2876340530":"重雲","2889777514":"レイラ","2890909531":"武人","2893964243":"矢文","2915865819":"淵中霞彩","2918525947":"飛雷の鳴弦","2935286715":"旧貴族猟槍","2947140987":"ダークアレイの閃光","2948362178":"コレイ","2949448555":"蒼古なる自由への誓い","2963220587":"翡玉法珠","3001782875":"落ち着き","3018479371":"舟歌","3024507506":"雷電将軍","3063191787":"竭沢","3063488107":"強打","3068316954":"荒瀧一斗","3070169307":"鉄尖槍","3073454867":"マカイラの水色","3079462611":"波を統べる海祇の民","3090373787":"ダークアレイの酒と詩","3092975658":"キャンディス","3094139291":"楽園の絶花","3097441915":"理屈責め","3112448011":"決心","3112679155":"終焉を嘆く詩","3156385731":"昭心","3159145923":"徊·切捨刀","3169209451":"弓蔵","3176599083":"王の近侍","3192689683":"霜の埋葬","3209694115":"林野の星","3221566250":"ジン","3230559562":"放浪者","3235324891":"護摩の杖","3252085691":"追い風が吹く","3258658763":"魔力親和","3265161211":"注入の刃","3273999011":"黒岩の緋玉","3277782506":"フィッシュル","3302787771":"霜の埋葬","3305772819":"襲撃戦術","3314157803":"スライム殺し","3337185491":"浅瀨の弭","3337249451":"オーバーロード","3339083250":"クレー","3344622722":"リサ","3364338659":"果てしない恵み","3371922315":"神櫻神遊神楽舞","3378007475":"黒岩の長剣","3400133546":"ゴロー","3406113971":"追い風が吹く","3421967235":"チ虎魚の刀","3439749859":"蒼翠の狩猟弓","3443142923":"ドラゴンスピア","3447737235":"黒岩の戦弓","3453611803":"ネットブレーカー","3456986819":"ドドコの物語","3464027035":"「一心伝」名刀","3465493459":"精密射撃","3500935003":"龍殺しの英傑譚","3513240283":"訪れぬ風","3532343811":"レジサイド","3535784755":"勇士の心","3541083923":"剣闘士","3555115602":"トーマ","3584825427":"生徒ノート","3587062891":"千岩訣·同心","3587621259":"笛の剣","3600623979":"狩猟弓","3608180322":"ディルック","3618167299":"学者","3625393819":"澹月·試作","3626268211":"来歆の余響","3673792067":"旅道の剣","3684723963":"雨裁","3685735523":"徊·切捨刀","3689108098":"アーロイ","3717341819":"幽林の月影","3717667418":"エウルア","3717849275":"草薙の稲光","3719372715":"特級の宝玉","3722933411":"古華·試作","3755004051":"西風長槍","3775299170":"バーバラ","3780343147":"虚構","3782508715":"医者","3796702635":"千変万化","3796905611":"黒剣","3816664530":"旅人","3827789435":"旧貴族秘法録","3832443723":"不屈","3836188467":"縛り無き朱色の蝶","3847143266":"タルタリヤ","3850149970":"ニィロウ","3862787418":"鍾離","3890292467":"教官","3898539027":"四方浮遊する霊雲","3909785739":"蜃気楼の果ての熱夢","3914045794":"珊瑚宮心海","3914951691":"赤角石塵滅砕","3933622347":"天空の翼","3949653579":"幽夜のワルツ","3956074723":"迷宮の王の教え","3966753539":"濯ぎし諸般の形","3975746731":"鴉羽の弓","3995710363":"狼の末路","3996017211":"刈り取る","3999792907":"水祭りの人","4000770243":"路地奇襲","4002157418":"アルハイゼン","4007372867":"土定の玉","4022012131":"勝ちに乗じる","4049410651":"死闘の槍","4055003299":"天空の刃","4060235987":"日月の輝き","4080317355":"勇気","4082302819":"守護の心","4090429643":"龍血を浴びた剣","4103022435":"鉄蜂の刺し","4103766499":"黒纓槍","4108620722":"アルベド","4113638323":"正義を貫く鳶の槍","4119663210":"ガイア","4122509083":"斬波のひれ長","4124851547":"霧切の廻光","4127888970":"凝光","4139294531":"文使い","4144069251":"追憶のしめ縄","4145306051":"金メッキの夢","4158505619":"天空の脊","4160147242":"レザー","4186179883":"破魔の弓","4193089947":"桂木斬長正","4197635682":"行秋","4226083179":"名士の振舞","4230231107":"若水","4238339131":"赤砂の杖","4245213187":"注入の巻","4258047555":"極夜のデュエット","4260733330":"ロサリア","4267718859":"リカーブボウ","4273845410":"辛炎","4275754179":"狼のような狩人","FIGHT_PROP_BASE_HP":"基礎HP","FIGHT_PROP_HP":"HP","FIGHT_PROP_HP_PERCENT":"HP","FIGHT_PROP_BASE_ATTACK":"基礎攻撃力","FIGHT_PROP_ATTACK":"攻撃力","FIGHT_PROP_ATTACK_PERCENT":"攻撃力","FIGHT_PROP_BASE_DEFENSE":"基礎防御力","FIGHT_PROP_DEFENSE":"防御力","FIGHT_PROP_DEFENSE_PERCENT":"防御力","FIGHT_PROP_BASE_SPEED":"移動速度","FIGHT_PROP_SPEED_PERCENT":"移動速度","FIGHT_PROP_CRITICAL":"会心率","FIGHT_PROP_ANTI_CRITICAL":"会心耐性","FIGHT_PROP_CRITICAL_HURT":"会心ダメージ","FIGHT_PROP_CHARGE_EFFICIENCY":"元素チャージ効率","FIGHT_PROP_ADD_HURT":"ダメージ増加","FIGHT_PROP_SUB_HURT":"被ダメージ軽減","FIGHT_PROP_HEAL_ADD":"与える治療効果","FIGHT_PROP_HEALED_ADD":"受ける治療効果","FIGHT_PROP_ELEMENT_MASTERY":"元素熟知","FIGHT_PROP_PHYSICAL_SUB_HURT":"物理耐性","FIGHT_PROP_PHYSICAL_ADD_HURT":"物理ダメージ","FIGHT_PROP_FIRE_ADD_HURT":"炎元素ダメージ","FIGHT_PROP_ELEC_ADD_HURT":"雷元素ダメージ","FIGHT_PROP_WATER_ADD_HURT":"水元素ダメージ","FIGHT_PROP_GRASS_ADD_HURT":"草元素ダメージ","FIGHT_PROP_WIND_ADD_HURT":"風元素ダメージ","FIGHT_PROP_ROCK_ADD_HURT":"岩元素ダメージ","FIGHT_PROP_ICE_ADD_HURT":"氷元素ダメージ","FIGHT_PROP_FIRE_SUB_HURT":"炎元素耐性","FIGHT_PROP_ELEC_SUB_HURT":"雷元素耐性","FIGHT_PROP_WATER_SUB_HURT":"水元素耐性","FIGHT_PROP_GRASS_SUB_HURT":"草元素耐性","FIGHT_PROP_WIND_SUB_HURT":"風元素耐性","FIGHT_PROP_ROCK_SUB_HURT":"岩元素耐性","FIGHT_PROP_ICE_SUB_HURT":"氷元素耐性","FIGHT_PROP_EFFECT_HIT":"効果命中","FIGHT_PROP_EFFECT_RESIST":"効果抵抗","FIGHT_PROP_FREEZE_SHORTEN":"凍結時間短縮","FIGHT_PROP_DIZZY_SHORTEN":"スタン時間短縮","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"クールタイム短縮","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"シールド強化","FIGHT_PROP_CUR_HP":"HP","FIGHT_PROP_MAX_HP":"HP上限","FIGHT_PROP_CUR_ATTACK":"攻撃力","FIGHT_PROP_CUR_DEFENSE":"防御力","FIGHT_PROP_CUR_SPEED":"移動速度","level":"Level"},"id":{"20848859":"Blackcliff Slasher","33330467":"Elemental Mastery","37147251":"Solar Pearl","43015699":"TBA","54857595":"Bane of Storm and Tide","83115355":"Maiden Beloved","85795635":"Focus","88505754":"Kaedehara Kazuha","135182203":"Bane of Storm and Tide","143051931":"Xiphos' Moonlight","147298547":"Wanderer's Troupe","156294403":"Heart of Depth","160493219":"Dark Iron Sword","168956722":"Qiqi","197755235":"Vortex Vanquisher","212557731":"Prayers for Wisdom","231836963":"Primordial Jade Cutter","240385755":"Wavesplitter","246984427":"Bane of Fire and Thunder","262428003":"Prayers to Springtime","270124867":"Protector's Virtue","275622963":"Light of Foliar Incision","287454963":"Prayers to the Firmament","288666635":"Spotless Heart","302691299":"Amber Bead","303155515":"Unreturning","310247243":"Kagura's Verity","313300315":"Sapwood Blade","334242634":"Shenhe","339931171":"Press the Advantage","342097547":"Cinnabar Spindle","346510395":"Luxurious Sea-Lord","359484419":"Tulaytullah's Remembrance","368014203":"Sky-ripping Dragon Spine","388272194":"Dori","391273955":"Black Wing","411685275":"Compound Bow","426363739":"Wandering Evenstar","452043283":"Lost Ballade","452357939":"Moonpiercer","453444347":"A Thousand Nights' Dawnsong","454086795":"Key of Khaj-Nisut","479076483":"Cool Steel","481755219":"Blackcliff Pole","486287579":"Residual Heat","500612819":"The Flagstaff","506630267":"Wind Companion","514784907":"Bane of Flame and Water","521221323":"Protector's Virtue","540938627":"Predator","565329475":"Kunwu's Wyrmbane","566772267":"Gokadaiou Otogibanashi","577103787":"Energy Shower","578575283":"Crescent Pike","586598971":"Full Circle","597991835":"Byakuya Kougetsu","607067963":"Isshin Art Clarity","613846163":"Descension","618786571":"Halberd","623494555":"Decimate","623534363":"Favonius Codex","630452219":"Sakura Palace","646032090":"Shikanoin Heizou","646100491":"Lithic Axiom: Unity","650049651":"Windblume Ode","655825874":"Yun Jin","656120259":"Sharpshooter's Oath","680510411":"Whiteblind","688991243":"Calamity Queller","693354267":"Memory of Dust","697277554":"Yanfei","712501082":"Nahida","716252627":"Lithic Spear","729851187":"Glacier and Snowfield","735056795":"Favonius Greatsword","807607555":"Skyward Atlas","824949859":"Dodoventure!","828711395":"Amos' Bow","836208539":"Golden Plating","850802171":"White Iron Greatsword","855894507":"Berserker","862591315":"Pale Flame","877751435":"Royal Greatsword","902184579":"Forest Regalia","902264035":"Aquila Favonia","902282051":"Cull the Weak","909145139":"Protector's Virtue","930640955":"The Bell","933076627":"Blizzard Strayer","942758755":"Focus","944332883":"Summit Shaper","949506483":"Oceanic Victory","968378595":"Falcon's Defiance","968893378":"Bennett","977648923":"Primordial Jade Greatsword","991968139":"Timeless Dream: Eternal Stove","1006042610":"Kamisato Ayaka","1012170803":"Kagotsurube Isshin","1021898539":"Slingshot","1021947690":"Xiao","1028735635":"Revolutionary Chorale","1049891906":"Cyno","1053433018":"Sucrose","1072884907":"Mappa Mare","1075647299":"Song of Broken Pines","1082448331":"People of the Faltering Light","1089950259":"Skyward Pride","1097898243":"Heavy","1103732675":"Lucky Dog","1113306282":"Mona","1114777131":"Chord","1119368259":"Journey","1130996346":"Xiangling","1133599347":"Strong-willed Arrow","1148024603":"\"The Catch\"","1154009435":"Prototype Starglitter","1163263227":"The Widsith","1163616891":"Frost Burial","1182966603":"Old Merc's Pal","1186209435":"Gambler","1201790667":"A Thousand Floating Dreams","1212345779":"Gladiator's Finale","1217552947":"Honed Flow","1240067179":"Favonius Warbow","1307222899":"Wandering Striker","1319974859":"Vigorous","1321135667":"Lion's Roar","1337666507":"Tenacity of the Millelith","1344953075":"Wind Companion","1345343763":"Primordial Jade Cutter","1348687251":"Hunter's Path","1383427723":"Whitemoon Bristle","1383639611":"Tiny Miracle","1388004931":"Skyrider Sword","1390797107":"White Tassel","1395607523":"At the End of the Beast-Paths","1404688115":"The Parting Refrain","1406746947":"Otherworldly Story","1414366819":"Golden Majesty","1437658243":"Serpent Spine","1438974835":"Retracing Bolide","1455107995":"Lost Prayer to the Sacred Winds","1468367538":"Diona","1470442731":"Missive Windspear","1479961579":"Ferrous Shadow","1483922610":"Kujou Sara","1485303435":"Infusion Stinger","1492752155":"Composed","1499235563":"Press the Advantage","1499745907":"Prized Isshin Blade","1499817443":"Verdant Wind","1516554699":"Quartz","1522029867":"Bane of Fire and Thunder","1524173875":"Crimson Witch of Flames","1533656818":"Pengembara","1538092267":"Prized Isshin Blade","1541919827":"Bloodstained Chivalry","1545992315":"Justice","1558036915":"Vermillion Hereafter","1562601179":"Viridescent Venerer","1588620330":"Kamisato Ayato","1600275315":"Haran Geppaku Futsu","1608953539":"Harbinger of Dawn","1610242915":"Heritage","1628928163":"Windblume Wish","1632377563":"Lavawalker","1651985379":"Daylight's Augury","1660598451":"Iwakura Succession","1675079283":"Deepwood Memories","1675686363":"Sacrificial Greatsword","1702903411":"Jinni's Whisper","1706534267":"Blunt Conclusion","1722706579":"Bane of Water and Ice","1732418482":"Yaoyao","1745286795":"Samurai Conduct","1745712907":"Watatsumi Wavewalker","1751039235":"Noblesse Oblige","1756609915":"Ocean-Hued Clam","1771603299":"Golden Majesty","1773425155":"Sword of Descension","1789612403":"Echo","1820235315":"Arrowless Song","1836628747":"Guardian of the Rebellion","1860795787":"Mouun's Moon","1864015138":"Keqing","1873342283":"Thundersoother","1890163363":"Everlasting Moonglow","1901973075":"Polar Star","1921418842":"Noelle","1932742643":"Extinguishing Precept","1934830979":"Undying Admiration","1940821986":"Kuki Shinobu","1940919994":"Hu Tao","1966438658":"Amber","1982136171":"Focus","1990641987":"Sacrificial Sword","1990820123":"Amenoma Kageuchi","1991707099":"Prototype Rancour","1994081075":"Primordial Jade Vista","1997709467":"Primordial Jade Winged-Spear","2006422931":"Lithic Blade","2017033267":"Composed","2025598051":"Wind Companion","2029582603":"Kaidan: Rainfall Earthbinder","2040573235":"Archaic Petra","2060049099":"Prayers for Illumination","2108574027":"Crushed Stone","2109571443":"Focus","2125206395":"Silver Sword","2149411851":"Golden Majesty","2153521307":"Desert Pavilion","2172529947":"Press the Advantage","2176134843":"Focus","2190368347":"Gash","2191797987":"Adventurer","2195665683":"Sacrificial Fragments","2242027395":"Ebony Bow","2244980899":"Sunken Song of the Sands","2257505883":"Forest Sanctuary","2267978875":"Fruit of Fulfillment","2276480763":"Emblem of Severed Fate","2279290283":"Magic Guide","2297485451":"Rapid Firing","2312640651":"Composed","2317820211":"Infusion Needle","2322648115":"Crush","2324146259":"Hakushin Ring","2340970067":"Seasoned Hunter's Bow","2351445619":"Bygone Azure Teardrop","2359799475":"Akuoumaru","2364208851":"Resolution of Sojourner","2365025043":"Itinerant Hero","2375993851":"Royal Longsword","2383998915":"Watatsumi Wavewalker","2384519283":"Slingshot","2387711994":"Faruzan","2388785242":"Sayu","2400012995":"Sacrificial Bow","2410593283":"Dull Blade","2417717595":"Alley Hunter","2425414923":"Fading Twilight","2433755451":"Rebel's Banner-Hymn","2440850563":"Echoing Ballad","2448629019":"Toukabou Shigure","2466140362":"Venti","2469300579":"Press the Advantage","2470306939":"Rule by Thunder","2474354867":"Favonius Sword","2476346187":"Bane of Flame and Water","2491797315":"Kitain Cross Spear","2504399314":"Yoimiya","2506955778":"Tighnari","2512309395":"Thundering Fury","2521338131":"Prototype Amber","2534304035":"Mistsplitter's Edge","2538235187":"Desert Pavilion Chronicle","2539208459":"Oathsworn Eye","2546254811":"Husk of Opulent Dreams","2556914683":"The Stringless","2587614459":"Frostbearer","2597527627":"Historia Diferente","2614170427":"Skyrider Greatsword","2646367730":"Beidou","2664629131":"Dragon's Bane","2666951267":"Waster Greatsword","2673337443":"Infusion Arrow","2679781122":"Ganyu","2684365579":"Debut","2691070627":"Forest Sanctuary","2705029563":"Pocket Grimoire","2713453234":"Yae Miko","2743659331":"Rapids","2749508387":"Golden Majesty","2749853923":"Festering Desire","2753539619":"Snow-Tombed Starsilver","2764598579":"The Exile","2792766467":"The Unforged","2796697027":"Beginner's Protector","2824690859":"Mirror Breaker","2832648187":"Royal Bow","2834803571":"Golden Majesty","2848374378":"Yelan","2853296811":"Sky-Piercing Fang","2871793795":"Sharp","2876340530":"Chongyun","2889777514":"Layla","2890909531":"Martial Artist","2893964243":"Message by Flying Arrow","2915865819":"Radiance of the Deeps","2918525947":"Thundering Pulse","2935286715":"Royal Spear","2947140987":"The Alley Flash","2948362178":"Collei","2949448555":"Freedom-Sworn","2963220587":"Emerald Orb","3001782875":"Composed","3018479371":"Shanty","3024507506":"Raiden Shogun","3063191787":"End of the Line","3063488107":"Strong Strike","3068316954":"Arataki Itto","3070169307":"Iron Point","3073454867":"Makhaira Aquamarine","3079462611":"Watatsumi Wavewalker","3090373787":"Wine and Song","3092975658":"Candace","3094139291":"Flower of Paradise Lost","3097441915":"Debate Club","3112448011":"Determination","3112679155":"Elegy for the End","3156385731":"Eye of Perception","3159145923":"Wandering Striker","3169209451":"Rust","3176599083":"King's Squire","3192689683":"Frost Burial","3209694115":"Wildling Nightstar","3221566250":"Jean","3230559562":"Wanderer","3235324891":"Staff of Homa","3252085691":"Wind Companion","3258658763":"Magic Eater","3265161211":"Infused Edge","3273999011":"Blackcliff Amulet","3277782506":"Fischl","3302787771":"Frost Burial","3305772819":"Guerilla Tactic","3314157803":"Hard Hitter","3337185491":"Full Draw","3337249451":"Overloaded","3339083250":"Klee","3344622722":"Lisa","3364338659":"Boundless Blessing","3371922315":"Kagura Dance of the Sacred Sakura","3378007475":"Blackcliff Longsword","3400133546":"Gorou","3406113971":"Wind Companion","3421967235":"Fillet Blade","3439749859":"The Viridescent Hunt","3443142923":"Dragonspine Spear","3447737235":"Blackcliff Warbow","3453611803":"Net Snapper","3456986819":"Dodoco Tales","3464027035":"Prized Isshin Blade","3465493459":"Precise","3500935003":"Thrilling Tales of Dragon Slayers","3513240283":"The Wind Unattained","3532343811":"Deicide","3535784755":"Brave Heart","3541083923":"Gladiator","3555115602":"Thoma","3584825427":"Apprentice's Notes","3587062891":"Lithic Axiom: Unity","3587621259":"The Flute","3600623979":"Hunter's Bow","3608180322":"Diluc","3618167299":"Scholar","3625393819":"Prototype Crescent","3626268211":"Echoes of an Offering","3673792067":"Traveler's Handy Sword","3684723963":"Rainslasher","3685735523":"Wandering Striker","3689108098":"Aloy","3717341819":"Stillwood Moonshadow","3717667418":"Eula","3717849275":"Engulfing Lightning","3719372715":"Twin Nephrite","3722933411":"Prototype Archaic","3755004051":"Favonius Lance","3775299170":"Barbara","3780343147":"One Side","3782508715":"Traveling Doctor","3796702635":"Ever-Changing","3796905611":"The Black Sword","3816664530":"Pengembara","3827789435":"Royal Grimoire","3832443723":"Unbending","3836188467":"Reckless Cinnabar","3847143266":"Tartaglia","3850149970":"Nilou","3862787418":"Zhongli","3890292467":"Instructor","3898539027":"Wandering Clouds","3909785739":"Heat Haze at Horizon's End","3914045794":"Sangonomiya Kokomi","3914951691":"Redhorn Stonethresher","3933622347":"Skyward Harp","3949653579":"Mitternachts Waltz","3956074723":"Labyrinth Lord's Instruction","3966753539":"The Cleansing Form","3975746731":"Raven Bow","3995710363":"Wolf's Gravestone","3996017211":"Cull the Weak","3999792907":"Prayers for Destiny","4000770243":"Oppidan Ambush","4002157418":"Alhaitham","4007372867":"Primordial Jade Regalia","4022012131":"Press the Advantage","4049410651":"Deathmatch","4055003299":"Skyward Blade","4060235987":"Solar Shine","4080317355":"Courage","4082302819":"Defender's Will","4090429643":"Bloodtainted Greatsword","4103022435":"Iron Sting","4103766499":"Black Tassel","4108620722":"Albedo","4113638323":"Eagle Polearm of Justice","4119663210":"Kaeya","4122509083":"Wavebreaker's Fin","4124851547":"Mistsplitter Reforged","4127888970":"Ningguang","4137694339":"(test)Tes tongkat","4139294531":"Messenger","4144069251":"Shimenawa's Reminiscence","4145306051":"Gilded Dreams","4158505619":"Skyward Spine","4160147242":"Razor","4186179883":"Hamayumi","4193089947":"Katsuragikiri Nagamasa","4197635682":"Xingqiu","4226083179":"Samurai Conduct","4230231107":"Aqua Simulacra","4238339131":"Staff of the Scarlet Sands","4245213187":"Infusion Scroll","4258047555":"Evernight Duet","4260733330":"Rosaria","4267718859":"Recurve Bow","4273845410":"Xinyan","4275754179":"Wolfish Tracker","FIGHT_PROP_BASE_HP":"Base HP","FIGHT_PROP_HP":"HP","FIGHT_PROP_HP_PERCENT":"HP","FIGHT_PROP_BASE_ATTACK":"Base ATK","FIGHT_PROP_ATTACK":"ATK","FIGHT_PROP_ATTACK_PERCENT":"ATK","FIGHT_PROP_BASE_DEFENSE":"Base DEF","FIGHT_PROP_DEFENSE":"DEF","FIGHT_PROP_DEFENSE_PERCENT":"DEF","FIGHT_PROP_BASE_SPEED":"Movement SPD","FIGHT_PROP_SPEED_PERCENT":"Movement SPD","FIGHT_PROP_CRITICAL":"CRIT Rate","FIGHT_PROP_ANTI_CRITICAL":"CRIT RES","FIGHT_PROP_CRITICAL_HURT":"CRIT DMG","FIGHT_PROP_CHARGE_EFFICIENCY":"Energy Recharge","FIGHT_PROP_ADD_HURT":"DMG Bonus","FIGHT_PROP_SUB_HURT":"DMG Reduction","FIGHT_PROP_HEAL_ADD":"Healing Bonus","FIGHT_PROP_HEALED_ADD":"Incoming Healing Bonus","FIGHT_PROP_ELEMENT_MASTERY":"Elemental Mastery","FIGHT_PROP_PHYSICAL_SUB_HURT":"Physical RES","FIGHT_PROP_PHYSICAL_ADD_HURT":"Physical DMG Bonus","FIGHT_PROP_FIRE_ADD_HURT":"Pyro DMG Bonus","FIGHT_PROP_ELEC_ADD_HURT":"Electro DMG Bonus","FIGHT_PROP_WATER_ADD_HURT":"Hydro DMG Bonus","FIGHT_PROP_GRASS_ADD_HURT":"Dendro DMG Bonus","FIGHT_PROP_WIND_ADD_HURT":"Anemo DMG Bonus","FIGHT_PROP_ROCK_ADD_HURT":"Geo DMG Bonus","FIGHT_PROP_ICE_ADD_HURT":"Cryo DMG Bonus","FIGHT_PROP_FIRE_SUB_HURT":"Pyro RES","FIGHT_PROP_ELEC_SUB_HURT":"Electro RES","FIGHT_PROP_WATER_SUB_HURT":"Hydro RES","FIGHT_PROP_GRASS_SUB_HURT":"Dendro RES","FIGHT_PROP_WIND_SUB_HURT":"Anemo RES","FIGHT_PROP_ROCK_SUB_HURT":"Geo RES","FIGHT_PROP_ICE_SUB_HURT":"Cryo RES","FIGHT_PROP_EFFECT_HIT":"Hit","FIGHT_PROP_EFFECT_RESIST":"Resisted","FIGHT_PROP_FREEZE_SHORTEN":"Pengurangan Durasi Frozen","FIGHT_PROP_DIZZY_SHORTEN":"Pengurangan Durasi Stunned","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"Reduce CD","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"Kekuatan Perisai","FIGHT_PROP_CUR_HP":"HP","FIGHT_PROP_MAX_HP":"Max HP","FIGHT_PROP_CUR_ATTACK":"ATK","FIGHT_PROP_CUR_DEFENSE":"DEF","FIGHT_PROP_CUR_SPEED":"Movement SPD","level":"Level"},"fr":{"20848859":"Trancheuse de Rochenoire","33330467":"Maestria élémentaire","37147251":"Perle solaire","43015699":"En attente","54857595":"Fléau d'eau et de foudre","83115355":"Amour chéri","85795635":"Focus","88505754":"Kaedehara Kazuha","135182203":"Fléau d'eau et de foudre","143051931":"Clair de lune de Xiphos","147298547":"Bande vagabonde","156294403":"Âme des profondeurs","160493219":"Épée en fer noir","168956722":"Qiqi","197755235":"Perceur prismatique","212557731":"Sacrifieur Électro","231836963":"Coupeur de jade primordial","240385755":"Brise-vagues","246984427":"Fléau de feu et de foudre","262428003":"Sacrifieur Cryo","270124867":"Vertu du protecteur","275622963":"Lumière d'incision foliaire","287454963":"Sacrifieur Anémo","288666635":"Cœur immaculé","302691299":"Catalyseur en ambre","303155515":"Sans retour","310247243":"Vérité de Kagura","313300315":"Lame d'aubier","334242634":"Shenhe","339931171":"De victoire en victoire","342097547":"Fuseau de cinabre","346510395":"Illustre seigneur des mers","359484419":"Mémoire de Tulaytullah","368014203":"Échine du dragon briseur de ciel","388272194":"Dori","391273955":"Plume de jais","411685275":"Arc à poulies","426363739":"Étoile du soir errante","452043283":"Ballade perdue","452357939":"Perce-lune","453444347":"Chant d'aube d'un millier de nuits","454086795":"Clé de Khaj-Nisut","479076483":"Lame froide","481755219":"Lance de Rochenoire","486287579":"Chaleur résiduelle","500612819":"La hampe","506630267":"Charge critique","514784907":"Fléau de feu et d'eau","521221323":"Vertu du protecteur","540938627":"Predator","565329475":"Wyrmbane de Kunwu","566772267":"Gokadaiou du Roi Otogi","577103787":"Immersion énergétique","578575283":"Pique du croissant de lune","586598971":"Cercle complet","597991835":"Byakuya Kougetsu","607067963":"Clarté de l'Art Isshin","613846163":"Descente","618786571":"Hallebarde","623494555":"Anéantissement","623534363":"Code de Favonius","630452219":"Palais des cerisiers","646032090":"Shikanoin Heizou","646100491":"Axiome de la roche : Unité","650049651":"Ode aux alizées","655825874":"Yun Jin","656120259":"Serment de l'archer","680510411":"Ombre immaculée","688991243":"Étouffeur de calamités","693354267":"Chaînes mortelles","697277554":"Yanfei","712501082":"Nahida","716252627":"Lance des Millelithes","729851187":"Neige et glace","735056795":"Espadon de Favonius","807607555":"Atlas de la Voûte d'Azur","824949859":"Aventure dodo !","828711395":"Arc d'Amos","836208539":"Blindage d'or","850802171":"Grande épée en fer blanc","855894507":"Berserker","862591315":"Flamme blême","877751435":"Espadon royal","902184579":"Apparat de la forêt","902264035":"Épée du faucon","902282051":"Moissonneur","909145139":"Vertu du protecteur","930640955":"Épée-horloge","933076627":"Briseur de glace","942758755":"Focus","944332883":"Tranche-sommets","949506483":"Victoire océanique","968378595":"Résistance du Faucon de l'Ouest","968893378":"Bennett","977648923":"Grande épée de jade primordial","991968139":"Rêve intemporel : Fournaise éternelle","1006042610":"Kamisato Ayaka","1012170803":"Kagotsurube Isshin","1021898539":"Lance-pierres","1021947690":"Xiao","1028735635":"Ode de l'appel à la révolte","1049891906":"Cyno","1053433018":"Sucrose","1072884907":"Atlas des terres et des mers","1075647299":"Ode au chant du vent","1082448331":"Peuple des profondeurs enténébrées","1089950259":"Fierté de la Voûte d'Azur","1097898243":"Écrasement","1103732675":"Chanceux","1113306282":"Mona","1114777131":"Accord","1119368259":"Voyage","1130996346":"Xiangling","1133599347":"Flèche de la volonté","1148024603":"« La prise »","1154009435":"Guisarme stellaire (prototype)","1163263227":"Mouvement vagabond","1163616891":"Deuil givré","1182966603":"Lame du mercenaire","1186209435":"Parieur","1201790667":"Mille rêves flottants","1212345779":"Rideau du Gladiateur","1217552947":"Flux aiguisé","1240067179":"Arc de chasse de Favonius","1307222899":"Épéiste errant","1319974859":"Vigueur","1321135667":"Rugissement du Lion","1337666507":"Ténacité du Millelithe","1344953075":"Charge critique","1345343763":"Coupeur de jade primordial","1348687251":"La voie du chasseur","1383427723":"Soie de blanchelune","1383639611":"Miracle","1388004931":"Épée céleste","1390797107":"Pampille blanche","1395607523":"Arrivée du sentier bestial","1404688115":"Refrain de séparation","1406746947":"Conte d'un autre monde","1414366819":"Majesté dorée","1437658243":"Ossature du dragon","1438974835":"Météore inversé","1455107995":"L'origine des Quatre Vents","1468367538":"Diona","1470442731":"Lance du vent saisonnier","1479961579":"Ombre ferreuse","1483922610":"Kujou Sara","1485303435":"Dard énergisant","1492752155":"Sang-froid","1499235563":"De victoire en victoire","1499745907":"Chef d'œuvre Isshin","1499817443":"Vent verdoyant","1516554699":"Grande épée en quartz","1522029867":"Fléau de feu et de foudre","1524173875":"Sorcière des flammes ardentes","1533656818":"Voyageur","1538092267":"Chef d'œuvre Isshin","1541919827":"Chevalerie ensanglantée","1545992315":"Justice","1558036915":"Au-delà cinabrin","1562601179":"Ombre de la Verte Chasseuse","1588620330":"Kamisato Ayato","1600275315":"Lune ondulante de Futsu","1608953539":"Messager de l'Aube","1610242915":"Héritage","1628928163":"Faveur des alizées","1632377563":"Marcheur du feu","1651985379":"Augure de la lumière du jour","1660598451":"Héritage d'Iwakura","1675079283":"Souvenir de forêt","1675686363":"Espadon rituel","1702903411":"Murmure du djinn","1706534267":"Franc-parler","1722706579":"Fléau d'eau et de glace","1732418482":"Yaoyao","1745286795":"Code du samouraï","1745712907":"Marchevague de Watatsumi","1751039235":"Ancien rituel royal","1756609915":"Palourde aux teintes océaniques","1771603299":"Majesté dorée","1773425155":"Épée de la descente","1789612403":"Écho","1820235315":"Chanson sans flèche","1836628747":"Protecteur rebelle","1860795787":"Lune de Mouun","1864015138":"Keqing","1873342283":"Dompteur de foudre","1890163363":"Lueur de la lune éternelle","1901973075":"Étoile polaire","1921418842":"Noëlle","1932742643":"Précepte d'anéantissement","1934830979":"Soif insatiable","1940821986":"Kuki Shinobu","1940919994":"Hu Tao","1966438658":"Amber","1982136171":"Focus","1990641987":"Épée rituelle","1990820123":"Lame kageuchi d'Amenoma","1991707099":"Tailleur de pierre (prototype)","1994081075":"Vue de jade primordial","1997709467":"Lance de jade ailée","2006422931":"Épée antique des Millelithes","2017033267":"Sang-froid","2025598051":"Charge critique","2029582603":"Kaidan : Liant de terre pluviométrique","2040573235":"Roche ancienne","2060049099":"Sacrifieur Pyro","2108574027":"Pierre cassée","2109571443":"Focus","2125206395":"Épée en argent","2149411851":"Majesté dorée","2153521307":"Pavillon du désert","2172529947":"De victoire en victoire","2176134843":"Focus","2190368347":"Détermination","2191797987":"Aventurier","2195665683":"Mémoires de rituels","2242027395":"Arc en ébène","2244980899":"Chant englouti des sables","2257505883":"Sanctuaire sylvestre","2267978875":"Le fruit de l'accomplissement","2276480763":"Emblème du destin brisé","2279290283":"Guide de magie","2297485451":"Tir rapide","2312640651":"Sang-froid","2317820211":"Aiguille énergisante","2322648115":"Pulvérisation","2324146259":"Anneau des Hakushin","2340970067":"Arc de chasse aguerri","2351445619":"Larme d'azur révolue","2359799475":"Akuoumaru","2364208851":"Cœur du Voyageur","2365025043":"Justicier vagabond","2375993851":"Épée longue royale","2383998915":"Marchevague de Watatsumi","2384519283":"Lance-pierres","2387711994":"Faruzan","2388785242":"Sayu","2400012995":"Arc rituel","2410593283":"Épée émoussée","2417717595":"Traqueur des impasses","2425414923":"Crépuscule couchant","2433755451":"Hymne du drapeau rebelle","2440850563":"Ballade résonnante","2448629019":"Pluie florale","2466140362":"Venti","2469300579":"De victoire en victoire","2470306939":"Règne du tonnerre","2474354867":"Épée de Favonius","2476346187":"Fléau de feu et d'eau","2491797315":"Lance en croix de Kitain","2504399314":"Yoimiya","2506955778":"Tighnari","2512309395":"Colère de tonnerre","2521338131":"Malice (prototype)","2534304035":"Fourreau de tranche-brume","2538235187":"Chronique du Pavillon du désert","2539208459":"Œil d'assermentation","2546254811":"Coquille des rêves opulents","2556914683":"Dernière corde","2587614459":"Fruit du permafrost","2597527627":"Histoire secondaire","2614170427":"Grande épée céleste","2646367730":"Beidou","2664629131":"Fléau du dragon","2666951267":"Épée d'entraînement","2673337443":"Flèche énergisante","2679781122":"Ganyu","2684365579":"Musique d'ouverture","2691070627":"Sanctuaire sylvestre","2705029563":"Grimoire de poche","2713453234":"Yae Miko","2743659331":"Torrent","2749508387":"Majesté dorée","2749853923":"Croc suppurant","2753539619":"Tombe-neige en argétoile","2764598579":"Exilé","2792766467":"Lame brute","2796697027":"Lance du débutant","2824690859":"Briseur de mirroire","2832648187":"Arc royal","2834803571":"Majesté dorée","2848374378":"Yelan","2853296811":"Croc du Perceur de ciel","2871793795":"Tranchant","2876340530":"Chongyun","2889777514":"Layla","2890909531":"Artiste martial","2893964243":"Message de l'archer","2915865819":"Flèche enterrée","2918525947":"Pulsation du tonnerre","2935286715":"Lance de chasse royale","2947140987":"Éclair des impasses","2948362178":"Collei","2949448555":"Serment de la liberté","2963220587":"Orbe jadien","3001782875":"Sang-froid","3018479371":"Chant de marin","3024507506":"Shogun Raiden","3063191787":"Chalutier","3063488107":"Frappe puissante","3068316954":"Arataki Itto","3070169307":"Pointe de fer","3073454867":"Aigue-marine de Makhaira","3079462611":"Marchevague de Watatsumi","3090373787":"Vins et chants","3092975658":"Candace","3094139291":"Fleur du paradis perdu","3097441915":"Épée de la raison","3112448011":"Détermination","3112679155":"Ultime soupir","3156385731":"Œil de la perception","3159145923":"Épéiste errant","3169209451":"Arc rouillé","3176599083":"Le valet du roi","3192689683":"Deuil givré","3209694115":"Étoile de nuit sauvage","3221566250":"Jean","3230559562":"Nomade","3235324891":"Bâton de Homa","3252085691":"Charge critique","3258658763":"Soif de magie","3265161211":"Lame énergisante","3273999011":"Agate de Rochenoire","3277782506":"Fischl","3302787771":"Deuil givré","3305772819":"Au galop","3314157803":"Anti-Blob","3337185491":"Pleine allonge","3337249451":"Surcapacité","3339083250":"Klee","3344622722":"Lisa","3364338659":"Bénédiction infinie","3371922315":"Danse Kagura du cerisier sacré","3378007475":"Épée longue de Rochenoire","3400133546":"Gorou","3406113971":"Charge critique","3421967235":"Couteau à filets","3439749859":"Arc de chasse verdoyant","3443142923":"Lance Dosdragon","3447737235":"Arc de guerre de Rochenoire","3453611803":"Délaceur","3456986819":"Contes de Dodoco","3464027035":"Chef d'œuvre Isshin","3465493459":"Précision","3500935003":"Histoire des chasseurs de dragon","3513240283":"Vent de nulle part","3532343811":"Déicide","3535784755":"Cœur du Brave","3541083923":"Gladiateur","3555115602":"Thomas","3584825427":"Notes de l'apprenti","3587062891":"Axiome de la roche : Unité","3587621259":"Flûte","3600623979":"Arc de chasse","3608180322":"Diluc","3618167299":"Érudit","3625393819":"Lune paisible (prototype)","3626268211":"Échos d'une offrande","3673792067":"Épée du voyageur","3684723963":"Fluorescence","3685735523":"Épéiste errant","3689108098":"Aloy","3717341819":"Ombre lunaire en forêt","3717667418":"Eula","3717849275":"Lumière du faucheur","3719372715":"Néphrite jumelle","3722933411":"Espadon (prototype)","3755004051":"Lance de Favonius","3775299170":"Barbara","3780343147":"Destin du néant","3782508715":"Médecin itinérant","3796702635":"Versatile","3796905611":"Épée noire","3816664530":"Voyageuse","3827789435":"Grimoire royal","3832443723":"Tenace","3836188467":"Papillon écarlate libre","3847143266":"Tartaglia","3850149970":"Nilou","3862787418":"Zhongli","3890292467":"Instructeur","3898539027":"Nuages vagabonds","3909785739":"Chimère de fin de mirage","3914045794":"Sangonomiya Kokomi","3914951691":"Brise-pierre de corne rouge","3933622347":"Ailes de la Voûte d'Azur","3949653579":"Valse nocturne","3956074723":"Instruction du seigneur du labyrinthe","3966753539":"Forme purifiante","3975746731":"Arc du corbeau","3995710363":"Mort-du-loup","3996017211":"Moissonneur","3999792907":"Sacrifieur Hydro","4000770243":"Embuscade de rue","4002157418":"Alhaitham","4007372867":"Tablette de jade primordial","4022012131":"De victoire en victoire","4049410651":"Scion de la victoire","4055003299":"Lame de la Voûte d'Azur","4060235987":"Rayonnement céleste","4080317355":"Courage","4082302819":"Cœur du Gardien","4090429643":"Épée sanglante","4103022435":"Piqûre de fer","4103766499":"Pampille noire","4108620722":"Albedo","4113638323":"Lance d'aigle de la justice","4119663210":"Kaeya","4122509083":"Aileron de brise-vagues","4124851547":"Reflet de tranche-brume","4127888970":"Ningguang","4137694339":"(test)竿测试","4139294531":"Messager","4144069251":"Réminiscence nostalgique","4145306051":"Rêve doré","4158505619":"Berge de la Voûte d'Azur","4160147242":"Razor","4186179883":"Arc d'exorcisme","4193089947":"Espadon de Nagamasa","4197635682":"Xingqiu","4226083179":"Code du samouraï","4230231107":"Simulacre d'eau","4238339131":"Bâton des sables écarlates","4245213187":"Rouleau énergisant","4258047555":"Duetto de nuit","4260733330":"Rosalia","4267718859":"Arc courbé","4273845410":"Xinyan","4275754179":"Chasse lupicale","FIGHT_PROP_BASE_HP":"PV de base","FIGHT_PROP_HP":"PV","FIGHT_PROP_HP_PERCENT":"PV","FIGHT_PROP_BASE_ATTACK":"ATQ de base","FIGHT_PROP_ATTACK":"ATQ","FIGHT_PROP_ATTACK_PERCENT":"ATQ","FIGHT_PROP_BASE_DEFENSE":"DÉF de base","FIGHT_PROP_DEFENSE":"DÉF","FIGHT_PROP_DEFENSE_PERCENT":"DÉF","FIGHT_PROP_BASE_SPEED":"VIT de déplacement","FIGHT_PROP_SPEED_PERCENT":"VIT de déplacement","FIGHT_PROP_CRITICAL":"Taux CRIT","FIGHT_PROP_ANTI_CRITICAL":"RÉS CRIT","FIGHT_PROP_CRITICAL_HURT":"DGT CRIT","FIGHT_PROP_CHARGE_EFFICIENCY":"Recharge d'énergie","FIGHT_PROP_ADD_HURT":"Bonus de DGT","FIGHT_PROP_SUB_HURT":"Réduction de DGT","FIGHT_PROP_HEAL_ADD":"Bonus de soins","FIGHT_PROP_HEALED_ADD":"Bonus de soins reçus","FIGHT_PROP_ELEMENT_MASTERY":"Maîtrise élémentaire","FIGHT_PROP_PHYSICAL_SUB_HURT":"RÉS physique","FIGHT_PROP_PHYSICAL_ADD_HURT":"Bonus de DGT physiques","FIGHT_PROP_FIRE_ADD_HURT":"Bonus de DGT Pyro","FIGHT_PROP_ELEC_ADD_HURT":"Bonus de DGT Électro","FIGHT_PROP_WATER_ADD_HURT":"Bonus de DGT Hydro","FIGHT_PROP_GRASS_ADD_HURT":"Bonus de DGT Dendro","FIGHT_PROP_WIND_ADD_HURT":"Bonus de DGT Anémo","FIGHT_PROP_ROCK_ADD_HURT":"Bonus de DGT Géo","FIGHT_PROP_ICE_ADD_HURT":"Bonus de DGT Cryo","FIGHT_PROP_FIRE_SUB_HURT":"RÉS Pyro","FIGHT_PROP_ELEC_SUB_HURT":"RÉS Électro","FIGHT_PROP_WATER_SUB_HURT":"RÉS Hydro","FIGHT_PROP_GRASS_SUB_HURT":"RÉS Dendro","FIGHT_PROP_WIND_SUB_HURT":"RÉS Anémo","FIGHT_PROP_ROCK_SUB_HURT":"RÉS Géo","FIGHT_PROP_ICE_SUB_HURT":"RÉS Cryo","FIGHT_PROP_EFFECT_HIT":"Touché","FIGHT_PROP_EFFECT_RESIST":"Résisté","FIGHT_PROP_FREEZE_SHORTEN":"Réduction de durée de gel","FIGHT_PROP_DIZZY_SHORTEN":"Réduction de durée d'étourdissement","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"Réduction du TdR","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"Force du bouclier","FIGHT_PROP_CUR_HP":"PV","FIGHT_PROP_MAX_HP":"PV max","FIGHT_PROP_CUR_ATTACK":"ATQ","FIGHT_PROP_CUR_DEFENSE":"DÉF","FIGHT_PROP_CUR_SPEED":"VIT de déplacement","level":"Niveau"},"es":{"20848859":"Gran Hoja del Peñasco Oscuro","33330467":"Maestría Elemental","37147251":"Perla Solar","43015699":"Por determinar","54857595":"Perdición de la tormenta y la marea","83115355":"Doncella Amada","85795635":"Concentración","88505754":"Kaedehara Kazuha","135182203":"Perdición de la tormenta y la marea","143051931":"Luz Lunar de Xifos","147298547":"Orquesta del Errante","156294403":"Corazón de las Profundidades","160493219":"Espada de Hierro Oscuro","168956722":"Qiqi","197755235":"Lanza Perforanubes","212557731":"Ritual de la Sabiduría","231836963":"Cortador de Jade Primordial","240385755":"Rompeolas","246984427":"Perdición del fuego y el trueno","262428003":"Ritual de la Primavera","270124867":"Pureza del protector","275622963":"Clorofilo Refulgente","287454963":"Ritual del Firmamento","288666635":"Corazón inmaculado","302691299":"Catalizador de Ámbar","303155515":"Sin retorno","310247243":"Axioma de la Kagura","313300315":"Espada de Madera","334242634":"Shenhe","339931171":"Victoria tras victoria","342097547":"Huso de Cinabrio","346510395":"Rey de los Mares","359484419":"Reminiscencia de Tulaytulah","368014203":"Espina de dragón rompecielos","388272194":"Dori","391273955":"Colmillo quebrantador","411685275":"Arco Compuesto","426363739":"Estrella Errabunda","452043283":"Balada Perdida","452357939":"Perforalunas","453444347":"Alba de las mil noches","454086795":"Llave de la Coronación","479076483":"Hoja Fría","481755219":"Lanza del Peñasco Oscuro","486287579":"Calor residual","500612819":"Asta de Bandera","506630267":"Avanza con el viento","514784907":"Perdición de las llamas y el agua","521221323":"Pureza del protector","540938627":"Depredador","565329475":"Cazador de Dragones de Kunwu","566772267":"Cuentos del rey Otogi","577103787":"Inmersión energética","578575283":"Pica Luna Creciente","586598971":"Culminación","597991835":"Noche de luna","607067963":"Claridad de la técnica Isshin","613846163":"Descenso","618786571":"Alabarda","623494555":"Diezmar","623534363":"Códice de Favonius","630452219":"Palacio del Cerezo","646032090":"Shikanoin Heizou","646100491":"Axioma de la roca: Unidad","650049651":"Oda a las Flores de Viento","655825874":"Yun Jin","656120259":"Juramento del Arquero","680510411":"Sombra Blanca","688991243":"Pacificadora del Desastre","693354267":"Candado Terrenal","697277554":"Yanfei","712501082":"Nahida","716252627":"Lanza Lítica","729851187":"Arenas de hielo y nieve","735056795":"Gran Espada de Favonius","807607555":"Pergamino Celestial","824949859":"¡Dodo-aventura!","828711395":"Arco de Amos","836208539":"Dorado","850802171":"Espada de Hierro Blanco","855894507":"Berserker","862591315":"Llamas Albinas","877751435":"Gran Espada Real","902184579":"Espada Real del Bosque","902264035":"Aquila Favonia","902282051":"Cosecha","909145139":"Pureza del protector","930640955":"Espada del Tiempo","933076627":"Nómada del Invierno","942758755":"Concentración","944332883":"Rompemontañas","949506483":"Victoria oceánica","968378595":"Resistencia del Halcón del Oeste","968893378":"Bennett","977648923":"Espada de Jade Inicial","991968139":"Sueño atemporal: Horno eterno","1006042610":"Kamisato Ayaka","1012170803":"Kagotsurube Isshin","1021898539":"Tirachinas","1021947690":"Xiao","1028735635":"Himno de la rebelión","1049891906":"Cyno","1053433018":"Sacarosa","1072884907":"Carta Náutica","1075647299":"Oda de los Pinos","1082448331":"Resplandor de las profundidades","1089950259":"Orgullo Celestial","1097898243":"Pesado","1103732675":"Afortunado","1113306282":"Mona","1114777131":"Acorde","1119368259":"Viaje","1130996346":"Xiangling","1133599347":"Flecha imparable","1148024603":"La Captura","1154009435":"Prototipo Estelar","1163263227":"Sinfonía de los Merodeadores","1163616891":"Entierro helado","1182966603":"Espada del Mercenario","1186209435":"Jugadora","1201790667":"Sueños de las Mil Noches","1212345779":"Final del Gladiador","1217552947":"Influjo afilado","1240067179":"Arco de Favonius","1307222899":"Espadachín errante","1319974859":"Vigor","1321135667":"Rugido del León","1337666507":"Tenacidad de la Geoarmada","1344953075":"Avanza con el viento","1345343763":"Cortador de Jade Primordial","1348687251":"Senda de la Cazadora","1383427723":"Arista perlada","1383639611":"Milagro","1388004931":"Espada Surcacielos","1390797107":"Borla Blanca","1395607523":"Destino de las bestias","1404688115":"Canción de despedida","1406746947":"Historias de Otros Mundos","1414366819":"Majestad dorada","1437658243":"Médula de la Serpiente Marina","1438974835":"Retroceso del Meteorito","1455107995":"Oración Perdida a los Vientos Sagrados","1468367538":"Diona","1470442731":"Alabarda del Viento Epistolar","1479961579":"Sombra Férrea","1483922610":"Kujou Sara","1485303435":"Aguijón de infusión","1492752155":"Serenidad","1499235563":"Victoria tras victoria","1499745907":"Espada Egregia de Isshin","1499817443":"Viento esmeralda","1516554699":"Espada de Cuarzo","1522029867":"Perdición del fuego y el trueno","1524173875":"Bruja Carmesí en Llamas","1533656818":"Viajero","1538092267":"Espada Egregia de Isshin","1541919827":"Caballería Sanguinaria","1545992315":"Justicia","1558036915":"Deceso del Cinabrio","1562601179":"Sombra Verde Esmeralda","1588620330":"Kamisato Ayato","1600275315":"Luna Ondulante de Futsu","1608953539":"Espada del Alba","1610242915":"Legado","1628928163":"Anhelo de las flores de viento","1632377563":"Virtuoso Corredor de Lava","1651985379":"Augurio diurno","1660598451":"Legado Iwakura","1675079283":"Recuerdos del Bosque","1675686363":"Gran Espada de Sacrificio","1702903411":"Susurro del genio","1706534267":"Conclusión contundente","1722706579":"Perdición del agua y el hielo","1732418482":"Yaoyao","1745286795":"Conducta de samurái","1745712907":"Dominaolas de Watatsumi","1751039235":"Ritual Antiguo de la Nobleza","1756609915":"Perla Oceánica","1771603299":"Majestad dorada","1773425155":"Espada del Descenso","1789612403":"Eco","1820235315":"Canción sin flechas","1836628747":"Protector de la rebelión","1860795787":"Luna de Mouun","1864015138":"Keching","1873342283":"Domador de Truenos","1890163363":"Luna Inalterable","1901973075":"Estrella Invernal","1921418842":"Noelle","1932742643":"Ley de la aniquilación","1934830979":"Anhelo infinito","1940821986":"Kuki Shinobu","1940919994":"Hu Tao","1966438658":"Amber","1982136171":"Concentración","1990641987":"Espada de Sacrificio","1990820123":"Espada Amenoma Gemela","1991707099":"Prototipo Rencor","1994081075":"Vista de Jade Primordial","1997709467":"Halcón de Jade","2006422931":"Espada Lítica","2017033267":"Serenidad","2025598051":"Avanza con el viento","2029582603":"Fábula del youkai pluvioterrenal","2040573235":"Petra Arcaica","2060049099":"Ritual de la Iluminación","2108574027":"Quebrantarrocas","2109571443":"Concentración","2125206395":"Espada Plateada","2149411851":"Majestad dorada","2153521307":"Pabellón de las arenas","2172529947":"Victoria tras victoria","2176134843":"Concentración","2190368347":"Determinación","2191797987":"Aventurero","2195665683":"Memorias de Sacrificios","2242027395":"Arco de Ébano","2244980899":"Epopeya sepultada en las arenas","2257505883":"Gracia del bosque","2267978875":"Fruto de la Culminación","2276480763":"Emblema del Destino","2279290283":"Guía Mágica","2297485451":"Disparo rápido","2312640651":"Serenidad","2317820211":"Aguja de infusión","2322648115":"Pulverizar","2324146259":"Anillo de Hakushin","2340970067":"Arco del Cazador Estacional","2351445619":"Lágrimas zafíreas sepultadas","2359799475":"Rey del Mal","2364208851":"Corazón del Viajero","2365025043":"Héroe errante","2375993851":"Espada Real Larga","2383998915":"Dominaolas de Watatsumi","2384519283":"Tirachinas","2387711994":"Faruzán","2388785242":"Sayu","2400012995":"Arco del Sacrificio","2410593283":"Hoja Desafilada","2417717595":"Cazador del Callejón","2425414923":"Desvanecimiento del Crepúsculo","2433755451":"Himno rebelde","2440850563":"Balada resonante","2448629019":"Diluvio Florífero","2466140362":"Venti","2469300579":"Victoria tras victoria","2470306939":"Imperio del trueno","2474354867":"Espada de Favonius","2476346187":"Perdición de las llamas y el agua","2491797315":"Cruz de Kitain","2504399314":"Yoimiya","2506955778":"Tignari","2512309395":"Furia del Trueno","2521338131":"Prototipo Ámbar","2534304035":"Vaina cortatinieblas","2538235187":"Épica del Pabellón del Desierto","2539208459":"Ojo del Juramento","2546254811":"Cáscara de Sueños Opulentos","2556914683":"Último Acorde","2587614459":"Frío Eterno","2597527627":"Historia Diferente","2614170427":"Gran Espada Surcacielos","2646367730":"Beidou","2664629131":"Perdición del Dragón","2666951267":"Gran Espada del Guerrero","2673337443":"Flecha de infusión","2679781122":"Ganyu","2684365579":"Debut","2691070627":"Gracia del bosque","2705029563":"Grimorio de Bolsillo","2713453234":"Yae Miko","2743659331":"Rápidos","2749508387":"Majestad dorada","2749853923":"Deseo Ponzoñoso","2753539619":"Argento Estelar de las Nieves","2764598579":"Exiliado","2792766467":"Espada de la Desidia","2796697027":"Lanza del Principiante","2824690859":"Espejo Roto","2832648187":"Arco Real","2834803571":"Majestad dorada","2848374378":"Yelan","2853296811":"Colmillo perforacielos","2871793795":"Afilado","2876340530":"Chongyun","2889777514":"Laila","2890909531":"Artista Marcial","2893964243":"Mensaje del arquero","2915865819":"Arrebol del abismo","2918525947":"Agitador del Relámpago","2935286715":"Lanza de Caza Real","2947140987":"Destello en la Oscuridad","2948362178":"Collei","2949448555":"Juramento por la Libertad","2963220587":"Orbe Esmeralda","3001782875":"Serenidad","3018479371":"Saloma","3024507506":"Shogun Raiden","3063191787":"Fin de las Aguas","3063488107":"Golpe contundente","3068316954":"Arataki Itto","3070169307":"Punta de Hierro","3073454867":"Májaira Aguamarina","3079462611":"Dominaolas de Watatsumi","3090373787":"Vino y Poesía","3092975658":"Candace","3094139291":"Flor Olvidada del Paraíso","3097441915":"Garrote del Debate","3112448011":"Resolución","3112679155":"Elegía del Fin","3156385731":"Ojo de la Perspicacia","3159145923":"Espadachín errante","3169209451":"Herrumbre","3176599083":"Vasalla del Rey","3192689683":"Entierro helado","3209694115":"Estrella de la selva","3221566250":"Jean","3230559562":"Trotamundos","3235324891":"Báculo de Homa","3252085691":"Avanza con el viento","3258658763":"Fanático de la magia","3265161211":"Filo de infusión","3273999011":"Ágata del Peñasco Oscuro","3277782506":"Fischl","3302787771":"Entierro helado","3305772819":"Táctica de asalto","3314157803":"Antipegajoso","3337185491":"Gran jugada","3337249451":"Sobrecarga","3339083250":"Klee","3344622722":"Lisa","3364338659":"Bendición infinita","3371922315":"Danza kagura del Cerezo Sagrado","3378007475":"Espada Larga del Peñasco Oscuro","3400133546":"Gorou","3406113971":"Avanza con el viento","3421967235":"Hoja de Filetear","3439749859":"Arco de la Cazadora Esmeralda","3443142923":"Lanza de Espinadragón","3447737235":"Arco del Peñasco Oscuro","3453611803":"Romperredes","3456986819":"Cuentos de Dodoco","3464027035":"Espada Egregia de Isshin","3465493459":"Precisión","3500935003":"Cuentos de Cazadores de Dragones","3513240283":"Viento inalcanzable","3532343811":"Cazador de Dioses","3535784755":"Corazón del Guerrero","3541083923":"Gladiador","3555115602":"Thoma","3584825427":"Apuntes del Aprendiz","3587062891":"Axioma de la roca: Unidad","3587621259":"Flauta","3600623979":"Arco del Cazador","3608180322":"Diluc","3618167299":"Erudita","3625393819":"Prototipo Luz de Luna","3626268211":"Eco del Sacrificio","3673792067":"Espada del Viajero","3684723963":"Segadora de la Lluvia","3685735523":"Espadachín errante","3689108098":"Aloy","3717341819":"Sombras de la luna","3717667418":"Eula","3717849275":"Luz del Segador","3719372715":"Nefrita Gemela","3722933411":"Prototipo Arcaico","3755004051":"Lanza de Favonius","3775299170":"Bárbara","3780343147":"Destino Vacío","3782508715":"Médica Itinerante","3796702635":"Versatilidad","3796905611":"Espada Negra","3816664530":"Viajera","3827789435":"Grimorio Real","3832443723":"Inquebrantable","3836188467":"Libertad de la mariposa cinabrio","3847143266":"Tartaglia","3850149970":"Nilou","3862787418":"Zhongli","3890292467":"Instructor","3898539027":"Nubes pasajeras","3909785739":"Sueño en el horizonte","3914045794":"Sangonomiya Kokomi","3914951691":"Espadón Cornirrojo","3933622347":"Alas Celestiales","3949653579":"Vals Nocturno","3956074723":"Enseñanzas del Rey del Laberinto","3966753539":"Purificaformas","3975746731":"Arco de Cuervo","3995710363":"Lápida del Lobo","3996017211":"Cosecha","3999792907":"Ritual del Destino","4000770243":"Emboscada","4002157418":"Alhacén","4007372867":"Regalia de Jade Primordial","4022012131":"Victoria tras victoria","4049410651":"Lanza del Duelo","4055003299":"Hoja Afilada Celestial","4060235987":"Brillo solar","4080317355":"Valentía","4082302819":"Corazón del Guardián","4090429643":"Gran Espada Sangrienta","4103022435":"Espina de Hierro","4103766499":"Borla Negra","4108620722":"Albedo","4113638323":"Lanza justiciera del halcón","4119663210":"Kaeya","4122509083":"Aleta Cortaolas","4124851547":"Reflejo de las Tinieblas","4127888970":"Ninguang","4139294531":"Mensajero","4144069251":"Reminiscencia de la Purificación","4145306051":"Sueños Áureos","4158505619":"Púa Celestial","4160147242":"Razor","4186179883":"Masacrademonios","4193089947":"Asesinato de Katsuragi","4197635682":"Xingchiu","4226083179":"Conducta de samurái","4230231107":"Aqua Simulacra","4238339131":"Báculo de las Arenas Escarlatas","4245213187":"Pergamino de infusión","4258047555":"Dueto de la noche","4260733330":"Rosaria","4267718859":"Arco Recurvo","4273845410":"Xinyan","4275754179":"Cazador salvaje","FIGHT_PROP_BASE_HP":"Vida Base","FIGHT_PROP_HP":"Vida","FIGHT_PROP_HP_PERCENT":"Vida","FIGHT_PROP_BASE_ATTACK":"ATQ Básico","FIGHT_PROP_ATTACK":"ATQ","FIGHT_PROP_ATTACK_PERCENT":"ATQ","FIGHT_PROP_BASE_DEFENSE":"DEF Base","FIGHT_PROP_DEFENSE":"DEF","FIGHT_PROP_DEFENSE_PERCENT":"DEF","FIGHT_PROP_BASE_SPEED":"Vel. Mov.","FIGHT_PROP_SPEED_PERCENT":"Vel. Mov.","FIGHT_PROP_CRITICAL":"Prob. CRIT","FIGHT_PROP_ANTI_CRITICAL":"RES CRIT","FIGHT_PROP_CRITICAL_HURT":"Daño CRIT","FIGHT_PROP_CHARGE_EFFICIENCY":"Recarga de Energía","FIGHT_PROP_ADD_HURT":"Bono de Daño","FIGHT_PROP_SUB_HURT":"Reducción Daño","FIGHT_PROP_HEAL_ADD":"Bono de Curación","FIGHT_PROP_HEALED_ADD":"Bono de Curación recibida","FIGHT_PROP_ELEMENT_MASTERY":"Maestría Elemental","FIGHT_PROP_PHYSICAL_SUB_HURT":"RES Física","FIGHT_PROP_PHYSICAL_ADD_HURT":"Bono de Daño Físico","FIGHT_PROP_FIRE_ADD_HURT":"Bono de Daño Pyro","FIGHT_PROP_ELEC_ADD_HURT":"Bono de Daño Electro","FIGHT_PROP_WATER_ADD_HURT":"Bono de Daño Hydro","FIGHT_PROP_GRASS_ADD_HURT":"Bono de Daño Dendro","FIGHT_PROP_WIND_ADD_HURT":"Bono de Daño Anemo","FIGHT_PROP_ROCK_ADD_HURT":"Bono de Daño Geo","FIGHT_PROP_ICE_ADD_HURT":"Bono de Daño Cryo","FIGHT_PROP_FIRE_SUB_HURT":"RES Pyro","FIGHT_PROP_ELEC_SUB_HURT":"RES Electro","FIGHT_PROP_WATER_SUB_HURT":"RES Hydro","FIGHT_PROP_GRASS_SUB_HURT":"RES Dendro","FIGHT_PROP_WIND_SUB_HURT":"RES Anemo","FIGHT_PROP_ROCK_SUB_HURT":"RES Geo","FIGHT_PROP_ICE_SUB_HURT":"RES Cryo","FIGHT_PROP_EFFECT_HIT":"Golpear","FIGHT_PROP_EFFECT_RESIST":"Resistido","FIGHT_PROP_FREEZE_SHORTEN":"Reduc. Duración Congelado","FIGHT_PROP_DIZZY_SHORTEN":"Reduc. Duración Aturdido","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"Disminución de TdE","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"Protección de Escudo","FIGHT_PROP_CUR_HP":"Vida","FIGHT_PROP_MAX_HP":"Vida Máx.","FIGHT_PROP_CUR_ATTACK":"ATQ","FIGHT_PROP_CUR_DEFENSE":"DEF","FIGHT_PROP_CUR_SPEED":"Vel. Mov.","level":"Niv."},"de":{"20848859":"Schwarzstein-Schneide","33330467":"Meister der Elemente","37147251":"Sonne und Mond","43015699":"In Bearbeitung","54857595":"Bewährtheit von Wasser und Blitz","83115355":"Ins Herz geschlossenes Mädchen","85795635":"Konzentration","88505754":"Kaedehara Kazuha","135182203":"Bewährtheit von Wasser und Blitz","143051931":"Mondlicht von Xiphos","147298547":"Wanderorchester","156294403":"Tief im Herzen","160493219":"Dunkles Eisenschwert","168956722":"Qiqi","197755235":"Regenbogenstecher","212557731":"Blitzopfer","231836963":"Moosgrüner Fels","240385755":"Wellenspalter","246984427":"Bewährtheit von Feuer und Blitz","262428003":"Eisopfer","270124867":"Reines Beschützerherz","275622963":"Licht der schneidenden Blätter","287454963":"Windopfer","288666635":"Makelloses Herz","302691299":"Bernsteinkatalysator","303155515":"Ohne Wiederkehr","310247243":"Kaguras Wahrheit","313300315":"Stammklinge","334242634":"Shenhe","339931171":"Triumphaler Übermut","342097547":"Zinnoberspindel","346510395":"Luxuriöser Seekönig","359484419":"Tulaytullahs Erinnerung","368014203":"Himmel spaltende Drachenwirbel","388272194":"Dori","391273955":"Flügelbrecher","411685275":"Compoundbogen","426363739":"Wandernder Abendstern","452043283":"Ballade des Verlusts","452357939":"Monddurchbohrer","453444347":"Morgengesang von tausend Nächten","454086795":"Khaj-Nisut-Schlüssel","479076483":"Kühle Klinge","481755219":"Schwarzsteinlanze","486287579":"Restwärme","500612819":"Fahnenmast","506630267":"Folge dem Wind","514784907":"Bewährtheit von Feuer und Wasser","521221323":"Reines Beschützerherz","540938627":"Raubtier","565329475":"Kunwus Drachenschlächter","566772267":"Gokadaiou Otogibanashi","577103787":"Energiebad","578575283":"Mondpike","586598971":"Vollmondrundung","597991835":"Byakuya Kougetsu","607067963":"Klarheit der Isshin-Schule","613846163":"Niederkunft","618786571":"Hellebarde","623494555":"Steinbrecher","623534363":"Favonius-Kodex","630452219":"Sakura-Palast","646032090":"Shikanoin Heizou","646100491":"Axiom der Millelithen – Einigkeit","650049651":"Windblumenode","655825874":"Yun Jin","656120259":"Eid des Scharfschützen","680510411":"Weißer Schatten","688991243":"Ende des Unheils","693354267":"Ketten des Diesseits","697277554":"Yanfei","712501082":"Nahida","716252627":"Millelithenlanze","729851187":"Eisbäche und Schneewüsten","735056795":"Favonius-Großschwert","807607555":"Himmelsatlas","824949859":"Dodo-Abenteuer!","828711395":"Amos’ Bogen","836208539":"Goldüberzug","850802171":"Weißes Eisengroßschwert","855894507":"Berserker","862591315":"Fahle Flammen","877751435":"Königliches Großschwert","902184579":"Waldkönigsschwert","902264035":"Windfalke","902282051":"Lebensentzug","909145139":"Reines Beschützerherz","930640955":"Glocke","933076627":"Im Schnee irrender Recke","942758755":"Konzentration","944332883":"Gipfelbrecher","949506483":"Meeressieg","968378595":"Widerstand des Falken des Westens","968893378":"Bennett","977648923":"Urzeitliches Jadeschwert","991968139":"Zeitloser Traum – Ewiger Herd","1006042610":"Kamisato Ayaka","1012170803":"Kagotsurube Isshin","1021898539":"Steinschleuder","1021947690":"Xiao","1028735635":"Gesang der Revolution","1049891906":"Cyno","1053433018":"Saccharose","1072884907":"Illustrationen von Landen und Wassern","1075647299":"Kiefernklang","1082448331":"Bewohner der dunklen Tiefe","1089950259":"Stolz des Himmels","1097898243":"Schwergewicht","1103732675":"Glückspilz","1113306282":"Mona","1114777131":"Akkord","1119368259":"Reise","1130996346":"Xiangling","1133599347":"Willensstarker Pfeil","1148024603":"„Der Fang“","1154009435":"Sternsichel-Prototyp","1163263227":"Landstreichernoten","1163616891":"Frostgrab","1182966603":"Söldnerzweihänder","1186209435":"Glücksspieler","1201790667":"Fließende Träume von tausend Nächten","1212345779":"Verbeugung des Gladiators","1217552947":"Fließendes Schwert","1240067179":"Favonius-Jagdbogen","1307222899":"Ziellose Klinge","1319974859":"Ansporn","1321135667":"Drachenschrei","1337666507":"Zähigkeit der Millelithen","1344953075":"Folge dem Wind","1345343763":"Moosgrüner Fels","1348687251":"Pfad des Jägers","1383427723":"Zweig des weißen Mondes","1383639611":"Wunder","1388004931":"Himmelsflug-Schwert","1390797107":"Weiße Quaste","1395607523":"Am Ende der Fährte","1404688115":"Lied vom Abschied","1406746947":"Geschichten einer anderen Welt","1414366819":"Majestätische Größe","1437658243":"Knochenschwert","1438974835":"Umgekehrter Meteor","1455107995":"Gebete der Vier Winde","1468367538":"Diona","1470442731":"Spitze der klingenden Winde","1479961579":"Eiserner Schatten","1483922610":"Kujou Sara","1485303435":"Energieschubstachel","1492752155":"Göttliche Fügung","1499235563":"Triumphaler Übermut","1499745907":"Berühmtes Schwert der „Isshin-Schule“","1499817443":"Wind auf den Weiden","1516554699":"Quarzgroßschwert","1522029867":"Bewährtheit von Feuer und Blitz","1524173875":"Brennende Pyro-Hexe","1533656818":"Reisender","1538092267":"Berühmtes Schwert der „Isshin-Schule“","1541919827":"Blutiger Weg eines Ritters","1545992315":"„Gerechtigkeit“","1558036915":"Vergangenheit des Zinnobers","1562601179":"Grünlicher Schatten","1588620330":"Kamisato Ayato","1600275315":"Haran Geppaku Futsu","1608953539":"Schwert der Dämmerung","1610242915":"Überlieferung","1628928163":"Windblumenwunsch","1632377563":"Feuer durchwandernder Heiliger","1651985379":"Taghelle Vorzeichen","1660598451":"Iwakura-Nachkomme","1675079283":"Erinnerungen des tiefen Waldes","1675686363":"Opfergroßschwert","1702903411":"Geflüster der Dschinn","1706534267":"Direktheit","1722706579":"Bewährtheit von Wasser und Eis","1732418482":"Yaoyao","1745286795":"Verhalten eines Samurais","1745712907":"Wellenbändiger von Watatsumi","1751039235":"Altes Hofritual","1756609915":"Meeresmuschel","1771603299":"Majestätische Größe","1773425155":"Schwert der Niederkunft","1789612403":"Widerhall","1820235315":"Pfeilloser Gesang","1836628747":"Beschützer der Rebellen","1860795787":"Mouun-Mond","1864015138":"Keqing","1873342283":"Donner beruhigender Weiser","1890163363":"Ewiger Mondschein","1901973075":"Polarstern","1921418842":"Noelle","1932742643":"Löschgebot","1934830979":"Endlose Bewunderung","1940821986":"Kuki Shinobu","1940919994":"Hu Tao","1966438658":"Amber","1982136171":"Konzentration","1990641987":"Opferschwert","1990820123":"Amenoma Kageuchi","1991707099":"Steinschneider-Prototyp","1994081075":"Urzeitlicher Jadebogen","1997709467":"Urzeitlicher Jadespeer","2006422931":"Antikes Millelithenschwert","2017033267":"Göttliche Fügung","2025598051":"Folge dem Wind","2029582603":"Kaidan – Regen der Erde","2040573235":"Archaischer Fels","2060049099":"Feueropfer","2108574027":"Trümmer","2109571443":"Konzentration","2125206395":"Silberschwert","2149411851":"Majestätische Größe","2153521307":"Wüstenpavillon","2172529947":"Triumphaler Übermut","2176134843":"Konzentration","2190368347":"Entschlossenheit","2191797987":"Abenteurer","2195665683":"Opferrituale","2242027395":"Ebenholzbogen","2244980899":"Im Sandmeer versunkenes Epos","2257505883":"Segen des Waldes","2267978875":"Vollmondfrucht","2276480763":"Wappen des getrennten Schicksals","2279290283":"Magieführer","2297485451":"Schnellschuss","2312640651":"Göttliche Fügung","2317820211":"Energieschubnadel","2322648115":"Zermalmen","2324146259":"Hakushin-Ring","2340970067":"Alter Jagdbogen","2351445619":"Vergessene Saphirtränen","2359799475":"Akuoumaru","2364208851":"Fernweh","2365025043":"Held der Gassen","2375993851":"Königliches Langschwert","2383998915":"Wellenbändiger von Watatsumi","2384519283":"Steinschleuder","2387711994":"Faruzan","2388785242":"Sayu","2400012995":"Opferbogen","2410593283":"Stumpfes Schwert","2417717595":"Gassenjäger","2425414923":"Ausklingende Dämmerung","2433755451":"Lied vom Aufstand","2440850563":"Widerhallende Ballade","2448629019":"Toukabou Shigure","2466140362":"Venti","2469300579":"Triumphaler Übermut","2470306939":"Blitzherrschaft","2474354867":"Favonius-Schwert","2476346187":"Bewährtheit von Feuer und Wasser","2491797315":"Kitain-Kreuzlanze","2504399314":"Yoimiya","2506955778":"Tighnari","2512309395":"Donnernder Zorn","2521338131":"Bernstein-Prototyp","2534304035":"Nebelspaltertuch","2538235187":"Chronik des Wüstenpavillons","2539208459":"Auge des Gelöbnisses","2546254811":"Schale der üppigen Träume","2556914683":"Der Sehnenlose","2587614459":"Permafrostfrucht","2597527627":"Anderer Verlauf","2614170427":"Himmelsflug-Großschwert","2646367730":"Beidou","2664629131":"Drachenschreck","2666951267":"Übungsgroßschwert","2673337443":"Energieschubpfeil","2679781122":"Ganyu","2684365579":"Ouvertüre","2691070627":"Segen des Waldes","2705029563":"Taschenzauberbuch","2713453234":"Yae Miko","2743659331":"Stromschnelle","2749508387":"Majestätische Größe","2749853923":"Schwert der Verderbnis","2753539619":"Unter Schnee begrabenes Sternsilber","2764598579":"Verbannter","2792766467":"Grobes Schwert","2796697027":"Anfängerlanze","2824690859":"Zerbrochener Spiegel","2832648187":"Königlicher Langbogen","2834803571":"Majestätische Größe","2848374378":"Yelan","2853296811":"Himmel durchbohrender Reißzahn","2871793795":"Schärfe","2876340530":"Chongyun","2889777514":"Layla","2890909531":"Kampfkünstler","2893964243":"Flugpost","2915865819":"Glanz der Tiefe","2918525947":"Donnerpuls","2935286715":"Königlicher Jagdspeer","2947140987":"Gassenleuchte","2948362178":"Collei","2949448555":"Blasser Schwur der Freiheit","2963220587":"Jadekugel","3001782875":"Göttliche Fügung","3018479371":"Seemannslied","3024507506":"Shougun Raiden","3063191787":"Schwertfischer","3063488107":"Wuchtangriff","3068316954":"Arataki Itto","3070169307":"Eisenlanze","3073454867":"Makhaira-Aquamarin","3079462611":"Wellenbändiger von Watatsumi","3090373787":"Wein und Gesang in den Gassen","3092975658":"Candace","3094139291":"Blumen des verlorenen Paradieses","3097441915":"Schlagfestes Argument","3112448011":"Zielstrebigkeit","3112679155":"Letzter Seufzer","3156385731":"Herzensblick","3159145923":"Ziellose Klinge","3169209451":"Rostiger Bogen","3176599083":"Gefolgsfrau des Königs","3192689683":"Frostgrab","3209694115":"Nächtlicher Stern der Wildnis","3221566250":"Jean","3230559562":"Wanderer","3235324891":"Homa-Stab","3252085691":"Folge dem Wind","3258658763":"Magiesauger","3265161211":"Energieschubspitze","3273999011":"Schwarzstein-Achat","3277782506":"Fischl","3302787771":"Frostgrab","3305772819":"Überfalltaktik","3314157803":"Weicher Schlag","3337185491":"Totaler Stillstand","3337249451":"Hochspannung","3339083250":"Klee","3344622722":"Lisa","3364338659":"Grenzenlose Gunst","3371922315":"Kagura-Tanz der heiligen Sakura","3378007475":"Schwarzstein-Langschwert","3400133546":"Gorou","3406113971":"Folge dem Wind","3421967235":"Filetiermesser","3439749859":"Grasgrüner Jagdbogen","3443142923":"Drachengratspeer","3447737235":"Schwarzstein-Kriegsbogen","3453611803":"Netzreißer","3456986819":"Dodoco-Geschichten","3464027035":"Berühmtes Schwert der „Isshin-Schule“","3465493459":"Präzision","3500935003":"Von den Heldentaten der Drachenbezwinger","3513240283":"Nicht ankommender Wind","3532343811":"Göttermörder","3535784755":"Wagemut","3541083923":"Gladiator","3555115602":"Thoma","3584825427":"Aufzeichnungen eines Lehrlings","3587062891":"Axiom der Millelithen – Einigkeit","3587621259":"Flöte","3600623979":"Jagdbogen","3608180322":"Diluc","3618167299":"Gelehrter","3625393819":"Mondschein-Prototyp","3626268211":"Echo des Opferfests","3673792067":"Reiseschwert","3684723963":"Regenschnitter","3685735523":"Ziellose Klinge","3689108098":"Aloy","3717341819":"Geräuschloser Wald im Mondschein","3717667418":"Eula","3717849275":"Grasschnittstrahl","3719372715":"Zwillingsnephrit","3722933411":"Guhua-Prototyp","3755004051":"Favonius-Lanze","3775299170":"Barbara","3780343147":"Gefäß der Leere","3782508715":"Wanderarzt","3796702635":"Unaufhörlicher Wandel","3796905611":"Schwarzes Schwert","3816664530":"Reisende","3827789435":"Königliches Zauberbuch","3832443723":"Unbeugsamkeit","3836188467":"Ungezügelter Schmetterling","3847143266":"Tartaglia","3850149970":"Nilou","3862787418":"Zhongli","3890292467":"Ausbilder","3898539027":"Wandernde Wolken","3909785739":"Traum am Ende des Hitzedunsts","3914045794":"Sangonomiya Kokomi","3914951691":"Rothorn-Steinbrecher","3933622347":"Himmelsflügel","3949653579":"Mitternachtswalzer","3956074723":"Lehren des Labyrinthkönigs","3966753539":"Form der Reinigung","3975746731":"Rabenbogen","3995710363":"Wolfsgrab","3996017211":"Lebensentzug","3999792907":"Wasseropfer","4000770243":"Angriff aus der Gasse","4002157418":"Alhaitham","4007372867":"Urzeitliche Jadeinsignien","4022012131":"Triumphaler Übermut","4049410651":"Duelllanze","4055003299":"Himmelsklinge","4060235987":"Himmlisches Leuchten","4080317355":"Mut","4082302819":"Beschützerinstinkt","4090429643":"Drachenblutschwert","4103022435":"Eisenstich","4103766499":"Schwarze Quaste","4108620722":"Albedo","4113638323":"Habichtlanze","4119663210":"Kaeya","4122509083":"Wellenbrecherflosse","4124851547":"Widerschein des Nebelsplitters","4127888970":"Ningguang","4139294531":"Überbringer","4144069251":"Gedenken an Shimenawa","4145306051":"Vergoldeter Traum","4158505619":"Himmelsgrat","4160147242":"Razor","4186179883":"Hamayumi","4193089947":"Katsuragikiri Nagamasa","4197635682":"Xingqiu","4226083179":"Verhalten eines Samurais","4230231107":"Aqua Simulacra","4238339131":"Stab der roten Sande","4245213187":"Energieschubspule","4258047555":"Duo der ewigen Nacht","4260733330":"Rosaria","4267718859":"Reflexbogen","4273845410":"Xinyan","4275754179":"Jäger wie ein Wolf","FIGHT_PROP_BASE_HP":"Basis-LP","FIGHT_PROP_HP":"LP","FIGHT_PROP_HP_PERCENT":"LP","FIGHT_PROP_BASE_ATTACK":"Basis-ANG","FIGHT_PROP_ATTACK":"ANG","FIGHT_PROP_ATTACK_PERCENT":"ANG","FIGHT_PROP_BASE_DEFENSE":"Basis-VTD","FIGHT_PROP_DEFENSE":"VTD","FIGHT_PROP_DEFENSE_PERCENT":"VTD","FIGHT_PROP_BASE_SPEED":"Bewegungs-GSW","FIGHT_PROP_SPEED_PERCENT":"Bewegungs-GSW","FIGHT_PROP_CRITICAL":"KT","FIGHT_PROP_ANTI_CRITICAL":"KWDS","FIGHT_PROP_CRITICAL_HURT":"KSCH","FIGHT_PROP_CHARGE_EFFICIENCY":"Aufladerate","FIGHT_PROP_ADD_HURT":"SCH-Bonus","FIGHT_PROP_SUB_HURT":"SCH-Minderung","FIGHT_PROP_HEAL_ADD":"Heilungsbonus","FIGHT_PROP_HEALED_ADD":"Passiver Heilungsbonus","FIGHT_PROP_ELEMENT_MASTERY":"Elementarkunde","FIGHT_PROP_PHYSICAL_SUB_HURT":"Physischer WDS","FIGHT_PROP_PHYSICAL_ADD_HURT":"Physischer SCH-Bonus","FIGHT_PROP_FIRE_ADD_HURT":"Pyro-SCH-Bonus","FIGHT_PROP_ELEC_ADD_HURT":"Elektro-SCH-Bonus","FIGHT_PROP_WATER_ADD_HURT":"Hydro-SCH-Bonus","FIGHT_PROP_GRASS_ADD_HURT":"Dendro-SCH-Bonus","FIGHT_PROP_WIND_ADD_HURT":"Anemo-SCH-Bonus","FIGHT_PROP_ROCK_ADD_HURT":"Geo-SCH-Bonus","FIGHT_PROP_ICE_ADD_HURT":"Kryo-SCH-Bonus","FIGHT_PROP_FIRE_SUB_HURT":"Pyro-WDS","FIGHT_PROP_ELEC_SUB_HURT":"Elektro-WDS","FIGHT_PROP_WATER_SUB_HURT":"Hydro-WDS","FIGHT_PROP_GRASS_SUB_HURT":"Dendro-WDS","FIGHT_PROP_WIND_SUB_HURT":"Anemo-WDS","FIGHT_PROP_ROCK_SUB_HURT":"Geo-WDS","FIGHT_PROP_ICE_SUB_HURT":"Kryo-WDS","FIGHT_PROP_EFFECT_HIT":"Treffer","FIGHT_PROP_EFFECT_RESIST":"Widerstanden","FIGHT_PROP_FREEZE_SHORTEN":"Verringerung der Frostdauer","FIGHT_PROP_DIZZY_SHORTEN":"Verringerung der Schwindeldauer","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"Schnelles Abklingen","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"Schildeffizienz","FIGHT_PROP_CUR_HP":"LP","FIGHT_PROP_MAX_HP":"Max. LP","FIGHT_PROP_CUR_ATTACK":"ANG","FIGHT_PROP_CUR_DEFENSE":"VTD","FIGHT_PROP_CUR_SPEED":"Bewegungs-GSW","level":"Stufe"},"zh-TW":{"20848859":"黑岩斬刀","33330467":"元素熟練","37147251":"匣裡日月","43015699":"待定","54857595":"止水息雷","83115355":"被憐愛的少女","85795635":"專注","88505754":"楓原萬葉","135182203":"止水息雷","143051931":"西福斯的月光","147298547":"流浪大地的樂團","156294403":"沉淪之心","160493219":"暗鐵劍","168956722":"七七","197755235":"貫虹之槊","212557731":"祭雷之人","231836963":"磐岩結綠","240385755":"破浪","246984427":"踏火息雷","262428003":"祭冰之人","270124867":"護國的無垢之心","275622963":"裁葉萃光","287454963":"祭風之人","288666635":"無垢之心","302691299":"琥珀玥","303155515":"離鏃不歸","310247243":"神樂之真意","313300315":"原木刀","334242634":"申鶴","339931171":"乘勝追擊","342097547":"辰砂之紡錘","346510395":"銜珠海皇","359484419":"圖萊杜拉的回憶","368014203":"斬裂晴空的龍脊","388272194":"多莉","391273955":"斫斷黑翼的利齒","411685275":"鋼輪弓","426363739":"流浪的晚星","452043283":"散佚的敘事詩","452357939":"貫月矢","453444347":"千夜的曙歌","454086795":"聖顯之鑰","479076483":"冷刃","481755219":"黑岩刺槍","486287579":"餘熱","500612819":"「旗桿」","506630267":"順風而行","514784907":"踏火止水","521221323":"護國的無垢之心","540938627":"掠食者","565329475":"昆吾墜龍","566772267":"御伽大王御伽話","577103787":"能量沐浴","578575283":"流月針","586598971":"圓滿之相","597991835":"白夜皓月","607067963":"澄澄一心傳","613846163":"降世","618786571":"鉞矛","623494555":"摧堅","623534363":"西風秘典","630452219":"櫻之齋宮","646032090":"鹿野院平藏","646100491":"千岩訣·同心","650049651":"風花之頌","655825874":"雲堇","656120259":"神射手之誓","680510411":"白影劍","688991243":"息災","693354267":"塵世之鎖","697277554":"煙緋","712501082":"納西妲","716252627":"千岩長槍","729851187":"冰之川與雪之砂","735056795":"西風大劍","807607555":"天空之卷","824949859":"嘟嘟!大冒險","828711395":"阿莫斯之弓","836208539":"炊金","850802171":"白鐵大劍","855894507":"戰狂","862591315":"蒼白之火","877751435":"宗室大劍","902184579":"森林王器","902264035":"風鷹劍","902282051":"收割","909145139":"護國的無垢之心","930640955":"鐘劍","933076627":"冰風迷途的勇士","942758755":"專注","944332883":"斫峰之刃","949506483":"海洋的勝利","968378595":"西風之鷹的抗爭","968893378":"班尼特","977648923":"砥厄魚","991968139":"非時之夢·常世灶食","1006042610":"神里綾華","1012170803":"籠釣瓶一心","1021898539":"彈弓","1021947690":"魈","1028735635":"抗爭的踐行之歌","1049891906":"賽諾","1053433018":"砂糖","1072884907":"萬國諸海圖譜","1075647299":"松籟響起之時","1082448331":"微光的海淵民","1089950259":"天空之傲","1097898243":"沉重","1103732675":"幸運兒","1113306282":"莫娜","1114777131":"和弦","1119368259":"旅程","1130996346":"香菱","1133599347":"矢志不忘","1148024603":"「漁獲」","1154009435":"試作星鐮","1163263227":"流浪樂章","1163616891":"霜葬","1182966603":"傭兵重劍","1186209435":"賭徒","1201790667":"千夜浮夢","1212345779":"角鬥士的終幕禮","1217552947":"白刃流轉","1240067179":"西風獵弓","1307222899":"徊徊切舍刀","1319974859":"激勵","1321135667":"匣裡龍吟","1337666507":"千岩牢固","1344953075":"順風而行","1345343763":"磐岩結綠","1348687251":"獵人之徑","1383427723":"白月枝芒","1383639611":"奇蹟","1388004931":"飛天御劍","1390797107":"白纓槍","1395607523":"獸徑的終點","1404688115":"別離的思念之歌","1406746947":"異世界行記","1414366819":"金璋皇極","1437658243":"螭骨劍","1438974835":"逆飛的流星","1455107995":"四風原典","1468367538":"迪奧娜","1470442731":"風信之鋒","1479961579":"鐵影闊劍","1483922610":"九條裟羅","1485303435":"注能之刺","1492752155":"氣定神閒","1499235563":"乘勝追擊","1499745907":"「一心傳」名刀","1499817443":"蒼翠之風","1516554699":"石英大劍","1522029867":"踏火息雷","1524173875":"熾烈的炎之魔女","1533656818":"旅行者","1538092267":"「一心傳」名刀","1541919827":"染血的騎士道","1545992315":"「正義」","1558036915":"辰砂往生錄","1562601179":"翠綠之影","1588620330":"神里綾人","1600275315":"波亂月白經津","1608953539":"黎明神劍","1610242915":"傳承","1628928163":"風花之願","1632377563":"渡過烈火的賢人","1651985379":"極晝的先兆者","1660598451":"岩藏之胤","1675079283":"深林的記憶","1675686363":"祭禮大劍","1702903411":"鎮靈的低語","1706534267":"有話直說","1722706579":"止水融冰","1732418482":"瑤瑤","1745286795":"名士振舞","1745712907":"馭浪的海祇民","1751039235":"昔日宗室之儀","1756609915":"海染硨磲","1771603299":"金璋皇極","1773425155":"降臨之劍","1789612403":"迴響","1820235315":"無矢之歌","1836628747":"叛逆的守護者","1860795787":"曚雲之月","1864015138":"刻晴","1873342283":"平息鳴雷的尊者","1890163363":"不滅月華","1901973075":"冬極白星","1921418842":"諾艾爾","1932742643":"滅卻之戒法","1934830979":"無盡的渴慕","1940821986":"久岐忍","1940919994":"胡桃","1966438658":"安柏","1982136171":"專注","1990641987":"祭禮劍","1990820123":"天目影打刀","1991707099":"試作斬岩","1994081075":"懸黎千鈞","1997709467":"和璞鳶","2006422931":"千岩古劍","2017033267":"氣定神閒","2025598051":"順風而行","2029582603":"怪譚·時雨心地一本足","2040573235":"悠古的磐岩","2060049099":"祭火之人","2108574027":"碎石","2109571443":"專注","2125206395":"銀劍","2149411851":"金璋皇極","2153521307":"沙上樓閣","2172529947":"乘勝追擊","2176134843":"專注","2190368347":"決","2191797987":"冒險家","2195665683":"祭禮殘章","2242027395":"黑檀弓","2244980899":"沉入沙海的史詩","2257505883":"森林的瑞佑","2267978875":"盈滿之實","2276480763":"絕緣之旗印","2279290283":"魔導緒論","2297485451":"速射弓鬥","2312640651":"氣定神閒","2317820211":"注能之針","2322648115":"粉碎","2324146259":"白辰之環","2340970067":"歷練的獵弓","2351445619":"堙沒的藍寶石淚滴","2359799475":"惡王丸","2364208851":"行者之心","2365025043":"街巷遊俠","2375993851":"宗室長劍","2383998915":"馭浪的海祇民","2384519283":"彈弓","2387711994":"琺露珊","2388785242":"早柚","2400012995":"祭禮弓","2410593283":"無鋒劍","2417717595":"暗巷獵手","2425414923":"落霞","2433755451":"揭旗的叛逆之歌","2440850563":"迴響長天的詩歌","2448629019":"東花坊時雨","2466140362":"溫迪","2469300579":"乘勝追擊","2470306939":"飛雷御執","2474354867":"西風劍","2476346187":"踏火止水","2491797315":"喜多院十文字","2504399314":"宵宮","2506955778":"提納里","2512309395":"如雷的盛怒","2521338131":"試作金珀","2534304035":"霧切御腰物","2538235187":"沙上樓閣史話","2539208459":"證誓之明瞳","2546254811":"華館夢醒形骸記","2556914683":"絕弦","2587614459":"忍冬之果","2597527627":"異史","2614170427":"飛天大御劍","2646367730":"北斗","2664629131":"匣裡滅辰","2666951267":"訓練大劍","2673337443":"注能之矢","2679781122":"甘雨","2684365579":"登場樂","2691070627":"森林的瑞佑","2705029563":"口袋魔導書","2713453234":"八重神子","2743659331":"激流","2749508387":"金璋皇極","2749853923":"腐殖之劍","2753539619":"雪葬的星銀","2764598579":"流放者","2792766467":"無工之劍","2796697027":"新手長槍","2824690859":"破鏡","2832648187":"宗室長弓","2834803571":"金璋皇極","2848374378":"夜蘭","2853296811":"穿刺高天的利齒","2871793795":"銳利","2876340530":"重雲","2889777514":"萊依拉","2890909531":"武人","2893964243":"飛矢傳書","2915865819":"淵中霞彩","2918525947":"飛雷之弦振","2935286715":"宗室獵槍","2947140987":"暗巷閃光","2948362178":"柯萊","2949448555":"蒼古自由之誓","2963220587":"翡玉法球","3001782875":"氣定神閒","3018479371":"船歌","3024507506":"雷電將軍","3063191787":"竭澤","3063488107":"強力攻擊","3068316954":"荒瀧一斗","3070169307":"鐵尖槍","3073454867":"瑪海菈的水色","3079462611":"馭浪的海祇民","3090373787":"暗巷的酒與詩","3092975658":"坎蒂絲","3094139291":"樂園遺落之花","3097441915":"以理服人","3112448011":"決心","3112679155":"終末嗟嘆之詩","3156385731":"昭心","3159145923":"徊徊切舍刀","3169209451":"弓藏","3176599083":"王下近侍","3192689683":"霜葬","3209694115":"林野晚星","3221566250":"琴","3230559562":"流浪者","3235324891":"護摩之杖","3252085691":"順風而行","3258658763":"嗜魔","3265161211":"注能之鋒","3273999011":"黑岩緋玉","3277782506":"菲謝爾","3302787771":"霜葬","3305772819":"奔襲戰術","3314157803":"克柔","3337185491":"淺瀨之弭","3337249451":"過載","3339083250":"可莉","3344622722":"麗莎","3364338659":"無邊際的眷顧","3371922315":"神櫻神遊神樂舞","3378007475":"黑岩長劍","3400133546":"五郎","3406113971":"順風而行","3421967235":"吃虎魚刀","3439749859":"蒼翠獵弓","3443142923":"龍脊長槍","3447737235":"黑岩戰弓","3453611803":"網破","3456986819":"嘟嘟可故事集","3464027035":"「一心傳」名刀","3465493459":"精準","3500935003":"討龍英傑譚","3513240283":"不至之風","3532343811":"弑主","3535784755":"勇士之心","3541083923":"角鬥士","3555115602":"托馬","3584825427":"學徒筆記","3587062891":"千岩訣·同心","3587621259":"笛劍","3600623979":"獵弓","3608180322":"迪盧克","3618167299":"學士","3625393819":"試作澹月","3626268211":"來歆餘響","3673792067":"旅行劍","3684723963":"雨裁","3685735523":"徊徊切舍刀","3689108098":"亞蘿伊","3717341819":"幽林月影","3717667418":"優菈","3717849275":"薙草之稻光","3719372715":"甲級寶玨","3722933411":"試作古華","3755004051":"西風長槍","3775299170":"芭芭拉","3780343147":"憑虛","3782508715":"遊醫","3796702635":"變化萬端","3796905611":"黑劍","3816664530":"旅行者","3827789435":"宗室秘法錄","3832443723":"不屈","3836188467":"無羈的朱赤之蝶","3847143266":"達達利亞","3850149970":"妮露","3862787418":"鍾離","3890292467":"教官","3898539027":"浮游四方的靈雲","3909785739":"蜃氣盡頭的熱夢","3914045794":"珊瑚宮心海","3914951691":"赤角石潰杵","3933622347":"天空之翼","3949653579":"幽夜華爾滋","3956074723":"迷宮之王的教導","3966753539":"洗濯諸類之形","3975746731":"鴉羽弓","3995710363":"狼的末路","3996017211":"收割","3999792907":"祭水之人","4000770243":"街巷伏擊","4002157418":"艾爾海森","4007372867":"定土玉圭","4022012131":"乘勝追擊","4049410651":"決鬥之槍","4055003299":"天空之刃","4060235987":"日月輝","4080317355":"勇氣","4082302819":"守護之心","4090429643":"沐浴龍血的劍","4103022435":"鐵蜂刺","4103766499":"黑纓槍","4108620722":"阿貝多","4113638323":"昭理的鳶之槍","4119663210":"凱亞","4122509083":"斷浪長鰭","4124851547":"霧切之回光","4127888970":"凝光","4139294531":"信使","4144069251":"追憶之注連","4145306051":"飾金之夢","4158505619":"天空之脊","4160147242":"雷澤","4186179883":"破魔之弓","4193089947":"桂木斬長正","4197635682":"行秋","4226083179":"名士振舞","4230231107":"若水","4238339131":"赤沙之杖","4245213187":"注能之卷","4258047555":"極夜二重奏","4260733330":"蘿莎莉亞","4267718859":"反曲弓","4273845410":"辛焱","4275754179":"如狼般狩獵者","FIGHT_PROP_BASE_HP":"基礎生命值","FIGHT_PROP_HP":"生命值","FIGHT_PROP_HP_PERCENT":"生命值","FIGHT_PROP_BASE_ATTACK":"基礎攻擊力","FIGHT_PROP_ATTACK":"攻擊力","FIGHT_PROP_ATTACK_PERCENT":"攻擊力","FIGHT_PROP_BASE_DEFENSE":"基礎防禦力","FIGHT_PROP_DEFENSE":"防禦力","FIGHT_PROP_DEFENSE_PERCENT":"防禦力","FIGHT_PROP_BASE_SPEED":"移動速度","FIGHT_PROP_SPEED_PERCENT":"移動速度","FIGHT_PROP_CRITICAL":"暴擊率","FIGHT_PROP_ANTI_CRITICAL":"暴擊抗性","FIGHT_PROP_CRITICAL_HURT":"暴擊傷害","FIGHT_PROP_CHARGE_EFFICIENCY":"元素充能效率","FIGHT_PROP_ADD_HURT":"傷害增加","FIGHT_PROP_SUB_HURT":"受傷減免","FIGHT_PROP_HEAL_ADD":"治療加成","FIGHT_PROP_HEALED_ADD":"受治療加成","FIGHT_PROP_ELEMENT_MASTERY":"元素精通","FIGHT_PROP_PHYSICAL_SUB_HURT":"物理抗性","FIGHT_PROP_PHYSICAL_ADD_HURT":"物理傷害加成","FIGHT_PROP_FIRE_ADD_HURT":"火元素傷害加成","FIGHT_PROP_ELEC_ADD_HURT":"雷元素傷害加成","FIGHT_PROP_WATER_ADD_HURT":"水元素傷害加成","FIGHT_PROP_GRASS_ADD_HURT":"草元素傷害加成","FIGHT_PROP_WIND_ADD_HURT":"風元素傷害加成","FIGHT_PROP_ROCK_ADD_HURT":"岩元素傷害加成","FIGHT_PROP_ICE_ADD_HURT":"冰元素傷害加成","FIGHT_PROP_FIRE_SUB_HURT":"火元素抗性","FIGHT_PROP_ELEC_SUB_HURT":"雷元素抗性","FIGHT_PROP_WATER_SUB_HURT":"水元素抗性","FIGHT_PROP_GRASS_SUB_HURT":"草元素抗性","FIGHT_PROP_WIND_SUB_HURT":"風元素抗性","FIGHT_PROP_ROCK_SUB_HURT":"岩元素抗性","FIGHT_PROP_ICE_SUB_HURT":"冰元素抗性","FIGHT_PROP_EFFECT_HIT":"效果命中","FIGHT_PROP_EFFECT_RESIST":"效果抵抗","FIGHT_PROP_FREEZE_SHORTEN":"凍結時間縮短","FIGHT_PROP_DIZZY_SHORTEN":"暈眩時間縮短","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"冷卻縮減","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"護盾強效","FIGHT_PROP_CUR_HP":"生命值","FIGHT_PROP_MAX_HP":"生命值上限","FIGHT_PROP_CUR_ATTACK":"攻擊力","FIGHT_PROP_CUR_DEFENSE":"防禦力","FIGHT_PROP_CUR_SPEED":"移動速度","level":"等級"},"zh-CN":{"20848859":"黑岩斩刀","33330467":"元素熟练","37147251":"匣里日月","43015699":"待定","54857595":"止水息雷","83115355":"被怜爱的少女","85795635":"专注","88505754":"枫原万叶","135182203":"止水息雷","143051931":"西福斯的月光","147298547":"流浪大地的乐团","156294403":"沉沦之心","160493219":"暗铁剑","168956722":"七七","197755235":"贯虹之槊","212557731":"祭雷之人","240385755":"破浪","246984427":"踏火息雷","262428003":"祭冰之人","270124867":"护国的无垢之心","275622963":"裁叶萃光","287454963":"祭风之人","288666635":"无垢之心","302691299":"琥珀玥","303155515":"离簇不归","310247243":"神乐之真意","313300315":"原木刀","334242634":"申鹤","339931171":"乘胜追击","342097547":"辰砂之纺锤","346510395":"衔珠海皇","359484419":"图莱杜拉的回忆","368014203":"斩裂晴空的龙脊","388272194":"多莉","391273955":"斫断黑翼的利齿","411685275":"钢轮弓","426363739":"流浪的晚星","452357939":"贯月矢","453444347":"千夜的曙歌","454086795":"圣显之钥","479076483":"冷刃","481755219":"黑岩刺枪","486287579":"余热","500612819":"「旗杆」","500987603":"(test)穿模测试","506630267":"顺风而行","514784907":"踏火止水","521221323":"护国的无垢之心","540938627":"掠食者","566772267":"御伽大王御伽话","577103787":"能量沐浴","578575283":"流月针","586598971":"圆满之相","597991835":"白夜皓月","607067963":"澄澄一心传","613846163":"降世","618786571":"钺矛","623494555":"摧坚","623534363":"西风秘典","630452219":"樱之斋宫","646032090":"鹿野院平藏","646100491":"千岩诀·同心","650049651":"风花之颂","655825874":"云堇","656120259":"神射手之誓","680510411":"白影剑","688991243":"息灾","693354267":"尘世之锁","697277554":"烟绯","712501082":"纳西妲","716252627":"千岩长枪","729851187":"冰之川与雪之砂","735056795":"西风大剑","807607555":"天空之卷","824949859":"嘟嘟!大冒险","828711395":"阿莫斯之弓","836208539":"炊金","850802171":"白铁大剑","855894507":"战狂","862591315":"苍白之火","877751435":"宗室大剑","902184579":"森林王器","902264035":"风鹰剑","902282051":"收割","909145139":"护国的无垢之心","930640955":"钟剑","933076627":"冰风迷途的勇士","942758755":"专注","944332883":"斫峰之刃","949506483":"海洋的胜利","968378595":"西风之鹰的抗争","968893378":"班尼特","991968139":"非时之梦·常世灶食","1006042610":"神里绫华","1012170803":"笼钓瓶一心","1021898539":"弹弓","1021947690":"魈","1028735635":"抗争的践行之歌","1049891906":"赛诺","1053433018":"砂糖","1072884907":"万国诸海图谱","1075647299":"松籁响起之时","1082448331":"微光的海渊民","1089950259":"天空之傲","1097898243":"沉重","1103732675":"幸运儿","1113306282":"莫娜","1114777131":"和弦","1119368259":"旅程","1130996346":"香菱","1133599347":"矢志不忘","1148024603":"「渔获」","1154009435":"试作星镰","1163263227":"流浪乐章","1163616891":"霜葬","1182966603":"佣兵重剑","1186209435":"赌徒","1201790667":"千夜浮梦","1212345779":"角斗士的终幕礼","1217552947":"白刃流转","1240067179":"西风猎弓","1307222899":"徊徊切舍刀","1319974859":"激励","1321135667":"匣里龙吟","1337666507":"千岩牢固","1344953075":"顺风而行","1345343763":"磐岩结绿","1348687251":"猎人之径","1383427723":"白月枝芒","1383639611":"奇迹","1388004931":"飞天御剑","1390797107":"白缨枪","1395607523":"兽径的终点","1404688115":"别离的思念之歌","1406746947":"异世界行记","1414366819":"金璋皇极","1437658243":"螭骨剑","1438974835":"逆飞的流星","1455107995":"四风原典","1468367538":"迪奥娜","1470442731":"风信之锋","1479961579":"铁影阔剑","1483922610":"九条裟罗","1485303435":"注能之刺","1492752155":"气定神闲","1499235563":"乘胜追击","1499745907":"「一心传」名刀","1499817443":"苍翠之风","1516554699":"石英大剑","1522029867":"踏火息雷","1524173875":"炽烈的炎之魔女","1533656818":"旅行者","1538092267":"「一心传」名刀","1541919827":"染血的骑士道","1545992315":"「正义」","1558036915":"辰砂往生录","1562601179":"翠绿之影","1588620330":"神里绫人","1595734083":"(test)穿模测试","1600275315":"波乱月白经津","1608953539":"黎明神剑","1610242915":"传承","1628928163":"风花之愿","1632377563":"渡过烈火的贤人","1651985379":"极昼的先兆者","1660598451":"岩藏之胤","1675079283":"深林的记忆","1675686363":"祭礼大剑","1702903411":"镇灵的低语","1706534267":"有话直说","1722706579":"止水融冰","1732418482":"瑶瑶","1745286795":"名士振舞","1745712907":"驭浪的海祇民","1751039235":"昔日宗室之仪","1756609915":"海染砗磲","1771603299":"金璋皇极","1773425155":"降临之剑","1789612403":"回响","1820235315":"无矢之歌","1836628747":"叛逆的守护者","1860795787":"曚云之月","1864015138":"刻晴","1873342283":"平息鸣雷的尊者","1890163363":"不灭月华","1901973075":"冬极白星","1921418842":"诺艾尔","1932742643":"灭却之戒法","1934830979":"无尽的渴慕","1940821986":"久岐忍","1940919994":"胡桃","1966438658":"安柏","1982136171":"专注","1990641987":"祭礼剑","1990820123":"天目影打刀","1991707099":"试作斩岩","1997709467":"和璞鸢","2006422931":"千岩古剑","2009975571":"(test)穿模测试","2017033267":"气定神闲","2025598051":"顺风而行","2029582603":"怪谭·时雨心地一本足","2040573235":"悠古的磐岩","2060049099":"祭火之人","2108574027":"碎石","2109571443":"专注","2125206395":"银剑","2149411851":"金璋皇极","2153521307":"沙上楼阁","2172529947":"乘胜追击","2176134843":"专注","2190368347":"决","2191797987":"冒险家","2195665683":"祭礼残章","2242027395":"黑檀弓","2244980899":"沉入沙海的史诗","2257505883":"森林的瑞佑","2267978875":"盈满之实","2276480763":"绝缘之旗印","2279290283":"魔导绪论","2297485451":"速射弓斗","2312640651":"气定神闲","2317820211":"注能之针","2322648115":"粉碎","2324146259":"白辰之环","2340970067":"历练的猎弓","2351445619":"堙没的蓝宝石泪滴","2359799475":"恶王丸","2364208851":"行者之心","2365025043":"街巷游侠","2375993851":"宗室长剑","2383998915":"驭浪的海祇民","2384519283":"弹弓","2387711994":"珐露珊","2388785242":"早柚","2400012995":"祭礼弓","2410593283":"无锋剑","2417717595":"暗巷猎手","2425414923":"落霞","2433755451":"揭旗的叛逆之歌","2440850563":"回响长天的诗歌","2448629019":"东花坊时雨","2466140362":"温迪","2469300579":"乘胜追击","2470306939":"飞雷御执","2474354867":"西风剑","2476346187":"踏火止水","2491797315":"喜多院十文字","2504399314":"宵宫","2506955778":"提纳里","2512309395":"如雷的盛怒","2521338131":"试作金珀","2534304035":"雾切御腰物","2538235187":"沙上楼阁史话","2539208459":"证誓之明瞳","2546254811":"华馆梦醒形骸记","2556914683":"绝弦","2587614459":"忍冬之果","2614170427":"飞天大御剑","2646367730":"北斗","2664629131":"匣里灭辰","2666951267":"训练大剑","2673337443":"注能之矢","2679781122":"甘雨","2684365579":"登场乐","2691070627":"森林的瑞佑","2705029563":"口袋魔导书","2713453234":"八重神子","2719832059":"(test)穿模测试","2743659331":"激流","2749508387":"金璋皇极","2749853923":"腐殖之剑","2753539619":"雪葬的星银","2764598579":"流放者","2792766467":"无工之剑","2796697027":"新手长枪","2832648187":"宗室长弓","2834803571":"金璋皇极","2848374378":"夜兰","2853296811":"穿刺高天的利齿","2871793795":"锐利","2876340530":"重云","2889777514":"莱依拉","2890909531":"武人","2893964243":"飞矢传书","2915865819":"渊中霞彩","2918525947":"飞雷之弦振","2935286715":"宗室猎枪","2947140987":"暗巷闪光","2948362178":"柯莱","2949448555":"苍古自由之誓","2963220587":"翡玉法球","3001782875":"气定神闲","3018479371":"船歌","3024507506":"雷电将军","3063191787":"竭泽","3063488107":"强力攻击","3068316954":"荒泷一斗","3070169307":"铁尖枪","3073454867":"玛海菈的水色","3079462611":"驭浪的海祇民","3090373787":"暗巷的酒与诗","3092975658":"坎蒂丝","3094139291":"乐园遗落之花","3097441915":"以理服人","3112448011":"决心","3112679155":"终末嗟叹之诗","3156385731":"昭心","3159145923":"徊徊切舍刀","3169209451":"弓藏","3176599083":"王下近侍","3192689683":"霜葬","3209694115":"林野晚星","3221566250":"琴","3230559562":"流浪者","3235324891":"护摩之杖","3252085691":"顺风而行","3258658763":"嗜魔","3265161211":"注能之锋","3273999011":"黑岩绯玉","3277782506":"菲谢尔","3302787771":"霜葬","3305772819":"奔袭战术","3314157803":"克柔","3337185491":"浅濑之弭","3337249451":"过载","3339083250":"可莉","3344622722":"丽莎","3364338659":"无边际的眷顾","3371922315":"神樱神游神乐舞","3378007475":"黑岩长剑","3400133546":"五郎","3406113971":"顺风而行","3421967235":"吃虎鱼刀","3439749859":"苍翠猎弓","3443142923":"龙脊长枪","3447737235":"黑岩战弓","3453611803":"网破","3456986819":"嘟嘟可故事集","3464027035":"「一心传」名刀","3465493459":"精准","3500935003":"讨龙英杰谭","3513240283":"不至之风","3535784755":"勇士之心","3541083923":"角斗士","3555115602":"托马","3584825427":"学徒笔记","3587062891":"千岩诀·同心","3587621259":"笛剑","3600623979":"猎弓","3608180322":"迪卢克","3618167299":"学士","3625393819":"试作澹月","3626268211":"来歆余响","3673792067":"旅行剑","3684723963":"雨裁","3685735523":"徊徊切舍刀","3689108098":"埃洛伊","3717341819":"幽林月影","3717667418":"优菈","3717849275":"薙草之稻光","3719372715":"甲级宝珏","3722933411":"试作古华","3755004051":"西风长枪","3762437019":"(test)穿模测试","3775299170":"芭芭拉","3782508715":"游医","3796702635":"变化万端","3796905611":"黑剑","3816664530":"旅行者","3827789435":"宗室秘法录","3832443723":"不屈","3836188467":"无羁的朱赤之蝶","3847143266":"达达利亚","3850149970":"妮露","3862787418":"钟离","3890292467":"教官","3898539027":"浮游四方的灵云","3909785739":"蜃气尽头的热梦","3914045794":"珊瑚宫心海","3914951691":"赤角石溃杵","3933622347":"天空之翼","3949653579":"幽夜华尔兹","3956074723":"迷宫之王的教导","3966753539":"洗濯诸类之形","3975746731":"鸦羽弓","3995710363":"狼的末路","3996017211":"收割","3999792907":"祭水之人","4000770243":"街巷伏击","4002157418":"艾尔海森","4022012131":"乘胜追击","4049410651":"决斗之枪","4055003299":"天空之刃","4060235987":"日月辉","4080317355":"勇气","4082302819":"守护之心","4090429643":"沐浴龙血的剑","4103022435":"铁蜂刺","4103766499":"黑缨枪","4108620722":"阿贝多","4113638323":"昭理的鸢之枪","4119663210":"凯亚","4122509083":"断浪长鳍","4124851547":"雾切之回光","4127888970":"凝光","4137694339":"(test)竿测试","4139294531":"信使","4144069251":"追忆之注连","4145306051":"饰金之梦","4158505619":"天空之脊","4160147242":"雷泽","4162981171":"(test)穿模测试","4186179883":"破魔之弓","4193089947":"桂木斩长正","4197635682":"行秋","4226083179":"名士振舞","4230231107":"若水","4238339131":"赤沙之杖","4245213187":"注能之卷","4258047555":"极夜二重奏","4260733330":"罗莎莉亚","4267718859":"反曲弓","4273845410":"辛焱","4275754179":"如狼般狩猎者","FIGHT_PROP_BASE_HP":"基础生命值","FIGHT_PROP_HP":"生命值","FIGHT_PROP_HP_PERCENT":"生命值","FIGHT_PROP_BASE_ATTACK":"基础攻击力","FIGHT_PROP_ATTACK":"攻击力","FIGHT_PROP_ATTACK_PERCENT":"攻击力","FIGHT_PROP_BASE_DEFENSE":"基础防御力","FIGHT_PROP_DEFENSE":"防御力","FIGHT_PROP_DEFENSE_PERCENT":"防御力","FIGHT_PROP_BASE_SPEED":"移动速度","FIGHT_PROP_SPEED_PERCENT":"移动速度","FIGHT_PROP_CRITICAL":"暴击率","FIGHT_PROP_ANTI_CRITICAL":"暴击抗性","FIGHT_PROP_CRITICAL_HURT":"暴击伤害","FIGHT_PROP_CHARGE_EFFICIENCY":"元素充能效率","FIGHT_PROP_ADD_HURT":"伤害增加","FIGHT_PROP_SUB_HURT":"受伤减免","FIGHT_PROP_HEAL_ADD":"治疗加成","FIGHT_PROP_HEALED_ADD":"受治疗加成","FIGHT_PROP_ELEMENT_MASTERY":"元素精通","FIGHT_PROP_PHYSICAL_SUB_HURT":"物理抗性","FIGHT_PROP_PHYSICAL_ADD_HURT":"物理伤害加成","FIGHT_PROP_FIRE_ADD_HURT":"火元素伤害加成","FIGHT_PROP_ELEC_ADD_HURT":"雷元素伤害加成","FIGHT_PROP_WATER_ADD_HURT":"水元素伤害加成","FIGHT_PROP_GRASS_ADD_HURT":"草元素伤害加成","FIGHT_PROP_WIND_ADD_HURT":"风元素伤害加成","FIGHT_PROP_ROCK_ADD_HURT":"岩元素伤害加成","FIGHT_PROP_ICE_ADD_HURT":"冰元素伤害加成","FIGHT_PROP_FIRE_SUB_HURT":"火元素抗性","FIGHT_PROP_ELEC_SUB_HURT":"雷元素抗性","FIGHT_PROP_WATER_SUB_HURT":"水元素抗性","FIGHT_PROP_GRASS_SUB_HURT":"草元素抗性","FIGHT_PROP_WIND_SUB_HURT":"风元素抗性","FIGHT_PROP_ROCK_SUB_HURT":"岩元素抗性","FIGHT_PROP_ICE_SUB_HURT":"冰元素抗性","FIGHT_PROP_EFFECT_HIT":"效果命中","FIGHT_PROP_EFFECT_RESIST":"效果抵抗","FIGHT_PROP_FREEZE_SHORTEN":"冻结时间缩短","FIGHT_PROP_DIZZY_SHORTEN":"眩晕时间缩短","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"冷却缩减","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"护盾强效","FIGHT_PROP_CUR_HP":"生命值","FIGHT_PROP_MAX_HP":"生命值上限","FIGHT_PROP_CUR_ATTACK":"攻击力","FIGHT_PROP_CUR_DEFENSE":"防御力","FIGHT_PROP_CUR_SPEED":"移动速度","level":"等级"},"it":{"20848859":"Grande lama di Rupenera","33330467":"Maestria elementale","37147251":"Perla solare","43015699":"Da definire","54857595":"Flagello della tempesta e delle maree","83115355":"Amata fanciulla","85795635":"Concentrazione","88505754":"Kaedehara Kazuha","135182203":"Flagello della tempesta e delle maree","143051931":"Chiarore di Xiphos","147298547":"Compagnia del vagabondo","156294403":"Cuore profondo","160493219":"Spada di ferro scuro","168956722":"Qiqi","197755235":"Squarciavortice","212557731":"Sacrificio di Electro","240385755":"Frangionde","246984427":"Flagello del fuoco e dei tuoni","262428003":"Sacrificio di Cryo","270124867":"Virtù del protettore","275622963":"Lume del Taglio frondoso","287454963":"Sacrificio di Anemo","288666635":"Cuore senza macchia","302691299":"Perla d'ambra","303155515":"Senza ritorno","310247243":"Verità della Kagura","313300315":"Lama di alburno","334242634":"Shenhe","339931171":"Vittoria a oltranza","342097547":"Spada cinabrica","346510395":"Sovrano marino","359484419":"Rimembranza di Tulaytullah","368014203":"Spada del drago strappacielo","388272194":"Dori","391273955":"Ala nera","411685275":"Arco composto","426363739":"Astro del vespro errante","452357939":"Trafiggiluna","453444347":"Canto delle mille notti","454086795":"Chiave del Khaj-Nisut","479076483":"Lama fredda","481755219":"Lancia di Rupenera","486287579":"Calore residuo","500612819":"Asta di bandiera","506630267":"Vento propizio","514784907":"Flagello delle fiamme e dell'acqua","521221323":"Virtù del protettore","540938627":"Predatore","566772267":"Gokadaiou Otogibanashi","577103787":"Immersione energetica","578575283":"Lancia di mezzaluna","586598971":"Cerchio completo","597991835":"Notte di luna","607067963":"Chiarezza dell'arte Isshin","613846163":"Discensione","618786571":"Alabarda","623494555":"Piazza pulita","623534363":"Codice di Favonius","630452219":"Palazzo dei sakura","646032090":"Shikanoin Heizou","646100491":"Assioma litico: Unità","650049651":"Ode al Florvento","655825874":"Yun Jin","656120259":"Patto del cecchino","680510411":"Ombracandida","688991243":"Flagello delle calamità","693354267":"Memorie terrene","697277554":"Yanfei","712501082":"Nahida","716252627":"Lancia litica","729851187":"Ghiacciai e distese di neve","735056795":"Spadone di Favonius","807607555":"Atlante celeste","824949859":"Dodavventura!","828711395":"Arco di Amos","836208539":"Doratura","850802171":"Spadone di ferro bianco","855894507":"Berserker","862591315":"Fiamma fioca","877751435":"Spadone reale","902184579":"Gloria della foresta","902264035":"Aquila Favonia","902282051":"Mietitura","909145139":"Virtù del protettore","930640955":"Spadone del tempo","933076627":"Nomade della tormenta","942758755":"Concentrazione","944332883":"Affettavette","949506483":"Vittoria oceanica","968378595":"Resistenza del Falco d'Occidente","968893378":"Bennett","991968139":"Sogno atemporale: Fuoco eterno","1006042610":"Kamisato Ayaka","1012170803":"Kagotsurube Isshin","1021898539":"Fionda","1021947690":"Xiao","1028735635":"Inno alla rivolta","1049891906":"Cyno","1053433018":"Sucrose","1072884907":"Mappa mare","1075647299":"Canzone silvestre","1082448331":"Popolo della luce tremolante","1089950259":"Orgoglio celeste","1097898243":"Ponderosità","1103732675":"Fortunello","1113306282":"Mona","1114777131":"Accordo","1119368259":"Viaggio","1130996346":"Xiangling","1133599347":"Freccia della volontà","1148024603":"La Preda","1154009435":"Prototipo di Luce stellare","1163263227":"Sinfonia errante","1163616891":"Sepoltura gelata","1182966603":"Lama del mercenario","1186209435":"Scommettitrice","1201790667":"Mille sogni fluttuanti","1212345779":"Ultimo atto del gladiatore","1217552947":"Flusso affilato","1240067179":"Arco da guerra di Favonius","1307222899":"Lama errante","1319974859":"Prestanza","1321135667":"Ruggito del leone","1337666507":"Perseveranza dei Milleliti","1344953075":"Vento propizio","1345343763":"Spada di giada primordiale","1348687251":"Sentiero del cacciatore","1383427723":"Setola Lunabianca","1383639611":"Miracolo","1388004931":"Spada del Cavalcacieli","1390797107":"Pennacchio bianco","1395607523":"Al termine del cammino della bestia","1404688115":"Ritornello dell'addio","1406746947":"Storie dell'altro mondo","1414366819":"Maestà dorata","1437658243":"Spada d'osso di serpente","1438974835":"Meteorite inverso","1455107995":"Origine dei venti sacri","1468367538":"Diona","1470442731":"Missiva del vento","1479961579":"Ombra di ferro","1483922610":"Kujou Sara","1485303435":"Puntura energizzante","1492752155":"Compostezza","1499235563":"Vittoria a oltranza","1499745907":"Pregiata lama Isshin","1499817443":"Vento verdeggiante","1516554699":"Quarzo","1522029867":"Flagello del fuoco e dei tuoni","1524173875":"Strega cremisi delle fiamme","1533656818":"#Viaggiat{M#ore}{F#rice}","1538092267":"Pregiata lama Isshin","1541919827":"Cavalleria sanguinaria","1545992315":"Giustizia","1558036915":"Aldilà vermiglio","1562601179":"Cacciatrice smeraldo","1588620330":"Kamisato Ayato","1600275315":"Haran Geppaku Futsu","1608953539":"Messaggera dell'alba","1610242915":"Eredità","1628928163":"Desiderio del Florvento","1632377563":"Attraversafuochi","1651985379":"Augurio del giorno","1660598451":"Discendenza d'Iwakura","1675079283":"Memorie di Boscoprofondo","1675686363":"Spadone sacrificale","1702903411":"Sussurro della djinn","1706534267":"Schiettezza","1722706579":"Flagello dell'acqua e del ghiaccio","1732418482":"Yaoyao","1745286795":"Codice dei samurai","1745712907":"Dominaonde di Watatsumi","1751039235":"Noblesse oblige","1756609915":"Mollusco oceanico","1771603299":"Maestà dorata","1773425155":"Spada della discensione","1789612403":"Eco","1820235315":"Canzone senza frecce","1836628747":"Guardiano ribelle","1860795787":"Luna di Mouun","1864015138":"Keqing","1873342283":"Domatore di tuoni","1890163363":"Luna perenne","1901973075":"Stella polare","1921418842":"Noelle","1932742643":"Legge dell'estinzione","1934830979":"Ammirazione eterna","1940821986":"Kuki Shinobu","1940919994":"Hu Tao","1966438658":"Amber","1982136171":"Concentrazione","1990641987":"Spada sacrificale","1990820123":"Spada delle ombre","1991707099":"Prototipo del rancore","1997709467":"Lancia di giada primordiale","2006422931":"Lama litica","2017033267":"Compostezza","2025598051":"Vento propizio","2029582603":"Kaidan: Pioggia legaterra","2040573235":"Roccia arcaica","2060049099":"Sacrificio di Pyro","2108574027":"Pietra frantumata","2109571443":"Concentrazione","2125206395":"Spada d'argento","2149411851":"Maestà dorata","2153521307":"Padiglione nel deserto","2172529947":"Vittoria a oltranza","2176134843":"Concentrazione","2190368347":"Risolutezza","2191797987":"Avventuriere","2195665683":"Frammenti sacrificali","2242027395":"Arco d'ebano","2244980899":"Epopea del mare di sabbia","2257505883":"Santuario della foresta","2267978875":"Frutto della sazietà","2276480763":"Emblema del fato spezzato","2279290283":"Manuale di magia","2297485451":"Fuoco rapido","2312640651":"Compostezza","2317820211":"Ago energizzante","2322648115":"Polverizzazione","2324146259":"Anello di Hakushin","2340970067":"Arco da caccia per esperti","2351445619":"Vetusta lacrima azzurra","2359799475":"Spada di Akuou","2364208851":"Risoluzione del viandante","2365025043":"Eroe itinerante","2375993851":"Spada lunga reale","2383998915":"Dominaonde di Watatsumi","2384519283":"Fionda","2387711994":"Faruzan","2388785242":"Sayu","2400012995":"Arco sacrificale","2410593283":"Lama smussata","2417717595":"Cacciatore urbano","2425414923":"Crepuscolo tenue","2433755451":"Ode allo stendardo del ribelle","2440850563":"Ballata risonante","2448629019":"Toukabou Shigure","2466140362":"Venti","2469300579":"Vittoria a oltranza","2470306939":"Regno del tuono","2474354867":"Spada di Favonius","2476346187":"Flagello delle fiamme e dell'acqua","2491797315":"Lancia crociata di Kitain","2504399314":"Yoimiya","2506955778":"Tighnari","2512309395":"Furia tonante","2521338131":"Prototipo d'ambra","2534304035":"Vantaggio della Squarcianebbia","2538235187":"Cronache del Padiglione nel deserto","2539208459":"Occhio del giuramento","2546254811":"Guscio dei sogni opulenti","2556914683":"Monocorda","2587614459":"Serbagelo","2614170427":"Spadone del Cavalcacieli","2646367730":"Beidou","2664629131":"Scacciadraghi","2666951267":"Spadone dell'incapace","2673337443":"Freccia energizzante","2679781122":"Ganyu","2684365579":"Debutto","2691070627":"Santuario della foresta","2705029563":"Grimorio tascabile","2713453234":"Yae Miko","2743659331":"Rapide","2749508387":"Maestà dorata","2749853923":"Desiderio purulento","2753539619":"Argento astrale delle nevi","2764598579":"Esule","2792766467":"Spadone grezzo","2796697027":"Lancia del principiante","2832648187":"Arco reale","2834803571":"Maestà dorata","2848374378":"Yelan","2853296811":"Zanna perforacielo","2871793795":"Affilatezza","2876340530":"Chongyun","2889777514":"Layla","2890909531":"Marzialista","2893964243":"Messaggio dell'Arciere","2915865819":"Bagliore delle profondità","2918525947":"Battito tonante","2935286715":"Lancia reale","2947140987":"Luce nei vicoli","2948362178":"Collei","2949448555":"Giuramento di libertà","2963220587":"Sfera smeraldina","3001782875":"Compostezza","3018479371":"Ballata marinara","3024507506":"Shogun Raiden","3063191787":"Pesce da lenza","3063488107":"Attacco potente","3068316954":"Arataki Itto","3070169307":"Punta di ferro","3073454867":"Acquamarina di Makhaira","3079462611":"Dominaonde di Watatsumi","3090373787":"Vino e musica","3092975658":"Candace","3094139291":"Fiore del paradiso perduto","3097441915":"Mazza della persuasione","3112448011":"Determinazione","3112679155":"Elegia finale","3156385731":"Occhio della percezione","3159145923":"Lama errante","3169209451":"Ossidazione meschina","3176599083":"Scudiere del re","3192689683":"Sepoltura gelata","3209694115":"Stella della selva notturna","3221566250":"Jean","3230559562":"Vagabondo","3235324891":"Bastone di Homa","3252085691":"Vento propizio","3258658763":"Interazione magica","3265161211":"Lama energizzante","3273999011":"Agata di Rupenera","3277782506":"Fischl","3302787771":"Sepoltura gelata","3305772819":"Tattiche da guerriglia","3314157803":"Flagello antimelma","3337185491":"Grande giocata","3337249451":"Sovraccarico","3339083250":"Klee","3344622722":"Lisa","3364338659":"Benedizione smisurata","3371922315":"Danza Kagura del Sakura sacro","3378007475":"Spada lunga di Rupenera","3400133546":"Gorou","3406113971":"Vento propizio","3421967235":"Lama affilata","3439749859":"Arco da caccia smeraldo","3443142923":"Lancia del Picco del Drago","3447737235":"Arco da guerra di Rupenera","3453611803":"Spaccareti","3456986819":"Fiabe di Dodoco","3464027035":"Pregiata lama Isshin","3465493459":"Precisione","3500935003":"Epiche gesta degli Ammazzadraghi","3513240283":"Vento irrealizzato","3535784755":"Cuore coraggioso","3541083923":"Gladiatore","3555115602":"Thoma","3584825427":"Appunti dell'apprendista","3587062891":"Assioma litico: Unità","3587621259":"Flauto","3600623979":"Arco da caccia","3608180322":"Diluc","3618167299":"Studiosa","3625393819":"Prototipo di mezzaluna","3626268211":"Echi di un'offerta","3673792067":"Spada del viaggiatore","3684723963":"Fendiluvio","3685735523":"Lama errante","3689108098":"Aloy","3717341819":"Legno Ombradiluna","3717667418":"Eula","3717849275":"Fulmine fagocitante","3719372715":"Nefrite gemella","3722933411":"Prototipo arcaico","3755004051":"Lancia di Favonius","3775299170":"Barbara","3782508715":"Dottoressa errante","3796702635":"Mutevolezza","3796905611":"Spada nera","3816664530":"#Viaggiat{M#ore}{F#rice}","3827789435":"Grimorio reale","3832443723":"Implacabilità","3836188467":"Farfalletta vermiglia","3847143266":"Tartaglia","3850149970":"Nilou","3862787418":"Zhongli","3890292467":"Istruttore","3898539027":"Nuvole itineranti","3909785739":"Foschia di calore all'orizzonte","3914045794":"Sangonomiya Kokomi","3914951691":"Spaccarocce Cornorosso","3933622347":"Arpa celeste","3949653579":"Valzer notturno","3956074723":"Istruzioni del Signore del labirinto","3966753539":"Forma purificante","3975746731":"Arco corvino","3995710363":"Trapasso ululante","3996017211":"Mietitura","3999792907":"Sacrificio di Hydro","4000770243":"Imboscata urbana","4002157418":"Alhaitham","4022012131":"Vittoria a oltranza","4049410651":"Lancia del duello","4055003299":"Lama celeste","4060235987":"Splendore solare","4080317355":"Coraggio","4082302819":"Volontà del difensore","4090429643":"Spadone insanguinato","4103022435":"Spina di ferro","4103766499":"Pennacchio nero","4108620722":"Albedo","4113638323":"Lancia punitrice dell'aquila","4119663210":"Kaeya","4122509083":"Pinna del Frangionde","4124851547":"Squarcianebbia riforgiata","4127888970":"Ningguang","4139294531":"Messaggero","4144069251":"Reminiscenza di Shimenawa","4145306051":"Sogni dorati","4158505619":"Lancia d'osso celeste","4160147242":"Razor","4186179883":"Arco ammazzademoni","4193089947":"Katsuragikiri Nagamasa","4197635682":"Xingqiu","4226083179":"Codice dei samurai","4230231107":"Aqua simulacra","4238339131":"Bastone delle sabbie scarlatte","4245213187":"Pergamena energizzante","4258047555":"Duetto dell'Immernacht","4260733330":"Rosaria","4267718859":"Arco ricurvo","4273845410":"Xinyan","4275754179":"Cacciatore famelico","FIGHT_PROP_BASE_HP":"PS di base","FIGHT_PROP_HP":"PS","FIGHT_PROP_HP_PERCENT":"PS","FIGHT_PROP_BASE_ATTACK":"ATT di base","FIGHT_PROP_ATTACK":"ATT","FIGHT_PROP_ATTACK_PERCENT":"ATT","FIGHT_PROP_BASE_DEFENSE":"DIF di base","FIGHT_PROP_DEFENSE":"DIF","FIGHT_PROP_DEFENSE_PERCENT":"DIF","FIGHT_PROP_BASE_SPEED":"VEL di movimento","FIGHT_PROP_SPEED_PERCENT":"VEL di movimento","FIGHT_PROP_CRITICAL":"Tasso di CRIT","FIGHT_PROP_ANTI_CRITICAL":"RES CRIT","FIGHT_PROP_CRITICAL_HURT":"DAN da CRIT","FIGHT_PROP_CHARGE_EFFICIENCY":"Ricarica di energia","FIGHT_PROP_ADD_HURT":"Bonus DAN","FIGHT_PROP_SUB_HURT":"Riduzione DAN","FIGHT_PROP_HEAL_ADD":"Bonus di guarigione","FIGHT_PROP_HEALED_ADD":"Bonus di guarigione ricevuta","FIGHT_PROP_ELEMENT_MASTERY":"Maestria elementale","FIGHT_PROP_PHYSICAL_SUB_HURT":"RES fisica","FIGHT_PROP_PHYSICAL_ADD_HURT":"Bonus DAN fisici","FIGHT_PROP_FIRE_ADD_HURT":"Bonus DAN da Pyro","FIGHT_PROP_ELEC_ADD_HURT":"Bonus DAN da Electro","FIGHT_PROP_WATER_ADD_HURT":"Bonus DAN da Hydro","FIGHT_PROP_GRASS_ADD_HURT":"Bonus DAN da Dendro","FIGHT_PROP_WIND_ADD_HURT":"Bonus DAN da Anemo","FIGHT_PROP_ROCK_ADD_HURT":"Bonus DAN da Geo","FIGHT_PROP_ICE_ADD_HURT":"Bonus DAN da Cryo","FIGHT_PROP_FIRE_SUB_HURT":"RES a Pyro","FIGHT_PROP_ELEC_SUB_HURT":"RES a Electro","FIGHT_PROP_WATER_SUB_HURT":"RES a Hydro","FIGHT_PROP_GRASS_SUB_HURT":"RES a Dendro","FIGHT_PROP_WIND_SUB_HURT":"RES ad Anemo","FIGHT_PROP_ROCK_SUB_HURT":"RES a Geo","FIGHT_PROP_ICE_SUB_HURT":"RES a Cryo","FIGHT_PROP_EFFECT_HIT":"Colpo","FIGHT_PROP_EFFECT_RESIST":"Resistenza","FIGHT_PROP_FREEZE_SHORTEN":"Riduzione durata Congelamento","FIGHT_PROP_DIZZY_SHORTEN":"Riduzione durata Stordimento","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"Riduzione TdR","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"Efficacia scudo","FIGHT_PROP_CUR_HP":"PS","FIGHT_PROP_MAX_HP":"PS max","FIGHT_PROP_CUR_ATTACK":"ATT","FIGHT_PROP_CUR_DEFENSE":"DIF","FIGHT_PROP_CUR_SPEED":"VEL di movimento","level":"Liv."},"tr":{"20848859":"Kara Kaya Kılıcı","33330467":"Element Ustalığı","37147251":"Güneş İncisi","43015699":"Belirlenecek","54857595":"Fırtına ve Dalganın Laneti","83115355":"Hanımın Sevdiceği","85795635":"Odaklanma","88505754":"Kaedehara Kazuha","135182203":"Fırtına ve Dalganın Laneti","143051931":"Xiphos'un Ay Işığı","147298547":"Göçebe Kumpanyası","156294403":"Derinliğin Kalbi","160493219":"Kara Demir Kılıç","168956722":"Qiqi","197755235":"Girdap Söndüren","212557731":"Bilgelik Duası","240385755":"Dalga Kesen","246984427":"Ateş ve Yıldırımın Laneti","262428003":"Bahar Duası","270124867":"Koruyucu Erdemi","275622963":"Yaprak Kesen Işık","287454963":"Gökkubbe Duası","288666635":"Lekesiz Kalp","302691299":"Kehribar Boncuk","303155515":"Dönüşsüz","310247243":"Kagura'nın Hakikati","313300315":"İç Kabuk Kılıcı","334242634":"Shenhe","339931171":"Zaferden Zafere","342097547":"Sülüğen Kılıç","346510395":"Denizlerin Efendisi","359484419":"Tulaytullah'ın Anısı","368014203":"Gökyırtan Ejder Ağzı","388272194":"Dori","391273955":"Kara Kanat","411685275":"Kompozit Yay","426363739":"Serseri Akşam Yıldızı","452357939":"Mehtap Delen","453444347":"Binbir Gecenin Şafağı Şarkısı","454086795":"Khaj-Nisut Anahtarı","479076483":"Soğuk Çelik","481755219":"Kara Kaya Kargısı","486287579":"Sıcaklık Kalıntısı","500612819":"Bayrak Direği","506630267":"Talih Kuşu","514784907":"Alev ve Suyun Laneti","521221323":"Koruyucu Erdemi","540938627":"Yırtıcı","566772267":"Gokadaiou Otogibanashi","577103787":"Enerji Yağmuru","578575283":"Hilal Mızrak","586598971":"Tam Daire","597991835":"Byakuya Kougetsu","607067963":"Berrak Isshin Sanatı","613846163":"Zuhur","618786571":"Baltalı Mızrak","623494555":"Tırpanla","623534363":"Favonius Kanunları","630452219":"Kiraz Çiçeği Tapınağı","646032090":"Shikanoin Heizou","646100491":"Taş Rehber: Birlik","650049651":"Rüzgarçiçeği Kasidesi","655825874":"Yun Jin","656120259":"Keskin Nişancı Yemini","680510411":"Akkörelten","688991243":"Bela Söndüren","693354267":"Tozlu Hatıra","697277554":"Yanfei","712501082":"Nahida","716252627":"Taş Mızrak","729851187":"Buzul ve Kar","735056795":"Favonius Büyük Kılıcı","807607555":"Göklerin Atlası","824949859":"Dodo'nun Macerası!","828711395":"Amos'un Yayı","836208539":"Yaldızlama","850802171":"Beyaz Demirden Büyük Kılıç","855894507":"Vahşi Savaşçı","862591315":"Sönük Alev","877751435":"Kraliyet Büyük Kılıcı","902184579":"Orman Nişanı","902264035":"Favonia Kartalı","902282051":"Güçsüzlerin Hasadı","909145139":"Koruyucu Erdemi","930640955":"Çan","933076627":"Kış Gezgini","942758755":"Odaklanma","944332883":"Zirvekesen","949506483":"Okyanus Zaferi","968378595":"Şahin Başkaldırısı","968893378":"Bennett","991968139":"Sonsuz Rüya: Ebedi Ocak","1006042610":"Kamisato Ayaka","1012170803":"Kagotsurube Isshin","1021898539":"Sapan","1021947690":"Xiao","1028735635":"Devrim Marşı","1049891906":"Cyno","1053433018":"Sucrose","1072884907":"Deniz Haritası","1075647299":"Kırık Çamların Şarkısı","1082448331":"Titreyen Işığın Halkı","1089950259":"Göklerin Gururu","1097898243":"Ezici","1103732675":"Bahtı Açık","1113306282":"Mona","1114777131":"Akor","1119368259":"Yolculuk","1130996346":"Xiangling","1133599347":"Sarsılmaz İrade","1148024603":"Yakalayan Mızrak","1154009435":"Prototip: Yıldız Parıltısı","1163263227":"Göçebenin Nota Kitabı","1163616891":"Buzul Mezar","1182966603":"İhtiyar Lejyonerin Dostu","1186209435":"Kumarbaz","1201790667":"Binbir Gece Süzülen Rüyalar","1212345779":"Gladyatörün Son Yemini","1217552947":"Bilenmiş Akım","1240067179":"Favonius Savaş Yayı","1307222899":"Gezgin Dövüşçü","1319974859":"Dinç","1321135667":"Aslan Kükreyişi","1337666507":"Taşordu'nun Azmi","1344953075":"Talih Kuşu","1345343763":"Ezeli Yeşim Kılıcı","1348687251":"Avcının Yolu","1383427723":"Beyaz Ay Fırçası","1383639611":"Küçük Mucize","1388004931":"Gökbinicisi Kılıcı","1390797107":"Beyaz Püskül","1395607523":"Yabandaki İzin Sonu","1404688115":"Veda Nakaratı","1406746947":"Uhrevi Hikaye","1414366819":"Altın İhtişam","1437658243":"Yılansırt","1438974835":"Geri Dönen Göktaşı","1455107995":"Kutsal Rüzgarların Kayıp Duası","1468367538":"Diona","1470442731":"Habercinin Rüzgar Mızrağı","1479961579":"Demir Gölge","1483922610":"Kujou Sara","1485303435":"Tesirli Meç","1492752155":"Soğukkanlı","1499235563":"Zaferden Zafere","1499745907":"Değerli Isshin Kılıcı","1499817443":"Yeşil Rüzgar","1516554699":"Kuvars","1522029867":"Ateş ve Yıldırımın Laneti","1524173875":"Kızıl Alev Cadısı","1533656818":"Gezgin","1538092267":"Değerli Isshin Kılıcı","1541919827":"Kanlı Şövalyelik","1545992315":"Adalet","1558036915":"Öbür Dünya Zincifresi","1562601179":"Yeşil Gölge","1588620330":"Kamisato Ayato","1600275315":"Haran Geppaku Futsu","1608953539":"Şafak Habercisi","1610242915":"Miras","1628928163":"Rüzgarçiçeği Dileği","1632377563":"Lavdagezen","1651985379":"Günışığı Kehaneti","1660598451":"Iwakura Halefiyeti","1675079283":"Derin Orman Hatıraları","1675686363":"Kurban Büyük Kılıcı","1702903411":"Cinin Fısıltıları","1706534267":"Kesin Sonuç","1722706579":"Su ve Buzun Laneti","1732418482":"Yaoyao","1745286795":"Samuray Yasaları","1745712907":"Watatsumi Dalga Sürücüsü","1751039235":"Asil Minnettarlık","1756609915":"Okyanus Renkli İstiridye","1771603299":"Altın İhtişam","1773425155":"Zuhur Kılıcı","1789612403":"Yankı","1820235315":"Oksuz Şarkı","1836628747":"Asi Muhafız","1860795787":"Mouun'un Ayı","1864015138":"Keqing","1873342283":"Yıldırım Terbiyecisi","1890163363":"Ebedi Mehtap","1901973075":"Kutup Yıldızı","1921418842":"Noelle","1932742643":"Yıkım İlkesi","1934830979":"Sonsuz Hayranlık","1940821986":"Kuki Shinobu","1940919994":"Hu Tao","1966438658":"Amber","1982136171":"Odaklanma","1990641987":"Kurban Kılıcı","1990820123":"Amenoma Kageuchi","1991707099":"Prototip: Garez","1997709467":"Ezeli Yeşim Kanatlı Mızrak","2006422931":"Taş Kılıç","2017033267":"Soğukkanlı","2025598051":"Talih Kuşu","2029582603":"Kaidan: Heyelan Yağmuru","2040573235":"Arkaik Taşlar","2060049099":"Aydınlanma Duası","2108574027":"Kırık Taş","2109571443":"Odaklanma","2125206395":"Gümüş Kılıç","2149411851":"Altın İhtişam","2153521307":"Çöl Konağı","2172529947":"Zaferden Zafere","2176134843":"Odaklanma","2190368347":"Derin Yara","2191797987":"Maceracı","2195665683":"Kurban Kanunları","2242027395":"Fildişi Yay","2244980899":"Kumlar Altındaki Şarkı","2257505883":"Orman Sığınağı","2267978875":"Doygunluk Meyvesi","2276480763":"Parçalanan Kader Amblemi","2279290283":"Büyü Rehberi","2297485451":"Yaylım Ateşi","2312640651":"Soğukkanlı","2317820211":"Tesirli İğne","2322648115":"Parçalama","2324146259":"Hakushin Yüzüğü","2340970067":"Usta Avcı Yayı","2351445619":"Mazinin Mavi Gözyaşı","2359799475":"Akuou'nun Kılıcı","2364208851":"Yolcunun Azmi","2365025043":"Gezgin Kahraman","2375993851":"Kraliyet Uzun Kılıcı","2383998915":"Watatsumi Dalga Sürücüsü","2384519283":"Sapan","2387711994":"Faruzan","2388785242":"Sayu","2400012995":"Kurban Yayı","2410593283":"Kör Kılıç","2417717595":"Gece Avcısı","2425414923":"Solan Alacakaranlık","2433755451":"Asi Sancak Marşı","2440850563":"Yankılanan Balat","2448629019":"Toukabou Shigure","2466140362":"Venti","2469300579":"Zaferden Zafere","2470306939":"Yıldırım Hükümranlığı","2474354867":"Favonius Kılıcı","2476346187":"Alev ve Suyun Laneti","2491797315":"Kitain Haç Mızrağı","2504399314":"Yoimiya","2506955778":"Tighnari","2512309395":"Yıldırım Öfkesi","2521338131":"Prototip: Kehribar","2534304035":"Siskesen Kılıç Kını","2538235187":"Çöl Konağı Günlükleri","2539208459":"Yeminli Göz","2546254811":"Bereketli Rüyaların Hatıraları","2556914683":"Kirişsiz Yay","2587614459":"Buzözü Meyvesi","2614170427":"Gökbinicisi Büyük Kılıcı","2646367730":"Beidou","2664629131":"Ejder Laneti","2666951267":"Darmaduman Büyük Kılıcı","2673337443":"Tesirli Ok","2679781122":"Ganyu","2684365579":"Giriş Müziği","2691070627":"Orman Sığınağı","2705029563":"Büyü Cep Kitabı","2713453234":"Yae Miko","2743659331":"Akıntılar","2749508387":"Altın İhtişam","2749853923":"Yıkıcı Arzu","2753539619":"Karlı Gümüş Yıldız","2764598579":"Sürgün","2792766467":"Kötülüksavar","2796697027":"Acemi Koruması","2832648187":"Kraliyet Yayı","2834803571":"Altın İhtişam","2848374378":"Yelan","2853296811":"Gök Delen Diş","2871793795":"Keskin","2876340530":"Chongyun","2889777514":"Layla","2890909531":"Dövüş Ustası","2893964243":"Okçunun Mesajı","2915865819":"Derinliğin İhtişamı","2918525947":"Yıldırım Nabzı","2935286715":"Kraliyet Mızrağı","2947140987":"Gece Parıltısı","2948362178":"Collei","2949448555":"Özgürlük Yemini","2963220587":"Zümrüt Küre","3001782875":"Soğukkanlı","3018479371":"Heyamola","3024507506":"Şogun Raiden","3063191787":"Yolun Sonu","3063488107":"Güçlü Vuruş","3068316954":"Arataki Itto","3070169307":"Demir Nokta","3073454867":"Makhaira Deniz Yeşili","3079462611":"Watatsumi Dalga Sürücüsü","3090373787":"Şarap ve Şarkı","3092975658":"Candace","3094139291":"Kayıp Cennet Çiçeği","3097441915":"İkna Sopası","3112448011":"Kararlılık","3112679155":"Son Ağıt","3156385731":"Algı Gözü","3159145923":"Gezgin Dövüşçü","3169209451":"Pas","3176599083":"Kralın Yaveri","3192689683":"Buzul Mezar","3209694115":"Ormandaki Gece Yıldızı","3221566250":"Jean","3230559562":"Avare","3235324891":"Homa'nın Asası","3252085691":"Talih Kuşu","3258658763":"Büyü Bağımlısı","3265161211":"Tesirli Kılıç","3273999011":"Kara Kaya Akiği","3277782506":"Fischl","3302787771":"Buzul Mezar","3305772819":"Gerilla Taktikleri","3314157803":"Yumuşak Lanet","3337185491":"Tam Çekiş","3337249451":"Yüksek Voltaj","3339083250":"Klee","3344622722":"Lisa","3364338659":"Sonsuz Lütuf","3371922315":"Kutsal Kiraz Ağacının Kagura Dansı","3378007475":"Kara Kaya Uzun Kılıcı","3400133546":"Gorou","3406113971":"Talih Kuşu","3421967235":"Fileto Kılıcı","3439749859":"Yeşil Av","3443142923":"Ejdersırtı Mızrak","3447737235":"Kara Kaya Savaş Yayı","3453611803":"Ağ Koparan","3456986819":"Dodoko Masalları","3464027035":"Değerli Isshin Kılıcı","3465493459":"İsabetli","3500935003":"Ejder Katillerinin Serüvenleri","3513240283":"Rüzgarın Özgürlüğü","3535784755":"Cesur Yürek","3541083923":"Gladyatör","3555115602":"Thoma","3584825427":"Çırağın Notları","3587062891":"Taş Rehber: Birlik","3587621259":"Flüt","3600623979":"Avcı Yayı","3608180322":"Diluc","3618167299":"Alim","3625393819":"Prototip: Hilal","3626268211":"Adağın Yankısı","3673792067":"Gezginin Mahir Kılıcı","3684723963":"Yağmurkesen","3685735523":"Gezgin Dövüşçü","3689108098":"Aloy","3717341819":"Orman Üzerindeki Ayın Gölgesi","3717667418":"Eula","3717849275":"Hapseden Yıldırım","3719372715":"İkiz Yeşimtaşı","3722933411":"Prototip: Arkaik","3755004051":"Favonius Mızrağı","3775299170":"Barbara","3782508715":"Gezgin Doktor","3796702635":"Sürekli Değişim","3796905611":"Kara Kılıç","3816664530":"Gezgin","3827789435":"Kraliyet Büyü Kitabı","3832443723":"Eğilmez","3836188467":"Pervasız Sülüğen","3847143266":"Tartaglia","3850149970":"Nilou","3862787418":"Zhongli","3890292467":"Eğitmen","3898539027":"Gezgin Bulutlar","3909785739":"Ufuk Serabı","3914045794":"Sangonomiya Kokomi","3914951691":"Taşkıran Kızılboynuz","3933622347":"Göklerin Liri","3949653579":"Geceyarısı Valsi","3956074723":"Labirent Hakiminin Yönergesi","3966753539":"Arınma Formu","3975746731":"Kuzgun Yayı","3995710363":"Kurdun Mezar Taşı","3996017211":"Güçsüzlerin Hasadı","3999792907":"Kader Duası","4000770243":"Sokak Saldırısı","4002157418":"Alhaitham","4022012131":"Zaferden Zafere","4049410651":"Ölümsaçan","4055003299":"Göklerin Kılıcı","4060235987":"Güneş Parıltısı","4080317355":"Cesaret","4082302819":"Savunmacı İradesi","4090429643":"Kanlı Büyük Kılıç","4103022435":"Demir Kılıç","4103766499":"Siyah Püskül","4108620722":"Albedo","4113638323":"Kartal Adalet Mızrağı","4119663210":"Kaeya","4122509083":"Dalgakesen Yüzgeci","4124851547":"Yeniden Dövülmüş Siskesen","4127888970":"Ningguang","4139294531":"Ulak","4144069251":"Shimenawa'nın Hatırası","4145306051":"Yaldızlı Rüyalar","4158505619":"Göklerin Omurgası","4160147242":"Razor","4186179883":"Hamayumi","4193089947":"Katsuragikiri Nagamasa","4197635682":"Xingqiu","4226083179":"Samuray Yasaları","4230231107":"Su Sureti","4238339131":"Kızıl Kum Asası","4245213187":"Tesirli Parşömen","4258047555":"Ebedi Gece Düeti","4260733330":"Rosaria","4267718859":"Eğri Yay","4273845410":"Xinyan","4275754179":"Kurtvari İzci","FIGHT_PROP_BASE_HP":"Temel Can","FIGHT_PROP_HP":"Can","FIGHT_PROP_HP_PERCENT":"Can","FIGHT_PROP_BASE_ATTACK":"Temel Saldırı","FIGHT_PROP_ATTACK":"Saldırı","FIGHT_PROP_ATTACK_PERCENT":"Saldırı","FIGHT_PROP_BASE_DEFENSE":"Temel Savunma","FIGHT_PROP_DEFENSE":"Savunma","FIGHT_PROP_DEFENSE_PERCENT":"Savunma","FIGHT_PROP_BASE_SPEED":"Hareket Hızı","FIGHT_PROP_SPEED_PERCENT":"Hareket Hızı","FIGHT_PROP_CRITICAL":"Kritik Oranı","FIGHT_PROP_ANTI_CRITICAL":"Kritik Direnci","FIGHT_PROP_CRITICAL_HURT":"Kritik Hasar","FIGHT_PROP_CHARGE_EFFICIENCY":"Enerji Yüklemesi","FIGHT_PROP_ADD_HURT":"Hasar Bonusu","FIGHT_PROP_SUB_HURT":"Hasar Azaltma","FIGHT_PROP_HEAL_ADD":"İyileştirme Bonusu","FIGHT_PROP_HEALED_ADD":"Gelen İyileştirme Bonusu","FIGHT_PROP_ELEMENT_MASTERY":"Element Ustalığı","FIGHT_PROP_PHYSICAL_SUB_HURT":"Fiziksel Direnç","FIGHT_PROP_PHYSICAL_ADD_HURT":"Fiziksel Hasar Bonusu","FIGHT_PROP_FIRE_ADD_HURT":"Ateş Hasarı Bonusu","FIGHT_PROP_ELEC_ADD_HURT":"Elektrik Hasarı Bonusu","FIGHT_PROP_WATER_ADD_HURT":"Su Hasarı Bonusu","FIGHT_PROP_GRASS_ADD_HURT":"Doğa Hasarı Bonusu","FIGHT_PROP_WIND_ADD_HURT":"Rüzgar Hasarı Bonusu","FIGHT_PROP_ROCK_ADD_HURT":"Toprak Hasarı Bonusu","FIGHT_PROP_ICE_ADD_HURT":"Buz Hasarı Bonusu","FIGHT_PROP_FIRE_SUB_HURT":"Ateş Direnci","FIGHT_PROP_ELEC_SUB_HURT":"Elektrik Direnci","FIGHT_PROP_WATER_SUB_HURT":"Su Direnci","FIGHT_PROP_GRASS_SUB_HURT":"Doğa Direnci","FIGHT_PROP_WIND_SUB_HURT":"Rüzgar Direnci","FIGHT_PROP_ROCK_SUB_HURT":"Toprak Direnci","FIGHT_PROP_ICE_SUB_HURT":"Buz Direnci","FIGHT_PROP_EFFECT_HIT":"İsabet/Vuruş","FIGHT_PROP_EFFECT_RESIST":"Direnildi","FIGHT_PROP_FREEZE_SHORTEN":"Donma Süresi Azaltımı","FIGHT_PROP_DIZZY_SHORTEN":"Sersemleme Süresi Azaltımı","FIGHT_PROP_SKILL_CD_MINUS_RATIO":"BS Azaltımı","FIGHT_PROP_SHIELD_COST_MINUS_RATIO":"Kalkan Gücü","FIGHT_PROP_CUR_HP":"Can","FIGHT_PROP_MAX_HP":"Maks. Can","FIGHT_PROP_CUR_ATTACK":"Saldırı","FIGHT_PROP_CUR_DEFENSE":"Savunma","FIGHT_PROP_CUR_SPEED":"Hareket Hızı","level":"Sv."}} \ No newline at end of file diff --git a/plugin/kokomi/data/json/path.json b/plugin/kokomi/data/json/path.json new file mode 100644 index 0000000000..84b07790b8 --- /dev/null +++ b/plugin/kokomi/data/json/path.json @@ -0,0 +1,777 @@ +{ + "food": { + "肉肉烤蘑菇披萨": "/food/肉肉烤蘑菇披萨.png", + "嘟嘟莲海鲜羹": "/food/嘟嘟莲海鲜羹.png", + "雨林沙拉": "/food/雨林沙拉.png", + "圣水": "/food/圣水.png", + "绿汁脆球": "/food/绿汁脆球.png", + "萨布兹炖肉": "/food/萨布兹炖肉.png", + "松鼠鱼": "/food/松鼠鱼.png", + "山珍热卤面": "/food/山珍热卤面.png", + "丰年有余": "/food/丰年有余.png", + "树莓薄荷饮": "/food/树莓薄荷饮.png", + "黄油蟹蟹": "/food/黄油蟹蟹.png", + "香浓土豆泥": "/food/香浓土豆泥.png", + "蜜酱胡萝卜煎肉": "/food/蜜酱胡萝卜煎肉.png", + "莲子禽蛋羹": "/food/莲子禽蛋羹.png", + "翡玉什锦袋": "/food/翡玉什锦袋.png", + "口袋饼": "/food/口袋饼.png", + "蒙德土豆饼": "/food/蒙德土豆饼.png", + "仙跳墙": "/food/仙跳墙.png", + "岩港三鲜": "/food/岩港三鲜.png", + "荞麦面": "/food/荞麦面.png", + "米圆塔": "/food/米圆塔.png", + "鸟蛋烧": "/food/鸟蛋烧.png", + "干炒鱼河": "/food/干炒鱼河.png", + "薄荷豆汤": "/food/薄荷豆汤.png", + "绯樱天妇罗": "/food/绯樱天妇罗.png", + "干锅腊肉": "/food/干锅腊肉.png", + "中原杂碎": "/food/中原杂碎.png", + "枣椰蜜糖": "/food/枣椰蜜糖.png", + "辣肉窝窝头": "/food/辣肉窝窝头.png", + "多多烧": "/food/多多烧.png", + "蟹黄火腿焗时蔬": "/food/蟹黄火腿焗时蔬.png", + "脆脆鸡腿堡": "/food/脆脆鸡腿堡.png", + "风神杂烩菜": "/food/风神杂烩菜.png", + "扣三丝": "/food/扣三丝.png", + "蛋包饭": "/food/蛋包饭.png", + "苹果酿": "/food/苹果酿.png", + "烤吃虎鱼": "/food/烤吃虎鱼.png", + "蒲烧鳗肉": "/food/蒲烧鳗肉.png", + "龙须面": "/food/龙须面.png", + "烤肉排": "/food/烤肉排.png", + "杏仁豆腐": "/food/杏仁豆腐.png", + "假日果酿": "/food/假日果酿.png", + "甜甜花酿鸡": "/food/甜甜花酿鸡.png", + "珍珠翡翠白玉汤": "/food/珍珠翡翠白玉汤.png", + "鲜虾脆薯盏": "/food/鲜虾脆薯盏.png", + "气泡酸莓汁": "/food/气泡酸莓汁.png", + "什锦炒面": "/food/什锦炒面.png", + "萝卜时蔬汤": "/food/萝卜时蔬汤.png", + "素鲍鱼": "/food/素鲍鱼.png", + "日落莓莓茶": "/food/日落莓莓茶.png", + "刺身拼盘": "/food/刺身拼盘.png", + "天枢肉": "/food/天枢肉.png", + "白汁时蔬烩肉": "/food/白汁时蔬烩肉.png", + "野菇鸡肉串": "/food/野菇鸡肉串.png", + "帕蒂沙兰布丁": "/food/帕蒂沙兰布丁.png", + "摩拉肉": "/food/摩拉肉.png", + "水晶虾": "/food/水晶虾.png", + "烤蘑菇披萨": "/food/烤蘑菇披萨.png", + "水煮黑背鲈": "/food/水煮黑背鲈.png", + "日落鲷鱼烧": "/food/日落鲷鱼烧.png", + "团子牛奶": "/food/团子牛奶.png", + "金枪鱼寿司": "/food/金枪鱼寿司.png", + "冒险家蛋堡": "/food/冒险家蛋堡.png", + "饭团": "/food/饭团.png", + "三彩团子": "/food/三彩团子.png", + "甜虾寿司": "/food/甜虾寿司.png", + "月亮派": "/food/月亮派.png", + "鳗肉茶泡饭": "/food/鳗肉茶泡饭.png", + "鸟蛋寿司": "/food/鸟蛋寿司.png", + "四方和平": "/food/四方和平.png", + "黄油鸡": "/food/黄油鸡.png", + "串串三味": "/food/串串三味.png", + "松茸酿肉卷": "/food/松茸酿肉卷.png", + "薄荷果冻": "/food/薄荷果冻.png", + "秘香肉团": "/food/秘香肉团.png", + "爆炒肉片": "/food/爆炒肉片.png", + "香嫩椒椒鸡": "/food/香嫩椒椒鸡.png", + "绀田煮": "/food/绀田煮.png", + "蟹黄豆腐": "/food/蟹黄豆腐.png", + "绯樱虾仙贝": "/food/绯樱虾仙贝.png", + "明月蛋": "/food/明月蛋.png", + "稠汁蔬菜炖肉": "/food/稠汁蔬菜炖肉.png", + "五宝腌菜": "/food/五宝腌菜.png", + "渔人吐司": "/food/渔人吐司.png", + "黄油煎鱼": "/food/黄油煎鱼.png", + "乌冬面": "/food/乌冬面.png", + "椰炭饼": "/food/椰炭饼.png", + "兽骨拉面": "/food/兽骨拉面.png", + "山家烧": "/food/山家烧.png", + "市井杂煮": "/food/市井杂煮.png", + "黄金蟹": "/food/黄金蟹.png", + "米窝窝": "/food/米窝窝.png", + "唐杜尔烤鸡": "/food/唐杜尔烤鸡.png", + "萨巴桑炸角": "/food/萨巴桑炸角.png", + "阿如拌饭": "/food/阿如拌饭.png", + "烤肉卷": "/food/烤肉卷.png", + "兽肉薄荷卷": "/food/兽肉薄荷卷.png", + "千层酥酥": "/food/千层酥酥.png", + "树莓水馒头": "/food/树莓水馒头.png", + "「堆高高」": "/food/「堆高高」.png", + "味噌汤": "/food/味噌汤.png", + "金丝虾球": "/food/金丝虾球.png", + "文心豆腐": "/food/文心豆腐.png", + "蟹黄壳壳烧": "/food/蟹黄壳壳烧.png", + "冷肉拼盘": "/food/冷肉拼盘.png", + "满足沙拉": "/food/满足沙拉.png", + "咖喱虾": "/food/咖喱虾.png", + "兰巴德鱼卷": "/food/兰巴德鱼卷.png", + "紫苑云霓": "/food/紫苑云霓.png", + "马萨拉芝士球": "/food/马萨拉芝士球.png", + "庄园烤松饼": "/food/庄园烤松饼.png", + "鸡豆花": "/food/鸡豆花.png", + "绝云锅巴": "/food/绝云锅巴.png", + "干烧香鱼": "/food/干烧香鱼.png", + "黄油松茸": "/food/黄油松茸.png", + "清炒虾仁": "/food/清炒虾仁.png", + "火火肉酱面": "/food/火火肉酱面.png", + "莲花酥": "/food/莲花酥.png", + "杂菇荟萃": "/food/杂菇荟萃.png", + "大碗茶": "/food/大碗茶.png", + "提瓦特煎蛋": "/food/提瓦特煎蛋.png", + "蒙德烤鱼": "/food/蒙德烤鱼.png", + "渡来禽肉": "/food/渡来禽肉.png", + "活力喵饭": "/food/活力喵饭.png", + "炸萝卜丸子": "/food/炸萝卜丸子.png", + "奶酱鲜鱼": "/food/奶酱鲜鱼.png", + "红烩兽肉": "/food/红烩兽肉.png", + "炸肉排三明治": "/food/炸肉排三明治.png", + "蔷薇奶糊": "/food/蔷薇奶糊.png", + "北地苹果焖肉": "/food/北地苹果焖肉.png", + "鲜鱼炖萝卜": "/food/鲜鱼炖萝卜.png", + "来来菜": "/food/来来菜.png", + "米饭布丁": "/food/米饭布丁.png", + "土豆船": "/food/土豆船.png", + "大黄金吮指鸡": "/food/大黄金吮指鸡.png", + "奶香菌菇脆塔": "/food/奶香菌菇脆塔.png", + "凉拌薄荷": "/food/凉拌薄荷.png", + "冰钩钩果汁": "/food/冰钩钩果汁.png", + "轻策农家菜": "/food/轻策农家菜.png", + "北地烟熏鸡": "/food/北地烟熏鸡.png", + "兽米香香": "/food/兽米香香.png", + "若竹煮": "/food/若竹煮.png", + "腌笃鲜": "/food/腌笃鲜.png", + "绯樱饼": "/food/绯樱饼.png" + }, + "enemy": { + "至纯无相之雷": "/enemy/Boss enemies/至纯无相之雷.png", + "纯水精灵": "/enemy/Boss enemies/纯水精灵.png", + "交响诗无相之水": "/enemy/Boss enemies/交响诗无相之水.png", + "深海龙蜥之群": "/enemy/Boss enemies/深海龙蜥之群.png", + "魔偶剑鬼·孤风": "/enemy/Boss enemies/魔偶剑鬼·孤风.png", + "交响诗无相之草": "/enemy/Boss enemies/交响诗无相之草.png", + "至纯无相之岩": "/enemy/Boss enemies/至纯无相之岩.png", + "魔偶剑鬼-3": "/enemy/Boss enemies/魔偶剑鬼-3.png", + "掣电树": "/enemy/Boss enemies/掣电树.png", + "交响诗无相之冰": "/enemy/Boss enemies/交响诗无相之冰.png", + "急冻树": "/enemy/Boss enemies/急冻树.png", + "至纯无相之风": "/enemy/Boss enemies/至纯无相之风.png", + "魔偶剑鬼": "/enemy/Boss enemies/魔偶剑鬼.png", + "遗迹巨蛇": "/enemy/Boss enemies/遗迹巨蛇.png", + "爆炎树": "/enemy/Boss enemies/爆炎树.png", + "无相之岩": "/enemy/Boss enemies/无相之岩.png", + "无相之冰": "/enemy/Boss enemies/无相之冰.png", + "半永恒统辖矩阵": "/enemy/Boss enemies/半永恒统辖矩阵.png", + "无相之风": "/enemy/Boss enemies/无相之风.png", + "无相之雷": "/enemy/Boss enemies/无相之雷.png", + "无相之草": "/enemy/Boss enemies/无相之草.png", + "恒常机关阵列": "/enemy/Boss enemies/恒常机关阵列.png", + "魔偶剑鬼·霜驰": "/enemy/Boss enemies/魔偶剑鬼·霜驰.png", + "无相之水": "/enemy/Boss enemies/无相之水.png", + "交响诗无相之火": "/enemy/Boss enemies/交响诗无相之火.png", + "黄金王兽": "/enemy/Boss enemies/黄金王兽.png", + "风蚀沙虫": "/enemy/Boss enemies/风蚀沙虫.png", + "翠翎恐蕈": "/enemy/Boss enemies/翠翎恐蕈.png", + "兆载永劫龙兽": "/enemy/Boss enemies/兆载永劫龙兽.png", + "古岩龙蜥": "/enemy/Boss enemies/古岩龙蜥.png", + "雷音权现": "/enemy/Boss enemies/雷音权现.png", + "深海龙蜥群": "/enemy/Boss enemies/深海龙蜥群.png", + "无相之火": "/enemy/Boss enemies/无相之火.png", + "魔偶剑鬼·凶面": "/enemy/Boss enemies/魔偶剑鬼·凶面.png", + "跋掣": "/enemy/Other enemies/跋掣.png", + "幻形蛙·水": "/enemy/Other enemies/幻形蛙·水.png", + "太郎丸": "/enemy/Other enemies/太郎丸.png", + "幻形飞鸢·水": "/enemy/Other enemies/幻形飞鸢·水.png", + "帽子刀子狗子": "/enemy/Other enemies/帽子刀子狗子.png", + "幻形花鼠·水": "/enemy/Other enemies/幻形花鼠·水.png", + "幻形雀·水": "/enemy/Other enemies/幻形雀·水.png", + "纯水幻形1": "/enemy/Other enemies/纯水幻形1.png", + "雷电将军": "/enemy/Other enemies/雷电将军.png", + "影狼丸": "/enemy/Other enemies/影狼丸.png", + "幻形鹤·水": "/enemy/Other enemies/幻形鹤·水.png", + "寄骑武士": "/enemy/Other enemies/寄骑武士.png", + "影": "/enemy/Other enemies/影.png", + "幻形游禽·水": "/enemy/Other enemies/幻形游禽·水.png", + "幻形豕兽·水": "/enemy/Other enemies/幻形豕兽·水.png", + "魔花": "/enemy/Other enemies/魔花.png", + "幻形蟹·水": "/enemy/Other enemies/幻形蟹·水.png", + "纯水幻形2": "/enemy/Other enemies/纯水幻形2.png", + "特瓦林": "/enemy/Weekly enemies/特瓦林.png", + "祸津御建鸣神命1": "/enemy/Weekly enemies/祸津御建鸣神命1.png", + "公子3": "/enemy/Weekly enemies/公子3.png", + "祸津御建鸣神命": "/enemy/Weekly enemies/祸津御建鸣神命.png", + "公子1": "/enemy/Weekly enemies/公子1.png", + "公子2": "/enemy/Weekly enemies/公子2.png", + "若陀龙王3": "/enemy/Weekly enemies/若陀龙王3.png", + "正机之神": "/enemy/Weekly enemies/正机之神.png", + "七叶寂照秘密主1": "/enemy/Weekly enemies/七叶寂照秘密主1.png", + "若陀龙王1": "/enemy/Weekly enemies/若陀龙王1.png", + "安德留斯": "/enemy/Weekly enemies/安德留斯.png", + "祸津御建鸣神命2": "/enemy/Weekly enemies/祸津御建鸣神命2.png", + "女士1": "/enemy/Weekly enemies/女士1.png", + "七叶寂照秘密主2": "/enemy/Weekly enemies/七叶寂照秘密主2.png", + "女士2": "/enemy/Weekly enemies/女士2.png", + "若陀龙王2": "/enemy/Weekly enemies/若陀龙王2.png", + "祸津御建鸣神命3": "/enemy/Weekly enemies/祸津御建鸣神命3.png", + "遗迹机兵2": "/enemy/Elite enemies/遗迹机兵2.png", + "遗迹机兵1": "/enemy/Elite enemies/遗迹机兵1.png", + "遗迹重机": "/enemy/Elite enemies/遗迹重机.png", + "深海龙蜥·吞雷": "/enemy/Elite enemies/深海龙蜥·吞雷.png", + "嗜岩·兽境幼兽": "/enemy/Elite enemies/嗜岩·兽境幼兽.png", + "雷斧丘丘暴徒": "/enemy/Elite enemies/雷斧丘丘暴徒.png", + "圣骸赤鹫": "/enemy/Elite enemies/圣骸赤鹫.png", + "火斧丘丘暴徒": "/enemy/Elite enemies/火斧丘丘暴徒.png", + "遗迹守卫": "/enemy/Elite enemies/遗迹守卫.png", + "遗迹歼击者": "/enemy/Elite enemies/遗迹歼击者.png", + "遗迹巡弋者": "/enemy/Elite enemies/遗迹巡弋者.png", + "黯色空壳·旗令": "/enemy/Elite enemies/黯色空壳·旗令.png", + "狂风之核": "/enemy/Elite enemies/狂风之核.png", + "遗迹侦察者": "/enemy/Elite enemies/遗迹侦察者.png", + "深海龙蜥·啮冰": "/enemy/Elite enemies/深海龙蜥·啮冰.png", + "冰深渊法师": "/enemy/Elite enemies/冰深渊法师.png", + "木盾丘丘暴徒": "/enemy/Elite enemies/木盾丘丘暴徒.png", + "遗迹猎者": "/enemy/Elite enemies/遗迹猎者.png", + "深渊使徒·激流": "/enemy/Elite enemies/深渊使徒·激流.png", + "雷深渊法师": "/enemy/Elite enemies/雷深渊法师.png", + "黯色空壳·近卫": "/enemy/Elite enemies/黯色空壳·近卫.png", + "丘丘雷兜王": "/enemy/Elite enemies/丘丘雷兜王.png", + "水深渊法师": "/enemy/Elite enemies/水深渊法师.png", + "嗜岩·兽境猎犬": "/enemy/Elite enemies/嗜岩·兽境猎犬.png", + "债务处理人": "/enemy/Elite enemies/债务处理人.png", + "岩盾丘丘暴徒": "/enemy/Elite enemies/岩盾丘丘暴徒.png", + "幼岩龙蜥": "/enemy/Elite enemies/幼岩龙蜥.png", + "元能构装体·重塑仪": "/enemy/Elite enemies/元能构装体·重塑仪.png", + "嗜雷·兽境猎犬": "/enemy/Elite enemies/嗜雷·兽境猎犬.png", + "元能构装体·勘探机": "/enemy/Elite enemies/元能构装体·勘探机.png", + "岩龙蜥": "/enemy/Elite enemies/岩龙蜥.png", + "遗迹防卫者": "/enemy/Elite enemies/遗迹防卫者.png", + "嗜雷·兽境幼兽": "/enemy/Elite enemies/嗜雷·兽境幼兽.png", + "黯色空壳·破阵": "/enemy/Elite enemies/黯色空壳·破阵.png", + "遗迹龙兽": "/enemy/Elite enemies/遗迹龙兽.png", + "丘丘岩盔王": "/enemy/Elite enemies/丘丘岩盔王.png", + "冰萤术士": "/enemy/Elite enemies/冰萤术士.png", + "圣骸毒蝎": "/enemy/Elite enemies/圣骸毒蝎.png", + "深渊咏者·渊火": "/enemy/Elite enemies/深渊咏者·渊火.png", + "元能构装体·力场发生器": "/enemy/Elite enemies/元能构装体·力场发生器.png", + "雷萤术士": "/enemy/Elite enemies/雷萤术士.png", + "大雪猪王": "/enemy/Elite enemies/大雪猪王.png", + "藏镜仕女": "/enemy/Elite enemies/藏镜仕女.png", + "黑蛇骑士·斩风之剑": "/enemy/Elite enemies/黑蛇骑士·斩风之剑.png", + "火深渊法师": "/enemy/Elite enemies/火深渊法师.png", + "深渊咏者·紫电": "/enemy/Elite enemies/深渊咏者·紫电.png", + "丘丘霜铠王": "/enemy/Elite enemies/丘丘霜铠王.png", + "圣骸飞蛇": "/enemy/Elite enemies/圣骸飞蛇.png", + "冰盾丘丘暴徒": "/enemy/Elite enemies/冰盾丘丘暴徒.png", + "深海龙蜥·原种": "/enemy/Elite enemies/深海龙蜥·原种.png", + "火飘浮灵": "/enemy/Common enemies/火飘浮灵.png", + "镀金旅团·炽沙叙事人": "/enemy/Common enemies/镀金旅团·炽沙叙事人.png", + "镀金旅团·魔岩役使": "/enemy/Common enemies/镀金旅团·魔岩役使.png", + "海乱鬼·炎威": "/enemy/Common enemies/海乱鬼·炎威.png", + "电气骗骗花": "/enemy/Common enemies/电气骗骗花.png", + "镀金旅团·白日鸣雷": "/enemy/Common enemies/镀金旅团·白日鸣雷.png", + "草飘浮灵": "/enemy/Common enemies/草飘浮灵.png", + "水飘浮灵": "/enemy/Common enemies/水飘浮灵.png", + "炽焰骗骗花": "/enemy/Common enemies/炽焰骗骗花.png", + "陆行水本真蕈": "/enemy/Common enemies/陆行水本真蕈.png", + "雷锤前锋军": "/enemy/Common enemies/雷锤前锋军.png", + "旋转雷蕈兽": "/enemy/Common enemies/旋转雷蕈兽.png", + "陆行岩本真蕈": "/enemy/Common enemies/陆行岩本真蕈.png", + "浮游草蕈兽": "/enemy/Common enemies/浮游草蕈兽.png", + "镀金旅团·沙中净水": "/enemy/Common enemies/镀金旅团·沙中净水.png", + "伸缩岩蕈兽": "/enemy/Common enemies/伸缩岩蕈兽.png", + "旋转冰蕈兽": "/enemy/Common enemies/旋转冰蕈兽.png", + "浮游水蕈兽": "/enemy/Common enemies/浮游水蕈兽.png", + "冰铳重卫士": "/enemy/Common enemies/冰铳重卫士.png", + "伸缩风蕈兽": "/enemy/Common enemies/伸缩风蕈兽.png", + "岩飘浮灵": "/enemy/Common enemies/岩飘浮灵.png", + "冰霜骗骗花": "/enemy/Common enemies/冰霜骗骗花.png", + "雷飘浮灵": "/enemy/Common enemies/雷飘浮灵.png", + "岩使游击兵": "/enemy/Common enemies/岩使游击兵.png", + "冰飘浮灵": "/enemy/Common enemies/冰飘浮灵.png", + "反雷电将军训练器": "/enemy/Common enemies/反雷电将军训练器.png", + "镀金旅团·炽阳凝冰": "/enemy/Common enemies/镀金旅团·炽阳凝冰.png", + "伸缩雷蕈兽": "/enemy/Common enemies/伸缩雷蕈兽.png", + "镀金旅团·灵风猎手": "/enemy/Common enemies/镀金旅团·灵风猎手.png", + "火铳游击兵": "/enemy/Common enemies/火铳游击兵.png", + "镀金旅团·叶轮舞者": "/enemy/Common enemies/镀金旅团·叶轮舞者.png", + "浮游风蕈兽": "/enemy/Common enemies/浮游风蕈兽.png", + "风拳前锋军": "/enemy/Common enemies/风拳前锋军.png", + "伸缩火蕈兽": "/enemy/Common enemies/伸缩火蕈兽.png", + "风飘浮灵": "/enemy/Common enemies/风飘浮灵.png", + "旋转火蕈兽": "/enemy/Common enemies/旋转火蕈兽.png", + "有翼冰本真蕈": "/enemy/Common enemies/有翼冰本真蕈.png", + "水铳重卫士": "/enemy/Common enemies/水铳重卫士.png", + "有翼草本真蕈": "/enemy/Common enemies/有翼草本真蕈.png", + "海乱鬼·雷腾": "/enemy/Common enemies/海乱鬼·雷腾.png" + }, + "weapon": { + "贯虹之槊": "/weapon/长柄武器/贯虹之槊.png", + "喜多院十文字": "/weapon/长柄武器/喜多院十文字.png", + "黑岩刺枪": "/weapon/长柄武器/黑岩刺枪.png", + "护摩之杖": "/weapon/长柄武器/护摩之杖.png", + "钺矛": "/weapon/长柄武器/钺矛.png", + "匣里灭辰": "/weapon/长柄武器/匣里灭辰.png", + "赤沙之杖": "/weapon/长柄武器/赤沙之杖.png", + "息灾": "/weapon/长柄武器/息灾.png", + "龙脊长枪": "/weapon/长柄武器/龙脊长枪.png", + "试作星镰": "/weapon/长柄武器/试作星镰.png", + "断浪长鳍": "/weapon/长柄武器/断浪长鳍.png", + "风信之锋": "/weapon/长柄武器/风信之锋.png", + "宗室猎枪": "/weapon/长柄武器/宗室猎枪.png", + "和璞鸢": "/weapon/长柄武器/和璞鸢.png", + "决斗之枪": "/weapon/长柄武器/决斗之枪.png", + "黑缨枪": "/weapon/长柄武器/黑缨枪.png", + "流月针": "/weapon/长柄武器/流月针.png", + "薙草之稻光": "/weapon/长柄武器/薙草之稻光.png", + "贯月矢": "/weapon/长柄武器/贯月矢.png", + "西风长枪": "/weapon/长柄武器/西风长枪.png", + "「渔获」": "/weapon/长柄武器/「渔获」.png", + "铁尖枪": "/weapon/长柄武器/铁尖枪.png", + "白缨枪": "/weapon/长柄武器/白缨枪.png", + "天空之脊": "/weapon/长柄武器/天空之脊.png", + "千岩长枪": "/weapon/长柄武器/千岩长枪.png", + "新手长枪": "/weapon/长柄武器/新手长枪.png", + "黑岩长剑": "/weapon/单手剑/黑岩长剑.png", + "冷刃": "/weapon/单手剑/冷刃.png", + "笼钓瓶一心": "/weapon/单手剑/笼钓瓶一心.png", + "银剑": "/weapon/单手剑/银剑.png", + "铁蜂刺": "/weapon/单手剑/铁蜂刺.png", + "波乱月白经津": "/weapon/单手剑/波乱月白经津.png", + "暗巷闪光": "/weapon/单手剑/暗巷闪光.png", + "试作斩岩": "/weapon/单手剑/试作斩岩.png", + "笛剑": "/weapon/单手剑/笛剑.png", + "裁叶萃光": "/weapon/单手剑/裁叶萃光.png", + "原木刀": "/weapon/单手剑/原木刀.png", + "斫峰之刃": "/weapon/单手剑/斫峰之刃.png", + "雾切之回光": "/weapon/单手剑/雾切之回光.png", + "东花坊时雨": "/weapon/单手剑/东花坊时雨.png", + "黑剑": "/weapon/单手剑/黑剑.png", + "天空之刃": "/weapon/单手剑/天空之刃.png", + "圣显之钥": "/weapon/单手剑/圣显之钥.png", + "磐岩结绿": "/weapon/单手剑/磐岩结绿.png", + "匣里龙吟": "/weapon/单手剑/匣里龙吟.png", + "黎明神剑": "/weapon/单手剑/黎明神剑.png", + "暗铁剑": "/weapon/单手剑/暗铁剑.png", + "风鹰剑": "/weapon/单手剑/风鹰剑.png", + "无锋剑": "/weapon/单手剑/无锋剑.png", + "辰砂之纺锤": "/weapon/单手剑/辰砂之纺锤.png", + "苍古自由之誓": "/weapon/单手剑/苍古自由之誓.png", + "西福斯的月光": "/weapon/单手剑/西福斯的月光.png", + "旅行剑": "/weapon/单手剑/旅行剑.png", + "西风剑": "/weapon/单手剑/西风剑.png", + "吃虎鱼刀": "/weapon/单手剑/吃虎鱼刀.png", + "降临之剑": "/weapon/单手剑/降临之剑.png", + "飞天御剑": "/weapon/单手剑/飞天御剑.png", + "腐殖之剑": "/weapon/单手剑/腐殖之剑.png", + "天目影打刀": "/weapon/单手剑/天目影打刀.png", + "祭礼剑": "/weapon/单手剑/祭礼剑.png", + "宗室长剑": "/weapon/单手剑/宗室长剑.png", + "不灭月华": "/weapon/法器/不灭月华.png", + "流浪乐章": "/weapon/法器/流浪乐章.png", + "黑岩绯玉": "/weapon/法器/黑岩绯玉.png", + "四风原典": "/weapon/法器/四风原典.png", + "翡玉法球": "/weapon/法器/翡玉法球.png", + "口袋魔导书": "/weapon/法器/口袋魔导书.png", + "忍冬之果": "/weapon/法器/忍冬之果.png", + "暗巷的酒与诗": "/weapon/法器/暗巷的酒与诗.png", + "白辰之环": "/weapon/法器/白辰之环.png", + "神乐之真意": "/weapon/法器/神乐之真意.png", + "昭心": "/weapon/法器/昭心.png", + "甲级宝珏": "/weapon/法器/甲级宝珏.png", + "图莱杜拉的回忆": "/weapon/法器/图莱杜拉的回忆.png", + "宗室秘法录": "/weapon/法器/宗室秘法录.png", + "尘世之锁": "/weapon/法器/尘世之锁.png", + "学徒笔记": "/weapon/法器/学徒笔记.png", + "祭礼残章": "/weapon/法器/祭礼残章.png", + "流浪的晚星": "/weapon/法器/流浪的晚星.png", + "异世界行记": "/weapon/法器/异世界行记.png", + "千夜浮梦": "/weapon/法器/千夜浮梦.png", + "魔导绪论": "/weapon/法器/魔导绪论.png", + "万国诸海图谱": "/weapon/法器/万国诸海图谱.png", + "天空之卷": "/weapon/法器/天空之卷.png", + "盈满之实": "/weapon/法器/盈满之实.png", + "证誓之明瞳": "/weapon/法器/证誓之明瞳.png", + "讨龙英杰谭": "/weapon/法器/讨龙英杰谭.png", + "试作金珀": "/weapon/法器/试作金珀.png", + "西风秘典": "/weapon/法器/西风秘典.png", + "匣里日月": "/weapon/法器/匣里日月.png", + "嘟嘟可故事集": "/weapon/法器/嘟嘟可故事集.png", + "神射手之誓": "/weapon/弓/神射手之誓.png", + "破魔之弓": "/weapon/弓/破魔之弓.png", + "终末嗟叹之诗": "/weapon/弓/终末嗟叹之诗.png", + "猎人之径": "/weapon/弓/猎人之径.png", + "猎弓": "/weapon/弓/猎弓.png", + "西风猎弓": "/weapon/弓/西风猎弓.png", + "暗巷猎手": "/weapon/弓/暗巷猎手.png", + "竭泽": "/weapon/弓/竭泽.png", + "苍翠猎弓": "/weapon/弓/苍翠猎弓.png", + "落霞": "/weapon/弓/落霞.png", + "幽夜华尔兹": "/weapon/弓/幽夜华尔兹.png", + "冬极白星": "/weapon/弓/冬极白星.png", + "飞雷之弦振": "/weapon/弓/飞雷之弦振.png", + "黑岩战弓": "/weapon/弓/黑岩战弓.png", + "历练的猎弓": "/weapon/弓/历练的猎弓.png", + "曚云之月": "/weapon/弓/曚云之月.png", + "风花之颂": "/weapon/弓/风花之颂.png", + "试作澹月": "/weapon/弓/试作澹月.png", + "反曲弓": "/weapon/弓/反曲弓.png", + "王下近侍": "/weapon/弓/王下近侍.png", + "若水": "/weapon/弓/若水.png", + "信使": "/weapon/弓/信使.png", + "阿莫斯之弓": "/weapon/弓/阿莫斯之弓.png", + "掠食者": "/weapon/弓/掠食者.png", + "弹弓": "/weapon/弓/弹弓.png", + "天空之翼": "/weapon/弓/天空之翼.png", + "宗室长弓": "/weapon/弓/宗室长弓.png", + "绝弦": "/weapon/弓/绝弦.png", + "钢轮弓": "/weapon/弓/钢轮弓.png", + "弓藏": "/weapon/弓/弓藏.png", + "祭礼弓": "/weapon/弓/祭礼弓.png", + "鸦羽弓": "/weapon/弓/鸦羽弓.png", + "宗室大剑": "/weapon/双手剑/宗室大剑.png", + "松籁响起之时": "/weapon/双手剑/松籁响起之时.png", + "苇海信标": "/weapon/双手剑/苇海信标.png", + "衔珠海皇": "/weapon/双手剑/衔珠海皇.png", + "千岩古剑": "/weapon/双手剑/千岩古剑.png", + "训练大剑": "/weapon/双手剑/训练大剑.png", + "饰铁之花": "/weapon/双手剑/饰铁之花.png", + "佣兵重剑": "/weapon/双手剑/佣兵重剑.png", + "祭礼大剑": "/weapon/双手剑/祭礼大剑.png", + "钟剑": "/weapon/双手剑/钟剑.png", + "白铁大剑": "/weapon/双手剑/白铁大剑.png", + "铁影阔剑": "/weapon/双手剑/铁影阔剑.png", + "天空之傲": "/weapon/双手剑/天空之傲.png", + "无工之剑": "/weapon/双手剑/无工之剑.png", + "森林王器": "/weapon/双手剑/森林王器.png", + "玛海菈的水色": "/weapon/双手剑/玛海菈的水色.png", + "雪葬的星银": "/weapon/双手剑/雪葬的星银.png", + "以理服人": "/weapon/双手剑/以理服人.png", + "桂木斩长正": "/weapon/双手剑/桂木斩长正.png", + "白影剑": "/weapon/双手剑/白影剑.png", + "雨裁": "/weapon/双手剑/雨裁.png", + "试作古华": "/weapon/双手剑/试作古华.png", + "螭骨剑": "/weapon/双手剑/螭骨剑.png", + "赤角石溃杵": "/weapon/双手剑/赤角石溃杵.png", + "黑岩斩刀": "/weapon/双手剑/黑岩斩刀.png", + "西风大剑": "/weapon/双手剑/西风大剑.png", + "沐浴龙血的剑": "/weapon/双手剑/沐浴龙血的剑.png", + "飞天大御剑": "/weapon/双手剑/飞天大御剑.png", + "狼的末路": "/weapon/双手剑/狼的末路.png", + "恶王丸": "/weapon/双手剑/恶王丸.png" + }, + "effect": { + "迟滞之水": "/effect/地脉异常/迟滞之水.png", + "嗜能之雷": "/effect/地脉异常/嗜能之雷.png", + "凝结之冰": "/effect/地脉异常/凝结之冰.png", + "热诚之火": "/effect/元素共鸣/热诚之火.png", + "蔓生之草": "/effect/元素共鸣/蔓生之草.png", + "迅捷之风": "/effect/元素共鸣/迅捷之风.png", + "交织之护": "/effect/元素共鸣/交织之护.png", + "愈疗之水": "/effect/元素共鸣/愈疗之水.png", + "坚定之岩": "/effect/元素共鸣/坚定之岩.png", + "粉碎之冰": "/effect/元素共鸣/粉碎之冰.png", + "强能之雷": "/effect/元素共鸣/强能之雷.png" + }, + "artifact": { + "战狂": "/artifact/战狂.png", + "昔日宗室之仪": "/artifact/昔日宗室之仪.png", + "流放者": "/artifact/流放者.png", + "守护之心": "/artifact/守护之心.png", + "祭火之人": "/artifact/祭火之人.png", + "华馆梦醒形骸记": "/artifact/华馆梦醒形骸记.png", + "祭雷之人": "/artifact/祭雷之人.png", + "沉沦之心": "/artifact/沉沦之心.png", + "流浪大地的乐团": "/artifact/流浪大地的乐团.png", + "冒险家": "/artifact/冒险家.png", + "平息鸣雷的尊者": "/artifact/平息鸣雷的尊者.png", + "悠古的磐岩": "/artifact/悠古的磐岩.png", + "游医": "/artifact/游医.png", + "染血的骑士道": "/artifact/染血的骑士道.png", + "被怜爱的少女": "/artifact/被怜爱的少女.png", + "角斗士的终幕礼": "/artifact/角斗士的终幕礼.png", + "赌徒": "/artifact/赌徒.png", + "辰砂往生录": "/artifact/辰砂往生录.png", + "祭水之人": "/artifact/祭水之人.png", + "学士": "/artifact/学士.png", + "渡过烈火的贤人": "/artifact/渡过烈火的贤人.png", + "教官": "/artifact/教官.png", + "炽烈的炎之魔女": "/artifact/炽烈的炎之魔女.png", + "苍白之火": "/artifact/苍白之火.png", + "奇迹": "/artifact/奇迹.png", + "翠绿之影": "/artifact/翠绿之影.png", + "逆飞的流星": "/artifact/逆飞的流星.png", + "武人": "/artifact/武人.png", + "千岩牢固": "/artifact/千岩牢固.png", + "祭冰之人": "/artifact/祭冰之人.png", + "海染砗磲": "/artifact/海染砗磲.png", + "沙上楼阁史话": "/artifact/沙上楼阁史话.png", + "冰风迷途的勇士": "/artifact/冰风迷途的勇士.png", + "来歆余响": "/artifact/来歆余响.png", + "追忆之注连": "/artifact/追忆之注连.png", + "乐园遗落之花": "/artifact/乐园遗落之花.png", + "勇士之心": "/artifact/勇士之心.png", + "如雷的盛怒": "/artifact/如雷的盛怒.png", + "幸运儿": "/artifact/幸运儿.png", + "行者之心": "/artifact/行者之心.png", + "绝缘之旗印": "/artifact/绝缘之旗印.png", + "饰金之梦": "/artifact/饰金之梦.png", + "深林的记忆": "/artifact/深林的记忆.png" + }, + "specialty": { + "晶化骨髓": "/specialty/晶化骨髓.png", + "石珀": "/specialty/石珀.png", + "夜泊石": "/specialty/夜泊石.png", + "绯樱绣球": "/specialty/绯樱绣球.png", + "鸣草": "/specialty/鸣草.png", + "琉璃袋": "/specialty/琉璃袋.png", + "小灯草": "/specialty/小灯草.png", + "血斛": "/specialty/血斛.png", + "慕风蘑菇": "/specialty/慕风蘑菇.png", + "星螺": "/specialty/星螺.png", + "风车菊": "/specialty/风车菊.png", + "清心": "/specialty/清心.png", + "琉璃百合": "/specialty/琉璃百合.png", + "海灵芝": "/specialty/海灵芝.png", + "落落莓": "/specialty/落落莓.png", + "圣金虫": "/specialty/圣金虫.png", + "幽灯蕈": "/specialty/幽灯蕈.png", + "月莲": "/specialty/月莲.png", + "树王圣体菇": "/specialty/树王圣体菇.png", + "塞西莉亚花": "/specialty/塞西莉亚花.png", + "赤念果": "/specialty/赤念果.png", + "天云草实": "/specialty/天云草实.png", + "劫波莲": "/specialty/劫波莲.png", + "蒲公英籽": "/specialty/蒲公英籽.png", + "霓裳花": "/specialty/霓裳花.png", + "珊瑚真珠": "/specialty/珊瑚真珠.png", + "鬼兜虫": "/specialty/鬼兜虫.png", + "绝云椒椒": "/specialty/绝云椒椒.png", + "钩钩果": "/specialty/钩钩果.png", + "嘟嘟莲": "/specialty/嘟嘟莲.png", + "沙脂蛹": "/specialty/沙脂蛹.png", + "帕蒂沙兰": "/specialty/帕蒂沙兰.png" + }, + "material for role": { + "妮露": "/material for role/妮露.png", + "辛焱": "/material for role/辛焱.png", + "诺艾尔": "/material for role/诺艾尔.png", + "申鹤": "/material for role/申鹤.png", + "夜兰": "/material for role/夜兰.png", + "罗莎莉亚": "/material for role/罗莎莉亚.png", + "行秋": "/material for role/行秋.png", + "琴": "/material for role/琴.png", + "魈": "/material for role/魈.png", + "纳西妲": "/material for role/纳西妲.png", + "凯亚": "/material for role/凯亚.png", + "刻晴": "/material for role/刻晴.png", + "达达利亚": "/material for role/达达利亚.png", + "凝光": "/material for role/凝光.png", + "雷泽": "/material for role/雷泽.png", + "珊瑚宫心海": "/material for role/珊瑚宫心海.png", + "瑶瑶": "/material for role/瑶瑶.png", + "雷电将军": "/material for role/雷电将军.png", + "迪希雅": "/material for role/迪希雅.png", + "优菈": "/material for role/优菈.png", + "艾尔海森": "/material for role/艾尔海森.png", + "香菱": "/material for role/香菱.png", + "九条裟罗": "/material for role/九条裟罗.png", + "安柏": "/material for role/安柏.png", + "迪卢克": "/material for role/迪卢克.png", + "胡桃": "/material for role/胡桃.png", + "七七": "/material for role/七七.png", + "迪奥娜": "/material for role/迪奥娜.png", + "五郎": "/material for role/五郎.png", + "米卡": "/material for role/米卡.png", + "神里绫人": "/material for role/神里绫人.png", + "甘雨": "/material for role/甘雨.png", + "芭芭拉": "/material for role/芭芭拉.png", + "砂糖": "/material for role/砂糖.png", + "提纳里": "/material for role/提纳里.png", + "八重神子": "/material for role/八重神子.png", + "柯莱": "/material for role/柯莱.png", + "托马": "/material for role/托马.png", + "丽莎": "/material for role/丽莎.png", + "宵宫": "/material for role/宵宫.png", + "珐露珊": "/material for role/珐露珊.png", + "可莉": "/material for role/可莉.png", + "阿贝多": "/material for role/阿贝多.png", + "赛诺": "/material for role/赛诺.png", + "烟绯": "/material for role/烟绯.png", + "枫原万叶": "/material for role/枫原万叶.png", + "莱依拉": "/material for role/莱依拉.png", + "埃洛伊": "/material for role/埃洛伊.png", + "温迪": "/material for role/温迪.png", + "神里绫华": "/material for role/神里绫华.png", + "久岐忍": "/material for role/久岐忍.png", + "流浪者": "/material for role/流浪者.png", + "班尼特": "/material for role/班尼特.png", + "坎蒂丝": "/material for role/坎蒂丝.png", + "云堇": "/material for role/云堇.png", + "荒泷一斗": "/material for role/荒泷一斗.png", + "北斗": "/material for role/北斗.png", + "钟离": "/material for role/钟离.png", + "鹿野院平藏": "/material for role/鹿野院平藏.png", + "重云": "/material for role/重云.png", + "早柚": "/material for role/早柚.png", + "莫娜": "/material for role/莫娜.png", + "菲谢尔": "/material for role/菲谢尔.png", + "多莉": "/material for role/多莉.png" + }, + "material": { + "周本": "/material/周本.png" + }, + "card": { + "诺艾尔": "/card/角色/诺艾尔.png", + "行秋": "/card/角色/行秋.png", + "琴": "/card/角色/琴.png", + "凯亚": "/card/角色/凯亚.png", + "刻晴": "/card/角色/刻晴.png", + "凝光": "/card/角色/凝光.png", + "纯水精灵·洛蒂娅": "/card/角色/纯水精灵·洛蒂娅.png", + "雷泽": "/card/角色/雷泽.png", + "火之债务处理人": "/card/角色/火之债务处理人.png", + "香菱": "/card/角色/香菱.png", + "迪卢克": "/card/角色/迪卢克.png", + "魔偶剑鬼": "/card/角色/魔偶剑鬼.png", + "迪奥娜": "/card/角色/迪奥娜.png", + "甘雨": "/card/角色/甘雨.png", + "芭芭拉": "/card/角色/芭芭拉.png", + "砂糖": "/card/角色/砂糖.png", + "柯莱": "/card/角色/柯莱.png", + "丘丘岩盔王": "/card/角色/丘丘岩盔王.png", + "宵宫": "/card/角色/宵宫.png", + "可莉": "/card/角色/可莉.png", + "赛诺": "/card/角色/赛诺.png", + "藏镜仕女": "/card/角色/藏镜仕女.png", + "翠翎恐蕈": "/card/角色/翠翎恐蕈.png", + "神里绫华": "/card/角色/神里绫华.png", + "班尼特": "/card/角色/班尼特.png", + "北斗": "/card/角色/北斗.png", + "重云": "/card/角色/重云.png", + "莫娜": "/card/角色/莫娜.png", + "菲谢尔": "/card/角色/菲谢尔.png", + "教官的帽子": "/card/装备/教官的帽子.png", + "流放者头冠": "/card/装备/流放者头冠.png", + "焦灼的魔女帽": "/card/装备/焦灼的魔女帽.png", + "冒险家头带": "/card/装备/冒险家头带.png", + "祭礼大剑": "/card/装备/祭礼大剑.png", + "酒渍船帽": "/card/装备/酒渍船帽.png", + "白铁大剑": "/card/装备/白铁大剑.png", + "幸运儿银冠": "/card/装备/幸运儿银冠.png", + "沉沦之心": "/card/装备/沉沦之心.png", + "悠古的磐岩": "/card/装备/悠古的磐岩.png", + "破冰踏雪的回音": "/card/装备/破冰踏雪的回音.png", + "祭礼残章": "/card/装备/祭礼残章.png", + "炽烈的炎之魔女": "/card/装备/炽烈的炎之魔女.png", + "风鹰剑": "/card/装备/风鹰剑.png", + "唤雷的头冠": "/card/装备/唤雷的头冠.png", + "翠绿之影": "/card/装备/翠绿之影.png", + "不动玄石之相": "/card/装备/不动玄石之相.png", + "天空之翼": "/card/装备/天空之翼.png", + "冰风迷途的勇士": "/card/装备/冰风迷途的勇士.png", + "魔导绪论": "/card/装备/魔导绪论.png", + "旅行剑": "/card/装备/旅行剑.png", + "翠绿的猎人之冠": "/card/装备/翠绿的猎人之冠.png", + "天空之卷": "/card/装备/天空之卷.png", + "白缨枪": "/card/装备/白缨枪.png", + "赌徒的耳环": "/card/装备/赌徒的耳环.png", + "游医的方巾": "/card/装备/游医的方巾.png", + "如雷的盛怒": "/card/装备/如雷的盛怒.png", + "祭礼剑": "/card/装备/祭礼剑.png", + "天空之脊": "/card/装备/天空之脊.png", + "千岩长枪": "/card/装备/千岩长枪.png", + "祭礼弓": "/card/装备/祭礼弓.png", + "狼的末路": "/card/装备/狼的末路.png", + "月桂的宝冠": "/card/装备/月桂的宝冠.png", + "深林的记忆": "/card/装备/深林的记忆.png", + "鸦羽弓": "/card/装备/鸦羽弓.png", + "蒙德土豆饼": "/card/料理/蒙德土豆饼.png", + "仙跳墙": "/card/料理/仙跳墙.png", + "甜甜花酿鸡": "/card/料理/甜甜花酿鸡.png", + "烤蘑菇披萨": "/card/料理/烤蘑菇披萨.png", + "兽肉薄荷卷": "/card/料理/兽肉薄荷卷.png", + "绝云锅巴": "/card/料理/绝云锅巴.png", + "莲花酥": "/card/料理/莲花酥.png", + "北地烟熏鸡": "/card/料理/北地烟熏鸡.png", + "交给我吧!": "/card/事件/交给我吧!.png", + "护法之誓": "/card/事件/护法之誓.png", + "送你一程": "/card/事件/送你一程.png", + "鹤归之时": "/card/事件/鹤归之时.png", + "神宝迁宫祝词": "/card/事件/神宝迁宫祝词.png", + "运筹帷幄": "/card/事件/运筹帷幄.png", + "一掷乾坤": "/card/事件/一掷乾坤.png", + "星天之兆": "/card/事件/星天之兆.png", + "换班时间": "/card/事件/换班时间.png", + "本大爷还没有输!": "/card/事件/本大爷还没有输!.png", + "快快缝补术": "/card/事件/快快缝补术.png", + "诸武精通": "/card/事件/诸武精通.png", + "最好的伙伴!": "/card/事件/最好的伙伴!.png", + "白垩之术": "/card/事件/白垩之术.png", + "深渊的呼唤": "/card/事件/深渊的呼唤.png", + "璃月港口": "/card/场地/璃月港口.png", + "西风大教堂": "/card/场地/西风大教堂.png", + "望舒客栈": "/card/场地/望舒客栈.png", + "晨曦酒庄": "/card/场地/晨曦酒庄.png", + "骑士团图书馆": "/card/场地/骑士团图书馆.png", + "群玉阁": "/card/场地/群玉阁.png", + "参量质变仪": "/card/道具/参量质变仪.png", + "便携营养袋": "/card/道具/便携营养袋.png", + "寒天宣命祝词": "/card/天赋/寒天宣命祝词.png", + "重帘留香": "/card/天赋/重帘留香.png", + "储之千日,用之一刻": "/card/天赋/储之千日,用之一刻.png", + "冒险憧憬": "/card/天赋/冒险憧憬.png", + "光辉的季节": "/card/天赋/光辉的季节.png", + "飞叶迴斜": "/card/天赋/飞叶迴斜.png", + "唯此一心": "/card/天赋/唯此一心.png", + "沉没的预言": "/card/天赋/沉没的预言.png", + "混元熵增论": "/card/天赋/混元熵增论.png", + "猫爪冰摇": "/card/天赋/猫爪冰摇.png", + "蒲公英的国土": "/card/天赋/蒲公英的国土.png", + "落羽的裁择": "/card/天赋/落羽的裁择.png", + "霹雳连霄": "/card/天赋/霹雳连霄.png", + "悉数讨回": "/card/天赋/悉数讨回.png", + "支援就交给我吧": "/card/天赋/支援就交给我吧.png", + "镜锢之笼": "/card/天赋/镜锢之笼.png", + "抵天雷罚": "/card/天赋/抵天雷罚.png", + "孢子增殖": "/card/天赋/孢子增殖.png", + "噬星魔鸦": "/card/天赋/噬星魔鸦.png", + "长野原龙势流星群": "/card/天赋/长野原龙势流星群.png", + "吐纳真定": "/card/天赋/吐纳真定.png", + "流火焦灼": "/card/天赋/流火焦灼.png", + "冷血之剑": "/card/天赋/冷血之剑.png", + "百川奔流": "/card/天赋/百川奔流.png", + "机巧神通": "/card/天赋/机巧神通.png", + "砰砰礼物": "/card/天赋/砰砰礼物.png", + "重铸:岩盔": "/card/天赋/重铸:岩盔.png", + "交叉火力": "/card/天赋/交叉火力.png", + "觉醒": "/card/天赋/觉醒.png", + "蔓生之草": "/card/共鸣/蔓生之草.png", + "交织之雷": "/card/共鸣/交织之雷.png", + "交织之草": "/card/共鸣/交织之草.png", + "迅捷之风": "/card/共鸣/迅捷之风.png", + "交织之冰": "/card/共鸣/交织之冰.png", + "愈疗之水": "/card/共鸣/愈疗之水.png", + "坚定之岩": "/card/共鸣/坚定之岩.png", + "交织之风": "/card/共鸣/交织之风.png", + "粉碎之冰": "/card/共鸣/粉碎之冰.png", + "交织之水": "/card/共鸣/交织之水.png", + "交织之岩": "/card/共鸣/交织之岩.png", + "强能之雷": "/card/共鸣/强能之雷.png", + "热诚之火": "/card/共鸣/热诚之火.png", + "交织之火": "/card/共鸣/交织之火.png", + "蒂玛乌斯": "/card/伙伴/蒂玛乌斯.png", + "常九爷": "/card/伙伴/常九爷.png", + "阿圆": "/card/伙伴/阿圆.png", + "立本": "/card/伙伴/立本.png", + "提米": "/card/伙伴/提米.png", + "派蒙": "/card/伙伴/派蒙.png", + "卯师傅": "/card/伙伴/卯师傅.png", + "瓦格纳": "/card/伙伴/瓦格纳.png", + "田铁嘴": "/card/伙伴/田铁嘴.png", + "艾琳": "/card/伙伴/艾琳.png", + "凯瑟琳": "/card/伙伴/凯瑟琳.png", + "刘苏": "/card/伙伴/刘苏.png" + } +} \ No newline at end of file diff --git a/plugin/kokomi/data/json/sywname_list.json b/plugin/kokomi/data/json/sywname_list.json new file mode 100644 index 0000000000..fa8b5e9dfb --- /dev/null +++ b/plugin/kokomi/data/json/sywname_list.json @@ -0,0 +1,1224 @@ +{ + "n400003": { + "id": "n400003", + "name": "行者之心", + "sets": { + "1": { + "id": "n51440", + "name": "故人之心" + }, + "2": { + "id": "n51420", + "name": "归乡之羽" + }, + "3": { + "id": "n51450", + "name": "逐光之石" + }, + "4": { + "id": "n51410", + "name": "异国之盏" + }, + "5": { + "id": "n51430", + "name": "感别之冠" + } + }, + "effect": { + "2": "攻击力提高18%。", + "4": "重击的暴击率提升30%。" + } + }, + "n400008": { + "id": "n400008", + "name": "勇士之心", + "sets": { + "1": { + "id": "n52440", + "name": "勇士的勋章" + }, + "2": { + "id": "n52420", + "name": "勇士的期许" + }, + "3": { + "id": "n52450", + "name": "勇士的坚毅" + }, + "4": { + "id": "n52410", + "name": "勇士的壮行" + }, + "5": { + "id": "n52430", + "name": "勇士的冠冕" + } + }, + "effect": { + "2": "攻击力提高18%。", + "4": "对生命值高于50%的敌人,造成的伤害增加30%。" + } + }, + "n400013": { + "id": "n400013", + "name": "守护之心", + "sets": { + "1": { + "id": "n53440", + "name": "守护之花" + }, + "2": { + "id": "n53420", + "name": "守护徽印" + }, + "3": { + "id": "n53450", + "name": "守护座钟" + }, + "4": { + "id": "n53410", + "name": "守护之皿" + }, + "5": { + "id": "n53430", + "name": "守护束带" + } + }, + "effect": { + "2": "防御力提高30%。", + "4": "队伍里每有不同一种元素类型的自己的角色,自身获得30%相应的元素抗性。" + } + }, + "n400018": { + "id": "n400018", + "name": "奇迹", + "sets": { + "1": { + "id": "n54440", + "name": "奇迹之花" + }, + "2": { + "id": "n54420", + "name": "奇迹之羽" + }, + "3": { + "id": "n54450", + "name": "奇迹之沙" + }, + "4": { + "id": "n54410", + "name": "奇迹之杯" + }, + "5": { + "id": "n54430", + "name": "奇迹耳坠" + } + }, + "effect": { + "2": "所有元素抗性提高20%。", + "4": "受到某个元素类型的伤害后,相应的抗性提升30%,持续10秒。该效果每10秒只能触发一次。" + } + }, + "n400023": { + "id": "n400023", + "name": "战狂", + "sets": { + "1": { + "id": "n55440", + "name": "战狂的蔷薇" + }, + "2": { + "id": "n55420", + "name": "战狂的翎羽" + }, + "3": { + "id": "n55450", + "name": "战狂的时计" + }, + "4": { + "id": "n55410", + "name": "战狂的骨杯" + }, + "5": { + "id": "n55430", + "name": "战狂的鬼面" + } + }, + "effect": { + "2": "暴击率提高12%。", + "4": "生命值低于70%时,暴击率额外提升24%。" + } + }, + "n400028": { + "id": "n400028", + "name": "武人", + "sets": { + "1": { + "id": "n56440", + "name": "武人的红花" + }, + "2": { + "id": "n56420", + "name": "武人的羽饰" + }, + "3": { + "id": "n56450", + "name": "武人的水漏" + }, + "4": { + "id": "n56410", + "name": "武人的酒杯" + }, + "5": { + "id": "n56430", + "name": "武人的头巾" + } + }, + "effect": { + "2": "普通攻击与重击造成的伤害提高15%;", + "4": "施放元素战技后的8秒内,普通攻击和重击造成的伤害提升25%。" + } + }, + "n400033": { + "id": "n400033", + "name": "教官", + "sets": { + "1": { + "id": "n57440", + "name": "教官的胸花" + }, + "2": { + "id": "n57420", + "name": "教官的羽饰" + }, + "3": { + "id": "n57450", + "name": "教官的怀表" + }, + "4": { + "id": "n57410", + "name": "教官的茶杯" + }, + "5": { + "id": "n57430", + "name": "教官的帽子" + } + }, + "effect": { + "2": "元素精通提高80点。", + "4": "触发元素反应后,队伍中所有角色的元素精通提高120点,持续8秒。" + } + }, + "n400038": { + "id": "n400038", + "name": "赌徒", + "sets": { + "1": { + "id": "n58440", + "name": "赌徒的胸花" + }, + "2": { + "id": "n58420", + "name": "赌徒的羽饰" + }, + "3": { + "id": "n58450", + "name": "赌徒的怀表" + }, + "4": { + "id": "n58410", + "name": "赌徒的骰盅" + }, + "5": { + "id": "n58430", + "name": "赌徒的耳环" + } + }, + "effect": { + "2": "元素战技造成的伤害提升20%。", + "4": "击败敌人时,有100%概率清除元素战技的冷却时间。该效果每15秒至多触发一次。" + } + }, + "n400043": { + "id": "n400043", + "name": "流放者", + "sets": { + "1": { + "id": "n59440", + "name": "流放者之花" + }, + "2": { + "id": "n59420", + "name": "流放者之羽" + }, + "3": { + "id": "n59450", + "name": "流放者怀表" + }, + "4": { + "id": "n59410", + "name": "流放者之杯" + }, + "5": { + "id": "n59430", + "name": "流放者头冠" + } + }, + "effect": { + "2": "元素充能效率提高20%。", + "4": "施放元素爆发后,每2秒为队伍中所有角色(不包括自己)恢复2点元素能量。该效果持续6秒,无法叠加。" + } + }, + "n400047": { + "id": "n400047", + "name": "冒险家", + "sets": { + "1": { + "id": "n60340", + "name": "冒险家之花" + }, + "2": { + "id": "n60320", + "name": "冒险家尾羽" + }, + "3": { + "id": "n60350", + "name": "冒险家怀表" + }, + "4": { + "id": "n60310", + "name": "冒险家金杯" + }, + "5": { + "id": "n60330", + "name": "冒险家头带" + } + }, + "effect": { + "2": "生命值上限提高1000点。", + "4": "开启各类宝箱后的5秒内,持续恢复30%生命值。" + } + }, + "n400052": { + "id": "n400052", + "name": "幸运儿", + "sets": { + "1": { + "id": "n61340", + "name": "幸运儿绿花" + }, + "2": { + "id": "n61320", + "name": "幸运儿鹰羽" + }, + "3": { + "id": "n61350", + "name": "幸运儿沙漏" + }, + "4": { + "id": "n61310", + "name": "幸运儿之杯" + }, + "5": { + "id": "n61330", + "name": "幸运儿银冠" + } + }, + "effect": { + "2": "防御力提高100点。", + "4": "拾取摩拉时,恢复300点生命值。" + } + }, + "n400058": { + "id": "n400058", + "name": "学士", + "sets": { + "1": { + "id": "n62440", + "name": "学士的书签" + }, + "2": { + "id": "n62420", + "name": "学士的羽笔" + }, + "3": { + "id": "n62450", + "name": "学士的时钟" + }, + "4": { + "id": "n62410", + "name": "学士的墨杯" + }, + "5": { + "id": "n62430", + "name": "学士的镜片" + } + }, + "effect": { + "2": "元素充能效率提高20%。", + "4": "获得元素微粒或元素晶球时,队伍中所有弓箭和法器角色额外恢复3点元素能量。该效果每3秒只能触发一次。" + } + }, + "n400062": { + "id": "n400062", + "name": "游医", + "sets": { + "1": { + "id": "n63340", + "name": "游医的银莲" + }, + "2": { + "id": "n63320", + "name": "游医的枭羽" + }, + "3": { + "id": "n63350", + "name": "游医的怀钟" + }, + "4": { + "id": "n63310", + "name": "游医的药壶" + }, + "5": { + "id": "n63330", + "name": "游医的方巾" + } + }, + "effect": { + "2": "角色受到的治疗效果提高20%。", + "4": "施放元素爆发时,恢复20%生命值。" + } + }, + "n400069": { + "id": "n400069", + "name": "冰风迷途的勇士", + "sets": { + "1": { + "id": "n71540", + "name": "历经风雪的思念" + }, + "2": { + "id": "n71520", + "name": "摧冰而行的执望" + }, + "3": { + "id": "n71550", + "name": "冰雪故园的终期" + }, + "4": { + "id": "n71510", + "name": "遍结寒霜的傲骨" + }, + "5": { + "id": "n71530", + "name": "破冰踏雪的回音" + } + }, + "effect": { + "2": "获得15%冰元素伤害加成。", + "4": "攻击处于冰元素影响下的敌人时,暴击率提高20%;若敌人处于冻结状态下,则暴击率额外提高20%。" + } + }, + "n400074": { + "id": "n400074", + "name": "平息鸣雷的尊者", + "sets": { + "1": { + "id": "n72540", + "name": "平雷之心" + }, + "2": { + "id": "n72520", + "name": "平雷之羽" + }, + "3": { + "id": "n72550", + "name": "平雷之刻" + }, + "4": { + "id": "n72510", + "name": "平雷之器" + }, + "5": { + "id": "n72530", + "name": "平雷之冠" + } + }, + "effect": { + "2": "雷元素抗性提高40%。", + "4": "对处于雷元素影响下的敌人造成的伤害提升35%。" + } + }, + "n400079": { + "id": "n400079", + "name": "渡过烈火的贤人", + "sets": { + "1": { + "id": "n73540", + "name": "渡火者的决绝" + }, + "2": { + "id": "n73520", + "name": "渡火者的解脱" + }, + "3": { + "id": "n73550", + "name": "渡火者的煎熬" + }, + "4": { + "id": "n73510", + "name": "渡火者的醒悟" + }, + "5": { + "id": "n73530", + "name": "渡火者的智慧" + } + }, + "effect": { + "2": "火元素抗性提高40%。", + "4": "对处于火元素影响下的敌人造成的伤害提升35%。" + } + }, + "n400084": { + "id": "n400084", + "name": "被怜爱的少女", + "sets": { + "1": { + "id": "n74540", + "name": "远方的少女之心" + }, + "2": { + "id": "n74520", + "name": "少女飘摇的思念" + }, + "3": { + "id": "n74550", + "name": "少女苦短的良辰" + }, + "4": { + "id": "n74510", + "name": "少女片刻的闲暇" + }, + "5": { + "id": "n74530", + "name": "少女易逝的芳颜" + } + }, + "effect": { + "2": "角色造成的治疗效果提升15%。", + "4": "施放元素战技或元素爆发后的10秒内,队伍中所有角色受治疗效果加成提高20%。" + } + }, + "n400089": { + "id": "n400089", + "name": "角斗士的终幕礼", + "sets": { + "1": { + "id": "n75540", + "name": "角斗士的留恋" + }, + "2": { + "id": "n75520", + "name": "角斗士的归宿" + }, + "3": { + "id": "n75550", + "name": "角斗士的希冀" + }, + "4": { + "id": "n75510", + "name": "角斗士的酣醉" + }, + "5": { + "id": "n75530", + "name": "角斗士的凯旋" + } + }, + "effect": { + "2": "攻击力提高18%。", + "4": "装备该圣遗物套装的角色为单手剑、双手剑、长柄武器角色时,角色普通攻击造成的伤害提高35%。" + } + }, + "n400094": { + "id": "n400094", + "name": "翠绿之影", + "sets": { + "1": { + "id": "n76540", + "name": "野花记忆的绿野" + }, + "2": { + "id": "n76520", + "name": "猎人青翠的箭羽" + }, + "3": { + "id": "n76550", + "name": "翠绿猎人的笃定" + }, + "4": { + "id": "n76510", + "name": "翠绿猎人的容器" + }, + "5": { + "id": "n76530", + "name": "翠绿的猎人之冠" + } + }, + "effect": { + "2": "获得15%风元素伤害加成。", + "4": "扩散反应造成的伤害提升60%。根据扩散的元素类型,降低受到影响的敌人40%的对应元素抗性,持续10秒。" + } + }, + "n400099": { + "id": "n400099", + "name": "流浪大地的乐团", + "sets": { + "1": { + "id": "n77540", + "name": "乐团的晨光" + }, + "2": { + "id": "n77520", + "name": "琴师的箭羽" + }, + "3": { + "id": "n77550", + "name": "终幕的时计" + }, + "4": { + "id": "n77510", + "name": "吟游者之壶" + }, + "5": { + "id": "n77530", + "name": "指挥的礼帽" + } + }, + "effect": { + "2": "元素精通提高80点。", + "4": "装备该圣遗物套装的角色为法器、弓箭角色时,角色重击造成的伤害提高35%。" + } + }, + "n400109": { + "id": "n400109", + "name": "如雷的盛怒", + "sets": { + "1": { + "id": "n79540", + "name": "雷鸟的怜悯" + }, + "2": { + "id": "n79520", + "name": "雷灾的孑遗" + }, + "3": { + "id": "n79550", + "name": "雷霆的时计" + }, + "4": { + "id": "n79510", + "name": "降雷的凶兆" + }, + "5": { + "id": "n79530", + "name": "唤雷的头冠" + } + }, + "effect": { + "2": "获得15%雷元素伤害加成。", + "4": "超载、感电、超导、超绽放反应造成的伤害提升40%,超激化反应带来的伤害提升提高20%。触发上述元素反应或原激化反应时,元素战技冷却时间减少1秒。该效果每0.8秒最多触发一次。" + } + }, + "n400114": { + "id": "n400114", + "name": "炽烈的炎之魔女", + "sets": { + "1": { + "id": "n80540", + "name": "魔女的炎之花" + }, + "2": { + "id": "n80520", + "name": "魔女常燃之羽" + }, + "3": { + "id": "n80550", + "name": "魔女破灭之时" + }, + "4": { + "id": "n80510", + "name": "魔女的心之火" + }, + "5": { + "id": "n80530", + "name": "焦灼的魔女帽" + } + }, + "effect": { + "2": "获得15%火元素伤害加成。", + "4": "超载、燃烧、烈绽放反应造成的伤害提升40%,蒸发、融化反应的加成系数提高15%。施放元素战技后的10秒内,2件套的效果提高50%,该效果最多叠加3次。" + } + }, + "n400119": { + "id": "n400119", + "name": "昔日宗室之仪", + "sets": { + "1": { + "id": "n81540", + "name": "宗室之花" + }, + "2": { + "id": "n81520", + "name": "宗室之翎" + }, + "3": { + "id": "n81550", + "name": "宗室时计" + }, + "4": { + "id": "n81510", + "name": "宗室银瓮" + }, + "5": { + "id": "n81530", + "name": "宗室面具" + } + }, + "effect": { + "2": "元素爆发造成的伤害提升20%。", + "4": "施放元素爆发后,队伍中所有角色攻击力提升20%,持续12秒。该效果不可叠加。" + } + }, + "n400124": { + "id": "n400124", + "name": "染血的骑士道", + "sets": { + "1": { + "id": "n82540", + "name": "染血的铁之心" + }, + "2": { + "id": "n82520", + "name": "染血的黑之羽" + }, + "3": { + "id": "n82550", + "name": "骑士染血之时" + }, + "4": { + "id": "n82510", + "name": "染血骑士之杯" + }, + "5": { + "id": "n82530", + "name": "染血的铁假面" + } + }, + "effect": { + "2": "造成的物理伤害提高25%。", + "4": "击败敌人后的10秒内,施放重击时不消耗体力,且重击造成的伤害提升50%。" + } + }, + "n400128": { + "id": "n400128", + "name": "祭火之人", + "sets": { + "5": { + "id": "n83430", + "name": "祭火礼冠" + } + }, + "effect": { + "1": "受到的火元素附着效果的持续时间减少40%。" + } + }, + "n400133": { + "id": "n400133", + "name": "祭水之人", + "sets": { + "5": { + "id": "n84430", + "name": "祭水礼冠" + } + }, + "effect": { + "1": "受到的水元素附着效果的持续时间减少40%。" + } + }, + "n400138": { + "id": "n400138", + "name": "祭雷之人", + "sets": { + "5": { + "id": "n85430", + "name": "祭雷礼冠" + } + }, + "effect": { + "1": "受到的雷元素附着效果的持续时间减少40%。" + } + }, + "n400148": { + "id": "n400148", + "name": "祭冰之人", + "sets": { + "5": { + "id": "n87430", + "name": "祭冰礼冠" + } + }, + "effect": { + "1": "受到的冰元素附着效果的持续时间减少40%。" + } + }, + "n400154": { + "id": "n400154", + "name": "悠古的磐岩", + "sets": { + "1": { + "id": "n88540", + "name": "磐陀裂生之花" + }, + "2": { + "id": "n88520", + "name": "嵯峨群峰之翼" + }, + "3": { + "id": "n88550", + "name": "星罗圭璧之晷" + }, + "4": { + "id": "n88510", + "name": "巉岩琢塑之樽" + }, + "5": { + "id": "n88530", + "name": "不动玄石之相" + } + }, + "effect": { + "2": "获得15%岩元素伤害加成。", + "4": "获得结晶反应形成的晶片时,队伍中所有角色获得35%对应元素伤害加成,持续10秒。同时只能通过该效果获得一种元素伤害加成。" + } + }, + "n400159": { + "id": "n400159", + "name": "逆飞的流星", + "sets": { + "1": { + "id": "n89540", + "name": "夏祭之花" + }, + "2": { + "id": "n89520", + "name": "夏祭终末" + }, + "3": { + "id": "n89550", + "name": "夏祭之刻" + }, + "4": { + "id": "n89510", + "name": "夏祭水玉" + }, + "5": { + "id": "n89530", + "name": "夏祭之面" + } + }, + "effect": { + "2": "护盾强效提高35%。", + "4": "处于护盾庇护下时,额外获得40%普通攻击和重击伤害加成。" + } + }, + "n400164": { + "id": "n400164", + "name": "沉沦之心", + "sets": { + "1": { + "id": "n90540", + "name": "饰金胸花" + }, + "2": { + "id": "n90520", + "name": "追忆之风" + }, + "3": { + "id": "n90550", + "name": "坚铜罗盘" + }, + "4": { + "id": "n90510", + "name": "沉波之盏" + }, + "5": { + "id": "n90530", + "name": "酒渍船帽" + } + }, + "effect": { + "2": "获得15%水元素伤害加成。", + "4": "施放元素战技后的15秒内,普通攻击与重击造成的伤害提高30%。" + } + }, + "n400169": { + "id": "n400169", + "name": "千岩牢固", + "sets": { + "1": { + "id": "n91540", + "name": "勋绩之花" + }, + "2": { + "id": "n91520", + "name": "昭武翎羽" + }, + "3": { + "id": "n91550", + "name": "金铜时晷" + }, + "4": { + "id": "n91510", + "name": "盟誓金爵" + }, + "5": { + "id": "n91530", + "name": "将帅兜鍪" + } + }, + "effect": { + "2": "生命值提升20%", + "4": "元素战技命中敌人后,使队伍中附近的所有角色攻击力提升20%,护盾强效提升30%,持续3秒。该效果每0.5秒至多触发一次。装备此圣遗物套装的角色处于队伍后台时,依然能触发该效果。" + } + }, + "n400174": { + "id": "n400174", + "name": "苍白之火", + "sets": { + "1": { + "id": "n92540", + "name": "无垢之花" + }, + "2": { + "id": "n92520", + "name": "贤医之羽" + }, + "3": { + "id": "n92550", + "name": "停摆之刻" + }, + "4": { + "id": "n92510", + "name": "超越之盏" + }, + "5": { + "id": "n92530", + "name": "嗤笑之面" + } + }, + "effect": { + "2": "造成的物理伤害提高25%。", + "4": "元素战技命中敌人后,攻击力提升9%。该效果持续7秒,至多叠加2层,每0.3秒至多触发一次。叠满2层时,2件套的效果提升100%。" + } + }, + "n400179": { + "id": "n400179", + "name": "追忆之注连", + "sets": { + "1": { + "id": "n93543", + "name": "羁缠之花" + }, + "2": { + "id": "n93523", + "name": "思忆之矢" + }, + "3": { + "id": "n93553", + "name": "朝露之时" + }, + "4": { + "id": "n93513", + "name": "祈望之心" + }, + "5": { + "id": "n93533", + "name": "无常之面" + } + }, + "effect": { + "2": "攻击力提高18%。", + "4": "施放元素战技时,如果角色的元素能量高于或等于15点,则会流失15点元素能量,使接下来的10秒内,普通攻击、重击、下落攻击造成的伤害提高50%,持续期间内该效果不会再次触发。" + } + }, + "n400184": { + "id": "n400184", + "name": "绝缘之旗印", + "sets": { + "1": { + "id": "n94543", + "name": "明威之镡" + }, + "2": { + "id": "n94523", + "name": "切落之羽" + }, + "3": { + "id": "n94553", + "name": "雷云之笼" + }, + "4": { + "id": "n94513", + "name": "绯花之壶" + }, + "5": { + "id": "n94533", + "name": "华饰之兜" + } + }, + "effect": { + "2": "元素充能效率提高20%。", + "4": "基于元素充能效率的25%,提高元素爆发造成的伤害。至多通过这种方式获得75%提升。" + } + }, + "n400189": { + "id": "n400189", + "name": "华馆梦醒形骸记", + "sets": { + "1": { + "id": "n95543", + "name": "荣花之期" + }, + "2": { + "id": "n95523", + "name": "华馆之羽" + }, + "3": { + "id": "n95553", + "name": "众生之谣" + }, + "4": { + "id": "n95513", + "name": "梦醒之瓢" + }, + "5": { + "id": "n95533", + "name": "形骸之笠" + } + }, + "effect": { + "2": "防御力提高30%。", + "4": "装备此圣遗物套装的角色在以下情况下,将获得「问答」效果:在场上用岩元素攻击命中敌人后获得一层,每0.3秒至多触发一次;在队伍后台中,每3秒获得一层。问答至多叠加4层,每层能提供6%防御力与6%岩元素伤害加成。每6秒,若未获得问答效果,将损失一层。" + } + }, + "n400194": { + "id": "n400194", + "name": "海染砗磲", + "sets": { + "1": { + "id": "n96543", + "name": "海染之花" + }, + "2": { + "id": "n96523", + "name": "渊宫之羽" + }, + "3": { + "id": "n96553", + "name": "离别之贝" + }, + "4": { + "id": "n96513", + "name": "真珠之笼" + }, + "5": { + "id": "n96533", + "name": "海祇之冠" + } + }, + "effect": { + "2": "治疗加成提高15%。", + "4": "装备此圣遗物套装的角色对队伍中的角色进行治疗时,将产生持续3秒的海染泡沫,记录治疗的生命值回复量(包括溢出值)。持续时间结束时,海染泡沫将会爆炸,对周围的敌人造成90%累计回复量的伤害(该伤害结算方式同感电、超导等元素反应,但不受元素精通、等级或反应伤害加成效果影响)。每3.5秒至多产生一个海染泡沫;海染泡沫至多记录30000点回复量,含溢出部分的治疗量;自己的队伍中同时至多存在一个海染泡沫。装备此圣遗物套装的角色处于队伍后台时,依然能触发该效果。" + } + }, + "n400199": { + "id": "n400199", + "name": "辰砂往生录", + "sets": { + "1": { + "id": "n97543", + "name": "生灵之华" + }, + "2": { + "id": "n97523", + "name": "潜光片羽" + }, + "3": { + "id": "n97553", + "name": "阳辔之遗" + }, + "4": { + "id": "n97513", + "name": "结契之刻" + }, + "5": { + "id": "n97533", + "name": "虺雷之姿" + } + }, + "effect": { + "2": "攻击力提高18%。", + "4": "施放元素爆发后,将产生持续16秒的「潜光」效果:攻击力提升8%;并在角色的生命值降低时,攻击力进一步提升10%,至多通过这种方式提升4次,每0.8秒至多触发一次。「潜光」效果将在角色退场时消失;持续期间再次施放元素爆发,将移除原有的「潜光」。" + } + }, + "n400204": { + "id": "n400204", + "name": "来歆余响", + "sets": { + "1": { + "id": "n98543", + "name": "魂香之花" + }, + "2": { + "id": "n98523", + "name": "垂玉之叶" + }, + "3": { + "id": "n98553", + "name": "祝祀之凭" + }, + "4": { + "id": "n98513", + "name": "涌泉之盏" + }, + "5": { + "id": "n98533", + "name": "浮溯之珏" + } + }, + "effect": { + "2": "攻击力提高18%。", + "4": "普通攻击命中敌人时,有36%概率触发「幽谷祝祀」:普通攻击造成的伤害提高,伤害提高值为攻击力的70%,该效果将在普通攻击造成伤害后的0.05秒后清除。普通攻击未触发「幽谷祝祀」时,会使下次触发概率提升20%;0.2秒内至多判定1次触发与否。" + } + }, + "n400209": { + "id": "n400209", + "name": "深林的记忆", + "sets": { + "1": { + "id": "n20543", + "name": "迷宫的游人" + }, + "2": { + "id": "n20523", + "name": "翠蔓的智者" + }, + "3": { + "id": "n20553", + "name": "贤智的定期" + }, + "4": { + "id": "n20513", + "name": "迷误者之灯" + }, + "5": { + "id": "n20533", + "name": "月桂的宝冠" + } + }, + "effect": { + "2": "获得15%草元素伤害加成。", + "4": "元素战技或元素爆发命中敌人后,使命中目标的草元素抗性降低30%,持续8秒。装备者处于队伍后台时,依然能触发该效果。" + } + }, + "n400214": { + "id": "n400214", + "name": "饰金之梦", + "sets": { + "1": { + "id": "n21543", + "name": "梦中的铁花" + }, + "2": { + "id": "n21523", + "name": "裁断的翎羽" + }, + "3": { + "id": "n21553", + "name": "沉金的岁月" + }, + "4": { + "id": "n21513", + "name": "如蜜的终宴" + }, + "5": { + "id": "n21533", + "name": "沙王的投影" + } + }, + "effect": { + "2": "元素精通提高80点。", + "4": "触发元素反应后的8秒内,会根据队伍内其他角色的元素类型,使装备者获得强化:队伍中每存在1个和装备者同类元素的角色,攻击力提升14%;每存在1个和装备者不同元素类型的角色,元素精通提升50点。上述每类效果至多计算3个角色。该效果每8秒至多触发一次。装备者处于队伍后台时,依然能触发该效果。" + } + }, + "n400221": { + "id": "n400221", + "name": "沙上楼阁史话", + "sets": { + "1": { + "id": "n27543", + "name": "众王之都的开端" + }, + "2": { + "id": "n27523", + "name": "黄金邦国的结末" + }, + "3": { + "id": "n27553", + "name": "失落迷途的机芯" + }, + "4": { + "id": "n27513", + "name": "迷醉长梦的守护" + }, + "5": { + "id": "n27533", + "name": "流沙贵嗣的遗宝" + } + }, + "effect": { + "2": "获得15%风元素伤害加成。", + "4": "重击命中敌人后,该角色的普通攻击速度提升10%,普通攻击、重击与下落攻击造成的伤害提升30%,持续10秒。" + } + }, + "n400231": { + "id": "n400231", + "name": "乐园遗落之花", + "sets": { + "1": { + "id": "n28543", + "name": "月女的华彩" + }, + "2": { + "id": "n28523", + "name": "谢落的筵席" + }, + "3": { + "id": "n28553", + "name": "凝结的时刻" + }, + "4": { + "id": "n28513", + "name": "守秘的魔瓶" + }, + "5": { + "id": "n28533", + "name": "紫晶的花冠" + } + }, + "effect": { + "2": "元素精通提高80点。", + "4": "装备者绽放、超绽放、烈绽放反应造成的伤害提升50%。此外,装备者触发绽放、超绽放、烈绽放时,上述效果带来的加成提升25%,该效果持续10秒,至多叠加4次,每1秒至多触发一次。装备者处于队伍后台时依然能触发该效果。" + } + } +} \ No newline at end of file diff --git a/plugin/kokomi/data/json/wife_list.json b/plugin/kokomi/data/json/wife_list.json new file mode 100644 index 0000000000..da5c395571 --- /dev/null +++ b/plugin/kokomi/data/json/wife_list.json @@ -0,0 +1,411 @@ +{ + "10000002": [ + "神里绫华", + "绫华", + "大小姐", + "小乌龟", + "白鹭公主", + "0华", + "神里妹", + "凌华", + "神里凌华", +"神里" + ], + "10000003": [ + "琴", + "团长", + "琴团长", + "蒲公英骑士" + ], + "10000005": [ + "空", + "空哥", + "龙哥", + "哥哥" + ], + "10000006": [ + "丽莎", + "蔷薇魔女" + ], + "10000007": [ + "荧", + "荧妹", + "爷", + "妹妹", + "旅行者" + ], + "10000014": [ + "芭芭拉", + "偶像", + "内鬼", + "牧师" + ], + "10000015": [ + "凯亚", + "凝冰渡海真君", + "矿工" + ], + "10000016": [ + "迪卢克", + "卢姥爷", + "姥爷", + "老爷", + "卢锅巴", + "正义人", + "正e人", + "落魄人" + ], + "10000020": [ + "雷泽", + "物泽", + "小狼", + "狼崽", + "卢皮卡" + ], + "10000021": [ + "安柏", + "蒙德第一火弓", + "打火机", + "侦查骑士" + ], + "10000022": [ + "温迪", + "巴巴托斯", + "风神", + "芭芭脱丝", + "卖唱的", + "苹果酒", + "不干正事真君", + "吟游诗人" + ], + "10000023": [ + "香菱", + "卯师傅", + "锅巴", + "灶神", + "香师傅" + ], + "10000024": [ + "北斗", + "大姐头", + "船长", + "龙王" + ], + "10000025": [ + "行秋", + "水神", + "秋秋人", + "少爷" + ], + "10000026": [ + "魈", + "金鹏", + "夜叉", + "三眼五显仙人", + "降魔大圣", + "靖妖傩舞", + "打桩机" + ], + "10000027": [ + "凝光", + "富婆", + "天权星" + ], + "10000029": [ + "可莉", + "哒哒哒", + "炸弹人", + "火花骑士", + "嘟嘟可" + ], + "10000030": [ + "钟离", + "帝君", + "先生", + "老爷子", + "岩神", + "摩拉克斯", + "岩王爷", + "岩王帝君" + ], + "10000031": [ + "菲谢尔", + "皇女", + "奥兹", + "乌鸦", + "中二少女", + "小艾咪" + ], + "10000032": [ + "班尼特", + "班爷", + "班神", + "点赞哥", + "火神" + ], + "10000033": [ + "达达利亚", + "公子", + "愚人众", + "阿贾克斯", + "鸭鸭", + "达达鸭", + "玩具销售员" + ], + "10000034": [ + "诺艾尔", + "女仆", + "高达", + "岩王帝姬" + ], + "10000035": [ + "七七", + "77", + "僵尸", + "肚饿真君" + ], + "10000036": [ + "重云", + "冰棍" + ], + "10000037": [ + "甘雨", + "秘书", + "王小美", + "RPG", + "椰羊", + "椰奶" + ], + "10000038": [ + "阿贝多", + "炼金术士", + "花呗多" + ], + "10000039": [ + "迪奥娜", + "dio娜", + "猫猫", + "冰猫" + ], + "10000041": [ + "莫娜", + "穷b", + "占星术士", + "半部讨龙真君" + ], + "10000042": [ + "刻晴", + "刻师傅", + "阿晴", + "刻猫猫", + "牛杂师傅", + "玉衡星" + ], + "10000043": [ + "砂糖", + "眼镜娘", + "雷莹" + ], + "10000044": [ + "辛焱", + "黑妹", + "摇滚" + ], + "10000045": [ + "罗莎莉亚", + "修女", + "罗莎" + ], + "10000046": [ + "胡桃", + "whotao", + "堂主" + ], + "10000047": [ + "枫原万叶", + "万叶", + "叶天帝" + ], + "10000048": [ + "烟绯", + "罗翔", + "律师" + ], + "10000049": [ + "宵宫", + "烟花", + "霄宫", + "稻妻第一火弓" + ], + "10000050": [ + "托马", + "保姆", + "家政" + ], + "10000051": [ + "优菈", + "优拉", + "浪花骑士", + "记仇的", + "尤拉" + ], + "10000052": [ + "雷电将军", + "雷神", + "巴尔", + "雷军", + "雷电影", + "影", + "煮饭婆", + "奶香一刀" + ], + "10000053": [ + "早柚", + "忍者", + "终末番" + ], + "10000054": [ + "珊瑚宫心海", + "心海", + "军师", + "美人鱼", + "观赏鱼", + "龙王" + ], + "10000055": [ + "五郎", + "狗狗", + "修狗", + "希娜小姐" + ], + "10000056": [ + "九条裟罗", + "九条" + ], + "10000057": [ + "荒泷一斗", + "一斗", + "哈哈哈", + "斗子哥" + ], + "10000058": [ + "八重神子", + "神子", + "八重", + "狐狸", + "屑狐狸" + ], + "10000062": [ + "埃洛伊" + ], + "10000063": [ + "申鹤", + "小姨", + "小姨妈" + ], + "10000064": [ + "云堇", + "云先生", + "云瑾" + ], + "10000066": [ + "神里绫人", + "0人", + "大舅子", + "小舅子", + "绫人", + "神里哥", + "凌人", + "神里凌人" + ], + "10000060": [ + "夜兰", + "夜阑", + "叶兰" + ], + "10000065": [ + "久岐忍", + "忍者", + "阿卡丽", + "97忍", + "97人" + ], + "10000059": [ + "鹿野院平藏", + "近战法师", + "平藏", + "小鹿" + ], + "10000067": [ + "柯莱", + "科莱" + ], + "10000068": [ + "多莉", + "克隆羊", + "商人" + ], + "10000069": [ + "提纳里", + "小驴", + "小提" + ], + "10000070": [ + "妮露", + "舞女" + ], + "10000071": [ + "赛诺", + "风纪官" + ], + "10000072": [ + "坎蒂丝", + "潘森" + ], + "10000073": [ + "纳西妲", + "草神", + "艹神", + "小草王", + "小吉祥草王", + "羽毛球", + "布耶尔" + ], + "10000074": [ + "莱依拉", + "莱伊拉" + ], + "10000075": [ + "流浪者", + "散兵", + "国崩", + "大炮" + ], + "10000076": [ + "珐露珊", + "法露珊", + "珐妹", + "初音", + "miku" + ], + "10000078": [ + "艾尔海森", + "苏", + "海哥" + ], + "10000077": [ + "瑶瑶" + ], + "10000103": [ + "迪希雅" + ], + "10000105": [ + "白术" + ], + "10000079": [ + "迪希雅" + ], + "10000080": [ + "米卡" + ] +} \ No newline at end of file diff --git a/plugin/kokomi/data/json/wq.json b/plugin/kokomi/data/json/wq.json new file mode 100644 index 0000000000..f5885be307 --- /dev/null +++ b/plugin/kokomi/data/json/wq.json @@ -0,0 +1,647 @@ +{ + "磐岩结绿": [ + "磐岩结绿", + "绿箭", + "绿剑" + ], + "斫峰之刃": [ + "斫峰之刃", + "斫峰", + "盾剑" + ], + "无工之剑": [ + "无工之剑", + "蜈蚣", + "蜈蚣大剑", + "无工大剑", + "盾大剑", + "无工" + ], + "贯虹之槊": [ + "贯虹之槊", + "贯虹", + "岩枪", + "盾枪" + ], + "赤角石溃杵": [ + "赤角石溃杵", + "赤角", + "石溃杵", + "荒泷一斗专武" + ], + "尘世之锁": [ + "尘世之锁", + "尘世锁", + "尘世", + "盾书", + "锁" + ], + "终末嗟叹之诗": [ + "终末嗟叹之诗", + "终末", + "终末弓", + "叹气弓", + "乐团弓" + ], + "松籁响起之时": [ + "松籁响起之时", + "松籁", + "乐团大剑", + "松剑", + "优菈专武" + ], + "苍古自由之誓": [ + "苍古自由之誓", + "苍古", + "乐团剑" + ], + "「渔获」": [ + "「渔获」", + "渔获", + "鱼叉" + ], + "衔珠海皇": [ + "衔珠海皇", + "海皇", + "咸鱼剑", + "咸鱼大剑" + ], + "匣里日月": [ + "匣里日月", + "日月" + ], + "匣里灭辰": [ + "匣里灭辰", + "灭辰" + ], + "匣里龙吟": [ + "匣里龙吟", + "龙吟" + ], + "天空之翼": [ + "天空之翼", + "天空弓" + ], + "天空之刃": [ + "天空之刃", + "天空剑" + ], + "天空之卷": [ + "天空之卷", + "天空书", + "厕纸" + ], + "天空之脊": [ + "天空之脊", + "天空枪", + "薄荷枪" + ], + "天空之傲": [ + "天空之傲", + "天空大剑" + ], + "四风原典": [ + "四风原典", + "四风" + ], + "试作斩岩": [ + "试作斩岩", + "斩岩" + ], + "试作星镰": [ + "试作星镰", + "星镰" + ], + "试作金珀": [ + "试作金珀", + "金珀" + ], + "试作古华": [ + "试作古华", + "古华" + ], + "试作澹月": [ + "试作澹月", + "澹月" + ], + "千岩长枪": [ + "千岩长枪", + "千岩枪" + ], + "千岩古剑": [ + "千岩古剑", + "千岩剑", + "千岩大剑" + ], + "暗巷闪光": [ + "暗巷闪光", + "暗巷剑" + ], + "暗巷猎手": [ + "暗巷猎手", + "暗巷弓" + ], + "阿莫斯之弓": [ + "阿莫斯之弓", + "阿莫斯", + "ams", + "痛苦弓", + "甘雨专武" + ], + "雾切之回光": [ + "雾切之回光", + "雾切", + "神里绫华专武" + ], + "飞雷之弦振": [ + "飞雷之弦振", + "飞雷", + "飞雷弓", + "宵宫专武" + ], + "薙草之稻光": [ + "薙草之稻光", + "薙草", + "稻光", + "薙草稻光", + "马尾枪", + "马尾", + "薙刀", + "雷神专武" + ], + "神乐之真意": [ + "神乐之真意", + "神乐", + "真意", + "八重神子专武" + ], + "狼的末路": [ + "狼的末路", + "狼末" + ], + "护摩之杖": [ + "护摩之杖", + "护摩", + "护摩枪", + "护膜", + "胡桃专武" + ], + "和璞鸢": [ + "和璞鸢", + "鸟枪", + "绿枪", + "魈专武" + ], + "风鹰剑": [ + "风鹰剑", + "风鹰" + ], + "冬极白星": [ + "冬极白星", + "冬极", + "公子专武", + "达达利亚专武" + ], + "不灭月华": [ + "不灭月华", + "月华", + "心海专武", + "珊瑚宫心海专武" + ], + "波乱月白经津": [ + "波乱月白经津", + "波乱", + "月白", + "月经剑", + "波波津", + "神里绫人专武" + ], + "若水": [ + "若水", + "麒麟弓", + "夜兰专武" + ], + "昭心": [ + "昭心", + "糟心" + ], + "幽夜华尔兹": [ + "幽夜华尔兹", + "幽夜", + "幽夜弓", + "华尔兹", + "皇女弓" + ], + "雪葬的星银": [ + "雪葬的星银", + "雪葬", + "星银", + "雪葬星银", + "雪山大剑" + ], + "喜多院十文字": [ + "喜多院十文字", + "喜多院", + "十文字" + ], + "万国诸海图谱": [ + "万国诸海图谱", + "万国", + "万国诸海" + ], + "天目影打刀": [ + "天目影打刀", + "天目刀", + "天目" + ], + "破魔之弓": [ + "破魔之弓", + "破魔弓" + ], + "曚云之月": [ + "曚云之月", + "曚云弓" + ], + "流月针": [ + "流月针", + "针" + ], + "流浪乐章": [ + "流浪乐章", + "赌狗书", + "赌狗乐章", + "赌狗" + ], + "桂木斩长正": [ + "桂木斩长正", + "桂木", + "斩长正" + ], + "腐殖之剑": [ + "腐殖之剑", + "腐殖", + "腐殖剑" + ], + "风花之颂": [ + "风花之颂", + "风花弓" + ], + "证誓之明瞳": [ + "证誓之明瞳", + "证誓", + "明瞳", + "证誓明瞳" + ], + "嘟嘟可故事集": [ + "嘟嘟可故事集", + "嘟嘟可" + ], + "辰砂之纺锤": [ + "辰砂之纺锤", + "辰砂", + "辰砂纺锤", + "纺锤" + ], + "白辰之环": [ + "白辰之环", + "白辰", + "白辰环" + ], + "决斗之枪": [ + "决斗之枪", + "决斗枪", + "决斗", + "月卡枪" + ], + "螭骨剑": [ + "螭骨剑", + "螭骨", + "丈育剑", + "离骨剑", + "月卡大剑" + ], + "黑剑": [ + "黑剑", + "月卡剑" + ], + "苍翠猎弓": [ + "苍翠猎弓", + "绿弓", + "月卡弓" + ], + "讨龙英杰谭": [ + "讨龙英杰谭", + "讨龙" + ], + "神射手之誓": [ + "神射手之誓", + "脚气弓", + "神射手" + ], + "黑缨枪": [ + "黑缨枪", + "史莱姆枪" + ], + "以理服人": [ + "以理服人" + ], + "佣兵重剑": [ + "佣兵重剑" + ], + "信使": [ + "信使" + ], + "冷刃": [ + "冷刃" + ], + "历练的猎弓": [ + "历练的猎弓" + ], + "反曲弓": [ + "反曲弓" + ], + "口袋魔导书": [ + "口袋魔导书" + ], + "吃虎鱼刀": [ + "吃虎鱼刀" + ], + "学徒笔记": [ + "学徒笔记" + ], + "宗室大剑": [ + "宗室大剑" + ], + "宗室猎枪": [ + "宗室猎枪" + ], + "宗室秘法录": [ + "宗室秘法录" + ], + "宗室长剑": [ + "宗室长剑" + ], + "宗室长弓": [ + "宗室长弓" + ], + "异世界行记": [ + "异世界行记" + ], + "弓藏": [ + "弓藏" + ], + "弹弓": [ + "弹弓" + ], + "忍冬之果": [ + "忍冬之果" + ], + "息灾": [ + "息灾" + ], + "恶王丸": [ + "恶王丸" + ], + "掠食者": [ + "掠食者" + ], + "断浪长鳍": [ + "断浪长鳍" + ], + "新手长枪": [ + "新手长枪" + ], + "旅行剑": [ + "旅行剑" + ], + "无锋剑": [ + "无锋剑" + ], + "暗巷的酒与诗": [ + "暗巷的酒与诗" + ], + "暗铁剑": [ + "暗铁剑" + ], + "沐浴龙血的剑": [ + "沐浴龙血的剑" + ], + "猎弓": [ + "猎弓" + ], + "甲级宝珏": [ + "甲级宝珏" + ], + "白影剑": [ + "白影剑" + ], + "白缨枪": [ + "白缨枪" + ], + "白铁大剑": [ + "白铁大剑" + ], + "祭礼剑": [ + "祭礼剑" + ], + "祭礼大剑": [ + "祭礼大剑" + ], + "祭礼弓": [ + "祭礼弓" + ], + "祭礼残章": [ + "祭礼残章" + ], + "笛剑": [ + "笛剑" + ], + "绝弦": [ + "绝弦" + ], + "翡玉法球": [ + "翡玉法球" + ], + "落霞": [ + "落霞" + ], + "西风剑": [ + "西风剑" + ], + "西风大剑": [ + "西风大剑" + ], + "西风猎弓": [ + "西风猎弓" + ], + "西风秘典": [ + "西风秘典" + ], + "西风长枪": [ + "西风长枪" + ], + "训练大剑": [ + "训练大剑" + ], + "钟剑": [ + "钟剑" + ], + "钢轮弓": [ + "钢轮弓" + ], + "钺矛": [ + "钺矛" + ], + "铁尖枪": [ + "铁尖枪" + ], + "铁影阔剑": [ + "铁影阔剑" + ], + "铁蜂刺": [ + "铁蜂刺" + ], + "银剑": [ + "银剑" + ], + "降临之剑": [ + "降临之剑" + ], + "雨裁": [ + "雨裁" + ], + "飞天大御剑": [ + "飞天大御剑" + ], + "飞天御剑": [ + "飞天御剑" + ], + "魔导绪论": [ + "魔导绪论" + ], + "鸦羽弓": [ + "鸦羽弓" + ], + "黎明神剑": [ + "黎明神剑" + ], + "黑岩刺枪": [ + "黑岩刺枪", + "黑岩枪" + ], + "黑岩战弓": [ + "黑岩战弓", + "黑岩弓" + ], + "黑岩斩刀": [ + "黑岩斩刀" + ], + "黑岩绯玉": [ + "黑岩绯玉" + ], + "黑岩长剑": [ + "黑岩长剑" + ], + "龙脊长枪": [ + "龙脊长枪" + ], + "笼钓瓶一心": [ + "笼钓瓶一心", + "万叶刀", + "一心传名刀" + ], + "猎人之径": [ + "猎人之径", + "绿弓", + "草弓", + "提纳里专武" + ], + "竭泽": [ + "竭泽", + "鱼弓" + ], + "王下近侍": [ + "王下近侍", + "须弥锻造弓" + ], + "贯月矢": [ + "贯月矢", + "须弥锻造长枪" + ], + "盈满之实": [ + "盈满之实", + "须弥锻造法器" + ], + "森林王器": [ + "森林王器", + "须弥锻造大剑" + ], + "原木刀": [ + "原木刀", + "须弥锻造单手剑" + ], + "圣显之钥": [ + "圣显之钥", + "圣显", + "不灭剑华", + "妮露专武" + ], + "西福斯的月光": [ + "西福斯的月光", + "西福斯", + "月光" + ], + "赤沙之杖": [ + "赤沙之杖", + "赤沙", + "赛诺专武" + ], + "风信之锋": [ + "风信之锋", + "风信" + ], + "玛海菈的水色": [ + "玛海菈的水色", + "玛海菈", + "水色" + ], + "千夜浮梦": [ + "千夜浮梦", + "千夜", + "神灯", + "茶壶", + "纳西妲专武" + ], + "流浪的晚星": [ + "流浪的晚星", + "晚星" + ], + "东花坊时雨": [ + "东花坊时雨", + "东花坊", + "时雨", + "伞" + ], + "图莱杜拉的回忆": [ + "图莱杜拉的回忆", + "图莱杜拉", + "散兵专武", + "铃铛" + ], + "裁叶萃光": [ + "裁叶萃光", + "裁叶", + "草剑", + "叶剑", + "艾尔海森专武" + ], + "苇海信标": [ + "苇海信标", + "信标", + "迪希雅专武" + ], + "饰铁之花": [ + "饰铁之花", + "饰铁" + ] +} diff --git "a/plugin/kokomi/data/json/\346\226\207\344\273\266\346\272\220.txt" "b/plugin/kokomi/data/json/\346\226\207\344\273\266\346\272\220.txt" new file mode 100644 index 0000000000..dcd73f998d --- /dev/null +++ "b/plugin/kokomi/data/json/\346\226\207\344\273\266\346\272\220.txt" @@ -0,0 +1,10 @@ +wife_list.json +https://github.com/CMHopeSunshine/GenshinWikiMap/blob/master/data/%E8%A7%92%E8%89%B2%E5%88%97%E8%A1%A8.json +wq.json +https://github.com/CMHopeSunshine/GenshinWikiMap/blob/master/data/%E6%AD%A6%E5%99%A8%E5%88%97%E8%A1%A8.json +path.json +https://github.com/Nwflower/genshin-atlas/blob/master/path.json +loc.json +https://github.com/EnkaNetwork/API-docs/blob/master/store/loc.json +sywname_list.json +https://github.com/yoimiya-kokomi/miao-plugin/blob/master/resources/meta/artifact/data.json \ No newline at end of file diff --git a/plugin/kokomi/data/lihui_one/README.txt b/plugin/kokomi/data/lihui_one/README.txt new file mode 100644 index 0000000000..07d9cd10ae --- /dev/null +++ b/plugin/kokomi/data/lihui_one/README.txt @@ -0,0 +1 @@ +第一立绘存放文件夹,用于替换默认立绘,优先级1(越高越先匹配) \ No newline at end of file diff --git a/plugin/kokomi/data/lihui_two/README.txt b/plugin/kokomi/data/lihui_two/README.txt new file mode 100644 index 0000000000..1a4b286a1e --- /dev/null +++ b/plugin/kokomi/data/lihui_two/README.txt @@ -0,0 +1 @@ +第二立绘存放文件夹,用于替换毕业角色立绘,优先级2(越高越先匹配) \ No newline at end of file diff --git a/plugin/kokomi/data/pro/anemo.jpg b/plugin/kokomi/data/pro/anemo.jpg new file mode 100644 index 0000000000..985a7d4702 Binary files /dev/null and b/plugin/kokomi/data/pro/anemo.jpg differ diff --git a/plugin/kokomi/data/pro/anemo.png b/plugin/kokomi/data/pro/anemo.png new file mode 100644 index 0000000000..e9926f28d1 Binary files /dev/null and b/plugin/kokomi/data/pro/anemo.png differ diff --git a/plugin/kokomi/data/pro/cryo.jpg b/plugin/kokomi/data/pro/cryo.jpg new file mode 100644 index 0000000000..cf4bd1d1b1 Binary files /dev/null and b/plugin/kokomi/data/pro/cryo.jpg differ diff --git a/plugin/kokomi/data/pro/cryo.png b/plugin/kokomi/data/pro/cryo.png new file mode 100644 index 0000000000..2defb365bd Binary files /dev/null and b/plugin/kokomi/data/pro/cryo.png differ diff --git a/plugin/kokomi/data/pro/dendro.jpg b/plugin/kokomi/data/pro/dendro.jpg new file mode 100644 index 0000000000..b900d286b7 Binary files /dev/null and b/plugin/kokomi/data/pro/dendro.jpg differ diff --git a/plugin/kokomi/data/pro/dendro.png b/plugin/kokomi/data/pro/dendro.png new file mode 100644 index 0000000000..2359d71a1e Binary files /dev/null and b/plugin/kokomi/data/pro/dendro.png differ diff --git a/plugin/kokomi/data/pro/electro.jpg b/plugin/kokomi/data/pro/electro.jpg new file mode 100644 index 0000000000..5dec7463c4 Binary files /dev/null and b/plugin/kokomi/data/pro/electro.jpg differ diff --git a/plugin/kokomi/data/pro/electro.png b/plugin/kokomi/data/pro/electro.png new file mode 100644 index 0000000000..8e3c59da8b Binary files /dev/null and b/plugin/kokomi/data/pro/electro.png differ diff --git a/plugin/kokomi/data/pro/geo.jpg b/plugin/kokomi/data/pro/geo.jpg new file mode 100644 index 0000000000..d68405f849 Binary files /dev/null and b/plugin/kokomi/data/pro/geo.jpg differ diff --git a/plugin/kokomi/data/pro/geo.png b/plugin/kokomi/data/pro/geo.png new file mode 100644 index 0000000000..87d7d0d307 Binary files /dev/null and b/plugin/kokomi/data/pro/geo.png differ diff --git a/plugin/kokomi/data/pro/hydro.jpg b/plugin/kokomi/data/pro/hydro.jpg new file mode 100644 index 0000000000..cc262f7481 Binary files /dev/null and b/plugin/kokomi/data/pro/hydro.jpg differ diff --git a/plugin/kokomi/data/pro/hydro.png b/plugin/kokomi/data/pro/hydro.png new file mode 100644 index 0000000000..94081178da Binary files /dev/null and b/plugin/kokomi/data/pro/hydro.png differ diff --git a/plugin/kokomi/data/pro/pyro.jpg b/plugin/kokomi/data/pro/pyro.jpg new file mode 100644 index 0000000000..302d61293e Binary files /dev/null and b/plugin/kokomi/data/pro/pyro.jpg differ diff --git a/plugin/kokomi/data/pro/pyro.png b/plugin/kokomi/data/pro/pyro.png new file mode 100644 index 0000000000..3349fde93f Binary files /dev/null and b/plugin/kokomi/data/pro/pyro.png differ diff --git "a/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/1.webp" "b/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/1.webp" new file mode 100644 index 0000000000..77a4078296 Binary files /dev/null and "b/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/2.webp" "b/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/2.webp" new file mode 100644 index 0000000000..36f7ed9ab2 Binary files /dev/null and "b/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/3.webp" "b/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/3.webp" new file mode 100644 index 0000000000..fade91b9bf Binary files /dev/null and "b/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/4.webp" "b/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/4.webp" new file mode 100644 index 0000000000..3e44477857 Binary files /dev/null and "b/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/5.webp" "b/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/5.webp" new file mode 100644 index 0000000000..0898d45b8b Binary files /dev/null and "b/plugin/kokomi/data/syw/\344\271\220\345\233\255\351\201\227\350\220\275\344\271\213\350\212\261/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/1.webp" "b/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/1.webp" new file mode 100644 index 0000000000..c543c34bac Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/2.webp" "b/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/2.webp" new file mode 100644 index 0000000000..da2fc36507 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/3.webp" "b/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/3.webp" new file mode 100644 index 0000000000..792698f37c Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/4.webp" "b/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/4.webp" new file mode 100644 index 0000000000..b88e10b326 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/5.webp" "b/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/5.webp" new file mode 100644 index 0000000000..039bb0c8e1 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\206\222\351\231\251\345\256\266/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/1.webp" "b/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/1.webp" new file mode 100644 index 0000000000..d5ec5bf583 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/2.webp" "b/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/2.webp" new file mode 100644 index 0000000000..685ec180fb Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/3.webp" "b/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/3.webp" new file mode 100644 index 0000000000..fc5f4d73ae Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/4.webp" "b/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/4.webp" new file mode 100644 index 0000000000..3b9eca1af0 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/5.webp" "b/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/5.webp" new file mode 100644 index 0000000000..acb6f4472b Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\206\260\351\243\216\350\277\267\351\200\224\347\232\204\345\213\207\345\243\253/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/1.webp" "b/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/1.webp" new file mode 100644 index 0000000000..a3cf49ac9d Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/2.webp" "b/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/2.webp" new file mode 100644 index 0000000000..a326b70e35 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/3.webp" "b/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/3.webp" new file mode 100644 index 0000000000..6b4772626f Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/4.webp" "b/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/4.webp" new file mode 100644 index 0000000000..64612d6866 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/5.webp" "b/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/5.webp" new file mode 100644 index 0000000000..854715b95f Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\213\207\345\243\253\344\271\213\345\277\203/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/1.webp" "b/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/1.webp" new file mode 100644 index 0000000000..d8667fed8a Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/2.webp" "b/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/2.webp" new file mode 100644 index 0000000000..51e6c1657d Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/3.webp" "b/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/3.webp" new file mode 100644 index 0000000000..fcade22ad4 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/4.webp" "b/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/4.webp" new file mode 100644 index 0000000000..b84a8c7f6a Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/5.webp" "b/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/5.webp" new file mode 100644 index 0000000000..8272d76af0 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\215\203\345\262\251\347\211\242\345\233\272/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/1.webp" "b/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/1.webp" new file mode 100644 index 0000000000..d7dee32d27 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/2.webp" "b/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/2.webp" new file mode 100644 index 0000000000..13cf3c4544 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/3.webp" "b/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/3.webp" new file mode 100644 index 0000000000..f7ab557e70 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/4.webp" "b/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/4.webp" new file mode 100644 index 0000000000..ce39a08ae5 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/5.webp" "b/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/5.webp" new file mode 100644 index 0000000000..38f0e0c0fd Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\215\216\351\246\206\346\242\246\351\206\222\345\275\242\351\252\270\350\256\260/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\245\207\350\277\271/1.webp" "b/plugin/kokomi/data/syw/\345\245\207\350\277\271/1.webp" new file mode 100644 index 0000000000..3c1d9a7e62 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\245\207\350\277\271/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\245\207\350\277\271/2.webp" "b/plugin/kokomi/data/syw/\345\245\207\350\277\271/2.webp" new file mode 100644 index 0000000000..6f53ec071a Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\245\207\350\277\271/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\245\207\350\277\271/3.webp" "b/plugin/kokomi/data/syw/\345\245\207\350\277\271/3.webp" new file mode 100644 index 0000000000..f0d87bbf53 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\245\207\350\277\271/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\245\207\350\277\271/4.webp" "b/plugin/kokomi/data/syw/\345\245\207\350\277\271/4.webp" new file mode 100644 index 0000000000..a6e74100eb Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\245\207\350\277\271/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\245\207\350\277\271/5.webp" "b/plugin/kokomi/data/syw/\345\245\207\350\277\271/5.webp" new file mode 100644 index 0000000000..96af6c2394 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\245\207\350\277\271/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/1.webp" "b/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/1.webp" new file mode 100644 index 0000000000..4d4f945a23 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/2.webp" "b/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/2.webp" new file mode 100644 index 0000000000..f6bebc9677 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/3.webp" "b/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/3.webp" new file mode 100644 index 0000000000..8f14c97375 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/4.webp" "b/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/4.webp" new file mode 100644 index 0000000000..8a6adab534 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/5.webp" "b/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/5.webp" new file mode 100644 index 0000000000..b2cec6559b Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\246\202\351\233\267\347\232\204\347\233\233\346\200\222/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\255\246\345\243\253/1.webp" "b/plugin/kokomi/data/syw/\345\255\246\345\243\253/1.webp" new file mode 100644 index 0000000000..d968c1da16 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\255\246\345\243\253/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\255\246\345\243\253/2.webp" "b/plugin/kokomi/data/syw/\345\255\246\345\243\253/2.webp" new file mode 100644 index 0000000000..a4ef980761 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\255\246\345\243\253/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\255\246\345\243\253/3.webp" "b/plugin/kokomi/data/syw/\345\255\246\345\243\253/3.webp" new file mode 100644 index 0000000000..9d25365a41 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\255\246\345\243\253/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\255\246\345\243\253/4.webp" "b/plugin/kokomi/data/syw/\345\255\246\345\243\253/4.webp" new file mode 100644 index 0000000000..38a1567542 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\255\246\345\243\253/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\255\246\345\243\253/5.webp" "b/plugin/kokomi/data/syw/\345\255\246\345\243\253/5.webp" new file mode 100644 index 0000000000..db6c0be124 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\255\246\345\243\253/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/1.webp" "b/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/1.webp" new file mode 100644 index 0000000000..7e36d59b24 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/2.webp" "b/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/2.webp" new file mode 100644 index 0000000000..5aa5bd459e Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/3.webp" "b/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/3.webp" new file mode 100644 index 0000000000..22a848fe23 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/4.webp" "b/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/4.webp" new file mode 100644 index 0000000000..90fef7e147 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/5.webp" "b/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/5.webp" new file mode 100644 index 0000000000..5082152d34 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\256\210\346\212\244\344\271\213\345\277\203/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/1.webp" "b/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/1.webp" new file mode 100644 index 0000000000..a17243d735 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/2.webp" "b/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/2.webp" new file mode 100644 index 0000000000..bafe7c9749 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/3.webp" "b/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/3.webp" new file mode 100644 index 0000000000..453e406717 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/4.webp" "b/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/4.webp" new file mode 100644 index 0000000000..a434e2ac11 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/5.webp" "b/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/5.webp" new file mode 100644 index 0000000000..45d85d81a1 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\271\263\346\201\257\351\270\243\351\233\267\347\232\204\345\260\212\350\200\205/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/1.webp" "b/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/1.webp" new file mode 100644 index 0000000000..dcbad75f16 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/2.webp" "b/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/2.webp" new file mode 100644 index 0000000000..dbd5f7e7ac Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/3.webp" "b/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/3.webp" new file mode 100644 index 0000000000..91f8cc9424 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/4.webp" "b/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/4.webp" new file mode 100644 index 0000000000..89e3bedcba Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/5.webp" "b/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/5.webp" new file mode 100644 index 0000000000..89776cb9a4 Binary files /dev/null and "b/plugin/kokomi/data/syw/\345\271\270\350\277\220\345\204\277/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/1.webp" "b/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/1.webp" new file mode 100644 index 0000000000..82fadc6b68 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/2.webp" "b/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/2.webp" new file mode 100644 index 0000000000..86f5da65ec Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/3.webp" "b/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/3.webp" new file mode 100644 index 0000000000..475dd6d927 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/4.webp" "b/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/4.webp" new file mode 100644 index 0000000000..955955ce30 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/5.webp" "b/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/5.webp" new file mode 100644 index 0000000000..03dce57604 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\202\240\345\217\244\347\232\204\347\243\220\345\262\251/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\210\230\347\213\202/1.webp" "b/plugin/kokomi/data/syw/\346\210\230\347\213\202/1.webp" new file mode 100644 index 0000000000..b6848a7005 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\210\230\347\213\202/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\210\230\347\213\202/2.webp" "b/plugin/kokomi/data/syw/\346\210\230\347\213\202/2.webp" new file mode 100644 index 0000000000..f686ddef42 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\210\230\347\213\202/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\210\230\347\213\202/3.webp" "b/plugin/kokomi/data/syw/\346\210\230\347\213\202/3.webp" new file mode 100644 index 0000000000..e391a3459e Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\210\230\347\213\202/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\210\230\347\213\202/4.webp" "b/plugin/kokomi/data/syw/\346\210\230\347\213\202/4.webp" new file mode 100644 index 0000000000..6c7339dd55 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\210\230\347\213\202/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\210\230\347\213\202/5.webp" "b/plugin/kokomi/data/syw/\346\210\230\347\213\202/5.webp" new file mode 100644 index 0000000000..f826586880 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\210\230\347\213\202/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\225\231\345\256\230/1.webp" "b/plugin/kokomi/data/syw/\346\225\231\345\256\230/1.webp" new file mode 100644 index 0000000000..9047f6667f Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\225\231\345\256\230/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\225\231\345\256\230/2.webp" "b/plugin/kokomi/data/syw/\346\225\231\345\256\230/2.webp" new file mode 100644 index 0000000000..86d078ffcd Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\225\231\345\256\230/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\225\231\345\256\230/3.webp" "b/plugin/kokomi/data/syw/\346\225\231\345\256\230/3.webp" new file mode 100644 index 0000000000..2699805b66 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\225\231\345\256\230/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\225\231\345\256\230/4.webp" "b/plugin/kokomi/data/syw/\346\225\231\345\256\230/4.webp" new file mode 100644 index 0000000000..9ee83928fe Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\225\231\345\256\230/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\225\231\345\256\230/5.webp" "b/plugin/kokomi/data/syw/\346\225\231\345\256\230/5.webp" new file mode 100644 index 0000000000..30aee7e5de Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\225\231\345\256\230/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/1.webp" "b/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/1.webp" new file mode 100644 index 0000000000..d3b054360a Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/2.webp" "b/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/2.webp" new file mode 100644 index 0000000000..2466fdf813 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/3.webp" "b/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/3.webp" new file mode 100644 index 0000000000..2b69407f89 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/4.webp" "b/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/4.webp" new file mode 100644 index 0000000000..8d1330f0d3 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/5.webp" "b/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/5.webp" new file mode 100644 index 0000000000..2e64bc2de6 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\230\224\346\227\245\345\256\227\345\256\244\344\271\213\344\273\252/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/1.webp" "b/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/1.webp" new file mode 100644 index 0000000000..d0fd8900da Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/2.webp" "b/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/2.webp" new file mode 100644 index 0000000000..5f4720fb52 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/3.webp" "b/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/3.webp" new file mode 100644 index 0000000000..6c545d0f4f Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/4.webp" "b/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/4.webp" new file mode 100644 index 0000000000..81574ca6e2 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/5.webp" "b/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/5.webp" new file mode 100644 index 0000000000..0e8b373659 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\235\245\346\255\206\344\275\231\345\223\215/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/1.webp" "b/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/1.webp" new file mode 100644 index 0000000000..07c515afd4 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/2.webp" "b/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/2.webp" new file mode 100644 index 0000000000..36f3a52550 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/3.webp" "b/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/3.webp" new file mode 100644 index 0000000000..8eae60c754 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/4.webp" "b/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/4.webp" new file mode 100644 index 0000000000..41d40e70fe Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/5.webp" "b/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/5.webp" new file mode 100644 index 0000000000..962fb1b7f0 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\237\223\350\241\200\347\232\204\351\252\221\345\243\253\351\201\223/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\255\246\344\272\272/1.webp" "b/plugin/kokomi/data/syw/\346\255\246\344\272\272/1.webp" new file mode 100644 index 0000000000..53b22b773c Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\255\246\344\272\272/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\255\246\344\272\272/2.webp" "b/plugin/kokomi/data/syw/\346\255\246\344\272\272/2.webp" new file mode 100644 index 0000000000..a3cbf3e679 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\255\246\344\272\272/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\255\246\344\272\272/3.webp" "b/plugin/kokomi/data/syw/\346\255\246\344\272\272/3.webp" new file mode 100644 index 0000000000..4f1c762929 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\255\246\344\272\272/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\255\246\344\272\272/4.webp" "b/plugin/kokomi/data/syw/\346\255\246\344\272\272/4.webp" new file mode 100644 index 0000000000..a8e94af6ca Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\255\246\344\272\272/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\255\246\344\272\272/5.webp" "b/plugin/kokomi/data/syw/\346\255\246\344\272\272/5.webp" new file mode 100644 index 0000000000..fb4ecb859a Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\255\246\344\272\272/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/1.webp" "b/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/1.webp" new file mode 100644 index 0000000000..13ea9ef62d Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/2.webp" "b/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/2.webp" new file mode 100644 index 0000000000..b7b8afb3f7 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/3.webp" "b/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/3.webp" new file mode 100644 index 0000000000..0c81129663 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/4.webp" "b/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/4.webp" new file mode 100644 index 0000000000..146f39d9a7 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/5.webp" "b/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/5.webp" new file mode 100644 index 0000000000..ef0ee3aced Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\262\211\346\262\246\344\271\213\345\277\203/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/1.webp" "b/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/1.webp" new file mode 100644 index 0000000000..fbfc5f5e0d Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/2.webp" "b/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/2.webp" new file mode 100644 index 0000000000..f42080741e Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/3.webp" "b/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/3.webp" new file mode 100644 index 0000000000..7a50974d87 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/4.webp" "b/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/4.webp" new file mode 100644 index 0000000000..9f01da063d Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/5.webp" "b/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/5.webp" new file mode 100644 index 0000000000..2e8efc511d Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\262\231\344\270\212\346\245\274\351\230\201\345\217\262\350\257\235/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/1.webp" "b/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/1.webp" new file mode 100644 index 0000000000..4ef88aa557 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/2.webp" "b/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/2.webp" new file mode 100644 index 0000000000..d260fd9e4e Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/3.webp" "b/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/3.webp" new file mode 100644 index 0000000000..07fffb0d9a Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/4.webp" "b/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/4.webp" new file mode 100644 index 0000000000..f9d09af50a Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/5.webp" "b/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/5.webp" new file mode 100644 index 0000000000..62473db1f5 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\201\346\224\276\350\200\205/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/1.webp" "b/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/1.webp" new file mode 100644 index 0000000000..4b8fc6d8ab Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/2.webp" "b/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/2.webp" new file mode 100644 index 0000000000..ef2c3d3f67 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/3.webp" "b/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/3.webp" new file mode 100644 index 0000000000..5bd872355e Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/4.webp" "b/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/4.webp" new file mode 100644 index 0000000000..9328f3ddc6 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/5.webp" "b/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/5.webp" new file mode 100644 index 0000000000..700f808dcc Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\201\346\265\252\345\244\247\345\234\260\347\232\204\344\271\220\345\233\242/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/1.webp" "b/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/1.webp" new file mode 100644 index 0000000000..1dd4117950 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/2.webp" "b/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/2.webp" new file mode 100644 index 0000000000..3a15906eeb Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/3.webp" "b/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/3.webp" new file mode 100644 index 0000000000..2c6d2873b9 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/4.webp" "b/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/4.webp" new file mode 100644 index 0000000000..a9294f508e Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/5.webp" "b/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/5.webp" new file mode 100644 index 0000000000..740bdd60bd Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\265\267\346\237\223\347\240\227\347\243\262/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/1.webp" "b/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/1.webp" new file mode 100644 index 0000000000..379a16d935 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/2.webp" "b/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/2.webp" new file mode 100644 index 0000000000..97eedd282a Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/3.webp" "b/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/3.webp" new file mode 100644 index 0000000000..42f0d33666 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/4.webp" "b/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/4.webp" new file mode 100644 index 0000000000..e42476a198 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/5.webp" "b/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/5.webp" new file mode 100644 index 0000000000..410145ff5f Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\267\261\346\236\227\347\232\204\350\256\260\345\277\206/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/1.webp" "b/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/1.webp" new file mode 100644 index 0000000000..c5062a2f9a Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/2.webp" "b/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/2.webp" new file mode 100644 index 0000000000..5ac5abd90a Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/3.webp" "b/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/3.webp" new file mode 100644 index 0000000000..3a9ba9b106 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/4.webp" "b/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/4.webp" new file mode 100644 index 0000000000..3aa2da44f2 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/5.webp" "b/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/5.webp" new file mode 100644 index 0000000000..a7ab499bd3 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\270\241\350\277\207\347\203\210\347\201\253\347\232\204\350\264\244\344\272\272/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\270\270\345\214\273/1.webp" "b/plugin/kokomi/data/syw/\346\270\270\345\214\273/1.webp" new file mode 100644 index 0000000000..03fcc4e1aa Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\270\270\345\214\273/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\270\270\345\214\273/2.webp" "b/plugin/kokomi/data/syw/\346\270\270\345\214\273/2.webp" new file mode 100644 index 0000000000..3b5696e3f5 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\270\270\345\214\273/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\270\270\345\214\273/3.webp" "b/plugin/kokomi/data/syw/\346\270\270\345\214\273/3.webp" new file mode 100644 index 0000000000..583dce0a73 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\270\270\345\214\273/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\270\270\345\214\273/4.webp" "b/plugin/kokomi/data/syw/\346\270\270\345\214\273/4.webp" new file mode 100644 index 0000000000..edb818bf61 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\270\270\345\214\273/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\346\270\270\345\214\273/5.webp" "b/plugin/kokomi/data/syw/\346\270\270\345\214\273/5.webp" new file mode 100644 index 0000000000..ccc5f40d33 Binary files /dev/null and "b/plugin/kokomi/data/syw/\346\270\270\345\214\273/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/1.webp" "b/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/1.webp" new file mode 100644 index 0000000000..ab563220ee Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/2.webp" "b/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/2.webp" new file mode 100644 index 0000000000..c6f2b2c1d9 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/3.webp" "b/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/3.webp" new file mode 100644 index 0000000000..47e0ebfc44 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/4.webp" "b/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/4.webp" new file mode 100644 index 0000000000..7a84a74247 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/5.webp" "b/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/5.webp" new file mode 100644 index 0000000000..d2d6ea22ad Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\202\275\347\203\210\347\232\204\347\202\216\344\271\213\351\255\224\345\245\263/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\245\255\345\206\260\344\271\213\344\272\272/5.webp" "b/plugin/kokomi/data/syw/\347\245\255\345\206\260\344\271\213\344\272\272/5.webp" new file mode 100644 index 0000000000..540f5b2cc4 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\245\255\345\206\260\344\271\213\344\272\272/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\245\255\346\260\264\344\271\213\344\272\272/5.webp" "b/plugin/kokomi/data/syw/\347\245\255\346\260\264\344\271\213\344\272\272/5.webp" new file mode 100644 index 0000000000..24a140dfd6 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\245\255\346\260\264\344\271\213\344\272\272/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\245\255\347\201\253\344\271\213\344\272\272/5.webp" "b/plugin/kokomi/data/syw/\347\245\255\347\201\253\344\271\213\344\272\272/5.webp" new file mode 100644 index 0000000000..e0372568c2 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\245\255\347\201\253\344\271\213\344\272\272/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\245\255\351\233\267\344\271\213\344\272\272/5.webp" "b/plugin/kokomi/data/syw/\347\245\255\351\233\267\344\271\213\344\272\272/5.webp" new file mode 100644 index 0000000000..94c6f9dadd Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\245\255\351\233\267\344\271\213\344\272\272/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/1.webp" "b/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/1.webp" new file mode 100644 index 0000000000..8a4bfc3a81 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/2.webp" "b/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/2.webp" new file mode 100644 index 0000000000..3dfac2ea88 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/3.webp" "b/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/3.webp" new file mode 100644 index 0000000000..162976ab12 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/4.webp" "b/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/4.webp" new file mode 100644 index 0000000000..a2dbd7e5e2 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/5.webp" "b/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/5.webp" new file mode 100644 index 0000000000..f5d5ab88f9 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\273\235\347\274\230\344\271\213\346\227\227\345\215\260/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/1.webp" "b/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/1.webp" new file mode 100644 index 0000000000..49b049eda9 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/2.webp" "b/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/2.webp" new file mode 100644 index 0000000000..00d7b5fb2c Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/3.webp" "b/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/3.webp" new file mode 100644 index 0000000000..a18cbdce38 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/4.webp" "b/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/4.webp" new file mode 100644 index 0000000000..bfc2eb1315 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/5.webp" "b/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/5.webp" new file mode 100644 index 0000000000..115cc2db31 Binary files /dev/null and "b/plugin/kokomi/data/syw/\347\277\240\347\273\277\344\271\213\345\275\261/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/1.webp" "b/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/1.webp" new file mode 100644 index 0000000000..7737c37fc1 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/2.webp" "b/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/2.webp" new file mode 100644 index 0000000000..23dd461a6a Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/3.webp" "b/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/3.webp" new file mode 100644 index 0000000000..aa6412b7e9 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/4.webp" "b/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/4.webp" new file mode 100644 index 0000000000..d8f277590a Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/5.webp" "b/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/5.webp" new file mode 100644 index 0000000000..bed9ef27d5 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\213\215\347\231\275\344\271\213\347\201\253/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/1.webp" "b/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/1.webp" new file mode 100644 index 0000000000..0a80ec4163 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/2.webp" "b/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/2.webp" new file mode 100644 index 0000000000..4de83bfb64 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/3.webp" "b/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/3.webp" new file mode 100644 index 0000000000..fc9926a548 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/4.webp" "b/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/4.webp" new file mode 100644 index 0000000000..bf9913e5d6 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/5.webp" "b/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/5.webp" new file mode 100644 index 0000000000..604ef2e9d6 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\241\214\350\200\205\344\271\213\345\277\203/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/1.webp" "b/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/1.webp" new file mode 100644 index 0000000000..8066c072e1 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/2.webp" "b/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/2.webp" new file mode 100644 index 0000000000..c1ad557ed1 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/3.webp" "b/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/3.webp" new file mode 100644 index 0000000000..357038e287 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/4.webp" "b/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/4.webp" new file mode 100644 index 0000000000..fe9ffe7200 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/5.webp" "b/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/5.webp" new file mode 100644 index 0000000000..e9ab9f787d Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\242\253\346\200\234\347\210\261\347\232\204\345\260\221\345\245\263/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/1.webp" "b/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/1.webp" new file mode 100644 index 0000000000..bcc7ccfb35 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/2.webp" "b/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/2.webp" new file mode 100644 index 0000000000..f63ebcbbde Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/3.webp" "b/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/3.webp" new file mode 100644 index 0000000000..85c8668129 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/4.webp" "b/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/4.webp" new file mode 100644 index 0000000000..ad453c9453 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/5.webp" "b/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/5.webp" new file mode 100644 index 0000000000..11df58a13b Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\247\222\346\226\227\345\243\253\347\232\204\347\273\210\345\271\225\347\244\274/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\265\214\345\276\222/1.webp" "b/plugin/kokomi/data/syw/\350\265\214\345\276\222/1.webp" new file mode 100644 index 0000000000..c129e35eba Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\265\214\345\276\222/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\265\214\345\276\222/2.webp" "b/plugin/kokomi/data/syw/\350\265\214\345\276\222/2.webp" new file mode 100644 index 0000000000..68d94a7384 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\265\214\345\276\222/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\265\214\345\276\222/3.webp" "b/plugin/kokomi/data/syw/\350\265\214\345\276\222/3.webp" new file mode 100644 index 0000000000..ea4efbcf42 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\265\214\345\276\222/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\265\214\345\276\222/4.webp" "b/plugin/kokomi/data/syw/\350\265\214\345\276\222/4.webp" new file mode 100644 index 0000000000..3c5a0465b4 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\265\214\345\276\222/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\265\214\345\276\222/5.webp" "b/plugin/kokomi/data/syw/\350\265\214\345\276\222/5.webp" new file mode 100644 index 0000000000..5e6a454b63 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\265\214\345\276\222/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/1.webp" "b/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/1.webp" new file mode 100644 index 0000000000..95181d811b Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/2.webp" "b/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/2.webp" new file mode 100644 index 0000000000..3b5a6a6661 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/3.webp" "b/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/3.webp" new file mode 100644 index 0000000000..1f2118ddff Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/4.webp" "b/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/4.webp" new file mode 100644 index 0000000000..4c0e021fbb Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/5.webp" "b/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/5.webp" new file mode 100644 index 0000000000..83a77e5566 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\276\260\347\240\202\345\276\200\347\224\237\345\275\225/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/1.webp" "b/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/1.webp" new file mode 100644 index 0000000000..3962cbe3f5 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/2.webp" "b/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/2.webp" new file mode 100644 index 0000000000..3102d67092 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/3.webp" "b/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/3.webp" new file mode 100644 index 0000000000..2eef98348f Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/4.webp" "b/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/4.webp" new file mode 100644 index 0000000000..bac855681a Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/5.webp" "b/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/5.webp" new file mode 100644 index 0000000000..db5a5db0d7 Binary files /dev/null and "b/plugin/kokomi/data/syw/\350\277\275\345\277\206\344\271\213\346\263\250\350\277\236/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/1.webp" "b/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/1.webp" new file mode 100644 index 0000000000..5650d7f105 Binary files /dev/null and "b/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/2.webp" "b/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/2.webp" new file mode 100644 index 0000000000..be1ddc5c21 Binary files /dev/null and "b/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/3.webp" "b/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/3.webp" new file mode 100644 index 0000000000..b961590e43 Binary files /dev/null and "b/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/4.webp" "b/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/4.webp" new file mode 100644 index 0000000000..cc9280e0ea Binary files /dev/null and "b/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/5.webp" "b/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/5.webp" new file mode 100644 index 0000000000..e03cf6456f Binary files /dev/null and "b/plugin/kokomi/data/syw/\351\200\206\351\243\236\347\232\204\346\265\201\346\230\237/5.webp" differ diff --git "a/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/1.webp" "b/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/1.webp" new file mode 100644 index 0000000000..f7a4b5144c Binary files /dev/null and "b/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/1.webp" differ diff --git "a/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/2.webp" "b/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/2.webp" new file mode 100644 index 0000000000..7db0224699 Binary files /dev/null and "b/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/2.webp" differ diff --git "a/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/3.webp" "b/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/3.webp" new file mode 100644 index 0000000000..ad51c2a818 Binary files /dev/null and "b/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/3.webp" differ diff --git "a/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/4.webp" "b/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/4.webp" new file mode 100644 index 0000000000..c57a4ecddd Binary files /dev/null and "b/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/4.webp" differ diff --git "a/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/5.webp" "b/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/5.webp" new file mode 100644 index 0000000000..99fe24b251 Binary files /dev/null and "b/plugin/kokomi/data/syw/\351\245\260\351\207\221\344\271\213\346\242\246/5.webp" differ diff --git a/plugin/kokomi/data/tietu/tietie.jpg b/plugin/kokomi/data/tietu/tietie.jpg new file mode 100644 index 0000000000..99559123fa Binary files /dev/null and b/plugin/kokomi/data/tietu/tietie.jpg differ diff --git a/plugin/kokomi/data/uid/1.kokomi b/plugin/kokomi/data/uid/1.kokomi new file mode 100644 index 0000000000..e2095ce5ac --- /dev/null +++ b/plugin/kokomi/data/uid/1.kokomi @@ -0,0 +1 @@ +100000000 \ No newline at end of file diff --git "a/plugin/kokomi/data/wq/\343\200\214\346\270\224\350\216\267\343\200\215.png" "b/plugin/kokomi/data/wq/\343\200\214\346\270\224\350\216\267\343\200\215.png" new file mode 100644 index 0000000000..2f3916b396 Binary files /dev/null and "b/plugin/kokomi/data/wq/\343\200\214\346\270\224\350\216\267\343\200\215.png" differ diff --git "a/plugin/kokomi/data/wq/\344\270\207\345\233\275\350\257\270\346\265\267\345\233\276\350\260\261.png" "b/plugin/kokomi/data/wq/\344\270\207\345\233\275\350\257\270\346\265\267\345\233\276\350\260\261.png" new file mode 100644 index 0000000000..956c6e63c8 Binary files /dev/null and "b/plugin/kokomi/data/wq/\344\270\207\345\233\275\350\257\270\346\265\267\345\233\276\350\260\261.png" differ diff --git "a/plugin/kokomi/data/wq/\344\270\215\347\201\255\346\234\210\345\215\216.png" "b/plugin/kokomi/data/wq/\344\270\215\347\201\255\346\234\210\345\215\216.png" new file mode 100644 index 0000000000..4e8b19e21a Binary files /dev/null and "b/plugin/kokomi/data/wq/\344\270\215\347\201\255\346\234\210\345\215\216.png" differ diff --git "a/plugin/kokomi/data/wq/\344\270\234\350\212\261\345\235\212\346\227\266\351\233\250.png" "b/plugin/kokomi/data/wq/\344\270\234\350\212\261\345\235\212\346\227\266\351\233\250.png" new file mode 100644 index 0000000000..56fcdf0519 Binary files /dev/null and "b/plugin/kokomi/data/wq/\344\270\234\350\212\261\345\235\212\346\227\266\351\233\250.png" differ diff --git "a/plugin/kokomi/data/wq/\344\273\245\347\220\206\346\234\215\344\272\272.png" "b/plugin/kokomi/data/wq/\344\273\245\347\220\206\346\234\215\344\272\272.png" new file mode 100644 index 0000000000..7512f450d8 Binary files /dev/null and "b/plugin/kokomi/data/wq/\344\273\245\347\220\206\346\234\215\344\272\272.png" differ diff --git "a/plugin/kokomi/data/wq/\344\275\243\345\205\265\351\207\215\345\211\221.png" "b/plugin/kokomi/data/wq/\344\275\243\345\205\265\351\207\215\345\211\221.png" new file mode 100644 index 0000000000..823bce9c14 Binary files /dev/null and "b/plugin/kokomi/data/wq/\344\275\243\345\205\265\351\207\215\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\344\277\241\344\275\277.png" "b/plugin/kokomi/data/wq/\344\277\241\344\275\277.png" new file mode 100644 index 0000000000..eaf24fa45d Binary files /dev/null and "b/plugin/kokomi/data/wq/\344\277\241\344\275\277.png" differ diff --git "a/plugin/kokomi/data/wq/\345\206\254\346\236\201\347\231\275\346\230\237.png" "b/plugin/kokomi/data/wq/\345\206\254\346\236\201\347\231\275\346\230\237.png" new file mode 100644 index 0000000000..472f36f12c Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\206\254\346\236\201\347\231\275\346\230\237.png" differ diff --git "a/plugin/kokomi/data/wq/\345\206\263\346\226\227\344\271\213\346\236\252.png" "b/plugin/kokomi/data/wq/\345\206\263\346\226\227\344\271\213\346\236\252.png" new file mode 100644 index 0000000000..dea6388729 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\206\263\346\226\227\344\271\213\346\236\252.png" differ diff --git "a/plugin/kokomi/data/wq/\345\206\267\345\210\203.png" "b/plugin/kokomi/data/wq/\345\206\267\345\210\203.png" new file mode 100644 index 0000000000..2db56be571 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\206\267\345\210\203.png" differ diff --git "a/plugin/kokomi/data/wq/\345\214\243\351\207\214\346\227\245\346\234\210.png" "b/plugin/kokomi/data/wq/\345\214\243\351\207\214\346\227\245\346\234\210.png" new file mode 100644 index 0000000000..1be4270e5b Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\214\243\351\207\214\346\227\245\346\234\210.png" differ diff --git "a/plugin/kokomi/data/wq/\345\214\243\351\207\214\347\201\255\350\276\260.png" "b/plugin/kokomi/data/wq/\345\214\243\351\207\214\347\201\255\350\276\260.png" new file mode 100644 index 0000000000..a9356d5287 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\214\243\351\207\214\347\201\255\350\276\260.png" differ diff --git "a/plugin/kokomi/data/wq/\345\214\243\351\207\214\351\276\231\345\220\237.png" "b/plugin/kokomi/data/wq/\345\214\243\351\207\214\351\276\231\345\220\237.png" new file mode 100644 index 0000000000..a74f74a883 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\214\243\351\207\214\351\276\231\345\220\237.png" differ diff --git "a/plugin/kokomi/data/wq/\345\215\203\345\244\234\346\265\256\346\242\246.png" "b/plugin/kokomi/data/wq/\345\215\203\345\244\234\346\265\256\346\242\246.png" new file mode 100644 index 0000000000..c89fb5247a Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\215\203\345\244\234\346\265\256\346\242\246.png" differ diff --git "a/plugin/kokomi/data/wq/\345\215\203\345\262\251\345\217\244\345\211\221.png" "b/plugin/kokomi/data/wq/\345\215\203\345\262\251\345\217\244\345\211\221.png" new file mode 100644 index 0000000000..3618058ba0 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\215\203\345\262\251\345\217\244\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\345\215\203\345\262\251\351\225\277\346\236\252.png" "b/plugin/kokomi/data/wq/\345\215\203\345\262\251\351\225\277\346\236\252.png" new file mode 100644 index 0000000000..d4bc8a6bb0 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\215\203\345\262\251\351\225\277\346\236\252.png" differ diff --git "a/plugin/kokomi/data/wq/\345\216\206\347\273\203\347\232\204\347\214\216\345\274\223.png" "b/plugin/kokomi/data/wq/\345\216\206\347\273\203\347\232\204\347\214\216\345\274\223.png" new file mode 100644 index 0000000000..a67a53ec6d Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\216\206\347\273\203\347\232\204\347\214\216\345\274\223.png" differ diff --git "a/plugin/kokomi/data/wq/\345\216\237\346\234\250\345\210\200.png" "b/plugin/kokomi/data/wq/\345\216\237\346\234\250\345\210\200.png" new file mode 100644 index 0000000000..867464b573 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\216\237\346\234\250\345\210\200.png" differ diff --git "a/plugin/kokomi/data/wq/\345\217\215\346\233\262\345\274\223.png" "b/plugin/kokomi/data/wq/\345\217\215\346\233\262\345\274\223.png" new file mode 100644 index 0000000000..cf7c4ea396 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\217\215\346\233\262\345\274\223.png" differ diff --git "a/plugin/kokomi/data/wq/\345\217\243\350\242\213\351\255\224\345\257\274\344\271\246.png" "b/plugin/kokomi/data/wq/\345\217\243\350\242\213\351\255\224\345\257\274\344\271\246.png" new file mode 100644 index 0000000000..33a1ffadf5 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\217\243\350\242\213\351\255\224\345\257\274\344\271\246.png" differ diff --git "a/plugin/kokomi/data/wq/\345\220\203\350\231\216\351\261\274\345\210\200.png" "b/plugin/kokomi/data/wq/\345\220\203\350\231\216\351\261\274\345\210\200.png" new file mode 100644 index 0000000000..f7d84bfb30 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\220\203\350\231\216\351\261\274\345\210\200.png" differ diff --git "a/plugin/kokomi/data/wq/\345\222\214\347\222\236\351\270\242.png" "b/plugin/kokomi/data/wq/\345\222\214\347\222\236\351\270\242.png" new file mode 100644 index 0000000000..5e5fc946c7 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\222\214\347\222\236\351\270\242.png" differ diff --git "a/plugin/kokomi/data/wq/\345\226\234\345\244\232\351\231\242\345\215\201\346\226\207\345\255\227.png" "b/plugin/kokomi/data/wq/\345\226\234\345\244\232\351\231\242\345\215\201\346\226\207\345\255\227.png" new file mode 100644 index 0000000000..0e3c169a78 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\226\234\345\244\232\351\231\242\345\215\201\346\226\207\345\255\227.png" differ diff --git "a/plugin/kokomi/data/wq/\345\230\237\345\230\237\345\217\257\346\225\205\344\272\213\351\233\206.png" "b/plugin/kokomi/data/wq/\345\230\237\345\230\237\345\217\257\346\225\205\344\272\213\351\233\206.png" new file mode 100644 index 0000000000..9d4240a7c7 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\230\237\345\230\237\345\217\257\346\225\205\344\272\213\351\233\206.png" differ diff --git "a/plugin/kokomi/data/wq/\345\233\233\351\243\216\345\216\237\345\205\270.png" "b/plugin/kokomi/data/wq/\345\233\233\351\243\216\345\216\237\345\205\270.png" new file mode 100644 index 0000000000..8cb65ec136 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\233\233\351\243\216\345\216\237\345\205\270.png" differ diff --git "a/plugin/kokomi/data/wq/\345\233\276\350\216\261\346\235\234\346\213\211\347\232\204\345\233\236\345\277\206.png" "b/plugin/kokomi/data/wq/\345\233\276\350\216\261\346\235\234\346\213\211\347\232\204\345\233\236\345\277\206.png" new file mode 100644 index 0000000000..1c7595a3ad Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\233\276\350\216\261\346\235\234\346\213\211\347\232\204\345\233\236\345\277\206.png" differ diff --git "a/plugin/kokomi/data/wq/\345\234\243\346\230\276\344\271\213\351\222\245.png" "b/plugin/kokomi/data/wq/\345\234\243\346\230\276\344\271\213\351\222\245.png" new file mode 100644 index 0000000000..9f0615bf49 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\234\243\346\230\276\344\271\213\351\222\245.png" differ diff --git "a/plugin/kokomi/data/wq/\345\244\251\347\233\256\345\275\261\346\211\223\345\210\200.png" "b/plugin/kokomi/data/wq/\345\244\251\347\233\256\345\275\261\346\211\223\345\210\200.png" new file mode 100644 index 0000000000..1f255bf555 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\244\251\347\233\256\345\275\261\346\211\223\345\210\200.png" differ diff --git "a/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\345\202\262.png" "b/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\345\202\262.png" new file mode 100644 index 0000000000..cd96eeedbc Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\345\202\262.png" differ diff --git "a/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\345\210\203.png" "b/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\345\210\203.png" new file mode 100644 index 0000000000..23bc802ba9 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\345\210\203.png" differ diff --git "a/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\345\215\267.png" "b/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\345\215\267.png" new file mode 100644 index 0000000000..ee0d4d60f0 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\345\215\267.png" differ diff --git "a/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\347\277\274.png" "b/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\347\277\274.png" new file mode 100644 index 0000000000..e76059ddfa Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\347\277\274.png" differ diff --git "a/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\350\204\212.png" "b/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\350\204\212.png" new file mode 100644 index 0000000000..260bcb3d59 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\244\251\347\251\272\344\271\213\350\204\212.png" differ diff --git "a/plugin/kokomi/data/wq/\345\255\246\345\276\222\347\254\224\350\256\260.png" "b/plugin/kokomi/data/wq/\345\255\246\345\276\222\347\254\224\350\256\260.png" new file mode 100644 index 0000000000..08a7e39647 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\255\246\345\276\222\347\254\224\350\256\260.png" differ diff --git "a/plugin/kokomi/data/wq/\345\256\227\345\256\244\345\244\247\345\211\221.png" "b/plugin/kokomi/data/wq/\345\256\227\345\256\244\345\244\247\345\211\221.png" new file mode 100644 index 0000000000..bd24209049 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\256\227\345\256\244\345\244\247\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\345\256\227\345\256\244\347\214\216\346\236\252.png" "b/plugin/kokomi/data/wq/\345\256\227\345\256\244\347\214\216\346\236\252.png" new file mode 100644 index 0000000000..99a60ba82a Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\256\227\345\256\244\347\214\216\346\236\252.png" differ diff --git "a/plugin/kokomi/data/wq/\345\256\227\345\256\244\347\247\230\346\263\225\345\275\225.png" "b/plugin/kokomi/data/wq/\345\256\227\345\256\244\347\247\230\346\263\225\345\275\225.png" new file mode 100644 index 0000000000..d0796b4e1b Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\256\227\345\256\244\347\247\230\346\263\225\345\275\225.png" differ diff --git "a/plugin/kokomi/data/wq/\345\256\227\345\256\244\351\225\277\345\211\221.png" "b/plugin/kokomi/data/wq/\345\256\227\345\256\244\351\225\277\345\211\221.png" new file mode 100644 index 0000000000..9bb88375a4 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\256\227\345\256\244\351\225\277\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\345\256\227\345\256\244\351\225\277\345\274\223.png" "b/plugin/kokomi/data/wq/\345\256\227\345\256\244\351\225\277\345\274\223.png" new file mode 100644 index 0000000000..07a997318a Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\256\227\345\256\244\351\225\277\345\274\223.png" differ diff --git "a/plugin/kokomi/data/wq/\345\260\230\344\270\226\344\271\213\351\224\201.png" "b/plugin/kokomi/data/wq/\345\260\230\344\270\226\344\271\213\351\224\201.png" new file mode 100644 index 0000000000..58f7a72c59 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\260\230\344\270\226\344\271\213\351\224\201.png" differ diff --git "a/plugin/kokomi/data/wq/\345\271\275\345\244\234\345\215\216\345\260\224\345\205\271.png" "b/plugin/kokomi/data/wq/\345\271\275\345\244\234\345\215\216\345\260\224\345\205\271.png" new file mode 100644 index 0000000000..fea9d3a11d Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\271\275\345\244\234\345\215\216\345\260\224\345\205\271.png" differ diff --git "a/plugin/kokomi/data/wq/\345\274\202\344\270\226\347\225\214\350\241\214\350\256\260.png" "b/plugin/kokomi/data/wq/\345\274\202\344\270\226\347\225\214\350\241\214\350\256\260.png" new file mode 100644 index 0000000000..2ee4fef5db Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\274\202\344\270\226\347\225\214\350\241\214\350\256\260.png" differ diff --git "a/plugin/kokomi/data/wq/\345\274\223\350\227\217.png" "b/plugin/kokomi/data/wq/\345\274\223\350\227\217.png" new file mode 100644 index 0000000000..407a1410da Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\274\223\350\227\217.png" differ diff --git "a/plugin/kokomi/data/wq/\345\274\271\345\274\223.png" "b/plugin/kokomi/data/wq/\345\274\271\345\274\223.png" new file mode 100644 index 0000000000..07b081ceb2 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\274\271\345\274\223.png" differ diff --git "a/plugin/kokomi/data/wq/\345\277\215\345\206\254\344\271\213\346\236\234.png" "b/plugin/kokomi/data/wq/\345\277\215\345\206\254\344\271\213\346\236\234.png" new file mode 100644 index 0000000000..91d28cbf47 Binary files /dev/null and "b/plugin/kokomi/data/wq/\345\277\215\345\206\254\344\271\213\346\236\234.png" differ diff --git "a/plugin/kokomi/data/wq/\346\201\257\347\201\276.png" "b/plugin/kokomi/data/wq/\346\201\257\347\201\276.png" new file mode 100644 index 0000000000..4d62559dfb Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\201\257\347\201\276.png" differ diff --git "a/plugin/kokomi/data/wq/\346\201\266\347\216\213\344\270\270.png" "b/plugin/kokomi/data/wq/\346\201\266\347\216\213\344\270\270.png" new file mode 100644 index 0000000000..2667e6cb28 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\201\266\347\216\213\344\270\270.png" differ diff --git "a/plugin/kokomi/data/wq/\346\212\244\346\221\251\344\271\213\346\235\226.png" "b/plugin/kokomi/data/wq/\346\212\244\346\221\251\344\271\213\346\235\226.png" new file mode 100644 index 0000000000..e7f7cdd364 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\212\244\346\221\251\344\271\213\346\235\226.png" differ diff --git "a/plugin/kokomi/data/wq/\346\216\240\351\243\237\350\200\205.png" "b/plugin/kokomi/data/wq/\346\216\240\351\243\237\350\200\205.png" new file mode 100644 index 0000000000..784c9f25d9 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\216\240\351\243\237\350\200\205.png" differ diff --git "a/plugin/kokomi/data/wq/\346\226\253\345\263\260\344\271\213\345\210\203.png" "b/plugin/kokomi/data/wq/\346\226\253\345\263\260\344\271\213\345\210\203.png" new file mode 100644 index 0000000000..bee3075c45 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\226\253\345\263\260\344\271\213\345\210\203.png" differ diff --git "a/plugin/kokomi/data/wq/\346\226\255\346\265\252\351\225\277\351\263\215.png" "b/plugin/kokomi/data/wq/\346\226\255\346\265\252\351\225\277\351\263\215.png" new file mode 100644 index 0000000000..721525dc56 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\226\255\346\265\252\351\225\277\351\263\215.png" differ diff --git "a/plugin/kokomi/data/wq/\346\226\260\346\211\213\351\225\277\346\236\252.png" "b/plugin/kokomi/data/wq/\346\226\260\346\211\213\351\225\277\346\236\252.png" new file mode 100644 index 0000000000..4738d26289 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\226\260\346\211\213\351\225\277\346\236\252.png" differ diff --git "a/plugin/kokomi/data/wq/\346\227\205\350\241\214\345\211\221.png" "b/plugin/kokomi/data/wq/\346\227\205\350\241\214\345\211\221.png" new file mode 100644 index 0000000000..dc3b0fdc43 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\227\205\350\241\214\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\346\227\240\345\267\245\344\271\213\345\211\221.png" "b/plugin/kokomi/data/wq/\346\227\240\345\267\245\344\271\213\345\211\221.png" new file mode 100644 index 0000000000..d8e5463ebb Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\227\240\345\267\245\344\271\213\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\346\227\240\351\224\213\345\211\221.png" "b/plugin/kokomi/data/wq/\346\227\240\351\224\213\345\211\221.png" new file mode 100644 index 0000000000..e96bcedbab Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\227\240\351\224\213\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\346\230\255\345\277\203.png" "b/plugin/kokomi/data/wq/\346\230\255\345\277\203.png" new file mode 100644 index 0000000000..48323e500d Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\230\255\345\277\203.png" differ diff --git "a/plugin/kokomi/data/wq/\346\232\227\345\267\267\347\214\216\346\211\213.png" "b/plugin/kokomi/data/wq/\346\232\227\345\267\267\347\214\216\346\211\213.png" new file mode 100644 index 0000000000..e5847f3212 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\232\227\345\267\267\347\214\216\346\211\213.png" differ diff --git "a/plugin/kokomi/data/wq/\346\232\227\345\267\267\347\232\204\351\205\222\344\270\216\350\257\227.png" "b/plugin/kokomi/data/wq/\346\232\227\345\267\267\347\232\204\351\205\222\344\270\216\350\257\227.png" new file mode 100644 index 0000000000..5c54c1a7be Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\232\227\345\267\267\347\232\204\351\205\222\344\270\216\350\257\227.png" differ diff --git "a/plugin/kokomi/data/wq/\346\232\227\345\267\267\351\227\252\345\205\211.png" "b/plugin/kokomi/data/wq/\346\232\227\345\267\267\351\227\252\345\205\211.png" new file mode 100644 index 0000000000..a7d7910711 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\232\227\345\267\267\351\227\252\345\205\211.png" differ diff --git "a/plugin/kokomi/data/wq/\346\232\227\351\223\201\345\211\221.png" "b/plugin/kokomi/data/wq/\346\232\227\351\223\201\345\211\221.png" new file mode 100644 index 0000000000..505c55fcf4 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\232\227\351\223\201\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\346\233\232\344\272\221\344\271\213\346\234\210.png" "b/plugin/kokomi/data/wq/\346\233\232\344\272\221\344\271\213\346\234\210.png" new file mode 100644 index 0000000000..b74847fdc1 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\233\232\344\272\221\344\271\213\346\234\210.png" differ diff --git "a/plugin/kokomi/data/wq/\346\235\276\347\261\201\345\223\215\350\265\267\344\271\213\346\227\266.png" "b/plugin/kokomi/data/wq/\346\235\276\347\261\201\345\223\215\350\265\267\344\271\213\346\227\266.png" new file mode 100644 index 0000000000..e2f1798409 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\235\276\347\261\201\345\223\215\350\265\267\344\271\213\346\227\266.png" differ diff --git "a/plugin/kokomi/data/wq/\346\241\202\346\234\250\346\226\251\351\225\277\346\255\243.png" "b/plugin/kokomi/data/wq/\346\241\202\346\234\250\346\226\251\351\225\277\346\255\243.png" new file mode 100644 index 0000000000..b7657418e3 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\241\202\346\234\250\346\226\251\351\225\277\346\255\243.png" differ diff --git "a/plugin/kokomi/data/wq/\346\243\256\346\236\227\347\216\213\345\231\250.png" "b/plugin/kokomi/data/wq/\346\243\256\346\236\227\347\216\213\345\231\250.png" new file mode 100644 index 0000000000..c3dd22b06f Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\243\256\346\236\227\347\216\213\345\231\250.png" differ diff --git "a/plugin/kokomi/data/wq/\346\262\220\346\265\264\351\276\231\350\241\200\347\232\204\345\211\221.png" "b/plugin/kokomi/data/wq/\346\262\220\346\265\264\351\276\231\350\241\200\347\232\204\345\211\221.png" new file mode 100644 index 0000000000..020dbcbfa2 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\262\220\346\265\264\351\276\231\350\241\200\347\232\204\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\346\263\242\344\271\261\346\234\210\347\231\275\347\273\217\346\264\245.png" "b/plugin/kokomi/data/wq/\346\263\242\344\271\261\346\234\210\347\231\275\347\273\217\346\264\245.png" new file mode 100644 index 0000000000..86c7c1c1f3 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\263\242\344\271\261\346\234\210\347\231\275\347\273\217\346\264\245.png" differ diff --git "a/plugin/kokomi/data/wq/\346\265\201\346\234\210\351\222\210.png" "b/plugin/kokomi/data/wq/\346\265\201\346\234\210\351\222\210.png" new file mode 100644 index 0000000000..d0096a0911 Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\265\201\346\234\210\351\222\210.png" differ diff --git "a/plugin/kokomi/data/wq/\346\265\201\346\265\252\344\271\220\347\253\240.png" "b/plugin/kokomi/data/wq/\346\265\201\346\265\252\344\271\220\347\253\240.png" new file mode 100644 index 0000000000..bd24aa6caf Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\265\201\346\265\252\344\271\220\347\253\240.png" differ diff --git "a/plugin/kokomi/data/wq/\346\265\201\346\265\252\347\232\204\346\231\232\346\230\237.png" "b/plugin/kokomi/data/wq/\346\265\201\346\265\252\347\232\204\346\231\232\346\230\237.png" new file mode 100644 index 0000000000..cbcd00187f Binary files /dev/null and "b/plugin/kokomi/data/wq/\346\265\201\346\265\252\347\232\204\346\231\232\346\230\237.png" differ diff --git "a/plugin/kokomi/data/wq/\347\213\274\347\232\204\346\234\253\350\267\257.png" "b/plugin/kokomi/data/wq/\347\213\274\347\232\204\346\234\253\350\267\257.png" new file mode 100644 index 0000000000..851fef7316 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\213\274\347\232\204\346\234\253\350\267\257.png" differ diff --git "a/plugin/kokomi/data/wq/\347\214\216\344\272\272\344\271\213\345\276\204.png" "b/plugin/kokomi/data/wq/\347\214\216\344\272\272\344\271\213\345\276\204.png" new file mode 100644 index 0000000000..c2d224d9a2 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\214\216\344\272\272\344\271\213\345\276\204.png" differ diff --git "a/plugin/kokomi/data/wq/\347\214\216\345\274\223.png" "b/plugin/kokomi/data/wq/\347\214\216\345\274\223.png" new file mode 100644 index 0000000000..5547bb9550 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\214\216\345\274\223.png" differ diff --git "a/plugin/kokomi/data/wq/\347\216\213\344\270\213\350\277\221\344\276\215.png" "b/plugin/kokomi/data/wq/\347\216\213\344\270\213\350\277\221\344\276\215.png" new file mode 100644 index 0000000000..23bae9346a Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\216\213\344\270\213\350\277\221\344\276\215.png" differ diff --git "a/plugin/kokomi/data/wq/\347\216\233\346\265\267\350\217\210\347\232\204\346\260\264\350\211\262.png" "b/plugin/kokomi/data/wq/\347\216\233\346\265\267\350\217\210\347\232\204\346\260\264\350\211\262.png" new file mode 100644 index 0000000000..508c149b52 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\216\233\346\265\267\350\217\210\347\232\204\346\260\264\350\211\262.png" differ diff --git "a/plugin/kokomi/data/wq/\347\224\262\347\272\247\345\256\235\347\217\217.png" "b/plugin/kokomi/data/wq/\347\224\262\347\272\247\345\256\235\347\217\217.png" new file mode 100644 index 0000000000..ce5b44d694 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\224\262\347\272\247\345\256\235\347\217\217.png" differ diff --git "a/plugin/kokomi/data/wq/\347\231\275\345\275\261\345\211\221.png" "b/plugin/kokomi/data/wq/\347\231\275\345\275\261\345\211\221.png" new file mode 100644 index 0000000000..083a2e2429 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\231\275\345\275\261\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\347\231\275\347\274\250\346\236\252.png" "b/plugin/kokomi/data/wq/\347\231\275\347\274\250\346\236\252.png" new file mode 100644 index 0000000000..5ae5c74025 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\231\275\347\274\250\346\236\252.png" differ diff --git "a/plugin/kokomi/data/wq/\347\231\275\350\276\260\344\271\213\347\216\257.png" "b/plugin/kokomi/data/wq/\347\231\275\350\276\260\344\271\213\347\216\257.png" new file mode 100644 index 0000000000..bc6261f34d Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\231\275\350\276\260\344\271\213\347\216\257.png" differ diff --git "a/plugin/kokomi/data/wq/\347\231\275\351\223\201\345\244\247\345\211\221.png" "b/plugin/kokomi/data/wq/\347\231\275\351\223\201\345\244\247\345\211\221.png" new file mode 100644 index 0000000000..e82cd73339 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\231\275\351\223\201\345\244\247\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\347\233\210\346\273\241\344\271\213\345\256\236.png" "b/plugin/kokomi/data/wq/\347\233\210\346\273\241\344\271\213\345\256\236.png" new file mode 100644 index 0000000000..936470923a Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\233\210\346\273\241\344\271\213\345\256\236.png" differ diff --git "a/plugin/kokomi/data/wq/\347\240\264\351\255\224\344\271\213\345\274\223.png" "b/plugin/kokomi/data/wq/\347\240\264\351\255\224\344\271\213\345\274\223.png" new file mode 100644 index 0000000000..3cea01c309 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\240\264\351\255\224\344\271\213\345\274\223.png" differ diff --git "a/plugin/kokomi/data/wq/\347\243\220\345\262\251\347\273\223\347\273\277.png" "b/plugin/kokomi/data/wq/\347\243\220\345\262\251\347\273\223\347\273\277.png" new file mode 100644 index 0000000000..01d06f4747 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\243\220\345\262\251\347\273\223\347\273\277.png" differ diff --git "a/plugin/kokomi/data/wq/\347\245\236\344\271\220\344\271\213\347\234\237\346\204\217.png" "b/plugin/kokomi/data/wq/\347\245\236\344\271\220\344\271\213\347\234\237\346\204\217.png" new file mode 100644 index 0000000000..0d5bdb7afa Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\245\236\344\271\220\344\271\213\347\234\237\346\204\217.png" differ diff --git "a/plugin/kokomi/data/wq/\347\245\236\345\260\204\346\211\213\344\271\213\350\252\223.png" "b/plugin/kokomi/data/wq/\347\245\236\345\260\204\346\211\213\344\271\213\350\252\223.png" new file mode 100644 index 0000000000..328f2e09b4 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\245\236\345\260\204\346\211\213\344\271\213\350\252\223.png" differ diff --git "a/plugin/kokomi/data/wq/\347\245\255\347\244\274\345\211\221.png" "b/plugin/kokomi/data/wq/\347\245\255\347\244\274\345\211\221.png" new file mode 100644 index 0000000000..b3c803a248 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\245\255\347\244\274\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\347\245\255\347\244\274\345\244\247\345\211\221.png" "b/plugin/kokomi/data/wq/\347\245\255\347\244\274\345\244\247\345\211\221.png" new file mode 100644 index 0000000000..c0686192e9 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\245\255\347\244\274\345\244\247\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\347\245\255\347\244\274\345\274\223.png" "b/plugin/kokomi/data/wq/\347\245\255\347\244\274\345\274\223.png" new file mode 100644 index 0000000000..6233e239b7 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\245\255\347\244\274\345\274\223.png" differ diff --git "a/plugin/kokomi/data/wq/\347\245\255\347\244\274\346\256\213\347\253\240.png" "b/plugin/kokomi/data/wq/\347\245\255\347\244\274\346\256\213\347\253\240.png" new file mode 100644 index 0000000000..f6e6a60e38 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\245\255\347\244\274\346\256\213\347\253\240.png" differ diff --git "a/plugin/kokomi/data/wq/\347\253\255\346\263\275.png" "b/plugin/kokomi/data/wq/\347\253\255\346\263\275.png" new file mode 100644 index 0000000000..0f29725b0e Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\253\255\346\263\275.png" differ diff --git "a/plugin/kokomi/data/wq/\347\254\233\345\211\221.png" "b/plugin/kokomi/data/wq/\347\254\233\345\211\221.png" new file mode 100644 index 0000000000..dc0aca5783 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\254\233\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\347\254\274\351\222\223\347\223\266\344\270\200\345\277\203.png" "b/plugin/kokomi/data/wq/\347\254\274\351\222\223\347\223\266\344\270\200\345\277\203.png" new file mode 100644 index 0000000000..73640ffd4b Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\254\274\351\222\223\347\223\266\344\270\200\345\277\203.png" differ diff --git "a/plugin/kokomi/data/wq/\347\273\210\346\234\253\345\227\237\345\217\271\344\271\213\350\257\227.png" "b/plugin/kokomi/data/wq/\347\273\210\346\234\253\345\227\237\345\217\271\344\271\213\350\257\227.png" new file mode 100644 index 0000000000..3202a2259e Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\273\210\346\234\253\345\227\237\345\217\271\344\271\213\350\257\227.png" differ diff --git "a/plugin/kokomi/data/wq/\347\273\235\345\274\246.png" "b/plugin/kokomi/data/wq/\347\273\235\345\274\246.png" new file mode 100644 index 0000000000..f85f7be635 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\273\235\345\274\246.png" differ diff --git "a/plugin/kokomi/data/wq/\347\277\241\347\216\211\346\263\225\347\220\203.png" "b/plugin/kokomi/data/wq/\347\277\241\347\216\211\346\263\225\347\220\203.png" new file mode 100644 index 0000000000..d7e1d74c36 Binary files /dev/null and "b/plugin/kokomi/data/wq/\347\277\241\347\216\211\346\263\225\347\220\203.png" differ diff --git "a/plugin/kokomi/data/wq/\350\205\220\346\256\226\344\271\213\345\211\221.png" "b/plugin/kokomi/data/wq/\350\205\220\346\256\226\344\271\213\345\211\221.png" new file mode 100644 index 0000000000..e3ac216ff6 Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\205\220\346\256\226\344\271\213\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\350\213\215\345\217\244\350\207\252\347\224\261\344\271\213\350\252\223.png" "b/plugin/kokomi/data/wq/\350\213\215\345\217\244\350\207\252\347\224\261\344\271\213\350\252\223.png" new file mode 100644 index 0000000000..75395f7ef8 Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\213\215\345\217\244\350\207\252\347\224\261\344\271\213\350\252\223.png" differ diff --git "a/plugin/kokomi/data/wq/\350\213\215\347\277\240\347\214\216\345\274\223.png" "b/plugin/kokomi/data/wq/\350\213\215\347\277\240\347\214\216\345\274\223.png" new file mode 100644 index 0000000000..85d2ce19ac Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\213\215\347\277\240\347\214\216\345\274\223.png" differ diff --git "a/plugin/kokomi/data/wq/\350\213\245\346\260\264.png" "b/plugin/kokomi/data/wq/\350\213\245\346\260\264.png" new file mode 100644 index 0000000000..95cafd886d Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\213\245\346\260\264.png" differ diff --git "a/plugin/kokomi/data/wq/\350\220\275\351\234\236.png" "b/plugin/kokomi/data/wq/\350\220\275\351\234\236.png" new file mode 100644 index 0000000000..ddfb983aeb Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\220\275\351\234\236.png" differ diff --git "a/plugin/kokomi/data/wq/\350\226\231\350\215\211\344\271\213\347\250\273\345\205\211.png" "b/plugin/kokomi/data/wq/\350\226\231\350\215\211\344\271\213\347\250\273\345\205\211.png" new file mode 100644 index 0000000000..6217e3af15 Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\226\231\350\215\211\344\271\213\347\250\273\345\205\211.png" differ diff --git "a/plugin/kokomi/data/wq/\350\236\255\351\252\250\345\211\221.png" "b/plugin/kokomi/data/wq/\350\236\255\351\252\250\345\211\221.png" new file mode 100644 index 0000000000..2723b3b187 Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\236\255\351\252\250\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\350\241\224\347\217\240\346\265\267\347\232\207.png" "b/plugin/kokomi/data/wq/\350\241\224\347\217\240\346\265\267\347\232\207.png" new file mode 100644 index 0000000000..5928b5f4a4 Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\241\224\347\217\240\346\265\267\347\232\207.png" differ diff --git "a/plugin/kokomi/data/wq/\350\243\201\345\217\266\350\220\203\345\205\211.png" "b/plugin/kokomi/data/wq/\350\243\201\345\217\266\350\220\203\345\205\211.png" new file mode 100644 index 0000000000..4667469923 Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\243\201\345\217\266\350\220\203\345\205\211.png" differ diff --git "a/plugin/kokomi/data/wq/\350\245\277\347\246\217\346\226\257\347\232\204\346\234\210\345\205\211.png" "b/plugin/kokomi/data/wq/\350\245\277\347\246\217\346\226\257\347\232\204\346\234\210\345\205\211.png" new file mode 100644 index 0000000000..048f0c2d66 Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\245\277\347\246\217\346\226\257\347\232\204\346\234\210\345\205\211.png" differ diff --git "a/plugin/kokomi/data/wq/\350\245\277\351\243\216\345\211\221.png" "b/plugin/kokomi/data/wq/\350\245\277\351\243\216\345\211\221.png" new file mode 100644 index 0000000000..92e5c5bc5d Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\245\277\351\243\216\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\350\245\277\351\243\216\345\244\247\345\211\221.png" "b/plugin/kokomi/data/wq/\350\245\277\351\243\216\345\244\247\345\211\221.png" new file mode 100644 index 0000000000..1017f572ce Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\245\277\351\243\216\345\244\247\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\350\245\277\351\243\216\347\214\216\345\274\223.png" "b/plugin/kokomi/data/wq/\350\245\277\351\243\216\347\214\216\345\274\223.png" new file mode 100644 index 0000000000..c628dadd5e Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\245\277\351\243\216\347\214\216\345\274\223.png" differ diff --git "a/plugin/kokomi/data/wq/\350\245\277\351\243\216\347\247\230\345\205\270.png" "b/plugin/kokomi/data/wq/\350\245\277\351\243\216\347\247\230\345\205\270.png" new file mode 100644 index 0000000000..9455cd270f Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\245\277\351\243\216\347\247\230\345\205\270.png" differ diff --git "a/plugin/kokomi/data/wq/\350\245\277\351\243\216\351\225\277\346\236\252.png" "b/plugin/kokomi/data/wq/\350\245\277\351\243\216\351\225\277\346\236\252.png" new file mode 100644 index 0000000000..875b43bd14 Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\245\277\351\243\216\351\225\277\346\236\252.png" differ diff --git "a/plugin/kokomi/data/wq/\350\256\250\351\276\231\350\213\261\346\235\260\350\260\255.png" "b/plugin/kokomi/data/wq/\350\256\250\351\276\231\350\213\261\346\235\260\350\260\255.png" new file mode 100644 index 0000000000..299d18fa5b Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\256\250\351\276\231\350\213\261\346\235\260\350\260\255.png" differ diff --git "a/plugin/kokomi/data/wq/\350\256\255\347\273\203\345\244\247\345\211\221.png" "b/plugin/kokomi/data/wq/\350\256\255\347\273\203\345\244\247\345\211\221.png" new file mode 100644 index 0000000000..8185378daf Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\256\255\347\273\203\345\244\247\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\350\257\201\350\252\223\344\271\213\346\230\216\347\236\263.png" "b/plugin/kokomi/data/wq/\350\257\201\350\252\223\344\271\213\346\230\216\347\236\263.png" new file mode 100644 index 0000000000..2230ba911f Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\257\201\350\252\223\344\271\213\346\230\216\347\236\263.png" differ diff --git "a/plugin/kokomi/data/wq/\350\257\225\344\275\234\345\217\244\345\215\216.png" "b/plugin/kokomi/data/wq/\350\257\225\344\275\234\345\217\244\345\215\216.png" new file mode 100644 index 0000000000..60b0f4cc85 Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\257\225\344\275\234\345\217\244\345\215\216.png" differ diff --git "a/plugin/kokomi/data/wq/\350\257\225\344\275\234\346\226\251\345\262\251.png" "b/plugin/kokomi/data/wq/\350\257\225\344\275\234\346\226\251\345\262\251.png" new file mode 100644 index 0000000000..08121069a0 Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\257\225\344\275\234\346\226\251\345\262\251.png" differ diff --git "a/plugin/kokomi/data/wq/\350\257\225\344\275\234\346\230\237\351\225\260.png" "b/plugin/kokomi/data/wq/\350\257\225\344\275\234\346\230\237\351\225\260.png" new file mode 100644 index 0000000000..c34f81fb4b Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\257\225\344\275\234\346\230\237\351\225\260.png" differ diff --git "a/plugin/kokomi/data/wq/\350\257\225\344\275\234\346\276\271\346\234\210.png" "b/plugin/kokomi/data/wq/\350\257\225\344\275\234\346\276\271\346\234\210.png" new file mode 100644 index 0000000000..9d8f650495 Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\257\225\344\275\234\346\276\271\346\234\210.png" differ diff --git "a/plugin/kokomi/data/wq/\350\257\225\344\275\234\351\207\221\347\217\200.png" "b/plugin/kokomi/data/wq/\350\257\225\344\275\234\351\207\221\347\217\200.png" new file mode 100644 index 0000000000..9a2e297c47 Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\257\225\344\275\234\351\207\221\347\217\200.png" differ diff --git "a/plugin/kokomi/data/wq/\350\264\257\346\234\210\347\237\242.png" "b/plugin/kokomi/data/wq/\350\264\257\346\234\210\347\237\242.png" new file mode 100644 index 0000000000..c48258cf47 Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\264\257\346\234\210\347\237\242.png" differ diff --git "a/plugin/kokomi/data/wq/\350\264\257\350\231\271\344\271\213\346\247\212.png" "b/plugin/kokomi/data/wq/\350\264\257\350\231\271\344\271\213\346\247\212.png" new file mode 100644 index 0000000000..56ea51ac1c Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\264\257\350\231\271\344\271\213\346\247\212.png" differ diff --git "a/plugin/kokomi/data/wq/\350\265\244\346\262\231\344\271\213\346\235\226.png" "b/plugin/kokomi/data/wq/\350\265\244\346\262\231\344\271\213\346\235\226.png" new file mode 100644 index 0000000000..236e9496aa Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\265\244\346\262\231\344\271\213\346\235\226.png" differ diff --git "a/plugin/kokomi/data/wq/\350\265\244\350\247\222\347\237\263\346\272\203\346\235\265.png" "b/plugin/kokomi/data/wq/\350\265\244\350\247\222\347\237\263\346\272\203\346\235\265.png" new file mode 100644 index 0000000000..633e1dcba7 Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\265\244\350\247\222\347\237\263\346\272\203\346\235\265.png" differ diff --git "a/plugin/kokomi/data/wq/\350\276\260\347\240\202\344\271\213\347\272\272\351\224\244.png" "b/plugin/kokomi/data/wq/\350\276\260\347\240\202\344\271\213\347\272\272\351\224\244.png" new file mode 100644 index 0000000000..d33005bc4a Binary files /dev/null and "b/plugin/kokomi/data/wq/\350\276\260\347\240\202\344\271\213\347\272\272\351\224\244.png" differ diff --git "a/plugin/kokomi/data/wq/\351\222\237\345\211\221.png" "b/plugin/kokomi/data/wq/\351\222\237\345\211\221.png" new file mode 100644 index 0000000000..8c3a5a33a5 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\222\237\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\351\222\242\350\275\256\345\274\223.png" "b/plugin/kokomi/data/wq/\351\222\242\350\275\256\345\274\223.png" new file mode 100644 index 0000000000..e9d72da724 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\222\242\350\275\256\345\274\223.png" differ diff --git "a/plugin/kokomi/data/wq/\351\222\272\347\237\233.png" "b/plugin/kokomi/data/wq/\351\222\272\347\237\233.png" new file mode 100644 index 0000000000..7e03b21155 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\222\272\347\237\233.png" differ diff --git "a/plugin/kokomi/data/wq/\351\223\201\345\260\226\346\236\252.png" "b/plugin/kokomi/data/wq/\351\223\201\345\260\226\346\236\252.png" new file mode 100644 index 0000000000..9019f6323f Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\223\201\345\260\226\346\236\252.png" differ diff --git "a/plugin/kokomi/data/wq/\351\223\201\345\275\261\351\230\224\345\211\221.png" "b/plugin/kokomi/data/wq/\351\223\201\345\275\261\351\230\224\345\211\221.png" new file mode 100644 index 0000000000..e0a31508d3 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\223\201\345\275\261\351\230\224\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\351\223\201\350\234\202\345\210\272.png" "b/plugin/kokomi/data/wq/\351\223\201\350\234\202\345\210\272.png" new file mode 100644 index 0000000000..d544198e42 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\223\201\350\234\202\345\210\272.png" differ diff --git "a/plugin/kokomi/data/wq/\351\223\266\345\211\221.png" "b/plugin/kokomi/data/wq/\351\223\266\345\211\221.png" new file mode 100644 index 0000000000..b3de69f3e2 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\223\266\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\351\230\277\350\216\253\346\226\257\344\271\213\345\274\223.png" "b/plugin/kokomi/data/wq/\351\230\277\350\216\253\346\226\257\344\271\213\345\274\223.png" new file mode 100644 index 0000000000..6280ca6d85 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\230\277\350\216\253\346\226\257\344\271\213\345\274\223.png" differ diff --git "a/plugin/kokomi/data/wq/\351\231\215\344\270\264\344\271\213\345\211\221.png" "b/plugin/kokomi/data/wq/\351\231\215\344\270\264\344\271\213\345\211\221.png" new file mode 100644 index 0000000000..b820c63f84 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\231\215\344\270\264\344\271\213\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\351\233\250\350\243\201.png" "b/plugin/kokomi/data/wq/\351\233\250\350\243\201.png" new file mode 100644 index 0000000000..9db2817d0a Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\233\250\350\243\201.png" differ diff --git "a/plugin/kokomi/data/wq/\351\233\252\350\221\254\347\232\204\346\230\237\351\223\266.png" "b/plugin/kokomi/data/wq/\351\233\252\350\221\254\347\232\204\346\230\237\351\223\266.png" new file mode 100644 index 0000000000..3c2c43d094 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\233\252\350\221\254\347\232\204\346\230\237\351\223\266.png" differ diff --git "a/plugin/kokomi/data/wq/\351\233\276\345\210\207\344\271\213\345\233\236\345\205\211.png" "b/plugin/kokomi/data/wq/\351\233\276\345\210\207\344\271\213\345\233\236\345\205\211.png" new file mode 100644 index 0000000000..e38fe00c05 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\233\276\345\210\207\344\271\213\345\233\236\345\205\211.png" differ diff --git "a/plugin/kokomi/data/wq/\351\243\216\344\277\241\344\271\213\351\224\213.png" "b/plugin/kokomi/data/wq/\351\243\216\344\277\241\344\271\213\351\224\213.png" new file mode 100644 index 0000000000..f2a30dff63 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\243\216\344\277\241\344\271\213\351\224\213.png" differ diff --git "a/plugin/kokomi/data/wq/\351\243\216\350\212\261\344\271\213\351\242\202.png" "b/plugin/kokomi/data/wq/\351\243\216\350\212\261\344\271\213\351\242\202.png" new file mode 100644 index 0000000000..4120f06087 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\243\216\350\212\261\344\271\213\351\242\202.png" differ diff --git "a/plugin/kokomi/data/wq/\351\243\216\351\271\260\345\211\221.png" "b/plugin/kokomi/data/wq/\351\243\216\351\271\260\345\211\221.png" new file mode 100644 index 0000000000..250784d646 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\243\216\351\271\260\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\351\243\236\345\244\251\345\244\247\345\276\241\345\211\221.png" "b/plugin/kokomi/data/wq/\351\243\236\345\244\251\345\244\247\345\276\241\345\211\221.png" new file mode 100644 index 0000000000..88fc90cf04 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\243\236\345\244\251\345\244\247\345\276\241\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\351\243\236\345\244\251\345\276\241\345\211\221.png" "b/plugin/kokomi/data/wq/\351\243\236\345\244\251\345\276\241\345\211\221.png" new file mode 100644 index 0000000000..280c7ec64e Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\243\236\345\244\251\345\276\241\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\351\243\236\351\233\267\344\271\213\345\274\246\346\214\257.png" "b/plugin/kokomi/data/wq/\351\243\236\351\233\267\344\271\213\345\274\246\346\214\257.png" new file mode 100644 index 0000000000..69eceb32e7 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\243\236\351\233\267\344\271\213\345\274\246\346\214\257.png" differ diff --git "a/plugin/kokomi/data/wq/\351\255\224\345\257\274\347\273\252\350\256\272.png" "b/plugin/kokomi/data/wq/\351\255\224\345\257\274\347\273\252\350\256\272.png" new file mode 100644 index 0000000000..af0943db0a Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\255\224\345\257\274\347\273\252\350\256\272.png" differ diff --git "a/plugin/kokomi/data/wq/\351\270\246\347\276\275\345\274\223.png" "b/plugin/kokomi/data/wq/\351\270\246\347\276\275\345\274\223.png" new file mode 100644 index 0000000000..9c04812f31 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\270\246\347\276\275\345\274\223.png" differ diff --git "a/plugin/kokomi/data/wq/\351\273\216\346\230\216\347\245\236\345\211\221.png" "b/plugin/kokomi/data/wq/\351\273\216\346\230\216\347\245\236\345\211\221.png" new file mode 100644 index 0000000000..62d81b312f Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\273\216\346\230\216\347\245\236\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\351\273\221\345\211\221.png" "b/plugin/kokomi/data/wq/\351\273\221\345\211\221.png" new file mode 100644 index 0000000000..e5893ca321 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\273\221\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\351\273\221\345\262\251\345\210\272\346\236\252.png" "b/plugin/kokomi/data/wq/\351\273\221\345\262\251\345\210\272\346\236\252.png" new file mode 100644 index 0000000000..cc05b6ac5d Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\273\221\345\262\251\345\210\272\346\236\252.png" differ diff --git "a/plugin/kokomi/data/wq/\351\273\221\345\262\251\346\210\230\345\274\223.png" "b/plugin/kokomi/data/wq/\351\273\221\345\262\251\346\210\230\345\274\223.png" new file mode 100644 index 0000000000..db46939034 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\273\221\345\262\251\346\210\230\345\274\223.png" differ diff --git "a/plugin/kokomi/data/wq/\351\273\221\345\262\251\346\226\251\345\210\200.png" "b/plugin/kokomi/data/wq/\351\273\221\345\262\251\346\226\251\345\210\200.png" new file mode 100644 index 0000000000..51e0c35473 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\273\221\345\262\251\346\226\251\345\210\200.png" differ diff --git "a/plugin/kokomi/data/wq/\351\273\221\345\262\251\347\273\257\347\216\211.png" "b/plugin/kokomi/data/wq/\351\273\221\345\262\251\347\273\257\347\216\211.png" new file mode 100644 index 0000000000..a0e24f15ac Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\273\221\345\262\251\347\273\257\347\216\211.png" differ diff --git "a/plugin/kokomi/data/wq/\351\273\221\345\262\251\351\225\277\345\211\221.png" "b/plugin/kokomi/data/wq/\351\273\221\345\262\251\351\225\277\345\211\221.png" new file mode 100644 index 0000000000..e7252e30f4 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\273\221\345\262\251\351\225\277\345\211\221.png" differ diff --git "a/plugin/kokomi/data/wq/\351\273\221\347\274\250\346\236\252.png" "b/plugin/kokomi/data/wq/\351\273\221\347\274\250\346\236\252.png" new file mode 100644 index 0000000000..d67470a79b Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\273\221\347\274\250\346\236\252.png" differ diff --git "a/plugin/kokomi/data/wq/\351\276\231\350\204\212\351\225\277\346\236\252.png" "b/plugin/kokomi/data/wq/\351\276\231\350\204\212\351\225\277\346\236\252.png" new file mode 100644 index 0000000000..ba41fb2d95 Binary files /dev/null and "b/plugin/kokomi/data/wq/\351\276\231\350\204\212\351\225\277\346\236\252.png" differ diff --git a/plugin/kokomi/data/zawu/crown.png b/plugin/kokomi/data/zawu/crown.png new file mode 100644 index 0000000000..14cbafa4f5 Binary files /dev/null and b/plugin/kokomi/data/zawu/crown.png differ diff --git a/plugin/kokomi/data/zawu/menu.png b/plugin/kokomi/data/zawu/menu.png new file mode 100644 index 0000000000..02889d83b4 Binary files /dev/null and b/plugin/kokomi/data/zawu/menu.png differ diff --git a/plugin/kokomi/data/zawu/window.jpg b/plugin/kokomi/data/zawu/window.jpg new file mode 100644 index 0000000000..47d2e9d916 Binary files /dev/null and b/plugin/kokomi/data/zawu/window.jpg differ diff --git a/plugin/kokomi/huitu.go b/plugin/kokomi/huitu.go new file mode 100644 index 0000000000..0a330eca33 --- /dev/null +++ b/plugin/kokomi/huitu.go @@ -0,0 +1,72 @@ +package kokomi + +import ( + "image" + "image/color" + "math" + + //"github.com/fogleman/gg"//原版gg + "github.com/FloatTech/gg" +) + +// Polygon 画多边形 +func Polygon(n int) []gg.Point { + result := make([]gg.Point, n) + for i := 0; i < n; i++ { + a := float64(i)*2*math.Pi/float64(n) - math.Pi/2 + result[i] = gg.Point{X: math.Cos(a), Y: math.Sin(a)} + } + return result +} + +// Drawstars 画星星 +func Drawstars(side, all string, num int) image.Image { + dc := gg.NewContext(500, 80) + n := 5 + points := Polygon(n) + for x, i := 40, 0; i < num; x += 80 { + dc.Push() + //s := rand.Float64()*S/4 + S/4 + dc.Translate(float64(x), 45) + // dc.Rotate(rand.Float64() * 1.5 * math.Pi) //旋转 + dc.Scale(30, 30) //大小 + for i := 0; i < n+1; i++ { + index := (i * 2) % n + p := points[index] + dc.LineTo(p.X, p.Y) + } + dc.SetLineWidth(10) + dc.SetHexColor(side) //线 + dc.StrokePreserve() + dc.SetHexColor(all) + dc.Fill() + dc.Pop() + i++ + } + return dc.Image() +} + +// AdjustOpacity 更改透明度 +func AdjustOpacity(m image.Image, percentage float64) image.Image { + bounds := m.Bounds() + dx, dy := bounds.Dx(), bounds.Dy() + nimg := image.NewRGBA64(bounds) + for i := 0; i < dx; i++ { + for j := 0; j < dy; j++ { + r, g, b, a := m.At(i, j).RGBA() + opacity := uint16(float64(a) * percentage) + r, g, b, a = nimg.ColorModel().Convert(color.NRGBA64{R: uint16(r), G: uint16(g), B: uint16(b), A: opacity}).RGBA() + nimg.SetRGBA64(i, j, color.RGBA64{R: uint16(r), G: uint16(g), B: uint16(b), A: uint16(a)}) + } + } + return nimg +} + +// Yinying 绘制阴影 圆角矩形 +func Yinying(x int, y int, r float64, c color.Color) image.Image { + ctx := gg.NewContext(x, y) + ctx.SetColor(c) + ctx.DrawRoundedRectangle(0, 0, float64(x), float64(y), r) + ctx.Fill() + return ctx.Image() +} diff --git a/plugin/kokomi/json.go b/plugin/kokomi/json.go new file mode 100644 index 0000000000..310a458aec --- /dev/null +++ b/plugin/kokomi/json.go @@ -0,0 +1,235 @@ +package kokomi // Package kokomi + +import () + +// Data 从网站获取的数据 +type Data struct { + PlayerInfo struct { + Nickname string `json:"nickname"` + Level int `json:"level"` + Signature string `json:"signature"` + WorldLevel int `json:"worldLevel"` + NameCardID int `json:"nameCardId"` + FinishAchievementNum int `json:"finishAchievementNum"` + TowerFloorIndex int `json:"towerFloorIndex"` + TowerLevelIndex int `json:"towerLevelIndex"` + ShowAvatarInfoList []struct { + AvatarID int `json:"avatarId"` + Level int `json:"level"` + CostumeID int `json:"costumeId,omitempty"` + } `json:"showAvatarInfoList"` + ShowNameCardIDList []int `json:"showNameCardIdList"` + ProfilePicture struct { + AvatarID int `json:"avatarId"` + } `json:"profilePicture"` + } `json:"playerInfo"` + AvatarInfoList []struct { + AvatarID int `json:"avatarId"` + PropMap struct { + Num1001 struct { + Type int `json:"type"` + Ival string `json:"ival"` + } `json:"1001"` + Num1002 struct { + Type int `json:"type"` + Ival string `json:"ival"` + Val string `json:"val"` + } `json:"1002"` + Num1003 struct { + Type int `json:"type"` + Ival string `json:"ival"` + } `json:"1003"` + Num1004 struct { + Type int `json:"type"` + Ival string `json:"ival"` + } `json:"1004"` + Num4001 struct { + Type int `json:"type"` + Ival string `json:"ival"` + Val string `json:"val"` + } `json:"4001"` + Num10010 struct { + Type int `json:"type"` + Ival string `json:"ival"` + Val string `json:"val"` + } `json:"10010"` + } `json:"propMap"` + FightPropMap struct { + Num1 float64 `json:"1"` + Num2 float64 `json:"2"` + Num3 float64 `json:"3"` + Num4 float64 `json:"4"` + Num5 float64 `json:"5"` + Num6 float64 `json:"6"` + Num7 float64 `json:"7"` + Num8 float64 `json:"8"` + Num20 float64 `json:"20"` + Num21 float64 `json:"21"` + Num22 float64 `json:"22"` + Num23 float64 `json:"23"` + Num26 float64 `json:"26"` + Num27 float64 `json:"27"` + Num28 float64 `json:"28"` + Num29 float64 `json:"29"` + Num30 float64 `json:"30"` + Num40 float64 `json:"40"` + Num41 float64 `json:"41"` + Num42 float64 `json:"42"` + Num43 float64 `json:"43"` + Num44 float64 `json:"44"` + Num45 float64 `json:"45"` + Num46 float64 `json:"46"` + Num50 float64 `json:"50"` + Num51 float64 `json:"51"` + Num52 float64 `json:"52"` + Num53 float64 `json:"53"` + Num54 float64 `json:"54"` + Num55 float64 `json:"55"` + Num56 float64 `json:"56"` + Num70 float64 `json:"70"` + Num80 float64 `json:"80"` + Num1000 float64 `json:"1000"` + Num1010 float64 `json:"1010"` + Num2000 float64 `json:"2000"` + Num2001 float64 `json:"2001"` + Num2002 float64 `json:"2002"` + Num2003 float64 `json:"2003"` + Num3007 float64 `json:"3007"` + Num3008 float64 `json:"3008"` + Num3015 float64 `json:"3015"` + Num3016 float64 `json:"3016"` + Num3017 float64 `json:"3017"` + Num3018 float64 `json:"3018"` + Num3019 float64 `json:"3019"` + Num3020 float64 `json:"3020"` + Num3021 float64 `json:"3021"` + Num3022 float64 `json:"3022"` + Num3045 float64 `json:"3045"` + Num3046 float64 `json:"3046"` + } `json:"fightPropMap"` + SkillDepotID int `json:"skillDepotId"` + InherentProudSkillList []int `json:"inherentProudSkillList"` + SkillLevelMap map[int]int `json:"skillLevelMap"` + EquipList []struct { + ItemID int `json:"itemId"` + Reliquary struct { + Level int `json:"level"` + MainPropID int `json:"mainPropId"` + AppendPropIDList []int `json:"appendPropIdList"` + } `json:"reliquary,omitempty"` + Flat Flat `json:"flat"` //标记 + Weapon struct { + Level int `json:"level"` + PromoteLevel int `json:"promoteLevel"` + AffixMap map[int]int `json:"affixMap"` + } `json:"weapon,omitempty"` + } `json:"equipList"` + FetterInfo struct { + ExpLevel int `json:"expLevel"` + } `json:"fetterInfo"` + TalentIDList []int `json:"talentIdList,omitempty"` + ProudSkillExtraLevelMap struct { + Num4239 int `json:"4239"` + } `json:"proudSkillExtraLevelMap,omitempty"` + CostumeID int `json:"costumeId,omitempty"` + } `json:"avatarInfoList"` + TTL int `json:"ttl"` + UID string `json:"uid"` +} + +// Flat ... 详细数据 +type Flat struct { + // l10n + NameTextHash string `json:"nameTextMapHash"` + SetNameTextHash string `json:"setNameTextMapHash,omitempty"` + + // artifact + ReliquaryMainStat Stat `json:"reliquaryMainstat,omitempty"` + ReliquarySubStats []Stat `json:"reliquarySubstats,omitempty"` + EquipType string `json:"equipType,omitempty"` + + // weapon + WeaponStat []Stat `json:"weaponStats,omitempty"` + + RankLevel int `json:"rankLevel"` // 3, 4 or 5 + ItemType string `json:"itemType"` // ITEM_WEAPON or ITEM_RELIQUARY + Icon string `json:"icon"` // You can get the icon from https://enka.network/ui/{Icon}.png +} + +// Stat ... 属性对 +type Stat struct { + MainPropID string `json:"mainPropId,omitempty"` + SubPropID string `json:"appendPropId,omitempty"` + Value float64 `json:"statValue"` +} + +// 本地数据 +type Thisdata struct { + UID string `json:"uid"` + Nickname string `json:"nickname"` + Level int `json:"level"` + Chars map[int]CharRole `json:"chars"` +} + +type CharRole struct { + ID int `json:"id"` + Name string `json:"name"` + Level string `json:"level"` + Cons int `json:"cons"` //命之座 + Fetter int `json:"fetter"` //好感 + Attr attr `json:"attr"` + Weapon weapon `json:"weapon"` + Talent talent `json:"talent"` + Artis artis `json:"artis"` + DataSource string `json:"dataSource"` +} + +type attr struct { + Atk float64 `json:"atk"` + AtkBase float64 `json:"atkBase"` + Def float64 `json:"def"` + DefBase float64 `json:"defBase"` + Hp float64 `json:"hp"` + HpBase float64 `json:"hpBase"` + Mastery float64 `json:"mastery"` + Recharge float64 `json:"recharge"` + Heal float64 `json:"heal"` + Cpct float64 `json:"cpct"` + Cdmg float64 `json:"cdmg"` + Dmg float64 `json:"dmg"` + DmgName string `json:"dmgname"` + Phy float64 `json:"phy"` +} + +type weapon struct { + Name string `json:"name"` + Star int `json:"star"` + Level int `json:"level"` + Affix int `json:"affix"` + Atk float64 `json:"akt"` //攻击力,可能不存在 +} +type talent struct { + A int `json:"a"` + E int `json:"e"` + Q int `json:"q"` +} + +type sywm struct { + Name string `json:"name"` + Set string `json:"set"` + Level int `json:"level"` + Main attrs `json:"main"` + Attrs []attrs `json:"attrs"` +} + +type attrs struct { + Title string `json:"title"` + Value float64 `json:"value"` +} +type artis struct { + Hua sywm `json:"1"` + Yu sywm `json:"2"` + Sha sywm `json:"3"` + Bei sywm `json:"4"` + Guan sywm `json:"5"` +} diff --git a/plugin/kokomi/kokomi.go b/plugin/kokomi/kokomi.go new file mode 100644 index 0000000000..41945a3a16 --- /dev/null +++ b/plugin/kokomi/kokomi.go @@ -0,0 +1,1272 @@ +// Package kokomi 原神面板v2.4.1 +package kokomi + +import ( + "bytes" + "encoding/json" + "fmt" + "image" + "image/color" + "os" + "regexp" + "strconv" + "strings" + "time" + + //"unicode/utf8" + "github.com/FloatTech/ZeroBot-Plugin/kanban" + "github.com/FloatTech/floatbox/web" + "github.com/FloatTech/imgfactory" + ctrl "github.com/FloatTech/zbpctrl" + "github.com/FloatTech/zbputils/control" + //"github.com/fogleman/gg"//原版gg + "github.com/FloatTech/gg" + //"github.com/golang/freetype" + "github.com/nfnt/resize" + zero "github.com/wdvxdr1123/ZeroBot" + "github.com/wdvxdr1123/ZeroBot/message" + "golang.org/x/image/webp" +) + +const ( + //tu = "https://api.yimian.xyz/img?type=moe&size=1920x1080" + NameFont = "plugin/kokomi/data/font/NZBZ.ttf" // 名字字体 + FontFile = "plugin/kokomi/data/font/sakura.ttf" // 汉字字体 + FiFile = "plugin/kokomi/data/font/tttgbnumber.ttf" // 其余字体(数字英文) + BaFile = "plugin/kokomi/data/font/STLITI.TTF" // 华文隶书版本版本号字体 +) + +func init() { // 主函数 + var ( + url = Config.Apis[Config.Apiid] + edition = Config.Edition + ) + en := control.Register("kokomi", &ctrl.Options[*zero.Ctx]{ + DisableOnDefault: false, + Brief: "原神面板查询", + Help: "- kokomi菜单([]里面为可选项)\n" + + "- 绑定......(uid)\n" + + "- 更新面板[@xx]\n" + + "- 全部面板[@xx]\n" + + "- XX面板[@xx]\n" + + "- 删除账号[@xx]\n" + + "- [@xx]队伍伤害[xx xx xx xx]\n" + + "- 管理员专属指令:\n" + + "- (上传|删除)第(1|2)立绘 XX\n", + }) + en.OnRegex(`(?:#|#)?(.*)面板\s*(?:\[CQ:at,qq=)?(\d+)?`).SetBlock(true).Handle(func(ctx *zero.Ctx) { + var allfen = 0.00 + sqquid := ctx.State["regex_matched"].([]string)[2] // 获取第三者qquid + if sqquid == "" { + sqquid = strconv.FormatInt(ctx.Event.UserID, 10) + } + str := ctx.State["regex_matched"].([]string)[1] // 获取key + if str == "" { + return + } + // 获取uid + uid := Getuid(sqquid) + suid := strconv.Itoa(uid) + if uid == 0 { + ctx.SendChain(message.Text("-未绑定uid\n-第一次使用请发送\"绑定xxx\"" + Config.Postfix)) + return + } + //############################################################判断数据更新,逻辑原因不能合并进switch + if str == "更新" { + es, err := web.GetData(fmt.Sprintf(url, suid)) // 网站返回结果 + if err != nil { + time.Sleep(500 * time.Microsecond) //0.5s + es, err = web.GetData(fmt.Sprintf(url, suid)) // 网站返回结果 + if err != nil { + ctx.SendChain(message.Text("-网站获取角色信息失败"+Config.Postfix, err)) + return + } + } + //解析 + var dam_a []byte + var msg strings.Builder + if Config.Apiid < 3 { + var ndata Data + err = json.Unmarshal(es, &ndata) + if err != nil { + ctx.SendChain(message.Text("出现错误捏:", err)) + return + } + if len(ndata.PlayerInfo.ShowAvatarInfoList) == 0 || len(ndata.AvatarInfoList) == 0 { + ctx.SendChain(message.Text("-请在游戏中打开角色展柜,并将想查询的角色进行展示" + "\n-完成上述操作并等待5分钟后,请使用 更新面板 获取账号信息" + Config.Postfix)) + return + } + //映射 + thisdata, err := ndata.ConvertData() + if err != nil { + ctx.SendChain(message.Text("数据映射错误捏:", err)) + return + } + //合并映射 + thisdata.MergeFile(suid) + es, err = json.Marshal(&thisdata) + if err != nil { + ctx.SendChain(message.Text("数据反解析错误捏:", err)) + return + } + msg.WriteString("-获取角色面板成功\n") + msg.WriteString("-您的展示角色为:\n") + for i := 0; i < len(thisdata.Chars); i++ { + msg.WriteString(" ") + msg.WriteString(thisdata.Chars[i].Name) + if i < len(thisdata.Chars)-1 { + msg.WriteByte('\n') + } + } + dam_a, err = thisdata.GetSumComment(suid) + if err != nil { + ctx.SendChain(message.Text("-获取伤害数据失败\n-请尝试联系维护者或者重新绑定uid\n-若多次尝试无效,请等待修复"+Config.Postfix, err)) + } + } + //存储伤害计算返回值 + file2, _ := os.OpenFile("plugin/kokomi/data/damage/"+suid+".kokomi", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0666) + _, _ = file2.Write(dam_a) + file2.Close() + // 创建存储文件,路径plugin/kokomi/data/js + file, _ := os.OpenFile("plugin/kokomi/data/js/"+suid+".kokomi", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0666) + _, _ = file.Write(es) + ctx.SendChain(message.Text(msg.String())) + file.Close() + return + } + //############################################################ + // 获取本地缓存数据 + txt, err := os.ReadFile("plugin/kokomi/data/js/" + suid + ".kokomi") + if err != nil { + ctx.SendChain(message.Text("-本地未找到账号信息, 请\"更新面板\"" + Config.Postfix)) + return + } + + // 解析 + var alldata Thisdata + err = json.Unmarshal(txt, &alldata) + if err != nil { + ctx.SendChain(message.Text("出现错误捏:", err)) + return + } + if len(alldata.Chars) == 0 { + ctx.SendChain(message.Text("-请在游戏中打开角色展柜,并将想查询的角色进行展示" + "\n-完成上述操作并等待5分钟后,请使用\"更新面板\"获取账号信息" + Config.Postfix)) + return + } + + wife := GetWifeOrWq("wife") + + switch str { + case "全部", "全部角色": + var msg strings.Builder + msg.WriteString("-您的展示角色为:\n") + // for i := 0; i < len(alldata.Chars); i++ { + i := 0 + for _, v := range alldata.Chars { + msg.WriteString(" ") + msg.WriteString(v.Name) + if i < len(alldata.Chars)-1 { + msg.WriteByte('\n') + } + i++ + } + ctx.SendChain(message.Text(msg.String())) + return + default: // 角色名解析为id + swifeid := wife.Findnames(str) + if swifeid == "" { + //ctx.SendChain(message.Text("-请输入角色全名" + Config.Postfix)) + return + } + str = wife.Idmap(swifeid) + if str == "" { + ctx.SendChain(message.Text("Idmap数据缺失")) + return + } + } + var t = -1 + // 匹配角色 + for i, v := range alldata.Chars { + if str == v.Name { + t = i + } + } + if t == -1 { // 在返回数据中未找到想要的角色 + ctx.SendChain(message.Text("-该角色未展示" + Config.Postfix)) + return + } else if str == "空" || str == "荧" || str == "旅行者" { + ctx.SendChain(message.Text("-暂不支持查看该角色" + Config.Postfix)) + return + } + + // 画图 + const height = 2400 - 360 + dc := gg.NewContext(1080, height) // 画布大小 + //******************************************************* + role := GetRole(str) + if role == nil { + ctx.SendChain(message.Text("获取角色失败")) + return + } + //******************************************************* + pro := role.Elem + beijing, err := gg.LoadImage("plugin/kokomi/data/pro/" + pro + ".jpg") + if err != nil { + ctx.SendChain(message.Text("获取背景失败", err)) + return + } + beijing = resize.Resize(0, 2040, beijing, resize.Bilinear) //改比例 + dc.DrawImage(beijing, -690, 0) + dc.SetRGB(1, 1, 1) // 换白色 + + //武器图层 + // 字图层 + two := gg.NewContext(340, 180) + if err := two.LoadFontFace(FontFile, 30); err != nil { + panic(err) + } + two.SetRGB(1, 1, 1) //白色 + + //武器名 + //纠正圣遗物空缺报错的无返回情况 + wq := alldata.Chars[t].Weapon.Name + if wq == "" { + ctx.SendChain(message.Text("获取武器名称失败")) + } + two.DrawString(wq, 150, 50) + //星级 + two.DrawImage(resize.Resize(0, 30, Drawstars("#FFCC00", "#FFE43A", alldata.Chars[t].Weapon.Star), resize.Bilinear), 150, 60) + //详细 + if alldata.Chars[t].Weapon.Atk != 0.0 { + two.DrawString("攻击力:", 150, 160) + } + two.DrawString("精炼:", 245, 120) + if err := two.LoadFontFace(FiFile, 30); err != nil { // 字体大小 + panic(err) + } + if alldata.Chars[t].Weapon.Atk != 0.0 { + two.DrawString(strconv.FormatFloat(alldata.Chars[t].Weapon.Atk, 'f', 1, 32), 250, 160) //攻击力 + } + //Lv,精炼 + two.DrawString("Lv."+strconv.Itoa(alldata.Chars[t].Weapon.Level), 150, 120) + two.DrawString(strconv.Itoa(alldata.Chars[t].Weapon.Affix), 316, 120) + //图片 + tuwq, err := gg.LoadPNG("plugin/kokomi/data/wq/" + wq + ".png") + if err != nil { + ctx.SendChain(message.Text("获取武器图标失败", err)) + return + } + tuwq = resize.Resize(130, 0, tuwq, resize.Bilinear) + // int(213*0.6) + yinyinBlack127 := color.NRGBA{R: 0, G: 0, B: 0, A: 127} + + two.DrawImage(tuwq, 10, 10) + dc.DrawImage(Yinying(340, 180, 16, yinyinBlack127), 20, 920) // 背景 + dc.DrawImage(two.Image(), 20, 920) + + //圣遗物 + yinsyw := Yinying(340, 350, 16, yinyinBlack127) + var syw sywm + for i := 0; i < 5; i++ { + switch i { + case 0: + syw = alldata.Chars[t].Artis.Hua + case 1: + syw = alldata.Chars[t].Artis.Yu + case 2: + syw = alldata.Chars[t].Artis.Sha + case 3: + syw = alldata.Chars[t].Artis.Bei + case 4: + syw = alldata.Chars[t].Artis.Guan + } + if syw.Name == "" { + continue + } + // 字图层 + three := gg.NewContext(340, 350) + if err := three.LoadFontFace(FontFile, 30); err != nil { + panic(err) + } + //字号30,间距50 + three.SetRGB(1, 1, 1) //白色 + //画线 + for c := 0; c < 4; c++ { + three.DrawLine(0, 157+float64(c)*45, 350, 157+float64(c)*45) //横线条分割 + } + three.Stroke() + sywname := syw.Set + tusyw, err := gg.LoadImage("plugin/kokomi/data/syw/" + sywname + "/" + strconv.Itoa(i+1) + ".webp") + if err != nil { + ctx.SendChain(message.Text("获取圣遗物图标失败", err)) + return + } + tusyw = resize.Resize(80, 0, tusyw, resize.Bilinear) //缩小 + three.DrawImage(tusyw, 15, 15) + //圣遗物name + three.DrawString(syw.Name, 110, 50) + //圣遗物属性 主词条 + //间隔45,初始145 + var xx, yy, pingfeng float64 //xx,yy词条相对位置,x,y文本框在全图位置 + var x, y int + xx = 15 + yy = 145 + pingfeng = 0 + //主词条 + three.DrawString(syw.Main.Title, xx, yy) //"主:" + if err := three.LoadFontFace(FiFile, 30); err != nil { + panic(err) + } + //主词条属性 + //+对齐three.DrawString("+"+zhucitiao+Stofen(alldata.AvatarInfoList[t].EquipList[i].Flat.ReliquaryMainStat.MainPropID), 200, yy) + three.DrawStringAnchored("+"+Ftoone(syw.Main.Value)+Stofen(syw.Main.Title), 325, yy, 1, 0) //主词条属性 + //算分 + if i > 1 { //不算前两主词条属性 + pingfeng += Countcitiao(str, syw.Main.Title, syw.Main.Value/4) + } + //副词条 + three.SetHexColor("#98F5FF") //蓝色 + p := len(syw.Attrs) + for k := 0; k < p; k++ { + switch k { + case 0: + yy = 190 + case 1: + yy = 235 + case 2: + yy = 280 + case 3: + yy = 325 + } + var fuciname = syw.Attrs[k].Title + var fuciname2 = syw.Attrs[k].Title + var fufigure = syw.Attrs[k].Value + var fufigure2 = syw.Attrs[k].Value + switch fuciname2 { + case "小攻击": + fufigure2 = fufigure / alldata.Chars[t].Attr.AtkBase * 100 + fuciname2 = "大攻击" + case "小防御": + fufigure2 = fufigure / alldata.Chars[t].Attr.DefBase * 100 + fuciname2 = "大防御" + case "小生命": + fufigure2 = fufigure / alldata.Chars[t].Attr.HpBase * 100 + fuciname2 = "大生命" + } + pingfeng += Countcitiao(str, fuciname2, fufigure2) //单个圣遗物分数合计 + if Countcitiao(str, fuciname2, fufigure2) == 0.0 { + three.SetHexColor("#BEBEBE") //灰色#BEBEBE,浅灰色#D3D3D3 + } + if err := three.LoadFontFace(FontFile, 30); err != nil { + panic(err) + } + three.DrawString((fuciname), xx, yy) + if err := three.LoadFontFace(FiFile, 30); err != nil { + panic(err) + } + three.DrawStringAnchored("+"+Ftoone(fufigure)+Stofen(fuciname), 325, yy, 1, 0) + three.SetHexColor("#98F5FF") //蓝色 + } + //评分处理,对齐 + if i == 2 { + pingfeng *= 0.90 + } else if i > 2 { + pingfeng *= 0.85 + } + allfen += pingfeng + + three.SetRGB(1, 1, 1) + //圣遗物单个评分 + if err := three.LoadFontFace(FiFile, 30); err != nil { + panic(err) + } + three.DrawString(Ftoone(pingfeng), 110, 85) + three.DrawString("-"+Pingji(pingfeng), 222, 85) //评级 + if err := three.LoadFontFace(FontFile, 30); err != nil { + panic(err) + } + three.DrawString("分", 175, 85) + + switch i { + case 0: + x, y = 370, 920 + case 1: + x, y = 720, 920 + case 2: + x, y = 20, 1280 + case 3: + x, y = 370, 1280 + case 4: + x, y = 720, 1280 + } + dc.DrawImage(yinsyw, x, y) + dc.DrawImage(three.Image(), x, y) + } + + //总评分框 + // 字图层 + four := gg.NewContext(340, 160) + if err := four.LoadFontFace(FontFile, 25); err != nil { + panic(err) + } + four.SetRGB(1, 1, 1) //白色 + four.DrawString("评分规则:通用评分规则", 50, 35) + + if err := four.LoadFontFace(FiFile, 50); err != nil { + panic(err) + } + four.DrawString(Ftoone(allfen), 50, 100) + four.DrawStringAnchored("-"+Pingji(allfen/5), 255, 100, 0.5, 0) + if err := four.LoadFontFace(FontFile, 25); err != nil { + panic(err) + } + four.DrawString("圣遗物总分", 50, 150) + four.DrawString("评级", 230, 150) + dc.DrawImage(Yinying(340, 160, 16, yinyinBlack127), 20, 1110) // 背景 + dc.DrawImage(four.Image(), 20, 1110) + + //伤害显示区,暂时展示图片 + /*pic, err := web.GetData(tu) + var dst image.Image + if err != nil { + dst, err = gg.LoadJPG("plugin/kokomi/data/tietu/tietie.jpg") + if err != nil { + ctx.SendChain(message.Text("获取本地插图失败", err)) + return + } + } else { + dst, _, err = image.Decode(bytes.NewReader(pic)) + if err != nil { + ctx.SendChain(message.Text("插图解析失败", err)) + return + } + } + sx := float64(1080) / float64(dst.Bounds().Size().X) // 计算缩放倍率(宽) + dc.Scale(sx, sx) // 使画笔按倍率缩放 + dc.DrawImage(dst, 0, int(1700*(1/sx))) // 贴图(会受上述缩放倍率影响) + dc.Scale(1/sx, 1/sx)*/ + var ok = -1 + damfile, err := os.ReadFile("plugin/kokomi/data/damage/" + suid + ".kokomi") + if err != nil { + ok = 0 + } + var roleDam Dam + if ok != 0 { + err = json.Unmarshal(damfile, &roleDam) + if err != nil { + ok = 1 + } + } + //绘图区 + six := gg.NewContext(1040, 325) + six.SetRGB(1, 1, 1) //白色 + //汉字描述 + if err := six.LoadFontFace(FontFile, 30); err != nil { + panic(err) + } + for c := 1; c <= 4; c++ { + six.DrawLine(0, 65*float64(c), 1040, 65*float64(c)) //横线条分割 + } + for c := 1; c < 3; c++ { + six.DrawLine(346*float64(c), 65, 346*float64(c), 325) //竖线条分割 + } + six.DrawString("伤害计算[结果仅供参考,以实际为准]", 50, 40) + six.DrawStringAnchored("伤害类型", 290, 105, 1, 0) + six.DrawStringAnchored("暴击伤害/治疗/护盾", 520, 105, 0.5, 0) + six.DrawStringAnchored("期望伤害(EX)", 867, 105, 0.5, 0) + switch ok { + case -1: + for c := 1; c <= 3 && c <= len(roleDam.Result[t].DamageResultArr); c++ { + six.DrawStringAnchored(roleDam.Result[t].DamageResultArr[c-1].Title, 290, 105+65*float64(c), 1, 0) + } + if len(roleDam.Result[t].DamageResultArr) < 3 { + six.DrawStringAnchored("暂无数据", 290, 300, 1, 0) + } + if err := six.LoadFontFace(FiFile, 30); err != nil { + panic(err) + } + for c := 1; c <= 3 && c <= len(roleDam.Result[t].DamageResultArr); c++ { + six.DrawStringAnchored(fmt.Sprint(roleDam.Result[t].DamageResultArr[c-1].Value), 520, 105+65*float64(c), 0.5, 0) + if roleDam.Result[t].DamageResultArr[c-1].Expect != "" { + six.DrawStringAnchored(roleDam.Result[t].DamageResultArr[c-1].Expect[6:], 867, 105+65*float64(c), 0.5, 0) + } else { + six.DrawLine(692, 65*float64(c+1), 1040, 65*float64(c+2)) + } + } + case 0: + six.DrawStringAnchored("暂无数据", 290, 170, 1, 0) + six.DrawString("请\"更新面板\"", 360, 170) + case 1: + six.DrawStringAnchored("数据错误", 290, 170, 1, 0) + six.DrawString("请联系维护人员", 360, 170) + } + six.Stroke() + dc.DrawImage(Yinying(1040, 325, 16, yinyinBlack127), 20, 1660) // 背景 + dc.DrawImage(six.Image(), 20, 1660) + + //************************************************************************************ + //部分数据提前计算获取 + //命之座 + ming := alldata.Chars[t].Cons + //天赋等级 + lin1 := alldata.Chars[t].Talent.A + lin2 := alldata.Chars[t].Talent.E + lin3 := alldata.Chars[t].Talent.Q + // 角色立绘 + var lihuifile *os.File + var lihui image.Image + if allfen/5 > 49.5 || ming > 4 || (lin1 == 10 && lin2 == 10 && lin3 == 10) { //第二立绘判定条件 + lihui, err = gg.LoadPNG("plugin/kokomi/data/lihui_two/" + str + ".png") + if err != nil { //失败使用第一立绘 + lihui, err = gg.LoadPNG("plugin/kokomi/data/lihui_one/" + str + ".png") + if err != nil { //失败使用默认立绘 + lihuifile, err = os.Open("plugin/kokomi/data/character/" + str + "/imgs/splash.webp") + defer lihuifile.Close() // 关闭文件 + if err != nil { + ctx.SendChain(message.Text("获取立绘失败", err)) + return + } + lihui, err = webp.Decode(lihuifile) + if err != nil { + ctx.SendChain(message.Text("解析立绘失败", err)) + return + } + } + } + } else { //第一立绘 + lihui, err = gg.LoadPNG("plugin/kokomi/data/lihui_one/" + str + ".png") + if err != nil { //失败使用默认立绘 + lihuifile, err = os.Open("plugin/kokomi/data/character/" + str + "/imgs/splash.webp") + defer lihuifile.Close() // 关闭文件 + if err != nil { + ctx.SendChain(message.Text("获取立绘失败", err)) + return + } + lihui, err = webp.Decode(lihuifile) + if err != nil { + ctx.SendChain(message.Text("解析立绘失败", err)) + return + } + } + } + //立绘参数 + //syy := lihui.Bounds().Size().Y + lihui = resize.Resize(0, 880, lihui, resize.Bilinear) + sxx := lihui.Bounds().Size().X + dc.DrawImage(lihui, int(300-float64(sxx)/2), 0) + + // 好感度,uid + if err := dc.LoadFontFace(FontFile, 30); err != nil { + panic(err) + } + //好感度位置,数据来源 + dc.DrawString("好感度"+strconv.Itoa(alldata.Chars[t].Fetter), 20, 910) + dc.DrawStringAnchored("Data From "+alldata.Chars[t].DataSource, 1045, 910, 1, 0) + //昵称图框 + five := gg.NewContext(540, 200) + five.SetRGB(1, 1, 1) //白色 + //角色名字 + if err := five.LoadFontFace(NameFont, 80); err != nil { + panic(err) + } + five.DrawStringAnchored(str, 505, 130, 1, 0) + if err := five.LoadFontFace(FontFile, 30); err != nil { + panic(err) + } + five.DrawStringAnchored("昵称:"+alldata.Nickname, 505, 40, 1, 0) + five.DrawString("命", 470, 180) + if err := five.LoadFontFace(FiFile, 30); err != nil { + panic(err) + } + five.DrawStringAnchored("UID:"+suid+"--LV"+strconv.Itoa(alldata.Level)+"--"+strconv.Itoa(ming), 470, 180, 1, 0) + // 角色等级,命之座(合并上程序) + //dc.DrawString("LV"+strconv.Itoa(alldata.PlayerInfo.ShowAvatarInfoList[t].Level), 630, 130) // 角色等级 + //dc.DrawString(strconv.Itoa(ming)+"命", 765, 130) + // 透明度 int(213*0.5) + newying := Yinying(540, 200, 16, color.NRGBA{R: 0, G: 0, B: 0, A: 106}) + dc.DrawImage(newying, 505, 20) + dc.DrawImage(five.Image(), 505, 20) + + //字图层 + one := gg.NewContext(540, 470) + if err := one.LoadFontFace(FontFile, 30); err != nil { + panic(err) + } + // 属性540*460,字30,间距15,60 + one.SetRGB(1, 1, 1) //白色 + one.DrawString("角色等级:", 70, 45) + one.DrawString("生命值:", 70, 96.25) + one.DrawString("攻击力:", 70, 147.5) + one.DrawString("防御力:", 70, 198.75) + one.DrawString("元素精通:", 70, 250) + one.DrawString("暴击率:", 70, 301.25) + one.DrawString("暴击伤害:", 70, 352.5) + one.DrawString("元素充能:", 70, 403.75) + // 元素加伤判断 + adds, addf := alldata.Chars[t].Attr.DmgName, alldata.Chars[t].Attr.Dmg + if adds == "" { + adds = "元素加伤:" + } + one.DrawString(adds, 70, 455) + + //值,一一对应 + if err := one.LoadFontFace(FiFile, 30); err != nil { + panic(err) + } + // 属性540*460,字30,间距15,60 + one.SetRGB(1, 1, 1) //白色 + one.DrawStringAnchored("Lv"+alldata.Chars[t].Level, 470, 45, 1, 0) //Lv + one.DrawStringAnchored(Ftoone(alldata.Chars[t].Attr.Hp), 470, 96.25, 1, 0) //生命 + one.DrawStringAnchored(Ftoone(alldata.Chars[t].Attr.Atk), 470, 147.5, 1, 0) //攻击 + one.DrawStringAnchored(Ftoone(alldata.Chars[t].Attr.Def), 470, 198.75, 1, 0) //防御 + one.DrawStringAnchored(Ftoone(alldata.Chars[t].Attr.Mastery), 470, 250, 1, 0) //精通 + one.DrawStringAnchored(Ftoone(alldata.Chars[t].Attr.Cpct)+"%", 470, 301.25, 1, 0) //暴击 + one.DrawStringAnchored(Ftoone(alldata.Chars[t].Attr.Cdmg)+"%", 470, 352.5, 1, 0) //爆伤 + one.DrawStringAnchored(Ftoone(alldata.Chars[t].Attr.Recharge)+"%", 470, 403.75, 1, 0) //充能 + one.DrawStringAnchored(Ftoone(addf)+"%", 470, 455, 1, 0) //元素加伤 + + dc.DrawImage(Yinying(540, 470, 16, yinyinBlack127), 505, 410) // 背景 + dc.DrawImage(one.Image(), 505, 410) + + // 天赋等级 + seven := gg.NewContext(540, 190) + if err := seven.LoadFontFace(FiFile, 30); err != nil { // 字体大小 + panic(err) + } + //贴图 + tulin1, err := gg.LoadImage("plugin/kokomi/data/character/" + str + "/icons/talent-a.webp") + tulin1 = resize.Resize(80, 0, tulin1, resize.Bilinear) + if err != nil { + ctx.SendChain(message.Text("获取天赋图标失败", err)) + return + } + tulin2, err := gg.LoadImage("plugin/kokomi/data/character/" + str + "/icons/talent-e.webp") + tulin2 = resize.Resize(80, 0, tulin2, resize.Bilinear) + if err != nil { + ctx.SendChain(message.Text("获取天赋图标失败", err)) + return + } + tulin3, err := gg.LoadImage("plugin/kokomi/data/character/" + str + "/icons/talent-q.webp") + tulin3 = resize.Resize(80, 0, tulin3, resize.Bilinear) + if err != nil { + ctx.SendChain(message.Text("获取天赋图标失败", err)) + return + } + //边框间隔180 + kuang, err := gg.LoadPNG("plugin/kokomi/data/pro/" + pro + ".png") + if err != nil { + ctx.SendChain(message.Text("获取天赋边框失败", err)) + return + } + seven.DrawImage(kuang, 15, 10) + seven.DrawImage(kuang, 195, 10) + seven.DrawImage(kuang, 375, 10) + //贴图 + seven.DrawImageAnchored(tulin1, 85, 92, 0.5, 0.5) + seven.DrawImageAnchored(tulin2, 268, 90, 0.5, 0.5) + seven.DrawImageAnchored(tulin3, 445, 92, 0.5, 0.5) + + // Lv背景 透明度 int(255*0.9) + talenty := Yinying(40, 35, 5, color.NRGBA{R: 255, G: 255, B: 255, A: 226}) + seven.DrawImageAnchored(talenty, 85, 145, 0.5, 0.5) + seven.DrawImageAnchored(talenty, 265, 145, 0.5, 0.5) + seven.DrawImageAnchored(talenty, 445, 145, 0.5, 0.5) + + //皇冠 + tuguan, err := gg.LoadImage("plugin/kokomi/data/zawu/crown.png") + if err != nil { + ctx.SendChain(message.Text("获取皇冠图标失败", err)) + return + } + tuguan = resize.Resize(0, 55, tuguan, resize.Bilinear) + if lin1 == 10 { + seven.DrawImageAnchored(tuguan, 90, 30, 0.5, 0.5) + } + if lin2 == 10 { + seven.DrawImageAnchored(tuguan, 270, 30, 0.5, 0.5) + } + if lin3 == 10 { + seven.DrawImageAnchored(tuguan, 450, 30, 0.5, 0.5) + } + + //Lv-天赋等级修复 + if ming >= role.TalentCons.E { + lin2 += 3 + } + if ming >= role.TalentCons.Q { + lin3 += 3 + } + if str == "达达利亚" { + lin1++ + } + //Lv间隔180 + seven.SetRGB(0, 0, 0) // 换黑色 + seven.DrawStringAnchored(strconv.Itoa(lin1), 85, 145, 0.5, 0.5) + seven.DrawStringAnchored(strconv.Itoa(lin2), 265, 145, 0.5, 0.5) + seven.DrawStringAnchored(strconv.Itoa(lin3), 445, 145, 0.5, 0.5) + dc.DrawImage(seven.Image(), 505, 220) + + // 命之座 + kuang = resize.Resize(80, 0, kuang, resize.Bilinear) + kuangblack := AdjustOpacity(kuang, 0.5) + for m, mm := 1, 1; m < 7; m++ { + tuming, err := gg.LoadImage("plugin/kokomi/data/character/" + str + "/icons/cons-" + strconv.Itoa(m) + ".webp") + if err != nil { + ctx.SendChain(message.Text("获取命之座图标失败", err)) + return + } + tuming = resize.Resize(40, 0, tuming, resize.Bilinear) + if mm > ming { + dc.DrawImage(kuangblack, -50+m*70, 800) + tuming = AdjustOpacity(tuming, 0.5) + } else { + dc.DrawImage(kuang, -50+m*70, 800) + } + dc.DrawImageAnchored(tuming, -30+m*70, 845, 0, 0.5) + mm++ + } + //************************************************************************************************** + // 版本号 + if err := dc.LoadFontFace(BaFile, 30); err != nil { + panic(err) + } + dc.DrawStringAnchored("Created By ZeroBot-Plugin "+kanban.Version+edition, 540, float64(height)-30, 0.5, 0.5) + // 输出图片 + ff, err := imgfactory.ToBytes(dc.Image()) // 图片放入缓存 + if err != nil { + ctx.SendChain(message.Text("ERROR: ", err)) + return + } + ctx.SendChain(message.ImageBytes(ff)) // 输出 + }) + + // 绑定uid + en.OnRegex(`^(?:#|#)?\s*绑定+?\s*(?:uid|UID|Uid)?\s*(\d+)?`).SetBlock(true).Handle(func(ctx *zero.Ctx) { + suid := ctx.State["regex_matched"].([]string)[1] // 获取uid + int64uid, err := strconv.ParseInt(suid, 10, 64) + if suid == "" || int64uid < 100000000 || int64uid > 1000000000 || err != nil { + //ctx.SendChain(message.Text("-请输入正确的uid")) + return + } + sqquid := strconv.Itoa(int(ctx.Event.UserID)) + file, _ := os.OpenFile("plugin/kokomi/data/uid/"+sqquid+".kokomi", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0666) + _, _ = file.Write([]byte(suid)) + file.Close() + ctx.SendChain(message.Text("-绑定uid" + suid + "成功" + "\n-尝试获取角色面板信息" + Config.Postfix)) + + //更新面板程序 + es, err := web.GetData(fmt.Sprintf(url, suid)) // 网站返回结果 + if err != nil { + time.Sleep(500 * time.Microsecond) //0.5s + es, err = web.GetData(fmt.Sprintf(url, suid)) // 网站返回结果 + if err != nil { + ctx.SendChain(message.Text("-网站获取角色信息失败"+Config.Postfix, err)) + return + } + } + var dam_a []byte + var msg strings.Builder + //解析 + if Config.Apiid < 3 { + var ndata Data + err = json.Unmarshal(es, &ndata) + if err != nil { + ctx.SendChain(message.Text("出现错误捏:", err)) + return + } + if len(ndata.PlayerInfo.ShowAvatarInfoList) == 0 || len(ndata.AvatarInfoList) == 0 { + ctx.SendChain(message.Text("-请在游戏中打开角色展柜,并将想查询的角色进行展示" + "\n-完成上述操作并等待5分钟后,请使用 更新面板 获取账号信息" + Config.Postfix)) + return + } + //映射 + thisdata, err := ndata.ConvertData() + if err != nil { + ctx.SendChain(message.Text("数据映射错误捏:", err)) + return + } + es, err = json.Marshal(&thisdata) + if err != nil { + ctx.SendChain(message.Text("数据反解析错误捏:", err)) + return + } + wife := GetWifeOrWq("wife") + msg.WriteString("-获取角色面板成功\n") + msg.WriteString("-您的展示角色为:\n") + for i := 0; i < len(thisdata.Chars); i++ { + mmm := wife.Idmap(strconv.Itoa(thisdata.Chars[i].ID)) + if mmm == "" { + ctx.SendChain(message.Text("Idmap数据缺失")) + return + } + msg.WriteString(" ") + msg.WriteString(mmm) + if i < len(thisdata.Chars)-1 { + msg.WriteByte('\n') + } + } + dam_a, err = thisdata.GetSumComment(suid) + if err != nil { + ctx.SendChain(message.Text("-获取伤害数据失败"+Config.Postfix, err)) + } + } + //存储伤害计算返回值 + file2, _ := os.OpenFile("plugin/kokomi/data/damage/"+suid+".kokomi", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0666) + _, _ = file2.Write(dam_a) + file2.Close() + // 创建存储文件,路径plugin/kokomi/data/js + file1, _ := os.OpenFile("plugin/kokomi/data/js/"+suid+".kokomi", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0666) + _, _ = file1.Write(es) + ctx.SendChain(message.Text(msg.String())) + file1.Close() + }) + //菜单命令 + en.OnFullMatchGroup([]string{"原神菜单", "kokomi菜单", "菜单"}).SetBlock(true).Handle(func(ctx *zero.Ctx) { + menu, err := gg.LoadPNG("plugin/kokomi/data/zawu/menu.png") + if err != nil { + ctx.SendChain(message.Text("-获取菜单图片失败"+Config.Postfix, err)) + return + } + ff, err := imgfactory.ToBytes(menu) // 图片放入缓存 + if err != nil { + ctx.SendChain(message.Text("ERROR: ", err)) + return + } + ctx.SendChain(message.ImageBytes(ff)) + }) + + //删除账号信息,限制群内,权限管理员+可以删除别人账号信息 + en.OnRegex(`^删除账号\s*(\[CQ:at,qq=)?(\d+)?`, zero.OnlyGroup).SetBlock(true).Handle(func(ctx *zero.Ctx) { + var sqquid = "" + if ctx.State["regex_matched"].([]string)[2] != "" { + if zero.AdminPermission(ctx) { + sqquid = ctx.State["regex_matched"].([]string)[2] // 获取qquid + } else { + ctx.SendChain(message.Text("-您的权限不足" + Config.Postfix)) + } + } + if sqquid == "" { // user + sqquid = strconv.FormatInt(ctx.Event.UserID, 10) + } + err := os.Remove("plugin/kokomi/data/uid/" + sqquid + ".kokomi") + if err != nil { + //如果删除失败则输出 file remove Error! + ctx.SendChain(message.Text("-未找到该账号信息" + Config.Postfix)) + } else { + //如果删除成功则输出 file remove OK! + ctx.SendChain(message.Text("-删除成功" + Config.Postfix)) + } + }) + + //上传立绘,限制群内,权限管理员+ + en.OnRegex(`^上传第(1|2|一|二)立绘\s*(.*)`, zero.OnlyGroup, zero.AdminPermission).SetBlock(true).Handle(func(ctx *zero.Ctx) { + z := ctx.State["regex_matched"].([]string)[1] // 获取编号 + wifename := ctx.State["regex_matched"].([]string)[2] + var pathw string + wife := GetWifeOrWq("wife") + swifeid := wife.Findnames(wifename) + if swifeid == "" { + ctx.SendChain(message.Text("-请输入角色全名" + Config.Postfix)) + return + } + wifename = wife.Idmap(swifeid) + if wifename == "" { + ctx.SendChain(message.Text("Idmap数据缺失")) + return + } + switch z { + case "1", "一": + pathw = "plugin/kokomi/data/lihui_one/" + wifename + ".png" + case "2", "二": + pathw = "plugin/kokomi/data/lihui_two/" + wifename + ".png" + } + next := zero.NewFutureEvent("message", 999, false, zero.OnlyGroup, ctx.CheckSession()) + recv, stop := next.Repeat() + defer stop() + ctx.SendChain(message.Text("-请发送面板图" + Config.Postfix)) + var step int + var origin string + for { + select { + case <-time.After(time.Second * 120): + ctx.SendChain(message.Text("-时间太久啦!摆烂惹!")) + return + case c := <-recv: + switch step { + case 0: + re := regexp.MustCompile(`https:(.*)is_origin=(0|1)`) + origin = re.FindString(c.Event.RawMessage) + ctx.SendChain(message.Text("-请输入\"确定\"或者\"取消\"来决定是否上传" + Config.Postfix)) + step++ + case 1: + msg := c.Event.Message.ExtractPlainText() + if msg != "确定" && msg != "取消" { + ctx.SendChain(message.Text("-请输入\"确定\"或者\"取消\"" + Config.Postfix)) + continue + } + if msg == "确定" { + ctx.SendChain(message.Text("-正在上传..." + Config.Postfix)) + pic, err := web.GetData(origin) + if err != nil { + ctx.SendChain(message.Text("-获取插图失败"+Config.Postfix, err)) + return + } + dst, _, err := image.Decode(bytes.NewReader(pic)) + if err != nil { + ctx.SendChain(message.Text("-插图解析失败"+Config.Postfix, err)) + return + } + err = gg.SavePNG(pathw, dst) + if err != nil { + ctx.SendChain(message.Text("-上传失败惹~", err)) + return + } + ctx.SendChain(message.Text("-上传成功了" + Config.Postfix)) + return + } + ctx.SendChain(message.Text("-已经取消上传了" + Config.Postfix)) + return + } + } + } + }) + //删除立绘图,权限同上 + en.OnRegex(`^删除第(1|2|一|二)立绘\s*(.*)`, zero.OnlyGroup, zero.AdminPermission).SetBlock(true).Handle(func(ctx *zero.Ctx) { + z := ctx.State["regex_matched"].([]string)[1] // 获取编号 + wifename := ctx.State["regex_matched"].([]string)[2] + var pathw string + wife := GetWifeOrWq("wife") + swifeid := wife.Findnames(wifename) + if swifeid == "" { + ctx.SendChain(message.Text("-请输入角色全名" + Config.Postfix)) + return + } + wifename = wife.Idmap(swifeid) + if wifename == "" { + ctx.SendChain(message.Text("Idmap数据缺失")) + return + } + switch z { + case "1", "一": + pathw = "plugin/kokomi/data/lihui_one/" + wifename + ".png" + case "2", "二": + pathw = "plugin/kokomi/data/lihui_two/" + wifename + ".png" + } + next := zero.NewFutureEvent("message", 999, false, zero.OnlyGroup, ctx.CheckSession()) + recv, stop := next.Repeat() + defer stop() + ctx.SendChain(message.Text("-请输入\"确定\"或者\"取消\"来决定是否删除" + Config.Postfix)) + var origin string + for { + select { + case <-time.After(time.Second * 120): + ctx.SendChain(message.Text("-时间太久啦!摆烂惹!")) + return + case c := <-recv: + origin = c.Event.Message.ExtractPlainText() + if origin != "确定" && origin != "取消" { + ctx.SendChain(message.Text("-请输入\"确定\"或者\"取消\"" + Config.Postfix)) + continue + } + if origin == "确定" { + err := os.Remove(pathw) + if err != nil { + //如果删除失败则输出 file remove Error! + ctx.SendChain(message.Text("-未找到该面板图" + Config.Postfix)) + } else { + //如果删除成功则输出 file remove OK! + ctx.SendChain(message.Text("-删除成功" + Config.Postfix)) + } + return + } + ctx.SendChain(message.Text("-已经删除了" + Config.Postfix)) + return + } + } + }) + //切换api + en.OnRegex(`切换api(\d)?`, zero.SuperUserPermission).SetBlock(true).Handle(func(ctx *zero.Ctx) { + z := ctx.State["regex_matched"].([]string)[1] // 获取编号 + if z != "" { + zz, _ := strconv.Atoi(z) + if zz >= len(Config.Apis) { + ctx.SendChain(message.Text("-api不存在" + Config.Postfix)) + return + } + url = Config.Apis[zz] + goto success + } + if Config.Apiid+1 < len(Config.Apis) { + url = Config.Apis[Config.Apiid+1] + Config.Apiid++ + goto success + } + url = Config.Apis[0] + Config.Apiid = 0 + goto success + success: + Success(ctx, "切换api") + }) + + //队伍伤害 + en.OnRegex(`(?:\[CQ:at,qq=)?(\d+)?\]?\s*(?:#|#)?队伍伤害\s*((\D+)\s(\D+)\s(\D+)\s(\D+))?`).SetBlock(true).Handle(func(ctx *zero.Ctx) { + var alldata Thisdata + is := [4]int{} + sqquid := ctx.State["regex_matched"].([]string)[1] // 获取第三者qquid + if sqquid == "" { + sqquid = strconv.FormatInt(ctx.Event.UserID, 10) + } + // 获取uid + uid := Getuid(sqquid) + suid := strconv.Itoa(uid) + if uid == 0 { + ctx.SendChain(message.Text("-未绑定uid\n-第一次使用请发送\"绑定xxx\"" + Config.Postfix)) + return + } + + { + txt, err := os.ReadFile("plugin/kokomi/data/js/" + suid + ".kokomi") + if err != nil { + ctx.SendChain(message.Text("-本地未找到账号信息, 请\"更新面板\"" + Config.Postfix)) + return + } + err = json.Unmarshal(txt, &alldata) + if err != nil { + ctx.SendChain(message.Text("出现错误捏:", err)) + return + } + if len(alldata.Chars) == 0 { + ctx.SendChain(message.Text("-请在游戏中打开角色展柜,并将想查询的角色进行展示" + "\n-完成上述操作并等待5分钟后,请使用\"更新面板\"获取账号信息" + Config.Postfix)) + return + } + } + + names := []string{ctx.State["regex_matched"].([]string)[3], ctx.State["regex_matched"].([]string)[4], ctx.State["regex_matched"].([]string)[5], ctx.State["regex_matched"].([]string)[6]} // 获取key + if names[0] == "" { + is = [4]int{0, 1, 2, 3} + for i := 0; i < 4; i++ { + names[i] = alldata.Chars[i].Name + } + } else { + wife := GetWifeOrWq("wife") + for i := 0; i < 4; i++ { + swifeid := wife.Findnames(StringStrip(names[i])) + if swifeid == "" { + ctx.SendChain(message.Text("-未找到角色" + names[i] + Config.Postfix)) + return + } + names[i] = wife.Idmap(swifeid) + if names[i] == "" { + ctx.SendChain(message.Text("Idmap数据缺失")) + return + } + var t = -1 + // 匹配角色 + for p, v := range alldata.Chars { + if names[i] == v.Name { + t = p + } + } + if t == -1 { // 在返回数据中未找到想要的角色 + ctx.SendChain(message.Text("-角色", names[i], "未展示", Config.Postfix)) + return + } else { + is[i] = t //匹配成功 + } + } + } + + ctx.SendChain(message.Text("-伤害计算中...\n-队伍配置", fmt.Sprintln(names))) + da, err := alldata.Getgroupdata(suid, is) + if err != nil { + ctx.SendChain(message.Text("Error:", err)) + return + } + //解析 + var gdate Damgroup + err = json.Unmarshal(da, &gdate) + if err != nil { + ctx.SendChain(message.Text("解析伤害数据错误捏:", err)) + return + } + //绘图 + { + dc := gg.NewContext(1080, 1620) + dc.SetRGB(1, 1, 1) + window, err := gg.LoadImage("plugin/kokomi/data/zawu/window.jpg") + if err != nil { + ctx.SendChain(message.Text("获取背景失败", err)) + return + } + window = resize.Resize(1080, 0, window, resize.Bilinear) //改比例 + dc.DrawImage(window, 0, -100) + black127 := color.NRGBA{R: 0, G: 0, B: 0, A: 127} + yingone := Yinying(410, 570, 16, black127) + yingtwo := Yinying(460, 600, 16, black127) + yingthree := Yinying(500, 230, 16, black127) + yingfour := Yinying(500, 400, 16, black127) + yingzero := Yinying(410, 160, 16, black127) + one := gg.NewContext(410, 570) + two := gg.NewContext(460, 600) + three := gg.NewContext(500, 230) + four := gg.NewContext(500, 400) + zero := gg.NewContext(410, 160) + //图层零,用户信息 + { + zero.SetRGB(1, 1, 1) //白色 + if err := zero.LoadFontFace(NameFont, 80); err != nil { + panic(err) + } + zero.DrawStringAnchored(string([]rune(names[0])[:1])+ + string([]rune(names[1])[:1])+ + string([]rune(names[2])[:1])+ + string([]rune(names[3])[:1]), 390, 130, 1, 0) + if err := zero.LoadFontFace(FontFile, 30); err != nil { + panic(err) + } + zero.DrawStringAnchored("昵称:"+alldata.Nickname, 390, 40, 1, 0) + dc.DrawImage(yingzero, 630, 20) + dc.DrawImage(zero.Image(), 630, 20) + } + //图层1,角色配置 + { + if err := one.LoadFontFace(FontFile, 40); err != nil { + panic(err) + } + one.SetRGB(1, 1, 1) //白色 + one.DrawString("队伍配置", 30, 50) + for i := 0; i < 4; i++ { + turole, err := gg.LoadImage("plugin/kokomi/data/character/" + names[i] + "/imgs/face.webp") + if err != nil { + ctx.SendChain(message.Text("获取角色头像图失败", err)) + return + } + turole = resize.Resize(100, 0, turole, resize.Bilinear) //缩小 + tuwq, err := gg.LoadPNG("plugin/kokomi/data/wq/" + alldata.Chars[is[i]].Weapon.Name + ".png") + if err != nil { + ctx.SendChain(message.Text("获取武器图片失败", err)) + return + } + tuwq = resize.Resize(50, 0, tuwq, resize.Bilinear) //缩小 + one.DrawImage(turole, 10+i%2*200, 70+i/2*250) + one.DrawImage(tuwq, 105+i%2*195, 120+i/2*250) + if err := one.LoadFontFace(FontFile, 20); err != nil { + panic(err) + } + one.DrawStringWrapped(alldata.Chars[is[i]].Level+"\n"+ + strconv.Itoa(alldata.Chars[is[i]].Talent.A)+"-"+ + strconv.Itoa(alldata.Chars[is[i]].Talent.E)+"-"+ + strconv.Itoa(alldata.Chars[is[i]].Talent.Q)+"\n"+ + Ftoone(alldata.Chars[is[i]].Attr.Cpct)+"%/"+ + Ftoone(alldata.Chars[is[i]].Attr.Cdmg)+"%\n生命"+ + Ftoone(alldata.Chars[is[i]].Attr.Hp)+"\n"+ + strings.ReplaceAll(Sywsuit([]string{ + alldata.Chars[is[i]].Artis.Hua.Set, + alldata.Chars[is[i]].Artis.Yu.Set, + alldata.Chars[is[i]].Artis.Sha.Set, + alldata.Chars[is[i]].Artis.Bei.Set, + alldata.Chars[is[i]].Artis.Guan.Set}), "+", "\n"), + float64(20+i%2*200), float64(180+i/2*255), 0, 0, 120, 1.5, gg.AlignLeft) + } + dc.DrawImage(yingone, 630, 200) + dc.DrawImage(one.Image(), 630, 200) + } + //图层2,伤害图 + { + two.SetRGB(1, 1, 1) //白色 + two.DrawLine(20, 40, 20, 515) //| + two.DrawLine(20, 515, 440, 515) //-- + two.SetLineWidth(6) + //two.Stroke() + two.StrokePreserve() + var numchart float64 + if err := two.LoadFontFace(FontFile, 20); err != nil { + panic(err) + } + for _, v := range gdate.Result.ChartData { + numchart += v.Value + } + nn := 440 / (len(gdate.Result.ChartData) + 1) + for k, v := range gdate.Result.ChartData { + ss := strings.Split(v.Name, "\n") + y := -v.Value / numchart * 527 + two.SetRGB(1, 1, 1) + buff := truncation(two, ss[0], 40) //宽减20 + for i, v := range buff { + if v != "" { + two.DrawStringAnchored(v, float64(nn*(k+1))+10, float64(535+i*30), 0.5, 0) // name + } + } + two.DrawStringAnchored(ss[1], float64(nn*(k+1)-8), 515+y, 0.1, -0.5) // 8=0.2*40 + two.DrawRectangle(float64(nn*(k+1)), 515, 20, y) + two.SetHexColor(v.Label.Color) // 设置画笔颜色为绿色 + two.Fill() // 使用当前颜色(绿)填充满当前路径(矩形)所闭合出的区域 + } + dc.DrawImage(yingtwo, 580, 800) + dc.DrawImage(two.Image(), 580, 800) + } + //图层3,总伤害 + { + if err := three.LoadFontFace(FontFile, 25); err != nil { + panic(err) + } + three.SetRGB(1, 1, 1) //白色 + three.DrawStringAnchored(gdate.Result.ZdlTips0, 250, 40, 0.5, 0) + if err := three.LoadFontFace(FontFile, 120); err != nil { + panic(err) + } + three.SetHexColor("#98F5FF") + three.DrawStringAnchored(fmt.Sprintln(gdate.Result.ZdlResult), 250, 160, 0.5, 0) + dc.DrawImage(yingthree, 40, 750) + dc.DrawImage(three.Image(), 40, 750) + } + //图层4,手法展示 + { + if err := four.LoadFontFace(FontFile, 40); err != nil { + panic(err) + } + four.SetRGB(1, 1, 1) //白色 + four.DrawString("操作手法", 30, 50) + buff := truncation(four, gdate.Result.ComboIntro, 440) //宽减20 + for i, v := range buff { + if v != "" { + four.DrawString(v, 30, float64(100+i*35)) + } + } + + dc.DrawImage(yingfour, 40, 1000) + dc.DrawImage(four.Image(), 40, 1000) + } + // 版本号 + if err := dc.LoadFontFace(BaFile, 30); err != nil { + panic(err) + } + dc.DrawStringAnchored("Created By ZeroBot-Plugin "+kanban.Version+edition, 540, 1620-30, 0.5, 0.5) + // 输出图片 + ff, err := imgfactory.ToBytes(dc.Image()) // 图片放入缓存 + if err != nil { + ctx.SendChain(message.Text("ERROR: ", err)) + return + } + ctx.SendChain(message.ImageBytes(ff)) // 输出 + } + }) + en.OnRegex(`^更新kokomi$`).SetBlock(true).Handle(func(ctx *zero.Ctx) { + path := "plugin/kokomi" + output, err := RunCmd(path, "git pull") + if err != nil { + ctx.SendChain(message.Text("更新失败", Config.Postfix, "\n", string(output))) + return + } + ctx.SendChain(message.Text("更新成功", Config.Postfix, "\n", string(output))) + }) +} + +// Error 尚未启用 +func Error(ctx *zero.Ctx, msg string) { + ctx.SendChain(message.Text("ERROR:" + msg + Config.Postfix)) +} + +// Success 发送成功 +func Success(ctx *zero.Ctx, msg string) { + ctx.SendChain(message.Text(msg + "成功" + Config.Postfix)) +} diff --git a/plugin/kokomi/lelaer.go b/plugin/kokomi/lelaer.go new file mode 100644 index 0000000000..840fe23cde --- /dev/null +++ b/plugin/kokomi/lelaer.go @@ -0,0 +1,314 @@ +package kokomi + +import ( + "bytes" + "encoding/json" + "errors" + "fmt" + "math" + "strconv" + "time" + + "github.com/FloatTech/floatbox/web" +) + +func (ndata Thisdata) GetSumComment(uid string) (data []byte, err error) { + var teyvat *Teyvat + if teyvat, err = ndata.transToTeyvat(uid); err == nil { + data, _ = json.Marshal(teyvat) + data, err = web.RequestDataWith(web.NewTLS12Client(), + "https://api.lelaer.com/ys/getSumComment.php", + "POST", + "https://servicewechat.com/wx2ac9dce11213c3a8/192/page-frame.html", + "Mozilla/5.0 (Linux; Android 12; SM-G977N Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.99 XWEB/4375 MMWEBSDK/20221011 Mobile Safari/537.36 MMWEBID/4357 MicroMessenger/8.0.30.2244(0x28001E44) WeChat/arm64 Weixin GPVersion/1 NetType/WIFI Language/zh_CN ABI/arm64 MiniProgramEnv/android", + bytes.NewReader(data), + ) + } + return +} +func (ndata Thisdata) Getgroupdata(uid string, is [4]int) (data []byte, err error) { + var teyvat *Teyvat + if teyvat, err = ndata.transTogroup(uid, is); err == nil { + data, _ = json.Marshal(teyvat) + data, err = web.RequestDataWith(web.NewTLS12Client(), + "https://api.lelaer.com/ys/getTeamResult.php", + "POST", + "https://servicewechat.com/wx2ac9dce11213c3a8/211/page-frame.html", + "Mozilla/5.0 (Linux; Android 12; SM-G977N Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.99 XWEB/4375 MMWEBSDK/20221011 Mobile Safari/537.36 MMWEBID/4357 MicroMessenger/8.0.30.2244(0x28001E44) WeChat/arm64 Weixin GPVersion/1 NetType/WIFI Language/zh_CN ABI/arm64 MiniProgramEnv/android", + bytes.NewReader(data), + ) + } + return +} + +// 角色数据转换为 Teyvat Helper 请求格式 +type ( + TeyvatDetail struct { + Name string `json:"artifacts_name"` + Type string `json:"artifacts_type"` + Level int `json:"level"` + MainTips string `json:"maintips"` + MainValue any `json:"mainvalue"` + Tips1 string `json:"tips1"` + Tips2 string `json:"tips2"` + Tips3 string `json:"tips3"` + Tips4 string `json:"tips4"` + } + + TeyvatData struct { + Server string `json:"server"` + UserLevel int `json:"user_level"` + Uid string `json:"uid"` + Role string `json:"role"` + Cons int `json:"role_class"` + Level int `json:"level"` + Weapon string `json:"weapon"` + WeaponLevel int `json:"weapon_level"` + WeaponClass string `json:"weapon_class"` + HP int `json:"hp"` + BaseHP int `json:"base_hp"` + Attack int `json:"attack"` + BaseAttack int `json:"base_attack"` + Defend int `json:"defend"` + BaseDefend int `json:"base_defend"` + Element int `json:"element"` + Crit string `json:"crit"` + CritDmg string `json:"crit_dmg"` + Heal string `json:"heal"` + Recharge string `json:"recharge"` + FireDmg string `json:"fire_dmg"` + WaterDmg string `json:"water_dmg"` + ThunderDmg string `json:"thunder_dmg"` + WindDmg string `json:"wind_dmg"` + IceDmg string `json:"ice_dmg"` + RockDmg string `json:"rock_dmg"` + GrassDmg string `json:"grass_dmg"` + PhysicalDmg string `json:"physical_dmg"` + Artifacts string `json:"artifacts"` + Fetter int `json:"fetter"` + Ability1 int `json:"ability1"` + Ability2 int `json:"ability2"` + Ability3 int `json:"ability3"` + Detail []TeyvatDetail `json:"artifacts_detail"` + } + + Teyvat struct { + Uid string `json:"uid"` + Server string `json:"server"` + Data []TeyvatData `json:"role_data"` + Time int64 `json:"timestamp"` + } +) + +var lelaerErrorSYS = errors.New("程序错误") + +func (ndata Thisdata) transToTeyvat(uid string) (*Teyvat, error) { + res := &Teyvat{Time: time.Now().Unix()} + for l := 0; l < len(ndata.Chars); l++ { + _, err := res.getroeldata(l, uid, ndata) + if err != nil { + return nil, err + } + } + return res, nil +} + +func (ndata Thisdata) transTogroup(uid string, is [4]int) (*Teyvat, error) { + res := &Teyvat{Time: time.Now().Unix()} + res.Uid = uid + res.Server = "cn_gf01" + for _, l := range is { + _, err := res.getroeldata(l, uid, ndata) + if err != nil { + return nil, err + } + } + return res, nil +} + +// 获取指定 UID 所属服务器 +func getServer(uid string) string { + switch uid[0] { + case '5': + return "cn_qd01" + case '6': + return "os_usa" + case '7': + return "os_euro" + case '8': + return "os_asia" + case '9': + return "世界树" // os_cht + default: + return "天空岛" // cn_gf01 + } +} +func (res *Teyvat) getroeldata(l int, uid string, ndata Thisdata) (*Teyvat, error) { + s := getServer(uid) + v := ndata.Chars[l] + name := v.Name + role := GetRole(name) // 获取角色 + if role == nil { + return nil, lelaerErrorSYS + } + affix := v.Weapon.Affix + // 武器名 + wqname := v.Weapon.Name + if wqname == "" { + return nil, lelaerErrorSYS + } + + cons := v.Cons // 命之座 + rolelv, _ := strconv.Atoi(v.Level) + teyvatData := TeyvatData{ + Uid: uid, + Server: s, + UserLevel: ndata.Level, + Role: name, + Cons: cons, + Weapon: wqname, + WeaponLevel: v.Weapon.Level, + WeaponClass: fmt.Sprintf("精炼%d阶", affix), + Fetter: v.Fetter, + Ability1: v.Talent.A, + Ability2: v.Talent.E, + Ability3: v.Talent.Q, + Level: rolelv, + } + + hp := v.Attr.Hp //生命 + crit := v.Attr.Cpct //暴击 + critDmg := v.Attr.Cdmg //爆伤 + recharge := v.Attr.Recharge //充能 + + physicalDmg := v.Attr.Phy // 物理加伤 + var fireDmg, thunderDmg, waterDmg, windDmg, rockDmg, iceDmg, grassDmg float64 + switch v.Attr.DmgName { + case "火元素加伤:": + fireDmg = v.Attr.Dmg + case "雷元素加伤:": + thunderDmg = v.Attr.Dmg + case "水元素加伤:": + waterDmg = v.Attr.Dmg + case "风元素加伤:": + windDmg = v.Attr.Dmg + case "岩元素加伤:": + rockDmg = v.Attr.Dmg + case "冰元素加伤:": + iceDmg = v.Attr.Dmg + case "草元素加伤:": + grassDmg = v.Attr.Dmg + } + // 天赋等级修复 + if cons >= role.TalentCons.E { + teyvatData.Ability2 += 3 + } + if cons >= role.TalentCons.Q { + teyvatData.Ability3 += 3 + } + + // dataFix from https://github.com/yoimiya-kokomi/miao-plugin/blob/ac27075276154ef5a87a458697f6e5492bd323bd/components/profile-data/enka-data.js#L186 # noqa: E501 + switch name { + case "雷电将军": + thunderDmg = math.Max(0, thunderDmg-(recharge-100)*0.4) // 雷元素伤害加成 + case "莫娜": + waterDmg = math.Max(0, waterDmg-recharge*0.2) // 水元素伤害加成 + case "妮露": + if cons == 6 { + crit = math.Max(5, crit-math.Min(30, hp*0.6)) // 暴击率 + critDmg = math.Max(50, critDmg-math.Min(60, hp*1.2)) // 暴击伤害 + } + case "达达利亚": + teyvatData.Ability1 += 1 + + default: + + } + for _, item := range []string{"息灾", "波乱月白经津", "雾切之回光", "猎人之径"} { + if item == wqname { + z := 12 + 12*(float64(affix)-1)/4 + fireDmg = math.Max(0, fireDmg-z) // 火元素加伤 + thunderDmg = math.Max(0, thunderDmg-z) // 雷元素加伤 + waterDmg = math.Max(0, waterDmg-z) // 水元素加伤 + windDmg = math.Max(0, windDmg-z) // 风元素加伤 + rockDmg = math.Max(0, rockDmg-z) // 岩元素加伤 + iceDmg = math.Max(0, iceDmg-z) // 冰元素加伤 + grassDmg = math.Max(0, grassDmg-z) // 草元素加伤 + break + } + } + + // 圣遗物数据 + var syws []string = []string{v.Artis.Hua.Set, v.Artis.Yu.Set, v.Artis.Sha.Set, v.Artis.Bei.Set, v.Artis.Guan.Set} + for i := 0; i < 5; i++ { + var equip sywm + switch i { + case 0: + equip = v.Artis.Hua + case 1: + equip = v.Artis.Yu + case 2: + equip = v.Artis.Sha + case 3: + equip = v.Artis.Bei + case 4: + equip = v.Artis.Guan + } + if equip.Name == "" { + continue + } + // 圣遗物name + detail := TeyvatDetail{ + Name: equip.Name, + Type: GetEquipType(strconv.Itoa(i)), + Level: equip.Level - 1, + MainTips: GetAppendProp(equip.Main.Title), + } + + if s = Stofen(equip.Main.Title); s == "" { + detail.MainValue = int(0.5 + equip.Main.Value) + } else { + detail.MainValue = Ftoone(equip.Main.Value) + s + } + + for i, stats := range equip.Attrs { + s = fmt.Sprintf("%s+%v%s", GetAppendProp(stats.Title), stats.Value, Stofen(stats.Title)) + switch i { + case 0: + detail.Tips1 = s + case 1: + detail.Tips2 = s + case 2: + detail.Tips3 = s + case 3: + detail.Tips4 = s + } + } + teyvatData.Detail = append(teyvatData.Detail, detail) + } + + teyvatData.Artifacts = Sywsuit(syws) + + teyvatData.HP = int(0.5 + hp) + teyvatData.BaseHP = int(0.5 + v.Attr.HpBase) // 基础生命值 + teyvatData.Attack = int(0.5 + v.Attr.Atk) // 攻击 + teyvatData.BaseAttack = int(0.5 + v.Attr.AtkBase) // 基础攻击力 + teyvatData.Defend = int(0.5 + v.Attr.Def) // 防御 + teyvatData.BaseDefend = int(0.5 + v.Attr.DefBase) // 基础防御力 + teyvatData.Element = int(0.5 + v.Attr.Mastery) // 元素精通 + teyvatData.Heal = Ftoone(v.Attr.Heal) + "%" // 治疗加成 + teyvatData.Crit = Ftoone(crit) + "%" + teyvatData.CritDmg = Ftoone(critDmg) + "%" + teyvatData.Recharge = Ftoone(recharge) + "%" + teyvatData.FireDmg = Ftoone(fireDmg) + "%" + teyvatData.WaterDmg = Ftoone(waterDmg) + "%" + teyvatData.ThunderDmg = Ftoone(thunderDmg) + "%" + teyvatData.WindDmg = Ftoone(windDmg) + "%" + teyvatData.IceDmg = Ftoone(iceDmg) + "%" + teyvatData.RockDmg = Ftoone(rockDmg) + "%" + teyvatData.GrassDmg = Ftoone(grassDmg) + "%" + teyvatData.PhysicalDmg = Ftoone(physicalDmg) + "%" + + res.Data = append(res.Data, teyvatData) // 单个角色最终结果 + return nil, nil +} diff --git a/plugin/kokomi/pull.go b/plugin/kokomi/pull.go new file mode 100644 index 0000000000..fa460d9fb7 --- /dev/null +++ b/plugin/kokomi/pull.go @@ -0,0 +1,70 @@ +package kokomi // 导入yuan-shen模块,需要定期手动更新部分 + +// Wifequanmap 角色圣遗物评分权重图 +var Wifequanmap = map[string]wifequan{ + "神里绫华": {0, 75, 0, 100, 100, 0, 100, 0, 30, 0}, + "旅行者": {0, 75, 0, 100, 100, 0, 100, 0, 55, 0}, + "香菱": {0, 75, 0, 100, 100, 75, 100, 0, 55, 0}, + "菲谢尔": {0, 75, 0, 100, 100, 75, 100, 60, 0, 0}, + "丽莎": {0, 75, 0, 100, 100, 75, 100, 0, 0, 0}, + "阿贝多": {0, 0, 100, 100, 100, 0, 100, 0, 0, 0}, + "安柏": {0, 75, 0, 100, 100, 75, 100, 100, 0, 0}, + "鹿野院平藏": {0, 75, 0, 100, 100, 75, 100, 0, 30, 0}, + "坎蒂丝": {75, 75, 0, 100, 100, 0, 100, 0, 55, 0}, + "瑶瑶": {75, 75, 0, 100, 100, 0, 75, 0, 75, 75}, + "珊瑚宫心海": {100, 50, 0, 0, 0, 0, 100, 0, 55, 100}, + "优菈": {0, 75, 0, 100, 100, 0, 40, 100, 55, 0}, + "砂糖": {0, 75, 0, 100, 100, 100, 75, 0, 55, 0}, + "柯莱": {0, 75, 0, 100, 100, 75, 100, 0, 30, 0}, + "重云": {0, 75, 0, 100, 100, 75, 100, 0, 55, 0}, + "凯亚": {0, 75, 0, 100, 100, 0, 100, 100, 30, 0}, + "荒泷一斗": {0, 50, 100, 100, 100, 0, 100, 0, 30, 0}, + "温迪": {0, 75, 0, 100, 100, 75, 100, 0, 55, 0}, + "达达利亚": {0, 75, 0, 100, 100, 75, 100, 0, 30, 0}, + "魈": {0, 75, 0, 100, 100, 0, 100, 0, 55, 0}, + "托马": {90, 55, 0, 90, 90, 0, 90, 0, 55, 0}, + "五郎": {0, 75, 100, 50, 50, 0, 100, 0, 75, 0}, + "班尼特": {100, 50, 0, 100, 100, 0, 80, 0, 55, 100}, + "刻晴": {0, 75, 0, 100, 100, 75, 100, 100, 0, 0}, + "辛焱": {0, 75, 75, 100, 100, 0, 100, 100, 0, 0}, + "夜兰": {80, 0, 0, 100, 100, 0, 100, 0, 55, 0}, + "纳西妲": {0, 55, 0, 100, 100, 100, 100, 0, 55, 0}, + "行秋": {0, 75, 0, 100, 100, 0, 100, 0, 75, 0}, + "胡桃": {80, 50, 0, 100, 100, 75, 100, 0, 0, 0}, + "迪卢克": {0, 75, 0, 100, 100, 75, 100, 0, 0, 0}, + "七七": {0, 75, 0, 100, 100, 0, 100, 100, 55, 100}, + "八重神子": {0, 75, 0, 100, 100, 75, 100, 0, 55, 0}, + "宵宫": {0, 75, 0, 100, 100, 75, 100, 0, 0, 0}, + "琴": {0, 75, 0, 100, 100, 0, 100, 100, 55, 100}, + "空": {0, 75, 0, 100, 100, 75, 100, 0, 55, 0}, + "提纳里": {0, 75, 0, 100, 100, 90, 100, 0, 30, 0}, + "枫原万叶": {0, 75, 0, 100, 100, 100, 100, 0, 55, 0}, + "钟离": {80, 75, 0, 100, 100, 0, 100, 50, 55, 0}, + "莫娜": {0, 75, 0, 100, 100, 75, 100, 0, 75, 0}, + "北斗": {0, 75, 0, 100, 100, 75, 100, 0, 55, 0}, + "凝光": {0, 75, 0, 100, 100, 0, 100, 0, 30, 0}, + "早柚": {0, 75, 0, 100, 100, 100, 100, 0, 55, 100}, + "赛诺": {0, 75, 0, 100, 100, 75, 100, 0, 55, 0}, + "神里绫人": {50, 75, 0, 100, 100, 0, 100, 0, 30, 0}, + "九条裟罗": {0, 75, 0, 100, 100, 0, 100, 0, 55, 0}, + "可莉": {0, 75, 0, 100, 100, 75, 100, 0, 30, 0}, + "艾尔海森": {0, 50, 0, 100, 100, 80, 100, 0, 35, 0}, + "云堇": {0, 75, 100, 80, 80, 0, 80, 0, 80, 0}, + "迪奥娜": {100, 50, 0, 50, 50, 0, 100, 0, 90, 100}, + "荧": {0, 75, 0, 100, 100, 75, 100, 0, 55, 0}, + "妮露": {100, 0, 0, 100, 100, 80, 100, 0, 30, 0}, + "申鹤": {0, 100, 0, 100, 100, 0, 100, 0, 55, 0}, + "埃洛伊": {0, 75, 0, 100, 100, 0, 100, 0, 0, 0}, + "诺艾尔": {0, 50, 90, 100, 100, 0, 100, 0, 70, 0}, + "久岐忍": {100, 50, 0, 100, 100, 75, 100, 0, 55, 100}, + "多莉": {75, 75, 0, 100, 100, 0, 75, 0, 55, 100}, + "莱依拉": {100, 75, 0, 100, 100, 0, 100, 0, 35, 0}, + "珐露珊": {0, 75, 0, 100, 100, 0, 75, 0, 75, 0}, + "罗莎莉亚": {0, 75, 0, 100, 100, 0, 70, 80, 30, 0}, + "烟绯": {0, 75, 0, 100, 100, 75, 100, 0, 30, 0}, + "雷泽": {0, 75, 0, 100, 100, 0, 100, 100, 0, 0}, + "流浪者": {0, 80, 0, 100, 100, 0, 100, 0, 35, 0}, + "雷电将军": {0, 75, 0, 100, 100, 0, 75, 0, 90, 0}, + "甘雨": {0, 75, 0, 100, 100, 75, 100, 0, 0, 0}, + "芭芭拉": {100, 50, 0, 50, 50, 0, 80, 0, 55, 100}, +} diff --git a/plugin/kokomi/shu.go b/plugin/kokomi/shu.go new file mode 100644 index 0000000000..a680291576 --- /dev/null +++ b/plugin/kokomi/shu.go @@ -0,0 +1,730 @@ +package kokomi // Package kokomi + +import ( + "bufio" + "encoding/json" + "errors" + "github.com/FloatTech/gg" + "os" + "os/exec" + "regexp" + "strconv" + "strings" +) + +// Fff 圣遗物武器名匹配 +type Fff struct { + WQ map[string]string `json:"zh-CN"` +} + +// 评分权重结构 +type wifequan struct { + Hp int //生命 + Atk int //攻击力 + Def int //防御力 + Cpct int //暴击率 + Cdmg int //暴击伤害 + Mastery int //元素精通 + Dmg int //元素伤害 + Phy int //物理伤害 + Recharge int //元素充能 + Heal int //治疗加成 +} + +// config内容 +type config struct { + Apis []string `json:"apis"` + Apiid int `json:"api_id"` + Postfix string `json:"postfix"` + Edition string `json:"edition"` +} + +// Wikimap wiki查询地址结构解析 +type Wikimap struct { + Card map[string]string `json:"card"` + Matera map[string]string `json:"material for role"` + Specialty map[string]string `json:"specialty"` + Weapon map[string]string `json:"weapon"` +} + +// Role 角色信息json解析 +type Role struct { + TalentID map[int]int `json:"talentId"` + TalentKey map[int]string `json:"talentKey"` + Elem string `json:"elem"` + TalentCons struct { + E int `json:"e"` + Q int `json:"q"` + } `json:"talentCons"` +} + +// Dam 角色伤害解析 +type Dam struct { + Result []struct { + DamageResultArr []struct { + Title string `json:"title"` + Value interface{} `json:"value"` + Expect string `json:"expect"` + } `json:"damage_result_arr"` + } `json:"result"` +} +type Damgroup struct { + Result struct { + ZdlResult any `json:"zdl_result"` + ZdlTips0 string `json:"zdl_tips0"` + ZdlTips1 string `json:"zdl_tips1"` + ZdlTips2 string `json:"zdl_tips2"` + ZdlTips3 string `json:"zdl_tips3"` + ChartData []struct { //统计图数据 + Name string `json:"name"` + Ename string `json:"ename"` + Value float64 `json:"value"` + Label struct { + Color string `json:"color"` + } `json:"label"` + } `json:"chart_data"` + ComboIntro string `json:"combo_intro"` + RechargeInfo []struct { + Ename string `json:"ename"` + Energy float64 `json:"energy"` + Rate string `json:"rate"` + Height int `json:"height"` + Color string `json:"color"` + Recharge string `json:"recharge"` + } `json:"recharge_info"` + } `json:"result"` +} + +// Getuid qquid->uid +func Getuid(sqquid string) (uid int) { // 获取对应游戏uid + // 获取本地缓存数据 + txt, err := os.ReadFile("plugin/kokomi/data/uid/" + sqquid + ".kokomi") + if err != nil { + return 0 + } + uid, _ = strconv.Atoi(string(txt)) + return +} + +// StoS 圣遗物词条简单描述 +func StoS(val string) string { + switch val { + case "FIGHT_PROP_HP": + return "小生命" + case "FIGHT_PROP_HP_PERCENT": + return "大生命" + case "FIGHT_PROP_ATTACK": + return "小攻击" + case "FIGHT_PROP_ATTACK_PERCENT": + return "大攻击" + case "FIGHT_PROP_DEFENSE": + return "小防御" + case "FIGHT_PROP_DEFENSE_PERCENT": + return "大防御" + case "FIGHT_PROP_CRITICAL": + return "暴击率" + case "FIGHT_PROP_CRITICAL_HURT": + return "暴击伤害" + case "FIGHT_PROP_CHARGE_EFFICIENCY": + return "元素充能" + case "FIGHT_PROP_HEAL_ADD": + return "治疗加成" + case "FIGHT_PROP_ELEMENT_MASTERY": + return "元素精通" + case "FIGHT_PROP_PHYSICAL_ADD_HURT": + return "物理加伤" + case "FIGHT_PROP_FIRE_ADD_HURT": + return "火元素加伤" + case "FIGHT_PROP_ELEC_ADD_HURT": + return "雷元素加伤" + case "FIGHT_PROP_WATER_ADD_HURT": + return "水元素加伤" + case "FIGHT_PROP_GRASS_ADD_HURT": + return "草元素加伤" + case "FIGHT_PROP_WIND_ADD_HURT": + return "风元素加伤" + case "FIGHT_PROP_ROCK_ADD_HURT": + return "岩元素加伤" + case "FIGHT_PROP_ICE_ADD_HURT": + return "冰元素加伤" + } + return "" +} + +func GetAppendProp(v string) string { + switch v { + case "FIGHT_PROP_HP", "FIGHT_PROP_HP_PERCENT", "小生命", "大生命": + return "生命值" + case "FIGHT_PROP_ATTACK", "FIGHT_PROP_ATTACK_PERCENT", "小攻击", "大攻击": + return "攻击力" + case "FIGHT_PROP_DEFENSE", "FIGHT_PROP_DEFENSE_PERCENT", "小防御", "大防御": + return "防御力" + case "FIGHT_PROP_CRITICAL", "暴击率": + return "暴击率" + case "FIGHT_PROP_CRITICAL_HURT", "暴击伤害": + return "暴击伤害" + case "FIGHT_PROP_CHARGE_EFFICIENCY", "元素充能": + return "元素充能效率" + case "FIGHT_PROP_HEAL_ADD", "治疗加成": + return "治疗加成" + case "FIGHT_PROP_ELEMENT_MASTERY", "元素精通": + return "元素精通" + case "FIGHT_PROP_PHYSICAL_ADD_HURT", "物理加伤": + return "物理伤害加成" + case "FIGHT_PROP_FIRE_ADD_HURT", "火元素加伤": + return "火元素伤害加成" + case "FIGHT_PROP_ELEC_ADD_HURT", "雷元素加伤": + return "雷元素伤害加成" + case "FIGHT_PROP_WATER_ADD_HURT", "水元素加伤": + return "水元素伤害加成" + case "FIGHT_PROP_GRASS_ADD_HURT", "草元素加伤": + return "草元素伤害加成" + case "FIGHT_PROP_WIND_ADD_HURT", "风元素加伤": + return "风元素伤害加成" + case "FIGHT_PROP_ROCK_ADD_HURT", "岩元素加伤": + return "岩元素伤害加成" + case "FIGHT_PROP_ICE_ADD_HURT", "冰元素加伤": + return "冰元素伤害加成" + } + return "" +} + +func GetEquipType(v string) string { + switch v { + case "EQUIP_BRACER", "0": + return "生之花" + case "EQUIP_NECKLACE", "1": + return "死之羽" + case "EQUIP_SHOES", "2": + return "时之沙" + case "EQUIP_RING", "3": + return "空之杯" + case "EQUIP_DRESS", "4": + return "理之冠" + } + return "" +} + +// Stofen 判断词条分号 +func Stofen(val string) string { + switch val { + case "FIGHT_PROP_HP", "FIGHT_PROP_ATTACK", "FIGHT_PROP_DEFENSE", "FIGHT_PROP_ELEMENT_MASTERY", "小生命", "小攻击", "小防御", "元素精通": + return "" + /* + case "FIGHT_PROP_HP_PERCENT": + case "FIGHT_PROP_ATTACK_PERCENT": + case "FIGHT_PROP_DEFENSE_PERCENT": + case "FIGHT_PROP_CRITICAL": + case "FIGHT_PROP_CRITICAL_HURT": + case "FIGHT_PROP_CHARGE_EFFICIENCY": + case "FIGHT_PROP_HEAL_ADD": + case "FIGHT_PROP_PHYSICAL_ADD_HURT": + case "FIGHT_PROP_FIRE_ADD_HURT": + case "FIGHT_PROP_ELEC_ADD_HURT": + case "FIGHT_PROP_WATER_ADD_HURT": + case "FIGHT_PROP_GRASS_ADD_HURT": + case "FIGHT_PROP_WIND_ADD_HURT": + case "FIGHT_PROP_ROCK_ADD_HURT": + case "FIGHT_PROP_ICE_ADD_HURT": + */ + } + return "%" +} + +// Countcitiao 计算圣遗物单词条分 +func Countcitiao(wifename, funame string, figure float64) float64 { + ti := Wifequanmap[wifename] + switch funame { + case "大生命": + return figure * 1.33 * float64(ti.Hp) / 100 + case "大攻击": + return figure * 1.33 * float64(ti.Atk) / 100 + case "大防御": + return figure * 1.33 * float64(ti.Def) / 100 + case "暴击率": + return figure * 2.0 * float64(ti.Cpct) / 100 + case "暴击伤害": + return figure * 1.0 * float64(ti.Cdmg) / 100 + case "元素精通": + return figure * 0.33 * float64(ti.Mastery) / 100 + case "雷元素加伤", "水元素加伤", "火元素加伤", "风元素加伤", "草元素加伤", "岩元素加伤", "冰元素加伤", "元素加伤": + return figure * 1.33 * float64(ti.Dmg) / 100 + case "物理加伤": + return figure * 1.33 * float64(ti.Phy) / 100 + case "元素充能": + return figure * 1.2 * float64(ti.Recharge) / 100 + case "治疗加成": + return figure * 1.73 * float64(ti.Heal) / 100 + } + return 0 +} + +// Pingji 词条评级 +func Pingji(val float64) string { + switch { + case val < 10: + return "D" + case val < 16.5: + return "C" + case val < 23.1: + return "B" + case val < 29.7: + return "A" + case val < 36.3: + return "S" + case val < 42.9: + return "SS" + case val < 49.5: + return "SSS" + case val < 56.1: + return "ACE" + } + return "ACES" +} + +// Ftoone 保留一位小数并转化string +func Ftoone(f float64) string { + // return strconv.FormatFloat(f, 'f', 1, 64) + if f == 0 { + return "0" + } + return strconv.FormatFloat(f, 'f', 1, 64) +} + +// FindMap 各种简称map查询 +type FindMap map[string][]string + +func GetWifeOrWq(val string) FindMap { + var txt []byte + switch val { + case "wife": + txt, _ = os.ReadFile("plugin/kokomi/data/json/wife_list.json") + case "wq": + txt, _ = os.ReadFile("plugin/kokomi/data/json/wq.json") + } + var m FindMap = make(map[string][]string) + if nil == json.Unmarshal(txt, &m) { + return m + } + return nil +} + +// Findnames 遍历寻找匹配昵称 +func (m FindMap) Findnames(val string) string { + for k, v := range m { + for _, vv := range v { + if vv == val { + return k + } + } + } + return "" +} + +// Idmap wifeid->wifename +func (m FindMap) Idmap(val string) string { + for k, v := range m { + if k == val { + return v[0] + } + } + return "" +} + +// StringStrip 字符串删空格 +func StringStrip(input string) string { + if input == "" { + return "" + } + reg := regexp.MustCompile(`[\s\p{Zs}]{1,}`) + return reg.ReplaceAllString(input, "") +} + +// GetReliquary 读取圣遗物信息 +func GetReliquary() *Fff { + txt, err := os.ReadFile("plugin/kokomi/data/json/loc.json") + if err != nil { + return nil + } + var p Fff + if nil == json.Unmarshal(txt, &p) { + return &p + } + return nil +} + +// Findwq Findwq圣遗物,武器名匹配 +func (m *Fff) Findwq(a string) string { + return m.WQ[a] +} + +// GetRole 角色信息 +func GetRole(str string) *Role { + txt, err := os.ReadFile("plugin/kokomi/data/character/" + str + "/data.json") + if err != nil { + return nil + } + var p Role + if nil == json.Unmarshal(txt, &p) { + return &p + } + return nil +} + +// GetTalentId 天赋列表 +func (m *Role) GetTalentId() []int { + var a, e, q int + for k, v := range m.TalentKey { + switch v { + case "a": + a = k + case "e": + e = k + case "q": + q = k + } + } + f := make([]int, 3) + for k, v := range m.TalentID { + switch v { + case a: + f[0] = k + case e: + f[1] = k + case q: + f[2] = k + } + } + return f +} + +// Syws 圣遗物列表名解析 +type Syws map[string]struct { + Name string `json:"name"` + Sets struct { + Num1 struct { + Name string `json:"name"` + } `json:"1"` + Num2 struct { + Name string `json:"name"` + } `json:"2"` + Num3 struct { + Name string `json:"name"` + } `json:"3"` + Num4 struct { + Name string `json:"name"` + } `json:"4"` + Num5 struct { + Name string `json:"name"` + } `json:"5"` + } `json:"sets"` +} + +func GetSywName() Syws { + data, err := os.ReadFile("plugin/kokomi/data/json/sywname_list.json") + if err != nil { + return nil + } + var p Syws + if nil == json.Unmarshal(data, &p) { + return p + } + return nil +} + +// Names 圣遗物名列表 +func (m Syws) Names(syw string) []string { + for _, v := range m { + if v.Name == syw { + return []string{ + v.Sets.Num1.Name, + v.Sets.Num2.Name, + v.Sets.Num3.Name, + v.Sets.Num4.Name, + v.Sets.Num5.Name, + } + } + } + return nil +} + +// Sywsuit 圣遗物套装判断 +func Sywsuit(syws []string) string { + sywMap := make(map[string]int) + var c0, c1 string + for _, v := range syws { + i := sywMap[v] + sywMap[v] = i + 1 + } + sywMap[""] = 0 + for k, v := range sywMap { + if v >= 4 { + return k + "4" + } + if v >= 2 { + if c0 == "" { + c0 = k + } else { + c1 = k + } + } + } + if c0 != "" { + if c1 != "" { + return c0 + "2+" + c1 + "2" + } + return c0 + "2" + } + return "+" +} + +// 解析为本地结构 +func (n Data) ConvertData() (Thisdata, error) { + t := new(Thisdata) + t.Chars = make(map[int]CharRole) + wife := GetWifeOrWq("wife") + t.UID = n.UID + t.Nickname = n.PlayerInfo.Nickname + t.Level = n.PlayerInfo.Level + for k, v := range n.AvatarInfoList { + //数据处理区 + adds, addf := "元素加伤:", 0.0 + if v.FightPropMap.Num30*100 > addf { + adds = "物理加伤:" + addf = v.FightPropMap.Num30 * 100 + } + if v.FightPropMap.Num40*100 > addf { + adds = "火元素加伤:" + addf = v.FightPropMap.Num40 * 100 + } + if v.FightPropMap.Num41*100 > addf { + adds = "雷元素加伤:" + addf = v.FightPropMap.Num41 * 100 + } + if v.FightPropMap.Num42*100 > addf { + adds = "水元素加伤:" + addf = v.FightPropMap.Num42 * 100 + } + if v.FightPropMap.Num44*100 > addf { + adds = "风元素加伤:" + addf = v.FightPropMap.Num44 * 100 + } + if v.FightPropMap.Num45*100 > addf { + adds = "岩元素加伤:" + addf = v.FightPropMap.Num45 * 100 + } + if v.FightPropMap.Num46*100 > addf { + adds = "冰元素加伤:" + addf = v.FightPropMap.Num46 * 100 + } + if v.FightPropMap.Num43*100 > addf { + adds = "草元素加伤:" + addf = v.FightPropMap.Num43 * 100 + } + l := len(v.EquipList) + reliquary := GetReliquary() + if reliquary == nil { + return *t, errors.New("1") + } + wq := reliquary.WQ[v.EquipList[l-1].Flat.NameTextHash] + if wq == "" { + return *t, errors.New("2") + } + var wqjl = 0 + for m := range v.EquipList[l-1].Weapon.AffixMap { + wqjl = m + } + role := GetRole(wife.Idmap(strconv.Itoa(v.AvatarID))) + talentId := role.GetTalentId() + syw := GetSywName() + var sywhua, sywyu, sywsha, sywbei, sywguan sywm + for i := 0; i < l-1; i++ { + switch v.EquipList[i].Flat.EquipType { + case "EQUIP_BRACER": + sywhua = sywm{ + Set: reliquary.WQ[v.EquipList[i].Flat.SetNameTextHash], + Name: syw.Names(reliquary.WQ[v.EquipList[i].Flat.SetNameTextHash])[0], + Level: v.EquipList[i].Reliquary.Level, + Main: attrs{ + Title: StoS(v.EquipList[i].Flat.ReliquaryMainStat.MainPropID), + Value: v.EquipList[i].Flat.ReliquaryMainStat.Value, + }, + } + for _, stats := range v.EquipList[i].Flat.ReliquarySubStats { + sywhua.Attrs = append(sywhua.Attrs, attrs{ + Title: StoS(stats.SubPropID), + Value: stats.Value, + }) + } + case "EQUIP_NECKLACE": + sywyu = sywm{ + Set: reliquary.WQ[v.EquipList[i].Flat.SetNameTextHash], + Name: syw.Names(reliquary.WQ[v.EquipList[i].Flat.SetNameTextHash])[1], + Level: v.EquipList[i].Reliquary.Level, + Main: attrs{ + Title: StoS(v.EquipList[i].Flat.ReliquaryMainStat.MainPropID), + Value: v.EquipList[i].Flat.ReliquaryMainStat.Value, + }, + } + for _, stats := range v.EquipList[i].Flat.ReliquarySubStats { + sywyu.Attrs = append(sywyu.Attrs, attrs{ + Title: StoS(stats.SubPropID), + Value: stats.Value, + }) + } + case "EQUIP_SHOES": + sywsha = sywm{ + Set: reliquary.WQ[v.EquipList[i].Flat.SetNameTextHash], + Name: syw.Names(reliquary.WQ[v.EquipList[i].Flat.SetNameTextHash])[2], + Level: v.EquipList[i].Reliquary.Level, + Main: attrs{ + Title: StoS(v.EquipList[i].Flat.ReliquaryMainStat.MainPropID), + Value: v.EquipList[i].Flat.ReliquaryMainStat.Value, + }, + } + for _, stats := range v.EquipList[i].Flat.ReliquarySubStats { + sywsha.Attrs = append(sywsha.Attrs, attrs{ + Title: StoS(stats.SubPropID), + Value: stats.Value, + }) + } + case "EQUIP_RING": + sywbei = sywm{ + Set: reliquary.WQ[v.EquipList[i].Flat.SetNameTextHash], + Name: syw.Names(reliquary.WQ[v.EquipList[i].Flat.SetNameTextHash])[3], + Level: v.EquipList[i].Reliquary.Level, + Main: attrs{ + Title: StoS(v.EquipList[i].Flat.ReliquaryMainStat.MainPropID), + Value: v.EquipList[i].Flat.ReliquaryMainStat.Value, + }, + } + for _, stats := range v.EquipList[i].Flat.ReliquarySubStats { + sywbei.Attrs = append(sywbei.Attrs, attrs{ + Title: StoS(stats.SubPropID), + Value: stats.Value, + }) + } + case "EQUIP_DRESS": + sywguan = sywm{ + Set: reliquary.WQ[v.EquipList[i].Flat.SetNameTextHash], + Name: syw.Names(reliquary.WQ[v.EquipList[i].Flat.SetNameTextHash])[4], + Level: v.EquipList[i].Reliquary.Level, + Main: attrs{ + Title: StoS(v.EquipList[i].Flat.ReliquaryMainStat.MainPropID), + Value: v.EquipList[i].Flat.ReliquaryMainStat.Value, + }, + } + for _, stats := range v.EquipList[i].Flat.ReliquarySubStats { + sywguan.Attrs = append(sywguan.Attrs, attrs{ + Title: StoS(stats.SubPropID), + Value: stats.Value, + }) + } + } + } + //导入 + t.Chars[k] = CharRole{ + ID: v.AvatarID, + Name: wife.Idmap(strconv.Itoa(v.AvatarID)), + Level: v.PropMap.Num4001.Val, + Fetter: v.FetterInfo.ExpLevel, + Cons: len(v.TalentIDList), + Attr: attr{ + Atk: v.FightPropMap.Num4*(1+(v.FightPropMap.Num6)) + v.FightPropMap.Num5, + AtkBase: v.FightPropMap.Num4, + Def: v.FightPropMap.Num2002, + DefBase: v.FightPropMap.Num7, + Hp: v.FightPropMap.Num2000, + HpBase: v.FightPropMap.Num1, + Mastery: v.FightPropMap.Num28, + Recharge: v.FightPropMap.Num23 * 100, + Heal: v.FightPropMap.Num26 * 100, + Cpct: v.FightPropMap.Num20 * 100, + Cdmg: v.FightPropMap.Num22 * 100, + Dmg: addf, + DmgName: adds, + Phy: v.FightPropMap.Num30 * 100, + }, + Weapon: weapon{ + Name: wq, + Star: v.EquipList[l-1].Flat.RankLevel, + Level: v.EquipList[l-1].Weapon.Level, + Affix: v.EquipList[l-1].Weapon.AffixMap[wqjl] + 1, + Atk: v.EquipList[l-1].Flat.WeaponStat[0].Value, + }, + Talent: talent{ + A: v.SkillLevelMap[talentId[0]], + E: v.SkillLevelMap[talentId[1]], + Q: v.SkillLevelMap[talentId[2]], + }, + Artis: artis{ + Hua: sywhua, + Yu: sywyu, + Sha: sywsha, + Bei: sywbei, + Guan: sywguan, + }, + DataSource: "Enka.Network", + } + } + return *t, nil +} + +// 合并映射 +func (t *Thisdata) MergeFile(suid string) { + tx, err := os.ReadFile("plugin/kokomi/data/js/" + suid + ".kokomi") + if err != nil { + return + } + // 解析 + var alldata Thisdata + err = json.Unmarshal(tx, &alldata) + if err != nil { + return + } +OuterLoop: + for i := 0; i < len(alldata.Chars); i++ { + for l := 0; l < len(t.Chars); l++ { + if alldata.Chars[i].Name == t.Chars[l].Name { + if i == len(alldata.Chars)-1 { + return + } else { + continue OuterLoop + } + } + } + //未找到相同 + t.Chars[len(t.Chars)] = alldata.Chars[i] + } + return +} + +// 字符串分行 +func truncation(canvas *gg.Context, text string, width int) (buff []string) { + buff = make([]string, 0, 32) + s := bufio.NewScanner(strings.NewReader(text)) + line := strings.Builder{} + for s.Scan() { + for _, v := range s.Text() { + length, _ := canvas.MeasureString(line.String()) + if int(length) <= width { + line.WriteRune(v) + } else { + buff = append(buff, line.String()) + line.Reset() + line.WriteRune(v) + } + } + buff = append(buff, line.String()) + line.Reset() + } + return +} + +// cmd后台执行 +func RunCmd(path, order string) (output []byte, err error) { + var cmd *exec.Cmd + cmd = exec.Command("bash", "-c", "cd "+path+" ; "+order) + output, err = cmd.CombinedOutput() + return +} diff --git a/plugin/kokomi/wiki.go b/plugin/kokomi/wiki.go new file mode 100644 index 0000000000..f261659ddd --- /dev/null +++ b/plugin/kokomi/wiki.go @@ -0,0 +1,153 @@ +// Package kokomi_wiki 原神查询功能 +package kokomi + +import ( + "encoding/json" + "fmt" + www "net/url" + "os" + + "github.com/FloatTech/floatbox/web" + ctrl "github.com/FloatTech/zbpctrl" + "github.com/FloatTech/zbputils/control" + zero "github.com/wdvxdr1123/ZeroBot" + "github.com/wdvxdr1123/ZeroBot/message" +) + +const ( //~标记已实现 + url1 = "https://ghproxy.com/https://raw.githubusercontent.com/CMHopeSunshine/GenshinWikiMap/master/results/character_map/%v.jpg" //~角色图鉴 + url2 = "https://ghproxy.com/https://raw.githubusercontent.com/CMHopeSunshine/LittlePaimonRes/main/genshin_guide/guide/%v.jpg" //~角色攻略 + url3 = "https://ghproxy.com/https://raw.githubusercontent.com/Nwflower/genshin-atlas/master%v" //~角色材料~七圣召唤卡~特产图鉴[已经替换]~武器图鉴 + url4 = "https://ghproxy.com/https://raw.githubusercontent.com/CMHopeSunshine/LittlePaimonRes/main/genshin_guide/curve/%v.jpg" //~收益曲线 + url5 = "https://ghproxy.com/https://raw.githubusercontent.com/CMHopeSunshine/LittlePaimonRes/main/genshin_guide/panel/%v.jpg" //~参考面板 + url6 = "https://map.minigg.cn/map/get_map?resource_name=%v&is_cluster=false" //地图资源截图 + url7 = "https://ghproxy.com/https://raw.githubusercontent.com/Nwflower/genshin-atlas/master/artifact/%v.png" //圣遗物图鉴 + url8 = "https://ghproxy.com/https://raw.githubusercontent.com/CMHopeSunshine/GenshinWikiMap/master/results/monster_map/%v.jpg" //~原魔图鉴 +) + +func init() { // 主函数 + var Postfix = Config.Postfix + en := control.Register("kokomi_wiki", &ctrl.Options[*zero.Ctx]{ + DisableOnDefault: false, + Brief: "原神wiki查询", + Help: "原神wiki查询功能\n" + + "- #材料/培养xxx[角色培养材料查询]\n" + + "- #特产/位置xxx[地区特产查询]\n" + + "- #收益xxx[角色收益曲线查询]\n" + + "- #参考xxx[角色参考面板查询]\n" + + "- #查卡xxx[七圣召唤查卡]\n" + + "- #攻略xxx[角色攻略查询]\n" + + "- #原魔xxx[原魔图鉴查询]\n" + + "- #武器xxx[武器图鉴查询]\n" + + "- #xxx[角色图鉴查询]", + }) + en.OnRegex(`(#|#)\s?(查卡|七圣|培养|材料|特产|位置|武器|图鉴|收益|参考|攻略|原魔)?\s?(\D*)(\d)?`).SetBlock(true).Handle(func(ctx *zero.Ctx) { + keys := ctx.State["regex_matched"].([]string)[2] //匹配种类 + word := ctx.State["regex_matched"].([]string)[3] //关键字 + //num := ctx.State["regex_matched"].([]string)[4] //可能存在的选择数 + var url, k string //匹配链接 + var paths Wikimap + t, err := os.ReadFile("plugin/kokomi/data/json/path.json") //获取文件 + if err != nil { + ctx.SendChain(message.Text("获取路径文件失败", err)) + return + } + _ = json.Unmarshal(t, &paths) + switch keys { + case "查卡", "七圣": //七圣召唤 + url = url3 + k = paths.Card[word] + case "培养", "材料": //角色素材 + url = url3 + wife := GetWifeOrWq("wife") + swifeid := wife.Findnames(word) + if swifeid == "" { + ctx.SendChain(message.Text("-请输入角色全名" + Postfix)) + return + } + word = wife.Idmap(swifeid) + if word == "" { + ctx.SendChain(message.Text("Idmap数据缺失")) + return + } + k = paths.Matera[word] + case "特产", "位置": //区域特产 + url = url6 + k = www.QueryEscape(word) + case "武器", "图鉴": //武器图鉴 + url = url3 + wq := GetWifeOrWq("wq") + word = wq.Findnames(word) + if word == "" { + ctx.SendChain(message.Text("-请输入武器全名" + Postfix)) + return + } + k = paths.Weapon[word] + case "收益": //收益曲线 + url = url4 + wife := GetWifeOrWq("wife") + swifeid := wife.Findnames(word) + if swifeid == "" { + ctx.SendChain(message.Text("-请输入角色全名" + Postfix)) + return + } + k = wife.Idmap(swifeid) + if k == "" { + ctx.SendChain(message.Text("Idmap数据缺失")) + return + } + case "参考": //参考面板 + url = url5 + wife := GetWifeOrWq("wife") + swifeid := wife.Findnames(word) + if swifeid == "" { + ctx.SendChain(message.Text("-请输入角色全名" + Postfix)) + return + } + k = wife.Idmap(swifeid) + if k == "" { + ctx.SendChain(message.Text("Idmap数据缺失")) + return + } + case "攻略": //角色攻略 + url = url2 + wife := GetWifeOrWq("wife") + swifeid := wife.Findnames(word) + if swifeid == "" { + ctx.SendChain(message.Text("-请输入角色全名" + Postfix)) + return + } + k = wife.Idmap(swifeid) + if k == "" { + ctx.SendChain(message.Text("Idmap数据缺失")) + return + } + case "原魔": //原魔图鉴 + url = url8 + k = word + default: //角色图鉴 + url = url1 + wife := GetWifeOrWq("wife") + swifeid := wife.Findnames(word) + if swifeid == "" { + return + } + k = wife.Idmap(swifeid) + if k == "" { + ctx.SendChain(message.Text("Idmap数据缺失")) + return + } + } + if k == "" { + ctx.SendChain(message.Text("-未找到信息" + Postfix)) + return + } + + data, err := web.GetData(fmt.Sprintf(url, k)) + if err != nil { + ctx.SendChain(message.Text("-获取图片失败惹", err)) + return + } + ctx.SendChain(message.ImageBytes(data)) + }) +}