commit f51782b1b21a1d6d6f97cc0cb97fc594c47f054d Author: Nexan Date: Thu May 16 12:30:42 2024 -0500 initial commit - basing this off of the Candela system implementation diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cc4f7d5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +packs/** binary \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..c91d7d6 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,42 @@ +name: Release + +on: + release: + types: [published] + +jobs: + build: + runs-on: ubuntu-latest + + permissions: + contents: write + pull-requests: read + steps: + - uses: actions/checkout@v2 + + - name: Write raw version to env + run: | + echo "VERSION=${GITHUB_REF_NAME#v}" >> "$GITHUB_ENV" + - name: Substitute version in manifest + uses: microsoft/variable-substitution@v1 + with: + files: 'system.json' + env: + version: ${{ env.VERSION }} + download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/candelafvtt-${{github.event.release.tag_name}}.zip + + - name: Install dependencies and build + run: | + npm install -g yarn + yarn install + sh build.sh ${{ env.VERSION }} + - name: Update release with files + uses: ncipollo/release-action@v1 + with: + allowUpdates: true + name: ${{ github.event.release.name }} + draft: false + token: ${{ secrets.GITHUB_TOKEN }} + artifacts: 'dist/system.json,dist/candelafvtt-v${{ env.VERSION }}.zip' + tag: ${{ github.event.release.tag_name }} + body: ${{ github.event.release.body }} \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e4462d --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# IDE +.idea/ +.vs/ +.vscode/ + +# Node Modules +node_modules/ +npm-debug.log + +# Foundry +*.lock +!yarn.lock +jsconfig.json +foundry + +./TODO + +# exclude distribution +dist/ +css/ + +# dont commit pack binaries, but src +packs/* +!packs/src \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..8acb5aa --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +# IDE +.idea/ +.vs/ + +# Node Modules +node_modules/ +npm-debug.log \ No newline at end of file diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..dac255d --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v16.15.1 diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..e660c77 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,10 @@ +{ + "trailingComma": "es5", + "tabWidth": 4, + "semi": true, + "singleQuote": true, + "useTabs": false, + "bracketSpacing": true, + "arrowParens": "avoid", + "printWidth": 180 +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cb36116 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# CHANGELOG + +## 0.0.6 + +[ BETA Release] +- add illumination keys [#8](https://github.com/ceriath/candelafvtt/issues/8) by @juraj-visnovsky in [#9](https://github.com/ceriath/candelafvtt/pull/9) + +## 0.0.5 + +[ BETA Release] +- add 'Dice So Nice!' integration by @juraj-visnovsky in [#6](https://github.com/ceriath/candelafvtt/pull/6) +- add equip checkbox for gear [#5](https://github.com/ceriath/candelafvtt/issues/5) + +## 0.0.4 + +[BETA Release] +- drives are now editable (#3) + +## 0.0.3 + +[BETA Release] +- add License information to README and move it to THIRD-PARTY-LICENSE + +## 0.0.2 + +[BETA Release] +- add spanish translation [#1](https://github.com/ceriath/candelafvtt/pull/1) (thanks [@erizocosmico](https://github.com/erizocosmico)) + +## 0.0.1 + +[BETA Release] +- Initial Release \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..bae94e1 --- /dev/null +++ b/LICENSE.txt @@ -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 +. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..d4b9b94 --- /dev/null +++ b/README.md @@ -0,0 +1,56 @@ +# Candela Obscura for Foundry VTT + +![Foundry v11](https://img.shields.io/badge/foundry-v11-green) + +This system is an unofficial, basic implementation of the Candela Obscura Core Rulebook by Darrington Press. + +## Usage + +There is an ingame compendium called "System Manual", that has a basic tutorial on how to create your characters and a circle. + +## Supported Languages + +- English +- German +- Spanish + +## Contributing + +- If you have any issues with the system, please open a issue at [Github](https://github.com/ceriath/candela-fvtt). +- If you have any improvements (including translations), feel free to open a pull request, i am happy to review and merge them! + +## Credits + +- This system and content is based on the [Candela Obscura Quickstart Guide](https://darringtonpress.com/candela/) written by Spenser Starke and Rowan Hall at Darrington Press and the [Candela Obscura Core Rulebook](https://darringtonpress.com/candela/) by Darrington Press under the [Darrington Press Community Gaming License](https://darringtonpress.com/license/). I don't have, nor do i claim, any rights regarding that content. +If you like the system, you can find the books and more detail over at their Website [https://darringtonpress.com/candela/](https://darringtonpress.com/candela/) + +- The code has been based on the [Boilerplate System](https://gitlab.com/asacolips-projects/foundry-mods/boilerplate) by [Matt Smith (Asacolips)](https://github.com/asacolips) + +## Screenshots + +### Character Sheet + +![](screenshots/character-actions.png) +![](screenshots/character-abilities.png) +![](screenshots/character-biography.png) +![](screenshots/character-gear.png) + +### Circle Sheet + +![](screenshots/circle-abilities.png) +![](screenshots/circle-members.png) +![](screenshots/circle-illumination.png) + +### Rolls + +![](screenshots/roll.png) + +### Compendia + +![](screenshots/compendia-abilities.png) + +## Darrington Press Community Gaming License +This product was created using the Darrington Press Community Gaming License. The Illuminated Worlds Standard Resource Document, the Candela Obscura Quickstart Guide and the Candela Obscura Core Rulebook are owned and copyrighted by Darrington Press, LLC. All rights reserved. +This product is based on content created and owned by Darrington Press. Candela Obscura, Darrington Press, LLC, 2023, available at [darringtonpress.com](https://darringtonpress.com) +The Public Game Content identified above is licensed via the Darrington Press Community Gaming License, available at [darringtonpress.com](https://darringtonpress.com) +The Public Game Content has been modified by the author. There were no previous modification by others. \ No newline at end of file diff --git a/THIRD-PARTY-LICENSE.txt b/THIRD-PARTY-LICENSE.txt new file mode 100644 index 0000000..b079909 --- /dev/null +++ b/THIRD-PARTY-LICENSE.txt @@ -0,0 +1,4 @@ +This product was created using the Darrington Press Community Gaming License. The Illuminated Worlds Standard Resource Document, the Candela Obscura Quickstart Guide and the Candela Obscura Core Rulebook are owned and copyrighted by Darrington Press, LLC. All rights reserved. +This product is based on content created and owned by Darrington Press. Candela Obscura, Darrington Press, LLC, 2023, available at [darringtonpress.com](https://darringtonpress.com) +The Public Game Content identified above is licensed via the Darrington Press Community Gaming License, available at [darringtonpress.com](https://darringtonpress.com) +The Public Game Content has been modified by the author. There were no previous modification by others. \ No newline at end of file diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..628e48d --- /dev/null +++ b/build.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +if [ -z "$1" ] +then + echo "version number required, e.g. ./build.sh 1.0.0" + exit 1 +fi +rm -rf packs/abilities/ packs/gear/ packs/manual/ packs/roles/ packs/specialties/ packs/illumination-keys/ +rm -rf dist/ +rm -rf css/ +mkdir dist +yarn gulp build +yarn gulp pack +zip -r dist/candelafvtt-v${1}.zip css/ img/ lang/ module/ packs/ templates/ ./CHANGELOG.md ./LICENSE.txt ./THIRD-PARTY-LICENSE.txt ./system.json ./template.json -x "packs/src/*" +cp system.json dist/ \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js new file mode 100644 index 0000000..a0a5c48 --- /dev/null +++ b/gulpfile.js @@ -0,0 +1,74 @@ +const gulp = require('gulp'); +const prefix = require('gulp-autoprefixer'); +const sourcemaps = require('gulp-sourcemaps'); +const sass = require('gulp-sass')(require('sass')); + +/* ----------------------------------------- */ +/* Compile Sass +/* ----------------------------------------- */ + +// Small error handler helper function. +function handleError(err) { + console.log(err.toString()); + this.emit('end'); +} + +const SYSTEM_SCSS = ['scss/**/*.scss']; +function compileScss() { + // Configure options for sass output. For example, 'expanded' or 'nested' + let options = { + outputStyle: 'expanded', + }; + return gulp + .src(SYSTEM_SCSS) + .pipe(sourcemaps.init()) + .pipe(sass(options).on('error', handleError)) + .pipe( + prefix({ + cascade: false, + }) + ) + .pipe(sourcemaps.write()) + .pipe(gulp.dest('./css')); +} +const css = gulp.series(compileScss); + +async function packAll() { + const fvtt = await import('@foundryvtt/foundryvtt-cli'); + // Compile LevelDB compendium packs. + await fvtt.compilePack('packs/src/abilities', 'packs/abilities'); + await fvtt.compilePack('packs/src/specialties', 'packs/specialties'); + await fvtt.compilePack('packs/src/roles', 'packs/roles'); + await fvtt.compilePack('packs/src/gear', 'packs/gear'); + await fvtt.compilePack('packs/src/manual', 'packs/manual'); + await fvtt.compilePack('packs/src/illumination-keys', 'packs/illumination-keys'); +} + +async function unpackAll() { + const fvtt = await import('@foundryvtt/foundryvtt-cli'); + // Decompile LevelDB compendium packs. + await fvtt.extractPack('packs/abilities', 'packs/src/abilities'); + await fvtt.extractPack('packs/specialties', 'packs/src/specialties'); + await fvtt.extractPack('packs/roles', 'packs/src/roles'); + await fvtt.extractPack('packs/gear', 'packs/src/gear'); + await fvtt.extractPack('packs/manual', 'packs/src/manual'); + await fvtt.extractPack('packs/illumination-keys', 'packs/src/illumination-keys'); +} + +/* ----------------------------------------- */ +/* Watch Updates +/* ----------------------------------------- */ + +function watchUpdates() { + gulp.watch(SYSTEM_SCSS, css); +} + +/* ----------------------------------------- */ +/* Export Tasks +/* ----------------------------------------- */ + +exports.default = gulp.series(compileScss, watchUpdates); +exports.build = gulp.series(compileScss); +exports.pack = gulp.series(packAll); +exports.unpack = gulp.series(unpackAll); +exports.css = css; diff --git a/img/fairelands-map.jpg b/img/fairelands-map.jpg new file mode 100644 index 0000000..70d47a2 Binary files /dev/null and b/img/fairelands-map.jpg differ diff --git a/img/flame.svg b/img/flame.svg new file mode 100644 index 0000000..030d15e --- /dev/null +++ b/img/flame.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/illumination_candle.png b/img/illumination_candle.png new file mode 100644 index 0000000..8e3955d Binary files /dev/null and b/img/illumination_candle.png differ diff --git a/img/illumination_candle.svg b/img/illumination_candle.svg new file mode 100644 index 0000000..4a8f7be --- /dev/null +++ b/img/illumination_candle.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/lang/de.json b/lang/de.json new file mode 100644 index 0000000..ca52583 --- /dev/null +++ b/lang/de.json @@ -0,0 +1,60 @@ +{ + "CANDELAFVTT.nerve": "Nerven", + "CANDELAFVTT.move": "Bewegung", + "CANDELAFVTT.move-description": "laufen, ausweichen, navigieren", + "CANDELAFVTT.strike": "Angreifen", + "CANDELAFVTT.strike-description": "schlagen, zerbrechen, niederschlagen", + "CANDELAFVTT.control": "Kontrollieren", + "CANDELAFVTT.control-description": "fahren, schießen, finesse", + + "CANDELAFVTT.cunning": "Gerissenheit", + "CANDELAFVTT.sway": "Ausstrahlung", + "CANDELAFVTT.sway-description": "überzeugen, befehlen, gesellschaftlicher Umgang", + "CANDELAFVTT.read": "Durchschauen", + "CANDELAFVTT.read-description": "Körpersprache deuten, Lügen erkennen, Motive erfassen", + "CANDELAFVTT.hide": "Verstecken", + "CANDELAFVTT.hide-description": "anschleichen, ablenken, Taschenspielertricks", + + "CANDELAFVTT.intuition": "Intuition", + "CANDELAFVTT.survey": "Auffassungsgabe", + "CANDELAFVTT.survey-description": "suchen, verfolgen, entdecken", + "CANDELAFVTT.focus": "Fokus", + "CANDELAFVTT.focus-Beschreibung": "inspizieren, analysieren, erinnern", + "CANDELAFVTT.sense": "Sinn", + "CANDELAFVTT.sense-Beschreibung": "einstimmen, kanalisieren, offenbaren", + + "CANDELAFVTT.members": "Mitglieder", + + "CANDELAFVTT.stitch": "Stiche", + "CANDELAFVTT.refresh": "Erfrischungen", + "CANDELAFVTT.train": "Training", + + "CANDELAFVTT.brain": "Geist", + "CANDELAFVTT.body": "Körper", + "CANDELAFVTT.bleed": "Bleed", + + "CANDELAFVTT.drives": "Antriebe", + "CANDELAFVTT.resistances": "Resistenzen", + "CANDELAFVTT.abilities": "Fähigkeiten", + "CANDELAFVTT.illumination": "Erleuchtung", + "CANDELAFVTT.gear": "Ausrüstung", + "CANDELAFVTT.actions": "Aktionen", + "CANDELAFVTT.biography": "Biographie", + "CANDELAFVTT.marks": "Spuren", + "CANDELAFVTT.scars": "Narben", + "CANDELAFVTT.style": "Stil", + "CANDELAFVTT.catalyst": "Katalysator", + "CANDELAFVTT.question": "Fragen", + "CANDELAFVTT.background": "Hintergrund", + "CANDELAFVTT.illuminationKeys": "Schlüssel zur Erleuchtung", + + "CANDELAFVTT.abilities-description": "Wähle eine bei der Charaktererschaffung und eine weitere jedes Mal, wenn dein Kreis fortschreitet", + "CANDELAFVTT.illumination-description": "Bei vollständiger Erleuchtung, setze sie zurück. Jeder übrig gebliebene Erleuchtungspunkt zählt für deinen nächsten Aufstiegszyklus. Wähle dann eine neue Kreis-Fähigkeit, und alle Spieler können ihre Charakter-Fortschrittsoptionen wählen. Die roten Kreise stellen Meilensteine dar, die mechanische Vorteile haben können, je nachdem, welche Fähigkeiten dein Kreis wählt.", + + "CANDELAFVTT.driveBonus": "Antriebe hinzufügen", + "CANDELAFVTT.driveBonusDescription": "Füge zusätzliche Antriebe von dir oder deinen Mitspielern hinzu", + "CANDELAFVTT.roll": "Teste dein Glück!", + + "CANDELAFVTT.errors-invalid-spec": "Die gewählte Spezialisierung ist für die gewählte Rolle ungültig!" + +} \ No newline at end of file diff --git a/lang/en.json b/lang/en.json new file mode 100644 index 0000000..d02d09e --- /dev/null +++ b/lang/en.json @@ -0,0 +1,60 @@ +{ + "CANDELAFVTT.nerve": "Nerve", + "CANDELAFVTT.move": "Move", + "CANDELAFVTT.move-description": "run, dodge, navigate", + "CANDELAFVTT.strike": "Strike", + "CANDELAFVTT.strike-description": "punch, break, knock down", + "CANDELAFVTT.control": "Control", + "CANDELAFVTT.control-description": "drive, shoot, finesse", + + "CANDELAFVTT.cunning": "Cunning", + "CANDELAFVTT.sway": "Sway", + "CANDELAFVTT.sway-description": "convince, command, consort", + "CANDELAFVTT.read": "Read", + "CANDELAFVTT.read-description": "interpret body language, spot lies, gather motive", + "CANDELAFVTT.hide": "Hide", + "CANDELAFVTT.hide-description": "sneak, distract, sleight of hand", + + "CANDELAFVTT.intuition": "Intuition", + "CANDELAFVTT.survey": "Survey", + "CANDELAFVTT.survey-description": "search, track, spot", + "CANDELAFVTT.focus": "Focus", + "CANDELAFVTT.focus-description": "inspect, analyze, remember", + "CANDELAFVTT.sense": "Sense", + "CANDELAFVTT.sense-description": "attune, channel, reveal", + + "CANDELAFVTT.members": "Members", + + "CANDELAFVTT.stitch": "Stitch", + "CANDELAFVTT.refresh": "Refresh", + "CANDELAFVTT.train": "Train", + + "CANDELAFVTT.brain": "Brain", + "CANDELAFVTT.body": "Body", + "CANDELAFVTT.bleed": "Bleed", + + "CANDELAFVTT.drives": "Drives", + "CANDELAFVTT.resistances": "Resistances", + "CANDELAFVTT.abilities": "Abilities", + "CANDELAFVTT.illumination": "Illumination", + "CANDELAFVTT.gear": "Gear", + "CANDELAFVTT.actions": "Actions", + "CANDELAFVTT.biography": "Biography", + "CANDELAFVTT.marks": "Marks", + "CANDELAFVTT.scars": "Scars", + "CANDELAFVTT.style": "Style", + "CANDELAFVTT.catalyst": "Catalyst", + "CANDELAFVTT.question": "Question", + "CANDELAFVTT.background": "Background", + "CANDELAFVTT.illuminationKeys": "Illumination Keys", + + "CANDELAFVTT.abilities-description": "Choose one at character creation and one each time your circle advances.", + "CANDELAFVTT.illumination-description": "When the Illumination track is full, clear the track. Any leftover Illumination counts toward your next advancement cycle. Then choose a new circle ability, and all players can choose their character advancement options. The red circles represent milestones, which may have mechanical benefits depending on what abilities your circle chooses.", + + "CANDELAFVTT.driveBonus": "Add drives", + "CANDELAFVTT.driveBonusDescription": "Add additional drives from yourself or your fellow investigators", + "CANDELAFVTT.roll": "Test your luck!", + + "CANDELAFVTT.errors-invalid-spec": "The selected specialty is invalid for your selected role!" + +} diff --git a/lang/es.json b/lang/es.json new file mode 100644 index 0000000..fb4bd4a --- /dev/null +++ b/lang/es.json @@ -0,0 +1,59 @@ +{ + "CANDELAFVTT.nerve": "Agallas", + "CANDELAFVTT.move": "Moverse", + "CANDELAFVTT.move-description": "correr, esquivar, sortear", + "CANDELAFVTT.strike": "Golpear", + "CANDELAFVTT.strike-description": "golpear, romper, derribar", + "CANDELAFVTT.control": "Controlar", + "CANDELAFVTT.control-description": "conducir, disparar, sutileza", + + "CANDELAFVTT.cunning": "Ingenio", + "CANDELAFVTT.sway": "Influir", + "CANDELAFVTT.sway-description": "convencer, mandar, confraternizar", + "CANDELAFVTT.read": "Entender", + "CANDELAFVTT.read-description": "interpretar lenguaje corporal, detectar mentiras, leer motivaciones", + "CANDELAFVTT.hide": "Ocultarse", + "CANDELAFVTT.hide-description": "moverse sigilosamente, distraer, juego de manos", + + "CANDELAFVTT.intuition": "Intuición", + "CANDELAFVTT.survey": "Examinar", + "CANDELAFVTT.survey-description": "buscar, rastrear, descubrir", + "CANDELAFVTT.focus": "Concentrarse", + "CANDELAFVTT.focus-description": "inspeccionar, analizar, recordar", + "CANDELAFVTT.sense": "Sentir", + "CANDELAFVTT.sense-description": "sintonizarse, canalizar, revelar", + + "CANDELAFVTT.members": "Miembros", + + "CANDELAFVTT.stitch": "Remendar", + "CANDELAFVTT.refresh": "Refrescar", + "CANDELAFVTT.train": "Entrenar", + + "CANDELAFVTT.brain": "Mente", + "CANDELAFVTT.body": "Cuerpo", + "CANDELAFVTT.bleed": "Sangrado", + + "CANDELAFVTT.drives": "Impulsos", + "CANDELAFVTT.resistances": "Resistencias", + "CANDELAFVTT.abilities": "Habilidades", + "CANDELAFVTT.illumination": "Iluminación", + "CANDELAFVTT.gear": "Equipo", + "CANDELAFVTT.actions": "Acciones", + "CANDELAFVTT.biography": "Biografía", + "CANDELAFVTT.marks": "Marcas", + "CANDELAFVTT.scars": "Secuelas", + "CANDELAFVTT.style": "Estilo", + "CANDELAFVTT.catalyst": "Detonante", + "CANDELAFVTT.question": "Pregunta", + "CANDELAFVTT.background": "Trasfondo", + "CANDELAFVTT.illuminationKeys": "Illumination Keys", + + "CANDELAFVTT.abilities-description": "Elige una durante la creación del personaje y otra cada vez que tu círculo avanza.", + "CANDELAFVTT.illumination-description": "Cuando el registro de Iluminación está lleno, vacía el registro. Cualquier Iluminación sobrante cuenta para el siguiente ciclo de avance. Entonces elige una nueva habilidad de círculo y todos los jugadores pueden elegir sus opciones de avance de personaje. Los círculos rojos representan hitos, que pueden tener beneficios mecánicos dependiendo de las habilidades escogidas por tu círculo.", + + "CANDELAFVTT.driveBonus": "Añadir impulsos", + "CANDELAFVTT.driveBonusDescription": "Añade impulsos adicionales (tuyos o de tus compañeros investigadores)", + "CANDELAFVTT.roll": "¡Prueba suerte!", + + "CANDELAFVTT.errors-invalid-spec": "¡La especialidad no es válida para el rol del personaje!" +} diff --git a/module/candelafvtt.mjs b/module/candelafvtt.mjs new file mode 100644 index 0000000..a8fa6ec --- /dev/null +++ b/module/candelafvtt.mjs @@ -0,0 +1,188 @@ +// Import document classes. +import { CandelafvttActor } from './documents/actor.mjs'; +import { CandelafvttItem } from './documents/item.mjs'; +// Import sheet classes. +import { CandelafvttActorSheet } from './sheets/actor-sheet.mjs'; +import { CandelafvttItemSheet } from './sheets/item-sheet.mjs'; +// Import helper/utility classes and constants. +import { preloadHandlebarsTemplates } from './helpers/templates.mjs'; +import { CANDELAFVTT } from './helpers/config.mjs'; + +/* -------------------------------------------- */ +/* Init Hook */ +/* -------------------------------------------- */ + +Hooks.once('init', async function () { + // Add utility classes to the global game object so that they're more easily + // accessible in global contexts. + game.candelafvtt = { + CandelafvttActor, + CandelafvttItem, + rollItemMacro, + }; + + // Add custom constants for configuration. + CONFIG.CANDELAFVTT = CANDELAFVTT; + + /** + * Set an initiative formula for the system + * @type {String} + */ + CONFIG.Combat.initiative = { + formula: '1d20', + decimals: 2, + }; + + // Define custom Document classes + CONFIG.Actor.documentClass = CandelafvttActor; + CONFIG.Item.documentClass = CandelafvttItem; + + // Register sheet application classes + Actors.unregisterSheet('core', ActorSheet); + Actors.registerSheet('candelafvtt', CandelafvttActorSheet, { + makeDefault: true, + }); + Items.unregisterSheet('core', ItemSheet); + Items.registerSheet('candelafvtt', CandelafvttItemSheet, { + makeDefault: true, + }); + + // Preload Handlebars templates. + return preloadHandlebarsTemplates(); +}); + +/* -------------------------------------------- */ +/* Handlebars Helpers */ +/* -------------------------------------------- */ + +Handlebars.registerHelper('toLowerCase', function (str) { + return str.toLowerCase(); +}); + +Handlebars.registerHelper('times', function (n, block) { + var accum = ''; + for (var i = 0; i < n; ++i) { + block.data.index = i; + block.data.first = i === 0; + block.data.last = i === n - 1; + accum += block.fn(this); + } + return accum; +}); + +Handlebars.registerHelper('le', function (left, right) { + return left <= right; +}); + +Handlebars.registerHelper('lt', function (left, right) { + return left < right; +}); + +Handlebars.registerHelper('ge', function (left, right) { + return left >= right; +}); + +Handlebars.registerHelper('gt', function (left, right) { + return left > right; +}); + +Handlebars.registerHelper('eq', function (left, right) { + return left == right; +}); + +/* -------------------------------------------- */ +/* Ready Hook */ +/* -------------------------------------------- */ + +Hooks.once('ready', async function () { + // Wait to register hotbar drop hook on ready so that modules could register earlier if they want to + Hooks.on('hotbarDrop', (bar, data, slot) => createItemMacro(data, slot)); +}); + +/* -------------------------------------------- */ +/* Dice So Nice! customizations */ +/* -------------------------------------------- */ + +Hooks.once('diceSoNiceReady', (dice3d) => { + dice3d.addColorset({ + name: 'standard', + description: 'Standard', + category: 'Colors', + foreground: ['#a4602c'], + background: ['#235156'], + outline: 'black', + texture: 'cloudy_2', + }, 'preferred'); + + dice3d.addColorset({ + name: 'gilded', + description: 'Gilded', + category: 'Colors', + foreground: ['#007a73'], + background: ['#74594f'], + outline: 'black', + texture: 'cloudy_2', + }); + + dice3d.addSystem({ id: 'candelafvtt', name: 'Candela Obscura' }, 'preferred'); +}); + +/* -------------------------------------------- */ +/* Hotbar Macros */ +/* -------------------------------------------- */ + +/** + * Create a Macro from an Item drop. + * Get an existing item macro if one exists, otherwise create a new one. + * @param {Object} data The dropped data + * @param {number} slot The hotbar slot to use + * @returns {Promise} + */ +async function createItemMacro(data, slot) { + // First, determine if this is a valid owned item. + if (data.type !== 'Item') return; + if (!data.uuid.includes('Actor.') && !data.uuid.includes('Token.')) { + return ui.notifications.warn('You can only create macro buttons for owned Items'); + } + // If it is, retrieve it based on the uuid. + const item = await Item.fromDropData(data); + + // Create the macro command using the uuid. + const command = `game.candelafvtt.rollItemMacro("${data.uuid}");`; + let macro = game.macros.find(m => m.name === item.name && m.command === command); + if (!macro) { + macro = await Macro.create({ + name: item.name, + type: 'script', + img: item.img, + command: command, + flags: { 'candelafvtt.itemMacro': true }, + }); + } + game.user.assignHotbarMacro(macro, slot); + return false; +} + +/** + * Create a Macro from an Item drop. + * Get an existing item macro if one exists, otherwise create a new one. + * @param {string} itemUuid + */ +function rollItemMacro(itemUuid) { + // Reconstruct the drop data so that we can load the item. + const dropData = { + type: 'Item', + uuid: itemUuid, + }; + // Load the item from the uuid. + Item.fromDropData(dropData).then(item => { + // Determine if the item loaded and if it's an owned item. + if (!item || !item.parent) { + const itemName = item?.name ?? itemUuid; + return ui.notifications.warn(`Could not find item ${itemName}. You may need to delete and recreate this macro.`); + } + + // Trigger the item roll + item.roll(); + }); +} diff --git a/module/documents/action.mjs b/module/documents/action.mjs new file mode 100644 index 0000000..f3b2c1a --- /dev/null +++ b/module/documents/action.mjs @@ -0,0 +1,109 @@ +/** + * Base Action Class + */ +export class Action { + /** + * Roll an action + * @param {any} action The actual action object + * @param {string} actionId The key id of the action + */ + static async rollAction(action, actionId) { + const drives = await this._prepareActionRoll(actionId); + if (drives == null) return; // dialog canceled + + const diceCount = action.value + drives; + let r; + + if (diceCount == 0) { + // no action rating, roll two dice and keep lower result + const normalDice = new Die({ + number: 2, + faces: 6, + modifiers: ['kl'], + }); + r = Roll.fromTerms([normalDice]); + } else if (action.gilded) { + // gilded action, replace one die with a gilded die + const normalDice = new Die({ + number: diceCount - 1, + faces: 6, + modifiers: ['kh'], + }); + const plus = new OperatorTerm({ operator: '+' }); + const gildedDice = new Die({ + number: 1, + faces: 6, + options: { flavor: 'gilded' }, + modifiers: ['kh'], + }); + r = Roll.fromTerms([normalDice, plus, gildedDice]); + } else { + // normal roll + const normalDice = new Die({ number: diceCount, faces: 6 }); + r = Roll.fromTerms([normalDice]); + } + + await r.evaluate(); + + // construct chat message + const speaker = ChatMessage.getSpeaker({ actor: this.actor }); + const rollMode = game.settings.get('core', 'rollMode'); + const label = `[action] ${actionId}`; + const content = await renderTemplate('systems/candelafvtt/templates/chat/roll.hbs', r); + + const msg = { + content: content, + speaker: speaker, + rollMode: rollMode, + flavor: label, + type: CONST.CHAT_MESSAGE_TYPES.ROLL, + rolls: [r], + }; + + AudioHelper.play({ src: 'sounds/dice.wav', volume: 0.8, autoplay: true, loop: false }, true); + // post to chat + CONFIG.ChatMessage.documentClass.create(msg, {}); + + return r; + } + + /** + * Prepare a roll by getting necessary information via user dialog + * @param {string} actionId The key id of the action + * @private + */ + static async _prepareActionRoll(actionId) { + let title = actionId; + let content = await renderTemplate('systems/candelafvtt/templates/chat/roll-dialog.hbs'); + let options = {}; + + return new Promise(resolve => { + new Dialog( + { + title, + content, + buttons: { + roll: { + label: game.i18n.localize('CANDELAFVTT.roll'), + callback: html => resolve(this._onRollDialogSubmit(html)), + }, + }, + default: 'roll', + close: () => resolve(null), + }, + options + ).render(true); + }); + } + + /** + * Read the drives from the submitted form + * @param {html} html The submitted html containing the form + * @private + */ + static async _onRollDialogSubmit(html) { + const form = html[0].querySelector('form'); + const drives = parseInt(form.drives.value); + return drives; + } +} diff --git a/module/documents/actor.mjs b/module/documents/actor.mjs new file mode 100644 index 0000000..8e256c9 --- /dev/null +++ b/module/documents/actor.mjs @@ -0,0 +1,119 @@ +import { CANDELAFVTT } from '../helpers/config.mjs'; + +/** + * Extend the base Actor document by defining a custom roll data structure. + * @extends {Actor} + */ +export class CandelafvttActor extends Actor { + /** @override */ + prepareData() { + // Prepare data for the actor. Calling the super version of this executes + // the following, in order: data reset (to clear active effects), + // prepareBaseData(), prepareEmbeddedDocuments() (including active effects), + // prepareDerivedData(). + super.prepareData(); + } + + /** @override */ + prepareBaseData() { + // Data modifications in this step occur before processing embedded + // documents or derived data. + } + + /** + * @override + * Augment the basic actor data with additional dynamic data. Typically, + * you'll want to handle most of your calculated/derived data in this step. + * Data calculated in this step should generally not exist in template.json + * (such as ability modifiers rather than ability scores) and should be + * available both inside and outside of character sheets (such as if an actor + * is queried and has a roll executed directly from it). + */ + async prepareDerivedData() { + const actorData = this; + const systemData = actorData.system; + const flags = actorData.flags.candelafvtt || {}; + + // Make separate methods for each Actor type (character, npc, etc.) to keep + // things organized. + this._prepareCharacterData(actorData); + this._prepareCircleData(actorData); + } + + /** + * Prepare Character type specific data + */ + async _prepareCharacterData(actorData) { + if (actorData.type !== CANDELAFVTT.types.character) return; + + // Get role and spec from items + for (let i of actorData.items) { + // set role. + if (i.type === CANDELAFVTT.types.role) { + actorData.system.role = i; + } + // set specialty. + else if (i.type === CANDELAFVTT.types.specialty) { + actorData.system.specialty = i; + } + } + + // calculate resistances + for (let [k, v] of Object.entries(actorData.system.actionCategories)) { + v.resistance.max = Math.floor(v.drives.max / 3); + } + } + + /** + * Prepare Circle type specific data. + */ + _prepareCircleData(actorData) { + if (actorData.type !== CANDELAFVTT.types.circle) return; + + // set resources based on circle members + let memberCount = actorData.system.members ? actorData.system.members.length : 0; + for (let [k, v] of Object.entries(actorData.system.resources)) { + v.max = memberCount + 1; + } + + // populate illumination array with illuminationCount values and start to count with 1 + actorData.system.illuminationArray = [...Array(actorData.system.illumination.max).keys()]; + for (let [e, i] of actorData.system.illuminationArray.entries()) { + actorData.system.illuminationArray[i] = e + 1; + } + + // find and add members + for (let [i, m] of actorData.system.members.entries()) { + const actors = foundry.utils.parseUuid(m.uuid); + const member = actors.collection.get(actors.documentId); + actorData.system.members[i].name = member.name; + } + } + + /** + * Override getRollData() that's supplied to rolls. + */ + getRollData() { + const data = super.getRollData(); + + // Prepare character roll data. + this._getCharacterRollData(data); + this._getCircleRollData(data); + + return data; + } + + /** + * Prepare character roll data. + */ + _getCharacterRollData(data) { + if (this.type !== CANDELAFVTT.types.character) return; + } + + /** + * Prepare Circle roll data. + */ + _getCircleRollData(data) { + if (this.type !== CANDELAFVTT.types.circle) return; + } +} diff --git a/module/documents/item.mjs b/module/documents/item.mjs new file mode 100644 index 0000000..5a41158 --- /dev/null +++ b/module/documents/item.mjs @@ -0,0 +1,70 @@ +/** + * Extend the basic Item with some very simple modifications. + * @extends {Item} + */ +export class CandelafvttItem extends Item { + /** + * Augment the basic Item data model with additional dynamic data. + */ + prepareData() { + // As with the actor class, items are documents that can have their data + // preparation methods overridden (such as prepareBaseData()). + super.prepareData(); + } + + /** + * Prepare a data object which is passed to any Roll formulas which are created related to this Item + * @private + */ + getRollData() { + // If present, return the actor's roll data. + if (!this.actor) return null; + const rollData = this.actor.getRollData(); + // Grab the item's system data as well. + rollData.item = foundry.utils.deepClone(this.system); + + return rollData; + } + + /** + * Handle clickable rolls. + * @param {Event} event The originating click event + * @private + */ + async roll() { + const item = this; + + // Initialize chat data. + const speaker = ChatMessage.getSpeaker({ actor: this.actor }); + const rollMode = game.settings.get('core', 'rollMode'); + const label = `[${item.type}] ${item.name}`; + + // If there's no roll data, send a chat message. + if (!this.system.formula) { + ChatMessage.create({ + speaker: speaker, + rollMode: rollMode, + flavor: label, + content: item.system.description ?? '', + }); + } + // Otherwise, create a roll and send a chat message from it. + else { + // Retrieve roll data. + const rollData = this.getRollData(); + + // Invoke the roll and submit it to chat. + const roll = new Roll(rollData.item.formula, rollData); + // If you need to store the value first, uncomment the next line. + // let result = await roll.roll({async: true}); + roll.toMessage({ + speaker: speaker, + rollMode: rollMode, + flavor: label, + type: CONST.CHAT_MESSAGE_TYPES.ROLL, + rolls: [roll], + }); + return roll; + } + } +} diff --git a/module/helpers/config.mjs b/module/helpers/config.mjs new file mode 100644 index 0000000..79d42ba --- /dev/null +++ b/module/helpers/config.mjs @@ -0,0 +1,21 @@ +export const CANDELAFVTT = {}; + +/** + * The set of Ability Scores used within the system. + * @type {Object} + */ +CANDELAFVTT.actionCategories = { + nerve: 'CANDELAFVTT.nerve', + cunning: 'CANDELAFVTT.cunning', + intuition: 'CANDELAFVTT.intuition', +}; + +CANDELAFVTT.types = { + character: 'Character', + circle: 'Circle', + ability: 'Ability', + gear: 'Gear', + role: 'Role', + specialty: 'Specialty', + illuminationKey: 'IlluminationKey', +}; diff --git a/module/helpers/templates.mjs b/module/helpers/templates.mjs new file mode 100644 index 0000000..558774b --- /dev/null +++ b/module/helpers/templates.mjs @@ -0,0 +1,17 @@ +/** + * Define a set of template paths to pre-load + * Pre-loaded templates are compiled and cached for fast access when rendering + * @return {Promise} + */ +export const preloadHandlebarsTemplates = async function () { + return loadTemplates([ + // Actor partials. + 'systems/candelafvtt/templates/actor/parts/actor-illumination.hbs', + 'systems/candelafvtt/templates/actor/parts/actor-gear.hbs', + 'systems/candelafvtt/templates/actor/parts/actor-abilities.hbs', + 'systems/candelafvtt/templates/actor/parts/actor-actions.hbs', + 'systems/candelafvtt/templates/actor/parts/actor-biography.hbs', + 'systems/candelafvtt/templates/actor/parts/actor-members.hbs', + 'systems/candelafvtt/templates/actor/parts/actor-illumination-keys.hbs', + ]); +}; diff --git a/module/helpers/util.mjs b/module/helpers/util.mjs new file mode 100644 index 0000000..02daba1 --- /dev/null +++ b/module/helpers/util.mjs @@ -0,0 +1,12 @@ +/* +* Find an object inside an object by its path +* @param {Object} obj The object in which to look +* @param {string} path The path of the desired object +* @return {Object} +*/ +export function deepFind(obj, path) { + for (var i = 0, path = path.split('.'), len = path.length; i < len; i++) { + obj = obj[path[i]]; + } + return obj; +} diff --git a/module/sheets/actor-sheet.mjs b/module/sheets/actor-sheet.mjs new file mode 100644 index 0000000..2bfe803 --- /dev/null +++ b/module/sheets/actor-sheet.mjs @@ -0,0 +1,489 @@ +import { Action } from '../documents/action.mjs'; +import { deepFind } from '../helpers/util.mjs'; + +import { CANDELAFVTT } from '../helpers/config.mjs'; + +/** + * Extend the basic ActorSheet with some very simple modifications + * @extends {ActorSheet} + */ +export class CandelafvttActorSheet extends ActorSheet { + /** @override */ + static get defaultOptions() { + return mergeObject(super.defaultOptions, { + classes: ['candelafvtt', 'sheet', 'actor'], + template: 'systems/candelafvtt/templates/actor/actor-sheet.hbs', + width: 600, + height: 600, + tabs: [ + { + navSelector: '.sheet-tabs', + contentSelector: '.sheet-body', + initial: 'actions', + }, + { + navSelector: '.bio-tabs', + contentSelector: '.bio-body', + initial: 'bio-background', + }, + ], + }); + } + + /** @override */ + get template() { + return `systems/candelafvtt/templates/actor/actor-${this.actor.type.toLowerCase()}-sheet.hbs`; + } + + /* -------------------------------------------- */ + + /** @override */ + getData() { + // Retrieve the data structure from the base sheet. You can inspect or log + // the context variable to see the structure, but some key properties for + // sheets are the actor object, the data object, whether or not it's + // editable, the items array, and the effects array. + const context = super.getData(); + + // Use a safe clone of the actor data for further operations. + const actorData = this.actor.toObject(false); + + // Add the actor's data to context.data for easier access, as well as flags. + context.system = actorData.system; + context.flags = actorData.flags; + // Prepare character data and items. + if (actorData.type == CONFIG.CANDELAFVTT.types.character) { + this._prepareItems(context); + this._prepareCharacterData(context); + } + + // Prepare circle data and items. + if (actorData.type == CONFIG.CANDELAFVTT.types.circle) { + this._prepareItems(context); + this._prepareCircleData(context); + } + + // Add roll data for TinyMCE editors. + context.rollData = context.actor.getRollData(); + + // TODO remove + console.log(context); + + return context; + } + + /** + * Prepare character sheets. + * + * @param {Object} context The actor context. + */ + async _prepareCharacterData(context) { + // get current circle data + if (context.system.circle.uuid) { + const actors = foundry.utils.parseUuid(context.system.circle.uuid); + let circle = actors.collection.get(actors.documentId); + if (!circle) { + // circle is probably gone, clear it + let updateData = {}; + updateData['system.circle.uuid'] = ''; + updateData['system.circle.name'] = ''; + updateData['system.circle.color'] = ''; + context.system.circle.name = ''; + context.system.circle.color = ''; + await this.actor.update(updateData); + } else { + context.system.circle.name = circle.name; + context.system.circle.color = circle.system.color; + document.documentElement.style.setProperty('--color-shadow-primary', circle.system.color); + } + } + } + + /** + * Prepare circle sheets. + * + * @param {Object} context The actor context. + */ + _prepareCircleData(context) { + // add image paths + context.system.illuminationCandleImg = 'systems/candelafvtt/img/illumination_candle.png'; + context.system.flameImg = 'systems/candelafvtt/img/flame.svg'; + } + + /** + * Organize and classify Items. + * + * @param {Object} context The actor context. + */ + _prepareItems(context) { + // Initialize containers. + const gear = []; + const abilities = []; + const illuminationKeys = []; + + // Iterate through items, allocating to containers + for (let i of context.items) { + i.img = i.img || DEFAULT_TOKEN; + if (i.type === CONFIG.CANDELAFVTT.types.gear) { + gear.push(i); + } + // Append to features. + else if (i.type === CONFIG.CANDELAFVTT.types.ability) { + abilities.push(i); + } + else if (i.type === CONFIG.CANDELAFVTT.types.illuminationKey) { + illuminationKeys.push(i); + } + } + + // Assign and return + context.gear = gear; + context.abilities = abilities; + context.illuminationKeys = illuminationKeys; + } + + /* -------------------------------------------- */ + + /** @override */ + activateListeners(html) { + super.activateListeners(html); + + // Render the item sheet for viewing/editing prior to the editable check. + html.find('.item-edit').click(ev => { + const li = $(ev.currentTarget).parents('.item'); + const item = this.actor.items.get(li.data('itemId')); + item.sheet.render(true); + }); + + // ------------------------------------------------------------- + // Everything below here is only needed if the sheet is editable + if (!this.isEditable) return; + + // Add Inventory Item + html.find('.item-create').click(this._onItemCreate.bind(this)); + + // Delete Inventory Item + html.find('.item-delete').click(ev => { + const li = $(ev.currentTarget).parents('.item'); + const item = this.actor.items.get(li.data('itemId')); + item.delete(); + li.slideUp(200, () => this.render(false)); + }); + + // Delete Inventory Item + html.find('.item-toggle-equip').click(ev => { + const li = $(ev.currentTarget).parents('.item'); + const item = this.actor.items.get(li.data('itemId')); + let updateData = {}; + updateData['system.equipped'] = !item.system.equipped; + item.update(updateData); + }); + + if (this.actor.type == CANDELAFVTT.types.circle) { + // illumination. + html.find('.illumination-point').click(this.onIlluminationClick.bind(this)); + html.find('.illumination-reset').click(this.onIlluminationReset.bind(this)); + + // remove circle member. + html.find('.member-remove').click(this.onMemberRemove.bind(this)); + } + + // Rollable abilities. + html.find('.rollable').click(this._onRoll.bind(this)); + + html.find('.character-biography').click(() => { + setTimeout(() => { + this.render(true); + }, 50); + }); + + // Drag events for macros. + if (this.actor.isOwner) { + let handler = ev => this._onDragStart(ev); + html.find('li.item').each((i, li) => { + if (li.classList.contains('inventory-header')) return; + li.setAttribute('draggable', true); + li.addEventListener('dragstart', handler, false); + }); + } + } + + /** + * Handle a dropped actor (which should be a circle being dropped on an actor) + * @param {Event} event The event + * @param {any} actor The actor ID object being dropped + * @private + */ + /** @override */ + async _onDropActor(event, actor) { + let actors = foundry.utils.parseUuid(actor.uuid); + let circle = actors.collection.get(actors.documentId); + + if (this.actor.type == CONFIG.CANDELAFVTT.types.character && circle.type == CONFIG.CANDELAFVTT.types.circle) { + let updateData = {}; + updateData['system.circle.uuid'] = circle.uuid; + updateData['system.circle.name'] = circle.name; + updateData['system.circle.color'] = circle.system.color; + let circleUpdateData = {}; + circleUpdateData['system.members'] = circle.system.members; + circleUpdateData['system.members'].push({ uuid: this.actor.uuid }); + await this.actor.update(updateData); + await circle.update(circleUpdateData); + } + + super._onDropActor(event); + } + + /** + * Handle a dropped item + * @param {Event} event The originating click event + * @private + */ + /** @override */ + async _onDropItemCreate(item) { + // if item is a role, ask for confirmation and clean out the current role and spec + if (item.type == CONFIG.CANDELAFVTT.types.role) { + let d = new Dialog({ + title: 'Change Role', + content: '

Please confirm you want to change your role. This will also reset your specialty.

', + buttons: { + yes: { + icon: '', + label: 'Yes', + callback: async () => { + await this.setSpecialty(null, true); + await this.setRole(item); + super._onDropItemCreate(item); + }, + }, + no: { + icon: '', + label: 'No', + callback: () => {}, + }, + }, + default: 'no', + }); + d.render(true); + + // if item is a spec, set the spec + } else if (item.type == CONFIG.CANDELAFVTT.types.specialty) { + this.setSpecialty(item); + // else just let the default handler handle it + } else { + super._onDropItemCreate(item); + } + } + + /** + * Handle creating a new Owned Item for the actor using initial data defined in the HTML dataset + * @param {Event} event The originating click event + * @private + */ + async _onItemCreate(event) { + event.preventDefault(); + const header = event.currentTarget; + // Get the type of item to create. + const type = header.dataset.type; + // Grab any data associated with this control. + const data = duplicate(header.dataset); + // Initialize a default name. + const name = `New ${type.capitalize()}`; + // Prepare the item object. + const itemData = { + name: name, + type: type, + system: data, + }; + // Remove the type from the dataset since it's in the itemData.type prop. + delete itemData.system['type']; + + // Finally, create the item! + return await Item.create(itemData, { parent: this.actor }); + } + + /** + * Handle clickable rolls. + * @param {Event} event The originating click event + * @private + */ + _onRoll(event) { + event.preventDefault(); + const element = event.currentTarget; + const dataset = element.dataset; + + // Handle item rolls. + if (dataset.rollType) { + // normal item roll + if (dataset.rollType == 'item') { + const itemId = element.closest('.item').dataset.itemId; + const item = this.actor.items.get(itemId); + if (item) return item.roll(); + + // action roll, use custom roll + } else if (dataset.rollType == 'action') { + const actionId = element.closest('.action').dataset.actionId; + const actionPath = element.closest('.action').dataset.attribute; + const action = deepFind(this.actor, actionPath); + + if (action) return Action.rollAction(action, actionId); + } + } + + // Handle rolls that supply the formula directly. + if (dataset.roll) { + let label = dataset.label ? `[ability] ${dataset.label}` : ''; + let roll = new Roll(dataset.roll, this.actor.getRollData()); + roll.toMessage({ + speaker: ChatMessage.getSpeaker({ actor: this.actor }), + flavor: label, + rollMode: game.settings.get('core', 'rollMode'), + type: CONST.CHAT_MESSAGE_TYPES.ROLL, + rolls: [roll], + }); + return roll; + } + } + + /* -------------------------------------------- */ + + /** + * Handle a click on illumination points. + * @param {Event} event The originating click event + * @private + */ + onIlluminationClick(event) { + const button = event.currentTarget; + const value = Number(button.dataset.value); + const currentValue = this.actor.system.illumination.value; + let updateData = {}; + // if clicking a selected point, reset it + if (currentValue == value) { + updateData['system.illumination.value'] = value - 1; + } else { + updateData['system.illumination.value'] = value; + } + this.actor.update(updateData); + } + + /** + * Handle a click on the illumination reset button. + * @param {Event} event The originating click event + * @private + */ + onIlluminationReset() { + let updateData = {}; + updateData['system.illumination.value'] = 0; + this.actor.update(updateData); + } + + /** + * Handle a click on the illumination reset button. + * @param {Event} event The originating click event + * @private + */ + onMemberRemove(event) { + const uuid = $(event.currentTarget).closest('.item').data('memberUuid'); + + let circleUpdateData = {}; + circleUpdateData['system.members'] = this.actor.system.members.filter(function (member) { + return member.uuid !== uuid; + }); + this.actor.update(circleUpdateData); + + const actors = foundry.utils.parseUuid(uuid); + const actor = actors.collection.get(actors.documentId); + console.log(actor); + if (actor) { + let actorUpdateData = {}; + actorUpdateData['system.circle.uuid'] = ''; + actorUpdateData['system.circle.color'] = ''; + actorUpdateData['system.circle.name'] = ''; + actor.update(actorUpdateData); + } + } + + /* -------------------------------------------- */ + + /** + * Reset the role + * @param {Object} role The new role + * @private + */ + async setRole(role) { + // get id of the current role of the actor + let embeddedUpdateData = []; + for (let i of this.actor.items) { + if (i.type == CONFIG.CANDELAFVTT.types.role) { + embeddedUpdateData.push(i.id); + } + } + + // delete current role of the actor + await this.actor.deleteEmbeddedDocuments('Item', embeddedUpdateData); + + // prepare new role data + let updateData = {}; + updateData['system.role'] = role; + + // set new role + await this.actor.update(updateData); + } + + /** + * (Re)set the specialty + * @param {Object} spec The new role + * @param {boolean} reset Force a reset + * @private + */ + async setSpecialty(spec, reset = false) { + // check if specialty matches role or reset is forced + if (reset || this.checkSpecialtyAgainstRole(spec.system.roleIdentifier)) { + // find current specialty + let embeddedUpdateData = []; + for (let i of this.actor.items) { + if (i.type == CONFIG.CANDELAFVTT.types.specialty) { + embeddedUpdateData.push(i.id); + } + } + // delete current specialty + await this.actor.deleteEmbeddedDocuments('Item', embeddedUpdateData); + + // set new specialty + if (!reset) { + let updateData = {}; + updateData['system.specialty'] = spec; + + for (let [k, v] of Object.entries(spec.system.drives)) { + updateData['system.actionCategories.' + k + '.drives.max'] = v; + updateData['system.actionCategories.' + k + '.drives.value'] = v; + updateData['system.actionCategories.' + k + '.resistance.max'] = Math.floor(v / 3); + updateData['system.actionCategories.' + k + '.resistance.value'] = Math.floor(v / 3); + } + for (let [ck, cv] of Object.entries(spec.system.actionRatings)) { + for (let [k, v] of Object.entries(cv)) { + updateData['system.actionCategories.' + ck + '.actions.' + k + '.value'] = v; + } + } + + await this.actor.update(updateData); + } + // if the spec is invalid, prompt an error and return + } else { + ui.notifications.error(game.i18n.localize('CANDELAFVTT.errors-invalid-spec')); + return; + } + } + + /** + * Check if spec role id matches selected role + * @param {string} specRoleID The spec id + * @private + */ + checkSpecialtyAgainstRole(specRoleID) { + if (this.actor.system.role && this.actor.system.role.system.identifier == specRoleID) { + return true; + } + return false; + } +} diff --git a/module/sheets/item-sheet.mjs b/module/sheets/item-sheet.mjs new file mode 100644 index 0000000..1b134c1 --- /dev/null +++ b/module/sheets/item-sheet.mjs @@ -0,0 +1,68 @@ +/** + * Extend the basic ItemSheet with some very simple modifications + * @extends {ItemSheet} + */ +export class CandelafvttItemSheet extends ItemSheet { + /** @override */ + static get defaultOptions() { + return mergeObject(super.defaultOptions, { + classes: ['candelafvtt', 'sheet', 'item'], + width: 520, + height: 480, + tabs: [ + { + navSelector: '.sheet-tabs', + contentSelector: '.sheet-body', + initial: 'description', + }, + ], + }); + } + + /** @override */ + get template() { + const path = 'systems/candelafvtt/templates/item'; + // Return a single sheet for all item types. + // return `${path}/item-sheet.html`; + + // Alternatively, you could use the following return statement to do a + // unique item sheet by type, like `weapon-sheet.html`. + return `${path}/item-${this.item.type.toLowerCase()}-sheet.hbs`; + } + + /* -------------------------------------------- */ + + /** @override */ + getData() { + // Retrieve base data structure. + const context = super.getData(); + + // Use a safe clone of the item data for further operations. + const itemData = context.item; + + // Retrieve the roll data for TinyMCE editors. + context.rollData = {}; + let actor = this.object?.parent ?? null; + if (actor) { + context.rollData = actor.getRollData(); + } + + // Add the actor's data to context.data for easier access, as well as flags. + context.system = itemData.system; + context.flags = itemData.flags; + + return context; + } + + /* -------------------------------------------- */ + + /** @override */ + activateListeners(html) { + super.activateListeners(html); + + // Everything below here is only needed if the sheet is editable + if (!this.isEditable) return; + + // Roll handlers, click handlers, etc. would go here. + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..add56fc --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "name": "candelafvtt", + "version": "0.0.6", + "description": "CSS compiler for the Candela FVTT system", + "scripts": { + "build": "gulp build", + "compile": "gulp css", + "watch": "gulp", + "gulp": "gulp", + "pack": "gulp pack", + "unpack": "gulp unpack" + }, + "browserslist": [ + "last 3 versions" + ], + "author": "Ceriath", + "license": "AGPL", + "private": true, + "devDependencies": { + "@foundryvtt/foundryvtt-cli": "^1.0.0-rc.4", + "gulp": "^4.0.2", + "gulp-autoprefixer": "^8.0.0", + "gulp-sass": "^5.1.0", + "gulp-sourcemaps": "^3.0.0", + "sass": "^1.53.0" + }, + "dependencies": { + "gulp-zip": "^5.1.0", + "merge-stream": "^2.0.0" + } +} diff --git a/packs/src/abilities/Adrenaline_Rush_bqZ7MgrU1kGUAFce.json b/packs/src/abilities/Adrenaline_Rush_bqZ7MgrU1kGUAFce.json new file mode 100644 index 0000000..5e027c1 --- /dev/null +++ b/packs/src/abilities/Adrenaline_Rush_bqZ7MgrU1kGUAFce.json @@ -0,0 +1,27 @@ +{ + "folder": "I5NXBGq8U9ujcUjJ", + "name": "Adrenaline Rush", + "type": "Ability", + "_id": "bqZ7MgrU1kGUAFce", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

For each mark you take, you may immediately refresh a drive point of your choice.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118384182, + "modifiedTime": 1701118388481, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!bqZ7MgrU1kGUAFce" +} diff --git a/packs/src/abilities/Anatomical_Strike_MRuyi9gQcWKrfMIR.json b/packs/src/abilities/Anatomical_Strike_MRuyi9gQcWKrfMIR.json new file mode 100644 index 0000000..320a2a6 --- /dev/null +++ b/packs/src/abilities/Anatomical_Strike_MRuyi9gQcWKrfMIR.json @@ -0,0 +1,27 @@ +{ + "folder": "afQN9FzKCimXAThh", + "name": "Anatomical Strike", + "type": "Ability", + "_id": "MRuyi9gQcWKrfMIR", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You know where the body is most vulnerable. When attacking an enemy, you may roll Focus instead of Strike.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118693849, + "modifiedTime": 1701118695933, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!MRuyi9gQcWKrfMIR" +} diff --git a/packs/src/abilities/Back_Against_the_Wall_Z0KuKLdQv9m7XHyM.json b/packs/src/abilities/Back_Against_the_Wall_Z0KuKLdQv9m7XHyM.json new file mode 100644 index 0000000..4365243 --- /dev/null +++ b/packs/src/abilities/Back_Against_the_Wall_Z0KuKLdQv9m7XHyM.json @@ -0,0 +1,27 @@ +{ + "folder": "6vaky6TqqCSAS3Fj", + "name": "Back Against the Wall", + "type": "Ability", + "_id": "Z0KuKLdQv9m7XHyM", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you are making a high-stakes roll, you may take a Brain mark to make any Nerve you spend worth +2d instead of +1d.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118916260, + "modifiedTime": 1701118921353, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!Z0KuKLdQv9m7XHyM" +} diff --git a/packs/src/abilities/Basic_Training_pEw4rrXJskEIPyFi.json b/packs/src/abilities/Basic_Training_pEw4rrXJskEIPyFi.json new file mode 100644 index 0000000..1140292 --- /dev/null +++ b/packs/src/abilities/Basic_Training_pEw4rrXJskEIPyFi.json @@ -0,0 +1,27 @@ +{ + "folder": "kIB8m3Tvk7eWbyFD", + "name": "Basic Training", + "type": "Ability", + "_id": "pEw4rrXJskEIPyFi", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You have tactical experience in high-pressure situations. When you make a Survey roll in a dangerous place, also add a number of dice equal to your current Nerve resistance.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118470244, + "modifiedTime": 1701118476369, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!pEw4rrXJskEIPyFi" +} diff --git a/packs/src/abilities/Behind_Me_Ix1EGI7eJch1GkGq.json b/packs/src/abilities/Behind_Me_Ix1EGI7eJch1GkGq.json new file mode 100644 index 0000000..b97c1f0 --- /dev/null +++ b/packs/src/abilities/Behind_Me_Ix1EGI7eJch1GkGq.json @@ -0,0 +1,27 @@ +{ + "folder": "I5NXBGq8U9ujcUjJ", + "name": "Behind Me", + "type": "Ability", + "_id": "Ix1EGI7eJch1GkGq", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Spend 1 Nerve to choose an ally in the same area as you who is about to take a mark from a phenomenon. Describe what you do that allows you to take the mark instead. 

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079058134, + "modifiedTime": 1695079080305, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!Ix1EGI7eJch1GkGq" +} diff --git a/packs/src/abilities/Bending_Spoons_Ac9iR3JdtTQuJ4fj.json b/packs/src/abilities/Bending_Spoons_Ac9iR3JdtTQuJ4fj.json new file mode 100644 index 0000000..307e0eb --- /dev/null +++ b/packs/src/abilities/Bending_Spoons_Ac9iR3JdtTQuJ4fj.json @@ -0,0 +1,27 @@ +{ + "folder": "mp36wUJspNjiD4ZD", + "name": "Bending Spoons", + "type": "Ability", + "_id": "Ac9iR3JdtTQuJ4fj", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You can make a Sense roll to control an object in the room with your mind: flip a switch, knock something over, move a small object, put out a light, etc. On a mixed success, you may take a Bleed mark to make it a full success instead.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701119033042, + "modifiedTime": 1701119037610, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!Ac9iR3JdtTQuJ4fj" +} diff --git a/packs/src/abilities/Better_Part_of_Valor_EFJBJFfDo4dTbBz9.json b/packs/src/abilities/Better_Part_of_Valor_EFJBJFfDo4dTbBz9.json new file mode 100644 index 0000000..f2df075 --- /dev/null +++ b/packs/src/abilities/Better_Part_of_Valor_EFJBJFfDo4dTbBz9.json @@ -0,0 +1,27 @@ +{ + "folder": "5c9CgKqBwAMZtuCN", + "name": "Better Part of Valor", + "type": "Ability", + "_id": "EFJBJFfDo4dTbBz9", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When making a Control or Move roll to flee danger, gild a die. On this roll, the first Nerve you spend is worth +2d instead of +1d.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118743320, + "modifiedTime": 1701118745890, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!EFJBJFfDo4dTbBz9" +} diff --git a/packs/src/abilities/Blood_of_the_Covenant_XvODIpewdd8sTQ9M.json b/packs/src/abilities/Blood_of_the_Covenant_XvODIpewdd8sTQ9M.json new file mode 100644 index 0000000..23a6f0e --- /dev/null +++ b/packs/src/abilities/Blood_of_the_Covenant_XvODIpewdd8sTQ9M.json @@ -0,0 +1,27 @@ +{ + "folder": "FZYxthrdGtyzcFcu", + "name": "Blood of the Covenant", + "type": "Ability", + "_id": "XvODIpewdd8sTQ9M", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

The first time a dangerous phenomenon inflicts a mark on anyone in your circle, you refresh a number of points, in any drive, equal to your current Intuition resistance.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701119103382, + "modifiedTime": 1701119109233, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!XvODIpewdd8sTQ9M" +} diff --git a/packs/src/abilities/Born_in_the_Shadows_BmMTchuIegB0mk6c.json b/packs/src/abilities/Born_in_the_Shadows_BmMTchuIegB0mk6c.json new file mode 100644 index 0000000..f610eeb --- /dev/null +++ b/packs/src/abilities/Born_in_the_Shadows_BmMTchuIegB0mk6c.json @@ -0,0 +1,27 @@ +{ + "folder": "kKB0r8jGyMupDHFV", + "name": "Born in the Shadows", + "type": "Ability", + "_id": "BmMTchuIegB0mk6c", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When attempting to avoid security or detection, gild an additional Hide die.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118798487, + "modifiedTime": 1701118804055, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!BmMTchuIegB0mk6c" +} diff --git a/packs/src/abilities/Chemical_Concoction_psWaUr4B4fteRZ1P.json b/packs/src/abilities/Chemical_Concoction_psWaUr4B4fteRZ1P.json new file mode 100644 index 0000000..62e30ae --- /dev/null +++ b/packs/src/abilities/Chemical_Concoction_psWaUr4B4fteRZ1P.json @@ -0,0 +1,27 @@ +{ + "folder": "5c9CgKqBwAMZtuCN", + "name": "Chemical Concoction", + "type": "Ability", + "_id": "psWaUr4B4fteRZ1P", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You know how to mix chemicals together to achieve particular effects. When you take Laboratory Equipment as gear, you may spend a few minutes concocting a mixture that is one of:

\n
    \n
  • acidic
  • \n
  • explosive
  • \n
  • flammable
  • \n
  • loud
  • \n
  • sleep-inducing
  • \n
  • sticky
  • \n
  •  toxic
  • \n
", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078768682, + "modifiedTime": 1695078941692, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!psWaUr4B4fteRZ1P" +} diff --git a/packs/src/abilities/Circle_Abilities_KQMl1Q0XhwyvdaSH.json b/packs/src/abilities/Circle_Abilities_KQMl1Q0XhwyvdaSH.json new file mode 100644 index 0000000..b079cc7 --- /dev/null +++ b/packs/src/abilities/Circle_Abilities_KQMl1Q0XhwyvdaSH.json @@ -0,0 +1,19 @@ +{ + "name": "Circle Abilities", + "sorting": "a", + "folder": null, + "type": "Item", + "_id": "KQMl1Q0XhwyvdaSH", + "sort": 0, + "color": "#674e8d", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078245468, + "modifiedTime": 1695078261521, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!folders!KQMl1Q0XhwyvdaSH" +} diff --git a/packs/src/abilities/Cold_Read_EWgr7eg56D6uKwpR.json b/packs/src/abilities/Cold_Read_EWgr7eg56D6uKwpR.json new file mode 100644 index 0000000..782d08c --- /dev/null +++ b/packs/src/abilities/Cold_Read_EWgr7eg56D6uKwpR.json @@ -0,0 +1,27 @@ +{ + "folder": "mp36wUJspNjiD4ZD", + "name": "Cold Read", + "type": "Ability", + "_id": "EWgr7eg56D6uKwpR", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

On a successful Sense roll, you know what ailment, stress, or loss a person has in their life, even if they’re hiding it.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701119042658, + "modifiedTime": 1701119048996, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!EWgr7eg56D6uKwpR" +} diff --git a/packs/src/abilities/Commune_M1P9RPtH4dPlMswA.json b/packs/src/abilities/Commune_M1P9RPtH4dPlMswA.json new file mode 100644 index 0000000..f13f559 --- /dev/null +++ b/packs/src/abilities/Commune_M1P9RPtH4dPlMswA.json @@ -0,0 +1,27 @@ +{ + "folder": "mp36wUJspNjiD4ZD", + "name": "Commune", + "type": "Ability", + "_id": "M1P9RPtH4dPlMswA", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You can make a connection with a nearby sentient phenomenon in order to communicate with it. Take a Brain mark and make a Sense roll to open an empathetic or telepathic connection to ask a question. On a success, you get an answer. On a 4–5 result, the phenomenon will ask a question in return.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701119083740, + "modifiedTime": 1701119085889, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!M1P9RPtH4dPlMswA" +} diff --git a/packs/src/abilities/Compartmentalization_2DBpySGXcRCW3BHg.json b/packs/src/abilities/Compartmentalization_2DBpySGXcRCW3BHg.json new file mode 100644 index 0000000..72718e4 --- /dev/null +++ b/packs/src/abilities/Compartmentalization_2DBpySGXcRCW3BHg.json @@ -0,0 +1,27 @@ +{ + "folder": "kIB8m3Tvk7eWbyFD", + "name": "Compartmentalization", + "type": "Ability", + "_id": "2DBpySGXcRCW3BHg", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You have trained to detach yourself from the horrors of violence. Once per assignment, you may burn 1 Nerve resistance to soak a Brain mark.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118535431, + "modifiedTime": 1701118539721, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!2DBpySGXcRCW3BHg" +} diff --git a/packs/src/abilities/Cool_Under_Pressure_UDiRcWiaCMZgKp7N.json b/packs/src/abilities/Cool_Under_Pressure_UDiRcWiaCMZgKp7N.json new file mode 100644 index 0000000..b7899a2 --- /dev/null +++ b/packs/src/abilities/Cool_Under_Pressure_UDiRcWiaCMZgKp7N.json @@ -0,0 +1,27 @@ +{ + "folder": "5CsAZLTQ6PObk7xZ", + "name": "Cool Under Pressure", + "type": "Ability", + "_id": "UDiRcWiaCMZgKp7N", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

On any high-stakes roll, you may always spend Cunning instead of the drive the action falls under.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118114660, + "modifiedTime": 1701118122960, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!UDiRcWiaCMZgKp7N" +} diff --git a/packs/src/abilities/Criminal_kKB0r8jGyMupDHFV.json b/packs/src/abilities/Criminal_kKB0r8jGyMupDHFV.json new file mode 100644 index 0000000..46f0b2c --- /dev/null +++ b/packs/src/abilities/Criminal_kKB0r8jGyMupDHFV.json @@ -0,0 +1,19 @@ +{ + "name": "Criminal", + "sorting": "a", + "folder": "apBHO24jw6SlmTmk", + "type": "Item", + "_id": "kKB0r8jGyMupDHFV", + "sort": 0, + "color": null, + "flags": {}, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!folders!kKB0r8jGyMupDHFV" +} diff --git a/packs/src/abilities/Death_Defy_MVTqbSPsBvVHN3E4.json b/packs/src/abilities/Death_Defy_MVTqbSPsBvVHN3E4.json new file mode 100644 index 0000000..0562c50 --- /dev/null +++ b/packs/src/abilities/Death_Defy_MVTqbSPsBvVHN3E4.json @@ -0,0 +1,27 @@ +{ + "folder": "apBHO24jw6SlmTmk", + "name": "Death Defy", + "type": "Ability", + "_id": "MVTqbSPsBvVHN3E4", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Once per assignment, when you should take 1 or more marks from an enemy, you instead escape unscathed. Describe how your quick thinking keeps you safe from harm.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118880997, + "modifiedTime": 1701118883027, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!MVTqbSPsBvVHN3E4" +} diff --git a/packs/src/abilities/Detective_6vaky6TqqCSAS3Fj.json b/packs/src/abilities/Detective_6vaky6TqqCSAS3Fj.json new file mode 100644 index 0000000..6702708 --- /dev/null +++ b/packs/src/abilities/Detective_6vaky6TqqCSAS3Fj.json @@ -0,0 +1,19 @@ +{ + "name": "Detective", + "sorting": "a", + "folder": "apBHO24jw6SlmTmk", + "type": "Item", + "_id": "6vaky6TqqCSAS3Fj", + "sort": 0, + "color": null, + "flags": {}, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!folders!6vaky6TqqCSAS3Fj" +} diff --git a/packs/src/abilities/Dissection_gHxKB6q4Fkz1XRIP.json b/packs/src/abilities/Dissection_gHxKB6q4Fkz1XRIP.json new file mode 100644 index 0000000..f3a05fe --- /dev/null +++ b/packs/src/abilities/Dissection_gHxKB6q4Fkz1XRIP.json @@ -0,0 +1,27 @@ +{ + "folder": "afQN9FzKCimXAThh", + "name": "Dissection", + "type": "Ability", + "_id": "gHxKB6q4Fkz1XRIP", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you make a Focus roll to dissect a piece of organic matter affected by bleed, gild an additional die. You cannot take Bleed marks from this inspection.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118638561, + "modifiedTime": 1701118644739, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!gHxKB6q4Fkz1XRIP" +} diff --git a/packs/src/abilities/Doctor_afQN9FzKCimXAThh.json b/packs/src/abilities/Doctor_afQN9FzKCimXAThh.json new file mode 100644 index 0000000..4fb9174 --- /dev/null +++ b/packs/src/abilities/Doctor_afQN9FzKCimXAThh.json @@ -0,0 +1,19 @@ +{ + "name": "Doctor", + "sorting": "a", + "folder": "FeHL1OMYpcHziIqi", + "type": "Item", + "_id": "afQN9FzKCimXAThh", + "sort": 0, + "color": "#807ee2", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": null, + "modifiedTime": 1701118609634, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!folders!afQN9FzKCimXAThh" +} diff --git a/packs/src/abilities/Endurance_8WxggKKp5z72l9Nx.json b/packs/src/abilities/Endurance_8WxggKKp5z72l9Nx.json new file mode 100644 index 0000000..45cbba3 --- /dev/null +++ b/packs/src/abilities/Endurance_8WxggKKp5z72l9Nx.json @@ -0,0 +1,27 @@ +{ + "folder": "I5NXBGq8U9ujcUjJ", + "name": "Endurance", + "type": "Ability", + "_id": "8WxggKKp5z72l9Nx", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you take enough marks to become incapacitated, instead, roll a number of d6 equal to your current Nerve resistance. On a 6, you aren’t incapacitated and don’t take a scar.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118394497, + "modifiedTime": 1701118399260, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!8WxggKKp5z72l9Nx" +} diff --git a/packs/src/abilities/Escape_Artist_Wt5MxxCdeJKO0Ern.json b/packs/src/abilities/Escape_Artist_Wt5MxxCdeJKO0Ern.json new file mode 100644 index 0000000..b67a725 --- /dev/null +++ b/packs/src/abilities/Escape_Artist_Wt5MxxCdeJKO0Ern.json @@ -0,0 +1,27 @@ +{ + "folder": "bsyyVtb1aOOd09Mo", + "name": "Escape Artist", + "type": "Ability", + "_id": "Wt5MxxCdeJKO0Ern", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Spend 1 Nerve to automatically escape ropes, cuffs, manacles, or a creature that has grappled you.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118313657, + "modifiedTime": 1701118319871, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!Wt5MxxCdeJKO0Ern" +} diff --git a/packs/src/abilities/Explorer_FqC3vG5Vs4WtBY7l.json b/packs/src/abilities/Explorer_FqC3vG5Vs4WtBY7l.json new file mode 100644 index 0000000..96d9b4e --- /dev/null +++ b/packs/src/abilities/Explorer_FqC3vG5Vs4WtBY7l.json @@ -0,0 +1,19 @@ +{ + "name": "Explorer", + "sorting": "a", + "folder": "I5NXBGq8U9ujcUjJ", + "type": "Item", + "_id": "FqC3vG5Vs4WtBY7l", + "sort": 0, + "color": "#df7272", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": null, + "modifiedTime": 1695079102926, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!folders!FqC3vG5Vs4WtBY7l" +} diff --git a/packs/src/abilities/Extend_Your_Senses_dommOTOA3BrcaPCP.json b/packs/src/abilities/Extend_Your_Senses_dommOTOA3BrcaPCP.json new file mode 100644 index 0000000..2c90271 --- /dev/null +++ b/packs/src/abilities/Extend_Your_Senses_dommOTOA3BrcaPCP.json @@ -0,0 +1,27 @@ +{ + "folder": "FZYxthrdGtyzcFcu", + "name": "Extend Your Senses", + "type": "Ability", + "_id": "dommOTOA3BrcaPCP", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you roll with Sense to understand more about a phenomenon you’ve encountered, also add a number of dice equal to your current Intuition resistance to the roll

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079038300, + "modifiedTime": 1695079048109, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!dommOTOA3BrcaPCP" +} diff --git a/packs/src/abilities/Face_5CsAZLTQ6PObk7xZ.json b/packs/src/abilities/Face_5CsAZLTQ6PObk7xZ.json new file mode 100644 index 0000000..9d0b57c --- /dev/null +++ b/packs/src/abilities/Face_5CsAZLTQ6PObk7xZ.json @@ -0,0 +1,19 @@ +{ + "name": "Face", + "sorting": "a", + "folder": "GkEjPPL2t3aZnkH4", + "type": "Item", + "_id": "5CsAZLTQ6PObk7xZ", + "sort": 0, + "color": "#55a5a4", + "flags": {}, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!folders!5CsAZLTQ6PObk7xZ" +} diff --git a/packs/src/abilities/Field_Experience_aYEzeIjKNY1QIwRz.json b/packs/src/abilities/Field_Experience_aYEzeIjKNY1QIwRz.json new file mode 100644 index 0000000..479625b --- /dev/null +++ b/packs/src/abilities/Field_Experience_aYEzeIjKNY1QIwRz.json @@ -0,0 +1,27 @@ +{ + "folder": "FqC3vG5Vs4WtBY7l", + "name": "Field Experience", + "type": "Ability", + "_id": "aYEzeIjKNY1QIwRz", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You’ve traveled the world and been in many dangerous positions before. Once per assignment, describe to the group how a previous adventure is similar to your current situation and refresh 1 Nerve for everyone in your circle.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079127575, + "modifiedTime": 1695079142767, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!aYEzeIjKNY1QIwRz" +} diff --git a/packs/src/abilities/Flourish_T24YQNPaJgolsaiX.json b/packs/src/abilities/Flourish_T24YQNPaJgolsaiX.json new file mode 100644 index 0000000..f8472b7 --- /dev/null +++ b/packs/src/abilities/Flourish_T24YQNPaJgolsaiX.json @@ -0,0 +1,27 @@ +{ + "folder": "bsyyVtb1aOOd09Mo", + "name": "Flourish", + "type": "Ability", + "_id": "T24YQNPaJgolsaiX", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You know how to cover your mistakes with flair. On a roll where you could spend Cunning, if you fail or get a mixed success, you may spend 2 Cunning to push the result up one tier—from a miss to mixed success or mixed success to full success.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118357478, + "modifiedTime": 1701118359953, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!T24YQNPaJgolsaiX" +} diff --git a/packs/src/abilities/Forbidden_Ritual_2mTjhNVso3JgBc0j.json b/packs/src/abilities/Forbidden_Ritual_2mTjhNVso3JgBc0j.json new file mode 100644 index 0000000..8c435e2 --- /dev/null +++ b/packs/src/abilities/Forbidden_Ritual_2mTjhNVso3JgBc0j.json @@ -0,0 +1,27 @@ +{ + "folder": "FZYxthrdGtyzcFcu", + "name": "Forbidden Ritual", + "type": "Ability", + "_id": "2mTjhNVso3JgBc0j", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You know a highly complex and extremely dangerous ritual that will achieve a desired outcome. When you use this ritual, immediately take a Bleed scar. Determine what the ritual is and what its effects are:

  • change the environment

  • conjure a phenomenon

  • save a dying person

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701119146672, + "modifiedTime": 1701119166621, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!2mTjhNVso3JgBc0j" +} diff --git a/packs/src/abilities/Forged_in_Fire_zi9yOHW7NETfbPnp.json b/packs/src/abilities/Forged_in_Fire_zi9yOHW7NETfbPnp.json new file mode 100644 index 0000000..a41899d --- /dev/null +++ b/packs/src/abilities/Forged_in_Fire_zi9yOHW7NETfbPnp.json @@ -0,0 +1,27 @@ +{ + "folder": "KQMl1Q0XhwyvdaSH", + "name": "Forged in Fire", + "type": "Ability", + "_id": "zi9yOHW7NETfbPnp", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you help an ally on a roll, if they don’t succeed, you both earn back 1 drive point of your choice.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078370568, + "modifiedTime": 1695078378023, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!zi9yOHW7NETfbPnp" +} diff --git a/packs/src/abilities/Geared_Up_2jBik5qGrMkZmn6V.json b/packs/src/abilities/Geared_Up_2jBik5qGrMkZmn6V.json new file mode 100644 index 0000000..7994d87 --- /dev/null +++ b/packs/src/abilities/Geared_Up_2jBik5qGrMkZmn6V.json @@ -0,0 +1,27 @@ +{ + "folder": "kIB8m3Tvk7eWbyFD", + "name": "Geared Up", + "type": "Ability", + "_id": "2jBik5qGrMkZmn6V", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You and one ally in your circle may mark an additional gear slot during each assignment.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118482364, + "modifiedTime": 1701118489743, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!2jBik5qGrMkZmn6V" +} diff --git a/packs/src/abilities/Ghostblade_BbxaDK3d3oENh5Cx.json b/packs/src/abilities/Ghostblade_BbxaDK3d3oENh5Cx.json new file mode 100644 index 0000000..1165767 --- /dev/null +++ b/packs/src/abilities/Ghostblade_BbxaDK3d3oENh5Cx.json @@ -0,0 +1,27 @@ +{ + "folder": "FZYxthrdGtyzcFcu", + "name": "Ghostblade", + "type": "Ability", + "_id": "BbxaDK3d3oENh5Cx", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You can attune a ritual knife to yourself. If you coat it in your blood (take a Body mark), it can wound magickal beings and strike invisible or ethereal enemies.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079012022, + "modifiedTime": 1695079029786, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!BbxaDK3d3oENh5Cx" +} diff --git a/packs/src/abilities/Great_Wards_5tUDeZ0DWRDtLvz8.json b/packs/src/abilities/Great_Wards_5tUDeZ0DWRDtLvz8.json new file mode 100644 index 0000000..70cc459 --- /dev/null +++ b/packs/src/abilities/Great_Wards_5tUDeZ0DWRDtLvz8.json @@ -0,0 +1,27 @@ +{ + "folder": "BdDJEb5rwyrK4TRe", + "name": "Great Wards", + "type": "Ability", + "_id": "5tUDeZ0DWRDtLvz8", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You can inscribe and maintain a warding symbol on one person at a time. Describe the material they must hold to bind it (salt, sand, etc.). They take +1d on Move rolls against phenomena.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118966010, + "modifiedTime": 1701118968075, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!5tUDeZ0DWRDtLvz8" +} diff --git a/packs/src/abilities/Hardened_lhm25F10QYl6IJAa.json b/packs/src/abilities/Hardened_lhm25F10QYl6IJAa.json new file mode 100644 index 0000000..e467578 --- /dev/null +++ b/packs/src/abilities/Hardened_lhm25F10QYl6IJAa.json @@ -0,0 +1,27 @@ +{ + "folder": "kKB0r8jGyMupDHFV", + "name": "Hardened", + "type": "Ability", + "_id": "lhm25F10QYl6IJAa", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you take a scar, you may choose not to shift any action points as a result.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118782760, + "modifiedTime": 1701118792390, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!lhm25F10QYl6IJAa" +} diff --git a/packs/src/abilities/I_Know_A_Guy_KaFoAn1bt7Rd3SqM.json b/packs/src/abilities/I_Know_A_Guy_KaFoAn1bt7Rd3SqM.json new file mode 100644 index 0000000..39f8de9 --- /dev/null +++ b/packs/src/abilities/I_Know_A_Guy_KaFoAn1bt7Rd3SqM.json @@ -0,0 +1,27 @@ +{ + "folder": "5CsAZLTQ6PObk7xZ", + "name": "I Know A Guy", + "type": "Ability", + "_id": "KaFoAn1bt7Rd3SqM", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Once per assignment, ask the GM who you know nearby that could help you. They will give you a temporary contact, and explain why they might have insight into the investigation

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078804693, + "modifiedTime": 1695078812685, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!KaFoAn1bt7Rd3SqM" +} diff --git a/packs/src/abilities/In_This_Together_zi9yOHW7NETfbPnp.json b/packs/src/abilities/In_This_Together_zi9yOHW7NETfbPnp.json new file mode 100644 index 0000000..b47f35a --- /dev/null +++ b/packs/src/abilities/In_This_Together_zi9yOHW7NETfbPnp.json @@ -0,0 +1,27 @@ +{ + "folder": "KQMl1Q0XhwyvdaSH", + "name": "In This Together", + "type": "Ability", + "_id": "zi9yOHW7NETfbPnp", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you spend drive to help an ally on a roll, on a result of 3 or less, you both earn back 1 drive point of your choice.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695078370568, + "modifiedTime": 1701119199018, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!zi9yOHW7NETfbPnp" +} diff --git a/packs/src/abilities/In_the_Trenches_dSRCi71Ejv2E57zD.json b/packs/src/abilities/In_the_Trenches_dSRCi71Ejv2E57zD.json new file mode 100644 index 0000000..bac277f --- /dev/null +++ b/packs/src/abilities/In_the_Trenches_dSRCi71Ejv2E57zD.json @@ -0,0 +1,27 @@ +{ + "folder": "IvFtRXkiLPOqzKy4", + "name": "In the Trenches", + "type": "Ability", + "_id": "dSRCi71Ejv2E57zD", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You’ve done enough dangerous journalism work to know how to keep yourself safe. Once per assignment, you may burn 1 Cunning resistance to soak a Body mark.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118213157, + "modifiedTime": 1701118220763, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!dSRCi71Ejv2E57zD" +} diff --git a/packs/src/abilities/Insider_Access_FQYGIIyHAu13paZM.json b/packs/src/abilities/Insider_Access_FQYGIIyHAu13paZM.json new file mode 100644 index 0000000..b87b520 --- /dev/null +++ b/packs/src/abilities/Insider_Access_FQYGIIyHAu13paZM.json @@ -0,0 +1,27 @@ +{ + "folder": "IvFtRXkiLPOqzKy4", + "name": "Insider Access", + "type": "Ability", + "_id": "FQYGIIyHAu13paZM", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Your line of work offers you special privileges. Once per assignment, automatically gain access to an important person or place by using the Press Credentials gear.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118167404, + "modifiedTime": 1701118170885, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!FQYGIIyHAu13paZM" +} diff --git a/packs/src/abilities/Inspection_O2QzndrViD88ZwkC.json b/packs/src/abilities/Inspection_O2QzndrViD88ZwkC.json new file mode 100644 index 0000000..37d6e06 --- /dev/null +++ b/packs/src/abilities/Inspection_O2QzndrViD88ZwkC.json @@ -0,0 +1,27 @@ +{ + "folder": "6vaky6TqqCSAS3Fj", + "name": "Inspection", + "type": "Ability", + "_id": "O2QzndrViD88ZwkC", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You have experience examining crime scenes. When you make a Survey roll to gather evidence about what might have happened in this location, gild an additional die on the roll.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118929220, + "modifiedTime": 1701118931495, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!O2QzndrViD88ZwkC" +} diff --git a/packs/src/abilities/Interdisciplinary_IJtiMTHF2Xo4VsBW.json b/packs/src/abilities/Interdisciplinary_IJtiMTHF2Xo4VsBW.json new file mode 100644 index 0000000..501106c --- /dev/null +++ b/packs/src/abilities/Interdisciplinary_IJtiMTHF2Xo4VsBW.json @@ -0,0 +1,27 @@ +{ + "folder": "KQMl1Q0XhwyvdaSH", + "name": "Interdisciplinary", + "type": "Ability", + "_id": "IJtiMTHF2Xo4VsBW", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When choosing a new Ability during character advancement, once per campaign, each player may choose an Ability from a character role or specialty outside their own.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078396372, + "modifiedTime": 1695078402933, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!IJtiMTHF2Xo4VsBW" +} diff --git a/packs/src/abilities/Interrogation_gOJ0RKRV5oamC9p8.json b/packs/src/abilities/Interrogation_gOJ0RKRV5oamC9p8.json new file mode 100644 index 0000000..78753d0 --- /dev/null +++ b/packs/src/abilities/Interrogation_gOJ0RKRV5oamC9p8.json @@ -0,0 +1,27 @@ +{ + "folder": "6vaky6TqqCSAS3Fj", + "name": "Interrogation", + "type": "Ability", + "_id": "gOJ0RKRV5oamC9p8", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you are questioning someone about information they are resistant to revealing, add a number of dice equal to your current Cunning resistance to your Read roll.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118904262, + "modifiedTime": 1701118910664, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!gOJ0RKRV5oamC9p8" +} diff --git a/packs/src/abilities/Investigator_Abilities_GkEjPPL2t3aZnkH4.json b/packs/src/abilities/Investigator_Abilities_GkEjPPL2t3aZnkH4.json new file mode 100644 index 0000000..4e41f62 --- /dev/null +++ b/packs/src/abilities/Investigator_Abilities_GkEjPPL2t3aZnkH4.json @@ -0,0 +1,19 @@ +{ + "name": "Investigator Abilities", + "sorting": "a", + "folder": null, + "type": "Item", + "_id": "GkEjPPL2t3aZnkH4", + "sort": 0, + "color": "#674e8d", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078273507, + "modifiedTime": 1695078516632, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!folders!GkEjPPL2t3aZnkH4" +} diff --git a/packs/src/abilities/Journalist_IvFtRXkiLPOqzKy4.json b/packs/src/abilities/Journalist_IvFtRXkiLPOqzKy4.json new file mode 100644 index 0000000..db22133 --- /dev/null +++ b/packs/src/abilities/Journalist_IvFtRXkiLPOqzKy4.json @@ -0,0 +1,19 @@ +{ + "name": "Journalist", + "sorting": "a", + "folder": "5CsAZLTQ6PObk7xZ", + "type": "Item", + "_id": "IvFtRXkiLPOqzKy4", + "sort": 0, + "color": "#3dae97", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": null, + "modifiedTime": 1701118159551, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!folders!IvFtRXkiLPOqzKy4" +} diff --git a/packs/src/abilities/Last_Moments_QluVqzcD5wvkKiqJ.json b/packs/src/abilities/Last_Moments_QluVqzcD5wvkKiqJ.json new file mode 100644 index 0000000..c34a74b --- /dev/null +++ b/packs/src/abilities/Last_Moments_QluVqzcD5wvkKiqJ.json @@ -0,0 +1,27 @@ +{ + "folder": "mp36wUJspNjiD4ZD", + "name": "Last Moments", + "type": "Ability", + "_id": "QluVqzcD5wvkKiqJ", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

While touching a corpse, you can burn an Intuition resistance to hear, smell, and feel that creature’s last few moments of life. By taking a Bleed mark, you can push yourself to see a still image of the last thing they saw before death.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701119074071, + "modifiedTime": 1701119076859, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!QluVqzcD5wvkKiqJ" +} diff --git a/packs/src/abilities/Learn_from_My_Mistakes_KTFgl8vdBczT2n2G.json b/packs/src/abilities/Learn_from_My_Mistakes_KTFgl8vdBczT2n2G.json new file mode 100644 index 0000000..3fcea13 --- /dev/null +++ b/packs/src/abilities/Learn_from_My_Mistakes_KTFgl8vdBczT2n2G.json @@ -0,0 +1,27 @@ +{ + "folder": "5c9CgKqBwAMZtuCN", + "name": "Learn from My Mistakes", + "type": "Ability", + "_id": "KTFgl8vdBczT2n2G", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Any time you get a result of 3 or less on a roll, describe what lesson you learned from your failure, and refresh 1 drive point of your choice.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118732613, + "modifiedTime": 1701118735153, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!KTFgl8vdBczT2n2G" +} diff --git a/packs/src/abilities/Let_Them_In_s1GQLWvN4fbJOR6A.json b/packs/src/abilities/Let_Them_In_s1GQLWvN4fbJOR6A.json new file mode 100644 index 0000000..5ed25f3 --- /dev/null +++ b/packs/src/abilities/Let_Them_In_s1GQLWvN4fbJOR6A.json @@ -0,0 +1,27 @@ +{ + "folder": "BdDJEb5rwyrK4TRe", + "name": "Let Them In", + "type": "Ability", + "_id": "s1GQLWvN4fbJOR6A", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Whenever you take one or more Bleed marks, you also gain additional information about the phenomenon that harmed you.

\n

Ask the GM a question about the source of the bleed.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078985254, + "modifiedTime": 1695078997789, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!s1GQLWvN4fbJOR6A" +} diff --git a/packs/src/abilities/Leverage_ODij6DfBZanInUUB.json b/packs/src/abilities/Leverage_ODij6DfBZanInUUB.json new file mode 100644 index 0000000..cdbc112 --- /dev/null +++ b/packs/src/abilities/Leverage_ODij6DfBZanInUUB.json @@ -0,0 +1,27 @@ +{ + "folder": "kKB0r8jGyMupDHFV", + "name": "Leverage", + "type": "Ability", + "_id": "ODij6DfBZanInUUB", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

On a successful Read roll, you may ask the GM what your target truly wants. On any Sway rolls you make using this information, also add a number of dice equal to your current Cunning resistance.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078671222, + "modifiedTime": 1695078679896, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!ODij6DfBZanInUUB" +} diff --git a/packs/src/abilities/Lie_Detector_D8KEoyBM5dD8DZok.json b/packs/src/abilities/Lie_Detector_D8KEoyBM5dD8DZok.json new file mode 100644 index 0000000..70732f5 --- /dev/null +++ b/packs/src/abilities/Lie_Detector_D8KEoyBM5dD8DZok.json @@ -0,0 +1,27 @@ +{ + "folder": "IvFtRXkiLPOqzKy4", + "name": "Lie Detector", + "type": "Ability", + "_id": "D8KEoyBM5dD8DZok", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you make a Read roll in an attempt to figure out whether a person is telling the truth, gild an additional die. The first Cunning you spend on the roll is worth +2d instead of +1d.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118189596, + "modifiedTime": 1701118194599, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!D8KEoyBM5dD8DZok" +} diff --git a/packs/src/abilities/Lifesaver_GroNgmil4e8ubD03.json b/packs/src/abilities/Lifesaver_GroNgmil4e8ubD03.json new file mode 100644 index 0000000..12492bf --- /dev/null +++ b/packs/src/abilities/Lifesaver_GroNgmil4e8ubD03.json @@ -0,0 +1,27 @@ +{ + "folder": "afQN9FzKCimXAThh", + "name": "Lifesaver", + "type": "Ability", + "_id": "GroNgmil4e8ubD03", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Between assignments, you can spend 1 Stitch to work on healing an ally’s scar. When you do, make a Focus roll. On a critical success, fill three. On a 6, fill two. On a 4–5, fill one. When the track is full, the scar is healed and 1 action point may be shifted.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118664076, + "modifiedTime": 1701118684189, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!GroNgmil4e8ubD03" +} diff --git a/packs/src/abilities/Magician_bsyyVtb1aOOd09Mo.json b/packs/src/abilities/Magician_bsyyVtb1aOOd09Mo.json new file mode 100644 index 0000000..afd2e16 --- /dev/null +++ b/packs/src/abilities/Magician_bsyyVtb1aOOd09Mo.json @@ -0,0 +1,19 @@ +{ + "name": "Magician", + "sorting": "a", + "folder": "5CsAZLTQ6PObk7xZ", + "type": "Item", + "_id": "bsyyVtb1aOOd09Mo", + "sort": 0, + "color": "#3dae97", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": null, + "modifiedTime": 1695078830437, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!folders!bsyyVtb1aOOd09Mo" +} diff --git a/packs/src/abilities/Medium_mp36wUJspNjiD4ZD.json b/packs/src/abilities/Medium_mp36wUJspNjiD4ZD.json new file mode 100644 index 0000000..99d46a2 --- /dev/null +++ b/packs/src/abilities/Medium_mp36wUJspNjiD4ZD.json @@ -0,0 +1,19 @@ +{ + "name": "Medium", + "sorting": "a", + "folder": "BdDJEb5rwyrK4TRe", + "type": "Item", + "_id": "mp36wUJspNjiD4ZD", + "sort": 0, + "color": "#0b5c05", + "flags": {}, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!folders!mp36wUJspNjiD4ZD" +} diff --git a/packs/src/abilities/Meticulous_Notes_0IOrgqsrzyTZ5udy.json b/packs/src/abilities/Meticulous_Notes_0IOrgqsrzyTZ5udy.json new file mode 100644 index 0000000..aa7e7b5 --- /dev/null +++ b/packs/src/abilities/Meticulous_Notes_0IOrgqsrzyTZ5udy.json @@ -0,0 +1,27 @@ +{ + "folder": "FeHL1OMYpcHziIqi", + "name": "Meticulous Notes", + "type": "Ability", + "_id": "0IOrgqsrzyTZ5udy", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

If your current Cunning resistance is 2 or more, add +1d to all Focus rolls. After an assignment, increase your Illumination track 1 additional point because of the detailed notes your character returns with.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118581853, + "modifiedTime": 1701118587555, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!0IOrgqsrzyTZ5udy" +} diff --git a/packs/src/abilities/Miasma_nY9b3vWelmvfDDFl.json b/packs/src/abilities/Miasma_nY9b3vWelmvfDDFl.json new file mode 100644 index 0000000..21a8c69 --- /dev/null +++ b/packs/src/abilities/Miasma_nY9b3vWelmvfDDFl.json @@ -0,0 +1,27 @@ +{ + "folder": "mp36wUJspNjiD4ZD", + "name": "Miasma", + "type": "Ability", + "_id": "nY9b3vWelmvfDDFl", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You can spend 1 Intuition to tell if and how a person or object has been affected by bleed.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701119022673, + "modifiedTime": 1701119026870, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!nY9b3vWelmvfDDFl" +} diff --git a/packs/src/abilities/Mind_Over_Matter_d90DI2B3JgmLKq1R.json b/packs/src/abilities/Mind_Over_Matter_d90DI2B3JgmLKq1R.json new file mode 100644 index 0000000..5c744dd --- /dev/null +++ b/packs/src/abilities/Mind_Over_Matter_d90DI2B3JgmLKq1R.json @@ -0,0 +1,27 @@ +{ + "folder": "FqC3vG5Vs4WtBY7l", + "name": "Mind Over Matter", + "type": "Ability", + "_id": "d90DI2B3JgmLKq1R", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you are told to use a specific action on a roll, you may take a Brain mark to utilize an alternative action instead. You may also spend the drive that corresponds with your chosen action. Describe how you adapt to your situation.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118424999, + "modifiedTime": 1701118427431, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!d90DI2B3JgmLKq1R" +} diff --git a/packs/src/abilities/Mind_Palace_hWfB4hqPMJgcNriV.json b/packs/src/abilities/Mind_Palace_hWfB4hqPMJgcNriV.json new file mode 100644 index 0000000..80921bb --- /dev/null +++ b/packs/src/abilities/Mind_Palace_hWfB4hqPMJgcNriV.json @@ -0,0 +1,27 @@ +{ + "folder": "6vaky6TqqCSAS3Fj", + "name": "Mind Palace", + "type": "Ability", + "_id": "hWfB4hqPMJgcNriV", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you want to figure out how two clues might relate or what path they should point you towards, burn 1 Intuition resistance. The GM will give you the information you’ve deduced.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118893450, + "modifiedTime": 1701118899518, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!hWfB4hqPMJgcNriV" +} diff --git a/packs/src/abilities/Misdirection_rrDrVH54HAnAIeiE.json b/packs/src/abilities/Misdirection_rrDrVH54HAnAIeiE.json new file mode 100644 index 0000000..bd8cd73 --- /dev/null +++ b/packs/src/abilities/Misdirection_rrDrVH54HAnAIeiE.json @@ -0,0 +1,27 @@ +{ + "folder": "bsyyVtb1aOOd09Mo", + "name": "Misdirection", + "type": "Ability", + "_id": "rrDrVH54HAnAIeiE", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you use your words or actions to distract a target from what is actually happening, make a Hide roll. The first Cunning you or an ally spends on this roll is worth +2d instead of +1d.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695078839231, + "modifiedTime": 1701118274936, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!rrDrVH54HAnAIeiE" +} diff --git a/packs/src/abilities/Muscle_I5NXBGq8U9ujcUjJ.json b/packs/src/abilities/Muscle_I5NXBGq8U9ujcUjJ.json new file mode 100644 index 0000000..a329745 --- /dev/null +++ b/packs/src/abilities/Muscle_I5NXBGq8U9ujcUjJ.json @@ -0,0 +1,19 @@ +{ + "name": "Muscle", + "sorting": "a", + "folder": "GkEjPPL2t3aZnkH4", + "type": "Item", + "_id": "I5NXBGq8U9ujcUjJ", + "sort": 0, + "color": "#af3131", + "flags": {}, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!folders!I5NXBGq8U9ujcUjJ" +} diff --git a/packs/src/abilities/Narrow_Escape_0KxTaXZ8h2xajq5D.json b/packs/src/abilities/Narrow_Escape_0KxTaXZ8h2xajq5D.json new file mode 100644 index 0000000..e4611c9 --- /dev/null +++ b/packs/src/abilities/Narrow_Escape_0KxTaXZ8h2xajq5D.json @@ -0,0 +1,27 @@ +{ + "folder": "FqC3vG5Vs4WtBY7l", + "name": "Narrow Escape", + "type": "Ability", + "_id": "0KxTaXZ8h2xajq5D", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You’ve been in numerous hairy situations during your fearless exploits. Add +1d to your Move roll when you attempt to escape a trap or ambush.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118431685, + "modifiedTime": 1701118438161, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!0KxTaXZ8h2xajq5D" +} diff --git a/packs/src/abilities/Nobody_Left_Behind_LbF1UJOpJmyHVAg6.json b/packs/src/abilities/Nobody_Left_Behind_LbF1UJOpJmyHVAg6.json new file mode 100644 index 0000000..57c3893 --- /dev/null +++ b/packs/src/abilities/Nobody_Left_Behind_LbF1UJOpJmyHVAg6.json @@ -0,0 +1,27 @@ +{ + "folder": "KQMl1Q0XhwyvdaSH", + "name": "Nobody Left Behind", + "type": "Ability", + "_id": "LbF1UJOpJmyHVAg6", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When a member of your circle takes a scar and drops incapacitated, any rolls a player makes in the scene to protect them or get them out of danger have +1d.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078353593, + "modifiedTime": 1695078361010, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!LbF1UJOpJmyHVAg6" +} diff --git a/packs/src/abilities/Non_Combatant_3QjYDgGgMNMXBw0W.json b/packs/src/abilities/Non_Combatant_3QjYDgGgMNMXBw0W.json new file mode 100644 index 0000000..b75a967 --- /dev/null +++ b/packs/src/abilities/Non_Combatant_3QjYDgGgMNMXBw0W.json @@ -0,0 +1,27 @@ +{ + "folder": "afQN9FzKCimXAThh", + "name": "Non-Combatant", + "type": "Ability", + "_id": "3QjYDgGgMNMXBw0W", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Your pain spurs others to action. If you haven’t hurt anyone yet during this assignment, when you take a mark, each of your allies in the scene can recover 1 drive point of their choice.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118627705, + "modifiedTime": 1701118630635, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!3QjYDgGgMNMXBw0W" +} diff --git a/packs/src/abilities/Not_Again_kl821lb4p3BBWYw3.json b/packs/src/abilities/Not_Again_kl821lb4p3BBWYw3.json new file mode 100644 index 0000000..f27e633 --- /dev/null +++ b/packs/src/abilities/Not_Again_kl821lb4p3BBWYw3.json @@ -0,0 +1,27 @@ +{ + "folder": "FqC3vG5Vs4WtBY7l", + "name": "Not Again", + "type": "Ability", + "_id": "kl821lb4p3BBWYw3", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Once per assignment, you may take a scar to have an automatic full success on an action. If you do, it’s as if you’ve had this scar all along—tell your circle how you got it, and why the lesson you learned is helping you succeed here. Don’t adjust your action ratings when you take this scar.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118445404, + "modifiedTime": 1701118447921, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!kl821lb4p3BBWYw3" +} diff --git a/packs/src/abilities/Obscure_Lexicon_wu2OmzXmryqEkyhn.json b/packs/src/abilities/Obscure_Lexicon_wu2OmzXmryqEkyhn.json new file mode 100644 index 0000000..911a11f --- /dev/null +++ b/packs/src/abilities/Obscure_Lexicon_wu2OmzXmryqEkyhn.json @@ -0,0 +1,27 @@ +{ + "folder": "FqC3vG5Vs4WtBY7l", + "name": "Obscure Lexicon", + "type": "Ability", + "_id": "wu2OmzXmryqEkyhn", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you encounter an ancient or esoteric language, you can spend 1 Intuition to understand what it says.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118410473, + "modifiedTime": 1701118413113, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!wu2OmzXmryqEkyhn" +} diff --git a/packs/src/abilities/Occult_Researcher_sYYn7d2jiJPQLrUh.json b/packs/src/abilities/Occult_Researcher_sYYn7d2jiJPQLrUh.json new file mode 100644 index 0000000..b2d6282 --- /dev/null +++ b/packs/src/abilities/Occult_Researcher_sYYn7d2jiJPQLrUh.json @@ -0,0 +1,27 @@ +{ + "folder": "FeHL1OMYpcHziIqi", + "name": "Occult Researcher", + "type": "Ability", + "_id": "sYYn7d2jiJPQLrUh", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Take 1 Brain mark to ask the GM for an important occult detail that you would recognize from your studies, but has not yet been revealed in the scene. If there are none, clear the Brain mark.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118572198, + "modifiedTime": 1701118574202, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!sYYn7d2jiJPQLrUh" +} diff --git a/packs/src/abilities/Occultist_FZYxthrdGtyzcFcu.json b/packs/src/abilities/Occultist_FZYxthrdGtyzcFcu.json new file mode 100644 index 0000000..7a67699 --- /dev/null +++ b/packs/src/abilities/Occultist_FZYxthrdGtyzcFcu.json @@ -0,0 +1,19 @@ +{ + "name": "Occultist", + "sorting": "a", + "folder": "BdDJEb5rwyrK4TRe", + "type": "Item", + "_id": "FZYxthrdGtyzcFcu", + "sort": 0, + "color": "#0b5c05", + "flags": {}, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!folders!FZYxthrdGtyzcFcu" +} diff --git a/packs/src/abilities/One_Last_Run_dVGupTxiEjvPxkPi.json b/packs/src/abilities/One_Last_Run_dVGupTxiEjvPxkPi.json new file mode 100644 index 0000000..2ec8b1f --- /dev/null +++ b/packs/src/abilities/One_Last_Run_dVGupTxiEjvPxkPi.json @@ -0,0 +1,27 @@ +{ + "folder": "KQMl1Q0XhwyvdaSH", + "name": "One Last Run", + "type": "Ability", + "_id": "dVGupTxiEjvPxkPi", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you select this Ability, the next time you fill your Illumination track, your circle will retire from service. Everyone takes all four options during this character advancement.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078432572, + "modifiedTime": 1695078439181, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!dVGupTxiEjvPxkPi" +} diff --git a/packs/src/abilities/One_Step_Ahead_y1sddeigqEzq4kIE.json b/packs/src/abilities/One_Step_Ahead_y1sddeigqEzq4kIE.json new file mode 100644 index 0000000..ccc3de9 --- /dev/null +++ b/packs/src/abilities/One_Step_Ahead_y1sddeigqEzq4kIE.json @@ -0,0 +1,27 @@ +{ + "folder": "6vaky6TqqCSAS3Fj", + "name": "One Step Ahead", + "type": "Ability", + "_id": "y1sddeigqEzq4kIE", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Once per assignment, you can produce a useful mundane object you’ve had with you all along. When you do, fill in the empty gear slot and write the object in this space. This does not count toward your gear limit.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118950293, + "modifiedTime": 1701118953119, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!y1sddeigqEzq4kIE" +} diff --git a/packs/src/abilities/Open_Book_s43iwP48ehEaAXWW.json b/packs/src/abilities/Open_Book_s43iwP48ehEaAXWW.json new file mode 100644 index 0000000..27b3b89 --- /dev/null +++ b/packs/src/abilities/Open_Book_s43iwP48ehEaAXWW.json @@ -0,0 +1,27 @@ +{ + "folder": "IvFtRXkiLPOqzKy4", + "name": "Open Book", + "type": "Ability", + "_id": "s43iwP48ehEaAXWW", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You can get people to open up to you very quickly. When you attempt to connect with others by sharing something deeply personal, add a number of dice equal to your current Cunning resistance to a Sway roll. On a success, they will reciprocate.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118176893, + "modifiedTime": 1701118183185, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!s43iwP48ehEaAXWW" +} diff --git a/packs/src/abilities/Patch_Up_2R25mRhgOj6N4Dol.json b/packs/src/abilities/Patch_Up_2R25mRhgOj6N4Dol.json new file mode 100644 index 0000000..3ee72b1 --- /dev/null +++ b/packs/src/abilities/Patch_Up_2R25mRhgOj6N4Dol.json @@ -0,0 +1,27 @@ +{ + "folder": "afQN9FzKCimXAThh", + "name": "Patch Up", + "type": "Ability", + "_id": "2R25mRhgOj6N4Dol", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you have a few moments of calm, you can make a Focus roll to heal 1 Body mark on an ally. On a 4–5, spend 2 Intuition to accomplish this. On a 6, spend 1 Intuition. On a 3 or less, you may take a Brain mark to take the 4–5 result instead.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118599805, + "modifiedTime": 1701118602299, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!2R25mRhgOj6N4Dol" +} diff --git a/packs/src/abilities/Play_the_Bait_rKvMz8MnCJOdHZnJ.json b/packs/src/abilities/Play_the_Bait_rKvMz8MnCJOdHZnJ.json new file mode 100644 index 0000000..e4b8af0 --- /dev/null +++ b/packs/src/abilities/Play_the_Bait_rKvMz8MnCJOdHZnJ.json @@ -0,0 +1,27 @@ +{ + "folder": "FZYxthrdGtyzcFcu", + "name": "Play the Bait", + "type": "Ability", + "_id": "rKvMz8MnCJOdHZnJ", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You know how to draw the attention of a phenomenon—you just have to play the bait. Make a Sense roll to bring a nearby phenomenon toward you

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701119135309, + "modifiedTime": 1701119139470, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!rKvMz8MnCJOdHZnJ" +} diff --git a/packs/src/abilities/Practiced_Patter_ql7ZBTNrawEREv1c.json b/packs/src/abilities/Practiced_Patter_ql7ZBTNrawEREv1c.json new file mode 100644 index 0000000..3ae1245 --- /dev/null +++ b/packs/src/abilities/Practiced_Patter_ql7ZBTNrawEREv1c.json @@ -0,0 +1,27 @@ +{ + "folder": "bsyyVtb1aOOd09Mo", + "name": "Practiced Patter", + "type": "Ability", + "_id": "ql7ZBTNrawEREv1c", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You’ve long rehearsed for a moment like this. When making a Sway or Hide roll, you may spend Intuition instead of Cunning

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118329253, + "modifiedTime": 1701118331934, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!ql7ZBTNrawEREv1c" +} diff --git a/packs/src/abilities/Premonitions_Y0WuZS5OZZz4p5IL.json b/packs/src/abilities/Premonitions_Y0WuZS5OZZz4p5IL.json new file mode 100644 index 0000000..6baffc5 --- /dev/null +++ b/packs/src/abilities/Premonitions_Y0WuZS5OZZz4p5IL.json @@ -0,0 +1,27 @@ +{ + "folder": "mp36wUJspNjiD4ZD", + "name": "Premonitions", + "type": "Ability", + "_id": "Y0WuZS5OZZz4p5IL", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You have visions of the future. When an ally is about to take 1 or more marks, burn an Intuition resistance to warn them about the coming danger. Then, soak one of these marks.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701119059453, + "modifiedTime": 1701119063101, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!Y0WuZS5OZZz4p5IL" +} diff --git a/packs/src/abilities/Press_Conference_5QKYJmmPdGQTTjQD.json b/packs/src/abilities/Press_Conference_5QKYJmmPdGQTTjQD.json new file mode 100644 index 0000000..a5d6d76 --- /dev/null +++ b/packs/src/abilities/Press_Conference_5QKYJmmPdGQTTjQD.json @@ -0,0 +1,27 @@ +{ + "folder": "IvFtRXkiLPOqzKy4", + "name": "Press Conference", + "type": "Ability", + "_id": "5QKYJmmPdGQTTjQD", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You can spend 1 Cunning to gather a large group of people together to make announcements, ask questions, or stage a distraction. All Cunning rolls you make at this assembly take +1d.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118202779, + "modifiedTime": 1701118206253, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!5QKYJmmPdGQTTjQD" +} diff --git a/packs/src/abilities/Professor_5c9CgKqBwAMZtuCN.json b/packs/src/abilities/Professor_5c9CgKqBwAMZtuCN.json new file mode 100644 index 0000000..a0f7e19 --- /dev/null +++ b/packs/src/abilities/Professor_5c9CgKqBwAMZtuCN.json @@ -0,0 +1,19 @@ +{ + "name": "Professor", + "sorting": "a", + "folder": "FeHL1OMYpcHziIqi", + "type": "Item", + "_id": "5c9CgKqBwAMZtuCN", + "sort": 0, + "color": "#807ee2", + "flags": {}, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!folders!5c9CgKqBwAMZtuCN" +} diff --git a/packs/src/abilities/Resource_Management_a1y0jfXiLrHAJ5f3.json b/packs/src/abilities/Resource_Management_a1y0jfXiLrHAJ5f3.json new file mode 100644 index 0000000..ed70928 --- /dev/null +++ b/packs/src/abilities/Resource_Management_a1y0jfXiLrHAJ5f3.json @@ -0,0 +1,27 @@ +{ + "folder": "KQMl1Q0XhwyvdaSH", + "name": "Resource Management", + "type": "Ability", + "_id": "a1y0jfXiLrHAJ5f3", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When your circle hits a milestone on the Illumination track, earn back one Stitch, Refresh, or Train resource

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078417748, + "modifiedTime": 1695078421790, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!a1y0jfXiLrHAJ5f3" +} diff --git a/packs/src/abilities/Resuscitation_9OyHlGBW52zEb1KX.json b/packs/src/abilities/Resuscitation_9OyHlGBW52zEb1KX.json new file mode 100644 index 0000000..693851e --- /dev/null +++ b/packs/src/abilities/Resuscitation_9OyHlGBW52zEb1KX.json @@ -0,0 +1,27 @@ +{ + "folder": "afQN9FzKCimXAThh", + "name": "Resuscitation", + "type": "Ability", + "_id": "9OyHlGBW52zEb1KX", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When a nearby ally takes a scar, you can make a Focus roll in an attempt to immediately revive them. On a 6, it works. Though they still receive the scar, they’re back on their feet. On a 4–5, it will cost 3 drive points of your choosing. This cannot be used when a PC takes their fourth scar

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118650895, + "modifiedTime": 1701118655909, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!9OyHlGBW52zEb1KX" +} diff --git a/packs/src/abilities/Ritual_JBQEj4SqTMUgNUL3.json b/packs/src/abilities/Ritual_JBQEj4SqTMUgNUL3.json new file mode 100644 index 0000000..fd3189e --- /dev/null +++ b/packs/src/abilities/Ritual_JBQEj4SqTMUgNUL3.json @@ -0,0 +1,27 @@ +{ + "folder": "BdDJEb5rwyrK4TRe", + "name": "Ritual", + "type": "Ability", + "_id": "JBQEj4SqTMUgNUL3", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you have a few minutes to prepare, you may take a Bleed mark to perform a ritual on yourself or an ally:

  • Circle of Protection (soaks 1 Body mark for the person within)

  • Reinvigorate (refresh 1 resistance)

  • Remote Viewing (one moment)

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118974536, + "modifiedTime": 1701119003092, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!JBQEj4SqTMUgNUL3" +} diff --git a/packs/src/abilities/Saw_This_Coming_1rc4N1LJ1cgpJc1Z.json b/packs/src/abilities/Saw_This_Coming_1rc4N1LJ1cgpJc1Z.json new file mode 100644 index 0000000..444b3b0 --- /dev/null +++ b/packs/src/abilities/Saw_This_Coming_1rc4N1LJ1cgpJc1Z.json @@ -0,0 +1,27 @@ +{ + "folder": "apBHO24jw6SlmTmk", + "name": "Saw This Coming", + "type": "Ability", + "_id": "1rc4N1LJ1cgpJc1Z", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Three times per assignment, you may add +1d to a circle member’s roll without spending drive by saying how you prepared for this kind of situation together.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118870259, + "modifiedTime": 1701118875481, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!1rc4N1LJ1cgpJc1Z" +} diff --git a/packs/src/abilities/Scholar_FeHL1OMYpcHziIqi.json b/packs/src/abilities/Scholar_FeHL1OMYpcHziIqi.json new file mode 100644 index 0000000..566dc5d --- /dev/null +++ b/packs/src/abilities/Scholar_FeHL1OMYpcHziIqi.json @@ -0,0 +1,19 @@ +{ + "name": "Scholar", + "sorting": "a", + "folder": "GkEjPPL2t3aZnkH4", + "type": "Item", + "_id": "FeHL1OMYpcHziIqi", + "sort": 0, + "color": "#4b4fb9", + "flags": {}, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!folders!FeHL1OMYpcHziIqi" +} diff --git a/packs/src/abilities/Scout_KFZ99fcPVAeD9ztE.json b/packs/src/abilities/Scout_KFZ99fcPVAeD9ztE.json new file mode 100644 index 0000000..98685fd --- /dev/null +++ b/packs/src/abilities/Scout_KFZ99fcPVAeD9ztE.json @@ -0,0 +1,27 @@ +{ + "folder": "apBHO24jw6SlmTmk", + "name": "Scout", + "type": "Ability", + "_id": "KFZ99fcPVAeD9ztE", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

If you have time to observe a location, you can spend 1 Intuition to ask a question:

\n
    \n
  • What do I notice here that others do not see?
  • \n
  • What in this place might be of use to us?
  • \n
  • What path should we follow?
  • \n
", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078603049, + "modifiedTime": 1695078973591, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!KFZ99fcPVAeD9ztE" +} diff --git a/packs/src/abilities/Sharpshooter_kjp8RnzgREccPQyB.json b/packs/src/abilities/Sharpshooter_kjp8RnzgREccPQyB.json new file mode 100644 index 0000000..43cfd5c --- /dev/null +++ b/packs/src/abilities/Sharpshooter_kjp8RnzgREccPQyB.json @@ -0,0 +1,27 @@ +{ + "folder": "kIB8m3Tvk7eWbyFD", + "name": "Sharpshooter", + "type": "Ability", + "_id": "kjp8RnzgREccPQyB", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you want to make a ranged attack with a weapon, you may spend 1 Nerve to steady your aim before shooting, and add +2d to your next shot at this target.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118494495, + "modifiedTime": 1701118501064, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!kjp8RnzgREccPQyB" +} diff --git a/packs/src/abilities/Slink_apBHO24jw6SlmTmk.json b/packs/src/abilities/Slink_apBHO24jw6SlmTmk.json new file mode 100644 index 0000000..c0381a9 --- /dev/null +++ b/packs/src/abilities/Slink_apBHO24jw6SlmTmk.json @@ -0,0 +1,19 @@ +{ + "name": "Slink", + "sorting": "a", + "folder": "GkEjPPL2t3aZnkH4", + "type": "Item", + "_id": "apBHO24jw6SlmTmk", + "sort": 0, + "color": "#4a4a4a", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": null, + "modifiedTime": 1695078581010, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!folders!apBHO24jw6SlmTmk" +} diff --git a/packs/src/abilities/Soldier_kIB8m3Tvk7eWbyFD.json b/packs/src/abilities/Soldier_kIB8m3Tvk7eWbyFD.json new file mode 100644 index 0000000..f371ccd --- /dev/null +++ b/packs/src/abilities/Soldier_kIB8m3Tvk7eWbyFD.json @@ -0,0 +1,19 @@ +{ + "name": "Soldier", + "sorting": "a", + "folder": "I5NXBGq8U9ujcUjJ", + "type": "Item", + "_id": "kIB8m3Tvk7eWbyFD", + "sort": 100000, + "color": "#df7272", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": null, + "modifiedTime": 1701118463788, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!folders!kIB8m3Tvk7eWbyFD" +} diff --git a/packs/src/abilities/Speak_Their_Language_DQuvMWrxtvx6PAEx.json b/packs/src/abilities/Speak_Their_Language_DQuvMWrxtvx6PAEx.json new file mode 100644 index 0000000..5dd057e --- /dev/null +++ b/packs/src/abilities/Speak_Their_Language_DQuvMWrxtvx6PAEx.json @@ -0,0 +1,27 @@ +{ + "folder": "FZYxthrdGtyzcFcu", + "name": "Speak Their Language", + "type": "Ability", + "_id": "DQuvMWrxtvx6PAEx", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You can speak the supernatural language of any phenomenon you encounter. Describe what strange or terrifying way you communicate with each other

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701119127017, + "modifiedTime": 1701119129202, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!DQuvMWrxtvx6PAEx" +} diff --git a/packs/src/abilities/Stakeout_RyRlqjpzBtdUgqet.json b/packs/src/abilities/Stakeout_RyRlqjpzBtdUgqet.json new file mode 100644 index 0000000..01b8354 --- /dev/null +++ b/packs/src/abilities/Stakeout_RyRlqjpzBtdUgqet.json @@ -0,0 +1,27 @@ +{ + "folder": "6vaky6TqqCSAS3Fj", + "name": "Stakeout", + "type": "Ability", + "_id": "RyRlqjpzBtdUgqet", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You are good at collecting information while remaining undetected. When you are tailing a suspect or conducting surveillance, you may use Survey instead of Hide.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118937585, + "modifiedTime": 1701118940216, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!RyRlqjpzBtdUgqet" +} diff --git a/packs/src/abilities/Stamina_Training_Sgi8bpyNMre2oyzI.json b/packs/src/abilities/Stamina_Training_Sgi8bpyNMre2oyzI.json new file mode 100644 index 0000000..c96688a --- /dev/null +++ b/packs/src/abilities/Stamina_Training_Sgi8bpyNMre2oyzI.json @@ -0,0 +1,27 @@ +{ + "folder": "KQMl1Q0XhwyvdaSH", + "name": "Stamina Training", + "type": "Ability", + "_id": "Sgi8bpyNMre2oyzI", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Your circle has three gilded dice at the beginning of every assignment that you may add to any roll. Once a die has been rolled, it is expended.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078306060, + "modifiedTime": 1695078308710, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!Sgi8bpyNMre2oyzI" +} diff --git a/packs/src/abilities/Steel_Mind_XFuSBXmjSMj9Upds.json b/packs/src/abilities/Steel_Mind_XFuSBXmjSMj9Upds.json new file mode 100644 index 0000000..c87f97d --- /dev/null +++ b/packs/src/abilities/Steel_Mind_XFuSBXmjSMj9Upds.json @@ -0,0 +1,27 @@ +{ + "folder": "5c9CgKqBwAMZtuCN", + "name": "Steel Mind", + "type": "Ability", + "_id": "XFuSBXmjSMj9Upds", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Once per assignment, when you should take a Brain mark, you may instead spend 2 Intuition to negate it

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078741901, + "modifiedTime": 1695078746778, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!XFuSBXmjSMj9Upds" +} diff --git a/packs/src/abilities/Sticky_Fingers_vsSDGeMEkMXYnWzh.json b/packs/src/abilities/Sticky_Fingers_vsSDGeMEkMXYnWzh.json new file mode 100644 index 0000000..d45a2d4 --- /dev/null +++ b/packs/src/abilities/Sticky_Fingers_vsSDGeMEkMXYnWzh.json @@ -0,0 +1,27 @@ +{ + "folder": "kKB0r8jGyMupDHFV", + "name": "Sticky Fingers", + "type": "Ability", + "_id": "vsSDGeMEkMXYnWzh", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

After a successful melee attack, you can spend 1 Cunning to pilfer an item from your target undetected. This could be their wallet, a weapon they’re carrying, an important document, etc.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118825810, + "modifiedTime": 1701118830424, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!vsSDGeMEkMXYnWzh" +} diff --git a/packs/src/abilities/Street_Smarts_o7wIsSeoE2xVwvBc.json b/packs/src/abilities/Street_Smarts_o7wIsSeoE2xVwvBc.json new file mode 100644 index 0000000..428f4c9 --- /dev/null +++ b/packs/src/abilities/Street_Smarts_o7wIsSeoE2xVwvBc.json @@ -0,0 +1,27 @@ +{ + "folder": "kKB0r8jGyMupDHFV", + "name": "Street Smarts", + "type": "Ability", + "_id": "o7wIsSeoE2xVwvBc", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You know how to keep an eye on your surroundings. Whenever you make a Survey roll, you may spend any drive instead of only using Intuition.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078647296, + "modifiedTime": 1695078658657, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!o7wIsSeoE2xVwvBc" +} diff --git a/packs/src/abilities/Sweet_Talk_YQLkwnpbehlxgUxp.json b/packs/src/abilities/Sweet_Talk_YQLkwnpbehlxgUxp.json new file mode 100644 index 0000000..1f4f999 --- /dev/null +++ b/packs/src/abilities/Sweet_Talk_YQLkwnpbehlxgUxp.json @@ -0,0 +1,27 @@ +{ + "folder": "5CsAZLTQ6PObk7xZ", + "name": "Sweet Talk", + "type": "Ability", + "_id": "YQLkwnpbehlxgUxp", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You know how to work the room. After you make small talk with someone, you may add +1d on any Read rolls you make in which they are the target. If your current Cunning resistance is 2 or higher, that die is gilded.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118094412, + "modifiedTime": 1701118103723, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!YQLkwnpbehlxgUxp" +} diff --git a/packs/src/abilities/Tactician_oxF7iWlSw3Ug4U1i.json b/packs/src/abilities/Tactician_oxF7iWlSw3Ug4U1i.json new file mode 100644 index 0000000..c5020a1 --- /dev/null +++ b/packs/src/abilities/Tactician_oxF7iWlSw3Ug4U1i.json @@ -0,0 +1,27 @@ +{ + "folder": "kIB8m3Tvk7eWbyFD", + "name": "Tactician", + "type": "Ability", + "_id": "oxF7iWlSw3Ug4U1i", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you are in a dangerous scenario, you may spend 1 Nerve to ask the GM a question:

  • How do I get to safety?

  • What poses the largest immediate threat to my circle?

  • Where is the target going to move next?

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118507597, + "modifiedTime": 1701118529211, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!oxF7iWlSw3Ug4U1i" +} diff --git a/packs/src/abilities/Tenacious_rEldvX6ypqrI6hmx.json b/packs/src/abilities/Tenacious_rEldvX6ypqrI6hmx.json new file mode 100644 index 0000000..c4305ed --- /dev/null +++ b/packs/src/abilities/Tenacious_rEldvX6ypqrI6hmx.json @@ -0,0 +1,27 @@ +{ + "folder": "FqC3vG5Vs4WtBY7l", + "name": "Tenacious", + "type": "Ability", + "_id": "rEldvX6ypqrI6hmx", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you have one or more Bleed marks, gild an additional die on Move, Strike, or Control rolls while in danger.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079111223, + "modifiedTime": 1695079118286, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!rEldvX6ypqrI6hmx" +} diff --git a/packs/src/abilities/The_Prestige_OP8b4OI5yVs9CRfp.json b/packs/src/abilities/The_Prestige_OP8b4OI5yVs9CRfp.json new file mode 100644 index 0000000..22aaa1c --- /dev/null +++ b/packs/src/abilities/The_Prestige_OP8b4OI5yVs9CRfp.json @@ -0,0 +1,27 @@ +{ + "folder": "bsyyVtb1aOOd09Mo", + "name": "The Prestige", + "type": "Ability", + "_id": "OP8b4OI5yVs9CRfp", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Your magic is usually all smoke and mirrors, but you do have one trick you’ve learned that’s real. Roll Sense when you perform it, and on a success, take a Bleed mark.

Select one option when you take this Ability:

  • change appearance
  • levitate
  • summon mundane object
  • teleport a short distance
  • throw your voice.
", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695078858867, + "modifiedTime": 1701118305328, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!OP8b4OI5yVs9CRfp" +} diff --git a/packs/src/abilities/Tricks_of_the_Trade_FbRa5PmnVdkAjUER.json b/packs/src/abilities/Tricks_of_the_Trade_FbRa5PmnVdkAjUER.json new file mode 100644 index 0000000..3c209e4 --- /dev/null +++ b/packs/src/abilities/Tricks_of_the_Trade_FbRa5PmnVdkAjUER.json @@ -0,0 +1,27 @@ +{ + "folder": "kKB0r8jGyMupDHFV", + "name": "Tricks of the Trade", + "type": "Ability", + "_id": "FbRa5PmnVdkAjUER", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You’ve learned how to navigate tricky or dangerous situations to keep yourself out of harm’s way. On any Hide or Sway roll you make, you may spend 1 Nerve to lower the stakes before rolling. If this is already a low-stakes roll, you may not use this ability

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118809006, + "modifiedTime": 1701118818169, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!FbRa5PmnVdkAjUER" +} diff --git a/packs/src/abilities/Uncanny_Eye_Pnp7pKqwdGzJ45bt.json b/packs/src/abilities/Uncanny_Eye_Pnp7pKqwdGzJ45bt.json new file mode 100644 index 0000000..a784f20 --- /dev/null +++ b/packs/src/abilities/Uncanny_Eye_Pnp7pKqwdGzJ45bt.json @@ -0,0 +1,27 @@ +{ + "folder": "bsyyVtb1aOOd09Mo", + "name": "Uncanny Eye", + "type": "Ability", + "_id": "Pnp7pKqwdGzJ45bt", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You may spend 1 Intuition to ask the GM a question:

  • How can I leverage something here to my advantage?

  • What here doesn’t work the way it appears?

  • What is out of place here?

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118336155, + "modifiedTime": 1701118349145, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!Pnp7pKqwdGzJ45bt" +} diff --git a/packs/src/abilities/University_Resources_Cd7fFU3vSspmG235.json b/packs/src/abilities/University_Resources_Cd7fFU3vSspmG235.json new file mode 100644 index 0000000..5422b89 --- /dev/null +++ b/packs/src/abilities/University_Resources_Cd7fFU3vSspmG235.json @@ -0,0 +1,27 @@ +{ + "folder": "5c9CgKqBwAMZtuCN", + "name": "University Resources", + "type": "Ability", + "_id": "Cd7fFU3vSspmG235", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Your university has alumni all over the world. Once per session, describe a person you know from your tenure as a professor, and ask the GM where they can be found locally.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118714880, + "modifiedTime": 1701118717634, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!Cd7fFU3vSspmG235" +} diff --git a/packs/src/abilities/Verbose_QznDrpJQPuQsuook.json b/packs/src/abilities/Verbose_QznDrpJQPuQsuook.json new file mode 100644 index 0000000..2518ca7 --- /dev/null +++ b/packs/src/abilities/Verbose_QznDrpJQPuQsuook.json @@ -0,0 +1,27 @@ +{ + "folder": "5c9CgKqBwAMZtuCN", + "name": "Verbose", + "type": "Ability", + "_id": "QznDrpJQPuQsuook", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

When you make a speech or hold a conversation to assist an ally, the die you give them is gilded.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118753532, + "modifiedTime": 1701118755746, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!QznDrpJQPuQsuook" +} diff --git a/packs/src/abilities/Volunteer_Duty_AWZ1SMBVAPtl0HWY.json b/packs/src/abilities/Volunteer_Duty_AWZ1SMBVAPtl0HWY.json new file mode 100644 index 0000000..a99ed53 --- /dev/null +++ b/packs/src/abilities/Volunteer_Duty_AWZ1SMBVAPtl0HWY.json @@ -0,0 +1,27 @@ +{ + "folder": "kIB8m3Tvk7eWbyFD", + "name": "Volunteer Duty", + "type": "Ability", + "_id": "AWZ1SMBVAPtl0HWY", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Between assignments, instead of spending resources, you can offer a helping hand to your Lightkeeper. Describe how you aid the organization, and refill 1 point in any Candela Obscura resource on your circle sheet. You may not spend any resources during this downtime.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118547495, + "modifiedTime": 1701118549628, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!AWZ1SMBVAPtl0HWY" +} diff --git a/packs/src/abilities/Weird_BdDJEb5rwyrK4TRe.json b/packs/src/abilities/Weird_BdDJEb5rwyrK4TRe.json new file mode 100644 index 0000000..2a933ba --- /dev/null +++ b/packs/src/abilities/Weird_BdDJEb5rwyrK4TRe.json @@ -0,0 +1,19 @@ +{ + "name": "Weird", + "sorting": "a", + "folder": "GkEjPPL2t3aZnkH4", + "type": "Item", + "_id": "BdDJEb5rwyrK4TRe", + "sort": 0, + "color": "#487237", + "flags": {}, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!folders!BdDJEb5rwyrK4TRe" +} diff --git a/packs/src/abilities/Well_Read_axKILlr1E2SumCYJ.json b/packs/src/abilities/Well_Read_axKILlr1E2SumCYJ.json new file mode 100644 index 0000000..495c5aa --- /dev/null +++ b/packs/src/abilities/Well_Read_axKILlr1E2SumCYJ.json @@ -0,0 +1,27 @@ +{ + "folder": "FeHL1OMYpcHziIqi", + "name": "Well-Read", + "type": "Ability", + "_id": "axKILlr1E2SumCYJ", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You’re highly educated and retain knowledge better than most. When you use Intuition while making a roll, if you fail the roll, earn back any Intuition you used.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695078708635, + "modifiedTime": 1695078717670, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!axKILlr1E2SumCYJ" +} diff --git a/packs/src/abilities/Well_Researched_R4rwXSHjLAlyTZIE.json b/packs/src/abilities/Well_Researched_R4rwXSHjLAlyTZIE.json new file mode 100644 index 0000000..857356f --- /dev/null +++ b/packs/src/abilities/Well_Researched_R4rwXSHjLAlyTZIE.json @@ -0,0 +1,27 @@ +{ + "folder": "IvFtRXkiLPOqzKy4", + "name": "Well-Researched", + "type": "Ability", + "_id": "R4rwXSHjLAlyTZIE", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You can spend 1 Intuition to ask the GM a specific question about a place, group, or concept that you may have researched before the assignment. They will tell you what you know from that preparation.

", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701118227039, + "modifiedTime": 1701118232866, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!R4rwXSHjLAlyTZIE" +} diff --git a/packs/src/gear/Arcane_Text_OdIpd8igxEpFymVM.json b/packs/src/gear/Arcane_Text_OdIpd8igxEpFymVM.json new file mode 100644 index 0000000..d194bdc --- /dev/null +++ b/packs/src/gear/Arcane_Text_OdIpd8igxEpFymVM.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Arcane Text", + "type": "Gear", + "_id": "OdIpd8igxEpFymVM", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079857588, + "modifiedTime": 1695079857588, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!OdIpd8igxEpFymVM" +} diff --git a/packs/src/gear/Bleed_Containment_Vial_SFxyEFmlP1MxosXV.json b/packs/src/gear/Bleed_Containment_Vial_SFxyEFmlP1MxosXV.json new file mode 100644 index 0000000..db6d925 --- /dev/null +++ b/packs/src/gear/Bleed_Containment_Vial_SFxyEFmlP1MxosXV.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Bleed Containment Vial", + "type": "Gear", + "_id": "SFxyEFmlP1MxosXV", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079755099, + "modifiedTime": 1695079755099, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!SFxyEFmlP1MxosXV" +} diff --git a/packs/src/gear/Bleed_Detector_g6IB0pT2LtADN348.json b/packs/src/gear/Bleed_Detector_g6IB0pT2LtADN348.json new file mode 100644 index 0000000..3103a6a --- /dev/null +++ b/packs/src/gear/Bleed_Detector_g6IB0pT2LtADN348.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Bleed Detector", + "type": "Gear", + "_id": "g6IB0pT2LtADN348", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079738204, + "modifiedTime": 1695079738204, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!g6IB0pT2LtADN348" +} diff --git a/packs/src/gear/Body_Armor_YMnkR8plAkN5O3DH.json b/packs/src/gear/Body_Armor_YMnkR8plAkN5O3DH.json new file mode 100644 index 0000000..fd41000 --- /dev/null +++ b/packs/src/gear/Body_Armor_YMnkR8plAkN5O3DH.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Body Armor", + "type": "Gear", + "_id": "YMnkR8plAkN5O3DH", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Soaks 1 Body

" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079770297, + "modifiedTime": 1695079776723, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!YMnkR8plAkN5O3DH" +} diff --git a/packs/src/gear/Circle_Gear_yU9fHXAti9gx9tDe.json b/packs/src/gear/Circle_Gear_yU9fHXAti9gx9tDe.json new file mode 100644 index 0000000..5f9e8da --- /dev/null +++ b/packs/src/gear/Circle_Gear_yU9fHXAti9gx9tDe.json @@ -0,0 +1,19 @@ +{ + "name": "Circle Gear", + "sorting": "a", + "folder": null, + "type": "Item", + "_id": "yU9fHXAti9gx9tDe", + "sort": 0, + "color": "#674e8d", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079712883, + "modifiedTime": 1695079719991, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!folders!yU9fHXAti9gx9tDe" +} diff --git a/packs/src/gear/Excavation_Tools_AGlJ3xpSrqzrPI7d.json b/packs/src/gear/Excavation_Tools_AGlJ3xpSrqzrPI7d.json new file mode 100644 index 0000000..6787019 --- /dev/null +++ b/packs/src/gear/Excavation_Tools_AGlJ3xpSrqzrPI7d.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Excavation Tools", + "type": "Gear", + "_id": "AGlJ3xpSrqzrPI7d", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079886531, + "modifiedTime": 1695079886531, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!AGlJ3xpSrqzrPI7d" +} diff --git a/packs/src/gear/Flash_Powder_e0UXJj9JlBCEkz2h.json b/packs/src/gear/Flash_Powder_e0UXJj9JlBCEkz2h.json new file mode 100644 index 0000000..8f6574d --- /dev/null +++ b/packs/src/gear/Flash_Powder_e0UXJj9JlBCEkz2h.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Flash Powder", + "type": "Gear", + "_id": "e0UXJj9JlBCEkz2h", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079831194, + "modifiedTime": 1695079845526, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!e0UXJj9JlBCEkz2h" +} diff --git a/packs/src/gear/Forged_Documents_cK5r1E9AsxHOVa8z.json b/packs/src/gear/Forged_Documents_cK5r1E9AsxHOVa8z.json new file mode 100644 index 0000000..777e983 --- /dev/null +++ b/packs/src/gear/Forged_Documents_cK5r1E9AsxHOVa8z.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Forged Documents", + "type": "Gear", + "_id": "cK5r1E9AsxHOVa8z", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079762457, + "modifiedTime": 1695079762457, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!cK5r1E9AsxHOVa8z" +} diff --git a/packs/src/gear/Hand_Weapon_JM5DVCi5a1n3WoM4.json b/packs/src/gear/Hand_Weapon_JM5DVCi5a1n3WoM4.json new file mode 100644 index 0000000..e79114b --- /dev/null +++ b/packs/src/gear/Hand_Weapon_JM5DVCi5a1n3WoM4.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Hand Weapon", + "type": "Gear", + "_id": "JM5DVCi5a1n3WoM4", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079746455, + "modifiedTime": 1695079746455, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!JM5DVCi5a1n3WoM4" +} diff --git a/packs/src/gear/Hidden_Weapon_eIgo7MbV5rTpzYdQ.json b/packs/src/gear/Hidden_Weapon_eIgo7MbV5rTpzYdQ.json new file mode 100644 index 0000000..9210217 --- /dev/null +++ b/packs/src/gear/Hidden_Weapon_eIgo7MbV5rTpzYdQ.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Hidden Weapon", + "type": "Gear", + "_id": "eIgo7MbV5rTpzYdQ", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079839867, + "modifiedTime": 1695079839867, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!eIgo7MbV5rTpzYdQ" +} diff --git a/packs/src/gear/Investigator_Gear_eMq1spqAtgBgSeEC.json b/packs/src/gear/Investigator_Gear_eMq1spqAtgBgSeEC.json new file mode 100644 index 0000000..d830c19 --- /dev/null +++ b/packs/src/gear/Investigator_Gear_eMq1spqAtgBgSeEC.json @@ -0,0 +1,19 @@ +{ + "name": "Investigator Gear", + "sorting": "a", + "folder": null, + "type": "Item", + "_id": "eMq1spqAtgBgSeEC", + "sort": 0, + "color": "#674e8d", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079726448, + "modifiedTime": 1695079726448, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!folders!eMq1spqAtgBgSeEC" +} diff --git a/packs/src/gear/Laboratory_Equipment_nw6jRrijBH8btUIn.json b/packs/src/gear/Laboratory_Equipment_nw6jRrijBH8btUIn.json new file mode 100644 index 0000000..4275497 --- /dev/null +++ b/packs/src/gear/Laboratory_Equipment_nw6jRrijBH8btUIn.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Laboratory Equipment", + "type": "Gear", + "_id": "nw6jRrijBH8btUIn", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079802156, + "modifiedTime": 1695079802156, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!nw6jRrijBH8btUIn" +} diff --git a/packs/src/gear/Magic_Show_Gimmick_sQhNzTCGtVT3WPfM.json b/packs/src/gear/Magic_Show_Gimmick_sQhNzTCGtVT3WPfM.json new file mode 100644 index 0000000..7a53f96 --- /dev/null +++ b/packs/src/gear/Magic_Show_Gimmick_sQhNzTCGtVT3WPfM.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Magic Show Gimmick", + "type": "Gear", + "_id": "sQhNzTCGtVT3WPfM", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079821507, + "modifiedTime": 1695079821507, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!sQhNzTCGtVT3WPfM" +} diff --git a/packs/src/gear/Occult_Supplies_9gnRPHyV69qR6Y4A.json b/packs/src/gear/Occult_Supplies_9gnRPHyV69qR6Y4A.json new file mode 100644 index 0000000..cb7228f --- /dev/null +++ b/packs/src/gear/Occult_Supplies_9gnRPHyV69qR6Y4A.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Occult Supplies", + "type": "Gear", + "_id": "9gnRPHyV69qR6Y4A", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079874892, + "modifiedTime": 1695079874892, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!9gnRPHyV69qR6Y4A" +} diff --git a/packs/src/gear/Research_Materials_LNWeTOZNFpNBhGSj.json b/packs/src/gear/Research_Materials_LNWeTOZNFpNBhGSj.json new file mode 100644 index 0000000..4277e41 --- /dev/null +++ b/packs/src/gear/Research_Materials_LNWeTOZNFpNBhGSj.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Research Materials", + "type": "Gear", + "_id": "LNWeTOZNFpNBhGSj", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079793231, + "modifiedTime": 1695079793231, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!LNWeTOZNFpNBhGSj" +} diff --git a/packs/src/gear/Small_Mundane_Invention_oXvDJA8cPjlJSwRl.json b/packs/src/gear/Small_Mundane_Invention_oXvDJA8cPjlJSwRl.json new file mode 100644 index 0000000..376bbe3 --- /dev/null +++ b/packs/src/gear/Small_Mundane_Invention_oXvDJA8cPjlJSwRl.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Small Mundane Invention", + "type": "Gear", + "_id": "oXvDJA8cPjlJSwRl", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079809420, + "modifiedTime": 1695079809420, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!oXvDJA8cPjlJSwRl" +} diff --git a/packs/src/gear/Smoke_Bomb_yNVFhwNae9vFSygG.json b/packs/src/gear/Smoke_Bomb_yNVFhwNae9vFSygG.json new file mode 100644 index 0000000..dda6a13 --- /dev/null +++ b/packs/src/gear/Smoke_Bomb_yNVFhwNae9vFSygG.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Smoke Bomb", + "type": "Gear", + "_id": "yNVFhwNae9vFSygG", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079849910, + "modifiedTime": 1695079849910, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!yNVFhwNae9vFSygG" +} diff --git a/packs/src/gear/Survival_Gear_IF8EfCVis87cCLNN.json b/packs/src/gear/Survival_Gear_IF8EfCVis87cCLNN.json new file mode 100644 index 0000000..8b7203f --- /dev/null +++ b/packs/src/gear/Survival_Gear_IF8EfCVis87cCLNN.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Survival Gear", + "type": "Gear", + "_id": "IF8EfCVis87cCLNN", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079895130, + "modifiedTime": 1695079895130, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!IF8EfCVis87cCLNN" +} diff --git a/packs/src/gear/Ward_5GmI8qdzPSCBcYdo.json b/packs/src/gear/Ward_5GmI8qdzPSCBcYdo.json new file mode 100644 index 0000000..e774dee --- /dev/null +++ b/packs/src/gear/Ward_5GmI8qdzPSCBcYdo.json @@ -0,0 +1,26 @@ +{ + "folder": "eMq1spqAtgBgSeEC", + "name": "Ward", + "type": "Gear", + "_id": "5GmI8qdzPSCBcYdo", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

Soak 1 Bleed

" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079863598, + "modifiedTime": 1695079868751, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!items!5GmI8qdzPSCBcYdo" +} diff --git a/packs/src/illumination-keys/Act_Bizarre_2SnBcD4vgy1eH7DI.json b/packs/src/illumination-keys/Act_Bizarre_2SnBcD4vgy1eH7DI.json new file mode 100644 index 0000000..8a1daec --- /dev/null +++ b/packs/src/illumination-keys/Act_Bizarre_2SnBcD4vgy1eH7DI.json @@ -0,0 +1,26 @@ +{ + "folder": "QauwrkpN8cVgHVGO", + "name": "Act Bizarre", + "type": "IlluminationKey", + "_id": "2SnBcD4vgy1eH7DI", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185267205, + "modifiedTime": 1705185267205, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!2SnBcD4vgy1eH7DI" +} diff --git a/packs/src/illumination-keys/Act_Tactically_RGmpAKc1mPuWTsOV.json b/packs/src/illumination-keys/Act_Tactically_RGmpAKc1mPuWTsOV.json new file mode 100644 index 0000000..642f79e --- /dev/null +++ b/packs/src/illumination-keys/Act_Tactically_RGmpAKc1mPuWTsOV.json @@ -0,0 +1,26 @@ +{ + "folder": "14cxmuahEG1PHyVk", + "name": "Act Tactically", + "type": "IlluminationKey", + "_id": "RGmpAKc1mPuWTsOV", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185102790, + "modifiedTime": 1705185102790, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!RGmpAKc1mPuWTsOV" +} diff --git a/packs/src/illumination-keys/Aid_an_Ally_sOYBwyyoKUYGM7Ld.json b/packs/src/illumination-keys/Aid_an_Ally_sOYBwyyoKUYGM7Ld.json new file mode 100644 index 0000000..46535bd --- /dev/null +++ b/packs/src/illumination-keys/Aid_an_Ally_sOYBwyyoKUYGM7Ld.json @@ -0,0 +1,26 @@ +{ + "folder": "pl0cHdkcCE1sIczc", + "name": "Aid an Ally", + "type": "IlluminationKey", + "_id": "sOYBwyyoKUYGM7Ld", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185119555, + "modifiedTime": 1705185119555, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!sOYBwyyoKUYGM7Ld" +} diff --git a/packs/src/illumination-keys/Avoid_a_Fight_DsdVdEcSWVlcDRWd.json b/packs/src/illumination-keys/Avoid_a_Fight_DsdVdEcSWVlcDRWd.json new file mode 100644 index 0000000..68e738a --- /dev/null +++ b/packs/src/illumination-keys/Avoid_a_Fight_DsdVdEcSWVlcDRWd.json @@ -0,0 +1,26 @@ +{ + "folder": "pl0cHdkcCE1sIczc", + "name": "Avoid a Fight", + "type": "IlluminationKey", + "_id": "DsdVdEcSWVlcDRWd", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185112886, + "modifiedTime": 1705185112886, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!DsdVdEcSWVlcDRWd" +} diff --git a/packs/src/illumination-keys/Collect_Oddities_MGPdiCKrFUCtjMSL.json b/packs/src/illumination-keys/Collect_Oddities_MGPdiCKrFUCtjMSL.json new file mode 100644 index 0000000..c37143d --- /dev/null +++ b/packs/src/illumination-keys/Collect_Oddities_MGPdiCKrFUCtjMSL.json @@ -0,0 +1,26 @@ +{ + "folder": "QauwrkpN8cVgHVGO", + "name": "Collect Oddities", + "type": "IlluminationKey", + "_id": "MGPdiCKrFUCtjMSL", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185260374, + "modifiedTime": 1705185260374, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!MGPdiCKrFUCtjMSL" +} diff --git a/packs/src/illumination-keys/Comfort_Someone_CKfvQowBv871ToZi.json b/packs/src/illumination-keys/Comfort_Someone_CKfvQowBv871ToZi.json new file mode 100644 index 0000000..a6c7d04 --- /dev/null +++ b/packs/src/illumination-keys/Comfort_Someone_CKfvQowBv871ToZi.json @@ -0,0 +1,26 @@ +{ + "folder": "pl0cHdkcCE1sIczc", + "name": "Comfort Someone", + "type": "IlluminationKey", + "_id": "CKfvQowBv871ToZi", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185129965, + "modifiedTime": 1705185129965, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!CKfvQowBv871ToZi" +} diff --git a/packs/src/illumination-keys/Connect_with_Someone_NMuTDFynrbpdnZZB.json b/packs/src/illumination-keys/Connect_with_Someone_NMuTDFynrbpdnZZB.json new file mode 100644 index 0000000..180bee3 --- /dev/null +++ b/packs/src/illumination-keys/Connect_with_Someone_NMuTDFynrbpdnZZB.json @@ -0,0 +1,26 @@ +{ + "folder": "BGIay6gbo6Tkaukq", + "name": "Connect with Someone", + "type": "IlluminationKey", + "_id": "NMuTDFynrbpdnZZB", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185215971, + "modifiedTime": 1705185215971, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!NMuTDFynrbpdnZZB" +} diff --git a/packs/src/illumination-keys/Consult_Arcane_Texts_KvDpHT9DGxYQkcRi.json b/packs/src/illumination-keys/Consult_Arcane_Texts_KvDpHT9DGxYQkcRi.json new file mode 100644 index 0000000..f3c0c51 --- /dev/null +++ b/packs/src/illumination-keys/Consult_Arcane_Texts_KvDpHT9DGxYQkcRi.json @@ -0,0 +1,26 @@ +{ + "folder": "QauwrkpN8cVgHVGO", + "name": "Consult Arcane Texts", + "type": "IlluminationKey", + "_id": "KvDpHT9DGxYQkcRi", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185242577, + "modifiedTime": 1705185242577, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!KvDpHT9DGxYQkcRi" +} diff --git a/packs/src/illumination-keys/Criminal_xZhXrPn3xxJSB9qr.json b/packs/src/illumination-keys/Criminal_xZhXrPn3xxJSB9qr.json new file mode 100644 index 0000000..83fc415 --- /dev/null +++ b/packs/src/illumination-keys/Criminal_xZhXrPn3xxJSB9qr.json @@ -0,0 +1,19 @@ +{ + "name": "Criminal", + "sorting": "a", + "folder": "lvup5wRFwGSQS3Pv", + "type": "Item", + "_id": "xZhXrPn3xxJSB9qr", + "sort": null, + "color": null, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185015097, + "modifiedTime": 1706970469453, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!xZhXrPn3xxJSB9qr" +} diff --git a/packs/src/illumination-keys/Detective_NV9ZQial1GS5No3A.json b/packs/src/illumination-keys/Detective_NV9ZQial1GS5No3A.json new file mode 100644 index 0000000..685fc4e --- /dev/null +++ b/packs/src/illumination-keys/Detective_NV9ZQial1GS5No3A.json @@ -0,0 +1,19 @@ +{ + "name": "Detective", + "sorting": "a", + "folder": "lvup5wRFwGSQS3Pv", + "type": "Item", + "_id": "NV9ZQial1GS5No3A", + "sort": 0, + "color": null, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185029718, + "modifiedTime": 1706970469453, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!NV9ZQial1GS5No3A" +} diff --git a/packs/src/illumination-keys/Discuss_History_GLs8unKfFGmOAK4o.json b/packs/src/illumination-keys/Discuss_History_GLs8unKfFGmOAK4o.json new file mode 100644 index 0000000..48083d2 --- /dev/null +++ b/packs/src/illumination-keys/Discuss_History_GLs8unKfFGmOAK4o.json @@ -0,0 +1,26 @@ +{ + "folder": "a8ffmH3E5ytK24M1", + "name": "Discuss History", + "type": "IlluminationKey", + "_id": "GLs8unKfFGmOAK4o", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185068131, + "modifiedTime": 1705185068131, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!GLs8unKfFGmOAK4o" +} diff --git a/packs/src/illumination-keys/Do_Something_Illegal_RCdHzrLhA32mZbff.json b/packs/src/illumination-keys/Do_Something_Illegal_RCdHzrLhA32mZbff.json new file mode 100644 index 0000000..8ab25b9 --- /dev/null +++ b/packs/src/illumination-keys/Do_Something_Illegal_RCdHzrLhA32mZbff.json @@ -0,0 +1,26 @@ +{ + "folder": "xZhXrPn3xxJSB9qr", + "name": "Do Something Illegal", + "type": "IlluminationKey", + "_id": "RCdHzrLhA32mZbff", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185170889, + "modifiedTime": 1705185170889, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!RCdHzrLhA32mZbff" +} diff --git a/packs/src/illumination-keys/Doctor_pl0cHdkcCE1sIczc.json b/packs/src/illumination-keys/Doctor_pl0cHdkcCE1sIczc.json new file mode 100644 index 0000000..c9c3137 --- /dev/null +++ b/packs/src/illumination-keys/Doctor_pl0cHdkcCE1sIczc.json @@ -0,0 +1,19 @@ +{ + "name": "Doctor", + "sorting": "a", + "folder": "PpECaxCofC2uTe2r", + "type": "Item", + "_id": "pl0cHdkcCE1sIczc", + "sort": 0, + "color": "#807ee2", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705184998741, + "modifiedTime": 1706970469453, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!pl0cHdkcCE1sIczc" +} diff --git a/packs/src/illumination-keys/Explorer_a8ffmH3E5ytK24M1.json b/packs/src/illumination-keys/Explorer_a8ffmH3E5ytK24M1.json new file mode 100644 index 0000000..768eea4 --- /dev/null +++ b/packs/src/illumination-keys/Explorer_a8ffmH3E5ytK24M1.json @@ -0,0 +1,19 @@ +{ + "name": "Explorer", + "sorting": "a", + "folder": "8CK73bdhLj1LQu6s", + "type": "Item", + "_id": "a8ffmH3E5ytK24M1", + "sort": 0, + "color": "#df7272", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705184989681, + "modifiedTime": 1706970469453, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!a8ffmH3E5ytK24M1" +} diff --git a/packs/src/illumination-keys/Face_fAElPjfqnPRSkm9d.json b/packs/src/illumination-keys/Face_fAElPjfqnPRSkm9d.json new file mode 100644 index 0000000..dfdf09b --- /dev/null +++ b/packs/src/illumination-keys/Face_fAElPjfqnPRSkm9d.json @@ -0,0 +1,19 @@ +{ + "name": "Face", + "sorting": "a", + "folder": null, + "type": "Item", + "_id": "fAElPjfqnPRSkm9d", + "sort": 0, + "color": "#55a5a4", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1706970284571, + "modifiedTime": 1706970469453, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!fAElPjfqnPRSkm9d" +} diff --git a/packs/src/illumination-keys/Gather_Statements_Cxd5PDFqyMkUYieY.json b/packs/src/illumination-keys/Gather_Statements_Cxd5PDFqyMkUYieY.json new file mode 100644 index 0000000..c7d9bcf --- /dev/null +++ b/packs/src/illumination-keys/Gather_Statements_Cxd5PDFqyMkUYieY.json @@ -0,0 +1,26 @@ +{ + "name": "Gather Statements", + "type": "IlluminationKey", + "_id": "Cxd5PDFqyMkUYieY", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "folder": "6Ro3s1yWRxFMGQjO", + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705184117818, + "modifiedTime": 1705184187035, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!Cxd5PDFqyMkUYieY" +} diff --git a/packs/src/illumination-keys/Hunt_Down_a_Lead_Yw1ywZXjnof5PAbQ.json b/packs/src/illumination-keys/Hunt_Down_a_Lead_Yw1ywZXjnof5PAbQ.json new file mode 100644 index 0000000..177280a --- /dev/null +++ b/packs/src/illumination-keys/Hunt_Down_a_Lead_Yw1ywZXjnof5PAbQ.json @@ -0,0 +1,26 @@ +{ + "name": "Hunt Down a Lead", + "type": "IlluminationKey", + "_id": "Yw1ywZXjnof5PAbQ", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "folder": "6Ro3s1yWRxFMGQjO", + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705184177084, + "modifiedTime": 1705184188238, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!Yw1ywZXjnof5PAbQ" +} diff --git a/packs/src/illumination-keys/Journalist_6Ro3s1yWRxFMGQjO.json b/packs/src/illumination-keys/Journalist_6Ro3s1yWRxFMGQjO.json new file mode 100644 index 0000000..eaeeeaa --- /dev/null +++ b/packs/src/illumination-keys/Journalist_6Ro3s1yWRxFMGQjO.json @@ -0,0 +1,19 @@ +{ + "name": "Journalist", + "sorting": "a", + "folder": "fAElPjfqnPRSkm9d", + "type": "Item", + "_id": "6Ro3s1yWRxFMGQjO", + "sort": 0, + "color": "#3dae97", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705183450284, + "modifiedTime": 1706970469453, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!6Ro3s1yWRxFMGQjO" +} diff --git a/packs/src/illumination-keys/Magician_UlhFfbdBMRIYpdgK.json b/packs/src/illumination-keys/Magician_UlhFfbdBMRIYpdgK.json new file mode 100644 index 0000000..95f5ab5 --- /dev/null +++ b/packs/src/illumination-keys/Magician_UlhFfbdBMRIYpdgK.json @@ -0,0 +1,19 @@ +{ + "name": "Magician", + "sorting": "a", + "folder": "fAElPjfqnPRSkm9d", + "type": "Item", + "_id": "UlhFfbdBMRIYpdgK", + "sort": 0, + "color": "#3dae97", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705184196306, + "modifiedTime": 1706970469453, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!UlhFfbdBMRIYpdgK" +} diff --git a/packs/src/illumination-keys/Make_a_Deal_eF4SS4AwJXG5cjVU.json b/packs/src/illumination-keys/Make_a_Deal_eF4SS4AwJXG5cjVU.json new file mode 100644 index 0000000..c051109 --- /dev/null +++ b/packs/src/illumination-keys/Make_a_Deal_eF4SS4AwJXG5cjVU.json @@ -0,0 +1,26 @@ +{ + "folder": "xZhXrPn3xxJSB9qr", + "name": "Make a Deal", + "type": "IlluminationKey", + "_id": "eF4SS4AwJXG5cjVU", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185179829, + "modifiedTime": 1705185179829, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!eF4SS4AwJXG5cjVU" +} diff --git a/packs/src/illumination-keys/Make_a_Plan_nA16WOcdKl7RRha1.json b/packs/src/illumination-keys/Make_a_Plan_nA16WOcdKl7RRha1.json new file mode 100644 index 0000000..8f4d0a4 --- /dev/null +++ b/packs/src/illumination-keys/Make_a_Plan_nA16WOcdKl7RRha1.json @@ -0,0 +1,26 @@ +{ + "folder": "KrYqeLki86Wf12Id", + "name": "Make a Plan", + "type": "IlluminationKey", + "_id": "nA16WOcdKl7RRha1", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185158812, + "modifiedTime": 1705185158812, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!nA16WOcdKl7RRha1" +} diff --git a/packs/src/illumination-keys/Make_a_Scene_kQV6GMxbXkWOJoTl.json b/packs/src/illumination-keys/Make_a_Scene_kQV6GMxbXkWOJoTl.json new file mode 100644 index 0000000..d2b12f1 --- /dev/null +++ b/packs/src/illumination-keys/Make_a_Scene_kQV6GMxbXkWOJoTl.json @@ -0,0 +1,26 @@ +{ + "folder": "BGIay6gbo6Tkaukq", + "name": "Make a Scene", + "type": "IlluminationKey", + "_id": "kQV6GMxbXkWOJoTl", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185232778, + "modifiedTime": 1705185232778, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!kQV6GMxbXkWOJoTl" +} diff --git a/packs/src/illumination-keys/Medium_BGIay6gbo6Tkaukq.json b/packs/src/illumination-keys/Medium_BGIay6gbo6Tkaukq.json new file mode 100644 index 0000000..8c96cc0 --- /dev/null +++ b/packs/src/illumination-keys/Medium_BGIay6gbo6Tkaukq.json @@ -0,0 +1,19 @@ +{ + "name": "Medium", + "sorting": "a", + "folder": "IK8e5DeK48CPpkBL", + "type": "Item", + "_id": "BGIay6gbo6Tkaukq", + "sort": 0, + "color": "#0b5c05", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185033007, + "modifiedTime": 1706970488828, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!BGIay6gbo6Tkaukq" +} diff --git a/packs/src/illumination-keys/Mentor_an_Ally_VD0H8iuRUO0O7Mdo.json b/packs/src/illumination-keys/Mentor_an_Ally_VD0H8iuRUO0O7Mdo.json new file mode 100644 index 0000000..8be8577 --- /dev/null +++ b/packs/src/illumination-keys/Mentor_an_Ally_VD0H8iuRUO0O7Mdo.json @@ -0,0 +1,26 @@ +{ + "folder": "KrYqeLki86Wf12Id", + "name": "Mentor an Ally", + "type": "IlluminationKey", + "_id": "VD0H8iuRUO0O7Mdo", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185145488, + "modifiedTime": 1705185145488, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!VD0H8iuRUO0O7Mdo" +} diff --git a/packs/src/illumination-keys/Muscle_8CK73bdhLj1LQu6s.json b/packs/src/illumination-keys/Muscle_8CK73bdhLj1LQu6s.json new file mode 100644 index 0000000..cc6d6f4 --- /dev/null +++ b/packs/src/illumination-keys/Muscle_8CK73bdhLj1LQu6s.json @@ -0,0 +1,19 @@ +{ + "name": "Muscle", + "sorting": "a", + "folder": null, + "type": "Item", + "_id": "8CK73bdhLj1LQu6s", + "sort": 0, + "color": "#af3131", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1706970427914, + "modifiedTime": 1706970469453, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!8CK73bdhLj1LQu6s" +} diff --git a/packs/src/illumination-keys/Occultist_QauwrkpN8cVgHVGO.json b/packs/src/illumination-keys/Occultist_QauwrkpN8cVgHVGO.json new file mode 100644 index 0000000..eb97990 --- /dev/null +++ b/packs/src/illumination-keys/Occultist_QauwrkpN8cVgHVGO.json @@ -0,0 +1,19 @@ +{ + "name": "Occultist", + "sorting": "a", + "folder": "IK8e5DeK48CPpkBL", + "type": "Item", + "_id": "QauwrkpN8cVgHVGO", + "sort": 0, + "color": "#0b5c05", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185036285, + "modifiedTime": 1706970495356, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!QauwrkpN8cVgHVGO" +} diff --git a/packs/src/illumination-keys/Perform_a_Trick_wk7POD6RJROgVPcb.json b/packs/src/illumination-keys/Perform_a_Trick_wk7POD6RJROgVPcb.json new file mode 100644 index 0000000..8da3d64 --- /dev/null +++ b/packs/src/illumination-keys/Perform_a_Trick_wk7POD6RJROgVPcb.json @@ -0,0 +1,26 @@ +{ + "folder": "UlhFfbdBMRIYpdgK", + "name": "Perform a Trick", + "type": "IlluminationKey", + "_id": "wk7POD6RJROgVPcb", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705184207259, + "modifiedTime": 1705184207259, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!wk7POD6RJROgVPcb" +} diff --git a/packs/src/illumination-keys/Probe_a_Witness_7iz6WHq4hOSFExgy.json b/packs/src/illumination-keys/Probe_a_Witness_7iz6WHq4hOSFExgy.json new file mode 100644 index 0000000..3f2df68 --- /dev/null +++ b/packs/src/illumination-keys/Probe_a_Witness_7iz6WHq4hOSFExgy.json @@ -0,0 +1,26 @@ +{ + "folder": "NV9ZQial1GS5No3A", + "name": "Probe a Witness", + "type": "IlluminationKey", + "_id": "7iz6WHq4hOSFExgy", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185194951, + "modifiedTime": 1705185194951, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!7iz6WHq4hOSFExgy" +} diff --git a/packs/src/illumination-keys/Professor_KrYqeLki86Wf12Id.json b/packs/src/illumination-keys/Professor_KrYqeLki86Wf12Id.json new file mode 100644 index 0000000..52dc44b --- /dev/null +++ b/packs/src/illumination-keys/Professor_KrYqeLki86Wf12Id.json @@ -0,0 +1,19 @@ +{ + "name": "Professor", + "sorting": "a", + "folder": "PpECaxCofC2uTe2r", + "type": "Item", + "_id": "KrYqeLki86Wf12Id", + "sort": 0, + "color": "#807ee2", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185009867, + "modifiedTime": 1706970469453, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!KrYqeLki86Wf12Id" +} diff --git a/packs/src/illumination-keys/Protect_Someone_gdNqimYOjhVhgqqj.json b/packs/src/illumination-keys/Protect_Someone_gdNqimYOjhVhgqqj.json new file mode 100644 index 0000000..1b76922 --- /dev/null +++ b/packs/src/illumination-keys/Protect_Someone_gdNqimYOjhVhgqqj.json @@ -0,0 +1,26 @@ +{ + "folder": "14cxmuahEG1PHyVk", + "name": "Protect Someone", + "type": "IlluminationKey", + "_id": "gdNqimYOjhVhgqqj", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185095935, + "modifiedTime": 1705185095935, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!gdNqimYOjhVhgqqj" +} diff --git a/packs/src/illumination-keys/Reference_Research_ZUKCPLxz0gbCaZSg.json b/packs/src/illumination-keys/Reference_Research_ZUKCPLxz0gbCaZSg.json new file mode 100644 index 0000000..ae3d248 --- /dev/null +++ b/packs/src/illumination-keys/Reference_Research_ZUKCPLxz0gbCaZSg.json @@ -0,0 +1,26 @@ +{ + "folder": "KrYqeLki86Wf12Id", + "name": "Reference Research", + "type": "IlluminationKey", + "_id": "ZUKCPLxz0gbCaZSg", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185151778, + "modifiedTime": 1705185151778, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!ZUKCPLxz0gbCaZSg" +} diff --git a/packs/src/illumination-keys/Reveal_a_Clue_TJ1GWsZ85NycFaom.json b/packs/src/illumination-keys/Reveal_a_Clue_TJ1GWsZ85NycFaom.json new file mode 100644 index 0000000..539d660 --- /dev/null +++ b/packs/src/illumination-keys/Reveal_a_Clue_TJ1GWsZ85NycFaom.json @@ -0,0 +1,26 @@ +{ + "folder": "NV9ZQial1GS5No3A", + "name": "Reveal a Clue", + "type": "IlluminationKey", + "_id": "TJ1GWsZ85NycFaom", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185207767, + "modifiedTime": 1705185207767, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!TJ1GWsZ85NycFaom" +} diff --git a/packs/src/illumination-keys/Run_into_Danger_LtsNxc80ZJCPHO3D.json b/packs/src/illumination-keys/Run_into_Danger_LtsNxc80ZJCPHO3D.json new file mode 100644 index 0000000..8e2db81 --- /dev/null +++ b/packs/src/illumination-keys/Run_into_Danger_LtsNxc80ZJCPHO3D.json @@ -0,0 +1,27 @@ +{ + "folder": "a8ffmH3E5ytK24M1", + "name": "Run into Danger", + "type": "IlluminationKey", + "_id": "LtsNxc80ZJCPHO3D", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185075805, + "modifiedTime": 1705185075805, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!LtsNxc80ZJCPHO3D" +} diff --git a/packs/src/illumination-keys/Scholar_PpECaxCofC2uTe2r.json b/packs/src/illumination-keys/Scholar_PpECaxCofC2uTe2r.json new file mode 100644 index 0000000..1ad16de --- /dev/null +++ b/packs/src/illumination-keys/Scholar_PpECaxCofC2uTe2r.json @@ -0,0 +1,19 @@ +{ + "name": "Scholar", + "sorting": "a", + "folder": null, + "type": "Item", + "_id": "PpECaxCofC2uTe2r", + "sort": 0, + "color": "#4b4fb9", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1706970445173, + "modifiedTime": 1706970469453, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!PpECaxCofC2uTe2r" +} diff --git a/packs/src/illumination-keys/Seek_Out_Real_Magick_OuFweaWRN5Yx8G47.json b/packs/src/illumination-keys/Seek_Out_Real_Magick_OuFweaWRN5Yx8G47.json new file mode 100644 index 0000000..8ec05ad --- /dev/null +++ b/packs/src/illumination-keys/Seek_Out_Real_Magick_OuFweaWRN5Yx8G47.json @@ -0,0 +1,27 @@ +{ + "folder": "UlhFfbdBMRIYpdgK", + "name": "Seek Out Real Magick", + "type": "IlluminationKey", + "_id": "OuFweaWRN5Yx8G47", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705184225327, + "modifiedTime": 1705184225327, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!OuFweaWRN5Yx8G47" +} diff --git a/packs/src/illumination-keys/Sense_Phenomena_sRGvcVPYsC47IeHa.json b/packs/src/illumination-keys/Sense_Phenomena_sRGvcVPYsC47IeHa.json new file mode 100644 index 0000000..905e9d9 --- /dev/null +++ b/packs/src/illumination-keys/Sense_Phenomena_sRGvcVPYsC47IeHa.json @@ -0,0 +1,27 @@ +{ + "folder": "BGIay6gbo6Tkaukq", + "name": "Sense Phenomena", + "type": "IlluminationKey", + "_id": "sRGvcVPYsC47IeHa", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185224334, + "modifiedTime": 1705185224334, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!sRGvcVPYsC47IeHa" +} diff --git a/packs/src/illumination-keys/Slink_lvup5wRFwGSQS3Pv.json b/packs/src/illumination-keys/Slink_lvup5wRFwGSQS3Pv.json new file mode 100644 index 0000000..e87c2e0 --- /dev/null +++ b/packs/src/illumination-keys/Slink_lvup5wRFwGSQS3Pv.json @@ -0,0 +1,19 @@ +{ + "name": "Slink", + "sorting": "a", + "folder": null, + "type": "Item", + "_id": "lvup5wRFwGSQS3Pv", + "sort": 0, + "color": "#4a4a4a", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1706970455915, + "modifiedTime": 1706970469453, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!lvup5wRFwGSQS3Pv" +} diff --git a/packs/src/illumination-keys/Soldier_14cxmuahEG1PHyVk.json b/packs/src/illumination-keys/Soldier_14cxmuahEG1PHyVk.json new file mode 100644 index 0000000..89fb8a7 --- /dev/null +++ b/packs/src/illumination-keys/Soldier_14cxmuahEG1PHyVk.json @@ -0,0 +1,19 @@ +{ + "name": "Soldier", + "sorting": "a", + "folder": "8CK73bdhLj1LQu6s", + "type": "Item", + "_id": "14cxmuahEG1PHyVk", + "sort": 0, + "color": "#df7272", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705184995604, + "modifiedTime": 1706970469453, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!14cxmuahEG1PHyVk" +} diff --git a/packs/src/illumination-keys/Speak_Truth_to_Power_YqGq7NeKIOtUznP7.json b/packs/src/illumination-keys/Speak_Truth_to_Power_YqGq7NeKIOtUznP7.json new file mode 100644 index 0000000..66d0d9f --- /dev/null +++ b/packs/src/illumination-keys/Speak_Truth_to_Power_YqGq7NeKIOtUznP7.json @@ -0,0 +1,27 @@ +{ + "folder": "6Ro3s1yWRxFMGQjO", + "name": "Speak Truth to Power", + "type": "IlluminationKey", + "_id": "YqGq7NeKIOtUznP7", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705184185311, + "modifiedTime": 1705184185311, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!YqGq7NeKIOtUznP7" +} diff --git a/packs/src/illumination-keys/Spot_a_Ruse_mJD7uwqEHIJZP61K.json b/packs/src/illumination-keys/Spot_a_Ruse_mJD7uwqEHIJZP61K.json new file mode 100644 index 0000000..fea2f6e --- /dev/null +++ b/packs/src/illumination-keys/Spot_a_Ruse_mJD7uwqEHIJZP61K.json @@ -0,0 +1,27 @@ +{ + "folder": "UlhFfbdBMRIYpdgK", + "name": "Spot a Ruse", + "type": "IlluminationKey", + "_id": "mJD7uwqEHIJZP61K", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705184218526, + "modifiedTime": 1705184218526, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!mJD7uwqEHIJZP61K" +} diff --git a/packs/src/illumination-keys/Stand_Up_to_Authority_Uk3Si2o1OPqs1itA.json b/packs/src/illumination-keys/Stand_Up_to_Authority_Uk3Si2o1OPqs1itA.json new file mode 100644 index 0000000..c24b147 --- /dev/null +++ b/packs/src/illumination-keys/Stand_Up_to_Authority_Uk3Si2o1OPqs1itA.json @@ -0,0 +1,27 @@ +{ + "folder": "xZhXrPn3xxJSB9qr", + "name": "Stand Up to Authority", + "type": "IlluminationKey", + "_id": "Uk3Si2o1OPqs1itA", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185187417, + "modifiedTime": 1705185187417, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!Uk3Si2o1OPqs1itA" +} diff --git a/packs/src/illumination-keys/Study_an_Artifact_OW1c2Uyz9KPOK0U0.json b/packs/src/illumination-keys/Study_an_Artifact_OW1c2Uyz9KPOK0U0.json new file mode 100644 index 0000000..957452f --- /dev/null +++ b/packs/src/illumination-keys/Study_an_Artifact_OW1c2Uyz9KPOK0U0.json @@ -0,0 +1,27 @@ +{ + "folder": "a8ffmH3E5ytK24M1", + "name": "Study an Artifact", + "type": "IlluminationKey", + "_id": "OW1c2Uyz9KPOK0U0", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185060368, + "modifiedTime": 1705185060368, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!OW1c2Uyz9KPOK0U0" +} diff --git a/packs/src/illumination-keys/Track_a_Target_FNEYQEQif33Jpkay.json b/packs/src/illumination-keys/Track_a_Target_FNEYQEQif33Jpkay.json new file mode 100644 index 0000000..bffa6c0 --- /dev/null +++ b/packs/src/illumination-keys/Track_a_Target_FNEYQEQif33Jpkay.json @@ -0,0 +1,27 @@ +{ + "folder": "NV9ZQial1GS5No3A", + "name": "Track a Target", + "type": "IlluminationKey", + "_id": "FNEYQEQif33Jpkay", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185201378, + "modifiedTime": 1705185201378, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!FNEYQEQif33Jpkay" +} diff --git a/packs/src/illumination-keys/Use_Violence_of_Action_nv9JkLlRWqLFQlIN.json b/packs/src/illumination-keys/Use_Violence_of_Action_nv9JkLlRWqLFQlIN.json new file mode 100644 index 0000000..28d4e86 --- /dev/null +++ b/packs/src/illumination-keys/Use_Violence_of_Action_nv9JkLlRWqLFQlIN.json @@ -0,0 +1,27 @@ +{ + "folder": "14cxmuahEG1PHyVk", + "name": "Use Violence of Action", + "type": "IlluminationKey", + "_id": "nv9JkLlRWqLFQlIN", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "", + "subtype": "" + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "mm1zGnUd8T7aHRjq": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1705185088561, + "modifiedTime": 1705185088561, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!items!nv9JkLlRWqLFQlIN" +} diff --git a/packs/src/illumination-keys/Weird_IK8e5DeK48CPpkBL.json b/packs/src/illumination-keys/Weird_IK8e5DeK48CPpkBL.json new file mode 100644 index 0000000..407f536 --- /dev/null +++ b/packs/src/illumination-keys/Weird_IK8e5DeK48CPpkBL.json @@ -0,0 +1,19 @@ +{ + "name": "Weird", + "sorting": "a", + "folder": null, + "type": "Item", + "_id": "IK8e5DeK48CPpkBL", + "sort": 0, + "color": "#487237", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.4", + "coreVersion": "11.315", + "createdTime": 1706970465171, + "modifiedTime": 1706970469453, + "lastModifiedBy": "mm1zGnUd8T7aHRjq" + }, + "_key": "!folders!IK8e5DeK48CPpkBL" +} diff --git a/packs/src/manual/Manual_9i6CDrRUYNM0VH3V.json b/packs/src/manual/Manual_9i6CDrRUYNM0VH3V.json new file mode 100644 index 0000000..ffa49d3 --- /dev/null +++ b/packs/src/manual/Manual_9i6CDrRUYNM0VH3V.json @@ -0,0 +1,128 @@ +{ + "name": "Manual", + "_id": "9i6CDrRUYNM0VH3V", + "pages": [ + { + "sort": 100000, + "name": "Create a Character", + "type": "text", + "_id": "FhLx708eQRa81VOG", + "title": { + "show": true, + "level": 1 + }, + "image": {}, + "text": { + "format": 1, + "content": "

Welcome!

Your first step is to create a Character for each Player.
In your right sidebar, select the \"Actors\" and click \"Create Actor\".
Select \"Character\" as type.

Right-click the newly created character and select \"Configure Ownership\" to assign the Sheet to the Player's account.

You will now have an empty Character sheet.

Fill in your Name, your pronouns, select a picture and fill in the biography tab.


To add your role, select it from the Roles compendium and drag it onto your Character sheet.
The role should appear on your sheet and it will automatically set your Drives and Resistances.

To add your specialty, select it from the Specialties compendium and drag it onto your character sheet. Make sure your selected specialty matches your role.
The specialty should also appear on your sheet.

Now find select an Ability for your role from the Abilities Compendium. Dragging it on your sheet automatically adds it to your Character.

Currently available roles and specialties from the Core Rulebook:

@UUID[Compendium.candelafvtt.roles.Item.yRu655DeGqPr3LDx]{Face}

@UUID[Compendium.candelafvtt.specialties.Item.KkzfMeBTu16nsNXn]{Magician}

@UUID[Compendium.candelafvtt.specialties.Item.9AEzS86oo6NeyJ56]{Journalist}

@UUID[Compendium.candelafvtt.roles.Item.8WLEndMdbcpu2eEB]{Muscle}

@UUID[Compendium.candelafvtt.specialties.Item.vzjw2VQx8YJyPItl]{Explorer}

@UUID[Compendium.candelafvtt.specialties.Item.3ldycQAUJW7l0OXX]{Soldier}

@UUID[Compendium.candelafvtt.roles.Item.rhZTZB5VSYdyGSL6]{Scholar}

@UUID[Compendium.candelafvtt.specialties.Item.Qhken1plnl053Gl8]{Professor}

@UUID[Compendium.candelafvtt.specialties.Item.Sc3HgSnuu9GT2Svn]{Doctor}

@UUID[Compendium.candelafvtt.roles.Item.So1GECQOMtOqdKmp]{Slink}

@UUID[Compendium.candelafvtt.specialties.Item.QSZMec5lxweOYtOG]{Criminal}

@UUID[Compendium.candelafvtt.specialties.Item.eX5uUjVfP3pQhuBo]{Detective}

@UUID[Compendium.candelafvtt.roles.Item.68t40rapOxnwN9Jp]{Weird}

@UUID[Compendium.candelafvtt.specialties.Item.1jKPw4gD6rzzhqwY]{Occultist}

@UUID[Compendium.candelafvtt.specialties.Item.Hqkp2yGLMvlMSkYQ]{Medium}

", + "markdown": "" + }, + "video": { + "controls": true, + "volume": 0.5 + }, + "src": null, + "system": {}, + "ownership": { + "default": -1, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695163756767, + "modifiedTime": 1701121577690, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!journal.pages!9i6CDrRUYNM0VH3V.FhLx708eQRa81VOG" + }, + { + "sort": 200000, + "name": "Create a Circle", + "type": "text", + "_id": "hvNrI5QxzwmyQYs8", + "title": { + "show": true, + "level": 1 + }, + "image": {}, + "text": { + "format": 1, + "content": "

The next step is to create a Circle.

Ask your Lightkeeper to create it for you, by clicking \"Create Actor\" again, but select \"Circle\" as a type.

I highly recommend to right-click it and \"Configure Ownership\" and give all Players at least Observer permission. This will allow Players to see their Circle.
If you trust your Players, you can also set them as Owners, so everyone can edit the Circle.

Give it a name, a chapter house (if there already is one - this might not be the case for a new circle) and select a color.

Select one starting Ability from the Abilities compendium, by dragging it on the Circle sheet.

As a last step, all Members of that Circle need to drag and drop this Circle on their character sheets, to become members. They will appear in the Members tab of the Circle sheet and resources will be increased, to match the member count.

" + }, + "video": { + "controls": true, + "volume": 0.5 + }, + "src": null, + "system": {}, + "ownership": { + "default": -1, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695163762138, + "modifiedTime": 1695164664101, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!journal.pages!9i6CDrRUYNM0VH3V.hvNrI5QxzwmyQYs8" + }, + { + "sort": 300000, + "name": "Notes", + "type": "text", + "_id": "RMpG7b2TcVwIcuHM", + "title": { + "show": true, + "level": 1 + }, + "image": {}, + "text": { + "format": 1, + "content": "

If you find any bugs, please file an issue on Github.

You can also reach out to me on Discord @ceriath

This system and its content is entirely based on the Candela Obscura Quickstart Guide and the Candela Obscura Core Rulebook by Darrington Press, published under the Darrington Press Community Gaming License.

" + }, + "video": { + "controls": true, + "volume": 0.5 + }, + "src": null, + "system": {}, + "ownership": { + "default": -1, + "DJHzcdBMH1Gduffz": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1701121581942, + "modifiedTime": 1701121593042, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!journal.pages!9i6CDrRUYNM0VH3V.RMpG7b2TcVwIcuHM" + } + ], + "folder": null, + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695163745560, + "modifiedTime": 1701121593042, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!journal!9i6CDrRUYNM0VH3V" +} diff --git a/packs/src/manual/Resources_3BW5sqW9PQCIIySH.json b/packs/src/manual/Resources_3BW5sqW9PQCIIySH.json new file mode 100644 index 0000000..d59ddd3 --- /dev/null +++ b/packs/src/manual/Resources_3BW5sqW9PQCIIySH.json @@ -0,0 +1,58 @@ +{ + "name": "Resources", + "_id": "3BW5sqW9PQCIIySH", + "pages": [ + { + "sort": 100000, + "name": "The Fairelands", + "type": "image", + "_id": "fU3No3XpqVHtQW1M", + "title": { + "show": true, + "level": 1 + }, + "image": { + "caption": "Map of the Fairelands" + }, + "text": { + "format": 1 + }, + "video": { + "controls": true, + "volume": 0.5 + }, + "src": "systems/candelafvtt/img/fairelands-map.jpg", + "system": {}, + "ownership": { + "default": -1, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695164900656, + "modifiedTime": 1695164915191, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!journal.pages!3BW5sqW9PQCIIySH.fU3No3XpqVHtQW1M" + } + ], + "folder": null, + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695164894845, + "modifiedTime": 1695164915191, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!journal!3BW5sqW9PQCIIySH" +} diff --git a/packs/src/roles/Face_yRu655DeGqPr3LDx.json b/packs/src/roles/Face_yRu655DeGqPr3LDx.json new file mode 100644 index 0000000..e9ce51f --- /dev/null +++ b/packs/src/roles/Face_yRu655DeGqPr3LDx.json @@ -0,0 +1,27 @@ +{ + "name": "Face", + "type": "Role", + "_id": "yRu655DeGqPr3LDx", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

The spokesperson, heart, or charismatic member of the group, a Face character is generally a confident individual who is skilled in acting, persuasion, or motivation.

", + "identifier": "face" + }, + "effects": [], + "folder": null, + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079262402, + "modifiedTime": 1701119385020, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!yRu655DeGqPr3LDx" +} diff --git a/packs/src/roles/Muscle_8WLEndMdbcpu2eEB.json b/packs/src/roles/Muscle_8WLEndMdbcpu2eEB.json new file mode 100644 index 0000000..6a4adf6 --- /dev/null +++ b/packs/src/roles/Muscle_8WLEndMdbcpu2eEB.json @@ -0,0 +1,27 @@ +{ + "name": "Muscle", + "type": "Role", + "_id": "8WLEndMdbcpu2eEB", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

The protector, fighter, or daring member of the group, a Muscle is generally an intrepid individual who is skilled in combat, tactics, or physical activities.

", + "identifier": "muscle" + }, + "effects": [], + "folder": null, + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079211643, + "modifiedTime": 1701119436038, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!8WLEndMdbcpu2eEB" +} diff --git a/packs/src/roles/Scholar_rhZTZB5VSYdyGSL6.json b/packs/src/roles/Scholar_rhZTZB5VSYdyGSL6.json new file mode 100644 index 0000000..232c6c3 --- /dev/null +++ b/packs/src/roles/Scholar_rhZTZB5VSYdyGSL6.json @@ -0,0 +1,27 @@ +{ + "name": "Scholar", + "type": "Role", + "_id": "rhZTZB5VSYdyGSL6", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

The studious, logical or intellectual member of the group, a Scholar character is generally an educated individual who is skilled in academics, critical thinking, or technical activities.

", + "identifier": "scholar" + }, + "effects": [], + "folder": null, + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079273750, + "modifiedTime": 1701119579776, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!rhZTZB5VSYdyGSL6" +} diff --git a/packs/src/roles/Slink_So1GECQOMtOqdKmp.json b/packs/src/roles/Slink_So1GECQOMtOqdKmp.json new file mode 100644 index 0000000..b588b30 --- /dev/null +++ b/packs/src/roles/Slink_So1GECQOMtOqdKmp.json @@ -0,0 +1,27 @@ +{ + "name": "Slink", + "type": "Role", + "_id": "So1GECQOMtOqdKmp", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

The streetsmart, roguish, or nefarious member of the group, a Slink character is generally a subversive and clever individual who is skilled in crime, the underworld, or clandestine activities.

", + "identifier": "slink" + }, + "effects": [], + "folder": null, + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079285285, + "modifiedTime": 1701119729258, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!So1GECQOMtOqdKmp" +} diff --git a/packs/src/roles/Weird_68t40rapOxnwN9Jp.json b/packs/src/roles/Weird_68t40rapOxnwN9Jp.json new file mode 100644 index 0000000..6e28be0 --- /dev/null +++ b/packs/src/roles/Weird_68t40rapOxnwN9Jp.json @@ -0,0 +1,27 @@ +{ + "name": "Weird", + "type": "Role", + "_id": "68t40rapOxnwN9Jp", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

The arcane, magickal, or supernatural member of the group, a Weird character is generally connected to the occult and skilled in enigmatic lore, psychic abilities, and understanding thinnings.

", + "identifier": "weird" + }, + "effects": [], + "folder": null, + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079293940, + "modifiedTime": 1701119919574, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!68t40rapOxnwN9Jp" +} diff --git a/packs/src/specialties/Criminal_QSZMec5lxweOYtOG.json b/packs/src/specialties/Criminal_QSZMec5lxweOYtOG.json new file mode 100644 index 0000000..cfdc59c --- /dev/null +++ b/packs/src/specialties/Criminal_QSZMec5lxweOYtOG.json @@ -0,0 +1,50 @@ +{ + "folder": "SROyf6IfgUWooT9v", + "name": "Criminal", + "type": "Specialty", + "_id": "QSZMec5lxweOYtOG", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You are an accomplished outlaw who knows how to operate successfully in the underworld. Your primary drive is Cunning, and your abilities are focused on street connections and nefarious activities.

", + "identifier": "criminal", + "roleIdentifier": "slink", + "drives": { + "nerve": 1, + "cunning": 2, + "intuition": 0 + }, + "actionRatings": { + "nerve": { + "move": 0, + "strike": 0, + "control": 1 + }, + "cunning": { + "sway": 0, + "read": 0, + "hide": 2 + }, + "intuition": { + "survey": 1, + "focus": 1, + "sense": 0 + } + } + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079512173, + "modifiedTime": 1701119780382, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!QSZMec5lxweOYtOG" +} diff --git a/packs/src/specialties/Detective_eX5uUjVfP3pQhuBo.json b/packs/src/specialties/Detective_eX5uUjVfP3pQhuBo.json new file mode 100644 index 0000000..2225909 --- /dev/null +++ b/packs/src/specialties/Detective_eX5uUjVfP3pQhuBo.json @@ -0,0 +1,50 @@ +{ + "folder": "SROyf6IfgUWooT9v", + "name": "Detective", + "type": "Specialty", + "_id": "eX5uUjVfP3pQhuBo", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You are an experienced investigator who has an outside perspective on the ins and outs of the criminal world. Your primary drive is Nerve, and your abilities are focused on uncovering the truth and stopping malefactors.

", + "identifier": "detective", + "roleIdentifier": "slink", + "drives": { + "nerve": 2, + "cunning": 1, + "intuition": 0 + }, + "actionRatings": { + "nerve": { + "move": 0, + "strike": 0, + "control": 0 + }, + "cunning": { + "sway": 0, + "read": 2, + "hide": 0 + }, + "intuition": { + "survey": 1, + "focus": 0, + "sense": 2 + } + } + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079525441, + "modifiedTime": 1701119841915, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!eX5uUjVfP3pQhuBo" +} diff --git a/packs/src/specialties/Doctor_Sc3HgSnuu9GT2Svn.json b/packs/src/specialties/Doctor_Sc3HgSnuu9GT2Svn.json new file mode 100644 index 0000000..9362ec3 --- /dev/null +++ b/packs/src/specialties/Doctor_Sc3HgSnuu9GT2Svn.json @@ -0,0 +1,50 @@ +{ + "folder": "602ycd03tDxYTFsE", + "name": "Doctor", + "type": "Specialty", + "_id": "Sc3HgSnuu9GT2Svn", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You are a skilled physician who knows how to conduct medical procedures. Your primary drive is Intuition, and your abilities are focused on anatomy and healing.

", + "identifier": "doctor", + "roleIdentifier": "scholar", + "drives": { + "nerve": 0, + "cunning": 0, + "intuition": 3 + }, + "actionRatings": { + "nerve": { + "move": 0, + "strike": 0, + "control": 1 + }, + "cunning": { + "sway": 0, + "read": 1, + "hide": 0 + }, + "intuition": { + "survey": 1, + "focus": 2, + "sense": 0 + } + } + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079480462, + "modifiedTime": 1701119619948, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!Sc3HgSnuu9GT2Svn" +} diff --git a/packs/src/specialties/Explorer_vzjw2VQx8YJyPItl.json b/packs/src/specialties/Explorer_vzjw2VQx8YJyPItl.json new file mode 100644 index 0000000..cc2ec35 --- /dev/null +++ b/packs/src/specialties/Explorer_vzjw2VQx8YJyPItl.json @@ -0,0 +1,50 @@ +{ + "folder": "XRhynMLdMqNytIDE", + "name": "Explorer", + "type": "Specialty", + "_id": "vzjw2VQx8YJyPItl", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You are a fearless daredevil who knows how to navigate difficult and dangerous environments. Your primary drive is Never, and you abilities are focused on endurance and confronting danger.

", + "identifier": "explorer", + "roleIdentifier": "muscle", + "drives": { + "nerve": 3, + "cunning": 0, + "intuition": 0 + }, + "actionRatings": { + "nerve": { + "move": 1, + "strike": 2, + "control": 0 + }, + "cunning": { + "sway": 0, + "read": 0, + "hide": 0 + }, + "intuition": { + "survey": 1, + "focus": 1, + "sense": 0 + } + } + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079434641, + "modifiedTime": 1701119488878, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!vzjw2VQx8YJyPItl" +} diff --git a/packs/src/specialties/Face_8gvVtgiYS5BmrPLV.json b/packs/src/specialties/Face_8gvVtgiYS5BmrPLV.json new file mode 100644 index 0000000..316105a --- /dev/null +++ b/packs/src/specialties/Face_8gvVtgiYS5BmrPLV.json @@ -0,0 +1,19 @@ +{ + "name": "Face", + "sorting": "a", + "folder": null, + "type": "Item", + "_id": "8gvVtgiYS5BmrPLV", + "sort": 0, + "color": "#55a5a4", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079394983, + "modifiedTime": 1695079575219, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!folders!8gvVtgiYS5BmrPLV" +} diff --git a/packs/src/specialties/Journalist_9AEzS86oo6NeyJ56.json b/packs/src/specialties/Journalist_9AEzS86oo6NeyJ56.json new file mode 100644 index 0000000..c5da117 --- /dev/null +++ b/packs/src/specialties/Journalist_9AEzS86oo6NeyJ56.json @@ -0,0 +1,50 @@ +{ + "name": "Journalist", + "type": "Specialty", + "_id": "9AEzS86oo6NeyJ56", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You are a bold investigator who knows how to get to the bottom of things. Your primary drive is Cunning, and your abilities are focused on collecting and assessing information.

", + "identifier": "journalist", + "roleIdentifier": "face", + "drives": { + "nerve": 0, + "cunning": 3, + "intuition": 0 + }, + "actionRatings": { + "nerve": { + "move": 0, + "strike": 0, + "control": 0 + }, + "cunning": { + "sway": 0, + "read": 1, + "hide": 0 + }, + "intuition": { + "survey": 2, + "focus": 1, + "sense": 1 + } + } + }, + "effects": [], + "folder": "8gvVtgiYS5BmrPLV", + "sort": 100000, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079311080, + "modifiedTime": 1701119288942, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!9AEzS86oo6NeyJ56" +} diff --git a/packs/src/specialties/Magician_KkzfMeBTu16nsNXn.json b/packs/src/specialties/Magician_KkzfMeBTu16nsNXn.json new file mode 100644 index 0000000..6cc9a0e --- /dev/null +++ b/packs/src/specialties/Magician_KkzfMeBTu16nsNXn.json @@ -0,0 +1,50 @@ +{ + "folder": "8gvVtgiYS5BmrPLV", + "name": "Magician", + "type": "Specialty", + "_id": "KkzfMeBTu16nsNXn", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You are a talented entertainer who knows how to deflect attention and create illusions. Your primary drive is Intuition, and your abilities are focused on performing and detecting tricks.

", + "identifier": "magician", + "roleIdentifier": "face", + "drives": { + "nerve": 0, + "cunning": 1, + "intuition": 2 + }, + "actionRatings": { + "nerve": { + "move": 0, + "strike": 0, + "control": 0 + }, + "cunning": { + "sway": 2, + "read": 1, + "hide": 1 + }, + "intuition": { + "survey": 0, + "focus": 1, + "sense": 0 + } + } + }, + "effects": [], + "sort": 200000, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079409633, + "modifiedTime": 1701119338123, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!KkzfMeBTu16nsNXn" +} diff --git a/packs/src/specialties/Medium_Hqkp2yGLMvlMSkYQ.json b/packs/src/specialties/Medium_Hqkp2yGLMvlMSkYQ.json new file mode 100644 index 0000000..f2aa3b3 --- /dev/null +++ b/packs/src/specialties/Medium_Hqkp2yGLMvlMSkYQ.json @@ -0,0 +1,50 @@ +{ + "folder": "fsrsFmBM6zpJ6t8t", + "name": "Medium", + "type": "Specialty", + "_id": "Hqkp2yGLMvlMSkYQ", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You are an adept psychic who knows how to commune with the otherworldly. Your primary drive is Intuition, and your abilities are focused on divination and connecting with spirits.

", + "identifier": "medium", + "roleIdentifier": "weird", + "drives": { + "nerve": 0, + "cunning": 1, + "intuition": 2 + }, + "actionRatings": { + "nerve": { + "move": 0, + "strike": 0, + "control": 0 + }, + "cunning": { + "sway": 0, + "read": 2, + "hide": 0 + }, + "intuition": { + "survey": 1, + "focus": 0, + "sense": 2 + } + } + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079544151, + "modifiedTime": 1701119965512, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!Hqkp2yGLMvlMSkYQ" +} diff --git a/packs/src/specialties/Muscle_XRhynMLdMqNytIDE.json b/packs/src/specialties/Muscle_XRhynMLdMqNytIDE.json new file mode 100644 index 0000000..ecb9d2f --- /dev/null +++ b/packs/src/specialties/Muscle_XRhynMLdMqNytIDE.json @@ -0,0 +1,19 @@ +{ + "name": "Muscle", + "sorting": "a", + "folder": null, + "type": "Item", + "_id": "XRhynMLdMqNytIDE", + "sort": 0, + "color": "#af3131", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079426054, + "modifiedTime": 1695079580357, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!folders!XRhynMLdMqNytIDE" +} diff --git a/packs/src/specialties/Occultist_1jKPw4gD6rzzhqwY.json b/packs/src/specialties/Occultist_1jKPw4gD6rzzhqwY.json new file mode 100644 index 0000000..ec438be --- /dev/null +++ b/packs/src/specialties/Occultist_1jKPw4gD6rzzhqwY.json @@ -0,0 +1,50 @@ +{ + "folder": "fsrsFmBM6zpJ6t8t", + "name": "Occultist", + "type": "Specialty", + "_id": "1jKPw4gD6rzzhqwY", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You are a highly studied practitioner of the mythic arts who has a fundamental knowledge of the supernatural. Your primary drive is Intuition, and your abilities are focused on ritual and knowledge of the arcane.

", + "identifier": "occultist", + "roleIdentifier": "weird", + "drives": { + "nerve": 0, + "cunning": 0, + "intuition": 3 + }, + "actionRatings": { + "nerve": { + "move": 0, + "strike": 0, + "control": 1 + }, + "cunning": { + "sway": 0, + "read": 1, + "hide": 0 + }, + "intuition": { + "survey": 0, + "focus": 1, + "sense": 2 + } + } + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079558898, + "modifiedTime": 1701120040248, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!1jKPw4gD6rzzhqwY" +} diff --git a/packs/src/specialties/Professor_Qhken1plnl053Gl8.json b/packs/src/specialties/Professor_Qhken1plnl053Gl8.json new file mode 100644 index 0000000..c62fb4b --- /dev/null +++ b/packs/src/specialties/Professor_Qhken1plnl053Gl8.json @@ -0,0 +1,50 @@ +{ + "folder": "602ycd03tDxYTFsE", + "name": "Professor", + "type": "Specialty", + "_id": "Qhken1plnl053Gl8", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You are a professional academic who knows a great deal about your chosen field of study. Your primary drive is Cunning, and your abilities are focused on critical thinking and leveraging your expertise.

", + "identifier": "professor", + "roleIdentifier": "scholar", + "drives": { + "nerve": 0, + "cunning": 2, + "intuition": 1 + }, + "actionRatings": { + "nerve": { + "move": 0, + "strike": 0, + "control": 0 + }, + "cunning": { + "sway": 1, + "read": 0, + "hide": 0 + }, + "intuition": { + "survey": 2, + "focus": 2, + "sense": 0 + } + } + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079493906, + "modifiedTime": 1701119663641, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!Qhken1plnl053Gl8" +} diff --git a/packs/src/specialties/Scholar_602ycd03tDxYTFsE.json b/packs/src/specialties/Scholar_602ycd03tDxYTFsE.json new file mode 100644 index 0000000..11953bc --- /dev/null +++ b/packs/src/specialties/Scholar_602ycd03tDxYTFsE.json @@ -0,0 +1,19 @@ +{ + "name": "Scholar", + "sorting": "a", + "folder": null, + "type": "Item", + "_id": "602ycd03tDxYTFsE", + "sort": 0, + "color": "#4b4fb9", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079460294, + "modifiedTime": 1695079586055, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!folders!602ycd03tDxYTFsE" +} diff --git a/packs/src/specialties/Slink_SROyf6IfgUWooT9v.json b/packs/src/specialties/Slink_SROyf6IfgUWooT9v.json new file mode 100644 index 0000000..075474a --- /dev/null +++ b/packs/src/specialties/Slink_SROyf6IfgUWooT9v.json @@ -0,0 +1,19 @@ +{ + "name": "Slink", + "sorting": "a", + "folder": null, + "type": "Item", + "_id": "SROyf6IfgUWooT9v", + "sort": 0, + "color": "#4a4a4a", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079505864, + "modifiedTime": 1695079591785, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!folders!SROyf6IfgUWooT9v" +} diff --git a/packs/src/specialties/Soldier_3ldycQAUJW7l0OXX.json b/packs/src/specialties/Soldier_3ldycQAUJW7l0OXX.json new file mode 100644 index 0000000..74169a2 --- /dev/null +++ b/packs/src/specialties/Soldier_3ldycQAUJW7l0OXX.json @@ -0,0 +1,50 @@ +{ + "folder": "XRhynMLdMqNytIDE", + "name": "Soldier", + "type": "Specialty", + "_id": "3ldycQAUJW7l0OXX", + "img": "icons/svg/item-bag.svg", + "system": { + "description": "

You are a trained warrior who knows how to fight and make tactical decisions. Your primary drive is Intuition, and your abilities are focused on combat strategy and discipline.

", + "identifier": "soldier", + "roleIdentifier": "muscle", + "drives": { + "nerve": 1, + "cunning": 0, + "intuition": 2 + }, + "actionRatings": { + "nerve": { + "move": 2, + "strike": 2, + "control": 1 + }, + "cunning": { + "sway": 0, + "read": 0, + "hide": 0 + }, + "intuition": { + "survey": 0, + "focus": 0, + "sense": 0 + } + } + }, + "effects": [], + "sort": 0, + "ownership": { + "default": 0, + "Nh71YScXMKI1zIQp": 3 + }, + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.315", + "createdTime": 1695079447576, + "modifiedTime": 1701119528516, + "lastModifiedBy": "DJHzcdBMH1Gduffz" + }, + "_key": "!items!3ldycQAUJW7l0OXX" +} diff --git a/packs/src/specialties/Weird_fsrsFmBM6zpJ6t8t.json b/packs/src/specialties/Weird_fsrsFmBM6zpJ6t8t.json new file mode 100644 index 0000000..ea20e26 --- /dev/null +++ b/packs/src/specialties/Weird_fsrsFmBM6zpJ6t8t.json @@ -0,0 +1,19 @@ +{ + "name": "Weird", + "sorting": "a", + "folder": null, + "type": "Item", + "_id": "fsrsFmBM6zpJ6t8t", + "sort": 0, + "color": "#487237", + "flags": {}, + "_stats": { + "systemId": "candelafvtt", + "systemVersion": "0.0.1", + "coreVersion": "11.308", + "createdTime": 1695079534418, + "modifiedTime": 1695079599208, + "lastModifiedBy": "Nh71YScXMKI1zIQp" + }, + "_key": "!folders!fsrsFmBM6zpJ6t8t" +} diff --git a/screenshots/character-abilities.png b/screenshots/character-abilities.png new file mode 100644 index 0000000..1005938 Binary files /dev/null and b/screenshots/character-abilities.png differ diff --git a/screenshots/character-actions.png b/screenshots/character-actions.png new file mode 100644 index 0000000..a89efe8 Binary files /dev/null and b/screenshots/character-actions.png differ diff --git a/screenshots/character-biography.png b/screenshots/character-biography.png new file mode 100644 index 0000000..27070b8 Binary files /dev/null and b/screenshots/character-biography.png differ diff --git a/screenshots/character-gear.png b/screenshots/character-gear.png new file mode 100644 index 0000000..3678830 Binary files /dev/null and b/screenshots/character-gear.png differ diff --git a/screenshots/circle-abilities.png b/screenshots/circle-abilities.png new file mode 100644 index 0000000..1163b9c Binary files /dev/null and b/screenshots/circle-abilities.png differ diff --git a/screenshots/circle-illumination.png b/screenshots/circle-illumination.png new file mode 100644 index 0000000..c527b2f Binary files /dev/null and b/screenshots/circle-illumination.png differ diff --git a/screenshots/circle-members.png b/screenshots/circle-members.png new file mode 100644 index 0000000..3444b2e Binary files /dev/null and b/screenshots/circle-members.png differ diff --git a/screenshots/compendia-abilities.png b/screenshots/compendia-abilities.png new file mode 100644 index 0000000..fc643aa Binary files /dev/null and b/screenshots/compendia-abilities.png differ diff --git a/screenshots/roll.png b/screenshots/roll.png new file mode 100644 index 0000000..5ee0191 Binary files /dev/null and b/screenshots/roll.png differ diff --git a/scss/candelafvtt.scss b/scss/candelafvtt.scss new file mode 100644 index 0000000..1f8b53f --- /dev/null +++ b/scss/candelafvtt.scss @@ -0,0 +1,24 @@ +@use "sass:math"; + +// Add custom fonts by visiting and search https://fonts.google.com +@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"); + +// Import utilities. +@import "utils/typography"; +@import "utils/colors"; +@import "utils/mixins"; +@import "utils/variables"; + +/* Global styles */ +@import "global/window"; +@import "global/grid"; +@import "global/flex"; + +/* Styles limited to candelafvtt sheets */ +.candelafvtt { + @import "components/forms"; + @import "components/resource"; + @import "components/items"; + @import "components/effects"; + @import "components/circle"; +} diff --git a/scss/components/_circle.scss b/scss/components/_circle.scss new file mode 100644 index 0000000..490fb2e --- /dev/null +++ b/scss/components/_circle.scss @@ -0,0 +1,263 @@ +.circle-illumination-container { + //@include on-circle($item-count: 25, $circle-size: 20em, $item-size: 2em); + @include circle-blackmagic(); + margin: 5em auto 0; + + img { + display: block; + max-width: 100%; + border-radius: 50%; + filter: grayscale(100%); + transition: 0.15s; + + &:hover, + &:active { + filter: grayscale(0); + } + } +} + +.container { + width: 50%; + height: auto; + margin: 2em auto 0; +} + +.circle-container { + position: relative; + width: 100%; + height: 0; + padding: 0 0 100% 0; // To make it a square. + margin: 0; + border-radius: 50%; + list-style: none; +} + +.circular { + @include circle-blackmagic(); +} + +.illumination-description { + text-align: center; + margin-top: 8px; + margin-right: 10px; +} + +.illumination button:hover, +button:focus { + box-shadow: 0 0 10px #ffde00; + + &:nth-of-type(7n) { + box-shadow: 0 0 10px #ce4420; + } +} + +.illumination-point { + display: block; + max-width: 100%; + transition: 0.15s; + border-radius: 50%; + border: 2px solid darkgray; + appearance: none; + -webkit-appearance: none; + outline: none; + background-color: darkgray; + cursor: pointer; + + &:nth-of-type(7n) { + background-color: gray; + border: 2px solid gray; + } +} + +.illumination-point-selected { + animation: 6s illuminate infinite; + background-color: #ffde00; + border: 2px solid #ffde00; + + &:nth-of-type(7n) { + background-color: #ce4420; + border: 2px solid #ce4420; + animation: 6s illuminate-milestone infinite; + } +} + +.illumination-center-candle { + height: 30%; + border: none; + @include centerer; +} + +@keyframes illuminate { + 0% { + box-shadow: 0 0 15px -5px transparent; + } + + 50% { + box-shadow: 0 0 5px 2px #ffde00; + } + + 100% { + box-shadow: 0 0 15px -5px transparent; + } +} + +@keyframes illuminate-milestone { + 0% { + box-shadow: 0 0 15px -5px transparent; + } + + 50% { + box-shadow: 0 0 15px 5px #ce4420; + } + + 100% { + box-shadow: 0 0 15px -5px transparent; + } +} + +.circle-abilities { + margin: 8px; +} + +.circle-ability-description { + margin-top: 1%; +} + +.circle-ability-description-text { + margin-left: 30px; + display: flex; +} + +.illumination-flame { + border: none; +} + +.illumination-flame-gray { + border: none; + filter: grayscale(1); +} + +.illumination-reset { + cursor: pointer; +} + +.action-checkbox { + caret-color: transparent; + display: block; + + /* Hide the browser's default checkbox */ + input { + display: none; + } + + /* Hide the checked checkbox */ + .img-checked { + display: none; + border: none; + max-width: 20px; + cursor: pointer; + float: left; + } + + /* Hide the checked checkbox */ + .img-unchecked { + filter: grayscale(1); + border: none; + max-width: 20px; + cursor: pointer; + float: left; + } + + /* If checked, show the checked image */ + input:checked ~ .img-checked { + display: inline; + } + + /* If checked, hide the unchecked image */ + input:checked ~ .-img-unchecked { + display: none; + } +} + +.action-checkbox-icon { + cursor: default; + caret-color: transparent; + display: flex; + align-items: center; + text-align: center; + margin-left: 25%; +} + +.action-checkbox-icon > input { + appearance: none; + font-family: "Font Awesome 5 Free"; + font-size: 21px; + cursor: pointer; + &::before { + display: inline-block; + content: "\f3a5"; + font-weight: 400; + text-shadow: 0 0 5px goldenrod; + } + + &:checked::before { + content: "\f3a5"; + font-weight: 900; + color: goldenrod; + text-shadow: 0 0 10px gold; + } +} + +.gear-description { + margin-left: 20px; +} + +.circle-abilities-description { + margin: 8px; +} + +.circle-link { + border: none; + padding: unset; + text-shadow: 3px 3px 8px; + text-align: center; + font-size: 1.5em; + background: none; + filter: saturate(1.0); + color: var(--color-shadow-primary); + + :hover { + // text-shadow: 8px 8px 8px; + filter: saturate(2.5); + } +} +.circle-color-wrapper{ + input[name="system.color"] { + display: none; + } + + input[type="color"] { + margin-right: unset; + margin-left: unset; + width: 100%; + background: rgba(0 0 0 / 0.05); + border: 1px solid var(--color-border-light-tertiary); + border-radius: 3px; + } +} + +.sheet-header .actor-header-left { + flex: none; + margin: 5px; +} + +.chapterhouse { + align-self: center; +} + +.biography nav.bio-tabs { + background: rgba(0 0 0 / 0.05); + // margin-top: -7px; + padding: 5px; +} \ No newline at end of file diff --git a/scss/components/_effects.scss b/scss/components/_effects.scss new file mode 100644 index 0000000..4c3b2c7 --- /dev/null +++ b/scss/components/_effects.scss @@ -0,0 +1,14 @@ +.effects .item { + .effect-source, + .effect-duration, + .effect-controls { + text-align: center; + border-left: 1px solid #c9c7b8; + border-right: 1px solid #c9c7b8; + font-size: 12px; + } + + .effect-controls { + border: none; + } +} diff --git a/scss/components/_forms.scss b/scss/components/_forms.scss new file mode 100644 index 0000000..80594bd --- /dev/null +++ b/scss/components/_forms.scss @@ -0,0 +1,83 @@ +.item-form { + font-family: $font-primary; +} + +.sheet-header { + flex: 0 auto; + overflow: hidden; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: flex-start; + margin-bottom: 10px; + + .profile-img { + flex: 0 0 100px; + height: 100px; + margin-right: 10px; + } + + .header-fields { + flex: 1; + } + + h1.charname { + height: 50px; + padding: 0px; + margin: 5px 0; + border-bottom: 0; + input { + width: 100%; + height: 100%; + margin: 0; + } + } +} + +.sheet-tabs, .bio-tabs { + flex: 0; +} + +.sheet-body, +.bio-body, +.sheet-body .tab, +.bio-body .tab { + height: 100%; + // margin-top: 8px +} + +.tox { + .tox-editor-container { + background: $c-white; + } + + .tox-edit-area { + padding: 0 8px; + } +} + +.roll-dialog .roll-label .description { + font-size: smaller; +} + +.actioncategory-value{ + width: 24px; + text-align: center; + height: auto; +} + +.actions-list{ + margin: 0; + text-align: center; + padding: 0; +} + + +// .prosemirror-editor { +// min-height: 2rem; +// } + +// .editor-container { +// min-height: 3rem; +// max-height: 8rem; +// } \ No newline at end of file diff --git a/scss/components/_items.scss b/scss/components/_items.scss new file mode 100644 index 0000000..d58b1af --- /dev/null +++ b/scss/components/_items.scss @@ -0,0 +1,153 @@ +// Section Header +.items-header { + height: 28px; + margin: 2px 0; + padding: 0; + align-items: center; + background: rgba(0, 0, 0, 0.05); + border: $border-groove; + font-weight: bold; + > * { + font-size: 14px; + text-align: center; + } + .item-name { + font-weight: bold; + padding-left: 5px; + text-align: left; + display: flex; + // font-size: 16px; + } +} + +/* ----------------------------------------- */ +/* Items Lists */ +/* ----------------------------------------- */ + +.items-list { + list-style: none; + margin: 0; + padding: 0; + overflow-y: auto; + scrollbar-width: thin; + color: $c-tan; + + // Child lists + .item-list { + list-style: none; + margin: 0; + padding: 0; + } + + // Item Name + .item-name { + flex: 6; + margin: 0; + overflow: hidden; + font-size: 13px; + text-align: left; + align-items: center; + display: flex; + h3, + h4 { + margin: 0; + white-space: nowrap; + overflow-x: hidden; + } + } + + // Control Buttons + .item-controls { + display: flex; + flex: 0 0 auto; + justify-content: flex-end; + a { + font-size: 12px; + text-align: center; + margin: 0 6px; + } + } + + .item-equipped { + cursor: default; + caret-color: transparent; + align-items: center; + text-align: center; + } + + .item-equipped > input { + appearance: none; + font-family: "Font Awesome 5 Free"; + font-size: 21px; + cursor: pointer; + &::before { + content: "\f0e9"; + font-weight: 400; + color: green; + } + + &:checked::before { + content: "\f0e9"; + font-weight: 900; + color: darkgreen; + } + } + + // Individual Item + .item { + align-items: center; + padding: 0 2px; // to align with the header border + border-bottom: 1px solid $c-faint; + &:last-child { + border-bottom: none; + } + .item-name { + color: $c-dark; + .item-image { + flex: 0 0 30px; + height: 30px; + background-size: 30px; + border: none; + margin-right: 5px; + } + } + } + + .item-prop { + text-align: center; + border-left: 1px solid #c9c7b8; + border-right: 1px solid #c9c7b8; + font-size: 12px; + } + + // Section Header + .items-header { + height: 28px; + margin: 2px 0; + padding: 0; + align-items: center; + background: rgba(0, 0, 0, 0.05); + border: $border-groove; + font-weight: bold; + > * { + font-size: 12px; + text-align: center; + } + .items-header-name { + padding-left: 5px; + text-align: left; + // font-size: 16px; + } + .items-header-equipped { + padding-left: 5px; + text-align: left; + // font-size: 16px; + } + } +} + +/* Example style for Candelafvtt (can be removed if not needed) */ +.item-formula { + flex: 0 0 200px; + padding: 0 8px; +} diff --git a/scss/components/_resource.scss b/scss/components/_resource.scss new file mode 100644 index 0000000..fb27a82 --- /dev/null +++ b/scss/components/_resource.scss @@ -0,0 +1,35 @@ +.resource-label { + font-weight: bold; +} + +// .bio { +// height: 50%; +// max-height: 50%; +// } + +.biography-content { + border-bottom: 1px solid #c9c7b8; + max-height: 25%; + min-height: 10%; + overflow: overlay; +} + +.role, +.specialty { + text-align: center; + font-size: 1.25em; + margin-right: 10px; +} + +.dice-tooltip .dice-rolls .roll.mixed { + color: #946500; + filter: sepia(0.5) hue-rotate(345deg); +} + +.mark-content, .resource-content { + align-items: center; +} + +.action { + align-items: center; +} \ No newline at end of file diff --git a/scss/global/_flex.scss b/scss/global/_flex.scss new file mode 100644 index 0000000..c4823c6 --- /dev/null +++ b/scss/global/_flex.scss @@ -0,0 +1,54 @@ +// Flexbox. +.flex-group-center, +.flex-group-left, +.flex-group-right { + justify-content: center; + align-items: center; + text-align: center; +} + +.flex-group-left { + justify-content: flex-start; + text-align: left; +} + +.flex-group-right { + justify-content: flex-end; + text-align: right; +} + +.flexshrink { + flex: 0; +} + +.flex-between { + justify-content: space-between; +} + +.flexlarge { + flex: 2; +} + +// Alignment styles. +.align-left { + justify-content: flex-start; + text-align: left; +} + +.align-right { + justify-content: flex-end; + text-align: right; +} + +.align-center { + justify-content: center; + text-align: center; +} + +.bold { + font-weight: 700; +} + +.italic { + font-style: italic; +} \ No newline at end of file diff --git a/scss/global/_grid.scss b/scss/global/_grid.scss new file mode 100644 index 0000000..273b801 --- /dev/null +++ b/scss/global/_grid.scss @@ -0,0 +1,129 @@ +// Grid. +.grid, +.grid-2col { + display: grid; + grid-column: span 2 / span 2; + grid-template-columns: repeat(2, minmax(0, 1fr)); + gap: 10px; + margin: 10px 0; + padding: 0; +} + +.grid-3col { + grid-column: span 3 / span 3; + grid-template-columns: repeat(3, minmax(0, 1fr)); +} + +.grid-4col { + grid-column: span 4 / span 4; + grid-template-columns: repeat(4, minmax(0, 1fr)); +} + +.grid-5col { + grid-column: span 5 / span 5; + grid-template-columns: repeat(5, minmax(0, 1fr)); +} + +.grid-6col { + grid-column: span 6 / span 6; + grid-template-columns: repeat(6, minmax(0, 1fr)); +} + +.grid-7col { + grid-column: span 7 / span 7; + grid-template-columns: repeat(7, minmax(0, 1fr)); +} + +.grid-8col { + grid-column: span 8 / span 8; + grid-template-columns: repeat(8, minmax(0, 1fr)); +} + +.grid-9col { + grid-column: span 9 / span 9; + grid-template-columns: repeat(9, minmax(0, 1fr)); +} + +.grid-10col { + grid-column: span 10 / span 10; + grid-template-columns: repeat(10, minmax(0, 1fr)); +} + +.grid-11col { + grid-column: span 11 / span 11; + grid-template-columns: repeat(11, minmax(0, 1fr)); +} + +.grid-12col { + grid-column: span 12 / span 12; + grid-template-columns: repeat(12, minmax(0, 1fr)); +} + +// Grid offset. +.grid-start-2 { + grid-column-start: 2; +} +.grid-start-3 { + grid-column-start: 3; +} +.grid-start-4 { + grid-column-start: 4; +} +.grid-start-5 { + grid-column-start: 5; +} +.grid-start-6 { + grid-column-start: 6; +} +.grid-start-7 { + grid-column-start: 7; +} +.grid-start-8 { + grid-column-start: 8; +} +.grid-start-9 { + grid-column-start: 9; +} +.grid-start-10 { + grid-column-start: 10; +} +.grid-start-11 { + grid-column-start: 11; +} +.grid-start-12 { + grid-column-start: 12; +} + +.grid-span-2 { + grid-column-end: span 2; +} +.grid-span-3 { + grid-column-end: span 3; +} +.grid-span-4 { + grid-column-end: span 4; +} +.grid-span-5 { + grid-column-end: span 5; +} +.grid-span-6 { + grid-column-end: span 6; +} +.grid-span-7 { + grid-column-end: span 7; +} +.grid-span-8 { + grid-column-end: span 8; +} +.grid-span-9 { + grid-column-end: span 9; +} +.grid-span-10 { + grid-column-end: span 10; +} +.grid-span-11 { + grid-column-end: span 11; +} +.grid-span-12 { + grid-column-end: span 12; +} diff --git a/scss/global/_window.scss b/scss/global/_window.scss new file mode 100644 index 0000000..45fed8b --- /dev/null +++ b/scss/global/_window.scss @@ -0,0 +1,32 @@ +.window-app { + font-family: $font-primary; +} + +.rollable { + &:hover, + &:focus { + color: #000; + text-shadow: 0 0 10px var(--color-shadow-primary); + cursor: pointer; + } +} + +.sheet .editor-content { + margin-left: 10px; +} + +.prosemirror .editor-container .editor-content { + margin: 5px; + position: initial; + height: 100%; +} + +.editor { + height: 100%; +} + +.biography nav.bio-tabs { + margin: 4px 0; + border-top: 1px solid var(--color-border-light-primary); + border-bottom: 1px solid var(--color-border-light-primary); +} \ No newline at end of file diff --git a/scss/utils/_colors.scss b/scss/utils/_colors.scss new file mode 100644 index 0000000..372a80e --- /dev/null +++ b/scss/utils/_colors.scss @@ -0,0 +1,7 @@ +$c-white: #fff; +$c-black: #000; + +$c-dark: #191813; +$c-faint: #c9c7b8; +$c-beige: #b5b3a4; +$c-tan: #444; diff --git a/scss/utils/_mixins.scss b/scss/utils/_mixins.scss new file mode 100644 index 0000000..f857797 --- /dev/null +++ b/scss/utils/_mixins.scss @@ -0,0 +1,109 @@ +@mixin element-invisible { + position: absolute; + + width: 1px; + height: 1px; + margin: -1px; + border: 0; + padding: 0; + + clip: rect(0 0 0 0); + overflow: hidden; +} + +@mixin hide { + display: none; +} + +@mixin centerer { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +/// Mixin to place items on a circle +/// @author Kitty Giraudel +/// @author Ana Tudor +/// @param {Integer} $item-count - Number of items on the circle +/// @param {Length} $circle-size - Large circle size +/// @param {Length} $item-size - Single item size +@mixin on-circle-old($item-count, $circle-size, $item-size) { + position: relative; + width: $circle-size; + height: $circle-size; + padding: 0; + border-radius: 50%; + list-style: none; + + > * { + display: block; + position: absolute; + top: 50%; + left: 50%; + width: $item-size; + height: $item-size; + margin: -($item-size / 2); + + $angle: (360 / $item-count); + $rot: 0; + + @for $i from 1 through $item-count { + &:nth-of-type(#{$i}) { + transform: rotate($rot * 1deg) translate($circle-size / 2) rotate($rot * -1deg); + } + + $rot: $rot + $angle; + } + } +} + +/// Mixin to place items on a circle responsively +/// $author Sơn Trần-Nguyễn +/// $author Hugo Giraudel +/// $author Ana Tudor +/// $param {percentage} [$item-size=20%] - Size of a single item as percentage of the circle. +/// $param {integer} [$max-items=8] - Max number of items to be placed on the circle +@mixin circle-blackmagic($item-size: 10%, $max-items: 32) { + $radius: math.div(100% * 50%, $item-size) + $item-size; + + & > * { + display: block; + position: absolute; + // Move the items to center of the listing. + top: 50%; + left: 50%; + width: $item-size; + height: $item-size; + // Offset half the size so they are truly centered. + // Usually we use negative translation with transform, + // but transform is used for positioning them, so we + // use negative margin instead. + margin: -1 * math.div($item-size, 2); + + // First one is always at the top. + &:nth-of-type(1) { + transform: rotate(270deg) translate($radius) rotate(90deg); + } + + // Supports number of items from 1 to $max-items. + @for $index from 0 to $max-items + 1 { + @include circle-witchery($radius, $index); + } + } +} + +@mixin circle-witchery($radius, $item-count) { + $angle: math.div(360, $item-count + 1); + + &:nth-last-child(#{$item-count + 1}):first-child { + @for $index from 0 through $item-count { + $i: $index + 1; + $rot: $angle * ($i); + + & ~ :nth-of-type(#{$i}) { + transform: rotate($rot * 1deg + 270deg % 360deg) translate($radius) rotate($rot * -1deg + 90deg); + } + } + } +} diff --git a/scss/utils/_typography.scss b/scss/utils/_typography.scss new file mode 100644 index 0000000..15fa7d2 --- /dev/null +++ b/scss/utils/_typography.scss @@ -0,0 +1,2 @@ +$font-primary: "Georgia"; +$font-secondary: "Roboto", sans-serif; diff --git a/scss/utils/_variables.scss b/scss/utils/_variables.scss new file mode 100644 index 0000000..260808e --- /dev/null +++ b/scss/utils/_variables.scss @@ -0,0 +1,5 @@ +$padding-sm: 5px; +$padding-md: 10px; +$padding-lg: 20px; + +$border-groove: 2px groove #eeede0; diff --git a/system.json b/system.json new file mode 100644 index 0000000..f5ca3f7 --- /dev/null +++ b/system.json @@ -0,0 +1,101 @@ +{ + "id": "Daggerheart", + "version": "0.0.1", + "title": "Daggerheart for Foundry (unofficial system)", + "url": "", + "description": "Unofficial basic implementation of the Daggerheart System by Darrington Press. If you like the system, you can find the books and more detail over at https://www.daggerheart.com/ and the license at https://darringtonpress.com/license/", + "license": "LICENSE.txt", + "authors": [ + { + "name": "Ceriath", + "url": "https://github.com/ceriath" + } + ], + "esmodules": ["module/candelafvtt.mjs"], + "styles": ["css/candelafvtt.css"], + "packs": [ + { + "name": "roles", + "label": "Roles", + "system": "candelafvtt", + "path": "packs/roles", + "type": "Item", + "private": false, + "flags": {} + }, + { + "name": "specialties", + "label": "Specialties", + "system": "candelafvtt", + "path": "packs/specialties", + "type": "Item", + "private": false, + "flags": {} + }, + { + "name": "abilities", + "label": "Abilities", + "system": "candelafvtt", + "path": "packs/abilities", + "type": "Item", + "private": false, + "flags": {} + }, + { + "name": "gear", + "label": "Gear", + "system": "candelafvtt", + "path": "packs/gear", + "type": "Item", + "private": false, + "flags": {} + }, + { + "name": "illumination-keys", + "label": "Illumination Keys", + "system": "candelafvtt", + "path": "packs/illumination-keys", + "type": "Item", + "private": false, + "flags": {} + }, + { + "name": "manual", + "label": "System Manual", + "system": "candelafvtt", + "path": "packs/manual", + "type": "JournalEntry", + "private": true, + "flags": {} + } + ], + "languages": [ + { + "lang": "en", + "name": "English", + "path": "lang/en.json" + }, + { + "lang": "de", + "name": "German", + "path": "lang/de.json" + }, + { + "lang": "es", + "name": "Español", + "path": "lang/es.json" + } + ], + "compatibility": { + "minimum": "11", + "verified": "11" + }, + "gridDistance": 5, + "gridUnits": "ft", + "primaryTokenAttribute": "health", + "secondaryTokenAttribute": "power", + "manifest": "https://github.com/ceriath/candelafvtt/releases/latest/download/system.json", + "download": "https://github.com/ceriath/candelafvtt/releases/download/v0.0.4/candelafvtt-v0.0.4.zip", + "changelog": "CHANGELOG.md" +} + diff --git a/template.json b/template.json new file mode 100644 index 0000000..7e38796 --- /dev/null +++ b/template.json @@ -0,0 +1,226 @@ +{ + "Actor": { + "types": [ + "Character", + "Circle" + ], + "htmlFields": [ + "biography" + ], + "Character": { + "background": "", + "health": { + "value": 10, + "min": 0, + "max": 10 + }, + "power": { + "value": 5, + "min": 0, + "max": 5 + }, + "attributes": {}, + "role": "", + "specialty": "", + "pronouns": "", + "circle": { + "uuid": "", + "name": "" + }, + "catalyst": "", + "style": "", + "question": "", + "actionCategories": { + "nerve": { + "drives": { + "value": 0, + "max": 0 + }, + "resistance": { + "value": 0, + "max": 0 + }, + "actions": { + "move": { + "value": 0, + "gilded": false + }, + "strike": { + "value": 0, + "gilded": false + }, + "control": { + "value": 0, + "gilded": false + } + } + }, + "cunning": { + "drives": { + "value": 0, + "max": 0 + }, + "resistance": { + "value": 0, + "max": 0 + }, + "actions": { + "sway": { + "value": 0, + "gilded": false + }, + "read": { + "value": 0, + "gilded": false + }, + "hide": { + "value": 0, + "gilded": false + } + } + }, + "intuition": { + "drives": { + "value": 0, + "max": 0 + }, + "resistance": { + "value": 0, + "max": 0 + }, + "actions": { + "survey": { + "value": 0, + "gilded": false + }, + "focus": { + "value": 0, + "gilded": false + }, + "sense": { + "value": 0, + "gilded": false + } + } + } + }, + "marks": { + "body": { + "value": 0, + "max": 3 + }, + "brain": { + "value": 0, + "max": 3 + }, + "bleed": { + "value": 0, + "max": 3 + } + }, + "relationships": "", + "scars": "", + "illuminationKeys": [ + { + "key": "" + } + ] + }, + "Circle": { + "name": "", + "chapterHouse": "", + "color": "", + "members": [], + "tone": "", + "biography": "", + "abilities": [], + "illumination": { + "value": -1, + "max": 24 + }, + "resources": { + "stitch": { + "value": 0, + "max": 0 + }, + "refresh": { + "value": 0, + "max": 0 + }, + "train": { + "value": 0, + "max": 0 + } + }, + "gear": [ + "" + ] + } + }, + "Item": { + "types": [ + "Ability", + "Gear", + "Role", + "Specialty", + "IlluminationKey" + ], + "templates": { + "base": { + "description": "" + } + }, + "Gear": { + "templates": [ + "base" + ], + "equipped": false + }, + "Ability": { + "templates": [ + "base" + ], + "subtype": "" + }, + "Role": { + "templates": [ + "base" + ], + "identifier": "" + }, + "Specialty": { + "templates": [ + "base" + ], + "identifier": "", + "roleIdentifier": "", + "drives": { + "nerve": 0, + "cunning": 0, + "intuition": 0 + }, + "actionRatings": { + "nerve":{ + "move": 0, + "strike": 0, + "control": 0 + }, + "cunning": { + "sway": 0, + "read": 0, + "hide": 0 + }, + "intuition": { + "survey": 0, + "focus": 0, + "sense": 0 + } + } + }, + "IlluminationKey": { + "templates": [ + "base" + ] + } + } +} \ No newline at end of file diff --git a/templates/actor/actor-character-sheet.hbs b/templates/actor/actor-character-sheet.hbs new file mode 100644 index 0000000..d084003 --- /dev/null +++ b/templates/actor/actor-character-sheet.hbs @@ -0,0 +1,75 @@ +
+ + {{!-- Sheet Header --}} +
+
+
{{ system.role.name }}
+ +
{{ system.specialty.name }}
+
+
+
+

+

+
+

{{ system.circle.name }}

+ {{!-- The grid classes are defined in scss/global/_grid.scss. To use, + use both the "grid" and "grid-Ncol" class where "N" can be any number + from 1 to 12 and will create that number of columns. --}} +
+ + {{!-- "flex-group-center" is also defined in the _grid.scss file + and it will add a small amount of padding, a border, and will + center all of its child elements content and text. --}} + + {{#each system.marks as |mark key|}} +
+ {{ localize (concat "CANDELAFVTT." key + )}} +
+ + / + {{mark.max}} +
+
+ {{/each}} + +
+
+
+ + {{!-- Sheet Tab Navigation --}} + + + {{!-- Sheet Body --}} +
+ + {{!-- Action --}} +
+ {{> "systems/candelafvtt/templates/actor/parts/actor-actions.hbs"}} +
+ + {{!-- Abilities --}} +
+ {{> "systems/candelafvtt/templates/actor/parts/actor-abilities.hbs"}} +
+ + {{!-- Biography Tab --}} +
+ {{> "systems/candelafvtt/templates/actor/parts/actor-biography.hbs"}} +
+ + {{!-- Owned Gear Tab --}} +
+ {{> "systems/candelafvtt/templates/actor/parts/actor-gear.hbs"}} +
+ +
+
+ diff --git a/templates/actor/actor-circle-sheet.hbs b/templates/actor/actor-circle-sheet.hbs new file mode 100644 index 0000000..17f794c --- /dev/null +++ b/templates/actor/actor-circle-sheet.hbs @@ -0,0 +1,84 @@ +
+
+ {{!-- Sheet Header --}} +
+ +
+

+
+
Chapter House
+ + {{!--
Circle color
--}} +
{{colorPicker name="system.color" value=system.color default="#000000" class="grid-span-1"}}
+
+ {{!-- The grid classes are defined in scss/global/_grid.scss. To use, + use both the "grid" and "grid-Ncol" class where "N" can be any number + from 1 to 12 and will create that number of columns. --}} +
+ + {{!-- "flex-group-center" is also defined in the _grid.scss file + and it will add a small amount of padding, a border, and will + center all of its child elements content and text. --}} + + {{#each system.resources as |resource key|}} +
+ {{ localize (concat "CANDELAFVTT." key + )}} +
+ + / + {{resource.max}} +
+
+ {{/each}} + +
+
+
+ + {{!-- Sheet Tab Navigation --}} + + + {{!-- Sheet Body --}} +
+ + {{!-- Abilities Tab --}} +
+ +
{{ localize "CANDELAFVTT.abilities-description" }}
+ {{> "systems/candelafvtt/templates/actor/parts/actor-abilities.hbs"}} +
+ + {{!-- Members Tab --}} +
+ {{> "systems/candelafvtt/templates/actor/parts/actor-members.hbs"}} +
+ + {{!-- Biography Tab --}} +
+ {{!-- If you want TinyMCE editors to output inline rolls when rendered, you need to pass the actor's roll data to the rollData property. --}} + {{editor system.biography target="system.biography" rollData=rollData button=true owner=owner editable=editable engine="prosemirror" class="prosemirror-editor" }} +
+ + + {{!-- Illumination Tab --}} +
+ {{> "systems/candelafvtt/templates/actor/parts/actor-illumination.hbs"}} +
+ + {{!-- Gear Tab --}} +
+ {{> "systems/candelafvtt/templates/actor/parts/actor-gear.hbs"}} +
+ +
+
+
\ No newline at end of file diff --git a/templates/actor/parts/actor-abilities.hbs b/templates/actor/parts/actor-abilities.hbs new file mode 100644 index 0000000..0055a4f --- /dev/null +++ b/templates/actor/parts/actor-abilities.hbs @@ -0,0 +1,23 @@ +
    +
  1. + +
  2. + {{#each abilities as |item id|}} +
  3. +
    + {{item.name}} +
    +
    + {{{item.system.description}}} +
    +
    +
    +
    + + +
    +
  4. + {{/each}} +
\ No newline at end of file diff --git a/templates/actor/parts/actor-actions.hbs b/templates/actor/parts/actor-actions.hbs new file mode 100644 index 0000000..c58da53 --- /dev/null +++ b/templates/actor/parts/actor-actions.hbs @@ -0,0 +1,67 @@ +{{#each system.actionCategories as |actionCategory actionCategoryKey|}} +
+ {{localize (concat 'CANDELAFVTT.' actionCategoryKey)}} + {{localize "CANDELAFVTT.drives"}} + + + / + + + {{localize "CANDELAFVTT.resistances"}} + + + / {{actionCategory.resistance.max}} + +
+ +
    + {{#each actionCategory.actions as |action actionKey|}} +
  1. +
    + +
    + + {{localize + (concat 'CANDELAFVTT.' actionKey) + }} + {{localize + (concat 'CANDELAFVTT.' actionKey '-description') + }} + +
    + +
    +
  2. + {{/each}} +
+{{/each}} \ No newline at end of file diff --git a/templates/actor/parts/actor-biography.hbs b/templates/actor/parts/actor-biography.hbs new file mode 100644 index 0000000..bdb6f6c --- /dev/null +++ b/templates/actor/parts/actor-biography.hbs @@ -0,0 +1,31 @@ + + +
+ +
+ {{editor system.background target='system.background' rollData=rollData button=true owner=owner editable=editable engine='prosemirror' class='prosemirror-editor'}} +
+
+ {{editor system.scars target='system.scars' rollData=rollData button=true owner=owner editable=editable engine='prosemirror' class='prosemirror-editor'}} +
+
+ {{editor system.style target='system.style' rollData=rollData button=true owner=owner editable=editable engine='prosemirror' class='prosemirror-editor'}} +
+
+ {{editor system.catalyst target='system.catalyst' rollData=rollData button=true owner=owner editable=editable engine='prosemirror' class='prosemirror-editor'}} +
+
+ {{editor system.question target='system.question' rollData=rollData button=true owner=owner editable=editable engine='prosemirror' class='prosemirror-editor'}} +
+
+ {{> 'systems/candelafvtt/templates/actor/parts/actor-illumination-keys.hbs' }} +
+ +
\ No newline at end of file diff --git a/templates/actor/parts/actor-gear.hbs b/templates/actor/parts/actor-gear.hbs new file mode 100644 index 0000000..fa67b9a --- /dev/null +++ b/templates/actor/parts/actor-gear.hbs @@ -0,0 +1,26 @@ +
    +
  1. +
    Equipped
    +
    Name
    + +
  2. + {{#each gear as |item id|}} +
  3. +
    + +
    +
    +
    + +
    +

    {{item.name}}

    +
    +
    + + +
    +
  4. + {{/each}} +
\ No newline at end of file diff --git a/templates/actor/parts/actor-illumination-keys.hbs b/templates/actor/parts/actor-illumination-keys.hbs new file mode 100644 index 0000000..1acc5b4 --- /dev/null +++ b/templates/actor/parts/actor-illumination-keys.hbs @@ -0,0 +1,23 @@ +
    +
  1. + +
  2. + {{#each illuminationKeys as |illuminationKey id|}} +
  3. +
    +
    + +
    +

    {{illuminationKey.name}}

    +
    +
    + + +
    +
  4. + {{/each}} +
diff --git a/templates/actor/parts/actor-illumination.hbs b/templates/actor/parts/actor-illumination.hbs new file mode 100644 index 0000000..fadfb62 --- /dev/null +++ b/templates/actor/parts/actor-illumination.hbs @@ -0,0 +1,23 @@ +
{{ localize "CANDELAFVTT.illumination-description" }}
+
+
+ + +
+ {{#if (eq system.illumination.value system.illumination.max) }} + + {{ else }} + + {{/if}} + {{#each system.illuminationArray as | v | }} + {{#with ../system as |system|}} + {{#if (le v system.illumination.value) }} + + {{ else }} + + {{/if}} + {{/with }} + {{/each}} +
+
+
\ No newline at end of file diff --git a/templates/actor/parts/actor-members.hbs b/templates/actor/parts/actor-members.hbs new file mode 100644 index 0000000..2013485 --- /dev/null +++ b/templates/actor/parts/actor-members.hbs @@ -0,0 +1,17 @@ +
    + {{#each system.members as |member id|}} + {{#with ../system as |system|}} +
  1. +

    {{member.name}}

    +
    + +
    +
  2. + {{/with}} + {{/each}} +
\ No newline at end of file diff --git a/templates/chat/roll-dialog.hbs b/templates/chat/roll-dialog.hbs new file mode 100644 index 0000000..27a3637 --- /dev/null +++ b/templates/chat/roll-dialog.hbs @@ -0,0 +1,9 @@ +
+
+
+ +
{{localize 'CANDELAFVTT.driveBonusDescription'}}
+
+ +
+
\ No newline at end of file diff --git a/templates/chat/roll.hbs b/templates/chat/roll.hbs new file mode 100644 index 0000000..af4cc98 --- /dev/null +++ b/templates/chat/roll.hbs @@ -0,0 +1,31 @@ +
+
+
{{formula}}
+
+ {{#each dice as |die|}} +
+
+
+ {{die.formula}} + {{#if die.flavor}}{{die.flavor}}{{/if}} + {{die.total}} +
+
    + {{#each die.results as |r|}} + {{#if (eq r.result 6)}} +
  1. {{r.result}}
  2. + {{else}} + {{#if (lt r.result 4)}} +
  3. {{r.result}}
  4. + {{else}} +
  5. {{r.result}}
  6. + {{/if}} + {{/if}} + {{/each}} +
+
+
+ {{/each}} +
+
+
\ No newline at end of file diff --git a/templates/item/item-ability-sheet.hbs b/templates/item/item-ability-sheet.hbs new file mode 100644 index 0000000..0fe6915 --- /dev/null +++ b/templates/item/item-ability-sheet.hbs @@ -0,0 +1,23 @@ +
+
+ +
+

+
+
+ + {{! Sheet Tab Navigation }} + + + {{! Sheet Body }} +
+ + {{! Description Tab }} +
+ {{editor system.description target='system.description' rollData=rollData button=true owner=owner editable=editable engine='prosemirror'}} +
+
+ +
\ No newline at end of file diff --git a/templates/item/item-gear-sheet.hbs b/templates/item/item-gear-sheet.hbs new file mode 100644 index 0000000..85f8167 --- /dev/null +++ b/templates/item/item-gear-sheet.hbs @@ -0,0 +1,24 @@ +
+
+ +
+

+
+
+ + {{! Sheet Tab Navigation }} + + + {{! Sheet Body }} +
+ + {{! Description Tab }} +
+ {{editor system.description target='system.description' rollData=rollData button=true owner=owner editable=editable engine='prosemirror'}} +
+ +
+ +
\ No newline at end of file diff --git a/templates/item/item-illuminationkey-sheet.hbs b/templates/item/item-illuminationkey-sheet.hbs new file mode 100644 index 0000000..c999730 --- /dev/null +++ b/templates/item/item-illuminationkey-sheet.hbs @@ -0,0 +1,21 @@ +
+
+ +
+

+
+
+ + {{! Sheet Tab Navigation }} + + + {{! Sheet Body }} +
+ {{! Description Tab }} +
+ {{editor system.description target='system.description' rollData=rollData button=true owner=owner editable=editable engine='prosemirror'}} +
+
+
diff --git a/templates/item/item-role-sheet.hbs b/templates/item/item-role-sheet.hbs new file mode 100644 index 0000000..6f34932 --- /dev/null +++ b/templates/item/item-role-sheet.hbs @@ -0,0 +1,25 @@ +
+
+ +
+

+

ID:

+
+
+ + {{! Sheet Tab Navigation }} + + + {{! Sheet Body }} +
+ + {{! Description Tab }} +
+ {{editor system.description target='system.description' rollData=rollData button=true owner=owner editable=editable engine='prosemirror'}} +
+ +
+ +
\ No newline at end of file diff --git a/templates/item/item-sheet.hbs b/templates/item/item-sheet.hbs new file mode 100644 index 0000000..d2a9044 --- /dev/null +++ b/templates/item/item-sheet.hbs @@ -0,0 +1,30 @@ +{{! This template is a fallback for when items don't have more specific templates. }} +{{! Generally, you'll want to make more specific templates when possible. }} +
+
+ +
+

+
+
+ + {{! Sheet Tab Navigation }} + + + {{! Sheet Body }} +
+ + {{! Description Tab }} +
+ {{editor system.description target='system.description' rollData=rollData button=true owner=owner editable=editable engine='prosemirror'}} +
+ + {{! Attributes Tab }} +
+ {{! As you add new fields, add them in here! }} +
+
+
\ No newline at end of file diff --git a/templates/item/item-specialty-sheet.hbs b/templates/item/item-specialty-sheet.hbs new file mode 100644 index 0000000..b4c97d2 --- /dev/null +++ b/templates/item/item-specialty-sheet.hbs @@ -0,0 +1,54 @@ +
+
+ +
+

+

ID:

+

Role ID:

+
+
+ + {{! Sheet Tab Navigation }} + + + {{! Sheet Body }} +
+ + {{! Description Tab }} +
+ {{editor system.description target='system.description' rollData=rollData button=true owner=owner editable=editable engine='prosemirror'}} +
+ + {{! Drives Tab }} +
+
    + {{#each system.drives as |drive key|}} +
  1. + + +
  2. + {{/each}} +
+
+ + {{! ActionRating Tab }} +
+
    + {{#each system.actionRatings as |category categoryKey|}} + {{#each category as |action key|}} +
  1. + + +
  2. + {{/each}} + {{/each}} +
+
+ +
+ +
\ No newline at end of file diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..23c06a6 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,3038 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@foundryvtt/foundryvtt-cli@^1.0.0-rc.4": + version "1.0.0-rc.4" + resolved "https://registry.yarnpkg.com/@foundryvtt/foundryvtt-cli/-/foundryvtt-cli-1.0.0-rc.4.tgz#b5e8f79aa9a01dd73612ca214c9a72aa6067118b" + integrity sha512-DqwEwhrdCy+tSv0xo/KzRLsEvNpm2howE1Lyi329FPC1XAj6WjcVzRAne99ynDXzeK2PLQWEUa/NFgJGnD5oAQ== + dependencies: + chalk "^5.2.0" + classic-level "^1.2.0" + esm "^3.2.25" + js-yaml "^4.1.0" + mkdirp "^3.0.0" + nedb-core "^3.0.6" + nedb-promises "^6.2.1" + yargs "^17.7.1" + +"@gulp-sourcemaps/identity-map@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@gulp-sourcemaps/identity-map/-/identity-map-2.0.1.tgz#a6e8b1abec8f790ec6be2b8c500e6e68037c0019" + integrity sha512-Tb+nSISZku+eQ4X1lAkevcQa+jknn/OVUgZ3XCxEKIsLsqYuPoJwJOPQeaOk75X3WPftb29GWY1eqE7GLsXb1Q== + dependencies: + acorn "^6.4.1" + normalize-path "^3.0.0" + postcss "^7.0.16" + source-map "^0.6.0" + through2 "^3.0.1" + +"@gulp-sourcemaps/map-sources@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz#890ae7c5d8c877f6d384860215ace9d7ec945bda" + integrity sha512-o/EatdaGt8+x2qpb0vFLC/2Gug/xYPRXb6a+ET1wGYKozKN3krDWC/zZFZAtrzxJHuDL12mwdfEFKcKMNvc55A== + dependencies: + normalize-path "^2.0.1" + through2 "^2.0.3" + +"@seald-io/binary-search-tree@^1.0.3": + version "1.0.3" + resolved "https://registry.yarnpkg.com/@seald-io/binary-search-tree/-/binary-search-tree-1.0.3.tgz#165a9a456eaa30d15885b25db83861bcce2c6a74" + integrity sha512-qv3jnwoakeax2razYaMsGI/luWdliBLHTdC6jU55hQt1hcFqzauH/HsBollQ7IR4ySTtYhT+xyHoijpA16C+tA== + +"@seald-io/nedb@^4.0.2": + version "4.0.2" + resolved "https://registry.yarnpkg.com/@seald-io/nedb/-/nedb-4.0.2.tgz#44bc5f9b86e44f7434c5af8064cc7f8e079fc3a8" + integrity sha512-gJ91fT1sgh2cLXYVcTSh7khZ8LdemI8+SojCdpZ5wy+DUQ4fSrEwGqOwbdV49NDs2BBO6GeBpSb8CnhG2IW1rw== + dependencies: + "@seald-io/binary-search-tree" "^1.0.3" + localforage "^1.9.0" + util "^0.12.4" + +abstract-level@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/abstract-level/-/abstract-level-1.0.3.tgz#78a67d3d84da55ee15201486ab44c09560070741" + integrity sha512-t6jv+xHy+VYwc4xqZMn2Pa9DjcdzvzZmQGRjTFc8spIbRGHgBrEKbPq+rYXc7CCo0lxgYvSgKVg9qZAhpVQSjA== + dependencies: + buffer "^6.0.3" + catering "^2.1.0" + is-buffer "^2.0.5" + level-supports "^4.0.0" + level-transcoder "^1.0.1" + module-error "^1.0.1" + queue-microtask "^1.2.3" + +acorn@^6.4.1: + version "6.4.2" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6" + integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== + +ansi-colors@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-1.1.0.tgz#6374b4dd5d4718ff3ce27a671a3b1cad077132a9" + integrity sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA== + dependencies: + ansi-wrap "^0.1.0" + +ansi-gray@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/ansi-gray/-/ansi-gray-0.1.1.tgz#2962cf54ec9792c48510a3deb524436861ef7251" + integrity sha512-HrgGIZUl8h2EHuZaU9hTR/cU5nhKxpVE1V6kdGsQ8e4zirElJ5fvtfc8N7Q1oq1aatO275i8pUFUCpNWCAnVWw== + dependencies: + ansi-wrap "0.1.0" + +ansi-regex@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + integrity sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA== + +ansi-regex@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== + +ansi-styles@^4.0.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + dependencies: + color-convert "^2.0.1" + +ansi-wrap@0.1.0, ansi-wrap@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/ansi-wrap/-/ansi-wrap-0.1.0.tgz#a82250ddb0015e9a27ca82e82ea603bbfa45efaf" + integrity sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw== + +anymatch@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" + integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== + dependencies: + micromatch "^3.1.4" + normalize-path "^2.1.1" + +anymatch@~3.1.2: + version "3.1.3" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" + integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== + dependencies: + normalize-path "^3.0.0" + picomatch "^2.0.4" + +append-buffer@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/append-buffer/-/append-buffer-1.0.2.tgz#d8220cf466081525efea50614f3de6514dfa58f1" + integrity sha512-WLbYiXzD3y/ATLZFufV/rZvWdZOs+Z/+5v1rBZ463Jn398pa6kcde27cvozYnBoxXblGZTFfoPpsaEw0orU5BA== + dependencies: + buffer-equal "^1.0.0" + +archy@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40" + integrity sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw== + +argparse@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" + integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== + +arr-diff@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" + integrity sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA== + +arr-filter@^1.1.1: + version "1.1.2" + resolved "https://registry.yarnpkg.com/arr-filter/-/arr-filter-1.1.2.tgz#43fdddd091e8ef11aa4c45d9cdc18e2dff1711ee" + integrity sha512-A2BETWCqhsecSvCkWAeVBFLH6sXEUGASuzkpjL3GR1SlL/PWL6M3J8EAAld2Uubmh39tvkJTqC9LeLHCUKmFXA== + dependencies: + make-iterator "^1.0.0" + +arr-flatten@^1.0.1, arr-flatten@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" + integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== + +arr-map@^2.0.0, arr-map@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/arr-map/-/arr-map-2.0.2.tgz#3a77345ffc1cf35e2a91825601f9e58f2e24cac4" + integrity sha512-tVqVTHt+Q5Xb09qRkbu+DidW1yYzz5izWS2Xm2yFm7qJnmUfz4HPzNxbHkdRJbz2lrqI7S+z17xNYdFcBBO8Hw== + dependencies: + make-iterator "^1.0.0" + +arr-union@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" + integrity sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q== + +array-each@^1.0.0, array-each@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/array-each/-/array-each-1.0.1.tgz#a794af0c05ab1752846ee753a1f211a05ba0c44f" + integrity sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA== + +array-initial@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/array-initial/-/array-initial-1.1.0.tgz#2fa74b26739371c3947bd7a7adc73be334b3d795" + integrity sha512-BC4Yl89vneCYfpLrs5JU2aAu9/a+xWbeKhvISg9PT7eWFB9UlRvI+rKEtk6mgxWr3dSkk9gQ8hCrdqt06NXPdw== + dependencies: + array-slice "^1.0.0" + is-number "^4.0.0" + +array-last@^1.1.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/array-last/-/array-last-1.3.0.tgz#7aa77073fec565ddab2493f5f88185f404a9d336" + integrity sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg== + dependencies: + is-number "^4.0.0" + +array-slice@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-1.1.0.tgz#e368ea15f89bc7069f7ffb89aec3a6c7d4ac22d4" + integrity sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w== + +array-sort@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/array-sort/-/array-sort-1.0.0.tgz#e4c05356453f56f53512a7d1d6123f2c54c0a88a" + integrity sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg== + dependencies: + default-compare "^1.0.0" + get-value "^2.0.6" + kind-of "^5.0.2" + +array-unique@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" + integrity sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ== + +assign-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" + integrity sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw== + +async-done@^1.2.0, async-done@^1.2.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/async-done/-/async-done-1.3.2.tgz#5e15aa729962a4b07414f528a88cdf18e0b290a2" + integrity sha512-uYkTP8dw2og1tu1nmza1n1CMW0qb8gWWlwqMmLb7MhBVs4BXrFziT6HXUd+/RlRA/i4H9AkofYloUbs1fwMqlw== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.2" + process-nextick-args "^2.0.0" + stream-exhaust "^1.0.1" + +async-each@^1.0.1: + version "1.0.6" + resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.6.tgz#52f1d9403818c179b7561e11a5d1b77eb2160e77" + integrity sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg== + +async-settle@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/async-settle/-/async-settle-1.0.0.tgz#1d0a914bb02575bec8a8f3a74e5080f72b2c0c6b" + integrity sha512-VPXfB4Vk49z1LHHodrEQ6Xf7W4gg1w0dAPROHngx7qgDjqmIQ+fXmwgGXTW/ITLai0YLSvWepJOP9EVpMnEAcw== + dependencies: + async-done "^1.2.2" + +async@latest: + version "3.2.4" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c" + integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ== + +atob@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" + integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== + +autoprefixer@^10.2.6: + version "10.4.15" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.15.tgz#a1230f4aeb3636b89120b34a1f513e2f6834d530" + integrity sha512-KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew== + dependencies: + browserslist "^4.21.10" + caniuse-lite "^1.0.30001520" + fraction.js "^4.2.0" + normalize-range "^0.1.2" + picocolors "^1.0.0" + postcss-value-parser "^4.2.0" + +available-typed-arrays@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" + integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== + +bach@^1.0.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/bach/-/bach-1.2.0.tgz#4b3ce96bf27134f79a1b414a51c14e34c3bd9880" + integrity sha512-bZOOfCb3gXBXbTFXq3OZtGR88LwGeJvzu6szttaIzymOTS4ZttBNOWSv7aLZja2EMycKtRYV0Oa8SNKH/zkxvg== + dependencies: + arr-filter "^1.1.1" + arr-flatten "^1.0.1" + arr-map "^2.0.0" + array-each "^1.0.0" + array-initial "^1.0.0" + array-last "^1.1.1" + async-done "^1.2.2" + async-settle "^1.0.0" + now-and-later "^2.0.0" + +balanced-match@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" + integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== + +base64-js@^1.3.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== + +base@^0.11.1: + version "0.11.2" + resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" + integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== + dependencies: + cache-base "^1.0.1" + class-utils "^0.3.5" + component-emitter "^1.2.1" + define-property "^1.0.0" + isobject "^3.0.1" + mixin-deep "^1.2.0" + pascalcase "^0.1.1" + +binary-extensions@^1.0.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" + integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== + +binary-extensions@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" + integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== + +bindings@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" + integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== + dependencies: + file-uri-to-path "1.0.0" + +brace-expansion@^1.1.7: + version "1.1.11" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +braces@^2.3.1, braces@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" + integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== + dependencies: + arr-flatten "^1.1.0" + array-unique "^0.3.2" + extend-shallow "^2.0.1" + fill-range "^4.0.0" + isobject "^3.0.1" + repeat-element "^1.1.2" + snapdragon "^0.8.1" + snapdragon-node "^2.0.1" + split-string "^3.0.2" + to-regex "^3.0.1" + +braces@~3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== + dependencies: + fill-range "^7.0.1" + +browserslist@^4.21.10: + version "4.21.10" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.10.tgz#dbbac576628c13d3b2231332cb2ec5a46e015bb0" + integrity sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ== + dependencies: + caniuse-lite "^1.0.30001517" + electron-to-chromium "^1.4.477" + node-releases "^2.0.13" + update-browserslist-db "^1.0.11" + +buffer-crc32@~0.2.3: + version "0.2.13" + resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" + integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ== + +buffer-equal@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/buffer-equal/-/buffer-equal-1.0.1.tgz#2f7651be5b1b3f057fcd6e7ee16cf34767077d90" + integrity sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg== + +buffer-from@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" + integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== + +buffer@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6" + integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA== + dependencies: + base64-js "^1.3.1" + ieee754 "^1.2.1" + +cache-base@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" + integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== + dependencies: + collection-visit "^1.0.0" + component-emitter "^1.2.1" + get-value "^2.0.6" + has-value "^1.0.0" + isobject "^3.0.1" + set-value "^2.0.0" + to-object-path "^0.3.0" + union-value "^1.0.0" + unset-value "^1.0.0" + +call-bind@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" + integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== + dependencies: + function-bind "^1.1.1" + get-intrinsic "^1.0.2" + +camelcase@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" + integrity sha512-4nhGqUkc4BqbBBB4Q6zLuD7lzzrHYrjKGeYaEji/3tFR5VdJu9v+LilhGIVe8wxEJPPOeWo7eg8dwY13TZ1BNg== + +caniuse-lite@^1.0.30001517, caniuse-lite@^1.0.30001520: + version "1.0.30001535" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001535.tgz#908a5b7ef11172f51f0b88f3d850aef1c6a3cf7b" + integrity sha512-48jLyUkiWFfhm/afF7cQPqPjaUmSraEhK4j+FCTJpgnGGEZHqyLe3hmWH7lIooZdSzXL0ReMvHz0vKDoTBsrwg== + +catering@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/catering/-/catering-2.1.1.tgz#66acba06ed5ee28d5286133982a927de9a04b510" + integrity sha512-K7Qy8O9p76sL3/3m7/zLKbRkyOlSZAgzEaLhyj2mXS8PsCud2Eo4hAb8aLtZqHh0QGqLcb9dlJSu6lHRVENm1w== + +chalk@^5.2.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385" + integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== + +"chokidar@>=3.0.0 <4.0.0": + version "3.5.3" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" + integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== + dependencies: + anymatch "~3.1.2" + braces "~3.0.2" + glob-parent "~5.1.2" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.6.0" + optionalDependencies: + fsevents "~2.3.2" + +chokidar@^2.0.0: + version "2.1.8" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" + integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== + dependencies: + anymatch "^2.0.0" + async-each "^1.0.1" + braces "^2.3.2" + glob-parent "^3.1.0" + inherits "^2.0.3" + is-binary-path "^1.0.0" + is-glob "^4.0.0" + normalize-path "^3.0.0" + path-is-absolute "^1.0.0" + readdirp "^2.2.1" + upath "^1.1.1" + optionalDependencies: + fsevents "^1.2.7" + +class-utils@^0.3.5: + version "0.3.6" + resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" + integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== + dependencies: + arr-union "^3.1.0" + define-property "^0.2.5" + isobject "^3.0.0" + static-extend "^0.1.1" + +classic-level@^1.2.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/classic-level/-/classic-level-1.3.0.tgz#5e36680e01dc6b271775c093f2150844c5edd5c8" + integrity sha512-iwFAJQYtqRTRM0F6L8h4JCt00ZSGdOyqh7yVrhhjrOpFhmBjNlRUey64MCiyo6UmQHMJ+No3c81nujPv+n9yrg== + dependencies: + abstract-level "^1.0.2" + catering "^2.1.0" + module-error "^1.0.1" + napi-macros "^2.2.2" + node-gyp-build "^4.3.0" + +cliui@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d" + integrity sha512-0yayqDxWQbqk3ojkYqUKqaAQ6AfNKeKWRNA8kR0WXzAsdHpP4BIaOmMAG87JGuO6qcobyW4GjxHd9PmhEd+T9w== + dependencies: + string-width "^1.0.1" + strip-ansi "^3.0.1" + wrap-ansi "^2.0.0" + +cliui@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" + integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.1" + wrap-ansi "^7.0.0" + +clone-buffer@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/clone-buffer/-/clone-buffer-1.0.0.tgz#e3e25b207ac4e701af721e2cb5a16792cac3dc58" + integrity sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g== + +clone-stats@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-1.0.0.tgz#b3782dff8bb5474e18b9b6bf0fdfe782f8777680" + integrity sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag== + +clone@^2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" + integrity sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w== + +cloneable-readable@^1.0.0: + version "1.1.3" + resolved "https://registry.yarnpkg.com/cloneable-readable/-/cloneable-readable-1.1.3.tgz#120a00cb053bfb63a222e709f9683ea2e11d8cec" + integrity sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ== + dependencies: + inherits "^2.0.1" + process-nextick-args "^2.0.0" + readable-stream "^2.3.5" + +code-point-at@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" + integrity sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA== + +collection-map@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/collection-map/-/collection-map-1.0.0.tgz#aea0f06f8d26c780c2b75494385544b2255af18c" + integrity sha512-5D2XXSpkOnleOI21TG7p3T0bGAsZ/XknZpKBmGYyluO8pw4zA3K8ZlrBIbC4FXg3m6z/RNFiUFfT2sQK01+UHA== + dependencies: + arr-map "^2.0.2" + for-own "^1.0.0" + make-iterator "^1.0.0" + +collection-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" + integrity sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw== + dependencies: + map-visit "^1.0.0" + object-visit "^1.0.0" + +color-convert@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== + dependencies: + color-name "~1.1.4" + +color-name@~1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + +color-support@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" + integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== + +component-emitter@^1.2.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" + integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== + +concat-stream@^1.6.0: + version "1.6.2" + resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" + integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== + dependencies: + buffer-from "^1.0.0" + inherits "^2.0.3" + readable-stream "^2.2.2" + typedarray "^0.0.6" + +convert-source-map@^1.0.0, convert-source-map@^1.5.0: + version "1.9.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f" + integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A== + +copy-descriptor@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" + integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw== + +copy-props@^2.0.1: + version "2.0.5" + resolved "https://registry.yarnpkg.com/copy-props/-/copy-props-2.0.5.tgz#03cf9ae328d4ebb36f8f1d804448a6af9ee3f2d2" + integrity sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw== + dependencies: + each-props "^1.3.2" + is-plain-object "^5.0.0" + +core-util-is@~1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" + integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== + +css@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/css/-/css-3.0.0.tgz#4447a4d58fdd03367c516ca9f64ae365cee4aa5d" + integrity sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ== + dependencies: + inherits "^2.0.4" + source-map "^0.6.1" + source-map-resolve "^0.6.0" + +d@1, d@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a" + integrity sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA== + dependencies: + es5-ext "^0.10.50" + type "^1.0.1" + +debug-fabulous@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/debug-fabulous/-/debug-fabulous-1.1.0.tgz#af8a08632465224ef4174a9f06308c3c2a1ebc8e" + integrity sha512-GZqvGIgKNlUnHUPQhepnUZFIMoi3dgZKQBzKDeL2g7oJF9SNAji/AAu36dusFUas0O+pae74lNeoIPHqXWDkLg== + dependencies: + debug "3.X" + memoizee "0.4.X" + object-assign "4.X" + +debug@3.X: + version "3.2.7" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" + integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== + dependencies: + ms "^2.1.1" + +debug@^2.2.0, debug@^2.3.3: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +decamelize@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" + integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== + +decode-uri-component@^0.2.0: + version "0.2.2" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9" + integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ== + +default-compare@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/default-compare/-/default-compare-1.0.0.tgz#cb61131844ad84d84788fb68fd01681ca7781a2f" + integrity sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ== + dependencies: + kind-of "^5.0.2" + +default-resolution@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/default-resolution/-/default-resolution-2.0.0.tgz#bcb82baa72ad79b426a76732f1a81ad6df26d684" + integrity sha512-2xaP6GiwVwOEbXCGoJ4ufgC76m8cj805jrghScewJC2ZDsb9U0b4BIrba+xt/Uytyd0HvQ6+WymSRTfnYj59GQ== + +define-data-property@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.0.tgz#0db13540704e1d8d479a0656cf781267531b9451" + integrity sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g== + dependencies: + get-intrinsic "^1.2.1" + gopd "^1.0.1" + has-property-descriptors "^1.0.0" + +define-properties@^1.1.4: + version "1.2.1" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c" + integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg== + dependencies: + define-data-property "^1.0.1" + has-property-descriptors "^1.0.0" + object-keys "^1.1.1" + +define-property@^0.2.5: + version "0.2.5" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" + integrity sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA== + dependencies: + is-descriptor "^0.1.0" + +define-property@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" + integrity sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA== + dependencies: + is-descriptor "^1.0.0" + +define-property@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" + integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== + dependencies: + is-descriptor "^1.0.2" + isobject "^3.0.1" + +detect-file@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" + integrity sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q== + +detect-newline@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2" + integrity sha512-CwffZFvlJffUg9zZA0uqrjQayUTC8ob94pnr5sFwaVv3IOmkfUHcWH+jXaQK3askE51Cqe8/9Ql/0uXNwqZ8Zg== + +duplexify@^3.6.0: + version "3.7.1" + resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309" + integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== + dependencies: + end-of-stream "^1.0.0" + inherits "^2.0.1" + readable-stream "^2.0.0" + stream-shift "^1.0.0" + +each-props@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/each-props/-/each-props-1.3.2.tgz#ea45a414d16dd5cfa419b1a81720d5ca06892333" + integrity sha512-vV0Hem3zAGkJAyU7JSjixeU66rwdynTAa1vofCrSA5fEln+m67Az9CcnkVD776/fsN/UjIWmBDoNRS6t6G9RfA== + dependencies: + is-plain-object "^2.0.1" + object.defaults "^1.1.0" + +electron-to-chromium@^1.4.477: + version "1.4.523" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.523.tgz#f82f99243c827df05c26776d49712cb284972df6" + integrity sha512-9AreocSUWnzNtvLcbpng6N+GkXnCcBR80IQkxRC9Dfdyg4gaWNUPBujAHUpKkiUkoSoR9UlhA4zD/IgBklmhzg== + +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + +end-of-stream@^1.0.0, end-of-stream@^1.1.0: + version "1.4.4" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== + dependencies: + once "^1.4.0" + +error-ex@^1.2.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== + dependencies: + is-arrayish "^0.2.1" + +es5-ext@^0.10.35, es5-ext@^0.10.46, es5-ext@^0.10.50, es5-ext@^0.10.53, es5-ext@~0.10.14, es5-ext@~0.10.2, es5-ext@~0.10.46: + version "0.10.62" + resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.62.tgz#5e6adc19a6da524bf3d1e02bbc8960e5eb49a9a5" + integrity sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA== + dependencies: + es6-iterator "^2.0.3" + es6-symbol "^3.1.3" + next-tick "^1.1.0" + +es6-iterator@^2.0.1, es6-iterator@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7" + integrity sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g== + dependencies: + d "1" + es5-ext "^0.10.35" + es6-symbol "^3.1.1" + +es6-symbol@^3.1.1, es6-symbol@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18" + integrity sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA== + dependencies: + d "^1.0.1" + ext "^1.1.2" + +es6-weak-map@^2.0.1, es6-weak-map@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/es6-weak-map/-/es6-weak-map-2.0.3.tgz#b6da1f16cc2cc0d9be43e6bdbfc5e7dfcdf31d53" + integrity sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA== + dependencies: + d "1" + es5-ext "^0.10.46" + es6-iterator "^2.0.3" + es6-symbol "^3.1.1" + +escalade@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" + integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== + +esm@^3.2.25: + version "3.2.25" + resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10" + integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA== + +event-emitter@^0.3.5: + version "0.3.5" + resolved "https://registry.yarnpkg.com/event-emitter/-/event-emitter-0.3.5.tgz#df8c69eef1647923c7157b9ce83840610b02cc39" + integrity sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA== + dependencies: + d "1" + es5-ext "~0.10.14" + +expand-brackets@^2.1.4: + version "2.1.4" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" + integrity sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA== + dependencies: + debug "^2.3.3" + define-property "^0.2.5" + extend-shallow "^2.0.1" + posix-character-classes "^0.1.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +expand-tilde@^2.0.0, expand-tilde@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502" + integrity sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw== + dependencies: + homedir-polyfill "^1.0.1" + +ext@^1.1.2: + version "1.7.0" + resolved "https://registry.yarnpkg.com/ext/-/ext-1.7.0.tgz#0ea4383c0103d60e70be99e9a7f11027a33c4f5f" + integrity sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw== + dependencies: + type "^2.7.2" + +extend-shallow@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + integrity sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug== + dependencies: + is-extendable "^0.1.0" + +extend-shallow@^3.0.0, extend-shallow@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" + integrity sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q== + dependencies: + assign-symbols "^1.0.0" + is-extendable "^1.0.1" + +extend@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" + integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== + +extglob@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" + integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== + dependencies: + array-unique "^0.3.2" + define-property "^1.0.0" + expand-brackets "^2.1.4" + extend-shallow "^2.0.1" + fragment-cache "^0.2.1" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +fancy-log@^1.3.2, fancy-log@^1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/fancy-log/-/fancy-log-1.3.3.tgz#dbc19154f558690150a23953a0adbd035be45fc7" + integrity sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw== + dependencies: + ansi-gray "^0.1.1" + color-support "^1.1.3" + parse-node-version "^1.0.0" + time-stamp "^1.0.0" + +fast-levenshtein@^1.0.0: + version "1.1.4" + resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-1.1.4.tgz#e6a754cc8f15e58987aa9cbd27af66fd6f4e5af9" + integrity sha512-Ia0sQNrMPXXkqVFt6w6M1n1oKo3NfKs+mvaV811Jwir7vAk9a6PVV9VPYf6X3BU97QiLEmuW3uXH9u87zDFfdw== + +file-uri-to-path@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" + integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== + +fill-range@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" + integrity sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ== + dependencies: + extend-shallow "^2.0.1" + is-number "^3.0.0" + repeat-string "^1.6.1" + to-regex-range "^2.1.0" + +fill-range@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== + dependencies: + to-regex-range "^5.0.1" + +find-up@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" + integrity sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA== + dependencies: + path-exists "^2.0.0" + pinkie-promise "^2.0.0" + +findup-sync@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-2.0.0.tgz#9326b1488c22d1a6088650a86901b2d9a90a2cbc" + integrity sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g== + dependencies: + detect-file "^1.0.0" + is-glob "^3.1.0" + micromatch "^3.0.4" + resolve-dir "^1.0.1" + +findup-sync@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1" + integrity sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg== + dependencies: + detect-file "^1.0.0" + is-glob "^4.0.0" + micromatch "^3.0.4" + resolve-dir "^1.0.1" + +fined@^1.0.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/fined/-/fined-1.2.0.tgz#d00beccf1aa2b475d16d423b0238b713a2c4a37b" + integrity sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng== + dependencies: + expand-tilde "^2.0.2" + is-plain-object "^2.0.3" + object.defaults "^1.1.0" + object.pick "^1.2.0" + parse-filepath "^1.0.1" + +flagged-respawn@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/flagged-respawn/-/flagged-respawn-1.0.1.tgz#e7de6f1279ddd9ca9aac8a5971d618606b3aab41" + integrity sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q== + +flush-write-stream@^1.0.2: + version "1.1.1" + resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8" + integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== + dependencies: + inherits "^2.0.3" + readable-stream "^2.3.6" + +for-each@^0.3.3: + version "0.3.3" + resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e" + integrity sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw== + dependencies: + is-callable "^1.1.3" + +for-in@^1.0.1, for-in@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" + integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ== + +for-own@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/for-own/-/for-own-1.0.0.tgz#c63332f415cedc4b04dbfe70cf836494c53cb44b" + integrity sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg== + dependencies: + for-in "^1.0.1" + +fraction.js@^4.2.0: + version "4.3.6" + resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.6.tgz#e9e3acec6c9a28cf7bc36cbe35eea4ceb2c5c92d" + integrity sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg== + +fragment-cache@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" + integrity sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA== + dependencies: + map-cache "^0.2.2" + +fs-mkdirp-stream@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz#0b7815fc3201c6a69e14db98ce098c16935259eb" + integrity sha512-+vSd9frUnapVC2RZYfL3FCB2p3g4TBhaUmrsWlSudsGdnxIuUvBB2QM1VZeBtc49QFwrp+wQLrDs3+xxDgI5gQ== + dependencies: + graceful-fs "^4.1.11" + through2 "^2.0.3" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== + +fsevents@^1.2.7: + version "1.2.13" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38" + integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== + dependencies: + bindings "^1.5.0" + nan "^2.12.1" + +fsevents@~2.3.2: + version "2.3.3" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== + +function-bind@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== + +get-caller-file@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a" + integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w== + +get-caller-file@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + +get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.1.tgz#d295644fed4505fc9cde952c37ee12b477a83d82" + integrity sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw== + dependencies: + function-bind "^1.1.1" + has "^1.0.3" + has-proto "^1.0.1" + has-symbols "^1.0.3" + +get-stream@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" + integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== + dependencies: + pump "^3.0.0" + +get-value@^2.0.3, get-value@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" + integrity sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA== + +glob-parent@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" + integrity sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA== + dependencies: + is-glob "^3.1.0" + path-dirname "^1.0.0" + +glob-parent@~5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" + integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== + dependencies: + is-glob "^4.0.1" + +glob-stream@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/glob-stream/-/glob-stream-6.1.0.tgz#7045c99413b3eb94888d83ab46d0b404cc7bdde4" + integrity sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw== + dependencies: + extend "^3.0.0" + glob "^7.1.1" + glob-parent "^3.1.0" + is-negated-glob "^1.0.0" + ordered-read-streams "^1.0.0" + pumpify "^1.3.5" + readable-stream "^2.1.5" + remove-trailing-separator "^1.0.1" + to-absolute-glob "^2.0.0" + unique-stream "^2.0.2" + +glob-watcher@^5.0.3: + version "5.0.5" + resolved "https://registry.yarnpkg.com/glob-watcher/-/glob-watcher-5.0.5.tgz#aa6bce648332924d9a8489be41e3e5c52d4186dc" + integrity sha512-zOZgGGEHPklZNjZQaZ9f41i7F2YwE+tS5ZHrDhbBCk3stwahn5vQxnFmBJZHoYdusR6R1bLSXeGUy/BhctwKzw== + dependencies: + anymatch "^2.0.0" + async-done "^1.2.0" + chokidar "^2.0.0" + is-negated-glob "^1.0.0" + just-debounce "^1.0.0" + normalize-path "^3.0.0" + object.defaults "^1.1.0" + +glob@^7.1.1: + version "7.2.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" + integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.1.1" + once "^1.3.0" + path-is-absolute "^1.0.0" + +global-modules@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" + integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== + dependencies: + global-prefix "^1.0.1" + is-windows "^1.0.1" + resolve-dir "^1.0.0" + +global-prefix@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe" + integrity sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg== + dependencies: + expand-tilde "^2.0.2" + homedir-polyfill "^1.0.1" + ini "^1.3.4" + is-windows "^1.0.1" + which "^1.2.14" + +glogg@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/glogg/-/glogg-1.0.2.tgz#2d7dd702beda22eb3bffadf880696da6d846313f" + integrity sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA== + dependencies: + sparkles "^1.0.0" + +gopd@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c" + integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA== + dependencies: + get-intrinsic "^1.1.3" + +graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6: + version "4.2.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" + integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== + +gulp-autoprefixer@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/gulp-autoprefixer/-/gulp-autoprefixer-8.0.0.tgz#ee2413d6cb9f7cc2f01b7d9835b46e58e326b88d" + integrity sha512-sVR++PIaXpa81p52dmmA/jt50bw0egmylK5mjagfgOJ8uLDGaF9tHyzvetkY9Uo0gBZUS5sVqN3kX/GlUKOyog== + dependencies: + autoprefixer "^10.2.6" + fancy-log "^1.3.3" + plugin-error "^1.0.1" + postcss "^8.3.0" + through2 "^4.0.2" + vinyl-sourcemaps-apply "^0.2.1" + +gulp-cli@^2.2.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/gulp-cli/-/gulp-cli-2.3.0.tgz#ec0d380e29e52aa45e47977f0d32e18fd161122f" + integrity sha512-zzGBl5fHo0EKSXsHzjspp3y5CONegCm8ErO5Qh0UzFzk2y4tMvzLWhoDokADbarfZRL2pGpRp7yt6gfJX4ph7A== + dependencies: + ansi-colors "^1.0.1" + archy "^1.0.0" + array-sort "^1.0.0" + color-support "^1.1.3" + concat-stream "^1.6.0" + copy-props "^2.0.1" + fancy-log "^1.3.2" + gulplog "^1.0.0" + interpret "^1.4.0" + isobject "^3.0.1" + liftoff "^3.1.0" + matchdep "^2.0.0" + mute-stdout "^1.0.0" + pretty-hrtime "^1.0.0" + replace-homedir "^1.0.0" + semver-greatest-satisfied-range "^1.1.0" + v8flags "^3.2.0" + yargs "^7.1.0" + +gulp-sass@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/gulp-sass/-/gulp-sass-5.1.0.tgz#bb3d9094f39a260f62a8d0a6797b95ab826f9663" + integrity sha512-7VT0uaF+VZCmkNBglfe1b34bxn/AfcssquLKVDYnCDJ3xNBaW7cUuI3p3BQmoKcoKFrs9jdzUxyb+u+NGfL4OQ== + dependencies: + lodash.clonedeep "^4.5.0" + picocolors "^1.0.0" + plugin-error "^1.0.1" + replace-ext "^2.0.0" + strip-ansi "^6.0.1" + vinyl-sourcemaps-apply "^0.2.1" + +gulp-sourcemaps@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/gulp-sourcemaps/-/gulp-sourcemaps-3.0.0.tgz#2e154e1a2efed033c0e48013969e6f30337b2743" + integrity sha512-RqvUckJkuYqy4VaIH60RMal4ZtG0IbQ6PXMNkNsshEGJ9cldUPRb/YCgboYae+CLAs1HQNb4ADTKCx65HInquQ== + dependencies: + "@gulp-sourcemaps/identity-map" "^2.0.1" + "@gulp-sourcemaps/map-sources" "^1.0.0" + acorn "^6.4.1" + convert-source-map "^1.0.0" + css "^3.0.0" + debug-fabulous "^1.0.0" + detect-newline "^2.0.0" + graceful-fs "^4.0.0" + source-map "^0.6.0" + strip-bom-string "^1.0.0" + through2 "^2.0.0" + +gulp-zip@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/gulp-zip/-/gulp-zip-5.1.0.tgz#38cc1d4c61bc2ab06b452ce463cbe2adc52b935e" + integrity sha512-XZr/y91IliK/SpR74g3TkZejGkGEmK7CSDjSghT1jXshgO+dFvpLIz9w9fpuwkew6i7k4F+G24TubNgq1ISzEw== + dependencies: + get-stream "^5.2.0" + plugin-error "^1.0.1" + through2 "^3.0.1" + vinyl "^2.1.0" + yazl "^2.5.1" + +gulp@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/gulp/-/gulp-4.0.2.tgz#543651070fd0f6ab0a0650c6a3e6ff5a7cb09caa" + integrity sha512-dvEs27SCZt2ibF29xYgmnwwCYZxdxhQ/+LFWlbAW8y7jt68L/65402Lz3+CKy0Ov4rOs+NERmDq7YlZaDqUIfA== + dependencies: + glob-watcher "^5.0.3" + gulp-cli "^2.2.0" + undertaker "^1.2.1" + vinyl-fs "^3.0.0" + +gulplog@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/gulplog/-/gulplog-1.0.0.tgz#e28c4d45d05ecbbed818363ce8f9c5926229ffe5" + integrity sha512-hm6N8nrm3Y08jXie48jsC55eCZz9mnb4OirAStEk2deqeyhXU3C1otDVh+ccttMuc1sBi6RX6ZJ720hs9RCvgw== + dependencies: + glogg "^1.0.0" + +has-property-descriptors@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861" + integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ== + dependencies: + get-intrinsic "^1.1.1" + +has-proto@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0" + integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg== + +has-symbols@^1.0.2, has-symbols@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" + integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== + +has-tostringtag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" + integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== + dependencies: + has-symbols "^1.0.2" + +has-value@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" + integrity sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q== + dependencies: + get-value "^2.0.3" + has-values "^0.1.4" + isobject "^2.0.0" + +has-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" + integrity sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw== + dependencies: + get-value "^2.0.6" + has-values "^1.0.0" + isobject "^3.0.0" + +has-values@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" + integrity sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ== + +has-values@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" + integrity sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ== + dependencies: + is-number "^3.0.0" + kind-of "^4.0.0" + +has@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== + dependencies: + function-bind "^1.1.1" + +homedir-polyfill@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8" + integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== + dependencies: + parse-passwd "^1.0.0" + +hosted-git-info@^2.1.4: + version "2.8.9" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" + integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== + +ieee754@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" + integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== + +immediate@~3.0.5: + version "3.0.6" + resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" + integrity sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ== + +immutable@^4.0.0: + version "4.3.4" + resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.4.tgz#2e07b33837b4bb7662f288c244d1ced1ef65a78f" + integrity sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA== + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +ini@^1.3.4: + version "1.3.8" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" + integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== + +interpret@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" + integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== + +invert-kv@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" + integrity sha512-xgs2NH9AE66ucSq4cNG1nhSFghr5l6tdL15Pk+jl46bmmBapgoaY/AacXyaDznAqmGL99TiLSQgO/XazFSKYeQ== + +is-absolute@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-absolute/-/is-absolute-1.0.0.tgz#395e1ae84b11f26ad1795e73c17378e48a301576" + integrity sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA== + dependencies: + is-relative "^1.0.0" + is-windows "^1.0.1" + +is-accessor-descriptor@^0.1.6: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" + integrity sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A== + dependencies: + kind-of "^3.0.2" + +is-accessor-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" + integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== + dependencies: + kind-of "^6.0.0" + +is-arguments@^1.0.4: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" + integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" + +is-arrayish@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== + +is-binary-path@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" + integrity sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q== + dependencies: + binary-extensions "^1.0.0" + +is-binary-path@~2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" + integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== + dependencies: + binary-extensions "^2.0.0" + +is-buffer@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== + +is-buffer@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191" + integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ== + +is-callable@^1.1.3: + version "1.2.7" + resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" + integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== + +is-core-module@^2.13.0: + version "2.13.0" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db" + integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ== + dependencies: + has "^1.0.3" + +is-data-descriptor@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" + integrity sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg== + dependencies: + kind-of "^3.0.2" + +is-data-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" + integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== + dependencies: + kind-of "^6.0.0" + +is-descriptor@^0.1.0: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" + integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== + dependencies: + is-accessor-descriptor "^0.1.6" + is-data-descriptor "^0.1.4" + kind-of "^5.0.0" + +is-descriptor@^1.0.0, is-descriptor@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" + integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== + dependencies: + is-accessor-descriptor "^1.0.0" + is-data-descriptor "^1.0.0" + kind-of "^6.0.2" + +is-extendable@^0.1.0, is-extendable@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + integrity sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw== + +is-extendable@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" + integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== + dependencies: + is-plain-object "^2.0.4" + +is-extglob@^2.1.0, is-extglob@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== + +is-fullwidth-code-point@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" + integrity sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw== + dependencies: + number-is-nan "^1.0.0" + +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== + +is-generator-function@^1.0.7: + version "1.0.10" + resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72" + integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A== + dependencies: + has-tostringtag "^1.0.0" + +is-glob@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" + integrity sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw== + dependencies: + is-extglob "^2.1.0" + +is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: + version "4.0.3" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" + integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== + dependencies: + is-extglob "^2.1.1" + +is-negated-glob@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-negated-glob/-/is-negated-glob-1.0.0.tgz#6910bca5da8c95e784b5751b976cf5a10fee36d2" + integrity sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug== + +is-number@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" + integrity sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg== + dependencies: + kind-of "^3.0.2" + +is-number@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff" + integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ== + +is-number@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== + +is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" + integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== + dependencies: + isobject "^3.0.1" + +is-plain-object@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344" + integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q== + +is-promise@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.2.2.tgz#39ab959ccbf9a774cf079f7b40c7a26f763135f1" + integrity sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ== + +is-relative@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-relative/-/is-relative-1.0.0.tgz#a1bb6935ce8c5dba1e8b9754b9b2dcc020e2260d" + integrity sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA== + dependencies: + is-unc-path "^1.0.0" + +is-typed-array@^1.1.3: + version "1.1.12" + resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.12.tgz#d0bab5686ef4a76f7a73097b95470ab199c57d4a" + integrity sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg== + dependencies: + which-typed-array "^1.1.11" + +is-unc-path@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-unc-path/-/is-unc-path-1.0.0.tgz#d731e8898ed090a12c352ad2eaed5095ad322c9d" + integrity sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ== + dependencies: + unc-path-regex "^0.1.2" + +is-utf8@^0.2.0, is-utf8@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" + integrity sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q== + +is-valid-glob@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-valid-glob/-/is-valid-glob-1.0.0.tgz#29bf3eff701be2d4d315dbacc39bc39fe8f601aa" + integrity sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA== + +is-windows@^1.0.1, is-windows@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" + integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== + +is@latest: + version "3.3.0" + resolved "https://registry.yarnpkg.com/is/-/is-3.3.0.tgz#61cff6dd3c4193db94a3d62582072b44e5645d79" + integrity sha512-nW24QBoPcFGGHJGUwnfpI7Yc5CdqWNdsyHQszVE/z2pKHXzh7FZ5GWhJqSyaQ9wMkQnsTx+kAI8bHlCX4tKdbg== + +isarray@1.0.0, isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== + +isobject@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" + integrity sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA== + dependencies: + isarray "1.0.0" + +isobject@^3.0.0, isobject@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" + integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg== + +js-yaml@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" + integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== + dependencies: + argparse "^2.0.1" + +json-stable-stringify-without-jsonify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" + integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== + +just-debounce@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/just-debounce/-/just-debounce-1.1.0.tgz#2f81a3ad4121a76bc7cb45dbf704c0d76a8e5ddf" + integrity sha512-qpcRocdkUmf+UTNBYx5w6dexX5J31AKK1OmPwH630a83DdVVUIngk55RSAiIGpQyoH0dlr872VHfPjnQnK1qDQ== + +kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" + integrity sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ== + dependencies: + is-buffer "^1.1.5" + +kind-of@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" + integrity sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw== + dependencies: + is-buffer "^1.1.5" + +kind-of@^5.0.0, kind-of@^5.0.2: + version "5.1.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" + integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== + +kind-of@^6.0.0, kind-of@^6.0.2: + version "6.0.3" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" + integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== + +last-run@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/last-run/-/last-run-1.1.1.tgz#45b96942c17b1c79c772198259ba943bebf8ca5b" + integrity sha512-U/VxvpX4N/rFvPzr3qG5EtLKEnNI0emvIQB3/ecEwv+8GHaUKbIB8vxv1Oai5FAF0d0r7LXHhLLe5K/yChm5GQ== + dependencies: + default-resolution "^2.0.0" + es6-weak-map "^2.0.1" + +lazystream@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.1.tgz#494c831062f1f9408251ec44db1cba29242a2638" + integrity sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw== + dependencies: + readable-stream "^2.0.5" + +lcid@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" + integrity sha512-YiGkH6EnGrDGqLMITnGjXtGmNtjoXw9SVUzcaos8RBi7Ps0VBylkq+vOcY9QE5poLasPCR849ucFUkl0UzUyOw== + dependencies: + invert-kv "^1.0.0" + +lead@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/lead/-/lead-1.0.0.tgz#6f14f99a37be3a9dd784f5495690e5903466ee42" + integrity sha512-IpSVCk9AYvLHo5ctcIXxOBpMWUe+4TKN3VPWAKUbJikkmsGp0VrSM8IttVc32D6J4WUsiPE6aEFRNmIoF/gdow== + dependencies: + flush-write-stream "^1.0.2" + +level-supports@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/level-supports/-/level-supports-4.0.1.tgz#431546f9d81f10ff0fea0e74533a0e875c08c66a" + integrity sha512-PbXpve8rKeNcZ9C1mUicC9auIYFyGpkV9/i6g76tLgANwWhtG2v7I4xNBUlkn3lE2/dZF3Pi0ygYGtLc4RXXdA== + +level-transcoder@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/level-transcoder/-/level-transcoder-1.0.1.tgz#f8cef5990c4f1283d4c86d949e73631b0bc8ba9c" + integrity sha512-t7bFwFtsQeD8cl8NIoQ2iwxA0CL/9IFw7/9gAjOonH0PWTTiRfY7Hq+Ejbsxh86tXobDQ6IOiddjNYIfOBs06w== + dependencies: + buffer "^6.0.3" + module-error "^1.0.1" + +lie@3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/lie/-/lie-3.1.1.tgz#9a436b2cc7746ca59de7a41fa469b3efb76bd87e" + integrity sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw== + dependencies: + immediate "~3.0.5" + +liftoff@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/liftoff/-/liftoff-3.1.0.tgz#c9ba6081f908670607ee79062d700df062c52ed3" + integrity sha512-DlIPlJUkCV0Ips2zf2pJP0unEoT1kwYhiiPUGF3s/jtxTCjziNLoiVVh+jqWOWeFi6mmwQ5fNxvAUyPad4Dfog== + dependencies: + extend "^3.0.0" + findup-sync "^3.0.0" + fined "^1.0.1" + flagged-respawn "^1.0.0" + is-plain-object "^2.0.4" + object.map "^1.0.0" + rechoir "^0.6.2" + resolve "^1.1.7" + +load-json-file@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" + integrity sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A== + dependencies: + graceful-fs "^4.1.2" + parse-json "^2.2.0" + pify "^2.0.0" + pinkie-promise "^2.0.0" + strip-bom "^2.0.0" + +localforage@^1.9.0, localforage@latest: + version "1.10.0" + resolved "https://registry.yarnpkg.com/localforage/-/localforage-1.10.0.tgz#5c465dc5f62b2807c3a84c0c6a1b1b3212781dd4" + integrity sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg== + dependencies: + lie "3.1.1" + +lodash.clonedeep@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" + integrity sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ== + +lru-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/lru-queue/-/lru-queue-0.1.0.tgz#2738bd9f0d3cf4f84490c5736c48699ac632cda3" + integrity sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ== + dependencies: + es5-ext "~0.10.2" + +make-iterator@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/make-iterator/-/make-iterator-1.0.1.tgz#29b33f312aa8f547c4a5e490f56afcec99133ad6" + integrity sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw== + dependencies: + kind-of "^6.0.2" + +map-cache@^0.2.0, map-cache@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" + integrity sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg== + +map-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" + integrity sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w== + dependencies: + object-visit "^1.0.0" + +matchdep@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/matchdep/-/matchdep-2.0.0.tgz#c6f34834a0d8dbc3b37c27ee8bbcb27c7775582e" + integrity sha512-LFgVbaHIHMqCRuCZyfCtUOq9/Lnzhi7Z0KFUE2fhD54+JN2jLh3hC02RLkqauJ3U4soU6H1J3tfj/Byk7GoEjA== + dependencies: + findup-sync "^2.0.0" + micromatch "^3.0.4" + resolve "^1.4.0" + stack-trace "0.0.10" + +memoizee@0.4.X: + version "0.4.15" + resolved "https://registry.yarnpkg.com/memoizee/-/memoizee-0.4.15.tgz#e6f3d2da863f318d02225391829a6c5956555b72" + integrity sha512-UBWmJpLZd5STPm7PMUlOw/TSy972M+z8gcyQ5veOnSDRREz/0bmpyTfKt3/51DhEBqCZQn1udM/5flcSPYhkdQ== + dependencies: + d "^1.0.1" + es5-ext "^0.10.53" + es6-weak-map "^2.0.3" + event-emitter "^0.3.5" + is-promise "^2.2.2" + lru-queue "^0.1.0" + next-tick "^1.1.0" + timers-ext "^0.1.7" + +merge-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== + +micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: + version "3.1.10" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" + integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + braces "^2.3.1" + define-property "^2.0.2" + extend-shallow "^3.0.2" + extglob "^2.0.4" + fragment-cache "^0.2.1" + kind-of "^6.0.2" + nanomatch "^1.2.9" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.2" + +minimatch@^3.1.1: + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== + dependencies: + brace-expansion "^1.1.7" + +mixin-deep@^1.2.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" + integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== + dependencies: + for-in "^1.0.2" + is-extendable "^1.0.1" + +mkdirp@^3.0.0, mkdirp@latest: + version "3.0.1" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50" + integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg== + +module-error@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/module-error/-/module-error-1.0.2.tgz#8d1a48897ca883f47a45816d4fb3e3c6ba404d86" + integrity sha512-0yuvsqSCv8LbaOKhnsQ/T5JhyFlCYLPXK3U2sgV10zoKQwzs/MyfuQUOZQ1V/6OCOJsK/TRgNVrPuPDqtdMFtA== + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== + +ms@^2.1.1: + version "2.1.3" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== + +mute-stdout@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/mute-stdout/-/mute-stdout-1.0.1.tgz#acb0300eb4de23a7ddeec014e3e96044b3472331" + integrity sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg== + +nan@^2.12.1: + version "2.18.0" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.18.0.tgz#26a6faae7ffbeb293a39660e88a76b82e30b7554" + integrity sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w== + +nanoid@^3.3.6: + version "3.3.6" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c" + integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA== + +nanomatch@^1.2.9: + version "1.2.13" + resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" + integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + define-property "^2.0.2" + extend-shallow "^3.0.2" + fragment-cache "^0.2.1" + is-windows "^1.0.2" + kind-of "^6.0.2" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +napi-macros@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/napi-macros/-/napi-macros-2.2.2.tgz#817fef20c3e0e40a963fbf7b37d1600bd0201044" + integrity sha512-hmEVtAGYzVQpCKdbQea4skABsdXW4RUh5t5mJ2zzqowJS2OyXZTU1KhDVFhx+NlWZ4ap9mqR9TcDO3LTTttd+g== + +nedb-core@^3.0.6: + version "3.0.6" + resolved "https://registry.yarnpkg.com/nedb-core/-/nedb-core-3.0.6.tgz#e01ad0f2272217f510918d986393303e8b4c8d32" + integrity sha512-fbxtDJGduzLuxTWE3eD+FLb2yvtFunPBy/bNPS2TIaHNJK1YzEQydrNXJuOSGzZJ9DrNWOm+MdsqkdOeWBV74Q== + dependencies: + async latest + is latest + localforage latest + mkdirp latest + underscore latest + +nedb-promises@^6.2.1: + version "6.2.3" + resolved "https://registry.yarnpkg.com/nedb-promises/-/nedb-promises-6.2.3.tgz#4b3020a94fe971802a8323b082f67397701f0461" + integrity sha512-enq0IjNyBz9Qy9W/QPCcLGh/QORGBjXbIeZeWvIjO3OMLyAvlKT3hiJubP2BKEiFniUlR3L01o18ktqgn5jxqA== + dependencies: + "@seald-io/nedb" "^4.0.2" + +next-tick@1, next-tick@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.1.0.tgz#1836ee30ad56d67ef281b22bd199f709449b35eb" + integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ== + +node-gyp-build@^4.3.0: + version "4.6.1" + resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.1.tgz#24b6d075e5e391b8d5539d98c7fc5c210cac8a3e" + integrity sha512-24vnklJmyRS8ViBNI8KbtK/r/DmXQMRiOMXTNz2nrTnAYUwjmEEbnnpB/+kt+yWRv73bPsSPRFddrcIbAxSiMQ== + +node-releases@^2.0.13: + version "2.0.13" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d" + integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ== + +normalize-package-data@^2.3.2: + version "2.5.0" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" + integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== + dependencies: + hosted-git-info "^2.1.4" + resolve "^1.10.0" + semver "2 || 3 || 4 || 5" + validate-npm-package-license "^3.0.1" + +normalize-path@^2.0.1, normalize-path@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" + integrity sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w== + dependencies: + remove-trailing-separator "^1.0.1" + +normalize-path@^3.0.0, normalize-path@~3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" + integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== + +normalize-range@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" + integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA== + +now-and-later@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/now-and-later/-/now-and-later-2.0.1.tgz#8e579c8685764a7cc02cb680380e94f43ccb1f7c" + integrity sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ== + dependencies: + once "^1.3.2" + +number-is-nan@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" + integrity sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ== + +object-assign@4.X: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== + +object-copy@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" + integrity sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ== + dependencies: + copy-descriptor "^0.1.0" + define-property "^0.2.5" + kind-of "^3.0.3" + +object-keys@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" + integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== + +object-visit@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" + integrity sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA== + dependencies: + isobject "^3.0.0" + +object.assign@^4.0.4, object.assign@^4.1.0: + version "4.1.4" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f" + integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.4" + has-symbols "^1.0.3" + object-keys "^1.1.1" + +object.defaults@^1.0.0, object.defaults@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/object.defaults/-/object.defaults-1.1.0.tgz#3a7f868334b407dea06da16d88d5cd29e435fecf" + integrity sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA== + dependencies: + array-each "^1.0.1" + array-slice "^1.0.0" + for-own "^1.0.0" + isobject "^3.0.0" + +object.map@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object.map/-/object.map-1.0.1.tgz#cf83e59dc8fcc0ad5f4250e1f78b3b81bd801d37" + integrity sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w== + dependencies: + for-own "^1.0.0" + make-iterator "^1.0.0" + +object.pick@^1.2.0, object.pick@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" + integrity sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ== + dependencies: + isobject "^3.0.1" + +object.reduce@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object.reduce/-/object.reduce-1.0.1.tgz#6fe348f2ac7fa0f95ca621226599096825bb03ad" + integrity sha512-naLhxxpUESbNkRqc35oQ2scZSJueHGQNUfMW/0U37IgN6tE2dgDWg3whf+NEliy3F/QysrO48XKUz/nGPe+AQw== + dependencies: + for-own "^1.0.0" + make-iterator "^1.0.0" + +once@^1.3.0, once@^1.3.1, once@^1.3.2, once@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== + dependencies: + wrappy "1" + +ordered-read-streams@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz#77c0cb37c41525d64166d990ffad7ec6a0e1363e" + integrity sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw== + dependencies: + readable-stream "^2.0.1" + +os-locale@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9" + integrity sha512-PRT7ZORmwu2MEFt4/fv3Q+mEfN4zetKxufQrkShY2oGvUms9r8otu5HfdyIFHkYXjO7laNsoVGmM2MANfuTA8g== + dependencies: + lcid "^1.0.0" + +parse-filepath@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/parse-filepath/-/parse-filepath-1.0.2.tgz#a632127f53aaf3d15876f5872f3ffac763d6c891" + integrity sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q== + dependencies: + is-absolute "^1.0.0" + map-cache "^0.2.0" + path-root "^0.1.1" + +parse-json@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" + integrity sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ== + dependencies: + error-ex "^1.2.0" + +parse-node-version@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/parse-node-version/-/parse-node-version-1.0.1.tgz#e2b5dbede00e7fa9bc363607f53327e8b073189b" + integrity sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA== + +parse-passwd@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" + integrity sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q== + +pascalcase@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" + integrity sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw== + +path-dirname@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" + integrity sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q== + +path-exists@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" + integrity sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ== + dependencies: + pinkie-promise "^2.0.0" + +path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== + +path-parse@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== + +path-root-regex@^0.1.0: + version "0.1.2" + resolved "https://registry.yarnpkg.com/path-root-regex/-/path-root-regex-0.1.2.tgz#bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d" + integrity sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ== + +path-root@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/path-root/-/path-root-0.1.1.tgz#9a4a6814cac1c0cd73360a95f32083c8ea4745b7" + integrity sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg== + dependencies: + path-root-regex "^0.1.0" + +path-type@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" + integrity sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg== + dependencies: + graceful-fs "^4.1.2" + pify "^2.0.0" + pinkie-promise "^2.0.0" + +picocolors@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" + integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== + +picocolors@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" + integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== + +picomatch@^2.0.4, picomatch@^2.2.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== + +pify@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" + integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== + +pinkie-promise@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" + integrity sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw== + dependencies: + pinkie "^2.0.0" + +pinkie@^2.0.0: + version "2.0.4" + resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" + integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg== + +plugin-error@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/plugin-error/-/plugin-error-1.0.1.tgz#77016bd8919d0ac377fdcdd0322328953ca5781c" + integrity sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA== + dependencies: + ansi-colors "^1.0.1" + arr-diff "^4.0.0" + arr-union "^3.1.0" + extend-shallow "^3.0.2" + +posix-character-classes@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" + integrity sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg== + +postcss-value-parser@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" + integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== + +postcss@^7.0.16: + version "7.0.39" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309" + integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA== + dependencies: + picocolors "^0.2.1" + source-map "^0.6.1" + +postcss@^8.3.0: + version "8.4.30" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.30.tgz#0e0648d551a606ef2192a26da4cabafcc09c1aa7" + integrity sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g== + dependencies: + nanoid "^3.3.6" + picocolors "^1.0.0" + source-map-js "^1.0.2" + +pretty-hrtime@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1" + integrity sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A== + +process-nextick-args@^2.0.0, process-nextick-args@~2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" + integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== + +pump@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909" + integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +pump@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +pumpify@^1.3.5: + version "1.5.1" + resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce" + integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== + dependencies: + duplexify "^3.6.0" + inherits "^2.0.3" + pump "^2.0.0" + +queue-microtask@^1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" + integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== + +read-pkg-up@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" + integrity sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A== + dependencies: + find-up "^1.0.0" + read-pkg "^1.0.0" + +read-pkg@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" + integrity sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ== + dependencies: + load-json-file "^1.0.0" + normalize-package-data "^2.3.2" + path-type "^1.0.0" + +"readable-stream@2 || 3", readable-stream@3: + version "3.6.2" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" + integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== + dependencies: + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" + +readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.5, readable-stream@^2.3.6, readable-stream@~2.3.6: + version "2.3.8" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b" + integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA== + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +readdirp@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" + integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== + dependencies: + graceful-fs "^4.1.11" + micromatch "^3.1.10" + readable-stream "^2.0.2" + +readdirp@~3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" + integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== + dependencies: + picomatch "^2.2.1" + +rechoir@^0.6.2: + version "0.6.2" + resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384" + integrity sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw== + dependencies: + resolve "^1.1.6" + +regex-not@^1.0.0, regex-not@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" + integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== + dependencies: + extend-shallow "^3.0.2" + safe-regex "^1.1.0" + +remove-bom-buffer@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz#c2bf1e377520d324f623892e33c10cac2c252b53" + integrity sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ== + dependencies: + is-buffer "^1.1.5" + is-utf8 "^0.2.1" + +remove-bom-stream@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz#05f1a593f16e42e1fb90ebf59de8e569525f9523" + integrity sha512-wigO8/O08XHb8YPzpDDT+QmRANfW6vLqxfaXm1YXhnFf3AkSLyjfG3GEFg4McZkmgL7KvCj5u2KczkvSP6NfHA== + dependencies: + remove-bom-buffer "^3.0.0" + safe-buffer "^5.1.0" + through2 "^2.0.3" + +remove-trailing-separator@^1.0.1, remove-trailing-separator@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" + integrity sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw== + +repeat-element@^1.1.2: + version "1.1.4" + resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9" + integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ== + +repeat-string@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + integrity sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w== + +replace-ext@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.1.tgz#2d6d996d04a15855d967443631dd5f77825b016a" + integrity sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw== + +replace-ext@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-2.0.0.tgz#9471c213d22e1bcc26717cd6e50881d88f812b06" + integrity sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug== + +replace-homedir@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/replace-homedir/-/replace-homedir-1.0.0.tgz#e87f6d513b928dde808260c12be7fec6ff6e798c" + integrity sha512-CHPV/GAglbIB1tnQgaiysb8H2yCy8WQ7lcEwQ/eT+kLj0QHV8LnJW0zpqpE7RSkrMSRoa+EBoag86clf7WAgSg== + dependencies: + homedir-polyfill "^1.0.1" + is-absolute "^1.0.0" + remove-trailing-separator "^1.1.0" + +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== + +require-main-filename@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" + integrity sha512-IqSUtOVP4ksd1C/ej5zeEh/BIP2ajqpn8c5x+q99gvcIG/Qf0cud5raVnE/Dwd0ua9TXYDoDc0RE5hBSdz22Ug== + +resolve-dir@^1.0.0, resolve-dir@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43" + integrity sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg== + dependencies: + expand-tilde "^2.0.0" + global-modules "^1.0.0" + +resolve-options@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/resolve-options/-/resolve-options-1.1.0.tgz#32bb9e39c06d67338dc9378c0d6d6074566ad131" + integrity sha512-NYDgziiroVeDC29xq7bp/CacZERYsA9bXYd1ZmcJlF3BcrZv5pTb4NG7SjdyKDnXZ84aC4vo2u6sNKIA1LCu/A== + dependencies: + value-or-function "^3.0.0" + +resolve-url@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" + integrity sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg== + +resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.4.0: + version "1.22.6" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.6.tgz#dd209739eca3aef739c626fea1b4f3c506195362" + integrity sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw== + dependencies: + is-core-module "^2.13.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + +ret@~0.1.10: + version "0.1.15" + resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" + integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== + +safe-buffer@^5.1.0, safe-buffer@~5.2.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + +safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +safe-regex@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" + integrity sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg== + dependencies: + ret "~0.1.10" + +sass@^1.53.0: + version "1.67.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.67.0.tgz#fed84d74b9cd708db603b1380d6dc1f71bb24f6f" + integrity sha512-SVrO9ZeX/QQyEGtuZYCVxoeAL5vGlYjJ9p4i4HFuekWl8y/LtJ7tJc10Z+ck1c8xOuoBm2MYzcLfTAffD0pl/A== + dependencies: + chokidar ">=3.0.0 <4.0.0" + immutable "^4.0.0" + source-map-js ">=0.6.2 <2.0.0" + +semver-greatest-satisfied-range@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz#13e8c2658ab9691cb0cd71093240280d36f77a5b" + integrity sha512-Ny/iyOzSSa8M5ML46IAx3iXc6tfOsYU2R4AXi2UpHk60Zrgyq6eqPj/xiOfS0rRl/iiQ/rdJkVjw/5cdUyCntQ== + dependencies: + sver-compat "^1.5.0" + +"semver@2 || 3 || 4 || 5": + version "5.7.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" + integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== + +set-blocking@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== + +set-value@^2.0.0, set-value@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" + integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== + dependencies: + extend-shallow "^2.0.1" + is-extendable "^0.1.1" + is-plain-object "^2.0.3" + split-string "^3.0.1" + +snapdragon-node@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" + integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== + dependencies: + define-property "^1.0.0" + isobject "^3.0.0" + snapdragon-util "^3.0.1" + +snapdragon-util@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" + integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== + dependencies: + kind-of "^3.2.0" + +snapdragon@^0.8.1: + version "0.8.2" + resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" + integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== + dependencies: + base "^0.11.1" + debug "^2.2.0" + define-property "^0.2.5" + extend-shallow "^2.0.1" + map-cache "^0.2.2" + source-map "^0.5.6" + source-map-resolve "^0.5.0" + use "^3.1.0" + +"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" + integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== + +source-map-resolve@^0.5.0: + version "0.5.3" + resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" + integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== + dependencies: + atob "^2.1.2" + decode-uri-component "^0.2.0" + resolve-url "^0.2.1" + source-map-url "^0.4.0" + urix "^0.1.0" + +source-map-resolve@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.6.0.tgz#3d9df87e236b53f16d01e58150fc7711138e5ed2" + integrity sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w== + dependencies: + atob "^2.1.2" + decode-uri-component "^0.2.0" + +source-map-url@^0.4.0: + version "0.4.1" + resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56" + integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== + +source-map@^0.5.1, source-map@^0.5.6: + version "0.5.7" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ== + +source-map@^0.6.0, source-map@^0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + +sparkles@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/sparkles/-/sparkles-1.0.1.tgz#008db65edce6c50eec0c5e228e1945061dd0437c" + integrity sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw== + +spdx-correct@^3.0.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c" + integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA== + dependencies: + spdx-expression-parse "^3.0.0" + spdx-license-ids "^3.0.0" + +spdx-exceptions@^2.1.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d" + integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== + +spdx-expression-parse@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" + integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== + dependencies: + spdx-exceptions "^2.1.0" + spdx-license-ids "^3.0.0" + +spdx-license-ids@^3.0.0: + version "3.0.13" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz#7189a474c46f8d47c7b0da4b987bb45e908bd2d5" + integrity sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w== + +split-string@^3.0.1, split-string@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" + integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== + dependencies: + extend-shallow "^3.0.0" + +stack-trace@0.0.10: + version "0.0.10" + resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.10.tgz#547c70b347e8d32b4e108ea1a2a159e5fdde19c0" + integrity sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg== + +static-extend@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" + integrity sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g== + dependencies: + define-property "^0.2.5" + object-copy "^0.1.0" + +stream-exhaust@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/stream-exhaust/-/stream-exhaust-1.0.2.tgz#acdac8da59ef2bc1e17a2c0ccf6c320d120e555d" + integrity sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw== + +stream-shift@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" + integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== + +string-width@^1.0.1, string-width@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" + integrity sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw== + dependencies: + code-point-at "^1.0.0" + is-fullwidth-code-point "^1.0.0" + strip-ansi "^3.0.0" + +string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string_decoder@^1.1.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== + dependencies: + safe-buffer "~5.2.0" + +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + +strip-ansi@^3.0.0, strip-ansi@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + integrity sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg== + dependencies: + ansi-regex "^2.0.0" + +strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-bom-string@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/strip-bom-string/-/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92" + integrity sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g== + +strip-bom@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" + integrity sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g== + dependencies: + is-utf8 "^0.2.0" + +supports-preserve-symlinks-flag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== + +sver-compat@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/sver-compat/-/sver-compat-1.5.0.tgz#3cf87dfeb4d07b4a3f14827bc186b3fd0c645cd8" + integrity sha512-aFTHfmjwizMNlNE6dsGmoAM4lHjL0CyiobWaFiXWSlD7cIxshW422Nb8KbXCmR6z+0ZEPY+daXJrDyh/vuwTyg== + dependencies: + es6-iterator "^2.0.1" + es6-symbol "^3.1.1" + +through2-filter@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/through2-filter/-/through2-filter-3.0.0.tgz#700e786df2367c2c88cd8aa5be4cf9c1e7831254" + integrity sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA== + dependencies: + through2 "~2.0.0" + xtend "~4.0.0" + +through2@^2.0.0, through2@^2.0.3, through2@~2.0.0: + version "2.0.5" + resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" + integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== + dependencies: + readable-stream "~2.3.6" + xtend "~4.0.1" + +through2@^3.0.1: + version "3.0.2" + resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.2.tgz#99f88931cfc761ec7678b41d5d7336b5b6a07bf4" + integrity sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ== + dependencies: + inherits "^2.0.4" + readable-stream "2 || 3" + +through2@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/through2/-/through2-4.0.2.tgz#a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764" + integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw== + dependencies: + readable-stream "3" + +time-stamp@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/time-stamp/-/time-stamp-1.1.0.tgz#764a5a11af50561921b133f3b44e618687e0f5c3" + integrity sha512-gLCeArryy2yNTRzTGKbZbloctj64jkZ57hj5zdraXue6aFgd6PmvVtEyiUU+hvU0v7q08oVv8r8ev0tRo6bvgw== + +timers-ext@^0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/timers-ext/-/timers-ext-0.1.7.tgz#6f57ad8578e07a3fb9f91d9387d65647555e25c6" + integrity sha512-b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ== + dependencies: + es5-ext "~0.10.46" + next-tick "1" + +to-absolute-glob@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz#1865f43d9e74b0822db9f145b78cff7d0f7c849b" + integrity sha512-rtwLUQEwT8ZeKQbyFJyomBRYXyE16U5VKuy0ftxLMK/PZb2fkOsg5r9kHdauuVDbsNdIBoC/HCthpidamQFXYA== + dependencies: + is-absolute "^1.0.0" + is-negated-glob "^1.0.0" + +to-object-path@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" + integrity sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg== + dependencies: + kind-of "^3.0.2" + +to-regex-range@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" + integrity sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg== + dependencies: + is-number "^3.0.0" + repeat-string "^1.6.1" + +to-regex-range@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== + dependencies: + is-number "^7.0.0" + +to-regex@^3.0.1, to-regex@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" + integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== + dependencies: + define-property "^2.0.2" + extend-shallow "^3.0.2" + regex-not "^1.0.2" + safe-regex "^1.1.0" + +to-through@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/to-through/-/to-through-2.0.0.tgz#fc92adaba072647bc0b67d6b03664aa195093af6" + integrity sha512-+QIz37Ly7acM4EMdw2PRN389OneM5+d844tirkGp4dPKzI5OE72V9OsbFp+CIYJDahZ41ZV05hNtcPAQUAm9/Q== + dependencies: + through2 "^2.0.3" + +type@^1.0.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0" + integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg== + +type@^2.7.2: + version "2.7.2" + resolved "https://registry.yarnpkg.com/type/-/type-2.7.2.tgz#2376a15a3a28b1efa0f5350dcf72d24df6ef98d0" + integrity sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw== + +typedarray@^0.0.6: + version "0.0.6" + resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" + integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== + +unc-path-regex@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa" + integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg== + +underscore@latest: + version "1.13.6" + resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441" + integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A== + +undertaker-registry@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/undertaker-registry/-/undertaker-registry-1.0.1.tgz#5e4bda308e4a8a2ae584f9b9a4359a499825cc50" + integrity sha512-UR1khWeAjugW3548EfQmL9Z7pGMlBgXteQpr1IZeZBtnkCJQJIJ1Scj0mb9wQaPvUZ9Q17XqW6TIaPchJkyfqw== + +undertaker@^1.2.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/undertaker/-/undertaker-1.3.0.tgz#363a6e541f27954d5791d6fa3c1d321666f86d18" + integrity sha512-/RXwi5m/Mu3H6IHQGww3GNt1PNXlbeCuclF2QYR14L/2CHPz3DFZkvB5hZ0N/QUkiXWCACML2jXViIQEQc2MLg== + dependencies: + arr-flatten "^1.0.1" + arr-map "^2.0.0" + bach "^1.0.0" + collection-map "^1.0.0" + es6-weak-map "^2.0.1" + fast-levenshtein "^1.0.0" + last-run "^1.1.0" + object.defaults "^1.0.0" + object.reduce "^1.0.0" + undertaker-registry "^1.0.0" + +union-value@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" + integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== + dependencies: + arr-union "^3.1.0" + get-value "^2.0.6" + is-extendable "^0.1.1" + set-value "^2.0.1" + +unique-stream@^2.0.2: + version "2.3.1" + resolved "https://registry.yarnpkg.com/unique-stream/-/unique-stream-2.3.1.tgz#c65d110e9a4adf9a6c5948b28053d9a8d04cbeac" + integrity sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A== + dependencies: + json-stable-stringify-without-jsonify "^1.0.1" + through2-filter "^3.0.0" + +unset-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" + integrity sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ== + dependencies: + has-value "^0.3.1" + isobject "^3.0.0" + +upath@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" + integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== + +update-browserslist-db@^1.0.11: + version "1.0.11" + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940" + integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA== + dependencies: + escalade "^3.1.1" + picocolors "^1.0.0" + +urix@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" + integrity sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg== + +use@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" + integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== + +util-deprecate@^1.0.1, util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== + +util@^0.12.4: + version "0.12.5" + resolved "https://registry.yarnpkg.com/util/-/util-0.12.5.tgz#5f17a6059b73db61a875668781a1c2b136bd6fbc" + integrity sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA== + dependencies: + inherits "^2.0.3" + is-arguments "^1.0.4" + is-generator-function "^1.0.7" + is-typed-array "^1.1.3" + which-typed-array "^1.1.2" + +v8flags@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-3.2.0.tgz#b243e3b4dfd731fa774e7492128109a0fe66d656" + integrity sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg== + dependencies: + homedir-polyfill "^1.0.1" + +validate-npm-package-license@^3.0.1: + version "3.0.4" + resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" + integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== + dependencies: + spdx-correct "^3.0.0" + spdx-expression-parse "^3.0.0" + +value-or-function@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/value-or-function/-/value-or-function-3.0.0.tgz#1c243a50b595c1be54a754bfece8563b9ff8d813" + integrity sha512-jdBB2FrWvQC/pnPtIqcLsMaQgjhdb6B7tk1MMyTKapox+tQZbdRP4uLxu/JY0t7fbfDCUMnuelzEYv5GsxHhdg== + +vinyl-fs@^3.0.0: + version "3.0.3" + resolved "https://registry.yarnpkg.com/vinyl-fs/-/vinyl-fs-3.0.3.tgz#c85849405f67428feabbbd5c5dbdd64f47d31bc7" + integrity sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng== + dependencies: + fs-mkdirp-stream "^1.0.0" + glob-stream "^6.1.0" + graceful-fs "^4.0.0" + is-valid-glob "^1.0.0" + lazystream "^1.0.0" + lead "^1.0.0" + object.assign "^4.0.4" + pumpify "^1.3.5" + readable-stream "^2.3.3" + remove-bom-buffer "^3.0.0" + remove-bom-stream "^1.2.0" + resolve-options "^1.1.0" + through2 "^2.0.0" + to-through "^2.0.0" + value-or-function "^3.0.0" + vinyl "^2.0.0" + vinyl-sourcemap "^1.1.0" + +vinyl-sourcemap@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz#92a800593a38703a8cdb11d8b300ad4be63b3e16" + integrity sha512-NiibMgt6VJGJmyw7vtzhctDcfKch4e4n9TBeoWlirb7FMg9/1Ov9k+A5ZRAtywBpRPiyECvQRQllYM8dECegVA== + dependencies: + append-buffer "^1.0.2" + convert-source-map "^1.5.0" + graceful-fs "^4.1.6" + normalize-path "^2.1.1" + now-and-later "^2.0.0" + remove-bom-buffer "^3.0.0" + vinyl "^2.0.0" + +vinyl-sourcemaps-apply@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz#ab6549d61d172c2b1b87be5c508d239c8ef87705" + integrity sha512-+oDh3KYZBoZC8hfocrbrxbLUeaYtQK7J5WU5Br9VqWqmCll3tFJqKp97GC9GmMsVIL0qnx2DgEDVxdo5EZ5sSw== + dependencies: + source-map "^0.5.1" + +vinyl@^2.0.0, vinyl@^2.1.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-2.2.1.tgz#23cfb8bbab5ece3803aa2c0a1eb28af7cbba1974" + integrity sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw== + dependencies: + clone "^2.1.1" + clone-buffer "^1.0.0" + clone-stats "^1.0.0" + cloneable-readable "^1.0.0" + remove-trailing-separator "^1.0.1" + replace-ext "^1.0.0" + +which-module@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f" + integrity sha512-F6+WgncZi/mJDrammbTuHe1q0R5hOXv/mBaiNA2TCNT/LTHusX0V+CJnj9XT8ki5ln2UZyyddDgHfCzyrOH7MQ== + +which-typed-array@^1.1.11, which-typed-array@^1.1.2: + version "1.1.11" + resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.11.tgz#99d691f23c72aab6768680805a271b69761ed61a" + integrity sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew== + dependencies: + available-typed-arrays "^1.0.5" + call-bind "^1.0.2" + for-each "^0.3.3" + gopd "^1.0.1" + has-tostringtag "^1.0.0" + +which@^1.2.14: + version "1.3.1" + resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" + integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== + dependencies: + isexe "^2.0.0" + +wrap-ansi@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" + integrity sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw== + dependencies: + string-width "^1.0.1" + strip-ansi "^3.0.1" + +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== + +xtend@~4.0.0, xtend@~4.0.1: + version "4.0.2" + resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" + integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== + +y18n@^3.2.1: + version "3.2.2" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.2.tgz#85c901bd6470ce71fc4bb723ad209b70f7f28696" + integrity sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ== + +y18n@^5.0.5: + version "5.0.8" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" + integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== + +yargs-parser@^21.1.1: + version "21.1.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" + integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== + +yargs-parser@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.1.tgz#7ede329c1d8cdbbe209bd25cdb990e9b1ebbb394" + integrity sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA== + dependencies: + camelcase "^3.0.0" + object.assign "^4.1.0" + +yargs@^17.7.1: + version "17.7.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" + integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== + dependencies: + cliui "^8.0.1" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.3" + y18n "^5.0.5" + yargs-parser "^21.1.1" + +yargs@^7.1.0: + version "7.1.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.2.tgz#63a0a5d42143879fdbb30370741374e0641d55db" + integrity sha512-ZEjj/dQYQy0Zx0lgLMLR8QuaqTihnxirir7EwUHp1Axq4e3+k8jXU5K0VLbNvedv1f4EWtBonDIZm0NUr+jCcA== + dependencies: + camelcase "^3.0.0" + cliui "^3.2.0" + decamelize "^1.1.1" + get-caller-file "^1.0.1" + os-locale "^1.4.0" + read-pkg-up "^1.0.1" + require-directory "^2.1.1" + require-main-filename "^1.0.1" + set-blocking "^2.0.0" + string-width "^1.0.2" + which-module "^1.0.0" + y18n "^3.2.1" + yargs-parser "^5.0.1" + +yazl@^2.5.1: + version "2.5.1" + resolved "https://registry.yarnpkg.com/yazl/-/yazl-2.5.1.tgz#a3d65d3dd659a5b0937850e8609f22fffa2b5c35" + integrity sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw== + dependencies: + buffer-crc32 "~0.2.3"