commit 21cf8dff3a8222a5c5f4f9779544f067fb764ea6 Author: OldCoder Date: Sun Sep 4 22:01:28 2022 -0700 Imported from trollstream "ContentDB" diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..c3df64b --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,22 @@ +unused_args = false +allow_defined_top = true + +read_globals = { + "DIR_DELIM", + "minetest", "core", + "dump", + "vector", + "VoxelManip", "VoxelArea", + "PseudoRandom", "PcgRandom", + "ItemStack", + "Settings", + "unpack", + -- Silence errors about custom table methods. + table = { fields = { "copy", "indexof" } } +} + +-- Overwrites minetest.handle_node_drops +files["mods/creative/init.lua"].globals = { "minetest" } + +-- Don't report on legacy definitions of globals. +files["mods/default/legacy.lua"].global = false diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a367215 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: generic +addons: + apt: + packages: + - luarocks +before_install: + - luarocks install --local luacheck +script: +- $HOME/.luarocks/bin/luacheck ./mods +notifications: + email: false diff --git a/Idea b/Idea new file mode 100644 index 0000000..7b7b2e7 --- /dev/null +++ b/Idea @@ -0,0 +1,8 @@ +Un juego de supervivencia con una especie de historia +La jugabilidad estara mas enfocada en las mecanicas de supervivencia y combate +en vez de la creacion de estructuras y el crafteo,ademas el terreno tambien +tendra un tamano mas reducido,y habra que sobrevivir durante un tiempo +predeterminado para ganar. +Historia +Un grupo de personas se encuentran encerradas dentro de un terreno en el +cual deberan sobrevivir durante varios dias para obtener un premio diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..48f0b8d --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,519 @@ +License of media (textures and sounds) +-------------------------------------- +Copyright (C) 2010-2012 celeron55, Perttu Ahola +See README.txt in each mod directory for information about other authors. + +Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) +http://creativecommons.org/licenses/by-sa/3.0/ + +License of menu/header.png +Copyright (C) 2015 paramat CC BY-SA 3.0 + + +License of source code +---------------------- +Copyright (C) 2010-2012 celeron55, Perttu Ahola +See README.txt in each mod directory for information about other authors. + + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +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 this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +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 +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser 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 Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "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 +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY 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 +LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey 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 library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/Nueva carpeta/untitled.blend b/Nueva carpeta/untitled.blend new file mode 100644 index 0000000..b25752c Binary files /dev/null and b/Nueva carpeta/untitled.blend differ diff --git a/Nueva carpeta/untitled.blend1 b/Nueva carpeta/untitled.blend1 new file mode 100644 index 0000000..e953be4 Binary files /dev/null and b/Nueva carpeta/untitled.blend1 differ diff --git a/Nueva carpeta/untitled2.blend b/Nueva carpeta/untitled2.blend new file mode 100644 index 0000000..1e9e568 Binary files /dev/null and b/Nueva carpeta/untitled2.blend differ diff --git a/Nueva carpeta/untitled2.blend1 b/Nueva carpeta/untitled2.blend1 new file mode 100644 index 0000000..f0fe23d Binary files /dev/null and b/Nueva carpeta/untitled2.blend1 differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7fcb30 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Minetest Game + +The default game bundled in the Minetest engine. + +For further information, check [this forum topic](https://forum.minetest.net/viewtopic.php?f=15&t=9724). +Also see the [Minetest Wiki](https://wiki.minetest.net/Subgames/Minetest_Game) for more information. + +## Installation + +- Unzip the archive, rename the folder to minetest_game and +place it in .. minetest/games/ + +- GNU/Linux: If you use a system-wide installation place + it in ~/.minetest/games/. + +The Minetest engine can be found at + [GitHub](https://github.com/minetest/minetest). + +For further information or help, see: +https://wiki.minetest.net/Installing_Mods + +## Compatibility + +The Minetest Game GitHub master HEAD is generally compatible with the GitHub +master HEAD of the Minetest engine. +Additionally, when the Minetest engine is tagged to be a certain version (e.g. +0.4.10), Minetest Game is tagged with the version too. + +When stable releases are made, Minetest Game and the Minetest engine is packaged and made available at + https://minetest.net/downloads/ + +## Licensing + +See `LICENSE.txt` diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000..44959d9 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,23 @@ +V0.4 +Now carpathian and flat are the only allowed mapgens +Added third monster,rock monster +Now the game will close if the player tries to close the initial menu. +Now the monsters only begin to appear when certain number of days have pass + 1 - 1Day + 2 - 4Days + 3 - 7Days +V0.3 +Now the game can be win/Ahora se puede ganar el juego +Change the text of the days pass for one of game win wo only shows wen the player win the game/Cambiado el texto de los dias pasados por uno de juego ganado que solo se muestra cuando el jugador gana el juego. +Now the tall plants can slow the player movement./Ahora las plantas altas pueden desacelerar los movimientos del jugador. +Added some test animations for the player./Annadidas algunas animaciones de prueba para el jugador +Added the naturalslopeslib for change the aspect of the terrain./Annadido naturalslopeslib para cambiar el aspecto del terreno +V0.2 +Now "V6" is a disallowed mapgen./Ahora "V6" es un generador de mapas no permitido. +Code from survival and survivalconf mods combined whit default./Codigo de los mods survival y survivalconf combinado con default. +Added a days pass text to the hud/Adicionado un texto de los dias pasados al hud. +Change the player model for one of a wolfman/Se ha cambiado el modelo del jugador por uno de un hombre lobo. +Now the player can only have 2 objects in the main inventory/Ahora el jugador solo puede llevar 2 objetos en el inventario principal. +Change the initial menu/cambiado el menu inicial. + Now there is only a menu whit a litle explain of the game and the option for select the dificulty. + /Ahora solo hay un menu con una pequenna explicacion del juego y la opcion para seleccionar la dificultad. diff --git a/game.conf b/game.conf new file mode 100644 index 0000000..de94034 --- /dev/null +++ b/game.conf @@ -0,0 +1,5 @@ +name = survivethedays +author = minetesprogramercor +description = A little game +allowed_mapgens= flat,carpathian +disallowed_mapgen_settings = mgcarpathian_spflags,mg_flags diff --git a/game_api.txt b/game_api.txt new file mode 100644 index 0000000..c6d0790 --- /dev/null +++ b/game_api.txt @@ -0,0 +1,1057 @@ +Minetest Game API +================= +GitHub Repo: https://github.com/minetest/minetest_game + + +Introduction +------------ + +The Minetest Game game offers multiple new possibilities in addition to the Minetest engine's built-in API, +allowing you to add new plants to farming mod, buckets for new liquids, new stairs and custom panes. +For information on the Minetest API, visit https://github.com/minetest/minetest/blob/master/doc/lua_api.txt +Please note: + + * [XYZ] refers to a section the Minetest API + * [#ABC] refers to a section in this document + * [pos] refers to a position table `{x = -5, y = 0, z = 200}` + + +Bucket API +---------- + +The bucket API allows registering new types of buckets for non-default liquids. + + bucket.register_liquid( + "default:lava_source", -- name of the source node + "default:lava_flowing", -- name of the flowing node + "bucket:bucket_lava", -- name of the new bucket item (or nil if liquid is not takeable) + "bucket_lava.png", -- texture of the new bucket item (ignored if itemname == nil) + "Lava Bucket", -- text description of the bucket item + {lava_bucket = 1}, -- groups of the bucket item, OPTIONAL + false -- force-renew, OPTIONAL. Force the liquid source to renew if it has + -- a source neighbour, even if defined as 'liquid_renewable = false'. + -- Needed to avoid creating holes in sloping rivers. + ) + +The filled bucket item is returned to the player that uses an empty bucket pointing to the given liquid source. +When punching with an empty bucket pointing to an entity or a non-liquid node, the on_punch of the entity or node will be triggered. + + +Beds API +-------- + + beds.register_bed( + "beds:bed", -- Bed name + def -- See [#Bed definition] + ) + + * `beds.can_dig(bed_pos)` Returns a boolean whether the bed at `bed_pos` may be dug + * `beds.read_spawns() ` Returns a table containing players respawn positions + * `beds.kick_players()` Forces all players to leave bed + * `beds.skip_night()` Sets world time to morning and saves respawn position of all players currently sleeping + +### Bed definition + + { + description = "Simple Bed", + inventory_image = "beds_bed.png", + wield_image = "beds_bed.png", + tiles = { + bottom = {'Tile definition'}, -- the tiles of the bottom part of the bed. + top = {Tile definition} -- the tiles of the bottom part of the bed. + }, + nodebox = { + bottom = 'regular nodebox', -- bottom part of bed (see [Node boxes]) + top = 'regular nodebox', -- top part of bed (see [Node boxes]) + }, + selectionbox = 'regular nodebox', -- for both nodeboxes (see [Node boxes]) + recipe = { -- Craft recipe + {"group:wool", "group:wool", "group:wool"}, + {"group:wood", "group:wood", "group:wood"} + } + } + + +Bones API +--------- + +An ordered list of listnames (default: "main", "craft") of the player inventory, +that will be placed into bones or dropped on player death can be looked up or changed +in `bones.player_inventory_lists`. + +e.g. `table.insert(bones.player_inventory_lists, "backpack")` + + +Creative API +------------ + +Use `creative.register_tab(name, title, items)` to add a tab with filtered items. +For example, + + creative.register_tab("tools", "Tools", minetest.registered_tools) + +is used to show all tools. Name is used in the sfinv page name, title is the +human readable title. + +`is_enabled_for` is used to check whether a player is in creative mode: + + creative.is_enabled_for(name) + +Override this to allow per-player game modes. + +The contents of `creative.formspec_add` is appended to every creative inventory +page. Mods can use it to add additional formspec elements onto the default +creative inventory formspec to be drawn after each update. + + +Chests API +---------- + +The chests API allows the creation of chests, which have their own inventories for holding items. + +`default.chest.get_chest_formspec(pos)` + + * Returns a formspec for a specific chest. + * `pos` Location of the chest node, e.g `{x = 1, y = 1, z = 1}` + +`default.chest.chest_lid_obstructed(pos)` + + * Returns a boolean depending on whether or not a chest has its top obstructed by a solid node. + * `pos` Location of the chest node, e.g `{x = 1, y = 1, z = 1}` + +`default.chest.chest_lid_close(pn)` + + * Closes the chest that a player is currently looking in. + * `pn` The name of the player whose chest is going to be closed + +`default.chest.open_chests` + + * A table indexed by player name to keep track of who opened what chest. + * Key: The name of the player. + * Value: A table containing information about the chest the player is looking at. + e.g `{ pos = {1, 1, 1}, sound = null, swap = "chest" }` + +`default.chest.register_chest(name, def)` + + * Registers new chest + * `name` Name for chest + * `def` See [#Chest Definition] + +### Chest Definition + + description = "Chest", + tiles = { + "default_chest_top.png", + "default_chest_top.png", + "default_chest_side.png", + "default_chest_side.png", + "default_chest_front.png", + "default_chest_inside.png" + }, -- Textures which are applied to the chest model. + sounds = default.node_sound_wood_defaults(), + sound_open = "default_chest_open", + sound_close = "default_chest_close", + groups = {choppy = 2, oddly_breakable_by_hand = 2}, + protected = false, -- If true, only placer can modify chest. + + +Doors API +--------- + +The doors mod allows modders to register custom doors and trapdoors. + +`doors.registered_doors[name] = Door definition` + * Table of registered doors, indexed by door name + +`doors.registered_trapdoors[name] = Trapdoor definition` + * Table of registered trap doors, indexed by trap door name + +`doors.register_door(name, def)` + + * Registers new door + * `name` Name for door + * `def` See [#Door definition] + +`doors.register_trapdoor(name, def)` + + * Registers new trapdoor + * `name` Name for trapdoor + * `def` See [#Trapdoor definition] + +`doors.register_fencegate(name, def)` + + * Registers new fence gate + * `name` Name for fence gate + * `def` See [#Fence gate definition] + +`doors.get(pos)` + + * `pos` A position as a table, e.g `{x = 1, y = 1, z = 1}` + * Returns an ObjectRef to a door, or nil if the position does not contain a door + + ### Methods + + :open(player) -- Open the door object, returns if door was opened + :close(player) -- Close the door object, returns if door was closed + :toggle(player) -- Toggle the door state, returns if state was toggled + :state() -- returns the door state, true = open, false = closed + + the "player" parameter can be omitted in all methods. If passed then + the usual permission checks will be performed to make sure the player + has the permissions needed to open this door. If omitted then no + permission checks are performed. + +`doors.door_toggle(pos, node, clicker)` + + * Toggle door open or shut + * `pos` Position of the door + * `node` Node definition + * `clicker` Player definition for the player that clicked on the door + +### Door definition + + description = "Door description", + inventory_image = "mod_door_inv.png", + groups = {choppy = 2}, + tiles = {"mod_door.png"}, -- UV map. + -- The front and back of the door must be identical in appearence as they swap on + -- open/close. + recipe = craftrecipe, + sounds = default.node_sound_wood_defaults(), -- optional + sound_open = sound play for open door, -- optional + sound_close = sound play for close door, -- optional + protected = false, -- If true, only placer can open the door (locked for others) + on_rightclick = function(pos, node, clicker, itemstack, pointed_thing) + -- optional function containing the on_rightclick callback, defaults to a doors.door_toggle-wrapper + +### Trapdoor definition + + description = "Trapdoor description", + inventory_image = "mod_trapdoor_inv.png", + groups = {choppy = 2}, + tile_front = "doors_trapdoor.png", -- the texture for the front and back of the trapdoor + tile_side = "doors_trapdoor_side.png", + -- The texture for the four sides of the trapdoor. + -- The texture should have the trapdoor side drawn twice, in the lowest and highest + -- 1/8ths of the texture, both upright. The area between is not used. + -- The lower 1/8th will be used for the closed trapdoor, the higher 1/8th will be used + -- for the open trapdoor. + sounds = default.node_sound_wood_defaults(), -- optional + sound_open = sound play for open door, -- optional + sound_close = sound play for close door, -- optional + protected = false, -- If true, only placer can open the door (locked for others) + on_rightclick = function(pos, node, clicker, itemstack, pointed_thing) + -- function containing the on_rightclick callback + on_rightclick = function(pos, node, clicker, itemstack, pointed_thing) + -- function containing the on_rightclick callback + +### Fence gate definition + + description = "Wooden Fence Gate", + texture = "default_wood.png", -- `backface_culling` will automatically be + -- set to `true` if not specified. + material = "default:wood", + groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}, + sounds = default.node_sound_wood_defaults(), -- optional + on_rightclick = function(pos, node, clicker, itemstack, pointed_thing) + -- function containing the on_rightclick callback + + +Dungeon Loot API +---------------- + +The mod that places chests with loot in dungeons provides an API to register additional loot. + +`dungeon_loot.register(def)` + + * Registers one or more loot items + * `def` Can be a single [#Loot definition] or a list of them + +`dungeon_loot.registered_loot` + + * Table of all registered loot, not to be modified manually + +### Loot definition + + name = "item:name", + chance = 0.5, + -- ^ chance value from 0.0 to 1.0 that the item will appear in the chest when chosen + -- Due to an extra step in the selection process, 0.5 does not(!) mean that + -- on average every second chest will have this item + count = {1, 4}, + -- ^ table with minimum and maximum amounts of this item + -- optional, defaults to always single item + y = {-32768, -512}, + -- ^ table with minimum and maximum heights this item can be found at + -- optional, defaults to no height restrictions + types = {"desert"}, + -- ^ table with types of dungeons this item can be found in + -- supported types: "normal" (the cobble/mossycobble one), "sandstone" + -- "desert" and "ice" + -- optional, defaults to no type restrictions + + +Fence API +--------- + +Allows creation of new fences with "fencelike" drawtype. + +`default.register_fence(name, item definition)` + + Registers a new fence. Custom fields texture and material are required, as + are name and description. The rest is optional. You can pass most normal + nodedef fields here except drawtype. The fence group will always be added + for this node. + +### fence definition + + name = "default:fence_wood", + description = "Wooden Fence", + texture = "default_wood.png", + material = "default:wood", + groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}, + sounds = default.node_sound_wood_defaults(), + + +Walls API +--------- + +The walls API allows easy addition of stone auto-connecting wall nodes. + +walls.register(name, desc, texture, mat, sounds) +^ name = "walls:stone_wall". Node name. +^ desc = "A Stone wall" +^ texture = "default_stone.png" +^ mat = "default:stone". Used to auto-generate crafting recipe. +^ sounds = sounds: see [#Default sounds] + + +Farming API +----------- + +The farming API allows you to easily register plants and hoes. + +`farming.register_hoe(name, hoe definition)` + * Register a new hoe, see [#hoe definition] + +`farming.register_plant(name, Plant definition)` + * Register a new growing plant, see [#Plant definition] + +`farming.registered_plants[name] = definition` + * Table of registered plants, indexed by plant name + +### Hoe Definition + + + { + description = "", -- Description for tooltip + inventory_image = "unknown_item.png", -- Image to be used as wield- and inventory image + max_uses = 30, -- Uses until destroyed + material = "", -- Material for recipes + recipe = { -- Craft recipe, if material isn't used + {"air", "air", "air"}, + {"", "group:stick"}, + {"", "group:stick"}, + } + } + +### Plant definition + + { + description = "", -- Description of seed item + harvest_description = "", -- Description of harvest item + -- (optional, derived automatically if not provided) + inventory_image = "unknown_item.png", -- Image to be used as seed's wield- and inventory image + steps = 8, -- How many steps the plant has to grow, until it can be harvested + -- ^ Always provide a plant texture for each step, format: modname_plantname_i.png (i = stepnumber) + minlight = 13, -- Minimum light to grow + maxlight = default.LIGHT_MAX -- Maximum light to grow + } + + +Fire API +-------- + +Add group flammable when registering a node to make fire seek for it. +Add it to an item to make it burn up when dropped in lava or fire. +New node def property: + +`on_burn(pos)` + + * Called when fire attempts to remove a burning node. + * `pos` Position of the burning node. + + `on_ignite(pos, igniter)` + + * Called when Flint and steel (or a mod defined ignitor) is used on a node. + Defining it may prevent the default action (spawning flames) from triggering. + * `pos` Position of the ignited node. + * `igniter` Player that used the tool, when available. + + +Give Initial Stuff API +---------------------- + +`give_initial_stuff.give(player)` + +^ Give initial stuff to "player" + +`give_initial_stuff.add(stack)` + +^ Add item to the initial stuff +^ Stack can be an ItemStack or a item name eg: "default:dirt 99" +^ Can be called after the game has loaded + +`give_initial_stuff.clear()` + +^ Removes all items from the initial stuff +^ Can be called after the game has loaded + +`give_initial_stuff.get_list()` + +^ returns list of item stacks + +`give_initial_stuff.set_list(list)` + +^ List of initial items with numeric indices. + +`give_initial_stuff.add_from_csv(str)` + +^ str is a comma separated list of initial stuff +^ Adds items to the list of items to be given + + +Players API +----------- + +The player API can register player models and update the player's appearence + +* `player_api.register_model(name, def)` + * Register a new model to be used by players + * name: model filename such as "character.x", "foo.b3d", etc. + * def: See [#Model definition] + * saved to player_api.registered_models + +* `player_api.registered_player_models[name]` + * Get a model's definition + * see [#Model definition] + +* `player_api.set_model(player, model_name)` + * Change a player's model + * `player`: PlayerRef + * `model_name`: model registered with player_api.register_model() + +* `player_api.set_animation(player, anim_name [, speed])` + * Applies an animation to a player + * anim_name: name of the animation. + * speed: frames per second. If nil, default from the model is used + +* `player_api.set_textures(player, textures)` + * Sets player textures + * `player`: PlayerRef + * `textures`: array of textures, If `textures` is nil the default + textures from the model def are used + +* `player_api.get_animation(player)` + * Returns a table containing fields `model`, `textures` and `animation`. + * Any of the fields of the returned table may be nil. + * player: PlayerRef + +### Model Definition + + { + animation_speed = 30, -- Default animation speed, in FPS. + textures = {"character.png", }, -- Default array of textures. + visual_size = {x = 1, y = 1}, -- Used to scale the model. + animations = { + -- = {x = , y = }, + foo = {x = 0, y = 19}, + bar = {x = 20, y = 39}, + -- ... + }, + collisionbox = {-0.3, 0.0, -0.3, 0.3, 1.7, 0.3}, -- In nodes from feet position + stepheight = 0.6, -- In nodes + eye_height = 1.47, -- In nodes above feet position + } + + +TNT API +------- + +`tnt.register_tnt(definition)` + +^ Register a new type of tnt. + + * `name` The name of the node. If no prefix is given `tnt` is used. + * `description` A description for your TNT. + * `radius` The radius within which the TNT can destroy nodes. The default is 3. + * `damage_radius` The radius within which the TNT can damage players and mobs. By default it is twice the `radius`. + * `sound` The sound played when explosion occurs. By default it is `tnt_explode`. + * `disable_drops` Disable drops. By default it is set to false. + * `ignore_protection` Don't check `minetest.is_protected` before removing a node. + * `ignore_on_blast` Don't call `on_blast` even if a node has one. + * `tiles` Textures for node + * `side` Side tiles. By default the name of the tnt with a suffix of `_side.png`. + * `top` Top tile. By default the name of the tnt with a suffix of `_top.png`. + * `bottom` Bottom tile. By default the name of the tnt with a suffix of `_bottom.png`. + * `burning` Top tile when lit. By default the name of the tnt with a suffix of `_top_burning_animated.png". + +`tnt.boom(position[, definition])` + +^ Create an explosion. + +* `position` The center of explosion. +* `definition` The TNT definion as passed to `tnt.register` with the following addition: + * `explode_center` false by default which removes TNT node on blast, when true will explode center node. + +`tnt.burn(position, [nodename])` + +^ Ignite node at position, triggering its `on_ignite` callback (see fire mod). +If no such callback exists, fallback to turn tnt group nodes to their +"_burning" variant. + nodename isn't required unless already known. + +To make dropping items from node inventories easier, you can use the +following helper function from 'default': + +default.get_inventory_drops(pos, inventory, drops) + +^ Return drops from node inventory "inventory" in drops. + +* `pos` - the node position +* `inventory` - the name of the inventory (string) +* `drops` - an initialized list + +The function returns no values. The drops are returned in the `drops` +parameter, and drops is not reinitialized so you can call it several +times in a row to add more inventory items to it. + + +`on_blast` callbacks: + +Both nodedefs and entitydefs can provide an `on_blast()` callback + +`nodedef.on_blast(pos, intensity)` +^ Allow drop and node removal overriding +* `pos` - node position +* `intensity` - TNT explosion measure. larger or equal to 1.0 +^ Should return a list of drops (e.g. {"default:stone"}) +^ Should perform node removal itself. If callback exists in the nodedef +^ then the TNT code will not destroy this node. + +`entitydef.on_blast(luaobj, damage)` +^ Allow TNT effects on entities to be overridden +* `luaobj` - LuaEntityRef of the entity +* `damage` - suggested HP damage value +^ Should return a list of (bool do_damage, bool do_knockback, table drops) +* `do_damage` - if true then TNT mod wil damage the entity +* `do_knockback` - if true then TNT mod will knock the entity away +* `drops` - a list of drops, e.g. {"wool:red"} + + +Screwdriver API +--------------- + +The screwdriver API allows you to control a node's behaviour when a screwdriver is used on it. +To use it, add the `on_screwdriver` function to the node definition. + +`on_rotate(pos, node, user, mode, new_param2)` + + * `pos` Position of the node that the screwdriver is being used on + * `node` that node + * `user` The player who used the screwdriver + * `mode` screwdriver.ROTATE_FACE or screwdriver.ROTATE_AXIS + * `new_param2` the new value of param2 that would have been set if on_rotate wasn't there + * return value: false to disallow rotation, nil to keep default behaviour, true to allow + it but to indicate that changed have already been made (so the screwdriver will wear out) + * use `on_rotate = false` to always disallow rotation + * use `on_rotate = screwdriver.rotate_simple` to allow only face rotation + + +Sethome API +----------- + +The sethome API adds three global functions to allow mods to read a players home position, +set a players home position and teleport a player to home position. + +`sethome.get(name)` + + * `name` Player who's home position you wish to get + * return value: false if no player home coords exist, position table if true + +`sethome.set(name, pos)` + + * `name` Player who's home position you wish to set + * `pos` Position table containing coords of home position + * return value: false if unable to set and save new home position, otherwise true + +`sethome.go(name)` + + * `name` Player you wish to teleport to their home position + * return value: false if player cannot be sent home, otherwise true + + +Sfinv API +--------- + +It is recommended that you read this link for a good introduction to the +sfinv API by its author: https://rubenwardy.com/minetest_modding_book/en/chapters/sfinv.html + +### sfinv Methods + +**Pages** + +* sfinv.set_page(player, pagename) - changes the page +* sfinv.get_page(player) - get the current page name. Will never return nil +* sfinv.get_homepage_name(player) - get the page name of the first page to show to a player +* sfinv.register_page(name, def) - register a page, see section below +* sfinv.override_page(name, def) - overrides fields of an page registered with register_page. + * Note: Page must already be defined, (opt)depend on the mod defining it. +* sfinv.set_player_inventory_formspec(player) - (re)builds page formspec + and calls set_inventory_formspec(). +* sfinv.get_formspec(player, context) - builds current page's formspec + +**Contexts** + +* sfinv.get_or_create_context(player) - gets the player's context +* sfinv.set_context(player, context) + +**Theming** + +* sfinv.make_formspec(player, context, content, show_inv, size) - adds a theme to a formspec + * show_inv, defaults to false. Whether to show the player's main inventory + * size, defaults to `size[8,8.6]` if not specified +* sfinv.get_nav_fs(player, context, nav, current_idx) - creates tabheader or "" + +### sfinv Members + +* pages - table of pages[pagename] = def +* pages_unordered - array table of pages in order of addition (used to build navigation tabs). +* contexts - contexts[playername] = player_context +* enabled - set to false to disable. Good for inventory rehaul mods like unified inventory + +### Context + +A table with these keys: + +* page - current page name +* nav - a list of page names +* nav_titles - a list of page titles +* nav_idx - current nav index (in nav and nav_titles) +* any thing you want to store + * sfinv will clear the stored data on log out / log in + +### sfinv.register_page + +sfinv.register_page(name, def) + +def is a table containing: + +* `title` - human readable page name (required) +* `get(self, player, context)` - returns a formspec string. See formspec variables. (required) +* `is_in_nav(self, player, context)` - return true to show in the navigation (the tab header, by default) +* `on_player_receive_fields(self, player, context, fields)` - on formspec submit. +* `on_enter(self, player, context)` - called when the player changes pages, usually using the tabs. +* `on_leave(self, player, context)` - when leaving this page to go to another, called before other's on_enter + +### get formspec + +Use sfinv.make_formspec to apply a layout: + + return sfinv.make_formspec(player, context, [[ + list[current_player;craft;1.75,0.5;3,3;] + list[current_player;craftpreview;5.75,1.5;1,1;] + image[4.75,1.5;1,1;gui_furnace_arrow_bg.png^[transformR270] + listring[current_player;main] + listring[current_player;craft] + image[0,4.25;1,1;gui_hb_bg.png] + image[1,4.25;1,1;gui_hb_bg.png] + image[2,4.25;1,1;gui_hb_bg.png] + image[3,4.25;1,1;gui_hb_bg.png] + image[4,4.25;1,1;gui_hb_bg.png] + image[5,4.25;1,1;gui_hb_bg.png] + image[6,4.25;1,1;gui_hb_bg.png] + image[7,4.25;1,1;gui_hb_bg.png] + ]], true) + +See above (methods section) for more options. + +### Customising themes + +Simply override this function to change the navigation: + + function sfinv.get_nav_fs(player, context, nav, current_idx) + return "navformspec" + end + +And override this function to change the layout: + + function sfinv.make_formspec(player, context, content, show_inv, size) + local tmp = { + size or "size[8,8.6]", + theme_main, + sfinv.get_nav_fs(player, context, context.nav_titles, context.nav_idx), + content + } + if show_inv then + tmp[4] = theme_inv + end + return table.concat(tmp, "") + end + + +Stairs API +---------- + +The stairs API lets you register stairs and slabs and ensures that they are registered the same way as those +delivered with Minetest Game, to keep them compatible with other mods. + +`stairs.register_stair(subname, recipeitem, groups, images, description, sounds, worldaligntex)` + + * Registers a stair + * `subname`: Basically the material name (e.g. cobble) used for the stair name. Nodename pattern: "stairs:stair_subname" + * `recipeitem`: Item used in the craft recipe, e.g. "default:cobble", may be `nil` + * `groups`: See [Known damage and digging time defining groups] + * `images`: See [Tile definition] + * `description`: Used for the description field in the stair's definition + * `sounds`: See [#Default sounds] + * `worldaligntex`: A bool to set all textures world-aligned. Default false. See [Tile definition] + +`stairs.register_slab(subname, recipeitem, groups, images, description, sounds, worldaligntex)` + + * Registers a slab + * `subname`: Basically the material name (e.g. cobble) used for the slab name. Nodename pattern: "stairs:slab_subname" + * `recipeitem`: Item used in the craft recipe, e.g. "default:cobble" + * `groups`: See [Known damage and digging time defining groups] + * `images`: See [Tile definition] + * `description`: Used for the description field in the slab's definition + * `sounds`: See [#Default sounds] + * `worldaligntex`: A bool to set all textures world-aligned. Default false. See [Tile definition] + +`stairs.register_stair_inner(subname, recipeitem, groups, images, description, sounds, worldaligntex, full_description)` + + * Registers an inner corner stair + * `subname`: Basically the material name (e.g. cobble) used for the stair name. Nodename pattern: "stairs:stair_inner_subname" + * `recipeitem`: Item used in the craft recipe, e.g. "default:cobble", may be `nil` + * `groups`: See [Known damage and digging time defining groups] + * `images`: See [Tile definition] + * `description`: Used for the description field in the stair's definition with "Inner" prepended + * `sounds`: See [#Default sounds] + * `worldaligntex`: A bool to set all textures world-aligned. Default false. See [Tile definition] + * `full_description`: Overrides the description, bypassing string concatenation. This is useful for translation. (optional) + +`stairs.register_stair_outer(subname, recipeitem, groups, images, description, sounds, worldaligntex, full_description)` + + * Registers an outer corner stair + * `subname`: Basically the material name (e.g. cobble) used for the stair name. Nodename pattern: "stairs:stair_outer_subname" + * `recipeitem`: Item used in the craft recipe, e.g. "default:cobble", may be `nil` + * `groups`: See [Known damage and digging time defining groups] + * `images`: See [Tile definition] + * `description`: Used for the description field in the stair's definition with "Outer" prepended + * `sounds`: See [#Default sounds] + * `worldaligntex`: A bool to set all textures world-aligned. Default false. See [Tile definition] + * `full_description`: Overrides the description, bypassing string concatenation. This is useful for translation. (optional) + +`stairs.register_stair_and_slab(subname, recipeitem, groups, images, desc_stair, desc_slab, sounds, worldaligntex)` + + * A wrapper for stairs.register_stair, stairs.register_slab, stairs.register_stair_inner, stairs.register_stair_outer + * Uses almost the same arguments as stairs.register_stair + * `desc_stair`: Description for stair nodes. For corner stairs 'Inner' or 'Outer' will be prefixed + * `desc_slab`: Description for slab node + + +Xpanes API +---------- + +Creates panes that automatically connect to each other + +`xpanes.register_pane(subname, def)` + + * `subname`: used for nodename. Result: "xpanes:subname" and "xpanes:subname_{2..15}" + * `def`: See [#Pane definition] + +### Pane definition + + { + textures = { + "texture for front and back", + (unused), + "texture for the 4 edges" + }, -- More tiles aren't supported + groups = {group = rating}, -- Uses the known node groups, see [Known damage and digging time defining groups] + sounds = SoundSpec, -- See [#Default sounds] + recipe = {{"","","","","","","","",""}}, -- Recipe field only + use_texture_alpha = true, -- Optional boolean (default: `false`) for colored glass panes + } + + +Raillike definitions +-------------------- + +The following nodes use the group `connect_to_raillike` and will only connect to +raillike nodes within this group and the same group value. +Use `minetest.raillike_group()` to get the group value. + +| Node type | Raillike group name +|-----------------------|--------------------- +| default:rail | "rail" +| tnt:gunpowder | "gunpowder" +| tnt:gunpowder_burning | "gunpowder" + +Example: +If you want to add a new rail type and want it to connect with default:rail, +add `connect_to_raillike=minetest.raillike_group("rail")` into the `groups` table +of your node. + + +Default sounds +-------------- + +Sounds inside the default table can be used within the sounds field of node definitions. + + * `default.node_sound_defaults()` + * `default.node_sound_stone_defaults()` + * `default.node_sound_dirt_defaults()` + * `default.node_sound_sand_defaults()` + * `default.node_sound_wood_defaults()` + * `default.node_sound_leaves_defaults()` + * `default.node_sound_glass_defaults()` + * `default.node_sound_metal_defaults()` + + +Default constants +----------------- + +`default.LIGHT_MAX` The maximum light level (see [Node definition] light_source) + + +GUI and formspecs +----------------- + +`default.get_hotbar_bg(x, y)` + + * Get the hotbar background as string, containing the formspec elements + * x: Horizontal position in the formspec + * y: Vertical position in the formspec + +`default.gui_bg` + + * Deprecated, remove from mods. + +`default.gui_bg_img` + + * Deprecated, remove from mods. + +`default.gui_slots` + + * Deprecated, remove from mods. + +`default.gui_survival_form` + + * Entire formspec for the survival inventory + +`default.get_furnace_active_formspec(fuel_percent, item_percent)` + + * Get the active furnace formspec using the defined GUI elements + * fuel_percent: Percent of how much the fuel is used + * item_percent: Percent of how much the item is cooked + +`default.get_furnace_inactive_formspec()` + + * Get the inactive furnace formspec using the defined GUI elements + + +Leafdecay +--------- + +To enable leaf decay for leaves when a tree is cut down by a player, +register the tree with the default.register_leafdecay(leafdecaydef) +function. + +If `param2` of any registered node is ~= 0, the node will always be +preserved. Thus, if the player places a node of that kind, you will +want to set `param2 = 1` or so. + +The function `default.after_place_leaves` can be set as +`after_place_node of a node` to set param2 to 1 if the player places +the node (should not be used for nodes that use param2 otherwise +(e.g. facedir)). + +If the node is in the `leafdecay_drop` group then it will always be +dropped as an item. + +`default.register_leafdecay(leafdecaydef)` + +`leafdecaydef` is a table, with following members: + { + trunks = {"default:tree"}, -- nodes considered trunks + leaves = {"default:leaves", "default:apple"}, + -- nodes considered for removal + radius = 3, -- radius to consider for searching + } + +Note: all the listed nodes in `trunks` have their `on_after_destruct` +callback overridden. All the nodes listed in `leaves` have their +`on_timer` callback overridden. + + +Dyes +---- + +Minetest Game dyes are registered with: + + groups = {dye = 1, color_ = 1}, + +To make recipes that will work with dyes from many mods, define them using the +dye group and the color groups. + +Dye color groups: + + * `color_white` + * `color_grey` + * `color_dark_grey` + * `color_black` + * `color_red` + * `color_pink` + * `color_orange` + * `color_brown` + * `color_yellow` + * `color_green` + * `color_dark_green` + * `color_blue` + * `color_cyan` + * `color_violet` + * `color_magenta` + +Example of one shapeless recipe using the dye group and a color group: + + minetest.register_craft({ + type = "shapeless", + output = ":item_yellow", + recipe = {":item_no_color", "group:dye,color_yellow"}, + }) + + +Trees +----- + + * `default.grow_tree(pos, is_apple_tree)` + * Grows a mgv6 tree or apple tree at pos + + * `default.grow_jungle_tree(pos)` + * Grows a mgv6 jungletree at pos + + * `default.grow_pine_tree(pos)` + * Grows a mgv6 pinetree at pos + + * `default.grow_new_apple_tree(pos)` + * Grows a new design apple tree at pos + + * `default.grow_new_jungle_tree(pos)` + * Grows a new design jungle tree at pos + + * `default.grow_new_pine_tree(pos)` + * Grows a new design pine tree at pos + + * `default.grow_new_snowy_pine_tree(pos)` + * Grows a new design snowy pine tree at pos + + * `default.grow_new_acacia_tree(pos)` + * Grows a new design acacia tree at pos + + * `default.grow_new_aspen_tree(pos)` + * Grows a new design aspen tree at pos + + * `default.grow_bush(pos)` + * Grows a bush at pos + + * `default.grow_acacia_bush(pos)` + * Grows an acaia bush at pos + + * `default.grow_pine_bush(pos)` + * Grows a pine bush at pos + + * `default.grow_blueberry_bush(pos)` + * Grows a blueberry bush at pos + + +Carts +----- + + carts.register_rail( + "mycarts:myrail", -- Rail name + nodedef, -- standard nodedef + railparams -- rail parameter struct (optional) + ) + + railparams = { + on_step(obj, dtime), -- Event handler called when + -- cart is on rail + acceleration, -- integer acceleration factor (negative + -- values to brake) + } + + The event handler is called after all default calculations + are made, so the custom on_step handler can override things + like speed, acceleration, player attachment. The handler will + likely be called many times per second, so the function needs + to make sure that the event is handled properly. + + +Key API +------- + +The key API allows mods to add key functionality to nodes that have +ownership or specific permissions. Using the API will make it so +that a node owner can use skeleton keys on their nodes to create keys +for that node in that location, and give that key to other players, +allowing them some sort of access that they otherwise would not have +due to node protection. + +To make your new nodes work with the key API, you need to register +two callback functions in each nodedef: + + +`on_key_use(pos, player)` + * Is called when a player right-clicks (uses) a normal key on your + * node. + * `pos` - position of the node + * `player` - PlayerRef + * return value: none, ignored + +The `on_key_use` callback should validate that the player is wielding +a key item with the right key meta secret. If needed the code should +deny access to the node functionality. + +If formspecs are used, the formspec callbacks should duplicate these +checks in the metadata callback functions. + + +`on_skeleton_key_use(pos, player, newsecret)` + + * Is called when a player right-clicks (uses) a skeleton key on your + * node. + * `pos` - position of the node + * `player` - PlayerRef + * `newsecret` - a secret value(string) + * return values: + * `secret` - `nil` or the secret value that unlocks the door + * `name` - a string description of the node ("a locked chest") + * `owner` - name of the node owner + +The `on_skeleton_key_use` function should validate that the player has +the right permissions to make a new key for the item. The newsecret +value is useful if the node has no secret value. The function should +store this secret value somewhere so that in the future it may compare +key secrets and match them to allow access. If a node already has a +secret value, the function should return that secret value instead +of the newsecret value. The secret value stored for the node should +not be overwritten, as this would invalidate existing keys. + +Aside from the secret value, the function should retun a descriptive +name for the node and the owner name. The return values are all +encoded in the key that will be given to the player in replacement +for the wielded skeleton key. + +if `nil` is returned, it is assumed that the wielder did not have +permissions to create a key for this node, and no key is created. diff --git a/imagenes/2.PNG b/imagenes/2.PNG new file mode 100644 index 0000000..24eb186 Binary files /dev/null and b/imagenes/2.PNG differ diff --git a/imagenes/3.blend b/imagenes/3.blend new file mode 100644 index 0000000..c50e824 Binary files /dev/null and b/imagenes/3.blend differ diff --git a/imagenes/3.blend1 b/imagenes/3.blend1 new file mode 100644 index 0000000..28836ec Binary files /dev/null and b/imagenes/3.blend1 differ diff --git a/imagenes/3.png b/imagenes/3.png new file mode 100644 index 0000000..8ea6dad Binary files /dev/null and b/imagenes/3.png differ diff --git a/imagenes/Capture.PNG b/imagenes/Capture.PNG new file mode 100644 index 0000000..9caeb9b Binary files /dev/null and b/imagenes/Capture.PNG differ diff --git a/imagenes/Texture.png b/imagenes/Texture.png new file mode 100644 index 0000000..336fa01 Binary files /dev/null and b/imagenes/Texture.png differ diff --git a/imagenes/Texturepng.png b/imagenes/Texturepng.png new file mode 100644 index 0000000..336fa01 Binary files /dev/null and b/imagenes/Texturepng.png differ diff --git a/menu/background.png b/menu/background.png new file mode 100644 index 0000000..336fa01 Binary files /dev/null and b/menu/background.png differ diff --git a/minetest - copia.conf b/minetest - copia.conf new file mode 100644 index 0000000..1f62800 --- /dev/null +++ b/minetest - copia.conf @@ -0,0 +1,77 @@ +# This file contains settings of Minetest Game that can be changed in +# minetest.conf. +# By default, all the settings are commented and not functional. +# Uncomment settings by removing the preceding #. + +# Whether creative mode (fast digging of all blocks, unlimited resources) should +# be enabled. +#creative_mode = false + +# Sets the behaviour of the inventory items when a player dies. +# bones: Store items in a bone node but drop items if inside protected area. +# drop: Drop items on the ground. +# keep: Player keeps items. +#bones_mode = bones + +# The time in seconds after which the bones of a dead player can be looted by +# everyone. +# 0 to disable. +#share_bones_time = 1200 + +# How much earlier the bones of a dead player can be looted by +# everyone if the player dies in a protected area they don't own. +# 0 to disable. By default it is "share_bones_time" divide by four. +#share_bones_time_early = 300 + +# Inform player of condition and location of new bones. +#bones_position_message = false + +# Whether fire should be enabled. If disabled, 'basic_flame' nodes will +# disappear. +# 'permanent_flame' nodes will remain with either setting. +#enable_fire = true + +# Enable flame sound. +#flame_sound = true + +# Whether lavacooling should be enabled. +#enable_lavacooling = true + +# Whether the stuff in initial_stuff should be given to new players. +#give_initial_stuff = false +#initial_stuff = default:pick_steel,default:axe_steel,default:shovel_steel, +default:torch 99,default:cobble 99 + +# Whether the TNT mod should be enabled. +#enable_tnt = + +# The radius of a TNT explosion. +tnt_radius = 3 + +# Enable the stairs mod ABM that replaces the old 'upside down' +# stair and slab nodes in old maps with the new param2 versions. +#enable_stairs_replace_abm = false + +# Whether to allow respawning in beds. +# Default value is true. +#enable_bed_respawn = true + +# Whether players can skip night by sleeping. +# Default value is true. +#enable_bed_night_skip = true + +# If enabled, fences and walls cannot be jumped over. +#enable_fence_tall = false + +# Whether the engine's spawn search, which does not check for a suitable +# starting biome, is used. +# Default value is false. +#engine_spawn = false + +# Whether river water source nodes create flowing sounds. +# Helps rivers create more sound, especially on level sections. +#river_source_sounds = false +mapsize = 500 +daytotal = 5 +difficulty = 2 +texturequality = 1 \ No newline at end of file diff --git a/minetest.conf b/minetest.conf new file mode 100644 index 0000000..d904dce --- /dev/null +++ b/minetest.conf @@ -0,0 +1,5 @@ +mapsize = 500 +daytotal = 5 +difficulty = 2 +texturequality = 50 +naturalslopeslib_smooth_rendering = true \ No newline at end of file diff --git a/minetest.conf.example b/minetest.conf.example new file mode 100644 index 0000000..f599ca7 --- /dev/null +++ b/minetest.conf.example @@ -0,0 +1,73 @@ +# This file contains settings of Minetest Game that can be changed in +# minetest.conf. +# By default, all the settings are commented and not functional. +# Uncomment settings by removing the preceding #. + +# Whether creative mode (fast digging of all blocks, unlimited resources) should +# be enabled. +#creative_mode = false + +# Sets the behaviour of the inventory items when a player dies. +# bones: Store items in a bone node but drop items if inside protected area. +# drop: Drop items on the ground. +# keep: Player keeps items. +#bones_mode = bones + +# The time in seconds after which the bones of a dead player can be looted by +# everyone. +# 0 to disable. +#share_bones_time = 1200 + +# How much earlier the bones of a dead player can be looted by +# everyone if the player dies in a protected area they don't own. +# 0 to disable. By default it is "share_bones_time" divide by four. +#share_bones_time_early = 300 + +# Inform player of condition and location of new bones. +#bones_position_message = false + +# Whether fire should be enabled. If disabled, 'basic_flame' nodes will +# disappear. +# 'permanent_flame' nodes will remain with either setting. +#enable_fire = true + +# Enable flame sound. +#flame_sound = true + +# Whether lavacooling should be enabled. +#enable_lavacooling = true + +# Whether the stuff in initial_stuff should be given to new players. +#give_initial_stuff = false +#initial_stuff = default:pick_steel,default:axe_steel,default:shovel_steel, +default:torch 99,default:cobble 99 + +# Whether the TNT mod should be enabled. +#enable_tnt = + +# The radius of a TNT explosion. +#tnt_radius = 3 + +# Enable the stairs mod ABM that replaces the old 'upside down' +# stair and slab nodes in old maps with the new param2 versions. +#enable_stairs_replace_abm = false + +# Whether to allow respawning in beds. +# Default value is true. +#enable_bed_respawn = true + +# Whether players can skip night by sleeping. +# Default value is true. +#enable_bed_night_skip = true + +# If enabled, fences and walls cannot be jumped over. +#enable_fence_tall = false + +# Whether the engine's spawn search, which does not check for a suitable +# starting biome, is used. +# Default value is false. +#engine_spawn = false + +# Whether river water source nodes create flowing sounds. +# Helps rivers create more sound, especially on level sections. +#river_source_sounds = false diff --git a/mods/Inicialmessage.lua b/mods/Inicialmessage.lua new file mode 100644 index 0000000..228e270 --- /dev/null +++ b/mods/Inicialmessage.lua @@ -0,0 +1,11 @@ +minetest.register_on_newplayer(function(player) + local formspec = { + "size[6,3.476]", + "label[0.375,0.5;", "lol", "]", + --"field[0.375,1.25;5.25,0.8;number;Number;]", + --"button[1.5,2.3;3,0.8;guess;Guess]" + } + + -- table.concat is faster than string concatenation - `..` + return table.concat(formspec, "") +end) \ No newline at end of file diff --git a/mods/creative/README.txt b/mods/creative/README.txt new file mode 100644 index 0000000..32e8d22 --- /dev/null +++ b/mods/creative/README.txt @@ -0,0 +1,17 @@ +Minetest Game mod: creative +=========================== +See license.txt for license information. + +Authors of source code +---------------------- +Originally by Perttu Ahola (celeron55) (MIT) +Jean-Patrick G. (kilbith) (MIT) + +Author of media (textures) +-------------------------- +paramat (CC BY-SA 3.0): +* creative_prev_icon.png +* creative_next_icon.png +* creative_search_icon.png +* creative_clear_icon.png +* creative_trash_icon.png derived from a texture by kilbith (CC BY-SA 3.0) diff --git a/mods/creative/init.lua b/mods/creative/init.lua new file mode 100644 index 0000000..a1d57c8 --- /dev/null +++ b/mods/creative/init.lua @@ -0,0 +1,92 @@ +-- creative/init.lua + +-- Load support for MT game translation. +local S = minetest.get_translator("creative") + +creative = {} +creative.get_translator = S + +local function update_sfinv(name) + minetest.after(0, function() + local player = minetest.get_player_by_name(name) + if player then + if sfinv.get_page(player):sub(1, 9) == "creative:" then + sfinv.set_page(player, sfinv.get_homepage_name(player)) + else + sfinv.set_player_inventory_formspec(player) + end + end + end) +end + +minetest.register_privilege("creative", { + description = S("Allow player to use creative inventory"), + give_to_singleplayer = false, + give_to_admin = false, + on_grant = update_sfinv, + on_revoke = update_sfinv, +}) + +local creative_mode_cache = minetest.settings:get_bool("creative_mode") + +function creative.is_enabled_for(name) + return creative_mode_cache or + minetest.check_player_privs(name, {creative = true}) +end + +dofile(minetest.get_modpath("creative") .. "/inventory.lua") + +if creative_mode_cache then + -- Dig time is modified according to difference (leveldiff) between tool + -- 'maxlevel' and node 'level'. Digtime is divided by the larger of + -- leveldiff and 1. + -- To speed up digging in creative, hand 'maxlevel' and 'digtime' have been + -- increased such that nodes of differing levels have an insignificant + -- effect on digtime. + local digtime = 42 + local caps = {times = {digtime, digtime, digtime}, uses = 0, maxlevel = 256} + + -- Override the hand tool + minetest.override_item("", { + range = 10, + tool_capabilities = { + full_punch_interval = 0.5, + max_drop_level = 3, + groupcaps = { + crumbly = caps, + cracky = caps, + snappy = caps, + choppy = caps, + oddly_breakable_by_hand = caps, + -- dig_immediate group doesn't use value 1. Value 3 is instant dig + dig_immediate = + {times = {[2] = digtime, [3] = 0}, uses = 0, maxlevel = 256}, + }, + damage_groups = {fleshy = 10}, + } + }) +end + +-- Unlimited node placement +minetest.register_on_placenode(function(pos, newnode, placer, oldnode, itemstack) + if placer and placer:is_player() then + return creative.is_enabled_for(placer:get_player_name()) + end +end) + +-- Don't pick up if the item is already in the inventory +local old_handle_node_drops = minetest.handle_node_drops +function minetest.handle_node_drops(pos, drops, digger) + if not digger or not digger:is_player() or + not creative.is_enabled_for(digger:get_player_name()) then + return old_handle_node_drops(pos, drops, digger) + end + local inv = digger:get_inventory() + if inv then + for _, item in ipairs(drops) do + if not inv:contains_item("main", item, true) then + inv:add_item("main", item) + end + end + end +end diff --git a/mods/creative/inventory.lua b/mods/creative/inventory.lua new file mode 100644 index 0000000..27dee78 --- /dev/null +++ b/mods/creative/inventory.lua @@ -0,0 +1,195 @@ +-- creative/inventory.lua + +-- support for MT game translation. +local S = creative.get_translator + +local player_inventory = {} +local inventory_cache = {} + +local function init_creative_cache(items) + inventory_cache[items] = {} + local i_cache = inventory_cache[items] + + for name, def in pairs(items) do + if def.groups.not_in_creative_inventory ~= 1 and + def.description and def.description ~= "" then + i_cache[name] = def + end + end + table.sort(i_cache) + return i_cache +end + +function creative.init_creative_inventory(player) + local player_name = player:get_player_name() + player_inventory[player_name] = { + size = 0, + filter = "", + start_i = 0 + } + + minetest.create_detached_inventory("creative_" .. player_name, { + allow_move = function(inv, from_list, from_index, to_list, to_index, count, player2) + local name = player2 and player2:get_player_name() or "" + if not creative.is_enabled_for(name) or + to_list == "main" then + return 0 + end + return count + end, + allow_put = function(inv, listname, index, stack, player2) + return 0 + end, + allow_take = function(inv, listname, index, stack, player2) + local name = player2 and player2:get_player_name() or "" + if not creative.is_enabled_for(name) then + return 0 + end + return -1 + end, + on_move = function(inv, from_list, from_index, to_list, to_index, count, player2) + end, + on_take = function(inv, listname, index, stack, player2) + if stack and stack:get_count() > 0 then + minetest.log("action", player_name .. " takes " .. stack:get_name().. " from creative inventory") + end + end, + }, player_name) + + return player_inventory[player_name] +end + +function creative.update_creative_inventory(player_name, tab_content) + local creative_list = {} + local inv = player_inventory[player_name] or + creative.init_creative_inventory(minetest.get_player_by_name(player_name)) + local player_inv = minetest.get_inventory({type = "detached", name = "creative_" .. player_name}) + + local items = inventory_cache[tab_content] or init_creative_cache(tab_content) + + for name, def in pairs(items) do + if def.name:find(inv.filter, 1, true) or + def.description:lower():find(inv.filter, 1, true) then + creative_list[#creative_list+1] = name + end + end + + table.sort(creative_list) + player_inv:set_size("main", #creative_list) + player_inv:set_list("main", creative_list) + inv.size = #creative_list +end + +-- Create the trash field +local trash = minetest.create_detached_inventory("creative_trash", { + -- Allow the stack to be placed and remove it in on_put() + -- This allows the creative inventory to restore the stack + allow_put = function(inv, listname, index, stack, player) + return stack:get_count() + end, + on_put = function(inv, listname) + inv:set_list(listname, {}) + end, +}) +trash:set_size("main", 1) + +creative.formspec_add = "" + +function creative.register_tab(name, title, items) + sfinv.register_page("creative:" .. name, { + title = title, + is_in_nav = function(self, player, context) + return creative.is_enabled_for(player:get_player_name()) + end, + get = function(self, player, context) + local player_name = player:get_player_name() + creative.update_creative_inventory(player_name, items) + local inv = player_inventory[player_name] + local start_i = inv.start_i or 0 + local pagenum = math.floor(start_i / (3*8) + 1) + local pagemax = math.ceil(inv.size / (3*8)) + local esc = minetest.formspec_escape + return sfinv.make_formspec(player, context, + "label[6.2,3.35;" .. minetest.colorize("#FFFF00", tostring(pagenum)) .. " / " .. tostring(pagemax) .. "]" .. + [[ + image[4.06,3.4;0.8,0.8;creative_trash_icon.png] + listcolors[#00000069;#5A5A5A;#141318;#30434C;#FFF] + list[detached:creative_trash;main;4,3.3;1,1;] + listring[] + image_button[5.4,3.25;0.8,0.8;creative_prev_icon.png;creative_prev;] + image_button[7.2,3.25;0.8,0.8;creative_next_icon.png;creative_next;] + image_button[2.1,3.25;0.8,0.8;creative_search_icon.png;creative_search;] + image_button[2.75,3.25;0.8,0.8;creative_clear_icon.png;creative_clear;] + ]] .. + "tooltip[creative_search;" .. esc(S("Search")) .. "]" .. + "tooltip[creative_clear;" .. esc(S("Reset")) .. "]" .. + "tooltip[creative_prev;" .. esc(S("Previous page")) .. "]" .. + "tooltip[creative_next;" .. esc(S("Next page")) .. "]" .. + "listring[current_player;main]" .. + "field_close_on_enter[creative_filter;false]" .. + "field[0.3,3.5;2.2,1;creative_filter;;" .. esc(inv.filter) .. "]" .. + "listring[detached:creative_" .. player_name .. ";main]" .. + "list[detached:creative_" .. player_name .. ";main;0,0;8,3;" .. tostring(start_i) .. "]" .. + creative.formspec_add, true) + end, + on_enter = function(self, player, context) + local player_name = player:get_player_name() + local inv = player_inventory[player_name] + if inv then + inv.start_i = 0 + end + end, + on_player_receive_fields = function(self, player, context, fields) + local player_name = player:get_player_name() + local inv = player_inventory[player_name] + assert(inv) + + if fields.creative_clear then + inv.start_i = 0 + inv.filter = "" + creative.update_creative_inventory(player_name, items) + sfinv.set_player_inventory_formspec(player, context) + elseif fields.creative_search or + fields.key_enter_field == "creative_filter" then + inv.start_i = 0 + inv.filter = fields.creative_filter:lower() + creative.update_creative_inventory(player_name, items) + sfinv.set_player_inventory_formspec(player, context) + elseif not fields.quit then + local start_i = inv.start_i or 0 + + if fields.creative_prev then + start_i = start_i - 3*8 + if start_i < 0 then + start_i = inv.size - (inv.size % (3*8)) + if inv.size == start_i then + start_i = math.max(0, inv.size - (3*8)) + end + end + elseif fields.creative_next then + start_i = start_i + 3*8 + if start_i >= inv.size then + start_i = 0 + end + end + + inv.start_i = start_i + sfinv.set_player_inventory_formspec(player, context) + end + end + }) +end + +creative.register_tab("all", S("All"), minetest.registered_items) +creative.register_tab("nodes", S("Nodes"), minetest.registered_nodes) +creative.register_tab("tools", S("Tools"), minetest.registered_tools) +creative.register_tab("craftitems", S("Items"), minetest.registered_craftitems) + +local old_homepage_name = sfinv.get_homepage_name +function sfinv.get_homepage_name(player) + if creative.is_enabled_for(player:get_player_name()) then + return "creative:all" + else + return old_homepage_name(player) + end +end diff --git a/mods/creative/license.txt b/mods/creative/license.txt new file mode 100644 index 0000000..50ff9c7 --- /dev/null +++ b/mods/creative/license.txt @@ -0,0 +1,61 @@ +License of source code +---------------------- + +The MIT License (MIT) +Copyright (C) 2012-2016 Perttu Ahola (celeron55) +Copyright (C) 2015-2016 Jean-Patrick G. (kilbith) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this +software and associated documentation files (the "Software"), to deal in the Software +without restriction, including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or +substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE +FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +For more details: +https://opensource.org/licenses/MIT + + +Licenses of media (textures) +---------------------------- + +Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) +Copyright (C) 2016 Jean-Patrick G. (kilbith) +Copyright (C) 2018 paramat + +You are free to: +Share — copy and redistribute the material in any medium or format. +Adapt — remix, transform, and build upon the material for any purpose, even commercially. +The licensor cannot revoke these freedoms as long as you follow the license terms. + +Under the following terms: + +Attribution — You must give appropriate credit, provide a link to the license, and +indicate if changes were made. You may do so in any reasonable manner, but not in any way +that suggests the licensor endorses you or your use. + +ShareAlike — If you remix, transform, or build upon the material, you must distribute +your contributions under the same license as the original. + +No additional restrictions — You may not apply legal terms or technological measures that +legally restrict others from doing anything the license permits. + +Notices: + +You do not have to comply with the license for elements of the material in the public +domain or where your use is permitted by an applicable exception or limitation. +No warranties are given. The license may not give you all of the permissions necessary +for your intended use. For example, other rights such as publicity, privacy, or moral +rights may limit how you use the material. + +For more details: +http://creativecommons.org/licenses/by-sa/3.0/ diff --git a/mods/creative/locale/creative.de.tr b/mods/creative/locale/creative.de.tr new file mode 100644 index 0000000..02b0277 --- /dev/null +++ b/mods/creative/locale/creative.de.tr @@ -0,0 +1,10 @@ +# textdomain: creative +Allow player to use creative inventory=Spieler erlauben, das Kreativinventar zu benutzen +Search=Suchen +Reset=Zurücksetzen +Previous page=Vorherige Seite +Next page=Nächste Seite +All=Alles +Nodes=Blöcke +Tools=Werkzeuge +Items=Gegenstände diff --git a/mods/creative/locale/creative.es.tr b/mods/creative/locale/creative.es.tr new file mode 100644 index 0000000..f4e39a7 --- /dev/null +++ b/mods/creative/locale/creative.es.tr @@ -0,0 +1,10 @@ +# textdomain: creative +Allow player to use creative inventory=Permitir al jugador usar el inventario creativo +Search=Buscar +Reset=Resetear +Previous page=Pág. siguiente +Next page=Pág. anterior +All=Todos +Nodes=Nodos +Tools=Herramientas +Items=Objetos diff --git a/mods/creative/locale/creative.fr.tr b/mods/creative/locale/creative.fr.tr new file mode 100644 index 0000000..695c0a1 --- /dev/null +++ b/mods/creative/locale/creative.fr.tr @@ -0,0 +1,10 @@ +# textdomain: creative +Allow player to use creative inventory=Permettre aux joueurs d'utiliser l'inventaire du mode créatif +Search=Rechercher +Reset=Réinitialiser +Previous page=Page précédente +Next page=Page suivante +All=Tout +Nodes=Nœuds +Tools=Outils +Items=Article diff --git a/mods/creative/locale/creative.it.tr b/mods/creative/locale/creative.it.tr new file mode 100644 index 0000000..1c82189 --- /dev/null +++ b/mods/creative/locale/creative.it.tr @@ -0,0 +1,10 @@ +# textdomain: creative +Allow player to use creative inventory=Permette al giocatore di usare l'inventario creativo +Search=Cerca +Reset=Azzera +Previous page=Pagina precedente +Next page=Pagina successiva +All=Tutto +Nodes=Nodi +Tools=Strumenti +Items=Oggetti \ No newline at end of file diff --git a/mods/creative/locale/template.txt b/mods/creative/locale/template.txt new file mode 100644 index 0000000..3e79730 --- /dev/null +++ b/mods/creative/locale/template.txt @@ -0,0 +1,10 @@ +# textdomain: creative +Allow player to use creative inventory= +Search= +Reset= +Previous page= +Next page= +All= +Nodes= +Tools= +Items= diff --git a/mods/creative/mod.conf b/mods/creative/mod.conf new file mode 100644 index 0000000..0b3f745 --- /dev/null +++ b/mods/creative/mod.conf @@ -0,0 +1,3 @@ +name = creative +description = Minetest Game mod: creative +depends = default, sfinv diff --git a/mods/creative/textures/creative_clear_icon.png b/mods/creative/textures/creative_clear_icon.png new file mode 100644 index 0000000..9244264 Binary files /dev/null and b/mods/creative/textures/creative_clear_icon.png differ diff --git a/mods/creative/textures/creative_next_icon.png b/mods/creative/textures/creative_next_icon.png new file mode 100644 index 0000000..82cf3d3 Binary files /dev/null and b/mods/creative/textures/creative_next_icon.png differ diff --git a/mods/creative/textures/creative_prev_icon.png b/mods/creative/textures/creative_prev_icon.png new file mode 100644 index 0000000..b26cd15 Binary files /dev/null and b/mods/creative/textures/creative_prev_icon.png differ diff --git a/mods/creative/textures/creative_search_icon.png b/mods/creative/textures/creative_search_icon.png new file mode 100644 index 0000000..aace804 Binary files /dev/null and b/mods/creative/textures/creative_search_icon.png differ diff --git a/mods/creative/textures/creative_trash_icon.png b/mods/creative/textures/creative_trash_icon.png new file mode 100644 index 0000000..7d7a0a6 Binary files /dev/null and b/mods/creative/textures/creative_trash_icon.png differ diff --git a/mods/default/README.txt b/mods/default/README.txt new file mode 100644 index 0000000..1bc899b --- /dev/null +++ b/mods/default/README.txt @@ -0,0 +1,378 @@ +Minetest Game mod: default +========================== +See license.txt for license information. + +Authors of source code +---------------------- +Originally by celeron55, Perttu Ahola (LGPLv2.1+) +Various Minetest developers and contributors (LGPLv2.1+) + +The torch code was derived by sofar from the 'torches' mod by +BlockMen (LGPLv2.1+) + +Authors of media (textures, sounds, models and schematics) +---------------------------------------------------------- +Everything not listed in here: +celeron55, Perttu Ahola (CC BY-SA 3.0) + + +Textures +-------- +Cisoun's texture pack (CC BY-SA 3.0): + default_jungletree.png + default_lava.png + default_leaves.png + default_sapling.png + default_bush_sapling.png + default_stone.png + default_tree.png + default_tree_top.png + default_water.png + +RealBadAngel's animated water (CC BY-SA 3.0): + default_water_source_animated.png + default_water_flowing_animated.png + +VanessaE (CC BY-SA 3.0): + default_torch_animated.png + default_torch_on_ceiling_animated.png + default_torch_on_floor_animated.png + default_torch_on_floor.png + default_desert_sand.png + default_desert_stone.png + default_sand.png + default_mese_crystal.png + default_mese_crystal_fragment.png + +Calinou (CC BY-SA 3.0): + default_brick.png + default_papyrus.png + default_mineral_copper.png + +PilzAdam (CC BY-SA 3.0): + default_jungleleaves.png + default_junglesapling.png + default_obsidian_glass.png + default_obsidian_shard.png + default_mineral_gold.png + +jojoa1997 (CC BY-SA 3.0): + default_obsidian.png + +InfinityProject (CC BY-SA 3.0): + default_mineral_diamond.png + +Splizard (CC BY-SA 3.0): + default_pine_sapling.png + default_pine_needles.png + +Zeg9 (CC BY-SA 3.0): + default_coal_block.png + +paramat (CC BY-SA 3.0): + wieldhand.png -- Copied from character.png by Jordach (CC BY-SA 3.0) + default_pinetree.png + default_pinetree_top.png + default_pinewood.png + default_acacia_leaves.png + default_acacia_leaves_simple.png + default_acacia_sapling.png + default_acacia_bush_sapling.png + default_pine_bush_sapling.png + default_acacia_tree.png + default_acacia_tree_top.png + default_acacia_wood.png + default_acacia_bush_stem.png + default_bush_stem.png + default_pine_bush_stem.png + default_junglewood.png + default_jungletree_top.png + default_sandstone_brick.png + default_obsidian_brick.png + default_stone_brick.png + default_desert_stone_brick.png + default_sandstone_block.png + default_obsidian_block.png + default_stone_block.png + default_desert_stone_block.png + default_river_water.png + default_river_water_source_animated.png + default_river_water_flowing_animated.png + default_dry_grass.png + default_dry_grass_side.png + default_dry_grass_*.png + default_grass_side.png -- Derived from a texture by TumeniNodes (CC-BY-SA 3.0) + default_mese_block.png + default_silver_sand.png + default_mese_post_light_side.png + default_mese_post_light_side_dark.png + default_mese_post_light_top.png + default_silver_sandstone.png -- Derived from a texture by GreenXenith (CC-BY-SA 3.0) + default_silver_sandstone_brick.png -- Derived from a texture by GreenXenith (CC-BY-SA 3.0) + default_silver_sandstone_block.png -- Derived from a texture by GreenXenith (CC-BY-SA 3.0) + default_bookshelf_slot.png -- Derived from a texture by Gambit (CC-BY-SA 3.0) + default_marram_grass_*.png -- Derived from textures by TumeniNodes (CC-BY-SA 3.0) + default_emergent_jungle_sapling.png + default_permafrost.png -- Derived from a texture by Neuromancer (CC BY-SA 3.0) + default_stones.png -- Derived from a texture by sofar (CC0 1.0) + default_stones_side.png -- Derived from a texture by sofar (CC0 1.0) + default_moss.png + default_moss_side.png + default_fence_rail_acacia_wood + default_fence_rail_aspen_wood -- Derived from a texture by sofar (CC BY-SA 3.0) + default_fence_rail_junglewood + default_fence_rail_pine_wood + default_fence_rail_wood -- Derived from a texture by BlockMen (CC BY-SA 3.0) + +TumeniNodes (CC BY-SA 3.0): + default_desert_cobble.png -- Derived from a texture by brunob.santos (CC BY-SA 3.0) + default_coniferous_litter.png + default_coniferous_litter_side.png + default_grass.png + default_dry_dirt.png + +BlockMen (CC BY-SA 3.0): + default_aspen_leaves.png -- Derived from Sofar's texture + default_wood.png + default_clay_brick.png + default_iron_ingot.png + default_gold_ingot.png + default_tool_steelsword.png + default_diamond.png + default_tool_*.png + default_lava_source_animated.png + default_lava_flowing_animated.png + default_stick.png + default_chest_front.png + default_chest_lock.png + default_chest_side.png + default_chest_top.png + default_mineral_mese.png + default_meselamp.png + bubble.png + gui_*.png + +sofar (CC BY-SA 3.0): + default_aspen_sapling + default_aspen_tree + default_aspen_tree_top, derived from default_pine_tree_top (by paramat) + default_aspen_wood, derived from default_pine_wood (by paramat) + default_chest_inside + +sofar (CC0 1.0): + default_gravel.png -- Derived from Gambit's PixelBOX texture pack light gravel + +Neuromancer (CC BY-SA 3.0): + default_cobble.png, based on texture by Brane praefect + default_mossycobble.png, based on texture by Brane praefect + default_furnace_*.png + +Gambit (CC BY-SA 3.0): + default_bronze_ingot.png + default_copper_ingot.png + default_copper_lump.png + default_iron_lump.png + default_gold_lump.png + default_clay_lump.png + default_coal.png + default_grass_*.png + default_paper.png + default_diamond_block.png + default_ladder_steel.png + default_sign_wall_wood.png + default_flint.png + default_snow.png + default_snow_side.png + default_snowball.png + default_key.png + default_key_skeleton.png + default_book.png + +asl97 (CC BY-SA 3.0): + default_ice.png + +KevDoy (CC BY-SA 3.0): + heart.png + +Pithydon (CC BY-SA 3.0) + default_coral_brown.png + default_coral_orange.png + default_coral_skeleton.png + +Ferk (CC0 1.0): + default_item_smoke.png + +npx (CC BY-SA 3.0): + default_rainforest_litter.png + default_rainforest_litter_side.png + +kaeza (CC-BY-SA 3.0): + default_desert_sandstone.png + default_desert_sandstone_brick.png + default_desert_sandstone_block.png + +kilbith (CC BY-SA 3.0): + default_steel_block.png + default_copper_block.png + default_bronze_block.png + default_gold_block.png + default_tin_block.png + default_mineral_tin.png + default_tin_ingot.png + default_tin_lump.png + +tobyplowy (CC BY-SA 3.0): + default_kelp.png + +CloudyProton (CC BY-SA 3.0): + default_book_written.png, based on default_book.png by Gambit + +Mossmanikin (CC BY-SA 3.0): + default_fern_*.png + +random-geek (CC BY-SA 3.0): + default_blueberries.png + default_blueberry_overlay.png + default_blueberry_bush_leaves.png, derived from default_bush_leaves (by paramat) + default_blueberry_bush_sapling.png + default_dirt.png -- Derived from a texture by Neuromancer (CC BY-SA 3.0) + +Krock (CC0 1.0): + default_glass.png + default_glass_detail.png + +Topywo (CC BY-SA 3.0) + default_coral_cyan.png + default_coral_green.png + default_coral_pink.png + +Extex101 (CC BY-SA 3.0) + default_large_cactus_seedling.png + + +Sounds +------ +Glass breaking sounds (CC BY 3.0): + 1: http://www.freesound.org/people/cmusounddesign/sounds/71947/ + 2: http://www.freesound.org/people/Tomlija/sounds/97669/ + 3: http://www.freesound.org/people/lsprice/sounds/88808/ + +Mito551 (sounds) (CC BY-SA 3.0): + default_dig_choppy.ogg + default_dig_cracky.ogg + default_dig_crumbly.1.ogg + default_dig_crumbly.2.ogg + default_dig_dig_immediate.ogg + default_dig_oddly_breakable_by_hand.ogg + default_dug_node.1.ogg + default_dug_node.2.ogg + default_grass_footstep.1.ogg + default_grass_footstep.2.ogg + default_grass_footstep.3.ogg + default_gravel_footstep.1.ogg + default_gravel_footstep.2.ogg + default_gravel_footstep.3.ogg + default_gravel_footstep.4.ogg + default_grass_footstep.1.ogg + default_place_node.1.ogg + default_place_node.2.ogg + default_place_node.3.ogg + default_place_node_hard.1.ogg + default_place_node_hard.2.ogg + default_hard_footstep.1.ogg + default_hard_footstep.2.ogg + default_hard_footstep.3.ogg + default_sand_footstep.1.ogg + default_sand_footstep.2.ogg + default_wood_footstep.1.ogg + default_wood_footstep.2.ogg + default_dirt_footstep.1.ogg + default_dirt_footstep.2.ogg + default_glass_footstep.ogg + +Metal sounds: + default_dig_metal.ogg - yadronoff - CC-BY-3.0 + - https://www.freesound.org/people/yadronoff/sounds/320397/ + default_dug_metal.*.ogg - Iwan Gabovitch - qubodup - CC0 + - http://opengameart.org/users/qubodup + default_metal_footstep.*.ogg - Ottomaani138 - CC0 + - https://www.freesound.org/people/Ottomaani138/sounds/232692/ + default_place_node_metal.*.ogg - Ogrebane - CC0 + - http://opengameart.org/content/wood-and-metal-sound-effects-volume-2 + +Tool breaking sounds added by sofar: CC-BY-3.0 + default_tool_breaks.* - http://www.freesound.org/people/HerbertBoland/sounds/33206/ + +AGFX (CC BY 3.0): +https://www.freesound.org/people/AGFX/packs/1253/ + default_water_footstep.1.ogg + default_water_footstep.2.ogg + default_water_footstep.3.ogg +(default_water_footstep.4.ogg is silent) + +blukotek (CC0 1.0): +https://www.freesound.org/people/blukotek/sounds/251660/ + default_dig_snappy.ogg + +Chests sounds added by sofar, derived of several files mixed together: + default_chest_open.ogg + default_chest_close.ogg + - http://www.freesound.org/people/Sevin7/sounds/269722/ CC0 + - http://www.freesound.org/people/Percy%20Duke/sounds/23448/ CC-BY-3.0 + - http://www.freesound.org/people/kingsamas/sounds/135576/ CC-BY-3.0 + - http://www.freesound.org/people/bulbastre/sounds/126887/ CC-BY-3.0 + - http://www.freesound.org/people/Yoyodaman234/sounds/183541/ CC0 + +Ryding (CC0 1.0): +http://freesound.org/people/Ryding/sounds/94337/ + default_snow_footstep.*.ogg + +Ferk (CC0 1.0): + default_item_smoke.ogg, based on a sound by http://opengameart.org/users/bart + + +Models +------ +sofar (CC BY-SA 3.0): + chest_open.obj + torch_ceiling.obj + torch_floor.obj + torch_wall.obj + + +Schematics +---------- +paramat (CC BY-SA 3.0): + acacia_bush.mts + acacia_tree.mts + acacia_tree_from_sapling.mts + apple_tree.mts + apple_tree_from_sapling.mts + aspen_tree.mts + aspen_tree_from_sapling.mts + bush.mts + emergent_jungle_tree.mts + emergent_jungle_tree_from_sapling.mts + jungle_tree.mts + jungle_tree_from_sapling.mts + large_cactus.mts + papyrus.mts + pine_tree.mts + pine_tree_from_sapling.mts + snowy_pine_tree_from_sapling.mts + small_pine_tree.mts + small_pine_tree_from_sapling.mts + snowy_small_pine_tree_from_sapling.mts + +Shara RedCat (CC BY-SA 3.0): + acacia_log.mts + apple_log.mts + aspen_log.mts + jungle_log.mts + pine_log.mts + +TumeniNodes (CC BY-SA 3.0): + pine_bush.mts + +random-geek (CC BY-SA 3.0): + blueberry_bush.mts diff --git a/mods/default/functions.lua b/mods/default/functions.lua new file mode 100644 index 0000000..81486cb --- /dev/null +++ b/mods/default/functions.lua @@ -0,0 +1,599 @@ +-- +-- Sounds +-- + +function default.node_sound_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "", gain = 1.0} + table.dug = table.dug or + {name = "default_dug_node", gain = 0.25} + table.place = table.place or + {name = "default_place_node_hard", gain = 1.0} + return table +end + +function default.node_sound_stone_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_hard_footstep", gain = 0.3} + table.dug = table.dug or + {name = "default_hard_footstep", gain = 1.0} + default.node_sound_defaults(table) + return table +end + +function default.node_sound_dirt_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_dirt_footstep", gain = 0.4} + table.dug = table.dug or + {name = "default_dirt_footstep", gain = 1.0} + table.place = table.place or + {name = "default_place_node", gain = 1.0} + default.node_sound_defaults(table) + return table +end + +function default.node_sound_sand_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_sand_footstep", gain = 0.12} + table.dug = table.dug or + {name = "default_sand_footstep", gain = 0.24} + table.place = table.place or + {name = "default_place_node", gain = 1.0} + default.node_sound_defaults(table) + return table +end + +function default.node_sound_gravel_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_gravel_footstep", gain = 0.4} + table.dug = table.dug or + {name = "default_gravel_footstep", gain = 1.0} + table.place = table.place or + {name = "default_place_node", gain = 1.0} + default.node_sound_defaults(table) + return table +end + +function default.node_sound_wood_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_wood_footstep", gain = 0.3} + table.dug = table.dug or + {name = "default_wood_footstep", gain = 1.0} + default.node_sound_defaults(table) + return table +end + +function default.node_sound_leaves_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_grass_footstep", gain = 0.45} + table.dug = table.dug or + {name = "default_grass_footstep", gain = 0.7} + table.place = table.place or + {name = "default_place_node", gain = 1.0} + default.node_sound_defaults(table) + return table +end + +function default.node_sound_glass_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_glass_footstep", gain = 0.3} + table.dig = table.dig or + {name = "default_glass_footstep", gain = 0.5} + table.dug = table.dug or + {name = "default_break_glass", gain = 1.0} + default.node_sound_defaults(table) + return table +end + +function default.node_sound_metal_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_metal_footstep", gain = 0.4} + table.dig = table.dig or + {name = "default_dig_metal", gain = 0.5} + table.dug = table.dug or + {name = "default_dug_metal", gain = 0.5} + table.place = table.place or + {name = "default_place_node_metal", gain = 0.5} + default.node_sound_defaults(table) + return table +end + +function default.node_sound_water_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_water_footstep", gain = 0.2} + default.node_sound_defaults(table) + return table +end + +function default.node_sound_snow_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_snow_footstep", gain = 0.2} + table.dig = table.dig or + {name = "default_snow_footstep", gain = 0.3} + table.dug = table.dug or + {name = "default_snow_footstep", gain = 0.3} + table.place = table.place or + {name = "default_place_node", gain = 1.0} + default.node_sound_defaults(table) + return table +end + + +-- +-- Lavacooling +-- + +default.cool_lava = function(pos, node) + if node.name == "default:lava_source" then + minetest.set_node(pos, {name = "default:obsidian"}) + else -- Lava flowing + minetest.set_node(pos, {name = "default:stone"}) + end + minetest.sound_play("default_cool_lava", + {pos = pos, max_hear_distance = 16, gain = 0.25}) +end + +if minetest.settings:get_bool("enable_lavacooling") ~= false then + minetest.register_abm({ + label = "Lava cooling", + nodenames = {"default:lava_source", "default:lava_flowing"}, + neighbors = {"group:cools_lava", "group:water"}, + interval = 2, + chance = 2, + catch_up = false, + action = function(...) + default.cool_lava(...) + end, + }) +end + + +-- +-- Optimized helper to put all items in an inventory into a drops list +-- + +function default.get_inventory_drops(pos, inventory, drops) + local inv = minetest.get_meta(pos):get_inventory() + local n = #drops + for i = 1, inv:get_size(inventory) do + local stack = inv:get_stack(inventory, i) + if stack:get_count() > 0 then + drops[n+1] = stack:to_table() + n = n + 1 + end + end +end + + +-- +-- Papyrus and cactus growing +-- + +-- Wrapping the functions in ABM action is necessary to make overriding them possible + +function default.grow_cactus(pos, node) + if node.param2 >= 4 then + return + end + pos.y = pos.y - 1 + if minetest.get_item_group(minetest.get_node(pos).name, "sand") == 0 then + return + end + pos.y = pos.y + 1 + local height = 0 + while node.name == "default:cactus" and height < 4 do + height = height + 1 + pos.y = pos.y + 1 + node = minetest.get_node(pos) + end + if height == 4 or node.name ~= "air" then + return + end + if minetest.get_node_light(pos) < 13 then + return + end + minetest.set_node(pos, {name = "default:cactus"}) + return true +end + +function default.grow_papyrus(pos, node) + pos.y = pos.y - 1 + local name = minetest.get_node(pos).name + if name ~= "default:dirt_with_grass" and name ~= "default:dirt" then + return + end + if not minetest.find_node_near(pos, 3, {"group:water"}) then + return + end + pos.y = pos.y + 1 + local height = 0 + while node.name == "default:papyrus" and height < 4 do + height = height + 1 + pos.y = pos.y + 1 + node = minetest.get_node(pos) + end + if height == 4 or node.name ~= "air" then + return + end + if minetest.get_node_light(pos) < 13 then + return + end + minetest.set_node(pos, {name = "default:papyrus"}) + return true +end + +minetest.register_abm({ + label = "Grow cactus", + nodenames = {"default:cactus"}, + neighbors = {"group:sand"}, + interval = 12, + chance = 83, + action = function(...) + default.grow_cactus(...) + end +}) + +minetest.register_abm({ + label = "Grow papyrus", + nodenames = {"default:papyrus"}, + neighbors = {"default:dirt", "default:dirt_with_grass"}, + interval = 14, + chance = 71, + action = function(...) + default.grow_papyrus(...) + end +}) + + +-- +-- Dig upwards +-- + +function default.dig_up(pos, node, digger) + if digger == nil then return end + local np = {x = pos.x, y = pos.y + 1, z = pos.z} + local nn = minetest.get_node(np) + if nn.name == node.name then + minetest.node_dig(np, nn, digger) + end +end + + +-- +-- Fence registration helper +-- +local fence_collision_extra = minetest.settings:get_bool("enable_fence_tall") and 3/8 or 0 + +function default.register_fence(name, def) + minetest.register_craft({ + output = name .. " 4", + recipe = { + { def.material, 'group:stick', def.material }, + { def.material, 'group:stick', def.material }, + } + }) + + local fence_texture = "default_fence_overlay.png^" .. def.texture .. + "^default_fence_overlay.png^[makealpha:255,126,126" + -- Allow almost everything to be overridden + local default_fields = { + paramtype = "light", + drawtype = "nodebox", + node_box = { + type = "connected", + fixed = {-1/8, -1/2, -1/8, 1/8, 1/2, 1/8}, + -- connect_top = + -- connect_bottom = + connect_front = {{-1/16, 3/16, -1/2, 1/16, 5/16, -1/8 }, + {-1/16, -5/16, -1/2, 1/16, -3/16, -1/8 }}, + connect_left = {{-1/2, 3/16, -1/16, -1/8, 5/16, 1/16}, + {-1/2, -5/16, -1/16, -1/8, -3/16, 1/16}}, + connect_back = {{-1/16, 3/16, 1/8, 1/16, 5/16, 1/2 }, + {-1/16, -5/16, 1/8, 1/16, -3/16, 1/2 }}, + connect_right = {{ 1/8, 3/16, -1/16, 1/2, 5/16, 1/16}, + { 1/8, -5/16, -1/16, 1/2, -3/16, 1/16}} + }, + collision_box = { + type = "connected", + fixed = {-1/8, -1/2, -1/8, 1/8, 1/2 + fence_collision_extra, 1/8}, + -- connect_top = + -- connect_bottom = + connect_front = {-1/8, -1/2, -1/2, 1/8, 1/2 + fence_collision_extra, -1/8}, + connect_left = {-1/2, -1/2, -1/8, -1/8, 1/2 + fence_collision_extra, 1/8}, + connect_back = {-1/8, -1/2, 1/8, 1/8, 1/2 + fence_collision_extra, 1/2}, + connect_right = { 1/8, -1/2, -1/8, 1/2, 1/2 + fence_collision_extra, 1/8} + }, + connects_to = {"group:fence", "group:wood", "group:tree", "group:wall"}, + inventory_image = fence_texture, + wield_image = fence_texture, + tiles = {def.texture}, + sunlight_propagates = true, + is_ground_content = false, + groups = {}, + } + for k, v in pairs(default_fields) do + if def[k] == nil then + def[k] = v + end + end + + -- Always add to the fence group, even if no group provided + def.groups.fence = 1 + + def.texture = nil + def.material = nil + + minetest.register_node(name, def) +end + + +-- +-- Fence rail registration helper +-- + +function default.register_fence_rail(name, def) + minetest.register_craft({ + output = name .. " 16", + recipe = { + { def.material, def.material }, + { "", ""}, + { def.material, def.material }, + } + }) + + local fence_rail_texture = "default_fence_rail_overlay.png^" .. def.texture .. + "^default_fence_rail_overlay.png^[makealpha:255,126,126" + -- Allow almost everything to be overridden + local default_fields = { + paramtype = "light", + drawtype = "nodebox", + node_box = { + type = "connected", + fixed = {{-1/16, 3/16, -1/16, 1/16, 5/16, 1/16}, + {-1/16, -3/16, -1/16, 1/16, -5/16, 1/16}}, + -- connect_top = + -- connect_bottom = + connect_front = {{-1/16, 3/16, -1/2, 1/16, 5/16, -1/16}, + {-1/16, -5/16, -1/2, 1/16, -3/16, -1/16}}, + connect_left = {{-1/2, 3/16, -1/16, -1/16, 5/16, 1/16}, + {-1/2, -5/16, -1/16, -1/16, -3/16, 1/16}}, + connect_back = {{-1/16, 3/16, 1/16, 1/16, 5/16, 1/2 }, + {-1/16, -5/16, 1/16, 1/16, -3/16, 1/2 }}, + connect_right = {{ 1/16, 3/16, -1/16, 1/2, 5/16, 1/16}, + { 1/16, -5/16, -1/16, 1/2, -3/16, 1/16}} + }, + collision_box = { + type = "connected", + fixed = {-1/8, -1/2, -1/8, 1/8, 1/2 + fence_collision_extra, 1/8}, + -- connect_top = + -- connect_bottom = + connect_front = {-1/8, -1/2, -1/2, 1/8, 1/2 + fence_collision_extra, -1/8}, + connect_left = {-1/2, -1/2, -1/8, -1/8, 1/2 + fence_collision_extra, 1/8}, + connect_back = {-1/8, -1/2, 1/8, 1/8, 1/2 + fence_collision_extra, 1/2}, + connect_right = { 1/8, -1/2, -1/8, 1/2, 1/2 + fence_collision_extra, 1/8} + }, + connects_to = {"group:fence", "group:wall"}, + inventory_image = fence_rail_texture, + wield_image = fence_rail_texture, + tiles = {def.texture}, + sunlight_propagates = true, + is_ground_content = false, + groups = {}, + } + for k, v in pairs(default_fields) do + if def[k] == nil then + def[k] = v + end + end + + -- Always add to the fence group, even if no group provided + def.groups.fence = 1 + + def.texture = nil + def.material = nil + + minetest.register_node(name, def) +end + + +-- +-- Leafdecay +-- + +-- Prevent decay of placed leaves + +default.after_place_leaves = function(pos, placer, itemstack, pointed_thing) + if placer and placer:is_player() then + local node = minetest.get_node(pos) + node.param2 = 1 + minetest.set_node(pos, node) + end +end + +-- Leafdecay +local function leafdecay_after_destruct(pos, oldnode, def) + for _, v in pairs(minetest.find_nodes_in_area(vector.subtract(pos, def.radius), + vector.add(pos, def.radius), def.leaves)) do + local node = minetest.get_node(v) + local timer = minetest.get_node_timer(v) + if node.param2 ~= 1 and not timer:is_started() then + timer:start(math.random(20, 120) / 10) + end + end +end + +local function leafdecay_on_timer(pos, def) + if minetest.find_node_near(pos, def.radius, def.trunks) then + return false + end + + local node = minetest.get_node(pos) + local drops = minetest.get_node_drops(node.name) + for _, item in ipairs(drops) do + local is_leaf + for _, v in pairs(def.leaves) do + if v == item then + is_leaf = true + end + end + if minetest.get_item_group(item, "leafdecay_drop") ~= 0 or + not is_leaf then + minetest.add_item({ + x = pos.x - 0.5 + math.random(), + y = pos.y - 0.5 + math.random(), + z = pos.z - 0.5 + math.random(), + }, item) + end + end + + minetest.remove_node(pos) + minetest.check_for_falling(pos) +end + +function default.register_leafdecay(def) + assert(def.leaves) + assert(def.trunks) + assert(def.radius) + for _, v in pairs(def.trunks) do + minetest.override_item(v, { + after_destruct = function(pos, oldnode) + leafdecay_after_destruct(pos, oldnode, def) + end, + }) + end + for _, v in pairs(def.leaves) do + minetest.override_item(v, { + on_timer = function(pos) + leafdecay_on_timer(pos, def) + end, + }) + end +end + + +-- +-- Convert dirt to something that fits the environment +-- + +minetest.register_abm({ + label = "Grass spread", + nodenames = {"default:dirt"}, + neighbors = { + "air", + "group:grass", + "default:snow", + }, + interval = 6, + chance = 50, + catch_up = false, + action = function(pos, node) + -- Check for darkness: night, shadow or under a light-blocking node + -- Returns if ignore above + local above = {x = pos.x, y = pos.y + 1, z = pos.z} + if (minetest.get_node_light(above) or 0) < 13 then + return + end + + -- Look for spreading dirt-type neighbours + local p2 = minetest.find_node_near(pos, 1, "group:spreading_dirt_type") + if p2 then + local n3 = minetest.get_node(p2) + minetest.set_node(pos, {name = n3.name}) + return + end + + -- Else, any seeding nodes on top? + local name = minetest.get_node(above).name + -- Snow check is cheapest, so comes first + if name == "default:snow" then + minetest.set_node(pos, {name = "default:dirt_with_snow"}) + elseif minetest.get_item_group(name, "grass") ~= 0 then + minetest.set_node(pos, {name = "default:dirt_with_grass"}) + end + end +}) + + +-- +-- Grass and dry grass removed in darkness +-- + +minetest.register_abm({ + label = "Grass covered", + nodenames = {"group:spreading_dirt_type", "default:dry_dirt_with_dry_grass"}, + interval = 8, + chance = 50, + catch_up = false, + action = function(pos, node) + local above = {x = pos.x, y = pos.y + 1, z = pos.z} + local name = minetest.get_node(above).name + local nodedef = minetest.registered_nodes[name] + if name ~= "ignore" and nodedef and not ((nodedef.sunlight_propagates or + nodedef.paramtype == "light") and + nodedef.liquidtype == "none") then + if node.name == "default:dry_dirt_with_dry_grass" then + minetest.set_node(pos, {name = "default:dry_dirt"}) + else + minetest.set_node(pos, {name = "default:dirt"}) + end + end + end +}) + + +-- +-- Moss growth on cobble near water +-- + +-- +-- NOTICE: This method is not an official part of the API yet. +-- This method may change in future. +-- + +function default.can_interact_with_node(player, pos) + if player and player:is_player() then + if minetest.check_player_privs(player, "protection_bypass") then + return true + end + else + return false + end + + local meta = minetest.get_meta(pos) + local owner = meta:get_string("owner") + + if not owner or owner == "" or owner == player:get_player_name() then + return true + end + + -- Is player wielding the right key? + local item = player:get_wielded_item() + if item:get_name() == "default:key" then + local key_meta = item:get_meta() + + if key_meta:get_string("secret") == "" then + local key_oldmeta = item:get_metadata() + if key_oldmeta == "" or not minetest.parse_json(key_oldmeta) then + return false + end + + key_meta:set_string("secret", minetest.parse_json(key_oldmeta).secret) + item:set_metadata("") + end + + return meta:get_string("key_lock_secret") == key_meta:get_string("secret") + end + + return false +end diff --git a/mods/default/hud.lua b/mods/default/hud.lua new file mode 100644 index 0000000..beca601 --- /dev/null +++ b/mods/default/hud.lua @@ -0,0 +1,69 @@ +minetest.register_on_joinplayer(function(player) + local name = player:get_player_name() + local meta = player:get_meta() + e = meta:get_int("end") + if e == 1 then + minetest.kick_player(name,"The player has win the game in easy difficulty") + elseif e == 2 then + minetest.kick_player(name,"The player has win the game in mediun difficulty") + elseif e == 3 then + minetest.kick_player(name,"The player has win the game in hard difficulty") + elseif e == 4 then + minetest.kick_player(name,"The player has win the game in nightmare difficulty") + elseif e == 6 then + minetest.kick_player(name,"The player has lose the game") + elseif e == 5 then + minetest.kick_player(name,"The player dont select difficulty") + end + player:hud_set_hotbar_itemcount(2)--`: sets number of items in builtin hotbar +end) + +minetest.register_on_dieplayer(function(player) + local name = player:get_player_name() + local meta = player:get_meta() + meta:set_int("end",6) + minetest.kick_player(name,"The player has die") +end) + +minetest.register_globalstep(function(dtime) + for _ , player in pairs(minetest.get_connected_players()) do + local player_name = player:get_player_name() + local meta = player:get_meta() + local m1 = meta:get_int("days") + local m3 = 1 + local m2 = minetest.get_day_count() + --minetest.chat_send_player(player_name, player_name.. meta:get_int("days")) + --minetest.chat_send_player(player_name, "eeeeeeeeeeee".. meta:get_int("end")) + --minetest.chat_send_player(player_name, "dddddddddddddd".. meta:get_int("difficulty")) + --minetest.chat_send_player(player_name, "2".. minetest.get_day_count()) + if m1 == m2 then + minetest.chat_send_player(player_name, "33333333") + local days_text = "Time completed: " .. m1--minetest.get_day_count() + player:hud_add({ + hud_elem_type = "text", + position = {x = 0, y = 0}, + offset = {x = 0, y = 0}, + text = days_text, + alignment = {x = 5, y = 6}, -- center aligned + scale = {x = 100, y = 100}, -- covered later + size = {x=5}, + }) + minetest.after(2,function(player) + d = meta:get_int("difficulty") + dificultad = "mediun" + meta:set_int("end",2) + frase = "Now to rest." + if d == 3 then + meta:set_int("end",3) + dificultad = "hard" + elseif d == 4 then + dificultad = "nightmare" + meta:set_int("end",4) + frase = "You know the meaning of life,universe and everithing else ? ." + end + minetest.kick_player(player_name, 'The player has win the game in ' .. dificultad .. ' difficulty,he has survive '..m1.." days.".. frase) + end) + end + end +end +) \ No newline at end of file diff --git a/mods/default/init.lua b/mods/default/init.lua new file mode 100644 index 0000000..32fe4ad --- /dev/null +++ b/mods/default/init.lua @@ -0,0 +1,260 @@ +-- Minetest 0.4 mod: default +-- See README.txt for licensing and other information. + +-- The API documentation in here was moved into game_api.txt + +-- Load support for MT game translation. +local S = minetest.get_translator("default") + +-- Definitions made by this mod that other mods can use too +default = {} + +default.LIGHT_MAX = 14 +default.get_translator = S + +-- GUI related stuff +minetest.register_on_joinplayer(function(player) + player:set_formspec_prepend([[ + bgcolor[#080808BB;true] + background[5,5;1,1;gui_formbg.png;true] + background9[5,5;1,1;gui_formbg.png;true;10] + listcolors[#00000069;#5A5A5A;#141318;#30434C;#FFF] ]]) +end) + +function default.get_hotbar_bg(x,y) + local out = "" + for i=0,3,1 do + out = out .."image["..x+i..","..y..";0,1;gui_hb_bg.png]" + end + return out +end + +default.gui_survival_form = "size[8,8.5]".. + "list[current_player;main;0,4.25;8,1;]".. + "list[current_player;main;0,5.5;8,3;8]".. + "listring[current_player;main]".. + default.get_hotbar_bg(0,4.25) + +minetest.register_on_newplayer(function(player) + local name = player:get_player_name() + local meta = player:get_meta() + meta:set_int("difficulty", 1) + meta:set_int("days", 2) + meta:set_int("end", 7) +end) + + +-- Load files +local default_path = minetest.get_modpath("default") + +dofile(default_path.."/functions.lua") +dofile(default_path.."/nodes.lua") +dofile(default_path.."/torch.lua") +dofile(default_path.."/tools.lua") +dofile(default_path.."/mapgen.lua") +dofile(default_path.."/jungle.lua") +dofile(default_path.."/hud.lua") +dofile(default_path.."/menus.lua") + +local q = minetest.settings:get("texturequality") or 1 + +minetest.register_node('default:dirtwithgrass1', { + --tiles ={'dirtQ'..q..'.png^grassQ'..q..'.png', 'dirtQ'..q..'.png'}, + tiles ={{name='dirtQ'..q..'.png^grassQ'..q..'.png', backface_culling=true, align_style="world", scale=10},{name='dirtQ'..q..'.png', backface_culling=true, align_style="world", scale=10}}, + description= 'dirt', + drawtype= 'normal', + is_ground_content=true, + climbable=false, + buildable_to=false, + diggable=true, + drop= '', + --drowning=1, + floodable=false, + range=10.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=true, + pointable=true, +}) + +naturalslopeslib.register_slope('default:dirtwithgrass1', { + description = 'dirt', + }, + 5, + {mapgen = 0, place = 0, time = 0} +) + + +minetest.register_node('default:dirt', { + tiles ={{name='dirtQ'..q..'.png', backface_culling=true, align_style="world", scale=10}}, + description= 'dirt', + drawtype= 'allfaces_optional', + is_ground_content=false, + climbable=false, + buildable_to=false, + diggable=true, + drop= '', + --drowning=1, + floodable=false, + range=10.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=true, + pointable=true, + waving=0, +}) +naturalslopeslib.register_slope('default:dirt', { + description = 'dirt', + }, + 5, + {mapgen = 0, place = 0, time = 0} +) +minetest.register_node('default:tree', { + tiles ={{name='woodQ'..q..'.png', backface_culling=true, align_style="world", scale=10}}, + description= 'tree', + drawtype= 'mesh', + mesh= 'tree.obj', + is_ground_content=true, + climbable=false, + buildable_to=false, + damage_per_second=10, + diggable=true, + drop= '', + drowning=1, + floodable=false, + range=1.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=true, + pointable=true, + waving=0, + collisionbox = {-0.25, 10.0, -0.25, 0.25, -0.5, 0.25}, + selection_box = { + type = "fixed", + fixed = { + {-0.25, 10.0, -0.25, 0.25, -0.5, 0.25}, + -- Node box format: see [Node boxes] + }, + }, +}) +minetest.register_node('default:treebase', { + tiles ={{name='woodQ'..q..'.png', backface_culling=true, align_style="world", scale=10}}, + description= 'treebase', + drawtype= 'mesh', + mesh= 'treebase.obj', + is_ground_content=true, + climbable=false, + buildable_to=false, + damage_per_second=10, + diggable=true, + drop= '', + drowning=1, + floodable=false, + range=1.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=true, + pointable=true, + waving=0, +}) +minetest.register_node('default:tree_leaves', { + tiles ={'leavesfullQ'..q..'.png'}, + description= 'tree', + drawtype= 'mesh', + mesh= 'leaves.obj', + is_ground_content=true, + climbable=false, + buildable_to=false, + damage_per_second=10, + diggable=true, + drop= '', + drowning=1, + floodable=false, + range=1.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=false, + pointable=false, + waving=0, +}) + +minetest.register_node('default:deco1', { + tiles ={'leave1Q'..q..'.png'}, + description= 'leave1', + drawtype= 'mesh', + mesh= 'deco1.obj', + is_ground_content=true, + climbable=false, + move_resistance = 0, + ldable_to=true, + diggable=true, + drop= '', + drowning=1, + floodable=false, + range=10.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=false, + pointable=false, + waving=0, +}) +minetest.register_node('default:deco2', { + tiles ={'leave2Q'..q..'.png'}, + description= 'leave2', + drawtype= 'mesh', + mesh= 'deco2.obj', + is_ground_content=true, + climbable=false, + move_resistance = 2, + range=10.0, + buildable_to=true, + diggable=true, + drop= '', + drowning=1, + floodable=false, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=false, + pointable=false, + waving=0, +}) +minetest.register_node('default:deco3', { + tiles ={'leave3Q'..q..'.png'}, + description= 'leave3', + drawtype= 'mesh', + mesh= 'deco3.obj', + is_ground_content=true, + climbable=false, + move_resistance = 1, + ldable_to=true, + diggable=true, + drop= '', + drowning=1, + floodable=false, + range=10.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=false, + pointable=false, + waving=0, +}) +minetest.register_node('default:deco4', { + tiles ={'leave4Q'..q..'.png'}, + description= 'leave4', + drawtype= 'mesh', + mesh= 'deco4.obj', + is_ground_content=true, + climbable=false, + move_resistance = 0, + range=10.0, + buildable_to=true, + diggable=true, + drop= '', + drowning=1, + floodable=false, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=false, + pointable=false, + waving=0, +}) diff --git a/mods/default/jungle.lua b/mods/default/jungle.lua new file mode 100644 index 0000000..26d4040 --- /dev/null +++ b/mods/default/jungle.lua @@ -0,0 +1,98 @@ +-- +-- Aliases for map generators +-- + +-- All mapgens + +minetest.register_alias("mapgen_stone", "default:stone") +minetest.register_alias("mapgen_water_source", "default:water_source") +minetest.register_alias("mapgen_river_water_source", "default:river_water_source") + +--No borrar lo de los aliases +-- All mapgens except mgv6 +minetest.register_biome({ + name = "jungle", + node_top = 'default:dirtwithgrass1', + depth_top = 1, + node_filler = 'default:dirt', + depth_filler = 3, + node_riverbed = 'default:dirt', + depth_riverbed = 2, + node_dungeon = "default:cobble", + node_dungeon_alt = "default:mossycobble", + node_dungeon_stair = "stairs:stair_cobble", + y_max = 31000, + y_min = 1, + heat_point = 60, + humidity_point = 68, +}) +-- +-- Register decorations +-- +-- All mapgens except mgv6 + +local function register_jungle_deco(length) + minetest.register_decoration({ + name = "default:deco" .. length, + deco_type = "simple", + place_on = {"default:dirtwithgrass1"}, + sidelen = 16, + fill_ratio = 0.05, + --noise_params = { + -- offset = 1, + -- scale = 1, + -- spread = {x = 200, y = 200, z = 200}, + -- seed = 329, + -- octaves = 3, + -- persist = 0.6 + --}, + biomes = {"jungle"}, + y_max = 31000, + y_min = 1, + decoration = "default:deco" .. length, + }) +end + +minetest.register_decoration({ + name = "default:tree", + deco_type = "schematic", + place_on = {"default:dirtwithgrass1"}, + sidelen = 16, + noise_params = { + offset = 0.024, + scale = 0.015, + spread = {x = 250, y = 250, z = 250}, + seed = 2, + octaves = 3, + persist = 0.66 + }, + offset = 1, + biomes = {"jungle"}, + y_max = 31000, + y_min = 1, + rotation = "random", + flags = "place_center_x", + --decoration = 'default:tree', + --schematic = minetest.get_modpath("default") .. "/schematics/tree.mts", + schematic = { + size = {x = 1, y = 3, z = 1}, + data = { + {name = "default:treebase", param1 = 255, param2 = 0}, + {name = "default:tree", param1 = 255, param2 = 0}, + {name = "default:tree_leaves", param1 = 255, param2 = 0}, + ... + }, + yslice_prob = { + {ypos = 2, prob = 128}, + {ypos = 5, prob = 64}, + ... + }, + }, +}) + +register_jungle_deco(4) +register_jungle_deco(3) +register_jungle_deco(2) +register_jungle_deco(1) + +-- \ No newline at end of file diff --git a/mods/default/license.txt b/mods/default/license.txt new file mode 100644 index 0000000..fecb1eb --- /dev/null +++ b/mods/default/license.txt @@ -0,0 +1,156 @@ +License of source code +---------------------- + +GNU Lesser General Public License, version 2.1 +Copyright (C) 2011-2018 celeron55, Perttu Ahola +Copyright (C) 2011-2018 Various Minetest developers and contributors + +This program is free software; you can redistribute it and/or modify it under the terms +of the GNU Lesser General Public License as published by the Free Software Foundation; +either version 2.1 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 Lesser General Public License for more details: +https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html + + +Licenses of media (textures, models and sounds) +----------------------------------------------- + +Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) +Copyright (C) 2010-2018: + + celeron55, Perttu Ahola + Cisoun + G4JC + VanessaE + RealBadAngel + Calinou + MirceaKitsune + Jordach + PilzAdam + jojoa1997 + InfinityProject + Splizard + Zeg9 + paramat + BlockMen + sofar + Neuromancer + Gambit + asl97 + KevDoy + Mito551 + GreenXenith + kaeza + kilbith + tobyplowy + CloudyProton + TumeniNodes + Mossmanikin + random-geek + Extex101 + +You are free to: +Share — copy and redistribute the material in any medium or format. +Adapt — remix, transform, and build upon the material for any purpose, even commercially. +The licensor cannot revoke these freedoms as long as you follow the license terms. + +Under the following terms: + +Attribution — You must give appropriate credit, provide a link to the license, and +indicate if changes were made. You may do so in any reasonable manner, but not in any way +that suggests the licensor endorses you or your use. + +ShareAlike — If you remix, transform, or build upon the material, you must distribute +your contributions under the same license as the original. + +No additional restrictions — You may not apply legal terms or technological measures that +legally restrict others from doing anything the license permits. + +Notices: + +You do not have to comply with the license for elements of the material in the public +domain or where your use is permitted by an applicable exception or limitation. +No warranties are given. The license may not give you all of the permissions necessary +for your intended use. For example, other rights such as publicity, privacy, or moral +rights may limit how you use the material. + +For more details: +http://creativecommons.org/licenses/by-sa/3.0/ + +----------------------- + +Attribution 3.0 Unported (CC BY 3.0) + +Copyright (C) 2009 cmusounddesign +Copyright (C) 2010 Tomlija +Copyright (C) 2010 lsprice +Copyright (C) 2014 sonictechtonic +Copyright (C) 2015 yadronoff +Copyright (C) 2007 HerbertBoland +Copyright (C) 2006 AGFX + +You are free to: +Share — copy and redistribute the material in any medium or format. +Adapt — remix, transform, and build upon the material for any purpose, even commercially. +The licensor cannot revoke these freedoms as long as you follow the license terms. + +Under the following terms: + +Attribution — You must give appropriate credit, provide a link to the license, and +indicate if changes were made. You may do so in any reasonable manner, but not in any way +that suggests the licensor endorses you or your use. + +No additional restrictions — You may not apply legal terms or technological measures that +legally restrict others from doing anything the license permits. + +Notices: + +You do not have to comply with the license for elements of the material in the public +domain or where your use is permitted by an applicable exception or limitation. +No warranties are given. The license may not give you all of the permissions necessary +for your intended use. For example, other rights such as publicity, privacy, or moral +rights may limit how you use the material. + +For more details: +http://creativecommons.org/licenses/by/3.0/ + +----------------------- + +CC0 1.0 Universal (CC0 1.0) Public Domain Dedication + +Iwan Gabovitch +Ottomaani138 +Ogrebane +blukotek +Sevin7 +Yoyodaman234 +Ryding + +No Copyright + +The person who associated a work with this deed has dedicated the work to the +public domain by waiving all of his or her rights to the work worldwide under +copyright law, including all related and neighboring rights, to the extent +allowed by law. + +You can copy, modify, distribute and perform the work, even for commercial +purposes, all without asking permission. See Other Information below. + +Other Information: + +In no way are the patent or trademark rights of any person affected by CC0, nor +are the rights that other persons may have in the work or in how the work is +used, such as publicity or privacy rights. + +Unless expressly stated otherwise, the person who associated a work with this +deed makes no warranties about the work, and disclaims liability for all uses +of the work, to the fullest extent permitted by applicable law. + +When using or citing the work, you should not imply endorsement by the author +or the affirmer. + +For more details: +https://creativecommons.org/publicdomain/zero/1.0/ diff --git a/mods/default/locale/default.de.tr b/mods/default/locale/default.de.tr new file mode 100644 index 0000000..c842b85 --- /dev/null +++ b/mods/default/locale/default.de.tr @@ -0,0 +1,211 @@ +# textdomain: default +Locked Chest=Abgeschlossene Truhe +Locked Chest (owned by @1)=Abgeschlossene Truhe (Eigentum von @1) +You do not own this chest.=Ihnen gehört diese Truhe nicht. +a locked chest=eine abgeschlossene Truhe +Chest=Truhe +Stick=Stock +Paper=Papier +"@1" by @2=„@1“ von @2 +Book=Buch +Book with Text=Buch mit Text +Skeleton Key=Skelettschlüssel +Key to @1's @2=Schlüssel für @2 von @1 +Coal Lump=Kohleklumpen +Iron Lump=Eisenklumpen +Copper Lump=Kupferklumpen +Tin Lump=Zinnklumpen +Mese Crystal=Mesekristall +Gold Lump=Goldklumpen +Diamond=Diamant +Clay Lump=Tonklumpen +Steel Ingot=Stahlbarren +Copper Ingot=Kupferbarren +Tin Ingot=Zinnbarren +Bronze Ingot=Bronzebarren +Gold Ingot=Goldbarren +Mese Crystal Fragment=Mesekristallfragment +Clay Brick=Tonziegel +Obsidian Shard=Obsidianscherbe +Flint=Feuerstein +Blueberries=Blaubeeren +Furnace is empty=Ofen ist leer +100% (output full)=100% (Ausgabe voll) +@1%=@1% +Empty=Leer +Not cookable=Nicht kochbar +Furnace active=Ofen aktiv +Furnace inactive=Ofen inaktiv +(Item: @1; Fuel: @2)=(Gegenstand: @1; Brennstoff: @2) +Furnace=Ofen +Stone=Stein +Cobblestone=Kopfsteinpflaster +Stone Brick=Steinziegel +Stone Block=Steinblock +Mossy Cobblestone=Mosiges Kopfsteinpflaster +Desert Stone=Wüstenstein +Desert Cobblestone=Wüstenkopfsteinpflaster +Desert Stone Brick=Wüstensteinziegel +Desert Stone Block=Wüstensteinblock +Sandstone=Sandstein +Sandstone Brick=Sandsteinziegel +Sandstone Block=Sandsteinblock +Desert Sandstone=Wüstensandstein +Desert Sandstone Brick=Wüstensandsteinziegel +Desert Sandstone Block=Wüstensandsteinblock +Silver Sandstone=Silbersandstein +Silver Sandstone Brick=Silbersandsteinziegel +Silver Sandstone Block=Silbersandsteinblock +Obsidian=Obsidian +Obsidian Brick=Obsidianziegel +Obsidian Block=Obsidianblock +Dirt=Erde +Dirt with Grass=Erde mit Gras +Dirt with Grass and Footsteps=Erde mit Gras und Fußstapfen +Dirt with Dry Grass=Erde mit trockenem Gras +Dirt with Snow=Erde mit Schnee +Dirt with Rainforest Litter=Erde mit Regenwaldboden +Dirt with Coniferous Litter=Erde mit Nadelwaldboden +Dry Dirt=Trockene Erde +Dry Dirt with Dry Grass=Trockene Erde mit trockenem Gras +Permafrost=Permafrost +Permafrost with Stones=Permafrost mit Steinen +Permafrost with Moss=Permafrost mit Moos +Sand=Sand +Desert Sand=Wüstensand +Silver Sand=Silbersand +Gravel=Kies +Clay=Ton +Snow=Schnee +Snow Block=Schneeblock +Ice=Eis +Cave Ice=Höhleneis +Apple Tree=Apfelbaum +Apple Wood Planks=Apfelbaumplanken +Apple Tree Sapling=Apfelbaumsetzling +Apple Tree Leaves=Apfelbaumblätter +Apple=Apfel +Apple Marker=Apfelmarkierung +Jungle Tree=Dschungelbaum +Jungle Wood Planks=Dschungelholzplanken +Jungle Tree Leaves=Dschungelbaumblätter +Jungle Tree Sapling=Dschungelbaumsetzling +Emergent Jungle Tree Sapling=Hervorstehender Dschungelbaumsetzling +Pine Tree=Kiefernbaum +Pine Wood Planks=Kiefernholzplanken +Pine Needles=Kiefernnadeln +Pine Tree Sapling=Kiefernbaumsetzling +Acacia Tree=Akazienbaum +Acacia Wood Planks=Akazienholzplanken +Acacia Tree Leaves=Akazienbaumblätter +Acacia Tree Sapling=Akazienbaumsetzling +Aspen Tree=Espenbaum +Aspen Wood Planks=Espenholzplanken +Aspen Tree Leaves=Espenbaumblätter +Aspen Tree Sapling=Esepenbaumsetzling +Coal Ore=Kohleerz +Coal Block=Kohleblock +Iron Ore=Eisenerz +Steel Block=Stahlblock +Copper Ore=Kupfererz +Copper Block=Kupferblock +Tin Ore=Zinnerz +Tin Block=Zinnblock +Bronze Block=Bronzeblock +Mese Ore=Meseerz +Mese Block=Meseblock +Gold Ore=Golderz +Gold Block=Goldblock +Diamond Ore=Diamanterz +Diamond Block=Diamantblock +Cactus=Kaktus +Large Cactus Seedling=Großer Kaktussämling +Papyrus=Papyrus +Dry Shrub=Trockener Busch +Jungle Grass=Dschungelgras +Grass=Gras +Dry Grass=Trockenes Gras +Fern=Farn +Marram Grass=Dünengras +Bush Stem=Buschstamm +Bush Leaves=Buschblätter +Bush Sapling=Buschsetzling +Blueberry Bush Leaves with Berries=Blaubeerbuschblätter mit Beeren +Blueberry Bush Leaves=Blaubeerbuschblätter +Blueberry Bush Sapling=Blaubeerbuschsetzling +Acacia Bush Stem=Akazienbuschstamm +Acacia Bush Leaves=Akazienbuschblätter +Acacia Bush Sapling=Akazienbuschsetzling +Pine Bush Stem=Kiefernbuschstamm +Pine Bush Needles=Kiefernbuschnadeln +Pine Bush Sapling=Kiefernbuschsetzling +Kelp=Seetang +Green Coral=Grüne Koralle +Pink Coral=Rosa Koralle +Cyan Coral=Türkise Koralle +Brown Coral=Braune Koralle +Orange Coral=Orange Koralle +Coral Skeleton=Korallenskelett +Water Source=Wasserquelle +Flowing Water=Fließendes Wasser +River Water Source=Flusswasserquelle +Flowing River Water=Fließendes Flusswasser +Lava Source=Lavaquelle +Flowing Lava=Fließende Lava +Empty Bookshelf=Leeres Bücherregal +Bookshelf (@1 written, @2 empty books)=Bücherregal (@1 beschriebene, @2 leere Bücher) +Bookshelf=Bücherregal +Text too long=Text zu lang +Wooden Sign=Holzschild +Steel Sign=Stahlschild +Wooden Ladder=Holzleiter +Steel Ladder=Stahlleiter +Apple Wood Fence=Apfelholzzaun +Acacia Wood Fence=Akazienholzzaun +Jungle Wood Fence=Dschungelholzzaun +Pine Wood Fence=Kiefernholzzaun +Aspen Wood Fence=Espenholzzaun +Apple Wood Fence Rail=Apfelholzzaungeländer +Acacia Wood Fence Rail=Akazienholzzaungeländer +Jungle Wood Fence Rail=Dschungelholzzaungeländer +Pine Wood Fence Rail=Kiefernholzzaungeländer +Aspen Wood Fence Rail=Espenholzzaungeländer +Glass=Glas +Obsidian Glass=Obsidianglas +Brick Block=Ziegelblock +Mese Lamp=Meselampe +Mese Post Light=Mesestandlampe +Cloud=Wolke +Wooden Pickaxe=Holzspitzhacke +Stone Pickaxe=Steinspitzhacke +Bronze Pickaxe=Bronzespitzhacke +Steel Pickaxe=Stahlspitzhacke +Mese Pickaxe=Mesespitzhacke +Diamond Pickaxe=Diamantspitzhacke +Wooden Shovel=Holzschaufel +Stone Shovel=Steinschaufel +Bronze Shovel=Bronzeschaufel +Steel Shovel=Stahlschaufel +Mese Shovel=Meseschaufel +Diamond Shovel=Diamantschaufel +Wooden Axe=Holzaxt +Stone Axe=Steinaxt +Bronze Axe=Bronzeaxt +Steel Axe=Stahlaxt +Mese Axe=Meseaxt +Diamond Axe=Diamantaxt +Wooden Sword=Holzschwert +Stone Sword=Steinschwert +Bronze Sword=Bronzeschwert +Steel Sword=Stahlschwert +Mese Sword=Meseschwert +Diamond Sword=Diamantschwert +Key=Schlüssel +Torch=Fackel +@1 will intersect protection on growth.=@1 wird bei Wachstum mit geschützter Zone überlappen. +Title:=Titel: +Contents:=Inhalt: +Save=Speichern +by @1=von @1 +Page @1 of @2=Seite @1 von @2 +"@1"=„@1“ diff --git a/mods/default/locale/default.es.tr b/mods/default/locale/default.es.tr new file mode 100644 index 0000000..e55c133 --- /dev/null +++ b/mods/default/locale/default.es.tr @@ -0,0 +1,211 @@ +# textdomain: default +Locked Chest=Cofre cerrado +Locked Chest (owned by @1)=Cofre cerrado (propiedad de @1) +You do not own this chest.=Este cofre no te pertenece. +a locked chest=un cofre cerrado +Chest=Cofre +Stick=Palo +Paper=Papel +"@1" by @2="@1" por @2 +Book=Libro +Book with Text=Libro escrito +Skeleton Key=Llave esqueleto +Key to @1's @2=Llave para @2 de @1 +Coal Lump=Fragmento de carbón +Iron Lump=Pepita de hierro +Copper Lump=Pepita de cobre +Tin Lump=Pepita de estaño +Mese Crystal=Cristal de mese +Gold Lump=Pepita de oro +Diamond=Diamante +Clay Lump=Fragmento de arcilla +Steel Ingot=Lingote de acero +Copper Ingot=Lingote de cobre +Tin Ingot=Lingote de estaño +Bronze Ingot=Lingote de bronce +Gold Ingot=Lingote de oro +Mese Crystal Fragment=Fragmento de cristal de mese +Clay Brick=Ladrillo de arcilla +Obsidian Shard=Esquirla de obsidiana +Flint=Pedernal +Blueberries=Arándanos +Furnace is empty=El horno está vacío +100% (output full)=100% (salida completa) +@1%=@1% +Empty=Vacío +Not cookable=No se puede cocinar +Furnace active=Horno activado +Furnace inactive=Horno desactivado +(Item: @1; Fuel: @2)=(Objeto: @1; Combustible: @2) +Furnace=Horno +Stone=Piedra +Cobblestone=Adoquín +Stone Brick=Ladrillo de piedra +Stone Block=Bloque de piedra +Mossy Cobblestone=Adoquín musgoso +Desert Stone=Piedra desértica +Desert Cobblestone=Adoquín desértico +Desert Stone Brick=Ladrillo de piedra desértica +Desert Stone Block=Bloque de piedra desértica +Sandstone=Piedra arenisca +Sandstone Brick=Ladrillo de arenisca +Sandstone Block=Bloque de arenisca +Desert Sandstone=Piedra arenisca desértica +Desert Sandstone Brick=Ladrillo de arenisca desértica +Desert Sandstone Block=Bloque de arenisca deśertica +Silver Sandstone=Piedra arenisca plateada +Silver Sandstone Brick=Ladrillo de arenisca plateada +Silver Sandstone Block=Bloque de arenisca plateada +Obsidian=Obsidiana +Obsidian Brick=Ladrillo de obsidiana +Obsidian Block=Bloque de obsidiana +Dirt=Tierra +Dirt with Grass=Tierra con pasto +Dirt with Grass and Footsteps=Tierra con pasto y pisadas +Dirt with Dry Grass=Tierra con pasto seco +Dirt with Snow=Tierra con nieve +Dirt with Rainforest Litter=Tierra con hojarasca de selva tropical +Dirt with Coniferous Litter=Tierra con hojarasca de coníferas +Dry Dirt=Tierra Seca +Dry Dirt with Dry Grass=Tierra seca con pasto seco +Permafrost=Permafrost +Permafrost with Stones=Permafrost pedregoso +Permafrost with Moss=Permafrost musgoso +Sand=Arena +Desert Sand=Arena desértica +Silver Sand=Arena plateada +Gravel=Gravilla +Clay=Arcilla +Snow=Nieve +Snow Block=Bloque de nieve +Ice=Hielo +Cave Ice=Hielo de cueva +Apple Tree=Madera de manzano +Apple Wood Planks=Tablas de manzano +Apple Tree Sapling=Retoño de manzano +Apple Tree Leaves=Hojas de manzano +Apple=Manzana +Apple Marker=Marcador de manzano +Jungle Tree=Madera de árbol tropical +Jungle Wood Planks=Tablas de madera tropical +Jungle Tree Leaves=Hojas de árbol tropical +Jungle Tree Sapling=Retoño de árbol tropical +Emergent Jungle Tree Sapling=Retoño de árbol tropical +Pine Tree=Madera de pino +Pine Wood Planks=Tablas de pino +Pine Needles=Agujas de pino +Pine Tree Sapling=Retoño de pino +Acacia Tree=Madera de acacia +Acacia Wood Planks=Tablas de acacia +Acacia Tree Leaves=Hojas de acacia +Acacia Tree Sapling=Retoño de acacia +Aspen Tree=Madera de álamo +Aspen Wood Planks=Tablas de álamo +Aspen Tree Leaves=Hojas de álamo +Aspen Tree Sapling=Retoño de álamo +Coal Ore=Mineral de carbón +Coal Block=Bloque de carbón +Iron Ore=Mineral de hierro +Steel Block=Bloque de acero +Copper Ore=Mineral de cobre +Copper Block=Bloque de cobre +Tin Ore=Mineral de estaño +Tin Block=Bloque de estaño +Bronze Block=Bloque de bronce +Mese Ore=Mineral de mese +Mese Block=Bloque de mese +Gold Ore=Mineral de oro +Gold Block=Bloque de oro +Diamond Ore=Mineral de diamante +Diamond Block=Bloque de diamante +Cactus=Cáctus +Large Cactus Seedling=Vástago grande de cactus +Papyrus=Papiro +Dry Shrub=Arbusto seco +Jungle Grass=Pasto de jungla +Grass=Pasto +Dry Grass=Pasto seco +Fern=Helecho +Marram Grass=Carrizo +Bush Stem=Tallo de arbusto +Bush Leaves=Hojas de arbusto +Bush Sapling=Retoño de arbusto +Blueberry Bush Leaves with Berries=Hojas de arbusto de arándano con bayas +Blueberry Bush Leaves=Hojas de arbusto de arándano +Blueberry Bush Sapling=Retoño de arbusto de arándano +Acacia Bush Stem=Tallo de arbusto de acacia +Acacia Bush Leaves=Hojas de arbusto de acacia +Acacia Bush Sapling=Retoño de arbusto de acacia +Pine Bush Stem=Tallo de arbusto de pino +Pine Bush Needles=Agujas de arbusto de pino +Pine Bush Sapling=Retoño de arbusto de pino +Kelp=Alga marina +Green Coral=Coral verde +Pink Coral=Coral rosa +Cyan Coral=Coral cián +Brown Coral=Coral café +Orange Coral=Coral naranja +Coral Skeleton=Esqueleto de coral +Water Source=Fuente de agua +Flowing Water=Fluído de agua +River Water Source=Fuente de agua de río +Flowing River Water=Fluído de agua de río +Lava Source=Fuente de lava +Flowing Lava=Fluído de lava +Empty Bookshelf=Librería vacía +Bookshelf (@1 written, @2 empty books)=Librería(@1 escritos, @2 libros en blanco) +Bookshelf=Librería +Text too long=Texto demasiado largo +Wooden Sign=Cartel de madera +Steel Sign=Cartel de acero +Wooden Ladder=Escalera de madera +Steel Ladder=Escalera de acero +Apple Wood Fence=Cerca de manzano +Acacia Wood Fence=Cerca de acacia +Jungle Wood Fence=Cerca de madera tropical +Pine Wood Fence=Cerca de pino +Aspen Wood Fence=Cerca de álamo +Apple Wood Fence Rail=Listones de manzano para cerca +Acacia Wood Fence Rail=Listones de acacia para cerca +Jungle Wood Fence Rail=Listones de madera tropical para cerca +Pine Wood Fence Rail=Listones de pino para cerca +Aspen Wood Fence Rail=Listones de álamo para cerca +Glass=Vidrio +Obsidian Glass=Vidrio de obsidiana +Brick Block=Bloque de ladrillo +Mese Lamp=Lámpara de mese +Mese Post Light=Poste de luz de mese +Cloud=Nube +Wooden Pickaxe=Pico de madera +Stone Pickaxe=Pico de piedra +Bronze Pickaxe=Pico de bronce +Steel Pickaxe=Pico de acero +Mese Pickaxe=Pico de mese +Diamond Pickaxe=Pico de diamante +Wooden Shovel=Pala de madera +Stone Shovel=Pala de piedra +Bronze Shovel=Pala de bronce +Steel Shovel=Pala de acero +Mese Shovel=Pala de mese +Diamond Shovel=Pala de diamante +Wooden Axe=Hacha de madera +Stone Axe=Hacha de piedra +Bronze Axe=Hacha de bronce +Steel Axe=Hacha de acero +Mese Axe=Hacha de mese +Diamond Axe=Hacha de diamante +Wooden Sword=Espada de madera +Stone Sword=Espada de piedra +Bronze Sword=Espada de bronce +Steel Sword=Espada de acero +Mese Sword=Espada de mese +Diamond Sword=Espada de diamante +Key=Llave +Torch=Antorcha +@1 will intersect protection on growth.=@1 intersectará con protección cuando crezca. +Title:=Título: +Contents:=Contenidos: +Save=Guardar +by @1=por @1 +Page @1 of @2=Página @1 de @2 +"@1"="@1" diff --git a/mods/default/locale/default.fr.tr b/mods/default/locale/default.fr.tr new file mode 100644 index 0000000..2214e37 --- /dev/null +++ b/mods/default/locale/default.fr.tr @@ -0,0 +1,211 @@ +# textdomain: default +Locked Chest=Coffre verrouillé +Locked Chest (owned by @1)=Coffre verrouillé (possédé par @1) +You do not own this chest.=Ce coffre ne vous appartient pas. +a locked chest=un coffre verrouillé +Chest=Coffre +Stick=Baton +Paper=Papier +"@1" by @2=« @1 » de @2 +Book=Livre +Book with Text=Livre avec du texte +Skeleton Key=Squelette +Key to @1's @2=Clé pour @2 de @1 +Coal Lump=Morceau de charbon +Iron Lump=Morceau de fer +Copper Lump=Morceau de cuivre +Tin Lump=Morceau d'étain +Mese Crystal=Cristal de Mese +Gold Lump=Morceau d'or +Diamond=Diamant +Clay Lump=Morceau d'argile +Steel Ingot=Lingot d'acier +Copper Ingot=Lingot de cuivre +Tin Ingot=Lingot d'étain +Bronze Ingot=Lingot de bronze +Gold Ingot=Lingot d'or +Mese Crystal Fragment=Fragment de cristal de Mese +Clay Brick=Brique d'argile +Obsidian Shard=Tesson d'obsidienne +Flint=Silex +Blueberries=Myrtille +Furnace is empty=Le four est vide +100% (output full)=100% (Sortie pleine) +@1%=@1% +Empty=Vide +Not cookable=Ne se cuit pas +Furnace active=Four actif +Furnace inactive=Four inactif +(Item: @1; Fuel: @2)=(Article: @1; Carburant: @2) +Furnace=Four +Stone=Pierre +Cobblestone=Pavé +Stone Brick=Brique de pierre +Stone Block=Bloc de pierre +Mossy Cobblestone=Pavé moussu +Desert Stone=Pierre du désert +Desert Cobblestone=Pavé de pierre du désert +Desert Stone Brick=Brique de pierre du désert +Desert Stone Block=Bloc de pierre du désert +Sandstone=Grès +Sandstone Brick=Brique de grès +Sandstone Block=Bloc de grès +Desert Sandstone=Grès du désert +Desert Sandstone Brick=Brique de grès du désert +Desert Sandstone Block=Bloc de grès du désert +Silver Sandstone=Grès argenté +Silver Sandstone Brick=Brique de grès argenté +Silver Sandstone Block=Bloc de grès argenté +Obsidian=Obsidienne +Obsidian Brick=Brique d'obsidienne +Obsidian Block=Block d'obsidienne +Dirt=Terre +Dirt with Grass=Terre avec de l'herbe +Dirt with Grass and Footsteps=Terre avec de l'herbe et des traces de pas +Dirt with Dry Grass=Terre avec de l'herbe sèche +Dirt with Snow=Terre avec de la neige +Dirt with Rainforest Litter=Terre avec sol de forêt humide +Dirt with Coniferous Litter=Terre avec sol de forêt de conifère +Dry Dirt=Terre sèche +Dry Dirt with Dry Grass=Terre sèche avec de l'herbe sèche +Permafrost=Pergélisol +Permafrost with Stones=Pergélisol avec de la pierre +Permafrost with Moss=Pergélisol avec de la mousse +Sand=Sable +Desert Sand=Sable du désert +Silver Sand=Sable argenté +Gravel=Gravier +Clay=Argile +Snow=Neige +Snow Block=Bloc de neige +Ice=Glace +Cave Ice=Glace de grotte +Apple Tree=Pommier +Apple Wood Planks=Planche de pommier +Apple Tree Sapling=Pousse de pommier +Apple Tree Leaves=Feuilles de pommier +Apple=Pomme +Apple Marker=Marqueur de pomme +Jungle Tree=Arbre de la jungle +Jungle Wood Planks=Planche d'arbre de la jungle +Jungle Tree Leaves=Feuilles d'arbre de la jungle +Jungle Tree Sapling=Pousse d'arbre de la jungle +Emergent Jungle Tree Sapling=Pousse d'arbre de la jungle émergent +Pine Tree=Pin +Pine Wood Planks=Planche de pin +Pine Needles=Aiguilles de pin +Pine Tree Sapling=Pousse de pin +Acacia Tree=Acacia +Acacia Wood Planks=Planche d'acacia +Acacia Tree Leaves=Feuilles d'acacia +Acacia Tree Sapling=Pousse d'acacia +Aspen Tree=Tremble +Aspen Wood Planks=Planche de tremble +Aspen Tree Leaves=Feuilles de tremble +Aspen Tree Sapling=Pousse de tremble +Coal Ore=Minerai de charbon +Coal Block=Bloc de charbon +Iron Ore=Bloc de fer +Steel Block=Bloc d'acier +Copper Ore=Minerai de cuivre +Copper Block=Bloc de cuivre +Tin Ore=Minerai d'étain +Tin Block=Bloc d'étain +Bronze Block=Bloc de bronze +Mese Ore=Minerai de Mese +Mese Block=Bloc de Mese +Gold Ore=Minerai d'or +Gold Block=Bloc d'or +Diamond Ore=Minerai de diamant +Diamond Block=Bloc de diamant +Cactus=Cactus +Large Cactus Seedling=Grand plan de cactus +Papyrus=Papyrus +Dry Shrub=Arbuste sec +Jungle Grass=Herbe de la jungle +Grass=Herbe +Dry Grass=Herbe sèche +Fern=Fougère +Marram Grass=Ammophile +Bush Stem=Tige de buisson +Bush Leaves=Feuilles de buisson +Bush Sapling=Pousse de buisson +Blueberry Bush Leaves with Berries=Buisson de myrtille avec des myrtilles +Blueberry Bush Leaves=Feuilles de buisson à myrtilles +Blueberry Bush Sapling=Pousse de buisson à myrtilles +Acacia Bush Stem=Tige de buisson d'acacia +Acacia Bush Leaves=Feuilles de buisson d'acacia +Acacia Bush Sapling=Pousses de buisson d'acacia +Pine Bush Stem=Tige de buisson de pin +Pine Bush Needles=Aiguilles de buisson de pin +Pine Bush Sapling=Pousse de buisson de pin +Kelp=Varech +Green Coral=Corail vert +Pink Coral=Corail rose +Cyan Coral=Corail cyan +Brown Coral=Corail marron +Orange Coral=Corail orange +Coral Skeleton=Squelette de corail +Water Source=Source d'eau +Flowing Water=Ecoulement d'eau +River Water Source=Source d'eau de rivière +Flowing River Water=Ecoulement d'eau de rivière +Lava Source=Source de lave +Flowing Lava=Ecoulement de lave +Empty Bookshelf=Bibliothèque vide +Bookshelf (@1 written, @2 empty books)=Bibliothèque (@1 écrits, @2 livres vides) +Bookshelf=Bibliothèque +Text too long=Texte trop longue +Wooden Sign=Panneau en bois +Steel Sign=Panneau en acier +Wooden Ladder=Echelle en bois +Steel Ladder=Echelle en acier +Apple Wood Fence=Barrière de bois de pommier +Acacia Wood Fence=Barrière de bois d'acacia +Jungle Wood Fence=Barrière de bois de la jungle +Pine Wood Fence=Barrière de bois de pin +Aspen Wood Fence=Barrière de bois de tremble +Apple Wood Fence Rail=Clôture de bois de pommier +Acacia Wood Fence Rail=Clôture de bois d'acacia +Jungle Wood Fence Rail=Clôture de bois de la jungle +Pine Wood Fence Rail=Clôture de bois de pin +Aspen Wood Fence Rail=Clôture de bois de tremble +Glass=Verre +Obsidian Glass=Verre d'obsidienne +Brick Block=Bloc de brique +Mese Lamp=Lampe de Mese +Mese Post Light=Réverbère de Mese +Cloud=Nuage +Wooden Pickaxe=Pioche en bois +Stone Pickaxe=Pioche en pierre +Bronze Pickaxe=Pioche en bronze +Steel Pickaxe=Pioche en acier +Mese Pickaxe=Pioche de Mese +Diamond Pickaxe=Pioche en diamant +Wooden Shovel=Pelle en bois +Stone Shovel=Pelle en pierre +Bronze Shovel=Pelle en bronze +Steel Shovel=Pelle en acier +Mese Shovel=Pelle en Mese +Diamond Shovel=Pelle en diamant +Wooden Axe=Hache en bois +Stone Axe=Hache en pierre +Bronze Axe=Hache en bronze +Steel Axe=Hache en acier +Mese Axe=Hache en Mese +Diamond Axe=Hache en diamant +Wooden Sword=Epée en bois +Stone Sword=Epée en pierre +Bronze Sword=Epée en bronze +Steel Sword=Epée en acier +Mese Sword=Epée en Mese +Diamond Sword=Epée en diamant +Key=Clé +Torch=Torche +@1 will intersect protection on growth.=@1 chevauchera la zone protégée avec la croissance. +Title:=Titre : +Contents:=Contenu : +Save=Sauvegarder +by @1=de @1 +Page @1 of @2=Page @1 sur @2 +"@1"=« @1 » diff --git a/mods/default/locale/default.it.tr b/mods/default/locale/default.it.tr new file mode 100644 index 0000000..ea3ee20 --- /dev/null +++ b/mods/default/locale/default.it.tr @@ -0,0 +1,205 @@ +# textdomain: default +Locked Chest=Baule chiuso a chiave +Locked Chest (owned by @1)=Baule chiuso a chiave (di proprietà di @1) +You do not own this chest.=Questo baule non ti appartiene. +a locked chest=un baule chiuso a chiave +Chest=Baule +Stick=Bastone +Paper=Carta +"@1" by @2="@1" di @2 +Book=Libro +Book with Text=Libro con testo +Skeleton Key=Chiave dello Scheletro +Key to @1's @2=Chiave per @2 di @1 +Coal Lump=Grumo di carbone +Iron Lump=Grumo di ferro +Copper Lump=Grumo di rame +Tin Lump=Grumo di stagno +Mese Crystal=Cristallo di mese +Gold Lump=Grumo d'oro +Diamond=Diamante +Clay Lump=Grumo d'argilla +Steel Ingot=Lingotto d'acciaio +Copper Ingot=Lingotto di rame +Tin Ingot=Lingotto di stagno +Bronze Ingot=Lingotto di bronzo +Gold Ingot=Lingotto d'oro +Mese Crystal Fragment=Frammento di cristallo di mese +Clay Brick=Mattone d'argilla +Obsidian Shard=Scheggia d'ossidiana +Flint=Selce +Blueberries=Mirtilli +Furnace is empty=La fornace è vuota +100% (output full)=100% (uscita piena) +@1%=@1% +Empty=Vuota +Not cookable=Non cucinabile +Furnace active=Fornace attiva +Furnace inactive=Fornace inattiva +(Item: @1; Fuel: @2)=(Oggetto: @1; Combustibile: @2) +Furnace=Fornace +Stone=Pietra +Cobblestone=Ciottoli +Stone Brick=Mattone di pietra +Stone Block=Blocco di pietra +Mossy Cobblestone=Ciottoli muschiosi +Desert Stone=Pietra del deserto +Desert Cobblestone=Ciottoli del deserto +Desert Stone Brick=Mattone di pietra del deserto +Desert Stone Block=Blocco di pietra del deserto +Sandstone=Arenaria +Sandstone Brick=Mattone d'arenaria +Sandstone Block=Blocco d'arenaria +Desert Sandstone=Arenaria del deserto +Desert Sandstone Brick=Mattone d'arenaria del deserto +Desert Sandstone Block=Blocco d'arenaria del deserto +Silver Sandstone=Arenaria argentata +Silver Sandstone Brick=Mattone d'arenaria argentata +Silver Sandstone Block=Blocco d'arenaria argentata +Obsidian=Ossidiana +Obsidian Brick=Mattone d'ossidiana +Obsidian Block=Blocco d'ossidiana +Dirt=Terra +Dirt with Grass=Terra con erba +Dirt with Grass and Footsteps=Terra con erba e impronte +Dirt with Dry Grass=Terra con erba secca +Dirt with Snow=Terra con neve +Dirt with Rainforest Litter=Terra con detriti della foresta pluviale +Dirt with Coniferous Litter=Terra con detriti di conifera +Dry Dirt=Terra asciutta +Dry Dirt with Dry Grass=Terra asciutta con erba secca +Permafrost=Permafrost +Permafrost with Stones=Permafrost con pietra +Permafrost with Moss=Permafrost con muschio +Sand=Sabbia +Desert Sand=Sabbia del deserto +Silver Sand=Sabbia argentata +Gravel=Ghiaia +Clay=Argilla +Snow=Neve +Snow Block=Blocco di neve +Ice=Ghiaccio +Cave Ice=Ghiaccio di caverna +Apple Tree=Melo +Apple Wood Planks=Assi di melo +Apple Tree Sapling=Alberello di melo +Apple Tree Leaves=Foglie di melo +Apple=Mela +Apple Marker=Marcatore mela +Jungle Tree=Albero della giungla +Jungle Wood Planks=Assi di legno della giungla +Jungle Tree Leaves=Foglie di albero della giungla +Jungle Tree Sapling=Alberello della giungla +Emergent Jungle Tree Sapling=Alberello della giungla emergente +Pine Tree=Pino +Pine Wood Planks=Assi di legno di pino +Pine Needles=Aghi di pino +Pine Tree Sapling=Alberello di pino +Acacia Tree=Acacia +Acacia Wood Planks=Assi di legno d'acacia +Acacia Tree Leaves=Foglie d'acacia +Acacia Tree Sapling=Alberello d'acacia +Aspen Tree=Pioppo +Aspen Wood Planks=Assi di legno di pioppo +Aspen Tree Leaves=Foglie di pioppo +Aspen Tree Sapling=Alberello di pioppo +Coal Ore=Minerale di carbone +Coal Block=Blocco di carbone +Iron Ore=Minerale di ferro +Steel Block=Blocco d'acciaio +Copper Ore=Minerale di rame +Copper Block=Blocco di rame +Tin Ore=Minerale di stagno +Tin Block=Blocco di stagno +Bronze Block=Blocco di bronzo +Mese Ore=Minerale di mese +Mese Block=Blocco di mese +Gold Ore=Minerale d'oro +Gold Block=Blocco d'oro +Diamond Ore=Minerale di diamante +Diamond Block=Blocco di diamante +Cactus=Cactus +Large Cactus Seedling=Piantina di cactus grande +Papyrus=Papiro +Dry Shrub=Arbusto secco +Jungle Grass=Erba della giungla +Grass=Erba +Dry Grass=Erba secca +Fern=Felce +Marram Grass=Ammofila arenaria +Bush Stem=Fusto di cespuglio +Bush Leaves=Foglie di cespuglio +Bush Sapling=Alberello di cespuglio +Blueberry Bush Leaves with Berries=Foglie di cespuglio di mirtilli con bacche +Blueberry Bush Leaves=Foglie di cespuglio di mirtilli +Blueberry Bush Sapling=Alberello di cespuglio di mirtilli +Acacia Bush Stem=Fusto di cespuglio d'acacia +Acacia Bush Leaves=Foglie di cespuglio d'acacia +Acacia Bush Sapling=Alberello di cespuglio d'acacia +Pine Bush Stem=Fusto di cespuglio di pino +Pine Bush Needles=Aghi di cespuglio di pino +Pine Bush Sapling=Alberello di cespuglio di pino +Kelp=Alga +Green Coral=Corallo verde +Pink Coral=Corallo rosa +Cyan Coral=Corallo ciano +Brown Coral=Corallo marrone +Orange Coral=Corallo arancione +Coral Skeleton=Scheletro di corallo +Water Source=Fonte d'acqua +Flowing Water=Acqua corrente +River Water Source=Fonte d'acqua di fiume +Flowing River Water=Acqua corrente di fiume +Lava Source=Fonte di lava +Flowing Lava=Lava corrente +Empty Bookshelf=Libreria vuota +Bookshelf (@1 written, @2 empty books)=Libreria (@1 scritti, @2 vuoti) +Bookshelf=Libreria +Text too long=Testo troppo lungo +Wooden Sign=Cartello di legno +Steel Sign=Cartello d'acciaio +Wooden Ladder=Scala a pioli di legno +Steel Ladder=Scala a pioli d'acciaio +Apple Wood Fence=Recinzione di legno di melo +Acacia Wood Fence=Recinzione di legno d'acacia +Jungle Wood Fence=Recinzione di legno della giungla +Pine Wood Fence=Recinzione di legno di pino +Aspen Wood Fence=Recinzione di legno di pioppo +Apple Wood Fence Rail=Ringhiera della recinzione di legno di melo +Acacia Wood Fence Rail=Ringhiera della recinzione di legno d'acacia +Jungle Wood Fence Rail=Ringhiera della recinzione di legno della giungla +Pine Wood Fence Rail=Ringhiera della recinzione di legno di pino +Aspen Wood Fence Rail=Ringhiera della recinzione di legno di pioppo +Glass=Vetro +Obsidian Glass=Vetro d'ossidiana +Brick Block=Blocco di mattone +Mese Lamp=Lampada di mese +Mese Post Light=Lampioncino di mese +Cloud=Nuvola +Wooden Pickaxe=Piccone di legno +Stone Pickaxe=Piccone di pietra +Bronze Pickaxe=Piccone di bronzo +Steel Pickaxe=Piccone d'acciaio +Mese Pickaxe=Piccone di mese +Diamond Pickaxe=Piccone di diamante +Wooden Shovel=Pala di legno +Stone Shovel=Pala di pietra +Bronze Shovel=Pala di bronzo +Steel Shovel=Pala d'acciaio +Mese Shovel=Pala di mese +Diamond Shovel=Pala di diamante +Wooden Axe=Ascia di legno +Stone Axe=Ascia di pietra +Bronze Axe=Ascia di bronzo +Steel Axe=Ascia d'acciaio +Mese Axe=Ascia di mese +Diamond Axe=Ascia di diamante +Wooden Sword=Spada di legno +Stone Sword=Spada di pietra +Bronze Sword=Spada di bronzo +Steel Sword=Spada d'acciaio +Mese Sword=Spada di mese +Diamond Sword=Spada di diamante +Key=Chiave +Torch=Torcia +@1 will intersect protection on growth.=@1 crescendo attraverserà la protezione. diff --git a/mods/default/locale/template.txt b/mods/default/locale/template.txt new file mode 100644 index 0000000..c8e616c --- /dev/null +++ b/mods/default/locale/template.txt @@ -0,0 +1,211 @@ +# textdomain: default +Locked Chest= +Locked Chest (owned by @1)= +You do not own this chest.= +a locked chest= +Chest= +Stick= +Paper= +"@1" by @2= +Book= +Book with Text= +Skeleton Key= +Key to @1's @2= +Coal Lump= +Iron Lump= +Copper Lump= +Tin Lump= +Mese Crystal= +Gold Lump= +Diamond= +Clay Lump= +Steel Ingot= +Copper Ingot= +Tin Ingot= +Bronze Ingot= +Gold Ingot= +Mese Crystal Fragment= +Clay Brick= +Obsidian Shard= +Flint= +Blueberries= +Furnace is empty= +100% (output full)= +@1%= +Empty= +Not cookable= +Furnace active= +Furnace inactive= +(Item: @1; Fuel: @2)= +Furnace= +Stone= +Cobblestone= +Stone Brick= +Stone Block= +Mossy Cobblestone= +Desert Stone= +Desert Cobblestone= +Desert Stone Brick= +Desert Stone Block= +Sandstone= +Sandstone Brick= +Sandstone Block= +Desert Sandstone= +Desert Sandstone Brick= +Desert Sandstone Block= +Silver Sandstone= +Silver Sandstone Brick= +Silver Sandstone Block= +Obsidian= +Obsidian Brick= +Obsidian Block= +Dirt= +Dirt with Grass= +Dirt with Grass and Footsteps= +Dirt with Dry Grass= +Dirt with Snow= +Dirt with Rainforest Litter= +Dirt with Coniferous Litter= +Dry Dirt= +Dry Dirt with Dry Grass= +Permafrost= +Permafrost with Stones= +Permafrost with Moss= +Sand= +Desert Sand= +Silver Sand= +Gravel= +Clay= +Snow= +Snow Block= +Ice= +Cave Ice= +Apple Tree= +Apple Wood Planks= +Apple Tree Sapling= +Apple Tree Leaves= +Apple= +Apple Marker= +Jungle Tree= +Jungle Wood Planks= +Jungle Tree Leaves= +Jungle Tree Sapling= +Emergent Jungle Tree Sapling= +Pine Tree= +Pine Wood Planks= +Pine Needles= +Pine Tree Sapling= +Acacia Tree= +Acacia Wood Planks= +Acacia Tree Leaves= +Acacia Tree Sapling= +Aspen Tree= +Aspen Wood Planks= +Aspen Tree Leaves= +Aspen Tree Sapling= +Coal Ore= +Coal Block= +Iron Ore= +Steel Block= +Copper Ore= +Copper Block= +Tin Ore= +Tin Block= +Bronze Block= +Mese Ore= +Mese Block= +Gold Ore= +Gold Block= +Diamond Ore= +Diamond Block= +Cactus= +Large Cactus Seedling= +Papyrus= +Dry Shrub= +Jungle Grass= +Grass= +Dry Grass= +Fern= +Marram Grass= +Bush Stem= +Bush Leaves= +Bush Sapling= +Blueberry Bush Leaves with Berries= +Blueberry Bush Leaves= +Blueberry Bush Sapling= +Acacia Bush Stem= +Acacia Bush Leaves= +Acacia Bush Sapling= +Pine Bush Stem= +Pine Bush Needles= +Pine Bush Sapling= +Kelp= +Green Coral= +Pink Coral= +Cyan Coral= +Brown Coral= +Orange Coral= +Coral Skeleton= +Water Source= +Flowing Water= +River Water Source= +Flowing River Water= +Lava Source= +Flowing Lava= +Empty Bookshelf= +Bookshelf (@1 written, @2 empty books)= +Bookshelf= +Text too long= +Wooden Sign= +Steel Sign= +Wooden Ladder= +Steel Ladder= +Apple Wood Fence= +Acacia Wood Fence= +Jungle Wood Fence= +Pine Wood Fence= +Aspen Wood Fence= +Apple Wood Fence Rail= +Acacia Wood Fence Rail= +Jungle Wood Fence Rail= +Pine Wood Fence Rail= +Aspen Wood Fence Rail= +Glass= +Obsidian Glass= +Brick Block= +Mese Lamp= +Mese Post Light= +Cloud= +Wooden Pickaxe= +Stone Pickaxe= +Bronze Pickaxe= +Steel Pickaxe= +Mese Pickaxe= +Diamond Pickaxe= +Wooden Shovel= +Stone Shovel= +Bronze Shovel= +Steel Shovel= +Mese Shovel= +Diamond Shovel= +Wooden Axe= +Stone Axe= +Bronze Axe= +Steel Axe= +Mese Axe= +Diamond Axe= +Wooden Sword= +Stone Sword= +Bronze Sword= +Steel Sword= +Mese Sword= +Diamond Sword= +Key= +Torch= +@1 will intersect protection on growth.= +Title:= +Contents:= +Save= +by @1= +Page @1 of @2= +"@1"= diff --git a/mods/default/mapgen.lua b/mods/default/mapgen.lua new file mode 100644 index 0000000..f3416ec --- /dev/null +++ b/mods/default/mapgen.lua @@ -0,0 +1,52 @@ +-- +-- Aliases for map generators +-- + +-- All mapgens + +minetest.register_alias("mapgen_stone", "default:stone") +minetest.register_alias("mapgen_water_source", "default:water_source") +minetest.register_alias("mapgen_river_water_source", "default:river_water_source") + +-- Additional aliases needed for mapgen v6 + +minetest.register_alias("mapgen_lava_source", "default:lava_source") +minetest.register_alias("mapgen_dirt", "default:dirt") +minetest.register_alias("mapgen_dirt_with_grass", "default:dirt_with_grass") +minetest.register_alias("mapgen_sand", "default:sand") +minetest.register_alias("mapgen_gravel", "default:gravel") +minetest.register_alias("mapgen_desert_stone", "default:desert_stone") +minetest.register_alias("mapgen_desert_sand", "default:desert_sand") +minetest.register_alias("mapgen_dirt_with_snow", "default:dirt_with_snow") +minetest.register_alias("mapgen_snowblock", "default:snowblock") +minetest.register_alias("mapgen_snow", "default:snow") +minetest.register_alias("mapgen_ice", "default:ice") + +minetest.register_alias("mapgen_tree", "default:tree") +minetest.register_alias("mapgen_leaves", "default:leaves") +minetest.register_alias("mapgen_apple", "default:apple") +minetest.register_alias("mapgen_jungletree", "default:jungletree") +minetest.register_alias("mapgen_jungleleaves", "default:jungleleaves") +minetest.register_alias("mapgen_junglegrass", "default:junglegrass") +minetest.register_alias("mapgen_pine_tree", "default:pine_tree") +minetest.register_alias("mapgen_pine_needles", "default:pine_needles") + +minetest.register_alias("mapgen_cobble", "default:cobble") +minetest.register_alias("mapgen_stair_cobble", "stairs:stair_cobble") +minetest.register_alias("mapgen_mossycobble", "default:mossycobble") +minetest.register_alias("mapgen_stair_desert_stone", "stairs:stair_desert_stone") + +-- All mapgens except mgv6 +function default.register_biomes(upper_limit) + minetest.register_biome({ + name = "deciduous_forest_under", + node_cave_liquid = {"default:water_source", "default:lava_source"}, + node_dungeon = "default:cobble", + node_dungeon_alt = "default:mossycobble", + node_dungeon_stair = "stairs:stair_cobble", + y_max = -256, + y_min = -31000, + heat_point = 60, + humidity_point = 68, + }) +end \ No newline at end of file diff --git a/mods/default/menus.lua b/mods/default/menus.lua new file mode 100644 index 0000000..014a89d --- /dev/null +++ b/mods/default/menus.lua @@ -0,0 +1,101 @@ +minetest.register_on_newplayer(function(player) + local name = player:get_player_name() + minetest.show_formspec(name,"Presentation", + "size[10,10]".. + "textarea[0.5,1;9.5,4;;;First i dont speak English,Hello,thanks for test Survivethedays(0.3),this is a little game still in WIP version(Work in progress),in this game you must survive during a determinated time,simple,theres some monsters in the " .. + "world who will trie to kill the player,for the creation of this game i used Blender and Makehuman.Important change the time speed to 1440 in the game settings ]".. + "label[1,5;Select the difficulty of the game]".. + "label[3.5,6;The game will be easy.]".. + "label[3.5,7;For casual players]".. + "label[3.5,8;For tose wo want a challenge]".. + "label[3.5,9;For tose .. i better don t say this]".. + "button_exit[0.5,6;3,1;Easy;Easy]".. + "button_exit[0.5,7;3,1;Mediun;Mediun]".. + "button_exit[0.5,8;3,1;Hard;Hard]".. + "button_exit[0.5,9;3,1;Nigthmare;Nightmare]") + +end) + +minetest.register_on_player_receive_fields(function(player, formname, fields) + local name = player:get_player_name() + local meta = player:get_meta() + if formname ~= "Presentation" then + return + end + + if fields.Easy then + minetest.kick_player(name, 'The player has win the game in easy difficulty,that was easy right?') + elseif fields.Mediun then + meta:set_int("difficulty",2) + meta:set_int("days",14) + elseif fields.Hard then + meta:set_int("difficulty",3) + meta:set_int("days",28) + elseif fields.Nigthmare then + meta:set_int("difficulty",4) + meta:set_int("days",42) + elseif fields.quit then + meta:set_int("end",5) + minetest.request_shutdown() + + end + -- minetest.after(1,function(player) + -- minetest.show_formspec(name,"Personaje", + -- "size[20,10]".. + -- "model[0,0;10,10;'test';character2.obj;character2.png]") + --end) +end) + +sfinv.register_page("default:changelog", { + title = "Changelog", + get = function(self, player, context) + return sfinv.make_formspec(player, context, [[ + size[10,10] + textarea[0.1,0.1;8.5,4;;; + V0.3 + Now the game can be win/Ahora se puede ganar el juego + Change the text of the days pass for one of game win wo only shows wen the player win the game/Cambiado el texto de los dias pasados por uno de juego ganado que solo se muestra cuando el jugador gana el juego. + Now the tall plants can slow the player movement./Ahora las plantas altas pueden desacelerar los movimientos del jugador. + Added some test animations for the player./Annadidas algunas animaciones de prueba para el jugador + Added the naturalslopeslib for change the aspect of the terrain./Annadido naturalslopeslib para cambiar el aspecto del terreno + V0.2 + Now 'V6' is a disallowed mapgen./Ahora 'V6' es un generador de mapas no permitido. + Code from survival and survivalconf mods combined whit default./Codigo de los mods survival y survivalconf combinado con default. + Added a days pass text to the hud/Adicionado un texto de los dias pasados al hud. + Change the player model for one of a wolfman/Se ha cambiado el modelo del jugador por uno de un hombre lobo. + Now the player can only have 2 objects in the main inventory/Ahora el jugador solo puede llevar 2 objetos en el inventario principal. + Change the initial menu/cambiado el menu inicial. + Now there is only a menu whit a litle explain of the game and the option for select the dificulty + /Ahora solo hay un menu con una pequenna explicacion del juego y la opcion para seleccionar la dificultad.] + ]], true) + end + +}) +sfinv.register_page("survival:help", { + title = "Help", + get = function(self, player, context) + return sfinv.make_formspec(player, context, [[ + size[10,10] + textarea[0.1,0.1;8.5,4;;;Change the texture quality: + For change te texture quality you must modify the file minetest.conf(not the example) in this file you will find a line who says this:texturequality = # just replace the # + whit 1 or 10 or 25 or 50 or 75 or 100 depending of what you whant(1 is pixelate and 100 is ultra) + Cambiar la calidad de las texturas: + Para cambiar la calidad de las texturas debes modificar el archivo minetest.conf(no el ejemplo) en este archivo encontraras una linea que pone esto:texturequality = # solo cambia el # + con 1 o 10 o 25 o 50 o 75 o 100 dependiendo de que quieras(1 es pixelado y 100 es ultra)] + ]], true) + end + +}) +sfinv.register_page("survival:Player", { + title = "Player", + get = function(self, player, context) + return sfinv.make_formspec(player, context, [[ + --list[current_player;craft;1.75,0.5;3,3;] + --list[current_player;craftpreview;5.75,1.5;1,1;] + --image[4.75,1.5;1,1;sfinv_crafting_arrow.png] + model[0,0;5,5;'';character2.obj;character2.png] + listring[current_player;main] + --listring[current_player;craft] + ]], true) + end +}) \ No newline at end of file diff --git a/mods/default/mod.conf b/mods/default/mod.conf new file mode 100644 index 0000000..e13162b --- /dev/null +++ b/mods/default/mod.conf @@ -0,0 +1,3 @@ +name = default +description = Minetest Game mod: default +optional_depends = player_api,naturalslopeslib diff --git a/mods/default/models/1.obj b/mods/default/models/1.obj new file mode 100644 index 0000000..e497fbe --- /dev/null +++ b/mods/default/models/1.obj @@ -0,0 +1,1466 @@ +# Blender v2.79 (sub 7) OBJ File: 'untitled.blend' +# www.blender.org +mtllib 1.mtl +o Cube +v 0.102548 -6.107988 0.000000 +v 3.302548 -8.107988 0.000002 +v 0.102547 -8.107988 8.000001 +v -3.097452 -8.107988 -0.000001 +v 0.102549 -8.107988 -8.000000 +v 5.702548 -10.107988 0.000002 +v 0.102549 -10.107988 -14.000000 +v 2.502548 -8.107988 -5.999999 +v 0.102547 -10.107988 14.000000 +v 2.502548 -8.107988 6.000002 +v -5.497452 -10.107988 -0.000002 +v -2.297453 -8.107988 6.000000 +v -2.297451 -8.107988 -6.000001 +v 1.302548 -6.607988 0.000001 +v 0.102548 -6.607988 -3.000000 +v 0.102548 -6.607988 3.000000 +v -1.097452 -6.607988 -0.000000 +v 4.302548 -10.107988 -10.499998 +v 4.302547 -10.107988 10.500002 +v -4.097453 -10.107988 10.499999 +v -4.097451 -10.107988 -10.500003 +v 1.346993 -6.996877 -3.111110 +v 1.346992 -6.996877 3.111112 +v -1.141897 -6.996877 3.111111 +v -1.141896 -6.996877 -3.111112 +v -0.974446 -7.821712 -6.150374 +v -0.915951 -6.642258 -6.435119 +v -0.534150 -7.820493 -6.534711 +v -0.827892 -6.642014 -6.511987 +v -0.613147 -7.623712 -5.735843 +v -0.843691 -6.602658 -6.352213 +v -0.172851 -7.622493 -6.120180 +v -0.755632 -6.602414 -6.429080 +v -0.617159 -7.307076 -4.709462 +v -0.592005 -6.799897 -4.831905 +v -0.427826 -7.306552 -4.874731 +v -0.554139 -6.799792 -4.864959 +v -0.461796 -7.221934 -4.531208 +v -0.560933 -6.782868 -4.796255 +v -0.272463 -7.221410 -4.696477 +v -0.523066 -6.782763 -4.829309 +v -2.406300 -8.166494 -6.117097 +v -2.352954 -7.090844 -6.376780 +v -2.004754 -8.165381 -6.467606 +v -2.272645 -7.090622 -6.446881 +v -2.076802 -7.985920 -5.739047 +v -2.287054 -7.054729 -6.301169 +v -1.675255 -7.984807 -6.089557 +v -2.206745 -7.054507 -6.371272 +v -0.497006 -6.812371 -3.160609 +v -0.454333 -5.951957 -3.368336 +v -0.175814 -6.811485 -3.440990 +v -0.390095 -5.951779 -3.424412 +v -0.233432 -6.667929 -2.858213 +v -0.401618 -5.923069 -3.307857 +v 0.087760 -6.667043 -3.138594 +v -0.337380 -5.922891 -3.363933 +v -2.152423 -7.811293 -5.098295 +v -2.107429 -6.904075 -5.317317 +v -1.813754 -7.810355 -5.393922 +v -2.039696 -6.903887 -5.376442 +v -1.874517 -7.658994 -4.779444 +v -2.051848 -6.873615 -5.253547 +v -1.535848 -7.658056 -5.075071 +v -1.984114 -6.873427 -5.312672 +v -0.058958 -7.191550 -4.815377 +v -0.038804 -6.785174 -4.913484 +v 0.092744 -7.191130 -4.947798 +v -0.008464 -6.785090 -4.939969 +v 0.065526 -7.123330 -4.672552 +v -0.013907 -6.771530 -4.884919 +v 0.217228 -7.122910 -4.804973 +v 0.016433 -6.771446 -4.911404 +v -1.027392 -7.197809 -3.957738 +v -1.003790 -6.721910 -4.072631 +v -0.849737 -7.197318 -4.112816 +v -0.968259 -6.721811 -4.103647 +v -0.881610 -7.117918 -3.790479 +v -0.974634 -6.705932 -4.039179 +v -0.703955 -7.117427 -3.945557 +v -0.939103 -6.705833 -4.070195 +v -3.248740 -9.916687 -10.633359 +v -3.728939 -8.917914 -10.740423 +v -3.248739 -9.747293 -10.125175 +v -3.728939 -8.884035 -10.638787 +v -3.766728 -10.046185 -10.590193 +v -3.832536 -8.943813 -10.731791 +v -3.766728 -9.876790 -10.082009 +v -3.832536 -8.909935 -10.630154 +v 0.026098 -9.293279 -11.492163 +v -0.309835 -8.594566 -11.567062 +v 0.026098 -9.174775 -11.136652 +v -0.309835 -8.570866 -11.495960 +v -0.336272 -9.383871 -11.461966 +v -0.382309 -8.612684 -11.561023 +v -0.336272 -9.265368 -11.106455 +v -0.382309 -8.588984 -11.489921 +v -1.082922 -9.403495 -10.898627 +v -1.578635 -8.372456 -11.009151 +v -1.082922 -9.228628 -10.374026 +v -1.578635 -8.337481 -10.904230 +v -1.617645 -9.537175 -10.854066 +v -1.685579 -8.399191 -11.000238 +v -1.617645 -9.362309 -10.329466 +v -1.685579 -8.364218 -10.895318 +v -0.656407 -8.776502 -9.373075 +v -0.846851 -8.380394 -9.415537 +v -0.656407 -8.709320 -9.171533 +v -0.846851 -8.366959 -9.375228 +v -0.861838 -8.827859 -9.355956 +v -0.887937 -8.390666 -9.412112 +v -0.861838 -8.760678 -9.154413 +v -0.887937 -8.377230 -9.371804 +v 1.347975 -9.408153 -10.862635 +v 1.381322 -8.849567 -10.934383 +v 1.347975 -9.322318 -10.605132 +v 1.381322 -8.832400 -10.882883 +v 1.085504 -9.342535 -10.884507 +v 1.328827 -8.836444 -10.938758 +v 1.085504 -9.256701 -10.627005 +v 1.328827 -8.819277 -10.887258 +v 2.570931 -8.316429 -6.568333 +v 2.639453 -7.168617 -6.715767 +v 2.570932 -8.140052 -6.039202 +v 2.639453 -7.133342 -6.609941 +v 2.031591 -8.181593 -6.613277 +v 2.531585 -7.141650 -6.724756 +v 2.031591 -8.005217 -6.084146 +v 2.531585 -7.106375 -6.618930 +v 1.172801 -10.104411 -13.097391 +v 1.196954 -9.699809 -13.149362 +v 1.172801 -10.042238 -12.910873 +v 1.196954 -9.687374 -13.112058 +v 0.982684 -10.056882 -13.113234 +v 1.158931 -9.690304 -13.152530 +v 0.982684 -9.994709 -12.926716 +v 1.158931 -9.677869 -13.115227 +v 3.258941 -8.929604 -7.834516 +v 3.329575 -7.746412 -7.986494 +v 3.258941 -8.747789 -7.289074 +v 3.329575 -7.710049 -7.877406 +v 2.702976 -8.790611 -7.880846 +v 3.218382 -7.718614 -7.995760 +v 2.702976 -8.608798 -7.335404 +v 3.218382 -7.682250 -7.886672 +v 0.329365 -9.484082 -11.939267 +v 0.375384 -8.713216 -12.038283 +v 0.329366 -9.365628 -11.583904 +v 0.375385 -8.689525 -11.967211 +v -0.032854 -9.393527 -11.969452 +v 0.302941 -8.695105 -12.044320 +v -0.032854 -9.275073 -11.614089 +v 0.302941 -8.671413 -11.973248 +v 2.777732 -9.770440 -10.758035 +v 2.838364 -8.754805 -10.888491 +v 2.777733 -9.614374 -10.289835 +v 2.838364 -8.723592 -10.794851 +v 2.300500 -9.651132 -10.797804 +v 2.742917 -8.730944 -10.896444 +v 2.300500 -9.495066 -10.329604 +v 2.742917 -8.699730 -10.802805 +v 3.967994 -10.046949 -10.595677 +v 4.033366 -8.951905 -10.736333 +v 3.967994 -9.878681 -10.090871 +v 4.033366 -8.918251 -10.635372 +v 3.453448 -9.918313 -10.638556 +v 3.930456 -8.926178 -10.744909 +v 3.453448 -9.750045 -10.133750 +v 3.930456 -8.892525 -10.643948 +v 1.711751 -8.334232 -7.337729 +v 1.744399 -7.787341 -7.407975 +v 1.711751 -8.250195 -7.085616 +v 1.744399 -7.770534 -7.357553 +v 1.454774 -8.269987 -7.359143 +v 1.693003 -7.774492 -7.412258 +v 1.454774 -8.185950 -7.107031 +v 1.693003 -7.757685 -7.361836 +v 2.312088 -9.052933 -8.993547 +v 2.366248 -8.145684 -9.110083 +v 2.312088 -8.913521 -8.575315 +v 2.366248 -8.117802 -9.026436 +v 1.885784 -8.946356 -9.029073 +v 2.280988 -8.124369 -9.117188 +v 1.885784 -8.806945 -8.610840 +v 2.280988 -8.096487 -9.033541 +v 0.578896 -7.581245 -5.853990 +v 0.794684 -7.171736 -6.109501 +v 0.517616 -7.635962 -6.094741 +v 0.782428 -7.182680 -6.157651 +v 0.814755 -7.667542 -5.894411 +v 0.841856 -7.188996 -6.117585 +v 0.753474 -7.722260 -6.135162 +v 0.829600 -7.199939 -6.165735 +v 1.264168 -7.632424 -5.439752 +v 1.476986 -7.228550 -5.691747 +v 1.203731 -7.686388 -5.677189 +v 1.464898 -7.239343 -5.739234 +v 1.496780 -7.717533 -5.479617 +v 1.523508 -7.245572 -5.699720 +v 1.436343 -7.771497 -5.717055 +v 1.511421 -7.256365 -5.747207 +v 0.005232 -6.649834 -3.252372 +v 0.349013 -5.997421 -3.659443 +v -0.092402 -6.737005 -3.635926 +v 0.329487 -6.014855 -3.736154 +v 0.380990 -6.787320 -3.316774 +v 0.424165 -6.024918 -3.672324 +v 0.283357 -6.874491 -3.700328 +v 0.404639 -6.042352 -3.749035 +v -4.968509 -9.958629 -2.622847 +v -5.518679 -9.499584 -2.534045 +v -4.968508 -9.920268 -2.277595 +v -5.518679 -9.491912 -2.464995 +v -5.236039 -10.178852 -2.598377 +v -5.572185 -9.543629 -2.529151 +v -5.236039 -10.140491 -2.253126 +v -5.572185 -9.535956 -2.460101 +v -2.742373 -8.640680 -7.457308 +v -3.519978 -7.991870 -7.331798 +v -2.742373 -8.586460 -6.969333 +v -3.519978 -7.981026 -7.234203 +v -3.120499 -8.951941 -7.422723 +v -3.595604 -8.054122 -7.324881 +v -3.120499 -8.897722 -6.934748 +v -3.595603 -8.043278 -7.227286 +v -4.386422 -9.228870 -0.420655 +v -5.298265 -8.468056 -0.273478 +v -4.386422 -9.165291 0.151559 +v -5.298265 -8.455340 -0.159035 +v -4.829824 -9.593864 -0.380100 +v -5.386946 -8.541056 -0.265367 +v -4.829823 -9.530286 0.192115 +v -5.386946 -8.528339 -0.150924 +v -3.947991 -9.519238 -6.322195 +v -4.634806 -8.946180 -6.211338 +v -3.947991 -9.471348 -5.891194 +v -4.634806 -8.936604 -6.125138 +v -4.281968 -9.794157 -6.291648 +v -4.701601 -9.001165 -6.205228 +v -4.281968 -9.746268 -5.860647 +v -4.701601 -8.991587 -6.119029 +v -3.867712 -9.779111 -9.263144 +v -4.590048 -9.176416 -9.146554 +v -3.867712 -9.728745 -8.809852 +v -4.590048 -9.166344 -9.055896 +v -4.218963 -10.068249 -9.231017 +v -4.660297 -9.234244 -9.140129 +v -4.218962 -10.017883 -8.777725 +v -4.660297 -9.224171 -9.049471 +v -2.576553 -8.117438 -3.991795 +v -3.439659 -7.397290 -3.852484 +v -2.576552 -8.057258 -3.450165 +v -3.439659 -7.385254 -3.744159 +v -2.996255 -8.462925 -3.953408 +v -3.523599 -7.466387 -3.844807 +v -2.996255 -8.402744 -3.411778 +v -3.523599 -7.454351 -3.736481 +v -3.204772 -8.784767 -5.286101 +v -4.083119 -8.051902 -5.144331 +v -3.204772 -8.723523 -4.734907 +v -4.083119 -8.039654 -5.034091 +v -3.631886 -9.136354 -5.247036 +v -4.168542 -8.122219 -5.136518 +v -3.631886 -9.075110 -4.695841 +v -4.168542 -8.109971 -5.026278 +v -3.378994 -8.624571 -2.537674 +v -3.682839 -8.371053 -2.488633 +v -3.378994 -8.603385 -2.347001 +v -3.682839 -8.366816 -2.450498 +v -3.526744 -8.746195 -2.524160 +v -3.712389 -8.395377 -2.485930 +v -3.526744 -8.725008 -2.333487 +v -3.712389 -8.391140 -2.447795 +v -3.977545 -9.184346 -3.086521 +v -4.873487 -8.436802 -2.941911 +v -3.977545 -9.121877 -2.524286 +v -4.873487 -8.424307 -2.829464 +v -4.413215 -9.542976 -3.046674 +v -4.960621 -8.508528 -2.933941 +v -4.413215 -9.480507 -2.484439 +v -4.960621 -8.496034 -2.821494 +v -2.214245 -8.015552 -5.792115 +v -3.093191 -7.282187 -5.650249 +v -2.214245 -7.954266 -5.240546 +v -3.093191 -7.269930 -5.539936 +v -2.641650 -8.367378 -5.753024 +v -3.178672 -7.352552 -5.642431 +v -2.641650 -8.306093 -5.201454 +v -3.178672 -7.340296 -5.532117 +v -4.971755 -9.960835 -2.618360 +v -5.508572 -9.512933 -2.531713 +v -4.971755 -9.923407 -2.281488 +v -5.508572 -9.505447 -2.464339 +v -5.232793 -10.175714 -2.594484 +v -5.560780 -9.555908 -2.526938 +v -5.232793 -10.138285 -2.257613 +v -5.560780 -9.548423 -2.459564 +v -0.968541 -6.663810 -1.340404 +v -1.729570 -5.946787 -1.210727 +v -0.968541 -6.611649 -0.836174 +v -1.729570 -5.936355 -1.109881 +v -1.378195 -6.960809 -1.309680 +v -1.811501 -6.006187 -1.204582 +v -1.378194 -6.908648 -0.805451 +v -1.811501 -5.995755 -1.103736 +v -1.759325 -7.146639 0.457766 +v -2.473292 -6.227999 0.217265 +v -2.144557 -7.393476 0.115127 +v -2.550339 -6.277367 0.148738 +v -1.498487 -6.920983 0.001940 +v -2.421125 -6.182868 0.126100 +v -1.883720 -7.167820 -0.340699 +v -2.498171 -6.232235 0.057572 +v -1.430044 -7.149433 2.729079 +v -1.981794 -6.439516 2.543222 +v -1.727750 -7.340188 2.464293 +v -2.041335 -6.477667 2.490265 +v -1.228473 -6.975049 2.376819 +v -1.941479 -6.404639 2.472770 +v -1.526178 -7.165803 2.112032 +v -2.001021 -6.442790 2.419813 +v -1.239179 -7.074430 3.264179 +v -1.675221 -6.513391 3.117299 +v -1.474453 -7.225183 3.054922 +v -1.722276 -6.543542 3.075447 +v -1.079880 -6.936617 2.985791 +v -1.643361 -6.485829 3.061621 +v -1.315154 -7.087369 2.776535 +v -1.690416 -6.515979 3.019770 +v -4.254353 -9.121944 0.448854 +v -4.924036 -8.600537 0.676965 +v -4.254352 -9.168639 0.869104 +v -4.924036 -8.609877 0.761015 +v -4.579999 -9.390007 0.419069 +v -4.989165 -8.654150 0.671008 +v -4.579999 -9.436702 0.839320 +v -4.989165 -8.663488 0.755058 +v -3.977063 -9.222445 3.433028 +v -4.659844 -8.690840 3.665601 +v -3.977062 -9.270053 3.861498 +v -4.659844 -8.700361 3.751295 +v -4.309078 -9.495750 3.402661 +v -4.726247 -8.745501 3.659527 +v -4.309078 -9.543359 3.831130 +v -4.726247 -8.755023 3.745221 +v -3.529211 -8.697317 2.065760 +v -3.832496 -8.461184 2.169065 +v -3.529211 -8.718464 2.256082 +v -3.832496 -8.465412 2.207130 +v -3.676689 -8.818716 2.052272 +v -3.861991 -8.485463 2.166368 +v -3.676689 -8.839863 2.242594 +v -3.861991 -8.489693 2.204432 +v -3.040776 -8.535378 4.271587 +v -3.948948 -7.828287 4.580935 +v -3.040775 -8.598702 4.841497 +v -3.948948 -7.840952 4.694916 +v -3.482393 -8.898905 4.231195 +v -4.037271 -7.900992 4.572856 +v -3.482392 -8.962229 4.801106 +v -4.037271 -7.913657 4.686838 +v -5.035590 -9.724176 0.009655 +v -5.835420 -9.101438 0.282096 +v -5.035589 -9.779944 0.511577 +v -5.835420 -9.112592 0.382481 +v -5.424523 -10.044334 -0.025918 +v -5.913207 -9.165469 0.274982 +v -5.424522 -10.100103 0.476004 +v -5.913207 -9.176623 0.375366 +v -2.545646 -8.380651 6.592514 +v -3.400799 -7.714840 6.883798 +v -2.545646 -8.440277 7.129152 +v -3.400799 -7.726766 6.991126 +v -2.961481 -8.722954 6.554480 +v -3.483966 -7.783301 6.876192 +v -2.961481 -8.782581 7.091118 +v -3.483966 -7.795226 6.983519 +v -4.724302 -9.811017 3.125878 +v -5.672276 -9.072936 3.448777 +v -4.724303 -9.877115 3.720766 +v -5.672277 -9.086155 3.567754 +v -5.185273 -10.190475 3.083716 +v -5.764471 -9.148828 3.440344 +v -5.185274 -10.256573 3.678603 +v -5.764471 -9.162046 3.559322 +v -2.426845 -7.951527 3.621399 +v -3.206561 -7.344450 3.886988 +v -2.426845 -8.005893 4.110699 +v -3.206561 -7.355323 3.984848 +v -2.805997 -8.263634 3.586722 +v -3.282391 -7.406871 3.880052 +v -2.805997 -8.318000 4.076021 +v -3.282391 -7.417744 3.977912 +v -2.216891 -9.565166 10.438667 +v -2.434061 -9.174757 10.670948 +v -2.216891 -9.641775 10.668493 +v -2.434061 -9.190079 10.716913 +v -2.451151 -9.623732 10.419146 +v -2.480913 -9.186470 10.667044 +v -2.451151 -9.700339 10.648972 +v -2.480913 -9.201792 10.713009 +v -3.262953 -9.758469 10.146859 +v -3.712891 -8.949612 10.628104 +v -3.262953 -9.917189 10.623018 +v -3.712891 -8.981356 10.723336 +v -3.748299 -9.879806 10.106413 +v -3.809961 -8.973879 10.620015 +v -3.748299 -10.038526 10.582572 +v -3.809961 -9.005623 10.715247 +v -1.260679 -8.192298 7.116908 +v -1.478511 -7.800699 7.349897 +v -1.260679 -8.269140 7.347435 +v -1.478511 -7.816068 7.396002 +v -1.495654 -8.251041 7.097327 +v -1.525506 -7.812449 7.345981 +v -1.495654 -8.327884 7.327853 +v -1.525506 -7.827817 7.392086 +v -1.686821 -8.810484 8.616344 +v -2.070654 -8.120464 9.026885 +v -1.686821 -8.945885 9.022546 +v -2.070654 -8.147545 9.108125 +v -2.100860 -8.913994 8.581841 +v -2.153462 -8.141167 9.019984 +v -2.100860 -9.049394 8.988043 +v -2.153462 -8.168247 9.101224 +v -0.690500 -8.570242 8.725889 +v -1.026432 -7.966334 9.085196 +v -0.690500 -8.688745 9.081399 +v -1.026432 -7.990034 9.156298 +v -1.052868 -8.660834 8.695691 +v -1.098906 -7.984452 9.079156 +v -1.052869 -8.779337 9.051201 +v -1.098906 -8.008153 9.150258 +v -0.898527 -9.267155 10.643270 +v -1.108257 -8.890121 10.867594 +v -0.898527 -9.341139 10.865223 +v -1.108257 -8.904919 10.911984 +v -1.124761 -9.323713 10.624418 +v -1.153504 -8.901433 10.863824 +v -1.124762 -9.397697 10.846371 +v -1.153504 -8.916230 10.908214 +v -1.991369 -8.100352 6.232161 +v -2.185672 -7.751052 6.439983 +v -1.991369 -8.168894 6.437787 +v -2.185672 -7.764761 6.481108 +v -2.200963 -8.152750 6.214694 +v -2.227591 -7.761532 6.436490 +v -2.200963 -8.221292 6.420321 +v -2.227591 -7.775240 6.477615 +v -0.606478 -9.895974 12.773105 +v -1.099980 -9.008802 13.300945 +v -0.606477 -10.070062 13.295366 +v -1.099980 -9.043619 13.405397 +v -1.138816 -10.029058 12.728743 +v -1.206447 -9.035419 13.292072 +v -1.138816 -10.203146 13.251004 +v -1.206447 -9.070236 13.396525 +v -2.614967 -8.676359 7.440518 +v -2.913284 -8.140074 7.759592 +v -2.614967 -8.781593 7.756220 +v -2.913284 -8.161119 7.822732 +v -2.936759 -8.756807 7.413702 +v -2.977642 -8.156162 7.754229 +v -2.936760 -8.862041 7.729403 +v -2.977642 -8.177210 7.817369 +v 0.343947 -9.213910 11.518931 +v -0.188376 -8.256948 12.088294 +v 0.343947 -9.401691 12.082276 +v -0.188376 -8.294504 12.200964 +v -0.230267 -9.357464 11.471080 +v -0.303219 -8.285659 12.078724 +v -0.230268 -9.545246 12.034425 +v -0.303219 -8.323215 12.191393 +v -0.910975 -7.209424 4.088425 +v -1.345001 -6.382359 4.538796 +v -0.910975 -7.349750 4.567183 +v -1.345001 -6.410423 4.634548 +v -1.395185 -7.324743 4.054624 +v -1.441844 -6.405422 4.532036 +v -1.395185 -7.465069 4.533382 +v -1.441844 -6.433487 4.627788 +v 1.331083 -7.027693 3.260005 +v 1.440989 -6.549612 3.571382 +v 1.502176 -7.129465 3.456264 +v 1.475207 -6.569966 3.610634 +v 1.119206 -7.032335 3.442307 +v 1.398613 -6.550540 3.607843 +v 1.290298 -7.134107 3.638566 +v 1.432832 -6.570894 3.647094 +v 1.490860 -7.929455 6.249471 +v 1.657521 -7.204466 6.721659 +v 1.750306 -8.083788 6.547093 +v 1.709410 -7.235332 6.781183 +v 1.169552 -7.936491 6.525916 +v 1.593259 -7.205873 6.776948 +v 1.428999 -8.090823 6.823539 +v 1.645149 -7.236739 6.836473 +v 1.367728 -7.501628 4.894728 +v 1.555045 -6.686796 5.425431 +v 1.659329 -7.675085 5.229230 +v 1.613365 -6.721488 5.492332 +v 1.006606 -7.509537 5.205434 +v 1.482820 -6.688378 5.487572 +v 1.298207 -7.682994 5.539936 +v 1.541140 -6.723069 5.554472 +v 0.805043 -7.653500 5.891224 +v 0.946748 -7.037071 6.292707 +v 1.025640 -7.784722 6.144281 +v 0.990868 -7.063315 6.343318 +v 0.531849 -7.659482 6.126275 +v 0.892109 -7.038267 6.339717 +v 0.752446 -7.790705 6.379331 +v 0.936229 -7.064512 6.390328 +v 0.674924 -7.198983 4.470809 +v 0.809725 -6.612590 4.852729 +v 0.884773 -7.323812 4.711535 +v 0.851695 -6.637555 4.900874 +v 0.415041 -7.204674 4.694407 +v 0.757748 -6.613728 4.897449 +v 0.624890 -7.329503 4.935132 +v 0.799718 -6.638694 4.945594 +v 0.349393 -9.900608 13.172155 +v 0.387434 -9.341711 13.489014 +v 0.349393 -9.998528 13.465914 +v 0.387434 -9.361295 13.547766 +v 0.049966 -9.825751 13.197107 +v 0.327549 -9.326739 13.494004 +v 0.049966 -9.923671 13.490866 +v 0.327549 -9.346323 13.552756 +v 3.013045 -8.568232 6.955317 +v 3.057198 -7.919527 7.323091 +v 3.013045 -8.681885 7.296279 +v 3.057198 -7.942258 7.391283 +v 2.665504 -8.481346 6.984279 +v 2.987690 -7.902150 7.328883 +v 2.665504 -8.595000 7.325241 +v 2.987690 -7.924881 7.397075 +v 1.702808 -10.015358 12.388560 +v 1.763628 -9.121787 12.895158 +v 1.702808 -10.171913 12.858226 +v 1.763628 -9.153098 12.989091 +v 1.224081 -9.895677 12.428454 +v 1.667883 -9.097851 12.903137 +v 1.224081 -10.052232 12.898120 +v 1.667883 -9.129162 12.997070 +v 1.793033 -8.123133 6.636696 +v 1.831401 -7.559430 6.956280 +v 1.793033 -8.221894 6.932981 +v 1.831401 -7.579182 7.015537 +v 1.491031 -8.047632 6.661863 +v 1.771001 -7.544330 6.961313 +v 1.491032 -8.146394 6.958148 +v 1.771001 -7.564082 7.020570 +v 2.973714 -9.381911 9.429132 +v 3.011115 -8.832420 9.740657 +v 2.973714 -9.478183 9.717946 +v 3.011115 -8.851675 9.798420 +v 2.679327 -9.308314 9.453664 +v 2.952237 -8.817701 9.745564 +v 2.679327 -9.404586 9.742478 +v 2.952237 -8.836955 9.803327 +v 3.823770 -9.888193 10.239598 +v 3.851959 -9.474042 10.474395 +v 3.823770 -9.960753 10.457278 +v 3.851959 -9.488554 10.517931 +v 3.601890 -9.832724 10.258088 +v 3.807583 -9.462948 10.478093 +v 3.601890 -9.905283 10.475768 +v 3.807583 -9.477461 10.521629 +v 0.631972 -9.258389 11.010015 +v 0.701032 -8.243769 11.585238 +v 0.631972 -9.436152 11.543304 +v 0.701032 -8.279321 11.691896 +v 0.088393 -9.122495 11.055313 +v 0.592316 -8.216589 11.594298 +v 0.088393 -9.300257 11.588602 +v 0.592316 -8.252142 11.700956 +v 1.743643 -9.368401 10.413658 +v 1.791479 -8.665593 10.812104 +v 1.743643 -9.491533 10.783057 +v 1.791479 -8.690220 10.885984 +v 1.367117 -9.274269 10.445035 +v 1.716174 -8.646767 10.818379 +v 1.367116 -9.397402 10.814434 +v 1.716173 -8.671393 10.892260 +v 1.165015 -8.753124 9.050017 +v 1.216036 -8.003527 9.474990 +v 1.165015 -8.884454 9.444009 +v 1.216036 -8.029793 9.553788 +v 0.763422 -8.652725 9.083484 +v 1.135717 -7.983448 9.481683 +v 0.763422 -8.784056 9.477475 +v 1.135717 -8.009714 9.560481 +v 4.497662 -9.398491 2.651172 +v 4.741882 -8.959276 2.801548 +v 4.497662 -9.426362 2.902009 +v 4.741882 -8.964850 2.851715 +v 4.303291 -9.238491 2.668950 +v 4.703009 -8.927277 2.805103 +v 4.303291 -9.266361 2.919787 +v 4.703009 -8.932850 2.855271 +v 2.710110 -8.213210 5.390283 +v 2.903771 -7.864923 5.509526 +v 2.710110 -8.235311 5.589190 +v 2.903771 -7.869344 5.549308 +v 2.555979 -8.086334 5.404380 +v 2.872945 -7.839548 5.512346 +v 2.555979 -8.108435 5.603288 +v 2.872945 -7.843968 5.552127 +v 5.433953 -10.135610 2.263051 +v 5.752051 -9.563532 2.458914 +v 5.433952 -10.171911 2.589766 +v 5.752051 -9.570791 2.524257 +v 5.180785 -9.927210 2.286206 +v 5.701418 -9.521851 2.463545 +v 5.180785 -9.963511 2.612921 +v 5.701418 -9.529112 2.528888 +v 3.251026 -8.847031 7.037802 +v 3.538741 -8.329596 7.214958 +v 3.251025 -8.879866 7.333311 +v 3.538741 -8.336163 7.274059 +v 3.022039 -8.658536 7.058745 +v 3.492944 -8.291897 7.219146 +v 3.022039 -8.691370 7.354254 +v 3.492943 -8.298464 7.278248 +v 4.939352 -9.465321 -0.060041 +v 5.256315 -8.895283 0.135124 +v 4.939351 -9.501493 0.265509 +v 5.256315 -8.902517 0.200234 +v 4.687087 -9.257664 -0.036969 +v 5.205862 -8.853751 0.139738 +v 4.687087 -9.293835 0.288581 +v 5.205862 -8.860986 0.204848 +v 4.543021 -9.784307 5.783316 +v 5.103271 -8.776735 6.128280 +v 4.543021 -9.848243 6.358743 +v 5.103271 -8.789523 6.243365 +v 4.097130 -9.417263 5.824099 +v 5.014093 -8.703327 6.136436 +v 4.097130 -9.481198 6.399525 +v 5.014093 -8.716114 6.251522 +v 4.382972 -9.989953 8.834506 +v 4.721057 -9.381929 9.042676 +v 4.382972 -10.028536 9.181750 +v 4.721057 -9.389646 9.112125 +v 4.113896 -9.768458 8.859117 +v 4.667242 -9.337630 9.047598 +v 4.113896 -9.807041 9.206361 +v 4.667242 -9.345346 9.117047 +v 3.160509 -8.374981 3.468220 +v 3.585222 -7.611165 3.729729 +v 3.160510 -8.423450 3.904437 +v 3.585222 -7.620859 3.816973 +v 2.822490 -8.096733 3.499137 +v 3.517618 -7.555515 3.735913 +v 2.822490 -8.145202 3.935354 +v 3.517618 -7.565209 3.823156 +v 3.776101 -9.033725 4.779977 +v 4.159767 -8.343729 5.016214 +v 3.776101 -9.077509 5.174036 +v 4.159767 -8.352486 5.095026 +v 3.470750 -8.782368 4.807906 +v 4.098697 -8.293457 5.021800 +v 3.470750 -8.826153 5.201965 +v 4.098697 -8.302215 5.100611 +v 3.792176 -8.766024 2.250105 +v 4.129440 -8.159477 2.457770 +v 3.792176 -8.804512 2.596506 +v 4.129440 -8.167175 2.527050 +v 3.523755 -8.545067 2.274656 +v 4.075756 -8.115286 2.462680 +v 3.523755 -8.583555 2.621056 +v 4.075756 -8.122984 2.531960 +v 4.504406 -9.403076 2.641852 +v 4.765574 -8.933382 2.802663 +v 4.504406 -9.432880 2.910096 +v 4.765574 -8.939342 2.856311 +v 4.296547 -9.231972 2.660864 +v 4.724003 -8.899160 2.806465 +v 4.296547 -9.261778 2.929107 +v 4.724003 -8.905122 2.860114 +v 1.702246 -6.887170 -0.168767 +v 2.144715 -5.954973 0.135828 +v 1.702246 -6.940434 0.346125 +v 2.144715 -5.965626 0.238806 +v 1.283930 -6.583891 -0.137394 +v 2.061052 -5.894317 0.142103 +v 1.283930 -6.637155 0.377498 +v 2.061052 -5.904970 0.245081 +v 2.422276 -7.947721 4.937855 +v 2.801203 -7.149395 5.198708 +v 2.422276 -7.993336 5.378804 +v 2.801203 -7.158518 5.286898 +v 2.064034 -7.687995 4.964723 +v 2.729554 -7.097449 5.204081 +v 2.064034 -7.733610 5.405672 +v 2.729554 -7.106573 5.292271 +v 1.454924 -6.831926 0.973081 +v 1.616673 -6.491152 1.084429 +v 1.454924 -6.851398 1.161306 +v 1.616673 -6.495046 1.122074 +v 1.302004 -6.721059 0.984550 +v 1.586089 -6.468978 1.086723 +v 1.302004 -6.740531 1.172775 +v 1.586089 -6.472873 1.124368 +v 2.962421 -8.203749 3.546281 +v 3.362066 -7.361774 3.821397 +v 2.962422 -8.251859 4.011339 +v 3.362066 -7.371397 3.914408 +v 2.584592 -7.929822 3.574619 +v 3.286500 -7.306989 3.827064 +v 2.584592 -7.977932 4.039677 +v 3.286500 -7.316611 3.920076 +v 1.633806 -7.149206 -2.737647 +v 2.200879 -6.419570 -2.546628 +v 1.939780 -7.345258 -2.465504 +v 2.262074 -6.458781 -2.492200 +v 1.426634 -6.969977 -2.375605 +v 2.159445 -6.383725 -2.474220 +v 1.732608 -7.166029 -2.103462 +v 2.220639 -6.422935 -2.419791 +v 1.437450 -7.073270 -3.307997 +v 1.951852 -6.411403 -3.134720 +v 1.715004 -7.251112 -3.061131 +v 2.007363 -6.446971 -3.085346 +v 1.249520 -6.910688 -2.979581 +v 1.914266 -6.378887 -3.069036 +v 1.527074 -7.088530 -2.732715 +v 1.969777 -6.414455 -3.019663 +v 4.710443 -9.364546 -0.749809 +v 4.932014 -8.945838 -0.704178 +v 4.710443 -9.339260 -0.522236 +v 4.932014 -8.940781 -0.658664 +v 4.534100 -9.219385 -0.765938 +v 4.896745 -8.916806 -0.707404 +v 4.534099 -9.194099 -0.538365 +v 4.896745 -8.911749 -0.661890 +v 4.562583 -9.590148 -3.889174 +v 5.101399 -8.571932 -3.778211 +v 4.562582 -9.528658 -3.335761 +v 5.101399 -8.559633 -3.667528 +v 4.133750 -9.237145 -3.928396 +v 5.015633 -8.501331 -3.786055 +v 4.133750 -9.175655 -3.374984 +v 5.015633 -8.489033 -3.675373 +v 3.993670 -8.948007 -2.376749 +v 4.460133 -8.066519 -2.280686 +v 3.993670 -8.894773 -1.897650 +v 4.460133 -8.055872 -2.184866 +v 3.622422 -8.642406 -2.410704 +v 4.385883 -8.005399 -2.287477 +v 3.622422 -8.589173 -1.931605 +v 4.385883 -7.994752 -2.191657 +v 3.596114 -8.873909 -4.691544 +v 3.921376 -8.259253 -4.624559 +v 3.596114 -8.836790 -4.357471 +v 3.921376 -8.251829 -4.557745 +v 3.337245 -8.660816 -4.715220 +v 3.869602 -8.216635 -4.629295 +v 3.337245 -8.623697 -4.381147 +v 3.869602 -8.209210 -4.562480 +v 5.560622 -10.033415 -0.393275 +v 5.875923 -9.437582 -0.328343 +v 5.560623 -9.997433 -0.069433 +v 5.875923 -9.430386 -0.263574 +v 5.309681 -9.826847 -0.416226 +v 5.825735 -9.396268 -0.332933 +v 5.309682 -9.790865 -0.092384 +v 5.825735 -9.389071 -0.268164 +v 3.080839 -8.699711 -6.988316 +v 3.387872 -8.119502 -6.925086 +v 3.080840 -8.664672 -6.672966 +v 3.387872 -8.112494 -6.862016 +v 2.836478 -8.498560 -7.010665 +v 3.339000 -8.079271 -6.929556 +v 2.836479 -8.463521 -6.695315 +v 3.339000 -8.072264 -6.866486 +v 5.374325 -10.241066 -3.659367 +v 5.913207 -9.222727 -3.548390 +v 5.374326 -10.179569 -3.105888 +v 5.913207 -9.210427 -3.437694 +v 4.945441 -9.888021 -3.698593 +v 5.827430 -9.152118 -3.556235 +v 4.945441 -9.826524 -3.145114 +v 5.827430 -9.139818 -3.445539 +v 3.016837 -8.323552 -4.082907 +v 3.507665 -7.396020 -3.981827 +v 3.016836 -8.267538 -3.578782 +v 3.507665 -7.384817 -3.881002 +v 2.626197 -8.001989 -4.118637 +v 3.429537 -7.331707 -3.988973 +v 2.626196 -7.945974 -3.614512 +v 3.429537 -7.320504 -3.888148 +v 4.050503 -9.503082 -6.946182 +v 4.336058 -8.963461 -6.887374 +v 4.050503 -9.470494 -6.652892 +v 4.336058 -8.956944 -6.828717 +v 3.823236 -9.316002 -6.966968 +v 4.290605 -8.926045 -6.891532 +v 3.823236 -9.283415 -6.673678 +v 4.290605 -8.919528 -6.832874 +v -0.752637 -6.785499 2.521834 +v -1.315392 -5.880754 2.868929 +v -0.752637 -6.861745 3.055561 +v -1.315392 -5.896004 2.975675 +v -1.260949 -6.963408 2.496419 +v -1.417055 -5.916337 2.863846 +v -1.260949 -7.039654 3.030146 +v -1.417055 -5.931586 2.970592 +v 0.070621 -6.384626 -1.630185 +v -0.112243 -6.021891 -1.824802 +v -0.122845 -6.462196 -1.689510 +v -0.150936 -6.037405 -1.836667 +v 0.141709 -6.406226 -1.833767 +v -0.098025 -6.026211 -1.865518 +v -0.051757 -6.483796 -1.893092 +v -0.136718 -6.041725 -1.877383 +v -0.274517 -6.499989 -1.666991 +v -0.655919 -5.743427 -2.072907 +v -0.678032 -6.661777 -1.790726 +v -0.736622 -5.775785 -2.097654 +v -0.126249 -6.545040 -2.091605 +v -0.626265 -5.752438 -2.157830 +v -0.529764 -6.706829 -2.215340 +v -0.706968 -5.784795 -2.182577 +vn 0.3333 0.9333 -0.1333 +vn -0.3333 0.9333 -0.1333 +vn -0.3333 0.9333 0.1333 +vn 0.3333 0.9333 0.1333 +vn 0.6379 0.7654 -0.0850 +vn 0.5890 0.8038 -0.0832 +vn 0.5890 0.8038 0.0832 +vn 0.6379 0.7654 0.0850 +vn 0.2548 0.9174 0.3058 +vn 0.2409 0.9314 0.2730 +vn -0.2409 0.9314 0.2730 +vn -0.2548 0.9174 0.3058 +vn -0.6379 0.7654 0.0850 +vn -0.5890 0.8038 0.0832 +vn -0.5890 0.8038 -0.0832 +vn -0.6379 0.7654 -0.0850 +vn 0.2409 0.9314 -0.2730 +vn 0.2548 0.9174 -0.3058 +vn -0.2548 0.9174 -0.3058 +vn -0.2409 0.9314 -0.2730 +vn -0.6502 -0.1477 -0.7453 +vn 0.6947 0.1866 -0.6946 +vn 0.5622 0.5167 0.6457 +vn -0.7827 0.1825 0.5950 +vn -0.2243 0.9409 -0.2539 +vn 0.6947 0.1866 -0.6947 +vn -0.7827 0.1825 0.5951 +vn 0.8982 0.4170 -0.1390 +vn -0.0500 0.4900 0.8703 +vn -0.9982 -0.0571 0.0190 +vn -0.0500 -0.1302 -0.9902 +vn 0.9982 -0.0571 0.0190 +vn 0.0500 0.4900 0.8703 +vn -0.8982 0.4170 -0.1390 +vn 0.0500 -0.1302 -0.9902 +vn -0.8529 0.5123 0.1007 +vn -0.1800 -0.0313 -0.9832 +vn 0.9654 -0.1531 -0.2110 +vn 0.2925 0.3905 0.8729 +vn 0.2869 0.9158 -0.2812 +vn 0.2869 0.9158 -0.2811 +vn 0.6301 0.7718 -0.0858 +vn -0.1251 0.2584 0.9579 +vn -0.8803 -0.4715 0.0524 +vn -0.1251 0.0418 -0.9913 +vn -0.6379 0.7654 -0.0851 +vn 0.6301 0.7718 -0.0857 +vn 0.6769 0.7322 -0.0757 +vn -0.1155 0.2585 0.9591 +vn -0.9079 -0.4169 0.0431 +vn -0.1155 0.0567 -0.9917 +vn -0.5614 -0.2281 0.7955 +vn -0.7748 -0.2644 -0.5743 +vn 0.3335 0.5462 -0.7684 +vn 0.5469 0.5825 0.6013 +vn -0.5810 0.8110 0.0690 +vn 0.6301 0.7718 0.0858 +vn -0.1251 0.0418 0.9913 +vn -0.8803 -0.4715 -0.0524 +vn -0.1251 0.2584 -0.9579 +vn 0.6301 0.7718 0.0857 +vn -0.6379 0.7654 0.0851 +vn 0.8982 0.4170 0.1390 +vn -0.0500 -0.1302 0.9902 +vn -0.9982 -0.0571 -0.0190 +vn -0.0500 0.4900 -0.8703 +vn 0.9045 0.4093 0.1200 +vn -0.0472 -0.0932 0.9945 +vn -0.9989 -0.0440 -0.0129 +vn -0.0472 0.4585 -0.8875 +vn 0.7875 0.1989 -0.5834 +vn 0.6444 -0.1744 0.7445 +vn -0.6989 0.1663 0.6956 +vn -0.5559 0.5396 -0.6323 +vn 0.2258 0.9312 0.2861 +vn 0.7875 0.1989 -0.5833 +vn -0.6989 0.1664 0.6956 +vn 0.9982 -0.0571 -0.0190 +vn 0.0500 -0.1302 0.9902 +vn -0.8982 0.4170 0.1390 +vn 0.0500 0.4900 -0.8703 +vn 0.8803 -0.4715 -0.0524 +vn 0.1251 0.0418 0.9913 +vn -0.6301 0.7718 0.0857 +vn 0.1251 0.2584 -0.9579 +vn 0.6379 0.7654 0.0851 +vn -0.6301 0.7718 0.0858 +vn 0.9079 -0.4169 -0.0431 +vn 0.1155 0.0567 0.9917 +vn -0.6769 0.7322 0.0757 +vn 0.1155 0.2585 -0.9591 +vn 0.5890 0.8038 0.0831 +vn 0.5614 -0.2281 -0.7955 +vn 0.7748 -0.2644 0.5743 +vn -0.3335 0.5462 0.7684 +vn -0.5469 0.5825 -0.6013 +vn 0.5810 0.8110 -0.0690 +vn 0.8803 -0.4715 0.0524 +vn 0.1251 0.2584 0.9579 +vn -0.6301 0.7718 -0.0858 +vn 0.1251 0.0418 -0.9913 +vn 0.6379 0.7654 -0.0851 +vn -0.6301 0.7718 -0.0857 +vn 0.8591 0.5066 0.0724 +vn -0.0654 0.0444 0.9969 +vn -0.9899 -0.1405 -0.0201 +vn -0.0654 0.3217 -0.9446 +vn -0.3822 0.2798 0.8807 +vn -0.9360 -0.1689 -0.3089 +vn 0.2611 0.0843 -0.9616 +vn 0.8148 0.5331 0.2279 +vn -0.3090 0.9284 -0.2064 +vn 0.8148 0.5331 0.2280 +vn 0.0000 -1.0000 -0.0000 +usemtl Material +s off +f 1//1 14//1 22//1 15//1 +f 1//2 15//2 25//2 17//2 +f 1//3 17//3 24//3 16//3 +f 1//4 16//4 23//4 14//4 +f 2//5 6//5 18//5 8//5 +f 2//6 8//6 22//6 14//6 +f 2//7 14//7 23//7 10//7 +f 2//8 10//8 19//8 6//8 +f 3//9 9//9 19//9 10//9 +f 3//10 10//10 23//10 16//10 +f 3//11 16//11 24//11 12//11 +f 3//12 12//12 20//12 9//12 +f 4//13 11//13 20//13 12//13 +f 4//14 12//14 24//14 17//14 +f 4//15 17//15 25//15 13//15 +f 4//16 13//16 21//16 11//16 +f 5//17 15//17 22//17 8//17 +f 5//18 8//18 18//18 7//18 +f 5//19 7//19 21//19 13//19 +f 5//20 13//20 25//20 15//20 +f 26//21 27//21 29//21 28//21 +f 28//22 29//22 33//22 32//22 +f 32//23 33//23 31//23 30//23 +f 30//24 31//24 27//24 26//24 +f 33//25 29//25 27//25 31//25 +f 34//21 35//21 37//21 36//21 +f 36//22 37//22 41//22 40//22 +f 40//23 41//23 39//23 38//23 +f 38//24 39//24 35//24 34//24 +f 41//25 37//25 35//25 39//25 +f 42//21 43//21 45//21 44//21 +f 44//22 45//22 49//22 48//22 +f 48//23 49//23 47//23 46//23 +f 46//24 47//24 43//24 42//24 +f 49//25 45//25 43//25 47//25 +f 50//21 51//21 53//21 52//21 +f 52//26 53//26 57//26 56//26 +f 56//23 57//23 55//23 54//23 +f 54//27 55//27 51//27 50//27 +f 57//25 53//25 51//25 55//25 +f 58//21 59//21 61//21 60//21 +f 60//22 61//22 65//22 64//22 +f 64//23 65//23 63//23 62//23 +f 62//24 63//24 59//24 58//24 +f 65//25 61//25 59//25 63//25 +f 66//21 67//21 69//21 68//21 +f 68//22 69//22 73//22 72//22 +f 72//23 73//23 71//23 70//23 +f 70//24 71//24 67//24 66//24 +f 73//25 69//25 67//25 71//25 +f 74//21 75//21 77//21 76//21 +f 76//22 77//22 81//22 80//22 +f 80//23 81//23 79//23 78//23 +f 78//24 79//24 75//24 74//24 +f 81//25 77//25 75//25 79//25 +f 82//28 83//28 85//28 84//28 +f 84//29 85//29 89//29 88//29 +f 88//30 89//30 87//30 86//30 +f 86//31 87//31 83//31 82//31 +f 89//19 85//19 83//19 87//19 +f 90//28 91//28 93//28 92//28 +f 92//29 93//29 97//29 96//29 +f 96//30 97//30 95//30 94//30 +f 94//31 95//31 91//31 90//31 +f 97//19 93//19 91//19 95//19 +f 98//28 99//28 101//28 100//28 +f 100//29 101//29 105//29 104//29 +f 104//30 105//30 103//30 102//30 +f 102//31 103//31 99//31 98//31 +f 105//19 101//19 99//19 103//19 +f 106//28 107//28 109//28 108//28 +f 108//29 109//29 113//29 112//29 +f 112//30 113//30 111//30 110//30 +f 110//31 111//31 107//31 106//31 +f 113//19 109//19 107//19 111//19 +f 114//32 115//32 117//32 116//32 +f 116//33 117//33 121//33 120//33 +f 120//34 121//34 119//34 118//34 +f 118//35 119//35 115//35 114//35 +f 121//18 117//18 115//18 119//18 +f 122//32 123//32 125//32 124//32 +f 124//33 125//33 129//33 128//33 +f 128//34 129//34 127//34 126//34 +f 126//35 127//35 123//35 122//35 +f 129//18 125//18 123//18 127//18 +f 130//32 131//32 133//32 132//32 +f 132//33 133//33 137//33 136//33 +f 136//34 137//34 135//34 134//34 +f 134//35 135//35 131//35 130//35 +f 137//18 133//18 131//18 135//18 +f 138//32 139//32 141//32 140//32 +f 140//33 141//33 145//33 144//33 +f 144//34 145//34 143//34 142//34 +f 142//35 143//35 139//35 138//35 +f 145//18 141//18 139//18 143//18 +f 146//32 147//32 149//32 148//32 +f 148//33 149//33 153//33 152//33 +f 152//34 153//34 151//34 150//34 +f 150//35 151//35 147//35 146//35 +f 153//18 149//18 147//18 151//18 +f 154//32 155//32 157//32 156//32 +f 156//33 157//33 161//33 160//33 +f 160//34 161//34 159//34 158//34 +f 158//35 159//35 155//35 154//35 +f 161//18 157//18 155//18 159//18 +f 162//32 163//32 165//32 164//32 +f 164//33 165//33 169//33 168//33 +f 168//34 169//34 167//34 166//34 +f 166//35 167//35 163//35 162//35 +f 169//18 165//18 163//18 167//18 +f 170//32 171//32 173//32 172//32 +f 172//33 173//33 177//33 176//33 +f 176//34 177//34 175//34 174//34 +f 174//35 175//35 171//35 170//35 +f 177//18 173//18 171//18 175//18 +f 178//32 179//32 181//32 180//32 +f 180//33 181//33 185//33 184//33 +f 184//34 185//34 183//34 182//34 +f 182//35 183//35 179//35 178//35 +f 185//18 181//18 179//18 183//18 +f 186//36 187//36 189//36 188//36 +f 188//37 189//37 193//37 192//37 +f 192//38 193//38 191//38 190//38 +f 190//39 191//39 187//39 186//39 +f 193//40 189//40 187//40 191//40 +f 194//36 195//36 197//36 196//36 +f 196//37 197//37 201//37 200//37 +f 200//38 201//38 199//38 198//38 +f 198//39 199//39 195//39 194//39 +f 201//41 197//41 195//41 199//41 +f 202//36 203//36 205//36 204//36 +f 204//37 205//37 209//37 208//37 +f 208//38 209//38 207//38 206//38 +f 206//39 207//39 203//39 202//39 +f 209//40 205//40 203//40 207//40 +f 210//42 211//42 213//42 212//42 +f 212//43 213//43 217//43 216//43 +f 216//44 217//44 215//44 214//44 +f 214//45 215//45 211//45 210//45 +f 217//46 213//46 211//46 215//46 +f 218//42 219//42 221//42 220//42 +f 220//43 221//43 225//43 224//43 +f 224//44 225//44 223//44 222//44 +f 222//45 223//45 219//45 218//45 +f 225//46 221//46 219//46 223//46 +f 226//42 227//42 229//42 228//42 +f 228//43 229//43 233//43 232//43 +f 232//44 233//44 231//44 230//44 +f 230//45 231//45 227//45 226//45 +f 233//16 229//16 227//16 231//16 +f 234//42 235//42 237//42 236//42 +f 236//43 237//43 241//43 240//43 +f 240//44 241//44 239//44 238//44 +f 238//45 239//45 235//45 234//45 +f 241//16 237//16 235//16 239//16 +f 242//42 243//42 245//42 244//42 +f 244//43 245//43 249//43 248//43 +f 248//44 249//44 247//44 246//44 +f 246//45 247//45 243//45 242//45 +f 249//16 245//16 243//16 247//16 +f 250//42 251//42 253//42 252//42 +f 252//43 253//43 257//43 256//43 +f 256//44 257//44 255//44 254//44 +f 254//45 255//45 251//45 250//45 +f 257//16 253//16 251//16 255//16 +f 258//42 259//42 261//42 260//42 +f 260//43 261//43 265//43 264//43 +f 264//44 265//44 263//44 262//44 +f 262//45 263//45 259//45 258//45 +f 265//46 261//46 259//46 263//46 +f 266//42 267//42 269//42 268//42 +f 268//43 269//43 273//43 272//43 +f 272//44 273//44 271//44 270//44 +f 270//45 271//45 267//45 266//45 +f 273//46 269//46 267//46 271//46 +f 274//42 275//42 277//42 276//42 +f 276//43 277//43 281//43 280//43 +f 280//44 281//44 279//44 278//44 +f 278//45 279//45 275//45 274//45 +f 281//16 277//16 275//16 279//16 +f 282//42 283//42 285//42 284//42 +f 284//43 285//43 289//43 288//43 +f 288//44 289//44 287//44 286//44 +f 286//45 287//45 283//45 282//45 +f 289//16 285//16 283//16 287//16 +f 290//47 291//47 293//47 292//47 +f 292//43 293//43 297//43 296//43 +f 296//44 297//44 295//44 294//44 +f 294//45 295//45 291//45 290//45 +f 297//16 293//16 291//16 295//16 +f 298//48 299//48 301//48 300//48 +f 300//49 301//49 305//49 304//49 +f 304//50 305//50 303//50 302//50 +f 302//51 303//51 299//51 298//51 +f 305//15 301//15 299//15 303//15 +f 306//52 307//52 309//52 308//52 +f 308//53 309//53 313//53 312//53 +f 312//54 313//54 311//54 310//54 +f 310//55 311//55 307//55 306//55 +f 313//56 309//56 307//56 311//56 +f 314//52 315//52 317//52 316//52 +f 316//53 317//53 321//53 320//53 +f 320//54 321//54 319//54 318//54 +f 318//55 319//55 315//55 314//55 +f 321//56 317//56 315//56 319//56 +f 322//52 323//52 325//52 324//52 +f 324//53 325//53 329//53 328//53 +f 328//54 329//54 327//54 326//54 +f 326//55 327//55 323//55 322//55 +f 329//56 325//56 323//56 327//56 +f 330//57 331//57 333//57 332//57 +f 332//58 333//58 337//58 336//58 +f 336//59 337//59 335//59 334//59 +f 334//60 335//60 331//60 330//60 +f 337//13 333//13 331//13 335//13 +f 338//57 339//57 341//57 340//57 +f 340//58 341//58 345//58 344//58 +f 344//59 345//59 343//59 342//59 +f 342//60 343//60 339//60 338//60 +f 345//13 341//13 339//13 343//13 +f 346//61 347//61 349//61 348//61 +f 348//58 349//58 353//58 352//58 +f 352//59 353//59 351//59 350//59 +f 350//60 351//60 347//60 346//60 +f 353//13 349//13 347//13 351//13 +f 354//57 355//57 357//57 356//57 +f 356//58 357//58 361//58 360//58 +f 360//59 361//59 359//59 358//59 +f 358//60 359//60 355//60 354//60 +f 361//13 357//13 355//13 359//13 +f 362//61 363//61 365//61 364//61 +f 364//58 365//58 369//58 368//58 +f 368//59 369//59 367//59 366//59 +f 366//60 367//60 363//60 362//60 +f 369//62 365//62 363//62 367//62 +f 370//57 371//57 373//57 372//57 +f 372//58 373//58 377//58 376//58 +f 376//59 377//59 375//59 374//59 +f 374//60 375//60 371//60 370//60 +f 377//62 373//62 371//62 375//62 +f 378//57 379//57 381//57 380//57 +f 380//58 381//58 385//58 384//58 +f 384//59 385//59 383//59 382//59 +f 382//60 383//60 379//60 378//60 +f 385//13 381//13 379//13 383//13 +f 386//61 387//61 389//61 388//61 +f 388//58 389//58 393//58 392//58 +f 392//59 393//59 391//59 390//59 +f 390//60 391//60 387//60 386//60 +f 393//13 389//13 387//13 391//13 +f 394//63 395//63 397//63 396//63 +f 396//64 397//64 401//64 400//64 +f 400//65 401//65 399//65 398//65 +f 398//66 399//66 395//66 394//66 +f 401//12 397//12 395//12 399//12 +f 402//63 403//63 405//63 404//63 +f 404//64 405//64 409//64 408//64 +f 408//65 409//65 407//65 406//65 +f 406//66 407//66 403//66 402//66 +f 409//12 405//12 403//12 407//12 +f 410//63 411//63 413//63 412//63 +f 412//64 413//64 417//64 416//64 +f 416//65 417//65 415//65 414//65 +f 414//66 415//66 411//66 410//66 +f 417//12 413//12 411//12 415//12 +f 418//63 419//63 421//63 420//63 +f 420//64 421//64 425//64 424//64 +f 424//65 425//65 423//65 422//65 +f 422//66 423//66 419//66 418//66 +f 425//12 421//12 419//12 423//12 +f 426//63 427//63 429//63 428//63 +f 428//64 429//64 433//64 432//64 +f 432//65 433//65 431//65 430//65 +f 430//66 431//66 427//66 426//66 +f 433//12 429//12 427//12 431//12 +f 434//63 435//63 437//63 436//63 +f 436//64 437//64 441//64 440//64 +f 440//65 441//65 439//65 438//65 +f 438//66 439//66 435//66 434//66 +f 441//12 437//12 435//12 439//12 +f 442//63 443//63 445//63 444//63 +f 444//64 445//64 449//64 448//64 +f 448//65 449//65 447//65 446//65 +f 446//66 447//66 443//66 442//66 +f 449//12 445//12 443//12 447//12 +f 450//63 451//63 453//63 452//63 +f 452//64 453//64 457//64 456//64 +f 456//65 457//65 455//65 454//65 +f 454//66 455//66 451//66 450//66 +f 457//12 453//12 451//12 455//12 +f 458//63 459//63 461//63 460//63 +f 460//64 461//64 465//64 464//64 +f 464//65 465//65 463//65 462//65 +f 462//66 463//66 459//66 458//66 +f 465//12 461//12 459//12 463//12 +f 466//63 467//63 469//63 468//63 +f 468//64 469//64 473//64 472//64 +f 472//65 473//65 471//65 470//65 +f 470//66 471//66 467//66 466//66 +f 473//12 469//12 467//12 471//12 +f 474//67 475//67 477//67 476//67 +f 476//68 477//68 481//68 480//68 +f 480//69 481//69 479//69 478//69 +f 478//70 479//70 475//70 474//70 +f 481//11 477//11 475//11 479//11 +f 482//71 483//71 485//71 484//71 +f 484//72 485//72 489//72 488//72 +f 488//73 489//73 487//73 486//73 +f 486//74 487//74 483//74 482//74 +f 489//75 485//75 483//75 487//75 +f 490//76 491//76 493//76 492//76 +f 492//72 493//72 497//72 496//72 +f 496//77 497//77 495//77 494//77 +f 494//74 495//74 491//74 490//74 +f 497//75 493//75 491//75 495//75 +f 498//76 499//76 501//76 500//76 +f 500//72 501//72 505//72 504//72 +f 504//77 505//77 503//77 502//77 +f 502//74 503//74 499//74 498//74 +f 505//75 501//75 499//75 503//75 +f 506//76 507//76 509//76 508//76 +f 508//72 509//72 513//72 512//72 +f 512//77 513//77 511//77 510//77 +f 510//74 511//74 507//74 506//74 +f 513//75 509//75 507//75 511//75 +f 514//76 515//76 517//76 516//76 +f 516//72 517//72 521//72 520//72 +f 520//77 521//77 519//77 518//77 +f 518//74 519//74 515//74 514//74 +f 521//75 517//75 515//75 519//75 +f 522//78 523//78 525//78 524//78 +f 524//79 525//79 529//79 528//79 +f 528//80 529//80 527//80 526//80 +f 526//81 527//81 523//81 522//81 +f 529//9 525//9 523//9 527//9 +f 530//78 531//78 533//78 532//78 +f 532//79 533//79 537//79 536//79 +f 536//80 537//80 535//80 534//80 +f 534//81 535//81 531//81 530//81 +f 537//9 533//9 531//9 535//9 +f 538//78 539//78 541//78 540//78 +f 540//79 541//79 545//79 544//79 +f 544//80 545//80 543//80 542//80 +f 542//81 543//81 539//81 538//81 +f 545//9 541//9 539//9 543//9 +f 546//78 547//78 549//78 548//78 +f 548//79 549//79 553//79 552//79 +f 552//80 553//80 551//80 550//80 +f 550//81 551//81 547//81 546//81 +f 553//9 549//9 547//9 551//9 +f 554//78 555//78 557//78 556//78 +f 556//79 557//79 561//79 560//79 +f 560//80 561//80 559//80 558//80 +f 558//81 559//81 555//81 554//81 +f 561//9 557//9 555//9 559//9 +f 562//78 563//78 565//78 564//78 +f 564//79 565//79 569//79 568//79 +f 568//80 569//80 567//80 566//80 +f 566//81 567//81 563//81 562//81 +f 569//9 565//9 563//9 567//9 +f 570//78 571//78 573//78 572//78 +f 572//79 573//79 577//79 576//79 +f 576//80 577//80 575//80 574//80 +f 574//81 575//81 571//81 570//81 +f 577//9 573//9 571//9 575//9 +f 578//78 579//78 581//78 580//78 +f 580//79 581//79 585//79 584//79 +f 584//80 585//80 583//80 582//80 +f 582//81 583//81 579//81 578//81 +f 585//9 581//9 579//9 583//9 +f 586//78 587//78 589//78 588//78 +f 588//79 589//79 593//79 592//79 +f 592//80 593//80 591//80 590//80 +f 590//81 591//81 587//81 586//81 +f 593//9 589//9 587//9 591//9 +f 594//82 595//82 597//82 596//82 +f 596//83 597//83 601//83 600//83 +f 600//84 601//84 599//84 598//84 +f 598//85 599//85 595//85 594//85 +f 601//86 597//86 595//86 599//86 +f 602//82 603//82 605//82 604//82 +f 604//83 605//83 609//83 608//83 +f 608//87 609//87 607//87 606//87 +f 606//85 607//85 603//85 602//85 +f 609//8 605//8 603//8 607//8 +f 610//82 611//82 613//82 612//82 +f 612//83 613//83 617//83 616//83 +f 616//87 617//87 615//87 614//87 +f 614//85 615//85 611//85 610//85 +f 617//8 613//8 611//8 615//8 +f 618//82 619//82 621//82 620//82 +f 620//83 621//83 625//83 624//83 +f 624//84 625//84 623//84 622//84 +f 622//85 623//85 619//85 618//85 +f 625//86 621//86 619//86 623//86 +f 626//82 627//82 629//82 628//82 +f 628//83 629//83 633//83 632//83 +f 632//84 633//84 631//84 630//84 +f 630//85 631//85 627//85 626//85 +f 633//86 629//86 627//86 631//86 +f 634//82 635//82 637//82 636//82 +f 636//83 637//83 641//83 640//83 +f 640//84 641//84 639//84 638//84 +f 638//85 639//85 635//85 634//85 +f 641//86 637//86 635//86 639//86 +f 642//82 643//82 645//82 644//82 +f 644//83 645//83 649//83 648//83 +f 648//87 649//87 647//87 646//87 +f 646//85 647//85 643//85 642//85 +f 649//8 645//8 643//8 647//8 +f 650//82 651//82 653//82 652//82 +f 652//83 653//83 657//83 656//83 +f 656//87 657//87 655//87 654//87 +f 654//85 655//85 651//85 650//85 +f 657//86 653//86 651//86 655//86 +f 658//82 659//82 661//82 660//82 +f 660//83 661//83 665//83 664//83 +f 664//87 665//87 663//87 662//87 +f 662//85 663//85 659//85 658//85 +f 665//86 661//86 659//86 663//86 +f 666//82 667//82 669//82 668//82 +f 668//83 669//83 673//83 672//83 +f 672//87 673//87 671//87 670//87 +f 670//85 671//85 667//85 666//85 +f 673//86 669//86 667//86 671//86 +f 674//82 675//82 677//82 676//82 +f 676//83 677//83 681//83 680//83 +f 680//87 681//87 679//87 678//87 +f 678//85 679//85 675//85 674//85 +f 681//8 677//8 675//8 679//8 +f 682//88 683//88 685//88 684//88 +f 684//89 685//89 689//89 688//89 +f 688//90 689//90 687//90 686//90 +f 686//91 687//91 683//91 682//91 +f 689//7 685//7 683//7 687//7 +f 690//88 691//88 693//88 692//88 +f 692//89 693//89 697//89 696//89 +f 696//90 697//90 695//90 694//90 +f 694//91 695//91 691//91 690//91 +f 697//7 693//7 691//7 695//7 +f 698//88 699//88 701//88 700//88 +f 700//89 701//89 705//89 704//89 +f 704//90 705//90 703//90 702//90 +f 702//91 703//91 699//91 698//91 +f 705//92 701//92 699//92 703//92 +f 706//88 707//88 709//88 708//88 +f 708//89 709//89 713//89 712//89 +f 712//90 713//90 711//90 710//90 +f 710//91 711//91 707//91 706//91 +f 713//7 709//7 707//7 711//7 +f 714//93 715//93 717//93 716//93 +f 716//94 717//94 721//94 720//94 +f 720//95 721//95 719//95 718//95 +f 718//96 719//96 715//96 714//96 +f 721//97 717//97 715//97 719//97 +f 722//93 723//93 725//93 724//93 +f 724//94 725//94 729//94 728//94 +f 728//95 729//95 727//95 726//95 +f 726//96 727//96 723//96 722//96 +f 729//97 725//97 723//97 727//97 +f 730//98 731//98 733//98 732//98 +f 732//99 733//99 737//99 736//99 +f 736//100 737//100 735//100 734//100 +f 734//101 735//101 731//101 730//101 +f 737//102 733//102 731//102 735//102 +f 738//98 739//98 741//98 740//98 +f 740//99 741//99 745//99 744//99 +f 744//100 745//100 743//100 742//100 +f 742//101 743//101 739//101 738//101 +f 745//102 741//102 739//102 743//102 +f 746//98 747//98 749//98 748//98 +f 748//99 749//99 753//99 752//99 +f 752//100 753//100 751//100 750//100 +f 750//101 751//101 747//101 746//101 +f 753//5 749//5 747//5 751//5 +f 754//98 755//98 757//98 756//98 +f 756//99 757//99 761//99 760//99 +f 760//103 761//103 759//103 758//103 +f 758//101 759//101 755//101 754//101 +f 761//5 757//5 755//5 759//5 +f 762//98 763//98 765//98 764//98 +f 764//99 765//99 769//99 768//99 +f 768//103 769//103 767//103 766//103 +f 766//101 767//101 763//101 762//101 +f 769//5 765//5 763//5 767//5 +f 770//98 771//98 773//98 772//98 +f 772//99 773//99 777//99 776//99 +f 776//103 777//103 775//103 774//103 +f 774//101 775//101 771//101 770//101 +f 777//5 773//5 771//5 775//5 +f 778//98 779//98 781//98 780//98 +f 780//99 781//99 785//99 784//99 +f 784//100 785//100 783//100 782//100 +f 782//101 783//101 779//101 778//101 +f 785//5 781//5 779//5 783//5 +f 786//98 787//98 789//98 788//98 +f 788//99 789//99 793//99 792//99 +f 792//100 793//100 791//100 790//100 +f 790//101 791//101 787//101 786//101 +f 793//102 789//102 787//102 791//102 +f 794//98 795//98 797//98 796//98 +f 796//99 797//99 801//99 800//99 +f 800//100 801//100 799//100 798//100 +f 798//101 799//101 795//101 794//101 +f 801//5 797//5 795//5 799//5 +f 802//104 803//104 805//104 804//104 +f 804//105 805//105 809//105 808//105 +f 808//106 809//106 807//106 806//106 +f 806//107 807//107 803//107 802//107 +f 809//3 805//3 803//3 807//3 +f 810//108 811//108 813//108 812//108 +f 812//109 813//109 817//109 816//109 +f 816//110 817//110 815//110 814//110 +f 814//111 815//111 811//111 810//111 +f 817//112 813//112 811//112 815//112 +f 818//108 819//108 821//108 820//108 +f 820//109 821//109 825//109 824//109 +f 824//110 825//110 823//110 822//110 +f 822//113 823//113 819//113 818//113 +f 825//112 821//112 819//112 823//112 +f 18//114 6//114 19//114 9//114 20//114 11//114 21//114 7//114 diff --git a/mods/default/models/2.mtl b/mods/default/models/2.mtl new file mode 100644 index 0000000..70d3ba1 --- /dev/null +++ b/mods/default/models/2.mtl @@ -0,0 +1,10 @@ +# Blender MTL File: 'None' +# Material Count: 1 + +newmtl None +Ns 0 +Ka 0.000000 0.000000 0.000000 +Kd 0.8 0.8 0.8 +Ks 0.8 0.8 0.8 +d 1 +illum 2 diff --git a/mods/default/models/2.obj b/mods/default/models/2.obj new file mode 100644 index 0000000..a268d4f --- /dev/null +++ b/mods/default/models/2.obj @@ -0,0 +1,921 @@ +# Blender v2.79 (sub 0) OBJ File: '' +# www.blender.org +mtllib 2.mtl +o Cube_Cube.002 +v 0.950000 0.000000 0.288848 +v -0.950000 0.000000 0.288849 +v 0.149999 0.000000 -4.961152 +v 0.000000 -1.125000 0.288848 +v 0.000000 1.125000 0.288848 +v -0.000001 0.000000 -5.711152 +v 0.149999 -1.000000 -5.211152 +v -0.150001 -1.000000 -5.211152 +v -0.150001 0.000000 -4.961152 +v -0.000001 -1.500000 -5.461152 +v -0.000001 1.500000 -5.461152 +v -0.000001 -1.000000 -6.211152 +v -0.000001 -1.000000 -4.211152 +v -0.150001 1.000000 -5.211152 +v 0.149999 1.000000 -5.211152 +v -0.000001 1.000000 -6.211152 +v -0.000001 1.000000 -4.211152 +v 1.625365 0.000000 4.788848 +v 0.000001 -1.625364 4.788848 +v 0.000001 1.625364 4.788848 +v -1.625364 0.000000 4.788849 +v 0.000000 0.000000 3.099635 +v -1.376092 0.000000 4.788848 +v 0.000001 1.376093 4.788848 +v 0.000001 -1.376093 4.788848 +v 1.376094 0.000000 4.788848 +v 0.000001 -1.251457 4.288848 +v -1.251457 0.000000 4.288848 +v 1.251458 0.000000 4.288848 +v 0.000001 1.251457 4.288848 +v 0.000000 -0.876020 3.444242 +v -0.725845 0.000000 3.444242 +v 0.725846 0.000000 3.444242 +v 0.000000 0.876020 3.444242 +v 0.110001 0.850000 4.388848 +v 0.000001 0.850000 4.498848 +v -0.109999 0.850000 4.388848 +v 0.000001 0.850000 4.278849 +v 0.000001 0.400000 4.388848 +v -0.109999 -0.850000 4.388849 +v 0.000001 -0.850000 4.498849 +v 0.110001 -0.850000 4.388849 +v 0.000001 -0.850000 4.278849 +v 0.000001 -0.400000 4.388848 +v 0.850001 -0.110000 4.388848 +v 0.850001 0.000000 4.498848 +v 0.850000 0.110000 4.388848 +v 0.850000 0.000000 4.278849 +v 0.400001 0.000000 4.388848 +v -0.849999 0.110000 4.388849 +v -0.849999 -0.000000 4.498849 +v -0.849999 -0.110000 4.388849 +v -0.849999 -0.000000 4.278849 +v -0.399999 -0.000000 4.388848 +v 0.746705 0.575585 4.448848 +v 0.661145 0.661145 4.569848 +v 0.575586 0.746705 4.448848 +v 0.661145 0.661145 4.327848 +v 0.311128 0.311127 4.448848 +v -0.746704 -0.575585 4.448849 +v -0.661144 -0.661145 4.569849 +v -0.575584 -0.746705 4.448849 +v -0.661144 -0.661145 4.327848 +v -0.311126 -0.311127 4.448848 +v 0.575586 -0.746705 4.448848 +v 0.661146 -0.661145 4.569848 +v 0.746705 -0.575585 4.448848 +v 0.661146 -0.661145 4.327848 +v 0.311128 -0.311127 4.448848 +v -0.575585 0.746705 4.448849 +v -0.661144 0.661145 4.569849 +v -0.746704 0.575585 4.448849 +v -0.661144 0.661145 4.327848 +v -0.311126 0.311127 4.448848 +v 0.712500 -0.843750 0.288848 +v 0.350000 0.000000 -3.273652 +v 0.712500 0.843750 0.288848 +v 1.518842 0.000000 3.663848 +v 0.000001 -1.562591 3.663848 +v 0.000001 1.562591 3.663848 +v -1.518841 0.000000 3.663849 +v -0.712500 -0.843750 0.288849 +v -0.712500 0.843750 0.288849 +v -0.350001 0.000000 -3.273652 +v -0.000000 -0.781250 -3.086152 +v -0.000000 0.781250 -3.086152 +v 0.112499 0.000000 -5.523652 +v -0.112501 0.000000 -5.523652 +v -0.000001 -0.500000 -5.836152 +v -0.000001 0.500000 -5.836152 +v 0.149999 -0.500000 -5.023652 +v 0.149999 0.500000 -5.023652 +v -0.150001 -0.500000 -5.023652 +v -0.150001 0.500000 -5.023652 +v -0.000001 -1.375000 -4.523652 +v -0.000001 1.375000 -4.523652 +v -0.000001 -1.375000 -6.273652 +v -0.000001 1.375000 -6.273652 +v 0.112499 -1.375000 -5.398652 +v 0.112499 1.375000 -5.398652 +v -0.112501 -1.375000 -5.398652 +v -0.112501 1.375000 -5.398652 +v -0.112501 -1.000000 -5.961152 +v -0.112501 -1.000000 -4.461152 +v 0.112499 -1.000000 -4.461152 +v 0.112499 -1.000000 -5.961152 +v -0.112501 1.000000 -4.461152 +v -0.112501 1.000000 -5.961152 +v 0.112499 1.000000 -5.961152 +v 0.112499 1.000000 -4.461152 +v 1.282617 0.000000 4.663848 +v 0.000001 -1.282616 4.663848 +v 0.000001 1.282616 4.663848 +v -1.282616 0.000000 4.663848 +v 1.032071 1.032070 4.788848 +v 1.219024 -1.219023 4.788848 +v -1.219023 -1.219023 4.788849 +v -1.032069 1.032070 4.788848 +v 0.938594 0.938593 4.288848 +v 0.938594 -0.938593 4.288848 +v 1.219024 1.219023 4.788848 +v 1.032071 -1.032070 4.788848 +v -1.032069 -1.032070 4.788848 +v -1.219023 1.219023 4.788849 +v -1.500728 0.000000 4.788848 +v 0.000001 1.500729 4.788848 +v 0.000001 -1.500729 4.788848 +v 1.500729 0.000000 4.788848 +v -0.938593 0.938593 4.288848 +v 0.544384 0.657015 3.444242 +v 0.544384 -0.657015 3.444242 +v -0.938592 -0.938593 4.288848 +v 0.000001 -1.157598 3.827697 +v -1.120054 0.000000 3.827697 +v 1.120055 0.000000 3.827697 +v 0.000001 1.157598 3.827697 +v -0.544384 0.657015 3.444242 +v -0.544384 -0.657015 3.444242 +v 0.000000 -0.469297 3.185786 +v -0.281577 0.000000 3.185786 +v 0.281578 0.000000 3.185786 +v 0.000000 0.469297 3.185786 +v 0.037501 0.512500 4.388848 +v 0.082501 0.850000 4.306349 +v 0.200001 1.300000 4.388848 +v 0.082501 0.850000 4.471348 +v 0.000001 0.512500 4.426349 +v 0.000001 1.300000 4.588849 +v -0.082499 0.850000 4.471349 +v -0.037499 0.512500 4.388848 +v -0.199999 1.300000 4.388848 +v -0.082499 0.850000 4.306349 +v 0.000001 0.512500 4.351348 +v 0.000001 1.300000 4.188848 +v -0.037499 -0.512500 4.388848 +v -0.082499 -0.850000 4.306349 +v -0.199999 -1.300000 4.388849 +v -0.082499 -0.850000 4.471349 +v 0.000001 -0.512500 4.426349 +v 0.000001 -1.300000 4.588849 +v 0.082501 -0.850000 4.471349 +v 0.037501 -0.512500 4.388848 +v 0.200001 -1.300000 4.388849 +v 0.082501 -0.850000 4.306349 +v 0.000001 -0.512500 4.351348 +v 0.000001 -1.300000 4.188849 +v 0.512501 -0.037500 4.388848 +v 0.850001 -0.082500 4.306349 +v 1.300001 -0.200000 4.388848 +v 0.850001 -0.082500 4.471348 +v 0.512501 0.000000 4.426349 +v 1.300001 0.000000 4.588849 +v 0.850001 0.082500 4.471349 +v 0.512501 0.037500 4.388848 +v 1.300000 0.200000 4.388848 +v 0.850000 0.082500 4.306349 +v 0.512501 0.000000 4.351348 +v 1.300000 0.000000 4.188848 +v -0.512499 0.037500 4.388848 +v -0.849999 0.082500 4.306349 +v -1.299999 0.200000 4.388849 +v -0.849999 0.082500 4.471349 +v -0.512499 -0.000000 4.426349 +v -1.299999 -0.000000 4.588849 +v -0.849999 -0.082500 4.471349 +v -0.512499 -0.037500 4.388848 +v -1.299999 -0.200000 4.388849 +v -0.849999 -0.082500 4.306349 +v -0.512499 -0.000000 4.351348 +v -1.299999 -0.000000 4.188849 +v 0.427800 0.369463 4.448848 +v 0.725315 0.596975 4.358099 +v 1.166727 0.855599 4.448849 +v 0.725315 0.596975 4.539598 +v 0.398632 0.398632 4.490098 +v 1.011163 1.011163 4.668849 +v 0.596976 0.725315 4.539598 +v 0.369464 0.427800 4.448848 +v 0.855600 1.166726 4.448849 +v 0.596976 0.725315 4.358099 +v 0.398632 0.398632 4.407598 +v 1.011163 1.011163 4.228848 +v -0.427799 -0.369463 4.448848 +v -0.725314 -0.596975 4.358099 +v -1.166725 -0.855599 4.448849 +v -0.725314 -0.596975 4.539598 +v -0.398631 -0.398631 4.490098 +v -1.011162 -1.011163 4.668849 +v -0.596974 -0.725315 4.539598 +v -0.369463 -0.427800 4.448848 +v -0.855598 -1.166726 4.448849 +v -0.596974 -0.725315 4.358099 +v -0.398631 -0.398631 4.407598 +v -1.011162 -1.011163 4.228849 +v 0.369464 -0.427799 4.448848 +v 0.596976 -0.725315 4.358099 +v 0.855600 -1.166726 4.448849 +v 0.596976 -0.725315 4.539598 +v 0.398632 -0.398631 4.490098 +v 1.011163 -1.011162 4.668849 +v 0.725315 -0.596975 4.539598 +v 0.427800 -0.369463 4.448848 +v 1.166727 -0.855599 4.448849 +v 0.725315 -0.596975 4.358099 +v 0.398632 -0.398631 4.407598 +v 1.011163 -1.011162 4.228848 +v -0.369463 0.427800 4.448848 +v -0.596974 0.725315 4.358099 +v -0.855599 1.166726 4.448849 +v -0.596974 0.725315 4.539598 +v -0.398631 0.398631 4.490098 +v -1.011162 1.011163 4.668849 +v -0.725314 0.596975 4.539598 +v -0.427799 0.369463 4.448848 +v -1.166726 0.855599 4.448849 +v -0.725314 0.596975 4.358099 +v -0.398631 0.398631 4.407598 +v -1.011163 1.011163 4.228849 +v 0.221999 -0.575000 -3.621152 +v 0.221999 0.575000 -3.621152 +v 0.961963 -0.961962 4.663848 +v 0.961963 0.961962 4.663848 +v -0.222001 -0.575000 -3.621152 +v -0.222001 0.575000 -3.621152 +v -0.961962 -0.961962 4.663848 +v -0.961962 0.961962 4.663848 +v 0.112499 -0.500000 -5.633027 +v 0.112499 0.500000 -5.633027 +v -0.112501 0.500000 -5.633027 +v -0.112501 -0.500000 -5.633027 +v 0.083333 -1.277778 -4.738930 +v -0.083334 -1.277778 -4.738930 +v -0.083334 1.277778 -4.738930 +v 0.083333 1.277778 -4.738930 +v 0.083332 -1.277778 -5.961152 +v -0.083334 -1.277778 -5.961152 +v -0.083334 1.277778 -5.961152 +v 0.083332 1.277778 -5.961152 +v 1.139131 1.171943 3.663848 +v 1.139131 -1.171943 3.663848 +v -1.139130 -1.171943 3.663849 +v -1.139130 1.171943 3.663849 +v 1.125547 1.125547 4.788848 +v 1.125547 -1.125547 4.788848 +v -1.125546 -1.125547 4.788849 +v -1.125546 1.125547 4.788849 +v -0.840040 0.868199 3.827697 +v 0.840041 0.868199 3.827697 +v 0.840041 -0.868199 3.827697 +v -0.840040 -0.868199 3.827697 +v -0.286444 0.403247 3.252794 +v -0.286444 -0.403247 3.252794 +v 0.286445 0.403247 3.252794 +v 0.286445 -0.403247 3.252794 +v 0.041112 0.600000 4.347737 +v 0.150001 1.300000 4.238849 +v 0.041112 0.600000 4.429960 +v 0.150001 1.300000 4.538849 +v -0.041110 0.600000 4.347737 +v -0.149999 1.300000 4.238849 +v -0.041110 0.600000 4.429960 +v -0.149999 1.300000 4.538849 +v -0.041110 -0.600000 4.347738 +v -0.149999 -1.300000 4.238849 +v -0.041110 -0.600000 4.429960 +v -0.149999 -1.300000 4.538849 +v 0.041112 -0.600000 4.347738 +v 0.150001 -1.300000 4.238849 +v 0.041112 -0.600000 4.429960 +v 0.150001 -1.300000 4.538849 +v 0.600001 -0.041111 4.347737 +v 1.300000 -0.150000 4.238849 +v 0.600001 -0.041111 4.429960 +v 1.300001 -0.150000 4.538849 +v 0.600001 0.041111 4.347737 +v 1.300000 0.150000 4.238849 +v 0.600001 0.041111 4.429960 +v 1.300000 0.150000 4.538849 +v -0.599999 0.041111 4.347738 +v -1.299999 0.150000 4.238849 +v -0.599999 0.041111 4.429960 +v -1.299999 0.150000 4.538849 +v -0.599999 -0.041111 4.347738 +v -1.299999 -0.150000 4.238849 +v -0.599999 -0.041111 4.429960 +v -1.299999 -0.150000 4.538849 +v 0.498668 0.434714 4.403626 +v 1.127836 0.894490 4.283849 +v 0.498668 0.434714 4.494071 +v 1.127836 0.894490 4.613849 +v 0.434714 0.498668 4.403626 +v 0.894491 1.127836 4.283849 +v 0.434714 0.498668 4.494071 +v 0.894491 1.127836 4.613849 +v -0.498667 -0.434714 4.403626 +v -1.127834 -0.894490 4.283849 +v -0.498667 -0.434714 4.494071 +v -1.127834 -0.894490 4.613849 +v -0.434713 -0.498667 4.403626 +v -0.894489 -1.127836 4.283849 +v -0.434713 -0.498667 4.494071 +v -0.894489 -1.127835 4.613849 +v 0.434714 -0.498667 4.403626 +v 0.894491 -1.127835 4.283849 +v 0.434714 -0.498667 4.494071 +v 0.894491 -1.127835 4.613849 +v 0.498668 -0.434713 4.403626 +v 1.127836 -0.894490 4.283849 +v 0.498668 -0.434713 4.494071 +v 1.127836 -0.894490 4.613849 +v -0.434713 0.498667 4.403626 +v -0.894490 1.127835 4.283849 +v -0.434713 0.498667 4.494071 +v -0.894490 1.127835 4.613849 +v -0.498667 0.434713 4.403626 +v -1.127835 0.894490 4.283849 +v -0.498667 0.434713 4.494071 +v -1.127835 0.894490 4.613849 +vn 0.9658 -0.2124 -0.1486 +vn 0.9658 0.2124 -0.1486 +vn 0.9449 0.2893 -0.1534 +vn 0.9449 -0.2893 -0.1534 +vn -0.9449 -0.2893 -0.1534 +vn -0.9449 0.2893 -0.1534 +vn -0.9658 0.2124 -0.1486 +vn -0.9658 -0.2124 -0.1486 +vn 0.9924 0.0841 -0.0894 +vn 0.9924 -0.0841 -0.0894 +vn 0.9979 0.0110 -0.0639 +vn 0.9979 -0.0110 -0.0639 +vn 0.3383 -0.9324 -0.1272 +vn -0.3383 -0.9324 -0.1272 +vn -0.4126 -0.9050 -0.1039 +vn 0.4126 -0.9050 -0.1039 +vn -0.3383 0.9324 -0.1272 +vn 0.3383 0.9324 -0.1272 +vn 0.4126 0.9050 -0.1039 +vn -0.4126 0.9050 -0.1039 +vn -0.8607 0.1162 -0.4957 +vn -0.8607 -0.1162 -0.4957 +vn 0.8607 -0.1162 -0.4957 +vn 0.8607 0.1162 -0.4957 +vn 0.9981 0.0284 -0.0551 +vn 0.9952 -0.0964 -0.0193 +vn 0.9884 -0.1412 0.0565 +vn 0.9947 -0.0853 -0.0568 +vn -0.9952 -0.0964 -0.0193 +vn -0.9981 0.0284 -0.0551 +vn -0.9947 -0.0853 -0.0568 +vn -0.9884 -0.1412 0.0565 +vn -0.9924 -0.0841 -0.0894 +vn -0.9924 0.0841 -0.0894 +vn -0.9979 -0.0110 -0.0639 +vn -0.9979 0.0110 -0.0639 +vn 0.7796 -0.6181 0.1002 +vn -0.7796 -0.6181 0.1002 +vn -0.8282 -0.5502 -0.1065 +vn 0.8282 -0.5502 -0.1065 +vn -0.7796 0.6181 0.1002 +vn 0.7796 0.6181 0.1002 +vn 0.8282 0.5502 -0.1065 +vn -0.8282 0.5502 -0.1065 +vn -0.8548 0.2985 -0.4245 +vn 0.8548 0.2985 -0.4245 +vn 0.9449 -0.0109 -0.3271 +vn -0.9449 -0.0109 -0.3271 +vn 0.7645 -0.6240 0.1618 +vn -0.7645 -0.6240 0.1618 +vn -0.8952 -0.3202 0.3099 +vn 0.8952 -0.3202 0.3099 +vn -0.9981 -0.0284 -0.0551 +vn -0.9952 0.0964 -0.0193 +vn -0.9884 0.1412 0.0565 +vn -0.9947 0.0853 -0.0568 +vn 0.9952 0.0964 -0.0193 +vn 0.9981 -0.0284 -0.0551 +vn 0.9947 0.0853 -0.0568 +vn 0.9884 0.1412 0.0565 +vn 0.8548 -0.2985 -0.4245 +vn -0.8548 -0.2985 -0.4245 +vn -0.9449 0.0109 -0.3271 +vn 0.9449 0.0109 -0.3271 +vn -0.7645 0.6240 0.1618 +vn 0.7645 0.6240 0.1618 +vn 0.8952 0.3202 0.3099 +vn -0.8952 0.3202 0.3099 +vn 0.0000 0.0000 1.0000 +vn 0.9465 -0.3112 -0.0849 +vn 0.9465 0.3112 -0.0849 +vn -0.3196 -0.9458 -0.0575 +vn 0.3196 -0.9458 -0.0575 +vn 0.3196 0.9458 -0.0575 +vn -0.3196 0.9458 -0.0575 +vn -0.9465 0.3112 -0.0849 +vn -0.9465 -0.3112 -0.0849 +vn -0.2746 0.1648 0.9473 +vn -0.2746 -0.1648 0.9473 +vn 0.2746 -0.1648 0.9473 +vn 0.2746 0.1648 0.9473 +vn 0.7737 0.2579 0.5786 +vn 0.7737 -0.2579 0.5786 +vn 0.2579 -0.7737 0.5786 +vn -0.2579 -0.7737 0.5786 +vn -0.2579 0.7737 0.5786 +vn 0.2579 0.7737 0.5786 +vn -0.7737 -0.2579 0.5786 +vn -0.7737 0.2579 0.5786 +vn 0.3152 0.9457 0.0786 +vn -0.3152 0.9457 0.0786 +vn -0.3143 0.9282 0.1989 +vn 0.3143 0.9282 0.1989 +vn 0.9457 -0.3153 0.0786 +vn 0.9457 0.3153 0.0786 +vn 0.9194 0.3017 0.2523 +vn 0.9194 -0.3017 0.2523 +vn -0.9457 0.3153 0.0786 +vn -0.9457 -0.3153 0.0786 +vn -0.9194 -0.3017 0.2523 +vn -0.9194 0.3017 0.2523 +vn -0.3152 -0.9457 0.0786 +vn 0.3152 -0.9457 0.0786 +vn 0.3143 -0.9282 0.1989 +vn -0.3143 -0.9282 0.1989 +vn 0.2776 0.7560 0.5928 +vn -0.2776 0.7560 0.5928 +vn -0.2339 0.4833 0.8436 +vn 0.2339 0.4833 0.8436 +vn 0.6971 -0.2109 0.6852 +vn 0.6971 0.2109 0.6852 +vn 0.4988 0.1372 0.8558 +vn 0.4988 -0.1372 0.8558 +vn -0.6971 0.2109 0.6852 +vn -0.6971 -0.2109 0.6852 +vn -0.4988 -0.1372 0.8558 +vn -0.4988 0.1372 0.8558 +vn -0.2776 -0.7560 0.5928 +vn 0.2776 -0.7560 0.5928 +vn 0.2339 -0.4833 0.8436 +vn -0.2339 -0.4833 0.8436 +vn 0.9250 -0.2020 -0.3218 +vn 0.9321 -0.1864 -0.3107 +vn 0.9321 -0.1864 0.3107 +vn 0.9250 -0.2020 0.3217 +vn 0.3218 -0.2020 0.9250 +vn 0.3107 -0.1864 0.9321 +vn -0.3107 -0.1864 0.9321 +vn -0.3218 -0.2020 0.9250 +vn -0.9250 -0.2020 0.3217 +vn -0.9321 -0.1864 0.3107 +vn -0.9321 -0.1864 -0.3107 +vn -0.9250 -0.2020 -0.3218 +vn -0.3217 -0.2020 -0.9250 +vn -0.3107 -0.1864 -0.9321 +vn 0.3107 -0.1864 -0.9321 +vn 0.3217 -0.2020 -0.9250 +vn 0.6790 -0.2791 0.6790 +vn -0.6790 -0.2791 0.6790 +vn -0.6790 -0.2791 -0.6790 +vn 0.6790 -0.2791 -0.6790 +vn -0.9250 0.2020 -0.3218 +vn -0.9321 0.1864 -0.3107 +vn -0.9321 0.1864 0.3107 +vn -0.9250 0.2020 0.3217 +vn -0.3218 0.2020 0.9250 +vn -0.3107 0.1864 0.9321 +vn 0.3107 0.1864 0.9321 +vn 0.3217 0.2020 0.9250 +vn 0.9250 0.2020 0.3217 +vn 0.9321 0.1864 0.3107 +vn 0.9321 0.1864 -0.3107 +vn 0.9250 0.2020 -0.3218 +vn 0.3218 0.2020 -0.9250 +vn 0.3107 0.1864 -0.9321 +vn -0.3107 0.1864 -0.9321 +vn -0.3218 0.2020 -0.9250 +vn -0.6790 0.2791 0.6790 +vn 0.6790 0.2791 0.6790 +vn 0.6790 0.2791 -0.6790 +vn -0.6790 0.2791 -0.6790 +vn -0.2020 -0.9250 -0.3218 +vn -0.1864 -0.9321 -0.3107 +vn -0.1864 -0.9321 0.3107 +vn -0.2020 -0.9250 0.3217 +vn -0.2020 -0.3217 0.9250 +vn -0.1864 -0.3107 0.9321 +vn -0.1864 0.3107 0.9321 +vn -0.2020 0.3217 0.9250 +vn -0.2020 0.9250 0.3217 +vn -0.1864 0.9321 0.3107 +vn -0.1864 0.9321 -0.3107 +vn -0.2020 0.9250 -0.3218 +vn -0.2020 0.3217 -0.9250 +vn -0.1864 0.3107 -0.9321 +vn -0.1864 -0.3107 -0.9321 +vn -0.2020 -0.3217 -0.9250 +vn -0.2791 -0.6790 0.6790 +vn -0.2791 0.6790 0.6790 +vn -0.2791 0.6790 -0.6790 +vn -0.2791 -0.6790 -0.6790 +vn 0.2020 0.9250 -0.3218 +vn 0.1864 0.9321 -0.3107 +vn 0.1864 0.9321 0.3107 +vn 0.2020 0.9250 0.3217 +vn 0.2020 0.3218 0.9250 +vn 0.1864 0.3107 0.9321 +vn 0.1864 -0.3107 0.9321 +vn 0.2020 -0.3217 0.9250 +vn 0.2020 -0.9250 0.3217 +vn 0.1864 -0.9321 0.3107 +vn 0.1864 -0.9321 -0.3107 +vn 0.2020 -0.9250 -0.3218 +vn 0.2020 -0.3218 -0.9250 +vn 0.1864 -0.3107 -0.9321 +vn 0.1864 0.3107 -0.9321 +vn 0.2020 0.3218 -0.9250 +vn 0.2791 0.6790 0.6790 +vn 0.2791 -0.6790 0.6790 +vn 0.2791 -0.6790 -0.6790 +vn 0.2791 0.6790 -0.6790 +vn 0.5113 -0.7969 -0.3218 +vn 0.5273 -0.7909 -0.3107 +vn 0.5273 -0.7909 0.3107 +vn 0.5113 -0.7969 0.3217 +vn 0.0847 -0.3703 0.9250 +vn 0.0879 -0.3515 0.9321 +vn -0.3515 0.0879 0.9321 +vn -0.3703 0.0847 0.9250 +vn -0.7969 0.5113 0.3218 +vn -0.7909 0.5272 0.3107 +vn -0.7909 0.5272 -0.3107 +vn -0.7969 0.5113 -0.3217 +vn -0.3703 0.0847 -0.9250 +vn -0.3515 0.0879 -0.9321 +vn 0.0879 -0.3515 -0.9321 +vn 0.0847 -0.3703 -0.9250 +vn 0.2827 -0.6775 0.6790 +vn -0.6775 0.2827 0.6790 +vn -0.6775 0.2827 -0.6790 +vn 0.2827 -0.6775 -0.6790 +vn -0.5113 0.7969 -0.3217 +vn -0.5273 0.7909 -0.3107 +vn -0.5272 0.7909 0.3107 +vn -0.5113 0.7969 0.3217 +vn -0.0847 0.3703 0.9250 +vn -0.0879 0.3515 0.9321 +vn 0.3515 -0.0879 0.9321 +vn 0.3703 -0.0847 0.9250 +vn 0.7969 -0.5113 0.3218 +vn 0.7909 -0.5272 0.3107 +vn 0.7909 -0.5272 -0.3107 +vn 0.7969 -0.5113 -0.3217 +vn 0.3703 -0.0847 -0.9250 +vn 0.3515 -0.0879 -0.9321 +vn -0.0879 0.3515 -0.9321 +vn -0.0847 0.3703 -0.9250 +vn -0.2827 0.6775 0.6790 +vn 0.6775 -0.2827 0.6790 +vn 0.6775 -0.2827 -0.6790 +vn -0.2827 0.6775 -0.6790 +vn -0.7969 -0.5113 -0.3217 +vn -0.7909 -0.5272 -0.3107 +vn -0.7909 -0.5273 0.3107 +vn -0.7969 -0.5113 0.3217 +vn -0.3703 -0.0847 0.9250 +vn -0.3515 -0.0879 0.9321 +vn 0.0879 0.3515 0.9321 +vn 0.0847 0.3703 0.9250 +vn 0.5113 0.7969 0.3217 +vn 0.5272 0.7909 0.3107 +vn 0.5273 0.7909 -0.3107 +vn 0.5113 0.7969 -0.3218 +vn 0.0847 0.3703 -0.9250 +vn 0.0879 0.3515 -0.9321 +vn -0.3515 -0.0879 -0.9321 +vn -0.3703 -0.0847 -0.9250 +vn -0.6775 -0.2827 0.6790 +vn 0.2827 0.6775 0.6790 +vn 0.2827 0.6775 -0.6790 +vn -0.6775 -0.2827 -0.6790 +vn 0.7969 0.5113 -0.3217 +vn 0.7909 0.5273 -0.3107 +vn 0.7909 0.5272 0.3107 +vn 0.7969 0.5113 0.3218 +vn 0.3703 0.0847 0.9250 +vn 0.3515 0.0879 0.9321 +vn -0.0879 -0.3515 0.9321 +vn -0.0847 -0.3703 0.9250 +vn -0.5113 -0.7969 0.3218 +vn -0.5272 -0.7909 0.3107 +vn -0.5273 -0.7909 -0.3107 +vn -0.5113 -0.7969 -0.3217 +vn -0.0847 -0.3703 -0.9250 +vn -0.0879 -0.3515 -0.9321 +vn 0.3515 0.0879 -0.9321 +vn 0.3703 0.0847 -0.9250 +vn 0.6775 0.2827 0.6790 +vn -0.2827 -0.6775 0.6790 +vn -0.2827 -0.6775 -0.6790 +vn 0.6775 0.2827 -0.6790 +usemtl None +s off +f 1//1 75//1 239//1 76//1 +f 1//2 76//2 240//2 77//2 +f 1//3 77//3 259//3 78//3 +f 1//4 78//4 260//4 75//4 +f 2//5 82//5 261//5 81//5 +f 2//6 81//6 262//6 83//6 +f 2//7 83//7 244//7 84//7 +f 2//8 84//8 243//8 82//8 +f 3//9 92//9 240//9 76//9 +f 3//10 76//10 239//10 91//10 +f 3//11 91//11 247//11 87//11 +f 3//12 87//12 248//12 92//12 +f 4//13 75//13 260//13 79//13 +f 4//14 79//14 261//14 82//14 +f 4//15 82//15 243//15 85//15 +f 4//16 85//16 239//16 75//16 +f 5//17 83//17 262//17 80//17 +f 5//18 80//18 259//18 77//18 +f 5//19 77//19 240//19 86//19 +f 5//20 86//20 244//20 83//20 +f 6//21 89//21 250//21 88//21 +f 6//22 88//22 249//22 90//22 +f 6//23 90//23 248//23 87//23 +f 6//24 87//24 247//24 89//24 +f 7//25 106//25 247//25 91//25 +f 7//26 91//26 239//26 105//26 +f 7//27 105//27 251//27 99//27 +f 7//28 99//28 255//28 106//28 +f 8//29 104//29 243//29 93//29 +f 8//30 93//30 250//30 103//30 +f 8//31 103//31 256//31 101//31 +f 8//32 101//32 252//32 104//32 +f 9//33 93//33 243//33 84//33 +f 9//34 84//34 244//34 94//34 +f 9//35 94//35 249//35 88//35 +f 9//36 88//36 250//36 93//36 +f 10//37 99//37 251//37 95//37 +f 10//38 95//38 252//38 101//38 +f 10//39 101//39 256//39 97//39 +f 10//40 97//40 255//40 99//40 +f 11//41 102//41 253//41 96//41 +f 11//42 96//42 254//42 100//42 +f 11//43 100//43 258//43 98//43 +f 11//44 98//44 257//44 102//44 +f 12//45 103//45 250//45 89//45 +f 12//46 89//46 247//46 106//46 +f 12//47 106//47 255//47 97//47 +f 12//48 97//48 256//48 103//48 +f 13//49 105//49 239//49 85//49 +f 13//50 85//50 243//50 104//50 +f 13//51 104//51 252//51 95//51 +f 13//52 95//52 251//52 105//52 +f 14//53 108//53 249//53 94//53 +f 14//54 94//54 244//54 107//54 +f 14//55 107//55 253//55 102//55 +f 14//56 102//56 257//56 108//56 +f 15//57 110//57 240//57 92//57 +f 15//58 92//58 248//58 109//58 +f 15//59 109//59 258//59 100//59 +f 15//60 100//60 254//60 110//60 +f 16//61 109//61 248//61 90//61 +f 16//62 90//62 249//62 108//62 +f 16//63 108//63 257//63 98//63 +f 16//64 98//64 258//64 109//64 +f 17//65 107//65 244//65 86//65 +f 17//66 86//66 240//66 110//66 +f 17//67 110//67 254//67 96//67 +f 17//68 96//68 253//68 107//68 +f 18//69 121//69 263//69 128//69 +f 18//69 128//69 264//69 116//69 +f 18//70 116//70 260//70 78//70 +f 18//71 78//71 259//71 121//71 +f 19//69 116//69 264//69 127//69 +f 19//69 127//69 265//69 117//69 +f 19//72 117//72 261//72 79//72 +f 19//73 79//73 260//73 116//73 +f 20//69 124//69 266//69 126//69 +f 20//69 126//69 263//69 121//69 +f 20//74 121//74 259//74 80//74 +f 20//75 80//75 262//75 124//75 +f 21//69 117//69 265//69 125//69 +f 21//69 125//69 266//69 124//69 +f 21//76 124//76 262//76 81//76 +f 21//77 81//77 261//77 117//77 +f 22//78 139//78 274//78 141//78 +f 22//79 141//79 273//79 142//79 +f 22//80 142//80 271//80 140//80 +f 22//81 140//81 272//81 139//81 +f 23//82 123//82 245//82 114//82 +f 23//83 114//83 246//83 118//83 +f 23//69 118//69 266//69 125//69 +f 23//69 125//69 265//69 123//69 +f 24//84 118//84 246//84 113//84 +f 24//85 113//85 242//85 115//85 +f 24//69 115//69 263//69 126//69 +f 24//69 126//69 266//69 118//69 +f 25//86 122//86 241//86 112//86 +f 25//87 112//87 245//87 123//87 +f 25//69 123//69 265//69 127//69 +f 25//69 127//69 264//69 122//69 +f 26//88 115//88 242//88 111//88 +f 26//89 111//89 241//89 122//89 +f 26//69 122//69 264//69 128//69 +f 26//69 128//69 263//69 115//69 +f 27//90 132//90 245//90 112//90 +f 27//91 112//91 241//91 120//91 +f 27//92 120//92 269//92 133//92 +f 27//93 133//93 270//93 132//93 +f 28//94 129//94 246//94 114//94 +f 28//95 114//95 245//95 132//95 +f 28//96 132//96 270//96 134//96 +f 28//97 134//97 267//97 129//97 +f 29//98 120//98 241//98 111//98 +f 29//99 111//99 242//99 119//99 +f 29//100 119//100 268//100 135//100 +f 29//101 135//101 269//101 120//101 +f 30//102 119//102 242//102 113//102 +f 30//103 113//103 246//103 129//103 +f 30//104 129//104 267//104 136//104 +f 30//105 136//105 268//105 119//105 +f 31//106 138//106 270//106 133//106 +f 31//107 133//107 269//107 131//107 +f 31//108 131//108 274//108 139//108 +f 31//109 139//109 272//109 138//109 +f 32//110 137//110 267//110 134//110 +f 32//111 134//111 270//111 138//111 +f 32//112 138//112 272//112 140//112 +f 32//113 140//113 271//113 137//113 +f 33//114 131//114 269//114 135//114 +f 33//115 135//115 268//115 130//115 +f 33//116 130//116 273//116 141//116 +f 33//117 141//117 274//117 131//117 +f 34//118 130//118 268//118 136//118 +f 34//119 136//119 267//119 137//119 +f 34//120 137//120 271//120 142//120 +f 34//121 142//121 273//121 130//121 +f 35//122 143//122 275//122 144//122 +f 35//123 144//123 276//123 145//123 +f 35//124 145//124 278//124 146//124 +f 35//125 146//125 277//125 143//125 +f 36//126 147//126 277//126 146//126 +f 36//127 146//127 278//127 148//127 +f 36//128 148//128 282//128 149//128 +f 36//129 149//129 281//129 147//129 +f 37//130 150//130 281//130 149//130 +f 37//131 149//131 282//131 151//131 +f 37//132 151//132 280//132 152//132 +f 37//133 152//133 279//133 150//133 +f 38//134 153//134 279//134 152//134 +f 38//135 152//135 280//135 154//135 +f 38//136 154//136 276//136 144//136 +f 38//137 144//137 275//137 153//137 +f 39//138 143//138 277//138 147//138 +f 39//139 147//139 281//139 150//139 +f 39//140 150//140 279//140 153//140 +f 39//141 153//141 275//141 143//141 +f 40//142 155//142 283//142 156//142 +f 40//143 156//143 284//143 157//143 +f 40//144 157//144 286//144 158//144 +f 40//145 158//145 285//145 155//145 +f 41//146 159//146 285//146 158//146 +f 41//147 158//147 286//147 160//147 +f 41//148 160//148 290//148 161//148 +f 41//149 161//149 289//149 159//149 +f 42//150 162//150 289//150 161//150 +f 42//151 161//151 290//151 163//151 +f 42//152 163//152 288//152 164//152 +f 42//153 164//153 287//153 162//153 +f 43//154 165//154 287//154 164//154 +f 43//155 164//155 288//155 166//155 +f 43//156 166//156 284//156 156//156 +f 43//157 156//157 283//157 165//157 +f 44//158 155//158 285//158 159//158 +f 44//159 159//159 289//159 162//159 +f 44//160 162//160 287//160 165//160 +f 44//161 165//161 283//161 155//161 +f 45//162 167//162 291//162 168//162 +f 45//163 168//163 292//163 169//163 +f 45//164 169//164 294//164 170//164 +f 45//165 170//165 293//165 167//165 +f 46//166 171//166 293//166 170//166 +f 46//167 170//167 294//167 172//167 +f 46//168 172//168 298//168 173//168 +f 46//169 173//169 297//169 171//169 +f 47//170 174//170 297//170 173//170 +f 47//171 173//171 298//171 175//171 +f 47//172 175//172 296//172 176//172 +f 47//173 176//173 295//173 174//173 +f 48//174 177//174 295//174 176//174 +f 48//175 176//175 296//175 178//175 +f 48//176 178//176 292//176 168//176 +f 48//177 168//177 291//177 177//177 +f 49//178 167//178 293//178 171//178 +f 49//179 171//179 297//179 174//179 +f 49//180 174//180 295//180 177//180 +f 49//181 177//181 291//181 167//181 +f 50//182 179//182 299//182 180//182 +f 50//183 180//183 300//183 181//183 +f 50//184 181//184 302//184 182//184 +f 50//185 182//185 301//185 179//185 +f 51//186 183//186 301//186 182//186 +f 51//187 182//187 302//187 184//187 +f 51//188 184//188 306//188 185//188 +f 51//189 185//189 305//189 183//189 +f 52//190 186//190 305//190 185//190 +f 52//191 185//191 306//191 187//191 +f 52//192 187//192 304//192 188//192 +f 52//193 188//193 303//193 186//193 +f 53//194 189//194 303//194 188//194 +f 53//195 188//195 304//195 190//195 +f 53//196 190//196 300//196 180//196 +f 53//197 180//197 299//197 189//197 +f 54//198 179//198 301//198 183//198 +f 54//199 183//199 305//199 186//199 +f 54//200 186//200 303//200 189//200 +f 54//201 189//201 299//201 179//201 +f 55//202 191//202 307//202 192//202 +f 55//203 192//203 308//203 193//203 +f 55//204 193//204 310//204 194//204 +f 55//205 194//205 309//205 191//205 +f 56//206 195//206 309//206 194//206 +f 56//207 194//207 310//207 196//207 +f 56//208 196//208 314//208 197//208 +f 56//209 197//209 313//209 195//209 +f 57//210 198//210 313//210 197//210 +f 57//211 197//211 314//211 199//211 +f 57//212 199//212 312//212 200//212 +f 57//213 200//213 311//213 198//213 +f 58//214 201//214 311//214 200//214 +f 58//215 200//215 312//215 202//215 +f 58//216 202//216 308//216 192//216 +f 58//217 192//217 307//217 201//217 +f 59//218 191//218 309//218 195//218 +f 59//219 195//219 313//219 198//219 +f 59//220 198//220 311//220 201//220 +f 59//221 201//221 307//221 191//221 +f 60//222 203//222 315//222 204//222 +f 60//223 204//223 316//223 205//223 +f 60//224 205//224 318//224 206//224 +f 60//225 206//225 317//225 203//225 +f 61//226 207//226 317//226 206//226 +f 61//227 206//227 318//227 208//227 +f 61//228 208//228 322//228 209//228 +f 61//229 209//229 321//229 207//229 +f 62//230 210//230 321//230 209//230 +f 62//231 209//231 322//231 211//231 +f 62//232 211//232 320//232 212//232 +f 62//233 212//233 319//233 210//233 +f 63//234 213//234 319//234 212//234 +f 63//235 212//235 320//235 214//235 +f 63//236 214//236 316//236 204//236 +f 63//237 204//237 315//237 213//237 +f 64//238 203//238 317//238 207//238 +f 64//239 207//239 321//239 210//239 +f 64//240 210//240 319//240 213//240 +f 64//241 213//241 315//241 203//241 +f 65//242 215//242 323//242 216//242 +f 65//243 216//243 324//243 217//243 +f 65//244 217//244 326//244 218//244 +f 65//245 218//245 325//245 215//245 +f 66//246 219//246 325//246 218//246 +f 66//247 218//247 326//247 220//247 +f 66//248 220//248 330//248 221//248 +f 66//249 221//249 329//249 219//249 +f 67//250 222//250 329//250 221//250 +f 67//251 221//251 330//251 223//251 +f 67//252 223//252 328//252 224//252 +f 67//253 224//253 327//253 222//253 +f 68//254 225//254 327//254 224//254 +f 68//255 224//255 328//255 226//255 +f 68//256 226//256 324//256 216//256 +f 68//257 216//257 323//257 225//257 +f 69//258 215//258 325//258 219//258 +f 69//259 219//259 329//259 222//259 +f 69//260 222//260 327//260 225//260 +f 69//261 225//261 323//261 215//261 +f 70//262 227//262 331//262 228//262 +f 70//263 228//263 332//263 229//263 +f 70//264 229//264 334//264 230//264 +f 70//265 230//265 333//265 227//265 +f 71//266 231//266 333//266 230//266 +f 71//267 230//267 334//267 232//267 +f 71//268 232//268 338//268 233//268 +f 71//269 233//269 337//269 231//269 +f 72//270 234//270 337//270 233//270 +f 72//271 233//271 338//271 235//271 +f 72//272 235//272 336//272 236//272 +f 72//273 236//273 335//273 234//273 +f 73//274 237//274 335//274 236//274 +f 73//275 236//275 336//275 238//275 +f 73//276 238//276 332//276 228//276 +f 73//277 228//277 331//277 237//277 +f 74//278 227//278 333//278 231//278 +f 74//279 231//279 337//279 234//279 +f 74//280 234//280 335//280 237//280 +f 74//281 237//281 331//281 227//281 diff --git a/mods/default/models/3.mtl b/mods/default/models/3.mtl new file mode 100644 index 0000000..70d3ba1 --- /dev/null +++ b/mods/default/models/3.mtl @@ -0,0 +1,10 @@ +# Blender MTL File: 'None' +# Material Count: 1 + +newmtl None +Ns 0 +Ka 0.000000 0.000000 0.000000 +Kd 0.8 0.8 0.8 +Ks 0.8 0.8 0.8 +d 1 +illum 2 diff --git a/mods/default/models/3.obj b/mods/default/models/3.obj new file mode 100644 index 0000000..ffb47dd --- /dev/null +++ b/mods/default/models/3.obj @@ -0,0 +1,1609 @@ +# Blender v2.79 (sub 0) OBJ File: '' +# www.blender.org +mtllib 3.mtl +o Landscape +v -0.000000 -9.822803 0.000000 +v 0.378292 -9.748306 -1.901800 +v 0.729343 -9.581427 -1.760789 +v 1.062381 -9.613454 -1.589965 +v 1.349801 -9.596723 -1.349801 +v 1.587522 -9.598680 -1.060748 +v 1.744576 -9.493202 -0.722627 +v 1.867036 -9.570112 -0.371377 +v 1.907791 -9.591111 -0.000000 +v 1.856297 -9.515065 0.369240 +v 1.755199 -9.551011 0.727027 +v 1.590077 -9.614127 1.062455 +v 1.351657 -9.609919 1.351657 +v 1.050756 -9.508261 1.572567 +v 0.723592 -9.505884 1.746906 +v 0.372448 -9.597727 1.872424 +v 0.000000 -9.640416 1.917598 +v -0.383794 -9.890106 1.929464 +v -0.743074 -9.761818 1.793940 +v -1.079124 -9.764966 1.615024 +v -1.368490 -9.729599 1.368490 +v -1.610232 -9.735991 1.075922 +v -1.774278 -9.654827 0.734930 +v -1.895861 -9.717865 0.377110 +v -1.999396 -10.051642 0.000000 +v -1.893648 -9.706519 -0.376670 +v -1.773194 -9.648932 -0.734481 +v -1.599390 -9.670437 -1.068678 +v -1.343397 -9.551189 -1.343397 +v -1.078298 -9.757485 -1.613786 +v -0.749222 -9.842587 -1.808783 +v -0.378214 -9.746314 -1.901412 +v -0.000000 -9.788247 -1.947003 +v 0.739982 -9.157172 -3.720143 +v 1.446596 -9.126059 -3.492392 +v 2.135125 -9.278121 -3.195440 +v 2.612885 -8.920947 -2.612885 +v 3.145027 -9.131742 -2.101440 +v 3.616130 -9.449404 -1.497850 +v 3.821810 -9.407427 -0.760205 +v 3.775271 -9.114310 -0.000000 +v 3.684852 -9.070303 0.732963 +v 3.525435 -9.212404 1.460283 +v 3.140922 -9.119824 2.098697 +v 2.639326 -9.011222 2.639326 +v 2.088733 -9.076529 3.126011 +v 1.471528 -9.283349 3.552584 +v 0.734604 -9.090621 3.693106 +v 0.000000 -8.939517 3.702869 +v -0.735542 -9.102223 3.697820 +v -1.438622 -9.075751 3.473140 +v -2.134444 -9.275160 3.194421 +v -2.718276 -9.280775 2.718276 +v -3.252208 -9.442947 2.173056 +v -3.518645 -9.194663 1.457471 +v -3.663563 -9.017900 0.728728 +v -3.742663 -9.035587 0.000000 +v -3.683521 -9.067027 -0.732698 +v -3.489293 -9.117963 -1.445313 +v -3.148799 -9.142694 -2.103960 +v -2.640405 -9.014908 -2.640405 +v -2.070257 -8.996239 -3.098358 +v -1.411078 -8.901988 -3.406643 +v -0.737558 -9.127175 -3.707957 +v -0.000000 -9.078588 -3.760475 +v 0.000000 -8.449879 -5.646028 +v 1.060931 -8.138773 -5.333662 +v 2.036725 -7.965263 -4.917089 +v 3.035891 -8.178142 -4.543532 +v 3.890111 -8.233498 -3.890111 +v 4.535532 -8.163741 -3.030545 +v 5.109558 -8.277047 -2.116448 +v 5.531199 -8.440200 -1.100224 +v 5.396515 -8.076455 -0.000000 +v 5.327143 -8.128826 1.059635 +v 5.158377 -8.356129 2.136670 +v 4.698245 -8.456618 3.139267 +v 3.864463 -8.179214 3.864463 +v 3.001957 -8.086729 4.492746 +v 2.153560 -8.422184 5.199154 +v 1.071551 -8.220240 5.387050 +v 0.000000 -8.021378 5.359713 +v -1.046398 -8.027280 5.260596 +v -2.092003 -8.181447 5.050543 +v -3.119211 -8.402591 4.668229 +v -3.787354 -8.016010 3.787354 +v -4.540638 -8.172933 3.033957 +v -5.005941 -8.109196 2.073529 +v -5.390578 -8.225623 1.072253 +v -5.448078 -8.153625 0.000000 +v -5.457510 -8.327757 -1.085566 +v -5.049290 -8.179418 -2.091484 +v -4.543586 -8.178239 -3.035927 +v -3.861139 -8.172179 -3.861139 +v -3.082667 -8.304147 -4.613536 +v -2.101743 -8.219536 -5.074056 +v -1.084411 -8.318893 -5.451702 +v 1.381523 -7.081451 -6.945383 +v 2.706390 -7.072137 -6.533803 +v 3.928637 -7.071359 -5.879620 +v 4.959386 -7.013632 -4.959386 +v 5.841884 -7.025974 -3.903422 +v 6.503634 -7.039483 -2.693894 +v 6.764456 -6.896979 -1.345534 +v 6.940776 -6.940776 -0.000000 +v 6.884707 -7.019587 1.369453 +v 6.453854 -6.985601 2.673274 +v 5.816795 -6.995800 3.886658 +v 5.019668 -7.098882 5.019668 +v 3.771966 -6.789359 5.645145 +v 2.700810 -7.057556 6.520331 +v 1.358486 -6.963368 6.829569 +v 0.000000 -7.062880 7.062880 +v -1.367052 -7.007279 6.872637 +v -2.632378 -6.878735 6.355123 +v -3.849549 -6.929006 5.761258 +v -4.862468 -6.876568 4.862468 +v -5.659682 -6.806842 3.781679 +v -6.645127 -7.192634 2.752502 +v -6.901760 -7.036974 1.372845 +v -6.916928 -6.916928 0.000000 +v -6.762853 -6.895345 -1.345215 +v -6.264534 -6.780683 -2.594855 +v -5.975378 -7.186525 -3.992620 +v -4.815521 -6.810175 -4.815521 +v -3.857435 -6.943200 -5.773060 +v -2.675837 -6.992299 -6.460042 +v -1.330802 -6.821467 -6.690394 +v -0.000000 -6.791121 -6.791121 +v 1.597175 -5.470279 -8.029542 +v 3.095593 -5.405013 -7.473422 +v 4.494317 -5.405269 -6.726221 +v 5.763309 -5.446023 -5.763309 +v 7.073715 -5.684519 -4.726505 +v 7.778715 -5.625811 -3.222049 +v 8.401320 -5.723559 -1.671126 +v 8.206730 -5.483562 -0.000000 +v 7.831228 -5.335173 1.557728 +v 7.639062 -5.524809 3.164203 +v 6.749429 -5.423920 4.509824 +v 5.722344 -5.407314 5.722344 +v 4.489102 -5.398997 6.718416 +v 3.116878 -5.442178 7.524810 +v 1.702416 -5.830726 8.558625 +v 0.000000 -5.747913 8.602360 +v -1.631076 -5.586387 8.199971 +v -3.124215 -5.454989 7.542522 +v -4.702876 -5.656100 7.038351 +v -5.854273 -5.531979 5.854273 +v -6.980437 -5.609560 4.664179 +v -7.554749 -5.463832 3.129280 +v -7.874053 -5.364348 1.566246 +v -8.139265 -5.438483 0.000000 +v -7.911552 -5.389895 -1.573706 +v -8.002730 -5.787826 -3.314839 +v -6.892751 -5.539095 -4.605589 +v -5.923963 -5.597833 -5.923963 +v -4.541276 -5.461747 -6.796500 +v -3.172524 -5.539338 -7.659151 +v -1.590218 -5.446450 -7.994566 +v -0.000000 -5.417042 -8.107177 +v 1.782377 -3.784323 -8.960615 +v 3.457591 -3.742469 -8.347363 +v 5.005524 -3.731942 -7.491297 +v 6.419230 -3.760298 -6.419230 +v 7.655119 -3.813554 -5.114987 +v 8.512777 -3.816632 -3.526108 +v 8.899991 -3.758720 -1.770318 +v 8.989055 -3.723388 -0.000000 +v 8.995244 -3.798948 1.789265 +v 8.558351 -3.837064 3.544985 +v 7.586010 -3.779126 5.068810 +v 6.318538 -3.701314 6.318538 +v 5.136695 -3.829738 7.687607 +v 3.438423 -3.721722 8.301086 +v 1.790646 -3.801879 9.002185 +v 0.000000 -3.753296 9.061259 +v -1.747642 -3.710573 8.785989 +v -3.468522 -3.754301 8.373753 +v -5.094393 -3.798200 7.624299 +v -6.401687 -3.750021 6.401687 +v -7.649036 -3.810524 5.110923 +v -8.498878 -3.810400 3.520350 +v -9.083917 -3.836397 1.806903 +v -8.969879 -3.715446 0.000000 +v -8.786429 -3.710759 -1.747730 +v -8.287713 -3.715726 -3.432883 +v -7.442707 -3.707736 -4.973058 +v -6.538943 -3.830424 -6.538943 +v -4.990949 -3.721076 -7.469483 +v -3.583367 -3.878608 -8.651012 +v -1.798981 -3.819577 -9.044090 +v -0.000000 -3.871908 -9.347613 +v 1.887797 -1.924781 -9.490597 +v 3.822462 -1.986851 -9.228239 +v 5.509181 -1.972468 -8.245072 +v 6.813072 -1.916548 -6.813072 +v 8.091571 -1.935745 -5.406615 +v 8.943652 -1.925579 -3.704582 +v 9.408282 -1.908087 -1.871424 +v 9.796885 -1.948722 -0.000000 +v 9.335227 -1.893271 1.856892 +v 8.907701 -1.917839 3.689690 +v 8.024572 -1.919717 5.361848 +v 6.864000 -1.930875 6.864000 +v 5.477572 -1.961150 8.197765 +v 3.641865 -1.892980 8.792239 +v 1.900453 -1.937685 9.554224 +v 0.000000 -1.904680 9.575475 +v -1.905257 -1.942583 9.578371 +v -3.674021 -1.909694 8.869872 +v -5.403503 -1.934631 8.086914 +v -6.751364 -1.899189 6.751364 +v -8.124867 -1.943711 5.428863 +v -8.690903 -1.871162 3.599890 +v -9.513290 -1.929384 1.892311 +v -9.395555 -1.868892 0.000000 +v -9.498642 -1.926413 -1.889397 +v -9.185417 -1.977631 -3.804724 +v -7.929815 -1.897049 -5.298533 +v -6.942249 -1.952886 -6.942249 +v -5.353120 -1.916593 -8.011510 +v -3.706728 -1.926695 -8.948834 +v -1.918959 -1.956554 -9.647260 +v -0.000000 -1.869994 -9.401093 +v 1.927850 0.000000 -9.691954 +v 3.855729 0.000000 -9.308553 +v 5.482323 0.000000 -8.204876 +v 6.953460 0.000000 -6.953460 +v 8.328036 0.000000 -5.564616 +v 9.162464 0.000000 -3.795217 +v 10.025219 0.000000 -1.994140 +v 10.157043 0.000000 -0.000000 +v 9.869049 0.000000 1.963076 +v 9.473343 0.000000 3.923987 +v 8.167880 0.000000 5.457603 +v 6.974758 0.000000 6.974758 +v 5.421940 0.000000 8.114507 +v 3.725464 0.000000 8.994065 +v 1.962926 0.000000 9.868297 +v 0.000000 0.000000 9.614716 +v -1.926259 0.000000 9.683960 +v -3.798471 0.000000 9.170321 +v -5.551188 0.000000 8.307940 +v -6.970883 0.000000 6.970883 +v -8.152783 0.000000 5.447515 +v -9.274618 0.000000 3.841673 +v -9.775476 0.000000 1.944463 +v -9.722837 0.000000 0.000000 +v -9.838331 0.000000 -1.956966 +v -8.945543 0.000000 -3.705365 +v -8.439897 0.000000 -5.639359 +v -7.102706 0.000000 -7.102706 +v -5.520640 0.000000 -8.262221 +v -3.739996 0.000000 -9.029148 +v -1.877919 0.000000 -9.440935 +v -0.000000 0.000000 -9.842726 +v 1.958230 1.996594 -9.844685 +v 3.851017 2.001693 -9.297176 +v 5.494779 1.967311 -8.223517 +v 6.836643 1.923179 -6.836643 +v 8.192408 1.959869 -5.473992 +v 8.829884 1.901084 -3.657458 +v 9.476754 1.921974 -1.885044 +v 9.623221 1.914178 -0.000000 +v 9.433692 1.913240 1.876478 +v 8.978251 1.933028 3.718914 +v 7.925350 1.895981 5.295550 +v 6.846893 1.926062 6.846893 +v 5.441671 1.948297 8.144037 +v 3.731612 1.939629 9.008909 +v 1.858221 1.894625 9.341906 +v 0.000000 1.908054 9.592433 +v -1.884143 1.921055 9.472224 +v -3.667175 1.906135 8.853342 +v -5.435080 1.945937 8.134171 +v -7.059511 1.985873 7.059511 +v -7.962132 1.904780 5.320126 +v -8.786471 1.891738 3.639475 +v -9.697302 1.966703 1.928913 +v -9.636701 1.916859 0.000000 +v -9.532348 1.933249 -1.896102 +v -8.958660 1.928810 -3.710798 +v -7.974513 1.907742 -5.328399 +v -7.035256 1.979050 -7.035256 +v -5.308751 1.900707 -7.945108 +v -3.658306 1.901525 -8.831932 +v -1.917563 1.955131 -9.640242 +v -0.000000 1.943413 -9.770197 +v 1.767930 3.753650 -8.887986 +v 3.540688 3.832412 -8.547976 +v 5.039532 3.757297 -7.542193 +v 6.392793 3.744812 -6.392793 +v 7.518365 3.745427 -5.023611 +v 8.671395 3.887747 -3.591810 +v 9.188848 3.880713 -1.827776 +v 9.187716 3.805677 -0.000000 +v 8.990430 3.796915 1.788308 +v 8.436702 3.782524 3.494596 +v 7.578233 3.775251 5.063613 +v 6.380725 3.737742 6.380725 +v 5.029766 3.750016 7.527577 +v 3.482649 3.769592 8.407859 +v 1.755167 3.726552 8.823822 +v 0.000000 3.731912 9.009633 +v -1.762963 3.743103 8.863012 +v -3.421383 3.703279 8.259951 +v -5.063468 3.775143 7.578015 +v -6.610455 3.872315 6.610455 +v -7.453326 3.713027 4.980153 +v -8.563314 3.839289 3.547041 +v -8.855250 3.739824 1.761419 +v -9.435092 3.908143 0.000000 +v -8.751889 3.696172 -1.740859 +v -8.411204 3.771092 -3.484035 +v -7.564025 3.768173 -5.054120 +v -6.625401 3.881070 -6.625401 +v -5.080615 3.787927 -7.603678 +v -3.571817 3.866107 -8.623130 +v -1.778216 3.775488 -8.939695 +v -0.000000 3.786056 -9.140347 +v 1.639118 5.613930 -8.240401 +v 3.114787 5.438526 -7.519760 +v 4.517451 5.433092 -6.760843 +v 5.992241 5.662353 -5.992241 +v 6.890199 5.537044 -4.603883 +v 7.519048 5.438011 -3.114492 +v 7.940278 5.409465 -1.579419 +v 8.110072 5.418977 -0.000000 +v 8.016395 5.461321 1.594560 +v 7.609420 5.503371 3.151925 +v 6.852770 5.506966 4.578875 +v 5.712397 5.397914 5.712397 +v 4.554674 5.477859 6.816551 +v 3.187212 5.564984 7.694611 +v 1.615117 5.531729 8.119741 +v 0.000000 5.347638 8.003305 +v -1.641468 5.621981 8.252219 +v -3.175818 5.545090 7.667104 +v -4.607184 5.541013 6.895138 +v -5.843914 5.522191 5.843914 +v -6.728353 5.406982 4.495741 +v -7.522984 5.440858 3.116122 +v -8.060872 5.491622 1.603407 +v -8.153637 5.448086 0.000000 +v -7.972935 5.431714 -1.585915 +v -7.748723 5.604119 -3.209626 +v -6.940706 5.577632 -4.637631 +v -5.851988 5.529820 -5.851988 +v -4.435785 5.334873 -6.638621 +v -3.121143 5.449625 -7.535107 +v -1.595754 5.465411 -8.022398 +v -0.000000 5.538350 -8.288727 +v 1.340460 6.870974 -6.738949 +v 2.611344 6.823770 -6.304341 +v 3.884360 6.991663 -5.813355 +v 4.992032 7.059799 -4.992032 +v 5.798301 6.973557 -3.874301 +v 6.545512 7.084811 -2.711240 +v 6.876469 7.011187 -1.367815 +v 6.874645 6.874645 -0.000000 +v 6.794521 6.927633 1.351514 +v 6.503723 7.039579 2.693930 +v 5.781908 6.953842 3.863348 +v 4.964765 7.021238 4.964765 +v 3.896258 7.013079 5.831162 +v 2.704484 7.067158 6.529203 +v 1.418535 7.271169 7.131455 +v 0.000000 6.891384 6.891384 +v -1.390618 7.128071 6.991107 +v -2.730060 7.133991 6.590948 +v -3.852361 6.934066 5.765465 +v -4.786582 6.769250 4.786582 +v -5.874618 7.065343 3.925294 +v -6.403884 6.931514 2.652576 +v -6.885013 7.019898 1.369514 +v -7.028260 7.028260 0.000000 +v -7.076035 7.214664 -1.407511 +v -6.645747 7.193305 -2.752759 +v -5.747990 6.913049 -3.840684 +v -5.037552 7.124174 -5.037552 +v -3.974500 7.153912 -5.948260 +v -2.635775 6.887611 -6.363323 +v -1.362003 6.981395 -6.847250 +v -0.000000 6.912158 -6.912158 +v 0.000000 8.088549 -5.404595 +v 1.092811 8.383337 -5.493934 +v 2.177365 8.515282 -5.256624 +v 3.108622 8.374066 -4.652382 +v 3.812170 8.068536 -3.812170 +v 4.488580 8.079231 -2.999174 +v 5.062330 8.200541 -2.096885 +v 5.335344 8.141340 -1.061266 +v 5.454863 8.163779 -0.000000 +v 5.558569 8.481965 1.105668 +v 5.014235 8.122633 2.076964 +v 4.457268 8.022870 2.978251 +v 3.861407 8.172746 3.861407 +v 3.003769 8.091612 4.495459 +v 2.136428 8.355186 5.157794 +v 1.046540 8.028374 5.261312 +v 0.000000 8.120695 5.426075 +v -1.077797 8.268157 5.418452 +v -2.076178 8.119555 5.012336 +v -3.040098 8.189475 4.549829 +v -3.780759 8.002051 3.780759 +v -4.613897 8.304795 3.082907 +v -4.960409 8.035438 2.054668 +v -5.324176 8.124299 1.059044 +v -5.463592 8.176843 0.000000 +v -5.583138 8.519454 -1.110555 +v -5.211555 8.442272 -2.158697 +v -4.604778 8.288381 -3.076814 +v -3.868524 8.187810 -3.868524 +v -3.023077 8.143624 -4.524355 +v -2.126255 8.315399 -5.133234 +v -1.092715 8.382600 -5.493452 +v 0.735374 9.100149 -3.696977 +v 1.432925 9.039812 -3.459386 +v 2.063443 8.966630 -3.088161 +v 2.629757 8.978553 -2.629757 +v 3.087737 8.965398 -2.063160 +v 3.398802 8.881498 -1.407830 +v 3.713109 9.139859 -0.738583 +v 3.931054 9.490403 -0.000000 +v 3.863729 9.510610 0.768543 +v 3.585639 9.369727 1.485220 +v 3.145060 9.131838 2.101462 +v 2.674930 9.132782 2.674930 +v 2.083387 9.053296 3.118010 +v 1.424074 8.983978 3.438020 +v 0.741082 9.170778 3.725670 +v 0.000000 9.412030 3.898591 +v -0.763174 9.444169 3.836737 +v -1.469355 9.269640 3.547338 +v -2.055815 8.933481 3.076745 +v -2.590464 8.844396 2.590464 +v -3.093992 8.983562 2.067340 +v -3.591563 9.385205 1.487674 +v -3.795422 9.342471 0.754956 +v -3.716630 8.972738 0.000000 +v -3.666860 9.026016 -0.729384 +v -3.491136 9.122779 -1.446076 +v -3.161715 9.180198 -2.112591 +v -2.670605 9.118017 -2.670605 +v -2.090332 9.083475 -3.128403 +v -1.463381 9.231950 -3.532914 +v -0.731174 9.048163 -3.675858 +v -0.000000 9.034456 -3.742194 +v 0.381004 9.818192 -1.915434 +v 0.749795 9.850113 -1.810166 +v 1.100499 9.958386 -1.647014 +v 1.352332 9.614714 -1.352332 +v 1.578776 9.545798 -1.054904 +v 1.756652 9.558914 -0.727629 +v 1.856108 9.514093 -0.369203 +v 1.907793 9.591121 -0.000000 +v 1.886989 9.672389 0.375346 +v 1.772093 9.642937 0.734025 +v 1.596836 9.654995 1.066971 +v 1.363754 9.695922 1.363754 +v 1.075696 9.733947 1.609894 +v 0.742935 9.759987 1.793603 +v 0.390352 10.059106 1.962434 +v 0.000000 10.179124 2.024754 +v -0.382323 9.852205 1.922070 +v -0.737625 9.690231 1.780784 +v -1.070907 9.690612 1.602726 +v -1.331982 9.470036 1.331982 +v -1.559711 9.430530 1.042166 +v -1.721121 9.365572 0.712912 +v -1.844174 9.452924 0.366829 +v -1.909809 9.601260 0.000000 +v -1.903952 9.759335 -0.378720 +v -1.810653 9.852764 -0.749997 +v -1.615563 9.768229 -1.079485 +v -1.390172 9.883752 -1.390172 +v -1.068422 9.668123 -1.599007 +v -0.727041 9.551193 -1.755233 +v -0.372281 9.593415 -1.871583 +v -0.000000 9.779784 -1.945320 +v -0.000000 9.817984 0.000000 +v 9.000000 -10.000000 6.000000 +v 9.000000 0.000000 6.000000 +v 9.000000 -10.000000 4.000000 +v 9.000000 0.000000 4.000000 +v 11.000000 -10.000000 6.000000 +v 11.000000 0.000000 6.000000 +v 11.000000 -10.000000 4.000000 +v 11.000000 0.000000 4.000000 +v 9.000000 -10.000000 -6.000000 +v 9.000000 0.000000 -6.000000 +v 9.000000 -10.000000 -8.000000 +v 9.000000 0.000000 -8.000000 +v 11.000000 -10.000000 -6.000000 +v 11.000000 0.000000 -6.000000 +v 11.000000 -10.000000 -8.000000 +v 11.000000 0.000000 -8.000000 +v -11.000000 -10.000000 6.000000 +v -11.000000 0.000000 6.000000 +v -11.000000 -10.000000 4.000000 +v -11.000000 0.000000 4.000000 +v -9.000000 -10.000000 6.000000 +v -9.000000 0.000000 6.000000 +v -9.000000 -10.000000 4.000000 +v -9.000000 0.000000 4.000000 +v -11.000000 -10.000000 -6.000000 +v -11.000000 0.000000 -6.000000 +v -11.000000 -10.000000 -8.000000 +v -11.000000 0.000000 -8.000000 +v -9.000000 -10.000000 -6.000000 +v -9.000000 0.000000 -6.000000 +v -9.000000 -10.000000 -8.000000 +v -9.000000 0.000000 -8.000000 +v 2.000000 5.169873 3.366025 +v 2.000000 13.830127 8.366026 +v 2.000000 6.169873 1.633975 +v 2.000000 14.830127 6.633975 +v 4.000000 5.169873 3.366025 +v 4.000000 13.830127 8.366026 +v 4.000000 6.169873 1.633975 +v 4.000000 14.830127 6.633975 +v -3.000000 5.169873 3.366025 +v -3.000000 13.830127 8.366026 +v -3.000000 6.169873 1.633975 +v -3.000000 14.830127 6.633975 +v -1.000000 5.169873 3.366025 +v -1.000000 13.830127 8.366026 +v -1.000000 6.169873 1.633975 +v -1.000000 14.830127 6.633975 +v 2.000000 8.951269 16.669336 +v 2.000000 14.687035 8.477817 +v 2.000000 7.312965 15.522183 +v 2.000000 13.048731 7.330664 +v 4.000000 8.951269 16.669336 +v 4.000000 14.687035 8.477817 +v 4.000000 7.312965 15.522183 +v 4.000000 13.048731 7.330664 +v -3.000000 8.951269 16.669336 +v -3.000000 14.687035 8.477817 +v -3.000000 7.312965 15.522183 +v -3.000000 13.048731 7.330664 +v -1.000000 8.951269 16.669336 +v -1.000000 14.687035 8.477817 +v -1.000000 7.312965 15.522183 +v -1.000000 13.048731 7.330664 +vn -1.0000 0.0000 0.0000 +vn 0.0000 0.0000 -1.0000 +vn 1.0000 0.0000 0.0000 +vn 0.0000 0.0000 1.0000 +vn 0.0000 -1.0000 0.0000 +vn 0.0000 1.0000 0.0000 +vn 0.0000 0.5000 -0.8660 +vn 0.0000 -0.5000 0.8660 +vn 0.0000 -0.8660 -0.5000 +vn 0.0000 0.8660 0.5000 +vn 0.0000 -0.8192 -0.5736 +vn 0.0000 0.8192 0.5736 +vn 0.0000 -0.5736 0.8192 +vn 0.0000 0.5736 -0.8192 +vn 0.0562 -0.9984 0.0060 +vn -0.0096 -0.9814 -0.1917 +vn 0.1877 -0.9720 -0.1414 +vn 0.1485 -0.9777 -0.1484 +vn 0.1200 -0.9863 -0.1133 +vn 0.1872 -0.9750 -0.1198 +vn 0.1143 -0.9845 -0.1330 +vn 0.0983 -0.9912 -0.0886 +vn 0.1086 -0.9938 -0.0235 +vn 0.1661 -0.9772 0.1323 +vn 0.1942 -0.9797 0.0486 +vn 0.1966 -0.9801 -0.0258 +vn 0.1506 -0.9832 0.1026 +vn 0.0696 -0.9742 0.2145 +vn 0.0937 -0.9797 0.1771 +vn 0.1381 -0.9830 0.1208 +vn 0.0632 -0.9815 0.1806 +vn 0.2372 -0.9413 0.2403 +vn 0.0786 -0.9763 0.2016 +vn -0.1360 -0.9765 0.1669 +vn -0.0638 -0.9879 0.1412 +vn -0.0874 -0.9899 0.1117 +vn -0.1378 -0.9904 -0.0084 +vn -0.2087 -0.9769 -0.0460 +vn -0.1791 -0.9357 0.3038 +vn -0.1920 -0.9814 0.0075 +vn -0.1696 -0.9315 -0.3218 +vn -0.1782 -0.9802 -0.0861 +vn -0.0871 -0.9783 -0.1878 +vn -0.1914 -0.9696 -0.1522 +vn -0.2944 -0.9531 -0.0701 +vn -0.1106 -0.9736 -0.1996 +vn -0.0432 -0.9765 -0.2111 +vn 0.0201 -0.9311 -0.3641 +vn 0.1876 -0.9095 -0.3708 +vn 0.1432 -0.8994 -0.4129 +vn 0.2241 -0.9278 -0.2983 +vn 0.3142 -0.9206 -0.2319 +vn 0.1971 -0.9144 -0.3535 +vn 0.2486 -0.9336 -0.2580 +vn 0.3351 -0.9398 0.0670 +vn 0.3753 -0.9071 0.1905 +vn 0.3840 -0.9233 -0.0042 +vn 0.3280 -0.9442 0.0309 +vn 0.2074 -0.9452 0.2522 +vn 0.1836 -0.9259 0.3300 +vn 0.3063 -0.9222 0.2359 +vn 0.1615 -0.9492 0.2700 +vn -0.1000 -0.9188 0.3818 +vn 0.0252 -0.8955 0.4443 +vn 0.0147 -0.8910 0.4538 +vn -0.0639 -0.8991 0.4330 +vn -0.1774 -0.9248 0.3364 +vn -0.2952 -0.9001 0.3205 +vn -0.3566 -0.9116 0.2045 +vn -0.4400 -0.8979 0.0154 +vn -0.4124 -0.9046 0.1076 +vn -0.4199 -0.9069 0.0346 +vn -0.3800 -0.9170 -0.1207 +vn -0.3535 -0.9229 -0.1523 +vn -0.2815 -0.9236 -0.2600 +vn -0.2622 -0.9221 -0.2844 +vn -0.2281 -0.9273 -0.2966 +vn -0.1994 -0.9145 -0.3521 +vn -0.1656 -0.9259 -0.3394 +vn 0.0047 -0.8076 -0.5897 +vn 0.1916 -0.8312 -0.5219 +vn 0.1864 -0.8368 -0.5147 +vn 0.2628 -0.8464 -0.4632 +vn 0.3996 -0.8444 -0.3566 +vn 0.4146 -0.8269 -0.3799 +vn 0.5195 -0.7944 -0.3149 +vn 0.6172 -0.7867 -0.0099 +vn 0.5881 -0.8015 0.1077 +vn 0.5647 -0.8252 0.0117 +vn 0.5517 -0.8241 0.1278 +vn 0.4212 -0.8369 0.3495 +vn 0.2792 -0.8318 0.4797 +vn 0.4043 -0.8055 0.4332 +vn 0.2722 -0.8253 0.4948 +vn -0.0478 -0.8253 0.5626 +vn -0.0463 -0.8500 0.5246 +vn -0.0705 -0.8416 0.5354 +vn -0.1152 -0.8049 0.5821 +vn -0.3440 -0.8050 0.4834 +vn -0.4976 -0.7637 0.4111 +vn -0.4779 -0.7839 0.3964 +vn -0.5126 -0.8333 0.2068 +vn -0.5243 -0.8500 0.0513 +vn -0.5604 -0.8281 0.0131 +vn -0.5654 -0.8166 -0.1158 +vn -0.5475 -0.8090 -0.2136 +vn -0.4448 -0.8398 -0.3112 +vn -0.3845 -0.8249 -0.4143 +vn -0.3236 -0.8399 -0.4357 +vn -0.2121 -0.8355 -0.5068 +vn -0.1696 -0.8075 -0.5649 +vn -0.0516 -0.6595 -0.7499 +vn 0.1239 -0.6999 -0.7033 +vn 0.2788 -0.7076 -0.6492 +vn 0.3812 -0.6944 -0.6103 +vn 0.4778 -0.7058 -0.5230 +vn 0.5317 -0.7443 -0.4040 +vn 0.6136 -0.7464 -0.2576 +vn 0.6738 -0.7363 -0.0619 +vn 0.6986 -0.7125 0.0649 +vn 0.7216 -0.6860 0.0928 +vn 0.7023 -0.6693 0.2424 +vn 0.6217 -0.6565 0.4270 +vn 0.4488 -0.6745 0.5861 +vn 0.4280 -0.6719 0.6044 +vn 0.3851 -0.7019 0.5992 +vn 0.1287 -0.7734 0.6207 +vn -0.0486 -0.8036 0.5932 +vn -0.1999 -0.7653 0.6117 +vn -0.2358 -0.7200 0.6527 +vn -0.3821 -0.7342 0.5611 +vn -0.5154 -0.7439 0.4253 +vn -0.5090 -0.7415 0.4371 +vn -0.6363 -0.7153 0.2887 +vn -0.7293 -0.6802 0.0733 +vn -0.7379 -0.6745 -0.0214 +vn -0.7022 -0.7022 -0.1174 +vn -0.6446 -0.7435 -0.1782 +vn -0.5272 -0.7594 -0.3813 +vn -0.4463 -0.7198 -0.5317 +vn -0.4281 -0.7070 -0.5629 +vn -0.2432 -0.6999 -0.6715 +vn -0.0977 -0.6713 -0.7346 +vn -0.0274 -0.6162 -0.7871 +vn 0.1613 -0.5594 -0.8130 +vn 0.3569 -0.5094 -0.7830 +vn 0.4703 -0.5103 -0.7200 +vn 0.5350 -0.5258 -0.6612 +vn 0.6563 -0.5526 -0.5137 +vn 0.7739 -0.5552 -0.3046 +vn 0.8274 -0.5534 -0.0953 +vn 0.8361 -0.5416 0.0868 +vn 0.8232 -0.5540 0.1236 +vn 0.7637 -0.5732 0.2970 +vn 0.6724 -0.5384 0.5079 +vn 0.5831 -0.5360 0.6104 +vn 0.4675 -0.5624 0.6820 +vn 0.4391 -0.5417 0.7167 +vn 0.2480 -0.5377 0.8058 +vn -0.0796 -0.5225 0.8489 +vn -0.2645 -0.5177 0.8137 +vn -0.2930 -0.5489 0.7828 +vn -0.4378 -0.5759 0.6904 +vn -0.5939 -0.5775 0.5601 +vn -0.6628 -0.5781 0.4759 +vn -0.7823 -0.5551 0.2824 +vn -0.8303 -0.5467 0.1081 +vn -0.8367 -0.5465 -0.0340 +vn -0.8376 -0.5397 -0.0840 +vn -0.8043 -0.5355 -0.2574 +vn -0.6941 -0.5235 -0.4941 +vn -0.5530 -0.5607 -0.6163 +vn -0.4675 -0.5701 -0.6756 +vn -0.3099 -0.5961 -0.7406 +vn -0.0960 -0.6233 -0.7761 +vn 0.0213 -0.3732 -0.9275 +vn 0.1850 -0.3988 -0.8982 +vn 0.3496 -0.4574 -0.8177 +vn 0.5065 -0.4529 -0.7336 +vn 0.6157 -0.3854 -0.6872 +vn 0.7578 -0.3328 -0.5612 +vn 0.8899 -0.3025 -0.3415 +vn 0.9389 -0.3131 -0.1429 +vn 0.9280 -0.3706 0.0378 +vn 0.9098 -0.3889 0.1447 +vn 0.8600 -0.3789 0.3417 +vn 0.7306 -0.3912 0.5596 +vn 0.6622 -0.4212 0.6196 +vn 0.5004 -0.4273 0.7530 +vn 0.3872 -0.3528 0.8518 +vn 0.2384 -0.2810 0.9296 +vn -0.0601 -0.2765 0.9591 +vn -0.2158 -0.3357 0.9169 +vn -0.3228 -0.3545 0.8775 +vn -0.5194 -0.3383 0.7847 +vn -0.6663 -0.3283 0.6695 +vn -0.7802 -0.3397 0.5253 +vn -0.8737 -0.3540 0.3336 +vn -0.9135 -0.3808 0.1426 +vn -0.9253 -0.3767 -0.0442 +vn -0.9227 -0.3719 -0.1015 +vn -0.8668 -0.3531 -0.3521 +vn -0.7909 -0.3303 -0.5151 +vn -0.6603 -0.3635 -0.6571 +vn -0.5179 -0.3654 -0.7734 +vn -0.3966 -0.3844 -0.8336 +vn -0.1419 -0.3887 -0.9103 +vn 0.0101 -0.1367 -0.9905 +vn 0.1200 -0.1942 -0.9736 +vn 0.3517 -0.2363 -0.9058 +vn 0.5900 -0.2254 -0.7753 +vn 0.6930 -0.2037 -0.6915 +vn 0.8030 -0.1983 -0.5620 +vn 0.9077 -0.2152 -0.3601 +vn 0.9423 -0.2660 -0.2032 +vn 0.9597 -0.2806 0.0136 +vn 0.9505 -0.2501 0.1845 +vn 0.8988 -0.2293 0.3736 +vn 0.7898 -0.2129 0.5752 +vn 0.7156 -0.1973 0.6700 +vn 0.5214 -0.1773 0.8347 +vn 0.3756 -0.1848 0.9082 +vn 0.1962 -0.2005 0.9598 +vn -0.0244 -0.1867 0.9821 +vn -0.1668 -0.2114 0.9630 +vn -0.3570 -0.2229 0.9071 +vn -0.5527 -0.2149 0.8051 +vn -0.6965 -0.1946 0.6907 +vn -0.8152 -0.1856 0.5487 +vn -0.9049 -0.1908 0.3805 +vn -0.9685 -0.1959 0.1534 +vn -0.9773 -0.2110 -0.0188 +vn -0.9647 -0.2346 -0.1196 +vn -0.8922 -0.2395 -0.3828 +vn -0.8195 -0.2501 -0.5155 +vn -0.6867 -0.2428 -0.6852 +vn -0.5212 -0.1988 -0.8299 +vn -0.4001 -0.1398 -0.9057 +vn -0.1600 -0.1102 -0.9809 +vn -0.0364 -0.0707 -0.9968 +vn 0.1090 -0.0746 -0.9912 +vn 0.3786 -0.0310 -0.9250 +vn 0.6195 -0.0035 -0.7850 +vn 0.7036 -0.0105 -0.7105 +vn 0.8278 -0.0096 -0.5608 +vn 0.9220 0.0034 -0.3871 +vn 0.9716 0.0104 -0.2362 +vn 0.9995 0.0107 0.0280 +vn 0.9824 -0.0063 0.1868 +vn 0.9132 -0.0082 0.4073 +vn 0.8038 0.0120 0.5947 +vn 0.7227 0.0151 0.6909 +vn 0.5347 -0.0055 0.8450 +vn 0.3954 -0.0121 0.9184 +vn 0.1737 0.0112 0.9847 +vn -0.0138 0.0190 0.9997 +vn -0.1544 0.0141 0.9879 +vn -0.3634 0.0056 0.9316 +vn -0.5435 -0.0345 0.8387 +vn -0.7304 -0.0471 0.6813 +vn -0.8406 -0.0098 0.5416 +vn -0.9091 -0.0127 0.4162 +vn -0.9856 -0.0470 0.1625 +vn -0.9989 -0.0458 -0.0035 +vn -0.9869 -0.0042 -0.1614 +vn -0.9225 0.0259 -0.3851 +vn -0.8605 0.0002 -0.5094 +vn -0.6904 -0.0151 -0.7232 +vn -0.4970 0.0099 -0.8677 +vn -0.3737 0.0222 -0.9273 +vn -0.1990 -0.0150 -0.9799 +vn -0.0411 0.1753 -0.9836 +vn 0.1303 0.2014 -0.9708 +vn 0.3922 0.2086 -0.8959 +vn 0.6108 0.2046 -0.7649 +vn 0.6886 0.2153 -0.6924 +vn 0.8045 0.2112 -0.5552 +vn 0.9042 0.1836 -0.3857 +vn 0.9578 0.2047 -0.2015 +vn 0.9717 0.2343 0.0300 +vn 0.9532 0.2470 0.1744 +vn 0.8828 0.2476 0.3992 +vn 0.7905 0.2164 0.5730 +vn 0.7115 0.2005 0.6735 +vn 0.5507 0.1871 0.8134 +vn 0.3564 0.1971 0.9133 +vn 0.1548 0.2184 0.9635 +vn 0.0087 0.2019 0.9794 +vn -0.1762 0.2131 0.9610 +vn -0.3438 0.2375 0.9085 +vn -0.4775 0.2079 0.8537 +vn -0.7298 0.1779 0.6601 +vn -0.8467 0.1885 0.4975 +vn -0.8791 0.2137 0.4261 +vn -0.9617 0.1888 0.1988 +vn -0.9854 0.1683 -0.0258 +vn -0.9577 0.1987 -0.2081 +vn -0.9034 0.2142 -0.3713 +vn -0.8519 0.2135 -0.4782 +vn -0.6810 0.2064 -0.7025 +vn -0.4860 0.1711 -0.8570 +vn -0.3919 0.1400 -0.9093 +vn -0.2119 0.1399 -0.9672 +vn -0.0248 0.3990 -0.9166 +vn 0.1519 0.4241 -0.8928 +vn 0.3678 0.4616 -0.8072 +vn 0.5303 0.4233 -0.7345 +vn 0.6537 0.3668 -0.6619 +vn 0.7637 0.3679 -0.5304 +vn 0.8451 0.3850 -0.3709 +vn 0.9072 0.3919 -0.1528 +vn 0.9207 0.3894 0.0272 +vn 0.9088 0.3803 0.1717 +vn 0.8556 0.3683 0.3637 +vn 0.7552 0.3669 0.5432 +vn 0.6543 0.3939 0.6455 +vn 0.5393 0.4014 0.7403 +vn 0.3359 0.3677 0.8671 +vn 0.1308 0.3559 0.9253 +vn 0.0266 0.3666 0.9300 +vn -0.1698 0.3493 0.9215 +vn -0.3498 0.3394 0.8731 +vn -0.4388 0.3816 0.8135 +vn -0.6796 0.4146 0.6052 +vn -0.7962 0.3859 0.4659 +vn -0.8361 0.3833 0.3923 +vn -0.8928 0.3966 0.2133 +vn -0.9139 0.4045 -0.0344 +vn -0.9011 0.3816 -0.2059 +vn -0.8773 0.3525 -0.3255 +vn -0.8057 0.3468 -0.4800 +vn -0.6304 0.3991 -0.6658 +vn -0.4734 0.3970 -0.7863 +vn -0.3808 0.3919 -0.8374 +vn -0.1762 0.3969 -0.9008 +vn -0.0247 0.5676 -0.8229 +vn 0.1848 0.5863 -0.7887 +vn 0.3428 0.5894 -0.7315 +vn 0.4045 0.5493 -0.7312 +vn 0.5840 0.5270 -0.6174 +vn 0.7177 0.5375 -0.4426 +vn 0.7549 0.5788 -0.3082 +vn 0.7938 0.5977 -0.1124 +vn 0.8045 0.5938 0.0113 +vn 0.8096 0.5738 0.1235 +vn 0.7728 0.5549 0.3080 +vn 0.6742 0.5441 0.4994 +vn 0.5952 0.5288 0.6050 +vn 0.5211 0.5222 0.6751 +vn 0.3655 0.5019 0.7838 +vn 0.0848 0.4893 0.8679 +vn 0.0139 0.4988 0.8666 +vn -0.0964 0.5019 0.8595 +vn -0.3669 0.4922 0.7893 +vn -0.4680 0.5639 0.6804 +vn -0.5921 0.5972 0.5410 +vn -0.6941 0.5620 0.4498 +vn -0.7588 0.5550 0.3408 +vn -0.8050 0.5630 0.1868 +vn -0.8360 0.5487 -0.0050 +vn -0.8614 0.4890 -0.1370 +vn -0.8099 0.4968 -0.3117 +vn -0.6957 0.5419 -0.4715 +vn -0.5599 0.5581 -0.6124 +vn -0.4206 0.5518 -0.7201 +vn -0.3257 0.5822 -0.7449 +vn -0.1704 0.5766 -0.7990 +vn 0.0045 0.7143 -0.6998 +vn 0.1312 0.7047 -0.6972 +vn 0.2889 0.6525 -0.7005 +vn 0.3661 0.6807 -0.6345 +vn 0.4842 0.7470 -0.4555 +vn 0.5676 0.7399 -0.3610 +vn 0.6553 0.7068 -0.2665 +vn 0.7197 0.6896 -0.0802 +vn 0.7377 0.6747 -0.0235 +vn 0.7302 0.6770 0.0920 +vn 0.6338 0.7121 0.3019 +vn 0.5636 0.7245 0.3966 +vn 0.5103 0.7104 0.4846 +vn 0.4429 0.7034 0.5559 +vn 0.3269 0.7192 0.6130 +vn 0.0326 0.7205 0.6926 +vn 0.0050 0.6991 0.7150 +vn -0.0428 0.7256 0.6867 +vn -0.3246 0.7334 0.5973 +vn -0.4631 0.7360 0.4936 +vn -0.4741 0.7197 0.5072 +vn -0.5700 0.7076 0.4174 +vn -0.6641 0.7024 0.2562 +vn -0.6727 0.7185 0.1766 +vn -0.7323 0.6759 0.0827 +vn -0.7535 0.6553 -0.0531 +vn -0.6421 0.6825 -0.3490 +vn -0.5560 0.7057 -0.4392 +vn -0.5022 0.7092 -0.4947 +vn -0.3568 0.6791 -0.6415 +vn -0.2901 0.6623 -0.6908 +vn -0.1374 0.6894 -0.7112 +vn 0.0105 0.8159 -0.5781 +vn 0.0110 0.8083 -0.5885 +vn 0.2217 0.8175 -0.5316 +vn 0.3749 0.8403 -0.3916 +vn 0.4245 0.8533 -0.3027 +vn 0.4066 0.8610 -0.3056 +vn 0.4467 0.8630 -0.2358 +vn 0.5458 0.8251 -0.1459 +vn 0.6369 0.7602 -0.1283 +vn 0.6202 0.7745 0.1245 +vn 0.4859 0.7842 0.3858 +vn 0.4685 0.8171 0.3359 +vn 0.3965 0.8399 0.3707 +vn 0.3297 0.8432 0.4246 +vn 0.2252 0.8672 0.4440 +vn 0.0668 0.8480 0.5257 +vn 0.0824 0.8018 0.5919 +vn -0.0946 0.8147 0.5721 +vn -0.3196 0.8288 0.4593 +vn -0.4194 0.8325 0.3621 +vn -0.3518 0.8296 0.4336 +vn -0.3864 0.8384 0.3843 +vn -0.5513 0.8054 0.2174 +vn -0.5652 0.8171 0.1136 +vn -0.5306 0.8419 0.0981 +vn -0.4906 0.8711 0.0193 +vn -0.4368 0.8556 -0.2776 +vn -0.4146 0.8285 -0.3763 +vn -0.3627 0.8484 -0.3855 +vn -0.3077 0.8459 -0.4356 +vn -0.2494 0.8227 -0.5107 +vn -0.0262 0.8243 -0.5655 +vn -0.0664 0.9145 -0.3990 +vn -0.0174 0.9250 -0.3795 +vn 0.1579 0.9349 -0.3179 +vn 0.3301 0.9162 -0.2270 +vn 0.3829 0.9036 -0.1917 +vn 0.3365 0.9214 -0.1943 +vn 0.3185 0.9246 -0.2089 +vn 0.3190 0.9008 -0.2944 +vn 0.3541 0.9081 -0.2235 +vn 0.3263 0.9395 0.1037 +vn 0.2679 0.8961 0.3537 +vn 0.3212 0.8987 0.2986 +vn 0.2911 0.9110 0.2921 +vn 0.2186 0.9114 0.3485 +vn 0.2463 0.9026 0.3530 +vn 0.2868 0.8540 0.4340 +vn 0.1003 0.8694 0.4838 +vn -0.2317 0.8875 0.3983 +vn -0.3713 0.8842 0.2834 +vn -0.4032 0.8932 0.1989 +vn -0.2830 0.9223 0.2630 +vn -0.1722 0.9241 0.3411 +vn -0.2849 0.9309 0.2286 +vn -0.3688 0.9295 -0.0029 +vn -0.3744 0.9272 0.0122 +vn -0.3522 0.9319 0.0869 +vn -0.3277 0.9377 -0.1148 +vn -0.3030 0.9192 -0.2514 +vn -0.2324 0.9077 -0.3494 +vn -0.2230 0.9147 -0.3369 +vn -0.1411 0.9424 -0.3033 +vn -0.0013 0.9338 -0.3578 +vn -0.1958 0.9602 -0.1990 +vn -0.0204 0.9771 -0.2116 +vn 0.0091 0.9707 -0.2400 +vn 0.2549 0.9636 -0.0802 +vn 0.3960 0.9171 0.0454 +vn 0.2406 0.9680 -0.0711 +vn 0.2075 0.9727 -0.1042 +vn 0.1440 0.9671 -0.2096 +vn 0.0948 0.9701 -0.2234 +vn 0.0763 0.9971 0.0013 +vn 0.0721 0.9863 0.1480 +vn 0.1380 0.9844 0.1086 +vn 0.1670 0.9809 0.0999 +vn 0.1286 0.9780 0.1640 +vn 0.3488 0.9304 0.1129 +vn 0.4299 0.8994 0.0784 +vn -0.0540 0.9924 0.1107 +vn -0.4153 0.9087 0.0409 +vn -0.3011 0.9523 0.0499 +vn -0.3475 0.9376 0.0120 +vn -0.3285 0.9434 0.0448 +vn -0.1473 0.9775 0.1507 +vn -0.0881 0.9843 0.1530 +vn -0.1150 0.9854 0.1258 +vn -0.2091 0.9608 0.1817 +vn -0.2507 0.9468 0.2017 +vn -0.1852 0.9824 -0.0248 +vn -0.1787 0.9797 -0.0902 +vn -0.0518 0.9805 -0.1895 +vn 0.0938 0.9496 -0.2991 +vn -0.0028 0.9806 -0.1961 +vn -0.1790 0.9673 -0.1797 +vn -0.0107 0.9999 -0.0064 +usemtl None +s off +f 483//1 484//1 486//1 485//1 +f 485//2 486//2 490//2 489//2 +f 489//3 490//3 488//3 487//3 +f 487//4 488//4 484//4 483//4 +f 485//5 489//5 487//5 483//5 +f 490//6 486//6 484//6 488//6 +f 491//1 492//1 494//1 493//1 +f 493//2 494//2 498//2 497//2 +f 497//3 498//3 496//3 495//3 +f 495//4 496//4 492//4 491//4 +f 493//5 497//5 495//5 491//5 +f 498//6 494//6 492//6 496//6 +f 499//1 500//1 502//1 501//1 +f 501//2 502//2 506//2 505//2 +f 505//3 506//3 504//3 503//3 +f 503//4 504//4 500//4 499//4 +f 501//5 505//5 503//5 499//5 +f 506//6 502//6 500//6 504//6 +f 507//1 508//1 510//1 509//1 +f 509//2 510//2 514//2 513//2 +f 513//3 514//3 512//3 511//3 +f 511//4 512//4 508//4 507//4 +f 509//5 513//5 511//5 507//5 +f 514//6 510//6 508//6 512//6 +f 515//1 516//1 518//1 517//1 +f 517//7 518//7 522//7 521//7 +f 521//3 522//3 520//3 519//3 +f 519//8 520//8 516//8 515//8 +f 517//9 521//9 519//9 515//9 +f 522//10 518//10 516//10 520//10 +f 523//1 524//1 526//1 525//1 +f 525//7 526//7 530//7 529//7 +f 529//3 530//3 528//3 527//3 +f 527//8 528//8 524//8 523//8 +f 525//9 529//9 527//9 523//9 +f 530//10 526//10 524//10 528//10 +f 531//1 532//1 534//1 533//1 +f 533//11 534//11 538//11 537//11 +f 537//3 538//3 536//3 535//3 +f 535//12 536//12 532//12 531//12 +f 533//13 537//13 535//13 531//13 +f 538//14 534//14 532//14 536//14 +f 539//1 540//1 542//1 541//1 +f 541//11 542//11 546//11 545//11 +f 545//3 546//3 544//3 543//3 +f 543//12 544//12 540//12 539//12 +f 541//13 545//13 543//13 539//13 +f 546//14 542//14 540//14 544//14 +s 1 +f 1//15 33//16 2//17 +f 1//15 2//17 3//18 +f 1//15 3//18 4//19 +f 1//15 4//19 5//20 +f 1//15 5//20 6//21 +f 1//15 6//21 7//22 +f 1//15 7//22 8//23 +f 1//15 8//23 9//24 +f 1//15 9//24 10//25 +f 1//15 10//25 11//26 +f 1//15 11//26 12//27 +f 1//15 12//27 13//28 +f 1//15 13//28 14//29 +f 1//15 14//29 15//30 +f 1//15 15//30 16//31 +f 1//15 16//31 17//32 +f 1//15 17//32 18//33 +f 1//15 18//33 19//34 +f 1//15 19//34 20//35 +f 1//15 20//35 21//36 +f 1//15 21//36 22//37 +f 1//15 22//37 23//38 +f 1//15 23//38 24//39 +f 1//15 24//39 25//40 +f 1//15 25//40 26//41 +f 1//15 26//41 27//42 +f 1//15 27//42 28//43 +f 1//15 28//43 29//44 +f 1//15 29//44 30//45 +f 1//15 30//45 31//46 +f 1//15 31//46 32//47 +f 1//15 32//47 33//16 +f 2//17 33//16 65//48 34//49 +f 3//18 2//17 34//49 35//50 +f 4//19 3//18 35//50 36//51 +f 5//20 4//19 36//51 37//52 +f 6//21 5//20 37//52 38//53 +f 7//22 6//21 38//53 39//54 +f 8//23 7//22 39//54 40//55 +f 9//24 8//23 40//55 41//56 +f 10//25 9//24 41//56 42//57 +f 11//26 10//25 42//57 43//58 +f 12//27 11//26 43//58 44//59 +f 13//28 12//27 44//59 45//60 +f 14//29 13//28 45//60 46//61 +f 15//30 14//29 46//61 47//62 +f 16//31 15//30 47//62 48//63 +f 17//32 16//31 48//63 49//64 +f 18//33 17//32 49//64 50//65 +f 19//34 18//33 50//65 51//66 +f 20//35 19//34 51//66 52//67 +f 21//36 20//35 52//67 53//68 +f 22//37 21//36 53//68 54//69 +f 23//38 22//37 54//69 55//70 +f 24//39 23//38 55//70 56//71 +f 25//40 24//39 56//71 57//72 +f 26//41 25//40 57//72 58//73 +f 27//42 26//41 58//73 59//74 +f 28//43 27//42 59//74 60//75 +f 29//44 28//43 60//75 61//76 +f 30//45 29//44 61//76 62//77 +f 31//46 30//45 62//77 63//78 +f 32//47 31//46 63//78 64//79 +f 33//16 32//47 64//79 65//48 +f 34//49 65//48 66//80 67//81 +f 35//50 34//49 67//81 68//82 +f 36//51 35//50 68//82 69//83 +f 37//52 36//51 69//83 70//84 +f 38//53 37//52 70//84 71//85 +f 39//54 38//53 71//85 72//86 +f 40//55 39//54 72//86 73//87 +f 41//56 40//55 73//87 74//88 +f 42//57 41//56 74//88 75//89 +f 43//58 42//57 75//89 76//90 +f 44//59 43//58 76//90 77//91 +f 45//60 44//59 77//91 78//92 +f 46//61 45//60 78//92 79//93 +f 47//62 46//61 79//93 80//94 +f 48//63 47//62 80//94 81//95 +f 49//64 48//63 81//95 82//96 +f 50//65 49//64 82//96 83//97 +f 51//66 50//65 83//97 84//98 +f 52//67 51//66 84//98 85//99 +f 53//68 52//67 85//99 86//100 +f 54//69 53//68 86//100 87//101 +f 55//70 54//69 87//101 88//102 +f 56//71 55//70 88//102 89//103 +f 57//72 56//71 89//103 90//104 +f 58//73 57//72 90//104 91//105 +f 59//74 58//73 91//105 92//106 +f 60//75 59//74 92//106 93//107 +f 61//76 60//75 93//107 94//108 +f 62//77 61//76 94//108 95//109 +f 63//78 62//77 95//109 96//110 +f 64//79 63//78 96//110 97//111 +f 65//48 64//79 97//111 66//80 +f 67//81 66//80 129//112 98//113 +f 68//82 67//81 98//113 99//114 +f 69//83 68//82 99//114 100//115 +f 70//84 69//83 100//115 101//116 +f 71//85 70//84 101//116 102//117 +f 72//86 71//85 102//117 103//118 +f 73//87 72//86 103//118 104//119 +f 74//88 73//87 104//119 105//120 +f 75//89 74//88 105//120 106//121 +f 76//90 75//89 106//121 107//122 +f 77//91 76//90 107//122 108//123 +f 78//92 77//91 108//123 109//124 +f 79//93 78//92 109//124 110//125 +f 80//94 79//93 110//125 111//126 +f 81//95 80//94 111//126 112//127 +f 82//96 81//95 112//127 113//128 +f 83//97 82//96 113//128 114//129 +f 84//98 83//97 114//129 115//130 +f 85//99 84//98 115//130 116//131 +f 86//100 85//99 116//131 117//132 +f 87//101 86//100 117//132 118//133 +f 88//102 87//101 118//133 119//134 +f 89//103 88//102 119//134 120//135 +f 90//104 89//103 120//135 121//136 +f 91//105 90//104 121//136 122//137 +f 92//106 91//105 122//137 123//138 +f 93//107 92//106 123//138 124//139 +f 94//108 93//107 124//139 125//140 +f 95//109 94//108 125//140 126//141 +f 96//110 95//109 126//141 127//142 +f 97//111 96//110 127//142 128//143 +f 66//80 97//111 128//143 129//112 +f 98//113 129//112 161//144 130//145 +f 99//114 98//113 130//145 131//146 +f 100//115 99//114 131//146 132//147 +f 101//116 100//115 132//147 133//148 +f 102//117 101//116 133//148 134//149 +f 103//118 102//117 134//149 135//150 +f 104//119 103//118 135//150 136//151 +f 105//120 104//119 136//151 137//152 +f 106//121 105//120 137//152 138//153 +f 107//122 106//121 138//153 139//154 +f 108//123 107//122 139//154 140//155 +f 109//124 108//123 140//155 141//156 +f 110//125 109//124 141//156 142//157 +f 111//126 110//125 142//157 143//158 +f 112//127 111//126 143//158 144//159 +f 113//128 112//127 144//159 145//160 +f 114//129 113//128 145//160 146//161 +f 115//130 114//129 146//161 147//162 +f 116//131 115//130 147//162 148//163 +f 117//132 116//131 148//163 149//164 +f 118//133 117//132 149//164 150//165 +f 119//134 118//133 150//165 151//166 +f 120//135 119//134 151//166 152//167 +f 121//136 120//135 152//167 153//168 +f 122//137 121//136 153//168 154//169 +f 123//138 122//137 154//169 155//170 +f 124//139 123//138 155//170 156//171 +f 125//140 124//139 156//171 157//172 +f 126//141 125//140 157//172 158//173 +f 127//142 126//141 158//173 159//174 +f 128//143 127//142 159//174 160//175 +f 129//112 128//143 160//175 161//144 +f 130//145 161//144 193//176 162//177 +f 131//146 130//145 162//177 163//178 +f 132//147 131//146 163//178 164//179 +f 133//148 132//147 164//179 165//180 +f 134//149 133//148 165//180 166//181 +f 135//150 134//149 166//181 167//182 +f 136//151 135//150 167//182 168//183 +f 137//152 136//151 168//183 169//184 +f 138//153 137//152 169//184 170//185 +f 139//154 138//153 170//185 171//186 +f 140//155 139//154 171//186 172//187 +f 141//156 140//155 172//187 173//188 +f 142//157 141//156 173//188 174//189 +f 143//158 142//157 174//189 175//190 +f 144//159 143//158 175//190 176//191 +f 145//160 144//159 176//191 177//192 +f 146//161 145//160 177//192 178//193 +f 147//162 146//161 178//193 179//194 +f 148//163 147//162 179//194 180//195 +f 149//164 148//163 180//195 181//196 +f 150//165 149//164 181//196 182//197 +f 151//166 150//165 182//197 183//198 +f 152//167 151//166 183//198 184//199 +f 153//168 152//167 184//199 185//200 +f 154//169 153//168 185//200 186//201 +f 155//170 154//169 186//201 187//202 +f 156//171 155//170 187//202 188//203 +f 157//172 156//171 188//203 189//204 +f 158//173 157//172 189//204 190//205 +f 159//174 158//173 190//205 191//206 +f 160//175 159//174 191//206 192//207 +f 161//144 160//175 192//207 193//176 +f 162//177 193//176 225//208 194//209 +f 163//178 162//177 194//209 195//210 +f 164//179 163//178 195//210 196//211 +f 165//180 164//179 196//211 197//212 +f 166//181 165//180 197//212 198//213 +f 167//182 166//181 198//213 199//214 +f 168//183 167//182 199//214 200//215 +f 169//184 168//183 200//215 201//216 +f 170//185 169//184 201//216 202//217 +f 171//186 170//185 202//217 203//218 +f 172//187 171//186 203//218 204//219 +f 173//188 172//187 204//219 205//220 +f 174//189 173//188 205//220 206//221 +f 175//190 174//189 206//221 207//222 +f 176//191 175//190 207//222 208//223 +f 177//192 176//191 208//223 209//224 +f 178//193 177//192 209//224 210//225 +f 179//194 178//193 210//225 211//226 +f 180//195 179//194 211//226 212//227 +f 181//196 180//195 212//227 213//228 +f 182//197 181//196 213//228 214//229 +f 183//198 182//197 214//229 215//230 +f 184//199 183//198 215//230 216//231 +f 185//200 184//199 216//231 217//232 +f 186//201 185//200 217//232 218//233 +f 187//202 186//201 218//233 219//234 +f 188//203 187//202 219//234 220//235 +f 189//204 188//203 220//235 221//236 +f 190//205 189//204 221//236 222//237 +f 191//206 190//205 222//237 223//238 +f 192//207 191//206 223//238 224//239 +f 193//176 192//207 224//239 225//208 +f 194//209 225//208 257//240 226//241 +f 195//210 194//209 226//241 227//242 +f 196//211 195//210 227//242 228//243 +f 197//212 196//211 228//243 229//244 +f 198//213 197//212 229//244 230//245 +f 199//214 198//213 230//245 231//246 +f 200//215 199//214 231//246 232//247 +f 201//216 200//215 232//247 233//248 +f 202//217 201//216 233//248 234//249 +f 203//218 202//217 234//249 235//250 +f 204//219 203//218 235//250 236//251 +f 205//220 204//219 236//251 237//252 +f 206//221 205//220 237//252 238//253 +f 207//222 206//221 238//253 239//254 +f 208//223 207//222 239//254 240//255 +f 209//224 208//223 240//255 241//256 +f 210//225 209//224 241//256 242//257 +f 211//226 210//225 242//257 243//258 +f 212//227 211//226 243//258 244//259 +f 213//228 212//227 244//259 245//260 +f 214//229 213//228 245//260 246//261 +f 215//230 214//229 246//261 247//262 +f 216//231 215//230 247//262 248//263 +f 217//232 216//231 248//263 249//264 +f 218//233 217//232 249//264 250//265 +f 219//234 218//233 250//265 251//266 +f 220//235 219//234 251//266 252//267 +f 221//236 220//235 252//267 253//268 +f 222//237 221//236 253//268 254//269 +f 223//238 222//237 254//269 255//270 +f 224//239 223//238 255//270 256//271 +f 225//208 224//239 256//271 257//240 +f 226//241 257//240 289//272 258//273 +f 227//242 226//241 258//273 259//274 +f 228//243 227//242 259//274 260//275 +f 229//244 228//243 260//275 261//276 +f 230//245 229//244 261//276 262//277 +f 231//246 230//245 262//277 263//278 +f 232//247 231//246 263//278 264//279 +f 233//248 232//247 264//279 265//280 +f 234//249 233//248 265//280 266//281 +f 235//250 234//249 266//281 267//282 +f 236//251 235//250 267//282 268//283 +f 237//252 236//251 268//283 269//284 +f 238//253 237//252 269//284 270//285 +f 239//254 238//253 270//285 271//286 +f 240//255 239//254 271//286 272//287 +f 241//256 240//255 272//287 273//288 +f 242//257 241//256 273//288 274//289 +f 243//258 242//257 274//289 275//290 +f 244//259 243//258 275//290 276//291 +f 245//260 244//259 276//291 277//292 +f 246//261 245//260 277//292 278//293 +f 247//262 246//261 278//293 279//294 +f 248//263 247//262 279//294 280//295 +f 249//264 248//263 280//295 281//296 +f 250//265 249//264 281//296 282//297 +f 251//266 250//265 282//297 283//298 +f 252//267 251//266 283//298 284//299 +f 253//268 252//267 284//299 285//300 +f 254//269 253//268 285//300 286//301 +f 255//270 254//269 286//301 287//302 +f 256//271 255//270 287//302 288//303 +f 257//240 256//271 288//303 289//272 +f 258//273 289//272 321//304 290//305 +f 259//274 258//273 290//305 291//306 +f 260//275 259//274 291//306 292//307 +f 261//276 260//275 292//307 293//308 +f 262//277 261//276 293//308 294//309 +f 263//278 262//277 294//309 295//310 +f 264//279 263//278 295//310 296//311 +f 265//280 264//279 296//311 297//312 +f 266//281 265//280 297//312 298//313 +f 267//282 266//281 298//313 299//314 +f 268//283 267//282 299//314 300//315 +f 269//284 268//283 300//315 301//316 +f 270//285 269//284 301//316 302//317 +f 271//286 270//285 302//317 303//318 +f 272//287 271//286 303//318 304//319 +f 273//288 272//287 304//319 305//320 +f 274//289 273//288 305//320 306//321 +f 275//290 274//289 306//321 307//322 +f 276//291 275//290 307//322 308//323 +f 277//292 276//291 308//323 309//324 +f 278//293 277//292 309//324 310//325 +f 279//294 278//293 310//325 311//326 +f 280//295 279//294 311//326 312//327 +f 281//296 280//295 312//327 313//328 +f 282//297 281//296 313//328 314//329 +f 283//298 282//297 314//329 315//330 +f 284//299 283//298 315//330 316//331 +f 285//300 284//299 316//331 317//332 +f 286//301 285//300 317//332 318//333 +f 287//302 286//301 318//333 319//334 +f 288//303 287//302 319//334 320//335 +f 289//272 288//303 320//335 321//304 +f 290//305 321//304 353//336 322//337 +f 291//306 290//305 322//337 323//338 +f 292//307 291//306 323//338 324//339 +f 293//308 292//307 324//339 325//340 +f 294//309 293//308 325//340 326//341 +f 295//310 294//309 326//341 327//342 +f 296//311 295//310 327//342 328//343 +f 297//312 296//311 328//343 329//344 +f 298//313 297//312 329//344 330//345 +f 299//314 298//313 330//345 331//346 +f 300//315 299//314 331//346 332//347 +f 301//316 300//315 332//347 333//348 +f 302//317 301//316 333//348 334//349 +f 303//318 302//317 334//349 335//350 +f 304//319 303//318 335//350 336//351 +f 305//320 304//319 336//351 337//352 +f 306//321 305//320 337//352 338//353 +f 307//322 306//321 338//353 339//354 +f 308//323 307//322 339//354 340//355 +f 309//324 308//323 340//355 341//356 +f 310//325 309//324 341//356 342//357 +f 311//326 310//325 342//357 343//358 +f 312//327 311//326 343//358 344//359 +f 313//328 312//327 344//359 345//360 +f 314//329 313//328 345//360 346//361 +f 315//330 314//329 346//361 347//362 +f 316//331 315//330 347//362 348//363 +f 317//332 316//331 348//363 349//364 +f 318//333 317//332 349//364 350//365 +f 319//334 318//333 350//365 351//366 +f 320//335 319//334 351//366 352//367 +f 321//304 320//335 352//367 353//336 +f 322//337 353//336 385//368 354//369 +f 323//338 322//337 354//369 355//370 +f 324//339 323//338 355//370 356//371 +f 325//340 324//339 356//371 357//372 +f 326//341 325//340 357//372 358//373 +f 327//342 326//341 358//373 359//374 +f 328//343 327//342 359//374 360//375 +f 329//344 328//343 360//375 361//376 +f 330//345 329//344 361//376 362//377 +f 331//346 330//345 362//377 363//378 +f 332//347 331//346 363//378 364//379 +f 333//348 332//347 364//379 365//380 +f 334//349 333//348 365//380 366//381 +f 335//350 334//349 366//381 367//382 +f 336//351 335//350 367//382 368//383 +f 337//352 336//351 368//383 369//384 +f 338//353 337//352 369//384 370//385 +f 339//354 338//353 370//385 371//386 +f 340//355 339//354 371//386 372//387 +f 341//356 340//355 372//387 373//388 +f 342//357 341//356 373//388 374//389 +f 343//358 342//357 374//389 375//390 +f 344//359 343//358 375//390 376//391 +f 345//360 344//359 376//391 377//392 +f 346//361 345//360 377//392 378//393 +f 347//362 346//361 378//393 379//394 +f 348//363 347//362 379//394 380//395 +f 349//364 348//363 380//395 381//396 +f 350//365 349//364 381//396 382//397 +f 351//366 350//365 382//397 383//398 +f 352//367 351//366 383//398 384//399 +f 353//336 352//367 384//399 385//368 +f 354//369 385//368 386//400 387//401 +f 355//370 354//369 387//401 388//402 +f 356//371 355//370 388//402 389//403 +f 357//372 356//371 389//403 390//404 +f 358//373 357//372 390//404 391//405 +f 359//374 358//373 391//405 392//406 +f 360//375 359//374 392//406 393//407 +f 361//376 360//375 393//407 394//408 +f 362//377 361//376 394//408 395//409 +f 363//378 362//377 395//409 396//410 +f 364//379 363//378 396//410 397//411 +f 365//380 364//379 397//411 398//412 +f 366//381 365//380 398//412 399//413 +f 367//382 366//381 399//413 400//414 +f 368//383 367//382 400//414 401//415 +f 369//384 368//383 401//415 402//416 +f 370//385 369//384 402//416 403//417 +f 371//386 370//385 403//417 404//418 +f 372//387 371//386 404//418 405//419 +f 373//388 372//387 405//419 406//420 +f 374//389 373//388 406//420 407//421 +f 375//390 374//389 407//421 408//422 +f 376//391 375//390 408//422 409//423 +f 377//392 376//391 409//423 410//424 +f 378//393 377//392 410//424 411//425 +f 379//394 378//393 411//425 412//426 +f 380//395 379//394 412//426 413//427 +f 381//396 380//395 413//427 414//428 +f 382//397 381//396 414//428 415//429 +f 383//398 382//397 415//429 416//430 +f 384//399 383//398 416//430 417//431 +f 385//368 384//399 417//431 386//400 +f 387//401 386//400 449//432 418//433 +f 388//402 387//401 418//433 419//434 +f 389//403 388//402 419//434 420//435 +f 390//404 389//403 420//435 421//436 +f 391//405 390//404 421//436 422//437 +f 392//406 391//405 422//437 423//438 +f 393//407 392//406 423//438 424//439 +f 394//408 393//407 424//439 425//440 +f 395//409 394//408 425//440 426//441 +f 396//410 395//409 426//441 427//442 +f 397//411 396//410 427//442 428//443 +f 398//412 397//411 428//443 429//444 +f 399//413 398//412 429//444 430//445 +f 400//414 399//413 430//445 431//446 +f 401//415 400//414 431//446 432//447 +f 402//416 401//415 432//447 433//448 +f 403//417 402//416 433//448 434//449 +f 404//418 403//417 434//449 435//450 +f 405//419 404//418 435//450 436//451 +f 406//420 405//419 436//451 437//452 +f 407//421 406//420 437//452 438//453 +f 408//422 407//421 438//453 439//454 +f 409//423 408//422 439//454 440//455 +f 410//424 409//423 440//455 441//456 +f 411//425 410//424 441//456 442//457 +f 412//426 411//425 442//457 443//458 +f 413//427 412//426 443//458 444//459 +f 414//428 413//427 444//459 445//460 +f 415//429 414//428 445//460 446//461 +f 416//430 415//429 446//461 447//462 +f 417//431 416//430 447//462 448//463 +f 386//400 417//431 448//463 449//432 +f 418//433 449//432 481//464 450//465 +f 419//434 418//433 450//465 451//466 +f 420//435 419//434 451//466 452//467 +f 421//436 420//435 452//467 453//468 +f 422//437 421//436 453//468 454//469 +f 423//438 422//437 454//469 455//470 +f 424//439 423//438 455//470 456//471 +f 425//440 424//439 456//471 457//472 +f 426//441 425//440 457//472 458//473 +f 427//442 426//441 458//473 459//474 +f 428//443 427//442 459//474 460//475 +f 429//444 428//443 460//475 461//476 +f 430//445 429//444 461//476 462//477 +f 431//446 430//445 462//477 463//478 +f 432//447 431//446 463//478 464//479 +f 433//448 432//447 464//479 465//480 +f 434//449 433//448 465//480 466//481 +f 435//450 434//449 466//481 467//482 +f 436//451 435//450 467//482 468//483 +f 437//452 436//451 468//483 469//484 +f 438//453 437//452 469//484 470//485 +f 439//454 438//453 470//485 471//486 +f 440//455 439//454 471//486 472//487 +f 441//456 440//455 472//487 473//488 +f 442//457 441//456 473//488 474//489 +f 443//458 442//457 474//489 475//490 +f 444//459 443//458 475//490 476//491 +f 445//460 444//459 476//491 477//492 +f 446//461 445//460 477//492 478//493 +f 447//462 446//461 478//493 479//494 +f 448//463 447//462 479//494 480//495 +f 449//432 448//463 480//495 481//464 +f 450//465 481//464 482//496 +f 451//466 450//465 482//496 +f 452//467 451//466 482//496 +f 453//468 452//467 482//496 +f 454//469 453//468 482//496 +f 455//470 454//469 482//496 +f 456//471 455//470 482//496 +f 457//472 456//471 482//496 +f 458//473 457//472 482//496 +f 459//474 458//473 482//496 +f 460//475 459//474 482//496 +f 461//476 460//475 482//496 +f 462//477 461//476 482//496 +f 463//478 462//477 482//496 +f 464//479 463//478 482//496 +f 465//480 464//479 482//496 +f 466//481 465//480 482//496 +f 467//482 466//481 482//496 +f 468//483 467//482 482//496 +f 469//484 468//483 482//496 +f 470//485 469//484 482//496 +f 471//486 470//485 482//496 +f 472//487 471//486 482//496 +f 473//488 472//487 482//496 +f 474//489 473//488 482//496 +f 475//490 474//489 482//496 +f 476//491 475//490 482//496 +f 477//492 476//491 482//496 +f 478//493 477//492 482//496 +f 479//494 478//493 482//496 +f 480//495 479//494 482//496 +f 481//464 480//495 482//496 diff --git a/mods/default/models/deco1.mtl b/mods/default/models/deco1.mtl new file mode 100644 index 0000000..b8a35cf --- /dev/null +++ b/mods/default/models/deco1.mtl @@ -0,0 +1,12 @@ +# Blender MTL File: 'forest11.blend' +# Material Count: 1 + +newmtl Leaf1 +Ns 96.078431 +Ka 1.000000 1.000000 1.000000 +Kd 0.640000 0.640000 0.640000 +Ks 0.500000 0.500000 0.500000 +Ke 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 diff --git a/mods/default/models/deco1.obj b/mods/default/models/deco1.obj new file mode 100644 index 0000000..345ac3d --- /dev/null +++ b/mods/default/models/deco1.obj @@ -0,0 +1,362 @@ +# Blender v2.79 (sub 7) OBJ File: 'forest11.blend' +# www.blender.org +mtllib deco1.mtl +o Plant1_Plane +v -0.474997 -0.149739 -0.448592 +v 0.475003 -0.149704 -0.448598 +v -0.474993 -0.199849 -1.371386 +v 0.475007 -0.199818 -1.371403 +v 0.000000 -0.054357 -0.418502 +v 0.000003 -0.099834 -1.371394 +v -0.012500 -0.047924 -0.440053 +v 0.012500 -0.047923 -0.440054 +v -0.012500 -0.041449 -0.464190 +v 0.012500 -0.041448 -0.464190 +v -0.012500 -0.551148 -0.023485 +v 0.012500 -0.551147 -0.023485 +v -0.012500 -0.215000 -0.162902 +v 0.012500 -0.214999 -0.162901 +v -0.012500 -0.918751 -0.000180 +v 0.012500 -0.918750 -0.000180 +v -0.000000 -0.035903 -0.436625 +v 0.000000 -0.059944 -0.443482 +v -0.000000 -0.029334 -0.461109 +v 0.000000 -0.053563 -0.467272 +v -0.000000 -0.549107 -0.011153 +v 0.000000 -0.553188 -0.035817 +v -0.000000 -0.206871 -0.153405 +v 0.000000 -0.223127 -0.172398 +v -0.000000 -0.918677 0.012320 +v 0.000000 -0.918824 -0.012680 +v -0.474997 -0.100419 -0.889665 +v 0.475003 -0.100388 -0.889681 +v 0.000000 -0.000409 -0.888659 +v 0.000000 -0.047924 -0.440053 +v -0.000000 -0.214999 -0.162902 +v -0.000000 -0.047924 -0.440053 +v -0.000000 -0.214999 -0.162902 +v 0.448592 -0.149739 -0.474996 +v 0.448598 -0.149704 0.475004 +v 1.371386 -0.199849 -0.474993 +v 1.371403 -0.199818 0.475007 +v 0.418502 -0.054357 0.000000 +v 1.371394 -0.099834 0.000004 +v 0.440053 -0.047924 -0.012500 +v 0.440054 -0.047923 0.012500 +v 0.464190 -0.041449 -0.012500 +v 0.464190 -0.041448 0.012500 +v 0.023485 -0.551148 -0.012500 +v 0.023485 -0.551147 0.012500 +v 0.162902 -0.215000 -0.012500 +v 0.162901 -0.214999 0.012500 +v 0.000180 -0.918751 -0.012500 +v 0.000180 -0.918750 0.012500 +v 0.436625 -0.035903 -0.000000 +v 0.443482 -0.059944 0.000001 +v 0.461109 -0.029334 -0.000000 +v 0.467272 -0.053563 0.000001 +v 0.011153 -0.549107 -0.000000 +v 0.035817 -0.553188 0.000001 +v 0.153405 -0.206871 -0.000000 +v 0.172398 -0.223127 0.000001 +v -0.012320 -0.918677 0.000000 +v 0.012680 -0.918824 0.000001 +v 0.889665 -0.100419 -0.474996 +v 0.889681 -0.100388 0.475004 +v 0.888659 -0.000409 0.000000 +v 0.440053 -0.047924 0.000000 +v 0.162902 -0.214999 0.000000 +v 0.440053 -0.047924 0.000000 +v 0.162902 -0.214999 0.000000 +v 0.474997 -0.149739 0.448592 +v -0.475004 -0.149704 0.448598 +v 0.474993 -0.199849 1.371386 +v -0.475007 -0.199818 1.371402 +v -0.000000 -0.054357 0.418502 +v -0.000004 -0.099834 1.371395 +v 0.012500 -0.047924 0.440053 +v -0.012500 -0.047923 0.440054 +v 0.012500 -0.041449 0.464190 +v -0.012500 -0.041448 0.464190 +v 0.012500 -0.551148 0.023485 +v -0.012500 -0.551147 0.023485 +v 0.012500 -0.215000 0.162902 +v -0.012500 -0.214999 0.162901 +v 0.012500 -0.918751 0.000180 +v -0.012500 -0.918750 0.000180 +v 0.000000 -0.035903 0.436625 +v -0.000000 -0.059944 0.443482 +v 0.000000 -0.029334 0.461109 +v -0.000000 -0.053563 0.467272 +v 0.000000 -0.549107 0.011153 +v -0.000000 -0.553188 0.035817 +v 0.000000 -0.206871 0.153405 +v -0.000000 -0.223127 0.172398 +v 0.000000 -0.918677 -0.012320 +v -0.000000 -0.918824 0.012680 +v 0.474997 -0.100419 0.889665 +v -0.475004 -0.100388 0.889681 +v -0.000000 -0.000409 0.888659 +v -0.000000 -0.047924 0.440053 +v -0.000000 -0.214999 0.162902 +v 0.000000 -0.047924 0.440053 +v 0.000000 -0.214999 0.162902 +v -0.448592 -0.149739 0.474997 +v -0.448598 -0.149704 -0.475003 +v -1.371386 -0.199849 0.474993 +v -1.371403 -0.199818 -0.475007 +v -0.418502 -0.054357 0.000000 +v -1.371394 -0.099834 -0.000004 +v -0.440053 -0.047924 0.012500 +v -0.440054 -0.047923 -0.012500 +v -0.464190 -0.041449 0.012500 +v -0.464190 -0.041448 -0.012500 +v -0.023485 -0.551148 0.012500 +v -0.023485 -0.551147 -0.012500 +v -0.162902 -0.215000 0.012500 +v -0.162901 -0.214999 -0.012500 +v -0.000180 -0.918751 0.012500 +v -0.000180 -0.918750 -0.012500 +v -0.436625 -0.035903 0.000000 +v -0.443482 -0.059944 -0.000000 +v -0.461109 -0.029334 0.000000 +v -0.467272 -0.053563 -0.000000 +v -0.011153 -0.549107 0.000000 +v -0.035817 -0.553188 -0.000000 +v -0.153405 -0.206871 0.000000 +v -0.172398 -0.223127 -0.000000 +v 0.012320 -0.918677 0.000000 +v -0.012680 -0.918824 -0.000000 +v -0.889665 -0.100419 0.474996 +v -0.889681 -0.100388 -0.475003 +v -0.888659 -0.000409 -0.000000 +v -0.440053 -0.047924 0.000000 +v -0.162902 -0.214999 0.000000 +v -0.440053 -0.047924 0.000000 +v -0.162902 -0.214999 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.520598 0.335519 +vt 0.521418 0.335519 +vt 0.522237 0.335519 +vt 0.522237 0.337158 +vt 0.520598 0.337158 +vt 0.520598 0.311338 +vt 0.520598 0.287158 +vt 0.522237 0.287158 +vt 0.522237 0.311338 +vt 0.521418 0.311338 +vt 0.520598 0.262978 +vt 0.522237 0.262978 +vt 0.494369 0.363387 +vt 0.494369 0.362568 +vt 0.494369 0.361748 +vt 0.496008 0.361748 +vt 0.496008 0.363387 +vt 0.470188 0.363387 +vt 0.446008 0.363387 +vt 0.446008 0.361748 +vt 0.470188 0.361748 +vt 0.470188 0.362568 +vt 0.421828 0.363387 +vt 0.421828 0.361748 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.520598 0.335519 +vt 0.521418 0.335519 +vt 0.522237 0.335519 +vt 0.522237 0.337158 +vt 0.520598 0.337158 +vt 0.520598 0.311338 +vt 0.520598 0.287158 +vt 0.522237 0.287158 +vt 0.522237 0.311338 +vt 0.521418 0.311338 +vt 0.520598 0.262978 +vt 0.522237 0.262978 +vt 0.494369 0.363387 +vt 0.494369 0.362568 +vt 0.494369 0.361748 +vt 0.496008 0.361748 +vt 0.496008 0.363387 +vt 0.470188 0.363387 +vt 0.446008 0.363387 +vt 0.446008 0.361748 +vt 0.470188 0.361748 +vt 0.470188 0.362568 +vt 0.421828 0.363387 +vt 0.421828 0.361748 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.520598 0.335519 +vt 0.521418 0.335519 +vt 0.522237 0.335519 +vt 0.522237 0.337158 +vt 0.520598 0.337158 +vt 0.520598 0.311338 +vt 0.520598 0.287158 +vt 0.522237 0.287158 +vt 0.522237 0.311338 +vt 0.521418 0.311338 +vt 0.520598 0.262978 +vt 0.522237 0.262978 +vt 0.494369 0.363387 +vt 0.494369 0.362568 +vt 0.494369 0.361748 +vt 0.496008 0.361748 +vt 0.496008 0.363387 +vt 0.470188 0.363387 +vt 0.446008 0.363387 +vt 0.446008 0.361748 +vt 0.470188 0.361748 +vt 0.470188 0.362568 +vt 0.421828 0.363387 +vt 0.421828 0.361748 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.520598 0.335519 +vt 0.521418 0.335519 +vt 0.522237 0.335519 +vt 0.522237 0.337158 +vt 0.520598 0.337158 +vt 0.520598 0.311338 +vt 0.520598 0.287158 +vt 0.522237 0.287158 +vt 0.522237 0.311338 +vt 0.521418 0.311338 +vt 0.520598 0.262978 +vt 0.522237 0.262978 +vt 0.494369 0.363387 +vt 0.494369 0.362568 +vt 0.494369 0.361748 +vt 0.496008 0.361748 +vt 0.496008 0.363387 +vt 0.470188 0.363387 +vt 0.446008 0.363387 +vt 0.446008 0.361748 +vt 0.470188 0.361748 +vt 0.470188 0.362568 +vt 0.421828 0.363387 +vt 0.421828 0.361748 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vn 0.2017 0.9593 -0.1978 +vn -0.2018 0.9593 -0.1978 +vn -0.0000 0.9659 0.2591 +vn -0.0000 0.3831 0.9237 +vn -0.0000 0.8564 0.5163 +vn -0.0000 0.0633 0.9980 +vn 1.0000 0.0000 0.0000 +vn -0.2037 0.9728 0.1102 +vn 0.2036 0.9728 0.1102 +vn 0.1978 0.9593 0.2017 +vn 0.1978 0.9593 -0.2018 +vn -0.2591 0.9659 -0.0000 +vn -0.9237 0.3831 -0.0000 +vn -0.5163 0.8564 -0.0000 +vn -0.9980 0.0633 -0.0000 +vn -0.0000 0.0000 1.0000 +vn -0.1102 0.9728 -0.2037 +vn -0.1102 0.9728 0.2036 +vn -0.2017 0.9593 0.1978 +vn 0.2018 0.9593 0.1978 +vn 0.0000 0.9659 -0.2591 +vn 0.0000 0.3831 -0.9237 +vn 0.0000 0.8564 -0.5163 +vn 0.0000 0.0633 -0.9980 +vn -1.0000 0.0000 -0.0000 +vn 0.2037 0.9728 -0.1102 +vn -0.2036 0.9728 -0.1102 +vn -0.1978 0.9593 -0.2017 +vn -0.1978 0.9593 0.2018 +vn 0.2591 0.9659 0.0000 +vn 0.9237 0.3831 0.0000 +vn 0.5163 0.8564 0.0000 +vn 0.9980 0.0633 0.0000 +vn 0.0000 0.0000 -1.0000 +vn 0.1102 0.9728 0.2037 +vn 0.1102 0.9728 -0.2036 +usemtl Leaf1 +s off +f 29/1/1 28/2/1 4/3/1 6/4/1 +f 27/5/2 29/1/2 6/4/2 3/6/2 +f 7/7/3 30/8/3 8/9/3 10/10/3 9/11/3 +f 13/12/4 11/13/4 12/14/4 14/15/4 31/16/4 +f 13/12/5 31/16/5 30/8/5 7/7/5 +f 11/13/6 15/17/6 16/18/6 12/14/6 +f 17/19/7 32/20/7 18/21/7 20/22/7 19/23/7 +f 23/24/7 21/25/7 22/26/7 24/27/7 33/28/7 +f 23/24/7 33/28/7 32/20/7 17/19/7 +f 21/25/7 25/29/7 26/30/7 22/26/7 +f 1/31/8 5/32/8 29/1/8 27/5/8 +f 5/32/9 2/33/9 28/2/9 29/1/9 +f 30/8/5 31/16/5 14/15/5 8/9/5 +f 32/20/7 33/28/7 24/27/7 18/21/7 +f 62/34/10 61/35/10 37/36/10 39/37/10 +f 60/38/11 62/34/11 39/37/11 36/39/11 +f 40/40/12 63/41/12 41/42/12 43/43/12 42/44/12 +f 46/45/13 44/46/13 45/47/13 47/48/13 64/49/13 +f 46/45/14 64/49/14 63/41/14 40/40/14 +f 44/46/15 48/50/15 49/51/15 45/47/15 +f 50/52/16 65/53/16 51/54/16 53/55/16 52/56/16 +f 56/57/16 54/58/16 55/59/16 57/60/16 66/61/16 +f 56/57/16 66/61/16 65/53/16 50/52/16 +f 54/58/16 58/62/16 59/63/16 55/59/16 +f 34/64/17 38/65/17 62/34/17 60/38/17 +f 38/65/18 35/66/18 61/35/18 62/34/18 +f 63/41/14 64/49/14 47/48/14 41/42/14 +f 65/53/16 66/61/16 57/60/16 51/54/16 +f 95/67/19 94/68/19 70/69/19 72/70/19 +f 93/71/20 95/67/20 72/70/20 69/72/20 +f 73/73/21 96/74/21 74/75/21 76/76/21 75/77/21 +f 79/78/22 77/79/22 78/80/22 80/81/22 97/82/22 +f 79/78/23 97/82/23 96/74/23 73/73/23 +f 77/79/24 81/83/24 82/84/24 78/80/24 +f 83/85/25 98/86/25 84/87/25 86/88/25 85/89/25 +f 89/90/25 87/91/25 88/92/25 90/93/25 99/94/25 +f 89/90/25 99/94/25 98/86/25 83/85/25 +f 87/91/25 91/95/25 92/96/25 88/92/25 +f 67/97/26 71/98/26 95/67/26 93/71/26 +f 71/98/27 68/99/27 94/68/27 95/67/27 +f 96/74/23 97/82/23 80/81/23 74/75/23 +f 98/86/25 99/94/25 90/93/25 84/87/25 +f 128/100/28 127/101/28 103/102/28 105/103/28 +f 126/104/29 128/100/29 105/103/29 102/105/29 +f 106/106/30 129/107/30 107/108/30 109/109/30 108/110/30 +f 112/111/31 110/112/31 111/113/31 113/114/31 130/115/31 +f 112/111/32 130/115/32 129/107/32 106/106/32 +f 110/112/33 114/116/33 115/117/33 111/113/33 +f 116/118/34 131/119/34 117/120/34 119/121/34 118/122/34 +f 122/123/34 120/124/34 121/125/34 123/126/34 132/127/34 +f 122/123/34 132/127/34 131/119/34 116/118/34 +f 120/124/34 124/128/34 125/129/34 121/125/34 +f 100/130/35 104/131/35 128/100/35 126/104/35 +f 104/131/36 101/132/36 127/101/36 128/100/36 +f 129/107/32 130/115/32 113/114/32 107/108/32 +f 131/119/34 132/127/34 123/126/34 117/120/34 diff --git a/mods/default/models/deco2.mtl b/mods/default/models/deco2.mtl new file mode 100644 index 0000000..d9972de --- /dev/null +++ b/mods/default/models/deco2.mtl @@ -0,0 +1,12 @@ +# Blender MTL File: 'forest11.blend' +# Material Count: 1 + +newmtl Leaf1.001 +Ns 96.078431 +Ka 1.000000 1.000000 1.000000 +Kd 0.640000 0.640000 0.640000 +Ks 0.500000 0.500000 0.500000 +Ke 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 diff --git a/mods/default/models/deco2.obj b/mods/default/models/deco2.obj new file mode 100644 index 0000000..47b045a --- /dev/null +++ b/mods/default/models/deco2.obj @@ -0,0 +1,540 @@ +# Blender v2.79 (sub 7) OBJ File: 'forest11.blend' +# www.blender.org +mtllib deco2.mtl +o Leaves2.003_Plane.062 +v -0.032337 -0.083203 0.808210 +v -0.808210 -0.083202 0.032337 +v -0.668636 0.505871 1.444508 +v -1.444508 0.505872 0.668635 +v -0.369000 -0.014341 0.369000 +v -1.016014 0.587787 1.016014 +v -0.428184 0.081935 0.445862 +v -0.445862 0.081935 0.428184 +v -0.441027 0.099111 0.458705 +v -0.458705 0.099111 0.441027 +v 0.008768 -1.214527 0.008909 +v -0.008909 -1.214527 -0.008768 +v -0.113326 -0.501235 0.131004 +v -0.131004 -0.501235 0.113326 +v -0.252827 -0.190455 0.270505 +v -0.270505 -0.190455 0.252828 +v -0.023286 -0.846404 0.040964 +v -0.040964 -0.846404 0.023286 +v -0.430922 0.090979 0.430922 +v -0.443124 0.072890 0.443124 +v -0.443818 0.108227 0.443819 +v -0.455913 0.089995 0.455914 +v 0.008768 -1.214429 -0.008768 +v -0.008909 -1.214626 0.008909 +v -0.114262 -0.495637 0.114263 +v -0.130068 -0.506833 0.130068 +v -0.254681 -0.182796 0.254681 +v -0.268651 -0.198114 0.268652 +v -0.023537 -0.843445 0.023538 +v -0.040712 -0.849363 0.040713 +v -0.314594 0.269057 1.090467 +v -1.090466 0.269059 0.314593 +v -0.659484 0.348393 0.659484 +v -0.391932 0.057555 0.487975 +v -0.201366 0.057627 -0.592600 +v -1.070086 0.868513 0.368393 +v -0.879541 0.868590 -0.712186 +v -0.206991 0.098959 -0.036498 +v -0.899374 0.932830 -0.158589 +v -0.268357 0.221056 -0.034626 +v -0.264016 0.221058 -0.059246 +v -0.280003 0.243080 -0.036679 +v -0.275661 0.243082 -0.061299 +v -0.002171 -1.214531 0.012310 +v 0.002171 -1.214530 -0.012310 +v -0.041977 -0.475932 0.005291 +v -0.037634 -0.475931 -0.019329 +v -0.125906 -0.117613 -0.009508 +v -0.121564 -0.117611 -0.034128 +v -0.007784 -0.842828 0.011320 +v -0.003441 -0.842827 -0.013300 +v -0.255308 0.226909 -0.045017 +v -0.277064 0.215206 -0.048854 +v -0.267016 0.249050 -0.047081 +v -0.288648 0.237112 -0.050897 +v 0.012310 -1.214527 0.002171 +v -0.012310 -1.214534 -0.002171 +v -0.027645 -0.473990 -0.004874 +v -0.051966 -0.477872 -0.009163 +v -0.112039 -0.113714 -0.019755 +v -0.135432 -0.121510 -0.023881 +v 0.006686 -0.842284 0.001180 +v -0.017911 -0.843371 -0.003159 +v -0.658482 0.509749 0.440975 +v -0.467932 0.509825 -0.639603 +v -0.483789 0.568919 -0.085305 +v 0.789041 -0.083203 -0.177945 +v 0.240415 -0.083202 0.772301 +v 1.568344 0.505871 0.271986 +v 1.019718 0.505872 1.222233 +v 0.451930 -0.014341 0.260922 +v 1.244358 0.587787 0.718431 +v 0.541492 0.081934 0.298197 +v 0.528992 0.081934 0.319847 +v 0.557221 0.099111 0.307278 +v 0.544721 0.099111 0.328929 +v 0.006337 -1.214527 -0.010775 +v -0.006164 -1.214527 0.010875 +v 0.155871 -0.501235 0.075558 +v 0.143371 -0.501235 0.097209 +v 0.326725 -0.190455 0.174201 +v 0.314225 -0.190455 0.195851 +v 0.045595 -0.846404 0.011890 +v 0.033095 -0.846404 0.033541 +v 0.527770 0.090979 0.304708 +v 0.542714 0.072890 0.313336 +v 0.543564 0.108227 0.313827 +v 0.558378 0.089995 0.322379 +v -0.010738 -1.214429 -0.006200 +v 0.010912 -1.214626 0.006300 +v 0.139942 -0.495637 0.080795 +v 0.159300 -0.506833 0.091972 +v 0.311920 -0.182796 0.180086 +v 0.329030 -0.198114 0.189965 +v 0.028828 -0.843445 0.016643 +v 0.049863 -0.849363 0.028788 +v 1.134733 0.269057 0.021641 +v 0.586107 0.269059 0.971887 +v 0.807700 0.348393 0.466326 +v -0.097446 0.089479 -0.634413 +v 0.607853 0.089479 0.206130 +v 0.123956 1.152708 -0.820190 +v 0.829254 1.152709 0.020352 +v 0.179763 0.106844 -0.150839 +v 0.401164 1.170073 -0.336617 +v 0.189836 0.240901 -0.175609 +v 0.205905 0.240901 -0.156458 +v 0.193161 0.265521 -0.178399 +v 0.209231 0.265521 -0.159248 +v -0.006778 -1.214695 -0.010630 +v 0.009292 -1.214695 0.008521 +v 0.091732 -0.485394 -0.093290 +v 0.107801 -0.485394 -0.074139 +v 0.140784 -0.122247 -0.134449 +v 0.156854 -0.122247 -0.115298 +v 0.042680 -0.848542 -0.052130 +v 0.058750 -0.848542 -0.032979 +v 0.188440 0.243072 -0.158121 +v 0.207300 0.238730 -0.173946 +v 0.191766 0.267692 -0.160911 +v 0.210626 0.263351 -0.176737 +v -0.008173 -1.212525 0.006858 +v 0.010687 -1.216866 -0.008968 +v 0.090336 -0.483224 -0.075802 +v 0.109197 -0.487565 -0.091627 +v 0.139388 -0.120076 -0.116961 +v 0.158248 -0.124417 -0.132787 +v 0.041285 -0.846372 -0.034642 +v 0.060145 -0.850713 -0.050468 +v -0.024466 0.629770 -0.695650 +v 0.680832 0.629770 0.144893 +v 0.252742 0.647134 -0.212076 +v 0.598140 0.089479 0.232816 +v -0.482440 0.089479 0.423351 +v 0.648328 1.152708 0.517444 +v -0.432253 1.152709 0.707979 +v 0.040749 0.106844 0.231099 +v 0.090937 1.170073 0.515727 +v 0.057164 0.240901 0.252207 +v 0.032544 0.240901 0.256548 +v 0.057918 0.265521 0.256482 +v 0.033297 0.265521 0.260823 +v 0.012595 -1.214695 -0.000555 +v -0.012025 -1.214695 0.003786 +v 0.034925 -0.485394 0.126087 +v 0.010305 -0.485394 0.130428 +v 0.046045 -0.122247 0.189147 +v 0.021424 -0.122247 0.193488 +v 0.023806 -0.848542 0.063027 +v -0.000814 -0.848542 0.067368 +v 0.042716 0.243072 0.242254 +v 0.046992 0.238730 0.266500 +v 0.043470 0.267692 0.246530 +v 0.047745 0.263351 0.270776 +v -0.001852 -1.212525 -0.010507 +v 0.002423 -1.216866 0.013739 +v 0.020478 -0.483224 0.116134 +v 0.024753 -0.487565 0.140381 +v 0.031597 -0.120076 0.179194 +v 0.035872 -0.124417 0.203441 +v 0.009359 -0.846372 0.053074 +v 0.013634 -0.850713 0.077321 +v 0.614683 0.629770 0.326636 +v -0.465897 0.629770 0.517171 +v 0.057292 0.647134 0.324919 +v -0.548620 0.057555 -0.301241 +v 0.548630 0.057627 -0.301211 +v -0.548614 0.868513 -0.989859 +v 0.548636 0.868590 -0.989849 +v 0.000000 0.098959 -0.210184 +v 0.000005 0.932830 -0.913249 +v -0.012500 0.221056 -0.270293 +v 0.012500 0.221058 -0.270293 +v -0.012500 0.243080 -0.282118 +v 0.012500 0.243082 -0.282118 +v -0.012500 -1.214531 -0.000001 +v 0.012500 -1.214530 0.000001 +v -0.012500 -0.475932 -0.040421 +v 0.012500 -0.475931 -0.040419 +v -0.012500 -0.117613 -0.125645 +v 0.012500 -0.117611 -0.125644 +v -0.012500 -0.842828 -0.005700 +v 0.012500 -0.842827 -0.005699 +v -0.000001 0.226909 -0.259247 +v 0.000000 0.215206 -0.281339 +v -0.000001 0.249050 -0.271135 +v 0.000000 0.237112 -0.293101 +v -0.000001 -1.214527 0.012500 +v 0.000000 -1.214534 -0.012500 +v -0.000001 -0.473990 -0.028071 +v 0.000000 -0.477872 -0.052768 +v -0.000001 -0.113714 -0.113767 +v 0.000000 -0.121510 -0.137521 +v -0.000001 -0.842284 0.006789 +v 0.000000 -0.843371 -0.018188 +v -0.548620 0.509749 -0.571903 +v 0.548630 0.509825 -0.571889 +v 0.000000 0.568919 -0.491252 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.489499 0.781189 +vt 0.496166 0.781189 +vt 0.496166 0.787856 +vt 0.489499 0.787856 +vt 0.489499 0.486189 +vt 0.489499 0.387855 +vt 0.496166 0.387855 +vt 0.496166 0.486189 +vt 0.489499 0.682855 +vt 0.489499 0.584522 +vt 0.496166 0.584522 +vt 0.496166 0.682855 +vt 0.489499 0.781189 +vt 0.496166 0.781189 +vt 0.496166 0.787856 +vt 0.489499 0.787856 +vt 0.489499 0.486189 +vt 0.489499 0.387855 +vt 0.496166 0.387855 +vt 0.496166 0.486189 +vt 0.489499 0.682855 +vt 0.489499 0.584522 +vt 0.496166 0.584522 +vt 0.496166 0.682855 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.489499 0.781189 +vt 0.496166 0.781189 +vt 0.496166 0.787856 +vt 0.489499 0.787856 +vt 0.489499 0.486189 +vt 0.489499 0.387855 +vt 0.496166 0.387855 +vt 0.496166 0.486189 +vt 0.489499 0.682855 +vt 0.489499 0.584522 +vt 0.496166 0.584522 +vt 0.496166 0.682855 +vt 0.489499 0.781189 +vt 0.496166 0.781189 +vt 0.496166 0.787856 +vt 0.489499 0.787856 +vt 0.489499 0.486189 +vt 0.489499 0.387855 +vt 0.496166 0.387855 +vt 0.496166 0.486189 +vt 0.489499 0.682855 +vt 0.489499 0.584522 +vt 0.496166 0.584522 +vt 0.496166 0.682855 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.489499 0.781189 +vt 0.496166 0.781189 +vt 0.496166 0.787856 +vt 0.489499 0.787856 +vt 0.489499 0.486189 +vt 0.489499 0.387855 +vt 0.496166 0.387855 +vt 0.496166 0.486189 +vt 0.489499 0.682855 +vt 0.489499 0.584522 +vt 0.496166 0.584522 +vt 0.496166 0.682855 +vt 0.489499 0.781189 +vt 0.496166 0.781189 +vt 0.496166 0.787856 +vt 0.489499 0.787856 +vt 0.489499 0.486189 +vt 0.489499 0.387855 +vt 0.496166 0.387855 +vt 0.496166 0.486189 +vt 0.489499 0.682855 +vt 0.489499 0.584522 +vt 0.496166 0.584522 +vt 0.496166 0.682855 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.489499 0.781189 +vt 0.496166 0.781189 +vt 0.496166 0.787856 +vt 0.489499 0.787856 +vt 0.489499 0.486189 +vt 0.489499 0.387855 +vt 0.496166 0.387855 +vt 0.496166 0.486189 +vt 0.489499 0.682855 +vt 0.489499 0.584522 +vt 0.496166 0.584522 +vt 0.496166 0.682855 +vt 0.489499 0.781189 +vt 0.496166 0.781189 +vt 0.496166 0.787856 +vt 0.489499 0.787856 +vt 0.489499 0.486189 +vt 0.489499 0.387855 +vt 0.496166 0.387855 +vt 0.496166 0.486189 +vt 0.489499 0.682855 +vt 0.489499 0.584522 +vt 0.496166 0.584522 +vt 0.496166 0.682855 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.489499 0.781189 +vt 0.496166 0.781189 +vt 0.496166 0.787856 +vt 0.489499 0.787856 +vt 0.489499 0.486189 +vt 0.489499 0.387855 +vt 0.496166 0.387855 +vt 0.496166 0.486189 +vt 0.489499 0.682855 +vt 0.489499 0.584522 +vt 0.496166 0.584522 +vt 0.496166 0.682855 +vt 0.489499 0.781189 +vt 0.496166 0.781189 +vt 0.496166 0.787856 +vt 0.489499 0.787856 +vt 0.489499 0.486189 +vt 0.489499 0.387855 +vt 0.496166 0.387855 +vt 0.496166 0.486189 +vt 0.489499 0.682855 +vt 0.489499 0.584522 +vt 0.496166 0.584522 +vt 0.496166 0.682855 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.489499 0.781189 +vt 0.496166 0.781189 +vt 0.496166 0.787856 +vt 0.489499 0.787856 +vt 0.489499 0.486189 +vt 0.489499 0.387855 +vt 0.496166 0.387855 +vt 0.496166 0.486189 +vt 0.489499 0.682855 +vt 0.489499 0.584522 +vt 0.496166 0.584522 +vt 0.496166 0.682855 +vt 0.489499 0.781189 +vt 0.496166 0.781189 +vt 0.496166 0.787856 +vt 0.489499 0.787856 +vt 0.489499 0.486189 +vt 0.489499 0.387855 +vt 0.496166 0.387855 +vt 0.496166 0.486189 +vt 0.489499 0.682855 +vt 0.489499 0.584522 +vt 0.496166 0.584522 +vt 0.496166 0.682855 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vn 0.1735 0.8895 -0.4226 +vn 0.4226 0.8895 -0.1735 +vn 0.4859 0.7266 -0.4859 +vn 0.7018 0.1222 -0.7018 +vn 0.5970 0.5359 -0.5970 +vn 0.5229 0.6732 -0.5229 +vn 0.6634 0.3461 -0.6634 +vn -0.7071 0.0000 -0.7071 +vn 0.5868 0.7376 -0.3340 +vn 0.3340 0.7376 -0.5868 +vn 0.6628 0.7462 -0.0617 +vn 0.6017 0.7462 0.2848 +vn 0.8676 0.4731 0.1530 +vn 0.9847 0.0153 0.1737 +vn 0.9581 0.2314 0.1690 +vn 0.9057 0.3928 0.1597 +vn 0.9804 0.0942 0.1729 +vn 0.1737 0.0000 -0.9848 +vn 0.8005 0.5052 0.3224 +vn 0.8625 0.5052 -0.0290 +vn -0.4531 0.8895 -0.0582 +vn -0.2770 0.8895 -0.3633 +vn -0.5951 0.7266 -0.3436 +vn -0.8595 0.1222 -0.4963 +vn -0.7311 0.5359 -0.4221 +vn -0.6404 0.6732 -0.3697 +vn -0.8125 0.3461 -0.4691 +vn -0.5000 0.0000 0.8660 +vn -0.4745 0.7376 -0.4804 +vn -0.6533 0.7376 -0.1707 +vn -0.5936 0.3420 0.7285 +vn -0.8205 0.3420 0.4581 +vn -0.7544 0.1736 0.6330 +vn 0.6428 -0.0000 0.7660 +vn -0.8574 0.1708 0.4854 +vn -0.6269 0.1708 0.7601 +vn -0.3341 0.3420 -0.8783 +vn 0.0135 0.3420 -0.9396 +vn -0.1710 0.1737 -0.9698 +vn -0.1710 0.1736 -0.9698 +vn -0.9848 0.0000 0.1736 +vn 0.0084 0.1708 -0.9853 +vn -0.3448 0.1708 -0.9230 +vn 0.1759 0.7462 0.6420 +vn -0.1760 0.7462 0.6420 +vn -0.0000 0.4731 0.8810 +vn -0.0000 0.0153 0.9999 +vn -0.0001 0.2314 0.9729 +vn -0.0001 0.3928 0.9196 +vn -0.0001 0.0942 0.9956 +vn 1.0000 0.0000 0.0000 +vn 1.0000 0.0000 0.0001 +vn -0.1784 0.5052 0.8444 +vn 0.1783 0.5052 0.8444 +usemtl Leaf1.001 +s off +f 33/1/1 32/2/1 4/3/1 6/4/1 +f 31/5/2 33/1/2 6/4/2 3/6/2 +f 7/7/3 8/8/3 10/9/3 9/10/3 +f 17/11/4 11/12/4 12/13/4 18/14/4 +f 15/15/5 13/16/5 14/17/5 16/18/5 +f 7/7/6 15/15/6 16/18/6 8/8/6 +f 13/16/7 17/11/7 18/14/7 14/17/7 +f 19/19/8 20/20/8 22/21/8 21/22/8 +f 29/23/8 23/24/8 24/25/8 30/26/8 +f 27/27/8 25/28/8 26/29/8 28/30/8 +f 19/19/8 27/27/8 28/30/8 20/20/8 +f 25/28/8 29/23/8 30/26/8 26/29/8 +f 1/31/9 5/32/9 33/1/9 31/5/9 +f 5/32/10 2/33/10 32/2/10 33/1/10 +f 66/34/11 65/35/11 37/36/11 39/37/11 +f 64/38/12 66/34/12 39/37/12 36/39/12 +f 40/40/13 41/41/13 43/42/13 42/43/13 +f 50/44/14 44/45/14 45/46/14 51/47/14 +f 48/48/15 46/49/15 47/50/15 49/51/15 +f 40/40/16 48/48/16 49/51/16 41/41/16 +f 46/49/17 50/44/17 51/47/17 47/50/17 +f 52/52/18 53/53/18 55/54/18 54/55/18 +f 62/56/18 56/57/18 57/58/18 63/59/18 +f 60/60/18 58/61/18 59/62/18 61/63/18 +f 52/52/18 60/60/18 61/63/18 53/53/18 +f 58/61/18 62/56/18 63/59/18 59/62/18 +f 34/64/19 38/65/19 66/34/19 64/38/19 +f 38/65/20 35/66/20 65/35/20 66/34/20 +f 99/67/21 98/68/21 70/69/21 72/70/21 +f 97/71/22 99/67/22 72/70/22 69/72/22 +f 73/73/23 74/74/23 76/75/23 75/76/23 +f 83/77/24 77/78/24 78/79/24 84/80/24 +f 81/81/25 79/82/25 80/83/25 82/84/25 +f 73/73/26 81/81/26 82/84/26 74/74/26 +f 79/82/27 83/77/27 84/80/27 80/83/27 +f 85/85/28 86/86/28 88/87/28 87/88/28 +f 95/89/28 89/90/28 90/91/28 96/92/28 +f 93/93/28 91/94/28 92/95/28 94/96/28 +f 85/85/28 93/93/28 94/96/28 86/86/28 +f 91/94/28 95/89/28 96/92/28 92/95/28 +f 67/97/29 71/98/29 99/67/29 97/71/29 +f 71/98/30 68/99/30 98/68/30 99/67/30 +f 132/100/31 131/101/31 103/102/31 105/103/31 +f 130/104/32 132/100/32 105/103/32 102/105/32 +f 106/106/33 107/107/33 109/108/33 108/109/33 +f 116/110/33 110/111/33 111/112/33 117/113/33 +f 114/114/33 112/115/33 113/116/33 115/117/33 +f 106/106/33 114/114/33 115/117/33 107/107/33 +f 112/115/33 116/110/33 117/113/33 113/116/33 +f 118/118/34 119/119/34 121/120/34 120/121/34 +f 128/122/34 122/123/34 123/124/34 129/125/34 +f 126/126/34 124/127/34 125/128/34 127/129/34 +f 118/118/34 126/126/34 127/129/34 119/119/34 +f 124/127/34 128/122/34 129/125/34 125/128/34 +f 100/130/35 104/131/35 132/100/35 130/104/35 +f 104/131/36 101/132/36 131/101/36 132/100/36 +f 165/133/37 164/134/37 136/135/37 138/136/37 +f 163/137/38 165/133/38 138/136/38 135/138/38 +f 139/139/39 140/140/39 142/141/39 141/142/39 +f 149/143/40 143/144/40 144/145/40 150/146/40 +f 147/147/40 145/148/40 146/149/40 148/150/40 +f 139/139/40 147/147/40 148/150/40 140/140/40 +f 145/148/40 149/143/40 150/146/40 146/149/40 +f 151/151/41 152/152/41 154/153/41 153/154/41 +f 161/155/41 155/156/41 156/157/41 162/158/41 +f 159/159/41 157/160/41 158/161/41 160/162/41 +f 151/151/41 159/159/41 160/162/41 152/152/41 +f 157/160/41 161/155/41 162/158/41 158/161/41 +f 133/163/42 137/164/42 165/133/42 163/137/42 +f 137/164/43 134/165/43 164/134/43 165/133/43 +f 198/166/44 197/167/44 169/168/44 171/169/44 +f 196/170/45 198/166/45 171/169/45 168/171/45 +f 172/172/46 173/173/46 175/174/46 174/175/46 +f 182/176/47 176/177/47 177/178/47 183/179/47 +f 180/180/48 178/181/48 179/182/48 181/183/48 +f 172/172/49 180/180/49 181/183/49 173/173/49 +f 178/181/50 182/176/50 183/179/50 179/182/50 +f 184/184/51 185/185/51 187/186/51 186/187/51 +f 194/188/51 188/189/51 189/190/51 195/191/51 +f 192/192/52 190/193/52 191/194/52 193/195/52 +f 184/184/51 192/192/51 193/195/51 185/185/51 +f 190/193/52 194/188/52 195/191/52 191/194/52 +f 166/196/53 170/197/53 198/166/53 196/170/53 +f 170/197/54 167/198/54 197/167/54 198/166/54 diff --git a/mods/default/models/deco3.mtl b/mods/default/models/deco3.mtl new file mode 100644 index 0000000..bc8d896 --- /dev/null +++ b/mods/default/models/deco3.mtl @@ -0,0 +1,12 @@ +# Blender MTL File: 'forest11.blend' +# Material Count: 1 + +newmtl Leaf3 +Ns 96.078431 +Ka 1.000000 1.000000 1.000000 +Kd 0.640000 0.640000 0.640000 +Ks 0.500000 0.500000 0.500000 +Ke 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 diff --git a/mods/default/models/deco3.obj b/mods/default/models/deco3.obj new file mode 100644 index 0000000..bb2af32 --- /dev/null +++ b/mods/default/models/deco3.obj @@ -0,0 +1,489 @@ +# Blender v2.79 (sub 7) OBJ File: 'forest11.blend' +# www.blender.org +mtllib deco3.mtl +o Leaves3_Plane.053 +v 0.583478 -0.213937 0.374421 +v -0.509597 -0.213934 0.470054 +v 0.666453 0.237385 1.322829 +v -0.426622 0.237388 1.418462 +v 0.030747 -0.143576 0.351449 +v 0.116232 0.328017 1.328544 +v 0.051932 -0.051533 0.450169 +v 0.027027 -0.051533 0.452348 +v 0.053612 -0.035617 0.469370 +v 0.028707 -0.035617 0.471549 +v 0.016650 -0.654524 0.046889 +v -0.008255 -0.654524 0.049068 +v 0.030285 -0.322419 0.202747 +v 0.005381 -0.322418 0.204925 +v 0.012425 -1.019146 -0.001394 +v -0.012479 -1.019146 0.000785 +v 0.620049 0.089684 0.792435 +v -0.473025 0.089687 0.888068 +v 0.069316 0.177335 0.792294 +v 0.364279 -0.101796 0.466292 +v -0.585956 -0.101717 -0.082354 +v 0.005304 0.656800 1.088045 +v -0.944946 0.656882 0.539427 +v -0.064515 -0.064099 0.111744 +v -0.434462 0.727552 0.752501 +v -0.082169 0.059466 0.167321 +v -0.103819 0.059468 0.154821 +v -0.087997 0.081578 0.177416 +v -0.109648 0.081580 0.164916 +v 0.007213 -0.650136 0.012508 +v -0.014437 -0.650134 0.000007 +v -0.018340 -0.285459 0.056766 +v -0.039990 -0.285458 0.044265 +v 0.010828 -1.019150 0.006246 +v -0.010822 -1.019148 -0.006255 +v 0.228115 0.335413 0.702135 +v -0.722132 0.335496 0.153511 +v -0.208732 0.399804 0.361535 +v -0.152279 -0.213937 0.676350 +v -0.615997 -0.213934 -0.318096 +v -1.015112 0.237385 1.078695 +v -1.478831 0.237388 0.084249 +v -0.319737 -0.143575 0.149096 +v -1.208669 0.328017 0.563612 +v -0.405258 -0.051533 0.202768 +v -0.415824 -0.051533 0.180110 +v -0.422726 -0.035617 0.210914 +v -0.433292 -0.035617 0.188256 +v -0.038366 -0.654524 0.031684 +v -0.048932 -0.654524 0.009026 +v -0.180160 -0.322418 0.097803 +v -0.190726 -0.322418 0.075146 +v 0.005561 -1.019146 0.011200 +v -0.005005 -1.019146 -0.011458 +v -0.532576 0.089684 0.853685 +v -0.996294 0.089687 -0.140761 +v -0.720804 0.177335 0.336117 +v -0.674331 -0.287351 0.438187 +v -0.483794 -0.287351 -0.642394 +v -1.548784 0.351753 0.283996 +v -1.358247 0.351754 -0.796584 +v -0.510146 -0.215917 -0.089952 +v -1.390213 0.428358 -0.245132 +v -0.609445 -0.122103 -0.094768 +v -0.605104 -0.122103 -0.119388 +v -0.627540 -0.105150 -0.097959 +v -0.623199 -0.105150 -0.122579 +v -0.137605 -0.679368 -0.011569 +v -0.133264 -0.679368 -0.036190 +v -0.353971 -0.383949 -0.049721 +v -0.349629 -0.383949 -0.074341 +v 0.003040 -1.018403 0.013230 +v 0.007381 -1.018403 -0.011390 +v -1.071247 0.074334 0.368199 +v -0.880711 0.074334 -0.712381 +v -0.912137 0.150475 -0.160834 +v 0.499312 -0.059594 -0.258453 +v -0.341229 -0.059576 0.446847 +v 0.853124 0.663114 0.163204 +v 0.012592 0.663123 0.868515 +v 0.015103 -0.049308 0.017998 +v 0.400719 0.749721 0.477558 +v 0.036010 0.085646 0.023468 +v 0.016859 0.085646 0.039538 +v 0.038679 0.110296 0.026649 +v 0.019528 0.110297 0.042719 +v 0.009851 -0.650001 -0.007708 +v -0.009301 -0.650000 0.008362 +v 0.014367 -0.281340 -0.002325 +v -0.004784 -0.281340 0.013745 +v 0.009576 -1.019149 -0.008035 +v -0.009575 -1.019149 0.008035 +v 0.583027 0.427858 -0.158685 +v -0.257509 0.427874 0.546621 +v 0.106614 0.476554 0.127057 +v -0.378878 -0.059594 -0.415405 +v 0.519939 -0.059576 0.213950 +v -0.063161 0.663114 -0.866295 +v 0.835663 0.663123 -0.236951 +v 0.013477 -0.049308 -0.019246 +v 0.357572 0.749721 -0.510665 +v 0.013349 0.085646 -0.040856 +v 0.033827 0.085646 -0.026517 +v 0.015731 0.110296 -0.044258 +v 0.036209 0.110297 -0.029919 +v -0.009994 -0.650001 -0.007519 +v 0.010485 -0.650000 0.006820 +v -0.005964 -0.281340 -0.013275 +v 0.014515 -0.281340 0.001064 +v -0.010239 -1.019149 -0.007169 +v 0.010240 -1.019149 0.007170 +v -0.304176 0.427858 -0.522090 +v 0.594644 0.427874 0.107259 +v 0.095134 0.476554 -0.135865 +v -0.736327 -0.180023 0.039546 +v 0.039546 -0.180023 -0.736328 +v -1.128620 0.773099 -0.352747 +v -0.352747 0.773099 -1.128621 +v -0.284305 -0.137762 -0.284305 +v -0.676598 0.815361 -0.676598 +v -0.333823 -0.014390 -0.316146 +v -0.316146 -0.014390 -0.333823 +v -0.341294 0.008267 -0.323616 +v -0.323617 0.008267 -0.341294 +v -0.113432 -0.682792 -0.095754 +v -0.095754 -0.682792 -0.113432 +v -0.223628 -0.348591 -0.205950 +v -0.205950 -0.348591 -0.223627 +v -0.003117 -1.017355 0.014561 +v 0.014561 -1.017355 -0.003116 +v -0.900276 0.317200 -0.124403 +v -0.124404 0.317200 -0.900276 +v -0.448254 0.359462 -0.448254 +v -0.548625 -0.287351 -0.587995 +v 0.548625 -0.287351 -0.587995 +v -0.548625 0.351753 -1.475938 +v 0.548625 0.351754 -1.475938 +v 0.000000 -0.215917 -0.518016 +v 0.000000 0.428358 -1.411659 +v -0.012500 -0.122103 -0.616642 +v 0.012500 -0.122103 -0.616642 +v -0.012500 -0.105150 -0.635016 +v 0.012500 -0.105150 -0.635016 +v -0.012500 -0.679368 -0.137524 +v 0.012500 -0.679368 -0.137524 +v -0.012500 -0.383949 -0.357227 +v 0.012500 -0.383949 -0.357227 +v -0.012500 -1.018403 0.005291 +v 0.012500 -1.018403 0.005291 +v -0.548625 0.074334 -0.991036 +v 0.548625 0.074334 -0.991035 +v 0.000000 0.150475 -0.926208 +v 0.356121 -0.101796 -0.472551 +v 0.072109 -0.101717 0.587305 +v 1.049598 0.656800 -0.286730 +v 0.765616 0.656882 0.773135 +v 0.124634 -0.064099 0.033396 +v 0.839307 0.727552 0.224897 +v 0.182887 0.059466 0.036063 +v 0.176416 0.059468 0.060212 +v 0.194146 0.081578 0.039080 +v 0.187676 0.081580 0.063229 +v 0.010215 -0.650136 -0.010204 +v 0.003743 -0.650134 0.013944 +v 0.059579 -0.285459 0.003023 +v 0.053107 -0.285458 0.027171 +v 0.003230 -1.019150 -0.012075 +v -0.003241 -1.019148 0.012072 +v 0.619170 0.335414 -0.402068 +v 0.335182 0.335496 0.657795 +v 0.403240 0.399804 0.108048 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.795670 0.158039 +vt 0.797190 0.156435 +vt 0.798794 0.157956 +vt 0.797274 0.159560 +vt 0.772011 0.135616 +vt 0.748352 0.113193 +vt 0.749873 0.111589 +vt 0.773531 0.134012 +vt 0.724694 0.090769 +vt 0.726214 0.089165 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.795670 0.158039 +vt 0.797190 0.156435 +vt 0.798794 0.157956 +vt 0.797274 0.159560 +vt 0.772011 0.135616 +vt 0.748352 0.113193 +vt 0.749873 0.111589 +vt 0.773531 0.134012 +vt 0.724694 0.090769 +vt 0.726214 0.089165 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.795670 0.158039 +vt 0.797190 0.156435 +vt 0.798794 0.157956 +vt 0.797274 0.159560 +vt 0.772011 0.135616 +vt 0.748352 0.113193 +vt 0.749873 0.111589 +vt 0.773531 0.134012 +vt 0.724694 0.090769 +vt 0.726214 0.089165 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.795670 0.158039 +vt 0.797190 0.156435 +vt 0.798794 0.157956 +vt 0.797274 0.159560 +vt 0.772011 0.135616 +vt 0.748352 0.113193 +vt 0.749873 0.111589 +vt 0.773531 0.134012 +vt 0.724694 0.090769 +vt 0.726214 0.089165 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.795670 0.158039 +vt 0.797190 0.156435 +vt 0.798794 0.157956 +vt 0.797274 0.159560 +vt 0.772011 0.135616 +vt 0.748352 0.113193 +vt 0.749873 0.111589 +vt 0.773531 0.134012 +vt 0.724694 0.090769 +vt 0.726214 0.089165 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.795670 0.158039 +vt 0.797190 0.156435 +vt 0.798794 0.157956 +vt 0.797274 0.159560 +vt 0.772011 0.135616 +vt 0.748352 0.113193 +vt 0.749873 0.111589 +vt 0.773531 0.134012 +vt 0.724694 0.090769 +vt 0.726214 0.089165 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.795670 0.158039 +vt 0.797190 0.156435 +vt 0.798794 0.157956 +vt 0.797274 0.159560 +vt 0.772011 0.135616 +vt 0.748352 0.113193 +vt 0.749873 0.111589 +vt 0.773531 0.134012 +vt 0.724694 0.090769 +vt 0.726214 0.089165 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.795670 0.158039 +vt 0.797190 0.156435 +vt 0.798794 0.157956 +vt 0.797274 0.159560 +vt 0.772011 0.135616 +vt 0.748352 0.113193 +vt 0.749873 0.111589 +vt 0.773531 0.134012 +vt 0.724694 0.090769 +vt 0.726214 0.089165 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.795670 0.158039 +vt 0.797190 0.156435 +vt 0.798794 0.157956 +vt 0.797274 0.159560 +vt 0.772011 0.135616 +vt 0.748352 0.113193 +vt 0.749873 0.111589 +vt 0.773531 0.134012 +vt 0.724694 0.090769 +vt 0.726214 0.089165 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vn -0.1982 0.9483 -0.2479 +vn 0.1521 0.9483 -0.2786 +vn -0.0555 0.7711 -0.6343 +vn -0.0788 0.4262 -0.9012 +vn -0.0642 0.6758 -0.7343 +vn -0.0864 0.1318 -0.9875 +vn 0.1265 0.7970 -0.5906 +vn -0.2271 0.7970 -0.5597 +vn 0.1365 0.7976 -0.5876 +vn 0.4407 0.7975 -0.4120 +vn 0.4423 0.4663 -0.7661 +vn 0.4952 0.1388 -0.8576 +vn 0.4690 0.3471 -0.8122 +vn 0.4999 0.0196 -0.8658 +vn 0.5713 0.5200 -0.6350 +vn 0.2644 0.5200 -0.8122 +vn 0.1652 0.9483 -0.2711 +vn 0.3138 0.9483 0.0477 +vn 0.5771 0.7711 -0.2691 +vn 0.8199 0.4262 -0.3823 +vn 0.6680 0.6758 -0.3115 +vn 0.8984 0.1318 -0.4189 +vn 0.5983 0.7970 -0.0831 +vn 0.4482 0.7970 -0.4048 +vn 0.5121 0.8543 -0.0889 +vn 0.4508 0.8543 0.2587 +vn 0.6678 0.7350 0.1178 +vn 0.7902 0.5968 0.1393 +vn 0.6996 0.7038 0.1234 +vn 0.9076 0.3882 0.1600 +vn 0.6160 0.7322 0.2906 +vn 0.6783 0.7322 -0.0624 +vn -0.4456 0.8532 -0.2712 +vn -0.1897 0.8532 -0.4859 +vn -0.6339 0.1661 -0.7554 +vn -0.6427 0.0191 -0.7659 +vn -0.6401 0.0914 -0.7628 +vn -0.6428 0.0012 -0.7660 +vn -0.4766 0.2557 -0.8411 +vn -0.7456 0.2558 -0.6154 +vn -0.1466 0.8532 0.5006 +vn -0.4203 0.8532 0.3090 +vn -0.5656 0.1661 0.8078 +vn -0.5735 0.0191 0.8190 +vn -0.5712 0.0914 0.8157 +vn -0.5736 0.0012 0.8192 +vn -0.6891 0.2557 0.6780 +vn -0.4014 0.2558 0.8795 +vn 0.6928 0.5689 0.4431 +vn 0.4431 0.5689 0.6928 +vn 0.6409 0.4226 0.6409 +vn 0.5037 0.4158 0.7573 +vn 0.7573 0.4158 0.5037 +vn 0.1765 0.8543 0.4889 +vn -0.1765 0.8543 0.4889 +vn 0.0000 0.7350 0.6781 +vn -0.0000 0.5968 0.8024 +vn 0.0000 0.7038 0.7104 +vn -0.0000 0.3882 0.9216 +vn -0.1792 0.7322 0.6571 +vn 0.1792 0.7322 0.6571 +vn -0.6029 0.7976 0.0202 +vn -0.5120 0.7975 -0.3191 +vn -0.8545 0.4663 -0.2290 +vn -0.9566 0.1388 -0.2564 +vn -0.9059 0.3471 -0.2428 +vn -0.9657 0.0196 -0.2588 +vn -0.7612 0.5200 -0.3875 +vn -0.8530 0.5200 -0.0452 +usemtl Leaf3 +s off +f 19/1/1 18/2/1 4/3/1 6/4/1 +f 17/5/2 19/1/2 6/4/2 3/6/2 +f 7/7/3 8/8/3 10/9/3 9/10/3 +f 13/11/4 11/12/4 12/13/4 14/14/4 +f 7/7/5 13/11/5 14/14/5 8/8/5 +f 11/12/6 15/15/6 16/16/6 12/13/6 +f 1/17/7 5/18/7 19/1/7 17/5/7 +f 5/18/8 2/19/8 18/2/8 19/1/8 +f 38/20/9 37/21/9 23/22/9 25/23/9 +f 36/24/10 38/20/10 25/23/10 22/25/10 +f 26/26/11 27/27/11 29/28/11 28/29/11 +f 32/30/12 30/31/12 31/32/12 33/33/12 +f 26/26/13 32/30/13 33/33/13 27/27/13 +f 30/31/14 34/34/14 35/35/14 31/32/14 +f 20/36/15 24/37/15 38/20/15 36/24/15 +f 24/37/16 21/38/16 37/21/16 38/20/16 +f 57/39/17 56/40/17 42/41/17 44/42/17 +f 55/43/18 57/39/18 44/42/18 41/44/18 +f 45/45/19 46/46/19 48/47/19 47/48/19 +f 51/49/20 49/50/20 50/51/20 52/52/20 +f 45/45/21 51/49/21 52/52/21 46/46/21 +f 49/50/22 53/53/22 54/54/22 50/51/22 +f 39/55/23 43/56/23 57/39/23 55/43/23 +f 43/56/24 40/57/24 56/40/24 57/39/24 +f 76/58/25 75/59/25 61/60/25 63/61/25 +f 74/62/26 76/58/26 63/61/26 60/63/26 +f 64/64/27 65/65/27 67/66/27 66/67/27 +f 70/68/28 68/69/28 69/70/28 71/71/28 +f 64/64/29 70/68/29 71/71/29 65/65/29 +f 68/69/30 72/72/30 73/73/30 69/70/30 +f 58/74/31 62/75/31 76/58/31 74/62/31 +f 62/75/32 59/76/32 75/59/32 76/58/32 +f 95/77/33 94/78/33 80/79/33 82/80/33 +f 93/81/34 95/77/34 82/80/34 79/82/34 +f 83/83/35 84/84/35 86/85/35 85/86/35 +f 89/87/36 87/88/36 88/89/36 90/90/36 +f 83/83/37 89/87/37 90/90/37 84/84/37 +f 87/88/38 91/91/38 92/92/38 88/89/38 +f 77/93/39 81/94/39 95/77/39 93/81/39 +f 81/94/40 78/95/40 94/78/40 95/77/40 +f 114/96/41 113/97/41 99/98/41 101/99/41 +f 112/100/42 114/96/42 101/99/42 98/101/42 +f 102/102/43 103/103/43 105/104/43 104/105/43 +f 108/106/44 106/107/44 107/108/44 109/109/44 +f 102/102/45 108/106/45 109/109/45 103/103/45 +f 106/107/46 110/110/46 111/111/46 107/108/46 +f 96/112/47 100/113/47 114/96/47 112/100/47 +f 100/113/48 97/114/48 113/97/48 114/96/48 +f 133/115/49 132/116/49 118/117/49 120/118/49 +f 131/119/50 133/115/50 120/118/50 117/120/50 +f 121/121/51 122/122/51 124/123/51 123/124/51 +f 127/125/51 125/126/51 126/127/51 128/128/51 +f 121/121/51 127/125/51 128/128/51 122/122/51 +f 125/126/51 129/129/51 130/130/51 126/127/51 +f 115/131/52 119/132/52 133/115/52 131/119/52 +f 119/132/53 116/133/53 132/116/53 133/115/53 +f 152/134/54 151/135/54 137/136/54 139/137/54 +f 150/138/55 152/134/55 139/137/55 136/139/55 +f 140/140/56 141/141/56 143/142/56 142/143/56 +f 146/144/57 144/145/57 145/146/57 147/147/57 +f 140/140/58 146/144/58 147/147/58 141/141/58 +f 144/145/59 148/148/59 149/149/59 145/146/59 +f 134/150/60 138/151/60 152/134/60 150/138/60 +f 138/151/61 135/152/61 151/135/61 152/134/61 +f 171/153/62 170/154/62 156/155/62 158/156/62 +f 169/157/63 171/153/63 158/156/63 155/158/63 +f 159/159/64 160/160/64 162/161/64 161/162/64 +f 165/163/65 163/164/65 164/165/65 166/166/65 +f 159/159/66 165/163/66 166/166/66 160/160/66 +f 163/164/67 167/167/67 168/168/67 164/165/67 +f 153/169/68 157/170/68 171/153/68 169/157/68 +f 157/170/69 154/171/69 170/154/69 171/153/69 diff --git a/mods/default/models/deco4.mtl b/mods/default/models/deco4.mtl new file mode 100644 index 0000000..1fa129e --- /dev/null +++ b/mods/default/models/deco4.mtl @@ -0,0 +1,12 @@ +# Blender MTL File: 'None' +# Material Count: 1 + +newmtl Leaf4 +Ns 96.078443 +Ka 1.000000 1.000000 1.000000 +Kd 0.640000 0.640000 0.640000 +Ks 0.500000 0.500000 0.500000 +Ke 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 diff --git a/mods/default/models/deco4.obj b/mods/default/models/deco4.obj new file mode 100644 index 0000000..9d233fd --- /dev/null +++ b/mods/default/models/deco4.obj @@ -0,0 +1,235 @@ +# Blender v3.0.0 OBJ File: '' +# www.blender.org +mtllib deco4.mtl +o Leaves2_Plane.037 +v 0.000000 -0.500000 0.500000 +v -0.493763 -0.600000 0.500000 +v -0.493763 -0.700000 0.993762 +v 0.000000 -0.600000 0.993762 +v 0.493762 -0.600000 0.500000 +v 0.493762 -0.700000 0.993762 +v 0.493763 -0.600000 0.006237 +v 0.000000 -0.500000 0.006237 +v -0.493763 -0.600000 0.006237 +v -0.272725 -0.341912 0.428467 +v -0.677191 -0.441912 0.145256 +v -0.960402 -0.541912 0.549722 +v -0.555936 -0.441912 0.832933 +v 0.131742 -0.441912 0.711677 +v -0.151469 -0.541912 1.116144 +v 0.414952 -0.441912 0.307211 +v 0.010486 -0.341912 0.024000 +v -0.393981 -0.441912 -0.259211 +v -0.427192 -0.404488 0.294733 +v -0.710403 -0.504488 -0.109734 +v -1.114870 -0.604488 0.173476 +v -0.831659 -0.504488 0.577943 +v -0.143982 -0.504488 0.699199 +v -0.548448 -0.604488 0.982410 +v 0.260485 -0.504488 0.415989 +v -0.022725 -0.404488 0.011522 +v -0.305936 -0.504488 -0.392945 +v 0.445756 -0.440878 0.276359 +v 0.162546 -0.540878 0.680826 +v 0.567012 -0.640878 0.964037 +v 0.850223 -0.540878 0.559570 +v 0.728967 -0.540878 -0.128107 +v 1.133434 -0.640878 0.155103 +v 0.324500 -0.540878 -0.411318 +v 0.041290 -0.440878 -0.006851 +v -0.241921 -0.540878 0.397615 +v 0.051549 -0.508595 -0.600000 +v -0.442213 -0.408595 -0.600000 +v -0.442213 -0.308595 -1.093762 +v 0.051549 -0.408595 -1.093762 +v 0.545312 -0.408595 -0.600000 +v 0.545312 -0.308595 -1.093763 +v 0.545312 -0.408595 -0.106237 +v 0.051549 -0.508595 -0.106237 +v -0.442213 -0.408595 -0.106237 +v 0.315982 -0.350507 -0.502168 +v -0.088484 -0.250507 -0.785379 +v 0.194726 -0.150507 -1.189845 +v 0.599193 -0.250507 -0.906635 +v 0.720449 -0.250507 -0.218957 +v 1.003659 -0.150507 -0.623424 +v 0.437238 -0.250507 0.185509 +v 0.032772 -0.350507 -0.097701 +v -0.371695 -0.250507 -0.380912 +v -0.341883 -0.404488 -0.480042 +v -0.746350 -0.304488 -0.196831 +v -1.029560 -0.204488 -0.601298 +v -0.625094 -0.304488 -0.884508 +v 0.062583 -0.304488 -0.763252 +v -0.220627 -0.204488 -1.167719 +v 0.345794 -0.304488 -0.358786 +v -0.058673 -0.404488 -0.075575 +v -0.463139 -0.304488 0.207636 +v 0.552849 -0.440877 -0.036703 +v 0.552849 -0.340878 -0.530466 +v 1.046612 -0.240877 -0.530466 +v 1.046612 -0.340877 -0.036703 +v 0.552850 -0.340877 0.457059 +v 1.046612 -0.240877 0.457059 +v 0.059087 -0.340878 0.457059 +v 0.059087 -0.440878 -0.036703 +v 0.059087 -0.340878 -0.530466 +v -0.547150 -0.508595 -0.098700 +v -0.547150 -0.408595 0.395063 +v -1.040913 -0.308595 0.395063 +v -1.040913 -0.408595 -0.098700 +v -0.547150 -0.408595 -0.592463 +v -1.040913 -0.308595 -0.592462 +v -0.053388 -0.408595 -0.592462 +v -0.053388 -0.508595 -0.098700 +v -0.053388 -0.408595 0.395063 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vn -0.1947 0.9613 0.1947 +vn 0.1947 0.9613 0.1947 +vn 0.1985 0.9801 0.0000 +vn -0.1985 0.9801 0.0000 +vn -0.2712 0.9613 0.0478 +vn 0.0478 0.9613 0.2712 +vn 0.1626 0.9801 0.1139 +vn -0.1626 0.9801 -0.1139 +vn -0.2712 0.9613 -0.0478 +vn -0.0478 0.9613 0.2712 +vn 0.1139 0.9801 0.1626 +vn -0.1139 0.9801 -0.1626 +vn 0.2712 0.9613 -0.0478 +vn 0.1139 0.9801 -0.1626 +vn -0.1139 0.9801 0.1626 +vn -0.1947 -0.9613 -0.1947 +vn 0.1947 -0.9613 -0.1947 +vn 0.1985 -0.9801 -0.0000 +vn -0.1985 -0.9801 -0.0000 +vn -0.0478 -0.9613 -0.2712 +vn 0.2712 -0.9613 -0.0478 +vn 0.1626 -0.9801 0.1139 +vn -0.1626 -0.9801 -0.1139 +vn -0.2712 -0.9613 -0.0478 +vn 0.0478 -0.9613 -0.2712 +vn 0.1626 -0.9801 -0.1139 +vn -0.1626 -0.9801 0.1139 +vn 0.1947 -0.9613 0.1947 +vn 0.0000 -0.9801 0.1985 +vn 0.0000 -0.9801 -0.1985 +vn -0.1947 -0.9613 0.1947 +usemtl Leaf4 +s 1 +f 1/1/1 2/2/1 3/3/1 4/4/1 +f 5/5/2 1/1/2 4/4/2 6/6/2 +f 7/7/3 8/8/3 1/1/3 5/5/3 +f 8/8/4 9/9/4 2/2/4 1/1/4 +f 10/10/5 11/11/5 12/12/5 13/13/5 +f 14/14/6 10/10/6 13/13/6 15/15/6 +f 16/16/7 17/17/7 10/10/7 14/14/7 +f 17/17/8 18/18/8 11/11/8 10/10/8 +f 19/19/9 20/20/9 21/21/9 22/22/9 +f 23/23/10 19/19/10 22/22/10 24/24/10 +f 25/25/11 26/26/11 19/19/11 23/23/11 +f 26/26/12 27/27/12 20/20/12 19/19/12 +f 28/28/6 29/29/6 30/30/6 31/31/6 +f 32/32/13 28/28/13 31/31/13 33/33/13 +f 34/34/14 35/35/14 28/28/14 32/32/14 +f 35/35/15 36/36/15 29/29/15 28/28/15 +f 37/37/16 38/38/16 39/39/16 40/40/16 +f 41/41/17 37/37/17 40/40/17 42/42/17 +f 43/43/18 44/44/18 37/37/18 41/41/18 +f 44/44/19 45/45/19 38/38/19 37/37/19 +f 46/46/20 47/47/20 48/48/20 49/49/20 +f 50/50/21 46/46/21 49/49/21 51/51/21 +f 52/52/22 53/53/22 46/46/22 50/50/22 +f 53/53/23 54/54/23 47/47/23 46/46/23 +f 55/55/24 56/56/24 57/57/24 58/58/24 +f 59/59/25 55/55/25 58/58/25 60/60/25 +f 61/61/26 62/62/26 55/55/26 59/59/26 +f 62/62/27 63/63/27 56/56/27 55/55/27 +f 64/64/17 65/65/17 66/66/17 67/67/17 +f 68/68/28 64/64/28 67/67/28 69/69/28 +f 70/70/29 71/71/29 64/64/29 68/68/29 +f 71/71/30 72/72/30 65/65/30 64/64/30 +f 73/73/31 74/74/31 75/75/31 76/76/31 +f 77/77/16 73/73/16 76/76/16 78/78/16 +f 79/79/30 80/80/30 73/73/30 77/77/30 +f 80/80/29 81/81/29 74/74/29 73/73/29 diff --git a/mods/default/models/deco5.mtl b/mods/default/models/deco5.mtl new file mode 100644 index 0000000..1bcb525 --- /dev/null +++ b/mods/default/models/deco5.mtl @@ -0,0 +1,12 @@ +# Blender MTL File: 'forest11.blend' +# Material Count: 1 + +newmtl leaves5 +Ns 96.078431 +Ka 1.000000 1.000000 1.000000 +Kd 0.640000 0.640000 0.640000 +Ks 0.500000 0.500000 0.500000 +Ke 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 diff --git a/mods/default/models/deco5.obj b/mods/default/models/deco5.obj new file mode 100644 index 0000000..48178e7 --- /dev/null +++ b/mods/default/models/deco5.obj @@ -0,0 +1,390 @@ +# Blender v2.79 (sub 7) OBJ File: 'forest11.blend' +# www.blender.org +mtllib deco5.mtl +o leaves5.004 +v -0.435158 -0.739046 0.051967 +v 0.660274 -0.426688 -0.346738 +v -0.762880 0.426688 0.064830 +v 0.332552 0.739046 -0.333875 +v 0.016015 -0.111902 -0.005829 +v 0.038707 -0.105431 -0.014088 +v 0.009935 -0.087754 -0.003616 +v 0.032627 -0.081283 -0.011875 +v 0.380831 -1.560791 -0.138611 +v 0.403523 -1.554320 -0.146870 +v 0.374751 -1.536642 -0.136398 +v 0.397442 -1.530172 -0.144657 +v 0.195383 -0.824272 -0.071113 +v 0.218075 -0.817802 -0.079373 +v 0.105699 -0.468087 -0.038471 +v 0.128391 -0.461617 -0.046730 +v 0.285067 -1.180457 -0.103756 +v 0.307759 -1.173987 -0.112015 +v 0.031636 -0.108667 0.001788 +v 0.023086 -0.108667 -0.021705 +v 0.025556 -0.084519 0.004001 +v 0.017006 -0.084519 -0.019492 +v 0.396452 -1.557555 -0.130994 +v 0.387901 -1.557555 -0.154487 +v 0.390372 -1.533407 -0.128781 +v 0.381821 -1.533407 -0.152274 +v 0.211004 -0.821037 -0.063497 +v 0.202454 -0.821037 -0.086989 +v 0.121320 -0.464852 -0.030855 +v 0.112770 -0.464852 -0.054347 +v 0.300688 -1.177222 -0.096139 +v 0.292137 -1.177222 -0.119631 +v -0.581918 -0.156179 0.105383 +v 0.513514 0.156179 -0.293322 +v 0.146760 -0.582867 -0.053416 +v -0.180962 0.582867 -0.040553 +v 0.000000 0.000000 0.000000 +v 1.060478 -0.978581 -0.348910 +v 0.135972 -0.978581 0.426843 +v 1.446581 0.072941 0.111230 +v 0.522075 0.072941 0.886983 +v 0.682906 -0.491387 0.120440 +v 0.663755 -0.491387 0.136510 +v 0.689698 -0.468729 0.128533 +v 0.670547 -0.468729 0.144603 +v 0.275426 -1.850849 -0.365176 +v 0.256275 -1.850849 -0.349107 +v 0.282217 -1.828191 -0.357083 +v 0.263066 -1.828191 -0.341013 +v 0.482562 -1.159789 -0.118322 +v 0.463411 -1.159789 -0.102252 +v 0.582734 -0.825588 0.001059 +v 0.563583 -0.825588 0.017129 +v 0.382390 -1.493990 -0.237702 +v 0.363238 -1.493990 -0.221633 +v 0.666049 -0.486104 0.119796 +v 0.680613 -0.496670 0.137153 +v 0.672840 -0.463447 0.127890 +v 0.687404 -0.474012 0.145246 +v 0.258568 -1.845566 -0.365820 +v 0.273132 -1.856132 -0.348463 +v 0.265360 -1.822908 -0.357727 +v 0.279924 -1.833474 -0.340370 +v 0.465704 -1.154506 -0.118965 +v 0.480268 -1.165072 -0.101608 +v 0.565877 -0.820305 0.000415 +v 0.580441 -0.830871 0.017772 +v 0.365532 -1.488707 -0.238346 +v 0.380096 -1.499273 -0.220989 +v 1.224401 -0.431689 -0.153553 +v 0.299895 -0.431689 0.622200 +v 0.539968 -0.936319 -0.030461 +v 0.926072 0.115203 0.429680 +v 0.703892 -0.389427 0.164896 +v 0.122538 -0.400003 -0.677893 +v 1.217970 -0.812772 -0.384372 +v 0.547124 0.734072 -0.667653 +v 1.642557 0.321303 -0.374133 +v 0.795212 -0.140790 -0.394122 +v 0.817904 -0.149341 -0.388042 +v 0.803471 -0.117298 -0.391909 +v 0.826163 -0.125848 -0.385829 +v 0.299663 -1.550329 -0.526904 +v 0.322355 -1.558879 -0.520824 +v 0.307922 -1.526837 -0.524691 +v 0.330614 -1.535387 -0.518611 +v 0.551567 -0.833813 -0.459407 +v 0.574259 -0.842364 -0.453327 +v 0.673390 -0.487302 -0.426765 +v 0.696081 -0.495852 -0.420684 +v 0.429745 -1.180325 -0.492049 +v 0.452436 -1.188875 -0.485969 +v 0.803322 -0.145065 -0.379008 +v 0.809793 -0.145065 -0.403156 +v 0.811582 -0.121573 -0.376795 +v 0.818052 -0.121573 -0.400943 +v 0.307774 -1.554604 -0.511790 +v 0.314244 -1.554604 -0.535938 +v 0.316033 -1.531112 -0.509577 +v 0.322503 -1.531112 -0.533725 +v 0.559678 -0.838089 -0.444293 +v 0.566148 -0.838089 -0.468441 +v 0.681500 -0.491577 -0.411650 +v 0.687971 -0.491577 -0.435798 +v 0.437855 -1.184600 -0.476935 +v 0.444326 -1.184600 -0.501083 +v 0.321890 0.167035 -0.624476 +v 1.417322 -0.245734 -0.330956 +v 0.644372 -0.606387 -0.434540 +v 1.068959 0.527688 -0.424300 +v 0.843724 -0.039350 -0.381124 +v -0.359566 -1.152318 -1.118119 +v 0.493811 -1.152317 -0.264743 +v -0.288856 0.054540 -1.188830 +v 0.564521 0.054540 -0.335454 +v -0.012427 -0.661389 -0.629559 +v 0.005250 -0.661389 -0.611882 +v -0.012427 -0.636389 -0.629559 +v 0.005250 -0.636389 -0.611882 +v -0.012428 -2.161389 -0.629559 +v 0.005250 -2.161389 -0.611882 +v -0.012428 -2.136389 -0.629559 +v 0.005250 -2.136389 -0.611882 +v -0.012427 -1.398889 -0.629559 +v 0.005250 -1.398889 -0.611882 +v -0.012427 -1.030139 -0.629559 +v 0.005250 -1.030139 -0.611882 +v -0.012427 -1.767639 -0.629559 +v 0.005250 -1.767639 -0.611882 +v -0.012428 -0.661389 -0.611882 +v 0.005250 -0.661389 -0.629559 +v -0.012428 -0.636389 -0.611882 +v 0.005250 -0.636389 -0.629559 +v -0.012428 -2.161389 -0.611882 +v 0.005250 -2.161389 -0.629559 +v -0.012428 -2.136389 -0.611882 +v 0.005250 -2.136389 -0.629559 +v -0.012428 -1.398889 -0.611882 +v 0.005250 -1.398889 -0.629559 +v -0.012428 -1.030139 -0.611882 +v 0.005250 -1.030139 -0.629559 +v -0.012428 -1.767639 -0.611882 +v 0.005250 -1.767639 -0.629559 +v -0.359566 -0.548889 -1.118120 +v 0.493811 -0.548889 -0.264743 +v -0.003589 -1.152317 -0.620721 +v 0.067122 0.054540 -0.691431 +v -0.003589 -0.548889 -0.620721 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.480068 0.545625 +vt 0.481707 0.545625 +vt 0.481707 0.547264 +vt 0.480068 0.547264 +vt 0.480068 0.447264 +vt 0.481707 0.447264 +vt 0.481707 0.448903 +vt 0.480068 0.448903 +vt 0.480068 0.473084 +vt 0.481707 0.473084 +vt 0.480068 0.521444 +vt 0.480068 0.497264 +vt 0.481707 0.497264 +vt 0.481707 0.521444 +vt 0.480068 0.545625 +vt 0.481707 0.545625 +vt 0.481707 0.547264 +vt 0.480068 0.547264 +vt 0.480068 0.447264 +vt 0.481707 0.447264 +vt 0.481707 0.448903 +vt 0.480068 0.448903 +vt 0.480068 0.473084 +vt 0.481707 0.473084 +vt 0.480068 0.521444 +vt 0.480068 0.497264 +vt 0.481707 0.497264 +vt 0.481707 0.521444 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.480068 0.545625 +vt 0.481707 0.545625 +vt 0.481707 0.547264 +vt 0.480068 0.547264 +vt 0.480068 0.447264 +vt 0.481707 0.447264 +vt 0.481707 0.448903 +vt 0.480068 0.448903 +vt 0.480068 0.473084 +vt 0.481707 0.473084 +vt 0.480068 0.521444 +vt 0.480068 0.497264 +vt 0.481707 0.497264 +vt 0.481707 0.521444 +vt 0.480068 0.545625 +vt 0.481707 0.545625 +vt 0.481707 0.547264 +vt 0.480068 0.547264 +vt 0.480068 0.447264 +vt 0.481707 0.447264 +vt 0.481707 0.448903 +vt 0.480068 0.448903 +vt 0.480068 0.473084 +vt 0.481707 0.473084 +vt 0.480068 0.521444 +vt 0.480068 0.497264 +vt 0.481707 0.497264 +vt 0.481707 0.521444 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.480068 0.545625 +vt 0.481707 0.545625 +vt 0.481707 0.547264 +vt 0.480068 0.547264 +vt 0.480068 0.447264 +vt 0.481707 0.447264 +vt 0.481707 0.448903 +vt 0.480068 0.448903 +vt 0.480068 0.473084 +vt 0.481707 0.473084 +vt 0.480068 0.521444 +vt 0.480068 0.497264 +vt 0.481707 0.497264 +vt 0.481707 0.521444 +vt 0.480068 0.545625 +vt 0.481707 0.545625 +vt 0.481707 0.547264 +vt 0.480068 0.547264 +vt 0.480068 0.447264 +vt 0.481707 0.447264 +vt 0.481707 0.448903 +vt 0.480068 0.448903 +vt 0.480068 0.473084 +vt 0.481707 0.473084 +vt 0.480068 0.521444 +vt 0.480068 0.497264 +vt 0.481707 0.497264 +vt 0.481707 0.521444 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.480068 0.545625 +vt 0.481707 0.545625 +vt 0.481707 0.547264 +vt 0.480068 0.547264 +vt 0.480068 0.447264 +vt 0.481707 0.447264 +vt 0.481707 0.448903 +vt 0.480068 0.448903 +vt 0.480068 0.473084 +vt 0.481707 0.473084 +vt 0.480068 0.521444 +vt 0.480068 0.497264 +vt 0.481707 0.497264 +vt 0.481707 0.521444 +vt 0.480068 0.545625 +vt 0.481707 0.545625 +vt 0.481707 0.547264 +vt 0.480068 0.547264 +vt 0.480068 0.447264 +vt 0.481707 0.447264 +vt 0.481707 0.448903 +vt 0.480068 0.448903 +vt 0.480068 0.473084 +vt 0.481707 0.473084 +vt 0.480068 0.521444 +vt 0.480068 0.497264 +vt 0.481707 0.497264 +vt 0.481707 0.521444 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vn 0.4402 0.1976 0.8759 +vn 0.3420 0.0000 0.9397 +vn 0.9077 0.2588 -0.3304 +vn 0.4858 0.0423 0.8730 +vn 0.1890 -0.0423 0.9811 +vn 0.1473 0.1141 0.9825 +vn -0.6470 0.5577 -0.5200 +vn -0.5826 0.4226 -0.6943 +vn -0.7660 0.0000 0.6428 +vn -0.7000 0.4169 -0.5798 +vn -0.4495 0.4169 -0.7900 +vn -0.3998 0.5577 -0.7274 +vn -0.0522 0.0964 0.9940 +vn -0.2588 0.0000 0.9659 +vn 0.9077 -0.3420 0.2432 +vn -0.1069 -0.0559 0.9927 +vn -0.4037 0.0559 0.9132 +vn -0.3451 0.2068 0.9155 +vn -0.5744 0.1613 0.8025 +vn -0.7071 0.0000 0.7071 +vn 0.7071 0.0000 0.7071 +vn -0.5820 0.0000 0.8132 +vn -0.8132 0.0000 0.5820 +vn -0.8025 0.1613 0.5744 +usemtl leaves5 +s off +f 37/1/1 34/2/1 4/3/1 36/4/1 +f 5/5/2 6/6/2 8/7/2 7/8/2 +f 9/9/2 10/10/2 12/11/2 11/12/2 +f 17/13/2 11/12/2 12/11/2 18/14/2 +f 15/15/2 13/16/2 14/17/2 16/18/2 +f 5/5/2 15/15/2 16/18/2 6/6/2 +f 13/16/2 17/13/2 18/14/2 14/17/2 +f 19/19/3 20/20/3 22/21/3 21/22/3 +f 23/23/3 24/24/3 26/25/3 25/26/3 +f 31/27/3 25/26/3 26/25/3 32/28/3 +f 29/29/3 27/30/3 28/31/3 30/32/3 +f 19/19/3 29/29/3 30/32/3 20/20/3 +f 27/30/3 31/27/3 32/28/3 28/31/3 +f 35/33/4 2/34/4 34/2/4 37/1/4 +f 1/35/5 35/33/5 37/1/5 33/36/5 +f 33/36/6 37/1/6 36/4/6 3/37/6 +f 74/38/7 71/39/7 41/40/7 73/41/7 +f 42/42/8 43/43/8 45/44/8 44/45/8 +f 46/46/8 47/47/8 49/48/8 48/49/8 +f 54/50/8 48/49/8 49/48/8 55/51/8 +f 52/52/8 50/53/8 51/54/8 53/55/8 +f 42/42/8 52/52/8 53/55/8 43/43/8 +f 50/53/8 54/50/8 55/51/8 51/54/8 +f 56/56/9 57/57/9 59/58/9 58/59/9 +f 60/60/9 61/61/9 63/62/9 62/63/9 +f 68/64/9 62/63/9 63/62/9 69/65/9 +f 66/66/9 64/67/9 65/68/9 67/69/9 +f 56/56/9 66/66/9 67/69/9 57/57/9 +f 64/67/9 68/64/9 69/65/9 65/68/9 +f 72/70/10 39/71/10 71/39/10 74/38/10 +f 38/72/11 72/70/11 74/38/11 70/73/11 +f 70/73/12 74/38/12 73/41/12 40/74/12 +f 111/75/13 108/76/13 78/77/13 110/78/13 +f 79/79/14 80/80/14 82/81/14 81/82/14 +f 83/83/14 84/84/14 86/85/14 85/86/14 +f 91/87/14 85/86/14 86/85/14 92/88/14 +f 89/89/14 87/90/14 88/91/14 90/92/14 +f 79/79/14 89/89/14 90/92/14 80/80/14 +f 87/90/14 91/87/14 92/88/14 88/91/14 +f 93/93/15 94/94/15 96/95/15 95/96/15 +f 97/97/15 98/98/15 100/99/15 99/100/15 +f 105/101/15 99/100/15 100/99/15 106/102/15 +f 103/103/15 101/104/15 102/105/15 104/106/15 +f 93/93/15 103/103/15 104/106/15 94/94/15 +f 101/104/15 105/101/15 106/102/15 102/105/15 +f 109/107/16 76/108/16 108/76/16 111/75/16 +f 75/109/17 109/107/17 111/75/17 107/110/17 +f 107/110/18 111/75/18 110/78/18 77/111/18 +f 148/112/19 145/113/19 115/114/19 147/115/19 +f 116/116/20 117/117/20 119/118/20 118/119/20 +f 120/120/20 121/121/20 123/122/20 122/123/20 +f 128/124/20 122/123/20 123/122/20 129/125/20 +f 126/126/20 124/127/20 125/128/20 127/129/20 +f 116/116/20 126/126/20 127/129/20 117/117/20 +f 124/127/20 128/124/20 129/125/20 125/128/20 +f 130/130/21 131/131/21 133/132/21 132/133/21 +f 134/134/21 135/135/21 137/136/21 136/137/21 +f 142/138/21 136/137/21 137/136/21 143/139/21 +f 140/140/21 138/141/21 139/142/21 141/143/21 +f 130/130/21 140/140/21 141/143/21 131/131/21 +f 138/141/21 142/138/21 143/139/21 139/142/21 +f 146/144/22 113/145/22 145/113/22 148/112/22 +f 112/146/23 146/144/23 148/112/23 144/147/23 +f 144/147/24 148/112/24 147/115/24 114/148/24 diff --git a/mods/default/models/leaves.mtl b/mods/default/models/leaves.mtl new file mode 100644 index 0000000..3d90d10 --- /dev/null +++ b/mods/default/models/leaves.mtl @@ -0,0 +1,35 @@ +# Blender MTL File: 'forest11.blend' +# Material Count: 3 + +newmtl leavesfull(1) +Ns 96.078431 +Ka 1.000000 1.000000 1.000000 +Kd 0.640000 0.640000 0.640000 +Ks 0.500000 0.500000 0.500000 +Ke 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd /media/kali/b215534f-f0a5-4d5b-8c53-59a6c388c835/home/jova/blender/proyectos/Minetest/survival/tree/leavesfull(1).png + +newmtl leavesfull(y) +Ns 96.078431 +Ka 1.000000 1.000000 1.000000 +Kd 0.640000 0.640000 0.640000 +Ks 0.500000 0.500000 0.500000 +Ke 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd /media/kali/b215534f-f0a5-4d5b-8c53-59a6c388c835/home/jova/blender/proyectos/Minetest/survival/tree/leavesfull(y).png + +newmtl leavesfull(z) +Ns 96.078431 +Ka 1.000000 1.000000 1.000000 +Kd 0.640000 0.640000 0.640000 +Ks 0.500000 0.500000 0.500000 +Ke 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd /media/kali/b215534f-f0a5-4d5b-8c53-59a6c388c835/home/jova/blender/proyectos/Minetest/survival/tree/leavesfull(z).png diff --git a/mods/default/models/leaves.obj b/mods/default/models/leaves.obj new file mode 100644 index 0000000..1023484 --- /dev/null +++ b/mods/default/models/leaves.obj @@ -0,0 +1,38 @@ +# Blender v2.79 (sub 7) OBJ File: 'forest11.blend' +# www.blender.org +mtllib leaves.mtl +o survival:tree_leaves_leavesfull(y) +v 0.000000 1.000000 -3.500000 +v 0.000001 1.000000 3.500000 +v 0.000000 8.000000 -3.500000 +v 0.000001 8.000000 3.500000 +v -3.499999 0.000000 -0.000000 +v 3.500001 0.000000 -0.000000 +v -3.499999 7.000000 0.000000 +v 3.500001 7.000000 0.000000 +v -3.500000 2.499999 3.500000 +v 3.500001 2.500000 3.500000 +v -3.500000 2.500001 -3.500000 +v 3.500001 2.500001 -3.500000 +vt 0.000300 1.000300 +vt 0.999700 1.000300 +vt 0.999700 1.999700 +vt 0.000300 1.999700 +vt 1.000300 0.000300 +vt 1.999700 0.000300 +vt 1.999700 0.999700 +vt 1.000300 0.999700 +vt 0.000300 0.000300 +vt 0.999700 0.000300 +vt 0.999700 0.999700 +vt 0.000300 0.999700 +vn -1.0000 -0.0000 0.0000 +vn -0.0000 -0.0000 1.0000 +vn -0.0000 1.0000 0.0000 +usemtl leavesfull(y) +s off +f 1/1/1 2/2/1 4/3/1 3/4/1 +usemtl leavesfull(1) +f 5/5/2 6/6/2 8/7/2 7/8/2 +usemtl leavesfull(z) +f 9/9/3 10/10/3 12/11/3 11/12/3 diff --git a/mods/default/models/old/deco4.obj b/mods/default/models/old/deco4.obj new file mode 100644 index 0000000..e685861 --- /dev/null +++ b/mods/default/models/old/deco4.obj @@ -0,0 +1,235 @@ +# Blender v2.79 (sub 7) OBJ File: 'forest11.blend' +# www.blender.org +mtllib deco4.mtl +o Leaves2_Plane.037 +v 0.493763 -0.400000 0.006237 +v -0.493763 -0.400000 0.006237 +v 0.493762 -0.500000 0.993762 +v -0.493763 -0.500000 0.993762 +v -0.000000 -0.300000 0.006237 +v -0.000000 -0.400000 0.993762 +v 0.493762 -0.400000 0.500000 +v -0.493763 -0.400000 0.500000 +v -0.000000 -0.300000 0.500000 +v 0.414952 -0.241912 0.307211 +v -0.393981 -0.241912 -0.259211 +v -0.151469 -0.341912 1.116144 +v -0.960402 -0.341912 0.549722 +v 0.010486 -0.141912 0.024000 +v -0.555936 -0.241912 0.832933 +v 0.131742 -0.241912 0.711677 +v -0.677191 -0.241912 0.145256 +v -0.272725 -0.141912 0.428467 +v 0.260485 -0.304488 0.415989 +v -0.305936 -0.304488 -0.392945 +v -0.548448 -0.404488 0.982410 +v -1.114870 -0.404488 0.173476 +v -0.022725 -0.204488 0.011522 +v -0.831659 -0.304488 0.577943 +v -0.143982 -0.304488 0.699199 +v -0.710403 -0.304488 -0.109734 +v -0.427192 -0.204488 0.294733 +v 0.324500 -0.340878 -0.411318 +v -0.241921 -0.340878 0.397615 +v 1.133434 -0.440878 0.155103 +v 0.567012 -0.440878 0.964037 +v 0.041290 -0.240878 -0.006851 +v 0.850223 -0.340878 0.559570 +v 0.728967 -0.340878 -0.128107 +v 0.162546 -0.340878 0.680826 +v 0.445756 -0.240878 0.276359 +v 0.545312 -0.208595 -0.106237 +v -0.442213 -0.208595 -0.106237 +v 0.545312 -0.108595 -1.093763 +v -0.442213 -0.108595 -1.093762 +v 0.051549 -0.308595 -0.106237 +v 0.051549 -0.208595 -1.093762 +v 0.545312 -0.208595 -0.600000 +v -0.442213 -0.208595 -0.600000 +v 0.051549 -0.308595 -0.600000 +v 0.437238 -0.050507 0.185509 +v -0.371695 -0.050507 -0.380912 +v 1.003659 0.049493 -0.623424 +v 0.194726 0.049493 -1.189845 +v 0.032772 -0.150507 -0.097701 +v 0.599193 -0.050507 -0.906635 +v 0.720449 -0.050507 -0.218957 +v -0.088484 -0.050507 -0.785379 +v 0.315982 -0.150507 -0.502168 +v 0.345794 -0.104488 -0.358786 +v -0.463139 -0.104488 0.207636 +v -0.220627 -0.004488 -1.167719 +v -1.029560 -0.004488 -0.601298 +v -0.058673 -0.204488 -0.075575 +v -0.625094 -0.104488 -0.884508 +v 0.062583 -0.104488 -0.763252 +v -0.746350 -0.104488 -0.196831 +v -0.341883 -0.204488 -0.480042 +v 0.059087 -0.140878 0.457059 +v 0.059087 -0.140878 -0.530466 +v 1.046612 -0.040877 0.457059 +v 1.046612 -0.040877 -0.530466 +v 0.059087 -0.240878 -0.036703 +v 1.046612 -0.140877 -0.036703 +v 0.552850 -0.140877 0.457059 +v 0.552849 -0.140878 -0.530466 +v 0.552849 -0.240877 -0.036703 +v -0.053388 -0.208595 -0.592462 +v -0.053388 -0.208595 0.395063 +v -1.040913 -0.108595 -0.592462 +v -1.040913 -0.108595 0.395063 +v -0.053388 -0.308595 -0.098700 +v -1.040913 -0.208595 -0.098700 +v -0.547150 -0.208595 -0.592463 +v -0.547150 -0.208595 0.395063 +v -0.547150 -0.308595 -0.098700 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vt 0.500000 0.500000 +vt 1.000000 0.500000 +vt 1.000000 1.000000 +vt 0.500000 1.000000 +vt 0.000000 0.500000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vt 0.500000 0.000000 +vt 1.000000 0.000000 +vn -0.1947 0.9613 0.1947 +vn 0.1947 0.9613 0.1947 +vn 0.1985 0.9801 0.0000 +vn -0.1985 0.9801 0.0000 +vn -0.2712 0.9613 0.0478 +vn 0.0478 0.9613 0.2712 +vn 0.1626 0.9801 0.1139 +vn -0.1626 0.9801 -0.1139 +vn -0.2712 0.9613 -0.0478 +vn -0.0478 0.9613 0.2712 +vn 0.1139 0.9801 0.1626 +vn -0.1139 0.9801 -0.1626 +vn 0.2712 0.9613 -0.0478 +vn 0.1139 0.9801 -0.1626 +vn -0.1139 0.9801 0.1626 +vn -0.1947 -0.9613 -0.1947 +vn 0.1947 -0.9613 -0.1947 +vn 0.1985 -0.9801 0.0000 +vn -0.1985 -0.9801 0.0000 +vn -0.0478 -0.9613 -0.2712 +vn 0.2712 -0.9613 -0.0478 +vn 0.1626 -0.9801 0.1139 +vn -0.1626 -0.9801 -0.1139 +vn -0.2712 -0.9613 -0.0478 +vn 0.0478 -0.9613 -0.2712 +vn 0.1626 -0.9801 -0.1139 +vn -0.1626 -0.9801 0.1139 +vn 0.1947 -0.9613 0.1947 +vn 0.0000 -0.9801 0.1985 +vn 0.0000 -0.9801 -0.1985 +vn -0.1947 -0.9613 0.1947 +usemtl Leaf4 +s off +f 9/1/1 8/2/1 4/3/1 6/4/1 +f 7/5/2 9/1/2 6/4/2 3/6/2 +f 1/7/3 5/8/3 9/1/3 7/5/3 +f 5/8/4 2/9/4 8/2/4 9/1/4 +f 18/10/5 17/11/5 13/12/5 15/13/5 +f 16/14/6 18/10/6 15/13/6 12/15/6 +f 10/16/7 14/17/7 18/10/7 16/14/7 +f 14/17/8 11/18/8 17/11/8 18/10/8 +f 27/19/9 26/20/9 22/21/9 24/22/9 +f 25/23/10 27/19/10 24/22/10 21/24/10 +f 19/25/11 23/26/11 27/19/11 25/23/11 +f 23/26/12 20/27/12 26/20/12 27/19/12 +f 36/28/6 35/29/6 31/30/6 33/31/6 +f 34/32/13 36/28/13 33/31/13 30/33/13 +f 28/34/14 32/35/14 36/28/14 34/32/14 +f 32/35/15 29/36/15 35/29/15 36/28/15 +f 45/37/16 44/38/16 40/39/16 42/40/16 +f 43/41/17 45/37/17 42/40/17 39/42/17 +f 37/43/18 41/44/18 45/37/18 43/41/18 +f 41/44/19 38/45/19 44/38/19 45/37/19 +f 54/46/20 53/47/20 49/48/20 51/49/20 +f 52/50/21 54/46/21 51/49/21 48/51/21 +f 46/52/22 50/53/22 54/46/22 52/50/22 +f 50/53/23 47/54/23 53/47/23 54/46/23 +f 63/55/24 62/56/24 58/57/24 60/58/24 +f 61/59/25 63/55/25 60/58/25 57/60/25 +f 55/61/26 59/62/26 63/55/26 61/59/26 +f 59/62/27 56/63/27 62/56/27 63/55/27 +f 72/64/17 71/65/17 67/66/17 69/67/17 +f 70/68/28 72/64/28 69/67/28 66/69/28 +f 64/70/29 68/71/29 72/64/29 70/68/29 +f 68/71/30 65/72/30 71/65/30 72/64/30 +f 81/73/31 80/74/31 76/75/31 78/76/31 +f 79/77/16 81/73/16 78/76/16 75/78/16 +f 73/79/30 77/80/30 81/73/30 79/77/30 +f 77/80/29 74/81/29 80/74/29 81/73/29 diff --git a/mods/default/models/torch_ceiling.obj b/mods/default/models/torch_ceiling.obj new file mode 100644 index 0000000..ea51f3c --- /dev/null +++ b/mods/default/models/torch_ceiling.obj @@ -0,0 +1,58 @@ +# Blender v2.77 (sub 0) OBJ File: 'torch_ceiling.blend' +# www.blender.org +mtllib torch_ceiling.mtl +o Cube_Cube.001 +v -0.062469 -0.047331 0.068152 +v -0.062469 -0.559515 -0.164388 +v -0.062469 0.004344 -0.045667 +v -0.062469 -0.507839 -0.278206 +v 0.062531 -0.047331 0.068152 +v 0.062531 -0.559515 -0.164388 +v 0.062531 0.004344 -0.045667 +v 0.062531 -0.507839 -0.278206 +v 0.353584 0.040000 0.363553 +v 0.353584 -0.397500 0.363553 +v -0.353522 0.040000 -0.343553 +v -0.353522 -0.397500 -0.343553 +v 0.353584 0.040000 -0.343553 +v -0.353522 0.040000 0.363553 +v 0.353584 -0.397500 -0.343553 +v -0.353522 -0.397500 0.363553 +vt 0.5625 0.5000 +vt 0.5625 0.6250 +vt 0.4375 0.6250 +vt 0.4375 0.5000 +vt 0.4375 0.0000 +vt 0.5625 0.0000 +vt 0.5625 0.1250 +vt 0.4375 0.1250 +vt 0.5625 0.6250 +vt 0.4375 0.6250 +vt 0.4375 0.6250 +vt 0.4375 0.0000 +vt 0.5625 0.6250 +vt 0.5625 0.0000 +vt 1.0000 0.5625 +vt 1.0000 1.0000 +vt 0.0000 1.0000 +vt 0.0000 0.5625 +vt 0.0000 0.5625 +vt 1.0000 0.5625 +vt 1.0000 1.0000 +vt 0.0000 1.0000 +vn 0.0000 0.9105 0.4134 +vn -0.0000 -0.4134 0.9105 +vn -1.0000 0.0000 0.0000 +vn 0.7071 0.0000 -0.7071 +vn 0.7071 0.0000 0.7071 +usemtl Material.001 +s off +f 3/1/1 1/2/1 5/3/1 7/4/1 +f 8/5/1 4/6/1 2/7/1 6/8/1 +f 3/9/2 4/6/2 8/5/2 7/10/2 +f 1/11/3 3/9/3 4/6/3 2/12/3 +f 5/13/2 1/11/2 2/12/2 6/14/2 +f 7/10/3 8/5/3 6/14/3 5/13/3 +usemtl Material.002 +f 9/15/4 10/16/4 12/17/4 11/18/4 +f 13/19/5 14/20/5 16/21/5 15/22/5 diff --git a/mods/default/models/torch_floor.obj b/mods/default/models/torch_floor.obj new file mode 100644 index 0000000..e2487ef --- /dev/null +++ b/mods/default/models/torch_floor.obj @@ -0,0 +1,50 @@ +# Blender v2.76 (sub 11) OBJ File: 'torch_floor.blend' +# www.blender.org +mtllib torch_floor.mtl +o Cube_Cube.001 +v 0.062500 0.062500 -0.062500 +v 0.062500 -0.500000 -0.062500 +v 0.062500 0.062500 0.062500 +v 0.062500 -0.500000 0.062500 +v -0.062500 0.062500 -0.062500 +v -0.062500 -0.500000 -0.062500 +v -0.062500 0.062500 0.062500 +v -0.062500 -0.500000 0.062500 +v -0.353553 -0.500000 0.353553 +v -0.353553 0.500000 0.353553 +v 0.353553 -0.500000 -0.353553 +v 0.353553 0.500000 -0.353553 +v -0.353553 -0.500000 -0.353553 +v 0.353553 -0.500000 0.353553 +v -0.353553 0.500000 -0.353553 +v 0.353553 0.500000 0.353553 +vt 0.562500 0.500000 +vt 0.562500 0.625000 +vt 0.437500 0.625000 +vt 0.437500 0.500000 +vt 0.437500 0.000000 +vt 0.562500 0.000000 +vt 0.562500 0.125000 +vt 0.437500 0.125000 +vt 1.000000 0.000000 +vt 1.000000 1.000000 +vt 0.000000 1.000000 +vt 0.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 1.000000 0.000000 0.000000 +vn -0.707100 0.000000 -0.707100 +vn -0.707100 -0.000000 0.707100 +g Cube_Cube.001_Cube_Cube.001_Material.001 +usemtl Material.001 +s off +f 3/1/1 1/2/1 5/3/1 7/4/1 +f 8/5/1 4/6/1 2/7/1 6/8/1 +f 3/2/2 4/6/2 8/5/2 7/3/2 +f 1/3/3 3/2/3 4/6/3 2/5/3 +f 5/2/2 1/3/2 2/5/2 6/6/2 +f 7/3/3 8/5/3 6/6/3 5/2/3 +g Cube_Cube.001_Cube_Cube.001_Material.002 +usemtl Material.002 +f 9/9/4 10/10/4 12/11/4 11/12/4 +f 13/12/5 14/9/5 16/10/5 15/11/5 diff --git a/mods/default/models/torch_wall.obj b/mods/default/models/torch_wall.obj new file mode 100644 index 0000000..57baa9e --- /dev/null +++ b/mods/default/models/torch_wall.obj @@ -0,0 +1,64 @@ +# Blender v2.76 (sub 11) OBJ File: 'torch_wall.blend' +# www.blender.org +mtllib torch_wall.mtl +o Cube_Cube.001 +v 0.062469 -0.195248 0.023570 +v 0.062469 -0.476498 -0.463570 +v 0.062469 -0.303502 0.086070 +v 0.062469 -0.584752 -0.401070 +v -0.062531 -0.195248 0.023570 +v -0.062531 -0.476498 -0.463570 +v -0.062531 -0.303502 0.086070 +v -0.062531 -0.584752 -0.401070 +v -0.353584 -0.613553 0.022500 +v -0.353584 -0.613553 0.460000 +v 0.353522 0.093553 0.022500 +v 0.353522 0.093553 0.460000 +v -0.353584 0.093553 0.022500 +v 0.353522 -0.613553 0.022500 +v -0.353584 0.093553 0.460000 +v 0.353522 -0.613553 0.460000 +v 0.353553 0.056811 -0.121957 +v 0.353553 -0.224439 -0.609096 +v -0.353553 -0.555561 0.231596 +v -0.353553 -0.836811 -0.255543 +v -0.353553 0.056811 -0.121957 +v -0.353553 -0.224439 -0.609096 +v 0.353553 -0.555561 0.231596 +v 0.353553 -0.836811 -0.255543 +vt 0.562500 0.500000 +vt 0.562500 0.625000 +vt 0.437500 0.625000 +vt 0.437500 0.500000 +vt 0.437500 0.000000 +vt 0.562500 0.000000 +vt 0.562500 0.125000 +vt 0.437500 0.125000 +vt 0.000000 0.562500 +vt 0.000000 -0.000000 +vt 1.000000 0.000000 +vt 1.000000 0.562500 +vt 1.000000 1.000000 +vt 0.000000 1.000000 +vn -0.000000 0.500000 0.866000 +vn -0.000000 0.866000 -0.500000 +vn 1.000000 0.000000 0.000000 +vn -0.707100 0.612400 -0.353600 +vn -0.707100 -0.612400 0.353600 +vn -0.707100 0.707100 -0.000000 +vn -0.707100 -0.707100 -0.000000 +g Cube_Cube.001_Cube_Cube.001_Material.001 +usemtl Material.001 +s off +f 3/1/1 1/2/1 5/3/1 7/4/1 +f 8/5/1 4/6/1 2/7/1 6/8/1 +f 3/2/2 4/6/2 8/5/2 7/3/2 +f 1/3/3 3/2/3 4/6/3 2/5/3 +f 5/2/2 1/3/2 2/5/2 6/6/2 +f 7/3/3 8/5/3 6/6/3 5/2/3 +f 17/9/4 18/10/4 20/11/4 19/12/4 +f 21/9/5 22/10/5 24/11/5 23/12/5 +g Cube_Cube.001_Cube_Cube.001_Material.002 +usemtl Material.002 +f 9/12/6 10/13/6 12/14/6 11/9/6 +f 13/9/7 14/12/7 16/13/7 15/14/7 diff --git a/mods/default/models/tree.mtl b/mods/default/models/tree.mtl new file mode 100644 index 0000000..81cfd0e --- /dev/null +++ b/mods/default/models/tree.mtl @@ -0,0 +1,12 @@ +# Blender MTL File: 'forest12.blend' +# Material Count: 1 + +newmtl tree +Ns 96.078431 +Ka 1.000000 1.000000 1.000000 +Kd 0.640000 0.640000 0.640000 +Ks 0.500000 0.500000 0.500000 +Ke 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 diff --git a/mods/default/models/tree.obj b/mods/default/models/tree.obj new file mode 100644 index 0000000..2c67fbb --- /dev/null +++ b/mods/default/models/tree.obj @@ -0,0 +1,434 @@ +# Blender v2.79 (sub 7) OBJ File: 'forest12.blend' +# www.blender.org +mtllib tree.mtl +o survival:tree.002_CUtree.001 +v -0.262130 -0.916097 0.277567 +v 0.010177 -0.916173 0.390360 +v 0.282483 -0.916222 0.277567 +v 0.395277 -0.916215 0.005260 +v 0.282483 -0.916157 -0.267046 +v 0.010177 -0.916081 -0.379839 +v -0.262129 -0.916033 -0.267046 +v -0.374923 -0.916039 0.005260 +v -0.229133 -0.281277 0.229190 +v -0.000061 -0.278317 0.324064 +v 0.229048 -0.276433 0.229105 +v 0.323983 -0.276726 -0.000061 +v 0.229133 -0.279027 -0.229190 +v 0.000061 -0.281986 -0.324064 +v -0.229048 -0.283871 -0.229105 +v -0.323983 -0.283577 0.000061 +v -0.278181 0.327134 0.168116 +v -0.071831 0.331678 0.253560 +v 0.134609 0.334619 0.167892 +v 0.220208 0.334235 -0.038705 +v 0.134823 0.330750 -0.245209 +v -0.071527 0.326206 -0.330653 +v -0.277966 0.323265 -0.244985 +v -0.363566 0.323649 -0.038388 +v -0.322876 0.935932 0.112269 +v -0.138848 0.937506 0.188436 +v 0.045108 0.939422 0.112139 +v 0.121230 0.940557 -0.071929 +v 0.044928 0.940248 -0.255943 +v -0.139102 0.938675 -0.332110 +v -0.323056 0.936759 -0.255812 +v -0.399178 0.935623 -0.071744 +v -0.306165 1.548411 0.139792 +v -0.144658 1.547439 0.206570 +v 0.016778 1.547104 0.139583 +v 0.083576 1.547602 -0.021929 +v 0.016608 1.548642 -0.183355 +v -0.144899 1.549613 -0.250133 +v -0.306336 1.549949 -0.183146 +v -0.373135 1.549450 -0.021634 +v -0.247544 2.164362 0.102396 +v -0.108541 2.164894 0.159713 +v 0.030181 2.161268 0.102419 +v 0.087363 2.155607 -0.035925 +v 0.029505 2.151228 -0.174278 +v -0.109497 2.150696 -0.231595 +v -0.248220 2.154323 -0.174300 +v -0.305401 2.159984 -0.035957 +v -0.176928 2.768817 -0.182676 +v -0.060452 2.769804 -0.134841 +v 0.055512 2.764370 -0.182049 +v 0.103035 2.755699 -0.296646 +v 0.054277 2.748869 -0.411503 +v -0.062199 2.747883 -0.459337 +v -0.178163 2.753317 -0.412129 +v -0.225685 2.761988 -0.297532 +v -0.058377 3.365519 -0.451672 +v 0.034928 3.363090 -0.412138 +v 0.128343 3.358374 -0.450092 +v 0.167146 3.354133 -0.543299 +v 0.128605 3.352851 -0.637162 +v 0.035300 3.355280 -0.676695 +v -0.058115 3.359997 -0.638742 +v -0.096916 3.364237 -0.545534 +v 0.156109 3.965849 -0.448932 +v 0.226419 3.961968 -0.418833 +v 0.297544 3.959069 -0.447684 +v 0.327818 3.958851 -0.518584 +v 0.299509 3.961441 -0.589999 +v 0.229199 3.965322 -0.620098 +v 0.158074 3.968221 -0.591247 +v 0.127800 3.968439 -0.520348 +v 0.346390 4.569711 -0.365710 +v 0.394678 4.568172 -0.345026 +v 0.443527 4.567325 -0.364614 +v 0.464320 4.567665 -0.413000 +v 0.444878 4.568993 -0.461841 +v 0.396591 4.570531 -0.482525 +v 0.347743 4.571378 -0.462936 +v 0.326949 4.571039 -0.414550 +v 0.385685 5.178665 -0.361232 +v 0.411640 5.178682 -0.350079 +v 0.437877 5.178815 -0.360543 +v 0.449029 5.178987 -0.386494 +v 0.438563 5.179096 -0.412732 +v 0.412608 5.179080 -0.423885 +v 0.386370 5.178946 -0.413421 +v 0.375218 5.178775 -0.387470 +v 0.368732 5.789029 -0.369978 +v 0.372248 5.789031 -0.368467 +v 0.375803 5.789049 -0.369885 +v 0.377313 5.789072 -0.373400 +v 0.375896 5.789087 -0.376955 +v 0.372379 5.789084 -0.378466 +v 0.368825 5.789067 -0.377048 +v 0.367314 5.789043 -0.373532 +vt 0.310583 0.083486 +vt 0.310829 0.169805 +vt 0.285415 0.169899 +vt 0.280364 0.083977 +vt 0.353157 0.083580 +vt 0.346637 0.170295 +vt 0.192780 0.083781 +vt 0.187403 0.170747 +vt 0.162016 0.170230 +vt 0.162584 0.083478 +vt 0.235324 0.084397 +vt 0.223212 0.171224 +vt 0.431038 0.915234 +vt 0.428335 0.828653 +vt 0.453764 0.828480 +vt 0.461259 0.915408 +vt 0.388465 0.915065 +vt 0.392511 0.828921 +vt 0.079978 0.915920 +vt 0.072512 0.830016 +vt 0.097927 0.829265 +vt 0.110191 0.915338 +vt 0.037410 0.916217 +vt 0.036686 0.830226 +vt 0.299496 0.252459 +vt 0.276608 0.252353 +vt 0.331747 0.253155 +vt 0.181836 0.253827 +vt 0.158964 0.253193 +vt 0.214120 0.254241 +vt 0.417070 0.745748 +vt 0.439980 0.745401 +vt 0.384794 0.746245 +vt 0.067812 0.747668 +vt 0.090718 0.746822 +vt 0.035512 0.747841 +vt 0.289034 0.335159 +vt 0.268603 0.335443 +vt 0.317799 0.335443 +vt 0.175903 0.336049 +vt 0.155518 0.335579 +vt 0.204639 0.336619 +vt 0.406687 0.662886 +vt 0.427121 0.662956 +vt 0.377913 0.662992 +vt 0.062609 0.664449 +vt 0.083020 0.663792 +vt 0.033850 0.664804 +vt 0.291395 0.418247 +vt 0.273465 0.418674 +vt 0.316642 0.418177 +vt 0.162263 0.418497 +vt 0.144341 0.418359 +vt 0.187484 0.418929 +vt 0.409153 0.580235 +vt 0.427078 0.580474 +vt 0.383913 0.580008 +vt 0.049733 0.581164 +vt 0.067662 0.580861 +vt 0.024493 0.581407 +vt 0.295712 0.502014 +vt 0.280295 0.501665 +vt 0.317429 0.502140 +vt 0.159461 0.501975 +vt 0.144050 0.502310 +vt 0.181147 0.501519 +vt 0.413546 0.498361 +vt 0.428989 0.497851 +vt 0.391827 0.498352 +vt 0.047726 0.498975 +vt 0.063120 0.499168 +vt 0.026068 0.498357 +vt 0.010834 0.497676 +vt 0.048681 0.415381 +vt 0.061309 0.416382 +vt 0.306022 0.584995 +vt 0.287837 0.584815 +vt 0.190405 0.584487 +vt 0.177581 0.585095 +vt 0.208433 0.583568 +vt 0.405761 0.417055 +vt 0.418690 0.416198 +vt 0.387571 0.417121 +vt 0.079285 0.417435 +vt 0.092078 0.417923 +vt 0.087111 0.334045 +vt 0.097475 0.334277 +vt 0.301906 0.666295 +vt 0.287263 0.666591 +vt 0.221936 0.665739 +vt 0.211611 0.666275 +vt 0.236568 0.665374 +vt 0.221103 0.582876 +vt 0.246935 0.665393 +vt 0.390619 0.334528 +vt 0.405247 0.334913 +vt 0.112085 0.334751 +vt 0.122383 0.335189 +vt 0.094666 0.252082 +vt 0.102584 0.251772 +vt 0.325678 0.747853 +vt 0.314622 0.748355 +vt 0.312246 0.665869 +vt 0.333552 0.747622 +vt 0.233866 0.747472 +vt 0.222735 0.747341 +vt 0.241761 0.747970 +vt 0.421805 0.251735 +vt 0.432838 0.252304 +vt 0.380308 0.333866 +vt 0.413949 0.251325 +vt 0.113719 0.251722 +vt 0.090125 0.169707 +vt 0.095538 0.169556 +vt 0.350828 0.830185 +vt 0.343237 0.830377 +vt 0.356246 0.830182 +vt 0.218992 0.829946 +vt 0.211395 0.829790 +vt 0.224393 0.830226 +vt 0.453961 0.169624 +vt 0.461543 0.169862 +vt 0.448549 0.169498 +vt 0.103142 0.169455 +vt 0.087620 0.086935 +vt 0.090531 0.086935 +vt 0.351410 0.913082 +vt 0.347330 0.913071 +vt 0.354322 0.913160 +vt 0.206153 0.912893 +vt 0.202078 0.912811 +vt 0.209061 0.912962 +vt 0.461556 0.086964 +vt 0.465636 0.086977 +vt 0.458644 0.086976 +vt 0.094609 0.086883 +vt 0.083730 0.004084 +vt 0.084124 0.004084 +vt 0.343740 0.995913 +vt 0.343188 0.995911 +vt 0.344135 0.995923 +vt 0.191971 0.995688 +vt 0.191419 0.995677 +vt 0.192365 0.995697 +vt 0.460925 0.004077 +vt 0.461478 0.004079 +vt 0.460531 0.004078 +vt 0.084677 0.004077 +vn -0.7016 0.0903 0.7068 +vn -0.6971 0.0544 0.7149 +vn -0.9999 0.0084 0.0067 +vn -0.9968 0.0802 0.0017 +vn 0.0034 0.1035 0.9946 +vn 0.0104 0.1103 0.9938 +vn 0.7035 0.1120 0.7018 +vn 0.7020 0.1438 0.6975 +vn 0.9938 0.1109 0.0018 +vn 0.9903 0.1387 0.0053 +vn 0.7061 0.1008 -0.7009 +vn 0.7119 0.0973 -0.6954 +vn 0.0034 0.0876 -0.9961 +vn 0.0118 0.0404 -0.9991 +vn -0.7041 0.0791 -0.7057 +vn -0.7042 0.0023 -0.7100 +vn -0.7084 0.0131 0.7057 +vn -0.9981 -0.0616 -0.0004 +vn -0.0036 0.1104 0.9939 +vn 0.6955 0.1725 0.6974 +vn 0.9864 0.1642 -0.0030 +vn 0.7015 0.0903 -0.7069 +vn -0.0011 -0.0068 -1.0000 +vn -0.7050 -0.0697 -0.7057 +vn -0.7213 -0.0010 0.6926 +vn -0.9998 -0.0074 -0.0158 +vn -0.0129 0.0378 0.9992 +vn 0.7063 0.0864 0.7026 +vn 0.9934 0.1132 -0.0170 +vn 0.6881 0.1023 -0.7183 +vn -0.0131 0.0631 -0.9979 +vn -0.7053 0.0190 -0.7086 +vn -0.7033 0.0477 0.7093 +vn -0.9971 0.0751 0.0132 +vn -0.0073 0.0229 0.9997 +vn 0.6968 0.0140 0.7171 +vn 0.9995 0.0274 0.0123 +vn 0.7077 0.0566 -0.7042 +vn -0.0086 0.0832 -0.9965 +vn -0.7147 0.0904 -0.6935 +vn -0.6682 0.2462 0.7020 +vn -0.9897 0.1372 0.0407 +vn 0.0038 0.2519 0.9677 +vn 0.6816 0.1643 0.7130 +vn 0.9990 0.0028 0.0447 +vn 0.7236 -0.1490 -0.6740 +vn -0.0053 -0.1722 -0.9850 +vn -0.7338 -0.0444 -0.6779 +vn -0.6652 0.3942 0.6340 +vn -0.9868 0.1612 -0.0164 +vn 0.0029 0.4316 0.9020 +vn 0.6944 0.2564 0.6723 +vn 0.9977 -0.0674 0.0009 +vn 0.6726 -0.3157 -0.6692 +vn -0.0177 -0.3432 -0.9391 +vn -0.7101 -0.1505 -0.6878 +vn -0.7008 0.3390 0.6276 +vn -0.9646 0.2558 -0.0635 +vn -0.0159 0.2412 0.9703 +vn 0.7219 0.0014 0.6919 +vn 0.9788 -0.2002 -0.0421 +vn 0.6563 -0.2293 -0.7188 +vn -0.0174 -0.1141 -0.9933 +vn -0.6825 0.0699 -0.7275 +vn -0.6998 0.1901 0.6886 +vn -0.9419 0.3352 -0.0197 +vn -0.0084 -0.0544 0.9985 +vn 0.6865 -0.2303 0.6897 +vn 0.9720 -0.2347 -0.0089 +vn 0.7046 -0.0786 -0.7053 +vn 0.0255 0.1468 -0.9888 +vn -0.6470 0.3136 -0.6950 +vn -0.6892 0.0738 0.7208 +vn -0.9796 0.2008 0.0068 +vn 0.0146 -0.0613 0.9980 +vn 0.6989 -0.1259 0.7040 +vn 0.9948 -0.0990 0.0248 +vn 0.7379 0.0090 -0.6748 +vn 0.0476 0.1498 -0.9875 +vn -0.6700 0.2326 -0.7050 +vn -0.7091 0.0155 0.7049 +vn -0.9994 0.0338 -0.0102 +vn -0.0015 0.0192 0.9998 +vn 0.7013 0.0417 0.7116 +vn 0.9974 0.0696 0.0165 +vn 0.7207 0.0879 -0.6876 +vn 0.0242 0.0858 -0.9960 +vn -0.6922 0.0634 -0.7189 +vn -0.7216 -0.0101 0.6922 +vn -0.9999 -0.0127 -0.0089 +vn -0.0285 0.0283 0.9992 +vn 0.6850 0.0808 0.7241 +vn 0.9930 0.1163 0.0181 +vn 0.7063 0.1135 -0.6987 +vn -0.0025 0.0741 -0.9972 +vn -0.7074 0.0218 -0.7064 +usemtl tree +s 1 +f 1/1/1 9/2/2 16/3/3 8/4/4 +f 2/5/5 10/6/6 9/2/2 1/1/1 +f 3/7/7 11/8/8 10/9/6 2/10/5 +f 4/11/9 12/12/10 11/8/8 3/7/7 +f 5/13/11 13/14/12 12/15/10 4/16/9 +f 6/17/13 14/18/14 13/14/12 5/13/11 +f 7/19/15 15/20/16 14/21/14 6/22/13 +f 8/23/4 16/24/3 15/20/16 7/19/15 +f 9/2/2 17/25/17 24/26/18 16/3/3 +f 10/6/6 18/27/19 17/25/17 9/2/2 +f 11/8/8 19/28/20 18/29/19 10/9/6 +f 12/12/10 20/30/21 19/28/20 11/8/8 +f 13/14/12 21/31/22 20/32/21 12/15/10 +f 14/18/14 22/33/23 21/31/22 13/14/12 +f 15/20/16 23/34/24 22/35/23 14/21/14 +f 16/24/3 24/36/18 23/34/24 15/20/16 +f 17/25/17 25/37/25 32/38/26 24/26/18 +f 18/27/19 26/39/27 25/37/25 17/25/17 +f 19/28/20 27/40/28 26/41/27 18/29/19 +f 20/30/21 28/42/29 27/40/28 19/28/20 +f 21/31/22 29/43/30 28/44/29 20/32/21 +f 22/33/23 30/45/31 29/43/30 21/31/22 +f 23/34/24 31/46/32 30/47/31 22/35/23 +f 24/36/18 32/48/26 31/46/32 23/34/24 +f 25/37/25 33/49/33 40/50/34 32/38/26 +f 26/39/27 34/51/35 33/49/33 25/37/25 +f 27/40/28 35/52/36 34/53/35 26/41/27 +f 28/42/29 36/54/37 35/52/36 27/40/28 +f 29/43/30 37/55/38 36/56/37 28/44/29 +f 30/45/31 38/57/39 37/55/38 29/43/30 +f 31/46/32 39/58/40 38/59/39 30/47/31 +f 32/48/26 40/60/34 39/58/40 31/46/32 +f 33/49/33 41/61/41 48/62/42 40/50/34 +f 34/51/35 42/63/43 41/61/41 33/49/33 +f 35/52/36 43/64/44 42/65/43 34/53/35 +f 36/54/37 44/66/45 43/64/44 35/52/36 +f 37/55/38 45/67/46 44/68/45 36/56/37 +f 38/57/39 46/69/47 45/67/46 37/55/38 +f 39/58/40 47/70/48 46/71/47 38/59/39 +f 40/60/34 48/72/42 47/70/48 39/58/40 +f 41/73/41 49/74/49 56/75/50 48/72/42 +f 42/63/43 50/76/51 49/77/49 41/61/41 +f 43/64/44 51/78/52 50/79/51 42/65/43 +f 44/66/45 52/80/53 51/78/52 43/64/44 +f 45/67/46 53/81/54 52/82/53 44/68/45 +f 46/69/47 54/83/55 53/81/54 45/67/46 +f 47/70/48 55/84/56 54/85/55 46/71/47 +f 48/72/42 56/75/50 55/84/56 47/70/48 +f 49/74/49 57/86/57 64/87/58 56/75/50 +f 50/76/51 58/88/59 57/89/57 49/77/49 +f 51/78/52 59/90/60 58/91/59 50/79/51 +f 52/80/53 60/92/61 59/90/60 51/78/52 +f 53/93/54 61/94/62 60/92/61 52/80/53 +f 54/83/55 62/95/63 61/96/62 53/81/54 +f 55/84/56 63/97/64 62/98/63 54/85/55 +f 56/75/50 64/87/58 63/97/64 55/84/56 +f 57/86/57 65/99/65 72/100/66 64/87/58 +f 58/88/59 66/101/67 65/102/65 57/89/57 +f 59/103/60 67/104/68 66/101/67 58/88/59 +f 60/92/61 68/105/69 67/106/68 59/90/60 +f 61/94/62 69/107/70 68/105/69 60/92/61 +f 62/95/63 70/108/71 69/109/70 61/96/62 +f 63/110/64 71/111/72 70/108/71 62/95/63 +f 64/87/58 72/100/66 71/112/72 63/97/64 +f 65/99/65 73/113/73 80/114/74 72/100/66 +f 66/101/67 74/115/75 73/116/73 65/102/65 +f 67/104/68 75/117/76 74/115/75 66/101/67 +f 68/105/69 76/118/77 75/119/76 67/106/68 +f 69/107/70 77/120/78 76/118/77 68/105/69 +f 70/108/71 78/121/79 77/122/78 69/109/70 +f 71/111/72 79/123/80 78/121/79 70/108/71 +f 72/100/66 80/114/74 79/124/80 71/112/72 +f 73/113/73 81/125/81 88/126/82 80/114/74 +f 74/115/75 82/127/83 81/128/81 73/116/73 +f 75/117/76 83/129/84 82/127/83 74/115/75 +f 76/118/77 84/130/85 83/131/84 75/119/76 +f 77/120/78 85/132/86 84/130/85 76/118/77 +f 78/121/79 86/133/87 85/134/86 77/122/78 +f 79/123/80 87/135/88 86/133/87 78/121/79 +f 80/114/74 88/126/82 87/136/88 79/124/80 +f 81/125/81 89/137/89 96/138/90 88/126/82 +f 82/127/83 90/139/91 89/140/89 81/128/81 +f 83/129/84 91/141/92 90/139/91 82/127/83 +f 84/130/85 92/142/93 91/143/92 83/131/84 +f 85/132/86 93/144/94 92/142/93 84/130/85 +f 86/133/87 94/145/95 93/146/94 85/134/86 +f 87/135/88 95/147/96 94/145/95 86/133/87 +f 88/126/82 96/138/90 95/148/96 87/136/88 diff --git a/mods/default/models/treebase.mtl b/mods/default/models/treebase.mtl new file mode 100644 index 0000000..81cfd0e --- /dev/null +++ b/mods/default/models/treebase.mtl @@ -0,0 +1,12 @@ +# Blender MTL File: 'forest12.blend' +# Material Count: 1 + +newmtl tree +Ns 96.078431 +Ka 1.000000 1.000000 1.000000 +Kd 0.640000 0.640000 0.640000 +Ks 0.500000 0.500000 0.500000 +Ke 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 diff --git a/mods/default/models/treebase.obj b/mods/default/models/treebase.obj new file mode 100644 index 0000000..4a58073 --- /dev/null +++ b/mods/default/models/treebase.obj @@ -0,0 +1,81 @@ +# Blender v2.79 (sub 7) OBJ File: 'forest12.blend' +# www.blender.org +mtllib treebase.mtl +o survival:tree.001_CUtree.000 +v -0.315442 -0.499983 0.315442 +v 0.000000 -0.500026 0.446103 +v 0.315442 -0.500055 0.315442 +v 0.446103 -0.500051 0.000000 +v 0.315442 -0.500017 -0.315442 +v 0.000000 -0.499974 -0.446103 +v -0.315442 -0.499945 -0.315442 +v -0.446103 -0.499949 -0.000000 +v -0.262130 0.083903 0.277567 +v 0.010177 0.083827 0.390360 +v 0.282483 0.083778 0.277567 +v 0.395277 0.083785 0.005260 +v 0.282483 0.083843 -0.267046 +v 0.010177 0.083919 -0.379839 +v -0.262129 0.083967 -0.267046 +v -0.374923 0.083961 0.005260 +vt 0.306927 0.004077 +vt 0.310583 0.083486 +vt 0.280364 0.083977 +vt 0.271921 0.004641 +vt 0.356246 0.004192 +vt 0.353157 0.083580 +vt 0.197652 0.004432 +vt 0.192780 0.083781 +vt 0.162584 0.083478 +vt 0.162673 0.004077 +vt 0.246935 0.005144 +vt 0.235324 0.084397 +vt 0.430629 0.994564 +vt 0.431038 0.915234 +vt 0.461259 0.915408 +vt 0.465636 0.994761 +vt 0.381312 0.994374 +vt 0.388465 0.915065 +vt 0.087384 0.995310 +vt 0.079978 0.915920 +vt 0.110191 0.915338 +vt 0.122383 0.994633 +vt 0.038073 0.995655 +vt 0.037410 0.916217 +vt 0.279045 0.852877 +vt 0.292169 0.887751 +vt 0.247363 0.887751 +vt 0.260486 0.852877 +vt 0.292169 0.937071 +vt 0.247363 0.937071 +vt 0.279045 0.971946 +vt 0.260486 0.971946 +vn -0.5742 -0.5885 0.5691 +vn -0.6995 0.1097 0.7061 +vn -0.9926 0.1210 0.0022 +vn -0.8116 -0.5842 -0.0017 +vn -0.0033 -0.5942 0.8043 +vn 0.0043 0.0949 0.9955 +vn 0.5660 -0.5979 0.5676 +vn 0.7056 0.0855 0.7035 +vn 0.8019 -0.5974 -0.0017 +vn 0.9962 0.0867 0.0022 +vn 0.5668 -0.5930 -0.5719 +vn 0.7070 0.0980 -0.7004 +vn -0.0033 -0.5873 -0.8093 +vn 0.0043 0.1127 -0.9936 +vn -0.5749 -0.5837 -0.5734 +vn -0.7007 0.1222 -0.7028 +usemtl tree +s 1 +f 1/1/1 9/2/2 16/3/3 8/4/4 +f 2/5/5 10/6/6 9/2/2 1/1/1 +f 3/7/7 11/8/8 10/9/6 2/10/5 +f 4/11/9 12/12/10 11/8/8 3/7/7 +f 5/13/11 13/14/12 12/15/10 4/16/9 +f 6/17/13 14/18/14 13/14/12 5/13/11 +f 7/19/15 15/20/16 14/21/14 6/22/13 +f 8/23/4 16/24/3 15/20/16 7/19/15 +f 1/25/1 8/26/4 3/27/7 2/28/5 +f 3/27/7 8/26/4 7/29/15 4/30/9 +f 4/30/9 7/29/15 6/31/13 5/32/11 diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua new file mode 100644 index 0000000..7d292c2 --- /dev/null +++ b/mods/default/nodes.lua @@ -0,0 +1,926 @@ +-- mods/default/nodes.lua + +-- support for MT game translation. +local S = default.get_translator + +--[[ Node name convention: + +Although many node names are in combined-word form, the required form for new +node names is words separated by underscores. If both forms are used in written +language (for example pinewood and pine wood) the underscore form should be used. + +--]] + + +--[[ Index: + +Stone +----- +(1. Material 2. Cobble variant 3. Brick variant 4. Modified forms) + +default:stone +default:cobble +default:stonebrick +default:stone_block +default:mossycobble + +default:desert_stone +default:desert_cobble +default:desert_stonebrick +default:desert_stone_block + +default:sandstone +default:sandstonebrick +default:sandstone_block +default:desert_sandstone +default:desert_sandstone_brick +default:desert_sandstone_block +default:silver_sandstone +default:silver_sandstone_brick +default:silver_sandstone_block + +default:obsidian +default:obsidianbrick +default:obsidian_block + +Soft / Non-Stone +---------------- +(1. Material 2. Modified forms) + +default:dirt +default:dirt_with_grass +default:dirt_with_grass_footsteps +default:dirt_with_dry_grass +default:dirt_with_snow +default:dirt_with_rainforest_litter +default:dirt_with_coniferous_litter +default:dry_dirt +default:dry_dirt_with_dry_grass + +default:permafrost +default:permafrost_with_stones +default:permafrost_with_moss + +default:sand +default:desert_sand +default:silver_sand + +default:gravel + +default:clay + +default:snow +default:snowblock +default:ice +default:cave_ice + +Trees +----- +(1. Trunk 2. Fabricated trunk 3. Leaves 4. Sapling 5. Fruits) + +default:tree +default:wood +default:leaves +default:sapling +default:apple + +default:jungletree +default:junglewood +default:jungleleaves +default:junglesapling +default:emergent_jungle_sapling + +default:pine_tree +default:pine_wood +default:pine_needles +default:pine_sapling + +default:acacia_tree +default:acacia_wood +default:acacia_leaves +default:acacia_sapling + +default:aspen_tree +default:aspen_wood +default:aspen_leaves +default:aspen_sapling + +Ores +---- +(1. In stone 2. Blocks) + +default:stone_with_coal +default:coalblock + +default:stone_with_iron +default:steelblock + +default:stone_with_copper +default:copperblock + +default:stone_with_tin +default:tinblock + +default:bronzeblock + +default:stone_with_gold +default:goldblock + +default:stone_with_mese +default:mese + +default:stone_with_diamond +default:diamondblock + +Plantlife +--------- + +default:cactus +default:large_cactus_seedling + +default:papyrus +default:dry_shrub +default:junglegrass + +default:grass_1 +default:grass_2 +default:grass_3 +default:grass_4 +default:grass_5 + +default:dry_grass_1 +default:dry_grass_2 +default:dry_grass_3 +default:dry_grass_4 +default:dry_grass_5 + +default:fern_1 +default:fern_2 +default:fern_3 + +default:marram_grass_1 +default:marram_grass_2 +default:marram_grass_3 + +default:bush_stem +default:bush_leaves +default:bush_sapling +default:acacia_bush_stem +default:acacia_bush_leaves +default:acacia_bush_sapling +default:pine_bush_stem +default:pine_bush_needles +default:pine_bush_sapling +default:blueberry_bush_leaves_with_berries +default:blueberry_bush_leaves +default:blueberry_bush_sapling + +default:sand_with_kelp + +Corals +------ + +default:coral_brown +default:coral_orange +default:coral_skeleton + +Liquids +------- +(1. Source 2. Flowing) + +default:water_source +default:water_flowing + +default:river_water_source +default:river_water_flowing + +default:lava_source +default:lava_flowing + +Tools / "Advanced" crafting / Non-"natural" +------------------------------------------- + +default:bookshelf + +default:sign_wall_wood +default:sign_wall_steel + +default:ladder_wood +default:ladder_steel + +default:fence_wood +default:fence_acacia_wood +default:fence_junglewood +default:fence_pine_wood +default:fence_aspen_wood + +default:glass +default:obsidian_glass + +default:brick + +default:meselamp +default:mese_post_light + +Misc +---- + +default:cloud + +--]] + +-- Required wrapper to allow customization of default.after_place_leaves +local function after_place_leaves(...) + return default.after_place_leaves(...) +end + +-- Required wrapper to allow customization of default.grow_sapling +local function grow_sapling(...) + return default.grow_sapling(...) +end + +-- +-- Stone +-- + +minetest.register_node("default:stone", { + description = S("Stone"), + tiles = {"default_stone.png"}, + groups = {cracky = 3, stone = 1}, + drop = "default:cobble", + legacy_mineral = true, + sounds = default.node_sound_stone_defaults(), + is_ground_content=false, +}) +naturalslopeslib.register_slope("default:stone", { + description = 'stone', + }, + 5, + {mapgen = 0, place = 0, time = 0} +) + +minetest.register_node("default:cobble", { + description = S("Cobblestone"), + tiles = {"default_cobble.png"}, + is_ground_content = false, + groups = {cracky = 3, stone = 2}, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("default:stonebrick", { + description = S("Stone Brick"), + paramtype2 = "facedir", + place_param2 = 0, + tiles = {"default_stone_brick.png"}, + is_ground_content = false, + groups = {cracky = 2, stone = 1}, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("default:stone_block", { + description = S("Stone Block"), + tiles = {"default_stone_block.png"}, + is_ground_content = false, + groups = {cracky = 2, stone = 1}, + sounds = default.node_sound_stone_defaults(), +}) + + +-- +-- Soft / Non-Stone +-- + +minetest.register_node("default:dirt", { + description = S("Dirt"), + tiles = {"default_dirt.png"}, + groups = {crumbly = 3, soil = 1}, + sounds = default.node_sound_dirt_defaults(), +}) + + +minetest.register_node("default:sand", { + description = S("Sand"), + tiles = {"default_sand.png"}, + groups = {crumbly = 3, falling_node = 1, sand = 1}, + sounds = default.node_sound_sand_defaults(), +}) + + + +minetest.register_node("default:bush_stem", { + description = S("Bush Stem"), + drawtype = "plantlike", + visual_scale = 1.41, + tiles = {"default_bush_stem.png"}, + inventory_image = "default_bush_stem.png", + wield_image = "default_bush_stem.png", + paramtype = "light", + sunlight_propagates = true, + groups = {choppy = 2, oddly_breakable_by_hand = 1, flammable = 2}, + sounds = default.node_sound_wood_defaults(), + selection_box = { + type = "fixed", + fixed = {-7 / 16, -0.5, -7 / 16, 7 / 16, 0.5, 7 / 16}, + }, +}) + +minetest.register_node("default:bush_leaves", { + description = S("Bush Leaves"), + drawtype = "allfaces_optional", + waving = 1, + tiles = {"default_leaves_simple.png"}, + paramtype = "light", + groups = {snappy = 3, flammable = 2, leaves = 1}, + drop = { + max_items = 1, + items = { + {items = {"default:bush_sapling"}, rarity = 5}, + {items = {"default:bush_leaves"}} + } + }, + sounds = default.node_sound_leaves_defaults(), + + after_place_node = after_place_leaves, +}) + +minetest.register_node("default:bush_sapling", { + description = S("Bush Sapling"), + drawtype = "plantlike", + tiles = {"default_bush_sapling.png"}, + inventory_image = "default_bush_sapling.png", + wield_image = "default_bush_sapling.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + on_timer = grow_sapling, + selection_box = { + type = "fixed", + fixed = {-4 / 16, -0.5, -4 / 16, 4 / 16, 2 / 16, 4 / 16} + }, + groups = {snappy = 2, dig_immediate = 3, flammable = 2, + attached_node = 1, sapling = 1}, + sounds = default.node_sound_leaves_defaults(), + + on_construct = function(pos) + minetest.get_node_timer(pos):start(math.random(300, 1500)) + end, + + on_place = function(itemstack, placer, pointed_thing) + itemstack = default.sapling_on_place(itemstack, placer, pointed_thing, + "default:bush_sapling", + -- minp, maxp to be checked, relative to sapling pos + {x = -1, y = 0, z = -1}, + {x = 1, y = 1, z = 1}, + -- maximum interval of interior volume check + 2) + + return itemstack + end, +}) + +minetest.register_node("default:blueberry_bush_leaves_with_berries", { + description = S("Blueberry Bush Leaves with Berries"), + drawtype = "allfaces_optional", + waving = 1, + tiles = {"default_blueberry_bush_leaves.png^default_blueberry_overlay.png"}, + paramtype = "light", + groups = {snappy = 3, flammable = 2, leaves = 1, dig_immediate = 3}, + drop = "default:blueberries", + sounds = default.node_sound_leaves_defaults(), + node_dig_prediction = "default:blueberry_bush_leaves", + + after_dig_node = function(pos, oldnode, oldmetadata, digger) + minetest.set_node(pos, {name = "default:blueberry_bush_leaves"}) + minetest.get_node_timer(pos):start(math.random(300, 1500)) + end, +}) + +minetest.register_node("default:blueberry_bush_leaves", { + description = S("Blueberry Bush Leaves"), + drawtype = "allfaces_optional", + waving = 1, + tiles = {"default_blueberry_bush_leaves.png"}, + paramtype = "light", + groups = {snappy = 3, flammable = 2, leaves = 1}, + drop = { + max_items = 1, + items = { + {items = {"default:blueberry_bush_sapling"}, rarity = 5}, + {items = {"default:blueberry_bush_leaves"}} + } + }, + sounds = default.node_sound_leaves_defaults(), + + on_timer = function(pos, elapsed) + if minetest.get_node_light(pos) < 11 then + minetest.get_node_timer(pos):start(200) + else + minetest.set_node(pos, {name = "default:blueberry_bush_leaves_with_berries"}) + end + end, + + after_place_node = after_place_leaves, +}) + +minetest.register_node("default:blueberry_bush_sapling", { + description = S("Blueberry Bush Sapling"), + drawtype = "plantlike", + tiles = {"default_blueberry_bush_sapling.png"}, + inventory_image = "default_blueberry_bush_sapling.png", + wield_image = "default_blueberry_bush_sapling.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + on_timer = grow_sapling, + selection_box = { + type = "fixed", + fixed = {-4 / 16, -0.5, -4 / 16, 4 / 16, 2 / 16, 4 / 16} + }, + groups = {snappy = 2, dig_immediate = 3, flammable = 2, + attached_node = 1, sapling = 1}, + sounds = default.node_sound_leaves_defaults(), + + on_construct = function(pos) + minetest.get_node_timer(pos):start(math.random(300, 1500)) + end, + + on_place = function(itemstack, placer, pointed_thing) + itemstack = default.sapling_on_place(itemstack, placer, pointed_thing, + "default:blueberry_bush_sapling", + -- minp, maxp to be checked, relative to sapling pos + {x = -1, y = 0, z = -1}, + {x = 1, y = 1, z = 1}, + -- maximum interval of interior volume check + 2) + + return itemstack + end, +}) + +minetest.register_node("default:acacia_bush_stem", { + description = S("Acacia Bush Stem"), + drawtype = "plantlike", + visual_scale = 1.41, + tiles = {"default_acacia_bush_stem.png"}, + inventory_image = "default_acacia_bush_stem.png", + wield_image = "default_acacia_bush_stem.png", + paramtype = "light", + sunlight_propagates = true, + groups = {choppy = 2, oddly_breakable_by_hand = 1, flammable = 2}, + sounds = default.node_sound_wood_defaults(), + selection_box = { + type = "fixed", + fixed = {-7 / 16, -0.5, -7 / 16, 7 / 16, 0.5, 7 / 16}, + }, +}) + +minetest.register_node("default:acacia_bush_leaves", { + description = S("Acacia Bush Leaves"), + drawtype = "allfaces_optional", + waving = 1, + tiles = {"default_acacia_leaves_simple.png"}, + paramtype = "light", + groups = {snappy = 3, flammable = 2, leaves = 1}, + drop = { + max_items = 1, + items = { + {items = {"default:acacia_bush_sapling"}, rarity = 5}, + {items = {"default:acacia_bush_leaves"}} + } + }, + sounds = default.node_sound_leaves_defaults(), + + after_place_node = after_place_leaves, +}) + +minetest.register_node("default:acacia_bush_sapling", { + description = S("Acacia Bush Sapling"), + drawtype = "plantlike", + tiles = {"default_acacia_bush_sapling.png"}, + inventory_image = "default_acacia_bush_sapling.png", + wield_image = "default_acacia_bush_sapling.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + on_timer = grow_sapling, + selection_box = { + type = "fixed", + fixed = {-3 / 16, -0.5, -3 / 16, 3 / 16, 2 / 16, 3 / 16} + }, + groups = {snappy = 2, dig_immediate = 3, flammable = 2, + attached_node = 1, sapling = 1}, + sounds = default.node_sound_leaves_defaults(), + + on_construct = function(pos) + minetest.get_node_timer(pos):start(math.random(300, 1500)) + end, + + on_place = function(itemstack, placer, pointed_thing) + itemstack = default.sapling_on_place(itemstack, placer, pointed_thing, + "default:acacia_bush_sapling", + -- minp, maxp to be checked, relative to sapling pos + {x = -1, y = 0, z = -1}, + {x = 1, y = 1, z = 1}, + -- maximum interval of interior volume check + 2) + + return itemstack + end, +}) + +minetest.register_node("default:pine_bush_stem", { + description = S("Pine Bush Stem"), + drawtype = "plantlike", + visual_scale = 1.41, + tiles = {"default_pine_bush_stem.png"}, + inventory_image = "default_pine_bush_stem.png", + wield_image = "default_pine_bush_stem.png", + paramtype = "light", + sunlight_propagates = true, + groups = {choppy = 2, oddly_breakable_by_hand = 1, flammable = 2}, + sounds = default.node_sound_wood_defaults(), + selection_box = { + type = "fixed", + fixed = {-7 / 16, -0.5, -7 / 16, 7 / 16, 0.5, 7 / 16}, + }, +}) + +minetest.register_node("default:pine_bush_needles", { + description = S("Pine Bush Needles"), + drawtype = "allfaces_optional", + waving = 1, + tiles = {"default_pine_needles.png"}, + paramtype = "light", + groups = {snappy = 3, flammable = 2, leaves = 1}, + drop = { + max_items = 1, + items = { + {items = {"default:pine_bush_sapling"}, rarity = 5}, + {items = {"default:pine_bush_needles"}} + } + }, + sounds = default.node_sound_leaves_defaults(), + + after_place_node = after_place_leaves, +}) + +minetest.register_node("default:pine_bush_sapling", { + description = S("Pine Bush Sapling"), + drawtype = "plantlike", + tiles = {"default_pine_bush_sapling.png"}, + inventory_image = "default_pine_bush_sapling.png", + wield_image = "default_pine_bush_sapling.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + on_timer = grow_sapling, + selection_box = { + type = "fixed", + fixed = {-4 / 16, -0.5, -4 / 16, 4 / 16, 2 / 16, 4 / 16} + }, + groups = {snappy = 2, dig_immediate = 3, flammable = 2, + attached_node = 1, sapling = 1}, + sounds = default.node_sound_leaves_defaults(), + + on_construct = function(pos) + minetest.get_node_timer(pos):start(math.random(300, 1500)) + end, + + on_place = function(itemstack, placer, pointed_thing) + itemstack = default.sapling_on_place(itemstack, placer, pointed_thing, + "default:pine_bush_sapling", + -- minp, maxp to be checked, relative to sapling pos + {x = -1, y = 0, z = -1}, + {x = 1, y = 1, z = 1}, + -- maximum interval of interior volume check + 2) + + return itemstack + end, +}) + + + +-- +-- Liquids +-- + +minetest.register_node("default:water_source", { + description = S("Water Source"), + drawtype = "liquid", + waving = 3, + tiles = { + { + name = "default_water_source_animated.png", + backface_culling = false, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 2.0, + }, + }, + { + name = "default_water_source_animated.png", + backface_culling = true, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 2.0, + }, + }, + }, + alpha = 160, + paramtype = "light", + walkable = false, + pointable = false, + diggable = false, + buildable_to = true, + is_ground_content = false, + drop = "", + drowning = 1, + liquidtype = "source", + liquid_alternative_flowing = "default:water_flowing", + liquid_alternative_source = "default:water_source", + liquid_viscosity = 1, + post_effect_color = {a = 103, r = 30, g = 60, b = 90}, + groups = {water = 3, liquid = 3, cools_lava = 1}, + sounds = default.node_sound_water_defaults(), +}) + +minetest.register_node("default:water_flowing", { + description = S("Flowing Water"), + drawtype = "flowingliquid", + waving = 3, + tiles = {"default_water.png"}, + special_tiles = { + { + name = "default_water_flowing_animated.png", + backface_culling = false, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 0.8, + }, + }, + { + name = "default_water_flowing_animated.png", + backface_culling = true, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 0.8, + }, + }, + }, + alpha = 160, + paramtype = "light", + paramtype2 = "flowingliquid", + walkable = false, + pointable = false, + diggable = false, + buildable_to = true, + is_ground_content = false, + drop = "", + drowning = 1, + liquidtype = "flowing", + liquid_alternative_flowing = "default:water_flowing", + liquid_alternative_source = "default:water_source", + liquid_viscosity = 1, + post_effect_color = {a = 103, r = 30, g = 60, b = 90}, + groups = {water = 3, liquid = 3, not_in_creative_inventory = 1, + cools_lava = 1}, + sounds = default.node_sound_water_defaults(), +}) + + +minetest.register_node("default:river_water_source", { + description = S("River Water Source"), + drawtype = "liquid", + tiles = { + { + name = "default_river_water_source_animated.png", + backface_culling = false, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 2.0, + }, + }, + { + name = "default_river_water_source_animated.png", + backface_culling = true, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 2.0, + }, + }, + }, + alpha = 160, + paramtype = "light", + walkable = false, + pointable = false, + diggable = false, + buildable_to = true, + is_ground_content = false, + drop = "", + drowning = 1, + liquidtype = "source", + liquid_alternative_flowing = "default:river_water_flowing", + liquid_alternative_source = "default:river_water_source", + liquid_viscosity = 1, + -- Not renewable to avoid horizontal spread of water sources in sloping + -- rivers that can cause water to overflow riverbanks and cause floods. + -- River water source is instead made renewable by the 'force renew' + -- option used in the 'bucket' mod by the river water bucket. + liquid_renewable = false, + liquid_range = 2, + post_effect_color = {a = 103, r = 30, g = 76, b = 90}, + groups = {water = 3, liquid = 3, cools_lava = 1}, + sounds = default.node_sound_water_defaults(), +}) + +minetest.register_node("default:river_water_flowing", { + description = S("Flowing River Water"), + drawtype = "flowingliquid", + tiles = {"default_river_water.png"}, + special_tiles = { + { + name = "default_river_water_flowing_animated.png", + backface_culling = false, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 0.8, + }, + }, + { + name = "default_river_water_flowing_animated.png", + backface_culling = true, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 0.8, + }, + }, + }, + alpha = 160, + paramtype = "light", + paramtype2 = "flowingliquid", + walkable = false, + pointable = false, + diggable = false, + buildable_to = true, + is_ground_content = false, + drop = "", + drowning = 1, + liquidtype = "flowing", + liquid_alternative_flowing = "default:river_water_flowing", + liquid_alternative_source = "default:river_water_source", + liquid_viscosity = 1, + liquid_renewable = false, + liquid_range = 2, + post_effect_color = {a = 103, r = 30, g = 76, b = 90}, + groups = {water = 3, liquid = 3, not_in_creative_inventory = 1, + cools_lava = 1}, + sounds = default.node_sound_water_defaults(), +}) + + +minetest.register_node("default:lava_source", { + description = S("Lava Source"), + drawtype = "liquid", + tiles = { + { + name = "default_lava_source_animated.png", + backface_culling = false, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 3.0, + }, + }, + { + name = "default_lava_source_animated.png", + backface_culling = true, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 3.0, + }, + }, + }, + paramtype = "light", + light_source = default.LIGHT_MAX - 1, + walkable = false, + pointable = false, + diggable = false, + buildable_to = true, + is_ground_content = false, + drop = "", + drowning = 1, + liquidtype = "source", + liquid_alternative_flowing = "default:lava_flowing", + liquid_alternative_source = "default:lava_source", + liquid_viscosity = 7, + liquid_renewable = false, + damage_per_second = 4 * 2, + post_effect_color = {a = 191, r = 255, g = 64, b = 0}, + groups = {lava = 3, liquid = 2, igniter = 1}, +}) + +minetest.register_node("default:lava_flowing", { + description = S("Flowing Lava"), + drawtype = "flowingliquid", + tiles = {"default_lava.png"}, + special_tiles = { + { + name = "default_lava_flowing_animated.png", + backface_culling = false, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 3.3, + }, + }, + { + name = "default_lava_flowing_animated.png", + backface_culling = true, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 3.3, + }, + }, + }, + paramtype = "light", + paramtype2 = "flowingliquid", + light_source = default.LIGHT_MAX - 1, + walkable = false, + pointable = false, + diggable = false, + buildable_to = true, + is_ground_content = false, + drop = "", + drowning = 1, + liquidtype = "flowing", + liquid_alternative_flowing = "default:lava_flowing", + liquid_alternative_source = "default:lava_source", + liquid_viscosity = 7, + liquid_renewable = false, + damage_per_second = 4 * 2, + post_effect_color = {a = 191, r = 255, g = 64, b = 0}, + groups = {lava = 3, liquid = 2, igniter = 1, + not_in_creative_inventory = 1}, +}) + + +minetest.register_node("default:glass", { + description = S("Glass"), + drawtype = "glasslike_framed_optional", + tiles = {"default_glass.png", "default_glass_detail.png"}, + paramtype = "light", + paramtype2 = "glasslikeliquidlevel", + sunlight_propagates = true, + is_ground_content = false, + groups = {cracky = 3, oddly_breakable_by_hand = 3}, + sounds = default.node_sound_glass_defaults(), +}) + +minetest.register_node("default:obsidian_glass", { + description = S("Obsidian Glass"), + drawtype = "glasslike_framed_optional", + tiles = {"default_obsidian_glass.png", "default_obsidian_glass_detail.png"}, + paramtype = "light", + paramtype2 = "glasslikeliquidlevel", + is_ground_content = false, + sunlight_propagates = true, + sounds = default.node_sound_glass_defaults(), + groups = {cracky = 3}, +}) + + +-- +-- Misc +-- + +minetest.register_node("default:cloud", { + description = S("Cloud"), + tiles = {"default_cloud.png"}, + is_ground_content = false, + sounds = default.node_sound_defaults(), + groups = {not_in_creative_inventory = 1}, +}) + diff --git a/mods/default/otros/Inicialmessage - copia.lua b/mods/default/otros/Inicialmessage - copia.lua new file mode 100644 index 0000000..23f3637 --- /dev/null +++ b/mods/default/otros/Inicialmessage - copia.lua @@ -0,0 +1,33 @@ +minetest.register_on_joinplayer(function(player) + local name = player:get_player_name() + minetest.show_formspec(name,"Presentation", + "size[10,10]".. + "textarea[0.5,1;9.5,4;;;First i dont speak English,Hello,thanks for test Survivethedays,this is a little game still in WIP version(Work in progress),in this game you must survive during a determinated time,simple,theres some monsters in the " .. + "world who will trie to kill the player,for the creation of this game i used Blender and Makehuman.]".. + "label[1,5;Select the difficulty of the game]".. + "label[3.5,6;The game will be easy.]".. + "label[3.5,7;For casual players]".. + "label[3.5,8;For tose wo want a challenge]".. + "label[3.5,9;For tose .. i better don t say this]".. + "button_exit[0.5,6;3,1;Easy;Easy]".. + "button_exit[0.5,7;3,1;Mediun;Mediun]".. + "button_exit[0.5,8;3,1;Hard;Hard]".. + "button_exit[0.5,9;3,1;Nigthmare;Nightmare]") + +end) + +minetest.register_on_player_receive_fields(function(player, formname, fields) + local name = player:get_player_name() + if formname ~= "Presentation" then + return + end + + if fields.Easy then + minetest.kick_player(name, 'The player has win the game in easy difficulty,that was easy right?') + end + minetest.after(1,function(player) + minetest.show_formspec(name,"Personaje", + "size[20,10]".. + "model[0,0;10,10;'test';character2.obj;character2.png]") + end) +end) diff --git a/mods/default/otros/hud - copia (2).lua b/mods/default/otros/hud - copia (2).lua new file mode 100644 index 0000000..236e3a9 --- /dev/null +++ b/mods/default/otros/hud - copia (2).lua @@ -0,0 +1,49 @@ +minetest.register_on_joinplayer(function(player) + local name = player:get_player_name() + local meta = player:get_meta() + local days_text = "Days pased: " .. meta:get_int("default:days_pased") + local days = player:hud_add({ + hud_elem_type = "text", + position = {x = 0.5, y = 0.5}, + offset = {x = 0, y = 0}, + text = days_text, + alignment = {x = 0, y = 6}, -- center aligned + scale = {x = 100, y = 100}, -- covered later + size = {x=5}, + }) + + player:hud_add({ + hud_elem_type = "image", + position = {x = 1, y = 0.5}, + offset = {x = -215, y = 23}, + text = "score_bar_empty.png", + scale = { x = 1, y = 1}, + alignment = { x = 1, y = 0 }, + }) +end) +score = {} +local saved_huds = {} + +function score.update_hud(player) + local player_name = player:get_player_name() + local meta = player:get_meta() + local days_text = "Days pased: " .. meta:get_int("default:days_pased") + + local ids = saved_huds[player_name] + if ids then + player:hud_change(ids["Days"], "text", days_text) + else + ids = {} + saved_huds[player_name] = ids + + -- create HUD elements and set ids into `ids` + end +end + +minetest.register_on_joinplayer(score.update_hud) + +minetest.register_on_leaveplayer(function(player) + saved_huds[player:get_player_name()] = nil +end) + + diff --git a/mods/default/otros/hud - copia.lua b/mods/default/otros/hud - copia.lua new file mode 100644 index 0000000..b3dcdda --- /dev/null +++ b/mods/default/otros/hud - copia.lua @@ -0,0 +1,163 @@ +minetest.register_on_joinplayer(function(player) + local name = player:get_player_name() + local meta = player:get_meta() + local idx = player:hud_add({ + hud_elem_type = "text", + position = {x = 0.5, y = 0.5}, + offset = {x = 0, y = 0}, + text = "Hello world!", + alignment = {x = 0, y = 0}, -- center aligned + scale = {x = 100, y = 100}, -- covered later + }) + + --The hud_add function returns an element ID - this can be used later to modify or remove a HUD element. + --Parameters + + --The element’s type is given using the hud_elem_type property in the definition table. The meaning of other properties varies based on this type. + + --scale is the maximum bounds of text; text outside these bounds is cropped, e.g.: {x=100, y=100}. + + --number is the text’s colour, and is in hexadecimal form, e.g.: 0xFF0000. + --Our Example + + --Let’s go ahead and place all the text in our score panel: + + -- Get the dig and place count from storage, or default to 0 + local meta = player:get_meta() + local digs_text = "Digs: " .. meta:get_int("score:digs") + local places_text = "Places: " .. meta:get_int("score:places") + + player:hud_add({ + hud_elem_type = "text", + position = {x = 1, y = 0.5}, + offset = {x = -120, y = -25}, + text = "Stats", + alignment = 0, + scale = { x = 100, y = 30}, + number = 0xFFFFFF, + }) + + player:hud_add({ + hud_elem_type = "text", + position = {x = 1, y = 0.5}, + offset = {x = -180, y = 0}, + text = digs_text, + alignment = -1, + scale = { x = 50, y = 10}, + number = 0xFFFFFF, + }) + + player:hud_add({ + hud_elem_type = "text", + position = {x = 1, y = 0.5}, + offset = {x = -70, y = 0}, + text = places_text, + alignment = -1, + scale = { x = 50, y = 10}, + number = 0xFFFFFF, + }) + + --This results in the following: + --screenshot of the HUD we're aiming for + --Image Elements + + --Image elements are created in a very similar way to text elements: + + player:hud_add({ + hud_elem_type = "image", + position = {x = 1, y = 0.5}, + offset = {x = -220, y = 0}, + text = "score_background.png", + scale = { x = 1, y = 1}, + alignment = { x = 1, y = 0 }, + }) + + --You will now have this: + --screenshot of the HUD so far + --Parameters + + --The text field is used to provide the image name. + + --If a co-ordinate is positive, then it is a scale factor with 1 being the original image size, 2 being double the size, and so on. However, if a co-ordinate is negative, it is a percentage of the screen size. For example, x=-100 is 100% of the width. + --Scale + + --Let’s make the progress bar for our score panel as an example of scale: + + local percent = tonumber(meta:get("score:score") or 0.2) + + player:hud_add({ + hud_elem_type = "image", + position = {x = 1, y = 0.5}, + offset = {x = -215, y = 23}, + text = "score_bar_empty.png", + scale = { x = 1, y = 1}, + alignment = { x = 1, y = 0 }, + }) + + player:hud_add({ + hud_elem_type = "image", + position = {x = 1, y = 0.5}, + offset = {x = -215, y = 23}, + text = "score_bar_full.png", + scale = { x = percent, y = 1}, + alignment = { x = 1, y = 0 }, + }) + + --We now have a HUD that looks like the one in the first post! There is one problem however, it won’t update when the stats change. + --Changing an Element + + --You can use the ID returned by the hud_add method to update it or remove it later. + + local idx = player:hud_add({ + hud_elem_type = "text", + text = "Hello world!", + -- parameters removed for brevity + }) + + player:hud_change(idx, "text", "New Text") + player:hud_remove(idx) + + --The hud_change method takes the element ID, the property to change, and the new value. The above call changes the text property from “Hello World” to “New text”. + + --This means that doing the hud_change immediately after the hud_add is functionally equivalent to the following, in a rather inefficient way: + + local idx = player:hud_add({ + hud_elem_type = "text", + text = "New Text", + }) + + --Storing IDs +end) +score = {} +local saved_huds = {} + +function score.update_hud(player) + local player_name = player:get_player_name() + + -- Get the dig and place count from storage, or default to 0 + local meta = player:get_meta() + local digs_text = "Digs: " .. meta:get_int("score:digs") + local places_text = "Places: " .. meta:get_int("score:places") + local percent = tonumber(meta:get("score:score") or 0.2) + + local ids = saved_huds[player_name] + if ids then + player:hud_change(ids["places"], "text", places_text) + player:hud_change(ids["digs"], "text", digs_text) + player:hud_change(ids["bar_foreground"], + "scale", { x = percent, y = 1 }) + else + ids = {} + saved_huds[player_name] = ids + + -- create HUD elements and set ids into `ids` + end +end + +minetest.register_on_joinplayer(score.update_hud) + +minetest.register_on_leaveplayer(function(player) + saved_huds[player:get_player_name()] = nil +end) + + diff --git a/mods/default/otros/hud lua b/mods/default/otros/hud lua new file mode 100644 index 0000000..5fae840 --- /dev/null +++ b/mods/default/otros/hud lua @@ -0,0 +1,48 @@ +minetest.register_on_joinplayer(function(player) + local name = player:get_player_name() + local meta = player:get_meta() + local days_text = "Days pased: " .. meta:get_int("default:days_pased") + local days = player:hud_add({ + hud_elem_type = "text", + position = {x = 0.5, y = 0.5}, + offset = {x = 0, y = 0}, + text = "Hello world!", + alignment = {x = 0, y = 11}, -- center aligned + scale = {x = 100, y = 100}, -- covered later + }) + + player:hud_add({ + hud_elem_type = "image", + position = {x = 1, y = 0.5}, + offset = {x = -215, y = 23}, + text = "score_bar_empty.png", + scale = { x = 1, y = 1}, + alignment = { x = 1, y = 0 }, + }) +end) +score = {} +local saved_huds = {} + +function score.update_hud(player) + local player_name = player:get_player_name() + local meta = player:get_meta() + local days_text = "Days pased: " .. meta:get_int("default:days_pased") + + local ids = saved_huds[player_name] + if ids then + player:hud_change(ids["Days"], "text", days_text) + else + ids = {} + saved_huds[player_name] = ids + + -- create HUD elements and set ids into `ids` + end +end + +minetest.register_on_joinplayer(score.update_hud) + +minetest.register_on_leaveplayer(function(player) + saved_huds[player:get_player_name()] = nil +end) + + diff --git a/mods/default/otros/hud.copylua b/mods/default/otros/hud.copylua new file mode 100644 index 0000000..04add43 --- /dev/null +++ b/mods/default/otros/hud.copylua @@ -0,0 +1,48 @@ +minetest.register_on_joinplayer(function(player) + local name = player:get_player_name() + local meta = player:get_meta() + local days_text = "Days pased: " .. meta:get_int("default:days_pased") + local days = player:hud_add({ + hud_elem_type = "text", + position = {x = 0.5, y = 0.5}, + offset = {x = 0, y = 0}, + text = days_text, + alignment = {x = 0, y = 11}, -- center aligned + scale = {x = 100, y = 100}, -- covered later + }) + + player:hud_add({ + hud_elem_type = "image", + position = {x = 1, y = 0.5}, + offset = {x = -215, y = 23}, + text = "score_bar_empty.png", + scale = { x = 1, y = 1}, + alignment = { x = 1, y = 0 }, + }) +end) +score = {} +local saved_huds = {} + +function score.update_hud(player) + local player_name = player:get_player_name() + local meta = player:get_meta() + local days_text = "Days pased: " .. meta:get_int("default:days_pased") + + local ids = saved_huds[player_name] + if ids then + player:hud_change(ids["Days"], "text", days_text) + else + ids = {} + saved_huds[player_name] = ids + + -- create HUD elements and set ids into `ids` + end +end + +minetest.register_on_joinplayer(score.update_hud) + +minetest.register_on_leaveplayer(function(player) + saved_huds[player:get_player_name()] = nil +end) + + diff --git a/mods/default/otros/init - copia.lua b/mods/default/otros/init - copia.lua new file mode 100644 index 0000000..83a2b70 --- /dev/null +++ b/mods/default/otros/init - copia.lua @@ -0,0 +1,244 @@ +-- Minetest 0.4 mod: default +-- See README.txt for licensing and other information. + +-- The API documentation in here was moved into game_api.txt + +-- Load support for MT game translation. +local S = minetest.get_translator("default") + +-- Definitions made by this mod that other mods can use too +default = {} + +default.LIGHT_MAX = 14 +default.get_translator = S + +-- GUI related stuff +minetest.register_on_joinplayer(function(player) + player:set_formspec_prepend([[ + bgcolor[#080808BB;true] + background[5,5;1,1;gui_formbg.png;true] + background9[5,5;1,1;gui_formbg.png;true;10] + listcolors[#00000069;#5A5A5A;#141318;#30434C;#FFF] ]]) +end) + +function default.get_hotbar_bg(x,y) + local out = "" + for i=0,3,1 do + out = out .."image["..x+i..","..y..";0,1;gui_hb_bg.png]" + end + return out +end + +default.gui_survival_form = "size[8,8.5]".. + "list[current_player;main;0,4.25;8,1;]".. + "list[current_player;main;0,5.5;8,3;8]".. + --"list[current_player;craft;1.75,0.5;3,3;]".. + --"list[current_player;craftpreview;5.75,1.5;1,1;]".. + --"image[4.75,1.5;1,1;gui_furnace_arrow_bg.png^[transformR270]".. + "listring[current_player;main]".. + --"listring[current_player;craft]".. + default.get_hotbar_bg(0,4.25) + +minetest.register_on_newplayer(function(player) + local name = player:get_player_name() + local meta = player:get_meta() + meta:set_int("difficulty", 1) + meta:set_int("days", 25) + meta:set_int("dayspass", 0) +end) + + +-- Load files +local default_path = minetest.get_modpath("default") + +dofile(default_path.."/functions.lua") +dofile(default_path.."/nodes.lua") +dofile(default_path.."/torch.lua") +dofile(default_path.."/tools.lua") +dofile(default_path.."/mapgen.lua") +dofile(default_path.."/jungle.lua") +dofile(default_path.."/hud.lua") +dofile(default_path.."/Inicialmessage.lua") + + +survival={} +local default_path = minetest.get_modpath("survival") +local q = minetest.settings:get("texturequality") or 1 + +minetest.register_node('default:dirtwithgrass1', { + tiles ={'dirtQ'..q..'.png^grassQ'..q..'.png', 'dirtQ'..q..'.png'}, + description= 'dirt', + drawtype= 'normal', + is_ground_content=true, + climbable=false, + buildable_to=false, + damage_per_second=10, + diggable=true, + drop= '', + drowning=1, + floodable=false, + range=1.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=true, + pointable=true, +}) +minetest.register_node('default:dirt', { + tiles ={'dirtQ'..q..'.png'}, + description= 'dirt', + drawtype= 'allfaces_optional', + is_ground_content=true, + climbable=false, + buildable_to=false, + damage_per_second=10, + diggable=true, + drop= '', + drowning=1, + floodable=false, + range=10.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=true, + pointable=true, + waving=0, +}) +minetest.register_node('default:tree', { + tiles ={'woodQ'..q..'.png'}, + description= 'tree', + drawtype= 'mesh', + mesh= 'tree.obj', + is_ground_content=true, + climbable=false, + buildable_to=false, + damage_per_second=10, + diggable=true, + drop= '', + drowning=1, + floodable=false, + range=1.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=false, + pointable=true, + waving=0, + collisionbox = {-0.5, 0.0, -0.5, 0.5, 10.0, 0.5}, +}) +minetest.register_node('default:treebase', { + tiles ={'woodQ'..q..'.png'}, + description= 'treebase', + drawtype= 'mesh', + mesh= 'treebase.obj', + is_ground_content=true, + climbable=false, + buildable_to=false, + damage_per_second=10, + diggable=true, + drop= '', + drowning=1, + floodable=false, + range=1.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=true, + pointable=true, + waving=0, +}) +minetest.register_node('default:tree_leaves', { + tiles ={'leavesfullQ'..q..'.png'}, + description= 'tree', + drawtype= 'mesh', + mesh= 'leaves.obj', + is_ground_content=true, + climbable=false, + buildable_to=false, + damage_per_second=10, + diggable=true, + drop= '', + drowning=1, + floodable=false, + range=1.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=true, + pointable=true, + waving=0, +}) + +minetest.register_node('default:deco1', { + tiles ={'leave1Q'..q..'.png'}, + description= 'tree', + drawtype= 'mesh', + mesh= 'deco1.obj', + is_ground_content=true, + climbable=false, + buildable_to=false, + diggable=true, + drop= '', + drowning=1, + floodable=false, + range=1.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=false, + pointable=false, + waving=0, +}) +minetest.register_node('default:deco2', { + tiles ={'leave2Q'..q..'.png'}, + description= 'tree', + drawtype= 'mesh', + mesh= 'deco2.obj', + is_ground_content=true, + climbable=false, + buildable_to=false, + diggable=true, + drop= '', + drowning=1, + floodable=false, + range=1.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=false, + pointable=false, + waving=0, +}) +minetest.register_node('default:deco3', { + tiles ={'leave3Q'..q..'.png'}, + description= 'tree', + drawtype= 'mesh', + mesh= 'deco3.obj', + is_ground_content=true, + climbable=false, + buildable_to=false, + diggable=true, + drop= '', + drowning=1, + floodable=false, + range=1.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=false, + pointable=false, + waving=0, +}) +minetest.register_node('default:deco4', { + tiles ={'leave4Q'..q..'.png'}, + description= 'tree', + drawtype= 'mesh', + mesh= 'deco4.obj', + is_ground_content=true, + climbable=false, + buildable_to=false, + diggable=true, + drop= '', + drowning=1, + floodable=false, + range=1.0, + sunlight_propagates=false, + use_texture_alpha=false, + walkable=false, + pointable=false, + waving=0, +}) +-- +-- Nodes overrider diff --git a/mods/default/schematics/tree.mts b/mods/default/schematics/tree.mts new file mode 100644 index 0000000..ccebaf8 Binary files /dev/null and b/mods/default/schematics/tree.mts differ diff --git a/mods/default/sounds/default_break_glass.1.ogg b/mods/default/sounds/default_break_glass.1.ogg new file mode 100644 index 0000000..b1ccc5f Binary files /dev/null and b/mods/default/sounds/default_break_glass.1.ogg differ diff --git a/mods/default/sounds/default_break_glass.2.ogg b/mods/default/sounds/default_break_glass.2.ogg new file mode 100644 index 0000000..b6cc9e8 Binary files /dev/null and b/mods/default/sounds/default_break_glass.2.ogg differ diff --git a/mods/default/sounds/default_break_glass.3.ogg b/mods/default/sounds/default_break_glass.3.ogg new file mode 100644 index 0000000..ae6a6bf Binary files /dev/null and b/mods/default/sounds/default_break_glass.3.ogg differ diff --git a/mods/default/sounds/default_chest_close.ogg b/mods/default/sounds/default_chest_close.ogg new file mode 100644 index 0000000..068d900 Binary files /dev/null and b/mods/default/sounds/default_chest_close.ogg differ diff --git a/mods/default/sounds/default_chest_open.ogg b/mods/default/sounds/default_chest_open.ogg new file mode 100644 index 0000000..40b0b93 Binary files /dev/null and b/mods/default/sounds/default_chest_open.ogg differ diff --git a/mods/default/sounds/default_cool_lava.1.ogg b/mods/default/sounds/default_cool_lava.1.ogg new file mode 100644 index 0000000..42506dd Binary files /dev/null and b/mods/default/sounds/default_cool_lava.1.ogg differ diff --git a/mods/default/sounds/default_cool_lava.2.ogg b/mods/default/sounds/default_cool_lava.2.ogg new file mode 100644 index 0000000..2747ab8 Binary files /dev/null and b/mods/default/sounds/default_cool_lava.2.ogg differ diff --git a/mods/default/sounds/default_cool_lava.3.ogg b/mods/default/sounds/default_cool_lava.3.ogg new file mode 100644 index 0000000..8baeac3 Binary files /dev/null and b/mods/default/sounds/default_cool_lava.3.ogg differ diff --git a/mods/default/sounds/default_dig_choppy.ogg b/mods/default/sounds/default_dig_choppy.ogg new file mode 100644 index 0000000..e2ecd84 Binary files /dev/null and b/mods/default/sounds/default_dig_choppy.ogg differ diff --git a/mods/default/sounds/default_dig_cracky.ogg b/mods/default/sounds/default_dig_cracky.ogg new file mode 100644 index 0000000..da11679 Binary files /dev/null and b/mods/default/sounds/default_dig_cracky.ogg differ diff --git a/mods/default/sounds/default_dig_crumbly.ogg b/mods/default/sounds/default_dig_crumbly.ogg new file mode 100644 index 0000000..a0b2a1f Binary files /dev/null and b/mods/default/sounds/default_dig_crumbly.ogg differ diff --git a/mods/default/sounds/default_dig_dig_immediate.ogg b/mods/default/sounds/default_dig_dig_immediate.ogg new file mode 100644 index 0000000..e65d766 Binary files /dev/null and b/mods/default/sounds/default_dig_dig_immediate.ogg differ diff --git a/mods/default/sounds/default_dig_metal.ogg b/mods/default/sounds/default_dig_metal.ogg new file mode 100644 index 0000000..0b58509 Binary files /dev/null and b/mods/default/sounds/default_dig_metal.ogg differ diff --git a/mods/default/sounds/default_dig_oddly_breakable_by_hand.ogg b/mods/default/sounds/default_dig_oddly_breakable_by_hand.ogg new file mode 100644 index 0000000..ef4d7b1 Binary files /dev/null and b/mods/default/sounds/default_dig_oddly_breakable_by_hand.ogg differ diff --git a/mods/default/sounds/default_dig_snappy.ogg b/mods/default/sounds/default_dig_snappy.ogg new file mode 100644 index 0000000..3686fcd Binary files /dev/null and b/mods/default/sounds/default_dig_snappy.ogg differ diff --git a/mods/default/sounds/default_dirt_footstep.1.ogg b/mods/default/sounds/default_dirt_footstep.1.ogg new file mode 100644 index 0000000..201aa3b Binary files /dev/null and b/mods/default/sounds/default_dirt_footstep.1.ogg differ diff --git a/mods/default/sounds/default_dirt_footstep.2.ogg b/mods/default/sounds/default_dirt_footstep.2.ogg new file mode 100644 index 0000000..2667dbc Binary files /dev/null and b/mods/default/sounds/default_dirt_footstep.2.ogg differ diff --git a/mods/default/sounds/default_dug_metal.1.ogg b/mods/default/sounds/default_dug_metal.1.ogg new file mode 100644 index 0000000..5d6cb5b Binary files /dev/null and b/mods/default/sounds/default_dug_metal.1.ogg differ diff --git a/mods/default/sounds/default_dug_metal.2.ogg b/mods/default/sounds/default_dug_metal.2.ogg new file mode 100644 index 0000000..63567fc Binary files /dev/null and b/mods/default/sounds/default_dug_metal.2.ogg differ diff --git a/mods/default/sounds/default_dug_node.1.ogg b/mods/default/sounds/default_dug_node.1.ogg new file mode 100644 index 0000000..c04975d Binary files /dev/null and b/mods/default/sounds/default_dug_node.1.ogg differ diff --git a/mods/default/sounds/default_dug_node.2.ogg b/mods/default/sounds/default_dug_node.2.ogg new file mode 100644 index 0000000..9f20926 Binary files /dev/null and b/mods/default/sounds/default_dug_node.2.ogg differ diff --git a/mods/default/sounds/default_glass_footstep.ogg b/mods/default/sounds/default_glass_footstep.ogg new file mode 100644 index 0000000..191287a Binary files /dev/null and b/mods/default/sounds/default_glass_footstep.ogg differ diff --git a/mods/default/sounds/default_grass_footstep.1.ogg b/mods/default/sounds/default_grass_footstep.1.ogg new file mode 100644 index 0000000..22d1ad6 Binary files /dev/null and b/mods/default/sounds/default_grass_footstep.1.ogg differ diff --git a/mods/default/sounds/default_grass_footstep.2.ogg b/mods/default/sounds/default_grass_footstep.2.ogg new file mode 100644 index 0000000..4ccd8a0 Binary files /dev/null and b/mods/default/sounds/default_grass_footstep.2.ogg differ diff --git a/mods/default/sounds/default_grass_footstep.3.ogg b/mods/default/sounds/default_grass_footstep.3.ogg new file mode 100644 index 0000000..20db84e Binary files /dev/null and b/mods/default/sounds/default_grass_footstep.3.ogg differ diff --git a/mods/default/sounds/default_gravel_footstep.1.ogg b/mods/default/sounds/default_gravel_footstep.1.ogg new file mode 100644 index 0000000..8d260ce Binary files /dev/null and b/mods/default/sounds/default_gravel_footstep.1.ogg differ diff --git a/mods/default/sounds/default_gravel_footstep.2.ogg b/mods/default/sounds/default_gravel_footstep.2.ogg new file mode 100644 index 0000000..2aba2c6 Binary files /dev/null and b/mods/default/sounds/default_gravel_footstep.2.ogg differ diff --git a/mods/default/sounds/default_gravel_footstep.3.ogg b/mods/default/sounds/default_gravel_footstep.3.ogg new file mode 100644 index 0000000..1bcd8a1 Binary files /dev/null and b/mods/default/sounds/default_gravel_footstep.3.ogg differ diff --git a/mods/default/sounds/default_gravel_footstep.4.ogg b/mods/default/sounds/default_gravel_footstep.4.ogg new file mode 100644 index 0000000..696c9ff Binary files /dev/null and b/mods/default/sounds/default_gravel_footstep.4.ogg differ diff --git a/mods/default/sounds/default_hard_footstep.1.ogg b/mods/default/sounds/default_hard_footstep.1.ogg new file mode 100644 index 0000000..1748bc5 Binary files /dev/null and b/mods/default/sounds/default_hard_footstep.1.ogg differ diff --git a/mods/default/sounds/default_hard_footstep.2.ogg b/mods/default/sounds/default_hard_footstep.2.ogg new file mode 100644 index 0000000..fe39fd7 Binary files /dev/null and b/mods/default/sounds/default_hard_footstep.2.ogg differ diff --git a/mods/default/sounds/default_hard_footstep.3.ogg b/mods/default/sounds/default_hard_footstep.3.ogg new file mode 100644 index 0000000..5030e06 Binary files /dev/null and b/mods/default/sounds/default_hard_footstep.3.ogg differ diff --git a/mods/default/sounds/default_item_smoke.ogg b/mods/default/sounds/default_item_smoke.ogg new file mode 100644 index 0000000..038a46e Binary files /dev/null and b/mods/default/sounds/default_item_smoke.ogg differ diff --git a/mods/default/sounds/default_metal_footstep.1.ogg b/mods/default/sounds/default_metal_footstep.1.ogg new file mode 100644 index 0000000..841286b Binary files /dev/null and b/mods/default/sounds/default_metal_footstep.1.ogg differ diff --git a/mods/default/sounds/default_metal_footstep.2.ogg b/mods/default/sounds/default_metal_footstep.2.ogg new file mode 100644 index 0000000..aa61ed3 Binary files /dev/null and b/mods/default/sounds/default_metal_footstep.2.ogg differ diff --git a/mods/default/sounds/default_metal_footstep.3.ogg b/mods/default/sounds/default_metal_footstep.3.ogg new file mode 100644 index 0000000..4cc1ca4 Binary files /dev/null and b/mods/default/sounds/default_metal_footstep.3.ogg differ diff --git a/mods/default/sounds/default_place_node.1.ogg b/mods/default/sounds/default_place_node.1.ogg new file mode 100644 index 0000000..46b9756 Binary files /dev/null and b/mods/default/sounds/default_place_node.1.ogg differ diff --git a/mods/default/sounds/default_place_node.2.ogg b/mods/default/sounds/default_place_node.2.ogg new file mode 100644 index 0000000..d34c01a Binary files /dev/null and b/mods/default/sounds/default_place_node.2.ogg differ diff --git a/mods/default/sounds/default_place_node.3.ogg b/mods/default/sounds/default_place_node.3.ogg new file mode 100644 index 0000000..fc29365 Binary files /dev/null and b/mods/default/sounds/default_place_node.3.ogg differ diff --git a/mods/default/sounds/default_place_node_hard.1.ogg b/mods/default/sounds/default_place_node_hard.1.ogg new file mode 100644 index 0000000..9f97fac Binary files /dev/null and b/mods/default/sounds/default_place_node_hard.1.ogg differ diff --git a/mods/default/sounds/default_place_node_hard.2.ogg b/mods/default/sounds/default_place_node_hard.2.ogg new file mode 100644 index 0000000..1d3b3de Binary files /dev/null and b/mods/default/sounds/default_place_node_hard.2.ogg differ diff --git a/mods/default/sounds/default_place_node_metal.1.ogg b/mods/default/sounds/default_place_node_metal.1.ogg new file mode 100644 index 0000000..5da085e Binary files /dev/null and b/mods/default/sounds/default_place_node_metal.1.ogg differ diff --git a/mods/default/sounds/default_place_node_metal.2.ogg b/mods/default/sounds/default_place_node_metal.2.ogg new file mode 100644 index 0000000..5ee67fc Binary files /dev/null and b/mods/default/sounds/default_place_node_metal.2.ogg differ diff --git a/mods/default/sounds/default_sand_footstep.1.ogg b/mods/default/sounds/default_sand_footstep.1.ogg new file mode 100644 index 0000000..65b68c7 Binary files /dev/null and b/mods/default/sounds/default_sand_footstep.1.ogg differ diff --git a/mods/default/sounds/default_sand_footstep.2.ogg b/mods/default/sounds/default_sand_footstep.2.ogg new file mode 100644 index 0000000..57f35f3 Binary files /dev/null and b/mods/default/sounds/default_sand_footstep.2.ogg differ diff --git a/mods/default/sounds/default_snow_footstep.1.ogg b/mods/default/sounds/default_snow_footstep.1.ogg new file mode 100644 index 0000000..97cc825 Binary files /dev/null and b/mods/default/sounds/default_snow_footstep.1.ogg differ diff --git a/mods/default/sounds/default_snow_footstep.2.ogg b/mods/default/sounds/default_snow_footstep.2.ogg new file mode 100644 index 0000000..97a6baa Binary files /dev/null and b/mods/default/sounds/default_snow_footstep.2.ogg differ diff --git a/mods/default/sounds/default_snow_footstep.3.ogg b/mods/default/sounds/default_snow_footstep.3.ogg new file mode 100644 index 0000000..bde1f21 Binary files /dev/null and b/mods/default/sounds/default_snow_footstep.3.ogg differ diff --git a/mods/default/sounds/default_snow_footstep.4.ogg b/mods/default/sounds/default_snow_footstep.4.ogg new file mode 100644 index 0000000..8ca6a59 Binary files /dev/null and b/mods/default/sounds/default_snow_footstep.4.ogg differ diff --git a/mods/default/sounds/default_snow_footstep.5.ogg b/mods/default/sounds/default_snow_footstep.5.ogg new file mode 100644 index 0000000..220d60c Binary files /dev/null and b/mods/default/sounds/default_snow_footstep.5.ogg differ diff --git a/mods/default/sounds/default_tool_breaks.1.ogg b/mods/default/sounds/default_tool_breaks.1.ogg new file mode 100644 index 0000000..2a571ae Binary files /dev/null and b/mods/default/sounds/default_tool_breaks.1.ogg differ diff --git a/mods/default/sounds/default_tool_breaks.2.ogg b/mods/default/sounds/default_tool_breaks.2.ogg new file mode 100644 index 0000000..1789352 Binary files /dev/null and b/mods/default/sounds/default_tool_breaks.2.ogg differ diff --git a/mods/default/sounds/default_tool_breaks.3.ogg b/mods/default/sounds/default_tool_breaks.3.ogg new file mode 100644 index 0000000..a99c4b7 Binary files /dev/null and b/mods/default/sounds/default_tool_breaks.3.ogg differ diff --git a/mods/default/sounds/default_water_footstep.1.ogg b/mods/default/sounds/default_water_footstep.1.ogg new file mode 100644 index 0000000..63b9744 Binary files /dev/null and b/mods/default/sounds/default_water_footstep.1.ogg differ diff --git a/mods/default/sounds/default_water_footstep.2.ogg b/mods/default/sounds/default_water_footstep.2.ogg new file mode 100644 index 0000000..8d79c1f Binary files /dev/null and b/mods/default/sounds/default_water_footstep.2.ogg differ diff --git a/mods/default/sounds/default_water_footstep.3.ogg b/mods/default/sounds/default_water_footstep.3.ogg new file mode 100644 index 0000000..f889150 Binary files /dev/null and b/mods/default/sounds/default_water_footstep.3.ogg differ diff --git a/mods/default/sounds/default_water_footstep.4.ogg b/mods/default/sounds/default_water_footstep.4.ogg new file mode 100644 index 0000000..6f1eab8 Binary files /dev/null and b/mods/default/sounds/default_water_footstep.4.ogg differ diff --git a/mods/default/sounds/default_wood_footstep.1.ogg b/mods/default/sounds/default_wood_footstep.1.ogg new file mode 100644 index 0000000..34f63a1 Binary files /dev/null and b/mods/default/sounds/default_wood_footstep.1.ogg differ diff --git a/mods/default/sounds/default_wood_footstep.2.ogg b/mods/default/sounds/default_wood_footstep.2.ogg new file mode 100644 index 0000000..124fc29 Binary files /dev/null and b/mods/default/sounds/default_wood_footstep.2.ogg differ diff --git a/mods/default/textures/bubble.png b/mods/default/textures/bubble.png new file mode 100644 index 0000000..100fe15 Binary files /dev/null and b/mods/default/textures/bubble.png differ diff --git a/mods/default/textures/crack_anylength.png b/mods/default/textures/crack_anylength.png new file mode 100644 index 0000000..297eced Binary files /dev/null and b/mods/default/textures/crack_anylength.png differ diff --git a/mods/default/textures/default_acacia_bush_sapling.png b/mods/default/textures/default_acacia_bush_sapling.png new file mode 100644 index 0000000..940b3aa Binary files /dev/null and b/mods/default/textures/default_acacia_bush_sapling.png differ diff --git a/mods/default/textures/default_acacia_bush_stem.png b/mods/default/textures/default_acacia_bush_stem.png new file mode 100644 index 0000000..a470903 Binary files /dev/null and b/mods/default/textures/default_acacia_bush_stem.png differ diff --git a/mods/default/textures/default_acacia_leaves.png b/mods/default/textures/default_acacia_leaves.png new file mode 100644 index 0000000..ac41873 Binary files /dev/null and b/mods/default/textures/default_acacia_leaves.png differ diff --git a/mods/default/textures/default_acacia_leaves_simple.png b/mods/default/textures/default_acacia_leaves_simple.png new file mode 100644 index 0000000..bf5efbd Binary files /dev/null and b/mods/default/textures/default_acacia_leaves_simple.png differ diff --git a/mods/default/textures/default_acacia_sapling.png b/mods/default/textures/default_acacia_sapling.png new file mode 100644 index 0000000..bc2d358 Binary files /dev/null and b/mods/default/textures/default_acacia_sapling.png differ diff --git a/mods/default/textures/default_acacia_tree.png b/mods/default/textures/default_acacia_tree.png new file mode 100644 index 0000000..45dcd9d Binary files /dev/null and b/mods/default/textures/default_acacia_tree.png differ diff --git a/mods/default/textures/default_acacia_tree_top.png b/mods/default/textures/default_acacia_tree_top.png new file mode 100644 index 0000000..e2a61da Binary files /dev/null and b/mods/default/textures/default_acacia_tree_top.png differ diff --git a/mods/default/textures/default_acacia_wood.png b/mods/default/textures/default_acacia_wood.png new file mode 100644 index 0000000..e536577 Binary files /dev/null and b/mods/default/textures/default_acacia_wood.png differ diff --git a/mods/default/textures/default_apple.png b/mods/default/textures/default_apple.png new file mode 100644 index 0000000..7549bfd Binary files /dev/null and b/mods/default/textures/default_apple.png differ diff --git a/mods/default/textures/default_aspen_leaves.png b/mods/default/textures/default_aspen_leaves.png new file mode 100644 index 0000000..7306423 Binary files /dev/null and b/mods/default/textures/default_aspen_leaves.png differ diff --git a/mods/default/textures/default_aspen_sapling.png b/mods/default/textures/default_aspen_sapling.png new file mode 100644 index 0000000..f8d9136 Binary files /dev/null and b/mods/default/textures/default_aspen_sapling.png differ diff --git a/mods/default/textures/default_aspen_tree.png b/mods/default/textures/default_aspen_tree.png new file mode 100644 index 0000000..34d24b2 Binary files /dev/null and b/mods/default/textures/default_aspen_tree.png differ diff --git a/mods/default/textures/default_aspen_tree_top.png b/mods/default/textures/default_aspen_tree_top.png new file mode 100644 index 0000000..fcca038 Binary files /dev/null and b/mods/default/textures/default_aspen_tree_top.png differ diff --git a/mods/default/textures/default_aspen_wood.png b/mods/default/textures/default_aspen_wood.png new file mode 100644 index 0000000..eeb70c9 Binary files /dev/null and b/mods/default/textures/default_aspen_wood.png differ diff --git a/mods/default/textures/default_blueberries.png b/mods/default/textures/default_blueberries.png new file mode 100644 index 0000000..1dbb0d6 Binary files /dev/null and b/mods/default/textures/default_blueberries.png differ diff --git a/mods/default/textures/default_blueberry_bush_leaves.png b/mods/default/textures/default_blueberry_bush_leaves.png new file mode 100644 index 0000000..2cd112c Binary files /dev/null and b/mods/default/textures/default_blueberry_bush_leaves.png differ diff --git a/mods/default/textures/default_blueberry_bush_sapling.png b/mods/default/textures/default_blueberry_bush_sapling.png new file mode 100644 index 0000000..5d7393f Binary files /dev/null and b/mods/default/textures/default_blueberry_bush_sapling.png differ diff --git a/mods/default/textures/default_blueberry_overlay.png b/mods/default/textures/default_blueberry_overlay.png new file mode 100644 index 0000000..de9de62 Binary files /dev/null and b/mods/default/textures/default_blueberry_overlay.png differ diff --git a/mods/default/textures/default_book.png b/mods/default/textures/default_book.png new file mode 100644 index 0000000..bcf1e6a Binary files /dev/null and b/mods/default/textures/default_book.png differ diff --git a/mods/default/textures/default_book_written.png b/mods/default/textures/default_book_written.png new file mode 100644 index 0000000..f23d122 Binary files /dev/null and b/mods/default/textures/default_book_written.png differ diff --git a/mods/default/textures/default_bookshelf.png b/mods/default/textures/default_bookshelf.png new file mode 100644 index 0000000..10d6483 Binary files /dev/null and b/mods/default/textures/default_bookshelf.png differ diff --git a/mods/default/textures/default_bookshelf_slot.png b/mods/default/textures/default_bookshelf_slot.png new file mode 100644 index 0000000..cd2c8bc Binary files /dev/null and b/mods/default/textures/default_bookshelf_slot.png differ diff --git a/mods/default/textures/default_brick.png b/mods/default/textures/default_brick.png new file mode 100644 index 0000000..ab19121 Binary files /dev/null and b/mods/default/textures/default_brick.png differ diff --git a/mods/default/textures/default_bronze_block.png b/mods/default/textures/default_bronze_block.png new file mode 100644 index 0000000..1d0c9d5 Binary files /dev/null and b/mods/default/textures/default_bronze_block.png differ diff --git a/mods/default/textures/default_bronze_ingot.png b/mods/default/textures/default_bronze_ingot.png new file mode 100644 index 0000000..6cccdf6 Binary files /dev/null and b/mods/default/textures/default_bronze_ingot.png differ diff --git a/mods/default/textures/default_bush_sapling.png b/mods/default/textures/default_bush_sapling.png new file mode 100644 index 0000000..905ba4b Binary files /dev/null and b/mods/default/textures/default_bush_sapling.png differ diff --git a/mods/default/textures/default_bush_stem.png b/mods/default/textures/default_bush_stem.png new file mode 100644 index 0000000..09eabb5 Binary files /dev/null and b/mods/default/textures/default_bush_stem.png differ diff --git a/mods/default/textures/default_cactus_side.png b/mods/default/textures/default_cactus_side.png new file mode 100644 index 0000000..8d6c40c Binary files /dev/null and b/mods/default/textures/default_cactus_side.png differ diff --git a/mods/default/textures/default_cactus_top.png b/mods/default/textures/default_cactus_top.png new file mode 100644 index 0000000..cf46aa2 Binary files /dev/null and b/mods/default/textures/default_cactus_top.png differ diff --git a/mods/default/textures/default_chest_front.png b/mods/default/textures/default_chest_front.png new file mode 100644 index 0000000..85227d8 Binary files /dev/null and b/mods/default/textures/default_chest_front.png differ diff --git a/mods/default/textures/default_chest_inside.png b/mods/default/textures/default_chest_inside.png new file mode 100644 index 0000000..5f7b6b1 Binary files /dev/null and b/mods/default/textures/default_chest_inside.png differ diff --git a/mods/default/textures/default_chest_lock.png b/mods/default/textures/default_chest_lock.png new file mode 100644 index 0000000..73f46c7 Binary files /dev/null and b/mods/default/textures/default_chest_lock.png differ diff --git a/mods/default/textures/default_chest_side.png b/mods/default/textures/default_chest_side.png new file mode 100644 index 0000000..44a65a4 Binary files /dev/null and b/mods/default/textures/default_chest_side.png differ diff --git a/mods/default/textures/default_chest_top.png b/mods/default/textures/default_chest_top.png new file mode 100644 index 0000000..f4a92ee Binary files /dev/null and b/mods/default/textures/default_chest_top.png differ diff --git a/mods/default/textures/default_clay.png b/mods/default/textures/default_clay.png new file mode 100644 index 0000000..76e5a40 Binary files /dev/null and b/mods/default/textures/default_clay.png differ diff --git a/mods/default/textures/default_clay_brick.png b/mods/default/textures/default_clay_brick.png new file mode 100644 index 0000000..b288ef0 Binary files /dev/null and b/mods/default/textures/default_clay_brick.png differ diff --git a/mods/default/textures/default_clay_lump.png b/mods/default/textures/default_clay_lump.png new file mode 100644 index 0000000..c1d0220 Binary files /dev/null and b/mods/default/textures/default_clay_lump.png differ diff --git a/mods/default/textures/default_cloud.png b/mods/default/textures/default_cloud.png new file mode 100644 index 0000000..faf0ec1 Binary files /dev/null and b/mods/default/textures/default_cloud.png differ diff --git a/mods/default/textures/default_coal_block.png b/mods/default/textures/default_coal_block.png new file mode 100644 index 0000000..6fe9ed9 Binary files /dev/null and b/mods/default/textures/default_coal_block.png differ diff --git a/mods/default/textures/default_coal_lump.png b/mods/default/textures/default_coal_lump.png new file mode 100644 index 0000000..792961d Binary files /dev/null and b/mods/default/textures/default_coal_lump.png differ diff --git a/mods/default/textures/default_cobble.png b/mods/default/textures/default_cobble.png new file mode 100644 index 0000000..d379840 Binary files /dev/null and b/mods/default/textures/default_cobble.png differ diff --git a/mods/default/textures/default_coniferous_litter.png b/mods/default/textures/default_coniferous_litter.png new file mode 100644 index 0000000..68742d7 Binary files /dev/null and b/mods/default/textures/default_coniferous_litter.png differ diff --git a/mods/default/textures/default_coniferous_litter_side.png b/mods/default/textures/default_coniferous_litter_side.png new file mode 100644 index 0000000..0701461 Binary files /dev/null and b/mods/default/textures/default_coniferous_litter_side.png differ diff --git a/mods/default/textures/default_copper_block.png b/mods/default/textures/default_copper_block.png new file mode 100644 index 0000000..8533754 Binary files /dev/null and b/mods/default/textures/default_copper_block.png differ diff --git a/mods/default/textures/default_copper_ingot.png b/mods/default/textures/default_copper_ingot.png new file mode 100644 index 0000000..bcad9c0 Binary files /dev/null and b/mods/default/textures/default_copper_ingot.png differ diff --git a/mods/default/textures/default_copper_lump.png b/mods/default/textures/default_copper_lump.png new file mode 100644 index 0000000..998c592 Binary files /dev/null and b/mods/default/textures/default_copper_lump.png differ diff --git a/mods/default/textures/default_coral_brown.png b/mods/default/textures/default_coral_brown.png new file mode 100644 index 0000000..81d14ed Binary files /dev/null and b/mods/default/textures/default_coral_brown.png differ diff --git a/mods/default/textures/default_coral_cyan.png b/mods/default/textures/default_coral_cyan.png new file mode 100644 index 0000000..11cc7bf Binary files /dev/null and b/mods/default/textures/default_coral_cyan.png differ diff --git a/mods/default/textures/default_coral_green.png b/mods/default/textures/default_coral_green.png new file mode 100644 index 0000000..847c572 Binary files /dev/null and b/mods/default/textures/default_coral_green.png differ diff --git a/mods/default/textures/default_coral_orange.png b/mods/default/textures/default_coral_orange.png new file mode 100644 index 0000000..a0a786c Binary files /dev/null and b/mods/default/textures/default_coral_orange.png differ diff --git a/mods/default/textures/default_coral_pink.png b/mods/default/textures/default_coral_pink.png new file mode 100644 index 0000000..62d70c6 Binary files /dev/null and b/mods/default/textures/default_coral_pink.png differ diff --git a/mods/default/textures/default_coral_skeleton.png b/mods/default/textures/default_coral_skeleton.png new file mode 100644 index 0000000..d0f9afc Binary files /dev/null and b/mods/default/textures/default_coral_skeleton.png differ diff --git a/mods/default/textures/default_desert_cobble.png b/mods/default/textures/default_desert_cobble.png new file mode 100644 index 0000000..fa1af5d Binary files /dev/null and b/mods/default/textures/default_desert_cobble.png differ diff --git a/mods/default/textures/default_desert_sand.png b/mods/default/textures/default_desert_sand.png new file mode 100644 index 0000000..371b8c7 Binary files /dev/null and b/mods/default/textures/default_desert_sand.png differ diff --git a/mods/default/textures/default_desert_sandstone.png b/mods/default/textures/default_desert_sandstone.png new file mode 100644 index 0000000..52e445f Binary files /dev/null and b/mods/default/textures/default_desert_sandstone.png differ diff --git a/mods/default/textures/default_desert_sandstone_block.png b/mods/default/textures/default_desert_sandstone_block.png new file mode 100644 index 0000000..8fc54e7 Binary files /dev/null and b/mods/default/textures/default_desert_sandstone_block.png differ diff --git a/mods/default/textures/default_desert_sandstone_brick.png b/mods/default/textures/default_desert_sandstone_brick.png new file mode 100644 index 0000000..ab58db5 Binary files /dev/null and b/mods/default/textures/default_desert_sandstone_brick.png differ diff --git a/mods/default/textures/default_desert_stone.png b/mods/default/textures/default_desert_stone.png new file mode 100644 index 0000000..5d3aded Binary files /dev/null and b/mods/default/textures/default_desert_stone.png differ diff --git a/mods/default/textures/default_desert_stone_block.png b/mods/default/textures/default_desert_stone_block.png new file mode 100644 index 0000000..fdf756d Binary files /dev/null and b/mods/default/textures/default_desert_stone_block.png differ diff --git a/mods/default/textures/default_desert_stone_brick.png b/mods/default/textures/default_desert_stone_brick.png new file mode 100644 index 0000000..3e3ce39 Binary files /dev/null and b/mods/default/textures/default_desert_stone_brick.png differ diff --git a/mods/default/textures/default_diamond.png b/mods/default/textures/default_diamond.png new file mode 100644 index 0000000..a8dac74 Binary files /dev/null and b/mods/default/textures/default_diamond.png differ diff --git a/mods/default/textures/default_diamond_block.png b/mods/default/textures/default_diamond_block.png new file mode 100644 index 0000000..20c33ed Binary files /dev/null and b/mods/default/textures/default_diamond_block.png differ diff --git a/mods/default/textures/default_dirt.png b/mods/default/textures/default_dirt.png new file mode 100644 index 0000000..afe4a2e Binary files /dev/null and b/mods/default/textures/default_dirt.png differ diff --git a/mods/default/textures/default_dry_dirt.png b/mods/default/textures/default_dry_dirt.png new file mode 100644 index 0000000..8ee5398 Binary files /dev/null and b/mods/default/textures/default_dry_dirt.png differ diff --git a/mods/default/textures/default_dry_grass.png b/mods/default/textures/default_dry_grass.png new file mode 100644 index 0000000..4376cc3 Binary files /dev/null and b/mods/default/textures/default_dry_grass.png differ diff --git a/mods/default/textures/default_dry_grass_1.png b/mods/default/textures/default_dry_grass_1.png new file mode 100644 index 0000000..cb99424 Binary files /dev/null and b/mods/default/textures/default_dry_grass_1.png differ diff --git a/mods/default/textures/default_dry_grass_2.png b/mods/default/textures/default_dry_grass_2.png new file mode 100644 index 0000000..8092dcd Binary files /dev/null and b/mods/default/textures/default_dry_grass_2.png differ diff --git a/mods/default/textures/default_dry_grass_3.png b/mods/default/textures/default_dry_grass_3.png new file mode 100644 index 0000000..0cd30cc Binary files /dev/null and b/mods/default/textures/default_dry_grass_3.png differ diff --git a/mods/default/textures/default_dry_grass_4.png b/mods/default/textures/default_dry_grass_4.png new file mode 100644 index 0000000..9a4d62d Binary files /dev/null and b/mods/default/textures/default_dry_grass_4.png differ diff --git a/mods/default/textures/default_dry_grass_5.png b/mods/default/textures/default_dry_grass_5.png new file mode 100644 index 0000000..ffff91a Binary files /dev/null and b/mods/default/textures/default_dry_grass_5.png differ diff --git a/mods/default/textures/default_dry_grass_side.png b/mods/default/textures/default_dry_grass_side.png new file mode 100644 index 0000000..a4e961a Binary files /dev/null and b/mods/default/textures/default_dry_grass_side.png differ diff --git a/mods/default/textures/default_dry_shrub.png b/mods/default/textures/default_dry_shrub.png new file mode 100644 index 0000000..e8a7f27 Binary files /dev/null and b/mods/default/textures/default_dry_shrub.png differ diff --git a/mods/default/textures/default_emergent_jungle_sapling.png b/mods/default/textures/default_emergent_jungle_sapling.png new file mode 100644 index 0000000..b363b3c Binary files /dev/null and b/mods/default/textures/default_emergent_jungle_sapling.png differ diff --git a/mods/default/textures/default_fence_acacia_wood.png b/mods/default/textures/default_fence_acacia_wood.png new file mode 100644 index 0000000..3b973f3 Binary files /dev/null and b/mods/default/textures/default_fence_acacia_wood.png differ diff --git a/mods/default/textures/default_fence_aspen_wood.png b/mods/default/textures/default_fence_aspen_wood.png new file mode 100644 index 0000000..e28ec85 Binary files /dev/null and b/mods/default/textures/default_fence_aspen_wood.png differ diff --git a/mods/default/textures/default_fence_junglewood.png b/mods/default/textures/default_fence_junglewood.png new file mode 100644 index 0000000..c390941 Binary files /dev/null and b/mods/default/textures/default_fence_junglewood.png differ diff --git a/mods/default/textures/default_fence_overlay.png b/mods/default/textures/default_fence_overlay.png new file mode 100644 index 0000000..718184c Binary files /dev/null and b/mods/default/textures/default_fence_overlay.png differ diff --git a/mods/default/textures/default_fence_pine_wood.png b/mods/default/textures/default_fence_pine_wood.png new file mode 100644 index 0000000..74609d9 Binary files /dev/null and b/mods/default/textures/default_fence_pine_wood.png differ diff --git a/mods/default/textures/default_fence_rail_acacia_wood.png b/mods/default/textures/default_fence_rail_acacia_wood.png new file mode 100644 index 0000000..64dc90f Binary files /dev/null and b/mods/default/textures/default_fence_rail_acacia_wood.png differ diff --git a/mods/default/textures/default_fence_rail_aspen_wood.png b/mods/default/textures/default_fence_rail_aspen_wood.png new file mode 100644 index 0000000..ab16a60 Binary files /dev/null and b/mods/default/textures/default_fence_rail_aspen_wood.png differ diff --git a/mods/default/textures/default_fence_rail_junglewood.png b/mods/default/textures/default_fence_rail_junglewood.png new file mode 100644 index 0000000..ebc1ef0 Binary files /dev/null and b/mods/default/textures/default_fence_rail_junglewood.png differ diff --git a/mods/default/textures/default_fence_rail_overlay.png b/mods/default/textures/default_fence_rail_overlay.png new file mode 100644 index 0000000..4da47ae Binary files /dev/null and b/mods/default/textures/default_fence_rail_overlay.png differ diff --git a/mods/default/textures/default_fence_rail_pine_wood.png b/mods/default/textures/default_fence_rail_pine_wood.png new file mode 100644 index 0000000..fd8d99d Binary files /dev/null and b/mods/default/textures/default_fence_rail_pine_wood.png differ diff --git a/mods/default/textures/default_fence_rail_wood.png b/mods/default/textures/default_fence_rail_wood.png new file mode 100644 index 0000000..f84b755 Binary files /dev/null and b/mods/default/textures/default_fence_rail_wood.png differ diff --git a/mods/default/textures/default_fence_wood.png b/mods/default/textures/default_fence_wood.png new file mode 100644 index 0000000..1e76430 Binary files /dev/null and b/mods/default/textures/default_fence_wood.png differ diff --git a/mods/default/textures/default_fern_1.png b/mods/default/textures/default_fern_1.png new file mode 100644 index 0000000..b307986 Binary files /dev/null and b/mods/default/textures/default_fern_1.png differ diff --git a/mods/default/textures/default_fern_2.png b/mods/default/textures/default_fern_2.png new file mode 100644 index 0000000..6c5f7d5 Binary files /dev/null and b/mods/default/textures/default_fern_2.png differ diff --git a/mods/default/textures/default_fern_3.png b/mods/default/textures/default_fern_3.png new file mode 100644 index 0000000..2c1f605 Binary files /dev/null and b/mods/default/textures/default_fern_3.png differ diff --git a/mods/default/textures/default_flint.png b/mods/default/textures/default_flint.png new file mode 100644 index 0000000..226c740 Binary files /dev/null and b/mods/default/textures/default_flint.png differ diff --git a/mods/default/textures/default_footprint.png b/mods/default/textures/default_footprint.png new file mode 100644 index 0000000..ff13edd Binary files /dev/null and b/mods/default/textures/default_footprint.png differ diff --git a/mods/default/textures/default_furnace_bottom.png b/mods/default/textures/default_furnace_bottom.png new file mode 100644 index 0000000..b79ed06 Binary files /dev/null and b/mods/default/textures/default_furnace_bottom.png differ diff --git a/mods/default/textures/default_furnace_fire_bg.png b/mods/default/textures/default_furnace_fire_bg.png new file mode 100644 index 0000000..126204a Binary files /dev/null and b/mods/default/textures/default_furnace_fire_bg.png differ diff --git a/mods/default/textures/default_furnace_fire_fg.png b/mods/default/textures/default_furnace_fire_fg.png new file mode 100644 index 0000000..63888f3 Binary files /dev/null and b/mods/default/textures/default_furnace_fire_fg.png differ diff --git a/mods/default/textures/default_furnace_front.png b/mods/default/textures/default_furnace_front.png new file mode 100644 index 0000000..8c1798e Binary files /dev/null and b/mods/default/textures/default_furnace_front.png differ diff --git a/mods/default/textures/default_furnace_front_active.png b/mods/default/textures/default_furnace_front_active.png new file mode 100644 index 0000000..ea43ed9 Binary files /dev/null and b/mods/default/textures/default_furnace_front_active.png differ diff --git a/mods/default/textures/default_furnace_side.png b/mods/default/textures/default_furnace_side.png new file mode 100644 index 0000000..33408cf Binary files /dev/null and b/mods/default/textures/default_furnace_side.png differ diff --git a/mods/default/textures/default_furnace_top.png b/mods/default/textures/default_furnace_top.png new file mode 100644 index 0000000..b79ed06 Binary files /dev/null and b/mods/default/textures/default_furnace_top.png differ diff --git a/mods/default/textures/default_glass.png b/mods/default/textures/default_glass.png new file mode 100644 index 0000000..74d6a02 Binary files /dev/null and b/mods/default/textures/default_glass.png differ diff --git a/mods/default/textures/default_glass_detail.png b/mods/default/textures/default_glass_detail.png new file mode 100644 index 0000000..811a4db Binary files /dev/null and b/mods/default/textures/default_glass_detail.png differ diff --git a/mods/default/textures/default_gold_block.png b/mods/default/textures/default_gold_block.png new file mode 100644 index 0000000..170d50b Binary files /dev/null and b/mods/default/textures/default_gold_block.png differ diff --git a/mods/default/textures/default_gold_ingot.png b/mods/default/textures/default_gold_ingot.png new file mode 100644 index 0000000..ba66471 Binary files /dev/null and b/mods/default/textures/default_gold_ingot.png differ diff --git a/mods/default/textures/default_gold_lump.png b/mods/default/textures/default_gold_lump.png new file mode 100644 index 0000000..d5a1be7 Binary files /dev/null and b/mods/default/textures/default_gold_lump.png differ diff --git a/mods/default/textures/default_grass.png b/mods/default/textures/default_grass.png new file mode 100644 index 0000000..5778caa Binary files /dev/null and b/mods/default/textures/default_grass.png differ diff --git a/mods/default/textures/default_grass_1.png b/mods/default/textures/default_grass_1.png new file mode 100644 index 0000000..e9faa2c Binary files /dev/null and b/mods/default/textures/default_grass_1.png differ diff --git a/mods/default/textures/default_grass_2.png b/mods/default/textures/default_grass_2.png new file mode 100644 index 0000000..03729a0 Binary files /dev/null and b/mods/default/textures/default_grass_2.png differ diff --git a/mods/default/textures/default_grass_3.png b/mods/default/textures/default_grass_3.png new file mode 100644 index 0000000..92ca1b5 Binary files /dev/null and b/mods/default/textures/default_grass_3.png differ diff --git a/mods/default/textures/default_grass_4.png b/mods/default/textures/default_grass_4.png new file mode 100644 index 0000000..c782a33 Binary files /dev/null and b/mods/default/textures/default_grass_4.png differ diff --git a/mods/default/textures/default_grass_5.png b/mods/default/textures/default_grass_5.png new file mode 100644 index 0000000..b727e9c Binary files /dev/null and b/mods/default/textures/default_grass_5.png differ diff --git a/mods/default/textures/default_grass_side.png b/mods/default/textures/default_grass_side.png new file mode 100644 index 0000000..079d96a Binary files /dev/null and b/mods/default/textures/default_grass_side.png differ diff --git a/mods/default/textures/default_gravel.png b/mods/default/textures/default_gravel.png new file mode 100644 index 0000000..efcc493 Binary files /dev/null and b/mods/default/textures/default_gravel.png differ diff --git a/mods/default/textures/default_ice.png b/mods/default/textures/default_ice.png new file mode 100644 index 0000000..b6202b2 Binary files /dev/null and b/mods/default/textures/default_ice.png differ diff --git a/mods/default/textures/default_iron_lump.png b/mods/default/textures/default_iron_lump.png new file mode 100644 index 0000000..db61a94 Binary files /dev/null and b/mods/default/textures/default_iron_lump.png differ diff --git a/mods/default/textures/default_item_smoke.png b/mods/default/textures/default_item_smoke.png new file mode 100644 index 0000000..9fa8f55 Binary files /dev/null and b/mods/default/textures/default_item_smoke.png differ diff --git a/mods/default/textures/default_junglegrass.png b/mods/default/textures/default_junglegrass.png new file mode 100644 index 0000000..25abb71 Binary files /dev/null and b/mods/default/textures/default_junglegrass.png differ diff --git a/mods/default/textures/default_jungleleaves.png b/mods/default/textures/default_jungleleaves.png new file mode 100644 index 0000000..ce428bf Binary files /dev/null and b/mods/default/textures/default_jungleleaves.png differ diff --git a/mods/default/textures/default_jungleleaves_simple.png b/mods/default/textures/default_jungleleaves_simple.png new file mode 100644 index 0000000..3e2beff Binary files /dev/null and b/mods/default/textures/default_jungleleaves_simple.png differ diff --git a/mods/default/textures/default_junglesapling.png b/mods/default/textures/default_junglesapling.png new file mode 100644 index 0000000..05e1e50 Binary files /dev/null and b/mods/default/textures/default_junglesapling.png differ diff --git a/mods/default/textures/default_jungletree.png b/mods/default/textures/default_jungletree.png new file mode 100644 index 0000000..e81021a Binary files /dev/null and b/mods/default/textures/default_jungletree.png differ diff --git a/mods/default/textures/default_jungletree_top.png b/mods/default/textures/default_jungletree_top.png new file mode 100644 index 0000000..bae0823 Binary files /dev/null and b/mods/default/textures/default_jungletree_top.png differ diff --git a/mods/default/textures/default_junglewood.png b/mods/default/textures/default_junglewood.png new file mode 100644 index 0000000..8325d8c Binary files /dev/null and b/mods/default/textures/default_junglewood.png differ diff --git a/mods/default/textures/default_kelp.png b/mods/default/textures/default_kelp.png new file mode 100644 index 0000000..70b743d Binary files /dev/null and b/mods/default/textures/default_kelp.png differ diff --git a/mods/default/textures/default_key.png b/mods/default/textures/default_key.png new file mode 100644 index 0000000..783d313 Binary files /dev/null and b/mods/default/textures/default_key.png differ diff --git a/mods/default/textures/default_key_skeleton.png b/mods/default/textures/default_key_skeleton.png new file mode 100644 index 0000000..2b3497d Binary files /dev/null and b/mods/default/textures/default_key_skeleton.png differ diff --git a/mods/default/textures/default_ladder_steel.png b/mods/default/textures/default_ladder_steel.png new file mode 100644 index 0000000..a312f3e Binary files /dev/null and b/mods/default/textures/default_ladder_steel.png differ diff --git a/mods/default/textures/default_ladder_wood.png b/mods/default/textures/default_ladder_wood.png new file mode 100644 index 0000000..c167fff Binary files /dev/null and b/mods/default/textures/default_ladder_wood.png differ diff --git a/mods/default/textures/default_large_cactus_seedling.png b/mods/default/textures/default_large_cactus_seedling.png new file mode 100644 index 0000000..378351a Binary files /dev/null and b/mods/default/textures/default_large_cactus_seedling.png differ diff --git a/mods/default/textures/default_lava.png b/mods/default/textures/default_lava.png new file mode 100644 index 0000000..bb0cea8 Binary files /dev/null and b/mods/default/textures/default_lava.png differ diff --git a/mods/default/textures/default_lava_flowing_animated.png b/mods/default/textures/default_lava_flowing_animated.png new file mode 100644 index 0000000..2ec0746 Binary files /dev/null and b/mods/default/textures/default_lava_flowing_animated.png differ diff --git a/mods/default/textures/default_lava_source_animated.png b/mods/default/textures/default_lava_source_animated.png new file mode 100644 index 0000000..32267a6 Binary files /dev/null and b/mods/default/textures/default_lava_source_animated.png differ diff --git a/mods/default/textures/default_leaves.png b/mods/default/textures/default_leaves.png new file mode 100644 index 0000000..f1c52a1 Binary files /dev/null and b/mods/default/textures/default_leaves.png differ diff --git a/mods/default/textures/default_leaves_simple.png b/mods/default/textures/default_leaves_simple.png new file mode 100644 index 0000000..3f2f052 Binary files /dev/null and b/mods/default/textures/default_leaves_simple.png differ diff --git a/mods/default/textures/default_marram_grass_1.png b/mods/default/textures/default_marram_grass_1.png new file mode 100644 index 0000000..73ec9e9 Binary files /dev/null and b/mods/default/textures/default_marram_grass_1.png differ diff --git a/mods/default/textures/default_marram_grass_2.png b/mods/default/textures/default_marram_grass_2.png new file mode 100644 index 0000000..2db75c7 Binary files /dev/null and b/mods/default/textures/default_marram_grass_2.png differ diff --git a/mods/default/textures/default_marram_grass_3.png b/mods/default/textures/default_marram_grass_3.png new file mode 100644 index 0000000..f6c155f Binary files /dev/null and b/mods/default/textures/default_marram_grass_3.png differ diff --git a/mods/default/textures/default_mese_block.png b/mods/default/textures/default_mese_block.png new file mode 100644 index 0000000..a95c096 Binary files /dev/null and b/mods/default/textures/default_mese_block.png differ diff --git a/mods/default/textures/default_mese_crystal.png b/mods/default/textures/default_mese_crystal.png new file mode 100644 index 0000000..f1d71f1 Binary files /dev/null and b/mods/default/textures/default_mese_crystal.png differ diff --git a/mods/default/textures/default_mese_crystal_fragment.png b/mods/default/textures/default_mese_crystal_fragment.png new file mode 100644 index 0000000..d5416ab Binary files /dev/null and b/mods/default/textures/default_mese_crystal_fragment.png differ diff --git a/mods/default/textures/default_mese_post_light_side.png b/mods/default/textures/default_mese_post_light_side.png new file mode 100644 index 0000000..73dbb9a Binary files /dev/null and b/mods/default/textures/default_mese_post_light_side.png differ diff --git a/mods/default/textures/default_mese_post_light_side_dark.png b/mods/default/textures/default_mese_post_light_side_dark.png new file mode 100644 index 0000000..8c0ce8b Binary files /dev/null and b/mods/default/textures/default_mese_post_light_side_dark.png differ diff --git a/mods/default/textures/default_mese_post_light_top.png b/mods/default/textures/default_mese_post_light_top.png new file mode 100644 index 0000000..365c1a7 Binary files /dev/null and b/mods/default/textures/default_mese_post_light_top.png differ diff --git a/mods/default/textures/default_meselamp.png b/mods/default/textures/default_meselamp.png new file mode 100644 index 0000000..fa1a750 Binary files /dev/null and b/mods/default/textures/default_meselamp.png differ diff --git a/mods/default/textures/default_mineral_coal.png b/mods/default/textures/default_mineral_coal.png new file mode 100644 index 0000000..6d1386b Binary files /dev/null and b/mods/default/textures/default_mineral_coal.png differ diff --git a/mods/default/textures/default_mineral_copper.png b/mods/default/textures/default_mineral_copper.png new file mode 100644 index 0000000..c4c518e Binary files /dev/null and b/mods/default/textures/default_mineral_copper.png differ diff --git a/mods/default/textures/default_mineral_diamond.png b/mods/default/textures/default_mineral_diamond.png new file mode 100644 index 0000000..39c0f83 Binary files /dev/null and b/mods/default/textures/default_mineral_diamond.png differ diff --git a/mods/default/textures/default_mineral_gold.png b/mods/default/textures/default_mineral_gold.png new file mode 100644 index 0000000..2220add Binary files /dev/null and b/mods/default/textures/default_mineral_gold.png differ diff --git a/mods/default/textures/default_mineral_iron.png b/mods/default/textures/default_mineral_iron.png new file mode 100644 index 0000000..bfec8b1 Binary files /dev/null and b/mods/default/textures/default_mineral_iron.png differ diff --git a/mods/default/textures/default_mineral_mese.png b/mods/default/textures/default_mineral_mese.png new file mode 100644 index 0000000..7ad218d Binary files /dev/null and b/mods/default/textures/default_mineral_mese.png differ diff --git a/mods/default/textures/default_mineral_tin.png b/mods/default/textures/default_mineral_tin.png new file mode 100644 index 0000000..232d4b5 Binary files /dev/null and b/mods/default/textures/default_mineral_tin.png differ diff --git a/mods/default/textures/default_moss.png b/mods/default/textures/default_moss.png new file mode 100644 index 0000000..479038e Binary files /dev/null and b/mods/default/textures/default_moss.png differ diff --git a/mods/default/textures/default_moss_side.png b/mods/default/textures/default_moss_side.png new file mode 100644 index 0000000..4a20345 Binary files /dev/null and b/mods/default/textures/default_moss_side.png differ diff --git a/mods/default/textures/default_mossycobble.png b/mods/default/textures/default_mossycobble.png new file mode 100644 index 0000000..1ae7c91 Binary files /dev/null and b/mods/default/textures/default_mossycobble.png differ diff --git a/mods/default/textures/default_obsidian.png b/mods/default/textures/default_obsidian.png new file mode 100644 index 0000000..8f4a49c Binary files /dev/null and b/mods/default/textures/default_obsidian.png differ diff --git a/mods/default/textures/default_obsidian_block.png b/mods/default/textures/default_obsidian_block.png new file mode 100644 index 0000000..2309cd4 Binary files /dev/null and b/mods/default/textures/default_obsidian_block.png differ diff --git a/mods/default/textures/default_obsidian_brick.png b/mods/default/textures/default_obsidian_brick.png new file mode 100644 index 0000000..055fc3c Binary files /dev/null and b/mods/default/textures/default_obsidian_brick.png differ diff --git a/mods/default/textures/default_obsidian_glass.png b/mods/default/textures/default_obsidian_glass.png new file mode 100644 index 0000000..d5ac83d Binary files /dev/null and b/mods/default/textures/default_obsidian_glass.png differ diff --git a/mods/default/textures/default_obsidian_glass_detail.png b/mods/default/textures/default_obsidian_glass_detail.png new file mode 100644 index 0000000..a8bbec9 Binary files /dev/null and b/mods/default/textures/default_obsidian_glass_detail.png differ diff --git a/mods/default/textures/default_obsidian_shard.png b/mods/default/textures/default_obsidian_shard.png new file mode 100644 index 0000000..a988d8c Binary files /dev/null and b/mods/default/textures/default_obsidian_shard.png differ diff --git a/mods/default/textures/default_paper.png b/mods/default/textures/default_paper.png new file mode 100644 index 0000000..8f23924 Binary files /dev/null and b/mods/default/textures/default_paper.png differ diff --git a/mods/default/textures/default_papyrus.png b/mods/default/textures/default_papyrus.png new file mode 100644 index 0000000..a85e809 Binary files /dev/null and b/mods/default/textures/default_papyrus.png differ diff --git a/mods/default/textures/default_permafrost.png b/mods/default/textures/default_permafrost.png new file mode 100644 index 0000000..6f2567e Binary files /dev/null and b/mods/default/textures/default_permafrost.png differ diff --git a/mods/default/textures/default_pine_bush_sapling.png b/mods/default/textures/default_pine_bush_sapling.png new file mode 100644 index 0000000..fadeff8 Binary files /dev/null and b/mods/default/textures/default_pine_bush_sapling.png differ diff --git a/mods/default/textures/default_pine_bush_stem.png b/mods/default/textures/default_pine_bush_stem.png new file mode 100644 index 0000000..2e83e48 Binary files /dev/null and b/mods/default/textures/default_pine_bush_stem.png differ diff --git a/mods/default/textures/default_pine_needles.png b/mods/default/textures/default_pine_needles.png new file mode 100644 index 0000000..f699727 Binary files /dev/null and b/mods/default/textures/default_pine_needles.png differ diff --git a/mods/default/textures/default_pine_sapling.png b/mods/default/textures/default_pine_sapling.png new file mode 100644 index 0000000..c30131d Binary files /dev/null and b/mods/default/textures/default_pine_sapling.png differ diff --git a/mods/default/textures/default_pine_tree.png b/mods/default/textures/default_pine_tree.png new file mode 100644 index 0000000..4a5328f Binary files /dev/null and b/mods/default/textures/default_pine_tree.png differ diff --git a/mods/default/textures/default_pine_tree_top.png b/mods/default/textures/default_pine_tree_top.png new file mode 100644 index 0000000..8705710 Binary files /dev/null and b/mods/default/textures/default_pine_tree_top.png differ diff --git a/mods/default/textures/default_pine_wood.png b/mods/default/textures/default_pine_wood.png new file mode 100644 index 0000000..6844ceb Binary files /dev/null and b/mods/default/textures/default_pine_wood.png differ diff --git a/mods/default/textures/default_rainforest_litter.png b/mods/default/textures/default_rainforest_litter.png new file mode 100644 index 0000000..d762deb Binary files /dev/null and b/mods/default/textures/default_rainforest_litter.png differ diff --git a/mods/default/textures/default_rainforest_litter_side.png b/mods/default/textures/default_rainforest_litter_side.png new file mode 100644 index 0000000..7ccb11d Binary files /dev/null and b/mods/default/textures/default_rainforest_litter_side.png differ diff --git a/mods/default/textures/default_river_water.png b/mods/default/textures/default_river_water.png new file mode 100644 index 0000000..347539e Binary files /dev/null and b/mods/default/textures/default_river_water.png differ diff --git a/mods/default/textures/default_river_water_flowing_animated.png b/mods/default/textures/default_river_water_flowing_animated.png new file mode 100644 index 0000000..67a40c8 Binary files /dev/null and b/mods/default/textures/default_river_water_flowing_animated.png differ diff --git a/mods/default/textures/default_river_water_source_animated.png b/mods/default/textures/default_river_water_source_animated.png new file mode 100644 index 0000000..4a3382b Binary files /dev/null and b/mods/default/textures/default_river_water_source_animated.png differ diff --git a/mods/default/textures/default_sand.png b/mods/default/textures/default_sand.png new file mode 100644 index 0000000..645a300 Binary files /dev/null and b/mods/default/textures/default_sand.png differ diff --git a/mods/default/textures/default_sandstone.png b/mods/default/textures/default_sandstone.png new file mode 100644 index 0000000..16e3d13 Binary files /dev/null and b/mods/default/textures/default_sandstone.png differ diff --git a/mods/default/textures/default_sandstone_block.png b/mods/default/textures/default_sandstone_block.png new file mode 100644 index 0000000..1561b4d Binary files /dev/null and b/mods/default/textures/default_sandstone_block.png differ diff --git a/mods/default/textures/default_sandstone_brick.png b/mods/default/textures/default_sandstone_brick.png new file mode 100644 index 0000000..94692d5 Binary files /dev/null and b/mods/default/textures/default_sandstone_brick.png differ diff --git a/mods/default/textures/default_sapling.png b/mods/default/textures/default_sapling.png new file mode 100644 index 0000000..3fd64f0 Binary files /dev/null and b/mods/default/textures/default_sapling.png differ diff --git a/mods/default/textures/default_sign_steel.png b/mods/default/textures/default_sign_steel.png new file mode 100644 index 0000000..3ca0c59 Binary files /dev/null and b/mods/default/textures/default_sign_steel.png differ diff --git a/mods/default/textures/default_sign_wall_steel.png b/mods/default/textures/default_sign_wall_steel.png new file mode 100644 index 0000000..2227477 Binary files /dev/null and b/mods/default/textures/default_sign_wall_steel.png differ diff --git a/mods/default/textures/default_sign_wall_wood.png b/mods/default/textures/default_sign_wall_wood.png new file mode 100644 index 0000000..40552c7 Binary files /dev/null and b/mods/default/textures/default_sign_wall_wood.png differ diff --git a/mods/default/textures/default_sign_wood.png b/mods/default/textures/default_sign_wood.png new file mode 100644 index 0000000..d0559da Binary files /dev/null and b/mods/default/textures/default_sign_wood.png differ diff --git a/mods/default/textures/default_silver_sand.png b/mods/default/textures/default_silver_sand.png new file mode 100644 index 0000000..cd73f36 Binary files /dev/null and b/mods/default/textures/default_silver_sand.png differ diff --git a/mods/default/textures/default_silver_sandstone.png b/mods/default/textures/default_silver_sandstone.png new file mode 100644 index 0000000..eac62cb Binary files /dev/null and b/mods/default/textures/default_silver_sandstone.png differ diff --git a/mods/default/textures/default_silver_sandstone_block.png b/mods/default/textures/default_silver_sandstone_block.png new file mode 100644 index 0000000..9997461 Binary files /dev/null and b/mods/default/textures/default_silver_sandstone_block.png differ diff --git a/mods/default/textures/default_silver_sandstone_brick.png b/mods/default/textures/default_silver_sandstone_brick.png new file mode 100644 index 0000000..93d87a5 Binary files /dev/null and b/mods/default/textures/default_silver_sandstone_brick.png differ diff --git a/mods/default/textures/default_snow.png b/mods/default/textures/default_snow.png new file mode 100644 index 0000000..fcbef0e Binary files /dev/null and b/mods/default/textures/default_snow.png differ diff --git a/mods/default/textures/default_snow_side.png b/mods/default/textures/default_snow_side.png new file mode 100644 index 0000000..03456c8 Binary files /dev/null and b/mods/default/textures/default_snow_side.png differ diff --git a/mods/default/textures/default_snowball.png b/mods/default/textures/default_snowball.png new file mode 100644 index 0000000..3a4dc1f Binary files /dev/null and b/mods/default/textures/default_snowball.png differ diff --git a/mods/default/textures/default_steel_block.png b/mods/default/textures/default_steel_block.png new file mode 100644 index 0000000..7f49f61 Binary files /dev/null and b/mods/default/textures/default_steel_block.png differ diff --git a/mods/default/textures/default_steel_ingot.png b/mods/default/textures/default_steel_ingot.png new file mode 100644 index 0000000..8100b01 Binary files /dev/null and b/mods/default/textures/default_steel_ingot.png differ diff --git a/mods/default/textures/default_stick.png b/mods/default/textures/default_stick.png new file mode 100644 index 0000000..0378d07 Binary files /dev/null and b/mods/default/textures/default_stick.png differ diff --git a/mods/default/textures/default_stone.png b/mods/default/textures/default_stone.png new file mode 100644 index 0000000..63cb7c4 Binary files /dev/null and b/mods/default/textures/default_stone.png differ diff --git a/mods/default/textures/default_stone_block.png b/mods/default/textures/default_stone_block.png new file mode 100644 index 0000000..9a9e6fd Binary files /dev/null and b/mods/default/textures/default_stone_block.png differ diff --git a/mods/default/textures/default_stone_brick.png b/mods/default/textures/default_stone_brick.png new file mode 100644 index 0000000..b9ddd57 Binary files /dev/null and b/mods/default/textures/default_stone_brick.png differ diff --git a/mods/default/textures/default_stones.png b/mods/default/textures/default_stones.png new file mode 100644 index 0000000..4d3b6cf Binary files /dev/null and b/mods/default/textures/default_stones.png differ diff --git a/mods/default/textures/default_stones_side.png b/mods/default/textures/default_stones_side.png new file mode 100644 index 0000000..7ae823a Binary files /dev/null and b/mods/default/textures/default_stones_side.png differ diff --git a/mods/default/textures/default_tin_block.png b/mods/default/textures/default_tin_block.png new file mode 100644 index 0000000..72759b0 Binary files /dev/null and b/mods/default/textures/default_tin_block.png differ diff --git a/mods/default/textures/default_tin_ingot.png b/mods/default/textures/default_tin_ingot.png new file mode 100644 index 0000000..eed5361 Binary files /dev/null and b/mods/default/textures/default_tin_ingot.png differ diff --git a/mods/default/textures/default_tin_lump.png b/mods/default/textures/default_tin_lump.png new file mode 100644 index 0000000..72bd339 Binary files /dev/null and b/mods/default/textures/default_tin_lump.png differ diff --git a/mods/default/textures/default_tool_bronzeaxe.png b/mods/default/textures/default_tool_bronzeaxe.png new file mode 100644 index 0000000..8ae43b5 Binary files /dev/null and b/mods/default/textures/default_tool_bronzeaxe.png differ diff --git a/mods/default/textures/default_tool_bronzepick.png b/mods/default/textures/default_tool_bronzepick.png new file mode 100644 index 0000000..c88a5f0 Binary files /dev/null and b/mods/default/textures/default_tool_bronzepick.png differ diff --git a/mods/default/textures/default_tool_bronzeshovel.png b/mods/default/textures/default_tool_bronzeshovel.png new file mode 100644 index 0000000..d7d800e Binary files /dev/null and b/mods/default/textures/default_tool_bronzeshovel.png differ diff --git a/mods/default/textures/default_tool_bronzesword.png b/mods/default/textures/default_tool_bronzesword.png new file mode 100644 index 0000000..cdab898 Binary files /dev/null and b/mods/default/textures/default_tool_bronzesword.png differ diff --git a/mods/default/textures/default_tool_diamondaxe.png b/mods/default/textures/default_tool_diamondaxe.png new file mode 100644 index 0000000..e32a0bf Binary files /dev/null and b/mods/default/textures/default_tool_diamondaxe.png differ diff --git a/mods/default/textures/default_tool_diamondpick.png b/mods/default/textures/default_tool_diamondpick.png new file mode 100644 index 0000000..f9883c6 Binary files /dev/null and b/mods/default/textures/default_tool_diamondpick.png differ diff --git a/mods/default/textures/default_tool_diamondshovel.png b/mods/default/textures/default_tool_diamondshovel.png new file mode 100644 index 0000000..d0fe24d Binary files /dev/null and b/mods/default/textures/default_tool_diamondshovel.png differ diff --git a/mods/default/textures/default_tool_diamondsword.png b/mods/default/textures/default_tool_diamondsword.png new file mode 100644 index 0000000..dbccd0e Binary files /dev/null and b/mods/default/textures/default_tool_diamondsword.png differ diff --git a/mods/default/textures/default_tool_meseaxe.png b/mods/default/textures/default_tool_meseaxe.png new file mode 100644 index 0000000..c01fb4f Binary files /dev/null and b/mods/default/textures/default_tool_meseaxe.png differ diff --git a/mods/default/textures/default_tool_mesepick.png b/mods/default/textures/default_tool_mesepick.png new file mode 100644 index 0000000..1b2e25b Binary files /dev/null and b/mods/default/textures/default_tool_mesepick.png differ diff --git a/mods/default/textures/default_tool_meseshovel.png b/mods/default/textures/default_tool_meseshovel.png new file mode 100644 index 0000000..00813a2 Binary files /dev/null and b/mods/default/textures/default_tool_meseshovel.png differ diff --git a/mods/default/textures/default_tool_mesesword.png b/mods/default/textures/default_tool_mesesword.png new file mode 100644 index 0000000..d395d3a Binary files /dev/null and b/mods/default/textures/default_tool_mesesword.png differ diff --git a/mods/default/textures/default_tool_steelaxe.png b/mods/default/textures/default_tool_steelaxe.png new file mode 100644 index 0000000..1528cad Binary files /dev/null and b/mods/default/textures/default_tool_steelaxe.png differ diff --git a/mods/default/textures/default_tool_steelpick.png b/mods/default/textures/default_tool_steelpick.png new file mode 100644 index 0000000..a7543a1 Binary files /dev/null and b/mods/default/textures/default_tool_steelpick.png differ diff --git a/mods/default/textures/default_tool_steelshovel.png b/mods/default/textures/default_tool_steelshovel.png new file mode 100644 index 0000000..65e4045 Binary files /dev/null and b/mods/default/textures/default_tool_steelshovel.png differ diff --git a/mods/default/textures/default_tool_steelsword.png b/mods/default/textures/default_tool_steelsword.png new file mode 100644 index 0000000..630a339 Binary files /dev/null and b/mods/default/textures/default_tool_steelsword.png differ diff --git a/mods/default/textures/default_tool_stoneaxe.png b/mods/default/textures/default_tool_stoneaxe.png new file mode 100644 index 0000000..cc36054 Binary files /dev/null and b/mods/default/textures/default_tool_stoneaxe.png differ diff --git a/mods/default/textures/default_tool_stonepick.png b/mods/default/textures/default_tool_stonepick.png new file mode 100644 index 0000000..237d739 Binary files /dev/null and b/mods/default/textures/default_tool_stonepick.png differ diff --git a/mods/default/textures/default_tool_stoneshovel.png b/mods/default/textures/default_tool_stoneshovel.png new file mode 100644 index 0000000..11711bd Binary files /dev/null and b/mods/default/textures/default_tool_stoneshovel.png differ diff --git a/mods/default/textures/default_tool_stonesword.png b/mods/default/textures/default_tool_stonesword.png new file mode 100644 index 0000000..1a493ac Binary files /dev/null and b/mods/default/textures/default_tool_stonesword.png differ diff --git a/mods/default/textures/default_tool_woodaxe.png b/mods/default/textures/default_tool_woodaxe.png new file mode 100644 index 0000000..68f1fd8 Binary files /dev/null and b/mods/default/textures/default_tool_woodaxe.png differ diff --git a/mods/default/textures/default_tool_woodpick.png b/mods/default/textures/default_tool_woodpick.png new file mode 100644 index 0000000..0aed583 Binary files /dev/null and b/mods/default/textures/default_tool_woodpick.png differ diff --git a/mods/default/textures/default_tool_woodshovel.png b/mods/default/textures/default_tool_woodshovel.png new file mode 100644 index 0000000..dcef2b5 Binary files /dev/null and b/mods/default/textures/default_tool_woodshovel.png differ diff --git a/mods/default/textures/default_tool_woodsword.png b/mods/default/textures/default_tool_woodsword.png new file mode 100644 index 0000000..c78ba50 Binary files /dev/null and b/mods/default/textures/default_tool_woodsword.png differ diff --git a/mods/default/textures/default_torch_animated.png b/mods/default/textures/default_torch_animated.png new file mode 100644 index 0000000..cdf33ef Binary files /dev/null and b/mods/default/textures/default_torch_animated.png differ diff --git a/mods/default/textures/default_torch_on_ceiling_animated.png b/mods/default/textures/default_torch_on_ceiling_animated.png new file mode 100644 index 0000000..3a8b5ad Binary files /dev/null and b/mods/default/textures/default_torch_on_ceiling_animated.png differ diff --git a/mods/default/textures/default_torch_on_floor.png b/mods/default/textures/default_torch_on_floor.png new file mode 100644 index 0000000..bc4bdd6 Binary files /dev/null and b/mods/default/textures/default_torch_on_floor.png differ diff --git a/mods/default/textures/default_torch_on_floor_animated.png b/mods/default/textures/default_torch_on_floor_animated.png new file mode 100644 index 0000000..ad51c03 Binary files /dev/null and b/mods/default/textures/default_torch_on_floor_animated.png differ diff --git a/mods/default/textures/default_tree.png b/mods/default/textures/default_tree.png new file mode 100644 index 0000000..10e297b Binary files /dev/null and b/mods/default/textures/default_tree.png differ diff --git a/mods/default/textures/default_tree_top.png b/mods/default/textures/default_tree_top.png new file mode 100644 index 0000000..da99bce Binary files /dev/null and b/mods/default/textures/default_tree_top.png differ diff --git a/mods/default/textures/default_water.png b/mods/default/textures/default_water.png new file mode 100644 index 0000000..00500e9 Binary files /dev/null and b/mods/default/textures/default_water.png differ diff --git a/mods/default/textures/default_water_flowing_animated.png b/mods/default/textures/default_water_flowing_animated.png new file mode 100644 index 0000000..070d797 Binary files /dev/null and b/mods/default/textures/default_water_flowing_animated.png differ diff --git a/mods/default/textures/default_water_source_animated.png b/mods/default/textures/default_water_source_animated.png new file mode 100644 index 0000000..7e7f9ff Binary files /dev/null and b/mods/default/textures/default_water_source_animated.png differ diff --git a/mods/default/textures/default_wood.png b/mods/default/textures/default_wood.png new file mode 100644 index 0000000..af56d6c Binary files /dev/null and b/mods/default/textures/default_wood.png differ diff --git a/mods/default/textures/dirtQ1.png b/mods/default/textures/dirtQ1.png new file mode 100644 index 0000000..993f763 Binary files /dev/null and b/mods/default/textures/dirtQ1.png differ diff --git a/mods/default/textures/dirtQ10.png b/mods/default/textures/dirtQ10.png new file mode 100644 index 0000000..1c82b83 Binary files /dev/null and b/mods/default/textures/dirtQ10.png differ diff --git a/mods/default/textures/dirtQ100.png b/mods/default/textures/dirtQ100.png new file mode 100644 index 0000000..65f4e0f Binary files /dev/null and b/mods/default/textures/dirtQ100.png differ diff --git a/mods/default/textures/dirtQ25.png b/mods/default/textures/dirtQ25.png new file mode 100644 index 0000000..b98f9d8 Binary files /dev/null and b/mods/default/textures/dirtQ25.png differ diff --git a/mods/default/textures/dirtQ50.png b/mods/default/textures/dirtQ50.png new file mode 100644 index 0000000..1edaeb1 Binary files /dev/null and b/mods/default/textures/dirtQ50.png differ diff --git a/mods/default/textures/dirtQ75.png b/mods/default/textures/dirtQ75.png new file mode 100644 index 0000000..a29ffa7 Binary files /dev/null and b/mods/default/textures/dirtQ75.png differ diff --git a/mods/default/textures/grassQ1.png b/mods/default/textures/grassQ1.png new file mode 100644 index 0000000..fd54b55 Binary files /dev/null and b/mods/default/textures/grassQ1.png differ diff --git a/mods/default/textures/grassQ10.png b/mods/default/textures/grassQ10.png new file mode 100644 index 0000000..0f8bb8c Binary files /dev/null and b/mods/default/textures/grassQ10.png differ diff --git a/mods/default/textures/grassQ100.png b/mods/default/textures/grassQ100.png new file mode 100644 index 0000000..0de0750 Binary files /dev/null and b/mods/default/textures/grassQ100.png differ diff --git a/mods/default/textures/grassQ25.png b/mods/default/textures/grassQ25.png new file mode 100644 index 0000000..f5e4e12 Binary files /dev/null and b/mods/default/textures/grassQ25.png differ diff --git a/mods/default/textures/grassQ50.png b/mods/default/textures/grassQ50.png new file mode 100644 index 0000000..5f9e761 Binary files /dev/null and b/mods/default/textures/grassQ50.png differ diff --git a/mods/default/textures/grassQ75.png b/mods/default/textures/grassQ75.png new file mode 100644 index 0000000..41c11bb Binary files /dev/null and b/mods/default/textures/grassQ75.png differ diff --git a/mods/default/textures/gui_formbg.png b/mods/default/textures/gui_formbg.png new file mode 100644 index 0000000..c543466 Binary files /dev/null and b/mods/default/textures/gui_formbg.png differ diff --git a/mods/default/textures/gui_furnace_arrow_bg.png b/mods/default/textures/gui_furnace_arrow_bg.png new file mode 100644 index 0000000..046d8cd Binary files /dev/null and b/mods/default/textures/gui_furnace_arrow_bg.png differ diff --git a/mods/default/textures/gui_furnace_arrow_fg.png b/mods/default/textures/gui_furnace_arrow_fg.png new file mode 100644 index 0000000..8d3c396 Binary files /dev/null and b/mods/default/textures/gui_furnace_arrow_fg.png differ diff --git a/mods/default/textures/gui_hb_bg.png b/mods/default/textures/gui_hb_bg.png new file mode 100644 index 0000000..99248e1 Binary files /dev/null and b/mods/default/textures/gui_hb_bg.png differ diff --git a/mods/default/textures/heart.png b/mods/default/textures/heart.png new file mode 100644 index 0000000..6d4e228 Binary files /dev/null and b/mods/default/textures/heart.png differ diff --git a/mods/default/textures/leave1.png b/mods/default/textures/leave1.png new file mode 100644 index 0000000..cac60a2 Binary files /dev/null and b/mods/default/textures/leave1.png differ diff --git a/mods/default/textures/leave1Q1.png b/mods/default/textures/leave1Q1.png new file mode 100644 index 0000000..0de088f Binary files /dev/null and b/mods/default/textures/leave1Q1.png differ diff --git a/mods/default/textures/leave1Q10.png b/mods/default/textures/leave1Q10.png new file mode 100644 index 0000000..a341c00 Binary files /dev/null and b/mods/default/textures/leave1Q10.png differ diff --git a/mods/default/textures/leave1Q25.png b/mods/default/textures/leave1Q25.png new file mode 100644 index 0000000..ce0417e Binary files /dev/null and b/mods/default/textures/leave1Q25.png differ diff --git a/mods/default/textures/leave1Q50.png b/mods/default/textures/leave1Q50.png new file mode 100644 index 0000000..6594ec1 Binary files /dev/null and b/mods/default/textures/leave1Q50.png differ diff --git a/mods/default/textures/leave2.png b/mods/default/textures/leave2.png new file mode 100644 index 0000000..cf29b0d Binary files /dev/null and b/mods/default/textures/leave2.png differ diff --git a/mods/default/textures/leave2Q1.png b/mods/default/textures/leave2Q1.png new file mode 100644 index 0000000..dfe72f1 Binary files /dev/null and b/mods/default/textures/leave2Q1.png differ diff --git a/mods/default/textures/leave2Q10.png b/mods/default/textures/leave2Q10.png new file mode 100644 index 0000000..1a174b4 Binary files /dev/null and b/mods/default/textures/leave2Q10.png differ diff --git a/mods/default/textures/leave2Q25.png b/mods/default/textures/leave2Q25.png new file mode 100644 index 0000000..2dcaab6 Binary files /dev/null and b/mods/default/textures/leave2Q25.png differ diff --git a/mods/default/textures/leave2Q50.png b/mods/default/textures/leave2Q50.png new file mode 100644 index 0000000..3c6e3ec Binary files /dev/null and b/mods/default/textures/leave2Q50.png differ diff --git a/mods/default/textures/leave3.png b/mods/default/textures/leave3.png new file mode 100644 index 0000000..18dc1d9 Binary files /dev/null and b/mods/default/textures/leave3.png differ diff --git a/mods/default/textures/leave3Q1.png b/mods/default/textures/leave3Q1.png new file mode 100644 index 0000000..6c4ac26 Binary files /dev/null and b/mods/default/textures/leave3Q1.png differ diff --git a/mods/default/textures/leave3Q10.png b/mods/default/textures/leave3Q10.png new file mode 100644 index 0000000..7cc32c6 Binary files /dev/null and b/mods/default/textures/leave3Q10.png differ diff --git a/mods/default/textures/leave3Q25.png b/mods/default/textures/leave3Q25.png new file mode 100644 index 0000000..a62afd5 Binary files /dev/null and b/mods/default/textures/leave3Q25.png differ diff --git a/mods/default/textures/leave3Q50.png b/mods/default/textures/leave3Q50.png new file mode 100644 index 0000000..8323f6a Binary files /dev/null and b/mods/default/textures/leave3Q50.png differ diff --git a/mods/default/textures/leave4.png b/mods/default/textures/leave4.png new file mode 100644 index 0000000..f2a4f78 Binary files /dev/null and b/mods/default/textures/leave4.png differ diff --git a/mods/default/textures/leave4Q1.png b/mods/default/textures/leave4Q1.png new file mode 100644 index 0000000..8f031ee Binary files /dev/null and b/mods/default/textures/leave4Q1.png differ diff --git a/mods/default/textures/leave4Q10.png b/mods/default/textures/leave4Q10.png new file mode 100644 index 0000000..5d9887d Binary files /dev/null and b/mods/default/textures/leave4Q10.png differ diff --git a/mods/default/textures/leave4Q25.png b/mods/default/textures/leave4Q25.png new file mode 100644 index 0000000..0b83e26 Binary files /dev/null and b/mods/default/textures/leave4Q25.png differ diff --git a/mods/default/textures/leave4Q50.png b/mods/default/textures/leave4Q50.png new file mode 100644 index 0000000..120a2d4 Binary files /dev/null and b/mods/default/textures/leave4Q50.png differ diff --git a/mods/default/textures/leave5.png b/mods/default/textures/leave5.png new file mode 100644 index 0000000..93d1845 Binary files /dev/null and b/mods/default/textures/leave5.png differ diff --git a/mods/default/textures/leaves2.png b/mods/default/textures/leaves2.png new file mode 100644 index 0000000..cf29b0d Binary files /dev/null and b/mods/default/textures/leaves2.png differ diff --git a/mods/default/textures/leaves3.png b/mods/default/textures/leaves3.png new file mode 100644 index 0000000..18dc1d9 Binary files /dev/null and b/mods/default/textures/leaves3.png differ diff --git a/mods/default/textures/leaves4.png b/mods/default/textures/leaves4.png new file mode 100644 index 0000000..f2a4f78 Binary files /dev/null and b/mods/default/textures/leaves4.png differ diff --git a/mods/default/textures/leaves5.png b/mods/default/textures/leaves5.png new file mode 100644 index 0000000..93d1845 Binary files /dev/null and b/mods/default/textures/leaves5.png differ diff --git a/mods/default/textures/leavesfull(1).png b/mods/default/textures/leavesfull(1).png new file mode 100644 index 0000000..83e8575 Binary files /dev/null and b/mods/default/textures/leavesfull(1).png differ diff --git a/mods/default/textures/leavesfull(y).png b/mods/default/textures/leavesfull(y).png new file mode 100644 index 0000000..213d604 Binary files /dev/null and b/mods/default/textures/leavesfull(y).png differ diff --git a/mods/default/textures/leavesfull(z).png b/mods/default/textures/leavesfull(z).png new file mode 100644 index 0000000..4e9e248 Binary files /dev/null and b/mods/default/textures/leavesfull(z).png differ diff --git a/mods/default/textures/leavesfull.png b/mods/default/textures/leavesfull.png new file mode 100644 index 0000000..83e8575 Binary files /dev/null and b/mods/default/textures/leavesfull.png differ diff --git a/mods/default/textures/leavesfullQ1.png b/mods/default/textures/leavesfullQ1.png new file mode 100644 index 0000000..28cb215 Binary files /dev/null and b/mods/default/textures/leavesfullQ1.png differ diff --git a/mods/default/textures/leavesfullQ10.png b/mods/default/textures/leavesfullQ10.png new file mode 100644 index 0000000..81dae10 Binary files /dev/null and b/mods/default/textures/leavesfullQ10.png differ diff --git a/mods/default/textures/leavesfullQ25.png b/mods/default/textures/leavesfullQ25.png new file mode 100644 index 0000000..2c222b6 Binary files /dev/null and b/mods/default/textures/leavesfullQ25.png differ diff --git a/mods/default/textures/leavesfullQ50.png b/mods/default/textures/leavesfullQ50.png new file mode 100644 index 0000000..e615281 Binary files /dev/null and b/mods/default/textures/leavesfullQ50.png differ diff --git a/mods/default/textures/wieldhand.png b/mods/default/textures/wieldhand.png new file mode 100644 index 0000000..69f4b7b Binary files /dev/null and b/mods/default/textures/wieldhand.png differ diff --git a/mods/default/textures/woodQ1.png b/mods/default/textures/woodQ1.png new file mode 100644 index 0000000..fb29718 Binary files /dev/null and b/mods/default/textures/woodQ1.png differ diff --git a/mods/default/textures/woodQ10.png b/mods/default/textures/woodQ10.png new file mode 100644 index 0000000..68c6124 Binary files /dev/null and b/mods/default/textures/woodQ10.png differ diff --git a/mods/default/textures/woodQ100.png b/mods/default/textures/woodQ100.png new file mode 100644 index 0000000..2f3fabd Binary files /dev/null and b/mods/default/textures/woodQ100.png differ diff --git a/mods/default/textures/woodQ25.png b/mods/default/textures/woodQ25.png new file mode 100644 index 0000000..3bd4fe6 Binary files /dev/null and b/mods/default/textures/woodQ25.png differ diff --git a/mods/default/textures/woodQ50.png b/mods/default/textures/woodQ50.png new file mode 100644 index 0000000..b2fe46f Binary files /dev/null and b/mods/default/textures/woodQ50.png differ diff --git a/mods/default/textures/woodQ75.png b/mods/default/textures/woodQ75.png new file mode 100644 index 0000000..7fcf2a1 Binary files /dev/null and b/mods/default/textures/woodQ75.png differ diff --git a/mods/default/tools.lua b/mods/default/tools.lua new file mode 100644 index 0000000..28dc01e --- /dev/null +++ b/mods/default/tools.lua @@ -0,0 +1,22 @@ +-- mods/default/tools.lua + +-- support for MT game translation. +local S = default.get_translator + +-- The hand +minetest.register_item(":", { + type = "none", + wield_image = "wieldhand.png", + wield_scale = {x=1,y=1,z=2.5}, + tool_capabilities = { + full_punch_interval = 0.9, + max_drop_level = 0, + groupcaps = { + crumbly = {times={[2]=3.00, [3]=0.70}, uses=0, maxlevel=1}, + snappy = {times={[3]=0.40}, uses=0, maxlevel=1}, + oddly_breakable_by_hand = {times={[1]=3.50,[2]=2.00,[3]=0.70}, uses=0} + }, + damage_groups = {fleshy=1}, + } +}) + diff --git a/mods/default/torch.lua b/mods/default/torch.lua new file mode 100644 index 0000000..fcdc1fe --- /dev/null +++ b/mods/default/torch.lua @@ -0,0 +1,136 @@ +-- default/torch.lua + +-- support for MT game translation. +local S = default.get_translator + +local function on_flood(pos, oldnode, newnode) + minetest.add_item(pos, ItemStack("default:torch 1")) + -- Play flame-extinguish sound if liquid is not an 'igniter' + local nodedef = minetest.registered_items[newnode.name] + if not (nodedef and nodedef.groups and + nodedef.groups.igniter and nodedef.groups.igniter > 0) then + minetest.sound_play( + "default_cool_lava", + {pos = pos, max_hear_distance = 16, gain = 0.1} + ) + end + -- Remove the torch node + return false +end + +minetest.register_node("default:torch", { + description = S("Torch"), + drawtype = "mesh", + mesh = "torch_floor.obj", + inventory_image = "default_torch_on_floor.png", + wield_image = "default_torch_on_floor.png", + tiles = {{ + name = "default_torch_on_floor_animated.png", + animation = {type = "vertical_frames", aspect_w = 16, aspect_h = 16, length = 3.3} + }}, + paramtype = "light", + paramtype2 = "wallmounted", + sunlight_propagates = true, + walkable = false, + liquids_pointable = false, + light_source = 12, + groups = {choppy=2, dig_immediate=3, flammable=1, attached_node=1, torch=1}, + drop = "default:torch", + selection_box = { + type = "wallmounted", + wall_bottom = {-1/8, -1/2, -1/8, 1/8, 2/16, 1/8}, + }, + sounds = default.node_sound_wood_defaults(), + on_place = function(itemstack, placer, pointed_thing) + local under = pointed_thing.under + local node = minetest.get_node(under) + local def = minetest.registered_nodes[node.name] + if def and def.on_rightclick and + not (placer and placer:is_player() and + placer:get_player_control().sneak) then + return def.on_rightclick(under, node, placer, itemstack, + pointed_thing) or itemstack + end + + local above = pointed_thing.above + local wdir = minetest.dir_to_wallmounted(vector.subtract(under, above)) + local fakestack = itemstack + if wdir == 0 then + fakestack:set_name("default:torch_ceiling") + elseif wdir == 1 then + fakestack:set_name("default:torch") + else + fakestack:set_name("default:torch_wall") + end + + itemstack = minetest.item_place(fakestack, placer, pointed_thing, wdir) + itemstack:set_name("default:torch") + + return itemstack + end, + floodable = true, + on_flood = on_flood, +}) + +minetest.register_node("default:torch_wall", { + drawtype = "mesh", + mesh = "torch_wall.obj", + tiles = {{ + name = "default_torch_on_floor_animated.png", + animation = {type = "vertical_frames", aspect_w = 16, aspect_h = 16, length = 3.3} + }}, + paramtype = "light", + paramtype2 = "wallmounted", + sunlight_propagates = true, + walkable = false, + light_source = 12, + groups = {choppy=2, dig_immediate=3, flammable=1, not_in_creative_inventory=1, attached_node=1, torch=1}, + drop = "default:torch", + selection_box = { + type = "wallmounted", + wall_side = {-1/2, -1/2, -1/8, -1/8, 1/8, 1/8}, + }, + sounds = default.node_sound_wood_defaults(), + floodable = true, + on_flood = on_flood, +}) + +minetest.register_node("default:torch_ceiling", { + drawtype = "mesh", + mesh = "torch_ceiling.obj", + tiles = {{ + name = "default_torch_on_floor_animated.png", + animation = {type = "vertical_frames", aspect_w = 16, aspect_h = 16, length = 3.3} + }}, + paramtype = "light", + paramtype2 = "wallmounted", + sunlight_propagates = true, + walkable = false, + light_source = 12, + groups = {choppy=2, dig_immediate=3, flammable=1, not_in_creative_inventory=1, attached_node=1, torch=1}, + drop = "default:torch", + selection_box = { + type = "wallmounted", + wall_top = {-1/8, -1/16, -5/16, 1/8, 1/2, 1/8}, + }, + sounds = default.node_sound_wood_defaults(), + floodable = true, + on_flood = on_flood, +}) + +minetest.register_lbm({ + name = "default:3dtorch", + nodenames = {"default:torch", "torches:floor", "torches:wall"}, + action = function(pos, node) + if node.param2 == 0 then + minetest.set_node(pos, {name = "default:torch_ceiling", + param2 = node.param2}) + elseif node.param2 == 1 then + minetest.set_node(pos, {name = "default:torch", + param2 = node.param2}) + else + minetest.set_node(pos, {name = "default:torch_wall", + param2 = node.param2}) + end + end +}) diff --git a/mods/env_sounds/README.txt b/mods/env_sounds/README.txt new file mode 100644 index 0000000..42835d2 --- /dev/null +++ b/mods/env_sounds/README.txt @@ -0,0 +1,13 @@ +Minetest Game mod: env_sounds +============================= +See license.txt for license information. + +Authors of source code +---------------------- +paramat (MIT) + +Authors of media (sounds) +------------------------- +Yuval (CC0 1.0) +https://freesound.org/people/Yuval/sounds/197023/ + env_sounds_water.*.ogg diff --git a/mods/env_sounds/init.lua b/mods/env_sounds/init.lua new file mode 100644 index 0000000..546e990 --- /dev/null +++ b/mods/env_sounds/init.lua @@ -0,0 +1,64 @@ +-- Parameters + +local radius = 8 -- Water node search radius around player + +-- End of parameters + + +local river_source_sounds = minetest.settings:get_bool("river_source_sounds") + + +-- Update sound for player + +local function update_sound(player) + local player_name = player:get_player_name() + local ppos = player:get_pos() + local areamin = vector.subtract(ppos, radius) + local areamax = vector.add(ppos, radius) + local water_nodes = {"default:water_flowing", "default:river_water_flowing"} + if river_source_sounds then + table.insert(water_nodes, "default:river_water_source") + end + local wpos, _ = minetest.find_nodes_in_area(areamin, areamax, water_nodes) + local waters = #wpos + if waters == 0 then + return + end + + -- Find average position of water positions + local wposav = vector.new() + for _, pos in ipairs(wpos) do + wposav.x = wposav.x + pos.x + wposav.y = wposav.y + pos.y + wposav.z = wposav.z + pos.z + end + wposav = vector.divide(wposav, waters) + + minetest.sound_play( + "env_sounds_water", + { + pos = wposav, + to_player = player_name, + gain = math.min(0.04 + waters * 0.004, 0.4), + } + ) +end + + +-- Update sound 'on joinplayer' + +minetest.register_on_joinplayer(function(player) + update_sound(player) +end) + + +-- Cyclic sound update + +local function cyclic_update() + for _, player in pairs(minetest.get_connected_players()) do + update_sound(player) + end + minetest.after(3.5, cyclic_update) +end + +minetest.after(0, cyclic_update) diff --git a/mods/env_sounds/license.txt b/mods/env_sounds/license.txt new file mode 100644 index 0000000..ff8867d --- /dev/null +++ b/mods/env_sounds/license.txt @@ -0,0 +1,57 @@ +License of source code +---------------------- + +The MIT License (MIT) +Copyright (C) 2019 paramat + +Permission is hereby granted, free of charge, to any person obtaining a copy of this +software and associated documentation files (the "Software"), to deal in the Software +without restriction, including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or +substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE +FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +For more details: +https://opensource.org/licenses/MIT + + +Licenses of media (sounds) +-------------------------- + +CC0 1.0 Universal (CC0 1.0) Public Domain Dedication +Yuval + +No Copyright + +The person who associated a work with this deed has dedicated the work to the +public domain by waiving all of his or her rights to the work worldwide under +copyright law, including all related and neighboring rights, to the extent +allowed by law. + +You can copy, modify, distribute and perform the work, even for commercial +purposes, all without asking permission. See Other Information below. + +Other Information: + +In no way are the patent or trademark rights of any person affected by CC0, nor +are the rights that other persons may have in the work or in how the work is +used, such as publicity or privacy rights. + +Unless expressly stated otherwise, the person who associated a work with this +deed makes no warranties about the work, and disclaims liability for all uses +of the work, to the fullest extent permitted by applicable law. + +When using or citing the work, you should not imply endorsement by the author +or the affirmer. + +For more details: +https://creativecommons.org/publicdomain/zero/1.0/ diff --git a/mods/env_sounds/mod.conf b/mods/env_sounds/mod.conf new file mode 100644 index 0000000..ad6feb3 --- /dev/null +++ b/mods/env_sounds/mod.conf @@ -0,0 +1,3 @@ +name = env_sounds +description = Minetest Game mod: env_sounds +depends = default diff --git a/mods/env_sounds/sounds/env_sounds_water.1.ogg b/mods/env_sounds/sounds/env_sounds_water.1.ogg new file mode 100644 index 0000000..aa80882 Binary files /dev/null and b/mods/env_sounds/sounds/env_sounds_water.1.ogg differ diff --git a/mods/env_sounds/sounds/env_sounds_water.2.ogg b/mods/env_sounds/sounds/env_sounds_water.2.ogg new file mode 100644 index 0000000..b3ff114 Binary files /dev/null and b/mods/env_sounds/sounds/env_sounds_water.2.ogg differ diff --git a/mods/env_sounds/sounds/env_sounds_water.3.ogg b/mods/env_sounds/sounds/env_sounds_water.3.ogg new file mode 100644 index 0000000..431a6ed Binary files /dev/null and b/mods/env_sounds/sounds/env_sounds_water.3.ogg differ diff --git a/mods/env_sounds/sounds/env_sounds_water.4.ogg b/mods/env_sounds/sounds/env_sounds_water.4.ogg new file mode 100644 index 0000000..56c2ee2 Binary files /dev/null and b/mods/env_sounds/sounds/env_sounds_water.4.ogg differ diff --git a/mods/game_commands/README.txt b/mods/game_commands/README.txt new file mode 100644 index 0000000..a451608 --- /dev/null +++ b/mods/game_commands/README.txt @@ -0,0 +1,7 @@ +Minetest Game mod: game_commands +================================ +See license.txt for license information. + +Authors of source code +---------------------- +rubenwardy (MIT) diff --git a/mods/game_commands/init.lua b/mods/game_commands/init.lua new file mode 100644 index 0000000..139a879 --- /dev/null +++ b/mods/game_commands/init.lua @@ -0,0 +1,31 @@ +-- game_commands/init.lua + +-- Load support for MT game translation. +local S = minetest.get_translator("game_commands") + + +minetest.register_chatcommand("killme", { + description = S("Kill yourself to respawn"), + func = function(name) + local player = minetest.get_player_by_name(name) + if player then + if minetest.settings:get_bool("enable_damage") then + player:set_hp(0) + return true + else + for _, callback in pairs(core.registered_on_respawnplayers) do + if callback(player) then + return true + end + end + + -- There doesn't seem to be a way to get a default spawn pos + -- from the lua API + return false, S("No static_spawnpoint defined") + end + else + -- Show error message if used when not logged in, eg: from IRC mod + return false, S("You need to be online to be killed!") + end + end +}) diff --git a/mods/game_commands/license.txt b/mods/game_commands/license.txt new file mode 100644 index 0000000..fa85564 --- /dev/null +++ b/mods/game_commands/license.txt @@ -0,0 +1,24 @@ +License of source code +---------------------- + +The MIT License (MIT) +Copyright (C) 2017-2018 rubenwardy + +Permission is hereby granted, free of charge, to any person obtaining a copy of this +software and associated documentation files (the "Software"), to deal in the Software +without restriction, including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or +substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE +FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +For more details: +https://opensource.org/licenses/MIT diff --git a/mods/game_commands/locale/game_commands.de.tr b/mods/game_commands/locale/game_commands.de.tr new file mode 100644 index 0000000..24b0e25 --- /dev/null +++ b/mods/game_commands/locale/game_commands.de.tr @@ -0,0 +1,4 @@ +# textdomain: game_commands +Kill yourself to respawn=Selbstmord begehen, um zu Respawnen +No static_spawnpoint defined=Kein static_spawnpoint definiert +You need to be online to be killed!=Sie müssen online sein, um getötet zu werden! diff --git a/mods/game_commands/locale/game_commands.es.tr b/mods/game_commands/locale/game_commands.es.tr new file mode 100644 index 0000000..702a2ef --- /dev/null +++ b/mods/game_commands/locale/game_commands.es.tr @@ -0,0 +1,4 @@ +# textdomain: game_commands +Kill yourself to respawn=Suicídate para reaparecer +No static_spawnpoint defined=No se ha definido un punto de aparición +You need to be online to be killed!=¡Necesitas estar en línea para que te maten! diff --git a/mods/game_commands/locale/game_commands.fr.tr b/mods/game_commands/locale/game_commands.fr.tr new file mode 100644 index 0000000..0e295d6 --- /dev/null +++ b/mods/game_commands/locale/game_commands.fr.tr @@ -0,0 +1,4 @@ +# textdomain: game_commands +Kill yourself to respawn=Se suicider pour réapparaître +No static_spawnpoint defined=Pas de point d'apparition défini +You need to be online to be killed!=Vous devez être en ligne pour être tué ! diff --git a/mods/game_commands/locale/game_commands.it.tr b/mods/game_commands/locale/game_commands.it.tr new file mode 100644 index 0000000..b2431fa --- /dev/null +++ b/mods/game_commands/locale/game_commands.it.tr @@ -0,0 +1,4 @@ +# textdomain: game_commands +Kill yourself to respawn=Ucciditi per ricomparire +No static_spawnpoint defined=Nessuno static_spawnpoint definito +You need to be online to be killed!=Devi essere in linea per essere ucciso! \ No newline at end of file diff --git a/mods/game_commands/locale/template.txt b/mods/game_commands/locale/template.txt new file mode 100644 index 0000000..903f160 --- /dev/null +++ b/mods/game_commands/locale/template.txt @@ -0,0 +1,4 @@ +# textdomain: game_commands +Kill yourself to respawn= +No static_spawnpoint defined= +You need to be online to be killed!= diff --git a/mods/game_commands/mod.conf b/mods/game_commands/mod.conf new file mode 100644 index 0000000..5571ff5 --- /dev/null +++ b/mods/game_commands/mod.conf @@ -0,0 +1,2 @@ +name = game_commands +description = Minetest Game mod: game_commands diff --git a/mods/give_initial_stuff/README.txt b/mods/give_initial_stuff/README.txt new file mode 100644 index 0000000..cbd240f --- /dev/null +++ b/mods/give_initial_stuff/README.txt @@ -0,0 +1,8 @@ +Minetest Game mod: give_initial_stuff +===================================== +See license.txt for license information. + +Authors of source code +---------------------- +Perttu Ahola (celeron55) (MIT) +Various Minetest developers and contributors (MIT) diff --git a/mods/give_initial_stuff/init.lua b/mods/give_initial_stuff/init.lua new file mode 100644 index 0000000..74421dc --- /dev/null +++ b/mods/give_initial_stuff/init.lua @@ -0,0 +1,46 @@ +-- gave_initial_stuff/init.lua + +local stuff_string = minetest.settings:get("initial_stuff") or + "default:pick_steel,default:axe_steel,default:shovel_steel," .. + "default:torch 99,default:cobble 99" + +give_initial_stuff = { + items = {} +} + +function give_initial_stuff.give(player) + minetest.log("action", + "Giving initial stuff to player " .. player:get_player_name()) + local inv = player:get_inventory() + for _, stack in ipairs(give_initial_stuff.items) do + inv:add_item("main", stack) + end +end + +function give_initial_stuff.add(stack) + give_initial_stuff.items[#give_initial_stuff.items + 1] = ItemStack(stack) +end + +function give_initial_stuff.clear() + give_initial_stuff.items = {} +end + +function give_initial_stuff.add_from_csv(str) + local items = str:split(",") + for _, itemname in ipairs(items) do + give_initial_stuff.add(itemname) + end +end + +function give_initial_stuff.set_list(list) + give_initial_stuff.items = list +end + +function give_initial_stuff.get_list() + return give_initial_stuff.items +end + +give_initial_stuff.add_from_csv(stuff_string) +if minetest.settings:get_bool("give_initial_stuff") then + minetest.register_on_newplayer(give_initial_stuff.give) +end diff --git a/mods/give_initial_stuff/license.txt b/mods/give_initial_stuff/license.txt new file mode 100644 index 0000000..8134c92 --- /dev/null +++ b/mods/give_initial_stuff/license.txt @@ -0,0 +1,25 @@ +License of source code +---------------------- + +The MIT License (MIT) +Copyright (C) 2012-2016 Perttu Ahola (celeron55) +Copyright (C) 2012-2016 Various Minetest developers and contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of this +software and associated documentation files (the "Software"), to deal in the Software +without restriction, including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or +substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE +FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +For more details: +https://opensource.org/licenses/MIT diff --git a/mods/give_initial_stuff/mod.conf b/mods/give_initial_stuff/mod.conf new file mode 100644 index 0000000..51d31ae --- /dev/null +++ b/mods/give_initial_stuff/mod.conf @@ -0,0 +1,3 @@ +name = give_initial_stuff +description = Minetest Game mod: give_initial_stuff +depends = default diff --git a/mods/mobs/api.lua b/mods/mobs/api.lua new file mode 100644 index 0000000..8022605 --- /dev/null +++ b/mods/mobs/api.lua @@ -0,0 +1,4866 @@ +-- Load support for intllib. +local MP = minetest.get_modpath(minetest.get_current_modname()) +local S = minetest.get_translator and minetest.get_translator("mobs_redo") or + dofile(MP .. "/intllib.lua") + +-- CMI support check +local use_cmi = minetest.global_exists("cmi") + +mobs = { + mod = "redo", + version = "20211116", + intllib = S, + invis = minetest.global_exists("invisibility") and invisibility or {} +} + +-- localize common functions +local pi = math.pi +local square = math.sqrt +local sin = math.sin +local cos = math.cos +local abs = math.abs +local min = math.min +local max = math.max +local random = math.random +local floor = math.floor +local ceil = math.ceil +local rad = math.rad +local atann = math.atan +local atan = function(x) + if not x or x ~= x then + return 0 -- NaN + else + return atann(x) + end +end +local table_copy = table.copy +local table_remove = table.remove +local vadd = vector.add +local vdirection = vector.direction +local vmultiply = vector.multiply +local vsubtract = vector.subtract +local settings = minetest.settings + +-- creative check +local creative_cache = minetest.settings:get_bool("creative_mode") +function mobs.is_creative(name) + return creative_cache or minetest.check_player_privs(name, + {creative = true}) +end + +-- Load settings +local damage_enabled = settings:get_bool("enable_damage") +local mobs_spawn = settings:get_bool("mobs_spawn") ~= false +local peaceful_only = settings:get_bool("only_peaceful_mobs") +local disable_blood = settings:get_bool("mobs_disable_blood") +local mobs_drop_items = settings:get_bool("mobs_drop_items") ~= false +local mobs_griefing = settings:get_bool("mobs_griefing") ~= false +local spawn_protected = settings:get_bool("mobs_spawn_protected") ~= false +local spawn_monster_protected = settings:get_bool("mobs_spawn_monster_protected") ~= false +local remove_far = settings:get_bool("remove_far_mobs") ~= false +local mob_area_spawn = settings:get_bool("mob_area_spawn") +local difficulty = tonumber(settings:get("mob_difficulty")) or 1.0 +local show_health = settings:get_bool("mob_show_health") ~= false +local max_per_block = tonumber(settings:get("max_objects_per_block") or 99) +local mob_nospawn_range = tonumber(settings:get("mob_nospawn_range") or 12) +local active_limit = tonumber(settings:get("mob_active_limit") or 0) +local mob_chance_multiplier = tonumber(settings:get("mob_chance_multiplier") or 1) +local peaceful_player_enabled = settings:get_bool("enable_peaceful_player") +local mob_smooth_rotate = settings:get_bool("mob_smooth_rotate") ~= false +local active_mobs = 0 + +-- Peaceful mode message so players will know there are no monsters +if peaceful_only then + minetest.register_on_joinplayer(function(player) + minetest.chat_send_player(player:get_player_name(), + S("** Peaceful Mode Active - No Monsters Will Spawn")) + end) +end + +-- calculate aoc range for mob count +local aoc_range = tonumber(settings:get("active_block_range")) * 16 + +-- pathfinding settings +local enable_pathfinding = true +local stuck_timeout = 3 -- how long before stuck mod starts searching +local stuck_path_timeout = 5 -- how long will mob follow path before giving up + +-- default nodes +local node_fire = "fire:basic_flame" +local node_permanent_flame = "fire:permanent_flame" +local node_ice = "default:ice" +local node_snowblock = "default:snowblock" +local node_snow = "default:snow" +mobs.fallback_node = minetest.registered_aliases["mapgen_dirt"] or "default:dirt" + +local mob_class = { + stepheight = 1.1, + fly_in = "air", + owner = "", + order = "", + jump_height = 4, + lifetimer = 180, -- 3 minutes + physical = true, + collisionbox = {-0.25, -0.25, -0.25, 0.25, 0.25, 0.25}, + visual_size = {x = 1, y = 1}, + texture_mods = "", + makes_footstep_sound = false, + view_range = 5, + walk_velocity = 1, + run_velocity = 2, + light_damage = 0, + light_damage_min = 14, + light_damage_max = 15, + water_damage = 0, + lava_damage = 4, + fire_damage = 4, + air_damage = 0, + suffocation = 2, + fall_damage = 1, + fall_speed = -10, -- must be lower than -2 (default: -10) + drops = {}, + armor = 100, + sounds = {}, + jump = true, + knock_back = true, + walk_chance = 50, + stand_chance = 30, + attack_chance = 5, + passive = false, + blood_amount = 5, + blood_texture = "mobs_blood.png", + shoot_offset = 0, + floats = 1, -- floats in water by default + replace_offset = 0, + timer = 0, + env_damage_timer = 0, -- only used when state = "attack" + tamed = false, + pause_timer = 0, + horny = false, + hornytimer = 0, + child = false, + gotten = false, + health = 0, + reach = 3, + htimer = 0, + docile_by_day = false, + time_of_day = 0.5, + fear_height = 0, + runaway_timer = 0, + immune_to = {}, + explosion_timer = 3, + allow_fuse_reset = true, + stop_to_explode = true, + dogshoot_count = 0, + dogshoot_count_max = 5, + dogshoot_count2_max = 5, + group_attack = false, + attack_monsters = false, + attack_animals = false, + attack_players = true, + attack_npcs = true, + facing_fence = false, + _breed_countdown = nil, + _cmi_is_mob = true +} + +local mob_class_meta = {__index = mob_class} + + +-- play sound +function mob_class:mob_sound(sound) + + local pitch = 1.0 + + -- higher pitch for a child + if self.child then pitch = pitch * 1.5 end + + -- a little random pitch to be different + pitch = pitch + random(-10, 10) * 0.005 + + if sound then + minetest.sound_play(sound, { + object = self.object, + gain = 1.0, + max_hear_distance = self.sounds.distance, + pitch = pitch + }, true) + end +end + + +-- attack player/mob +function mob_class:do_attack(player) + + if self.state == "attack" then + return + end + + self.attack = player + self.state = "attack" + + if random(0, 100) < 90 then + self:mob_sound(self.sounds.war_cry) + end +end + + +-- calculate distance +local get_distance = function(a, b) + + if not a or not b then return 50 end -- nil check + + local x, y, z = a.x - b.x, a.y - b.y, a.z - b.z + + return square(x * x + y * y + z * z) +end + + +-- collision function based on jordan4ibanez' open_ai mod +function mob_class:collision() + + local pos = self.object:get_pos() + local x, z = 0, 0 + local width = -self.collisionbox[1] + self.collisionbox[4] + 0.5 + + for _,object in ipairs(minetest.get_objects_inside_radius(pos, width)) do + + if object:is_player() then + + local pos2 = object:get_pos() + local vec = {x = pos.x - pos2.x, z = pos.z - pos2.z} + + x = x + vec.x + z = z + vec.z + end + end + + return({x, z}) +end + + +-- check if string exists in another string or table +local check_for = function(look_for, look_inside) + + if type(look_inside) == "string" and look_inside == look_for then + + return true + + elseif type(look_inside) == "table" then + + for _, str in pairs(look_inside) do + + if str == look_for then + return true + end + + if str:find("group:") then + + local group = str:split(":")[2] + + if minetest.get_item_group(look_for, group) ~= 0 then + return true + end + end + end + end + + return false +end + + +-- move mob in facing direction +function mob_class:set_velocity(v) + + -- halt mob if it has been ordered to stay + if self.order == "stand" then + + local vel = self.object:get_velocity() or {y = 0} + + self.object:set_velocity({x = 0, y = vel.y, z = 0}) + + return + end + + local c_x, c_y = 0, 0 + + -- can mob be pushed, if so calculate direction + if self.pushable then + c_x, c_y = unpack(self:collision()) + end + + local yaw = (self.object:get_yaw() or 0) + (self.rotate or 0) + + -- nil check for velocity + v = v or 0.01 + + -- check if standing in liquid with max viscosity of 7 + local visc = min(minetest.registered_nodes[self.standing_in].liquid_viscosity, 7) + + -- only slow mob trying to move while inside a viscous fluid that + -- they aren't meant to be in (fish in water, spiders in cobweb etc) + if v > 0 and visc and visc > 0 + and not check_for(self.standing_in, self.fly_in) then + v = v / (visc + 1) + end + + -- set velocity + local vel = self.object:get_velocity() or 0 + + local new_vel = { + x = (sin(yaw) * -v) + c_x, + y = vel.y, + z = (cos(yaw) * v) + c_y} + + self.object:set_velocity(new_vel) +end + +-- global version of above function +function mobs:set_velocity(entity, v) + mob_class.set_velocity(entity, v) +end + + +-- calculate mob velocity +function mob_class:get_velocity() + + local v = self.object:get_velocity() + + if not v then return 0 end + + return (v.x * v.x + v.z * v.z) ^ 0.5 +end + + +-- set and return valid yaw +function mob_class:set_yaw(yaw, delay) + + if not yaw or yaw ~= yaw then + yaw = 0 + end + + delay = mob_smooth_rotate and (delay or 0) or 0 + + if delay == 0 then + + self.object:set_yaw(yaw) + + return yaw + end + + self.target_yaw = yaw + self.delay = delay + + return self.target_yaw +end + +-- global function to set mob yaw +function mobs:yaw(entity, yaw, delay) + mob_class.set_yaw(entity, yaw, delay) +end + + +-- set defined animation +function mob_class:set_animation(anim, force) + + if not self.animation or not anim then return end + + self.animation.current = self.animation.current or "" + + -- only use different animation for attacks when using same set + if force ~= true and anim ~= "punch" and anim ~= "shoot" + and string.find(self.animation.current, anim) then + return + end + + local num = 0 + + -- check for more than one animation (max 4) + for n = 1, 4 do + + if self.animation[anim .. n .. "_start"] + and self.animation[anim .. n .. "_end"] then + num = n + end + end + + -- choose random animation from set + if num > 0 then + num = random(0, num) + anim = anim .. (num ~= 0 and num or "") + end + + if anim == self.animation.current + or not self.animation[anim .. "_start"] + or not self.animation[anim .. "_end"] then + return + end + + self.animation.current = anim + + self.object:set_animation({ + x = self.animation[anim .. "_start"], + y = self.animation[anim .. "_end"]}, + self.animation[anim .. "_speed"] or + self.animation.speed_normal or 15, + 0, self.animation[anim .. "_loop"] ~= false) +end + +function mobs:set_animation(entity, anim) + entity.set_animation(entity, anim) +end + + +-- check line of sight (BrunoMine) +local line_of_sight = function(self, pos1, pos2, stepsize) + + stepsize = stepsize or 1 + + local s, pos = minetest.line_of_sight(pos1, pos2, stepsize) + + -- normal walking and flying mobs can see you through air + if s == true then + return true + end + + -- New pos1 to be analyzed + local npos1 = {x = pos1.x, y = pos1.y, z = pos1.z} + + local r, pos = minetest.line_of_sight(npos1, pos2, stepsize) + + -- Checks the return + if r == true then return true end + + -- Nodename found + local nn = minetest.get_node(pos).name + + -- Target Distance (td) to travel + local td = get_distance(pos1, pos2) + + -- Actual Distance (ad) traveled + local ad = 0 + + -- It continues to advance in the line of sight in search of a real + -- obstruction which counts as 'walkable' nodebox. + while minetest.registered_nodes[nn] + and (minetest.registered_nodes[nn].walkable == false) do + + -- Check if you can still move forward + if td < ad + stepsize then + return true -- Reached the target + end + + -- Moves the analyzed pos + local d = get_distance(pos1, pos2) + + npos1.x = ((pos2.x - pos1.x) / d * stepsize) + pos1.x + npos1.y = ((pos2.y - pos1.y) / d * stepsize) + pos1.y + npos1.z = ((pos2.z - pos1.z) / d * stepsize) + pos1.z + + -- NaN checks + if d == 0 + or npos1.x ~= npos1.x + or npos1.y ~= npos1.y + or npos1.z ~= npos1.z then + return false + end + + ad = ad + stepsize + + -- scan again + r, pos = minetest.line_of_sight(npos1, pos2, stepsize) + + if r == true then return true end + + -- New Nodename found + nn = minetest.get_node(pos).name + end + + return false +end + + +-- check line of sight (by BrunoMine, tweaked by Astrobe) +local new_line_of_sight = function(self, pos1, pos2, stepsize) + + if not pos1 or not pos2 then return end + + stepsize = stepsize or 1 + + local stepv = vmultiply(vdirection(pos1, pos2), stepsize) + + local s, pos = minetest.line_of_sight(pos1, pos2, stepsize) + + -- normal walking and flying mobs can see you through air + if s == true then return true end + + -- New pos1 to be analyzed + local npos1 = {x = pos1.x, y = pos1.y, z = pos1.z} + + local r, pos = minetest.line_of_sight(npos1, pos2, stepsize) + + -- Checks the return + if r == true then return true end + + -- Nodename found + local nn = minetest.get_node(pos).name + + -- It continues to advance in the line of sight in search of a real + -- obstruction which counts as 'walkable' nodebox. + while minetest.registered_nodes[nn] + and (minetest.registered_nodes[nn].walkable == false) do + + npos1 = vadd(npos1, stepv) + + if get_distance(npos1, pos2) < stepsize then return true end + + -- scan again + r, pos = minetest.line_of_sight(npos1, pos2, stepsize) + + if r == true then return true end + + -- New Nodename found + nn = minetest.get_node(pos).name + end + + return false +end + +-- check line of sight using raycasting (thanks Astrobe) +local ray_line_of_sight = function(self, pos1, pos2) + + local ray = minetest.raycast(pos1, pos2, true, false) + local thing = ray:next() + + while thing do -- thing.type, thing.ref + + if thing.type == "node" then + + local name = minetest.get_node(thing.under).name + + if minetest.registered_items[name] + and minetest.registered_items[name].walkable then + return false + end + end + + thing = ray:next() + end + + return true +end + + +function mob_class:line_of_sight(pos1, pos2, stepsize) + + if minetest.raycast then -- only use if minetest 5.0 is detected + return ray_line_of_sight(self, pos1, pos2) + end + + return line_of_sight(self, pos1, pos2, stepsize) +end + +-- global function +function mobs:line_of_sight(entity, pos1, pos2, stepsize) + return entity:line_of_sight(pos1, pos2, stepsize) +end + + +function mob_class:attempt_flight_correction(override) + + if self:flight_check() and override ~= true then return true end + + -- We are not flying in what we are supposed to. + -- See if we can find intended flight medium and return to it + local pos = self.object:get_pos() ; if not pos then return true end + local searchnodes = self.fly_in + + if type(searchnodes) == "string" then + searchnodes = {self.fly_in} + end + + local flyable_nodes = minetest.find_nodes_in_area( + {x = pos.x - 1, y = pos.y - 1, z = pos.z - 1}, + {x = pos.x + 1, y = pos.y + 0, z = pos.z + 1}, searchnodes) + -- pos.y + 0 hopefully fixes floating swimmers + + if #flyable_nodes < 1 then + return false + end + + local escape_target = flyable_nodes[random(#flyable_nodes)] + local escape_direction = vdirection(pos, escape_target) + + self.object:set_velocity( + vmultiply(escape_direction, 1)) + + return true +end + + +-- are we flying in what we are suppose to? (taikedz) +function mob_class:flight_check() + + local def = minetest.registered_nodes[self.standing_in] + + if not def then return false end + + -- are we standing inside what we should be to fly/swim ? + if check_for(self.standing_in, self.fly_in) then + return true + end + + -- stops mobs getting stuck inside stairs and plantlike nodes + if def.drawtype ~= "airlike" + and def.drawtype ~= "liquid" + and def.drawtype ~= "flowingliquid" then + return true + end + + return false +end + + +-- turn mob to face position +local yaw_to_pos = function(self, target, rot) + + rot = rot or 0 + + local pos = self.object:get_pos() + local vec = {x = target.x - pos.x, z = target.z - pos.z} + local yaw = (atan(vec.z / vec.x) + rot + pi / 2) - self.rotate + + if target.x > pos.x then + yaw = yaw + pi + end + + yaw = self:set_yaw(yaw, rot) + + return yaw +end + +function mobs:yaw_to_pos(self, target, rot) + return yaw_to_pos(self, target, rot) +end + + +-- if stay near set then periodically check for nodes and turn towards them +function mob_class:do_stay_near() + + if not self.stay_near then return false end + + local pos = self.object:get_pos() + local searchnodes = self.stay_near[1] + local chance = self.stay_near[2] or 10 + + if not pos or random(chance) > 1 then + return false + end + + if type(searchnodes) == "string" then + searchnodes = {self.stay_near[1]} + end + + local r = self.view_range + local nearby_nodes = minetest.find_nodes_in_area( + {x = pos.x - r, y = pos.y - 1, z = pos.z - r}, + {x = pos.x + r, y = pos.y + 1, z = pos.z + r}, searchnodes) + + if #nearby_nodes < 1 then + return false + end + + yaw_to_pos(self, nearby_nodes[random(#nearby_nodes)]) + + self:set_animation("walk") + + self:set_velocity(self.walk_velocity) + + return true +end + + +-- custom particle effects +local effect = function(pos, amount, texture, min_size, max_size, + radius, gravity, glow, fall) + + radius = radius or 2 + min_size = min_size or 0.5 + max_size = max_size or 1 + gravity = gravity or -10 + glow = glow or 0 + + if fall == true then + fall = 0 + elseif fall == false then + fall = radius + else + fall = -radius + end + + minetest.add_particlespawner({ + amount = amount, + time = 0.25, + minpos = pos, + maxpos = pos, + minvel = {x = -radius, y = fall, z = -radius}, + maxvel = {x = radius, y = radius, z = radius}, + minacc = {x = 0, y = gravity, z = 0}, + maxacc = {x = 0, y = gravity, z = 0}, + minexptime = 0.1, + maxexptime = 1, + minsize = min_size, + maxsize = max_size, + texture = texture, + glow = glow + }) +end + +function mobs:effect(pos, amount, texture, min_size, max_size, + radius, gravity, glow, fall) + + effect(pos, amount, texture, min_size, max_size, radius, gravity, glow, fall) +end + + +-- Thanks Wuzzy for the following editable settings + +local HORNY_TIME = 30 +local HORNY_AGAIN_TIME = 60 * 5 -- 5 minutes +local CHILD_GROW_TIME = 60 * 20 -- 20 minutes + + +-- update nametag colour +function mob_class:update_tag() + + local col = "#00FF00" + local qua = self.hp_max / 4 + + if self.health <= floor(qua * 3) then + col = "#FFFF00" + end + + if self.health <= floor(qua * 2) then + col = "#FF6600" + end + + if self.health <= floor(qua) then + col = "#FF0000" + end + + local text = "" + + if self.horny == true then + + text = "\nLoving: " .. (self.hornytimer - (HORNY_TIME + HORNY_AGAIN_TIME)) + + elseif self.child == true then + + text = "\nGrowing: " .. (self.hornytimer - CHILD_GROW_TIME) + + elseif self._breed_countdown then + + text = "\nBreeding: " .. self._breed_countdown + + end + + self.infotext = "Health: " .. self.health .. " / " .. self.hp_max + .. "\n" .. "Owner: " .. self.owner + .. text + + -- set changes + self.object:set_properties({ + nametag = self.nametag, + nametag_color = col, + infotext = self.infotext + }) +end + + +-- drop items +function mob_class:item_drop() + + -- no drops if disabled by setting or mob is child + if not mobs_drop_items or self.child then return end + + local pos = self.object:get_pos() + + -- check for drops function + self.drops = type(self.drops) == "function" + and self.drops(pos) or self.drops + + -- check for nil or no drops + if not self.drops or #self.drops == 0 then + return + end + + -- was mob killed by player? + local death_by_player = self.cause_of_death + and self.cause_of_death.puncher + and self.cause_of_death.puncher:is_player() + + local obj, item, num + + for n = 1, #self.drops do + + if random(self.drops[n].chance) == 1 then + + num = random(self.drops[n].min or 0, self.drops[n].max or 1) + item = self.drops[n].name + + -- cook items on a hot death + if self.cause_of_death.hot then + + local output = minetest.get_craft_result({ + method = "cooking", width = 1, items = {item}}) + + if output and output.item and not output.item:is_empty() then + item = output.item:get_name() + end + end + + -- only drop rare items (drops.min = 0) if killed by player + if death_by_player or self.drops[n].min ~= 0 then + obj = minetest.add_item(pos, ItemStack(item .. " " .. num)) + end + + if obj and obj:get_luaentity() then + + obj:set_velocity({ + x = random(-10, 10) / 9, + y = 6, + z = random(-10, 10) / 9 + }) + + elseif obj then + obj:remove() -- item does not exist + end + end + end + + self.drops = {} +end + + +-- remove mob and descrease counter +local remove_mob = function(self, decrease) + + self.object:remove() + + if decrease and active_limit > 0 then + + active_mobs = active_mobs - 1 + + if active_mobs < 0 then + active_mobs = 0 + end + end +--print("-- active mobs: " .. active_mobs .. " / " .. active_limit) +end + +-- global function for removing mobs +function mobs:remove(self, decrease) + remove_mob(self, decrease) +end + + +-- check if mob is dead or only hurt +function mob_class:check_for_death(cmi_cause) + + -- We dead already + if self.state == "die" then + return true + end + + -- has health actually changed? + if self.health == self.old_health and self.health > 0 then + return false + end + + local damaged = self.health < self.old_health + + self.old_health = self.health + + -- still got some health? play hurt sound + if self.health > 0 then + + -- only play hurt sound if damaged + if damaged then + self:mob_sound(self.sounds.damage) + end + + -- make sure health isn't higher than max + if self.health > self.hp_max then + self.health = self.hp_max + end + + -- backup nametag so we can show health stats +-- if not self.nametag2 then +-- self.nametag2 = self.nametag or "" +-- end + +-- if show_health +-- and (cmi_cause and cmi_cause.type == "punch") then + +-- self.htimer = 2 +-- self.nametag = "♥ " .. self.health .. " / " .. self.hp_max + self:update_tag() +-- end + + return false + end + + self.cause_of_death = cmi_cause + + -- drop items + self:item_drop() + + self:mob_sound(self.sounds.death) + + local pos = self.object:get_pos() + + -- execute custom death function + if pos and self.on_die then + + self:on_die(pos) + + if use_cmi then + cmi.notify_die(self.object, cmi_cause) + end + + remove_mob(self, true) + + return true + end + + -- check for custom death function and die animation + if self.animation + and self.animation.die_start + and self.animation.die_end then + + local frames = self.animation.die_end - self.animation.die_start + local speed = self.animation.die_speed or 15 + local length = max((frames / speed), 0) + local rot = self.animation.die_rotate and 5 + + self.attack = nil + self.following = nil + self.v_start = false + self.timer = 0 + self.blinktimer = 0 + self.passive = true + self.state = "die" + self.object:set_properties({ + pointable = false, collide_with_objects = false, + automatic_rotate = rot, static_save = false + }) + self:set_velocity(0) + self:set_animation("die") + + minetest.after(length, function(self) + + if self.object:get_luaentity() then + + if use_cmi then + cmi.notify_die(self.object, cmi_cause) + end + + remove_mob(self, true) + end + end, self) + + return true + + elseif pos then -- otherwise remove mod and show particle effect + + if use_cmi then + cmi.notify_die(self.object, cmi_cause) + end + + remove_mob(self, true) + + effect(pos, 20, "tnt_smoke.png") + end + + return true +end + + +-- get node but use fallback for nil or unknown +local node_ok = function(pos, fallback) + + fallback = fallback or mobs.fallback_node + + local node = minetest.get_node_or_nil(pos) + + if node and minetest.registered_nodes[node.name] then + return node + end + + return minetest.registered_nodes[fallback] +end + + +-- Returns true is node can deal damage to self +local is_node_dangerous = function(self, nodename) + + if self.water_damage > 0 + and minetest.get_item_group(nodename, "water") ~= 0 then + return true + end + + if self.lava_damage > 0 + and minetest.get_item_group(nodename, "lava") ~= 0 then + return true + end + + if self.fire_damage > 0 + and minetest.get_item_group(nodename, "fire") ~= 0 then + return true + end + + if minetest.registered_nodes[nodename].damage_per_second > 0 then + return true + end + + return false +end + + +-- is mob facing a cliff +function mob_class:is_at_cliff() + + if self.fear_height == 0 then -- 0 for no falling protection! + return false + end + + -- get yaw but if nil returned object no longer exists + local yaw = self.object:get_yaw() + + if not yaw then return false end + + local dir_x = -sin(yaw) * (self.collisionbox[4] + 0.5) + local dir_z = cos(yaw) * (self.collisionbox[4] + 0.5) + local pos = self.object:get_pos() + local ypos = pos.y + self.collisionbox[2] -- just above floor + + local free_fall, blocker = minetest.line_of_sight( + {x = pos.x + dir_x, y = ypos, z = pos.z + dir_z}, + {x = pos.x + dir_x, y = ypos - self.fear_height, z = pos.z + dir_z}) + + -- check for straight drop + if free_fall then + return true + end + + local bnode = node_ok(blocker) + + -- will we drop onto dangerous node? + if is_node_dangerous(self, bnode.name) then + return true + end + + local def = minetest.registered_nodes[bnode.name] + + return (not def and def.walkable) +end + + +-- environmental damage (water, lava, fire, light etc.) +function mob_class:do_env_damage() + + -- feed/tame text timer (so mob 'full' messages dont spam chat) + if self.htimer > 0 then + self.htimer = self.htimer - 1 + end + + -- reset nametag after showing health stats +-- if self.htimer < 1 and self.nametag2 then + +-- self.nametag = self.nametag2 +-- self.nametag2 = nil + + self:update_tag() +-- end + + local pos = self.object:get_pos() ; if not pos then return end + + self.time_of_day = minetest.get_timeofday() + + -- halt mob if standing inside ignore node + if self.standing_in == "ignore" then + + self.object:set_velocity({x = 0, y = 0, z = 0}) + + return true + end + + -- particle appears at random mob height + local py = { + x = pos.x, + y = pos.y + random(self.collisionbox[2], self.collisionbox[5]), + z = pos.z + } + + local nodef = minetest.registered_nodes[self.standing_in] + + -- water + if self.water_damage ~= 0 and nodef.groups.water then + + self.health = self.health - self.water_damage + + effect(py, 5, "bubble.png", nil, nil, 1, nil) + + if self:check_for_death({type = "environment", + pos = pos, node = self.standing_in}) then + return true + end + + -- lava damage + elseif self.lava_damage ~= 0 and nodef.groups.lava then + + self.health = self.health - self.lava_damage + + effect(py, 15, "fire_basic_flame.png", 1, 5, 1, 0.2, 15, true) + + if self:check_for_death({type = "environment", pos = pos, + node = self.standing_in, hot = true}) then + return true + end + + -- fire damage + elseif self.fire_damage ~= 0 and nodef.groups.fire then + + self.health = self.health - self.fire_damage + + effect(py, 15, "fire_basic_flame.png", 1, 5, 1, 0.2, 15, true) + + if self:check_for_death({type = "environment", pos = pos, + node = self.standing_in, hot = true}) then + return true + end + + -- damage_per_second node check (not fire and lava) + elseif nodef.damage_per_second ~= 0 + and nodef.groups.lava == nil and nodef.groups.fire == nil then + + self.health = self.health - nodef.damage_per_second + + effect(py, 5, "tnt_smoke.png") + + if self:check_for_death({type = "environment", + pos = pos, node = self.standing_in}) then + return true + end + end + + -- air damage + if self.air_damage ~= 0 and self.standing_in == "air" then + + self.health = self.health - self.air_damage + + effect(py, 3, "bubble.png", 1, 1, 1, 0.2) + + if self:check_for_death({type = "environment", + pos = pos, node = self.standing_in}) then + return true + end + end + + -- is mob light sensative, or scared of the dark :P + if self.light_damage ~= 0 then + + local light = minetest.get_node_light(pos) or 0 + + if light >= self.light_damage_min + and light <= self.light_damage_max then + + self.health = self.health - self.light_damage + + effect(py, 5, "tnt_smoke.png") + + if self:check_for_death({type = "light"}) then + return true + end + end + end + + --- suffocation inside solid node + if (self.suffocation and self.suffocation ~= 0) + and (nodef.walkable == nil or nodef.walkable == true) + and (nodef.collision_box == nil or nodef.collision_box.type == "regular") + and (nodef.node_box == nil or nodef.node_box.type == "regular") + and (nodef.groups.disable_suffocation ~= 1) then + + local damage + + if self.suffocation == true then + damage = 2 + else + damage = (self.suffocation or 2) + end + + self.health = self.health - damage + + if self:check_for_death({type = "suffocation", + pos = pos, node = self.standing_in}) then + return true + end + end + + return self:check_for_death({type = "unknown"}) +end + + +-- jump if facing a solid node (not fences or gates) +function mob_class:do_jump() + + if not self.jump + or self.jump_height == 0 + or self.fly + or self.child + or self.order == "stand" then + return false + end + + self.facing_fence = false + + -- something stopping us while moving? + if self.state ~= "stand" + and self:get_velocity() > 0.5 + and self.object:get_velocity().y ~= 0 then + return false + end + + local pos = self.object:get_pos() + local yaw = self.object:get_yaw() + + -- sanity check + if not yaw then return false end + + -- we can only jump if standing on solid node + if minetest.registered_nodes[self.standing_on].walkable == false then + return false + end + + -- where is front + local dir_x = -sin(yaw) * (self.collisionbox[4] + 0.5) + local dir_z = cos(yaw) * (self.collisionbox[4] + 0.5) + + -- set y_pos to base of mob + pos.y = pos.y + self.collisionbox[2] + + -- what is in front of mob? + local nod = node_ok({ + x = pos.x + dir_x, y = pos.y + 0.5, z = pos.z + dir_z + }) + + -- what is above and in front? + local nodt = node_ok({ + x = pos.x + dir_x, y = pos.y + 1.5, z = pos.z + dir_z + }) + + local blocked = minetest.registered_nodes[nodt.name].walkable + + -- are we facing a fence or wall + if nod.name:find("fence") or nod.name:find("gate") or nod.name:find("wall") then + self.facing_fence = true + end +--[[ +print("on: " .. self.standing_on + .. ", front: " .. nod.name + .. ", front above: " .. nodt.name + .. ", blocked: " .. (blocked and "yes" or "no") + .. ", fence: " .. (self.facing_fence and "yes" or "no") +) +]] + -- jump if standing on solid node (not snow) and not blocked + if (self.walk_chance == 0 or minetest.registered_items[nod.name].walkable) + and not blocked and not self.facing_fence and nod.name ~= node_snow then + + local v = self.object:get_velocity() + + v.y = self.jump_height + + self:set_animation("jump") -- only when defined + + self.object:set_velocity(v) + + -- when in air move forward + minetest.after(0.3, function(self, v) + + if self.object:get_luaentity() then + + self.object:set_acceleration({ + x = v.x * 2, + y = 0, + z = v.z * 2 + }) + end + end, self, v) + + if self:get_velocity() > 0 then + self:mob_sound(self.sounds.jump) + end + + self.jump_count = 0 + + return true + end + + -- if blocked for 3 counts then turn + if not self.following and (self.facing_fence or blocked) then + + self.jump_count = (self.jump_count or 0) + 1 + + if self.jump_count > 2 then + + local yaw = self.object:get_yaw() or 0 + local turn = random(0, 2) + 1.35 + + yaw = self:set_yaw(yaw + turn, 12) + + self.jump_count = 0 + end + end + + return false +end + + +-- blast damage to entities nearby (modified from TNT mod) +local entity_physics = function(pos, radius) + + radius = radius * 2 + + local objs = minetest.get_objects_inside_radius(pos, radius) + local obj_pos, dist + + for n = 1, #objs do + + obj_pos = objs[n]:get_pos() + + dist = get_distance(pos, obj_pos) + + if dist < 1 then dist = 1 end + + local damage = floor((4 / dist) * radius) + local ent = objs[n]:get_luaentity() + + -- punches work on entities AND players + objs[n]:punch(objs[n], 1.0, { + full_punch_interval = 1.0, + damage_groups = {fleshy = damage}, + }, pos) + end +end + + +-- can mob see player +local is_invisible = function(self, player_name) + + if mobs.invis[player_name] and not self.ignore_invisibility then + return true + end +end + + +-- should mob follow what I'm holding ? +function mob_class:follow_holding(clicker) + + if is_invisible(self, clicker:get_player_name()) then + return false + end + + local item = clicker:get_wielded_item() + + -- are we holding an item mob can follow ? + if check_for(item:get_name(), self.follow) then + return true + end + + return false +end + + +-- find two animals of same type and breed if nearby and horny +function mob_class:breed() + + -- child takes a long time before growing into adult + if self.child == true then + + self.hornytimer = self.hornytimer + 1 + + if self.hornytimer > CHILD_GROW_TIME then + + self.child = false + self.hornytimer = 0 + + self.object:set_properties({ + textures = self.base_texture, + mesh = self.base_mesh, + visual_size = self.base_size, + collisionbox = self.base_colbox, + selectionbox = self.base_selbox + }) + + -- custom function when child grows up + if self.on_grown then + self.on_grown(self) + else + local pos = self.object:get_pos() ; if not pos then return end + local ent = self.object:get_luaentity() + + pos.y = pos.y + (ent.collisionbox[2] * -1) - 0.4 + + self.object:set_pos(pos) + + -- jump slightly when fully grown so as not to fall into ground + self.object:set_velocity({x = 0, y = 0.5, z = 0 }) + end + end + + return + end + + -- horny animal can mate for HORNY_TIME seconds, + -- afterwards horny animal cannot mate again for HORNY_AGAIN_TIME seconds + if self.horny == true + and self.hornytimer < HORNY_TIME + HORNY_AGAIN_TIME then + + self.hornytimer = self.hornytimer + 1 + + if self.hornytimer >= HORNY_TIME + HORNY_AGAIN_TIME then + self.hornytimer = 0 + self.horny = false + end + + self:update_tag() + end + + -- find another same animal who is also horny and mate if nearby + if self.horny == true + and self.hornytimer <= HORNY_TIME then + + local pos = self.object:get_pos() + + effect({x = pos.x, y = pos.y + 1, z = pos.z}, 8, + "heart.png", 3, 4, 1, 0.1) + + local objs = minetest.get_objects_inside_radius(pos, 3) + local ent + + for n = 1, #objs do + + ent = objs[n]:get_luaentity() + + -- check for same animal with different colour + local canmate = false + + if ent then + + if ent.name == self.name then + canmate = true + else + local entname = ent.name:split(":") + local selfname = self.name:split(":") + + if entname[1] == selfname[1] then + entname = entname[2]:split("_") + selfname = selfname[2]:split("_") + + if entname[1] == selfname[1] then + canmate = true + end + end + end + end + + -- found another similar horny animal that isn't self? + if ent and ent.object ~= self.object + and canmate == true + and ent.horny == true + and ent.hornytimer <= HORNY_TIME then + + local pos2 = ent.object:get_pos() + + -- Have mobs face one another + yaw_to_pos(self, pos2) + yaw_to_pos(ent, self.object:get_pos()) + + self.hornytimer = HORNY_TIME + 1 + ent.hornytimer = HORNY_TIME + 1 + + self:update_tag() + + -- have we reached active mob limit + if active_limit > 0 and active_mobs >= active_limit then + minetest.chat_send_player(self.owner, + S("Active Mob Limit Reached!") + .. " (" .. active_mobs + .. " / " .. active_limit .. ")") + return + end + + -- spawn baby + minetest.after(5, function(self, ent) + + if not self.object:get_luaentity() then + return + end + + -- custom breed function + if self.on_breed then + + -- when false skip going any further + if self:on_breed(ent) == false then + return + end + else + effect(pos, 15, "tnt_smoke.png", 1, 2, 2, 15, 5) + end + + pos.y = pos.y + 0.5 -- spawn child a little higher + + local mob = minetest.add_entity(pos, self.name) + local ent2 = mob:get_luaentity() + local textures = self.base_texture + + -- using specific child texture (if found) + if self.child_texture then + textures = self.child_texture[1] + end + + -- and resize to half height + mob:set_properties({ + textures = textures, + visual_size = { + x = self.base_size.x * .5, + y = self.base_size.y * .5 + }, + collisionbox = { + self.base_colbox[1] * .5, + self.base_colbox[2] * .5, + self.base_colbox[3] * .5, + self.base_colbox[4] * .5, + self.base_colbox[5] * .5, + self.base_colbox[6] * .5 + }, + selectionbox = { + self.base_selbox[1] * .5, + self.base_selbox[2] * .5, + self.base_selbox[3] * .5, + self.base_selbox[4] * .5, + self.base_selbox[5] * .5, + self.base_selbox[6] * .5 + }, + }) + -- tamed and owned by parents' owner + ent2.child = true + ent2.tamed = true + ent2.owner = self.owner + end, self, ent) + + break + end + end + end +end + + +-- find and replace what mob is looking for (grass, wheat etc.) +function mob_class:replace(pos) + + local vel = self.object:get_velocity() + if not vel then return end + + if not mobs_griefing + or not self.replace_rate + or not self.replace_what + or self.child == true + or vel.y ~= 0 + or random(self.replace_rate) > 1 then + return + end + + local what, with, y_offset + + if type(self.replace_what[1]) == "table" then + + local num = random(#self.replace_what) + + what = self.replace_what[num][1] or "" + with = self.replace_what[num][2] or "" + y_offset = self.replace_what[num][3] or 0 + else + what = self.replace_what + with = self.replace_with or "" + y_offset = self.replace_offset or 0 + end + + pos.y = pos.y + y_offset + + if #minetest.find_nodes_in_area(pos, pos, what) > 0 then + +-- print("replace node = ".. minetest.get_node(pos).name, pos.y) + + if self.on_replace then + + local oldnode = what or "" + local newnode = with + + -- pass actual node name when using table or groups + if type(oldnode) == "table" + or oldnode:find("group:") then + oldnode = minetest.get_node(pos).name + end + + if self:on_replace(pos, oldnode, newnode) == false then + return + end + end + + minetest.set_node(pos, {name = with}) + end +end + + +-- check if daytime and also if mob is docile during daylight hours +function mob_class:day_docile() + + if self.docile_by_day == false then + + return false + + elseif self.docile_by_day == true + and self.time_of_day > 0.2 + and self.time_of_day < 0.8 then + + return true + end +end + + +local los_switcher = false +local height_switcher = false +local can_dig_drop = function(pos) + + if minetest.is_protected(pos, "") then + return false + end + + local node = node_ok(pos, "air").name + local ndef = minetest.registered_nodes[node] + + if node ~= "ignore" + and ndef + and ndef.drawtype ~= "airlike" + and not ndef.groups.level + and not ndef.groups.unbreakable + and not ndef.groups.liquid then + + local drops = minetest.get_node_drops(node) + + for _, item in ipairs(drops) do + + minetest.add_item({ + x = pos.x - 0.5 + random(), + y = pos.y - 0.5 + random(), + z = pos.z - 0.5 + random() + }, item) + end + + minetest.remove_node(pos) + + return true + end + + return false +end + + +local pathfinder_mod = minetest.get_modpath("pathfinder") +-- path finding and smart mob routine by rnd, +-- line_of_sight and other edits by Elkien3 +function mob_class:smart_mobs(s, p, dist, dtime) + + local s1 = self.path.lastpos + local target_pos = p + + + -- is it becoming stuck? + if abs(s1.x - s.x) + abs(s1.z - s.z) < .5 then + self.path.stuck_timer = self.path.stuck_timer + dtime + else + self.path.stuck_timer = 0 + end + + self.path.lastpos = {x = s.x, y = s.y, z = s.z} + + local use_pathfind = false + local has_lineofsight = minetest.line_of_sight( + {x = s.x, y = (s.y) + .5, z = s.z}, + {x = target_pos.x, y = (target_pos.y) + 1.5, z = target_pos.z}, .2) + + -- im stuck, search for path + if not has_lineofsight then + + if los_switcher == true then + use_pathfind = true + los_switcher = false + end -- cannot see target! + else + if los_switcher == false then + + los_switcher = true + use_pathfind = false + + minetest.after(1, function(self) + + if self.object:get_luaentity() then + + if has_lineofsight then + self.path.following = false + end + end + end, self) + end -- can see target! + end + + if (self.path.stuck_timer > stuck_timeout and not self.path.following) then + + use_pathfind = true + self.path.stuck_timer = 0 + + minetest.after(1, function(self) + + if self.object:get_luaentity() then + + if has_lineofsight then + self.path.following = false + end + end + end, self) + end + + if (self.path.stuck_timer > stuck_path_timeout and self.path.following) then + + use_pathfind = true + self.path.stuck_timer = 0 + + minetest.after(1, function(self) + + if self.object:get_luaentity() then + + if has_lineofsight then + self.path.following = false + end + end + end, self) + end + + if abs(vsubtract(s,target_pos).y) > self.stepheight then + + if height_switcher then + use_pathfind = true + height_switcher = false + end + else + if not height_switcher then + use_pathfind = false + height_switcher = true + end + end + + -- lets try find a path, first take care of positions + -- since pathfinder is very sensitive + if use_pathfind then + + -- round position to center of node to avoid stuck in walls + -- also adjust height for player models! + s.x = floor(s.x + 0.5) + s.z = floor(s.z + 0.5) + + local ssight, sground = minetest.line_of_sight(s, { + x = s.x, y = s.y - 4, z = s.z}, 1) + + -- determine node above ground + if not ssight then + s.y = sground.y + 1 + end + + local p1 = self.attack:get_pos() + + p1.x = floor(p1.x + 0.5) + p1.y = floor(p1.y + 0.5) + p1.z = floor(p1.z + 0.5) + + local dropheight = 6 + + if self.fear_height ~= 0 then dropheight = self.fear_height end + + local jumpheight = 0 + + if self.jump and self.jump_height >= 4 then + jumpheight = min(ceil(self.jump_height / 4), 4) + + elseif self.stepheight > 0.5 then + jumpheight = 1 + end + + if pathfinder_mod then + self.path.way = pathfinder.find_path(s, p1, self, dtime) + else + self.path.way = minetest.find_path(s, p1, 16, jumpheight, + dropheight, "Dijkstra") + end +--[[ + -- show path using particles + if self.path.way and #self.path.way > 0 then + + print("-- path length:" .. tonumber(#self.path.way)) + + for _,pos in pairs(self.path.way) do + minetest.add_particle({ + pos = pos, + velocity = {x=0, y=0, z=0}, + acceleration = {x=0, y=0, z=0}, + expirationtime = 1, + size = 4, + collisiondetection = false, + vertical = false, + texture = "heart.png", + }) + end + end +]] + + self.state = "" + + if self.attack then + self:do_attack(self.attack) + end + + -- no path found, try something else + if not self.path.way then + + self.path.following = false + + -- lets make way by digging/building if not accessible + if self.pathfinding == 2 and mobs_griefing then + + -- is player more than 1 block higher than mob? + if p1.y > (s.y + 1) then + + -- build upwards + if not minetest.is_protected(s, "") then + + local ndef1 = minetest.registered_nodes[self.standing_in] + + if ndef1 and (ndef1.buildable_to or ndef1.groups.liquid) then + minetest.set_node(s, {name = mobs.fallback_node}) + end + end + + local sheight = ceil(self.collisionbox[5]) + 1 + + -- assume mob is 2 blocks high so it digs above its head + s.y = s.y + sheight + + -- remove one block above to make room to jump + can_dig_drop(s) + + s.y = s.y - sheight + self.object:set_pos({x = s.x, y = s.y + 2, z = s.z}) + + -- is player more than 1 block lower than mob + elseif p1.y < (s.y - 1) then + + -- dig down + s.y = s.y - self.collisionbox[4] - 0.2 + + can_dig_drop(s) + + else -- dig 2 blocks to make door toward player direction + + local yaw1 = self.object:get_yaw() + pi / 2 + local p1 = { + x = s.x + cos(yaw1), + y = s.y, + z = s.z + sin(yaw1) + } + + -- dig bottom node first incase of door + can_dig_drop(p1) + + p1.y = p1.y + 1 + + can_dig_drop(p1) + end + end + + -- will try again in 2 second + self.path.stuck_timer = stuck_timeout - 2 + + elseif s.y < p1.y and (not self.fly) then + self:do_jump() --add jump to pathfinding + self.path.following = true + else + -- yay i found path + if self.attack then + self:mob_sound(self.sounds.war_cry) + else + self:mob_sound(self.sounds.random) + end + + self:set_velocity(self.walk_velocity) + + -- follow path now that it has it + self.path.following = true + end + end +end + + +-- peaceful player privilege support +local function is_peaceful_player(player) + + if peaceful_player_enabled then + + local player_name = player:get_player_name() + + if player_name + and minetest.check_player_privs(player_name, "peaceful_player") then + return true + end + end + + return false +end + + +-- general attack function for all mobs +function mob_class:general_attack() + + -- return if already attacking, passive or docile during day + if self.passive + or self.state == "runaway" + or self.state == "attack" + or self:day_docile() then + return + end + + local s = self.object:get_pos() ; if not s then return end + local objs = minetest.get_objects_inside_radius(s, self.view_range) + + -- remove entities we aren't interested in + for n = 1, #objs do + + local ent = objs[n]:get_luaentity() + + -- are we a player? + if objs[n]:is_player() then + + -- if player invisible or mob cannot attack then remove from list + if not damage_enabled + or self.attack_players == false + or (self.owner and self.type ~= "monster") + or is_invisible(self, objs[n]:get_player_name()) + or (self.specific_attack + and not check_for("player", self.specific_attack)) then + objs[n] = nil +--print("- pla", n) + end + + -- or are we a mob? + elseif ent and ent._cmi_is_mob then + + -- remove mobs not to attack + if self.name == ent.name + or (not self.attack_animals and ent.type == "animal") + or (not self.attack_monsters and ent.type == "monster") + or (not self.attack_npcs and ent.type == "npc") + or (self.specific_attack + and not check_for(ent.name, self.specific_attack)) then + objs[n] = nil +--print("- mob", n, self.name, ent.name) + end + + -- remove all other entities + else +--print(" -obj", n) + objs[n] = nil + end + end + + local p, sp, dist, min_player + local min_dist = self.view_range + 1 + + -- go through remaining entities and select closest + for _,player in pairs(objs) do + + p = player:get_pos() + sp = s + + dist = get_distance(p, s) + + -- aim higher to make looking up hills more realistic + p.y = p.y + 1 + sp.y = sp.y + 1 + + -- choose closest player to attack that isnt self + if dist ~= 0 + and dist < min_dist + and self:line_of_sight(sp, p, 2) == true + and not is_peaceful_player(player) then + min_dist = dist + min_player = player + end + end + + -- attack closest player or mob + if min_player and random(100) > self.attack_chance then + self:do_attack(min_player) + end +end + + +-- find someone to runaway from +function mob_class:do_runaway_from() + + if not self.runaway_from then + return + end + + local s = self.object:get_pos() ; if not s then return end + local p, sp, dist, pname + local player, obj, min_player, name + local min_dist = self.view_range + 1 + local objs = minetest.get_objects_inside_radius(s, self.view_range) + + for n = 1, #objs do + + if objs[n]:is_player() then + + pname = objs[n]:get_player_name() + + if is_invisible(self, pname) + or self.owner == pname then + + name = "" + else + player = objs[n] + name = "player" + end + else + obj = objs[n]:get_luaentity() + + if obj then + player = obj.object + name = obj.name or "" + end + end + + -- find specific mob to runaway from + if name ~= "" and name ~= self.name + and (self.runaway_from and check_for(name, self.runaway_from)) then + + sp = s + p = player and player:get_pos() or s + + -- aim higher to make looking up hills more realistic + p.y = p.y + 1 + sp.y = sp.y + 1 + + dist = get_distance(p, s) + + -- choose closest player/mob to runaway from + if dist < min_dist + and self:line_of_sight(sp, p, 2) == true then + min_dist = dist + min_player = player + end + end + end + + if min_player then + + yaw_to_pos(self, min_player:get_pos(), 3) + + self.state = "runaway" + self.runaway_timer = 3 + self.following = nil + end +end + + +-- follow player if owner or holding item, if fish outta water then flop +function mob_class:follow_flop() + + -- find player to follow + if (self.follow ~= "" or self.order == "follow") + and not self.following + and self.state ~= "attack" + and self.state ~= "runaway" then + + local s = self.object:get_pos() ; if not s then return end + local players = minetest.get_connected_players() + + for n = 1, #players do + + if get_distance(players[n]:get_pos(), s) < self.view_range + and not is_invisible(self, players[n]:get_player_name()) then + + self.following = players[n] + + break + end + end + end + + if self.type == "npc" + and self.order == "follow" + and self.state ~= "attack" + and self.owner ~= "" then + + -- npc stop following player if not owner + if self.following + and self.owner + and self.owner ~= self.following:get_player_name() then + self.following = nil + end + else + -- stop following player if not holding specific item or mob is horny + if self.following + and self.following:is_player() + and (self:follow_holding(self.following) == false + or self.horny) then + self.following = nil + end + + end + + -- follow that thing + if self.following then + + local s = self.object:get_pos() + local p + + if self.following:is_player() then + + p = self.following:get_pos() + + elseif self.following.object then + + p = self.following.object:get_pos() + end + + if p then + + local dist = get_distance(p, s) + + -- dont follow if out of range + if dist > self.view_range then + self.following = nil + else + yaw_to_pos(self, p) + + -- anyone but standing npc's can move along + if dist > self.reach + and self.order ~= "stand" then + + self:set_velocity(self.walk_velocity) + + if self.walk_chance ~= 0 then + self:set_animation("walk") + end + else + self:set_velocity(0) + self:set_animation("stand") + end + + return + end + end + end + + -- swimmers flop when out of their element, and swim again when back in + if self.fly then + + if not self:attempt_flight_correction() then + + self.state = "flop" + + -- do we have a custom on_flop function? + if self.on_flop then + + if self:on_flop(self) then + return + end + end + + self.object:set_velocity({x = 0, y = -5, z = 0}) + + self:set_animation("stand") + + return + + elseif self.state == "flop" then + self.state = "stand" + end + end +end + + +-- dogshoot attack switch and counter function +function mob_class:dogswitch(dtime) + + -- switch mode not activated + if not self.dogshoot_switch + or not dtime then + return 0 + end + + self.dogshoot_count = self.dogshoot_count + dtime + + if (self.dogshoot_switch == 1 + and self.dogshoot_count > self.dogshoot_count_max) + or (self.dogshoot_switch == 2 + and self.dogshoot_count > self.dogshoot_count2_max) then + + self.dogshoot_count = 0 + + if self.dogshoot_switch == 1 then + self.dogshoot_switch = 2 + else + self.dogshoot_switch = 1 + end + end + + return self.dogshoot_switch +end + + +-- execute current state (stand, walk, run, attacks) +function mob_class:do_states(dtime) + + local yaw = self.object:get_yaw() ; if not yaw then return end + + if self.state == "stand" then + + if self.randomly_turn and random(4) == 1 then + + local lp + local s = self.object:get_pos() + local objs = minetest.get_objects_inside_radius(s, 3) + + for n = 1, #objs do + + if objs[n]:is_player() then + lp = objs[n]:get_pos() + break + end + end + + -- look at any players nearby, otherwise turn randomly + if lp then + yaw = yaw_to_pos(self, lp) + else + yaw = yaw + random(-0.5, 0.5) + end + + yaw = self:set_yaw(yaw, 8) + end + + self:set_velocity(0) + self:set_animation("stand") + + -- mobs ordered to stand stay standing + if self.order ~= "stand" + and self.walk_chance ~= 0 + and self.facing_fence ~= true + and random(100) <= self.walk_chance + and self.at_cliff == false then + + self:set_velocity(self.walk_velocity) + self.state = "walk" + self:set_animation("walk") + end + + elseif self.state == "walk" then + + local s = self.object:get_pos() + local lp + + -- is there something I need to avoid? + if self.water_damage > 0 + and self.lava_damage > 0 then + + lp = minetest.find_node_near(s, 1, {"group:water", "group:igniter"}) + + elseif self.water_damage > 0 then + + lp = minetest.find_node_near(s, 1, {"group:water"}) + + elseif self.lava_damage > 0 then + + lp = minetest.find_node_near(s, 1, {"group:igniter"}) + end + + if lp then + + -- if mob in dangerous node then look for land + if not is_node_dangerous(self, self.standing_in) then + + lp = minetest.find_nodes_in_area_under_air( + {s.x - 5, s.y - 1, s.z - 5}, + {s.x + 5, s.y + 2, s.z + 5}, + {"group:soil", "group:stone", "group:sand", + node_ice, node_snowblock}) + + -- select position of random block to climb onto + lp = #lp > 0 and lp[random(#lp)] + + -- did we find land? + if lp then + + yaw = yaw_to_pos(self, lp) + + self:do_jump() + self:set_velocity(self.walk_velocity) + else + yaw = yaw + random(-0.5, 0.5) + end + end + + yaw = self:set_yaw(yaw, 8) + + -- otherwise randomly turn + elseif self.randomly_turn and random(100) <= 30 then + + yaw = yaw + random(-0.5, 0.5) + + yaw = self:set_yaw(yaw, 8) + + -- for flying/swimming mobs randomly move up and down also + if self.fly_in + and not self.following then + self:attempt_flight_correction(true) + end + end + + -- stand for great fall in front + if self.facing_fence == true + or self.at_cliff + or random(100) <= self.stand_chance then + + -- don't stand if mob flies and keep_flying set + if (self.fly and not self.keep_flying) + or not self.fly then + + self:set_velocity(0) + self.state = "stand" + self:set_animation("stand", true) + end + else + self:set_velocity(self.walk_velocity) + + if self:flight_check() + and self.animation + and self.animation.fly_start + and self.animation.fly_end then + self:set_animation("fly") + else + self:set_animation("walk") + end + end + + -- runaway when punched + elseif self.state == "runaway" then + + self.runaway_timer = self.runaway_timer + 1 + + -- stop after 5 seconds or when at cliff + if self.runaway_timer > 5 + or self.at_cliff + or self.order == "stand" then + self.runaway_timer = 0 + self:set_velocity(0) + self.state = "stand" + self:set_animation("stand") + else + self:set_velocity(self.run_velocity) + self:set_animation("walk") + end + + -- attack routines (explode, dogfight, shoot, dogshoot) + elseif self.state == "attack" then + + -- get mob and enemy positions and distance between + local s = self.object:get_pos() + local p = self.attack and self.attack:get_pos() + local dist = p and get_distance(p, s) or 500 + + -- stop attacking if player out of range or invisible + if dist > self.view_range + or not self.attack + or not self.attack:get_pos() + or self.attack:get_hp() <= 0 + or (self.attack:is_player() + and is_invisible(self, self.attack:get_player_name())) then + +--print(" ** stop attacking **", dist, self.view_range) + + self.state = "stand" + self:set_velocity(0) + self:set_animation("stand") + self.attack = nil + self.v_start = false + self.timer = 0 + self.blinktimer = 0 + self.path.way = nil + + return + end + + if self.attack_type == "explode" then + + yaw = yaw_to_pos(self, p) + + local node_break_radius = self.explosion_radius or 1 + local entity_damage_radius = self.explosion_damage_radius + or (node_break_radius * 2) + + -- look a little higher to fix raycast + s.y = s.y + 0.5 ; p.y = p.y + 0.5 + + -- start timer when in reach and line of sight + if not self.v_start + and dist <= self.reach + and self:line_of_sight(s, p, 2) then + + self.v_start = true + self.timer = 0 + self.blinktimer = 0 + self:mob_sound(self.sounds.fuse) + +--print("=== explosion timer started", self.explosion_timer) + + -- stop timer if out of reach or direct line of sight + elseif self.allow_fuse_reset + and self.v_start + and (dist > self.reach or not self:line_of_sight(s, p, 2)) then + +--print("=== explosion timer stopped") + + self.v_start = false + self.timer = 0 + self.blinktimer = 0 + self.blinkstatus = false + self.object:set_texture_mod("") + end + + -- walk right up to player unless the timer is active + if self.v_start and (self.stop_to_explode or dist < 1.5) then + self:set_velocity(0) + else + self:set_velocity(self.run_velocity) + end + + if self.animation and self.animation.run_start then + self:set_animation("run") + else + self:set_animation("walk") + end + + if self.v_start then + + self.timer = self.timer + dtime + self.blinktimer = (self.blinktimer or 0) + dtime + + if self.blinktimer > 0.2 then + + self.blinktimer = 0 + + if self.blinkstatus then + + self.object:set_texture_mod(self.texture_mods) + else + + self.object:set_texture_mod(self.texture_mods + .. "^[brighten") + end + + self.blinkstatus = not self.blinkstatus + end + +--print("=== explosion timer", self.timer) + + if self.timer > self.explosion_timer then + + local pos = self.object:get_pos() + + -- dont damage anything if area protected or next to water + if minetest.find_node_near(pos, 1, {"group:water"}) + or minetest.is_protected(pos, "") then + + node_break_radius = 1 + end + + remove_mob(self, true) + + if minetest.get_modpath("tnt") and tnt and tnt.boom + and not minetest.is_protected(pos, "") then + + tnt.boom(pos, { + radius = node_break_radius, + damage_radius = entity_damage_radius, + sound = self.sounds.explode + }) + else + + minetest.sound_play(self.sounds.explode, { + pos = pos, + gain = 1.0, + max_hear_distance = self.sounds.distance or 32 + }) + + entity_physics(pos, entity_damage_radius) + + effect(pos, 32, "tnt_smoke.png", nil, nil, + node_break_radius, 1, 0) + end + + return true + end + end + + elseif self.attack_type == "dogfight" + or (self.attack_type == "dogshoot" and self:dogswitch(dtime) == 2) + or (self.attack_type == "dogshoot" and dist <= self.reach + and self:dogswitch() == 0) then + + if self.fly + and dist > self.reach then + + local p1 = s + local me_y = floor(p1.y) + local p2 = p + local p_y = floor(p2.y + 1) + local v = self.object:get_velocity() + + if self:flight_check() then + + if me_y < p_y then + + self.object:set_velocity({ + x = v.x, + y = 1 * self.walk_velocity, + z = v.z + }) + + elseif me_y > p_y then + + self.object:set_velocity({ + x = v.x, + y = -1 * self.walk_velocity, + z = v.z + }) + end + else + if me_y < p_y then + + self.object:set_velocity({ + x = v.x, + y = 0.01, + z = v.z + }) + + elseif me_y > p_y then + + self.object:set_velocity({ + x = v.x, + y = -0.01, + z = v.z + }) + end + end + end + + -- rnd: new movement direction + if self.path.following + and self.path.way + and self.attack_type ~= "dogshoot" then + + -- no paths longer than 50 + if #self.path.way > 50 + or dist < self.reach then + self.path.following = false + return + end + + local p1 = self.path.way[1] + + if not p1 then + self.path.following = false + return + end + + if abs(p1.x - s.x) + abs(p1.z - s.z) < 0.6 then + -- reached waypoint, remove it from queue + table_remove(self.path.way, 1) + end + + -- set new temporary target + p = {x = p1.x, y = p1.y, z = p1.z} + end + + yaw = yaw_to_pos(self, p) + + -- move towards enemy if beyond mob reach + if dist > self.reach then + + -- path finding by rnd + if self.pathfinding -- only if mob has pathfinding enabled + and enable_pathfinding then + + self:smart_mobs(s, p, dist, dtime) + end + + -- distance padding to stop spinning mob + local pad = abs(p.x - s.x) + abs(p.z - s.z) + + if self.at_cliff or pad < 0.2 then + + self:set_velocity(0) + self:set_animation("stand") + else + + if self.path.stuck then + self:set_velocity(self.walk_velocity) + else + self:set_velocity(self.run_velocity) + end + + if self.animation and self.animation.run_start then + self:set_animation("run") + else + self:set_animation("walk") + end + end + else -- rnd: if inside reach range + + self.path.stuck = false + self.path.stuck_timer = 0 + self.path.following = false -- not stuck anymore + + self:set_velocity(0) + + if self.timer > 1 then + + -- no custom attack or custom attack returns true to continue + if not self.custom_attack + or self:custom_attack(self, p) == true then + + self.timer = 0 + self:set_animation("punch") + + local p2 = p + local s2 = s + + p2.y = p2.y + .5 + s2.y = s2.y + .5 + + if self:line_of_sight(p2, s2) == true then + + -- play attack sound + self:mob_sound(self.sounds.attack) + + -- punch player (or what player is attached to) + local attached = self.attack:get_attach() + + if attached then + self.attack = attached + end + + local dgroup = self.damage_group or "fleshy" + + self.attack:punch(self.object, 1.0, { + full_punch_interval = 1.0, + damage_groups = {[dgroup] = self.damage} + }, nil) + end + end + end + end + + elseif self.attack_type == "shoot" + or (self.attack_type == "dogshoot" and self:dogswitch(dtime) == 1) + or (self.attack_type == "dogshoot" and dist > self.reach and + self:dogswitch() == 0) then + + p.y = p.y - .5 + s.y = s.y + .5 + + local vec = {x = p.x - s.x, y = p.y - s.y, z = p.z - s.z} + + yaw = yaw_to_pos(self, p) + + self:set_velocity(0) + + if self.shoot_interval + and self.timer > self.shoot_interval + and random(100) <= 60 then + + self.timer = 0 + self:set_animation("shoot") + + -- play shoot attack sound + self:mob_sound(self.sounds.shoot_attack) + + local p = self.object:get_pos() + + p.y = p.y + (self.collisionbox[2] + self.collisionbox[5]) / 2 + + if minetest.registered_entities[self.arrow] then + + local obj = minetest.add_entity(p, self.arrow) + local ent = obj:get_luaentity() + local amount = (vec.x * vec.x + vec.y * vec.y + vec.z * vec.z) ^ 0.5 + + -- check for custom override for arrow + if self.arrow_override then + self.arrow_override(ent) + end + + local v = ent.velocity or 1 -- or set to default + + ent.switch = 1 + ent.owner_id = tostring(self.object) -- add unique owner id to arrow + + -- offset makes shoot aim accurate + vec.y = vec.y + self.shoot_offset + vec.x = vec.x * (v / amount) + vec.y = vec.y * (v / amount) + vec.z = vec.z * (v / amount) + + obj:set_velocity(vec) + end + end + end + end +end + + +-- falling and fall damage +function mob_class:falling(pos) + + if self.fly or self.disable_falling then + return + end + + -- floating in water (or falling) + local v = self.object:get_velocity() + + -- sanity check + if not v then return end + + local fall_speed = self.fall_speed + + -- in water then use liquid viscosity for float/sink speed + if self.floats == 1 and self.standing_in + and minetest.registered_nodes[self.standing_in].groups.liquid then + + local visc = min( + minetest.registered_nodes[self.standing_in].liquid_viscosity, 7) + 1 + + self.object:set_velocity({x = v.x, y = 0.6, z = v.z}) + fall_speed = -1.2 / visc + else + + -- fall damage onto solid ground + if self.fall_damage == 1 + and self.object:get_velocity().y == 0 then + + local d = (self.old_y or 0) - self.object:get_pos().y + + if d > 5 then + + self.health = self.health - floor(d - 5) + + effect(pos, 5, "tnt_smoke.png", 1, 2, 2, nil) + + if self:check_for_death({type = "fall"}) then + return true + end + end + + self.old_y = self.object:get_pos().y + end + end + + -- fall at set speed + self.object:set_acceleration({x = 0, y = fall_speed, z = 0}) +end + + +-- is Took Ranks mod active? +local tr = minetest.get_modpath("toolranks") + +-- deal damage and effects when mob punched +function mob_class:on_punch(hitter, tflp, tool_capabilities, dir, damage) + + -- mob health check + if self.health <= 0 then + return true + end + + -- custom punch function + if self.do_punch + and self:do_punch(hitter, tflp, tool_capabilities, dir) == false then + return true + end + + -- error checking when mod profiling is enabled + if not tool_capabilities then + + minetest.log("warning", "[mobs] Mod profiling enabled, damage not enabled") + + return true + end + + -- is mob protected + if self.protected then + + -- did player hit mob and if so is it in protected area + if hitter:is_player() then + + local player_name = hitter:get_player_name() + + if player_name ~= self.owner + and minetest.is_protected(self.object:get_pos(), player_name) then + + minetest.chat_send_player(hitter:get_player_name(), + S("Mob has been protected!")) + + return true + end + + -- if protection is on level 2 then dont let arrows harm mobs + elseif self.protected == 2 then + + local ent = hitter and hitter:get_luaentity() + + if ent and ent._is_arrow then + + return true -- arrow entity + + elseif not ent then + + return true -- non entity + end + end + end + + local weapon = hitter:get_wielded_item() + local weapon_def = weapon:get_definition() or {} + local punch_interval = 1.4 + + -- calculate mob damage + local damage = 0 + local armor = self.object:get_armor_groups() or {} + local tmp + + -- quick error check incase it ends up 0 (serialize.h check test) + if tflp == 0 then + tflp = 0.2 + end + + if use_cmi then + damage = cmi.calculate_damage(self.object, hitter, tflp, tool_capabilities, dir) + else + + for group,_ in pairs( (tool_capabilities.damage_groups or {}) ) do + + tmp = tflp / (tool_capabilities.full_punch_interval or 1.4) + + if tmp < 0 then + tmp = 0.0 + elseif tmp > 1 then + tmp = 1.0 + end + + damage = damage + (tool_capabilities.damage_groups[group] or 0) + * tmp * ((armor[group] or 0) / 100.0) + end + end + + -- check for tool immunity or special damage + for n = 1, #self.immune_to do + + if self.immune_to[n][1] == weapon_def.name then + + damage = self.immune_to[n][2] or 0 + + break + + -- if "all" then no tools deal damage unless it's specified in list + elseif self.immune_to[n][1] == "all" then + damage = self.immune_to[n][2] or 0 + end + end + +--print("Mob Damage is", damage) + + -- healing + if damage <= -1 then + + self.health = self.health - floor(damage) + + return true + end + + if use_cmi + and cmi.notify_punch(self.object, hitter, tflp, tool_capabilities, dir, damage) then + return true + end + + -- add weapon wear + punch_interval = tool_capabilities.full_punch_interval or 1.4 + + -- toolrank support + local wear = floor((punch_interval / 75) * 9000) + + if mobs.is_creative(hitter:get_player_name()) then + + if tr then + wear = 1 + else + wear = 0 + end + end + + if tr and weapon_def.original_description then + toolranks.new_afteruse(weapon, hitter, nil, {wear = wear}) + else + weapon:add_wear(wear) + end + + hitter:set_wielded_item(weapon) + + -- only play hit sound and show blood effects if damage is 1 or over + if damage >= 1 then + + -- select tool use sound if found, or fallback to default + local snd = weapon_def.sound and weapon_def.sound.use + or "default_punch" + + minetest.sound_play(snd, {object = self.object, max_hear_distance = 8}, true) + + -- blood_particles + if not disable_blood and self.blood_amount > 0 then + + local pos = self.object:get_pos() + local blood = self.blood_texture + local amount = self.blood_amount + + pos.y = pos.y + (-self.collisionbox[2] + self.collisionbox[5]) * .5 + + -- lots of damage = more blood :) + if damage > 10 then + amount = self.blood_amount * 2 + end + + -- do we have a single blood texture or multiple? + if type(self.blood_texture) == "table" then + blood = self.blood_texture[random(#self.blood_texture)] + end + + effect(pos, amount, blood, 1, 2, 1.75, nil, nil, true) + end + + -- do damage + self.health = self.health - floor(damage) + + -- exit here if dead, check for tools with fire damage + local hot = tool_capabilities and tool_capabilities.damage_groups + and tool_capabilities.damage_groups.fire + + if self:check_for_death({type = "punch", puncher = hitter, hot = hot}) then + return true + end + end -- END if damage + + -- knock back effect (only on full punch) + if self.knock_back and tflp >= punch_interval then + + local v = self.object:get_velocity() + + -- sanity check + if not v then return true end + + local kb = damage or 1 + local up = 2 + + -- if already in air then dont go up anymore when hit + if v.y > 0 + or self.fly then + up = 0 + end + + -- direction error check + dir = dir or {x = 0, y = 0, z = 0} + + -- use tool knockback value or default + kb = tool_capabilities.damage_groups["knockback"] or kb + + self.object:set_velocity({x = dir.x * kb, y = up, z = dir.z * kb}) + + self.pause_timer = 0.25 + end + + -- if skittish then run away + if self.runaway == true + and self.order ~= "stand" then + + local lp = hitter:get_pos() + local yaw = yaw_to_pos(self, lp, 3) + + self.state = "runaway" + self.runaway_timer = 0 + self.following = nil + end + + local name = hitter:get_player_name() or "" + + -- attack puncher and call other mobs for help + if self.passive == false + and self.state ~= "flop" + and self.child == false + and self.attack_players == true + and hitter:get_player_name() ~= self.owner + and not is_invisible(self, name) + and self.object ~= hitter then + + -- attack whoever punched mob + self.state = "" + self:do_attack(hitter) + + -- alert others to the attack + local objs = minetest.get_objects_inside_radius( + hitter:get_pos(), self.view_range) + local obj + + for n = 1, #objs do + + obj = objs[n]:get_luaentity() + + if obj and obj._cmi_is_mob then + + -- only alert members of same mob and assigned helper + if obj.group_attack == true + and obj.state ~= "attack" + and obj.owner ~= name + and (obj.name == self.name + or obj.name == self.group_helper) then + + obj:do_attack(hitter) + end + + -- have owned mobs attack player threat + if obj.owner == name and obj.owner_loyal then + obj:do_attack(self.object) + end + end + end + end +end + + +-- get entity staticdata +function mob_class:mob_staticdata() + + -- this handles mob count for mobs activated, unloaded, reloaded + if active_limit > 0 and self.active_toggle then + active_mobs = active_mobs + self.active_toggle + self.active_toggle = -self.active_toggle +--print("-- staticdata", active_mobs, active_limit, self.active_toggle) + end + + -- remove mob when out of range unless tamed + if remove_far + and self.remove_ok + and self.type ~= "npc" + and self.state ~= "attack" + and not self.tamed + and self.lifetimer < 20000 then + +--print("REMOVED " .. self.name) + + remove_mob(self, true) + + return minetest.serialize({remove_ok = true, static_save = true}) + end + + self.remove_ok = true + self.attack = nil + self.following = nil + self.state = "stand" + + -- used to rotate older mobs + if self.drawtype and self.drawtype == "side" then + self.rotate = rad(90) + end + + if use_cmi then + self.serialized_cmi_components = cmi.serialize_components( + self._cmi_components) + end + + local tmp, t = {} + + for _,stat in pairs(self) do + + t = type(stat) + + if t ~= "function" + and t ~= "nil" + and t ~= "userdata" + and _ ~= "object" + and _ ~= "_cmi_components" then + tmp[_] = self[_] + end + end + +--print('===== '..self.name..'\n'.. dump(tmp)..'\n=====\n') + + return minetest.serialize(tmp) +end + + +-- activate mob and reload settings +function mob_class:mob_activate(staticdata, def, dtime) + + -- if dtime == 0 then entity has just been created + -- anything higher means it is respawning (thanks SorceryKid) + if dtime == 0 and active_limit > 0 then + self.active_toggle = 1 + end + + -- remove mob if not tamed and mob total reached + if active_limit > 0 and active_mobs >= active_limit and not self.tamed then + + remove_mob(self) +--print("-- mob limit reached, removing " .. self.name) + return + end + + -- remove monsters in peaceful mode + if self.type == "monster" and peaceful_only then + + remove_mob(self, true) + + return + end + + -- load entity variables + local tmp = minetest.deserialize(staticdata) + + if tmp then + + local t + + for _,stat in pairs(tmp) do + + t = type(stat) + + if t ~= "function" + and t ~= "nil" + and t ~= "userdata" then + self[_] = stat + end + end + end + + -- force current model into mob + self.mesh = def.mesh + self.base_mesh = def.mesh + self.collisionbox = def.collisionbox + self.selectionbox = def.selectionbox + + -- select random texture, set model and size + if not self.base_texture then + + -- compatiblity with old simple mobs textures + if def.textures and type(def.textures[1]) == "string" then + def.textures = {def.textures} + end + + self.base_texture = def.textures and def.textures[random(#def.textures)] + self.base_mesh = def.mesh + self.base_size = self.visual_size + self.base_colbox = self.collisionbox + self.base_selbox = self.selectionbox + end + + -- for current mobs that dont have this set + if not self.base_selbox then + self.base_selbox = self.selectionbox or self.base_colbox + end + + -- set texture, model and size + local textures = self.base_texture + local mesh = self.base_mesh + local vis_size = self.base_size + local colbox = self.base_colbox + local selbox = self.base_selbox + + -- specific texture if gotten + if self.gotten == true and def.gotten_texture then + textures = def.gotten_texture + end + + -- specific mesh if gotten + if self.gotten == true and def.gotten_mesh then + mesh = def.gotten_mesh + end + + -- set child objects to half size + if self.child == true then + + vis_size = {x = self.base_size.x * .5, y = self.base_size.y * .5} + + if def.child_texture then + textures = def.child_texture[1] + end + + colbox = { + self.base_colbox[1] * .5, self.base_colbox[2] * .5, + self.base_colbox[3] * .5, self.base_colbox[4] * .5, + self.base_colbox[5] * .5, self.base_colbox[6] * .5} + + selbox = { + self.base_selbox[1] * .5, self.base_selbox[2] * .5, + self.base_selbox[3] * .5, self.base_selbox[4] * .5, + self.base_selbox[5] * .5, self.base_selbox[6] * .5} + end + + if self.health == 0 then + self.health = random(self.hp_min, self.hp_max) + end + + -- pathfinding init + self.path = {} + self.path.way = {} -- path to follow, table of positions + self.path.lastpos = {x = 0, y = 0, z = 0} + self.path.stuck = false + self.path.following = false -- currently following path? + self.path.stuck_timer = 0 -- if stuck for too long search for path + + -- Armor groups (immortal = 1 for custom damage handling) + local armor + if type(self.armor) == "table" then + armor = table_copy(self.armor) + else + armor = {fleshy = self.armor} -- immortal = 1 + end + self.object:set_armor_groups(armor) + + -- mob defaults + self.old_y = self.object:get_pos().y + self.old_health = self.health + self.sounds.distance = self.sounds.distance or 10 + self.textures = textures + self.mesh = mesh + self.collisionbox = colbox + self.selectionbox = selbox + self.visual_size = vis_size + self.standing_in = "air" + self.standing_on = "air" + + -- check existing nametag + if not self.nametag then + self.nametag = def.nametag + end + + -- set anything changed above + self.object:set_properties(self) + self:set_yaw((random(0, 360) - 180) / 180 * pi, 6) + self:update_tag() + self:set_animation("stand") + + -- apply any texture mods + self.object:set_texture_mod(self.texture_mods) + + -- set 5.x flag to remove monsters when map area unloaded + if remove_far and self.type == "monster" and not self.tamed then + self.static_save = false + end + + -- run on_spawn function if found + if self.on_spawn and not self.on_spawn_run then + if self.on_spawn(self) then + self.on_spawn_run = true -- if true, set flag to run once only + end + end + + -- run after_activate + if def.after_activate then + def.after_activate(self, staticdata, def, dtime) + end + + if use_cmi then + self._cmi_components = cmi.activate_components( + self.serialized_cmi_components) + cmi.notify_activate(self.object, dtime) + end +end + + +-- handle mob lifetimer and expiration +function mob_class:mob_expire(pos, dtime) + + -- when lifetimer expires remove mob (except npc and tamed) + if self.type ~= "npc" + and not self.tamed + and self.state ~= "attack" + and remove_far ~= true + and self.lifetimer < 20000 then + + self.lifetimer = self.lifetimer - dtime + + if self.lifetimer <= 0 then + + -- only despawn away from player + local objs = minetest.get_objects_inside_radius(pos, 15) + + for n = 1, #objs do + + if objs[n]:is_player() then + + self.lifetimer = 20 + + return + end + end + +-- minetest.log("action", +-- S("lifetimer expired, removed @1", self.name)) + + effect(pos, 15, "tnt_smoke.png", 2, 4, 2, 0) + + remove_mob(self, true) + + return + end + end +end + + +-- main mob function +function mob_class:on_step(dtime, moveresult) + + if self.state == "die" then return end + + if use_cmi then + cmi.notify_step(self.object, dtime) + end + + local pos = self.object:get_pos() + local yaw = self.object:get_yaw() + + -- early warning check, if no yaw then no entity, skip rest of function + if not yaw then return end + + -- get node at foot level every quarter second + self.node_timer = (self.node_timer or 0) + dtime + + if self.node_timer > 0.25 then + + self.node_timer = 0 + + local y_level = self.collisionbox[2] + + if self.child then + y_level = self.collisionbox[2] * 0.5 + end + + -- what is mob standing in? + self.standing_in = node_ok({ + x = pos.x, y = pos.y + y_level + 0.25, z = pos.z}, "air").name + + self.standing_on = node_ok({ + x = pos.x, y = pos.y + y_level - 0.25, z = pos.z}, "air").name + +--print("standing in " .. self.standing_in) + + -- if standing inside solid block then jump to escape + if minetest.registered_nodes[self.standing_in].walkable + and minetest.registered_nodes[self.standing_in].drawtype + == "normal" then + + self.object:set_velocity({ + x = 0, + y = self.jump_height, + z = 0 + }) + end + + -- check and stop if standing at cliff and fear of heights + self.at_cliff = self:is_at_cliff() + + if self.at_cliff then + self:set_velocity(0) + end + + -- has mob expired (0.25 instead of dtime since were in a timer) + self:mob_expire(pos, 0.25) + end + + -- check if falling, flying, floating and return if player died + if self:falling(pos) then + return + end + + -- smooth rotation by ThomasMonroe314 + if self.delay and self.delay > 0 then + + if self.delay == 1 then + yaw = self.target_yaw + else + local dif = abs(yaw - self.target_yaw) + + if yaw > self.target_yaw then + + if dif > pi then + dif = 2 * pi - dif -- need to add + yaw = yaw + dif / self.delay + else + yaw = yaw - dif / self.delay -- need to subtract + end + + elseif yaw < self.target_yaw then + + if dif > pi then + dif = 2 * pi - dif + yaw = yaw - dif / self.delay -- need to subtract + else + yaw = yaw + dif / self.delay -- need to add + end + end + + if yaw > (pi * 2) then yaw = yaw - (pi * 2) end + if yaw < 0 then yaw = yaw + (pi * 2) end + end + + self.delay = self.delay - 1 + self.object:set_yaw(yaw) + end + + -- knockback timer + if self.pause_timer > 0 then + + self.pause_timer = self.pause_timer - dtime + + return + end + + -- run custom function (defined in mob lua file) + if self.do_custom then + + -- when false skip going any further + if self:do_custom(dtime) == false then + return + end + end + + -- attack timer + self.timer = self.timer + dtime + + if self.state ~= "attack" then + + if self.timer < 1 then + return + end + + self.timer = 0 + end + + -- never go over 100 + if self.timer > 100 then + self.timer = 1 + end + + -- mob plays random sound at times + if random(100) == 1 then + self:mob_sound(self.sounds.random) + end + + -- environmental damage timer (every 1 second) + self.env_damage_timer = self.env_damage_timer + dtime + + if (self.state == "attack" and self.env_damage_timer > 1) + or self.state ~= "attack" then + + self.env_damage_timer = 0 + + -- check for environmental damage (water, fire, lava etc.) + if self:do_env_damage() then return end + + -- node replace check (cow eats grass etc.) + self:replace(pos) + end + + self:general_attack() + + self:breed() + + self:follow_flop() + + if self:do_states(dtime) then return end + + self:do_jump() + + self:do_runaway_from(self) + + self:do_stay_near() +end + + +-- default function when mobs are blown up with TNT +function mob_class:on_blast(damage) + +--print("-- blast damage", damage) + + self.object:punch(self.object, 1.0, { + full_punch_interval = 1.0, + damage_groups = {fleshy = damage}, + }, nil) + + -- return no damage, no knockback, no item drops, mob api handles all + return false, false, {} +end + + +mobs.spawning_mobs = {} + +-- register mob entity +function mobs:register_mob(name, def) + + mobs.spawning_mobs[name] = {} + + local collisionbox = def.collisionbox or {-0.25, -0.25, -0.25, 0.25, 0.25, 0.25} + + -- quick fix to stop mobs glitching through nodes if too small + if -collisionbox[2] + collisionbox[5] < 1.01 then + collisionbox[5] = collisionbox[2] + 0.99 + end + +minetest.register_entity(name, setmetatable({ + + stepheight = def.stepheight, + name = name, + type = def.type, + attack_type = def.attack_type, + fly = def.fly, + fly_in = def.fly_in, + keep_flying = def.keep_flying, + owner = def.owner, + order = def.order, + on_die = def.on_die, + on_flop = def.on_flop, + do_custom = def.do_custom, + jump_height = def.jump_height, + drawtype = def.drawtype, -- DEPRECATED, use rotate instead + rotate = rad(def.rotate or 0), -- 0=front 90=side 180=back 270=side2 + glow = def.glow, + lifetimer = def.lifetimer, + hp_min = max(1, (def.hp_min or 5) * difficulty), + hp_max = max(1, (def.hp_max or 10) * difficulty), + collisionbox = collisionbox, --def.collisionbox, + selectionbox = def.selectionbox or collisionbox, --def.collisionbox, + visual = def.visual, + visual_size = def.visual_size, + mesh = def.mesh, + makes_footstep_sound = def.makes_footstep_sound, + view_range = def.view_range, + walk_velocity = def.walk_velocity, + run_velocity = def.run_velocity, + damage = max(0, (def.damage or 0) * difficulty), + damage_group = def.damage_group, + damage_texture_modifier = def.damage_texture_modifier, + light_damage = def.light_damage, + light_damage_min = def.light_damage_min, + light_damage_max = def.light_damage_max, + water_damage = def.water_damage, + lava_damage = def.lava_damage, + fire_damage = def.fire_damage, + air_damage = def.air_damage, + suffocation = def.suffocation, + fall_damage = def.fall_damage, + fall_speed = def.fall_speed, + drops = def.drops, + armor = def.armor, + on_rightclick = def.on_rightclick, + arrow = def.arrow, + arrow_override = def.arrow_override, + shoot_interval = def.shoot_interval, + sounds = def.sounds, + animation = def.animation, + follow = def.follow, + jump = def.jump, + walk_chance = def.walk_chance, + stand_chance = def.stand_chance, + attack_chance = def.attack_chance, + passive = def.passive, + knock_back = def.knock_back, + blood_amount = def.blood_amount, + blood_texture = def.blood_texture, + shoot_offset = def.shoot_offset, + floats = def.floats, + replace_rate = def.replace_rate, + replace_what = def.replace_what, + replace_with = def.replace_with, + replace_offset = def.replace_offset, + on_replace = def.on_replace, + reach = def.reach, + texture_list = def.textures, + texture_mods = def.texture_mods or "", + child_texture = def.child_texture, + docile_by_day = def.docile_by_day, + fear_height = def.fear_height, + runaway = def.runaway, + pathfinding = def.pathfinding, + immune_to = def.immune_to, + explosion_radius = def.explosion_radius, + explosion_damage_radius = def.explosion_damage_radius, + explosion_timer = def.explosion_timer, + allow_fuse_reset = def.allow_fuse_reset, + stop_to_explode = def.stop_to_explode, + custom_attack = def.custom_attack, + double_melee_attack = def.double_melee_attack, + dogshoot_switch = def.dogshoot_switch, + dogshoot_count_max = def.dogshoot_count_max, + dogshoot_count2_max = def.dogshoot_count2_max or def.dogshoot_count_max, + group_attack = def.group_attack, + group_helper = def.group_helper, + attack_monsters = def.attacks_monsters or def.attack_monsters, + attack_animals = def.attack_animals, + attack_players = def.attack_players, + attack_npcs = def.attack_npcs, + specific_attack = def.specific_attack, + runaway_from = def.runaway_from, + owner_loyal = def.owner_loyal, + pushable = def.pushable, + stay_near = def.stay_near, + randomly_turn = def.randomly_turn ~= false, + ignore_invisibility = def.ignore_invisibility, + + on_spawn = def.on_spawn, + + on_blast = def.on_blast, -- class redifinition + + do_punch = def.do_punch, + + on_breed = def.on_breed, + + on_grown = def.on_grown, + + on_activate = function(self, staticdata, dtime) + return self:mob_activate(staticdata, def, dtime) + end, + + get_staticdata = function(self) + return self:mob_staticdata(self) + end, + +}, mob_class_meta)) + +end -- END mobs:register_mob function + + +-- count how many mobs of one type are inside an area +-- will also return true for second value if player is inside area +local count_mobs = function(pos, type) + + local total = 0 + local objs = minetest.get_objects_inside_radius(pos, aoc_range * 2) + local ent + local players + + for n = 1, #objs do + + if not objs[n]:is_player() then + + ent = objs[n]:get_luaentity() + + -- count mob type and add to total also + if ent and ent.name and ent.name == type then + total = total + 1 + end + else + players = true + end + end + + return total, players +end + + +-- do we have enough space to spawn mob? (thanks wuzzy) +local can_spawn = function(pos, name) + + local ent = minetest.registered_entities[name] + local width_x = max(1, ceil(ent.collisionbox[4] - ent.collisionbox[1])) + local min_x, max_x + + if width_x % 2 == 0 then + max_x = floor(width_x / 2) + min_x = -(max_x - 1) + else + max_x = floor(width_x / 2) + min_x = -max_x + end + + local width_z = max(1, ceil(ent.collisionbox[6] - ent.collisionbox[3])) + local min_z, max_z + + if width_z % 2 == 0 then + max_z = floor(width_z / 2) + min_z = -(max_z - 1) + else + max_z = floor(width_z / 2) + min_z = -max_z + end + + local max_y = max(0, ceil(ent.collisionbox[5] - ent.collisionbox[2]) - 1) + local pos2 + + for y = 0, max_y do + for x = min_x, max_x do + for z = min_z, max_z do + + pos2 = {x = pos.x + x, y = pos.y + y, z = pos.z + z} + + if minetest.registered_nodes[node_ok(pos2).name].walkable == true then + return nil + end + end + end + end + + -- tweak X/Z spawn pos + if width_x % 2 == 0 then + pos.x = pos.x + 0.5 + end + + if width_z % 2 == 0 then + pos.z = pos.z + 0.5 + end + + return pos +end + +function mobs:can_spawn(pos, name) + return can_spawn(pos, name) +end + + +-- global functions + +function mobs:add_mob(pos, def) + + -- is mob actually registered? + if not mobs.spawning_mobs[def.name] + or not minetest.registered_entities[def.name] then +--print("--- mob doesn't exist", def.name) + return + end + + -- are we over active mob limit + if active_limit > 0 and active_mobs >= active_limit then +--print("--- active mob limit reached", active_mobs, active_limit) + return + end + + -- get total number of this mob in area + local num_mob, is_pla = count_mobs(pos, def.name) + + if not is_pla then +--print("--- no players within active area, will not spawn " .. def.name) + return + end + + local aoc = mobs.spawning_mobs[def.name] + and mobs.spawning_mobs[def.name].aoc or 1 + + if def.ignore_count ~= true and num_mob >= aoc then +--print("--- too many " .. def.name .. " in area", num_mob .. "/" .. aoc) + return + end + + local mob = minetest.add_entity(pos, def.name) + +--print("[mobs] Spawned " .. def.name .. " at " .. minetest.pos_to_string(pos)) + + local ent = mob:get_luaentity() + + if not ent then +--print("[mobs] entity not found " .. def.name) + return false + end + + if def.child then + + local textures = ent.base_texture + + -- using specific child texture (if found) + if ent.child_texture then + textures = ent.child_texture[1] + end + + -- and resize to half height + mob:set_properties({ + textures = textures, + visual_size = { + x = ent.base_size.x * .5, + y = ent.base_size.y * .5 + }, + collisionbox = { + ent.base_colbox[1] * .5, + ent.base_colbox[2] * .5, + ent.base_colbox[3] * .5, + ent.base_colbox[4] * .5, + ent.base_colbox[5] * .5, + ent.base_colbox[6] * .5 + }, + selectionbox = { + ent.base_selbox[1] * .5, + ent.base_selbox[2] * .5, + ent.base_selbox[3] * .5, + ent.base_selbox[4] * .5, + ent.base_selbox[5] * .5, + ent.base_selbox[6] * .5 + }, + }) + + ent.child = true + end + + if def.owner then + ent.tamed = true + ent.owner = def.owner + end + + if def.nametag then + + -- limit name entered to 64 characters long + if def.nametag:len() > 64 then + def.nametag = def.nametag:sub(1, 64) + end + + ent.nametag = def.nametag + + ent:update_tag() + end + + return ent +end + + +function mobs:spawn_abm_check(pos, node, name) + -- global function to add additional spawn checks + -- return true to stop spawning mob +end + + +function mobs:spawn_specific(name, nodes, neighbors, min_light, max_light, interval, + chance, aoc, min_height, max_height, day_toggle, on_spawn, map_load) + + -- Do mobs spawn at all? + if not mobs_spawn or not mobs.spawning_mobs[name] then +--print ("--- spawning not registered for " .. name) + return + end + + -- chance/spawn number override in minetest.conf for registered mob + local numbers = settings:get(name) + + if numbers then + + numbers = numbers:split(",") + chance = tonumber(numbers[1]) or chance + aoc = tonumber(numbers[2]) or aoc + + if chance == 0 then + + minetest.log("warning", + string.format("[mobs] %s has spawning disabled", name)) + return + end + + minetest.log("action", string.format( + "[mobs] Chance setting for %s changed to %s (total: %s)", + name, chance, aoc)) + end + + mobs.spawning_mobs[name].aoc = aoc + + local spawn_action = function(pos, node, active_object_count, + active_object_count_wider) + + -- use instead of abm's chance setting when using lbm + if map_load and random(max(1, (chance * mob_chance_multiplier))) > 1 then + return + end + + -- use instead of abm's neighbor setting when using lbm + if map_load and not minetest.find_node_near(pos, 1, neighbors) then +--print("--- lbm neighbors not found") + return + end + + -- is mob actually registered? + if not mobs.spawning_mobs[name] + or not minetest.registered_entities[name] then +--print("--- mob doesn't exist", name) + return + end + + -- are we over active mob limit + if active_limit > 0 and active_mobs >= active_limit then +--print("--- active mob limit reached", active_mobs, active_limit) + return + end + + -- additional custom checks for spawning mob + if mobs:spawn_abm_check(pos, node, name) == true then + return + end + + -- do not spawn if too many entities in area + if active_object_count_wider + and active_object_count_wider >= max_per_block then +--print("--- too many entities in area", active_object_count_wider) + return + end + + -- get total number of this mob in area + local num_mob, is_pla = count_mobs(pos, name) + + if not is_pla then +--print("--- no players within active area, will not spawn " .. name) + return + end + + if num_mob >= aoc then +--print("--- too many " .. name .. " in area", num_mob .. "/" .. aoc) + return + end + + -- if toggle set to nil then ignore day/night check + if day_toggle ~= nil then + + local tod = (minetest.get_timeofday() or 0) * 24000 + + if tod > 4500 and tod < 19500 then + -- daylight, but mob wants night + if day_toggle == false then +--print("--- mob needs night", name) + return + end + else + -- night time but mob wants day + if day_toggle == true then +--print("--- mob needs day", name) + return + end + end + end + + -- spawn above node + pos.y = pos.y + 1 + + -- are we spawning within height limits? + if pos.y > max_height + or pos.y < min_height then +--print("--- height limits not met", name, pos.y) + return + end + + -- are light levels ok? + local light = minetest.get_node_light(pos) + if not light + or light > max_light + or light < min_light then +--print("--- light limits not met", name, light) + return + end + + -- check if mob can spawn inside protected areas + if (spawn_protected == false + or (spawn_monster_protected == false + and minetest.registered_entities[name].type == "monster")) + and minetest.is_protected(pos, "") then +--print("--- inside protected area", name) + return + end + + -- only spawn a set distance away from player + local objs = minetest.get_objects_inside_radius(pos, mob_nospawn_range) + + for n = 1, #objs do + + if objs[n]:is_player() then +--print("--- player too close", name) + return + end + end + + local ent = minetest.registered_entities[name] + + -- should we check mob area for obstructions ? + if mob_area_spawn ~= true then + + -- do we have enough height clearance to spawn mob? + local height = max(0, ent.collisionbox[5] - ent.collisionbox[2]) + + for n = 0, floor(height) do + + local pos2 = {x = pos.x, y = pos.y + n, z = pos.z} + + if minetest.registered_nodes[node_ok(pos2).name].walkable == true then +--print ("--- inside block", name, node_ok(pos2).name) + return + end + end + else + -- returns position if we have enough space to spawn mob + pos = can_spawn(pos, name) + end + + if pos then + + -- adjust for mob collision box + pos.y = pos.y + (ent.collisionbox[2] * -1) - 0.4 + + local mob = minetest.add_entity(pos, name) + +-- print("[mobs] Spawned " .. name .. " at " +-- .. minetest.pos_to_string(pos) .. " on " +-- .. node.name .. " near " .. neighbors[1]) + + if on_spawn then + on_spawn(mob:get_luaentity(), pos) + end + else +--print("--- not enough space to spawn", name) + end + end + + + -- are we registering an abm or lbm? + if map_load == true then + + minetest.register_lbm({ + name = name .. "_spawning", + label = name .. " spawning", + nodenames = nodes, + run_at_every_load = false, + + action = function(pos, node) + spawn_action(pos, node) + end + }) + + else + + minetest.register_abm({ + label = name .. " spawning", + nodenames = nodes, + neighbors = neighbors, + interval = interval, + chance = max(1, (chance * mob_chance_multiplier)), + catch_up = false, + + action = function(pos, node, active_object_count, active_object_count_wider) + spawn_action(pos, node, active_object_count, active_object_count_wider) + end + }) + end +end + + +-- compatibility with older mob registration +function mobs:register_spawn(name, nodes, max_light, min_light, chance, + active_object_count, max_height, day_toggle) + + mobs:spawn_specific(name, nodes, {"air"}, min_light, max_light, 30, + chance, active_object_count, -31000, max_height, day_toggle) +end + + +-- MarkBu's spawn function (USE this one please) +function mobs:spawn(def) + + mobs:spawn_specific( + def.name, + def.nodes or {"group:soil", "group:stone"}, + def.neighbors or {"air"}, + def.min_light or 0, + def.max_light or 15, + def.interval or 30, + def.chance or 5000, + def.active_object_count or 1, + def.min_height or -31000, + def.max_height or 31000, + def.day_toggle, + def.on_spawn, + def.on_map_load) +end + + +-- register arrow for shoot attack +function mobs:register_arrow(name, def) + + if not name or not def then return end -- errorcheck + + minetest.register_entity(name, { + + physical = def.physical or false, + collide_with_objects = def.collide_with_objects or false, + static_save = false, + + visual = def.visual, + visual_size = def.visual_size, + textures = def.textures, + velocity = def.velocity, + hit_player = def.hit_player, + hit_node = def.hit_node, + hit_mob = def.hit_mob, + hit_object = def.hit_object, + drop = def.drop or false, -- drops arrow as registered item when true + collisionbox = def.collisionbox or {-.1, -.1, -.1, .1, .1, .1}, + timer = 0, + lifetime = def.lifetime or 4.5, + switch = 0, + owner_id = def.owner_id, + rotate = def.rotate, + automatic_face_movement_dir = def.rotate + and (def.rotate - (pi / 180)) or false, + + on_activate = def.on_activate, + + on_punch = def.on_punch or function( + self, hitter, tflp, tool_capabilities, dir) + end, + + on_step = def.on_step or function(self, dtime) + + self.timer = self.timer + dtime + + local pos = self.object:get_pos() + + if self.switch == 0 or self.timer > self.lifetime then + + self.object:remove() ; -- print("removed arrow") + + return + end + + -- does arrow have a tail (fireball) + if def.tail and def.tail == 1 and def.tail_texture then + + minetest.add_particle({ + pos = pos, + velocity = {x = 0, y = 0, z = 0}, + acceleration = {x = 0, y = 0, z = 0}, + expirationtime = def.expire or 0.25, + collisiondetection = false, + texture = def.tail_texture, + size = def.tail_size or 5, + glow = def.glow or 0 + }) + end + + if self.hit_node then + + local node = node_ok(pos).name + + if minetest.registered_nodes[node].walkable then + + self:hit_node(pos, node) + + if self.drop == true then + + pos.y = pos.y + 1 + + self.lastpos = (self.lastpos or pos) + + minetest.add_item(self.lastpos, + self.object:get_luaentity().name) + end + + self.object:remove() ; -- print("hit node") + + return + end + end + + if self.hit_player or self.hit_mob or self.hit_object then + + for _,player in pairs( + minetest.get_objects_inside_radius(pos, 1.0)) do + + if self.hit_player and player:is_player() then + + self:hit_player(player) + + self.object:remove() ; -- print("hit player") + + return + end + + local entity = player:get_luaentity() + + if entity + and self.hit_mob + and entity._cmi_is_mob == true + and tostring(player) ~= self.owner_id + and entity.name ~= self.object:get_luaentity().name then + + self:hit_mob(player) + + self.object:remove() ; --print("hit mob") + + return + end + + if entity + and self.hit_object + and (not entity._cmi_is_mob) + and tostring(player) ~= self.owner_id + and entity.name ~= self.object:get_luaentity().name then + + self:hit_object(player) + + self.object:remove() ; -- print("hit object") + + return + end + end + end + + self.lastpos = pos + end + }) +end + + +-- compatibility function +function mobs:explosion(pos, radius) + mobs:boom({sounds = {explode = "tnt_explode"}}, pos, radius) +end + + +-- no damage to nodes explosion +function mobs:safe_boom(self, pos, radius) + + minetest.sound_play(self.sounds and self.sounds.explode or "tnt_explode", { + pos = pos, + gain = 1.0, + max_hear_distance = self.sounds and self.sounds.distance or 32 + }, true) + + entity_physics(pos, radius) + + effect(pos, 32, "tnt_smoke.png", radius * 3, radius * 5, radius, 1, 0) +end + + +-- make explosion with protection and tnt mod check +function mobs:boom(self, pos, radius) + + if mobs_griefing + and minetest.get_modpath("tnt") and tnt and tnt.boom + and not minetest.is_protected(pos, "") then + + tnt.boom(pos, { + radius = radius, + damage_radius = radius, + sound = self.sounds and self.sounds.explode, + explode_center = true + }) + else + mobs:safe_boom(self, pos, radius) + end +end + + +-- Register spawn eggs + +-- Note: This also introduces the “spawn_egg” group: +-- * spawn_egg=1: Spawn egg (generic mob, no metadata) +-- * spawn_egg=2: Spawn egg (captured/tamed mob, metadata) +function mobs:register_egg(mob, desc, background, addegg, no_creative) + + local grp = {spawn_egg = 1} + + -- do NOT add this egg to creative inventory (e.g. dungeon master) + if no_creative == true then + grp.not_in_creative_inventory = 1 + end + + local invimg = background + + if addegg == 1 then + invimg = "mobs_chicken_egg.png^(" .. invimg .. + "^[mask:mobs_chicken_egg_overlay.png)" + end + + -- register new spawn egg containing mob information + minetest.register_craftitem(mob .. "_set", { + + description = S("@1 (Tamed)", desc), + inventory_image = invimg, + groups = {spawn_egg = 2, not_in_creative_inventory = 1}, + stack_max = 1, + + on_place = function(itemstack, placer, pointed_thing) + + local pos = pointed_thing.above + + -- does existing on_rightclick function exist? + local under = minetest.get_node(pointed_thing.under) + local def = minetest.registered_nodes[under.name] + + if def and def.on_rightclick then + + return def.on_rightclick( + pointed_thing.under, under, placer, itemstack, pointed_thing) + end + + if pos + and not minetest.is_protected(pos, placer:get_player_name()) then + + if not minetest.registered_entities[mob] then + return + end + + pos.y = pos.y + 1 + + local data = itemstack:get_metadata() + local smob = minetest.add_entity(pos, mob, data) + local ent = smob and smob:get_luaentity() + + if not ent then return end -- sanity check + + -- set owner if not a monster + if ent.type ~= "monster" then + ent.owner = placer:get_player_name() + ent.tamed = true + end + + -- since mob is unique we remove egg once spawned + itemstack:take_item() + end + + return itemstack + end, + }) + + + -- register old stackable mob egg + minetest.register_craftitem(mob, { + + description = desc, + inventory_image = invimg, + groups = grp, + + on_place = function(itemstack, placer, pointed_thing) + + local pos = pointed_thing.above + + -- does existing on_rightclick function exist? + local under = minetest.get_node(pointed_thing.under) + local def = minetest.registered_nodes[under.name] + + if def and def.on_rightclick then + + return def.on_rightclick( + pointed_thing.under, under, placer, itemstack, pointed_thing) + end + + if pos + and not minetest.is_protected(pos, placer:get_player_name()) then + + if not minetest.registered_entities[mob] then + return + end + + -- have we reached active mob limit + if active_limit > 0 and active_mobs >= active_limit then + minetest.chat_send_player(placer:get_player_name(), + S("Active Mob Limit Reached!") + .. " (" .. active_mobs + .. " / " .. active_limit .. ")") + return + end + + pos.y = pos.y + 1 + + local smob = minetest.add_entity(pos, mob) + local ent = smob and smob:get_luaentity() + + if not ent then return end -- sanity check + + -- don't set owner if monster or sneak pressed + if ent.type ~= "monster" + and not placer:get_player_control().sneak then + ent.owner = placer:get_player_name() + ent.tamed = true + end + + -- if not in creative then take item + if not mobs.is_creative(placer:get_player_name()) then + itemstack:take_item() + end + end + + return itemstack + end, + }) +end + + +-- force capture a mob if space available in inventory, or drop as spawn egg +function mobs:force_capture(self, clicker) + + -- add special mob egg with all mob information + local new_stack = ItemStack(self.name .. "_set") + + local tmp, t = {} + + for _,stat in pairs(self) do + + t = type(stat) + + if t ~= "function" + and t ~= "nil" + and t ~= "userdata" then + tmp[_] = self[_] + end + end + + local data_str = minetest.serialize(tmp) + + new_stack:set_metadata(data_str) + + local inv = clicker:get_inventory() + + if inv:room_for_item("main", new_stack) then + inv:add_item("main", new_stack) + else + minetest.add_item(clicker:get_pos(), new_stack) + end + + self:mob_sound("default_place_node_hard") + + remove_mob(self, true) +end + + +-- capture critter (thanks to blert2112 for idea) +function mobs:capture_mob(self, clicker, chance_hand, chance_net, + chance_lasso, force_take, replacewith) + + if not self --self.child + or not clicker:is_player() + or not clicker:get_inventory() then + return false + end + + -- get name of clicked mob + local mobname = self.name + + -- if not nil change what will be added to inventory + if replacewith then + mobname = replacewith + end + + local name = clicker:get_player_name() + local tool = clicker:get_wielded_item() + + -- are we using hand, net or lasso to pick up mob? + if tool:get_name() ~= "" + and tool:get_name() ~= "mobs:net" + and tool:get_name() ~= "mobs:lasso" then + return false + end + + -- is mob tamed? + if self.tamed == false and force_take == false then + + minetest.chat_send_player(name, S("Not tamed!")) + + return false + end + + -- cannot pick up if not owner (unless player has protection_bypass priv) + if not minetest.check_player_privs(name, "protection_bypass") + and self.owner ~= name and force_take == false then + + minetest.chat_send_player(name, S("@1 is owner!", self.owner)) + + return false + end + + if clicker:get_inventory():room_for_item("main", mobname) then + + -- was mob clicked with hand, net, or lasso? + local chance = 0 + + if tool:get_name() == "" then + chance = chance_hand + + elseif tool:get_name() == "mobs:net" then + + chance = chance_net + + tool:add_wear(4000) -- 17 uses + + clicker:set_wielded_item(tool) + + elseif tool:get_name() == "mobs:lasso" then + + chance = chance_lasso + + tool:add_wear(650) -- 100 uses + + clicker:set_wielded_item(tool) + + end + + -- calculate chance.. add to inventory if successful? + if chance and chance > 0 and random(100) <= chance then + + -- default mob egg + local new_stack = ItemStack(mobname) + + -- add special mob egg with all mob information + -- unless 'replacewith' contains new item to use + if not replacewith then + + new_stack = ItemStack(mobname .. "_set") + + local tmp, t = {} + + for _,stat in pairs(self) do + + t = type(stat) + + if t ~= "function" + and t ~= "nil" + and t ~= "userdata" then + tmp[_] = self[_] + end + end + + local data_str = minetest.serialize(tmp) + + new_stack:set_metadata(data_str) + end + + local inv = clicker:get_inventory() + + if inv:room_for_item("main", new_stack) then + inv:add_item("main", new_stack) + else + minetest.add_item(clicker:get_pos(), new_stack) + end + + self:mob_sound("default_place_node_hard") + + remove_mob(self, true) + + return new_stack + + -- when chance above fails or set to 0, miss! + elseif chance and chance ~= 0 then + + minetest.chat_send_player(name, S("Missed!")) + + self:mob_sound("mobs_swing") + + return false + + -- when chance is nil always return a miss (used for npc walk/follow) + elseif not chance then + return false + end + end + + return true +end + + +-- protect tamed mob with rune item +function mobs:protect(self, clicker) + + local name = clicker:get_player_name() + local tool = clicker:get_wielded_item() + local tool_name = tool:get_name() + + if tool_name ~= "mobs:protector" + and tool_name ~= "mobs:protector2" then + return false + end + + if not self.tamed then + minetest.chat_send_player(name, S("Not tamed!")) + return true + end + + if (self.protected and tool_name == "mobs:protector") + or (self.protected == 2 and tool_name == "mobs:protector2") then + minetest.chat_send_player(name, S("Already protected!")) + return true + end + + if not mobs.is_creative(clicker:get_player_name()) then + tool:take_item() -- take 1 protection rune + clicker:set_wielded_item(tool) + end + + -- set protection level + if tool_name == "mobs:protector" then + self.protected = true + else + self.protected = 2 ; self.fire_damage = 0 + end + + local pos = self.object:get_pos() + + pos.y = pos.y + self.collisionbox[2] + 0.5 + + effect(self.object:get_pos(), 25, "mobs_protect_particle.png", + 0.5, 4, 2, 15) + + self:mob_sound("mobs_spell") + + return true +end + + +local mob_obj = {} +local mob_sta = {} + +-- feeding, taming and breeding (thanks blert2112) +function mobs:feed_tame(self, clicker, feed_count, breed, tame) + + -- can eat/tame with item in hand + if self.follow + and self:follow_holding(clicker) then + + -- if not in creative then take item + if not mobs.is_creative(clicker:get_player_name()) then + + local item = clicker:get_wielded_item() + + item:take_item() + + clicker:set_wielded_item(item) + end + + -- increase health + self.health = self.health + 4 + + if self.health >= self.hp_max then + + self.health = self.hp_max + +-- if self.htimer < 1 then + +-- minetest.chat_send_player(clicker:get_player_name(), +-- S("@1 at full health (@2)", +-- self.name:split(":")[2], tostring(self.health))) + +-- self.htimer = 5 +-- end + end + + self.object:set_hp(self.health) + + -- make children grow quicker + if self.child == true then + +-- self.hornytimer = self.hornytimer + 20 + -- deduct 10% of the time to adulthood + self.hornytimer = math.floor(self.hornytimer + ( + (CHILD_GROW_TIME - self.hornytimer) * 0.1)) +--print ("====", self.hornytimer) + return true + end + + -- feed and tame + self.food = (self.food or 0) + 1 + self._breed_countdown = feed_count - self.food + + if self.food >= feed_count then + + self.food = 0 + self._breed_countdown = nil + + if breed and self.hornytimer == 0 then + self.horny = true + end + + if tame then + + if self.tamed == false then + minetest.chat_send_player(clicker:get_player_name(), + S("@1 has been tamed!", + self.name:split(":")[2])) + end + + self.tamed = true + self.static_save = true + + if not self.owner or self.owner == "" then + self.owner = clicker:get_player_name() + end + end + + -- make sound when fed so many times + self:mob_sound(self.sounds.random) + end + + self:update_tag() + + return true + end + + local item = clicker:get_wielded_item() + local name = clicker:get_player_name() + + -- if mob has been tamed you can name it with a nametag + if item:get_name() == "mobs:nametag" + and (name == self.owner + or minetest.check_player_privs(name, "protection_bypass")) then + + -- store mob and nametag stack in external variables + mob_obj[name] = self + mob_sta[name] = item + + local tag = self.nametag or "" + local esc = minetest.formspec_escape + + minetest.show_formspec(name, "mobs_nametag", + "size[8,4]" .. + "field[0.5,1;7.5,0;name;" .. + esc(S("Enter name:")) .. + ";" .. tag .. "]" .. + "button_exit[2.5,3.5;3,1;mob_rename;" .. + esc(S("Rename")) .. "]") + + return true + end + + -- if mob follows items and user right clicks while holding sneak it shows info + if self.follow then + + if clicker:get_player_control().sneak then + + if type(self.follow) == "string" then + self.follow = {self.follow} + end + + minetest.chat_send_player(clicker:get_player_name(), + S("@1 follows:\n- @2", + self.name:split(":")[2], + table.concat(self.follow, "\n- "))) + end + end + + return false +end + + +-- inspired by blockmen's nametag mod +minetest.register_on_player_receive_fields(function(player, formname, fields) + + -- right-clicked with nametag and name entered? + if formname == "mobs_nametag" + and fields.name + and fields.name ~= "" then + + local name = player:get_player_name() + + if not mob_obj[name] + or not mob_obj[name].object then + return + end + + -- make sure nametag is being used to name mob + local item = player:get_wielded_item() + + if item:get_name() ~= "mobs:nametag" then + return + end + + -- limit name entered to 64 characters long + if fields.name:len() > 64 then + fields.name = fields.name:sub(1, 64) + end + + -- update nametag + mob_obj[name].nametag = fields.name + + mob_obj[name]:update_tag() + + -- if not in creative then take item + if not mobs.is_creative(name) then + + mob_sta[name]:take_item() + + player:set_wielded_item(mob_sta[name]) + end + + -- reset external variables + mob_obj[name] = nil + mob_sta[name] = nil + end +end) + + +-- compatibility function for old entities to new modpack entities +function mobs:alias_mob(old_name, new_name) + + -- check old_name entity doesnt already exist + if minetest.registered_entities[old_name] then + return + end + + -- spawn egg + minetest.register_alias(old_name, new_name) + + -- entity + minetest.register_entity(":" .. old_name, { + + physical = false, static_save = false, + + on_activate = function(self, staticdata) + + if minetest.registered_entities[new_name] then + + minetest.add_entity(self.object:get_pos(), new_name, staticdata) + end + + remove_mob(self) + end, + + get_staticdata = function(self) + return self + end + }) +end diff --git a/mods/mobs/api.txt b/mods/mobs/api.txt new file mode 100644 index 0000000..772f76a --- /dev/null +++ b/mods/mobs/api.txt @@ -0,0 +1,871 @@ + +Mobs Redo API +============= + +Welcome to the world of mobs in minetest and hopefully an easy guide to defining +your own mobs and having them appear in your worlds. + + +Registering Mobs +---------------- + +To register a mob and have it ready for use requires the following function: + + mobs:register_mob(name, definition) + +The 'name' of a mob usually starts with the mod name it's running from followed +by it's own name e.g. + + "mobs_monster:sand_monster" or "mymod:totally_awesome_beast" + +... and the 'definition' is a table which holds all of the settings and +functions needed for the mob to work properly which contains the following: + + 'nametag' contains the name which is shown above mob. + 'type' holds the type of mob that inhabits your world e.g. + "animal" usually docile and walking around. + "monster" attacks player or npc on sight. + "npc" walk around and will defend themselves if hit first, they + kill monsters. + 'hp_min' has the minimum health value the mob can spawn with. + 'hp_max' has the maximum health value the mob can spawn with. + 'armor' holds strength of mob, 100 is normal, lower is more powerful + and needs more hits and better weapons to kill. + 'passive' when false allows animals to defend themselves when hit, + otherwise they amble onwards. + 'walk_velocity' is the speed that your mob can walk around. + 'run_velocity' is the speed your mob can run with, usually when attacking. + 'stand_chance' has a 0-100 chance value your mob will stand from walking. + 'walk_chance' has a 0-100 chance value your mob will walk from standing, + set to 0 for jumping mobs only. + 'randomly_turn' if set to false then mob will not turn to face player or + randomly turn while walking or standing. + 'jump' when true allows your mob to jump updwards. + 'jump_height' holds the height your mob can jump, 0 to disable jumping. + 'stepheight' height of a block that your mob can easily walk up onto, + defaults to 1.1. + 'fly' when true allows your mob to fly around instead of walking. + 'fly_in' holds the node name that the mob flies (or swims) around + in e.g. "air" or "default:water_source". + 'keep_flying' when true mobs like birds no longer stop and stand. + 'stay_near' when set allows mobs the chance to stay around certain nodes. + 'nodes' string or table of nodes to stay nearby e.g. "farming:straw" + 'chance' chance of searching for above node(s), default is 10. + 'runaway' if true causes animals to turn and run away when hit. + 'pushable' when true mobs can be pushed by player or other mobs. + 'view_range' how many nodes in distance the mob can see a player. + 'damage' how many health points the mob does to a player or another + mob when melee attacking. + 'damage_group' group in which damage is dealt, dedaults to "fleshy". + 'damage_texture_modifier' applies texture modifier on hit e.g "^[brighten" + 'knock_back' when true has mobs falling backwards when hit, the greater + the damage the more they move back. + 'fear_height' is how high a cliff or edge has to be before the mob stops + walking, 0 to turn off height fear. + 'fall_speed' has the maximum speed the mob can fall at, default is -10. + 'fall_damage' when true causes falling to inflict damage. + 'water_damage' holds the damage per second infliced to mobs when standing in + water. + 'air_damage' holds damage per second inflicted to mob when standing in air. + 'lava_damage' holds the damage per second inflicted to mobs when standing + in lava. + 'fire_damage' holds the damage per second inflicted to mobs when standing + in fire. + + 'light_damage' holds the damage per second inflicted to mobs when light + level is between the min and max values below + 'light_damage_min' minimum light value when mob is affected (default: 14) + 'light_damage_max' maximum light value when mob is affected (default: 15) + 'suffocation' when > 0 mobs will suffocate inside solid blocks and will be + hurt by the value given every second (0 to disable). + 'floats' when set to 1 mob will float in water, 0 has them sink. + 'follow' mobs follow player when holding any of the items which appear + on this table, the same items can be fed to a mob to tame or + breed e.g. {"farming:wheat", "default:apple", "group:fish"} + + 'reach' is how far the mob can attack player when standing + nearby, default is 3 nodes. + 'docile_by_day' when true has mobs wandering around during daylight + hours and only attacking player at night or when + provoked. + 'attack_chance' 0 to 100 chance the mob will attack (default is 5). + 'attack_monsters' when true mob will attack monsters. + 'attack_animals' when true mob will attack animals. + 'attack_npcs' when true mob will attack npcs within range. + 'attack_players' when true mob will attack players nearby. + 'owner_loyal' when true non-docile tamed mobs attack anything player + punches when nearby. + 'group_attack' when true has same mob type grouping together to attack + offender. + 'group_helper' string containing mob name that attacks alongside + current mob when group attacking. + mob is attacking in groups. + 'attack_type' tells the api what a mob does when attacking the player + or another mob: + 'dogfight' is a melee attack when player is within mob reach. + 'shoot' has mob shoot pre-defined arrows at player when inside + view_range. + 'dogshoot' has melee attack when inside reach and shoot attack + when inside view_range. + 'explode' causes mob to stop and explode when inside reach. + 'explosion_radius' the radius of explosion node destruction, + defaults to 1 + 'explosion_damage_radius' the radius of explosion entity & player damage, + defaults to explosion_radius * 2 + 'explosion_timer' number of seconds before mob explodes while its target + is still inside reach or explosion_damage_radius, + defaults to 3. + 'allow_fuse_reset' Allow 'explode' attack_type to reset fuse and resume + chasing if target leaves the blast radius or line of + sight. Defaults to true. + 'stop_to_explode' When set to true (default), mob must stop and wait for + explosion_timer in order to explode. If false, mob will + continue chasing. + 'arrow' holds the pre-defined arrow object to shoot when + attacking. + 'arrow_override' function that allows tweaking of arrow entity from + inside mob definition (self) passed to function. + 'dogshoot_switch' allows switching between attack types by using timers + (1 for shoot, 2 for dogfight) + 'dogshoot_count_max' contains how many seconds before switching from + dogfight to shoot. + 'dogshoot_count2_max' contains how many seconds before switching from shoot + to dogfight. + 'shoot_interval' has the number of seconds between shots. + 'shoot_offset' holds the y position added as to where the + arrow/fireball appears on mob. + 'specific_attack' has a table of entity names that mob can also attack + e.g. {"player", "mobs_animal:chicken"}. + 'runaway_from' contains a table with mob names to run away from, add + "player" to list to runaway from player also. + 'ignore_invisibility' When true mob will still be able to see and attack + player even if invisible (invisibility mod only). + 'blood_amount' contains the number of blood droplets to appear when + mob is hit. + 'blood_texture' has the texture name to use for droplets e.g. + "mobs_blood.png", or table {"blood1.png", "blood2.png"} + 'pathfinding' set to 1 for mobs to use pathfinder feature to locate + player, set to 2 so they can build/break also (only + works with dogfight attack and when 'mobs_griefing' + in minetest.conf is not false). Adding {unbreakable=1} + to node groups stops them being broken by mobs. + 'immune_to' is a table that holds specific damage when being hit by + certain items e.g. + {"default:sword_wood", 0} -- causes no damage. + {"default:gold_lump", -10} -- heals by 10 health points. + {"default:coal_block", 20} -- 20 damage when hit on head with coal blocks. + {"all"} -- stops all weapons causing damage apart from those on list. + + 'makes_footstep_sound' when true you can hear mobs walking. + 'sounds' this is a table with sounds of the mob + 'distance' maximum distance sounds can be heard, default is 10. + 'random' random sound that plays during gameplay. + 'war_cry' what you hear when mob starts to attack player. + 'attack' what you hear when being attacked. + 'shoot_attack' sound played when mob shoots. + 'damage' sound heard when mob is hurt. + 'death' played when mob is killed. + 'jump' played when mob jumps. + 'fuse' sound played when mob explode timer starts. + 'explode' sound played when mob explodes. + + 'drops' table of items that are dropped when mob is killed, fields are: + 'name' name of item to drop. + 'chance' chance of drop, 1 for always, 2 for 1-in-2 chance etc. + 'min' minimum number of items dropped, set to 0 for rare drops. + 'max' maximum number of items dropped. + Note: If weapon has {fire=1} damage group set then cooked items will drop. + Note2: A function can now be passed which can also return drops table, e.g. + drops = function(pos) + -- do something + return { {name = "farming:bread"}, {name = "default:dirt", chance = 2} } + end + + 'visual' holds the look of the mob you wish to create: + 'cube' looks like a normal node + 'sprite' sprite which looks same from all angles. + 'upright_sprite' flat model standing upright. + 'wielditem' how it looks when player holds it in hand. + 'mesh' uses separate object file to define mob. + 'visual_size' has the size of the mob, defaults to {x = 1, y = 1} + 'collisionbox' has the box in which mob can be interacted with the + world e.g. {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5} + 'selectionbox' has the box in which player can interact with mob + 'textures' holds a table list of textures to be used for mob, or you + could use multiple lists inside another table for random + selection e.g. { {"texture1.png"}, {"texture2.png"} } + 'child_texture' holds the texture table for when baby mobs are used. + 'gotten_texture' holds the texture table for when self.gotten value is + true, used for milking cows or shearing sheep. + 'texture_mods' holds a string which overlays a texture on top of the + mob texture e.g. "^saddle.png" + 'mesh' holds the name of the external object used for mob model + e.g. "mobs_cow.b3d" + 'gotten_mesh" holds the name of the external object used for when + self.gotten is true for mobs. + 'rotate' custom model rotation, 0 = front, 90 = side, 180 = back, + 270 = other side. + 'glow' has mob glow without light source, 0 to 15 or nil to disable + 'double_melee_attack' when true has the api choose between 'punch' and + 'punch2' animations. [DEPRECATED] + + 'animation' holds a table containing animation names and settings for use with + mesh models: + 'stand_start' start frame for when mob stands still. + 'stand_end' end frame of stand animation. + 'stand_speed' speed of animation in frames per second. + 'walk_start' when mob is walking around. + 'walk_end' + 'walk_speed' + 'run_start' when a mob runs or attacks. + 'run_end' + 'run_speed' + 'fly_start' when a mob is flying. + 'fly_end' + 'fly_speed' + 'punch_start' when a mob melee attacks. + 'punch_end' + 'punch_speed' + 'punch2_start' alternative melee attack animation. + 'punch2_end' + 'punch2_speed' + 'shoot_start' shooting animation. + 'shoot_end' + 'shoot_speed' + 'die_start' death animation + 'die_end' + 'die_speed' + 'die_loop' when set to false stops the animation looping. + 'die_rotate' if true mob spins during death animation. + + Using '_loop = false' setting will stop any of the above animations from + looping. + + 'speed_normal' is used for animation speed for compatibility with some + older mobs. + + Note: Up to 5 different animations can be used per action e.g. + stand_start, stand_end, stand1_start, stand1_end .. up to stand4_start + + +Node Replacement +---------------- + +Mobs can look around for specific nodes as they walk and replace them to mimic +eating. + + 'replace_what' group of items to replace e.g. + {"farming:wheat_8", "farming:carrot_8"} + or you can use the specific options of what, with and + y offset by using this instead: + { + {"group:grass", "air", 0}, + {"default:dirt_with_grass", "default:dirt", -1} + } + 'replace_with' replace with what e.g. "air" or in chickens case "mobs:egg" + 'replace_rate' how random should the replace rate be (typically 10) + 'replace_offset' +/- value to check specific node to replace + + 'on_replace(self, pos, oldnode, newnode)' is called when mob is about to + replace a node. + 'self' ObjectRef of mob + 'pos' Position of node to replace + 'oldnode' Current node + 'newnode' What the node will become after replacing + + If false is returned, the mob will not replace the node. + + By default, replacing sets self.gotten to true and resets the object + properties. (DEPRECATED, use on_replace to make changes). + + +Custom Definition Functions +--------------------------- + +Along with the above mob registry settings we can also use custom functions to +enhance mob functionality and have them do many interesting things: + + 'on_die' a function that is called when the mob is killed the + parameters are (self, pos) + 'on_rightclick' its same as in minetest.register_entity() + 'on_blast' is called when an explosion happens near mob when using TNT + functions, parameters are (object, damage) and returns + (do_damage, do_knockback, drops) + 'on_spawn' is a custom function that runs on mob spawn with 'self' as + variable, return true at end of function to run only once. + 'after_activate' is a custom function that runs once mob has been activated + with these paramaters (self, staticdata, def, dtime) + 'on_breed' called when two similar mobs breed, paramaters are + (parent1, parent2) objects, return false to stop child from + being resized and owner/tamed flags and child textures being + applied. Function itself must spawn new child mob. + 'on_grown' is called when a child mob has grown up, only paramater is + (self). + 'do_punch' called when mob is punched with paramaters (self, hitter, + time_from_last_punch, tool_capabilities, direction), return + false to stop punch damage and knockback from taking place. + 'custom_attack' when set this function is called instead of the normal mob + melee attack, parameters are (self, to_attack) and if true + is returned normal attack function continued. + 'on_die' a function that is called when mob is killed (self, pos), also + has access to self.cause_of_death table. + 'on_flop' function called when flying or swimmimng mob is no longer in + air/water, (self) paramater and return true to skip the built + in api flop feature. + 'do_custom' a custom function that is called every tick while mob is + active and which has access to all of the self.* variables + e.g. (self.health for health or self.standing_in for node + status), return with 'false' to skip remainder of mob API. + + +Internal Variables +------------------ + +The mob api also has some preset variables and functions that it will remember +for each mob. + + 'self.health' contains current health of mob (cannot exceed + self.hp_max) + 'self.texture_list' contains list of all mob textures + 'self.child_texture' contains mob child texture when growing up + 'self.base_texture' contains current skin texture which was randomly + selected from textures list + 'self.gotten' this is used for obtaining milk from cow and wool from + sheep + 'self.horny' when animal fed enough it is set to true and animal can + breed with same animal + 'self.hornytimer' background timer that controls breeding functions and + mob childhood timings + 'self.child' used for when breeding animals have child, will use + child_texture and be half size + 'self.owner' string used to set owner of npc mobs, typically used for + dogs + 'self.order' set to "follow" or "stand" so that npc will follow owner + or stand it's ground + 'self.nametag' contains the name of the mob which it can show above + 'self.state' Current mob state. + "stand": no movement (except turning around) + "walk": walk or move around aimlessly + "attack": chase and attack enemy + "runaway": flee from target + "flop": bounce around aimlessly + (for swimming mobs that have stranded) + "die": during death + + +Adding Mobs in World +-------------------- + + mobs:add_mob(pos, { + name = "mobs_animal:chicken", + child = true, + owner = "singleplayer", + nametag = "Bessy", + ignore_count = true -- ignores mob count per map area + }) + +Returns false if mob could not be added, returns mob object if spawned ok. + + +Removing Mob from World +----------------------- + + mobs:remove(self, decrease) + +Removes mob 'self' from the world and if 'decrease' is true then the mob counter +will also be decreased by one. + + +Spawning Mobs in World +---------------------- + + mobs:spawn({ + name = "mobs_monster:tree_monster", + nodes = {"group:leaves"}, + max_light = 7, + }) + +Spawn functions require the following settings, some of which already have a +default setting and can be omitted: + + 'name' is the name of the animal/monster + 'nodes' is a list of nodenames on that the animal/monster can + spawn on top of (defaults to {"group:dirt", "group:stone"} + 'neighbors' is a list of nodenames on that the animal/monster will + spawn beside (default is {"air"}) + 'interval' is same as in register_abm() (default is 30) + 'chance' is same as in register_abm() (default is 5000) + 'min_light' is the minimum light level (default is 0) + 'max_light' is the maximum light (default is 15) + 'min_height' is the minimum height a mob can spawn (default: -31000) + 'max_height' is the maximum height a mob can spawn (default is 31000) + 'active_object_count' number of this type of mob to spawn at one time inside + map area (default is 1) + 'day_toggle' true for day spawning, false for night or nil for + anytime + 'on_spawn' is a custom function which runs after mob has spawned + and gives self and pos values. + 'on_map_load' when true mobs will have a chance of spawning only + when new areas of map are loaded, interval will not be + used. + +The older spawn functions are still active and working but have no defaults like +the mobs:spawn, so it is recommended to use the above instead. + +mobs:register_spawn(name, nodes, max_light, min_light, chance, + active_object_count, max_height, day_toggle) + +mobs:spawn_specfic(name, nodes, neighbors, min_light, max_light, interval, + chance, active_object_count, min_height, max_height, day_toggle, on_spawn) + +A simpler way to handle mob spawns has been added with the mobs:spawn(def) +command which uses above names to make settings clearer: + + +For each mob that spawns with this function is a field in mobs.spawning_mobs. +It tells if the mob should spawn or not. Default is true. So other mods can +only use the API of this mod by disabling the spawning of the default mobs in +this mod. + + +mobs:spawn_abm_check(pos, node, name) + +This global function can be changed to contain additional checks for mobs to +spawn e.g. mobs that spawn only in specific areas and the like. By returning +true the mob will not spawn. + + 'pos' holds the position of the spawning mob + 'node' contains the node the mob is spawning on top of + 'name' is the name of the animal/monster + + +Particle Effects +---------------- + +mobs:effect(pos, amount, texture, min_size, max_size, radius, gravity, glow, fall) + +This function provides a quick way to spawn particles as an effect. + + 'pos' center position of particle effect. + 'amount' how many particles. + 'texture' texture filename to use for effect. + 'min_size' smallest particle size. + 'max_size' largest particle size. + 'radius' how far particles spread outward from center. + 'gravity' gravity applied to particles once they spawn. + 'glow' number between 1 and 15 for glowing particles. + 'fall' when true particles fall, false has them rising, nil has them scatter. + + +Making Arrows +------------- + +mobs:register_arrow(name, definition) + +This function registers a arrow for mobs with the attack type shoot. + + 'name' is the name of the arrow + 'definition' is a table with the following values: + 'visual' same is in minetest.register_entity() + 'visual_size' same is in minetest.register_entity() + 'textures' same is in minetest.register_entity() + 'physical' same is in minetest.register_entity() [default: false] + 'collide_with_objects' same as above + 'velocity' the velocity of the arrow + 'drop' if set to true any arrows hitting a node will drop as item + 'hit_player' a function that is called when the arrow hits a player; + this function should hurt the player, the parameters are + (self, player) + 'hit_mob' a function that is called when the arrow hits a mob; + this function should hurt the mob, the parameters are + (self, player) + 'hit_object' a function that is called when the arrow hits an object; + this function parameters are (self, player) + 'hit_node' a function that is called when the arrow hits a node, the + parameters are (self, pos, node) + 'tail' when set to 1 adds a trail or tail to mob arrows + 'tail_texture' texture string used for above effect + 'tail_size' has size for above texture (defaults to between 5 and 10) + 'expire' contains float value for how long tail appears for + (defaults to 0.25) + 'glow' has value for how brightly tail glows 1 to 10 (default is + 0 for no glow) + 'rotate' integer value in degrees to rotate arrow + 'on_step' is a custom function when arrow is active, nil for + default. + 'on_punch' is a custom function when arrow is punched, nil by default + 'collisionbox' is hitbox table for arrow, {-.1,-.1,-.1,.1,.1,.1} by default. + 'lifetime' contains float value for how many seconds arrow exists in + world before being removed (default is 4.5 seconds). + + +Spawn Eggs +---------- + +mobs:register_egg(name, description, background, addegg, no_creative) + +This function registers a spawn egg which can be used to properly spawn in a mob. +Animals are spawned as tamed unless sneak/shift is held while spawning. + + 'name' this is the name of your new mob to spawn e.g. "mob:sheep" + 'description' the name of the new egg you are creating e.g. "Spawn Sheep" + 'background' the texture displayed for the egg in inventory + 'addegg' would you like an egg image in front of your texture (1 = yes, + 0 = no) + 'no_creative' when set to true this stops spawn egg appearing in creative + mode for destructive mobs like Dungeon Masters. + + +Explosion Function +------------------ + +mobs:explosion(pos, radius) -- DEPRECATED!!! use mobs:boom() instead + +mobs:boom(self, pos, radius) + 'self' mob entity + 'pos' centre position of explosion + 'radius' radius of explosion (typically set to 3) + +This function generates an explosion which removes nodes in a specific radius +and damages any entity caught inside the blast radius. Protection will limit +node destruction but not entity damage. + + +Capturing Mobs +-------------- + +mobs:capture_mob(self, clicker, chance_hand, chance_net, chance_lasso, + force_take, replacewith) + +This function is generally called inside the on_rightclick section of the mob +api code, it provides a chance of capturing the mob by hand, using the net or +lasso items, and can also have the player take the mob by force if tamed and +replace with another item entirely. + + 'self' mob information + 'clicker' player information + 'chance_hand' chance of capturing mob by hand (1 to 100) 0 to disable + 'chance_net' chance of capturing mob using net (1 to 100) 0 to disable + 'chance_lasso' chance of capturing mob using magic lasso (1 to 100) 0 to + disable + 'force_take' take mob by force, even if tamed (true or false) + 'replacewith' once captured replace mob with this item instead (overrides + new mob eggs with saved information) + +mobs:force_capture(self, clicker) + +Same as above but does no checks, it simply captures any and all mobs and places +inside a spawn egg containing all of the mob information. + + +Feeding and Taming/Breeding +--------------------------- + +mobs:feed_tame(self, clicker, feed_count, breed, tame) + +This function allows the mob to be fed the item inside self.follow be it apple, +wheat or whatever a set number of times and be tamed or bred as a result. +Will return true when mob is fed with item it likes. + + 'self' mob information + 'clicker' player information + 'feed_count' number of times mob must be fed to tame or breed + 'breed' true or false stating if mob can be bred and a child created + afterwards + 'tame' true or false stating if mob can be tamed so player can pick + them up + + +Protecting Mobs +--------------- + +mobs:protect(self, clicker) + +This function can be used to right-click any tamed mob with mobs:protector item, +this will protect the mob from harm inside of a protected area from other +players. Will return true when mob right-clicked with mobs:protector item. + + 'self' mob information + 'clicker' player information + + +Riding Mobs +----------- + +Mobs can now be ridden by players and the following shows its functions and +usage: + + +mobs:attach(self, player) + +This function attaches a player to the mob so it can be ridden. + + 'self' mob information + 'player' player information + + +mobs:detach(player, offset) + +This function will detach the player currently riding a mob to an offset +position. + + 'player' player information + 'offset' position table containing offset values + + +mobs:drive(self, move_animation, stand_animation, can_fly, dtime) + +This function allows an attached player to move the mob around and animate it at +same time. + + 'self' mob information + 'move_animation' string containing movement animation e.g. "walk" + 'stand_animation' string containing standing animation e.g. "stand" + 'can_fly' if true then jump and sneak controls will allow mob to fly + up and down + 'dtime' tick time used inside drive function + + +mobs:fly(self, dtime, speed, can_shoot, arrow_entity, move_animation, stand_animation) + +This function allows an attached player to fly the mob around using directional +controls. + + 'self' mob information + 'dtime' tick time used inside fly function + 'speed' speed of flight + 'can_shoot' true if mob can fire arrow (sneak and left mouse button + fires) + 'arrow_entity' name of arrow entity used for firing + 'move_animation' string containing name of pre-defined animation e.g. "walk" + or "fly" etc. + 'stand_animation' string containing name of pre-defined animation e.g. + "stand" or "blink" etc. + +Note: animation names above are from the pre-defined animation lists inside mob +registry without extensions. + + +mobs:set_animation(self, name) + +This function sets the current animation for mob, defaulting to "stand" if not +found. + + 'self' mob information + 'name' name of animation + + +Certain variables need to be set before using the above functions: + + 'self.v2' toggle switch used to define below values for the + first time + 'self.max_speed_forward' max speed mob can move forward + 'self.max_speed_reverse' max speed mob can move backwards + 'self.accel' acceleration speed + 'self.terrain_type' integer containing terrain mob can walk on + (1 = water, 2 or 3 = land) + 'self.driver_attach_at' position offset for attaching player to mob + 'self.driver_eye_offset' position offset for attached player view + 'self.driver_scale' sets driver scale for mobs larger than {x=1, y=1} + + +mobs:line_of_sight(self, pos1, pos2, stepsize) [DEPRECATED] + +This function is for use within the mobs definition for special use cases and +returns true if a mob can see the player or victim. + +...'self' mob information + 'pos1' position of mob + 'pos2' position of vistim or player + 'stepsize' usually set to 1 + +Use this instead: + + mob_class:line_of_sight(pos1, pos2, stepsize) + + +mobs:can_spawn(pos, name) + +This function checks the surrounding area at [pos] to see if there is enough empty +space to spawn mob [name], if so then a new position is returned for use, +otherwise nil is returned. + + +External Settings for "minetest.conf" +------------------------------------ + + 'enable_damage' if true monsters will attack players (default is true) + 'only_peaceful_mobs' if true only animals will spawn in game (default is + false) + 'mobs_disable_blood' if false blood effects appear when mob is hit (default + is false) + 'mobs_spawn_protected' if set to false then mobs will not spawn in protected + areas (default is true) + 'mobs_spawn_monster_protected' if set to false then monsters will not spawn in + protected areas (default is true) + 'remove_far_mobs' if true then untamed mobs that are outside players + visual range will be removed (default is true) + 'mobname' can change specific mob chance rate (0 to disable) and + spawn number e.g. mobs_animal:cow = 1000,5 + 'mob_difficulty' sets difficulty level (health and hit damage + multiplied by this number), defaults to 1.0. + 'mob_show_health' if false then punching mob will not show health status + (true by default) + 'mob_chance_multiplier' multiplies chance of all mobs spawning and can be set + to 0.5 to have mobs spawn more or 2.0 to spawn less. + e.g. 1 in 7000 * 0.5 = 1 in 3500 so better odds of + spawning. + 'mobs_spawn' if false then mobs no longer spawn without spawner or + spawn egg. + 'mobs_drop_items' when false mobs no longer drop items when they die. + 'mobs_griefing' when false mobs cannot break blocks when using either + pathfinding level 2, replace functions or mobs:boom + function. + 'mob_nospawn_range' Minimum range a mob can spawn near player (def: 12) + 'mob_active_limit' Number of active mobs in game, 0 for unlimited + 'mob_area_spawn' When true will check surrounding area the size of the + mob for obstructions before spawning, otherwise it + defaults to checking the height of the mob only. + 'mob_smooth_rotate' Enables smooth rotation when mobs turn by default. + +Players can override the spawn chance for each mob registered by adding a line +to their minetest.conf file with a new value, the lower the value the more each +mob will spawn e.g. + +mobs_animal:sheep 11000 +mobs_monster:sand_monster 100 + +...you can also change how many of a certain mob appear in an active mapblock by +adding a comma and then a new value e.g. + +mobs_animal:cow = 8000,4 <-- 4 cows per mapblock at 8000 spawn chance +mobs_monster:dirt_monster = ,20 <-- 20 dirt monsters per mapblock + + +Rideable Horse Example Mob +-------------------------- + +mobs:register_mob("mob_horse:horse", { + type = "animal", + visual = "mesh", + visual_size = {x = 1.20, y = 1.20}, + mesh = "mobs_horse.x", + collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.25, 0.4}, + animation = { + speed_normal = 15, + speed_run = 30, + stand_start = 25, + stand_end = 75, + walk_start = 75, + walk_end = 100, + run_start = 75, + run_end = 100, + }, + textures = { + {"mobs_horse.png"}, + {"mobs_horsepeg.png"}, + {"mobs_horseara.png"} + }, + fear_height = 3, + runaway = true, + fly = false, + walk_chance = 60, + view_range = 5, + follow = {"farming:wheat"}, + passive = true, + hp_min = 12, + hp_max = 16, + armor = 200, + lava_damage = 5, + fall_damage = 5, + water_damage = 1, + makes_footstep_sound = true, + drops = { + {name = "mobs:meat_raw", chance = 1, min = 2, max = 3} + }, + sounds = { + random = "horse_neigh.ogg", + damage = "horse_whinney.ogg", + }, + + do_custom = function(self, dtime) + + -- set needed values if not already present + if not self.v2 then + self.v2 = 0 + self.max_speed_forward = 6 + self.max_speed_reverse = 2 + self.accel = 6 + self.terrain_type = 3 + self.driver_attach_at = {x = 0, y = 20, z = -2} + self.driver_eye_offset = {x = 0, y = 3, z = 0} + self.driver_scale = {x = 1, y = 1} + end + + -- if driver present allow control of horse + if self.driver then + + mobs.drive(self, "walk", "stand", false, dtime) + + return false -- skip rest of mob functions + end + + return true + end, + + on_die = function(self, pos) + + -- drop saddle when horse is killed while riding + -- also detach from horse properly + if self.driver then + minetest.add_item(pos, "mobs:saddle") + mobs.detach(self.driver, {x = 1, y = 0, z = 1}) + end + + end, + + on_rightclick = function(self, clicker) + + -- make sure player is clicking + if not clicker or not clicker:is_player() then + return + end + + -- feed, tame or heal horse + if mobs:feed_tame(self, clicker, 10, true, true) then + return + end + + -- make sure tamed horse is being clicked by owner only + if self.tamed and self.owner == clicker:get_player_name() then + + local inv = clicker:get_inventory() + + -- detatch player already riding horse + if self.driver and clicker == self.driver then + + mobs.detach(clicker, {x = 1, y = 0, z = 1}) + + -- add saddle back to inventory + if inv:room_for_item("main", "mobs:saddle") then + inv:add_item("main", "mobs:saddle") + else + minetest.add_item(clicker.get_pos(), "mobs:saddle") + end + + -- attach player to horse + elseif not self.driver + and clicker:get_wielded_item():get_name() == "mobs:saddle" then + + self.object:set_properties({stepheight = 1.1}) + mobs.attach(self, clicker) + + -- take saddle from inventory + inv:remove_item("main", "mobs:saddle") + end + end + + -- used to capture horse with magic lasso + mobs:capture_mob(self, clicker, 0, 0, 80, false, nil) + end +}) diff --git a/mods/mobs/crafts.lua b/mods/mobs/crafts.lua new file mode 100644 index 0000000..a28af9b --- /dev/null +++ b/mods/mobs/crafts.lua @@ -0,0 +1,375 @@ + +local S = mobs.intllib + +-- name tag +minetest.register_craftitem("mobs:nametag", { + description = S("Name Tag"), + inventory_image = "mobs_nametag.png", + groups = {flammable = 2, nametag = 1} +}) + +if minetest.get_modpath("dye") and minetest.get_modpath("farming") then + minetest.register_craft({ + output = "mobs:nametag", + recipe = {{"default:paper", "dye:black", "farming:string"}} + }) +end + +-- leather +minetest.register_craftitem("mobs:leather", { + description = S("Leather"), + inventory_image = "mobs_leather.png", + groups = {flammable = 2, leather = 1} +}) + +-- raw meat +minetest.register_craftitem("mobs:meat_raw", { + description = S("Raw Meat"), + inventory_image = "mobs_meat_raw.png", + on_use = minetest.item_eat(3), + groups = {food_meat_raw = 1, flammable = 2} +}) + +-- cooked meat +minetest.register_craftitem("mobs:meat", { + description = S("Meat"), + inventory_image = "mobs_meat.png", + on_use = minetest.item_eat(8), + groups = {food_meat = 1, flammable = 2} +}) + +minetest.register_craft({ + type = "cooking", + output = "mobs:meat", + recipe = "mobs:meat_raw", + cooktime = 5 +}) + +-- lasso +minetest.register_tool("mobs:lasso", { + description = S("Lasso (right-click animal to put in inventory)"), + inventory_image = "mobs_magic_lasso.png", + groups = {flammable = 2} +}) + +if minetest.get_modpath("farming") then + minetest.register_craft({ + output = "mobs:lasso", + recipe = { + {"farming:string", "", "farming:string"}, + {"", "default:diamond", ""}, + {"farming:string", "", "farming:string"} + } + }) +end + +minetest.register_alias("mobs:magic_lasso", "mobs:lasso") + +-- net +minetest.register_tool("mobs:net", { + description = S("Net (right-click animal to put in inventory)"), + inventory_image = "mobs_net.png", + groups = {flammable = 2} +}) + +if minetest.get_modpath("farming") then + minetest.register_craft({ + output = "mobs:net", + recipe = { + {"group:stick", "", "group:stick"}, + {"group:stick", "", "group:stick"}, + {"farming:string", "group:stick", "farming:string"} + } + }) +end + +-- shears (right click to shear animal) +minetest.register_tool("mobs:shears", { + description = S("Steel Shears (right-click to shear)"), + inventory_image = "mobs_shears.png", + groups = {flammable = 2} +}) + +minetest.register_craft({ + output = "mobs:shears", + recipe = { + {"", "default:steel_ingot", ""}, + {"", "group:stick", "default:steel_ingot"} + } +}) + +-- protection rune +minetest.register_craftitem("mobs:protector", { + description = S("Mob Protection Rune"), + inventory_image = "mobs_protector.png", + groups = {flammable = 2} +}) + +minetest.register_craft({ + output = "mobs:protector", + recipe = { + {"default:stone", "default:stone", "default:stone"}, + {"default:stone", "default:goldblock", "default:stone"}, + {"default:stone", "default:stone", "default:stone"} + } +}) + +-- level 2 protection rune +minetest.register_craftitem("mobs:protector2", { + description = S("Mob Protection Rune (Level 2)"), + inventory_image = "mobs_protector2.png", + groups = {flammable = 2} +}) + +minetest.register_craft({ + output = "mobs:protector2", + recipe = { + {"mobs:protector", "default:mese_crystal", "mobs:protector"}, + {"default:mese_crystal", "default:diamondblock", "default:mese_crystal"}, + {"mobs:protector", "default:mese_crystal", "mobs:protector"} + } +}) + +-- saddle +minetest.register_craftitem("mobs:saddle", { + description = S("Saddle"), + inventory_image = "mobs_saddle.png", + groups = {flammable = 2, saddle = 1} +}) + +minetest.register_craft({ + output = "mobs:saddle", + recipe = { + {"mobs:leather", "mobs:leather", "mobs:leather"}, + {"mobs:leather", "default:steel_ingot", "mobs:leather"}, + {"mobs:leather", "default:steel_ingot", "mobs:leather"} + } +}) + + +-- make sure we can register fences +if minetest.get_modpath("default") and default.register_fence then + +-- mob fence (looks like normal fence but collision is 2 high) +default.register_fence("mobs:fence_wood", { + description = S("Mob Fence"), + texture = "default_wood.png", + material = "default:fence_wood", + groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}, + sounds = default.node_sound_wood_defaults(), + collision_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, 1.9, 0.5}, + } + } +}) +end + +-- mob fence top (has enlarged collisionbox to stop mobs getting over) +minetest.register_node("mobs:fence_top", { + description = S("Mob Fence Top"), + drawtype = "nodebox", + tiles = {"default_wood.png"}, + paramtype = "light", + is_ground_content = false, + groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}, + sounds = default.node_sound_wood_defaults(), + node_box = { + type = "fixed", + fixed = {-0.2, -0.5, -0.2, 0.2, 0, 0.2} + }, + collision_box = { + type = "fixed", + fixed = {-0.4, -1.5, -0.4, 0.4, 0, 0.4} + }, + selection_box = { + type = "fixed", + fixed = {-0.4, -1.5, -0.4, 0.4, 0, 0.4} + } +}) + +minetest.register_craft({ + output = "mobs:fence_top 12", + recipe = { + {"group:wood", "group:wood", "group:wood"}, + {"", "default:fence_wood", ""} + } +}) + + +-- items that can be used as fuel +minetest.register_craft({ + type = "fuel", + recipe = "mobs:nametag", + burntime = 3 +}) + +minetest.register_craft({ + type = "fuel", + recipe = "mobs:lasso", + burntime = 7 +}) + +minetest.register_craft({ + type = "fuel", + recipe = "mobs:net", + burntime = 8 +}) + +minetest.register_craft({ + type = "fuel", + recipe = "mobs:leather", + burntime = 4 +}) + +minetest.register_craft({ + type = "fuel", + recipe = "mobs:saddle", + burntime = 7 +}) + +minetest.register_craft({ + type = "fuel", + recipe = "mobs:fence_wood", + burntime = 7 +}) + +minetest.register_craft({ + type = "fuel", + recipe = "mobs:fence_top", + burntime = 2 +}) + + +-- this tool spawns same mob and adds owner, protected, nametag info +-- then removes original entity, this is used for fixing any issues. + +local tex_obj + +minetest.register_tool(":mobs:mob_reset_stick", { + description = S("Mob Reset Stick"), + inventory_image = "default_stick.png^[colorize:#ff000050", + stack_max = 1, + groups = {not_in_creative_inventory = 1}, + + on_use = function(itemstack, user, pointed_thing) + + if pointed_thing.type ~= "object" then + return + end + + local obj = pointed_thing.ref + + local control = user:get_player_control() + local sneak = control and control.sneak + + -- spawn same mob with saved stats, with random texture + if obj and not sneak then + + local self = obj:get_luaentity() + local obj2 = minetest.add_entity(obj:get_pos(), self.name) + + if obj2 then + + local ent2 = obj2:get_luaentity() + + ent2.protected = self.protected + ent2.owner = self.owner + ent2.nametag = self.nametag + ent2.gotten = self.gotten + ent2.tamed = self.tamed + ent2.health = self.health + ent2.order = self.order + + if self.child then + obj2:set_velocity({x = 0, y = self.jump_height, z = 0}) + end + + obj2:set_properties({nametag = self.nametag}) + + obj:remove() + end + end + + -- display form to enter texture name ending in .png + if obj and sneak then + + tex_obj = obj + + -- get base texture + local bt = tex_obj:get_luaentity().base_texture[1] + + if type(bt) ~= "string" then + bt = "" + end + + local name = user:get_player_name() + + minetest.show_formspec(name, "mobs_texture", "size[8,4]" + .. "field[0.5,1;7.5,0;name;" + .. minetest.formspec_escape(S("Enter texture:")) .. ";" .. bt .. "]" + .. "button_exit[2.5,3.5;3,1;mob_texture_change;" + .. minetest.formspec_escape(S("Change")) .. "]") + end + end +}) + +minetest.register_on_player_receive_fields(function(player, formname, fields) + + -- right-clicked with nametag and name entered? + if formname == "mobs_texture" + and fields.name + and fields.name ~= "" then + + -- does mob still exist? + if not tex_obj + or not tex_obj:get_luaentity() then + return + end + + -- make sure nametag is being used to name mob + local item = player:get_wielded_item() + + if item:get_name() ~= "mobs:mob_reset_stick" then + return + end + + -- limit name entered to 64 characters long + if fields.name:len() > 64 then + fields.name = fields.name:sub(1, 64) + end + + -- update texture + local self = tex_obj:get_luaentity() + + self.base_texture = {fields.name} + + tex_obj:set_properties({textures = {fields.name}}) + + -- reset external variable + tex_obj = nil + end +end) + + +-- Meat Block (thanks to painterlypack.net for allowing me to use these textures) +minetest.register_node("mobs:meatblock", { + description = S("Meat Block"), + tiles = {"mobs_meat_top.png", "mobs_meat_bottom.png", "mobs_meat_side.png"}, + paramtype2 = "facedir", + groups = {choppy = 1, oddly_breakable_by_hand = 1, flammable = 2}, + sounds = default and default.node_sound_leaves_defaults(), + on_place = minetest.rotate_node, + on_use = minetest.item_eat(20) +}) + +minetest.register_craft({ + output = "mobs:meatblock", +-- type = "shapeless", + recipe = { + {"group:food_meat", "group:food_meat", "group:food_meat"}, + {"group:food_meat", "group:food_meat", "group:food_meat"}, + {"group:food_meat", "group:food_meat", "group:food_meat"} + } +}) diff --git a/mods/mobs/depends.txt b/mods/mobs/depends.txt new file mode 100644 index 0000000..0c580bd --- /dev/null +++ b/mods/mobs/depends.txt @@ -0,0 +1,10 @@ +default? +tnt? +dye? +farming? +invisibility? +intllib? +lucky_block? +cmi? +toolranks? +pathfinder? diff --git a/mods/mobs/description.txt b/mods/mobs/description.txt new file mode 100644 index 0000000..919852a --- /dev/null +++ b/mods/mobs/description.txt @@ -0,0 +1 @@ +Adds a mob api for mods to add animals or monsters etc. \ No newline at end of file diff --git a/mods/mobs/init.lua b/mods/mobs/init.lua new file mode 100644 index 0000000..4632238 --- /dev/null +++ b/mods/mobs/init.lua @@ -0,0 +1,25 @@ + +local path = minetest.get_modpath("mobs") + +-- Peaceful player privilege +minetest.register_privilege("peaceful_player", { + description = "Prevents Mobs Redo mobs from attacking player", + give_to_singleplayer = false +}) + +-- Mob API +dofile(path .. "/api.lua") + +-- Rideable Mobs +dofile(path .. "/mount.lua") + +-- Mob Items +dofile(path .. "/crafts.lua") + +-- Mob Spawner +dofile(path .. "/spawner.lua") + +-- Lucky Blocks +dofile(path .. "/lucky_block.lua") + +print("[MOD] Mobs Redo loaded") diff --git a/mods/mobs/intllib.lua b/mods/mobs/intllib.lua new file mode 100644 index 0000000..7decdf7 --- /dev/null +++ b/mods/mobs/intllib.lua @@ -0,0 +1,3 @@ +-- Support for the old multi-load method +return dofile(minetest.get_modpath("intllib").."/init.lua") + diff --git a/mods/mobs/license.txt b/mods/mobs/license.txt new file mode 100644 index 0000000..fec6f6a --- /dev/null +++ b/mods/mobs/license.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 TenPlus1 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/mods/mobs/locale/de_DE.po b/mods/mobs/locale/de_DE.po new file mode 100644 index 0000000..210990d --- /dev/null +++ b/mods/mobs/locale/de_DE.po @@ -0,0 +1,131 @@ +# Mobs Redo translation. +# Copyright (C) 2017 TenPlus1 +# This file is distributed under the same license as the mobs package. +# Wuzzy , 2017 +# +msgid "" +msgstr "" +"Project-Id-Version: mobs\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-02 16:48+0200\n" +"PO-Revision-Date: 2017-07-02 14:27+0200\n" +"Last-Translator: Wuzzy \n" +"Language-Team: \n" +"Language: de_DE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.0.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: api.lua +msgid "** Peaceful Mode Active - No Monsters Will Spawn" +msgstr "" + +#: api.lua +msgid "Mob has been protected!" +msgstr "Kreatur wurde geschützt!" + +#: api.lua +msgid "@1 (Tamed)" +msgstr "@1 (Gezähmt)" + +#: api.lua +msgid "Not tamed!" +msgstr "Nicht gezähmt!" + +#: api.lua +msgid "@1 is owner!" +msgstr "@1 ist der Besitzer!" + +#: api.lua +msgid "Missed!" +msgstr "Daneben!" + +#: api.lua +msgid "Already protected!" +msgstr "Bereits geschützt!" + +#: api.lua +msgid "@1 at full health (@2)" +msgstr "@1 bei voller Gesundheit (@2)" + +#: api.lua +msgid "@1 has been tamed!" +msgstr "@1 wurde gezähmt!" + +#: api.lua +msgid "Enter name:" +msgstr "Namen eingeben:" + +#: api.lua +msgid "Rename" +msgstr "Umbenennen" + +#: crafts.lua +msgid "Name Tag" +msgstr "Namensschild" + +#: crafts.lua +msgid "Leather" +msgstr "Leder" + +#: crafts.lua +msgid "Raw Meat" +msgstr "Rohes Fleisch" + +#: crafts.lua +msgid "Meat" +msgstr "Fleisch" + +#: crafts.lua +msgid "Lasso (right-click animal to put in inventory)" +msgstr "Lasso (Rechtsklick auf Tier, um es zu nehmen)" + +#: crafts.lua +msgid "Net (right-click animal to put in inventory)" +msgstr "Netz (Rechtsklick auf Tier, um es zu nehmen)" + +#: crafts.lua +msgid "Steel Shears (right-click to shear)" +msgstr "Stahlschere (Rechtsklick zum Scheren)" + +#: crafts.lua +msgid "Mob Protection Rune" +msgstr "Kreaturschutzrune" + +#: crafts.lua +msgid "Saddle" +msgstr "Sattel" + +#: crafts.lua +msgid "Mob Fence" +msgstr "Kreaturen Zaun" + +#: spawner.lua +msgid "Mob Spawner" +msgstr "Kreaturenspawner" + +#: spawner.lua +msgid "Mob MinLight MaxLight Amount PlayerDist" +msgstr "Kreatur MinLicht MaxLicht Menge SpielerEntfng" + +#: spawner.lua +msgid "Spawner Not Active (enter settings)" +msgstr "Nicht aktiv (Einstellungen eingeben)" + +#: spawner.lua +msgid "Spawner Active (@1)" +msgstr "Spawner aktiv (@1)" + +#: spawner.lua +msgid "Mob Spawner settings failed!" +msgstr "Kreaturenspawner-Einstellungen gescheitert!" + +#: spawner.lua +msgid "" +"Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] " +"distance[1-20] y_offset[-10 to 10]”" +msgstr "" +"Syntax: „name min_licht[0-14] max_licht[0-14] max_mobs_im_gebiet[0 zum " +"Deaktivieren] distanz[1-20] y_versatz[-10 bis 10]“" diff --git a/mods/mobs/locale/es.po b/mods/mobs/locale/es.po new file mode 100644 index 0000000..849db66 --- /dev/null +++ b/mods/mobs/locale/es.po @@ -0,0 +1,128 @@ +# Mobs Redo translation. +# Copyright (C) 2017 TenPlus1 +# This file is distributed under the same license as the mobs package. +# Wuzzy , 2017 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-16 16:48+0200\n" +"PO-Revision-Date: 2017-07-16 16:48+0200\n" +"Last-Translator: Aleks \n" +"Language-Team: \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: api.lua +msgid "** Peaceful Mode Active - No Monsters Will Spawn" +msgstr "" + +#: api.lua +msgid "Mob has been protected!" +msgstr "El mob ha sido protegido!" + +#: api.lua +msgid "@1 (Tamed)" +msgstr "@1 (Domesticado)" + +#: api.lua +msgid "Not tamed!" +msgstr "No domesticado!" + +#: api.lua +msgid "@1 is owner!" +msgstr "@1 es el dueño!" + +#: api.lua +msgid "Missed!" +msgstr "Perdido!" + +#: api.lua +msgid "Already protected!" +msgstr "Ya está protegido!" + +#: api.lua +msgid "@1 at full health (@2)" +msgstr "@1 con salud llena (@2)" + +#: api.lua +msgid "@1 has been tamed!" +msgstr "@1 ha sido domesticado!" + +#: api.lua +msgid "Enter name:" +msgstr "Ingrese nombre:" + +#: api.lua +msgid "Rename" +msgstr "Renombrar" + +#: crafts.lua +msgid "Name Tag" +msgstr "Nombrar etiqueta" + +#: crafts.lua +msgid "Leather" +msgstr "Cuero" + +#: crafts.lua +msgid "Raw Meat" +msgstr "Carne cruda" + +#: crafts.lua +msgid "Meat" +msgstr "Carne" + +#: crafts.lua +msgid "Lasso (right-click animal to put in inventory)" +msgstr "Lazo (click derecho en animal para colocar en inventario)" + +#: crafts.lua +msgid "Net (right-click animal to put in inventory)" +msgstr "Red (click derecho en animal para colocar en inventario)" + +#: crafts.lua +msgid "Steel Shears (right-click to shear)" +msgstr "Tijera de acero (click derecho para esquilar)" + +#: crafts.lua +msgid "Mob Protection Rune" +msgstr "Runa de protección de Mob" + +#: crafts.lua +msgid "Saddle" +msgstr "Montura" + +#: crafts.lua +msgid "Mob Fence" +msgstr "" + +#: spawner.lua +msgid "Mob Spawner" +msgstr "Generador de Mob" + +#: spawner.lua +msgid "Mob MinLight MaxLight Amount PlayerDist" +msgstr "Mob LuzMin LuzMax Cantidad DistJugador" + +#: spawner.lua +msgid "Spawner Not Active (enter settings)" +msgstr "Generador no activo (ingrese config)" + +#: spawner.lua +msgid "Spawner Active (@1)" +msgstr "Generador activo (@1)" + +#: spawner.lua +msgid "Mob Spawner settings failed!" +msgstr "Configuracion de generador de Mob falló!" + +#: spawner.lua +msgid "" +"Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] " +"distance[1-20] y_offset[-10 to 10]”" +msgstr "Sintaxis: “nombre luz_min[0-14] luz_max[0-14] max_mobs_en_area[0 para deshabilitar] " +"distancia[1-20] compensacion[-10 a 10]”" diff --git a/mods/mobs/locale/fr.po b/mods/mobs/locale/fr.po new file mode 100644 index 0000000..53b5f9f --- /dev/null +++ b/mods/mobs/locale/fr.po @@ -0,0 +1,136 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-29 09:13+0200\n" +"PO-Revision-Date: 2020-08-13 21:20+0500\n" +"Last-Translator: Olivier Dragon \n" +"Language-Team: \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: api.lua +msgid "** Peaceful Mode Active - No Monsters Will Spawn" +msgstr "** Mode pacifique activé - Aucun monstre ne sera généré" + +#: api.lua +msgid "Mob has been protected!" +msgstr "L'animal a été protégé !" + +#: api.lua +msgid "@1 (Tamed)" +msgstr "@1 (apprivoisé)" + +#: api.lua +msgid "Not tamed!" +msgstr "Non-apprivoisé !" + +#: api.lua +msgid "@1 is owner!" +msgstr "Appartient à @1 !" + +#: api.lua +msgid "Missed!" +msgstr "Raté !" + +#: api.lua +msgid "Already protected!" +msgstr "Déjà protégé !" + +#: api.lua +msgid "@1 at full health (@2)" +msgstr "@1 est en pleine forme (@2) " + +#: api.lua +msgid "@1 has been tamed!" +msgstr "@1 a été apprivoisé ! " + +#: api.lua +msgid "Enter name:" +msgstr "Saisissez un nom :" + +#: api.lua +msgid "Rename" +msgstr "Renommer" + +#: crafts.lua +msgid "Name Tag" +msgstr "Étiquette de collier" + +#: crafts.lua +msgid "Leather" +msgstr "Cuir" + +#: crafts.lua +msgid "Raw Meat" +msgstr "Viande crue" + +#: crafts.lua +msgid "Meat" +msgstr "Viande" + +#: crafts.lua +msgid "Lasso (right-click animal to put in inventory)" +msgstr "Lasso (clic droit sur l'animal pour le mettre dans l'inventaire)" + +#: crafts.lua +msgid "Net (right-click animal to put in inventory)" +msgstr "Filet (clic droit sur l'animal pour le mettre dans l'inventaire)" + +#: crafts.lua +msgid "Steel Shears (right-click to shear)" +msgstr "Ciseaux à laine (clic droit pour tondre)" + +#: crafts.lua +msgid "Mob Protection Rune" +msgstr "Rune de protection des animaux" + +#: crafts.lua +msgid "Saddle" +msgstr "Selle" + +#: crafts.lua +msgid "Mob Fence" +msgstr "Clôture à animaux" + +#: crafts.lua +msgid "Mob Fence Top" +msgstr "Haut de clôture à animaux" + +#: spawner.lua +msgid "Mob Spawner" +msgstr "Générateur de mob" + +#: spawner.lua +msgid "(mob name) (min light) (max light) (amount) (player distance) (Y offset)" +msgstr "(Nom) (MinLumière) (MaxLumière) (Quantité) (Distance du Joueur) (Décalage en Y)" + +#: spawner.lua +msgid "Spawner Not Active (enter settings)" +msgstr "Générateur non actif (entrez les paramètres)" + +#: spawner.lua +msgid "Command:" +msgstr "Commande:" + +#: spawner.lua +msgid "Spawner Active (@1)" +msgstr "Générateur actif (@1)" + +#: spawner.lua +msgid "Mob Spawner settings failed!" +msgstr "Echec des paramètres du générateur" + +#: spawner.lua +msgid "" +"Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] " +"distance[1-20] y_offset[-10 to 10]”" +msgstr "Syntaxe : “nom min_lumière[0-14] max_lumière[0-14] max_mobs_dans_zone[0 pour désactiver] distance[1-20] décalage_y[-10 à 10]“" diff --git a/mods/mobs/locale/it.po b/mods/mobs/locale/it.po new file mode 100644 index 0000000..a40c33f --- /dev/null +++ b/mods/mobs/locale/it.po @@ -0,0 +1,131 @@ +# ITALIAN LOCALE FILE FOR THE MOBS REDO MODULE +# Copyright (c) 2014 Krupnov Pavel and 2016 TenPlus1 +# This file is distributed under the same license as the MOBS REDO package. +# Hamlet , 2017. +# +msgid "" +msgstr "" +"Project-Id-Version: Italian locale file for the Mobs Redo module\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-02 16:48+0200\n" +"PO-Revision-Date: 2020-05-11 13:33+0200\n" +"Last-Translator: Hamlet \n" +"Language-Team: \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 2.2.1\n" + +#: api.lua +msgid "** Peaceful Mode Active - No Monsters Will Spawn" +msgstr "** Modalità pacifica attiva - non comparirà nessun mostro" + +#: api.lua +msgid "Mob has been protected!" +msgstr "Il mob è stato protetto!" + +#: api.lua +msgid "@1 (Tamed)" +msgstr "@1 (Addomesticato)" + +#: api.lua +msgid "Not tamed!" +msgstr "Non addomesticato!" + +#: api.lua +msgid "@1 is owner!" +msgstr "Il padrone è @1!" + +#: api.lua +msgid "Missed!" +msgstr "Mancato!" + +#: api.lua +msgid "Already protected!" +msgstr "Già protetto!" + +#: api.lua +msgid "@1 at full health (@2)" +msgstr "@1 in piena salute (@2)" + +#: api.lua +msgid "@1 has been tamed!" +msgstr "@1 è stato addomesticato!" + +#: api.lua +msgid "Enter name:" +msgstr "Inserire il nome:" + +#: api.lua +msgid "Rename" +msgstr "Rinomina" + +#: crafts.lua +msgid "Name Tag" +msgstr "Targhetta" + +#: crafts.lua +msgid "Leather" +msgstr "Pelle" + +#: crafts.lua +msgid "Raw Meat" +msgstr "Carne cruda" + +#: crafts.lua +msgid "Meat" +msgstr "Carne" + +#: crafts.lua +msgid "Lasso (right-click animal to put in inventory)" +msgstr "Lazo (click di destro per mettere l'animale nell'inventario)" + +#: crafts.lua +msgid "Net (right-click animal to put in inventory)" +msgstr "Rete (click destro per mettere l'animale nell'inventario)" + +#: crafts.lua +msgid "Steel Shears (right-click to shear)" +msgstr "Cesoie d'acciaio (click destro per tosare)" + +#: crafts.lua +msgid "Mob Protection Rune" +msgstr "Runa di protezione per mob" + +#: crafts.lua +msgid "Saddle" +msgstr "Sella" + +#: crafts.lua +msgid "Mob Fence" +msgstr "Recinzione per mob" + +#: spawner.lua +msgid "Mob Spawner" +msgstr "Generatore di mob" + +#: spawner.lua +msgid "Mob MinLight MaxLight Amount PlayerDist" +msgstr "Mob LuceMin LuceMax Ammontare DistGiocat." + +#: spawner.lua +msgid "Spawner Not Active (enter settings)" +msgstr "Generatore inattivo (inserire le impostazioni)" + +#: spawner.lua +msgid "Spawner Active (@1)" +msgstr "Generatore attivo (@1)" + +#: spawner.lua +msgid "Mob Spawner settings failed!" +msgstr "Impostazioni del generatore di mob fallite!" + +#: spawner.lua +msgid "" +"Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] " +"distance[1-20] y_offset[-10 to 10]”" +msgstr "" +"Sintassi: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 per " +"disabilitare] distance[1-20] y_offset[-10 fino a 10]”" diff --git a/mods/mobs/locale/mobs.de_DE.tr b/mods/mobs/locale/mobs.de_DE.tr new file mode 100644 index 0000000..f11b665 --- /dev/null +++ b/mods/mobs/locale/mobs.de_DE.tr @@ -0,0 +1,34 @@ +# textdomain:mobs +#** Peaceful Mode Active - No Monsters Will Spawn= +@1 (Tamed)=@1 (Gezähmt) +@1 at full health (@2)=@1 bei voller Gesundheit (@2) +@1 has been tamed!=@1 wurde gezähmt! +@1 is owner!=@1 ist der Besitzer! +#Active Mob Limit Reached!= +Already protected!=Bereits geschützt! +#Change= +#Command:= +Enter name:=Namen eingeben: +#Enter texture:= +Lasso (right-click animal to put in inventory)=Lasso (Rechtsklick auf Tier, um es zu nehmen) +Leather=Leder +Meat=Fleisch +Missed!=Daneben! +Mob Fence=Kreaturen Zaun +#Mob Fence Top= +Mob Protection Rune=Kreaturschutzrune +#Mob Reset Stick= +#Mob Spawner= +Mob Spawner settings failed!=Kreaturenspawner-Einstellungen gescheitert! +Mob has been protected!=Kreatur wurde geschützt! +Name Tag=Namensschild +Net (right-click animal to put in inventory)=Netz (Rechtsklick auf Tier, um es zu nehmen) +Not tamed!=Nicht gezähmt! +Raw Meat=Rohes Fleisch +Rename=Umbenennen +Saddle=Sattel +Spawner Active (@1)=Spawner aktiv (@1) +Spawner Not Active (enter settings)=Nicht aktiv (Einstellungen eingeben) +Steel Shears (right-click to shear)=Stahlschere (Rechtsklick zum Scheren) +#Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] player_distance[1-20] y_offset[-10 to 10]”= +#lifetimer expired, removed @1= diff --git a/mods/mobs/locale/mobs.en.tr b/mods/mobs/locale/mobs.en.tr new file mode 100644 index 0000000..fab62b7 --- /dev/null +++ b/mods/mobs/locale/mobs.en.tr @@ -0,0 +1,34 @@ +# textdomain:mobs +#** Peaceful Mode Active - No Monsters Will Spawn= +#@1 (Tamed)= +#@1 at full health (@2)= +#@1 has been tamed!= +#@1 is owner!= +#Active Mob Limit Reached!= +#Already protected!= +#Change= +#Command:= +#Enter name:= +#Enter texture:= +#Lasso (right-click animal to put in inventory)= +#Leather= +#Meat= +#Missed!= +#Mob Fence= +#Mob Fence Top= +#Mob Protection Rune= +#Mob Reset Stick= +#Mob Spawner= +#Mob Spawner settings failed!= +#Mob has been protected!= +#Name Tag= +#Net (right-click animal to put in inventory)= +#Not tamed!= +#Raw Meat= +#Rename= +#Saddle= +#Spawner Active (@1)= +#Spawner Not Active (enter settings)= +#Steel Shears (right-click to shear)= +#Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] player_distance[1-20] y_offset[-10 to 10]”= +#lifetimer expired, removed @1= diff --git a/mods/mobs/locale/mobs.es.tr b/mods/mobs/locale/mobs.es.tr new file mode 100644 index 0000000..29ee934 --- /dev/null +++ b/mods/mobs/locale/mobs.es.tr @@ -0,0 +1,34 @@ +# textdomain:mobs +#** Peaceful Mode Active - No Monsters Will Spawn= +@1 (Tamed)=@1 (Domesticado) +@1 at full health (@2)=@1 con salud llena (@2) +@1 has been tamed!=@1 ha sido domesticado! +@1 is owner!=@1 es el dueño! +#Active Mob Limit Reached!= +Already protected!=Ya está protegido! +#Change= +#Command:= +Enter name:=Ingrese nombre: +#Enter texture:= +Lasso (right-click animal to put in inventory)=Lazo (click derecho en animal para colocar en inventario) +Leather=Cuero +Meat=Carne +Missed!=Perdido! +#Mob Fence= +#Mob Fence Top= +Mob Protection Rune=Runa de protección de Mob +#Mob Reset Stick= +#Mob Spawner= +Mob Spawner settings failed!=Configuracion de generador de Mob falló! +Mob has been protected!=El mob ha sido protegido! +Name Tag=Nombrar etiqueta +Net (right-click animal to put in inventory)=Red (click derecho en animal para colocar en inventario) +Not tamed!=No domesticado! +Raw Meat=Carne cruda +Rename=Renombrar +Saddle=Montura +Spawner Active (@1)=Generador activo (@1) +Spawner Not Active (enter settings)=Generador no activo (ingrese config) +Steel Shears (right-click to shear)=Tijera de acero (click derecho para esquilar) +#Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] player_distance[1-20] y_offset[-10 to 10]”= +#lifetimer expired, removed @1= diff --git a/mods/mobs/locale/mobs.fr.tr b/mods/mobs/locale/mobs.fr.tr new file mode 100644 index 0000000..3e137fb --- /dev/null +++ b/mods/mobs/locale/mobs.fr.tr @@ -0,0 +1,34 @@ +# textdomain:mobs +** Peaceful Mode Active - No Monsters Will Spawn=** Mode pacifique activé - aucun monstre ne sera généré +@1 (Tamed)=@1 (apprivoisé) +@1 at full health (@2)=@1 est en pleine forme (@2) +@1 has been tamed!=@1 a été apprivoisé ! +@1 is owner!=Appartient à @1 ! +Active Mob Limit Reached!=Limite atteinte du nombre des êtres vivants actifs ! +Already protected!=Déjà protégé ! +Change=Changer +Command:=Commande : +Enter name:=Saisissez un nom : +Enter texture:=Saisissez une texture : +Lasso (right-click animal to put in inventory)=Lasso (clic droit sur l'animal pour le mettre dans l'inventaire) +Leather=Cuir +Meat=Viande +Missed!=Raté ! +Mob Fence= Clôture à animaux +Mob Fence Top=Haut de clôture à animaux +Mob Protection Rune=Rune de protection des animaux +Mob Reset Stick=Baguette de réinitialisation des êtres vivants +Mob Spawner=Créateur d'êtres vivants +Mob Spawner settings failed!=Échec des paramètres du créateur d'être vivants ! +Mob has been protected!=L'animal a été protégé ! +Name Tag=Étiquette de collier +Net (right-click animal to put in inventory)=Filet (clic droit sur l'animal pour le mettre dans l'inventaire) +Not tamed!=Non-apprivoisé ! +Raw Meat=Viande crue +Rename=Renommer +Saddle=Selle +Spawner Active (@1)=Créateur actif (@1) +Spawner Not Active (enter settings)=Créateur non actif (entrez les paramètres) +Steel Shears (right-click to shear)=Ciseaux à laine (clic droit pour tondre) +Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] player_distance[1-20] y_offset[-10 to 10]”=Syntaxe : «name min_lumière[0-14] max_lumière[0-14] max_être_vivant_dans_région[0 pour désactiver] distance_joueur[1-20] décalage_y[-10 to 10]» +lifetimer expired, removed @1=Être immortel expiré ; @1 retiré diff --git a/mods/mobs/locale/mobs.it.tr b/mods/mobs/locale/mobs.it.tr new file mode 100644 index 0000000..6b5edd9 --- /dev/null +++ b/mods/mobs/locale/mobs.it.tr @@ -0,0 +1,34 @@ +# textdomain:mobs +** Peaceful Mode Active - No Monsters Will Spawn=** Modalità pacifica attiva - non comparirà nessun mostro +@1 (Tamed)=@1 (Addomesticato) +@1 at full health (@2)=@1 in piena salute (@2) +@1 has been tamed!=@1 è stato addomesticato! +@1 is owner!=Il padrone è @1! +#Active Mob Limit Reached!= +Already protected!=Già protetto! +#Change= +#Command:= +Enter name:=Inserire il nome: +#Enter texture:= +Lasso (right-click animal to put in inventory)=Lazo (click di destro per mettere l'animale nell'inventario) +Leather=Pelle +Meat=Carne +Missed!=Mancato! +Mob Fence=Recinzione per mob +#Mob Fence Top= +Mob Protection Rune=Runa di protezione per mob +#Mob Reset Stick= +#Mob Spawner= +Mob Spawner settings failed!=Impostazioni del generatore di mob fallite! +Mob has been protected!=Il mob è stato protetto! +Name Tag=Targhetta +Net (right-click animal to put in inventory)=Rete (click destro per mettere l'animale nell'inventario) +Not tamed!=Non addomesticato! +Raw Meat=Carne cruda +Rename=Rinomina +Saddle=Sella +Spawner Active (@1)=Generatore attivo (@1) +Spawner Not Active (enter settings)=Generatore inattivo (inserire le impostazioni) +Steel Shears (right-click to shear)=Cesoie d'acciaio (click destro per tosare) +#Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] player_distance[1-20] y_offset[-10 to 10]”= +#lifetimer expired, removed @1= diff --git a/mods/mobs/locale/mobs.ms.tr b/mods/mobs/locale/mobs.ms.tr new file mode 100644 index 0000000..f79e2fb --- /dev/null +++ b/mods/mobs/locale/mobs.ms.tr @@ -0,0 +1,34 @@ +# textdomain:mobs +** Peaceful Mode Active - No Monsters Will Spawn=** Mod Aman Diaktifkan - Tiada Raksasa Akan Muncul +@1 (Tamed)=@1 (Jinak) +@1 at full health (@2)=Mata kesihatan @1 telah penuh (@2) +@1 has been tamed!=@1 telah dijinakkan! +@1 is owner!=Ini hak milik @1! +#Active Mob Limit Reached!= +Already protected!=Telah dilindungi! +#Change= +#Command:= +Enter name:=Masukkan nama: +#Enter texture:= +Lasso (right-click animal to put in inventory)=Tanjul (klik-kanan haiwan untuk masukkan ke inventori) +Leather=Kulit +Meat=Daging Bakar +Missed!=Terlepas! +Mob Fence=Pagar Mob +#Mob Fence Top= +Mob Protection Rune=Rune Perlindungan Mob +#Mob Reset Stick= +#Mob Spawner= +Mob Spawner settings failed!=Penetapan Pewujud Mob gagal! +Mob has been protected!=Mob telah pun dilindungi! +Name Tag=Tanda Nama +Net (right-click animal to put in inventory)=Jaring (klik-kanan haiwan untuk masukkan ke inventori) +Not tamed!=Belum dijinakkan! +Raw Meat=Daging Mentah +Rename=Namakan semula +Saddle=Pelana +Spawner Active (@1)=Pewujud Mob Aktif (@1) +Spawner Not Active (enter settings)=Pewujud Mob Tidak Aktif (masukkan tetapan) +Steel Shears (right-click to shear)=Ketam Keluli (klik-kanan untuk mengetam bulu biri-biri) +#Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] player_distance[1-20] y_offset[-10 to 10]”= +#lifetimer expired, removed @1= diff --git a/mods/mobs/locale/mobs.pt.tr b/mods/mobs/locale/mobs.pt.tr new file mode 100644 index 0000000..b62e989 --- /dev/null +++ b/mods/mobs/locale/mobs.pt.tr @@ -0,0 +1,34 @@ +# textdomain:mobs +#** Peaceful Mode Active - No Monsters Will Spawn= +#@1 (Tamed)= +@1 at full health (@2)=@1 em plena saude (@2) +@1 has been tamed!=@1 foi domesticado! +@1 is owner!=Dono @1! +#Active Mob Limit Reached!= +#Already protected!= +#Change= +#Command:= +Enter name:=Insira um nome: +#Enter texture:= +Lasso (right-click animal to put in inventory)=Laço (clique-direito no animal para por no inventario) +Leather=Couro +Meat=Carne +Missed!=Faltou! +#Mob Fence= +#Mob Fence Top= +#Mob Protection Rune= +#Mob Reset Stick= +#Mob Spawner= +Mob Spawner settings failed!=Configuraçao de Spawnador do Mob falhou! +#Mob has been protected!= +Name Tag=Etiqueta +Net (right-click animal to put in inventory)=Net (clique-direito no animal para por no inventario) +Not tamed!=Indomesticado! +Raw Meat=Carne crua +Rename=Renomear +#Saddle= +Spawner Active (@1)=Spawnador Ativo (@1) +Spawner Not Active (enter settings)=Spawnador Inativo (configurar) +Steel Shears (right-click to shear)=Tesoura de Aço (clique-direito para tosquiar) +#Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] player_distance[1-20] y_offset[-10 to 10]”= +#lifetimer expired, removed @1= diff --git a/mods/mobs/locale/mobs.ru.tr b/mods/mobs/locale/mobs.ru.tr new file mode 100644 index 0000000..f7c201a --- /dev/null +++ b/mods/mobs/locale/mobs.ru.tr @@ -0,0 +1,34 @@ +# textdomain:mobs +** Peaceful Mode Active - No Monsters Will Spawn=** Мирный модус активирован - монстры не спаунятся +@1 (Tamed)=@1 (Прирученный) +@1 at full health (@2)=@1 при полном здоровье (@2) +@1 has been tamed!=@1 приручен +@1 is owner!=@1 владелец +#Active Mob Limit Reached!= +Already protected!=Уже защищен! +#Change= +#Command:= +Enter name:=Введите имя: +#Enter texture:= +Lasso (right-click animal to put in inventory)=Лассо (Правый клик - положить животное в инвентарь) +Leather=Кожа +Meat=Мясо +Missed!=Промазал! +Mob Fence=Забор от мобов +#Mob Fence Top= +Mob Protection Rune=Защитная руна мобов +#Mob Reset Stick= +#Mob Spawner= +Mob Spawner settings failed!=Настройки спаунера моба провалились +Mob has been protected!=Моб защищен! +Name Tag=Новый тэг +Net (right-click animal to put in inventory)=Сеть (Правый клик - положить животное в инвентарь) +Not tamed!=Не прирученный +Raw Meat=Сырое мясо +Rename=Переименовать +Saddle=Седло +Spawner Active (@1)=Активные спаунер (@1) +Spawner Not Active (enter settings)=Спаунер не активен (введите настройки) +Steel Shears (right-click to shear)=Ножницы (Правый клик - подстричь) +#Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] player_distance[1-20] y_offset[-10 to 10]”= +#lifetimer expired, removed @1= diff --git a/mods/mobs/locale/mobs.tr.tr b/mods/mobs/locale/mobs.tr.tr new file mode 100644 index 0000000..6e28706 --- /dev/null +++ b/mods/mobs/locale/mobs.tr.tr @@ -0,0 +1,34 @@ +# textdomain:mobs +#** Peaceful Mode Active - No Monsters Will Spawn= +#@1 (Tamed)= +@1 at full health (@2)=@1 tam canında (@2) +@1 has been tamed!=@1 tamamen evcilleştirilmiştir! +@1 is owner!=Sahibi @1! +#Active Mob Limit Reached!= +#Already protected!= +#Change= +#Command:= +Enter name:=İsim gir: +#Enter texture:= +Lasso (right-click animal to put in inventory)=Kement (hayvana sağ tıklayarak envantere koy) +Leather=Deri +Meat=Et +Missed!=Kaçırdın! +Mob Fence=Canavar Yaratıcı +#Mob Fence Top= +#Mob Protection Rune= +#Mob Reset Stick= +#Mob Spawner= +Mob Spawner settings failed!=Yaratıcı ayarları uygulanamadı. +#Mob has been protected!= +Name Tag=İsim etiketi +Net (right-click animal to put in inventory)=Ağ (hayvana sağ tıklayarak envantere koy) +Not tamed!=Evcil değil! +Raw Meat=Çiğ et +Rename=Yeniden adlandır +#Saddle= +Spawner Active (@1)=Yaratıcı aktif (@1) +Spawner Not Active (enter settings)=Yaratıcı aktif değil (ayarlara gir) +Steel Shears (right-click to shear)=Çelik makas (sağ tıklayarak kes) +#Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] player_distance[1-20] y_offset[-10 to 10]”= +#lifetimer expired, removed @1= diff --git a/mods/mobs/locale/mobs.zh_CN.tr b/mods/mobs/locale/mobs.zh_CN.tr new file mode 100644 index 0000000..fe7556c --- /dev/null +++ b/mods/mobs/locale/mobs.zh_CN.tr @@ -0,0 +1,34 @@ +# textdomain:mobs +** Peaceful Mode Active - No Monsters Will Spawn=** 和平模式已激活——没有怪物会产生 +@1 (Tamed)=@1(已驯服) +@1 at full health (@2)=@1已经满血(@2) +@1 has been tamed!=@1已经被驯服! +@1 is owner!=@1 是主人 +#Active Mob Limit Reached!= +Already protected!=已经被保护! +#Change= +#Command:= +Enter name:=输入名称: +#Enter texture:= +Lasso (right-click animal to put in inventory)=套索(右键单击动物以放入物品栏) +Leather=皮革 +Meat=肉 +Missed!=没抓住! +Mob Fence=Mob 栅栏 +#Mob Fence Top= +Mob Protection Rune=Mob 保护符文 +#Mob Reset Stick= +#Mob Spawner= +Mob Spawner settings failed!=Mob 孵化器设置失败! +Mob has been protected!=Mob 已经被保护了! +Name Tag=名称标签 +Net (right-click animal to put in inventory)=网(右键单击动物以放入物品栏) +Not tamed!=没有驯服! +Raw Meat=生肉 +Rename=重新命名 +Saddle=鞍 +Spawner Active (@1)=孵化器正在运转(@1) +Spawner Not Active (enter settings)=孵化器未使用(输入设置) +Steel Shears (right-click to shear)=钢剪(右键单击以剪切) +#Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] player_distance[1-20] y_offset[-10 to 10]”= +#lifetimer expired, removed @1= diff --git a/mods/mobs/locale/mobs.zh_TW.tr b/mods/mobs/locale/mobs.zh_TW.tr new file mode 100644 index 0000000..89bed26 --- /dev/null +++ b/mods/mobs/locale/mobs.zh_TW.tr @@ -0,0 +1,34 @@ +# textdomain:mobs +** Peaceful Mode Active - No Monsters Will Spawn=** 和平模式已激活——沒有怪物會產生 +@1 (Tamed)=@1(已馴服) +@1 at full health (@2)=@1已經滿血(@2) +@1 has been tamed!=@1已經被馴服! +@1 is owner!=@1 是主人 +#Active Mob Limit Reached!= +Already protected!=已經被保護! +#Change= +#Command:= +Enter name:=輸入名稱: +#Enter texture:= +Lasso (right-click animal to put in inventory)=套索(右鍵單擊動物以放入物品欄) +Leather=皮革 +Meat=肉 +Missed!=沒抓住! +Mob Fence=Mob 柵欄 +#Mob Fence Top= +Mob Protection Rune=Mob 保護符文 +#Mob Reset Stick= +#Mob Spawner= +Mob Spawner settings failed!=Mob 孵化器設置失敗! +Mob has been protected!=Mob 已經被保護了! +Name Tag=名稱標籤 +Net (right-click animal to put in inventory)=網(右鍵單擊動物以放入物品欄) +Not tamed!=沒有馴服! +Raw Meat=生肉 +Rename=重新命名 +Saddle=鞍 +Spawner Active (@1)=孵化器正在運轉(@1) +Spawner Not Active (enter settings)=孵化器未使用(輸入設置) +Steel Shears (right-click to shear)=鋼剪(右鍵單擊以剪切) +#Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] player_distance[1-20] y_offset[-10 to 10]”= +#lifetimer expired, removed @1= diff --git a/mods/mobs/locale/ms.po b/mods/mobs/locale/ms.po new file mode 100644 index 0000000..a2a31f3 --- /dev/null +++ b/mods/mobs/locale/ms.po @@ -0,0 +1,131 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-05 23:40+0800\n" +"PO-Revision-Date: 2018-02-05 23:51+0800\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.0.6\n" +"Last-Translator: MuhdNurHidayat (MNH48) \n" +"Plural-Forms: nplurals=1; plural=0;\n" +"Language: ms\n" + +#: api.lua +msgid "** Peaceful Mode Active - No Monsters Will Spawn" +msgstr "** Mod Aman Diaktifkan - Tiada Raksasa Akan Muncul" + +#: api.lua +msgid "Mob has been protected!" +msgstr "Mob telah pun dilindungi!" + +#: api.lua +msgid "@1 (Tamed)" +msgstr "@1 (Jinak)" + +#: api.lua +msgid "Not tamed!" +msgstr "Belum dijinakkan!" + +#: api.lua +msgid "@1 is owner!" +msgstr "Ini hak milik @1!" + +#: api.lua +msgid "Missed!" +msgstr "Terlepas!" + +#: api.lua +msgid "Already protected!" +msgstr "Telah dilindungi!" + +#: api.lua +msgid "@1 at full health (@2)" +msgstr "Mata kesihatan @1 telah penuh (@2)" + +#: api.lua +msgid "@1 has been tamed!" +msgstr "@1 telah dijinakkan!" + +#: api.lua +msgid "Enter name:" +msgstr "Masukkan nama:" + +#: api.lua +msgid "Rename" +msgstr "Namakan semula" + +#: crafts.lua +msgid "Name Tag" +msgstr "Tanda Nama" + +#: crafts.lua +msgid "Leather" +msgstr "Kulit" + +#: crafts.lua +msgid "Raw Meat" +msgstr "Daging Mentah" + +#: crafts.lua +msgid "Meat" +msgstr "Daging Bakar" + +#: crafts.lua +msgid "Lasso (right-click animal to put in inventory)" +msgstr "Tanjul (klik-kanan haiwan untuk masukkan ke inventori)" + +#: crafts.lua +msgid "Net (right-click animal to put in inventory)" +msgstr "Jaring (klik-kanan haiwan untuk masukkan ke inventori)" + +#: crafts.lua +msgid "Steel Shears (right-click to shear)" +msgstr "Ketam Keluli (klik-kanan untuk mengetam bulu biri-biri)" + +#: crafts.lua +msgid "Mob Protection Rune" +msgstr "Rune Perlindungan Mob" + +#: crafts.lua +msgid "Saddle" +msgstr "Pelana" + +#: crafts.lua +msgid "Mob Fence" +msgstr "Pagar Mob" + +#: spawner.lua +msgid "Mob Spawner" +msgstr "Pewujud Mob" + +#: spawner.lua +msgid "Mob MinLight MaxLight Amount PlayerDist" +msgstr "Mob CahayaMin CahayaMax Amaun JarakPemain" + +#: spawner.lua +msgid "Spawner Not Active (enter settings)" +msgstr "Pewujud Mob Tidak Aktif (masukkan tetapan)" + +#: spawner.lua +msgid "Spawner Active (@1)" +msgstr "Pewujud Mob Aktif (@1)" + +#: spawner.lua +msgid "Mob Spawner settings failed!" +msgstr "Penetapan Pewujud Mob gagal!" + +#: spawner.lua +msgid "" +"Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] " +"distance[1-20] y_offset[-10 to 10]”" +msgstr "" +"Sintaks: \"nama cahaya_minimum[0-14] cahaya_maksimum[0-14] " +"amaun_mob_maksimum[0 untuk lumpuhkan] jarak[1-20] ketinggian[-10 hingga 10]\"" diff --git a/mods/mobs/locale/pt.po b/mods/mobs/locale/pt.po new file mode 100644 index 0000000..b52afd6 --- /dev/null +++ b/mods/mobs/locale/pt.po @@ -0,0 +1,133 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: mobs\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-02 16:48+0200\n" +"PO-Revision-Date: 2017-07-02 14:55+0200\n" +"Last-Translator: Wuzzy \n" +"Language-Team: \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.0.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: api.lua +msgid "** Peaceful Mode Active - No Monsters Will Spawn" +msgstr "" + +#: api.lua +msgid "Mob has been protected!" +msgstr "" + +#: api.lua +msgid "@1 (Tamed)" +msgstr "" + +#: api.lua +msgid "Not tamed!" +msgstr "Indomesticado!" + +#: api.lua +msgid "@1 is owner!" +msgstr "Dono @1!" + +#: api.lua +msgid "Missed!" +msgstr "Faltou!" + +#: api.lua +msgid "Already protected!" +msgstr "" + +#: api.lua +msgid "@1 at full health (@2)" +msgstr "@1 em plena saude (@2)" + +#: api.lua +msgid "@1 has been tamed!" +msgstr "@1 foi domesticado!" + +#: api.lua +msgid "Enter name:" +msgstr "Insira um nome:" + +#: api.lua +msgid "Rename" +msgstr "Renomear" + +#: crafts.lua +msgid "Name Tag" +msgstr "Etiqueta" + +#: crafts.lua +msgid "Leather" +msgstr "Couro" + +#: crafts.lua +msgid "Raw Meat" +msgstr "Carne crua" + +#: crafts.lua +msgid "Meat" +msgstr "Carne" + +#: crafts.lua +#, fuzzy +msgid "Lasso (right-click animal to put in inventory)" +msgstr "Laço (clique-direito no animal para por no inventario)" + +#: crafts.lua +msgid "Net (right-click animal to put in inventory)" +msgstr "Net (clique-direito no animal para por no inventario)" + +#: crafts.lua +msgid "Steel Shears (right-click to shear)" +msgstr "Tesoura de Aço (clique-direito para tosquiar)" + +#: crafts.lua +msgid "Mob Protection Rune" +msgstr "" + +#: crafts.lua +msgid "Saddle" +msgstr "" + +#: crafts.lua +msgid "Mob Fence" +msgstr "" + +#: spawner.lua +msgid "Mob Spawner" +msgstr "Spawnador de Mob" + +#: spawner.lua +msgid "Mob MinLight MaxLight Amount PlayerDist" +msgstr "Mob LuzMinima LuzMaxima Valor DistJogador" + +#: spawner.lua +msgid "Spawner Not Active (enter settings)" +msgstr "Spawnador Inativo (configurar)" + +#: spawner.lua +msgid "Spawner Active (@1)" +msgstr "Spawnador Ativo (@1)" + +#: spawner.lua +msgid "Mob Spawner settings failed!" +msgstr "Configuraçao de Spawnador do Mob falhou!" + +#: spawner.lua +#, fuzzy +msgid "" +"Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] " +"distance[1-20] y_offset[-10 to 10]”" +msgstr "" +"> nome luz_min[0-14] luz_max[0-14] max_mobs_na_area[0 para desabilitar] " +"distancia[1-20] y_offset[-10 a 10]" diff --git a/mods/mobs/locale/ru.po b/mods/mobs/locale/ru.po new file mode 100644 index 0000000..6cde7ef --- /dev/null +++ b/mods/mobs/locale/ru.po @@ -0,0 +1,129 @@ +# Russian translation for the mobs_redo mod. +# Copyright (C) 2018 TenPlus1 +# This file is distributed under the same license as the mobs_redo package. +# Oleg720 , 2017. +# CodeXP , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-13 15:47+0200\n" +"PO-Revision-Date: 2018-03-23 22:22+0100\n" +"Last-Translator: CodeXP \n" +"Language-Team: \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: api.lua +msgid "** Peaceful Mode Active - No Monsters Will Spawn" +msgstr "** Мирный модус активирован - монстры не спаунятся" + +#: api.lua +msgid "Mob has been protected!" +msgstr "Моб защищен!" + +#: api.lua +msgid "@1 (Tamed)" +msgstr "@1 (Прирученный)" + +#: api.lua +msgid "Not tamed!" +msgstr "Не прирученный" + +#: api.lua +msgid "@1 is owner!" +msgstr "@1 владелец" + +#: api.lua +msgid "Missed!" +msgstr "Промазал!" + +#: api.lua +msgid "Already protected!" +msgstr "Уже защищен!" + +#: api.lua +msgid "@1 at full health (@2)" +msgstr "@1 при полном здоровье (@2)" + +#: api.lua +msgid "@1 has been tamed!" +msgstr "@1 приручен" + +#: api.lua +msgid "Enter name:" +msgstr "Введите имя:" + +#: api.lua +msgid "Rename" +msgstr "Переименовать" + +#: crafts.lua +msgid "Name Tag" +msgstr "Новый тэг" + +#: crafts.lua +msgid "Leather" +msgstr "Кожа" + +#: crafts.lua +msgid "Raw Meat" +msgstr "Сырое мясо" + +#: crafts.lua +msgid "Meat" +msgstr "Мясо" + +#: crafts.lua +msgid "Lasso (right-click animal to put in inventory)" +msgstr "Лассо (Правый клик - положить животное в инвентарь)" + +#: crafts.lua +msgid "Net (right-click animal to put in inventory)" +msgstr "Сеть (Правый клик - положить животное в инвентарь)" + +#: crafts.lua +msgid "Steel Shears (right-click to shear)" +msgstr "Ножницы (Правый клик - подстричь)" + +#: crafts.lua +msgid "Mob Protection Rune" +msgstr "Защитная руна мобов" + +#: crafts.lua +msgid "Saddle" +msgstr "Седло" + +#: crafts.lua +msgid "Mob Fence" +msgstr "Забор от мобов" + +#: spawner.lua +msgid "Mob Spawner" +msgstr "Спаунер моба" + +#: spawner.lua +msgid "Mob MinLight MaxLight Amount PlayerDist" +msgstr "" + +#: spawner.lua +msgid "Spawner Not Active (enter settings)" +msgstr "Спаунер не активен (введите настройки)" + +#: spawner.lua +msgid "Spawner Active (@1)" +msgstr "Активные спаунер (@1)" + +#: spawner.lua +msgid "Mob Spawner settings failed!" +msgstr "Настройки спаунера моба провалились" + +#: spawner.lua +msgid "" +"Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] " +"distance[1-20] y_offset[-10 to 10]”" +msgstr "" diff --git a/mods/mobs/locale/template.pot b/mods/mobs/locale/template.pot new file mode 100644 index 0000000..a625ee3 --- /dev/null +++ b/mods/mobs/locale/template.pot @@ -0,0 +1,136 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-02 16:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: api.lua +msgid "** Peaceful Mode Active - No Monsters Will Spawn" +msgstr "" + +#: api.lua +msgid "Mob has been protected!" +msgstr "" + +#: api.lua +msgid "@1 (Tamed)" +msgstr "" + +#: api.lua +msgid "Not tamed!" +msgstr "" + +#: api.lua +msgid "@1 is owner!" +msgstr "" + +#: api.lua +msgid "Missed!" +msgstr "" + +#: api.lua +msgid "Already protected!" +msgstr "" + +#: api.lua +msgid "@1 at full health (@2)" +msgstr "" + +#: api.lua +msgid "@1 has been tamed!" +msgstr "" + +#: api.lua +msgid "Enter name:" +msgstr "" + +#: api.lua +msgid "Rename" +msgstr "" + +#: crafts.lua +msgid "Name Tag" +msgstr "" + +#: crafts.lua +msgid "Leather" +msgstr "" + +#: crafts.lua +msgid "Raw Meat" +msgstr "" + +#: crafts.lua +msgid "Meat" +msgstr "" + +#: crafts.lua +msgid "Lasso (right-click animal to put in inventory)" +msgstr "" + +#: crafts.lua +msgid "Net (right-click animal to put in inventory)" +msgstr "" + +#: crafts.lua +msgid "Steel Shears (right-click to shear)" +msgstr "" + +#: crafts.lua +msgid "Mob Protection Rune" +msgstr "" + +#: crafts.lua +msgid "Saddle" +msgstr "" + +#: crafts.lua +msgid "Mob Fence" +msgstr "" + +#: crafts.lua +msgid "Mob Fence Top" +msgstr "" + +#: spawner.lua +msgid "Mob Spawner" +msgstr "" + +#: spawner.lua +msgid "(mob name) (min light) (max light) (amount) (player distance) (Y offset)" +msgstr "" + +#: spawner.lua +msgid "Spawner Not Active (enter settings)" +msgstr "" + +#@ spawner.lua +msgid "Command:" +msgstr "" + +#: spawner.lua +msgid "Spawner Active (@1)" +msgstr "" + +#: spawner.lua +msgid "Mob Spawner settings failed!" +msgstr "" + +#: spawner.lua +msgid "" +"Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] " +"distance[1-20] y_offset[-10 to 10]”" +msgstr "" diff --git a/mods/mobs/locale/tr.po b/mods/mobs/locale/tr.po new file mode 100644 index 0000000..10688e2 --- /dev/null +++ b/mods/mobs/locale/tr.po @@ -0,0 +1,133 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: mobs\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-02 16:48+0200\n" +"PO-Revision-Date: 2017-07-02 14:56+0200\n" +"Last-Translator: Wuzzy \n" +"Language-Team: \n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.0.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: api.lua +msgid "** Peaceful Mode Active - No Monsters Will Spawn" +msgstr "" + +#: api.lua +msgid "Mob has been protected!" +msgstr "" + +#: api.lua +msgid "@1 (Tamed)" +msgstr "" + +#: api.lua +msgid "Not tamed!" +msgstr "Evcil değil!" + +#: api.lua +msgid "@1 is owner!" +msgstr "Sahibi @1!" + +#: api.lua +msgid "Missed!" +msgstr "Kaçırdın!" + +#: api.lua +msgid "Already protected!" +msgstr "" + +#: api.lua +msgid "@1 at full health (@2)" +msgstr "@1 tam canında (@2)" + +#: api.lua +msgid "@1 has been tamed!" +msgstr "@1 tamamen evcilleştirilmiştir!" + +#: api.lua +msgid "Enter name:" +msgstr "İsim gir:" + +#: api.lua +msgid "Rename" +msgstr "Yeniden adlandır" + +#: crafts.lua +msgid "Name Tag" +msgstr "İsim etiketi" + +#: crafts.lua +msgid "Leather" +msgstr "Deri" + +#: crafts.lua +msgid "Raw Meat" +msgstr "Çiğ et" + +#: crafts.lua +msgid "Meat" +msgstr "Et" + +#: crafts.lua +#, fuzzy +msgid "Lasso (right-click animal to put in inventory)" +msgstr "Kement (hayvana sağ tıklayarak envantere koy)" + +#: crafts.lua +msgid "Net (right-click animal to put in inventory)" +msgstr "Ağ (hayvana sağ tıklayarak envantere koy)" + +#: crafts.lua +msgid "Steel Shears (right-click to shear)" +msgstr "Çelik makas (sağ tıklayarak kes)" + +#: crafts.lua +msgid "Mob Protection Rune" +msgstr "" + +#: crafts.lua +msgid "Saddle" +msgstr "" + +#: crafts.lua +msgid "Mob Fence" +msgstr "Canavar Yaratıcı" + +#: spawner.lua +msgid "Mob Spawner" +msgstr "Canavar Yaratıcı" + +#: spawner.lua +msgid "Mob MinLight MaxLight Amount PlayerDist" +msgstr "Mob MinIşık MaxIşık Miktar OyuncuMesafesi" + +#: spawner.lua +msgid "Spawner Not Active (enter settings)" +msgstr "Yaratıcı aktif değil (ayarlara gir)" + +#: spawner.lua +msgid "Spawner Active (@1)" +msgstr "Yaratıcı aktif (@1)" + +#: spawner.lua +msgid "Mob Spawner settings failed!" +msgstr "Yaratıcı ayarları uygulanamadı." + +#: spawner.lua +#, fuzzy +msgid "" +"Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] " +"distance[1-20] y_offset[-10 to 10]”" +msgstr "" +"> isim min_isik[0-14] max_isik[0-14] alandaki_max_canavar_sayisi[kapatmak " +"icin 0] mesafe[1-20] y_cikinti[-10 ve 10 arası]" diff --git a/mods/mobs/locale/zh_CN.po b/mods/mobs/locale/zh_CN.po new file mode 100644 index 0000000..bd8ffa0 --- /dev/null +++ b/mods/mobs/locale/zh_CN.po @@ -0,0 +1,130 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# IFRFSX<1079092922@qq.com>, 2020. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-02 16:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: api.lua +msgid "** Peaceful Mode Active - No Monsters Will Spawn" +msgstr "** 和平模式已激活——没有怪物会产生" + +#: api.lua +msgid "Mob has been protected!" +msgstr "Mob 已经被保护了!" + +#: api.lua +msgid "@1 (Tamed)" +msgstr "@1(已驯服)" + +#: api.lua +msgid "Not tamed!" +msgstr "没有驯服!" + +#: api.lua +msgid "@1 is owner!" +msgstr "@1 是主人" + +#: api.lua +msgid "Missed!" +msgstr "没抓住!" + +#: api.lua +msgid "Already protected!" +msgstr "已经被保护!" + +#: api.lua +msgid "@1 at full health (@2)" +msgstr "@1已经满血(@2)" + +#: api.lua +msgid "@1 has been tamed!" +msgstr "@1已经被驯服!" + +#: api.lua +msgid "Enter name:" +msgstr "输入名称:" + +#: api.lua +msgid "Rename" +msgstr "重新命名" + +#: crafts.lua +msgid "Name Tag" +msgstr "名称标签" + +#: crafts.lua +msgid "Leather" +msgstr "皮革" + +#: crafts.lua +msgid "Raw Meat" +msgstr "生肉" + +#: crafts.lua +msgid "Meat" +msgstr "肉" + +#: crafts.lua +msgid "Lasso (right-click animal to put in inventory)" +msgstr "套索(右键单击动物以放入物品栏)" + +#: crafts.lua +msgid "Net (right-click animal to put in inventory)" +msgstr "网(右键单击动物以放入物品栏)" + +#: crafts.lua +msgid "Steel Shears (right-click to shear)" +msgstr "钢剪(右键单击以剪切)" + +#: crafts.lua +msgid "Mob Protection Rune" +msgstr "Mob 保护符文" + +#: crafts.lua +msgid "Saddle" +msgstr "鞍" + +#: crafts.lua +msgid "Mob Fence" +msgstr "Mob 栅栏" + +#: spawner.lua +msgid "Mob Spawner" +msgstr "Mob 孵化器" + +#: spawner.lua +msgid "Mob MinLight MaxLight Amount PlayerDist" +msgstr "Mob/最小光量/最大光量/玩家距离" + +#: spawner.lua +msgid "Spawner Not Active (enter settings)" +msgstr "孵化器未使用(输入设置)" + +#: spawner.lua +msgid "Spawner Active (@1)" +msgstr "孵化器正在运转(@1)" + +#: spawner.lua +msgid "Mob Spawner settings failed!" +msgstr "Mob 孵化器设置失败!" + +#: spawner.lua +msgid "" +"Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] " +"distance[1-20] y_offset[-10 to 10]”" +msgstr "" +"语法: “物品名称 最小光亮[0-14] 最大光亮[0-14] 范围内的最大Mob数量[0 to disable] " +"距离[1-20] y_offset[-10 to 10]”" diff --git a/mods/mobs/locale/zh_TW.po b/mods/mobs/locale/zh_TW.po new file mode 100644 index 0000000..6350a63 --- /dev/null +++ b/mods/mobs/locale/zh_TW.po @@ -0,0 +1,130 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# IFRFSX<1079092922@qq.com>, 2020. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-02 16:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: api.lua +msgid "** Peaceful Mode Active - No Monsters Will Spawn" +msgstr "** 和平模式已激活——沒有怪物會產生" + +#: api.lua +msgid "Mob has been protected!" +msgstr "Mob 已經被保護了!" + +#: api.lua +msgid "@1 (Tamed)" +msgstr "@1(已馴服)" + +#: api.lua +msgid "Not tamed!" +msgstr "沒有馴服!" + +#: api.lua +msgid "@1 is owner!" +msgstr "@1 是主人" + +#: api.lua +msgid "Missed!" +msgstr "沒抓住!" + +#: api.lua +msgid "Already protected!" +msgstr "已經被保護!" + +#: api.lua +msgid "@1 at full health (@2)" +msgstr "@1已經滿血(@2)" + +#: api.lua +msgid "@1 has been tamed!" +msgstr "@1已經被馴服!" + +#: api.lua +msgid "Enter name:" +msgstr "輸入名稱:" + +#: api.lua +msgid "Rename" +msgstr "重新命名" + +#: crafts.lua +msgid "Name Tag" +msgstr "名稱標籤" + +#: crafts.lua +msgid "Leather" +msgstr "皮革" + +#: crafts.lua +msgid "Raw Meat" +msgstr "生肉" + +#: crafts.lua +msgid "Meat" +msgstr "肉" + +#: crafts.lua +msgid "Lasso (right-click animal to put in inventory)" +msgstr "套索(右鍵單擊動物以放入物品欄)" + +#: crafts.lua +msgid "Net (right-click animal to put in inventory)" +msgstr "網(右鍵單擊動物以放入物品欄)" + +#: crafts.lua +msgid "Steel Shears (right-click to shear)" +msgstr "鋼剪(右鍵單擊以剪切)" + +#: crafts.lua +msgid "Mob Protection Rune" +msgstr "Mob 保護符文" + +#: crafts.lua +msgid "Saddle" +msgstr "鞍" + +#: crafts.lua +msgid "Mob Fence" +msgstr "Mob 柵欄" + +#: spawner.lua +msgid "Mob Spawner" +msgstr "Mob 孵化器" + +#: spawner.lua +msgid "Mob MinLight MaxLight Amount PlayerDist" +msgstr "Mob/最小光量/最大光量/玩家距離" + +#: spawner.lua +msgid "Spawner Not Active (enter settings)" +msgstr "孵化器未使用(輸入設置)" + +#: spawner.lua +msgid "Spawner Active (@1)" +msgstr "孵化器正在運轉(@1)" + +#: spawner.lua +msgid "Mob Spawner settings failed!" +msgstr "Mob 孵化器設置失敗!" + +#: spawner.lua +msgid "" +"Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] " +"distance[1-20] y_offset[-10 to 10]”" +msgstr "" +"語法: “物品名稱 最小光亮[0-14] 最大光亮[0-14] 範圍內的最大Mob數量[0 to disable] " +"距離[1-20] y_offset[-10 to 10]”" diff --git a/mods/mobs/lucky_block.lua b/mods/mobs/lucky_block.lua new file mode 100644 index 0000000..b823e83 --- /dev/null +++ b/mods/mobs/lucky_block.lua @@ -0,0 +1,18 @@ + +if minetest.get_modpath("lucky_block") then + + lucky_block:add_blocks({ + {"dro", {"mobs:meat_raw"}, 5}, + {"dro", {"mobs:meat"}, 5}, + {"dro", {"mobs:nametag"}, 1}, + {"dro", {"mobs:leather"}, 5}, + {"dro", {"default:stick"}, 10}, + {"dro", {"mobs:net"}, 1}, + {"dro", {"mobs:lasso"}, 1}, + {"dro", {"mobs:shears"}, 1}, + {"dro", {"mobs:protector"}, 1}, + {"dro", {"mobs:fence_wood"}, 10}, + {"dro", {"mobs:fence_top"}, 12}, + {"lig"} + }) +end diff --git a/mods/mobs/mod.conf b/mods/mobs/mod.conf new file mode 100644 index 0000000..1760bd4 --- /dev/null +++ b/mods/mobs/mod.conf @@ -0,0 +1,4 @@ +name = mobs +depends = +optional_depends = default, tnt, dye, farming, invisibility, intllib, lucky_block, cmi, toolranks, pathfinder +description = Adds a mob api for mods to add animals or monsters etc. diff --git a/mods/mobs/mount.lua b/mods/mobs/mount.lua new file mode 100644 index 0000000..eec1ab9 --- /dev/null +++ b/mods/mobs/mount.lua @@ -0,0 +1,491 @@ +-- lib_mount by Blert2112 (edited by TenPlus1) + +local abs, cos, floor, sin, sqrt, pi = + math.abs, math.cos, math.floor, math.sin, math.sqrt, math.pi +------------------------------------------------------------------------------ + +-- +-- Helper functions +-- + +local node_ok = function(pos, fallback) + fallback = fallback or mobs.fallback_node + + local node = minetest.get_node_or_nil(pos) + + if node and minetest.registered_nodes[node.name] then + return node + end + + return {name = fallback} +end + + +local function node_is(pos) + + local node = node_ok(pos) + + if node.name == "air" then + return "air" + end + + if minetest.get_item_group(node.name, "lava") ~= 0 then + return "lava" + end + + if minetest.get_item_group(node.name, "liquid") ~= 0 then + return "liquid" + end + + if minetest.registered_nodes[node.name].walkable == true then + return "walkable" + end + + return "other" +end + + +local function get_sign(i) + i = i or 0 + + if i == 0 then + return 0 + else + return i / abs(i) + end +end + + +local function get_velocity(v, yaw, y) + local x = -sin(yaw) * v + local z = cos(yaw) * v + + return {x = x, y = y, z = z} +end + + +local function get_v(v) + return sqrt(v.x * v.x + v.z * v.z) +end + + +local function force_detach(player) + + local attached_to = player:get_attach() + + if not attached_to then + return + end + + local entity = attached_to:get_luaentity() + + if entity and entity.driver + and entity.driver == player then + entity.driver = nil + end + + player:set_detach() + player_api.player_attached[player:get_player_name()] = false + player:set_eye_offset({x = 0, y = 0, z = 0}, {x = 0, y = 0, z = 0}) + player_api.set_animation(player, "stand", 30) + player:set_properties({visual_size = {x = 1, y = 1}}) + +end + +------------------------------------------------------------------------------- + +minetest.register_on_leaveplayer(function(player) + force_detach(player) +end) + +minetest.register_on_shutdown(function() + + local players = minetest.get_connected_players() + + for i = 1, #players do + force_detach(players[i]) + end +end) + +minetest.register_on_dieplayer(function(player) + force_detach(player) + return true +end) + +------------------------------------------------------------------------------- + +-- Just for correct detaching +local function find_free_pos(pos) + + local check = { + {x = 1, y = 0, z = 0}, + {x = 1, y = 1, z = 0}, + {x = -1, y = 0, z = 0}, + {x = -1, y = 1, z = 0}, + {x = 0, y = 0, z = 1}, + {x = 0, y = 1, z = 1}, + {x = 0, y = 0, z = -1}, + {x = 0, y = 1, z = -1} + } + + for _, c in pairs(check) do + + local npos = {x = pos.x + c.x, y = pos.y + c.y, z = pos.z + c.z} + local node = minetest.get_node_or_nil(npos) + + if node and node.name then + + local def = minetest.registered_nodes[node.name] + + if def and not def.walkable and + def.liquidtype == "none" then + return npos + end + end + end + + return pos +end + +------------------------------------------------------------------------------- + +function mobs.attach(entity, player) + + entity.player_rotation = entity.player_rotation or {x = 0, y = 0, z = 0} + entity.driver_attach_at = entity.driver_attach_at or {x = 0, y = 0, z = 0} + entity.driver_eye_offset = entity.driver_eye_offset or {x = 0, y = 0, z = 0} + entity.driver_scale = entity.driver_scale or {x = 1, y = 1} + + local rot_view = 0 + + if entity.player_rotation.y == 90 then + rot_view = pi / 2 + end + + local attach_at = entity.driver_attach_at + local eye_offset = entity.driver_eye_offset + + entity.driver = player + + force_detach(player) + + player:set_attach(entity.object, "", attach_at, entity.player_rotation) + player_api.player_attached[player:get_player_name()] = true + player:set_eye_offset(eye_offset, {x = 0, y = 0, z = 0}) + + player:set_properties({ + visual_size = { + x = entity.driver_scale.x, + y = entity.driver_scale.y + } + }) + + minetest.after(0.2, function() + + if player and player:is_player() then + player_api.set_animation(player, "sit", 30) + end + end) + + player:set_look_horizontal(entity.object:get_yaw() - rot_view) +end + + +function mobs.detach(player) + force_detach(player) + + minetest.after(0.1, function() + + if player and player:is_player() then + + local pos = find_free_pos(player:get_pos()) + + pos.y = pos.y + 0.5 + + player:set_pos(pos) + end + end) +end + + +function mobs.drive(entity, moving_anim, stand_anim, can_fly, dtime) + + local yaw = entity.object:get_yaw() or 0 + local rot_view = 0 + + if entity.player_rotation.y == 90 then + rot_view = pi / 2 + end + + local acce_y = 0 + local velo = entity.object:get_velocity() + + entity.v = get_v(velo) * get_sign(entity.v) + + -- process controls + if entity.driver then + + local ctrl = entity.driver:get_player_control() + + -- move forwards + if ctrl.up then + + entity.v = entity.v + entity.accel / 10 + + -- move backwards + elseif ctrl.down then + + if entity.max_speed_reverse == 0 and entity.v == 0 then + return + end + + entity.v = entity.v - entity.accel / 10 + end + + -- mob rotation + local horz + + if entity.alt_turn == true then + + horz = yaw + + if ctrl.left then + horz = horz + 0.05 + + elseif ctrl.right then + horz = horz - 0.05 + end + else + horz = entity.driver:get_look_horizontal() or 0 + end + + entity.object:set_yaw(horz - entity.rotate) + + if can_fly then + -- fly up + if ctrl.jump then + + velo.y = velo.y + 1 + + if velo.y > entity.accel then velo.y = entity.accel end + + elseif velo.y > 0 then + + velo.y = velo.y - 0.1 + + if velo.y < 0 then velo.y = 0 end + end + + -- fly down + if ctrl.sneak then + + velo.y = velo.y - 1 + + if velo.y < -entity.accel then velo.y = -entity.accel end + + elseif velo.y < 0 then + + velo.y = velo.y + 0.1 + + if velo.y > 0 then velo.y = 0 end + end + else + -- jump + if ctrl.jump then + + if velo.y == 0 then + velo.y = velo.y + entity.jump_height + acce_y = acce_y + (acce_y * 3) + 1 + end + end + end + end + + -- if not moving then set animation and return + if entity.v == 0 and velo.x == 0 and velo.y == 0 and velo.z == 0 then + + if stand_anim then + mobs:set_animation(entity, stand_anim) + end + + return + end + + -- set moving animation + if moving_anim then + mobs:set_animation(entity, moving_anim) + end + + -- Stop! + local s = get_sign(entity.v) + + entity.v = entity.v - 0.02 * s + + if s ~= get_sign(entity.v) then + + entity.object:set_velocity({x = 0, y = 0, z = 0}) + entity.v = 0 + + return + end + + -- enforce speed limit forward and reverse + local max_spd = entity.max_speed_reverse + + if get_sign(entity.v) >= 0 then + max_spd = entity.max_speed_forward + end + + if abs(entity.v) > max_spd then + entity.v = entity.v - get_sign(entity.v) + end + + -- Set position, velocity and acceleration + local p = entity.object:get_pos() + + if not p then return end + + local new_acce = {x = 0, y = -9.81, z = 0} + + p.y = p.y - 0.5 + + local ni = node_is(p) + local v = entity.v + + if ni == "air" then + + if can_fly == true then + new_acce.y = 0 + end + + elseif ni == "liquid" or ni == "lava" then + + if ni == "lava" and entity.lava_damage ~= 0 then + + entity.lava_counter = (entity.lava_counter or 0) + dtime + + if entity.lava_counter > 1 then + + minetest.sound_play("default_punch", { + object = entity.object, + max_hear_distance = 5 + }, true) + + entity.object:punch(entity.object, 1.0, { + full_punch_interval = 1.0, + damage_groups = {fleshy = entity.lava_damage} + }, nil) + + entity.lava_counter = 0 + end + end + + local terrain_type = entity.terrain_type + + if terrain_type == 2 or terrain_type == 3 then + + new_acce.y = 0 + p.y = p.y + 1 + + if node_is(p) == "liquid" then + + if velo.y >= 5 then + velo.y = 5 + elseif velo.y < 0 then + new_acce.y = 20 + else + new_acce.y = 5 + end + else + if abs(velo.y) < 1 then + + local pos = entity.object:get_pos() + + if not pos then return end + + pos.y = floor(pos.y) + 0.5 + entity.object:set_pos(pos) + velo.y = 0 + end + end + else + v = v * 0.25 + end + end + + local new_velo = get_velocity(v, yaw - rot_view, velo.y) + + new_acce.y = new_acce.y + acce_y + + entity.object:set_velocity(new_velo) + entity.object:set_acceleration(new_acce) + + entity.v2 = v +end + + +-- directional flying routine by D00Med (edited by TenPlus1) +function mobs.fly(entity, _, speed, shoots, arrow, moving_anim, stand_anim) + + local ctrl = entity.driver:get_player_control() + local velo = entity.object:get_velocity() + local dir = entity.driver:get_look_dir() + local yaw = entity.driver:get_look_horizontal() + 1.57 -- offset fix between old and new commands + +if not ctrl or not velo then return end + + if ctrl.up then + entity.object:set_velocity({ + x = dir.x * speed, + y = dir.y * speed + 2, + z = dir.z * speed + }) + + elseif ctrl.down then + + entity.object:set_velocity({ + x = -dir.x * speed, + y = dir.y * speed + 2, + z = -dir.z * speed + }) + + elseif not ctrl.down or ctrl.up or ctrl.jump then + entity.object:set_velocity({x = 0, y = -2, z = 0}) + end + + entity.object:set_yaw(yaw + pi + pi / 2 - entity.rotate) + + -- firing arrows + if ctrl.LMB and ctrl.sneak and shoots then + + local pos = entity.object:get_pos() + local obj = minetest.add_entity({ + x = pos.x + 0 + dir.x * 2.5, + y = pos.y + 1.5 + dir.y, + z = pos.z + 0 + dir.z * 2.5}, arrow) + + local ent = obj:get_luaentity() + + if ent then + + ent.switch = 1 -- for mob specific arrows + ent.owner_id = tostring(entity.object) -- so arrows dont hurt entity you are riding + local vec = {x = dir.x * 6, y = dir.y * 6, z = dir.z * 6} + + yaw = entity.driver:get_look_horizontal() + + obj:set_yaw(yaw + pi / 2) + obj:set_velocity(vec) + else + obj:remove() + end + end + + -- change animation if stopped + if velo.x == 0 and velo.y == 0 and velo.z == 0 then + mobs:set_animation(entity, stand_anim) + else + -- moving animation + mobs:set_animation(entity, moving_anim) + end +end diff --git a/mods/mobs/readme.MD b/mods/mobs/readme.MD new file mode 100644 index 0000000..d0f062f --- /dev/null +++ b/mods/mobs/readme.MD @@ -0,0 +1,93 @@ + +MOBS REDO for MINETEST + +Built from PilzAdam's original Simple Mobs with additional mobs by KrupnoPavel, Zeg9, ExeterDad and AspireMint. + + +This mod contains the API only for adding your own mobs into the world, so please use the additional modpacks to add animals, monsters etc. + + +https://forum.minetest.net/viewtopic.php?f=11&t=9917 + + +Crafts: + + - Nametag (paper, black dye, string) can be used right-click on a tamed mob to give them a name. + - Nets can be used to right-click tamed mobs to pick them up and place inside inventory as a spawn egg. + - Magic Lasso is similar to nets but with a better chance of picking up larger mobs. + - Shears are used to right-click sheep and return 1-3 wool. + - Protection Rune lets you protect tamed mobs from harm by other players + - Mob Fence and Fence Top (to stop mobs escaping/glitching through fences) + +Lucky Blocks: 9 + + +Changelog: +- 1.56 - Added arrow_override function to mob definition to tweak arrow entity settings, tamed monsters no longer despawn when outside loaded map area. +- 1.55 - Add 'peaceful_player' privelage and setting so mobs don't attack specific players (thanks sfence), add support for MarkBu's pathfinder mod, remove need for default mod +- 1.54 - Simplified animal breeding function, added editable settings (thanks Wuzzy), Child mobs now take 20 mins to grow up, reverted to simple mob spawning with setting to use area checks, on_flop added, air_damage added. +- 1.53 - Added 'on_map_load' settings to mobs:spawn so that mobs will only spawn when new areas of map are loaded. +- 1.52 - Added 'mob_active_limit' in settings to set number of mobs in game, +(default is 0 for unlimited), removed {immortal} from mob armor, fluid viscocity slows mobs +- 1.51 - Added some node checks for dangerous nodes, jumping and falling tweaks, spawn area check (thx for idea wuzzy), re-enabled mob suffocation, add 'mob_nospawn_range' setting +- 1.50 - Added new line_of_sight function that uses raycasting if mt5.0 is found, (thanks Astrobe), dont spawn mobs if world anchor nearby (technic or simple_anchor mods), chinese local added +- 1.49- Added mobs:force_capture(self, player) function, api functions now use metatables thanks to bell07 +- 1.48- Add mobs:set_velocity(self, velocity) global function +- 1.47- Mob damage changes, min and max light level for damage added, ignition sources checked for lava damage +- 1.46- Mobs only drop rare items when killed by player (drops.min = 0 makes them rare), code tweak, pathfinding no longer sees through walkable nodes +- 1.45- Added Fence Top to add on top of any fence to stop mobs escaping, new line_of_sight tweaked by Astrobe +- 1.44- Added ToolRanks support for swords when attacking mobs +- 1.43- Better 0.4.16 compatibility, added general attack function and settings +- 1.42- Added "all" option to immune_to table, tidied floating mobs to be less intensive +- 1.41- Mob pathfinding has been updated thanks to Elkien3 +- 1.40- Updated to use newer functions, requires Minetest 0.4.16+ to work. +- 1.39- Added 'on_breed', 'on_grown' and 'do_punch' custom functions per mob +- 1.38- Better entity checking, nametag setting and on_spawn function added to mob registry, tweaked light damage +- 1.37- Added support for Raymoo's CMI (common mob interface) mod: https://forum.minetest.net/viewtopic.php?f=9&t=15448 +- 1.36- Death check added, if mob dies in fire/lava/with lava pick then drops are cooked +- 1.35- Added owner_loyal flag for owned mobs to attack player enemies, also fixed group_attack +- 1.34- Added function to fly mob using directional movement (thanks D00Med for flying code) +- 1.33- Added functions to mount ride mobs (mobs.attach, mobs.detach, mobs.drive) many thanks to Blert2112 +- 1.32- Added new spawn check to count specific mobs AND new minetest.conf setting to chance spawn chance and numbers, added ability to protect tamed mobs +- 1.31- Added 'attack_animals' and 'specific_attack' flags for custom monster attacks, also 'mob_difficulty' .conf setting to make mobs harder. +- 1.30- Added support for invisibility mod (mobs cant attack what they cant see), tweaked and tidied code +- 1.29- Split original Mobs Redo into a modpack to make it easier to disable mob sets (animal, monster, npc) or simply use the Api itself for your own mod +- 1.28- New damage system added with ability for mob to be immune to weapons or healed by them :) +- 1.27- Added new sheep, lava flan and spawn egg textures. New Lava Pick tool smelts what you dig. New atan checking function. +- 1.26- Pathfinding feature added thanks to rnd, when monsters attack they become scary smart in finding you :) also, beehive produces honey now :) +- 1.25- Mobs no longer spawn within 12 blocks of player or despawn within same range, spawners now have player detection, Code tidy and tweak. +- 1.24- Added feature where certain animals run away when punched (runaway = true in mob definition) +- 1.23- Added mob spawner block for admin to setup spawners in-game (place and right click to enter settings) +- 1.22- Added ability to name tamed animals and npc using nametags, also npc will attack anyone who punches them apart from owner +- 1.21- Added some more error checking to reduce serialize.h error and added height checks for falling off cliffs (thanks cmdskp) +- 1.20- Error checking added to remove bad mobs, out of map limit mobs and stop serialize.h error +- 1.19- Chickens now drop egg items instead of placing the egg, also throwing eggs result in 1/8 chance of spawning chick +- 1.18- Added docile_by_day flag so that monsters will not attack automatically during daylight hours unless hit first +- 1.17- Added 'dogshoot' attack type, shoots when out of reach, melee attack when in reach, also api tweaks and self.reach added +- 1.16- Mobs follow multiple items now, Npc's can breed +- 1.15- Added Feeding/Taming/Breeding function, right-click to pick up any sheep with X mark on them and replace with new one to fix compatibility. +- 1.14- All .self variables saved in staticdata, Fixed self.health bug +- 1.13- Added capture function (thanks blert2112) chance of picking up mob with hand; net; magic lasso, replaced some .x models with newer .b3d one's +- 1.12- Added animal ownership so that players cannot steal your tamed animals +- 1.11- Added flying mobs (and swimming), fly=true and fly_in="air" or "deafult:water_source" for fishy +- 1,10- Footstep removed (use replace), explosion routine added for exploding mobs. +- 1.09- reworked breeding routine, added mob rotation value, added footstep feature, added jumping mobs with sounds feature, added magic lasso for picking up animals +- 1.08- Mob throwing attack has been rehauled so that they can damage one another, also drops and on_die function added +- 1.07- Npc's can now be set to follow player or stand by using self.order and self.owner variables +- beta- Npc mob added, kills monsters, attacks player when punched, right click with food to heal or gold lump for drop +- 1.06- Changed recovery times after breeding, and time taken to grow up (can be sped up by feeding baby animal) +- 1.05- Added ExeterDad's bunny's which can be picked up and tamed with 4 carrots from farming redo or farming_plus, also shears added to get wool from sheep and lastly Jordach/BSD's kitten +- 1.04- Added mating for sheep, cows and hogs... feed animals to make horny and hope for a baby which is half size, will grow up quick though :) +- 1.03- Added mob drop/replace feature so that chickens can drop eggs, cow/sheep can eat grass/wheat etc. +- 1.02- Sheared sheep are remembered and spawn shaven, Warthogs will attack when threatened, Api additions +- 1.01- Mobs that suffer fall damage or die in water/lava/sunlight will now drop items +- 1.0 - more work on Api so that certain mobs can float in water while some sink like a brick :) +- 0.9 - Spawn eggs added for all mobs (admin only, cannot be placed in protected areas)... Api tweaked +- 0.8 - Added sounds to monster mobs (thanks Cyberpangolin for the sfx) and also chicken sound +- 0.7 - mobs.protected switch added to api.lua, when set to 1 mobs no longer spawn in protected areas, also bug fixes +- 0.6 - Api now supports multi-textured mobs, e.g oerkki, dungeon master, rats and chickens have random skins when spawning (sheep fix TODO), also new Honey block +- 0.5 - Mobs now float in water, die from falling, and some code improvements +- 0.4 - Dungeon Masters and Mese Monsters have much better aim due to shoot_offset, also they can both shoot through nodes that aren't walkable (flowers, grass etc) plus new sheep sound :) +- 0.3 - Added LOTT's Spider mob, made Cobwebs, added KPavel's Bee with Honey and Beehives (made texture), Warthogs now have sound and can be tamed, taming of shaved sheep or milked cow with 8 wheat so it will not despawn, many bug fixes :) +- 0.2 - Cooking bucket of milk into cheese now returns empty bucket +- 0.1 - Initial Release diff --git a/mods/mobs/settingtypes.txt b/mods/mobs/settingtypes.txt new file mode 100644 index 0000000..dae580d --- /dev/null +++ b/mods/mobs/settingtypes.txt @@ -0,0 +1,47 @@ +# If false then mobs no longer spawn in world without spawner or spawn egg +mobs_spawn (Spawn Mobs) bool true + +# If enabled then monsters no longer spawn in world +only_peaceful_mobs (Only spawn peaceful Mobs) bool false + +# If enabled then punching mobs no longer shows blood effects +mobs_disable_blood (Disable Mob blood) bool false + +# If disabled then Mobs no longer destroy world blocks +mobs_griefing (Griefing Mobs) bool true + +# If false then Mobs no longer spawn inside player protected areas +mobs_spawn_protected (Spawn Mobs in protected areas) bool true + +# If false then Monsters no longer spawn inside player protected areas +mobs_spawn_monster_protected (Spawn Monsters in protected areas) bool true + +# If true Mobs will be removed once a map chunk is out of view +remove_far_mobs (Remove far Mobs) bool true + +# Sets Mob difficulty level by multiplying punch damage +mob_difficulty (Mob difficulty) float 1.0 + +# If disabled health status no longer appears above Mob when punched +mob_show_health (Show Mob health) bool true + +# Contains a value used to multiply Mob spawn values +mob_chance_multiplier (Mob chance multiplier) float 1.0 + +# When false Mob no longer drop items when killed +mobs_drop_items (Mob drops) bool true + +# Sets minimum distance around player that mobs cannot spawn +mob_nospawn_range (Mob no-spawn range) float 12.0 + +# Sets maximum number of active mobs in game (0 for unlimited) +mob_active_limit (Mob Active Limit) float 0 + +# Enables area check when spawning mobs +mob_area_spawn (Mob Area Spawn) bool false + +# Enable peaceful player attack prevention +enable_peaceful_player (Mobs do not attack peaceful player without reason) bool false + +# Enable mobs smooth rotation +mob_smooth_rotate (Smooth rotation for mobs) bool true diff --git a/mods/mobs/sounds/default_punch.ogg b/mods/mobs/sounds/default_punch.ogg new file mode 100644 index 0000000..28a500b Binary files /dev/null and b/mods/mobs/sounds/default_punch.ogg differ diff --git a/mods/mobs/sounds/license.txt b/mods/mobs/sounds/license.txt new file mode 100644 index 0000000..3b160fe --- /dev/null +++ b/mods/mobs/sounds/license.txt @@ -0,0 +1,7 @@ +Creative Commons sounds from Freesound.org + +mobs_swing.ogg by qubodup + - http://freesound.org/people/qubodup/sounds/60012/ + +mobs_spell.ogg by littlerobotsoundfactory + - http://freesound.org/people/LittleRobotSoundFactory/sounds/270396/ diff --git a/mods/mobs/sounds/mobs_spell.ogg b/mods/mobs/sounds/mobs_spell.ogg new file mode 100644 index 0000000..455b54f Binary files /dev/null and b/mods/mobs/sounds/mobs_spell.ogg differ diff --git a/mods/mobs/sounds/mobs_swing.ogg b/mods/mobs/sounds/mobs_swing.ogg new file mode 100644 index 0000000..ffe6a9c Binary files /dev/null and b/mods/mobs/sounds/mobs_swing.ogg differ diff --git a/mods/mobs/spawner.lua b/mods/mobs/spawner.lua new file mode 100644 index 0000000..bfcdcba --- /dev/null +++ b/mods/mobs/spawner.lua @@ -0,0 +1,192 @@ + +local S = mobs.intllib + +-- mob spawner + +local spawner_default = "mobs_animal:pumba 10 15 0 0 0" + +minetest.register_node("mobs:spawner", { + tiles = {"mob_spawner.png"}, + drawtype = "glasslike", + paramtype = "light", + walkable = true, + description = S("Mob Spawner"), + groups = {cracky = 1}, + + on_construct = function(pos) + + local meta = minetest.get_meta(pos) + + -- setup formspec + local head = S("(mob name) (min light) (max light) (amount)" + .. " (player distance) (Y offset)") + + -- text entry formspec + meta:set_string("formspec", + "size[10,3.5]" + .. "label[0.15,0.5;" .. minetest.formspec_escape(head) .. "]" + .. "field[1,2.5;8.5,0.8;text;" .. S("Command:") + .. ";${command}]") + + meta:set_string("infotext", S("Spawner Not Active (enter settings)")) + meta:set_string("command", spawner_default) + end, + + on_right_click = function(pos, placer) + + if minetest.is_protected(pos, placer:get_player_name()) then + return + end + end, + + on_receive_fields = function(pos, formname, fields, sender) + + if not fields.text or fields.text == "" then + return + end + + local meta = minetest.get_meta(pos) + local comm = fields.text:split(" ") + local name = sender:get_player_name() + + if minetest.is_protected(pos, name) then + minetest.record_protection_violation(pos, name) + return + end + + local mob = comm[1] -- mob to spawn + local mlig = tonumber(comm[2]) -- min light + local xlig = tonumber(comm[3]) -- max light + local num = tonumber(comm[4]) -- total mobs in area + local pla = tonumber(comm[5]) -- player distance (0 to disable) + local yof = tonumber(comm[6]) or 0 -- Y offset to spawn mob + + if mob and mob ~= "" and mobs.spawning_mobs[mob] + and num and num >= 0 and num <= 10 + and mlig and mlig >= 0 and mlig <= 15 + and xlig and xlig >= 0 and xlig <= 15 + and pla and pla >= 0 and pla <= 20 + and yof and yof > -10 and yof < 10 then + + meta:set_string("command", fields.text) + meta:set_string("infotext", S("Spawner Active (@1)", mob)) + + else + minetest.chat_send_player(name, S("Mob Spawner settings failed!")) + minetest.chat_send_player(name, + S("Syntax: “name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] player_distance[1-20] y_offset[-10 to 10]”")) + end + end +}) + + +local max_per_block = tonumber(minetest.settings:get("max_objects_per_block") or 99) + +-- spawner abm +minetest.register_abm({ + label = "Mob spawner node", + nodenames = {"mobs:spawner"}, + interval = 10, + chance = 4, + catch_up = false, + + action = function(pos, node, active_object_count, active_object_count_wider) + + -- return if too many entities already + if active_object_count_wider >= max_per_block then + return + end + + -- get meta and command + local meta = minetest.get_meta(pos) + local comm = meta:get_string("command"):split(" ") + + -- get settings from command + local mob = comm[1] + local mlig = tonumber(comm[2]) + local xlig = tonumber(comm[3]) + local num = tonumber(comm[4]) + local pla = tonumber(comm[5]) or 0 + local yof = tonumber(comm[6]) or 0 + + -- if amount is 0 then do nothing + if num == 0 then + return + end + + -- are we spawning a registered mob? + if not mobs.spawning_mobs[mob] then + --print ("--- mob doesn't exist", mob) + return + end + + -- check objects inside 9x9 area around spawner + local objs = minetest.get_objects_inside_radius(pos, 9) + local count = 0 + local ent + + -- count mob objects of same type in area + for _, obj in ipairs(objs) do + + ent = obj:get_luaentity() + + if ent and ent.name and ent.name == mob then + count = count + 1 + end + end + + -- is there too many of same type? + if count >= num then + return + end + + -- spawn mob if player detected and in range + if pla > 0 then + + local in_range = 0 + local objsp = minetest.get_objects_inside_radius(pos, pla) + + for _, oir in pairs(objsp) do + + if oir:is_player() then + + in_range = 1 + + break + end + end + + -- player not found + if in_range == 0 then + return + end + end + + -- set medium mob usually spawns in (defaults to air) + local reg = minetest.registered_entities[mob].fly_in + + if not reg or type(reg) == "string" then + reg = {(reg or "air")} + end + + -- find air blocks within 5 nodes of spawner + local air = minetest.find_nodes_in_area( + {x = pos.x - 5, y = pos.y + yof, z = pos.z - 5}, + {x = pos.x + 5, y = pos.y + yof, z = pos.z + 5}, reg) + + -- spawn in random air block + if air and #air > 0 then + + local pos2 = air[math.random(#air)] + local lig = minetest.get_node_light(pos2) or 0 + + pos2.y = pos2.y + 0.5 + + -- only if light levels are within range + if lig >= mlig and lig <= xlig + and minetest.registered_entities[mob] then + minetest.add_entity(pos2, mob) + end + end + end +}) diff --git a/mods/mobs/textures/mob_spawner.png b/mods/mobs/textures/mob_spawner.png new file mode 100644 index 0000000..8f0ac39 Binary files /dev/null and b/mods/mobs/textures/mob_spawner.png differ diff --git a/mods/mobs/textures/mobs_blood.png b/mods/mobs/textures/mobs_blood.png new file mode 100644 index 0000000..77cfbda Binary files /dev/null and b/mods/mobs/textures/mobs_blood.png differ diff --git a/mods/mobs/textures/mobs_chicken_egg.png b/mods/mobs/textures/mobs_chicken_egg.png new file mode 100644 index 0000000..be8a4e1 Binary files /dev/null and b/mods/mobs/textures/mobs_chicken_egg.png differ diff --git a/mods/mobs/textures/mobs_chicken_egg_overlay.png b/mods/mobs/textures/mobs_chicken_egg_overlay.png new file mode 100644 index 0000000..e81716a Binary files /dev/null and b/mods/mobs/textures/mobs_chicken_egg_overlay.png differ diff --git a/mods/mobs/textures/mobs_leather.png b/mods/mobs/textures/mobs_leather.png new file mode 100644 index 0000000..3205e5d Binary files /dev/null and b/mods/mobs/textures/mobs_leather.png differ diff --git a/mods/mobs/textures/mobs_magic_lasso.png b/mods/mobs/textures/mobs_magic_lasso.png new file mode 100644 index 0000000..befdc11 Binary files /dev/null and b/mods/mobs/textures/mobs_magic_lasso.png differ diff --git a/mods/mobs/textures/mobs_meat.png b/mods/mobs/textures/mobs_meat.png new file mode 100644 index 0000000..4c63fdd Binary files /dev/null and b/mods/mobs/textures/mobs_meat.png differ diff --git a/mods/mobs/textures/mobs_meat_bottom.png b/mods/mobs/textures/mobs_meat_bottom.png new file mode 100644 index 0000000..351c16f Binary files /dev/null and b/mods/mobs/textures/mobs_meat_bottom.png differ diff --git a/mods/mobs/textures/mobs_meat_raw.png b/mods/mobs/textures/mobs_meat_raw.png new file mode 100644 index 0000000..0dea4ec Binary files /dev/null and b/mods/mobs/textures/mobs_meat_raw.png differ diff --git a/mods/mobs/textures/mobs_meat_side.png b/mods/mobs/textures/mobs_meat_side.png new file mode 100644 index 0000000..10dac08 Binary files /dev/null and b/mods/mobs/textures/mobs_meat_side.png differ diff --git a/mods/mobs/textures/mobs_meat_top.png b/mods/mobs/textures/mobs_meat_top.png new file mode 100644 index 0000000..0058e6a Binary files /dev/null and b/mods/mobs/textures/mobs_meat_top.png differ diff --git a/mods/mobs/textures/mobs_nametag.png b/mods/mobs/textures/mobs_nametag.png new file mode 100644 index 0000000..74005b3 Binary files /dev/null and b/mods/mobs/textures/mobs_nametag.png differ diff --git a/mods/mobs/textures/mobs_net.png b/mods/mobs/textures/mobs_net.png new file mode 100644 index 0000000..df7c3a6 Binary files /dev/null and b/mods/mobs/textures/mobs_net.png differ diff --git a/mods/mobs/textures/mobs_noentry_particle.png b/mods/mobs/textures/mobs_noentry_particle.png new file mode 100644 index 0000000..87938ff Binary files /dev/null and b/mods/mobs/textures/mobs_noentry_particle.png differ diff --git a/mods/mobs/textures/mobs_protect_particle.png b/mods/mobs/textures/mobs_protect_particle.png new file mode 100644 index 0000000..debe20c Binary files /dev/null and b/mods/mobs/textures/mobs_protect_particle.png differ diff --git a/mods/mobs/textures/mobs_protector.png b/mods/mobs/textures/mobs_protector.png new file mode 100644 index 0000000..f3937b7 Binary files /dev/null and b/mods/mobs/textures/mobs_protector.png differ diff --git a/mods/mobs/textures/mobs_protector2.png b/mods/mobs/textures/mobs_protector2.png new file mode 100644 index 0000000..8c5a17e Binary files /dev/null and b/mods/mobs/textures/mobs_protector2.png differ diff --git a/mods/mobs/textures/mobs_saddle.png b/mods/mobs/textures/mobs_saddle.png new file mode 100644 index 0000000..e9d42f8 Binary files /dev/null and b/mods/mobs/textures/mobs_saddle.png differ diff --git a/mods/mobs/textures/mobs_shears.png b/mods/mobs/textures/mobs_shears.png new file mode 100644 index 0000000..aa16f2e Binary files /dev/null and b/mods/mobs/textures/mobs_shears.png differ diff --git a/mods/mobs/textures/tnt_smoke.png b/mods/mobs/textures/tnt_smoke.png new file mode 100644 index 0000000..488b50f Binary files /dev/null and b/mods/mobs/textures/tnt_smoke.png differ diff --git a/mods/monsters/init.lua b/mods/monsters/init.lua new file mode 100644 index 0000000..b312ee7 --- /dev/null +++ b/mods/monsters/init.lua @@ -0,0 +1,129 @@ +local damage = tonumber(minetest.settings:get("difficulty")) or 4 + + +mobs:register_mob("monsters:testmonster", { + type = "monster", + textures = {{"dirtQ1.png"}}, + passive = false, + attack_type = "dogfight", + pathfinding = true, + reach = 2, + damage = 100, + hp_min = 3, + hp_max = 27, + armor = 100, + collisionbox = {-0.4, -1, -0.4, 0.4, 0.8, 0.4}, + visual = "mesh", + mesh = "1.obj", + view_range = 5, + walk_velocity = 0.5, + run_velocity = 1, + jump = true, + on_spawn = function(self, pos) + for _ , player in pairs(minetest.get_connected_players()) do + local player_name = player:get_player_name() + local meta = player:get_meta() + local m2 = minetest.get_day_count() + if m2 < 0 then + self.object:remove() + end + end + end + +}) + +mobs:register_mob("monsters:watertestmonster", { + type = "monster", + --textures = {{"dirtQ1.png"}}, + passive = false, + attack_type = "dogfight", + pathfinding = true, + reach = 1.5, + damage = 1, + hp_min = 1, + hp_max = 1, + armor = 100, + collisionbox = {-0.1, -0.1, -0.1, 0.1, 0.1, 0.1}, + visual = "mesh", + mesh = "2.obj", + view_range = 20, + walk_velocity = 2, + run_velocity = 5, + jump = false, + stepheight = 0.1, + fly = true, + fly_in ="default:water_source", + air_damage = 0.1, + on_spawn = function(self, pos) + for _ , player in pairs(minetest.get_connected_players()) do + local player_name = player:get_player_name() + local meta = player:get_meta() + local m2 = minetest.get_day_count() + if m2 < 6 then + self.object:remove() + end + end + end +}) + +mobs:register_mob("monsters:rockmonster", { + type = "monster", + textures = {{"default_cobble.png"}}, + passive = false, + attack_type = "dogfight", + pathfinding = true, + reach = 2, + damage = 50, + hp_min = 3, + hp_max = 27, + armor = 100, + collisionbox = {-0.4, -1, -0.4, 0.4, 0.8, 0.4}, + visual = "mesh", + mesh = "3.obj", + view_range = 5, + walk_velocity = 2.5, + run_velocity = 3, + jump = true, + on_spawn = function(self, pos) + for _ , player in pairs(minetest.get_connected_players()) do + local player_name = player:get_player_name() + local meta = player:get_meta() + local m2 = minetest.get_day_count() + if m2 < 3 then + self.object:remove() + end + end + end + +}) + + +if not mobs.custom_spawn_monster then +mobs:spawn({ + name = "monsters:testmonster", + nodes = {"default:dirtwithgrass1"}, + interval = 1, + chance = 1, + active_object_count = 20, + min_height = 0, +}) +mobs:spawn({ + name = "monsters:watertestmonster", + nodes = {"default:water_source"}, + interval = 1, + chance = 1, + active_object_count = 100, + min_height = 0, +}) +mobs:spawn({ + name = "monsters:rockmonster", + nodes = {"default:dirtwithgrass1"}, + interval = 1, + chance = 1, + active_object_count = 10, + min_height = 0, +}) +end + +mobs:register_egg("monsters:testmonster", "Monster", "dirtQ1.png", 1) +mobs:alias_mob("monsters:testmonster", "monsters:testmonster") \ No newline at end of file diff --git a/mods/monsters/mod.conf b/mods/monsters/mod.conf new file mode 100644 index 0000000..8caf1b2 --- /dev/null +++ b/mods/monsters/mod.conf @@ -0,0 +1,3 @@ +name = monsters +description = monsters +depends = mobs \ No newline at end of file diff --git a/mods/naturalslopeslib/CHANGELOG.md b/mods/naturalslopeslib/CHANGELOG.md new file mode 100644 index 0000000..436dc82 --- /dev/null +++ b/mods/naturalslopeslib/CHANGELOG.md @@ -0,0 +1,199 @@ +Changelog +========= + +The semantic of version number is 'Major.minor'. Minor updates are retro-compatible, while major updates may break things. + +[1.4] - 2022-02-20 +------------------ + +### Added +- `naturalslopeslib.get_all_slopes` to list all shapes except the full block one. + +### Fixed +- Documentation about `naturalslopeslib.get_all_shapes` that can be called from any shape. +- Warning about mod.conf name entry. + + +[1.3] - 2021-08-08 +------------------ + +### Added +- `naturalslopeslib.default_definition` and `naturalslopeslib.reset_defaults` to factorize common definition. +- `color_convert` function as parameter to slope definitions to convert color values between 256 and 8 values. + +### Fixed +- `naturalslopeslib.chance_update_shape` and `naturalslopeslib.update_shape` return true only when the node actually changed. +- Keeping color value when switching shape. +- Removing properties with "nil" with `naturalslopeslib.register_slopes`. + + +[1.2] - 2021-02-23 +------------------ + +### Added +- Support for colored nodes (with palette size limitation). +- `naturalslopeslib.propagate_overrides` to remove the need for depedencies. +- Stomp, dig/place and time factor in settings. + +### Fixed +- Timed update triggering. +- Some local variable declaration warning. + + +[1.1] - 2021-02-07 +------------------ + +### Added +- `set_manual_map_generation`. +- `get_slope_defs`. +- Chance factors for different kind of updates. +- Changelog. + +### Changed +- Slope update is done last on map generation. +- `is_free*` returns nil when a neighbour node is not available. +- `is_free_for_erosion` is now deprecated, use `is_free_for_shape_update` instead. +- Edges of areas are updated progressively instead of not at all. + + +[1.0] - 2020-12-30 +------------------ + +Requires Minetest 5. + +### Added +- `get_regular_node_name` from a slope name. +- Ceiling slopes. +- Family group for all slopes. +- `get_all_shapes`. +- Progressive map generation method. +- `register_sloped_stomp`. +- Extensive API documentation. + +### Removed +- Slope nodes for Minetest Game. + +### Changed +- `get_slope_names` return each name indexed by type. +- Namespace change from `naturalslopes` to `naturalslopeslib`. +- Timed update uses `twmlib`. +- Registration is shortened by passing changes from the original definition instead of a full copy. +- Use underscore for domain name in settingstype for consistency with other mods. + + +[0.9] - 2017-08-30 +------------------ + +### Added +- Backface culling for slope nodes. +- Slope node names are returned upon registration. +- `get_slope_names`. + +### Changed +- `default:dirt*` are more likely to be updated. +- `natural_slope` group now indicates the type of slope. + +### Fixed +- Registering slopes outside the mod. + + +[0.8] - 2017-08-25 +------------------ + +### Added +- Reintroduced the smooth rendering, not enabled by default. + +### Changed +- Pick a random surface node instead of an area for timed update. + + +[0.7] - 2017-08-15 +------------------ + +### Added +- `skip` parameter for update_shape. +- `default:clay` and `default:snowblock` slopes. + +### Removed +- Smooth rendering. + +### Changed +- Updated the description of the mod. +- The ABM transformation is replaced by a random area selection from time to time. + +### Fixed +- Some textures for `default` slopes. + + +[0.6] - 2017-08-12 +------------------ + +### Added +- Pike shape for isolated nodes. + +### Changed +- An update is forced when a node is placed above an other one. + +### Fixed +- Prevent slopes to propagate with grass for `default`. + + +[0.5] - 2017-08-09 +------------------ + +### Changed +- Update slope definitions for `default` to drop the full node when slopes are dug. + +### Fixed +- Light for slope nodes. +- Updating a slope to an other one. + + +[0.4] - 2017-08-06 +------------------ + +### Added +- Setting to enable or disable update on map generation. + +### Changed +- Nodes on the edge of an area are not updated instead of being updated incorrectly + +### Fixed +- Enabling slopes for `default` setting. +- Node definition being shared between slope, erasing some distinctions. + + +[0.3] - 2017-08-05 +------------------ + +### Added +- Update chance argument for `register_slopes`. +- `register_slopes` uses a node definition instead of a list of definition parameters. +- Slopes for `default:dirt_with_snow`, `default:dirt_with_dry_grass`, `default:dirt_with_rainforest_litter` +- `get_replacement` and `get_replacement_id` +- Update shape on map generation. + +### Changed +- `default` is now an optional dependency. +- Full grass texture for slopes. + +### Fixed +- Walk advanced settings, chat command. + + +[0.2] - 2017-07-25 +------------------ + +### Added +- Nodes return to their full block shape whene something is above. +- Cubic shape rendering from `stairs`. +- Update shape on walk with `poschangelib v0.1`. + +### Changed +- Use settingstype for options. + + +[0.1] - 2017-07-21 +------------------ + +Initial release. diff --git a/mods/naturalslopeslib/README.md b/mods/naturalslopeslib/README.md new file mode 100644 index 0000000..65cf4ae --- /dev/null +++ b/mods/naturalslopeslib/README.md @@ -0,0 +1,51 @@ +Natural slopes library +====================== + +* Version 1.4 +* With thanks to all modders, mainly from the stairs mod for study. + +This mod add the ability for nodes to turn into slopes and back to full block +shape by themselves according to the surroundings and the material hardness. It creates +more natural looking landscapes and smoothes movements by removing some edges. + +Slopes can be generated in various ways. Those events can be turned on or off in +settings. The shape is updated on generation, with time, by stepping on edges or +when digging and placing nodes. + +As Minetest main unit is the block, having half-sized blocks can break a lot of things. +Thus half-blocks like slopes are still considered as a single block. A single slope +can turn back to a full node and vice-versa and half-blocks are not considered +buildable upon (they will transform back into full block). + +See naturalslopeslib_api.txt for the documentation of the API. + +## Dependencies + +None, this is a standalone library for other mods to build upon. It doesn't +have any effect by itself. + +## Optional dependencies: + +* `poschangelib`: to enable shape update when walking on nodes +* `twmlib`: to enable update from time to time + +## Source code + +* Written by Karamel +* Licenced under LGPLv2 or, at your discretion, any later version. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 2.1 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 Lesser General Public License for more details. + +https://www.gnu.org/licenses/licenses.html#LGPL + +## Media + +* Models licensed under CC-0. \ No newline at end of file diff --git a/mods/naturalslopeslib/init.lua b/mods/naturalslopeslib/init.lua new file mode 100644 index 0000000..8de917d --- /dev/null +++ b/mods/naturalslopeslib/init.lua @@ -0,0 +1,151 @@ +-- Global namespace for functions +naturalslopeslib = { + _register_on_generated = true, + _propagate_overrides = false, + default_definition = {} -- initialized below +} + +local poschangelib_available = false +local twmlib_available = false +for _, name in ipairs(minetest.get_modnames()) do + if name == "poschangelib" then + poschangelib_available = true + elseif name == "twmlib" then + twmlib_available = true + end +end + +function naturalslopeslib.reset_defaults() + naturalslopeslib.default_definition = { + drop_source = false, + tiles = {}, + groups = {} + } +end +naturalslopeslib.reset_defaults() + +--- Get the name of the regular node from a slope, or nil. +function naturalslopeslib.get_regular_node_name(node_name) + if string.find(node_name, ":slope_") == nil then + return nil + end + for _, regex in ipairs({"^(.-:)slope_inner_(.*)$", "^(.-:)slope_outer_(.*)$", "^(.-:)slope_pike_(.*)$", "^(.-:)slope_(.*)$"}) do + local match, match2 = string.match(node_name, regex) + if match and minetest.registered_nodes[match .. match2] ~= nil then + return match .. match2 + end + end + return nil +end +--- {Private} Get the default node name for slopes from a subname. +-- For example 'dirt' will be named 'naturalslopeslib:slope_dirt' +-- See naturalslopeslib.get_all_shapes to get the actual node names. +function naturalslopeslib.get_straight_slope_name(subname) + return minetest.get_current_modname() .. ':slope_' .. subname +end +function naturalslopeslib.get_inner_corner_slope_name(subname) + return minetest.get_current_modname() .. ':slope_inner_' .. subname +end +function naturalslopeslib.get_outer_corner_slope_name(subname) + return minetest.get_current_modname() .. ':slope_outer_' .. subname +end +function naturalslopeslib.get_pike_slope_name(subname) + return minetest.get_current_modname() .. ':slope_pike_' .. subname +end + +-- Set functions to get configuration and default values +function naturalslopeslib.setting_enable_surface_update() + if not twmlib_available then return false end + local value = minetest.settings:get_bool('naturalslopeslib_enable_surface_update') + if value == nil then return true end + return value +end +function naturalslopeslib.setting_enable_shape_on_walk() + if not poschangelib_available then return false end + local value = minetest.settings:get_bool('naturalslopeslib_enable_shape_on_walk') + if value == nil then return true end + return value +end +function naturalslopeslib.setting_enable_shape_on_generation() + local value = minetest.settings:get_bool('naturalslopeslib_register_default_slopes') + if value == nil then value = true end + return value +end +function naturalslopeslib.setting_generation_method() + local value = minetest.settings:get('naturalslopeslib_generation_method') + if value == nil then value = 'VoxelManip' end + return value +end +function naturalslopeslib.setting_generation_factor() + return tonumber(minetest.settings:get('naturalslopeslib_update_shape_generate_factor')) or 0.05 +end +function naturalslopeslib.setting_stomp_factor() + return tonumber(minetest.settings:get('naturalslopeslib_update_shape_stomp_factor')) or 1.0 +end +function naturalslopeslib.setting_dig_place_factor() + return tonumber(minetest.settings:get('naturalslopeslib_update_shape_dig_place_factor')) or 1.0 +end +function naturalslopeslib.setting_time_factor() + return tonumber(minetest.settings:get('naturalslopeslib_update_shape_time_factor')) or 1.0 +end +function naturalslopeslib.setting_generation_skip() + return tonumber(minetest.settings:get('naturalslopeslib_update_shape_generate_skip')) or 0 +end +function naturalslopeslib.setting_enable_shape_on_dig_place() + local value = minetest.settings:get_bool('naturalslopeslib_enable_shape_on_dig_place') + if value == nil then value = true end + return value +end +function naturalslopeslib.setting_revert() + local value = minetest.settings:get_bool('naturalslopeslib_revert') + if value == nil then value = false end + return value +end +function naturalslopeslib.setting_smooth_rendering() + local value = minetest.settings:get_bool('naturalslopeslib_smooth_rendering') + if value == nil then value = false end + return value +end + +function naturalslopeslib.set_manual_map_generation() + naturalslopeslib._register_on_generated = false +end + +function naturalslopeslib.propagate_overrides() + if naturalslopeslib._propagate_overrides then + return + end + naturalslopeslib._propagate_overrides = true + local old_override = minetest.override_item + minetest.override_item = function(name, redefinition) + local shapes = naturalslopeslib.get_all_shapes(name) + if #shapes == 1 then + old_override(name, redefinition) + return + end + local slope_redef = table.copy(redefinition) + -- Prevent slopes fixed attribute override + slope_redef.drawtype = nil + slope_redef.nodebox = nil + slope_redef.mesh = nil + slope_redef.selection_box = nil + slope_redef.collision_box = nil + slope_redef.paramtype = nil + if slope_redef.paramtype2 ~= nil then + if slope_redef.paramtype2 == "color" or slope_redef.paramtype2 == "colorfacedir" then + slope_redef.paramtype2 = "colorfacedir" + else + slope_redef.paramtype2 = "facedir" + end + end + old_override(name, redefinition) + for i=2, #shapes, 1 do + old_override(shapes[i], slope_redef) + end + end +end + +dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/update_shape.lua") +-- Include registration methods +dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/register_slopes.lua") +dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/sloped_stomp.lua") diff --git a/mods/naturalslopeslib/mod.conf b/mods/naturalslopeslib/mod.conf new file mode 100644 index 0000000..08353f3 --- /dev/null +++ b/mods/naturalslopeslib/mod.conf @@ -0,0 +1,4 @@ +name = naturalslopeslib +description = Library for sloped variation of nodes and automatic shape-shifting according to surroundings +optional_depends = twmlib, poschangelib +min_minetest_version = 5.0 diff --git a/mods/naturalslopeslib/models/naturalslopeslib_inner.obj b/mods/naturalslopeslib/models/naturalslopeslib_inner.obj new file mode 100644 index 0000000..87ab303 --- /dev/null +++ b/mods/naturalslopeslib/models/naturalslopeslib_inner.obj @@ -0,0 +1,27 @@ +# Licensed under CC-0 +v -0.5 -0.5 -0.5 +v 0.5 -0.5 -0.5 +v 0.5 -0.5 0.5 +v -0.5 -0.5 0.5 +v 0.5 0.5 0.5 +v 0.5 0.5 -0.5 +v -0.5 0.5 0.5 +vt 0 0 +vt 0 1 +vt 1 0 +vt 1 1 +vn 0 -1 0 +vn 1 0 0 +vn 0 0 -1 +vn -1 0 0 +vn 0 0 1 +vn -1 1 -1 +vn 1 1 -1 +s off +f 1/1/1 2/3/1 3/4/1 4/2/1 +f 3/1/2 2/3/2 6/4/2 5/2/2 +f 2/1/3 1/3/3 6/4/3 +f 1/1/4 4/3/4 7/4/4 +f 4/1/5 3/3/5 5/4/5 7/2/5 +f 6/2/6 1/1/6 5/4/6 +f 5/2/7 1/3/7 7/4/7 diff --git a/mods/naturalslopeslib/models/naturalslopeslib_outer.obj b/mods/naturalslopeslib/models/naturalslopeslib_outer.obj new file mode 100644 index 0000000..f4f7bcb --- /dev/null +++ b/mods/naturalslopeslib/models/naturalslopeslib_outer.obj @@ -0,0 +1,21 @@ +# Licensed under CC-0 +v -0.5 -0.5 -0.5 +v 0.5 -0.5 -0.5 +v 0.5 -0.5 0.5 +v -0.5 -0.5 0.5 +v 0.5 0.5 0.5 +vt 0 0 +vt 0 1 +vt 1 0 +vt 1 1 +vn 0 -1 0 +vn 1 0 0 +vn 0 1 -1 +vn -1 1 0 +vn 0 0 1 +s off +f 1/1/1 2/3/1 3/4/1 4/2/1 +f 3/1/2 2/3/2 5/2/2 +f 2/1/3 1/3/3 5/4/3 +f 1/1/4 4/3/4 5/4/4 +f 4/1/5 3/3/5 5/4/5 diff --git a/mods/naturalslopeslib/models/naturalslopeslib_pike.obj b/mods/naturalslopeslib/models/naturalslopeslib_pike.obj new file mode 100644 index 0000000..5b58592 --- /dev/null +++ b/mods/naturalslopeslib/models/naturalslopeslib_pike.obj @@ -0,0 +1,21 @@ +# Licensed under CC-0 +v -0.5 -0.5 -0.5 +v 0.5 -0.5 -0.5 +v 0.5 -0.5 0.5 +v -0.5 -0.5 0.5 +v 0 0 0 +vt 0 0 +vt 0 1 +vt 1 0 +vt 1 1 +vn 0 -1 0 +vn 1 0.5 0 +vn 0 0.5 -1 +vn -1 0.5 0 +vn 0 0.5 1 +s off +f 1/1/1 2/3/1 3/4/1 4/2/1 +f 3/1/2 2/3/2 5/2/2 +f 2/1/3 1/3/3 5/4/3 +f 1/1/4 4/3/4 5/4/4 +f 4/1/5 3/3/5 5/4/5 diff --git a/mods/naturalslopeslib/models/naturalslopeslib_straight.obj b/mods/naturalslopeslib/models/naturalslopeslib_straight.obj new file mode 100644 index 0000000..608598e --- /dev/null +++ b/mods/naturalslopeslib/models/naturalslopeslib_straight.obj @@ -0,0 +1,22 @@ +# Licensed under CC-0 +v -0.5 -0.5 -0.5 +v 0.5 -0.5 -0.5 +v 0.5 -0.5 0.5 +v -0.5 -0.5 0.5 +v 0.5 0.5 0.5 +v -0.5 0.5 0.5 +vt 0 0 +vt 0 1 +vt 1 0 +vt 1 1 +vn 0 -1 0 +vn 1 0 0 +vn -1 0 0 +vn 0 0 1 +vn 0 1 1 +s off +f 1/1/1 2/3/1 3/4/1 4/2/1 +f 1/1/3 4/3/3 6/4/3 +f 3/1/2 2/3/2 5/2/2 +f 2/1/4 1/3/4 6/4/4 5/2/4 +f 4/1/5 3/3/5 5/4/5 6/2/5 diff --git a/mods/naturalslopeslib/naturalslopeslib_api.txt b/mods/naturalslopeslib/naturalslopeslib_api.txt new file mode 100644 index 0000000..eb178c8 --- /dev/null +++ b/mods/naturalslopeslib/naturalslopeslib_api.txt @@ -0,0 +1,395 @@ +Naturalslopeslib Lua API +======================== + +Table of contents +-- Introduction +-- Usage +-- Definitions +---- ReplacementTable +-- Registration API +---- naturalslopeslib.default_definition +---- naturalslopeslib.reset_defaults +---- naturalslopeslib.register_slope +---- naturalslopeslib.set_slopes +---- naturalslopeslib.register_sloped_stomp +---- naturalslopeslib.propagate_overrides +-- Getters +---- naturalslopeslib.get_slope_defs +---- naturalslopeslib.get_regular_node_name +---- naturalslopeslib.get_replacement +---- naturalslopeslib.get_replacement_id +---- naturalslopeslib.get_all_shapes +---- naturalslopeslib.list_registered_slopes +-- Shape update API +---- naturalslopeslib.is_free_for_shape_update +---- naturalslopeslib.area_is_free_for_shape_update +---- naturalslopeslib.get_replacement_node +---- naturalslopeslib.chance_update_shape +---- naturalslopeslib.update_shape +---- naturalslopeslib.update_shape_on_walk +-- Map generation +---- naturalslopeslib.set_manual_map_generation +---- naturalslopeslib.area_chance_update_shape +---- naturalslopeslib.register_progressive_area_update +-- Settings getters +---- naturalslopeslib.setting_enable_surface_update +---- naturalslopeslib.setting_enable_shape_on_walk +---- naturalslopeslib.setting_enable_shape_on_generation +---- naturalslopeslib.setting_generation_method +---- naturalslopeslib.setting_generation_factor +---- naturalslopeslib.setting_stomp_factor +---- naturalslopeslib.setting_dig_place_factor +---- naturalslopeslib.setting_time_factor +---- naturalslopeslib.setting_generation_skip +---- naturalslopeslib.setting_enable_shape_on_dig_place +---- naturalslopeslib.setting_smooth_rendering +-- Chat commands +---- updshape + + +Introduction +------------ + +Naturalslopeslib adds the ability for given nodes to turn into slopes and back to full block shape by itself according to the surroundings and the material hardness. It creates natural landscape and smoothes movements. + +Slopes can be generated in various ways. Those events can be turned on or off in settings. The shape is updated on generation, with time, by stepping on edges or when digging and placing nodes. + +As Minetest main unit is the block, having half-sized blocks can break a lot of things. Thus half-blocks like slopes are still considered as a single block. A single slope can turn back to a full node and vice-versa and half-blocks are not considered buildable upon (they will transform back into full block). + +Usage +----- + +You may register slopes in two ways: letting the mod generating all the stuff or getting the definitions and registering the nodes in the calling mod. With the first method, slope nodes will be registered within naturalslopeslib while with the second method, you can set the slope names from the calling mod. In both cases, the shape update behaviour is handled automatically by the library according to the settings and the availability of poschangelib and twmlib. + +For the first method, just call naturalslopeslib.register_slopes. For example: + + naturalslopeslib.register_slopes("default:dirt") + +You can use `naturalslopeslib.get_all_shapes` to get the name of the slope nodes. + +For the second method, get the slope definitions from naturalslopeslib.get_slope_defs and register the four nodes manually with the desired names with minetest.register_node. When done, call naturalslopeslib.set_slopes to link all the different shapes. + +For example: + + local slope_defs = naturalslopeslib.get_slope_defs("defaut:dirt") + local slope_names = { + "default:dirt_slope", "default:dirt_inner_corner", + "default:dirt_outer_corner", "default:dirt_pike" + } + for i, def in ipairs(slope_defs) do + minetest.register_node(slope_names[i], def) + end + naturalslopeslib.set_slopes("default:dirt", + slope_names[1], slope_names[2], + slope_names[3], slope_names[4], factors) + +Regarding dependencies, the slopes are defined by copying the current definition of the original node. This means that modifications applied to the original node after the slopes are registered are not applied to slopes. If you want the slopes to act like the original nodes no matter what happen to their definition, you can call naturalslopes.propagate_overrides() before or after registering slopes. That way all future call to minetest.override_item (even from other unknown mods) will also apply to slopes silently, removing the need to explicitely define mod requirements. + + +Definitions +----------- + +### ReplacementTable + +A table containing references to various shape. The type of references can either be a name or an internal id. + + { + source = full node reference, + straight = straight slope reference, + inner = inner corner reference, + outer = outer corner reference, + pike = pike/slab reference, + chance = inverted chance of happening, + chance_factors = multiplicator for `chance` for each type + {mapgen = w, stomp = x, time = y, place = z}. + By default all of these factors are 1 (no effect). + } + + +Registration API +---------------- + +### naturalslopeslib.default_definition + +This tables holds default definition override for newly registered slopes. When using register_slope, they are added to def_changes if not already set to avoid copy/pasting a lot of things and automate some behaviours. + + { + drop_source = true/false + -- When true, if no drop is defined, it is set to the source node + -- instead of the slope. + -- For example, digging a dirt slope gives a dirt block (when true) + -- or the dirt slope (when false) + tiles = {{align_style="world"}} + -- As for tile definitions, the list can hold up to 6 values, + -- but only align_style, backface_culling and scale are read. + groups = {not_in_creative_inventory = 1} + -- The list of groups to add with their value. + -- Set a group value to 0 to remove it + other keys + -- Override this key when no change is explicitely set. + } + +Note that changes to default_definitions are not retroactives. If the defaults are changed on the run, all slopes that were previously registered are not affected. + +Good practices are setting the defaults before registering your slopes, then calling naturalslopeslib.reset_defaults() to prevent your settings to effect further declarations. + +### naturalslopeslib.reset_defaults() + +Resets `naturalslopeslib.default_definition` to the less-impacting values. + +These defaults are as follow: + + { + drop_source = false, + tiles = {}, + groups = {} + } + +### naturalslopeslib.register_slope(base_node_name, def_changes, update_chance, factors, color_convert) + +Registers all slope shapes and automatic stomping for a full node. + +* `base_node_name` the full block node name. +* `def_changes` changes to apply from the base node definition. + * All the attributes are copied to the sloped nodes expect those ones which are replaced: + * `drawtype` set to "nodebox" or "mesh" according to the rendering mode + * `nodebox` or `mesh` is replaced + * `selection_box` and `collision_box` matching to the according mesh + * `paramtype` is set to "light", and `paramtype2` to "facedir" or "colorfacedir" + * the group `"natural_slope"` is added (1 = straight, 2 = inner corner, 3 = outer corner, 4 = pike) + * the group `"family:"` is added + * Then they are changed from def_changes. Use `"nil"` string to explicitely erase a value (an not `nil`). +* `update_chance` inverted chance for the node to be updated. +* `factors` optional table for chance factors. By default each factor is 1. +* `color_convert` optional function to convert color palettes (see below). Ignored when paramtype2 from the base node is not `"color"`. By default, it matches the first 8 values, and other color values are set to 0. +* returns ReplacementTable. + +About color palettes: The palette for slopes can only have 8 colors while the original one can hold up to 256 colors. A reduced palette must be provided for nodes which paramtype2 is "color" even if not all colors are used. To control how the palette values are converted, you may pass a function(int, bool) as `color_convert`. When the second parameter is true, the first parameter is the full block color index (from 0 to 255) and it must return an index for the slope color (from 0 to 7). When false the first parameter is the slope color index (from 0 to 7) and it must return an index for the full block color index (from 0 to 255). + +### naturalslopeslib.set_slopes(base_node_name, straight_name, inner_name, outer_name, pike_name, update_chance, factors) + +* Link existing nodes. Same as register_slopes but without registering new nodes. Use it when the shapes are already registered from eslewhere. The node definitions are not changed at all. +* `base_node_name` the full node name. +* `straight_name` the straight slope node name. +* `inner_name` the inner corner node name. +* `outer_name` the outer corner node name. +* `pike_name` the pike/slab node name. +* `update_chance` the inverted chance of happening. +* `factors` optional table for chance factors. By default each factor is 1. +* returns a `ReplacementTable`. + +### naturalslopeslib.register_sloped_stomp(source_node_name, dest_node_name, stomp_desc) + +Register `stomp_desc` from all shapes of `source_node_name` to `dest_node_name`. + +It requires `poschangelib`. If the mod is not activated, this function will do nothing. + +### naturalslopeslib.propagate_overrides() + +Once called, calling `minetest.override_item` from that point will also apply the modifications to the corresponding slopes. Once called, this behaviour cannot be disabled. + + +Getters +------- + +### naturalslopeslib.get_slope_defs(base_node_name, def_changes) + +* `base_node_name` the full block node name. +* `def_changes` changes to apply from the base node definition. + * All the attributes are copied to the sloped nodes expect those ones which are replaced: + * `drawtype` set to "nodebox" or "mesh" according to the rendering mode + * `nodebox` or `mesh` is replaced + * `selection_box` and `collision_box` matching to the according mesh + * `paramtype` is set to "light", and `paramtype2` to "facedir" or "colorfacedir" + * the group "natural_slope" is added (1 = straight, 2 = inner corner, 3 = outer corner, 4 = pike) + * the group "family:" is added + * Then they are changed from `def_changes`. Use `"nil"` string to explicitely erase a value (an not `nil`). +* returns a table of node definitions for straight slope, inner corner, outer corner and pike in that order. + +Warning: The palette for slopes can only have 8 colors while the original one can hold up to 256 colors. A reduced palette must be provided for nodes which paramtype2 is `"color"` even if not all colors are used. + +### naturalslopeslib.get_regular_node_name(slope_node_name) + +* `slope_node_name` a node name. +* returns the name of the regular node (the unslopped one). Nil if it is not a slope node. +* It may be unnaccurate as it checks only if the name follows the internal pattern for slope names. + +### naturalslopeslib.get_replacement(source_node_name) + +* `source_node_name` a registered node name. +* returns a `ReplacementTable`. Nil if no slopes are registered. + +### naturalslopeslib.get_replacement_id(source_id) + +* `source_id` the id of the node. +* returns a `ReplacementTable` with node ids as values. Nil if no slopes are registered. + +### naturalslopeslib.get_all_shapes(source_node_name) + +Returns all variant shape names in a table {block, straight slope, inner corner, outer corner, pike}. Returns {source_node_name} if there are no other shapes for this node. + +* `source_node_name` a node name, can be a full block or a slope. + +### naturalslopeslib.get_all_slopes(source_node_name) + +Returns all sloped variant shape names in a table {straight slope, inner corner, outer corner, pike}. Returns {} if there are no slopes for this node. + +* `source_node_name` a node name, can be a full block or a slope. + +### naturalslopeslib.list_registered_nodes() + +Returns the list of nodes in block shape that have slopes registered for. + + +Shape update API +---------------- + +### naturalslopeslib.is_free_for_shape_update(pos) + +Checks if a node is considered free for defining which shape could be picked. + +* `pos` the position of the node to check (probably a neighbour of a candidate to shape update). +* returns `true` if the node is free, `false` if occupied, `nil` if unknown (not loaded) + +### naturalslopeslib.area_is_free_for_shape_update(area, data, index) + +Checks if a node is considered free for defining which shape could be picked. + +* `area` VoxelArea to use. +* `data` Data from VoxelManip. +* `index` position in area. +* returns `true` if the node is free, `false` if occupied, `nil` if unknown (not loaded) + +Was previously named naturalslopeslib.area_is_free_for_erosion. + +### naturalslopeslib.get_replacement_node(pos, node, [area, data, param2_data]) + +Get the replacement node according to it's surroundings. This function exists in two formats, for a single position or a VoxelArea. + +In both case, it returns the parameters to update the node or nil when no replacement is available. + +* For a single node + * `pos` the position of the node or index with VoxelArea. + * `node` the node at that position. + * returns a node for minetest.set_node. +* For a VoxelArea + * `index` (the `pos` argument) the index within the area. + * `content_id` (the `node` argument) the node at that position or content id with VoxelArea. + * `area` the VoxelArea, nil for single position update (determines which type of the two previous arguments are). + * `data` Data from VoxelManip, nil for single position update. + * `param2_data` param2 data from VoxelManip, nil for single position update. + * Returns a table with id and param2_data. + +### naturalslopeslib.chance_update_shape(pos, node, factor, type) + +Do shape update when random roll passes on a single node. + +* `pos` the position to update. +* `node` the node at pos. +* `factor` optional chance factor, when > 1 it have more chances to happen +* `type` optional update type for chance factors. Either "mapgen", "stomp", "place" or "time". When not set, the chance factor is ignored (as if it is 1). It is cumulative with `factor`. +* returns true if an update was done, false otherwise. + +### naturalslopeslib.update_shape(pos, node) + +Do shape update disregarding chances. + +* `pos` the position to update. +* `node` the node at pos. +* returns true if an update was done, false otherwise. + +### naturalslopeslib.update_shape_on_walk(player, pos, node, desc, trigger_meta) + +Callback for poschangelib, to get the same effect as naturalslopeslib.update_shape. + + +Map generation +-------------- + +These functions allows to tweak the map generation to change the default behaviour. +Which is updating an area on generation after other map generation functions. + +### naturalslopeslib.set_manual_map_generation() + +Disables the default registration to handle the mapgen manually. Once it is called, other mods should take care of handling shape update on generation. Otherwise nothing is done. + +### naturalslopeslib.area_chance_update_shape(minp, maxp, factor, skip, type) + +Massive shape update with VoxelManip. This is the VoxelManip on generation method. + +* `minp` lower boundary of area. +* `mapx` higher boundary of area. +* `factor` Inverted factor for chance (0.1 means 10 times more likely to update) +* `skip` optional random skip, roughfly ignore skip/2 to skip nodes. +* `type` optional update type for chance factors. Either "mapgen", "stomp", "place" or "time". When not set, the chance factor is ignored (as if it is 1). It is cumulative with `factor`. + +### naturalslopeslib.register_progressive_area_update(minp, maxp, factor, skip, type) + +Mark an area to be updated progressively. This is the Progressive on generation method. The area is not updated instantly but added to a list. + +* `minp` lower boundary of area. +* `mapx` higher boundary of area. +* `factor` Inverted factor for chance (0.1 means 10 times more likely to update) +* `skip` optional random skip, roughfly ignore skip/2 to skip nodes. +* `type` optional update type for chance factors. Either "mapgen", "stomp", "place" or "time". When not set, the chance factor is ignored (as if it is 1). It is cumulative with `factor`. + + +Settings getters +---------------- + +These functions get the current settings with the default value if not set. + +### naturalslopeslib.setting_enable_surface_update() + +* Returns `true` or `false`. Always `false` if twmlib is not available. + +### naturalslopeslib.setting_enable_shape_on_walk() + +* Returns `true` or `false`. Always `false` if poschangelib is not available. + +### naturalslopeslib.setting_enable_shape_on_generation() + +* Returns `true` or `false`. It may not reflect the actual behaviour if the default mapgen behaviour was disabled by naturalslopeslib.set_manual_map_generation. + +### naturalslopeslib.setting_generation_method() + +* Returns `"VoxelManip"` or `"Progressive"`. It may not reflect the actual behaviour if the default mapgen behaviour was disabled by naturalslopeslib.set_manual_map_generation. + +### naturalslopeslib.setting_generation_factor() + +* Returns the chance factor for map generation to reflect the landscape age. It is cumulative with the `"mapgen"` chance factor of each node if any is defined. It may not reflect the actual behaviour if the default mapgen behaviour was disabled by naturalslopeslib.set_manual_map_generation. + +### naturalslopeslib.setting_stomp_factor() + +* Returns the chace factor when walking on nodes. It is cumulative with the `"stomp"` chance factor of each node if any is defined. +* This factor is applied upon node registration. + +### naturalslopeslib.setting_dig_place_factor() + +* Returns the chace factor when the neighbouring nodes change. It is cumulative with the `"place"` chance factor of each node if any is defined. + +### naturalslopeslib.setting_time_factor() + +* Returns the chace factor on timed update. It is cumulative with the `"time"` chance factor of each node if any is defined. +* This factor is applied upon node registration. + +### naturalslopeslib.setting_generation_skip() + +* Returns the approximate number of nodes skipped for each node. It may not reflect the actual behaviour if the default mapgen behaviour was disabled by naturalslopeslib.set_manual_map_generation. + +### naturalslopeslib.setting_enable_shape_on_dig_place() + +* Returns `true` or `false`. This setting is read only on startup and may not reflect the actual value if it was changed while the server is running. + +### naturalslopeslib.setting_smooth_rendering() + +* Returns `true` or `false`. This setting is read only when registering nodes and may not reflect the actual value if it was changed while the server is running. + + +Chat commands +------------- + +### /updshape + +* requires `server` privilege. +* Force updating the node the player is standing upon. diff --git a/mods/naturalslopeslib/register_slopes.lua b/mods/naturalslopeslib/register_slopes.lua new file mode 100644 index 0000000..a087649 --- /dev/null +++ b/mods/naturalslopeslib/register_slopes.lua @@ -0,0 +1,464 @@ +-- Default color index conversion: match values for 0-7 and set to 0 for other values. +local function default_color_convert(color_index, to_slope) + if to_slope then + if color_index > 7 then + return 0 + else + return color_index + end + else + return color_index + end +end + +-- Table of replacement from solid block to slopes. +-- Populated on slope node registration with add_replacement +-- @param colored_source (boolean) true when paramtype2 is color for the source node +-- color_convert is a function(int, int, bool) to convert the color palette values, +-- it is ignored when colored_source is false. +local source_list = {} +local replacements = {} +local replacement_ids = {} +local function add_replacement(source_name, update_chance, chance_factors, fixed_replacements, colored_source, color_to_slope, color_convert) + if not colored_source then + color_convert = nil + elseif color_convert == nil then + color_convert = default_color_convert + end + local subname = string.sub(source_name, string.find(source_name, ':') + 1) + local straight_name = nil + local ic_name = nil + local oc_name = nil + local pike_name = nil + if fixed_replacements then + straight_name = fixed_replacements[1] + ic_name = fixed_replacements[2] + oc_name = fixed_replacements[3] + pike_name = fixed_replacements[4] + else + straight_name = naturalslopeslib.get_straight_slope_name(subname) + ic_name = naturalslopeslib.get_inner_corner_slope_name(subname) + oc_name = naturalslopeslib.get_outer_corner_slope_name(subname) + pike_name = naturalslopeslib.get_pike_slope_name(subname) + end + local source_id = minetest.get_content_id(source_name) + local straight_id = minetest.get_content_id(straight_name) + local ic_id = minetest.get_content_id(ic_name) + local oc_id = minetest.get_content_id(oc_name) + local pike_id = minetest.get_content_id(pike_name) + -- Full to slopes + local dest_data = { + source = source_name, + straight = straight_name, + inner = ic_name, + outer = oc_name, + pike = pike_name, + chance = update_chance, + chance_factors = chance_factors, + _colored_source = colored_source, + _color_convert = color_convert + } + local dest_data_id = { + source = source_id, + straight = straight_id, + inner = ic_id, + outer = oc_id, + pike = pike_id, + chance = update_chance, + chance_factors = chance_factors, + _colored_source = colored_source, + _color_convert = color_convert + } + table.insert(source_list, source_name) + -- Block + replacements[source_name] = dest_data + replacement_ids[source_id] = dest_data_id + -- Straight + replacements[straight_name] = dest_data + replacement_ids[straight_id] = dest_data_id + -- Inner + replacements[ic_name] = dest_data + replacement_ids[ic_id] = dest_data_id + -- Outer + replacements[oc_name] = dest_data + replacement_ids[oc_id] = dest_data_id + -- Pike + replacements[pike_name] = dest_data + replacement_ids[pike_id] = dest_data_id +end + +--- Get the list of nodes in block shape that have slopes registered for. +function naturalslopeslib.list_registered_nodes() + return table.copy(source_list) +end + +--- Get replacement description of a node. +-- Contains replacement names in either source or (straight, inner, outer) +-- and chance. +function naturalslopeslib.get_replacement(source_node_name) + return replacements[source_node_name] +end +--- Get replacement description of a node by content id for VoxelManip. +-- Contains replacement ids in either source or (straight, inner, outer) +-- and chance. +function naturalslopeslib.get_replacement_id(source_id) + return replacement_ids[source_id] +end + +function naturalslopeslib.get_all_shapes(source_node_name) + if replacements[source_node_name] then + local rp = replacements[source_node_name] + return {rp.source, rp.straight, rp.inner, rp.outer, rp.pike} + else + return {source_node_name} + end +end + +function naturalslopeslib.get_all_slopes(source_node_name) + if replacements[source_node_name] then + local rp = replacements[source_node_name] + return {rp.straight, rp.inner, rp.outer, rp.pike} + else + return {} + end +end + +--[[ Bounding boxes +--]] + +local slope_straight_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, 0, 0.5}, + {-0.5, 0, 0, 0.5, 0.5, 0.5}, + }, +} +local slope_inner_corner_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, 0, 0.5}, + {-0.5, 0, 0, 0.5, 0.5, 0.5}, + {-0.5, 0, -0.5, 0, 0.5, 0}, + }, +} +local slope_outer_corner_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, 0, 0.5}, + {-0.5, 0, 0, 0, 0.5, 0.5}, + }, +} +local slope_pike_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, 0, 0.5}, + }, +} + +local function apply_default_slope_def(base_node_name, node_def, slope_group_value) + node_def.paramtype = 'light' + if node_def.paramtype2 == 'color' or node_def.paramtype2 == 'colorfacedir' then + node_def.paramtype2 = 'colorfacedir' + else + node_def.paramtype2 = 'facedir' + end + if not node_def.groups then node_def.groups = {} end + node_def.groups.natural_slope = slope_group_value + if not node_def.groups["family:" .. base_node_name] then + node_def.groups["family:" .. base_node_name] = 1 + end + return node_def +end + +--- {Private} Update the node definition for a straight slope +local function get_straight_def(base_node_name, node_def) + node_def = apply_default_slope_def(base_node_name, node_def, 1) + if naturalslopeslib.setting_smooth_rendering() then + node_def.drawtype = 'mesh' + node_def.mesh = 'naturalslopeslib_straight.obj' + else + node_def.drawtype = 'nodebox' + node_def.node_box = slope_straight_box + end + node_def.selection_box = slope_straight_box + node_def.collision_box = slope_straight_box + return node_def +end + +--- {Private} Update the node definition for an inner corner +local function get_inner_def(base_node_name, node_def) + node_def = apply_default_slope_def(base_node_name, node_def, 2) + if naturalslopeslib.setting_smooth_rendering() then + node_def.drawtype = 'mesh' + node_def.mesh = 'naturalslopeslib_inner.obj' + else + node_def.drawtype = 'nodebox' + node_def.node_box = slope_inner_corner_box + end + node_def.selection_box = slope_inner_corner_box + node_def.collision_box = slope_inner_corner_box + return node_def +end + +--- {Private} Update the node definition for an outer corner +local function get_outer_def(base_node_name, node_def) + node_def = apply_default_slope_def(base_node_name, node_def, 3) + if naturalslopeslib.setting_smooth_rendering() then + node_def.drawtype = 'mesh' + node_def.mesh = 'naturalslopeslib_outer.obj' + else + node_def.drawtype = 'nodebox' + node_def.node_box = slope_outer_corner_box + end + node_def.selection_box = slope_outer_corner_box + node_def.collision_box = slope_outer_corner_box + return node_def +end + +--- {Private} Update the node definition for a pike +local function get_pike_def(base_node_name, node_def, update_chance) + node_def = apply_default_slope_def(base_node_name, node_def, 4) + if naturalslopeslib.setting_smooth_rendering() then + node_def.drawtype = 'mesh' + node_def.mesh = 'naturalslopeslib_pike.obj' + else + node_def.drawtype = 'nodebox' + node_def.node_box = slope_pike_box + end + node_def.selection_box = slope_pike_box + node_def.collision_box = slope_pike_box + return node_def +end + +-- Expand `tiles` to use the {name = "image"} format for each tile +local function convert_to_expanded_tiles_def(tiles) + if tiles then + for i, tile_def in ipairs(tiles) do + if type(tile_def) == "string" then + tiles[i] = {name = tile_def} + end + end + end +end + +function naturalslopeslib.get_slope_defs(base_node_name, def_changes) + local base_node_def = minetest.registered_nodes[base_node_name] + if not base_node_def then + minetest.log("error", "Trying to get slopes for an unknown node " .. (base_node_name or "nil")) + return + end + local full_copy = table.copy(base_node_def) + local changes_copy = table.copy(def_changes) + for key, value in pairs(def_changes) do + if value == "nil" then + full_copy[key] = nil + else + full_copy[key] = value + end + end + -- Handle default drop overrides + if not base_node_def.drop and not def_changes.drop and naturalslopeslib.default_definition.drop_source then + -- If drop is not set and was not reseted + full_copy.drop = base_node_name + end + -- Convert all tile definition to the list format to be able to override properties + if not full_copy.tiles or #full_copy.tiles == 0 then + full_copy.tiles = {{}} + end + convert_to_expanded_tiles_def(full_copy.tiles) + if not changes_copy.tiles or #changes_copy.tiles == 0 then + changes_copy.tiles = {{}} + end + convert_to_expanded_tiles_def(changes_copy.tiles) + local default_tile_changes = table.copy(naturalslopeslib.default_definition.tiles) + if not default_tile_changes or #default_tile_changes == 0 then + default_tile_changes = {{}} + end + convert_to_expanded_tiles_def(default_tile_changes) + -- Make tile changes and default changes the same size + local desired_size = math.max(#full_copy.tiles, #changes_copy.tiles, #default_tile_changes) + while #changes_copy.tiles < desired_size do + table.insert(changes_copy.tiles, table.copy(changes_copy.tiles[#changes_copy.tiles])) + end + while #default_tile_changes < desired_size do + -- no need to copy because defaults won't be alterated + table.insert(default_tile_changes, default_tile_changes[#default_tile_changes]) + end + while #full_copy.tiles < desired_size do + table.insert(full_copy.tiles, table.copy(full_copy.tiles[#full_copy.tiles])) + end + -- Apply default tile changes + for i = 1, desired_size, 1 do + if default_tile_changes[i].align_style ~= nil and changes_copy.tiles[i].align_style == nil then + full_copy.tiles[i].align_style = default_tile_changes[i].align_style + end + if default_tile_changes[i].backface_culling ~= nil and changes_copy.tiles[i].backface_culling == nil then + full_copy.tiles[i].backface_culling = default_tile_changes[i].backface_culling + end + if default_tile_changes[i].scale and changes_copy.tiles[i].scale == nil then + full_copy.tiles[i].scale = default_tile_changes[i].scale + end + end + -- Handle default groups + for group, value in pairs(naturalslopeslib.default_definition.groups) do + if not def_changes.groups or def_changes.groups[group] == nil then + full_copy.groups[group] = value + end + end + -- Handle other values + for key, value in pairs(naturalslopeslib.default_definition) do + if key ~= "groups" and key ~= "drop_source" and key ~= "tiles" then + if changes_copy[key] == nil then + if type(value) == "table" then + full_copy[key] = table.copy(value) + else + full_copy[key] = value + end + end + end + end + -- Use a copy because tables are passed by reference. Otherwise the node + -- description is shared and updated after each call + return { + get_straight_def(base_node_name, table.copy(full_copy)), + get_inner_def(base_node_name, table.copy(full_copy)), + get_outer_def(base_node_name, table.copy(full_copy)), + get_pike_def(base_node_name, table.copy(full_copy)) + } +end + +local function default_factors(factors) + local f = {} + if factors == nil then factors = {} end + for _, name in ipairs({"mapgen", "time", "stomp", "place"}) do + if factors[name] ~= nil then + f[name] = factors[name] + else + f[name] = 1 + end + end + return f +end + +--- Register slopes from a full block node. +-- @param base_node_name: The full block node name. +-- @param node_desc: base for slope node descriptions. +-- @param update_chance: inverted chance for the node to be updated. +-- @param factors (optional): chance factor for each type. +-- @param color_convert (optional): the function to convert color palettes +-- @return Table of slope names: [straight, inner, outer, pike] or nil on error. +function naturalslopeslib.register_slope(base_node_name, def_changes, update_chance, factors, color_convert) + if not update_chance then + minetest.log('error', 'Natural slopes: chance is not set for node ' .. base_node_name) + return + end + local base_node_def = minetest.registered_nodes[base_node_name] + if not base_node_def then + minetest.log("error", "Trying to register slopes for an unknown node " .. (base_node_name or "nil")) + return + end + local chance_factors = default_factors(factors) + -- Get new definitions + local subname = string.sub(base_node_name, string.find(base_node_name, ':') + 1) + local slope_names = { + naturalslopeslib.get_straight_slope_name(subname), + naturalslopeslib.get_inner_corner_slope_name(subname), + naturalslopeslib.get_outer_corner_slope_name(subname), + naturalslopeslib.get_pike_slope_name(subname) + } + local slope_defs = naturalslopeslib.get_slope_defs(base_node_name, def_changes) + -- Register all slopes + local stomp_factor = naturalslopeslib.setting_stomp_factor() + for i, name in ipairs(slope_names) do + minetest.register_node(name, slope_defs[i]) + -- Register walk listener + if naturalslopeslib.setting_enable_shape_on_walk() then + poschangelib.register_stomp(name, + naturalslopeslib.update_shape_on_walk, + {name = name .. '_upd_shape', + chance = update_chance * chance_factors.stomp * stomp_factor, priority = 500}) + end + end + -- Register replacements + local colored = base_node_def.paramtype2 == "color" + add_replacement(base_node_name, update_chance, chance_factors, slope_names, colored, color_convert) + -- Enable on walk update for base node + if naturalslopeslib.setting_enable_shape_on_walk() and not naturalslopeslib.setting_revert() then + poschangelib.register_stomp(base_node_name, + naturalslopeslib.update_shape_on_walk, + {name = base_node_name .. '_upd_shape', + chance = update_chance * chance_factors.stomp * stomp_factor, priority = 500}) + end + -- Enable surface update + local time_factor = naturalslopeslib.setting_time_factor() + if naturalslopeslib.setting_enable_surface_update() and not naturalslopeslib.setting_revert() then + twmlib.register_twm({ + nodenames = {base_node_name, slope_defs[1], slope_defs[2], slope_defs[3], slope_defs[4]}, + chance = update_chance * chance_factors.time * time_factor, + action = naturalslopeslib.update_shape + }) + end + -- Enable revert LBM + if naturalslopeslib.setting_revert() then + minetest.register_lbm({ + label = 'naturalslopes_revert', + name = minetest.get_current_modname() .. ':revert_slopes_' .. string.gsub(base_node_name, ':', '_'), + nodenames = slope_names, + run_at_every_load = true, + action = function (pos, node) + minetest.swap_node(pos, { name = base_node_name }) + end + }) + end + return naturalslopeslib.get_replacement(base_node_name) +end + +--- Add a slopping behaviour to existing nodes. +function naturalslopeslib.set_slopes(base_node_name, straight_name, inner_name, outer_name, pike_name, update_chance, factors, color_convert) + -- Defensive checks + if not minetest.registered_nodes[base_node_name] then + if not base_node_name then + minetest.log('error', 'naturalslopeslib.set_slopes failed: base node_name is nil.') + else + minetest.log('error', 'naturalslopeslib.set_slopes failed: ' .. base_node_name .. ' is not registered.') + end + return + end + if not minetest.registered_nodes[straight_name] + or not minetest.registered_nodes[inner_name] + or not minetest.registered_nodes[outer_name] + or not minetest.registered_nodes[pike_name] then + minetest.log('error', 'naturalslopeslib.set_slopes failed: one of the slopes for ' .. base_node_name .. ' is not registered.') + return + end + if not update_chance then + minetest.log('error', 'Natural slopes: chance is not set for node ' .. base_node_name) + return + end + local chance_factors = default_factors(factors) + -- Set shape update data + local slope_names = {straight_name, inner_name, outer_name, pike_name} + local colored = minetest.registered_nodes[base_node_name].paramtype2 == "color" + add_replacement(base_node_name, update_chance, chance_factors, slope_names, colored, color_convert) + -- Set surface update + if naturalslopeslib.setting_enable_surface_update() and not naturalslopeslib.setting_revert() then + local time_factor = naturalslopeslib.setting_time_factor() + twmlib.register_twm({ + nodenames = {base_node_name, straight_name, inner_name, outer_name, pike_name}, + chance = update_chance * chance_factors.time * time_factor, + action = naturalslopeslib.update_shape + }) + end + -- Set walk listener for the 5 nodes + if naturalslopeslib.setting_enable_shape_on_walk() and not naturalslopeslib.setting_revert() then + local stomp_factor = naturalslopeslib.setting_stomp_factor() + local stomp_desc = {name = base_node_name .. '_upd_shape', + chance = update_chance * chance_factors.stomp * stomp_factor, priority = 500} + poschangelib.register_stomp(base_node_name, naturalslopeslib.update_shape_on_walk, stomp_desc) + for i, name in pairs(slope_names) do + poschangelib.register_stomp(name, naturalslopeslib.update_shape_on_walk, stomp_desc) + end + end + return naturalslopeslib.get_replacement(base_node_name) +end + diff --git a/mods/naturalslopeslib/revert.lua b/mods/naturalslopeslib/revert.lua new file mode 100644 index 0000000..e69de29 diff --git a/mods/naturalslopeslib/screenshot.png b/mods/naturalslopeslib/screenshot.png new file mode 100644 index 0000000..97ae205 Binary files /dev/null and b/mods/naturalslopeslib/screenshot.png differ diff --git a/mods/naturalslopeslib/settingtypes.txt b/mods/naturalslopeslib/settingtypes.txt new file mode 100644 index 0000000..a2a65fa --- /dev/null +++ b/mods/naturalslopeslib/settingtypes.txt @@ -0,0 +1,60 @@ +## Update shape ABM + +# Enable or disable the automatic update of the shape of nodes at the surface (requires twmlib mod). +naturalslopeslib_enable_surface_update (Timed surface update) bool true + + +## Update shape on walk + +# Enable or disable shape update when walking on blocks (requires poschangelib mod). +naturalslopeslib_enable_shape_on_walk (Enable shaping by walking on edges) bool true + + +## Update shape on world generation + +# Enable or disable shape update when the world is generated. +# This will probably put a lot of pressure on the server. Hopefully it doesn't happen that frequently. +naturalslopeslib_enable_shape_on_generate (Shape update on generation) bool true + +# Define which method is used when generating a new area. +# - VoxelManip (default) is the most efficient one, but the area will be available only once it is completely updated and may be resource intensive. This is the preferred method as map generation is optimized not to impact the game. +# - Progressive is way much slower, but the area is available directly in it's untransformed shape. The nodes will be updated one after the other while the game is rather idle. This method is preferred on old single core CPU that cannot benefit from map generation optimization, if the areas are too long to emerge or if you like to see mountains smoothing themselves progressively. +naturalslopeslib_generation_method (Generation method) enum VoxelManip VoxelManip,Progressive + +# Inverted chance factor on generation. The lesser, the more likely the node will be +# generated in their updated shape. 0.1 means 10 times more likely. +naturalslopeslib_update_shape_generate_factor (Generation factor) float 0.05 0 + +# Inverted chance factor when stomping. The lesser, the more likely the node will be +# updated when walking on it. 0.1 means 10 times more likely. +naturalslopeslib_update_shape_stomp_factor (Stomp factor) float 1.0 0 + +# Inverted chance factor on digging/placing. The lesser, the more likely the +# nodes will be updated when the neighbour nodes change. 0.1 means 10 times +# more likely. +naturalslopeslib_update_shape_dig_place_factor (Dig/place factor) float 1.0 0 + +# Inverted chance factor on time. The lesser, the more likely the node will be +# updated with time. 0.1 means 10 times more likely. +naturalslopeslib_update_shape_time_factor (Time factor) float 1.0 0 + +# Skip n nodes when generating an area. The higher, the less nodes can be updated but it dramatically saves server resources. +naturalslopeslib_update_shape_generate_skip (Generation skip nodes) int 0 0 + +## Update shape on dig and place + +# Enable or disable shape update of neighbor nodes when one is placed or updated. +naturalslopeslib_enable_shape_on_dig_place (Shape update on dig and place) bool true + +## Revert changes + +# Prevent new updates and revert slopes to their original block shape when they are loaded. +# Activate this function if you would like to deactivate natural slopes in existing worlds, but leave all the slopes mods loaded to prevent unknown nodes to appearing until all revert is done. +# Revert cannot be undone once blocks are loaded. +naturalslopeslib_revert (Revert) bool false + +## Rendering + +# Enable smooth rendering instead of cubic. It will show some disconnections at some +# points that won't be fixed and may be visually misleading with heights. +naturalslopeslib_smooth_rendering (Smooth but glitched rendering) bool true diff --git a/mods/naturalslopeslib/sloped_stomp.lua b/mods/naturalslopeslib/sloped_stomp.lua new file mode 100644 index 0000000..2fe845e --- /dev/null +++ b/mods/naturalslopeslib/sloped_stomp.lua @@ -0,0 +1,23 @@ +if minetest.get_modpath("poschangelib") == nil then + -- Register the function that does nothing to prevent crashes + naturalslopeslib.register_sloped_stomp = function(source_node_name, dest_node_name, stomp_desc) + end +else + +naturalslopeslib.register_sloped_stomp = function(source_node_name, dest_node_name, stomp_desc) + local source_slopes = naturalslopeslib.get_replacement(source_node_name) + local dest_slopes = naturalslopeslib.get_replacement(dest_node_name) + if source_slopes == nil then + minetest.log("warning", "[register_sloped_stomp] No slope registered for " .. source_node_name) + return + end + if dest_slopes == nil then + minetest.log("warning", "[register_sloped_stomp] No slope registered for " .. dest_node_name) + return + end + for _, slope_type in pairs({"source", "straight", "inner", "outer", "pike"}) do + poschangelib.register_stomp(source_slopes[slope_type], dest_slopes[slope_type], stomp_desc) + end +end + +end -- if mod exists end diff --git a/mods/naturalslopeslib/todo b/mods/naturalslopeslib/todo new file mode 100644 index 0000000..600fe8c --- /dev/null +++ b/mods/naturalslopeslib/todo @@ -0,0 +1,12 @@ +Version 1.x +=========== +Option pour activer l'extension des groupes plutôt que le remplacement + + +Version 2 +========= +propagates override activé par défaut +extension des groupes activé par défaut +renommage naturalslopeslib.* vers natslopes.* +renommage register_slope vers register +passer naturalslopeslib.* en déprécié, supprimer au bout de quelques temps diff --git a/mods/naturalslopeslib/update_shape.lua b/mods/naturalslopeslib/update_shape.lua new file mode 100644 index 0000000..40f431d --- /dev/null +++ b/mods/naturalslopeslib/update_shape.lua @@ -0,0 +1,577 @@ +--[[ +Describes the falling/eroding effect for slopes +--]] + +--[[ +Pick replacement, node and area +--]] + +-- Manage color for param2 +-- @param replacement the replacement table +-- @param source the name or id of the node being transformed +-- @param dest the name or id of the new shape +-- @param param2_source the param2 value before transformation +-- @param param2_dest the param2 value for facedir (if any) after transformation +-- @return a new param2 value for dest node with color if necessary +local function manage_param2_color(replacement, source, dest, param2_source, param2_dest) + if not replacement._colored_source then + return param2_dest + end + if dest == replacement.source then + -- param2_source will hold a 'color' value + if source == replacement.source then + -- from 'color' to 'color' + return param2_source + else + -- from 'color' to 'colorfacedir' + local new_color_index = replacement._color_convert(param2_source, true) % 8 + return param2_dest + (new_color_index * 32) + end + else + -- param2_source will hold a 'colorfacedir' value + if dest == replacement.source then + -- from 'colorfacedir' to 'color' + local old_color = math.floor(param2_source / 32) + return replacement._color_convert(old_color, false) % 256 + else + -- from 'colorfacedir' to an other 'colorfacedir' + local color = math.floor(param2_source / 32) + return param2_dest + (color * 32) + end + end +end + +--- {Private} Pick a replacement node. +-- @param type The replacement shape. Either 'block', 'straight', 'ic' or 'oc' +-- @param name The name (or id for area) of the node to replace. +-- @param old_param2 The current value of param2 for the node to replace +-- @param param2 Facedir value to orient the new node. +-- @param for_area True when picking for an area, changes the parameter types +-- @return node {name=new_name, param2=new_param2} or area data {id=new_id, param2_data=new_param2} +-- or nil if dest node is not found. +local function pick_replacement(slope_type, name, old_param2, param2, for_area) + local replacement + if for_area then + replacement = naturalslopeslib.get_replacement_id(name) + else + replacement = naturalslopeslib.get_replacement(name) + end + if not replacement then return nil end + local dest_node_name = nil + if slope_type == 'block' and replacement.source then + dest_node_name = replacement.source + elseif slope_type == 'pike' and replacement.pike then + dest_node_name = replacement.pike + elseif slope_type == 'straight' and replacement.straight then + dest_node_name = replacement.straight + elseif slope_type == 'ic' and replacement.inner then + dest_node_name = replacement.inner + elseif slope_type == 'oc' and replacement.outer then + dest_node_name = replacement.outer + end + if dest_node_name then + if param2 == nil then param2 = 0 end + local color_param2 = manage_param2_color(replacement, name, dest_node_name, old_param2, param2) + if for_area then + return {id = dest_node_name, param2_data = color_param2} + else + return {name = dest_node_name, param2 = color_param2} + end + end + return nil +end + + +--[[ +Surrounding checks and get replacement +--]] + +--- Check if a node is considered empty to switch shape. +-- @param pos The position to check +function naturalslopeslib.is_free_for_shape_update(pos) + if not pos then return nil end + local node = minetest.get_node_or_nil(pos) + if node == nil then + return nil + end + return node.name == 'air' +end + +local air_id = minetest.get_content_id('air') +function naturalslopeslib.area_is_free_for_shape_update(area, data, index) + if not area:containsi(index) then + return nil + end + return data[index] == air_id +end +-- Deprecated name +naturalslopeslib.area_is_free_for_erosion = naturalslopeslib.area_is_free_for_shape_update + +--- Get the replacement node according to it's surroundings. +-- @param pos The position of the node or index with VoxelArea. +-- @param node The node at that position or content id with VoxelArea. +-- @param area The VoxelArea, nil for single position update. +-- @param data Data from VoxelManip, nil for single position update. +-- @param param2_data Param2 data from VoxelManip, nil for single position update. +-- @return A node to use with minetest.set_node +-- or a table with id and param2_data if called with an area. +-- Nil if no replacement is found or a neighbour cannot be read. +function naturalslopeslib.get_replacement_node(pos, node, area, data, param2_data) + -- Set functions and data according to update mode: single or VoxelManip + local is_free = nil + local new_pos = nil + local replacement = nil + local node_name = nil -- Either name or id + local for_area = false + local old_param2 = 0 + if area then + for_area = true + is_free = function (at_index) -- always use with new_pos + return naturalslopeslib.area_is_free_for_shape_update(area, data, at_index) + end + new_pos = function(add) -- Get new index from current with add position + local area_pos = area:position(pos) + return area:indexp(vector.add(area_pos, add)) + end + node_name = node + old_param2 = param2_data[pos] + else + is_free = naturalslopeslib.is_free_for_shape_update + new_pos = function(add) return vector.add(pos, add) end + node_name = node.name + old_param2 = node.param2 + end + local is_ground -- ground or ceiling node + local pointing_y = -1 + -- If there's something above and below, get back to full block + local above_free = is_free(new_pos({x=0, y=1, z=0})) + local below_free = is_free(new_pos({x=0, y=-1, z=0})) + if above_free == nil or below_free == nil then + return nil + end + if above_free and not below_free then + is_ground = true + pointing_y = 1 + elseif below_free and not above_free then + is_ground = false + pointing_y = 5 + else -- nothing below and above + return pick_replacement("block", node_name, old_param2, 0, for_area) + end + -- Check blocks around + local airXP = is_free(new_pos({x=1, y=0, z=0})) + if airXP == nil then return nil end + local airXM = is_free(new_pos({x=-1, y=0, z=0})) + if airXM == nil then return nil end + local airZP = is_free(new_pos({x=0, y=0, z=1})) + if airZP == nil then return nil end + local airZM = is_free(new_pos({x=0, y=0, z=-1})) + if airZM == nil then return nil end + local free_neighbors = 0 + for index, free in next, {airXP, airXM, airZP, airZM} do + if free then free_neighbors = free_neighbors + 1 end + end + -- For four or three free neighbors, pike (slab) + if free_neighbors == 4 or free_neighbors == 3 then + local param2 = 0 + if is_ground == false then param2 = 20 end + return pick_replacement("pike", node_name, old_param2, param2, for_area) + -- For two free neighbors + elseif free_neighbors == 2 then + -- at opposite sides, block + local param2 + if (airXP and airXM) or (airZP and airZM) then + return pick_replacement('block', node_name, old_param2, 0, for_area) + -- side by side, outer corner + elseif (airXP and airZP) then + if is_ground then param2 = 3 else param2 = 22 end + return pick_replacement("oc", node_name, old_param2, param2, for_area) + elseif (airXP and airZM) then + if is_ground then param2 = 0 else param2 = 21 end + return pick_replacement("oc", node_name, old_param2, param2, for_area) + elseif (airXM and airZP) then + if is_ground then param2 = 2 else param2 = 23 end + return pick_replacement("oc", node_name, old_param2, param2, for_area) + elseif (airXM and airZM) then + if is_ground then param2 = 1 else param2 = 20 end + return pick_replacement("oc", node_name, old_param2, param2, for_area) + end + -- For one free neighbor, straight slope + elseif free_neighbors == 1 then + local param2 = 0 + if airXP then if is_ground then param2 = 3 else param2 = 15 end + elseif airXM then if is_ground then param2 = 1 else param2 = 17 end + elseif airZP then if is_ground then param2 = 2 else param2 = 6 end + elseif airZM then if is_ground then param2 = 0 else param2 = 8 end + end + return pick_replacement("straight", node_name, old_param2, param2, for_area) + -- For no free neighbor check for a free diagonal for an inner corner + -- or fully surrounded for a rebuild + else + local airXPZP = is_free(new_pos({x=1, y=0, z=1})) + local airXPZM = is_free(new_pos({x=1, y=0, z=-1})) + local airXMZP = is_free(new_pos({x=-1, y=0, z=1})) + local airXMZM = is_free(new_pos({x=-1, y=0, z=-1})) + local param2 + if airXPZP and not airXPZM and not airXMZP and not airXMZM then + if is_ground then param2 = 3 else param2 = 15 end + return pick_replacement("ic", node_name, old_param2, param2, for_area) + elseif not airXPZP and airXPZM and not airXMZP and not airXMZM then + if is_ground then param2 = 0 else param2 = 8 end + return pick_replacement("ic", node_name, old_param2, param2, for_area) + elseif not airXPZP and not airXPZM and airXMZP and not airXMZM then + if is_ground then param2 = 2 else param2 = 23 end + return pick_replacement("ic", node_name, old_param2, param2, for_area) + elseif not airXPZP and not airXPZM and not airXMZP and airXMZM then + if is_ground then param2 = 1 else param2 = 17 end + return pick_replacement("ic", node_name, old_param2, param2, for_area) + else + return pick_replacement('block', node_name, old_param2, 0, for_area) + end + end +end + + +--[[ +Do the replacement +--]] + +-- Do shape update when random roll passes on a single node. +function naturalslopeslib.chance_update_shape(pos, node, factor, type) + if factor == nil then factor = 1 end + local replacement = naturalslopeslib.get_replacement(node.name) + if not replacement then return false end + local chance_factor = 1 + if type == "mapgen" or type == "stomp" or type == "place" or type == "time" then + chance_factor = replacement.chance_factors[type] + end + if (math.random() * (replacement.chance * factor * chance_factor)) < 1.0 then + return naturalslopeslib.update_shape(pos, node) + end + return false +end + +--- Try to update the shape of a node according to it's surroundings. +-- @param pos The position of the node. +-- @param node The node at that position. +-- @return True if the node was updated, false otherwise. +function naturalslopeslib.update_shape(pos, node) + local replacement = naturalslopeslib.get_replacement_node(pos, node) + if replacement and (replacement.name ~= node.name or node.param2 ~= replacement.param2) then + minetest.set_node(pos, replacement) + return true + else + return false + end +end + +local function get_edges(minp, maxp) + -- corner000 = minp + local corner001 = {x = minp.x, y = minp.y, z = maxp.z} + local corner010 = {x = minp.x, y = maxp.y, z = minp.z} + local corner011 = {x = minp.x, y = maxp.y, z = maxp.z} + local corner100 = {x = maxp.x, y = minp.y, z = minp.z} + local corner101 = {x = maxp.x, y = minp.y, z = maxp.z} + local corner110 = {x = maxp.x, y = maxp.y, z = minp.z} + -- corner111 = maxp + return { -- min pos, max pos, normal[x, y ,z] + -- The 8 corners + {minp, minp, {-1, -1, -1}}, + {corner001, corner001, {-1, -1, 1}}, + {corner010, corner010, {-1, 1, -1}}, + {corner011, corner011, {-1, 1, 1}}, + {corner100, corner100, { 1, -1, -1}}, + {corner101, corner101, { 1, -1, 1}}, + {corner110, corner110, { 1, 1, -1}}, + {maxp, maxp, { 1, 1, 1}}, + -- The 8 segments + {{x = minp.x + 1, y = minp.y, z = minp.z}, {x = maxp.x - 1, y = minp.y, z = minp.z}, { 0, -1, -1}}, + {{x = minp.x + 1, y = maxp.y, z = minp.z}, {x = maxp.x - 1, y = maxp.y, z = minp.z}, { 0, 1, -1}}, + {{x = minp.x, y = minp.y + 1, z = minp.z}, {x = minp.x, y = maxp.y - 1, z = minp.z}, {-1, 0, -1}}, + {{x = maxp.x, y = minp.y + 1, z = minp.z}, {x = maxp.x, y = maxp.y - 1, z = minp.z}, { 1, 0, -1}}, + {{x = minp.x + 1, y = minp.y, z = maxp.z}, {x = maxp.x - 1, y = minp.y, z = maxp.z}, { 0, -1, 1}}, + {{x = minp.x + 1, y = maxp.y, z = maxp.z}, {x = maxp.x - 1, y = maxp.y, z = maxp.z}, { 0, 1, 1}}, + {{x = minp.x, y = minp.y + 1, z = maxp.z}, {x = minp.x, y = maxp.y - 1, z = maxp.z}, { -1, 0, 1}}, + {{x = maxp.x, y = minp.y + 1, z = maxp.z}, {x = maxp.x, y = maxp.y - 1, z = maxp.z}, { 1, 0, 1}}, + -- The 6 faces + {{x = minp.x + 1, y = minp.y, z = minp.z + 1}, {x = maxp.x - 1, y = minp.y, z = maxp.z - 1}, { 0, -1, 0}}, + {{x = minp.x + 1, y = maxp.y, z = minp.z + 1}, {x = maxp.x - 1, y = maxp.y, z = maxp.z - 1}, { 0, 1, 0}}, + {{x = minp.x, y = minp.y + 1, z = minp.z + 1}, {x = minp.x, y = maxp.y - 1, z = maxp.z - 1}, { -1, 0, 0}}, + {{x = maxp.x, y = minp.y + 1, z = minp.z + 1}, {x = maxp.x, y = maxp.y - 1, z = maxp.z - 1}, { 1, 0, 0}}, + {{x = minp.x + 1, y = minp.y + 1, z = minp.z}, {x = maxp.x - 1, y = maxp.y - 1, z = minp.z}, { 0, 0, -1}}, + {{x = minp.x + 1, y = minp.y + 1, z = maxp.z}, {x = maxp.x - 1, y = maxp.y - 1, z = maxp.z}, { 0, 0, 1}} + } +end + +--- Massive shape update with VoxelManip. +-- @param minp Lower boundary of area. +-- @param mapx Higher boundary of area. +-- @param factor Factor for chance (0.1 means 10 times more likely to update) +-- @param skip (optional) Don't parse all nodes, skip randomly skip/2 to skip nodes +-- @param progressive_edges (optional) When true, edges are generated progressively (default) +-- @param type (optional) Transformation type for chance factor. +-- at every loop. +function naturalslopeslib.area_chance_update_shape(minp, maxp, factor, skip, progressive_edges, type) + if not skip then skip = 0 end + if progressive_edges == nil then progressive_edges = true end + -- Run on every block + local vm, emin, emax = minetest.get_voxel_manip() + local e1, e2 = vm:read_from_map(minp, maxp) + local area = VoxelArea:new{MinEdge = e1, MaxEdge = e2} + local data = vm:get_data() + local param2_data = vm:get_param2_data() + local i = area:indexp(e1) + local imax = area:indexp(e2) + if progressive_edges then + local edges = get_edges(minp, maxp) + for _, edge in ipairs(edges) do + naturalslopeslib.register_progressive_area_update(edge[1], edge[2], factor, skip, type, {x = edge[3][1], y = edge[3][2], z = edge[3][3]}) + end + end + while i <= imax do + local x = (i-1) % area.ystride + local y = (i-1) % area.zstride + if x == 0 or x == area.ystride - 1 + or y == 0 or y == area.zstride - 1 then + -- Skip edges + else + local replacement = naturalslopeslib.get_replacement_id(data[i]) + if replacement ~= nil then + local chance_factor = 1 + if type == "mapgen" or type == "stomp" or type == "place" or type == "time" then + chance_factor = replacement.chance_factors[type] + end + if math.random() * (replacement.chance * factor * chance_factor) < 1.0 then + local new_data = naturalslopeslib.get_replacement_node(i, data[i], area, data, param2_data) + if new_data then + data[i] = new_data.id + if new_data.param2_data then + param2_data[i] = new_data.param2_data + end + end + end + end + end + i = i + 1 + math.random(skip / 2, skip) + end + vm:set_data(data) + vm:set_param2_data(param2_data) + vm:write_to_map() +end + +naturalslopeslib.progressive_area_updates = {} + +function naturalslopeslib.register_progressive_area_update(minp, maxp, factor, skip, type, edge_normal) + if edge_normal ~= nil or minp.x == maxp.x or minp.y == maxp.y or minp.z == maxp.z then + -- Explicit edge or ignored + table.insert(naturalslopeslib.progressive_area_updates, {minp = minp, maxp = maxp, + factor = factor, skip = skip, i = 1, edge_normal = edge_normal}) + return + end + -- else register the inner cube and all edges + -- The inner cube + table.insert(naturalslopeslib.progressive_area_updates, { + minp = vector.add(minp, 1), + maxp = vector.add(maxp, -1), + factor = factor, skip = skip, i = 1, edge_normal = nil}) + local edges = get_edges(minp, maxp) + -- Register + for _, edge in ipairs(edges) do + table.insert(naturalslopeslib.progressive_area_updates, { + minp = edge[1], maxp = edge[2], + factor = factor, type = type, skip = skip, i = 1, + edge_normal = {x = edge[3][1], y = edge[3][2], z = edge[3][3]} + }) + end +end + + +local function check_area_edges(area) + if area.edge_normal == nil then + return true + end + local edge = area.edge_normal + local pos = area.minp + local requirements = math.abs(edge.x) + math.abs(edge.y) + math.abs(edge.z) + local found = 0 + if edge.x ~= 0 then + if minetest.get_node_or_nil(vector.add(pos, {x = edge.x, y = 0, z = 0})) ~= nil then + found = found + 1 + end + end + if edge.y ~= 0 then + if minetest.get_node_or_nil(vector.add(pos, {x = 0, y = edge.y, z = 0})) ~= nil then + found = found + 1 + end + end + if edge.z ~= 0 then + if minetest.get_node_or_nil(vector.add(pos, {x = 0, y = 0, z = edge.z})) ~= nil then + found = found + 1 + end + end + return found == requirements +end + +local function progressive_area_update(start_time) + if #naturalslopeslib.progressive_area_updates == 0 then + return true + end + if start_time == nil then + start_time = os.clock() + end + -- pick an area around a player at random and process it + local players = minetest.get_connected_players() + local processed_area_index = nil + local alt_processed_area_index = nil + for area_index, area in ipairs(naturalslopeslib.progressive_area_updates) do + for _, p in ipairs(players) do + local minp = area.minp + local maxp = area.maxp + local ppos = p:get_pos() + if ppos.x >= minp.x and ppos.x <= maxp.x and ppos.y >= minp.y and ppos.y <= maxp.y and ppos.z >= minp.z and ppos.z <= maxp.z then + -- Prefer an area in which a player is + if (check_area_edges(area)) then + processed_area_index = area_index + break + end + elseif alt_processed_area_index == nil and ppos.x + 16 >= minp.x and ppos.x - 16 <= maxp.x and ppos.y + 16 >= minp.y and ppos.y - 16 <= maxp.y and ppos.z + 16 >= minp.z and ppos.z - 16 <= maxp.z then + -- Else pick an area near a player + if (check_area_edges(area)) then + alt_processed_area_index = area_index + end + end + end + if processed_area_index ~= nil then + local area = naturalslopeslib.progressive_area_updates[processed_area_index] + end + end + if processed_area_index == nil then + if alt_processed_area_index ~= nil then + processed_area_index = alt_processed_area_index + else + processed_area_index = 1 -- try to reduce the queue as fast as possible + end + end + local area = naturalslopeslib.progressive_area_updates[processed_area_index] + local i = area.i + local y_size = area.maxp.y - area.minp.y + 1 + local z_size = area.maxp.z - area.minp.z + 1 + local imax = y_size * z_size * (area.maxp.x - area.minp.x + 1) + while i <= imax do + local x = math.floor((i - 1) / (y_size * z_size)) + local y = math.floor((i - 1) / z_size) % y_size + local z = (i - 1) % (z_size) + local pos = {x = area.minp.x + x, y = area.minp.y + y, z = area.minp.z + z} + local node = minetest.get_node(pos) + naturalslopeslib.chance_update_shape(pos, node, area.factor, area.type) + i = i + 1 + math.random(area.skip / 2, area.skip) + if (os.clock() - start_time) > 0.1 and i <= imax then + area.i = i + return false + end + end + table.remove(naturalslopeslib.progressive_area_updates, processed_area_index) + if os.clock() - start_time < 0.1 then + progressive_area_update(start_time) + end + return true +end + +local generation_dtime = 0 +local function generation_globalstep(dtime) + generation_dtime = generation_dtime + dtime + if generation_dtime > 0.1 then + progressive_area_update() + generation_dtime = 0 + end +end +minetest.register_globalstep(generation_globalstep) + +minetest.register_on_shutdown(function() + if #naturalslopeslib.progressive_area_updates > 0 then + minetest.log("info", "Processing slope generation for queued areas") + for i, area in ipairs(naturalslopeslib.progressive_area_updates) do + minetest.log("info", (#naturalslopeslib.progressive_area_updates - i + 1) .. " remaining area(s)") + naturalslopeslib.area_chance_update_shape(area.minp, area.maxp, area.factor, area.skip, false, area.type) + end + end +end) + +--[[ +Triggers registration +--]] + +-- Stomp function to get the replacement node name +function naturalslopeslib.update_shape_on_walk(player, pos, node, desc, trigger_meta) + return naturalslopeslib.get_replacement_node(pos, node) +end + +-- Chat command +minetest.register_chatcommand('updshape', { + func = function(name, param) + local player = minetest.get_player_by_name(name) + if not player then return false, 'Player not found' end + if not minetest.check_player_privs(player, {server=true}) then return false, 'Update shape requires server privileges' end + local pos = player:get_pos() + local node_pos = {['x'] = pos.x, ['y'] = pos.y - 1, ['z'] = pos.z} + local node = minetest.get_node(node_pos) + if naturalslopeslib.update_shape(node_pos, node) then + return true, 'Shape updated.' + end + return false, node.name .. " cannot have it's shape updated." + end, +}) + +-- On generation big update +local function register_on_generation() + if not naturalslopeslib._register_on_generated then + return + end + if naturalslopeslib.setting_enable_shape_on_generation() then + if naturalslopeslib.setting_generation_method() == "Progressive" then + minetest.register_on_generated(function(minp, maxp, seed) + naturalslopeslib.register_progressive_area_update(minp, maxp, naturalslopeslib.setting_generation_factor(), naturalslopeslib.setting_generation_skip(), "mapgen") + end) + else + minetest.register_on_generated(function(minp, maxp, seed) + naturalslopeslib.area_chance_update_shape(minp, maxp, naturalslopeslib.setting_generation_factor(), naturalslopeslib.setting_generation_skip(), true, "mapgen") + end) + end + end +end +if not naturalslopeslib.setting_revert() then + minetest.register_on_mods_loaded(register_on_generation) +end + +--- On place neighbor update +local function on_place_or_dig(pos, force_below) + local function update(pos, x, y, z, factor) + local new_pos = vector.add(pos, vector.new(x, y, z)) + naturalslopeslib.chance_update_shape(new_pos, minetest.get_node(new_pos), factor, "place") + end + -- Update 8 neighbors plus above and below + local place_factor = naturalslopeslib.setting_dig_place_factor() + update(pos, 0, 0, 0, place_factor) + update(pos, 1, 0, 0, place_factor) + update(pos, 0, 0, 1, place_factor) + update(pos, -1, 0, 0, place_factor) + update(pos, 0, 0, -1, place_factor) + update(pos, 1, 0, 1, place_factor) + update(pos, 1, 0, -1, place_factor) + update(pos, -1, 0, 1, place_factor) + update(pos, -1, 0, -1, place_factor) + if force_below then update(pos, 0, -1, 0, 0) + else update(pos, 0, -1, 0, place_factor) + end + update(pos, 0, 1, 0, place_factor) +end + +if naturalslopeslib.setting_enable_shape_on_dig_place() and not naturalslopeslib.setting_revert() then + minetest.register_on_placenode(function(pos, new_node, placer, old_node, item_stack, pointed_thing) + on_place_or_dig(pos, true) + end) + minetest.register_on_dignode(function(pos, old_node, digger) + on_place_or_dig(pos) + end) +end + diff --git a/mods/player_api/README.txt b/mods/player_api/README.txt new file mode 100644 index 0000000..37afadf --- /dev/null +++ b/mods/player_api/README.txt @@ -0,0 +1,27 @@ +Minetest Game mod: player_api +============================= +See license.txt for license information. + +Provides an API to allow multiple mods to set player models and textures. +Also sets the default model, texture, and player flags. +This mod is only for content related to the Player API and the player object. + +Authors of source code +---------------------- +Originally by celeron55, Perttu Ahola (LGPLv2.1+) +Various Minetest developers and contributors (LGPLv2.1+) + +Authors of media (textures, models and sounds) +---------------------------------------------- +Original model by MirceaKitsune (CC BY-SA 3.0). +Various alterations and fixes by kilbith, sofar, xunto, Rogier-5, TeTpaAka, Desour, +stujones11, An0n3m0us (CC BY-SA 3.0): + character.b3d + character.blend + +Jordach (CC BY-SA 3.0): + character.png + +celeron55, Perttu Ahola (CC BY-SA 3.0): + player.png + player_back.png diff --git a/mods/player_api/api.lua b/mods/player_api/api.lua new file mode 100644 index 0000000..d7aab4e --- /dev/null +++ b/mods/player_api/api.lua @@ -0,0 +1,223 @@ +player_api = {} + +-- Player animation blending +-- Note: This is currently broken due to a bug in Irrlicht, leave at 0 +local animation_blend = 0 + +player_api.registered_models = {} + +-- Local for speed. +local models = player_api.registered_models + +local function collisionbox_equals(collisionbox, other_collisionbox) + if collisionbox == other_collisionbox then + return true + end + for index = 1, 6 do + if collisionbox[index] ~= other_collisionbox[index] then + return false + end + end + return true +end + +function player_api.register_model(name, def) + models[name] = def + def.visual_size = def.visual_size or {x = 1, y = 1} + def.collisionbox = def.collisionbox or {-0.3, 0.0, -0.3, 0.3, 1.7, 0.3} + def.stepheight = def.stepheight or 0.6 + def.eye_height = def.eye_height or 1.47 + + -- Sort animations into property classes: + -- Animations with same properties have the same _equals value + for animation_name, animation in pairs(def.animations) do + animation.eye_height = animation.eye_height or def.eye_height + animation.collisionbox = animation.collisionbox or def.collisionbox + animation.override_local = animation.override_local or false + + for _, other_animation in pairs(def.animations) do + if other_animation._equals then + if collisionbox_equals(animation.collisionbox, other_animation.collisionbox) + and animation.eye_height == other_animation.eye_height then + animation._equals = other_animation._equals + break + end + end + end + animation._equals = animation._equals or animation_name + end +end + +-- Player stats and animations +-- model, textures, animation +local players = {} +player_api.player_attached = {} + +local function get_player_data(player) + return assert(players[player:get_player_name()]) +end + +function player_api.get_animation(player) + return get_player_data(player) +end + +-- Called when a player's appearance needs to be updated +function player_api.set_model(player, model_name) + local player_data = get_player_data(player) + if player_data.model == model_name then + return + end + player_data.model = model_name + + local model = models[model_name] + if model then + player:set_properties({ + mesh = model_name, + textures = player_data.textures or model.textures, + visual = "mesh", + visual_size = model.visual_size, + stepheight = model.stepheight + }) + -- sets local_animation, collisionbox & eye_height + player_api.set_animation(player, "stand") + else + player:set_properties({ + textures = {"player.png", "player_back.png"}, + visual = "upright_sprite", + visual_size = {x = 1, y = 2}, + collisionbox = {-0.3, 0.0, -0.3, 0.3, 1.75, 0.3}, + stepheight = 0.6, + eye_height = 1.625, + }) + end +end + +function player_api.get_textures(player) + local player_data = get_player_data(player) + local model = models[player_data.model] + return assert(player_data.textures or (model and model.textures)) +end + +function player_api.set_textures(player, textures) + local player_data = get_player_data(player) + local model = models[player_data.model] + local new_textures = assert(textures or (model and model.textures)) + player_data.textures = new_textures + player:set_properties({textures = new_textures}) +end + +function player_api.set_texture(player, index, texture) + local textures = table.copy(player_api.get_textures(player)) + textures[index] = texture + player_api.set_textures(player, textures) +end + +function player_api.set_animation(player, anim_name, speed) + local player_data = get_player_data(player) + local model = models[player_data.model] + if not (model and model.animations[anim_name]) then + return + end + speed = speed or model.animation_speed + if player_data.animation == anim_name and player_data.animation_speed == speed then + return + end + local previous_anim = model.animations[player_data.animation] or {} + local anim = model.animations[anim_name] + player_data.animation = anim_name + player_data.animation_speed = speed + -- If necessary change the local animation (only seen by the client of *that* player) + -- `override_local` <=> suspend local animations while this one is active + -- (this is basically a hack, proper engine feature needed...) + if anim.override_local ~= previous_anim.override_local then + if anim.override_local then + local none = {x=0, y=0} + player:set_local_animation(none, none, none, none, 1) + else + local a = model.animations -- (not specific to the animation being set) + player:set_local_animation( + a.stand, a.walk, a.mine, a.walk_mine, + model.animation_speed or 30 + ) + end + end + -- Set the animation seen by everyone else + player:set_animation(anim, speed, animation_blend) + -- Update related properties if they changed + if anim._equals ~= previous_anim._equals then + player:set_properties({ + collisionbox = anim.collisionbox, + eye_height = anim.eye_height + }) + end +end + +minetest.register_on_joinplayer(function(player) + local name = player:get_player_name() + players[name] = {} + player_api.player_attached[name] = false +end) + +minetest.register_on_leaveplayer(function(player) + local name = player:get_player_name() + players[name] = nil + player_api.player_attached[name] = nil +end) + +-- Localize for better performance. +local player_set_animation = player_api.set_animation +local player_attached = player_api.player_attached + +-- Prevent knockback for attached players +local old_calculate_knockback = minetest.calculate_knockback +function minetest.calculate_knockback(player, ...) + if player_attached[player:get_player_name()] then + return 0 + end + return old_calculate_knockback(player, ...) +end + +-- Check each player and apply animations +minetest.register_globalstep(function() + for _, player in pairs(minetest.get_connected_players()) do + local name = player:get_player_name() + local player_data = players[name] + local model = models[player_data.model] + if model and not player_attached[name] then + local controls = player:get_player_control() + local animation_speed_mod = model.animation_speed or 30 + + -- Determine if the player is sneaking, and reduce animation speed if so + if controls.sneak then + animation_speed_mod = animation_speed_mod / 2 + end + + -- Apply animations based on what the player is doing + if player:get_hp() == 0 then + player_set_animation(player, "lay") + elseif controls.up or controls.down or controls.left or controls.right then + if controls.LMB or controls.RMB then + player_set_animation(player, "walk_mine", animation_speed_mod) + else + player_set_animation(player, "walk", animation_speed_mod) + end + elseif controls.LMB or controls.RMB then + player_set_animation(player, "mine", animation_speed_mod) + else + player_set_animation(player, "stand", animation_speed_mod) + end + end + end +end) + +for _, api_function in pairs({"get_animation", "set_animation", "set_model", "set_textures"}) do + local original_function = player_api[api_function] + player_api[api_function] = function(player, ...) + if not players[player:get_player_name()] then + -- HACK for keeping backwards compatibility + minetest.log("warning", api_function .. " called on offline player") + return + end + original_function(player, ...) + end +end diff --git a/mods/player_api/init.lua b/mods/player_api/init.lua new file mode 100644 index 0000000..3df15d0 --- /dev/null +++ b/mods/player_api/init.lua @@ -0,0 +1,26 @@ +dofile(minetest.get_modpath("player_api") .. "/api.lua") + +-- Default player appearance +player_api.register_model("character.x", { + animation_speed = 30, + textures = {"character2.png"}, + animations = { + -- Standard animations. + stand = {x = 0, y = 79}, + lay = {x = 162, y = 166, eye_height = 0.3, override_local = true, + collisionbox = {-0.6, 0.0, -0.6, 0.6, 0.3, 0.6}}, + walk = {x = 168, y = 187}, + mine = {x = 189, y = 198}, + walk_mine = {x = 200, y = 219}, + sit = {x = 81, y = 160, eye_height = 0.8, override_local = true, + collisionbox = {-0.3, 0.0, -0.3, 0.3, 1.0, 0.3}} + }, + collisionbox = {-0.3, 0.0, -0.3, 0.3, 1.7, 0.3}, + stepheight = 0.6, + eye_height = 1.47, +}) + +-- Update appearance when the player joins +minetest.register_on_joinplayer(function(player) + player_api.set_model(player, "character.x") +end) diff --git a/mods/player_api/license.txt b/mods/player_api/license.txt new file mode 100644 index 0000000..bdc4315 --- /dev/null +++ b/mods/player_api/license.txt @@ -0,0 +1,60 @@ +License of source code +---------------------- + +GNU Lesser General Public License, version 2.1 +Copyright (C) 2011 celeron55, Perttu Ahola +Copyright (C) 2011 Various Minetest developers and contributors + +This program is free software; you can redistribute it and/or modify it under the terms +of the GNU Lesser General Public License as published by the Free Software Foundation; +either version 2.1 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 Lesser General Public License for more details: +https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html + + +Licenses of media (textures, models and sounds) +----------------------------------------------- + +Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) +Copyright (C) 2011 celeron55, Perttu Ahola +Copyright (C) 2012 MirceaKitsune +Copyright (C) 2012 Jordach +Copyright (C) 2015 kilbith +Copyright (C) 2016 sofar +Copyright (C) 2016 xunto +Copyright (C) 2016 Rogier-5 +Copyright (C) 2017 TeTpaAka +Copyright (C) 2017 Desour +Copyright (C) 2018 stujones11 +Copyright (C) 2019 An0n3m0us + +You are free to: +Share — copy and redistribute the material in any medium or format. +Adapt — remix, transform, and build upon the material for any purpose, even commercially. +The licensor cannot revoke these freedoms as long as you follow the license terms. + +Under the following terms: + +Attribution — You must give appropriate credit, provide a link to the license, and +indicate if changes were made. You may do so in any reasonable manner, but not in any way +that suggests the licensor endorses you or your use. + +ShareAlike — If you remix, transform, or build upon the material, you must distribute +your contributions under the same license as the original. + +No additional restrictions — You may not apply legal terms or technological measures that +legally restrict others from doing anything the license permits. + +Notices: + +You do not have to comply with the license for elements of the material in the public +domain or where your use is permitted by an applicable exception or limitation. +No warranties are given. The license may not give you all of the permissions necessary +for your intended use. For example, other rights such as publicity, privacy, or moral +rights may limit how you use the material. + +For more details: +http://creativecommons.org/licenses/by-sa/3.0/ diff --git a/mods/player_api/mod.conf b/mods/player_api/mod.conf new file mode 100644 index 0000000..bf62327 --- /dev/null +++ b/mods/player_api/mod.conf @@ -0,0 +1,2 @@ +name = player_api +description = Minetest Game mod: Manages player visuals diff --git a/mods/player_api/models/character.b3d b/mods/player_api/models/character.b3d new file mode 100644 index 0000000..3e0827e Binary files /dev/null and b/mods/player_api/models/character.b3d differ diff --git a/mods/player_api/models/character.blend b/mods/player_api/models/character.blend new file mode 100644 index 0000000..a32c343 Binary files /dev/null and b/mods/player_api/models/character.blend differ diff --git a/mods/player_api/models/character.png b/mods/player_api/models/character.png new file mode 100644 index 0000000..0502178 Binary files /dev/null and b/mods/player_api/models/character.png differ diff --git a/mods/player_api/models/character.x b/mods/player_api/models/character.x new file mode 100644 index 0000000..c9cbc33 --- /dev/null +++ b/mods/player_api/models/character.x @@ -0,0 +1,80084 @@ +xof 0303txt 0032 + +template AnimTicksPerSecond { + <9E415A43-7BA6-4a73-8743-B73D47E88476> + DWORD AnimTicksPerSecond; +} + +template XSkinMeshHeader { + <3cf169ce-ff7c-44ab-93c0-f78f62d172e2> + WORD nMaxSkinWeightsPerVertex; + WORD nMaxSkinWeightsPerFace; + WORD nBones; +} + +template SkinWeights { + <6f0d123b-bad2-4167-a0d0-80224f25fabb> + STRING transformNodeName; + DWORD nWeights; + array DWORD vertexIndices[nWeights]; + array float weights[nWeights]; + Matrix4x4 matrixOffset; +} + +Frame Root { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + 0.000000,-0.000000, 1.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 0.000000, 1.000000;; + } + Frame wolfwoman { + FrameTransformMatrix { + -10.000000,-0.000002, 0.000000, 0.000000, + 0.000002,-10.000000, 0.000000, 0.000000, + -0.000000, 0.000000,10.000000, 0.000000, + -0.000000, 0.000000, 8.153999, 1.000000;; + } + Frame wolfwoman_Root { + FrameTransformMatrix { + 0.000000, 0.000000, 1.000000, 0.000000, + 0.000000,-1.000000, 0.000000, 0.000000, + 1.000000, 0.000000,-0.000000, 0.000000, + 0.000000, 0.093508,-0.815400, 1.000000;; + } + Frame wolfwoman_pelvis { + FrameTransformMatrix { + 0.000000,-0.000000, 1.000000, 0.000000, + 0.939435,-0.342728,-0.000000, 0.000000, + 0.342728, 0.939435, 0.000000, 0.000000, + 0.923640, 0.029630,-0.000000, 1.000000;; + } + Frame wolfwoman_spine_01 { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + -0.000000, 0.888162, 0.459530, 0.000000, + -0.000000,-0.459530, 0.888162, 0.000000, + 0.000000, 0.093052,-0.000000, 1.000000;; + } + Frame wolfwoman_spine_02 { + FrameTransformMatrix { + 1.000000,-0.000000, 0.000000, 0.000000, + 0.000000, 0.963407,-0.268043, 0.000000, + 0.000000, 0.268043, 0.963407, 0.000000, + 0.000000, 0.070411, 0.000000, 1.000000;; + } + Frame wolfwoman_spine_03 { + FrameTransformMatrix { + 1.000000,-0.000000, 0.000000, 0.000000, + -0.000000, 0.999897,-0.014352, 0.000000, + -0.000000, 0.014352, 0.999897, 0.000000, + -0.000000, 0.060524,-0.000000, 1.000000;; + } + Frame wolfwoman_clavicle_l { + FrameTransformMatrix { + 0.046528,-0.998162,-0.038825, 0.000000, + 0.998697, 0.047299,-0.019178, 0.000000, + 0.020979,-0.037882, 0.999062, 0.000000, + 0.022776, 0.257050, 0.092512, 1.000000;; + } + Frame wolfwoman_upperarm_l { + FrameTransformMatrix { + 0.996025,-0.078079,-0.042877, 0.000000, + 0.076942, 0.996655,-0.027562, 0.000000, + 0.044886, 0.024154, 0.998700, 0.000000, + -0.000000, 0.171145,-0.000000, 1.000000;; + } + Frame wolfwoman_lowerarm_l { + FrameTransformMatrix { + 0.986112, 0.056134, 0.156311, 0.000000, + -0.076674, 0.988722, 0.128645, 0.000000, + -0.147327,-0.138843, 0.979294, 0.000000, + -0.000000, 0.252007, 0.000000, 1.000000;; + } + Frame wolfwoman_hand_l { + FrameTransformMatrix { + 0.732797,-0.005216,-0.680428, 0.000000, + 0.145169, 0.978147, 0.148844, 0.000000, + 0.664782,-0.207849, 0.717540, 0.000000, + 0.000000, 0.267477, 0.000000, 1.000000;; + } + Frame wolfwoman_index_01_l { + FrameTransformMatrix { + 0.939490,-0.179835,-0.291578, 0.000000, + 0.135355, 0.976742,-0.166295, 0.000000, + 0.314702, 0.116766, 0.941981, 0.000000, + -0.017904, 0.115054, 0.007472, 1.000000;; + } + Frame wolfwoman_index_02_l { + FrameTransformMatrix { + 0.997568,-0.033835, 0.060937, 0.000000, + 0.035839, 0.998842,-0.032096, 0.000000, + -0.059780, 0.034202, 0.997626, 0.000000, + 0.000000, 0.028372, 0.000000, 1.000000;; + } + Frame wolfwoman_index_03_l { + FrameTransformMatrix { + 0.993565,-0.084559,-0.075356, 0.000000, + 0.091127, 0.991902, 0.088465, 0.000000, + 0.067265,-0.094763, 0.993225, 0.000000, + 0.000000, 0.025422, 0.000000, 1.000000;; + } + } // End of wolfwoman_index_03_l + } // End of wolfwoman_index_02_l + } // End of wolfwoman_index_01_l + Frame wolfwoman_middle_01_l { + FrameTransformMatrix { + 0.809737,-0.233185,-0.538471, 0.000000, + 0.187630, 0.972365,-0.138930, 0.000000, + 0.555987, 0.011464, 0.831112, 0.000000, + -0.007725, 0.110602,-0.017004, 1.000000;; + } + Frame wolfwoman_middle_02_l { + FrameTransformMatrix { + 0.994520, 0.067572, 0.079778, 0.000000, + -0.068067, 0.997675, 0.003506, 0.000000, + -0.079356,-0.008917, 0.996807, 0.000000, + -0.000000, 0.036967,-0.000000, 1.000000;; + } + Frame wolfwoman_middle_03_l { + FrameTransformMatrix { + 0.991647,-0.080448,-0.100817, 0.000000, + 0.090900, 0.990439, 0.103771, 0.000000, + 0.091504,-0.112068, 0.989479, 0.000000, + -0.000000, 0.030088, 0.000000, 1.000000;; + } + } // End of wolfwoman_middle_03_l + } // End of wolfwoman_middle_02_l + } // End of wolfwoman_middle_01_l + Frame wolfwoman_pinky_01_l { + FrameTransformMatrix { + 0.740376,-0.229205,-0.631908, 0.000000, + 0.116710, 0.969624,-0.214958, 0.000000, + 0.661983, 0.085399, 0.744638, 0.000000, + 0.019979, 0.091784,-0.044153, 1.000000;; + } + Frame wolfwoman_pinky_02_l { + FrameTransformMatrix { + 0.998011, 0.048609, 0.040137, 0.000000, + -0.049045, 0.998747, 0.009951, 0.000000, + -0.039603,-0.011900, 0.999145, 0.000000, + -0.000000, 0.023347,-0.000000, 1.000000;; + } + Frame wolfwoman_pinky_03_l { + FrameTransformMatrix { + 0.999767,-0.015672,-0.014826, 0.000000, + 0.015415, 0.999732,-0.017269, 0.000000, + 0.015093, 0.017037, 0.999741, 0.000000, + 0.000000, 0.017090,-0.000000, 1.000000;; + } + } // End of wolfwoman_pinky_03_l + } // End of wolfwoman_pinky_02_l + } // End of wolfwoman_pinky_01_l + Frame wolfwoman_ring_01_l { + FrameTransformMatrix { + 0.724659,-0.245042,-0.644068, 0.000000, + 0.191348, 0.969439,-0.153541, 0.000000, + 0.662008,-0.011976, 0.749401, 0.000000, + 0.004418, 0.101883,-0.033798, 1.000000;; + } + Frame wolfwoman_ring_02_l { + FrameTransformMatrix { + 0.990579, 0.097342, 0.096322, 0.000000, + -0.096574, 0.995246,-0.012618, 0.000000, + -0.097092, 0.003197, 0.995270, 0.000000, + 0.000000, 0.032563, 0.000000, 1.000000;; + } + Frame wolfwoman_ring_03_l { + FrameTransformMatrix { + 0.988272,-0.095273,-0.119338, 0.000000, + 0.107100, 0.989510, 0.096951, 0.000000, + 0.108849,-0.108595, 0.988109, 0.000000, + 0.000000, 0.027209,-0.000000, 1.000000;; + } + } // End of wolfwoman_ring_03_l + } // End of wolfwoman_ring_02_l + } // End of wolfwoman_ring_01_l + Frame wolfwoman_thumb_01_l { + FrameTransformMatrix { + -0.698694, 0.705338,-0.119687, 0.000000, + 0.362254, 0.493062, 0.790988, 0.000000, + 0.616927, 0.509302,-0.600011, 0.000000, + -0.010974, 0.043726, 0.019651, 1.000000;; + } + Frame wolfwoman_thumb_02_l { + FrameTransformMatrix { + 0.713224,-0.069461,-0.697486, 0.000000, + 0.634216, 0.487663, 0.599962, 0.000000, + 0.298464,-0.870264, 0.391866, 0.000000, + -0.000000, 0.033709,-0.000000, 1.000000;; + } + Frame wolfwoman_thumb_03_l { + FrameTransformMatrix { + 0.919559, 0.233831,-0.315808, 0.000000, + -0.157434, 0.955589, 0.249127, 0.000000, + 0.360036,-0.179368, 0.915534, 0.000000, + 0.000000, 0.039923, 0.000000, 1.000000;; + } + } // End of wolfwoman_thumb_03_l + } // End of wolfwoman_thumb_02_l + } // End of wolfwoman_thumb_01_l + } // End of wolfwoman_hand_l + } // End of wolfwoman_lowerarm_l + } // End of wolfwoman_upperarm_l + } // End of wolfwoman_clavicle_l + Frame wolfwoman_clavicle_r { + FrameTransformMatrix { + 0.046530, 0.998162, 0.038825, 0.000000, + -0.998697, 0.047300,-0.019178, 0.000000, + -0.020979,-0.037882, 0.999062, 0.000000, + -0.022776, 0.257050, 0.092512, 1.000000;; + } + Frame wolfwoman_upperarm_r { + FrameTransformMatrix { + 0.996025, 0.078081, 0.042877, 0.000000, + -0.076944, 0.996654,-0.027562, 0.000000, + -0.044886, 0.024154, 0.998700, 0.000000, + 0.000000, 0.171145, 0.000000, 1.000000;; + } + Frame wolfwoman_lowerarm_r { + FrameTransformMatrix { + 0.986111,-0.056135,-0.156311, 0.000000, + 0.076675, 0.988722, 0.128645, 0.000000, + 0.147326,-0.138843, 0.979294, 0.000000, + 0.000000, 0.252007, 0.000000, 1.000000;; + } + Frame wolfwoman_hand_r { + FrameTransformMatrix { + 0.732796, 0.005216, 0.680428, 0.000000, + -0.145169, 0.978147, 0.148844, 0.000000, + -0.664782,-0.207849, 0.717540, 0.000000, + 0.000000, 0.267477, 0.000000, 1.000000;; + } + Frame wolfwoman_index_01_r { + FrameTransformMatrix { + 0.939489, 0.179835, 0.291581, 0.000000, + -0.135355, 0.976742,-0.166294, 0.000000, + -0.314705, 0.116764, 0.941980, 0.000000, + 0.017904, 0.115053, 0.007472, 1.000000;; + } + Frame wolfwoman_index_02_r { + FrameTransformMatrix { + 0.997567, 0.033837,-0.060944, 0.000000, + -0.035841, 0.998842,-0.032099, 0.000000, + 0.059787, 0.034205, 0.997625, 0.000000, + 0.000000, 0.028372,-0.000000, 1.000000;; + } + Frame wolfwoman_index_03_r { + FrameTransformMatrix { + 0.993565, 0.084557, 0.075361, 0.000000, + -0.091126, 0.991902, 0.088469, 0.000000, + -0.067270,-0.094767, 0.993224, 0.000000, + -0.000000, 0.025422, 0.000000, 1.000000;; + } + } // End of wolfwoman_index_03_r + } // End of wolfwoman_index_02_r + } // End of wolfwoman_index_01_r + Frame wolfwoman_middle_01_r { + FrameTransformMatrix { + 0.809736, 0.233186, 0.538471, 0.000000, + -0.187631, 0.972365,-0.138930, 0.000000, + -0.555987, 0.011463, 0.831112, 0.000000, + 0.007725, 0.110602,-0.017004, 1.000000;; + } + Frame wolfwoman_middle_02_r { + FrameTransformMatrix { + 0.994519,-0.067576,-0.079780, 0.000000, + 0.068071, 0.997674, 0.003503, 0.000000, + 0.079358,-0.008914, 0.996806, 0.000000, + -0.000000, 0.036967, 0.000000, 1.000000;; + } + Frame wolfwoman_middle_03_r { + FrameTransformMatrix { + 0.991647, 0.080450, 0.100822, 0.000000, + -0.090903, 0.990438, 0.103776, 0.000000, + -0.091509,-0.112074, 0.989477, 0.000000, + -0.000000, 0.030088,-0.000000, 1.000000;; + } + } // End of wolfwoman_middle_03_r + } // End of wolfwoman_middle_02_r + } // End of wolfwoman_middle_01_r + Frame wolfwoman_pinky_01_r { + FrameTransformMatrix { + 0.740378, 0.229203, 0.631907, 0.000000, + -0.116704, 0.969625,-0.214962, 0.000000, + -0.661982, 0.085407, 0.744638, 0.000000, + -0.019979, 0.091784,-0.044153, 1.000000;; + } + Frame wolfwoman_pinky_02_r { + FrameTransformMatrix { + 0.998011,-0.048606,-0.040135, 0.000000, + 0.049043, 0.998747, 0.009966, 0.000000, + 0.039600,-0.011915, 0.999145, 0.000000, + 0.000000, 0.023347,-0.000000, 1.000000;; + } + Frame wolfwoman_pinky_03_r { + FrameTransformMatrix { + 0.999767, 0.015671, 0.014827, 0.000000, + -0.015414, 0.999732,-0.017273, 0.000000, + -0.015094, 0.017041, 0.999741, 0.000000, + -0.000000, 0.017090,-0.000000, 1.000000;; + } + } // End of wolfwoman_pinky_03_r + } // End of wolfwoman_pinky_02_r + } // End of wolfwoman_pinky_01_r + Frame wolfwoman_ring_01_r { + FrameTransformMatrix { + 0.724659, 0.245042, 0.644068, 0.000000, + -0.191350, 0.969438,-0.153539, 0.000000, + -0.662008,-0.011979, 0.749401, 0.000000, + -0.004418, 0.101883,-0.033798, 1.000000;; + } + Frame wolfwoman_ring_02_r { + FrameTransformMatrix { + 0.990579,-0.097344,-0.096322, 0.000000, + 0.096575, 0.995246,-0.012624, 0.000000, + 0.097093, 0.003203, 0.995270, 0.000000, + -0.000000, 0.032563, 0.000000, 1.000000;; + } + Frame wolfwoman_ring_03_r { + FrameTransformMatrix { + 0.988271, 0.095275, 0.119340, 0.000000, + -0.107103, 0.989509, 0.096957, 0.000000, + -0.108851,-0.108602, 0.988108, 0.000000, + -0.000000, 0.027209, 0.000000, 1.000000;; + } + } // End of wolfwoman_ring_03_r + } // End of wolfwoman_ring_02_r + } // End of wolfwoman_ring_01_r + Frame wolfwoman_thumb_01_r { + FrameTransformMatrix { + -0.698623,-0.705422, 0.119604, 0.000000, + -0.362316, 0.492943, 0.791034, 0.000000, + -0.616971, 0.509300,-0.599967, 0.000000, + 0.010974, 0.043726, 0.019651, 1.000000;; + } + Frame wolfwoman_thumb_02_r { + FrameTransformMatrix { + 0.713319, 0.069803, 0.697354, 0.000000, + -0.634235, 0.487664, 0.599941, 0.000000, + -0.298198,-0.870236, 0.392132, 0.000000, + -0.000000, 0.033709, 0.000000, 1.000000;; + } + Frame wolfwoman_thumb_03_r { + FrameTransformMatrix { + 0.919539,-0.233781, 0.315903, 0.000000, + 0.157340, 0.955589, 0.249186, 0.000000, + -0.360128,-0.179432, 0.915484, 0.000000, + 0.000000, 0.039923,-0.000000, 1.000000;; + } + } // End of wolfwoman_thumb_03_r + } // End of wolfwoman_thumb_02_r + } // End of wolfwoman_thumb_01_r + } // End of wolfwoman_hand_r + } // End of wolfwoman_lowerarm_r + } // End of wolfwoman_upperarm_r + } // End of wolfwoman_clavicle_r + Frame wolfwoman_neck_01 { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + -0.000000, 0.875836, 0.482609, 0.000000, + -0.000000,-0.482609, 0.875836, 0.000000, + 0.000000, 0.332299, 0.093567, 1.000000;; + } + Frame wolfwoman_head { + FrameTransformMatrix { + 1.000000, 0.000000,-0.000000, 0.000000, + 0.000000, 0.926501,-0.376292, 0.000000, + -0.000000, 0.376292, 0.926501, 0.000000, + 0.000000, 0.100582, 0.000000, 1.000000;; + } + } // End of wolfwoman_head + } // End of wolfwoman_neck_01 + } // End of wolfwoman_spine_03 + } // End of wolfwoman_spine_02 + } // End of wolfwoman_spine_01 + Frame wolfwoman_thigh_l { + FrameTransformMatrix { + 0.907777, 0.139664,-0.395518, 0.000000, + 0.033415,-0.964021,-0.263718, 0.000000, + -0.418119, 0.226181,-0.879782, 0.000000, + 0.108498,-0.001024,-0.011742, 1.000000;; + } + Frame wolfwoman_calf_l { + FrameTransformMatrix { + 0.898761,-0.001552,-0.438437, 0.000000, + 0.049325, 0.994003, 0.097594, 0.000000, + 0.435656,-0.109340, 0.893448, 0.000000, + 0.000000, 0.417580, 0.000000, 1.000000;; + } + Frame wolfwoman_foot_l { + FrameTransformMatrix { + 0.997850,-0.064808,-0.009801, 0.000000, + 0.018824, 0.426584,-0.904252, 0.000000, + 0.062783, 0.902123, 0.426887, 0.000000, + -0.000000, 0.436202,-0.000000, 1.000000;; + } + Frame wolfwoman_ball_l { + FrameTransformMatrix { + 0.999313,-0.000422,-0.037056, 0.000000, + -0.019030, 0.852176,-0.522909, 0.000000, + 0.031799, 0.523255, 0.851583, 0.000000, + 0.000000, 0.140589,-0.000000, 1.000000;; + } + } // End of wolfwoman_ball_l + } // End of wolfwoman_foot_l + } // End of wolfwoman_calf_l + } // End of wolfwoman_thigh_l + Frame wolfwoman_thigh_r { + FrameTransformMatrix { + 0.907777,-0.139664, 0.395518, 0.000000, + -0.033415,-0.964021,-0.263718, 0.000000, + 0.418119, 0.226181,-0.879782, 0.000000, + -0.108498,-0.001024,-0.011742, 1.000000;; + } + Frame wolfwoman_calf_r { + FrameTransformMatrix { + 0.898761, 0.001552, 0.438437, 0.000000, + -0.049325, 0.994003, 0.097594, 0.000000, + -0.435656,-0.109340, 0.893448, 0.000000, + -0.000000, 0.417580, 0.000000, 1.000000;; + } + Frame wolfwoman_foot_r { + FrameTransformMatrix { + 0.997850, 0.064808, 0.009801, 0.000000, + -0.018824, 0.426584,-0.904252, 0.000000, + -0.062783, 0.902123, 0.426887, 0.000000, + 0.000000, 0.436202,-0.000000, 1.000000;; + } + Frame wolfwoman_ball_r { + FrameTransformMatrix { + 0.999314, 0.000416, 0.037046, 0.000000, + 0.019030, 0.852177,-0.522908, 0.000000, + -0.031787, 0.523254, 0.851584, 0.000000, + -0.000000, 0.140589, 0.000000, 1.000000;; + } + } // End of wolfwoman_ball_r + } // End of wolfwoman_foot_r + } // End of wolfwoman_calf_r + } // End of wolfwoman_thigh_r + } // End of wolfwoman_pelvis + } // End of wolfwoman_Root + Frame wolfwoman_HighPolyEyes { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 1.000000, 0.000000, + 0.000000, 0.000000, 0.000000, 1.000000;; + } + Mesh { // wolfwoman_HighPolyEyes mesh + 4080; + 0.017173;-0.065999; 0.803450;, + 0.019070;-0.068597; 0.803206;, + 0.019661;-0.068965; 0.808137;, + 0.017757;-0.066332; 0.808524;, + 0.034879;-0.075562; 0.802146;, + 0.036044;-0.075694; 0.802102;, + 0.036319;-0.075689; 0.803358;, + 0.035213;-0.075557; 0.803685;, + 0.016236;-0.062850; 0.803692;, + 0.017173;-0.065999; 0.803450;, + 0.017757;-0.066332; 0.808524;, + 0.016698;-0.063180; 0.808634;, + 0.030155;-0.075377; 0.802335;, + 0.034243;-0.075371; 0.802175;, + 0.034588;-0.075383; 0.803843;, + 0.030775;-0.075566; 0.805136;, + 0.015425;-0.059746; 0.803902;, + 0.016236;-0.062850; 0.803692;, + 0.016698;-0.063180; 0.808634;, + 0.015863;-0.060063; 0.808531;, + 0.027025;-0.074645; 0.802514;, + 0.030155;-0.075377; 0.802335;, + 0.030775;-0.075566; 0.805136;, + 0.027698;-0.074961; 0.806078;, + 0.023924;-0.073050; 0.802721;, + 0.027025;-0.074645; 0.802514;, + 0.027698;-0.074961; 0.806078;, + 0.024576;-0.073348; 0.806905;, + 0.021313;-0.071187; 0.802889;, + 0.023924;-0.073050; 0.802721;, + 0.024576;-0.073348; 0.806905;, + 0.021873;-0.071531; 0.807535;, + 0.019070;-0.068597; 0.803206;, + 0.021313;-0.071187; 0.802889;, + 0.021873;-0.071531; 0.807535;, + 0.019661;-0.068965; 0.808137;, + 0.024576;-0.073348; 0.806905;, + 0.027698;-0.074961; 0.806078;, + 0.029339;-0.074230; 0.809101;, + 0.026476;-0.072559; 0.810425;, + 0.021873;-0.071531; 0.807535;, + 0.024576;-0.073348; 0.806905;, + 0.026476;-0.072559; 0.810425;, + 0.024104;-0.070625; 0.811457;, + 0.019661;-0.068965; 0.808137;, + 0.021873;-0.071531; 0.807535;, + 0.024104;-0.070625; 0.811457;, + 0.021969;-0.067997; 0.812198;, + 0.017757;-0.066332; 0.808524;, + 0.019661;-0.068965; 0.808137;, + 0.021969;-0.067997; 0.812198;, + 0.020358;-0.065432; 0.812730;, + 0.035213;-0.075557; 0.803685;, + 0.036319;-0.075689; 0.803358;, + 0.036937;-0.075491; 0.804490;, + 0.035959;-0.075282; 0.805093;, + 0.016698;-0.063180; 0.808634;, + 0.017757;-0.066332; 0.808524;, + 0.020358;-0.065432; 0.812730;, + 0.019112;-0.062295; 0.812667;, + 0.030775;-0.075566; 0.805136;, + 0.034588;-0.075383; 0.803843;, + 0.035450;-0.075052; 0.805434;, + 0.032012;-0.075048; 0.807504;, + 0.015863;-0.060063; 0.808531;, + 0.016698;-0.063180; 0.808634;, + 0.019112;-0.062295; 0.812667;, + 0.018216;-0.059237; 0.812425;, + 0.027698;-0.074961; 0.806078;, + 0.030775;-0.075566; 0.805136;, + 0.032012;-0.075048; 0.807504;, + 0.029339;-0.074230; 0.809101;, + 0.035959;-0.075282; 0.805093;, + 0.036937;-0.075491; 0.804490;, + 0.037905;-0.075096; 0.805411;, + 0.037185;-0.074813; 0.806263;, + 0.019112;-0.062295; 0.812667;, + 0.020358;-0.065432; 0.812730;, + 0.023844;-0.063888; 0.816329;, + 0.022757;-0.060880; 0.816236;, + 0.032012;-0.075048; 0.807504;, + 0.035450;-0.075052; 0.805434;, + 0.036761;-0.074536; 0.806727;, + 0.034098;-0.074205; 0.809536;, + 0.018216;-0.059237; 0.812425;, + 0.019112;-0.062295; 0.812667;, + 0.022757;-0.060880; 0.816236;, + 0.021640;-0.057892; 0.815792;, + 0.029339;-0.074230; 0.809101;, + 0.032012;-0.075048; 0.807504;, + 0.034098;-0.074205; 0.809536;, + 0.031913;-0.073162; 0.811608;, + 0.026476;-0.072559; 0.810425;, + 0.029339;-0.074230; 0.809101;, + 0.031913;-0.073162; 0.811608;, + 0.029517;-0.071298; 0.813398;, + 0.024104;-0.070625; 0.811457;, + 0.026476;-0.072559; 0.810425;, + 0.029517;-0.071298; 0.813398;, + 0.027484;-0.069286; 0.814815;, + 0.021969;-0.067997; 0.812198;, + 0.024104;-0.070625; 0.811457;, + 0.027484;-0.069286; 0.814815;, + 0.025565;-0.066582; 0.815757;, + 0.020358;-0.065432; 0.812730;, + 0.021969;-0.067997; 0.812198;, + 0.025565;-0.066582; 0.815757;, + 0.023844;-0.063888; 0.816329;, + 0.027484;-0.069286; 0.814815;, + 0.029517;-0.071298; 0.813398;, + 0.033057;-0.070049; 0.815340;, + 0.031387;-0.067865; 0.817046;, + 0.025565;-0.066582; 0.815757;, + 0.027484;-0.069286; 0.814815;, + 0.031387;-0.067865; 0.817046;, + 0.029619;-0.065119; 0.818069;, + 0.023844;-0.063888; 0.816329;, + 0.025565;-0.066582; 0.815757;, + 0.029619;-0.065119; 0.818069;, + 0.028142;-0.062311; 0.818724;, + 0.037185;-0.074813; 0.806263;, + 0.037905;-0.075096; 0.805411;, + 0.039064;-0.074684; 0.805998;, + 0.038630;-0.074233; 0.806995;, + 0.022757;-0.060880; 0.816236;, + 0.023844;-0.063888; 0.816329;, + 0.028142;-0.062311; 0.818724;, + 0.026703;-0.059346; 0.818565;, + 0.034098;-0.074205; 0.809536;, + 0.036761;-0.074536; 0.806727;, + 0.038401;-0.073852; 0.807539;, + 0.036513;-0.073288; 0.810781;, + 0.021640;-0.057892; 0.815792;, + 0.022757;-0.060880; 0.816236;, + 0.026703;-0.059346; 0.818565;, + 0.025469;-0.056398; 0.818041;, + 0.031913;-0.073162; 0.811608;, + 0.034098;-0.074205; 0.809536;, + 0.036513;-0.073288; 0.810781;, + 0.034981;-0.072003; 0.813254;, + 0.029517;-0.071298; 0.813398;, + 0.031913;-0.073162; 0.811608;, + 0.034981;-0.072003; 0.813254;, + 0.033057;-0.070049; 0.815340;, + 0.025469;-0.056398; 0.818041;, + 0.026703;-0.059346; 0.818565;, + 0.031600;-0.057003; 0.819031;, + 0.030087;-0.054159; 0.818485;, + 0.034981;-0.072003; 0.813254;, + 0.036513;-0.073288; 0.810781;, + 0.039116;-0.071817; 0.811187;, + 0.038311;-0.070136; 0.813698;, + 0.033057;-0.070049; 0.815340;, + 0.034981;-0.072003; 0.813254;, + 0.038311;-0.070136; 0.813698;, + 0.036998;-0.067874; 0.815846;, + 0.031387;-0.067865; 0.817046;, + 0.033057;-0.070049; 0.815340;, + 0.036998;-0.067874; 0.815846;, + 0.035906;-0.065563; 0.817518;, + 0.029619;-0.065119; 0.818069;, + 0.031387;-0.067865; 0.817046;, + 0.035906;-0.065563; 0.817518;, + 0.034414;-0.062787; 0.818573;, + 0.028142;-0.062311; 0.818724;, + 0.029619;-0.065119; 0.818069;, + 0.034414;-0.062787; 0.818573;, + 0.033168;-0.060012; 0.819213;, + 0.038630;-0.074233; 0.806995;, + 0.039064;-0.074684; 0.805998;, + 0.040267;-0.074033; 0.806206;, + 0.040115;-0.073455; 0.807243;, + 0.026703;-0.059346; 0.818565;, + 0.028142;-0.062311; 0.818724;, + 0.033168;-0.060012; 0.819213;, + 0.031600;-0.057003; 0.819031;, + 0.036513;-0.073288; 0.810781;, + 0.038401;-0.073852; 0.807539;, + 0.040030;-0.073011; 0.807817;, + 0.039116;-0.071817; 0.811187;, + 0.033168;-0.060012; 0.819213;, + 0.034414;-0.062787; 0.818573;, + 0.039371;-0.060463; 0.818061;, + 0.038090;-0.057628; 0.818724;, + 0.040115;-0.073455; 0.807243;, + 0.040267;-0.074033; 0.806206;, + 0.041534;-0.073425; 0.805998;, + 0.041671;-0.072717; 0.806995;, + 0.031600;-0.057003; 0.819031;, + 0.033168;-0.060012; 0.819213;, + 0.038090;-0.057628; 0.818724;, + 0.036436;-0.054670; 0.818557;, + 0.039116;-0.071817; 0.811187;, + 0.040030;-0.073011; 0.807817;, + 0.041730;-0.072187; 0.807539;, + 0.041920;-0.070489; 0.810789;, + 0.030087;-0.054159; 0.818485;, + 0.031600;-0.057003; 0.819031;, + 0.036436;-0.054670; 0.818557;, + 0.034610;-0.051845; 0.818034;, + 0.038311;-0.070136; 0.813698;, + 0.039116;-0.071817; 0.811187;, + 0.041920;-0.070489; 0.810789;, + 0.041869;-0.068413; 0.813261;, + 0.036998;-0.067874; 0.815846;, + 0.038311;-0.070136; 0.813698;, + 0.041869;-0.068413; 0.813261;, + 0.041275;-0.065947; 0.815341;, + 0.035906;-0.065563; 0.817518;, + 0.036998;-0.067874; 0.815846;, + 0.041275;-0.065947; 0.815341;, + 0.040583;-0.063368; 0.817038;, + 0.034414;-0.062787; 0.818573;, + 0.035906;-0.065563; 0.817518;, + 0.040583;-0.063368; 0.817038;, + 0.039371;-0.060463; 0.818061;, + 0.040583;-0.063368; 0.817038;, + 0.041275;-0.065947; 0.815341;, + 0.044484;-0.064178; 0.813395;, + 0.044232;-0.061445; 0.814830;, + 0.039371;-0.060463; 0.818061;, + 0.040583;-0.063368; 0.817038;, + 0.044232;-0.061445; 0.814830;, + 0.043168;-0.058510; 0.815765;, + 0.038090;-0.057628; 0.818724;, + 0.039371;-0.060463; 0.818061;, + 0.043168;-0.058510; 0.815765;, + 0.042147;-0.055612; 0.816314;, + 0.041671;-0.072717; 0.806995;, + 0.041534;-0.073425; 0.805998;, + 0.042512;-0.072875; 0.805420;, + 0.042980;-0.071999; 0.806264;, + 0.036436;-0.054670; 0.818557;, + 0.038090;-0.057628; 0.818724;, + 0.042147;-0.055612; 0.816314;, + 0.040324;-0.052772; 0.816242;, + 0.041920;-0.070489; 0.810789;, + 0.041730;-0.072187; 0.807539;, + 0.043210;-0.071357; 0.806699;, + 0.044118;-0.069305; 0.809537;, + 0.034610;-0.051845; 0.818034;, + 0.036436;-0.054670; 0.818557;, + 0.040324;-0.052772; 0.816242;, + 0.038324;-0.050026; 0.815813;, + 0.041869;-0.068413; 0.813261;, + 0.041920;-0.070489; 0.810789;, + 0.044118;-0.069305; 0.809537;, + 0.044665;-0.066897; 0.811616;, + 0.041275;-0.065947; 0.815341;, + 0.041869;-0.068413; 0.813261;, + 0.044665;-0.066897; 0.811616;, + 0.044484;-0.064178; 0.813395;, + 0.038324;-0.050026; 0.815813;, + 0.040324;-0.052772; 0.816242;, + 0.043629;-0.050788; 0.812703;, + 0.041445;-0.048154; 0.812473;, + 0.044665;-0.066897; 0.811616;, + 0.044118;-0.069305; 0.809537;, + 0.046043;-0.068239; 0.807493;, + 0.047119;-0.065484; 0.809086;, + 0.044484;-0.064178; 0.813395;, + 0.044665;-0.066897; 0.811616;, + 0.047119;-0.065484; 0.809086;, + 0.047365;-0.062519; 0.810416;, + 0.044232;-0.061445; 0.814830;, + 0.044484;-0.064178; 0.813395;, + 0.047365;-0.062519; 0.810416;, + 0.047410;-0.059497; 0.811496;, + 0.043168;-0.058510; 0.815765;, + 0.044232;-0.061445; 0.814830;, + 0.047410;-0.059497; 0.811496;, + 0.046530;-0.056433; 0.812198;, + 0.042147;-0.055612; 0.816314;, + 0.043168;-0.058510; 0.815765;, + 0.046530;-0.056433; 0.812198;, + 0.045407;-0.053435; 0.812747;, + 0.042980;-0.071999; 0.806264;, + 0.042512;-0.072875; 0.805420;, + 0.043409;-0.072396; 0.804482;, + 0.044048;-0.071368; 0.805104;, + 0.040324;-0.052772; 0.816242;, + 0.042147;-0.055612; 0.816314;, + 0.045407;-0.053435; 0.812747;, + 0.043629;-0.050788; 0.812703;, + 0.044118;-0.069305; 0.809537;, + 0.043210;-0.071357; 0.806699;, + 0.044401;-0.070695; 0.805434;, + 0.046043;-0.068239; 0.807493;, + 0.045407;-0.053435; 0.812747;, + 0.046530;-0.056433; 0.812198;, + 0.048774;-0.054994; 0.808162;, + 0.047687;-0.051862; 0.808535;, + 0.044048;-0.071368; 0.805104;, + 0.043409;-0.072396; 0.804482;, + 0.043916;-0.072059; 0.803358;, + 0.044729;-0.070969; 0.803684;, + 0.043629;-0.050788; 0.812703;, + 0.045407;-0.053435; 0.812747;, + 0.047687;-0.051862; 0.808535;, + 0.045790;-0.049263; 0.808671;, + 0.046043;-0.068239; 0.807493;, + 0.044401;-0.070695; 0.805434;, + 0.045178;-0.070222; 0.803839;, + 0.047315;-0.067538; 0.805097;, + 0.041445;-0.048154; 0.812473;, + 0.043629;-0.050788; 0.812703;, + 0.045790;-0.049263; 0.808671;, + 0.043474;-0.046717; 0.808606;, + 0.047119;-0.065484; 0.809086;, + 0.046043;-0.068239; 0.807493;, + 0.047315;-0.067538; 0.805097;, + 0.048814;-0.064502; 0.806049;, + 0.047365;-0.062519; 0.810416;, + 0.047119;-0.065484; 0.809086;, + 0.048814;-0.064502; 0.806049;, + 0.049319;-0.061355; 0.806902;, + 0.047410;-0.059497; 0.811496;, + 0.047365;-0.062519; 0.810416;, + 0.049319;-0.061355; 0.806902;, + 0.049562;-0.058093; 0.807567;, + 0.046530;-0.056433; 0.812198;, + 0.047410;-0.059497; 0.811496;, + 0.049562;-0.058093; 0.807567;, + 0.048774;-0.054994; 0.808162;, + 0.049562;-0.058093; 0.807567;, + 0.049319;-0.061355; 0.806902;, + 0.049439;-0.060889; 0.802719;, + 0.049723;-0.057712; 0.802895;, + 0.048774;-0.054994; 0.808162;, + 0.049562;-0.058093; 0.807567;, + 0.049723;-0.057712; 0.802895;, + 0.048956;-0.054586; 0.803174;, + 0.047687;-0.051862; 0.808535;, + 0.048774;-0.054994; 0.808162;, + 0.048956;-0.054586; 0.803174;, + 0.047898;-0.051502; 0.803442;, + 0.044729;-0.070969; 0.803684;, + 0.043916;-0.072059; 0.803358;, + 0.044038;-0.071851; 0.802091;, + 0.044876;-0.070713; 0.802131;, + 0.045790;-0.049263; 0.808671;, + 0.047687;-0.051862; 0.808535;, + 0.047898;-0.051502; 0.803442;, + 0.046162;-0.048871; 0.803723;, + 0.047315;-0.067538; 0.805097;, + 0.045178;-0.070222; 0.803839;, + 0.045331;-0.069940; 0.802143;, + 0.047525;-0.067068; 0.802344;, + 0.043474;-0.046717; 0.808606;, + 0.045790;-0.049263; 0.808671;, + 0.046162;-0.048871; 0.803723;, + 0.043834;-0.046336; 0.803964;, + 0.048814;-0.064502; 0.806049;, + 0.047315;-0.067538; 0.805097;, + 0.047525;-0.067068; 0.802344;, + 0.048984;-0.064032; 0.802516;, + 0.049319;-0.061355; 0.806902;, + 0.048814;-0.064502; 0.806049;, + 0.048984;-0.064032; 0.802516;, + 0.049439;-0.060889; 0.802719;, + 0.043834;-0.046336; 0.803964;, + 0.046162;-0.048871; 0.803723;, + 0.045485;-0.048505; 0.798734;, + 0.043256;-0.045900; 0.799331;, + 0.048984;-0.064032; 0.802516;, + 0.047525;-0.067068; 0.802344;, + 0.047174;-0.067051; 0.799537;, + 0.048650;-0.063873; 0.798944;, + 0.049439;-0.060889; 0.802719;, + 0.048984;-0.064032; 0.802516;, + 0.048650;-0.063873; 0.798944;, + 0.049036;-0.060722; 0.798500;, + 0.049723;-0.057712; 0.802895;, + 0.049439;-0.060889; 0.802719;, + 0.049036;-0.060722; 0.798500;, + 0.049207;-0.057438; 0.798202;, + 0.048956;-0.054586; 0.803174;, + 0.049723;-0.057712; 0.802895;, + 0.049207;-0.057438; 0.798202;, + 0.048416;-0.054299; 0.798196;, + 0.047898;-0.051502; 0.803442;, + 0.048956;-0.054586; 0.803174;, + 0.048416;-0.054299; 0.798196;, + 0.047329;-0.051144; 0.798359;, + 0.044876;-0.070713; 0.802131;, + 0.044038;-0.071851; 0.802091;, + 0.043818;-0.071828; 0.800835;, + 0.044619;-0.070708; 0.800588;, + 0.046162;-0.048871; 0.803723;, + 0.047898;-0.051502; 0.803442;, + 0.047329;-0.051144; 0.798359;, + 0.045485;-0.048505; 0.798734;, + 0.047525;-0.067068; 0.802344;, + 0.045331;-0.069940; 0.802143;, + 0.045054;-0.069931; 0.800443;, + 0.047174;-0.067051; 0.799537;, + 0.047329;-0.051144; 0.798359;, + 0.048416;-0.054299; 0.798196;, + 0.046027;-0.055228; 0.794089;, + 0.044882;-0.052160; 0.794105;, + 0.044619;-0.070708; 0.800588;, + 0.043818;-0.071828; 0.800835;, + 0.043263;-0.071983; 0.799773;, + 0.043850;-0.070899; 0.799198;, + 0.045485;-0.048505; 0.798734;, + 0.047329;-0.051144; 0.798359;, + 0.044882;-0.052160; 0.794105;, + 0.043206;-0.049474; 0.794635;, + 0.047174;-0.067051; 0.799537;, + 0.045054;-0.069931; 0.800443;, + 0.044186;-0.070162; 0.798890;, + 0.045756;-0.067486; 0.797146;, + 0.043256;-0.045900; 0.799331;, + 0.045485;-0.048505; 0.798734;, + 0.043206;-0.049474; 0.794635;, + 0.041031;-0.046865; 0.795353;, + 0.048650;-0.063873; 0.798944;, + 0.047174;-0.067051; 0.799537;, + 0.045756;-0.067486; 0.797146;, + 0.046789;-0.064517; 0.795876;, + 0.049036;-0.060722; 0.798500;, + 0.048650;-0.063873; 0.798944;, + 0.046789;-0.064517; 0.795876;, + 0.046945;-0.061438; 0.794969;, + 0.049207;-0.057438; 0.798202;, + 0.049036;-0.060722; 0.798500;, + 0.046945;-0.061438; 0.794969;, + 0.046882;-0.058365; 0.794265;, + 0.048416;-0.054299; 0.798196;, + 0.049207;-0.057438; 0.798202;, + 0.046882;-0.058365; 0.794265;, + 0.046027;-0.055228; 0.794089;, + 0.046945;-0.061438; 0.794969;, + 0.046789;-0.064517; 0.795876;, + 0.044128;-0.065667; 0.793247;, + 0.043832;-0.062781; 0.791893;, + 0.046882;-0.058365; 0.794265;, + 0.046945;-0.061438; 0.794969;, + 0.043832;-0.062781; 0.791893;, + 0.043524;-0.059833; 0.790847;, + 0.046027;-0.055228; 0.794089;, + 0.046882;-0.058365; 0.794265;, + 0.043524;-0.059833; 0.790847;, + 0.042463;-0.056792; 0.790474;, + 0.044882;-0.052160; 0.794105;, + 0.046027;-0.055228; 0.794089;, + 0.042463;-0.056792; 0.790474;, + 0.041293;-0.053687; 0.790427;, + 0.043850;-0.070899; 0.799198;, + 0.043263;-0.071983; 0.799773;, + 0.042321;-0.072346; 0.798851;, + 0.042737;-0.071342; 0.798053;, + 0.043206;-0.049474; 0.794635;, + 0.044882;-0.052160; 0.794105;, + 0.041293;-0.053687; 0.790427;, + 0.039619;-0.051020; 0.790968;, + 0.045756;-0.067486; 0.797146;, + 0.044186;-0.070162; 0.798890;, + 0.042939;-0.070646; 0.797644;, + 0.043711;-0.068290; 0.795110;, + 0.041031;-0.046865; 0.795353;, + 0.043206;-0.049474; 0.794635;, + 0.039619;-0.051020; 0.790968;, + 0.037657;-0.048321; 0.791907;, + 0.046789;-0.064517; 0.795876;, + 0.045756;-0.067486; 0.797146;, + 0.043711;-0.068290; 0.795110;, + 0.044128;-0.065667; 0.793247;, + 0.039619;-0.051020; 0.790968;, + 0.041293;-0.053687; 0.790427;, + 0.037187;-0.055338; 0.787980;, + 0.035623;-0.052521; 0.788618;, + 0.043711;-0.068290; 0.795110;, + 0.042939;-0.070646; 0.797644;, + 0.041414;-0.071353; 0.796840;, + 0.041416;-0.069343; 0.793797;, + 0.037657;-0.048321; 0.791907;, + 0.039619;-0.051020; 0.790968;, + 0.035623;-0.052521; 0.788618;, + 0.033768;-0.049831; 0.789627;, + 0.044128;-0.065667; 0.793247;, + 0.043711;-0.068290; 0.795110;, + 0.041416;-0.069343; 0.793797;, + 0.041183;-0.066987; 0.791492;, + 0.043832;-0.062781; 0.791893;, + 0.044128;-0.065667; 0.793247;, + 0.041183;-0.066987; 0.791492;, + 0.040523;-0.064245; 0.789868;, + 0.043524;-0.059833; 0.790847;, + 0.043832;-0.062781; 0.791893;, + 0.040523;-0.064245; 0.789868;, + 0.039745;-0.061403; 0.788573;, + 0.042463;-0.056792; 0.790474;, + 0.043524;-0.059833; 0.790847;, + 0.039745;-0.061403; 0.788573;, + 0.038564;-0.058334; 0.788096;, + 0.041293;-0.053687; 0.790427;, + 0.042463;-0.056792; 0.790474;, + 0.038564;-0.058334; 0.788096;, + 0.037187;-0.055338; 0.787980;, + 0.042737;-0.071342; 0.798053;, + 0.042321;-0.072346; 0.798851;, + 0.041319;-0.072816; 0.798307;, + 0.041375;-0.071979; 0.797356;, + 0.038564;-0.058334; 0.788096;, + 0.039745;-0.061403; 0.788573;, + 0.035141;-0.063608; 0.788123;, + 0.033675;-0.060679; 0.787614;, + 0.037187;-0.055338; 0.787980;, + 0.038564;-0.058334; 0.788096;, + 0.033675;-0.060679; 0.787614;, + 0.032148;-0.057855; 0.787443;, + 0.041375;-0.071979; 0.797356;, + 0.041319;-0.072816; 0.798307;, + 0.039992;-0.073476; 0.798108;, + 0.039844;-0.072649; 0.797140;, + 0.035623;-0.052521; 0.788618;, + 0.037187;-0.055338; 0.787980;, + 0.032148;-0.057855; 0.787443;, + 0.030852;-0.055033; 0.788120;, + 0.041416;-0.069343; 0.793797;, + 0.041414;-0.071353; 0.796840;, + 0.039715;-0.072113; 0.796601;, + 0.038619;-0.070591; 0.793448;, + 0.033768;-0.049831; 0.789627;, + 0.035623;-0.052521; 0.788618;, + 0.030852;-0.055033; 0.788120;, + 0.029274;-0.052198; 0.789155;, + 0.041183;-0.066987; 0.791492;, + 0.041416;-0.069343; 0.793797;, + 0.038619;-0.070591; 0.793448;, + 0.037667;-0.068628; 0.791130;, + 0.040523;-0.064245; 0.789868;, + 0.041183;-0.066987; 0.791492;, + 0.037667;-0.068628; 0.791130;, + 0.036287;-0.066136; 0.789397;, + 0.039745;-0.061403; 0.788573;, + 0.040523;-0.064245; 0.789868;, + 0.036287;-0.066136; 0.789397;, + 0.035141;-0.063608; 0.788123;, + 0.036287;-0.066136; 0.789397;, + 0.037667;-0.068628; 0.791130;, + 0.034356;-0.070449; 0.791520;, + 0.032377;-0.068280; 0.789886;, + 0.035141;-0.063608; 0.788123;, + 0.036287;-0.066136; 0.789397;, + 0.032377;-0.068280; 0.789886;, + 0.030631;-0.065873; 0.788573;, + 0.033675;-0.060679; 0.787614;, + 0.035141;-0.063608; 0.788123;, + 0.030631;-0.065873; 0.788573;, + 0.028796;-0.063191; 0.788067;, + 0.032148;-0.057855; 0.787443;, + 0.033675;-0.060679; 0.787614;, + 0.028796;-0.063191; 0.788067;, + 0.027155;-0.060345; 0.787906;, + 0.039844;-0.072649; 0.797140;, + 0.039992;-0.073476; 0.798108;, + 0.038789;-0.074112; 0.798318;, + 0.038354;-0.073452; 0.797378;, + 0.030852;-0.055033; 0.788120;, + 0.032148;-0.057855; 0.787443;, + 0.027155;-0.060345; 0.787906;, + 0.025841;-0.057433; 0.788579;, + 0.038619;-0.070591; 0.793448;, + 0.039715;-0.072113; 0.796601;, + 0.038094;-0.072984; 0.796862;, + 0.036052;-0.072041; 0.793822;, + 0.029274;-0.052198; 0.789155;, + 0.030852;-0.055033; 0.788120;, + 0.025841;-0.057433; 0.788579;, + 0.024627;-0.054464; 0.789627;, + 0.037667;-0.068628; 0.791130;, + 0.038619;-0.070591; 0.793448;, + 0.036052;-0.072041; 0.793822;, + 0.034356;-0.070449; 0.791520;, + 0.025841;-0.057433; 0.788579;, + 0.027155;-0.060345; 0.787906;, + 0.023138;-0.062280; 0.790368;, + 0.022076;-0.059260; 0.790958;, + 0.036052;-0.072041; 0.793822;, + 0.038094;-0.072984; 0.796862;, + 0.036511;-0.073819; 0.797676;, + 0.033663;-0.073113; 0.795132;, + 0.024627;-0.054464; 0.789627;, + 0.025841;-0.057433; 0.788579;, + 0.022076;-0.059260; 0.790958;, + 0.020994;-0.056283; 0.791910;, + 0.034356;-0.070449; 0.791520;, + 0.036052;-0.072041; 0.793822;, + 0.033663;-0.073113; 0.795132;, + 0.031359;-0.071829; 0.793255;, + 0.032377;-0.068280; 0.789886;, + 0.034356;-0.070449; 0.791520;, + 0.031359;-0.071829; 0.793255;, + 0.028976;-0.069821; 0.791900;, + 0.030631;-0.065873; 0.788573;, + 0.032377;-0.068280; 0.789886;, + 0.028976;-0.069821; 0.791900;, + 0.026905;-0.067663; 0.790856;, + 0.028796;-0.063191; 0.788067;, + 0.030631;-0.065873; 0.788573;, + 0.026905;-0.067663; 0.790856;, + 0.024935;-0.064938; 0.790465;, + 0.027155;-0.060345; 0.787906;, + 0.028796;-0.063191; 0.788067;, + 0.024935;-0.064938; 0.790465;, + 0.023138;-0.062280; 0.790368;, + 0.038354;-0.073452; 0.797378;, + 0.038789;-0.074112; 0.798318;, + 0.037730;-0.074568; 0.798845;, + 0.036923;-0.074191; 0.798096;, + 0.024935;-0.064938; 0.790465;, + 0.026905;-0.067663; 0.790856;, + 0.023745;-0.069514; 0.794264;, + 0.021575;-0.066899; 0.794076;, + 0.023138;-0.062280; 0.790368;, + 0.024935;-0.064938; 0.790465;, + 0.021575;-0.066899; 0.794076;, + 0.019754;-0.064204; 0.794072;, + 0.036923;-0.074191; 0.798096;, + 0.037730;-0.074568; 0.798845;, + 0.036764;-0.075165; 0.799785;, + 0.035805;-0.074857; 0.799232;, + 0.022076;-0.059260; 0.790958;, + 0.023138;-0.062280; 0.790368;, + 0.019754;-0.064204; 0.794072;, + 0.018707;-0.061128; 0.794583;, + 0.033663;-0.073113; 0.795132;, + 0.036511;-0.073819; 0.797676;, + 0.035249;-0.074584; 0.798911;, + 0.031650;-0.074313; 0.797154;, + 0.020994;-0.056283; 0.791910;, + 0.022076;-0.059260; 0.790958;, + 0.018707;-0.061128; 0.794583;, + 0.017830;-0.058041; 0.795306;, + 0.031359;-0.071829; 0.793255;, + 0.033663;-0.073113; 0.795132;, + 0.031650;-0.074313; 0.797154;, + 0.028844;-0.073233; 0.795855;, + 0.028976;-0.069821; 0.791900;, + 0.031359;-0.071829; 0.793255;, + 0.028844;-0.073233; 0.795855;, + 0.026032;-0.071481; 0.794965;, + 0.026905;-0.067663; 0.790856;, + 0.028976;-0.069821; 0.791900;, + 0.026032;-0.071481; 0.794965;, + 0.023745;-0.069514; 0.794264;, + 0.026032;-0.071481; 0.794965;, + 0.028844;-0.073233; 0.795855;, + 0.027315;-0.074333; 0.798915;, + 0.024320;-0.072728; 0.798489;, + 0.023745;-0.069514; 0.794264;, + 0.026032;-0.071481; 0.794965;, + 0.024320;-0.072728; 0.798489;, + 0.021682;-0.070904; 0.798209;, + 0.021575;-0.066899; 0.794076;, + 0.023745;-0.069514; 0.794264;, + 0.021682;-0.070904; 0.798209;, + 0.019432;-0.068277; 0.798194;, + 0.019754;-0.064204; 0.794072;, + 0.021575;-0.066899; 0.794076;, + 0.019432;-0.068277; 0.798194;, + 0.017512;-0.065627; 0.798377;, + 0.035805;-0.074857; 0.799232;, + 0.036764;-0.075165; 0.799785;, + 0.036267;-0.075504; 0.800855;, + 0.035099;-0.075377; 0.800594;, + 0.018707;-0.061128; 0.794583;, + 0.019754;-0.064204; 0.794072;, + 0.017512;-0.065627; 0.798377;, + 0.016471;-0.062455; 0.798711;, + 0.031650;-0.074313; 0.797154;, + 0.035249;-0.074584; 0.798911;, + 0.034477;-0.075180; 0.800470;, + 0.030495;-0.075109; 0.799560;, + 0.017830;-0.058041; 0.795306;, + 0.018707;-0.061128; 0.794583;, + 0.016471;-0.062455; 0.798711;, + 0.015672;-0.059328; 0.799263;, + 0.028844;-0.073233; 0.795855;, + 0.031650;-0.074313; 0.797154;, + 0.030495;-0.075109; 0.799560;, + 0.027315;-0.074333; 0.798915;, + 0.016471;-0.062455; 0.798711;, + 0.017512;-0.065627; 0.798377;, + 0.017173;-0.065999; 0.803450;, + 0.016236;-0.062850; 0.803692;, + 0.030495;-0.075109; 0.799560;, + 0.034477;-0.075180; 0.800470;, + 0.034243;-0.075371; 0.802175;, + 0.030155;-0.075377; 0.802335;, + 0.015672;-0.059328; 0.799263;, + 0.016471;-0.062455; 0.798711;, + 0.016236;-0.062850; 0.803692;, + 0.015425;-0.059746; 0.803902;, + 0.027315;-0.074333; 0.798915;, + 0.030495;-0.075109; 0.799560;, + 0.030155;-0.075377; 0.802335;, + 0.027025;-0.074645; 0.802514;, + 0.024320;-0.072728; 0.798489;, + 0.027315;-0.074333; 0.798915;, + 0.027025;-0.074645; 0.802514;, + 0.023924;-0.073050; 0.802721;, + 0.021682;-0.070904; 0.798209;, + 0.024320;-0.072728; 0.798489;, + 0.023924;-0.073050; 0.802721;, + 0.021313;-0.071187; 0.802889;, + 0.019432;-0.068277; 0.798194;, + 0.021682;-0.070904; 0.798209;, + 0.021313;-0.071187; 0.802889;, + 0.019070;-0.068597; 0.803206;, + 0.017512;-0.065627; 0.798377;, + 0.019432;-0.068277; 0.798194;, + 0.019070;-0.068597; 0.803206;, + 0.017173;-0.065999; 0.803450;, + 0.036044;-0.075694; 0.802102;, + 0.034879;-0.075562; 0.802146;, + 0.035099;-0.075377; 0.800594;, + 0.036267;-0.075504; 0.800855;, + 0.042039;-0.073736; 0.802973;, + 0.042814;-0.073162; 0.803757;, + 0.042013;-0.073688; 0.804692;, + 0.041203;-0.074271; 0.803927;, + 0.042773;-0.073122; 0.802087;, + 0.043281;-0.072786; 0.802835;, + 0.042814;-0.073162; 0.803757;, + 0.042039;-0.073736; 0.802973;, + 0.038736;-0.075236; 0.804674;, + 0.039401;-0.075199; 0.803935;, + 0.040367;-0.074669; 0.804721;, + 0.039664;-0.074816; 0.805227;, + 0.037156;-0.075710; 0.802836;, + 0.037640;-0.075726; 0.802087;, + 0.038395;-0.075575; 0.802992;, + 0.037745;-0.075600; 0.803756;, + 0.037745;-0.075600; 0.803756;, + 0.038395;-0.075575; 0.802992;, + 0.039401;-0.075199; 0.803935;, + 0.038736;-0.075236; 0.804674;, + 0.043281;-0.072786; 0.802835;, + 0.042773;-0.073122; 0.802087;, + 0.043217;-0.072632; 0.801329;, + 0.043531;-0.072431; 0.802083;, + 0.040972;-0.073538; 0.799026;, + 0.040192;-0.074206; 0.799515;, + 0.039402;-0.074377; 0.799018;, + 0.040119;-0.073815; 0.798697;, + 0.037155;-0.075557; 0.801329;, + 0.037640;-0.075726; 0.802087;, + 0.037156;-0.075710; 0.802836;, + 0.036759;-0.075679; 0.802077;, + 0.038384;-0.075390; 0.801186;, + 0.037640;-0.075726; 0.802087;, + 0.037155;-0.075557; 0.801329;, + 0.037684;-0.075313; 0.800403;, + 0.039254;-0.074889; 0.800289;, + 0.038384;-0.075390; 0.801186;, + 0.037684;-0.075313; 0.800403;, + 0.038522;-0.074852; 0.799547;, + 0.039254;-0.074889; 0.800289;, + 0.038522;-0.074852; 0.799547;, + 0.039402;-0.074377; 0.799018;, + 0.040192;-0.074206; 0.799515;, + 0.039254;-0.074889; 0.800289;, + 0.040192;-0.074206; 0.799515;, + 0.041093;-0.073930; 0.800297;, + 0.040175;-0.074661; 0.801169;, + 0.038384;-0.075390; 0.801186;, + 0.039254;-0.074889; 0.800289;, + 0.040175;-0.074661; 0.801169;, + 0.039279;-0.075230; 0.802093;, + 0.037640;-0.075726; 0.802087;, + 0.038384;-0.075390; 0.801186;, + 0.039279;-0.075230; 0.802093;, + 0.038395;-0.075575; 0.802992;, + 0.038395;-0.075575; 0.802992;, + 0.039279;-0.075230; 0.802093;, + 0.040219;-0.074847; 0.803017;, + 0.039401;-0.075199; 0.803935;, + 0.039279;-0.075230; 0.802093;, + 0.040175;-0.074661; 0.801169;, + 0.041126;-0.074277; 0.802093;, + 0.040219;-0.074847; 0.803017;, + 0.040175;-0.074661; 0.801169;, + 0.041093;-0.073930; 0.800297;, + 0.041980;-0.073551; 0.801168;, + 0.041126;-0.074277; 0.802093;, + 0.041126;-0.074277; 0.802093;, + 0.041980;-0.073551; 0.801168;, + 0.042773;-0.073122; 0.802087;, + 0.042039;-0.073736; 0.802973;, + 0.040219;-0.074847; 0.803017;, + 0.041126;-0.074277; 0.802093;, + 0.042039;-0.073736; 0.802973;, + 0.041203;-0.074271; 0.803927;, + 0.039401;-0.075199; 0.803935;, + 0.040219;-0.074847; 0.803017;, + 0.041203;-0.074271; 0.803927;, + 0.040367;-0.074669; 0.804721;, + 0.039664;-0.074816; 0.805227;, + 0.040367;-0.074669; 0.804721;, + 0.041148;-0.074042; 0.805235;, + 0.040355;-0.074314; 0.805574;, + 0.040192;-0.074206; 0.799515;, + 0.040972;-0.073538; 0.799026;, + 0.041872;-0.073218; 0.799560;, + 0.041093;-0.073930; 0.800297;, + 0.041980;-0.073551; 0.801168;, + 0.042706;-0.072850; 0.800415;, + 0.043217;-0.072632; 0.801329;, + 0.042773;-0.073122; 0.802087;, + 0.041093;-0.073930; 0.800297;, + 0.041872;-0.073218; 0.799560;, + 0.042706;-0.072850; 0.800415;, + 0.041980;-0.073551; 0.801168;, + 0.037684;-0.075313; 0.800403;, + 0.036764;-0.075165; 0.799785;, + 0.037730;-0.074568; 0.798845;, + 0.038522;-0.074852; 0.799547;, + 0.037155;-0.075557; 0.801329;, + 0.036267;-0.075504; 0.800855;, + 0.036764;-0.075165; 0.799785;, + 0.037684;-0.075313; 0.800403;, + 0.036759;-0.075679; 0.802077;, + 0.036044;-0.075694; 0.802102;, + 0.036267;-0.075504; 0.800855;, + 0.037155;-0.075557; 0.801329;, + 0.036044;-0.075694; 0.802102;, + 0.036759;-0.075679; 0.802077;, + 0.037156;-0.075710; 0.802836;, + 0.036319;-0.075689; 0.803358;, + 0.037745;-0.075600; 0.803756;, + 0.036937;-0.075491; 0.804490;, + 0.036319;-0.075689; 0.803358;, + 0.037156;-0.075710; 0.802836;, + 0.036937;-0.075491; 0.804490;, + 0.037745;-0.075600; 0.803756;, + 0.038736;-0.075236; 0.804674;, + 0.037905;-0.075096; 0.805411;, + 0.039664;-0.074816; 0.805227;, + 0.039064;-0.074684; 0.805998;, + 0.037905;-0.075096; 0.805411;, + 0.038736;-0.075236; 0.804674;, + 0.040355;-0.074314; 0.805574;, + 0.040267;-0.074033; 0.806206;, + 0.039064;-0.074684; 0.805998;, + 0.039664;-0.074816; 0.805227;, + 0.038522;-0.074852; 0.799547;, + 0.037730;-0.074568; 0.798845;, + 0.038789;-0.074112; 0.798318;, + 0.039402;-0.074377; 0.799018;, + 0.039402;-0.074377; 0.799018;, + 0.038789;-0.074112; 0.798318;, + 0.039992;-0.073476; 0.798108;, + 0.040119;-0.073815; 0.798697;, + 0.040119;-0.073815; 0.798697;, + 0.039992;-0.073476; 0.798108;, + 0.041319;-0.072816; 0.798307;, + 0.040972;-0.073538; 0.799026;, + 0.040972;-0.073538; 0.799026;, + 0.041319;-0.072816; 0.798307;, + 0.042321;-0.072346; 0.798851;, + 0.041872;-0.073218; 0.799560;, + 0.041872;-0.073218; 0.799560;, + 0.042321;-0.072346; 0.798851;, + 0.043263;-0.071983; 0.799773;, + 0.042706;-0.072850; 0.800415;, + 0.042706;-0.072850; 0.800415;, + 0.043263;-0.071983; 0.799773;, + 0.043818;-0.071828; 0.800835;, + 0.043217;-0.072632; 0.801329;, + 0.043217;-0.072632; 0.801329;, + 0.043818;-0.071828; 0.800835;, + 0.044038;-0.071851; 0.802091;, + 0.043531;-0.072431; 0.802083;, + 0.043531;-0.072431; 0.802083;, + 0.044038;-0.071851; 0.802091;, + 0.043916;-0.072059; 0.803358;, + 0.043281;-0.072786; 0.802835;, + 0.043409;-0.072396; 0.804482;, + 0.042814;-0.073162; 0.803757;, + 0.043281;-0.072786; 0.802835;, + 0.043916;-0.072059; 0.803358;, + 0.042814;-0.073162; 0.803757;, + 0.043409;-0.072396; 0.804482;, + 0.042512;-0.072875; 0.805420;, + 0.042013;-0.073688; 0.804692;, + 0.042013;-0.073688; 0.804692;, + 0.042512;-0.072875; 0.805420;, + 0.041534;-0.073425; 0.805998;, + 0.041148;-0.074042; 0.805235;, + 0.040267;-0.074033; 0.806206;, + 0.040355;-0.074314; 0.805574;, + 0.041148;-0.074042; 0.805235;, + 0.041534;-0.073425; 0.805998;, + 0.041203;-0.074271; 0.803927;, + 0.042013;-0.073688; 0.804692;, + 0.041148;-0.074042; 0.805235;, + 0.040367;-0.074669; 0.804721;, + 0.034243;-0.075371; 0.802175;, + 0.034879;-0.075562; 0.802146;, + 0.035213;-0.075557; 0.803685;, + 0.034588;-0.075383; 0.803843;, + 0.034588;-0.075383; 0.803843;, + 0.035213;-0.075557; 0.803685;, + 0.035959;-0.075282; 0.805093;, + 0.035450;-0.075052; 0.805434;, + 0.035450;-0.075052; 0.805434;, + 0.035959;-0.075282; 0.805093;, + 0.037185;-0.074813; 0.806263;, + 0.036761;-0.074536; 0.806727;, + 0.036761;-0.074536; 0.806727;, + 0.037185;-0.074813; 0.806263;, + 0.038630;-0.074233; 0.806995;, + 0.038401;-0.073852; 0.807539;, + 0.038401;-0.073852; 0.807539;, + 0.038630;-0.074233; 0.806995;, + 0.040115;-0.073455; 0.807243;, + 0.040030;-0.073011; 0.807817;, + 0.040030;-0.073011; 0.807817;, + 0.040115;-0.073455; 0.807243;, + 0.041671;-0.072717; 0.806995;, + 0.041730;-0.072187; 0.807539;, + 0.041730;-0.072187; 0.807539;, + 0.041671;-0.072717; 0.806995;, + 0.042980;-0.071999; 0.806264;, + 0.043210;-0.071357; 0.806699;, + 0.043210;-0.071357; 0.806699;, + 0.042980;-0.071999; 0.806264;, + 0.044048;-0.071368; 0.805104;, + 0.044401;-0.070695; 0.805434;, + 0.044401;-0.070695; 0.805434;, + 0.044048;-0.071368; 0.805104;, + 0.044729;-0.070969; 0.803684;, + 0.045178;-0.070222; 0.803839;, + 0.045178;-0.070222; 0.803839;, + 0.044729;-0.070969; 0.803684;, + 0.044876;-0.070713; 0.802131;, + 0.045331;-0.069940; 0.802143;, + 0.045331;-0.069940; 0.802143;, + 0.044876;-0.070713; 0.802131;, + 0.044619;-0.070708; 0.800588;, + 0.045054;-0.069931; 0.800443;, + 0.045054;-0.069931; 0.800443;, + 0.044619;-0.070708; 0.800588;, + 0.043850;-0.070899; 0.799198;, + 0.044186;-0.070162; 0.798890;, + 0.044186;-0.070162; 0.798890;, + 0.043850;-0.070899; 0.799198;, + 0.042737;-0.071342; 0.798053;, + 0.042939;-0.070646; 0.797644;, + 0.042939;-0.070646; 0.797644;, + 0.042737;-0.071342; 0.798053;, + 0.041375;-0.071979; 0.797356;, + 0.041414;-0.071353; 0.796840;, + 0.041414;-0.071353; 0.796840;, + 0.041375;-0.071979; 0.797356;, + 0.039844;-0.072649; 0.797140;, + 0.039715;-0.072113; 0.796601;, + 0.039715;-0.072113; 0.796601;, + 0.039844;-0.072649; 0.797140;, + 0.038354;-0.073452; 0.797378;, + 0.038094;-0.072984; 0.796862;, + 0.038094;-0.072984; 0.796862;, + 0.038354;-0.073452; 0.797378;, + 0.036923;-0.074191; 0.798096;, + 0.036511;-0.073819; 0.797676;, + 0.036511;-0.073819; 0.797676;, + 0.036923;-0.074191; 0.798096;, + 0.035805;-0.074857; 0.799232;, + 0.035249;-0.074584; 0.798911;, + 0.035249;-0.074584; 0.798911;, + 0.035805;-0.074857; 0.799232;, + 0.035099;-0.075377; 0.800594;, + 0.034477;-0.075180; 0.800470;, + 0.034477;-0.075180; 0.800470;, + 0.035099;-0.075377; 0.800594;, + 0.034879;-0.075562; 0.802146;, + 0.034243;-0.075371; 0.802175;, + 0.017528;-0.065990; 0.803457;, + 0.019372;-0.068528; 0.803205;, + 0.019944;-0.068883; 0.807968;, + 0.018104;-0.066320; 0.808343;, + 0.036213;-0.073951; 0.802103;, + 0.037191;-0.073333; 0.802035;, + 0.037362;-0.073344; 0.802771;, + 0.036422;-0.073991; 0.803154;, + 0.016549;-0.062920; 0.803685;, + 0.017528;-0.065990; 0.803457;, + 0.018104;-0.066320; 0.808343;, + 0.016995;-0.063238; 0.808458;, + 0.033822;-0.075156; 0.802196;, + 0.035105;-0.074650; 0.802136;, + 0.035377;-0.074692; 0.803545;, + 0.034177;-0.075209; 0.803918;, + 0.015771;-0.059938; 0.803892;, + 0.016549;-0.062920; 0.803685;, + 0.016995;-0.063238; 0.808458;, + 0.016193;-0.060241; 0.808347;, + 0.027300;-0.074552; 0.802511;, + 0.030427;-0.075269; 0.802316;, + 0.031033;-0.075456; 0.805025;, + 0.027949;-0.074860; 0.805920;, + 0.024182;-0.072862; 0.802736;, + 0.027300;-0.074552; 0.802511;, + 0.027949;-0.074860; 0.805920;, + 0.024803;-0.073142; 0.806727;, + 0.021534;-0.071024; 0.802893;, + 0.024182;-0.072862; 0.802736;, + 0.024803;-0.073142; 0.806727;, + 0.022074;-0.071354; 0.807373;, + 0.019372;-0.068528; 0.803205;, + 0.021534;-0.071024; 0.802893;, + 0.022074;-0.071354; 0.807373;, + 0.019944;-0.068883; 0.807968;, + 0.024803;-0.073142; 0.806727;, + 0.027949;-0.074860; 0.805920;, + 0.029595;-0.074132; 0.808953;, + 0.026717;-0.072345; 0.810285;, + 0.022074;-0.071354; 0.807373;, + 0.024803;-0.073142; 0.806727;, + 0.026717;-0.072345; 0.810285;, + 0.024309;-0.070438; 0.811306;, + 0.019944;-0.068883; 0.807968;, + 0.022074;-0.071354; 0.807373;, + 0.024309;-0.070438; 0.811306;, + 0.022258;-0.067898; 0.812013;, + 0.018104;-0.066320; 0.808343;, + 0.019944;-0.068883; 0.807968;, + 0.022258;-0.067898; 0.812013;, + 0.020605;-0.065364; 0.812537;, + 0.036422;-0.073991; 0.803154;, + 0.037362;-0.073344; 0.802771;, + 0.037953;-0.073156; 0.803726;, + 0.037070;-0.073762; 0.804334;, + 0.016995;-0.063238; 0.808458;, + 0.018104;-0.066320; 0.808343;, + 0.020605;-0.065364; 0.812537;, + 0.019414;-0.062345; 0.812484;, + 0.034177;-0.075209; 0.803918;, + 0.035377;-0.074692; 0.803545;, + 0.036161;-0.074403; 0.804959;, + 0.035136;-0.074821; 0.805645;, + 0.016193;-0.060241; 0.808347;, + 0.016995;-0.063238; 0.808458;, + 0.019414;-0.062345; 0.812484;, + 0.018547;-0.059396; 0.812266;, + 0.027949;-0.074860; 0.805920;, + 0.031033;-0.075456; 0.805025;, + 0.032244;-0.074942; 0.807363;, + 0.029595;-0.074132; 0.808953;, + 0.037070;-0.073762; 0.804334;, + 0.037953;-0.073156; 0.803726;, + 0.038883;-0.072600; 0.804037;, + 0.037958;-0.073447; 0.805179;, + 0.019414;-0.062345; 0.812484;, + 0.020605;-0.065364; 0.812537;, + 0.024128;-0.063928; 0.816000;, + 0.022924;-0.060981; 0.815919;, + 0.035136;-0.074821; 0.805645;, + 0.036161;-0.074403; 0.804959;, + 0.037288;-0.073969; 0.806018;, + 0.036479;-0.074293; 0.806950;, + 0.018547;-0.059396; 0.812266;, + 0.019414;-0.062345; 0.812484;, + 0.022924;-0.060981; 0.815919;, + 0.021848;-0.058107; 0.815491;, + 0.029595;-0.074132; 0.808953;, + 0.032244;-0.074942; 0.807363;, + 0.034274;-0.074127; 0.809337;, + 0.032076;-0.073100; 0.811376;, + 0.026717;-0.072345; 0.810285;, + 0.029595;-0.074132; 0.808953;, + 0.032076;-0.073100; 0.811376;, + 0.029633;-0.071130; 0.813127;, + 0.024309;-0.070438; 0.811306;, + 0.026717;-0.072345; 0.810285;, + 0.029633;-0.071130; 0.813127;, + 0.027565;-0.069144; 0.814531;, + 0.022258;-0.067898; 0.812013;, + 0.024309;-0.070438; 0.811306;, + 0.027565;-0.069144; 0.814531;, + 0.025721;-0.066531; 0.815457;, + 0.020605;-0.065364; 0.812537;, + 0.022258;-0.067898; 0.812013;, + 0.025721;-0.066531; 0.815457;, + 0.024128;-0.063928; 0.816000;, + 0.027565;-0.069144; 0.814531;, + 0.029633;-0.071130; 0.813127;, + 0.033211;-0.069771; 0.815054;, + 0.031501;-0.067602; 0.816746;, + 0.025721;-0.066531; 0.815457;, + 0.027565;-0.069144; 0.814531;, + 0.031501;-0.067602; 0.816746;, + 0.029802;-0.064966; 0.817744;, + 0.024128;-0.063928; 0.816000;, + 0.025721;-0.066531; 0.815457;, + 0.029802;-0.064966; 0.817744;, + 0.028284;-0.062196; 0.818374;, + 0.037958;-0.073447; 0.805179;, + 0.038883;-0.072600; 0.804037;, + 0.039624;-0.072277; 0.804440;, + 0.039212;-0.072784; 0.805781;, + 0.022924;-0.060981; 0.815919;, + 0.024128;-0.063928; 0.816000;, + 0.028284;-0.062196; 0.818374;, + 0.026896;-0.059329; 0.818200;, + 0.036479;-0.074293; 0.806950;, + 0.037288;-0.073969; 0.806018;, + 0.038759;-0.073289; 0.806776;, + 0.038252;-0.073489; 0.807855;, + 0.021848;-0.058107; 0.815491;, + 0.022924;-0.060981; 0.815919;, + 0.026896;-0.059329; 0.818200;, + 0.025712;-0.056497; 0.817717;, + 0.032076;-0.073100; 0.811376;, + 0.034274;-0.074127; 0.809337;, + 0.036648;-0.073199; 0.810539;, + 0.035143;-0.071862; 0.812990;, + 0.029633;-0.071130; 0.813127;, + 0.032076;-0.073100; 0.811376;, + 0.035143;-0.071862; 0.812990;, + 0.033211;-0.069771; 0.815054;, + 0.025712;-0.056497; 0.817717;, + 0.026896;-0.059329; 0.818200;, + 0.031621;-0.057086; 0.818667;, + 0.030162;-0.054342; 0.818145;, + 0.035143;-0.071862; 0.812990;, + 0.036648;-0.073199; 0.810539;, + 0.039170;-0.071815; 0.810937;, + 0.038353;-0.070065; 0.813416;, + 0.033211;-0.069771; 0.815054;, + 0.035143;-0.071862; 0.812990;, + 0.038353;-0.070065; 0.813416;, + 0.037063;-0.067757; 0.815544;, + 0.031501;-0.067602; 0.816746;, + 0.033211;-0.069771; 0.815054;, + 0.037063;-0.067757; 0.815544;, + 0.035859;-0.065393; 0.817201;, + 0.029802;-0.064966; 0.817744;, + 0.031501;-0.067602; 0.816746;, + 0.035859;-0.065393; 0.817201;, + 0.034423;-0.062723; 0.818207;, + 0.028284;-0.062196; 0.818374;, + 0.029802;-0.064966; 0.817744;, + 0.034423;-0.062723; 0.818207;, + 0.033129;-0.059981; 0.818832;, + 0.039212;-0.072784; 0.805781;, + 0.039624;-0.072277; 0.804440;, + 0.040402;-0.071936; 0.804782;, + 0.040242;-0.072243; 0.805950;, + 0.026896;-0.059329; 0.818200;, + 0.028284;-0.062196; 0.818374;, + 0.033129;-0.059981; 0.818832;, + 0.031621;-0.057086; 0.818667;, + 0.038252;-0.073489; 0.807855;, + 0.038759;-0.073289; 0.806776;, + 0.040116;-0.072551; 0.806977;, + 0.039910;-0.072604; 0.808101;, + 0.033129;-0.059981; 0.818832;, + 0.034423;-0.062723; 0.818207;, + 0.039199;-0.060487; 0.817744;, + 0.037876;-0.057683; 0.818374;, + 0.040242;-0.072243; 0.805950;, + 0.040402;-0.071936; 0.804782;, + 0.041052;-0.071531; 0.804443;, + 0.041315;-0.071728; 0.805781;, + 0.031621;-0.057086; 0.818667;, + 0.033129;-0.059981; 0.818832;, + 0.037876;-0.057683; 0.818374;, + 0.036276;-0.054834; 0.818208;, + 0.039910;-0.072604; 0.808101;, + 0.040116;-0.072551; 0.806977;, + 0.041537;-0.071884; 0.806749;, + 0.041692;-0.071775; 0.807855;, + 0.030162;-0.054342; 0.818145;, + 0.031621;-0.057086; 0.818667;, + 0.036276;-0.054834; 0.818208;, + 0.034524;-0.052122; 0.817725;, + 0.038353;-0.070065; 0.813416;, + 0.039170;-0.071815; 0.810937;, + 0.041878;-0.070491; 0.810548;, + 0.041776;-0.068397; 0.812990;, + 0.037063;-0.067757; 0.815544;, + 0.038353;-0.070065; 0.813416;, + 0.041776;-0.068397; 0.812990;, + 0.041132;-0.065834; 0.815045;, + 0.035859;-0.065393; 0.817201;, + 0.037063;-0.067757; 0.815544;, + 0.041132;-0.065834; 0.815045;, + 0.040360;-0.063272; 0.816754;, + 0.034423;-0.062723; 0.818207;, + 0.035859;-0.065393; 0.817201;, + 0.040360;-0.063272; 0.816754;, + 0.039199;-0.060487; 0.817744;, + 0.040360;-0.063272; 0.816754;, + 0.041132;-0.065834; 0.815045;, + 0.044352;-0.063964; 0.813149;, + 0.044048;-0.061226; 0.814544;, + 0.039199;-0.060487; 0.817744;, + 0.040360;-0.063272; 0.816754;, + 0.044048;-0.061226; 0.814544;, + 0.043012;-0.058403; 0.815456;, + 0.037876;-0.057683; 0.818374;, + 0.039199;-0.060487; 0.817744;, + 0.043012;-0.058403; 0.815456;, + 0.041854;-0.055526; 0.816005;, + 0.041315;-0.071728; 0.805781;, + 0.041052;-0.071531; 0.804443;, + 0.041715;-0.071157; 0.804037;, + 0.042444;-0.070992; 0.805176;, + 0.036276;-0.054834; 0.818208;, + 0.037876;-0.057683; 0.818374;, + 0.041854;-0.055526; 0.816005;, + 0.040180;-0.052814; 0.815926;, + 0.041692;-0.071775; 0.807855;, + 0.041537;-0.071884; 0.806749;, + 0.042881;-0.071100; 0.806034;, + 0.043282;-0.070837; 0.806946;, + 0.034524;-0.052122; 0.817725;, + 0.036276;-0.054834; 0.818208;, + 0.040180;-0.052814; 0.815926;, + 0.038258;-0.050171; 0.815513;, + 0.041776;-0.068397; 0.812990;, + 0.041878;-0.070491; 0.810548;, + 0.044039;-0.069307; 0.809318;, + 0.044580;-0.066818; 0.811365;, + 0.041132;-0.065834; 0.815045;, + 0.041776;-0.068397; 0.812990;, + 0.044580;-0.066818; 0.811365;, + 0.044352;-0.063964; 0.813149;, + 0.038258;-0.050171; 0.815513;, + 0.040180;-0.052814; 0.815926;, + 0.043373;-0.050902; 0.812510;, + 0.041264;-0.048363; 0.812305;, + 0.044580;-0.066818; 0.811365;, + 0.044039;-0.069307; 0.809318;, + 0.045895;-0.068275; 0.807335;, + 0.046942;-0.065464; 0.808927;, + 0.044352;-0.063964; 0.813149;, + 0.044580;-0.066818; 0.811365;, + 0.046942;-0.065464; 0.808927;, + 0.047136;-0.062353; 0.810250;, + 0.044048;-0.061226; 0.814544;, + 0.044352;-0.063964; 0.813149;, + 0.047136;-0.062353; 0.810250;, + 0.047104;-0.059352; 0.811326;, + 0.043012;-0.058403; 0.815456;, + 0.044048;-0.061226; 0.814544;, + 0.047104;-0.059352; 0.811326;, + 0.046263;-0.056414; 0.812020;, + 0.041854;-0.055526; 0.816005;, + 0.043012;-0.058403; 0.815456;, + 0.046263;-0.056414; 0.812020;, + 0.045150;-0.053477; 0.812550;, + 0.042444;-0.070992; 0.805176;, + 0.041715;-0.071157; 0.804037;, + 0.042532;-0.070524; 0.803745;, + 0.043152;-0.070520; 0.804340;, + 0.040180;-0.052814; 0.815926;, + 0.041854;-0.055526; 0.816005;, + 0.045150;-0.053477; 0.812550;, + 0.043373;-0.050902; 0.812510;, + 0.043282;-0.070837; 0.806946;, + 0.042881;-0.071100; 0.806034;, + 0.043843;-0.070525; 0.804958;, + 0.044504;-0.070158; 0.805620;, + 0.045150;-0.053477; 0.812550;, + 0.046263;-0.056414; 0.812020;, + 0.048469;-0.054911; 0.807984;, + 0.047415;-0.051853; 0.808343;, + 0.043152;-0.070520; 0.804340;, + 0.042532;-0.070524; 0.803745;, + 0.042940;-0.070064; 0.802771;, + 0.043702;-0.070063; 0.803153;, + 0.043373;-0.050902; 0.812510;, + 0.045150;-0.053477; 0.812550;, + 0.047415;-0.051853; 0.808343;, + 0.045495;-0.049314; 0.808479;, + 0.044504;-0.070158; 0.805620;, + 0.043843;-0.070525; 0.804958;, + 0.044525;-0.070042; 0.803541;, + 0.045382;-0.069579; 0.803911;, + 0.041264;-0.048363; 0.812305;, + 0.043373;-0.050902; 0.812510;, + 0.045495;-0.049314; 0.808479;, + 0.043268;-0.046869; 0.808430;, + 0.046942;-0.065464; 0.808927;, + 0.045895;-0.068275; 0.807335;, + 0.047143;-0.067573; 0.805005;, + 0.048615;-0.064445; 0.805910;, + 0.047136;-0.062353; 0.810250;, + 0.046942;-0.065464; 0.808927;, + 0.048615;-0.064445; 0.805910;, + 0.049061;-0.061140; 0.806744;, + 0.047104;-0.059352; 0.811326;, + 0.047136;-0.062353; 0.810250;, + 0.049061;-0.061140; 0.806744;, + 0.049225;-0.057887; 0.807404;, + 0.046263;-0.056414; 0.812020;, + 0.047104;-0.059352; 0.811326;, + 0.049225;-0.057887; 0.807404;, + 0.048469;-0.054911; 0.807984;, + 0.049225;-0.057887; 0.807404;, + 0.049061;-0.061140; 0.806744;, + 0.049174;-0.060694; 0.802717;, + 0.049381;-0.057520; 0.802908;, + 0.048469;-0.054911; 0.807984;, + 0.049225;-0.057887; 0.807404;, + 0.049381;-0.057520; 0.802908;, + 0.048647;-0.054518; 0.803190;, + 0.047415;-0.051853; 0.808343;, + 0.048469;-0.054911; 0.807984;, + 0.048647;-0.054518; 0.803190;, + 0.047607;-0.051507; 0.803456;, + 0.043702;-0.070063; 0.803153;, + 0.042940;-0.070064; 0.802771;, + 0.043034;-0.069937; 0.802047;, + 0.043806;-0.069869; 0.802091;, + 0.045495;-0.049314; 0.808479;, + 0.047415;-0.051853; 0.808343;, + 0.047607;-0.051507; 0.803456;, + 0.045856;-0.048940; 0.803724;, + 0.045382;-0.069579; 0.803911;, + 0.044525;-0.070042; 0.803541;, + 0.044660;-0.069786; 0.802117;, + 0.045486;-0.069279; 0.802175;, + 0.043268;-0.046869; 0.808430;, + 0.045495;-0.049314; 0.808479;, + 0.045856;-0.048940; 0.803724;, + 0.043617;-0.046504; 0.803952;, + 0.048615;-0.064445; 0.805910;, + 0.047143;-0.067573; 0.805005;, + 0.047347;-0.067106; 0.802318;, + 0.048771;-0.063986; 0.802522;, + 0.049061;-0.061140; 0.806744;, + 0.048615;-0.064445; 0.805910;, + 0.048771;-0.063986; 0.802522;, + 0.049174;-0.060694; 0.802717;, + 0.043617;-0.046504; 0.803952;, + 0.045856;-0.048940; 0.803724;, + 0.045199;-0.048591; 0.798921;, + 0.043059;-0.046083; 0.799484;, + 0.048771;-0.063986; 0.802522;, + 0.047347;-0.067106; 0.802318;, + 0.047005;-0.067101; 0.799625;, + 0.048456;-0.063835; 0.799064;, + 0.049174;-0.060694; 0.802717;, + 0.048771;-0.063986; 0.802522;, + 0.048456;-0.063835; 0.799064;, + 0.048784;-0.060528; 0.798643;, + 0.049381;-0.057520; 0.802908;, + 0.049174;-0.060694; 0.802717;, + 0.048784;-0.060528; 0.798643;, + 0.048884;-0.057259; 0.798390;, + 0.048647;-0.054518; 0.803190;, + 0.049381;-0.057520; 0.802908;, + 0.048884;-0.057259; 0.798390;, + 0.048126;-0.054242; 0.798371;, + 0.047607;-0.051507; 0.803456;, + 0.048647;-0.054518; 0.803190;, + 0.048126;-0.054242; 0.798371;, + 0.047070;-0.051164; 0.798552;, + 0.043806;-0.069869; 0.802091;, + 0.043034;-0.069937; 0.802047;, + 0.042877;-0.069943; 0.801313;, + 0.043619;-0.069885; 0.801003;, + 0.045856;-0.048940; 0.803724;, + 0.047607;-0.051507; 0.803456;, + 0.047070;-0.051164; 0.798552;, + 0.045199;-0.048591; 0.798921;, + 0.045486;-0.069279; 0.802175;, + 0.044660;-0.069786; 0.802117;, + 0.044419;-0.069792; 0.800675;, + 0.045256;-0.069276; 0.800398;, + 0.047070;-0.051164; 0.798552;, + 0.048126;-0.054242; 0.798371;, + 0.045737;-0.055177; 0.794281;, + 0.044606;-0.052181; 0.794286;, + 0.043619;-0.069885; 0.801003;, + 0.042877;-0.069943; 0.801313;, + 0.042381;-0.070134; 0.800408;, + 0.042959;-0.070094; 0.799852;, + 0.045199;-0.048591; 0.798921;, + 0.047070;-0.051164; 0.798552;, + 0.044606;-0.052181; 0.794286;, + 0.042932;-0.049578; 0.794820;, + 0.045256;-0.069276; 0.800398;, + 0.044419;-0.069792; 0.800675;, + 0.043634;-0.070037; 0.799295;, + 0.044276;-0.069559; 0.798732;, + 0.043059;-0.046083; 0.799484;, + 0.045199;-0.048591; 0.798921;, + 0.042932;-0.049578; 0.794820;, + 0.040821;-0.047059; 0.795504;, + 0.048456;-0.063835; 0.799064;, + 0.047005;-0.067101; 0.799625;, + 0.045608;-0.067535; 0.797283;, + 0.046595;-0.064486; 0.796012;, + 0.048784;-0.060528; 0.798643;, + 0.048456;-0.063835; 0.799064;, + 0.046595;-0.064486; 0.796012;, + 0.046703;-0.061265; 0.795130;, + 0.048884;-0.057259; 0.798390;, + 0.048784;-0.060528; 0.798643;, + 0.046703;-0.061265; 0.795130;, + 0.046555;-0.058203; 0.794442;, + 0.048126;-0.054242; 0.798371;, + 0.048884;-0.057259; 0.798390;, + 0.046555;-0.058203; 0.794442;, + 0.045737;-0.055177; 0.794281;, + 0.046703;-0.061265; 0.795130;, + 0.046595;-0.064486; 0.796012;, + 0.044035;-0.065587; 0.793479;, + 0.043689;-0.062560; 0.792143;, + 0.046555;-0.058203; 0.794442;, + 0.046703;-0.061265; 0.795130;, + 0.043689;-0.062560; 0.792143;, + 0.043325;-0.059610; 0.791160;, + 0.045737;-0.055177; 0.794281;, + 0.046555;-0.058203; 0.794442;, + 0.043325;-0.059610; 0.791160;, + 0.042306;-0.056684; 0.790804;, + 0.044606;-0.052181; 0.794286;, + 0.045737;-0.055177; 0.794281;, + 0.042306;-0.056684; 0.790804;, + 0.041149;-0.053658; 0.790752;, + 0.042959;-0.070094; 0.799852;, + 0.042381;-0.070134; 0.800408;, + 0.041591;-0.070805; 0.800092;, + 0.042217;-0.070410; 0.799065;, + 0.042932;-0.049578; 0.794820;, + 0.044606;-0.052181; 0.794286;, + 0.041149;-0.053658; 0.790752;, + 0.039473;-0.051061; 0.791298;, + 0.044276;-0.069559; 0.798732;, + 0.043634;-0.070037; 0.799295;, + 0.042624;-0.070442; 0.798284;, + 0.042986;-0.070051; 0.797445;, + 0.040821;-0.047059; 0.795504;, + 0.042932;-0.049578; 0.794820;, + 0.039473;-0.051061; 0.791298;, + 0.037578;-0.048453; 0.792205;, + 0.046595;-0.064486; 0.796012;, + 0.045608;-0.067535; 0.797283;, + 0.043648;-0.068308; 0.795332;, + 0.044035;-0.065587; 0.793479;, + 0.039473;-0.051061; 0.791298;, + 0.041149;-0.053658; 0.790752;, + 0.037033;-0.055422; 0.788320;, + 0.035440;-0.052677; 0.788960;, + 0.042986;-0.070051; 0.797445;, + 0.042624;-0.070442; 0.798284;, + 0.041238;-0.071103; 0.797566;, + 0.041332;-0.070877; 0.796555;, + 0.037578;-0.048453; 0.792205;, + 0.039473;-0.051061; 0.791298;, + 0.035440;-0.052677; 0.788960;, + 0.033657;-0.050094; 0.789936;, + 0.044035;-0.065587; 0.793479;, + 0.043648;-0.068308; 0.795332;, + 0.041379;-0.069355; 0.794031;, + 0.041085;-0.066978; 0.791755;, + 0.043689;-0.062560; 0.792143;, + 0.044035;-0.065587; 0.793479;, + 0.041085;-0.066978; 0.791755;, + 0.040362;-0.064123; 0.790160;, + 0.043325;-0.059610; 0.791160;, + 0.043689;-0.062560; 0.792143;, + 0.040362;-0.064123; 0.790160;, + 0.039505;-0.061312; 0.788899;, + 0.042306;-0.056684; 0.790804;, + 0.043325;-0.059610; 0.791160;, + 0.039505;-0.061312; 0.788899;, + 0.038371;-0.058346; 0.788437;, + 0.041149;-0.053658; 0.790752;, + 0.042306;-0.056684; 0.790804;, + 0.038371;-0.058346; 0.788437;, + 0.037033;-0.055422; 0.788320;, + 0.042217;-0.070410; 0.799065;, + 0.041591;-0.070805; 0.800092;, + 0.040907;-0.071127; 0.799711;, + 0.041008;-0.071064; 0.798461;, + 0.038371;-0.058346; 0.788437;, + 0.039505;-0.061312; 0.788899;, + 0.035063;-0.063425; 0.788456;, + 0.033655;-0.060597; 0.787979;, + 0.037033;-0.055422; 0.788320;, + 0.038371;-0.058346; 0.788437;, + 0.033655;-0.060597; 0.787979;, + 0.032167;-0.057847; 0.787816;, + 0.041008;-0.071064; 0.798461;, + 0.040907;-0.071127; 0.799711;, + 0.040078;-0.071281; 0.799205;, + 0.039899;-0.071579; 0.798312;, + 0.035440;-0.052677; 0.788960;, + 0.037033;-0.055422; 0.788320;, + 0.032167;-0.057847; 0.787816;, + 0.030844;-0.055096; 0.788470;, + 0.041332;-0.070877; 0.796555;, + 0.041238;-0.071103; 0.797566;, + 0.039790;-0.071760; 0.797343;, + 0.039554;-0.071639; 0.796319;, + 0.033657;-0.050094; 0.789936;, + 0.035440;-0.052677; 0.788960;, + 0.030844;-0.055096; 0.788470;, + 0.029320;-0.052366; 0.789472;, + 0.041085;-0.066978; 0.791755;, + 0.041379;-0.069355; 0.794031;, + 0.038680;-0.070600; 0.793677;, + 0.037678;-0.068563; 0.791391;, + 0.040362;-0.064123; 0.790160;, + 0.041085;-0.066978; 0.791755;, + 0.037678;-0.068563; 0.791391;, + 0.036274;-0.065942; 0.789705;, + 0.039505;-0.061312; 0.788899;, + 0.040362;-0.064123; 0.790160;, + 0.036274;-0.065942; 0.789705;, + 0.035063;-0.063425; 0.788456;, + 0.036274;-0.065942; 0.789705;, + 0.037678;-0.068563; 0.791391;, + 0.034503;-0.070312; 0.791781;, + 0.032507;-0.067995; 0.790167;, + 0.035063;-0.063425; 0.788456;, + 0.036274;-0.065942; 0.789705;, + 0.032507;-0.067995; 0.790167;, + 0.030724;-0.065617; 0.788891;, + 0.033655;-0.060597; 0.787979;, + 0.035063;-0.063425; 0.788456;, + 0.030724;-0.065617; 0.788891;, + 0.028951;-0.063021; 0.788400;, + 0.032167;-0.057847; 0.787816;, + 0.033655;-0.060597; 0.787979;, + 0.028951;-0.063021; 0.788400;, + 0.027362;-0.060251; 0.788270;, + 0.039899;-0.071579; 0.798312;, + 0.040078;-0.071281; 0.799205;, + 0.039448;-0.071877; 0.799719;, + 0.038915;-0.072089; 0.798494;, + 0.030844;-0.055096; 0.788470;, + 0.032167;-0.057847; 0.787816;, + 0.027362;-0.060251; 0.788270;, + 0.026012;-0.057409; 0.788922;, + 0.039554;-0.071639; 0.796319;, + 0.039790;-0.071760; 0.797343;, + 0.038438;-0.072502; 0.797581;, + 0.037918;-0.072541; 0.796580;, + 0.029320;-0.052366; 0.789472;, + 0.030844;-0.055096; 0.788470;, + 0.026012;-0.057409; 0.788922;, + 0.024850;-0.054557; 0.789936;, + 0.037678;-0.068563; 0.791391;, + 0.038680;-0.070600; 0.793677;, + 0.036189;-0.071964; 0.794064;, + 0.034503;-0.070312; 0.791781;, + 0.026012;-0.057409; 0.788922;, + 0.027362;-0.060251; 0.788270;, + 0.023322;-0.062304; 0.790704;, + 0.022231;-0.059367; 0.791278;, + 0.037918;-0.072541; 0.796580;, + 0.038438;-0.072502; 0.797581;, + 0.037016;-0.073346; 0.798300;, + 0.036191;-0.073512; 0.797486;, + 0.024850;-0.054557; 0.789936;, + 0.026012;-0.057409; 0.788922;, + 0.022231;-0.059367; 0.791278;, + 0.021182;-0.056484; 0.792173;, + 0.034503;-0.070312; 0.791781;, + 0.036189;-0.071964; 0.794064;, + 0.033847;-0.073052; 0.795344;, + 0.031506;-0.071766; 0.793487;, + 0.032507;-0.067995; 0.790167;, + 0.034503;-0.070312; 0.791781;, + 0.031506;-0.071766; 0.793487;, + 0.029084;-0.069655; 0.792158;, + 0.030724;-0.065617; 0.788891;, + 0.032507;-0.067995; 0.790167;, + 0.029084;-0.069655; 0.792158;, + 0.026975;-0.067527; 0.791160;, + 0.028951;-0.063021; 0.788400;, + 0.030724;-0.065617; 0.788891;, + 0.026975;-0.067527; 0.791160;, + 0.025074;-0.064886; 0.790774;, + 0.027362;-0.060251; 0.788270;, + 0.028951;-0.063021; 0.788400;, + 0.025074;-0.064886; 0.790774;, + 0.023322;-0.062304; 0.790704;, + 0.038915;-0.072089; 0.798494;, + 0.039448;-0.071877; 0.799719;, + 0.038769;-0.072254; 0.800082;, + 0.037671;-0.072931; 0.799078;, + 0.025074;-0.064886; 0.790774;, + 0.026975;-0.067527; 0.791160;, + 0.023926;-0.069306; 0.794435;, + 0.021838;-0.066784; 0.794259;, + 0.023322;-0.062304; 0.790704;, + 0.025074;-0.064886; 0.790774;, + 0.021838;-0.066784; 0.794259;, + 0.020052;-0.064155; 0.794272;, + 0.037671;-0.072931; 0.799078;, + 0.038769;-0.072254; 0.800082;, + 0.037790;-0.072818; 0.800407;, + 0.036952;-0.073331; 0.799875;, + 0.022231;-0.059367; 0.791278;, + 0.023322;-0.062304; 0.790704;, + 0.020052;-0.064155; 0.794272;, + 0.018989;-0.061173; 0.794766;, + 0.036191;-0.073512; 0.797486;, + 0.037016;-0.073346; 0.798300;, + 0.035994;-0.073949; 0.799338;, + 0.034899;-0.074296; 0.798761;, + 0.021182;-0.056484; 0.792173;, + 0.022231;-0.059367; 0.791278;, + 0.018989;-0.061173; 0.794766;, + 0.018135;-0.058188; 0.795475;, + 0.031506;-0.071766; 0.793487;, + 0.033847;-0.073052; 0.795344;, + 0.031890;-0.074227; 0.797293;, + 0.029094;-0.073124; 0.796009;, + 0.029084;-0.069655; 0.792158;, + 0.031506;-0.071766; 0.793487;, + 0.029094;-0.073124; 0.796009;, + 0.026254;-0.071253; 0.795124;, + 0.026975;-0.067527; 0.791160;, + 0.029084;-0.069655; 0.792158;, + 0.026254;-0.071253; 0.795124;, + 0.023926;-0.069306; 0.794435;, + 0.026254;-0.071253; 0.795124;, + 0.029094;-0.073124; 0.796009;, + 0.027579;-0.074252; 0.799028;, + 0.024568;-0.072554; 0.798642;, + 0.023926;-0.069306; 0.794435;, + 0.026254;-0.071253; 0.795124;, + 0.024568;-0.072554; 0.798642;, + 0.021886;-0.070745; 0.798390;, + 0.021838;-0.066784; 0.794259;, + 0.023926;-0.069306; 0.794435;, + 0.021886;-0.070745; 0.798390;, + 0.019723;-0.068220; 0.798370;, + 0.020052;-0.064155; 0.794272;, + 0.021838;-0.066784; 0.794259;, + 0.019723;-0.068220; 0.798370;, + 0.017864;-0.065630; 0.798552;, + 0.036952;-0.073331; 0.799875;, + 0.037790;-0.072818; 0.800407;, + 0.037353;-0.073210; 0.801310;, + 0.036366;-0.073844; 0.801008;, + 0.018989;-0.061173; 0.794766;, + 0.020052;-0.064155; 0.794272;, + 0.017864;-0.065630; 0.798552;, + 0.016776;-0.062542; 0.798887;, + 0.034899;-0.074296; 0.798761;, + 0.035994;-0.073949; 0.799338;, + 0.035287;-0.074510; 0.800716;, + 0.034051;-0.075007; 0.800450;, + 0.018135;-0.058188; 0.795475;, + 0.018989;-0.061173; 0.794766;, + 0.016776;-0.062542; 0.798887;, + 0.016010;-0.059536; 0.799428;, + 0.029094;-0.073124; 0.796009;, + 0.031890;-0.074227; 0.797293;, + 0.030765;-0.075017; 0.799630;, + 0.027579;-0.074252; 0.799028;, + 0.016776;-0.062542; 0.798887;, + 0.017864;-0.065630; 0.798552;, + 0.017528;-0.065990; 0.803457;, + 0.016549;-0.062920; 0.803685;, + 0.034051;-0.075007; 0.800450;, + 0.035287;-0.074510; 0.800716;, + 0.035105;-0.074650; 0.802136;, + 0.033822;-0.075156; 0.802196;, + 0.016010;-0.059536; 0.799428;, + 0.016776;-0.062542; 0.798887;, + 0.016549;-0.062920; 0.803685;, + 0.015771;-0.059938; 0.803892;, + 0.027579;-0.074252; 0.799028;, + 0.030765;-0.075017; 0.799630;, + 0.030427;-0.075269; 0.802316;, + 0.027300;-0.074552; 0.802511;, + 0.024568;-0.072554; 0.798642;, + 0.027579;-0.074252; 0.799028;, + 0.027300;-0.074552; 0.802511;, + 0.024182;-0.072862; 0.802736;, + 0.021886;-0.070745; 0.798390;, + 0.024568;-0.072554; 0.798642;, + 0.024182;-0.072862; 0.802736;, + 0.021534;-0.071024; 0.802893;, + 0.019723;-0.068220; 0.798370;, + 0.021886;-0.070745; 0.798390;, + 0.021534;-0.071024; 0.802893;, + 0.019372;-0.068528; 0.803205;, + 0.017864;-0.065630; 0.798552;, + 0.019723;-0.068220; 0.798370;, + 0.019372;-0.068528; 0.803205;, + 0.017528;-0.065990; 0.803457;, + 0.036366;-0.073844; 0.801008;, + 0.037353;-0.073210; 0.801310;, + 0.037191;-0.073333; 0.802035;, + 0.036213;-0.073951; 0.802103;, + 0.041082;-0.070936; 0.802470;, + 0.041581;-0.070871; 0.802932;, + 0.041142;-0.071147; 0.803368;, + 0.040683;-0.071199; 0.802883;, + 0.041509;-0.070717; 0.802028;, + 0.041928;-0.070644; 0.802432;, + 0.041581;-0.070871; 0.802932;, + 0.041082;-0.070936; 0.802470;, + 0.039309;-0.072070; 0.803368;, + 0.039777;-0.071659; 0.802909;, + 0.040225;-0.071505; 0.803294;, + 0.039839;-0.071858; 0.803761;, + 0.038472;-0.072394; 0.802422;, + 0.038893;-0.072037; 0.802028;, + 0.039329;-0.071838; 0.802460;, + 0.038851;-0.072256; 0.802932;, + 0.038851;-0.072256; 0.802932;, + 0.039329;-0.071838; 0.802460;, + 0.039777;-0.071659; 0.802909;, + 0.039309;-0.072070; 0.803368;, + 0.041928;-0.070644; 0.802432;, + 0.041509;-0.070717; 0.802028;, + 0.041913;-0.070564; 0.801619;, + 0.042155;-0.070523; 0.802031;, + 0.040605;-0.071105; 0.800327;, + 0.040181;-0.071254; 0.800759;, + 0.039752;-0.071562; 0.800330;, + 0.040200;-0.071330; 0.800103;, + 0.038472;-0.072315; 0.801619;, + 0.038893;-0.072037; 0.802028;, + 0.038472;-0.072394; 0.802422;, + 0.038247;-0.072505; 0.802031;, + 0.039294;-0.071747; 0.801586;, + 0.038893;-0.072037; 0.802028;, + 0.038472;-0.072315; 0.801619;, + 0.038828;-0.072071; 0.801126;, + 0.039735;-0.071484; 0.801153;, + 0.039294;-0.071747; 0.801586;, + 0.038828;-0.072071; 0.801126;, + 0.039283;-0.071801; 0.800688;, + 0.039735;-0.071484; 0.801153;, + 0.039283;-0.071801; 0.800688;, + 0.039752;-0.071562; 0.800330;, + 0.040181;-0.071254; 0.800759;, + 0.039735;-0.071484; 0.801153;, + 0.040181;-0.071254; 0.800759;, + 0.040625;-0.071026; 0.801145;, + 0.040198;-0.071250; 0.801585;, + 0.039294;-0.071747; 0.801586;, + 0.039735;-0.071484; 0.801153;, + 0.040198;-0.071250; 0.801585;, + 0.039735;-0.071514; 0.802026;, + 0.038893;-0.072037; 0.802028;, + 0.039294;-0.071747; 0.801586;, + 0.039735;-0.071514; 0.802026;, + 0.039329;-0.071838; 0.802460;, + 0.039329;-0.071838; 0.802460;, + 0.039735;-0.071514; 0.802026;, + 0.040225;-0.071333; 0.802458;, + 0.039777;-0.071659; 0.802909;, + 0.039735;-0.071514; 0.802026;, + 0.040198;-0.071250; 0.801585;, + 0.040658;-0.071071; 0.802035;, + 0.040225;-0.071333; 0.802458;, + 0.040198;-0.071250; 0.801585;, + 0.040625;-0.071026; 0.801145;, + 0.041079;-0.070844; 0.801586;, + 0.040658;-0.071071; 0.802035;, + 0.040658;-0.071071; 0.802035;, + 0.041079;-0.070844; 0.801586;, + 0.041509;-0.070717; 0.802028;, + 0.041082;-0.070936; 0.802470;, + 0.040225;-0.071333; 0.802458;, + 0.040658;-0.071071; 0.802035;, + 0.041082;-0.070936; 0.802470;, + 0.040683;-0.071199; 0.802883;, + 0.039777;-0.071659; 0.802909;, + 0.040225;-0.071333; 0.802458;, + 0.040683;-0.071199; 0.802883;, + 0.040225;-0.071505; 0.803294;, + 0.039839;-0.071858; 0.803761;, + 0.040225;-0.071505; 0.803294;, + 0.040675;-0.071435; 0.803750;, + 0.040279;-0.071702; 0.804013;, + 0.040181;-0.071254; 0.800759;, + 0.040605;-0.071105; 0.800327;, + 0.041070;-0.070895; 0.800698;, + 0.040625;-0.071026; 0.801145;, + 0.041079;-0.070844; 0.801586;, + 0.041530;-0.070688; 0.801134;, + 0.041913;-0.070564; 0.801619;, + 0.041509;-0.070717; 0.802028;, + 0.040625;-0.071026; 0.801145;, + 0.041070;-0.070895; 0.800698;, + 0.041530;-0.070688; 0.801134;, + 0.041079;-0.070844; 0.801586;, + 0.038828;-0.072071; 0.801126;, + 0.037790;-0.072818; 0.800407;, + 0.038769;-0.072254; 0.800082;, + 0.039283;-0.071801; 0.800688;, + 0.038472;-0.072315; 0.801619;, + 0.037353;-0.073210; 0.801310;, + 0.037790;-0.072818; 0.800407;, + 0.038828;-0.072071; 0.801126;, + 0.038247;-0.072505; 0.802031;, + 0.037191;-0.073333; 0.802035;, + 0.037353;-0.073210; 0.801310;, + 0.038472;-0.072315; 0.801619;, + 0.037191;-0.073333; 0.802035;, + 0.038247;-0.072505; 0.802031;, + 0.038472;-0.072394; 0.802422;, + 0.037362;-0.073344; 0.802771;, + 0.038851;-0.072256; 0.802932;, + 0.037953;-0.073156; 0.803726;, + 0.037362;-0.073344; 0.802771;, + 0.038472;-0.072394; 0.802422;, + 0.037953;-0.073156; 0.803726;, + 0.038851;-0.072256; 0.802932;, + 0.039309;-0.072070; 0.803368;, + 0.038883;-0.072600; 0.804037;, + 0.039839;-0.071858; 0.803761;, + 0.039624;-0.072277; 0.804440;, + 0.038883;-0.072600; 0.804037;, + 0.039309;-0.072070; 0.803368;, + 0.040279;-0.071702; 0.804013;, + 0.040402;-0.071936; 0.804782;, + 0.039624;-0.072277; 0.804440;, + 0.039839;-0.071858; 0.803761;, + 0.039283;-0.071801; 0.800688;, + 0.038769;-0.072254; 0.800082;, + 0.039448;-0.071877; 0.799719;, + 0.039752;-0.071562; 0.800330;, + 0.039752;-0.071562; 0.800330;, + 0.039448;-0.071877; 0.799719;, + 0.040078;-0.071281; 0.799205;, + 0.040200;-0.071330; 0.800103;, + 0.040200;-0.071330; 0.800103;, + 0.040078;-0.071281; 0.799205;, + 0.040907;-0.071127; 0.799711;, + 0.040605;-0.071105; 0.800327;, + 0.040605;-0.071105; 0.800327;, + 0.040907;-0.071127; 0.799711;, + 0.041591;-0.070805; 0.800092;, + 0.041070;-0.070895; 0.800698;, + 0.041070;-0.070895; 0.800698;, + 0.041591;-0.070805; 0.800092;, + 0.042381;-0.070134; 0.800408;, + 0.041530;-0.070688; 0.801134;, + 0.041530;-0.070688; 0.801134;, + 0.042381;-0.070134; 0.800408;, + 0.042877;-0.069943; 0.801313;, + 0.041913;-0.070564; 0.801619;, + 0.041913;-0.070564; 0.801619;, + 0.042877;-0.069943; 0.801313;, + 0.043034;-0.069937; 0.802047;, + 0.042155;-0.070523; 0.802031;, + 0.042155;-0.070523; 0.802031;, + 0.043034;-0.069937; 0.802047;, + 0.042940;-0.070064; 0.802771;, + 0.041928;-0.070644; 0.802432;, + 0.042532;-0.070524; 0.803745;, + 0.041581;-0.070871; 0.802932;, + 0.041928;-0.070644; 0.802432;, + 0.042940;-0.070064; 0.802771;, + 0.041581;-0.070871; 0.802932;, + 0.042532;-0.070524; 0.803745;, + 0.041715;-0.071157; 0.804037;, + 0.041142;-0.071147; 0.803368;, + 0.041142;-0.071147; 0.803368;, + 0.041715;-0.071157; 0.804037;, + 0.041052;-0.071531; 0.804443;, + 0.040675;-0.071435; 0.803750;, + 0.040402;-0.071936; 0.804782;, + 0.040279;-0.071702; 0.804013;, + 0.040675;-0.071435; 0.803750;, + 0.041052;-0.071531; 0.804443;, + 0.040683;-0.071199; 0.802883;, + 0.041142;-0.071147; 0.803368;, + 0.040675;-0.071435; 0.803750;, + 0.040225;-0.071505; 0.803294;, + 0.035105;-0.074650; 0.802136;, + 0.036213;-0.073951; 0.802103;, + 0.036422;-0.073991; 0.803154;, + 0.035377;-0.074692; 0.803545;, + 0.035377;-0.074692; 0.803545;, + 0.036422;-0.073991; 0.803154;, + 0.037070;-0.073762; 0.804334;, + 0.036161;-0.074403; 0.804959;, + 0.036161;-0.074403; 0.804959;, + 0.037070;-0.073762; 0.804334;, + 0.037958;-0.073447; 0.805179;, + 0.037288;-0.073969; 0.806018;, + 0.037288;-0.073969; 0.806018;, + 0.037958;-0.073447; 0.805179;, + 0.039212;-0.072784; 0.805781;, + 0.038759;-0.073289; 0.806776;, + 0.038759;-0.073289; 0.806776;, + 0.039212;-0.072784; 0.805781;, + 0.040242;-0.072243; 0.805950;, + 0.040116;-0.072551; 0.806977;, + 0.040116;-0.072551; 0.806977;, + 0.040242;-0.072243; 0.805950;, + 0.041315;-0.071728; 0.805781;, + 0.041537;-0.071884; 0.806749;, + 0.041537;-0.071884; 0.806749;, + 0.041315;-0.071728; 0.805781;, + 0.042444;-0.070992; 0.805176;, + 0.042881;-0.071100; 0.806034;, + 0.042881;-0.071100; 0.806034;, + 0.042444;-0.070992; 0.805176;, + 0.043152;-0.070520; 0.804340;, + 0.043843;-0.070525; 0.804958;, + 0.043843;-0.070525; 0.804958;, + 0.043152;-0.070520; 0.804340;, + 0.043702;-0.070063; 0.803153;, + 0.044525;-0.070042; 0.803541;, + 0.044525;-0.070042; 0.803541;, + 0.043702;-0.070063; 0.803153;, + 0.043806;-0.069869; 0.802091;, + 0.044660;-0.069786; 0.802117;, + 0.044660;-0.069786; 0.802117;, + 0.043806;-0.069869; 0.802091;, + 0.043619;-0.069885; 0.801003;, + 0.044419;-0.069792; 0.800675;, + 0.044419;-0.069792; 0.800675;, + 0.043619;-0.069885; 0.801003;, + 0.042959;-0.070094; 0.799852;, + 0.043634;-0.070037; 0.799295;, + 0.043634;-0.070037; 0.799295;, + 0.042959;-0.070094; 0.799852;, + 0.042217;-0.070410; 0.799065;, + 0.042624;-0.070442; 0.798284;, + 0.042624;-0.070442; 0.798284;, + 0.042217;-0.070410; 0.799065;, + 0.041008;-0.071064; 0.798461;, + 0.041238;-0.071103; 0.797566;, + 0.041238;-0.071103; 0.797566;, + 0.041008;-0.071064; 0.798461;, + 0.039899;-0.071579; 0.798312;, + 0.039790;-0.071760; 0.797343;, + 0.039790;-0.071760; 0.797343;, + 0.039899;-0.071579; 0.798312;, + 0.038915;-0.072089; 0.798494;, + 0.038438;-0.072502; 0.797581;, + 0.038438;-0.072502; 0.797581;, + 0.038915;-0.072089; 0.798494;, + 0.037671;-0.072931; 0.799078;, + 0.037016;-0.073346; 0.798300;, + 0.037016;-0.073346; 0.798300;, + 0.037671;-0.072931; 0.799078;, + 0.036952;-0.073331; 0.799875;, + 0.035994;-0.073949; 0.799338;, + 0.035994;-0.073949; 0.799338;, + 0.036952;-0.073331; 0.799875;, + 0.036366;-0.073844; 0.801008;, + 0.035287;-0.074510; 0.800716;, + 0.035287;-0.074510; 0.800716;, + 0.036366;-0.073844; 0.801008;, + 0.036213;-0.073951; 0.802103;, + 0.035105;-0.074650; 0.802136;, + 0.030427;-0.075269; 0.802316;, + 0.033822;-0.075156; 0.802196;, + 0.034177;-0.075209; 0.803918;, + 0.031033;-0.075456; 0.805025;, + 0.031033;-0.075456; 0.805025;, + 0.034177;-0.075209; 0.803918;, + 0.035136;-0.074821; 0.805645;, + 0.032244;-0.074942; 0.807363;, + 0.032244;-0.074942; 0.807363;, + 0.035136;-0.074821; 0.805645;, + 0.036479;-0.074293; 0.806950;, + 0.034274;-0.074127; 0.809337;, + 0.034274;-0.074127; 0.809337;, + 0.036479;-0.074293; 0.806950;, + 0.038252;-0.073489; 0.807855;, + 0.036648;-0.073199; 0.810539;, + 0.036648;-0.073199; 0.810539;, + 0.038252;-0.073489; 0.807855;, + 0.039910;-0.072604; 0.808101;, + 0.039170;-0.071815; 0.810937;, + 0.039170;-0.071815; 0.810937;, + 0.039910;-0.072604; 0.808101;, + 0.041692;-0.071775; 0.807855;, + 0.041878;-0.070491; 0.810548;, + 0.041878;-0.070491; 0.810548;, + 0.041692;-0.071775; 0.807855;, + 0.043282;-0.070837; 0.806946;, + 0.044039;-0.069307; 0.809318;, + 0.044039;-0.069307; 0.809318;, + 0.043282;-0.070837; 0.806946;, + 0.044504;-0.070158; 0.805620;, + 0.045895;-0.068275; 0.807335;, + 0.045895;-0.068275; 0.807335;, + 0.044504;-0.070158; 0.805620;, + 0.045382;-0.069579; 0.803911;, + 0.047143;-0.067573; 0.805005;, + 0.047143;-0.067573; 0.805005;, + 0.045382;-0.069579; 0.803911;, + 0.045486;-0.069279; 0.802175;, + 0.047347;-0.067106; 0.802318;, + 0.047347;-0.067106; 0.802318;, + 0.045486;-0.069279; 0.802175;, + 0.045256;-0.069276; 0.800398;, + 0.047005;-0.067101; 0.799625;, + 0.047005;-0.067101; 0.799625;, + 0.045256;-0.069276; 0.800398;, + 0.044276;-0.069559; 0.798732;, + 0.045608;-0.067535; 0.797283;, + 0.045608;-0.067535; 0.797283;, + 0.044276;-0.069559; 0.798732;, + 0.042986;-0.070051; 0.797445;, + 0.043648;-0.068308; 0.795332;, + 0.043648;-0.068308; 0.795332;, + 0.042986;-0.070051; 0.797445;, + 0.041332;-0.070877; 0.796555;, + 0.041379;-0.069355; 0.794031;, + 0.041379;-0.069355; 0.794031;, + 0.041332;-0.070877; 0.796555;, + 0.039554;-0.071639; 0.796319;, + 0.038680;-0.070600; 0.793677;, + 0.038680;-0.070600; 0.793677;, + 0.039554;-0.071639; 0.796319;, + 0.037918;-0.072541; 0.796580;, + 0.036189;-0.071964; 0.794064;, + 0.036189;-0.071964; 0.794064;, + 0.037918;-0.072541; 0.796580;, + 0.036191;-0.073512; 0.797486;, + 0.033847;-0.073052; 0.795344;, + 0.033847;-0.073052; 0.795344;, + 0.036191;-0.073512; 0.797486;, + 0.034899;-0.074296; 0.798761;, + 0.031890;-0.074227; 0.797293;, + 0.031890;-0.074227; 0.797293;, + 0.034899;-0.074296; 0.798761;, + 0.034051;-0.075007; 0.800450;, + 0.030765;-0.075017; 0.799630;, + 0.030765;-0.075017; 0.799630;, + 0.034051;-0.075007; 0.800450;, + 0.033822;-0.075156; 0.802196;, + 0.030427;-0.075269; 0.802316;, + -0.017173;-0.065999; 0.803451;, + -0.017757;-0.066332; 0.808524;, + -0.019661;-0.068965; 0.808137;, + -0.019070;-0.068597; 0.803206;, + -0.034879;-0.075562; 0.802146;, + -0.035213;-0.075557; 0.803685;, + -0.036319;-0.075689; 0.803358;, + -0.036044;-0.075694; 0.802102;, + -0.016236;-0.062850; 0.803692;, + -0.016698;-0.063180; 0.808634;, + -0.017757;-0.066332; 0.808524;, + -0.017173;-0.065999; 0.803451;, + -0.030155;-0.075377; 0.802335;, + -0.030775;-0.075566; 0.805136;, + -0.034588;-0.075383; 0.803843;, + -0.034243;-0.075371; 0.802175;, + -0.015425;-0.059746; 0.803902;, + -0.015863;-0.060063; 0.808531;, + -0.016698;-0.063180; 0.808634;, + -0.016236;-0.062850; 0.803692;, + -0.027025;-0.074645; 0.802514;, + -0.027698;-0.074961; 0.806078;, + -0.030775;-0.075566; 0.805136;, + -0.030155;-0.075377; 0.802335;, + -0.023924;-0.073050; 0.802721;, + -0.024576;-0.073348; 0.806905;, + -0.027698;-0.074961; 0.806078;, + -0.027025;-0.074645; 0.802514;, + -0.021313;-0.071187; 0.802889;, + -0.021873;-0.071531; 0.807535;, + -0.024576;-0.073348; 0.806905;, + -0.023924;-0.073050; 0.802721;, + -0.019070;-0.068597; 0.803206;, + -0.019661;-0.068965; 0.808137;, + -0.021873;-0.071531; 0.807535;, + -0.021313;-0.071187; 0.802889;, + -0.024576;-0.073348; 0.806905;, + -0.026476;-0.072559; 0.810425;, + -0.029339;-0.074230; 0.809101;, + -0.027698;-0.074961; 0.806078;, + -0.021873;-0.071531; 0.807535;, + -0.024104;-0.070625; 0.811458;, + -0.026476;-0.072559; 0.810425;, + -0.024576;-0.073348; 0.806905;, + -0.019661;-0.068965; 0.808137;, + -0.021969;-0.067997; 0.812198;, + -0.024104;-0.070625; 0.811458;, + -0.021873;-0.071531; 0.807535;, + -0.017757;-0.066332; 0.808524;, + -0.020358;-0.065432; 0.812730;, + -0.021969;-0.067997; 0.812198;, + -0.019661;-0.068965; 0.808137;, + -0.035213;-0.075557; 0.803685;, + -0.035959;-0.075282; 0.805093;, + -0.036937;-0.075491; 0.804490;, + -0.036319;-0.075689; 0.803358;, + -0.016698;-0.063180; 0.808634;, + -0.019112;-0.062295; 0.812667;, + -0.020358;-0.065432; 0.812730;, + -0.017757;-0.066332; 0.808524;, + -0.030775;-0.075566; 0.805136;, + -0.032012;-0.075048; 0.807504;, + -0.035450;-0.075052; 0.805434;, + -0.034588;-0.075383; 0.803843;, + -0.015863;-0.060063; 0.808531;, + -0.018216;-0.059237; 0.812425;, + -0.019112;-0.062295; 0.812667;, + -0.016698;-0.063180; 0.808634;, + -0.027698;-0.074961; 0.806078;, + -0.029339;-0.074230; 0.809101;, + -0.032012;-0.075048; 0.807504;, + -0.030775;-0.075566; 0.805136;, + -0.035959;-0.075282; 0.805093;, + -0.037185;-0.074813; 0.806263;, + -0.037905;-0.075096; 0.805411;, + -0.036937;-0.075491; 0.804490;, + -0.019112;-0.062295; 0.812667;, + -0.022757;-0.060879; 0.816228;, + -0.023844;-0.063888; 0.816329;, + -0.020358;-0.065432; 0.812730;, + -0.032012;-0.075048; 0.807504;, + -0.034098;-0.074205; 0.809536;, + -0.036761;-0.074536; 0.806727;, + -0.035450;-0.075052; 0.805434;, + -0.018216;-0.059237; 0.812425;, + -0.021640;-0.057892; 0.815792;, + -0.022757;-0.060879; 0.816228;, + -0.019112;-0.062295; 0.812667;, + -0.029339;-0.074230; 0.809101;, + -0.031913;-0.073162; 0.811608;, + -0.034098;-0.074205; 0.809536;, + -0.032012;-0.075048; 0.807504;, + -0.026476;-0.072559; 0.810425;, + -0.029517;-0.071298; 0.813398;, + -0.031913;-0.073162; 0.811608;, + -0.029339;-0.074230; 0.809101;, + -0.024104;-0.070625; 0.811458;, + -0.027484;-0.069286; 0.814815;, + -0.029517;-0.071298; 0.813398;, + -0.026476;-0.072559; 0.810425;, + -0.021969;-0.067997; 0.812198;, + -0.025565;-0.066582; 0.815757;, + -0.027484;-0.069286; 0.814815;, + -0.024104;-0.070625; 0.811458;, + -0.020358;-0.065432; 0.812730;, + -0.023844;-0.063888; 0.816329;, + -0.025565;-0.066582; 0.815757;, + -0.021969;-0.067997; 0.812198;, + -0.027484;-0.069286; 0.814815;, + -0.031387;-0.067865; 0.817046;, + -0.033057;-0.070049; 0.815340;, + -0.029517;-0.071298; 0.813398;, + -0.025565;-0.066582; 0.815757;, + -0.029619;-0.065119; 0.818069;, + -0.031387;-0.067865; 0.817046;, + -0.027484;-0.069286; 0.814815;, + -0.023844;-0.063888; 0.816329;, + -0.028142;-0.062311; 0.818724;, + -0.029619;-0.065119; 0.818069;, + -0.025565;-0.066582; 0.815757;, + -0.037185;-0.074813; 0.806263;, + -0.038630;-0.074233; 0.806995;, + -0.039064;-0.074684; 0.805998;, + -0.037905;-0.075096; 0.805411;, + -0.022757;-0.060879; 0.816228;, + -0.026703;-0.059346; 0.818565;, + -0.028142;-0.062311; 0.818724;, + -0.023844;-0.063888; 0.816329;, + -0.034098;-0.074205; 0.809536;, + -0.036513;-0.073288; 0.810781;, + -0.038401;-0.073852; 0.807539;, + -0.036761;-0.074536; 0.806727;, + -0.021640;-0.057892; 0.815792;, + -0.025469;-0.056398; 0.818041;, + -0.026703;-0.059346; 0.818565;, + -0.022757;-0.060879; 0.816228;, + -0.031913;-0.073162; 0.811608;, + -0.034981;-0.072003; 0.813254;, + -0.036513;-0.073288; 0.810781;, + -0.034098;-0.074205; 0.809536;, + -0.029517;-0.071298; 0.813398;, + -0.033057;-0.070049; 0.815340;, + -0.034981;-0.072003; 0.813254;, + -0.031913;-0.073162; 0.811608;, + -0.025469;-0.056398; 0.818041;, + -0.030087;-0.054159; 0.818485;, + -0.031600;-0.057003; 0.819031;, + -0.026703;-0.059346; 0.818565;, + -0.034981;-0.072003; 0.813254;, + -0.038311;-0.070136; 0.813698;, + -0.039116;-0.071817; 0.811187;, + -0.036513;-0.073288; 0.810781;, + -0.033057;-0.070049; 0.815340;, + -0.036998;-0.067874; 0.815846;, + -0.038311;-0.070136; 0.813698;, + -0.034981;-0.072003; 0.813254;, + -0.031387;-0.067865; 0.817046;, + -0.035906;-0.065563; 0.817518;, + -0.036998;-0.067874; 0.815846;, + -0.033057;-0.070049; 0.815340;, + -0.029619;-0.065119; 0.818069;, + -0.034414;-0.062787; 0.818573;, + -0.035906;-0.065563; 0.817518;, + -0.031387;-0.067865; 0.817046;, + -0.028142;-0.062311; 0.818724;, + -0.033168;-0.060012; 0.819213;, + -0.034414;-0.062787; 0.818573;, + -0.029619;-0.065119; 0.818069;, + -0.038630;-0.074233; 0.806995;, + -0.040124;-0.073465; 0.807243;, + -0.040267;-0.074033; 0.806206;, + -0.039064;-0.074684; 0.805998;, + -0.026703;-0.059346; 0.818565;, + -0.031600;-0.057003; 0.819031;, + -0.033168;-0.060012; 0.819213;, + -0.028142;-0.062311; 0.818724;, + -0.036513;-0.073288; 0.810781;, + -0.039116;-0.071817; 0.811187;, + -0.040031;-0.073011; 0.807817;, + -0.038401;-0.073852; 0.807539;, + -0.033168;-0.060012; 0.819213;, + -0.038090;-0.057628; 0.818724;, + -0.039371;-0.060463; 0.818061;, + -0.034414;-0.062787; 0.818573;, + -0.040124;-0.073465; 0.807243;, + -0.041671;-0.072717; 0.806995;, + -0.041534;-0.073425; 0.805998;, + -0.040267;-0.074033; 0.806206;, + -0.031600;-0.057003; 0.819031;, + -0.036436;-0.054670; 0.818557;, + -0.038090;-0.057628; 0.818724;, + -0.033168;-0.060012; 0.819213;, + -0.039116;-0.071817; 0.811187;, + -0.041921;-0.070489; 0.810789;, + -0.041730;-0.072187; 0.807539;, + -0.040031;-0.073011; 0.807817;, + -0.030087;-0.054159; 0.818485;, + -0.034610;-0.051845; 0.818034;, + -0.036436;-0.054670; 0.818557;, + -0.031600;-0.057003; 0.819031;, + -0.038311;-0.070136; 0.813698;, + -0.041869;-0.068413; 0.813261;, + -0.041921;-0.070489; 0.810789;, + -0.039116;-0.071817; 0.811187;, + -0.036998;-0.067874; 0.815846;, + -0.041275;-0.065947; 0.815341;, + -0.041869;-0.068413; 0.813261;, + -0.038311;-0.070136; 0.813698;, + -0.035906;-0.065563; 0.817518;, + -0.040583;-0.063368; 0.817038;, + -0.041275;-0.065947; 0.815341;, + -0.036998;-0.067874; 0.815846;, + -0.034414;-0.062787; 0.818573;, + -0.039371;-0.060463; 0.818061;, + -0.040583;-0.063368; 0.817038;, + -0.035906;-0.065563; 0.817518;, + -0.040583;-0.063368; 0.817038;, + -0.044232;-0.061445; 0.814830;, + -0.044484;-0.064178; 0.813395;, + -0.041275;-0.065947; 0.815341;, + -0.039371;-0.060463; 0.818061;, + -0.043168;-0.058510; 0.815765;, + -0.044232;-0.061445; 0.814830;, + -0.040583;-0.063368; 0.817038;, + -0.038090;-0.057628; 0.818724;, + -0.042147;-0.055612; 0.816314;, + -0.043168;-0.058510; 0.815765;, + -0.039371;-0.060463; 0.818061;, + -0.041671;-0.072717; 0.806995;, + -0.042980;-0.071999; 0.806264;, + -0.042512;-0.072875; 0.805420;, + -0.041534;-0.073425; 0.805998;, + -0.036436;-0.054670; 0.818557;, + -0.040324;-0.052772; 0.816243;, + -0.042147;-0.055612; 0.816314;, + -0.038090;-0.057628; 0.818724;, + -0.041921;-0.070489; 0.810789;, + -0.044118;-0.069305; 0.809537;, + -0.043210;-0.071357; 0.806699;, + -0.041730;-0.072187; 0.807539;, + -0.034610;-0.051845; 0.818034;, + -0.038324;-0.050026; 0.815813;, + -0.040324;-0.052772; 0.816243;, + -0.036436;-0.054670; 0.818557;, + -0.041869;-0.068413; 0.813261;, + -0.044665;-0.066897; 0.811616;, + -0.044118;-0.069305; 0.809537;, + -0.041921;-0.070489; 0.810789;, + -0.041275;-0.065947; 0.815341;, + -0.044484;-0.064178; 0.813395;, + -0.044665;-0.066897; 0.811616;, + -0.041869;-0.068413; 0.813261;, + -0.038324;-0.050026; 0.815813;, + -0.041445;-0.048154; 0.812473;, + -0.043629;-0.050788; 0.812703;, + -0.040324;-0.052772; 0.816243;, + -0.044665;-0.066897; 0.811616;, + -0.047119;-0.065484; 0.809086;, + -0.046043;-0.068239; 0.807493;, + -0.044118;-0.069305; 0.809537;, + -0.044484;-0.064178; 0.813395;, + -0.047365;-0.062519; 0.810417;, + -0.047119;-0.065484; 0.809086;, + -0.044665;-0.066897; 0.811616;, + -0.044232;-0.061445; 0.814830;, + -0.047410;-0.059497; 0.811496;, + -0.047365;-0.062519; 0.810417;, + -0.044484;-0.064178; 0.813395;, + -0.043168;-0.058510; 0.815765;, + -0.046530;-0.056433; 0.812198;, + -0.047410;-0.059497; 0.811496;, + -0.044232;-0.061445; 0.814830;, + -0.042147;-0.055612; 0.816314;, + -0.045407;-0.053435; 0.812747;, + -0.046530;-0.056433; 0.812198;, + -0.043168;-0.058510; 0.815765;, + -0.042980;-0.071999; 0.806264;, + -0.044048;-0.071368; 0.805104;, + -0.043409;-0.072396; 0.804482;, + -0.042512;-0.072875; 0.805420;, + -0.040324;-0.052772; 0.816243;, + -0.043629;-0.050788; 0.812703;, + -0.045407;-0.053435; 0.812747;, + -0.042147;-0.055612; 0.816314;, + -0.044118;-0.069305; 0.809537;, + -0.046043;-0.068239; 0.807493;, + -0.044401;-0.070695; 0.805434;, + -0.043210;-0.071357; 0.806699;, + -0.045407;-0.053435; 0.812747;, + -0.047687;-0.051862; 0.808535;, + -0.048774;-0.054994; 0.808162;, + -0.046530;-0.056433; 0.812198;, + -0.044048;-0.071368; 0.805104;, + -0.044729;-0.070969; 0.803684;, + -0.043916;-0.072059; 0.803358;, + -0.043409;-0.072396; 0.804482;, + -0.043629;-0.050788; 0.812703;, + -0.045790;-0.049263; 0.808671;, + -0.047687;-0.051862; 0.808535;, + -0.045407;-0.053435; 0.812747;, + -0.046043;-0.068239; 0.807493;, + -0.047315;-0.067538; 0.805097;, + -0.045178;-0.070222; 0.803839;, + -0.044401;-0.070695; 0.805434;, + -0.041445;-0.048154; 0.812473;, + -0.043474;-0.046717; 0.808606;, + -0.045790;-0.049263; 0.808671;, + -0.043629;-0.050788; 0.812703;, + -0.047119;-0.065484; 0.809086;, + -0.048814;-0.064502; 0.806049;, + -0.047315;-0.067538; 0.805097;, + -0.046043;-0.068239; 0.807493;, + -0.047365;-0.062519; 0.810417;, + -0.049319;-0.061355; 0.806902;, + -0.048814;-0.064502; 0.806049;, + -0.047119;-0.065484; 0.809086;, + -0.047410;-0.059497; 0.811496;, + -0.049562;-0.058093; 0.807567;, + -0.049319;-0.061355; 0.806902;, + -0.047365;-0.062519; 0.810417;, + -0.046530;-0.056433; 0.812198;, + -0.048774;-0.054994; 0.808162;, + -0.049562;-0.058093; 0.807567;, + -0.047410;-0.059497; 0.811496;, + -0.049562;-0.058093; 0.807567;, + -0.049723;-0.057712; 0.802895;, + -0.049439;-0.060889; 0.802719;, + -0.049319;-0.061355; 0.806902;, + -0.048774;-0.054994; 0.808162;, + -0.048956;-0.054586; 0.803174;, + -0.049723;-0.057712; 0.802895;, + -0.049562;-0.058093; 0.807567;, + -0.047687;-0.051862; 0.808535;, + -0.047898;-0.051502; 0.803442;, + -0.048956;-0.054586; 0.803174;, + -0.048774;-0.054994; 0.808162;, + -0.044729;-0.070969; 0.803684;, + -0.044876;-0.070713; 0.802131;, + -0.044038;-0.071851; 0.802091;, + -0.043916;-0.072059; 0.803358;, + -0.045790;-0.049263; 0.808671;, + -0.046162;-0.048871; 0.803723;, + -0.047898;-0.051502; 0.803442;, + -0.047687;-0.051862; 0.808535;, + -0.047315;-0.067538; 0.805097;, + -0.047525;-0.067068; 0.802344;, + -0.045331;-0.069940; 0.802143;, + -0.045178;-0.070222; 0.803839;, + -0.043474;-0.046717; 0.808606;, + -0.043834;-0.046336; 0.803964;, + -0.046162;-0.048871; 0.803723;, + -0.045790;-0.049263; 0.808671;, + -0.048814;-0.064502; 0.806049;, + -0.048984;-0.064032; 0.802516;, + -0.047525;-0.067068; 0.802344;, + -0.047315;-0.067538; 0.805097;, + -0.049319;-0.061355; 0.806902;, + -0.049439;-0.060889; 0.802719;, + -0.048984;-0.064032; 0.802516;, + -0.048814;-0.064502; 0.806049;, + -0.043834;-0.046336; 0.803964;, + -0.043256;-0.045900; 0.799331;, + -0.045485;-0.048505; 0.798734;, + -0.046162;-0.048871; 0.803723;, + -0.048984;-0.064032; 0.802516;, + -0.048650;-0.063873; 0.798944;, + -0.047174;-0.067051; 0.799537;, + -0.047525;-0.067068; 0.802344;, + -0.049439;-0.060889; 0.802719;, + -0.049036;-0.060722; 0.798500;, + -0.048650;-0.063873; 0.798944;, + -0.048984;-0.064032; 0.802516;, + -0.049723;-0.057712; 0.802895;, + -0.049207;-0.057438; 0.798202;, + -0.049036;-0.060722; 0.798500;, + -0.049439;-0.060889; 0.802719;, + -0.048956;-0.054586; 0.803174;, + -0.048416;-0.054299; 0.798196;, + -0.049207;-0.057438; 0.798202;, + -0.049723;-0.057712; 0.802895;, + -0.047898;-0.051502; 0.803442;, + -0.047329;-0.051144; 0.798359;, + -0.048416;-0.054299; 0.798196;, + -0.048956;-0.054586; 0.803174;, + -0.044876;-0.070713; 0.802131;, + -0.044619;-0.070708; 0.800588;, + -0.043818;-0.071828; 0.800835;, + -0.044038;-0.071851; 0.802091;, + -0.046162;-0.048871; 0.803723;, + -0.045485;-0.048505; 0.798734;, + -0.047329;-0.051144; 0.798359;, + -0.047898;-0.051502; 0.803442;, + -0.047525;-0.067068; 0.802344;, + -0.047174;-0.067051; 0.799537;, + -0.045054;-0.069931; 0.800443;, + -0.045331;-0.069940; 0.802143;, + -0.047329;-0.051144; 0.798359;, + -0.044882;-0.052160; 0.794105;, + -0.046028;-0.055229; 0.794096;, + -0.048416;-0.054299; 0.798196;, + -0.044619;-0.070708; 0.800588;, + -0.043850;-0.070899; 0.799198;, + -0.043263;-0.071983; 0.799773;, + -0.043818;-0.071828; 0.800835;, + -0.045485;-0.048505; 0.798734;, + -0.043206;-0.049474; 0.794635;, + -0.044882;-0.052160; 0.794105;, + -0.047329;-0.051144; 0.798359;, + -0.047174;-0.067051; 0.799537;, + -0.045756;-0.067486; 0.797146;, + -0.044186;-0.070162; 0.798890;, + -0.045054;-0.069931; 0.800443;, + -0.043256;-0.045900; 0.799331;, + -0.041031;-0.046865; 0.795353;, + -0.043206;-0.049474; 0.794635;, + -0.045485;-0.048505; 0.798734;, + -0.048650;-0.063873; 0.798944;, + -0.046789;-0.064517; 0.795876;, + -0.045756;-0.067486; 0.797146;, + -0.047174;-0.067051; 0.799537;, + -0.049036;-0.060722; 0.798500;, + -0.046945;-0.061438; 0.794969;, + -0.046789;-0.064517; 0.795876;, + -0.048650;-0.063873; 0.798944;, + -0.049207;-0.057438; 0.798202;, + -0.046882;-0.058365; 0.794265;, + -0.046945;-0.061438; 0.794969;, + -0.049036;-0.060722; 0.798500;, + -0.048416;-0.054299; 0.798196;, + -0.046028;-0.055229; 0.794096;, + -0.046882;-0.058365; 0.794265;, + -0.049207;-0.057438; 0.798202;, + -0.046945;-0.061438; 0.794969;, + -0.043832;-0.062781; 0.791893;, + -0.044128;-0.065667; 0.793247;, + -0.046789;-0.064517; 0.795876;, + -0.046882;-0.058365; 0.794265;, + -0.043524;-0.059833; 0.790846;, + -0.043832;-0.062781; 0.791893;, + -0.046945;-0.061438; 0.794969;, + -0.046028;-0.055229; 0.794096;, + -0.042463;-0.056792; 0.790474;, + -0.043524;-0.059833; 0.790846;, + -0.046882;-0.058365; 0.794265;, + -0.044882;-0.052160; 0.794105;, + -0.041293;-0.053687; 0.790427;, + -0.042463;-0.056792; 0.790474;, + -0.046028;-0.055229; 0.794096;, + -0.043850;-0.070899; 0.799198;, + -0.042737;-0.071342; 0.798053;, + -0.042321;-0.072346; 0.798851;, + -0.043263;-0.071983; 0.799773;, + -0.043206;-0.049474; 0.794635;, + -0.039619;-0.051020; 0.790968;, + -0.041293;-0.053687; 0.790427;, + -0.044882;-0.052160; 0.794105;, + -0.045756;-0.067486; 0.797146;, + -0.043711;-0.068290; 0.795110;, + -0.042939;-0.070646; 0.797644;, + -0.044186;-0.070162; 0.798890;, + -0.041031;-0.046865; 0.795353;, + -0.037657;-0.048321; 0.791907;, + -0.039619;-0.051020; 0.790968;, + -0.043206;-0.049474; 0.794635;, + -0.046789;-0.064517; 0.795876;, + -0.044128;-0.065667; 0.793247;, + -0.043711;-0.068290; 0.795110;, + -0.045756;-0.067486; 0.797146;, + -0.039619;-0.051020; 0.790968;, + -0.035623;-0.052521; 0.788618;, + -0.037187;-0.055338; 0.787980;, + -0.041293;-0.053687; 0.790427;, + -0.043711;-0.068290; 0.795110;, + -0.041416;-0.069343; 0.793797;, + -0.041414;-0.071353; 0.796840;, + -0.042939;-0.070646; 0.797644;, + -0.037657;-0.048321; 0.791907;, + -0.033768;-0.049831; 0.789627;, + -0.035623;-0.052521; 0.788618;, + -0.039619;-0.051020; 0.790968;, + -0.044128;-0.065667; 0.793247;, + -0.041186;-0.066987; 0.791485;, + -0.041416;-0.069343; 0.793797;, + -0.043711;-0.068290; 0.795110;, + -0.043832;-0.062781; 0.791893;, + -0.040523;-0.064245; 0.789868;, + -0.041186;-0.066987; 0.791485;, + -0.044128;-0.065667; 0.793247;, + -0.043524;-0.059833; 0.790846;, + -0.039745;-0.061403; 0.788573;, + -0.040523;-0.064245; 0.789868;, + -0.043832;-0.062781; 0.791893;, + -0.042463;-0.056792; 0.790474;, + -0.038564;-0.058334; 0.788096;, + -0.039745;-0.061403; 0.788573;, + -0.043524;-0.059833; 0.790846;, + -0.041293;-0.053687; 0.790427;, + -0.037187;-0.055338; 0.787980;, + -0.038564;-0.058334; 0.788096;, + -0.042463;-0.056792; 0.790474;, + -0.042737;-0.071342; 0.798053;, + -0.041375;-0.071979; 0.797356;, + -0.041319;-0.072816; 0.798307;, + -0.042321;-0.072346; 0.798851;, + -0.038564;-0.058334; 0.788096;, + -0.033675;-0.060679; 0.787614;, + -0.035141;-0.063608; 0.788123;, + -0.039745;-0.061403; 0.788573;, + -0.037187;-0.055338; 0.787980;, + -0.032148;-0.057855; 0.787443;, + -0.033675;-0.060679; 0.787614;, + -0.038564;-0.058334; 0.788096;, + -0.041375;-0.071979; 0.797356;, + -0.039844;-0.072649; 0.797140;, + -0.039992;-0.073476; 0.798108;, + -0.041319;-0.072816; 0.798307;, + -0.035623;-0.052521; 0.788618;, + -0.030852;-0.055033; 0.788120;, + -0.032148;-0.057855; 0.787443;, + -0.037187;-0.055338; 0.787980;, + -0.041416;-0.069343; 0.793797;, + -0.038619;-0.070591; 0.793448;, + -0.039715;-0.072113; 0.796601;, + -0.041414;-0.071353; 0.796840;, + -0.033768;-0.049831; 0.789627;, + -0.029274;-0.052198; 0.789155;, + -0.030852;-0.055033; 0.788120;, + -0.035623;-0.052521; 0.788618;, + -0.041186;-0.066987; 0.791485;, + -0.037655;-0.068622; 0.791120;, + -0.038619;-0.070591; 0.793448;, + -0.041416;-0.069343; 0.793797;, + -0.040523;-0.064245; 0.789868;, + -0.036287;-0.066136; 0.789397;, + -0.037655;-0.068622; 0.791120;, + -0.041186;-0.066987; 0.791485;, + -0.039745;-0.061403; 0.788573;, + -0.035141;-0.063608; 0.788123;, + -0.036287;-0.066136; 0.789397;, + -0.040523;-0.064245; 0.789868;, + -0.036287;-0.066136; 0.789397;, + -0.032377;-0.068280; 0.789886;, + -0.034353;-0.070449; 0.791528;, + -0.037655;-0.068622; 0.791120;, + -0.035141;-0.063608; 0.788123;, + -0.030631;-0.065873; 0.788573;, + -0.032377;-0.068280; 0.789886;, + -0.036287;-0.066136; 0.789397;, + -0.033675;-0.060679; 0.787614;, + -0.028796;-0.063191; 0.788067;, + -0.030631;-0.065873; 0.788573;, + -0.035141;-0.063608; 0.788123;, + -0.032148;-0.057855; 0.787443;, + -0.027155;-0.060345; 0.787906;, + -0.028796;-0.063191; 0.788067;, + -0.033675;-0.060679; 0.787614;, + -0.039844;-0.072649; 0.797140;, + -0.038354;-0.073452; 0.797378;, + -0.038789;-0.074112; 0.798318;, + -0.039992;-0.073476; 0.798108;, + -0.030852;-0.055033; 0.788120;, + -0.025841;-0.057433; 0.788579;, + -0.027155;-0.060345; 0.787906;, + -0.032148;-0.057855; 0.787443;, + -0.038619;-0.070591; 0.793448;, + -0.036052;-0.072041; 0.793822;, + -0.038094;-0.072984; 0.796862;, + -0.039715;-0.072113; 0.796601;, + -0.029274;-0.052198; 0.789155;, + -0.024627;-0.054464; 0.789627;, + -0.025841;-0.057433; 0.788579;, + -0.030852;-0.055033; 0.788120;, + -0.037655;-0.068622; 0.791120;, + -0.034353;-0.070449; 0.791528;, + -0.036052;-0.072041; 0.793822;, + -0.038619;-0.070591; 0.793448;, + -0.025841;-0.057433; 0.788579;, + -0.022076;-0.059260; 0.790958;, + -0.023138;-0.062280; 0.790368;, + -0.027155;-0.060345; 0.787906;, + -0.036052;-0.072041; 0.793822;, + -0.033663;-0.073113; 0.795132;, + -0.036511;-0.073819; 0.797676;, + -0.038094;-0.072984; 0.796862;, + -0.024627;-0.054464; 0.789627;, + -0.020994;-0.056283; 0.791910;, + -0.022076;-0.059260; 0.790958;, + -0.025841;-0.057433; 0.788579;, + -0.034353;-0.070449; 0.791528;, + -0.031359;-0.071829; 0.793255;, + -0.033663;-0.073113; 0.795132;, + -0.036052;-0.072041; 0.793822;, + -0.032377;-0.068280; 0.789886;, + -0.028976;-0.069821; 0.791900;, + -0.031359;-0.071829; 0.793255;, + -0.034353;-0.070449; 0.791528;, + -0.030631;-0.065873; 0.788573;, + -0.026905;-0.067663; 0.790856;, + -0.028976;-0.069821; 0.791900;, + -0.032377;-0.068280; 0.789886;, + -0.028796;-0.063191; 0.788067;, + -0.024935;-0.064938; 0.790465;, + -0.026905;-0.067663; 0.790856;, + -0.030631;-0.065873; 0.788573;, + -0.027155;-0.060345; 0.787906;, + -0.023138;-0.062280; 0.790368;, + -0.024935;-0.064938; 0.790465;, + -0.028796;-0.063191; 0.788067;, + -0.038354;-0.073452; 0.797378;, + -0.036923;-0.074191; 0.798096;, + -0.037730;-0.074568; 0.798845;, + -0.038789;-0.074112; 0.798318;, + -0.024935;-0.064938; 0.790465;, + -0.021575;-0.066899; 0.794076;, + -0.023745;-0.069514; 0.794264;, + -0.026905;-0.067663; 0.790856;, + -0.023138;-0.062280; 0.790368;, + -0.019754;-0.064204; 0.794072;, + -0.021575;-0.066899; 0.794076;, + -0.024935;-0.064938; 0.790465;, + -0.036923;-0.074191; 0.798096;, + -0.035805;-0.074857; 0.799232;, + -0.036764;-0.075165; 0.799785;, + -0.037730;-0.074568; 0.798845;, + -0.022076;-0.059260; 0.790958;, + -0.018707;-0.061128; 0.794583;, + -0.019754;-0.064204; 0.794072;, + -0.023138;-0.062280; 0.790368;, + -0.033663;-0.073113; 0.795132;, + -0.031650;-0.074313; 0.797154;, + -0.035249;-0.074584; 0.798911;, + -0.036511;-0.073819; 0.797676;, + -0.020994;-0.056283; 0.791910;, + -0.017830;-0.058041; 0.795306;, + -0.018707;-0.061128; 0.794583;, + -0.022076;-0.059260; 0.790958;, + -0.031359;-0.071829; 0.793255;, + -0.028844;-0.073233; 0.795855;, + -0.031650;-0.074313; 0.797154;, + -0.033663;-0.073113; 0.795132;, + -0.028976;-0.069821; 0.791900;, + -0.026032;-0.071481; 0.794965;, + -0.028844;-0.073233; 0.795855;, + -0.031359;-0.071829; 0.793255;, + -0.026905;-0.067663; 0.790856;, + -0.023745;-0.069514; 0.794264;, + -0.026032;-0.071481; 0.794965;, + -0.028976;-0.069821; 0.791900;, + -0.026032;-0.071481; 0.794965;, + -0.024320;-0.072728; 0.798489;, + -0.027315;-0.074333; 0.798915;, + -0.028844;-0.073233; 0.795855;, + -0.023745;-0.069514; 0.794264;, + -0.021682;-0.070904; 0.798209;, + -0.024320;-0.072728; 0.798489;, + -0.026032;-0.071481; 0.794965;, + -0.021575;-0.066899; 0.794076;, + -0.019432;-0.068277; 0.798194;, + -0.021682;-0.070904; 0.798209;, + -0.023745;-0.069514; 0.794264;, + -0.019754;-0.064204; 0.794072;, + -0.017512;-0.065627; 0.798377;, + -0.019432;-0.068277; 0.798194;, + -0.021575;-0.066899; 0.794076;, + -0.035805;-0.074857; 0.799232;, + -0.035099;-0.075377; 0.800594;, + -0.036267;-0.075504; 0.800855;, + -0.036764;-0.075165; 0.799785;, + -0.018707;-0.061128; 0.794583;, + -0.016471;-0.062455; 0.798711;, + -0.017512;-0.065627; 0.798377;, + -0.019754;-0.064204; 0.794072;, + -0.031650;-0.074313; 0.797154;, + -0.030495;-0.075109; 0.799560;, + -0.034477;-0.075180; 0.800470;, + -0.035249;-0.074584; 0.798911;, + -0.017830;-0.058041; 0.795306;, + -0.015672;-0.059328; 0.799263;, + -0.016471;-0.062455; 0.798711;, + -0.018707;-0.061128; 0.794583;, + -0.028844;-0.073233; 0.795855;, + -0.027315;-0.074333; 0.798915;, + -0.030495;-0.075109; 0.799560;, + -0.031650;-0.074313; 0.797154;, + -0.016471;-0.062455; 0.798711;, + -0.016236;-0.062850; 0.803692;, + -0.017173;-0.065999; 0.803451;, + -0.017512;-0.065627; 0.798377;, + -0.030495;-0.075109; 0.799560;, + -0.030155;-0.075377; 0.802335;, + -0.034243;-0.075371; 0.802175;, + -0.034477;-0.075180; 0.800470;, + -0.015672;-0.059328; 0.799263;, + -0.015425;-0.059746; 0.803902;, + -0.016236;-0.062850; 0.803692;, + -0.016471;-0.062455; 0.798711;, + -0.027315;-0.074333; 0.798915;, + -0.027025;-0.074645; 0.802514;, + -0.030155;-0.075377; 0.802335;, + -0.030495;-0.075109; 0.799560;, + -0.024320;-0.072728; 0.798489;, + -0.023924;-0.073050; 0.802721;, + -0.027025;-0.074645; 0.802514;, + -0.027315;-0.074333; 0.798915;, + -0.021682;-0.070904; 0.798209;, + -0.021313;-0.071187; 0.802889;, + -0.023924;-0.073050; 0.802721;, + -0.024320;-0.072728; 0.798489;, + -0.019432;-0.068277; 0.798194;, + -0.019070;-0.068597; 0.803206;, + -0.021313;-0.071187; 0.802889;, + -0.021682;-0.070904; 0.798209;, + -0.017512;-0.065627; 0.798377;, + -0.017173;-0.065999; 0.803451;, + -0.019070;-0.068597; 0.803206;, + -0.019432;-0.068277; 0.798194;, + -0.035099;-0.075377; 0.800594;, + -0.034879;-0.075562; 0.802146;, + -0.036044;-0.075694; 0.802102;, + -0.036267;-0.075504; 0.800855;, + -0.042048;-0.073736; 0.802973;, + -0.041203;-0.074271; 0.803927;, + -0.042013;-0.073688; 0.804692;, + -0.042814;-0.073162; 0.803757;, + -0.042773;-0.073122; 0.802087;, + -0.042048;-0.073736; 0.802973;, + -0.042814;-0.073162; 0.803757;, + -0.043281;-0.072786; 0.802836;, + -0.038736;-0.075236; 0.804674;, + -0.039666;-0.074818; 0.805235;, + -0.040398;-0.074669; 0.804729;, + -0.039401;-0.075199; 0.803935;, + -0.037156;-0.075710; 0.802836;, + -0.037745;-0.075600; 0.803756;, + -0.038402;-0.075573; 0.802983;, + -0.037645;-0.075726; 0.802087;, + -0.037745;-0.075600; 0.803756;, + -0.038736;-0.075236; 0.804674;, + -0.039401;-0.075199; 0.803935;, + -0.038402;-0.075573; 0.802983;, + -0.043281;-0.072786; 0.802836;, + -0.043531;-0.072431; 0.802083;, + -0.043217;-0.072632; 0.801329;, + -0.042773;-0.073122; 0.802087;, + -0.040975;-0.073532; 0.799019;, + -0.040142;-0.073780; 0.798701;, + -0.039405;-0.074371; 0.799019;, + -0.040192;-0.074206; 0.799515;, + -0.037155;-0.075557; 0.801329;, + -0.036759;-0.075679; 0.802077;, + -0.037156;-0.075710; 0.802836;, + -0.037645;-0.075726; 0.802087;, + -0.038384;-0.075390; 0.801186;, + -0.037684;-0.075313; 0.800403;, + -0.037155;-0.075557; 0.801329;, + -0.037645;-0.075726; 0.802087;, + -0.039254;-0.074889; 0.800289;, + -0.038522;-0.074852; 0.799547;, + -0.037684;-0.075313; 0.800403;, + -0.038384;-0.075390; 0.801186;, + -0.039254;-0.074889; 0.800289;, + -0.040192;-0.074206; 0.799515;, + -0.039405;-0.074371; 0.799019;, + -0.038522;-0.074852; 0.799547;, + -0.039254;-0.074889; 0.800289;, + -0.040190;-0.074661; 0.801169;, + -0.041093;-0.073930; 0.800297;, + -0.040192;-0.074206; 0.799515;, + -0.038384;-0.075390; 0.801186;, + -0.039279;-0.075230; 0.802093;, + -0.040190;-0.074661; 0.801169;, + -0.039254;-0.074889; 0.800289;, + -0.037645;-0.075726; 0.802087;, + -0.038402;-0.075573; 0.802983;, + -0.039279;-0.075230; 0.802093;, + -0.038384;-0.075390; 0.801186;, + -0.038402;-0.075573; 0.802983;, + -0.039401;-0.075199; 0.803935;, + -0.040225;-0.074847; 0.803017;, + -0.039279;-0.075230; 0.802093;, + -0.039279;-0.075230; 0.802093;, + -0.040225;-0.074847; 0.803017;, + -0.041126;-0.074277; 0.802093;, + -0.040190;-0.074661; 0.801169;, + -0.040190;-0.074661; 0.801169;, + -0.041126;-0.074277; 0.802093;, + -0.041980;-0.073551; 0.801168;, + -0.041093;-0.073930; 0.800297;, + -0.041126;-0.074277; 0.802093;, + -0.042048;-0.073736; 0.802973;, + -0.042773;-0.073122; 0.802087;, + -0.041980;-0.073551; 0.801168;, + -0.040225;-0.074847; 0.803017;, + -0.041203;-0.074271; 0.803927;, + -0.042048;-0.073736; 0.802973;, + -0.041126;-0.074277; 0.802093;, + -0.039401;-0.075199; 0.803935;, + -0.040398;-0.074669; 0.804729;, + -0.041203;-0.074271; 0.803927;, + -0.040225;-0.074847; 0.803017;, + -0.039666;-0.074818; 0.805235;, + -0.040364;-0.074323; 0.805566;, + -0.041149;-0.074043; 0.805235;, + -0.040398;-0.074669; 0.804729;, + -0.040192;-0.074206; 0.799515;, + -0.041093;-0.073930; 0.800297;, + -0.041872;-0.073218; 0.799560;, + -0.040975;-0.073532; 0.799019;, + -0.041980;-0.073551; 0.801168;, + -0.042773;-0.073122; 0.802087;, + -0.043217;-0.072632; 0.801329;, + -0.042706;-0.072850; 0.800415;, + -0.041093;-0.073930; 0.800297;, + -0.041980;-0.073551; 0.801168;, + -0.042706;-0.072850; 0.800415;, + -0.041872;-0.073218; 0.799560;, + -0.037684;-0.075313; 0.800403;, + -0.038522;-0.074852; 0.799547;, + -0.037730;-0.074568; 0.798845;, + -0.036764;-0.075165; 0.799785;, + -0.037155;-0.075557; 0.801329;, + -0.037684;-0.075313; 0.800403;, + -0.036764;-0.075165; 0.799785;, + -0.036267;-0.075504; 0.800855;, + -0.036759;-0.075679; 0.802077;, + -0.037155;-0.075557; 0.801329;, + -0.036267;-0.075504; 0.800855;, + -0.036044;-0.075694; 0.802102;, + -0.036044;-0.075694; 0.802102;, + -0.036319;-0.075689; 0.803358;, + -0.037156;-0.075710; 0.802836;, + -0.036759;-0.075679; 0.802077;, + -0.037745;-0.075600; 0.803756;, + -0.037156;-0.075710; 0.802836;, + -0.036319;-0.075689; 0.803358;, + -0.036937;-0.075491; 0.804490;, + -0.036937;-0.075491; 0.804490;, + -0.037905;-0.075096; 0.805411;, + -0.038736;-0.075236; 0.804674;, + -0.037745;-0.075600; 0.803756;, + -0.039666;-0.074818; 0.805235;, + -0.038736;-0.075236; 0.804674;, + -0.037905;-0.075096; 0.805411;, + -0.039064;-0.074684; 0.805998;, + -0.040364;-0.074323; 0.805566;, + -0.039666;-0.074818; 0.805235;, + -0.039064;-0.074684; 0.805998;, + -0.040267;-0.074033; 0.806206;, + -0.038522;-0.074852; 0.799547;, + -0.039405;-0.074371; 0.799019;, + -0.038789;-0.074112; 0.798318;, + -0.037730;-0.074568; 0.798845;, + -0.039405;-0.074371; 0.799019;, + -0.040142;-0.073780; 0.798701;, + -0.039992;-0.073476; 0.798108;, + -0.038789;-0.074112; 0.798318;, + -0.040142;-0.073780; 0.798701;, + -0.040975;-0.073532; 0.799019;, + -0.041319;-0.072816; 0.798307;, + -0.039992;-0.073476; 0.798108;, + -0.040975;-0.073532; 0.799019;, + -0.041872;-0.073218; 0.799560;, + -0.042321;-0.072346; 0.798851;, + -0.041319;-0.072816; 0.798307;, + -0.041872;-0.073218; 0.799560;, + -0.042706;-0.072850; 0.800415;, + -0.043263;-0.071983; 0.799773;, + -0.042321;-0.072346; 0.798851;, + -0.042706;-0.072850; 0.800415;, + -0.043217;-0.072632; 0.801329;, + -0.043818;-0.071828; 0.800835;, + -0.043263;-0.071983; 0.799773;, + -0.043217;-0.072632; 0.801329;, + -0.043531;-0.072431; 0.802083;, + -0.044038;-0.071851; 0.802091;, + -0.043818;-0.071828; 0.800835;, + -0.043531;-0.072431; 0.802083;, + -0.043281;-0.072786; 0.802836;, + -0.043916;-0.072059; 0.803358;, + -0.044038;-0.071851; 0.802091;, + -0.043409;-0.072396; 0.804482;, + -0.043916;-0.072059; 0.803358;, + -0.043281;-0.072786; 0.802836;, + -0.042814;-0.073162; 0.803757;, + -0.042814;-0.073162; 0.803757;, + -0.042013;-0.073688; 0.804692;, + -0.042512;-0.072875; 0.805420;, + -0.043409;-0.072396; 0.804482;, + -0.042013;-0.073688; 0.804692;, + -0.041149;-0.074043; 0.805235;, + -0.041534;-0.073425; 0.805998;, + -0.042512;-0.072875; 0.805420;, + -0.040267;-0.074033; 0.806206;, + -0.041534;-0.073425; 0.805998;, + -0.041149;-0.074043; 0.805235;, + -0.040364;-0.074323; 0.805566;, + -0.041203;-0.074271; 0.803927;, + -0.040398;-0.074669; 0.804729;, + -0.041149;-0.074043; 0.805235;, + -0.042013;-0.073688; 0.804692;, + -0.034243;-0.075371; 0.802175;, + -0.034588;-0.075383; 0.803843;, + -0.035213;-0.075557; 0.803685;, + -0.034879;-0.075562; 0.802146;, + -0.034588;-0.075383; 0.803843;, + -0.035450;-0.075052; 0.805434;, + -0.035959;-0.075282; 0.805093;, + -0.035213;-0.075557; 0.803685;, + -0.035450;-0.075052; 0.805434;, + -0.036761;-0.074536; 0.806727;, + -0.037185;-0.074813; 0.806263;, + -0.035959;-0.075282; 0.805093;, + -0.036761;-0.074536; 0.806727;, + -0.038401;-0.073852; 0.807539;, + -0.038630;-0.074233; 0.806995;, + -0.037185;-0.074813; 0.806263;, + -0.038401;-0.073852; 0.807539;, + -0.040031;-0.073011; 0.807817;, + -0.040124;-0.073465; 0.807243;, + -0.038630;-0.074233; 0.806995;, + -0.040031;-0.073011; 0.807817;, + -0.041730;-0.072187; 0.807539;, + -0.041671;-0.072717; 0.806995;, + -0.040124;-0.073465; 0.807243;, + -0.041730;-0.072187; 0.807539;, + -0.043210;-0.071357; 0.806699;, + -0.042980;-0.071999; 0.806264;, + -0.041671;-0.072717; 0.806995;, + -0.043210;-0.071357; 0.806699;, + -0.044401;-0.070695; 0.805434;, + -0.044048;-0.071368; 0.805104;, + -0.042980;-0.071999; 0.806264;, + -0.044401;-0.070695; 0.805434;, + -0.045178;-0.070222; 0.803839;, + -0.044729;-0.070969; 0.803684;, + -0.044048;-0.071368; 0.805104;, + -0.045178;-0.070222; 0.803839;, + -0.045331;-0.069940; 0.802143;, + -0.044876;-0.070713; 0.802131;, + -0.044729;-0.070969; 0.803684;, + -0.045331;-0.069940; 0.802143;, + -0.045054;-0.069931; 0.800443;, + -0.044619;-0.070708; 0.800588;, + -0.044876;-0.070713; 0.802131;, + -0.045054;-0.069931; 0.800443;, + -0.044186;-0.070162; 0.798890;, + -0.043850;-0.070899; 0.799198;, + -0.044619;-0.070708; 0.800588;, + -0.044186;-0.070162; 0.798890;, + -0.042939;-0.070646; 0.797644;, + -0.042737;-0.071342; 0.798053;, + -0.043850;-0.070899; 0.799198;, + -0.042939;-0.070646; 0.797644;, + -0.041414;-0.071353; 0.796840;, + -0.041375;-0.071979; 0.797356;, + -0.042737;-0.071342; 0.798053;, + -0.041414;-0.071353; 0.796840;, + -0.039715;-0.072113; 0.796601;, + -0.039844;-0.072649; 0.797140;, + -0.041375;-0.071979; 0.797356;, + -0.039715;-0.072113; 0.796601;, + -0.038094;-0.072984; 0.796862;, + -0.038354;-0.073452; 0.797378;, + -0.039844;-0.072649; 0.797140;, + -0.038094;-0.072984; 0.796862;, + -0.036511;-0.073819; 0.797676;, + -0.036923;-0.074191; 0.798096;, + -0.038354;-0.073452; 0.797378;, + -0.036511;-0.073819; 0.797676;, + -0.035249;-0.074584; 0.798911;, + -0.035805;-0.074857; 0.799232;, + -0.036923;-0.074191; 0.798096;, + -0.035249;-0.074584; 0.798911;, + -0.034477;-0.075180; 0.800470;, + -0.035099;-0.075377; 0.800594;, + -0.035805;-0.074857; 0.799232;, + -0.034477;-0.075180; 0.800470;, + -0.034243;-0.075371; 0.802175;, + -0.034879;-0.075562; 0.802146;, + -0.035099;-0.075377; 0.800594;, + -0.017528;-0.065990; 0.803457;, + -0.018104;-0.066320; 0.808343;, + -0.019944;-0.068883; 0.807968;, + -0.019372;-0.068528; 0.803205;, + -0.036213;-0.073951; 0.802103;, + -0.036422;-0.073991; 0.803153;, + -0.037362;-0.073344; 0.802771;, + -0.037191;-0.073333; 0.802035;, + -0.016549;-0.062920; 0.803685;, + -0.016995;-0.063238; 0.808458;, + -0.018104;-0.066320; 0.808343;, + -0.017528;-0.065990; 0.803457;, + -0.033822;-0.075156; 0.802196;, + -0.034177;-0.075209; 0.803918;, + -0.035377;-0.074692; 0.803545;, + -0.035105;-0.074650; 0.802136;, + -0.015771;-0.059938; 0.803892;, + -0.016193;-0.060241; 0.808347;, + -0.016995;-0.063238; 0.808458;, + -0.016549;-0.062920; 0.803685;, + -0.027300;-0.074552; 0.802511;, + -0.027949;-0.074860; 0.805920;, + -0.031033;-0.075456; 0.805025;, + -0.030427;-0.075269; 0.802316;, + -0.024182;-0.072862; 0.802736;, + -0.024803;-0.073142; 0.806727;, + -0.027949;-0.074860; 0.805920;, + -0.027300;-0.074552; 0.802511;, + -0.021534;-0.071024; 0.802893;, + -0.022074;-0.071354; 0.807373;, + -0.024803;-0.073142; 0.806727;, + -0.024182;-0.072862; 0.802736;, + -0.019372;-0.068528; 0.803205;, + -0.019944;-0.068883; 0.807968;, + -0.022074;-0.071354; 0.807373;, + -0.021534;-0.071024; 0.802893;, + -0.024803;-0.073142; 0.806727;, + -0.026717;-0.072345; 0.810285;, + -0.029595;-0.074132; 0.808953;, + -0.027949;-0.074860; 0.805920;, + -0.022074;-0.071354; 0.807373;, + -0.024309;-0.070438; 0.811306;, + -0.026717;-0.072345; 0.810285;, + -0.024803;-0.073142; 0.806727;, + -0.019944;-0.068883; 0.807968;, + -0.022258;-0.067900; 0.812021;, + -0.024309;-0.070438; 0.811306;, + -0.022074;-0.071354; 0.807373;, + -0.018104;-0.066320; 0.808343;, + -0.020605;-0.065364; 0.812537;, + -0.022258;-0.067900; 0.812021;, + -0.019944;-0.068883; 0.807968;, + -0.036422;-0.073991; 0.803153;, + -0.037070;-0.073762; 0.804334;, + -0.037953;-0.073156; 0.803726;, + -0.037362;-0.073344; 0.802771;, + -0.016995;-0.063238; 0.808458;, + -0.019414;-0.062345; 0.812484;, + -0.020605;-0.065364; 0.812537;, + -0.018104;-0.066320; 0.808343;, + -0.034177;-0.075209; 0.803918;, + -0.035136;-0.074821; 0.805645;, + -0.036161;-0.074403; 0.804959;, + -0.035377;-0.074692; 0.803545;, + -0.016193;-0.060241; 0.808347;, + -0.018547;-0.059396; 0.812266;, + -0.019414;-0.062345; 0.812484;, + -0.016995;-0.063238; 0.808458;, + -0.027949;-0.074860; 0.805920;, + -0.029595;-0.074132; 0.808953;, + -0.032244;-0.074942; 0.807363;, + -0.031033;-0.075456; 0.805025;, + -0.037070;-0.073762; 0.804334;, + -0.037958;-0.073447; 0.805179;, + -0.038883;-0.072600; 0.804037;, + -0.037953;-0.073156; 0.803726;, + -0.019414;-0.062345; 0.812484;, + -0.022924;-0.060981; 0.815919;, + -0.024128;-0.063928; 0.816000;, + -0.020605;-0.065364; 0.812537;, + -0.035136;-0.074821; 0.805645;, + -0.036479;-0.074293; 0.806950;, + -0.037288;-0.073969; 0.806018;, + -0.036161;-0.074403; 0.804959;, + -0.018547;-0.059396; 0.812266;, + -0.021848;-0.058107; 0.815491;, + -0.022924;-0.060981; 0.815919;, + -0.019414;-0.062345; 0.812484;, + -0.029595;-0.074132; 0.808953;, + -0.032076;-0.073100; 0.811376;, + -0.034274;-0.074127; 0.809337;, + -0.032244;-0.074942; 0.807363;, + -0.026717;-0.072345; 0.810285;, + -0.029633;-0.071130; 0.813127;, + -0.032076;-0.073100; 0.811376;, + -0.029595;-0.074132; 0.808953;, + -0.024309;-0.070438; 0.811306;, + -0.027565;-0.069144; 0.814531;, + -0.029633;-0.071130; 0.813127;, + -0.026717;-0.072345; 0.810285;, + -0.022258;-0.067900; 0.812021;, + -0.025721;-0.066531; 0.815457;, + -0.027565;-0.069144; 0.814531;, + -0.024309;-0.070438; 0.811306;, + -0.020605;-0.065364; 0.812537;, + -0.024128;-0.063928; 0.816000;, + -0.025721;-0.066531; 0.815457;, + -0.022258;-0.067900; 0.812021;, + -0.027565;-0.069144; 0.814531;, + -0.031501;-0.067602; 0.816746;, + -0.033211;-0.069771; 0.815054;, + -0.029633;-0.071130; 0.813127;, + -0.025721;-0.066531; 0.815457;, + -0.029802;-0.064966; 0.817744;, + -0.031501;-0.067602; 0.816746;, + -0.027565;-0.069144; 0.814531;, + -0.024128;-0.063928; 0.816000;, + -0.028284;-0.062196; 0.818374;, + -0.029802;-0.064966; 0.817744;, + -0.025721;-0.066531; 0.815457;, + -0.037958;-0.073447; 0.805179;, + -0.039212;-0.072784; 0.805781;, + -0.039624;-0.072277; 0.804440;, + -0.038883;-0.072600; 0.804037;, + -0.022924;-0.060981; 0.815919;, + -0.026896;-0.059329; 0.818200;, + -0.028284;-0.062196; 0.818374;, + -0.024128;-0.063928; 0.816000;, + -0.036479;-0.074293; 0.806950;, + -0.038252;-0.073494; 0.807847;, + -0.038759;-0.073289; 0.806776;, + -0.037288;-0.073969; 0.806018;, + -0.021848;-0.058107; 0.815491;, + -0.025712;-0.056497; 0.817717;, + -0.026896;-0.059329; 0.818200;, + -0.022924;-0.060981; 0.815919;, + -0.032076;-0.073100; 0.811376;, + -0.035143;-0.071862; 0.812990;, + -0.036648;-0.073199; 0.810539;, + -0.034274;-0.074127; 0.809337;, + -0.029633;-0.071130; 0.813127;, + -0.033211;-0.069771; 0.815054;, + -0.035143;-0.071862; 0.812990;, + -0.032076;-0.073100; 0.811376;, + -0.025712;-0.056497; 0.817717;, + -0.030162;-0.054342; 0.818145;, + -0.031621;-0.057086; 0.818667;, + -0.026896;-0.059329; 0.818200;, + -0.035143;-0.071862; 0.812990;, + -0.038353;-0.070065; 0.813416;, + -0.039170;-0.071815; 0.810937;, + -0.036648;-0.073199; 0.810539;, + -0.033211;-0.069771; 0.815054;, + -0.037063;-0.067757; 0.815544;, + -0.038353;-0.070065; 0.813416;, + -0.035143;-0.071862; 0.812990;, + -0.031501;-0.067602; 0.816746;, + -0.035859;-0.065393; 0.817201;, + -0.037063;-0.067757; 0.815544;, + -0.033211;-0.069771; 0.815054;, + -0.029802;-0.064966; 0.817744;, + -0.034423;-0.062723; 0.818207;, + -0.035859;-0.065393; 0.817201;, + -0.031501;-0.067602; 0.816746;, + -0.028284;-0.062196; 0.818374;, + -0.033129;-0.059981; 0.818832;, + -0.034423;-0.062723; 0.818207;, + -0.029802;-0.064966; 0.817744;, + -0.039212;-0.072784; 0.805781;, + -0.040242;-0.072243; 0.805950;, + -0.040402;-0.071936; 0.804782;, + -0.039624;-0.072277; 0.804440;, + -0.026896;-0.059329; 0.818200;, + -0.031621;-0.057086; 0.818667;, + -0.033129;-0.059981; 0.818832;, + -0.028284;-0.062196; 0.818374;, + -0.038252;-0.073494; 0.807847;, + -0.039910;-0.072588; 0.808101;, + -0.040125;-0.072562; 0.806985;, + -0.038759;-0.073289; 0.806776;, + -0.033129;-0.059981; 0.818832;, + -0.037876;-0.057683; 0.818374;, + -0.039199;-0.060487; 0.817744;, + -0.034423;-0.062723; 0.818207;, + -0.040242;-0.072243; 0.805950;, + -0.041315;-0.071728; 0.805781;, + -0.041052;-0.071531; 0.804443;, + -0.040402;-0.071936; 0.804782;, + -0.031621;-0.057086; 0.818667;, + -0.036276;-0.054834; 0.818208;, + -0.037876;-0.057683; 0.818374;, + -0.033129;-0.059981; 0.818832;, + -0.039910;-0.072588; 0.808101;, + -0.041691;-0.071780; 0.807847;, + -0.041537;-0.071884; 0.806749;, + -0.040125;-0.072562; 0.806985;, + -0.030162;-0.054342; 0.818145;, + -0.034524;-0.052122; 0.817725;, + -0.036276;-0.054834; 0.818208;, + -0.031621;-0.057086; 0.818667;, + -0.038353;-0.070065; 0.813416;, + -0.041776;-0.068397; 0.812990;, + -0.041878;-0.070491; 0.810548;, + -0.039170;-0.071815; 0.810937;, + -0.037063;-0.067757; 0.815544;, + -0.041132;-0.065834; 0.815045;, + -0.041776;-0.068397; 0.812990;, + -0.038353;-0.070065; 0.813416;, + -0.035859;-0.065393; 0.817201;, + -0.040360;-0.063272; 0.816754;, + -0.041132;-0.065834; 0.815045;, + -0.037063;-0.067757; 0.815544;, + -0.034423;-0.062723; 0.818207;, + -0.039199;-0.060487; 0.817744;, + -0.040360;-0.063272; 0.816754;, + -0.035859;-0.065393; 0.817201;, + -0.040360;-0.063272; 0.816754;, + -0.044048;-0.061226; 0.814544;, + -0.044352;-0.063964; 0.813149;, + -0.041132;-0.065834; 0.815045;, + -0.039199;-0.060487; 0.817744;, + -0.043012;-0.058403; 0.815456;, + -0.044048;-0.061226; 0.814544;, + -0.040360;-0.063272; 0.816754;, + -0.037876;-0.057683; 0.818374;, + -0.041854;-0.055526; 0.816005;, + -0.043012;-0.058403; 0.815456;, + -0.039199;-0.060487; 0.817744;, + -0.041315;-0.071728; 0.805781;, + -0.042444;-0.070992; 0.805176;, + -0.041715;-0.071157; 0.804037;, + -0.041052;-0.071531; 0.804443;, + -0.036276;-0.054834; 0.818208;, + -0.040180;-0.052814; 0.815926;, + -0.041854;-0.055526; 0.816005;, + -0.037876;-0.057683; 0.818374;, + -0.041691;-0.071780; 0.807847;, + -0.043282;-0.070837; 0.806946;, + -0.042881;-0.071100; 0.806035;, + -0.041537;-0.071884; 0.806749;, + -0.034524;-0.052122; 0.817725;, + -0.038258;-0.050171; 0.815513;, + -0.040180;-0.052814; 0.815926;, + -0.036276;-0.054834; 0.818208;, + -0.041776;-0.068397; 0.812990;, + -0.044580;-0.066818; 0.811365;, + -0.044039;-0.069307; 0.809318;, + -0.041878;-0.070491; 0.810548;, + -0.041132;-0.065834; 0.815045;, + -0.044352;-0.063964; 0.813149;, + -0.044580;-0.066818; 0.811365;, + -0.041776;-0.068397; 0.812990;, + -0.038258;-0.050171; 0.815513;, + -0.041264;-0.048363; 0.812305;, + -0.043373;-0.050902; 0.812510;, + -0.040180;-0.052814; 0.815926;, + -0.044580;-0.066818; 0.811365;, + -0.046942;-0.065464; 0.808927;, + -0.045895;-0.068275; 0.807335;, + -0.044039;-0.069307; 0.809318;, + -0.044352;-0.063964; 0.813149;, + -0.047136;-0.062353; 0.810250;, + -0.046942;-0.065464; 0.808927;, + -0.044580;-0.066818; 0.811365;, + -0.044048;-0.061226; 0.814544;, + -0.047104;-0.059352; 0.811326;, + -0.047136;-0.062353; 0.810250;, + -0.044352;-0.063964; 0.813149;, + -0.043012;-0.058403; 0.815456;, + -0.046263;-0.056414; 0.812020;, + -0.047104;-0.059352; 0.811326;, + -0.044048;-0.061226; 0.814544;, + -0.041854;-0.055526; 0.816005;, + -0.045150;-0.053477; 0.812550;, + -0.046263;-0.056414; 0.812020;, + -0.043012;-0.058403; 0.815456;, + -0.042444;-0.070992; 0.805176;, + -0.043152;-0.070520; 0.804340;, + -0.042532;-0.070524; 0.803745;, + -0.041715;-0.071157; 0.804037;, + -0.040180;-0.052814; 0.815926;, + -0.043373;-0.050902; 0.812510;, + -0.045150;-0.053477; 0.812550;, + -0.041854;-0.055526; 0.816005;, + -0.043282;-0.070837; 0.806946;, + -0.044504;-0.070158; 0.805620;, + -0.043843;-0.070525; 0.804958;, + -0.042881;-0.071100; 0.806035;, + -0.045150;-0.053477; 0.812550;, + -0.047415;-0.051853; 0.808343;, + -0.048469;-0.054911; 0.807984;, + -0.046263;-0.056414; 0.812020;, + -0.043152;-0.070520; 0.804340;, + -0.043702;-0.070063; 0.803153;, + -0.042940;-0.070064; 0.802771;, + -0.042532;-0.070524; 0.803745;, + -0.043373;-0.050902; 0.812510;, + -0.045495;-0.049314; 0.808479;, + -0.047415;-0.051853; 0.808343;, + -0.045150;-0.053477; 0.812550;, + -0.044504;-0.070158; 0.805620;, + -0.045382;-0.069579; 0.803911;, + -0.044525;-0.070042; 0.803541;, + -0.043843;-0.070525; 0.804958;, + -0.041264;-0.048363; 0.812305;, + -0.043268;-0.046869; 0.808430;, + -0.045495;-0.049314; 0.808479;, + -0.043373;-0.050902; 0.812510;, + -0.046942;-0.065464; 0.808927;, + -0.048615;-0.064445; 0.805910;, + -0.047143;-0.067573; 0.805005;, + -0.045895;-0.068275; 0.807335;, + -0.047136;-0.062353; 0.810250;, + -0.049061;-0.061140; 0.806744;, + -0.048615;-0.064445; 0.805910;, + -0.046942;-0.065464; 0.808927;, + -0.047104;-0.059352; 0.811326;, + -0.049225;-0.057887; 0.807404;, + -0.049061;-0.061140; 0.806744;, + -0.047136;-0.062353; 0.810250;, + -0.046263;-0.056414; 0.812020;, + -0.048469;-0.054911; 0.807984;, + -0.049225;-0.057887; 0.807404;, + -0.047104;-0.059352; 0.811326;, + -0.049225;-0.057887; 0.807404;, + -0.049381;-0.057520; 0.802908;, + -0.049174;-0.060694; 0.802717;, + -0.049061;-0.061140; 0.806744;, + -0.048469;-0.054911; 0.807984;, + -0.048647;-0.054518; 0.803190;, + -0.049381;-0.057520; 0.802908;, + -0.049225;-0.057887; 0.807404;, + -0.047415;-0.051853; 0.808343;, + -0.047607;-0.051507; 0.803456;, + -0.048647;-0.054518; 0.803190;, + -0.048469;-0.054911; 0.807984;, + -0.043702;-0.070063; 0.803153;, + -0.043806;-0.069869; 0.802091;, + -0.043034;-0.069937; 0.802047;, + -0.042940;-0.070064; 0.802771;, + -0.045495;-0.049314; 0.808479;, + -0.045856;-0.048940; 0.803724;, + -0.047607;-0.051507; 0.803456;, + -0.047415;-0.051853; 0.808343;, + -0.045382;-0.069579; 0.803911;, + -0.045486;-0.069279; 0.802175;, + -0.044660;-0.069786; 0.802117;, + -0.044525;-0.070042; 0.803541;, + -0.043268;-0.046869; 0.808430;, + -0.043617;-0.046504; 0.803952;, + -0.045856;-0.048940; 0.803724;, + -0.045495;-0.049314; 0.808479;, + -0.048615;-0.064445; 0.805910;, + -0.048771;-0.063986; 0.802522;, + -0.047347;-0.067106; 0.802318;, + -0.047143;-0.067573; 0.805005;, + -0.049061;-0.061140; 0.806744;, + -0.049174;-0.060694; 0.802717;, + -0.048771;-0.063986; 0.802522;, + -0.048615;-0.064445; 0.805910;, + -0.043617;-0.046504; 0.803952;, + -0.043059;-0.046083; 0.799484;, + -0.045199;-0.048591; 0.798921;, + -0.045856;-0.048940; 0.803724;, + -0.048771;-0.063986; 0.802522;, + -0.048456;-0.063835; 0.799064;, + -0.047005;-0.067101; 0.799624;, + -0.047347;-0.067106; 0.802318;, + -0.049174;-0.060694; 0.802717;, + -0.048784;-0.060528; 0.798643;, + -0.048456;-0.063835; 0.799064;, + -0.048771;-0.063986; 0.802522;, + -0.049381;-0.057520; 0.802908;, + -0.048884;-0.057259; 0.798390;, + -0.048784;-0.060528; 0.798643;, + -0.049174;-0.060694; 0.802717;, + -0.048647;-0.054518; 0.803190;, + -0.048126;-0.054242; 0.798371;, + -0.048884;-0.057259; 0.798390;, + -0.049381;-0.057520; 0.802908;, + -0.047607;-0.051507; 0.803456;, + -0.047070;-0.051164; 0.798552;, + -0.048126;-0.054242; 0.798371;, + -0.048647;-0.054518; 0.803190;, + -0.043806;-0.069869; 0.802091;, + -0.043619;-0.069885; 0.801003;, + -0.042877;-0.069943; 0.801313;, + -0.043034;-0.069937; 0.802047;, + -0.045856;-0.048940; 0.803724;, + -0.045199;-0.048591; 0.798921;, + -0.047070;-0.051164; 0.798552;, + -0.047607;-0.051507; 0.803456;, + -0.045486;-0.069279; 0.802175;, + -0.045256;-0.069276; 0.800398;, + -0.044419;-0.069792; 0.800675;, + -0.044660;-0.069786; 0.802117;, + -0.047070;-0.051164; 0.798552;, + -0.044606;-0.052181; 0.794286;, + -0.045737;-0.055177; 0.794281;, + -0.048126;-0.054242; 0.798371;, + -0.043619;-0.069885; 0.801003;, + -0.042959;-0.070094; 0.799852;, + -0.042381;-0.070134; 0.800408;, + -0.042877;-0.069943; 0.801313;, + -0.045199;-0.048591; 0.798921;, + -0.042932;-0.049578; 0.794820;, + -0.044606;-0.052181; 0.794286;, + -0.047070;-0.051164; 0.798552;, + -0.045256;-0.069276; 0.800398;, + -0.044276;-0.069559; 0.798732;, + -0.043634;-0.070037; 0.799295;, + -0.044419;-0.069792; 0.800675;, + -0.043059;-0.046083; 0.799484;, + -0.040821;-0.047059; 0.795504;, + -0.042932;-0.049578; 0.794820;, + -0.045199;-0.048591; 0.798921;, + -0.048456;-0.063835; 0.799064;, + -0.046595;-0.064486; 0.796012;, + -0.045608;-0.067535; 0.797283;, + -0.047005;-0.067101; 0.799624;, + -0.048784;-0.060528; 0.798643;, + -0.046703;-0.061265; 0.795130;, + -0.046595;-0.064486; 0.796012;, + -0.048456;-0.063835; 0.799064;, + -0.048884;-0.057259; 0.798390;, + -0.046555;-0.058203; 0.794442;, + -0.046703;-0.061265; 0.795130;, + -0.048784;-0.060528; 0.798643;, + -0.048126;-0.054242; 0.798371;, + -0.045737;-0.055177; 0.794281;, + -0.046555;-0.058203; 0.794442;, + -0.048884;-0.057259; 0.798390;, + -0.046703;-0.061265; 0.795130;, + -0.043689;-0.062560; 0.792143;, + -0.044035;-0.065587; 0.793479;, + -0.046595;-0.064486; 0.796012;, + -0.046555;-0.058203; 0.794442;, + -0.043325;-0.059610; 0.791160;, + -0.043689;-0.062560; 0.792143;, + -0.046703;-0.061265; 0.795130;, + -0.045737;-0.055177; 0.794281;, + -0.042306;-0.056684; 0.790804;, + -0.043325;-0.059610; 0.791160;, + -0.046555;-0.058203; 0.794442;, + -0.044606;-0.052181; 0.794286;, + -0.041149;-0.053658; 0.790751;, + -0.042306;-0.056684; 0.790804;, + -0.045737;-0.055177; 0.794281;, + -0.042959;-0.070094; 0.799852;, + -0.042217;-0.070410; 0.799065;, + -0.041591;-0.070805; 0.800092;, + -0.042381;-0.070134; 0.800408;, + -0.042932;-0.049578; 0.794820;, + -0.039473;-0.051061; 0.791298;, + -0.041149;-0.053658; 0.790751;, + -0.044606;-0.052181; 0.794286;, + -0.044276;-0.069559; 0.798732;, + -0.042986;-0.070051; 0.797445;, + -0.042624;-0.070442; 0.798284;, + -0.043634;-0.070037; 0.799295;, + -0.040821;-0.047059; 0.795504;, + -0.037578;-0.048453; 0.792205;, + -0.039473;-0.051061; 0.791298;, + -0.042932;-0.049578; 0.794820;, + -0.046595;-0.064486; 0.796012;, + -0.044035;-0.065587; 0.793479;, + -0.043648;-0.068308; 0.795332;, + -0.045608;-0.067535; 0.797283;, + -0.039473;-0.051061; 0.791298;, + -0.035440;-0.052677; 0.788960;, + -0.037033;-0.055422; 0.788320;, + -0.041149;-0.053658; 0.790751;, + -0.042986;-0.070051; 0.797445;, + -0.041332;-0.070877; 0.796555;, + -0.041238;-0.071103; 0.797566;, + -0.042624;-0.070442; 0.798284;, + -0.037578;-0.048453; 0.792205;, + -0.033657;-0.050094; 0.789936;, + -0.035440;-0.052677; 0.788960;, + -0.039473;-0.051061; 0.791298;, + -0.044035;-0.065587; 0.793479;, + -0.041085;-0.066977; 0.791747;, + -0.041379;-0.069355; 0.794031;, + -0.043648;-0.068308; 0.795332;, + -0.043689;-0.062560; 0.792143;, + -0.040362;-0.064123; 0.790160;, + -0.041085;-0.066977; 0.791747;, + -0.044035;-0.065587; 0.793479;, + -0.043325;-0.059610; 0.791160;, + -0.039505;-0.061312; 0.788899;, + -0.040362;-0.064123; 0.790160;, + -0.043689;-0.062560; 0.792143;, + -0.042306;-0.056684; 0.790804;, + -0.038371;-0.058346; 0.788437;, + -0.039505;-0.061312; 0.788899;, + -0.043325;-0.059610; 0.791160;, + -0.041149;-0.053658; 0.790751;, + -0.037033;-0.055422; 0.788320;, + -0.038371;-0.058346; 0.788437;, + -0.042306;-0.056684; 0.790804;, + -0.042217;-0.070410; 0.799065;, + -0.041008;-0.071064; 0.798461;, + -0.040907;-0.071127; 0.799711;, + -0.041591;-0.070805; 0.800092;, + -0.038371;-0.058346; 0.788437;, + -0.033655;-0.060597; 0.787979;, + -0.035063;-0.063425; 0.788456;, + -0.039505;-0.061312; 0.788899;, + -0.037033;-0.055422; 0.788320;, + -0.032167;-0.057847; 0.787816;, + -0.033655;-0.060597; 0.787979;, + -0.038371;-0.058346; 0.788437;, + -0.041008;-0.071064; 0.798461;, + -0.039899;-0.071579; 0.798312;, + -0.040078;-0.071281; 0.799205;, + -0.040907;-0.071127; 0.799711;, + -0.035440;-0.052677; 0.788960;, + -0.030844;-0.055096; 0.788470;, + -0.032167;-0.057847; 0.787816;, + -0.037033;-0.055422; 0.788320;, + -0.041332;-0.070877; 0.796555;, + -0.039554;-0.071639; 0.796319;, + -0.039790;-0.071760; 0.797343;, + -0.041238;-0.071103; 0.797566;, + -0.033657;-0.050094; 0.789936;, + -0.029320;-0.052366; 0.789472;, + -0.030844;-0.055096; 0.788470;, + -0.035440;-0.052677; 0.788960;, + -0.041085;-0.066977; 0.791747;, + -0.037688;-0.068567; 0.791393;, + -0.038680;-0.070600; 0.793677;, + -0.041379;-0.069355; 0.794031;, + -0.040362;-0.064123; 0.790160;, + -0.036274;-0.065942; 0.789705;, + -0.037688;-0.068567; 0.791393;, + -0.041085;-0.066977; 0.791747;, + -0.039505;-0.061312; 0.788899;, + -0.035063;-0.063425; 0.788456;, + -0.036274;-0.065942; 0.789705;, + -0.040362;-0.064123; 0.790160;, + -0.036274;-0.065942; 0.789705;, + -0.032507;-0.067995; 0.790167;, + -0.034505;-0.070312; 0.791782;, + -0.037688;-0.068567; 0.791393;, + -0.035063;-0.063425; 0.788456;, + -0.030724;-0.065617; 0.788891;, + -0.032507;-0.067995; 0.790167;, + -0.036274;-0.065942; 0.789705;, + -0.033655;-0.060597; 0.787979;, + -0.028951;-0.063021; 0.788400;, + -0.030724;-0.065617; 0.788891;, + -0.035063;-0.063425; 0.788456;, + -0.032167;-0.057847; 0.787816;, + -0.027362;-0.060251; 0.788270;, + -0.028951;-0.063021; 0.788400;, + -0.033655;-0.060597; 0.787979;, + -0.039899;-0.071579; 0.798312;, + -0.038915;-0.072089; 0.798494;, + -0.039448;-0.071877; 0.799719;, + -0.040078;-0.071281; 0.799205;, + -0.030844;-0.055096; 0.788470;, + -0.026012;-0.057409; 0.788922;, + -0.027362;-0.060251; 0.788270;, + -0.032167;-0.057847; 0.787816;, + -0.039554;-0.071639; 0.796319;, + -0.037918;-0.072541; 0.796580;, + -0.038438;-0.072502; 0.797581;, + -0.039790;-0.071760; 0.797343;, + -0.029320;-0.052366; 0.789472;, + -0.024850;-0.054557; 0.789936;, + -0.026012;-0.057409; 0.788922;, + -0.030844;-0.055096; 0.788470;, + -0.037688;-0.068567; 0.791393;, + -0.034505;-0.070312; 0.791782;, + -0.036189;-0.071964; 0.794064;, + -0.038680;-0.070600; 0.793677;, + -0.026012;-0.057409; 0.788922;, + -0.022231;-0.059367; 0.791278;, + -0.023322;-0.062304; 0.790704;, + -0.027362;-0.060251; 0.788270;, + -0.037918;-0.072541; 0.796580;, + -0.036191;-0.073512; 0.797486;, + -0.037016;-0.073346; 0.798300;, + -0.038438;-0.072502; 0.797581;, + -0.024850;-0.054557; 0.789936;, + -0.021182;-0.056484; 0.792173;, + -0.022231;-0.059367; 0.791278;, + -0.026012;-0.057409; 0.788922;, + -0.034505;-0.070312; 0.791782;, + -0.031506;-0.071766; 0.793487;, + -0.033847;-0.073052; 0.795344;, + -0.036189;-0.071964; 0.794064;, + -0.032507;-0.067995; 0.790167;, + -0.029084;-0.069655; 0.792158;, + -0.031506;-0.071766; 0.793487;, + -0.034505;-0.070312; 0.791782;, + -0.030724;-0.065617; 0.788891;, + -0.026975;-0.067527; 0.791160;, + -0.029084;-0.069655; 0.792158;, + -0.032507;-0.067995; 0.790167;, + -0.028951;-0.063021; 0.788400;, + -0.025074;-0.064886; 0.790774;, + -0.026975;-0.067527; 0.791160;, + -0.030724;-0.065617; 0.788891;, + -0.027362;-0.060251; 0.788270;, + -0.023322;-0.062304; 0.790704;, + -0.025074;-0.064886; 0.790774;, + -0.028951;-0.063021; 0.788400;, + -0.038915;-0.072089; 0.798494;, + -0.037671;-0.072931; 0.799078;, + -0.038769;-0.072254; 0.800082;, + -0.039448;-0.071877; 0.799719;, + -0.025074;-0.064886; 0.790774;, + -0.021838;-0.066784; 0.794259;, + -0.023926;-0.069306; 0.794435;, + -0.026975;-0.067527; 0.791160;, + -0.023322;-0.062304; 0.790704;, + -0.020052;-0.064155; 0.794272;, + -0.021838;-0.066784; 0.794259;, + -0.025074;-0.064886; 0.790774;, + -0.037671;-0.072931; 0.799078;, + -0.036952;-0.073331; 0.799875;, + -0.037790;-0.072818; 0.800407;, + -0.038769;-0.072254; 0.800082;, + -0.022231;-0.059367; 0.791278;, + -0.018989;-0.061173; 0.794766;, + -0.020052;-0.064155; 0.794272;, + -0.023322;-0.062304; 0.790704;, + -0.036191;-0.073512; 0.797486;, + -0.034899;-0.074296; 0.798761;, + -0.035994;-0.073949; 0.799338;, + -0.037016;-0.073346; 0.798300;, + -0.021182;-0.056484; 0.792173;, + -0.018135;-0.058188; 0.795475;, + -0.018989;-0.061173; 0.794766;, + -0.022231;-0.059367; 0.791278;, + -0.031506;-0.071766; 0.793487;, + -0.029094;-0.073124; 0.796009;, + -0.031890;-0.074227; 0.797293;, + -0.033847;-0.073052; 0.795344;, + -0.029084;-0.069655; 0.792158;, + -0.026254;-0.071253; 0.795124;, + -0.029094;-0.073124; 0.796009;, + -0.031506;-0.071766; 0.793487;, + -0.026975;-0.067527; 0.791160;, + -0.023926;-0.069306; 0.794435;, + -0.026254;-0.071253; 0.795124;, + -0.029084;-0.069655; 0.792158;, + -0.026254;-0.071253; 0.795124;, + -0.024568;-0.072554; 0.798642;, + -0.027579;-0.074252; 0.799028;, + -0.029094;-0.073124; 0.796009;, + -0.023926;-0.069306; 0.794435;, + -0.021886;-0.070745; 0.798390;, + -0.024568;-0.072554; 0.798642;, + -0.026254;-0.071253; 0.795124;, + -0.021838;-0.066784; 0.794259;, + -0.019723;-0.068220; 0.798370;, + -0.021886;-0.070745; 0.798390;, + -0.023926;-0.069306; 0.794435;, + -0.020052;-0.064155; 0.794272;, + -0.017864;-0.065630; 0.798552;, + -0.019723;-0.068220; 0.798370;, + -0.021838;-0.066784; 0.794259;, + -0.036952;-0.073331; 0.799875;, + -0.036366;-0.073844; 0.801008;, + -0.037353;-0.073210; 0.801310;, + -0.037790;-0.072818; 0.800407;, + -0.018989;-0.061173; 0.794766;, + -0.016776;-0.062542; 0.798887;, + -0.017864;-0.065630; 0.798552;, + -0.020052;-0.064155; 0.794272;, + -0.034899;-0.074296; 0.798761;, + -0.034051;-0.075007; 0.800450;, + -0.035287;-0.074510; 0.800716;, + -0.035994;-0.073949; 0.799338;, + -0.018135;-0.058188; 0.795475;, + -0.016010;-0.059536; 0.799428;, + -0.016776;-0.062542; 0.798887;, + -0.018989;-0.061173; 0.794766;, + -0.029094;-0.073124; 0.796009;, + -0.027579;-0.074252; 0.799028;, + -0.030765;-0.075017; 0.799630;, + -0.031890;-0.074227; 0.797293;, + -0.016776;-0.062542; 0.798887;, + -0.016549;-0.062920; 0.803685;, + -0.017528;-0.065990; 0.803457;, + -0.017864;-0.065630; 0.798552;, + -0.034051;-0.075007; 0.800450;, + -0.033822;-0.075156; 0.802196;, + -0.035105;-0.074650; 0.802136;, + -0.035287;-0.074510; 0.800716;, + -0.016010;-0.059536; 0.799428;, + -0.015771;-0.059938; 0.803892;, + -0.016549;-0.062920; 0.803685;, + -0.016776;-0.062542; 0.798887;, + -0.027579;-0.074252; 0.799028;, + -0.027300;-0.074552; 0.802511;, + -0.030427;-0.075269; 0.802316;, + -0.030765;-0.075017; 0.799630;, + -0.024568;-0.072554; 0.798642;, + -0.024182;-0.072862; 0.802736;, + -0.027300;-0.074552; 0.802511;, + -0.027579;-0.074252; 0.799028;, + -0.021886;-0.070745; 0.798390;, + -0.021534;-0.071024; 0.802893;, + -0.024182;-0.072862; 0.802736;, + -0.024568;-0.072554; 0.798642;, + -0.019723;-0.068220; 0.798370;, + -0.019372;-0.068528; 0.803205;, + -0.021534;-0.071024; 0.802893;, + -0.021886;-0.070745; 0.798390;, + -0.017864;-0.065630; 0.798552;, + -0.017528;-0.065990; 0.803457;, + -0.019372;-0.068528; 0.803205;, + -0.019723;-0.068220; 0.798370;, + -0.036366;-0.073844; 0.801008;, + -0.036213;-0.073951; 0.802103;, + -0.037191;-0.073333; 0.802035;, + -0.037353;-0.073210; 0.801310;, + -0.041082;-0.070936; 0.802470;, + -0.040662;-0.071200; 0.802891;, + -0.041142;-0.071145; 0.803360;, + -0.041581;-0.070871; 0.802932;, + -0.041509;-0.070717; 0.802028;, + -0.041082;-0.070936; 0.802470;, + -0.041581;-0.070871; 0.802932;, + -0.041947;-0.070642; 0.802424;, + -0.039309;-0.072070; 0.803368;, + -0.039860;-0.071857; 0.803761;, + -0.040221;-0.071505; 0.803294;, + -0.039756;-0.071658; 0.802901;, + -0.038492;-0.072394; 0.802422;, + -0.038851;-0.072256; 0.802932;, + -0.039329;-0.071838; 0.802460;, + -0.038893;-0.072037; 0.802028;, + -0.038851;-0.072256; 0.802932;, + -0.039309;-0.072070; 0.803368;, + -0.039756;-0.071658; 0.802901;, + -0.039329;-0.071838; 0.802460;, + -0.041947;-0.070642; 0.802424;, + -0.042140;-0.070523; 0.802031;, + -0.041913;-0.070564; 0.801619;, + -0.041509;-0.070717; 0.802028;, + -0.040605;-0.071105; 0.800327;, + -0.040200;-0.071330; 0.800103;, + -0.039752;-0.071562; 0.800330;, + -0.040171;-0.071266; 0.800759;, + -0.038472;-0.072315; 0.801619;, + -0.038263;-0.072505; 0.802031;, + -0.038492;-0.072394; 0.802422;, + -0.038893;-0.072037; 0.802028;, + -0.039294;-0.071747; 0.801586;, + -0.038825;-0.072072; 0.801134;, + -0.038472;-0.072315; 0.801619;, + -0.038893;-0.072037; 0.802028;, + -0.039739;-0.071483; 0.801145;, + -0.039269;-0.071818; 0.800688;, + -0.038825;-0.072072; 0.801134;, + -0.039294;-0.071747; 0.801586;, + -0.039739;-0.071483; 0.801145;, + -0.040171;-0.071266; 0.800759;, + -0.039752;-0.071562; 0.800330;, + -0.039269;-0.071818; 0.800688;, + -0.039739;-0.071483; 0.801145;, + -0.040175;-0.071250; 0.801585;, + -0.040630;-0.071028; 0.801153;, + -0.040171;-0.071266; 0.800759;, + -0.039294;-0.071747; 0.801586;, + -0.039735;-0.071514; 0.802026;, + -0.040175;-0.071250; 0.801585;, + -0.039739;-0.071483; 0.801145;, + -0.038893;-0.072037; 0.802028;, + -0.039329;-0.071838; 0.802460;, + -0.039735;-0.071514; 0.802026;, + -0.039294;-0.071747; 0.801586;, + -0.039329;-0.071838; 0.802460;, + -0.039756;-0.071658; 0.802901;, + -0.040185;-0.071333; 0.802458;, + -0.039735;-0.071514; 0.802026;, + -0.039735;-0.071514; 0.802026;, + -0.040185;-0.071333; 0.802458;, + -0.040658;-0.071071; 0.802035;, + -0.040175;-0.071250; 0.801585;, + -0.040175;-0.071250; 0.801585;, + -0.040658;-0.071071; 0.802035;, + -0.041079;-0.070844; 0.801586;, + -0.040630;-0.071028; 0.801153;, + -0.040658;-0.071071; 0.802035;, + -0.041082;-0.070936; 0.802470;, + -0.041509;-0.070717; 0.802028;, + -0.041079;-0.070844; 0.801586;, + -0.040185;-0.071333; 0.802458;, + -0.040662;-0.071200; 0.802891;, + -0.041082;-0.070936; 0.802470;, + -0.040658;-0.071071; 0.802035;, + -0.039756;-0.071658; 0.802901;, + -0.040221;-0.071505; 0.803294;, + -0.040662;-0.071200; 0.802891;, + -0.040185;-0.071333; 0.802458;, + -0.039860;-0.071857; 0.803761;, + -0.040279;-0.071702; 0.804013;, + -0.040696;-0.071434; 0.803750;, + -0.040221;-0.071505; 0.803294;, + -0.040171;-0.071266; 0.800759;, + -0.040630;-0.071028; 0.801153;, + -0.041083;-0.070879; 0.800698;, + -0.040605;-0.071105; 0.800327;, + -0.041079;-0.070844; 0.801586;, + -0.041509;-0.070717; 0.802028;, + -0.041913;-0.070564; 0.801619;, + -0.041526;-0.070686; 0.801126;, + -0.040630;-0.071028; 0.801153;, + -0.041079;-0.070844; 0.801586;, + -0.041526;-0.070686; 0.801126;, + -0.041083;-0.070879; 0.800698;, + -0.038825;-0.072072; 0.801134;, + -0.039269;-0.071818; 0.800688;, + -0.038769;-0.072254; 0.800082;, + -0.037790;-0.072818; 0.800407;, + -0.038472;-0.072315; 0.801619;, + -0.038825;-0.072072; 0.801134;, + -0.037790;-0.072818; 0.800407;, + -0.037353;-0.073210; 0.801310;, + -0.038263;-0.072505; 0.802031;, + -0.038472;-0.072315; 0.801619;, + -0.037353;-0.073210; 0.801310;, + -0.037191;-0.073333; 0.802035;, + -0.037191;-0.073333; 0.802035;, + -0.037362;-0.073344; 0.802771;, + -0.038492;-0.072394; 0.802422;, + -0.038263;-0.072505; 0.802031;, + -0.038851;-0.072256; 0.802932;, + -0.038492;-0.072394; 0.802422;, + -0.037362;-0.073344; 0.802771;, + -0.037953;-0.073156; 0.803726;, + -0.037953;-0.073156; 0.803726;, + -0.038883;-0.072600; 0.804037;, + -0.039309;-0.072070; 0.803368;, + -0.038851;-0.072256; 0.802932;, + -0.039860;-0.071857; 0.803761;, + -0.039309;-0.072070; 0.803368;, + -0.038883;-0.072600; 0.804037;, + -0.039624;-0.072277; 0.804440;, + -0.040279;-0.071702; 0.804013;, + -0.039860;-0.071857; 0.803761;, + -0.039624;-0.072277; 0.804440;, + -0.040402;-0.071936; 0.804782;, + -0.039269;-0.071818; 0.800688;, + -0.039752;-0.071562; 0.800330;, + -0.039448;-0.071877; 0.799719;, + -0.038769;-0.072254; 0.800082;, + -0.039752;-0.071562; 0.800330;, + -0.040200;-0.071330; 0.800103;, + -0.040078;-0.071281; 0.799205;, + -0.039448;-0.071877; 0.799719;, + -0.040200;-0.071330; 0.800103;, + -0.040605;-0.071105; 0.800327;, + -0.040907;-0.071127; 0.799711;, + -0.040078;-0.071281; 0.799205;, + -0.040605;-0.071105; 0.800327;, + -0.041083;-0.070879; 0.800698;, + -0.041591;-0.070805; 0.800092;, + -0.040907;-0.071127; 0.799711;, + -0.041083;-0.070879; 0.800698;, + -0.041526;-0.070686; 0.801126;, + -0.042381;-0.070134; 0.800408;, + -0.041591;-0.070805; 0.800092;, + -0.041526;-0.070686; 0.801126;, + -0.041913;-0.070564; 0.801619;, + -0.042877;-0.069943; 0.801313;, + -0.042381;-0.070134; 0.800408;, + -0.041913;-0.070564; 0.801619;, + -0.042140;-0.070523; 0.802031;, + -0.043034;-0.069937; 0.802047;, + -0.042877;-0.069943; 0.801313;, + -0.042140;-0.070523; 0.802031;, + -0.041947;-0.070642; 0.802424;, + -0.042940;-0.070064; 0.802771;, + -0.043034;-0.069937; 0.802047;, + -0.042532;-0.070524; 0.803745;, + -0.042940;-0.070064; 0.802771;, + -0.041947;-0.070642; 0.802424;, + -0.041581;-0.070871; 0.802932;, + -0.041581;-0.070871; 0.802932;, + -0.041142;-0.071145; 0.803360;, + -0.041715;-0.071157; 0.804037;, + -0.042532;-0.070524; 0.803745;, + -0.041142;-0.071145; 0.803360;, + -0.040696;-0.071434; 0.803750;, + -0.041052;-0.071531; 0.804443;, + -0.041715;-0.071157; 0.804037;, + -0.040402;-0.071936; 0.804782;, + -0.041052;-0.071531; 0.804443;, + -0.040696;-0.071434; 0.803750;, + -0.040279;-0.071702; 0.804013;, + -0.040662;-0.071200; 0.802891;, + -0.040221;-0.071505; 0.803294;, + -0.040696;-0.071434; 0.803750;, + -0.041142;-0.071145; 0.803360;, + -0.035105;-0.074650; 0.802136;, + -0.035377;-0.074692; 0.803545;, + -0.036422;-0.073991; 0.803153;, + -0.036213;-0.073951; 0.802103;, + -0.035377;-0.074692; 0.803545;, + -0.036161;-0.074403; 0.804959;, + -0.037070;-0.073762; 0.804334;, + -0.036422;-0.073991; 0.803153;, + -0.036161;-0.074403; 0.804959;, + -0.037288;-0.073969; 0.806018;, + -0.037958;-0.073447; 0.805179;, + -0.037070;-0.073762; 0.804334;, + -0.037288;-0.073969; 0.806018;, + -0.038759;-0.073289; 0.806776;, + -0.039212;-0.072784; 0.805781;, + -0.037958;-0.073447; 0.805179;, + -0.038759;-0.073289; 0.806776;, + -0.040125;-0.072562; 0.806985;, + -0.040242;-0.072243; 0.805950;, + -0.039212;-0.072784; 0.805781;, + -0.040125;-0.072562; 0.806985;, + -0.041537;-0.071884; 0.806749;, + -0.041315;-0.071728; 0.805781;, + -0.040242;-0.072243; 0.805950;, + -0.041537;-0.071884; 0.806749;, + -0.042881;-0.071100; 0.806035;, + -0.042444;-0.070992; 0.805176;, + -0.041315;-0.071728; 0.805781;, + -0.042881;-0.071100; 0.806035;, + -0.043843;-0.070525; 0.804958;, + -0.043152;-0.070520; 0.804340;, + -0.042444;-0.070992; 0.805176;, + -0.043843;-0.070525; 0.804958;, + -0.044525;-0.070042; 0.803541;, + -0.043702;-0.070063; 0.803153;, + -0.043152;-0.070520; 0.804340;, + -0.044525;-0.070042; 0.803541;, + -0.044660;-0.069786; 0.802117;, + -0.043806;-0.069869; 0.802091;, + -0.043702;-0.070063; 0.803153;, + -0.044660;-0.069786; 0.802117;, + -0.044419;-0.069792; 0.800675;, + -0.043619;-0.069885; 0.801003;, + -0.043806;-0.069869; 0.802091;, + -0.044419;-0.069792; 0.800675;, + -0.043634;-0.070037; 0.799295;, + -0.042959;-0.070094; 0.799852;, + -0.043619;-0.069885; 0.801003;, + -0.043634;-0.070037; 0.799295;, + -0.042624;-0.070442; 0.798284;, + -0.042217;-0.070410; 0.799065;, + -0.042959;-0.070094; 0.799852;, + -0.042624;-0.070442; 0.798284;, + -0.041238;-0.071103; 0.797566;, + -0.041008;-0.071064; 0.798461;, + -0.042217;-0.070410; 0.799065;, + -0.041238;-0.071103; 0.797566;, + -0.039790;-0.071760; 0.797343;, + -0.039899;-0.071579; 0.798312;, + -0.041008;-0.071064; 0.798461;, + -0.039790;-0.071760; 0.797343;, + -0.038438;-0.072502; 0.797581;, + -0.038915;-0.072089; 0.798494;, + -0.039899;-0.071579; 0.798312;, + -0.038438;-0.072502; 0.797581;, + -0.037016;-0.073346; 0.798300;, + -0.037671;-0.072931; 0.799078;, + -0.038915;-0.072089; 0.798494;, + -0.037016;-0.073346; 0.798300;, + -0.035994;-0.073949; 0.799338;, + -0.036952;-0.073331; 0.799875;, + -0.037671;-0.072931; 0.799078;, + -0.035994;-0.073949; 0.799338;, + -0.035287;-0.074510; 0.800716;, + -0.036366;-0.073844; 0.801008;, + -0.036952;-0.073331; 0.799875;, + -0.035287;-0.074510; 0.800716;, + -0.035105;-0.074650; 0.802136;, + -0.036213;-0.073951; 0.802103;, + -0.036366;-0.073844; 0.801008;, + -0.030427;-0.075269; 0.802316;, + -0.031033;-0.075456; 0.805025;, + -0.034177;-0.075209; 0.803918;, + -0.033822;-0.075156; 0.802196;, + -0.031033;-0.075456; 0.805025;, + -0.032244;-0.074942; 0.807363;, + -0.035136;-0.074821; 0.805645;, + -0.034177;-0.075209; 0.803918;, + -0.032244;-0.074942; 0.807363;, + -0.034274;-0.074127; 0.809337;, + -0.036479;-0.074293; 0.806950;, + -0.035136;-0.074821; 0.805645;, + -0.034274;-0.074127; 0.809337;, + -0.036648;-0.073199; 0.810539;, + -0.038252;-0.073494; 0.807847;, + -0.036479;-0.074293; 0.806950;, + -0.036648;-0.073199; 0.810539;, + -0.039170;-0.071815; 0.810937;, + -0.039910;-0.072588; 0.808101;, + -0.038252;-0.073494; 0.807847;, + -0.039170;-0.071815; 0.810937;, + -0.041878;-0.070491; 0.810548;, + -0.041691;-0.071780; 0.807847;, + -0.039910;-0.072588; 0.808101;, + -0.041878;-0.070491; 0.810548;, + -0.044039;-0.069307; 0.809318;, + -0.043282;-0.070837; 0.806946;, + -0.041691;-0.071780; 0.807847;, + -0.044039;-0.069307; 0.809318;, + -0.045895;-0.068275; 0.807335;, + -0.044504;-0.070158; 0.805620;, + -0.043282;-0.070837; 0.806946;, + -0.045895;-0.068275; 0.807335;, + -0.047143;-0.067573; 0.805005;, + -0.045382;-0.069579; 0.803911;, + -0.044504;-0.070158; 0.805620;, + -0.047143;-0.067573; 0.805005;, + -0.047347;-0.067106; 0.802318;, + -0.045486;-0.069279; 0.802175;, + -0.045382;-0.069579; 0.803911;, + -0.047347;-0.067106; 0.802318;, + -0.047005;-0.067101; 0.799624;, + -0.045256;-0.069276; 0.800398;, + -0.045486;-0.069279; 0.802175;, + -0.047005;-0.067101; 0.799624;, + -0.045608;-0.067535; 0.797283;, + -0.044276;-0.069559; 0.798732;, + -0.045256;-0.069276; 0.800398;, + -0.045608;-0.067535; 0.797283;, + -0.043648;-0.068308; 0.795332;, + -0.042986;-0.070051; 0.797445;, + -0.044276;-0.069559; 0.798732;, + -0.043648;-0.068308; 0.795332;, + -0.041379;-0.069355; 0.794031;, + -0.041332;-0.070877; 0.796555;, + -0.042986;-0.070051; 0.797445;, + -0.041379;-0.069355; 0.794031;, + -0.038680;-0.070600; 0.793677;, + -0.039554;-0.071639; 0.796319;, + -0.041332;-0.070877; 0.796555;, + -0.038680;-0.070600; 0.793677;, + -0.036189;-0.071964; 0.794064;, + -0.037918;-0.072541; 0.796580;, + -0.039554;-0.071639; 0.796319;, + -0.036189;-0.071964; 0.794064;, + -0.033847;-0.073052; 0.795344;, + -0.036191;-0.073512; 0.797486;, + -0.037918;-0.072541; 0.796580;, + -0.033847;-0.073052; 0.795344;, + -0.031890;-0.074227; 0.797293;, + -0.034899;-0.074296; 0.798761;, + -0.036191;-0.073512; 0.797486;, + -0.031890;-0.074227; 0.797293;, + -0.030765;-0.075017; 0.799630;, + -0.034051;-0.075007; 0.800450;, + -0.034899;-0.074296; 0.798761;, + -0.030765;-0.075017; 0.799630;, + -0.030427;-0.075269; 0.802316;, + -0.033822;-0.075156; 0.802196;, + -0.034051;-0.075007; 0.800450;; + 1020; + 4;3,2,1,0;, + 4;7,6,5,4;, + 4;11,10,9,8;, + 4;15,14,13,12;, + 4;19,18,17,16;, + 4;23,22,21,20;, + 4;27,26,25,24;, + 4;31,30,29,28;, + 4;35,34,33,32;, + 4;39,38,37,36;, + 4;43,42,41,40;, + 4;47,46,45,44;, + 4;51,50,49,48;, + 4;55,54,53,52;, + 4;59,58,57,56;, + 4;63,62,61,60;, + 4;67,66,65,64;, + 4;71,70,69,68;, + 4;75,74,73,72;, + 4;79,78,77,76;, + 4;83,82,81,80;, + 4;87,86,85,84;, + 4;91,90,89,88;, + 4;95,94,93,92;, + 4;99,98,97,96;, + 4;103,102,101,100;, + 4;107,106,105,104;, + 4;111,110,109,108;, + 4;115,114,113,112;, + 4;119,118,117,116;, + 4;123,122,121,120;, + 4;127,126,125,124;, + 4;131,130,129,128;, + 4;135,134,133,132;, + 4;139,138,137,136;, + 4;143,142,141,140;, + 4;147,146,145,144;, + 4;151,150,149,148;, + 4;155,154,153,152;, + 4;159,158,157,156;, + 4;163,162,161,160;, + 4;167,166,165,164;, + 4;171,170,169,168;, + 4;175,174,173,172;, + 4;179,178,177,176;, + 4;183,182,181,180;, + 4;187,186,185,184;, + 4;191,190,189,188;, + 4;195,194,193,192;, + 4;199,198,197,196;, + 4;203,202,201,200;, + 4;207,206,205,204;, + 4;211,210,209,208;, + 4;215,214,213,212;, + 4;219,218,217,216;, + 4;223,222,221,220;, + 4;227,226,225,224;, + 4;231,230,229,228;, + 4;235,234,233,232;, + 4;239,238,237,236;, + 4;243,242,241,240;, + 4;247,246,245,244;, + 4;251,250,249,248;, + 4;255,254,253,252;, + 4;259,258,257,256;, + 4;263,262,261,260;, + 4;267,266,265,264;, + 4;271,270,269,268;, + 4;275,274,273,272;, + 4;279,278,277,276;, + 4;283,282,281,280;, + 4;287,286,285,284;, + 4;291,290,289,288;, + 4;295,294,293,292;, + 4;299,298,297,296;, + 4;303,302,301,300;, + 4;307,306,305,304;, + 4;311,310,309,308;, + 4;315,314,313,312;, + 4;319,318,317,316;, + 4;323,322,321,320;, + 4;327,326,325,324;, + 4;331,330,329,328;, + 4;335,334,333,332;, + 4;339,338,337,336;, + 4;343,342,341,340;, + 4;347,346,345,344;, + 4;351,350,349,348;, + 4;355,354,353,352;, + 4;359,358,357,356;, + 4;363,362,361,360;, + 4;367,366,365,364;, + 4;371,370,369,368;, + 4;375,374,373,372;, + 4;379,378,377,376;, + 4;383,382,381,380;, + 4;387,386,385,384;, + 4;391,390,389,388;, + 4;395,394,393,392;, + 4;399,398,397,396;, + 4;403,402,401,400;, + 4;407,406,405,404;, + 4;411,410,409,408;, + 4;415,414,413,412;, + 4;419,418,417,416;, + 4;423,422,421,420;, + 4;427,426,425,424;, + 4;431,430,429,428;, + 4;435,434,433,432;, + 4;439,438,437,436;, + 4;443,442,441,440;, + 4;447,446,445,444;, + 4;451,450,449,448;, + 4;455,454,453,452;, + 4;459,458,457,456;, + 4;463,462,461,460;, + 4;467,466,465,464;, + 4;471,470,469,468;, + 4;475,474,473,472;, + 4;479,478,477,476;, + 4;483,482,481,480;, + 4;487,486,485,484;, + 4;491,490,489,488;, + 4;495,494,493,492;, + 4;499,498,497,496;, + 4;503,502,501,500;, + 4;507,506,505,504;, + 4;511,510,509,508;, + 4;515,514,513,512;, + 4;519,518,517,516;, + 4;523,522,521,520;, + 4;527,526,525,524;, + 4;531,530,529,528;, + 4;535,534,533,532;, + 4;539,538,537,536;, + 4;543,542,541,540;, + 4;547,546,545,544;, + 4;551,550,549,548;, + 4;555,554,553,552;, + 4;559,558,557,556;, + 4;563,562,561,560;, + 4;567,566,565,564;, + 4;571,570,569,568;, + 4;575,574,573,572;, + 4;579,578,577,576;, + 4;583,582,581,580;, + 4;587,586,585,584;, + 4;591,590,589,588;, + 4;595,594,593,592;, + 4;599,598,597,596;, + 4;603,602,601,600;, + 4;607,606,605,604;, + 4;611,610,609,608;, + 4;615,614,613,612;, + 4;619,618,617,616;, + 4;623,622,621,620;, + 4;627,626,625,624;, + 4;631,630,629,628;, + 4;635,634,633,632;, + 4;639,638,637,636;, + 4;643,642,641,640;, + 4;647,646,645,644;, + 4;651,650,649,648;, + 4;655,654,653,652;, + 4;659,658,657,656;, + 4;663,662,661,660;, + 4;667,666,665,664;, + 4;671,670,669,668;, + 4;675,674,673,672;, + 4;679,678,677,676;, + 4;683,682,681,680;, + 4;687,686,685,684;, + 4;691,690,689,688;, + 4;695,694,693,692;, + 4;699,698,697,696;, + 4;703,702,701,700;, + 4;707,706,705,704;, + 4;711,710,709,708;, + 4;715,714,713,712;, + 4;719,718,717,716;, + 4;723,722,721,720;, + 4;727,726,725,724;, + 4;731,730,729,728;, + 4;735,734,733,732;, + 4;739,738,737,736;, + 4;743,742,741,740;, + 4;747,746,745,744;, + 4;751,750,749,748;, + 4;755,754,753,752;, + 4;759,758,757,756;, + 4;763,762,761,760;, + 4;767,766,765,764;, + 4;771,770,769,768;, + 4;775,774,773,772;, + 4;779,778,777,776;, + 4;783,782,781,780;, + 4;787,786,785,784;, + 4;791,790,789,788;, + 4;795,794,793,792;, + 4;799,798,797,796;, + 4;803,802,801,800;, + 4;807,806,805,804;, + 4;811,810,809,808;, + 4;815,814,813,812;, + 4;819,818,817,816;, + 4;823,822,821,820;, + 4;827,826,825,824;, + 4;831,830,829,828;, + 4;835,834,833,832;, + 4;839,838,837,836;, + 4;843,842,841,840;, + 4;847,846,845,844;, + 4;851,850,849,848;, + 4;855,854,853,852;, + 4;859,858,857,856;, + 4;863,862,861,860;, + 4;867,866,865,864;, + 4;871,870,869,868;, + 4;875,874,873,872;, + 4;879,878,877,876;, + 4;883,882,881,880;, + 4;887,886,885,884;, + 4;891,890,889,888;, + 4;895,894,893,892;, + 4;899,898,897,896;, + 4;903,902,901,900;, + 4;907,906,905,904;, + 4;911,910,909,908;, + 4;915,914,913,912;, + 4;919,918,917,916;, + 4;923,922,921,920;, + 4;927,926,925,924;, + 4;931,930,929,928;, + 4;935,934,933,932;, + 4;939,938,937,936;, + 4;943,942,941,940;, + 4;947,946,945,944;, + 4;951,950,949,948;, + 4;955,954,953,952;, + 4;959,958,957,956;, + 4;963,962,961,960;, + 4;967,966,965,964;, + 4;971,970,969,968;, + 4;975,974,973,972;, + 4;979,978,977,976;, + 4;983,982,981,980;, + 4;987,986,985,984;, + 4;991,990,989,988;, + 4;995,994,993,992;, + 4;999,998,997,996;, + 4;1003,1002,1001,1000;, + 4;1007,1006,1005,1004;, + 4;1011,1010,1009,1008;, + 4;1015,1014,1013,1012;, + 4;1019,1018,1017,1016;, + 4;1023,1022,1021,1020;, + 4;1027,1026,1025,1024;, + 4;1031,1030,1029,1028;, + 4;1035,1034,1033,1032;, + 4;1039,1038,1037,1036;, + 4;1043,1042,1041,1040;, + 4;1047,1046,1045,1044;, + 4;1051,1050,1049,1048;, + 4;1055,1054,1053,1052;, + 4;1059,1058,1057,1056;, + 4;1063,1062,1061,1060;, + 4;1067,1066,1065,1064;, + 4;1071,1070,1069,1068;, + 4;1075,1074,1073,1072;, + 4;1079,1078,1077,1076;, + 4;1083,1082,1081,1080;, + 4;1087,1086,1085,1084;, + 4;1091,1090,1089,1088;, + 4;1095,1094,1093,1092;, + 4;1099,1098,1097,1096;, + 4;1103,1102,1101,1100;, + 4;1107,1106,1105,1104;, + 4;1111,1110,1109,1108;, + 4;1115,1114,1113,1112;, + 4;1119,1118,1117,1116;, + 4;1123,1122,1121,1120;, + 4;1127,1126,1125,1124;, + 4;1131,1130,1129,1128;, + 4;1135,1134,1133,1132;, + 4;1139,1138,1137,1136;, + 4;1143,1142,1141,1140;, + 4;1147,1146,1145,1144;, + 4;1151,1150,1149,1148;, + 4;1155,1154,1153,1152;, + 4;1159,1158,1157,1156;, + 4;1163,1162,1161,1160;, + 4;1167,1166,1165,1164;, + 4;1171,1170,1169,1168;, + 4;1175,1174,1173,1172;, + 4;1179,1178,1177,1176;, + 4;1183,1182,1181,1180;, + 4;1187,1186,1185,1184;, + 4;1191,1190,1189,1188;, + 4;1195,1194,1193,1192;, + 4;1199,1198,1197,1196;, + 4;1203,1202,1201,1200;, + 4;1207,1206,1205,1204;, + 4;1211,1210,1209,1208;, + 4;1215,1214,1213,1212;, + 4;1219,1218,1217,1216;, + 4;1223,1222,1221,1220;, + 4;1227,1226,1225,1224;, + 4;1231,1230,1229,1228;, + 4;1235,1234,1233,1232;, + 4;1239,1238,1237,1236;, + 4;1243,1242,1241,1240;, + 4;1247,1246,1245,1244;, + 4;1251,1250,1249,1248;, + 4;1255,1254,1253,1252;, + 4;1259,1258,1257,1256;, + 4;1263,1262,1261,1260;, + 4;1267,1266,1265,1264;, + 4;1271,1270,1269,1268;, + 4;1275,1274,1273,1272;, + 4;1279,1278,1277,1276;, + 4;1283,1282,1281,1280;, + 4;1287,1286,1285,1284;, + 4;1291,1290,1289,1288;, + 4;1295,1294,1293,1292;, + 4;1299,1298,1297,1296;, + 4;1303,1302,1301,1300;, + 4;1307,1306,1305,1304;, + 4;1311,1310,1309,1308;, + 4;1315,1314,1313,1312;, + 4;1319,1318,1317,1316;, + 4;1323,1322,1321,1320;, + 4;1327,1326,1325,1324;, + 4;1331,1330,1329,1328;, + 4;1335,1334,1333,1332;, + 4;1339,1338,1337,1336;, + 4;1343,1342,1341,1340;, + 4;1347,1346,1345,1344;, + 4;1351,1350,1349,1348;, + 4;1355,1354,1353,1352;, + 4;1359,1358,1357,1356;, + 4;1363,1362,1361,1360;, + 4;1367,1366,1365,1364;, + 4;1371,1370,1369,1368;, + 4;1375,1374,1373,1372;, + 4;1379,1378,1377,1376;, + 4;1383,1382,1381,1380;, + 4;1387,1386,1385,1384;, + 4;1391,1390,1389,1388;, + 4;1395,1394,1393,1392;, + 4;1399,1398,1397,1396;, + 4;1403,1402,1401,1400;, + 4;1407,1406,1405,1404;, + 4;1411,1410,1409,1408;, + 4;1415,1414,1413,1412;, + 4;1419,1418,1417,1416;, + 4;1423,1422,1421,1420;, + 4;1427,1426,1425,1424;, + 4;1431,1430,1429,1428;, + 4;1435,1434,1433,1432;, + 4;1439,1438,1437,1436;, + 4;1443,1442,1441,1440;, + 4;1447,1446,1445,1444;, + 4;1451,1450,1449,1448;, + 4;1455,1454,1453,1452;, + 4;1459,1458,1457,1456;, + 4;1463,1462,1461,1460;, + 4;1467,1466,1465,1464;, + 4;1471,1470,1469,1468;, + 4;1475,1474,1473,1472;, + 4;1479,1478,1477,1476;, + 4;1483,1482,1481,1480;, + 4;1487,1486,1485,1484;, + 4;1491,1490,1489,1488;, + 4;1495,1494,1493,1492;, + 4;1499,1498,1497,1496;, + 4;1503,1502,1501,1500;, + 4;1507,1506,1505,1504;, + 4;1511,1510,1509,1508;, + 4;1515,1514,1513,1512;, + 4;1519,1518,1517,1516;, + 4;1523,1522,1521,1520;, + 4;1527,1526,1525,1524;, + 4;1531,1530,1529,1528;, + 4;1535,1534,1533,1532;, + 4;1539,1538,1537,1536;, + 4;1543,1542,1541,1540;, + 4;1547,1546,1545,1544;, + 4;1551,1550,1549,1548;, + 4;1555,1554,1553,1552;, + 4;1559,1558,1557,1556;, + 4;1563,1562,1561,1560;, + 4;1567,1566,1565,1564;, + 4;1571,1570,1569,1568;, + 4;1575,1574,1573,1572;, + 4;1579,1578,1577,1576;, + 4;1583,1582,1581,1580;, + 4;1587,1586,1585,1584;, + 4;1591,1590,1589,1588;, + 4;1595,1594,1593,1592;, + 4;1599,1598,1597,1596;, + 4;1603,1602,1601,1600;, + 4;1607,1606,1605,1604;, + 4;1611,1610,1609,1608;, + 4;1615,1614,1613,1612;, + 4;1619,1618,1617,1616;, + 4;1623,1622,1621,1620;, + 4;1627,1626,1625,1624;, + 4;1631,1630,1629,1628;, + 4;1635,1634,1633,1632;, + 4;1639,1638,1637,1636;, + 4;1643,1642,1641,1640;, + 4;1647,1646,1645,1644;, + 4;1651,1650,1649,1648;, + 4;1655,1654,1653,1652;, + 4;1659,1658,1657,1656;, + 4;1663,1662,1661,1660;, + 4;1667,1666,1665,1664;, + 4;1671,1670,1669,1668;, + 4;1675,1674,1673,1672;, + 4;1679,1678,1677,1676;, + 4;1683,1682,1681,1680;, + 4;1687,1686,1685,1684;, + 4;1691,1690,1689,1688;, + 4;1695,1694,1693,1692;, + 4;1699,1698,1697,1696;, + 4;1703,1702,1701,1700;, + 4;1707,1706,1705,1704;, + 4;1711,1710,1709,1708;, + 4;1715,1714,1713,1712;, + 4;1719,1718,1717,1716;, + 4;1723,1722,1721,1720;, + 4;1727,1726,1725,1724;, + 4;1731,1730,1729,1728;, + 4;1735,1734,1733,1732;, + 4;1739,1738,1737,1736;, + 4;1743,1742,1741,1740;, + 4;1747,1746,1745,1744;, + 4;1751,1750,1749,1748;, + 4;1755,1754,1753,1752;, + 4;1759,1758,1757,1756;, + 4;1763,1762,1761,1760;, + 4;1767,1766,1765,1764;, + 4;1771,1770,1769,1768;, + 4;1775,1774,1773,1772;, + 4;1779,1778,1777,1776;, + 4;1783,1782,1781,1780;, + 4;1787,1786,1785,1784;, + 4;1791,1790,1789,1788;, + 4;1795,1794,1793,1792;, + 4;1799,1798,1797,1796;, + 4;1803,1802,1801,1800;, + 4;1807,1806,1805,1804;, + 4;1811,1810,1809,1808;, + 4;1815,1814,1813,1812;, + 4;1819,1818,1817,1816;, + 4;1823,1822,1821,1820;, + 4;1827,1826,1825,1824;, + 4;1831,1830,1829,1828;, + 4;1835,1834,1833,1832;, + 4;1839,1838,1837,1836;, + 4;1843,1842,1841,1840;, + 4;1847,1846,1845,1844;, + 4;1851,1850,1849,1848;, + 4;1855,1854,1853,1852;, + 4;1859,1858,1857,1856;, + 4;1863,1862,1861,1860;, + 4;1867,1866,1865,1864;, + 4;1871,1870,1869,1868;, + 4;1875,1874,1873,1872;, + 4;1879,1878,1877,1876;, + 4;1883,1882,1881,1880;, + 4;1887,1886,1885,1884;, + 4;1891,1890,1889,1888;, + 4;1895,1894,1893,1892;, + 4;1899,1898,1897,1896;, + 4;1903,1902,1901,1900;, + 4;1907,1906,1905,1904;, + 4;1911,1910,1909,1908;, + 4;1915,1914,1913,1912;, + 4;1919,1918,1917,1916;, + 4;1923,1922,1921,1920;, + 4;1927,1926,1925,1924;, + 4;1931,1930,1929,1928;, + 4;1935,1934,1933,1932;, + 4;1939,1938,1937,1936;, + 4;1943,1942,1941,1940;, + 4;1947,1946,1945,1944;, + 4;1951,1950,1949,1948;, + 4;1955,1954,1953,1952;, + 4;1959,1958,1957,1956;, + 4;1963,1962,1961,1960;, + 4;1967,1966,1965,1964;, + 4;1971,1970,1969,1968;, + 4;1975,1974,1973,1972;, + 4;1979,1978,1977,1976;, + 4;1983,1982,1981,1980;, + 4;1987,1986,1985,1984;, + 4;1991,1990,1989,1988;, + 4;1995,1994,1993,1992;, + 4;1999,1998,1997,1996;, + 4;2003,2002,2001,2000;, + 4;2007,2006,2005,2004;, + 4;2011,2010,2009,2008;, + 4;2015,2014,2013,2012;, + 4;2019,2018,2017,2016;, + 4;2023,2022,2021,2020;, + 4;2027,2026,2025,2024;, + 4;2031,2030,2029,2028;, + 4;2035,2034,2033,2032;, + 4;2039,2038,2037,2036;, + 4;2043,2042,2041,2040;, + 4;2047,2046,2045,2044;, + 4;2051,2050,2049,2048;, + 4;2055,2054,2053,2052;, + 4;2059,2058,2057,2056;, + 4;2063,2062,2061,2060;, + 4;2067,2066,2065,2064;, + 4;2071,2070,2069,2068;, + 4;2075,2074,2073,2072;, + 4;2079,2078,2077,2076;, + 4;2083,2082,2081,2080;, + 4;2087,2086,2085,2084;, + 4;2091,2090,2089,2088;, + 4;2095,2094,2093,2092;, + 4;2099,2098,2097,2096;, + 4;2103,2102,2101,2100;, + 4;2107,2106,2105,2104;, + 4;2111,2110,2109,2108;, + 4;2115,2114,2113,2112;, + 4;2119,2118,2117,2116;, + 4;2123,2122,2121,2120;, + 4;2127,2126,2125,2124;, + 4;2131,2130,2129,2128;, + 4;2135,2134,2133,2132;, + 4;2139,2138,2137,2136;, + 4;2143,2142,2141,2140;, + 4;2147,2146,2145,2144;, + 4;2151,2150,2149,2148;, + 4;2155,2154,2153,2152;, + 4;2159,2158,2157,2156;, + 4;2163,2162,2161,2160;, + 4;2167,2166,2165,2164;, + 4;2171,2170,2169,2168;, + 4;2175,2174,2173,2172;, + 4;2179,2178,2177,2176;, + 4;2183,2182,2181,2180;, + 4;2187,2186,2185,2184;, + 4;2191,2190,2189,2188;, + 4;2195,2194,2193,2192;, + 4;2199,2198,2197,2196;, + 4;2203,2202,2201,2200;, + 4;2207,2206,2205,2204;, + 4;2211,2210,2209,2208;, + 4;2215,2214,2213,2212;, + 4;2219,2218,2217,2216;, + 4;2223,2222,2221,2220;, + 4;2227,2226,2225,2224;, + 4;2231,2230,2229,2228;, + 4;2235,2234,2233,2232;, + 4;2239,2238,2237,2236;, + 4;2243,2242,2241,2240;, + 4;2247,2246,2245,2244;, + 4;2251,2250,2249,2248;, + 4;2255,2254,2253,2252;, + 4;2259,2258,2257,2256;, + 4;2263,2262,2261,2260;, + 4;2267,2266,2265,2264;, + 4;2271,2270,2269,2268;, + 4;2275,2274,2273,2272;, + 4;2279,2278,2277,2276;, + 4;2283,2282,2281,2280;, + 4;2287,2286,2285,2284;, + 4;2291,2290,2289,2288;, + 4;2295,2294,2293,2292;, + 4;2299,2298,2297,2296;, + 4;2303,2302,2301,2300;, + 4;2307,2306,2305,2304;, + 4;2311,2310,2309,2308;, + 4;2315,2314,2313,2312;, + 4;2319,2318,2317,2316;, + 4;2323,2322,2321,2320;, + 4;2327,2326,2325,2324;, + 4;2331,2330,2329,2328;, + 4;2335,2334,2333,2332;, + 4;2339,2338,2337,2336;, + 4;2343,2342,2341,2340;, + 4;2347,2346,2345,2344;, + 4;2351,2350,2349,2348;, + 4;2355,2354,2353,2352;, + 4;2359,2358,2357,2356;, + 4;2363,2362,2361,2360;, + 4;2367,2366,2365,2364;, + 4;2371,2370,2369,2368;, + 4;2375,2374,2373,2372;, + 4;2379,2378,2377,2376;, + 4;2383,2382,2381,2380;, + 4;2387,2386,2385,2384;, + 4;2391,2390,2389,2388;, + 4;2395,2394,2393,2392;, + 4;2399,2398,2397,2396;, + 4;2403,2402,2401,2400;, + 4;2407,2406,2405,2404;, + 4;2411,2410,2409,2408;, + 4;2415,2414,2413,2412;, + 4;2419,2418,2417,2416;, + 4;2423,2422,2421,2420;, + 4;2427,2426,2425,2424;, + 4;2431,2430,2429,2428;, + 4;2435,2434,2433,2432;, + 4;2439,2438,2437,2436;, + 4;2443,2442,2441,2440;, + 4;2447,2446,2445,2444;, + 4;2451,2450,2449,2448;, + 4;2455,2454,2453,2452;, + 4;2459,2458,2457,2456;, + 4;2463,2462,2461,2460;, + 4;2467,2466,2465,2464;, + 4;2471,2470,2469,2468;, + 4;2475,2474,2473,2472;, + 4;2479,2478,2477,2476;, + 4;2483,2482,2481,2480;, + 4;2487,2486,2485,2484;, + 4;2491,2490,2489,2488;, + 4;2495,2494,2493,2492;, + 4;2499,2498,2497,2496;, + 4;2503,2502,2501,2500;, + 4;2507,2506,2505,2504;, + 4;2511,2510,2509,2508;, + 4;2515,2514,2513,2512;, + 4;2519,2518,2517,2516;, + 4;2523,2522,2521,2520;, + 4;2527,2526,2525,2524;, + 4;2531,2530,2529,2528;, + 4;2535,2534,2533,2532;, + 4;2539,2538,2537,2536;, + 4;2543,2542,2541,2540;, + 4;2547,2546,2545,2544;, + 4;2551,2550,2549,2548;, + 4;2555,2554,2553,2552;, + 4;2559,2558,2557,2556;, + 4;2563,2562,2561,2560;, + 4;2567,2566,2565,2564;, + 4;2571,2570,2569,2568;, + 4;2575,2574,2573,2572;, + 4;2579,2578,2577,2576;, + 4;2583,2582,2581,2580;, + 4;2587,2586,2585,2584;, + 4;2591,2590,2589,2588;, + 4;2595,2594,2593,2592;, + 4;2599,2598,2597,2596;, + 4;2603,2602,2601,2600;, + 4;2607,2606,2605,2604;, + 4;2611,2610,2609,2608;, + 4;2615,2614,2613,2612;, + 4;2619,2618,2617,2616;, + 4;2623,2622,2621,2620;, + 4;2627,2626,2625,2624;, + 4;2631,2630,2629,2628;, + 4;2635,2634,2633,2632;, + 4;2639,2638,2637,2636;, + 4;2643,2642,2641,2640;, + 4;2647,2646,2645,2644;, + 4;2651,2650,2649,2648;, + 4;2655,2654,2653,2652;, + 4;2659,2658,2657,2656;, + 4;2663,2662,2661,2660;, + 4;2667,2666,2665,2664;, + 4;2671,2670,2669,2668;, + 4;2675,2674,2673,2672;, + 4;2679,2678,2677,2676;, + 4;2683,2682,2681,2680;, + 4;2687,2686,2685,2684;, + 4;2691,2690,2689,2688;, + 4;2695,2694,2693,2692;, + 4;2699,2698,2697,2696;, + 4;2703,2702,2701,2700;, + 4;2707,2706,2705,2704;, + 4;2711,2710,2709,2708;, + 4;2715,2714,2713,2712;, + 4;2719,2718,2717,2716;, + 4;2723,2722,2721,2720;, + 4;2727,2726,2725,2724;, + 4;2731,2730,2729,2728;, + 4;2735,2734,2733,2732;, + 4;2739,2738,2737,2736;, + 4;2743,2742,2741,2740;, + 4;2747,2746,2745,2744;, + 4;2751,2750,2749,2748;, + 4;2755,2754,2753,2752;, + 4;2759,2758,2757,2756;, + 4;2763,2762,2761,2760;, + 4;2767,2766,2765,2764;, + 4;2771,2770,2769,2768;, + 4;2775,2774,2773,2772;, + 4;2779,2778,2777,2776;, + 4;2783,2782,2781,2780;, + 4;2787,2786,2785,2784;, + 4;2791,2790,2789,2788;, + 4;2795,2794,2793,2792;, + 4;2799,2798,2797,2796;, + 4;2803,2802,2801,2800;, + 4;2807,2806,2805,2804;, + 4;2811,2810,2809,2808;, + 4;2815,2814,2813,2812;, + 4;2819,2818,2817,2816;, + 4;2823,2822,2821,2820;, + 4;2827,2826,2825,2824;, + 4;2831,2830,2829,2828;, + 4;2835,2834,2833,2832;, + 4;2839,2838,2837,2836;, + 4;2843,2842,2841,2840;, + 4;2847,2846,2845,2844;, + 4;2851,2850,2849,2848;, + 4;2855,2854,2853,2852;, + 4;2859,2858,2857,2856;, + 4;2863,2862,2861,2860;, + 4;2867,2866,2865,2864;, + 4;2871,2870,2869,2868;, + 4;2875,2874,2873,2872;, + 4;2879,2878,2877,2876;, + 4;2883,2882,2881,2880;, + 4;2887,2886,2885,2884;, + 4;2891,2890,2889,2888;, + 4;2895,2894,2893,2892;, + 4;2899,2898,2897,2896;, + 4;2903,2902,2901,2900;, + 4;2907,2906,2905,2904;, + 4;2911,2910,2909,2908;, + 4;2915,2914,2913,2912;, + 4;2919,2918,2917,2916;, + 4;2923,2922,2921,2920;, + 4;2927,2926,2925,2924;, + 4;2931,2930,2929,2928;, + 4;2935,2934,2933,2932;, + 4;2939,2938,2937,2936;, + 4;2943,2942,2941,2940;, + 4;2947,2946,2945,2944;, + 4;2951,2950,2949,2948;, + 4;2955,2954,2953,2952;, + 4;2959,2958,2957,2956;, + 4;2963,2962,2961,2960;, + 4;2967,2966,2965,2964;, + 4;2971,2970,2969,2968;, + 4;2975,2974,2973,2972;, + 4;2979,2978,2977,2976;, + 4;2983,2982,2981,2980;, + 4;2987,2986,2985,2984;, + 4;2991,2990,2989,2988;, + 4;2995,2994,2993,2992;, + 4;2999,2998,2997,2996;, + 4;3003,3002,3001,3000;, + 4;3007,3006,3005,3004;, + 4;3011,3010,3009,3008;, + 4;3015,3014,3013,3012;, + 4;3019,3018,3017,3016;, + 4;3023,3022,3021,3020;, + 4;3027,3026,3025,3024;, + 4;3031,3030,3029,3028;, + 4;3035,3034,3033,3032;, + 4;3039,3038,3037,3036;, + 4;3043,3042,3041,3040;, + 4;3047,3046,3045,3044;, + 4;3051,3050,3049,3048;, + 4;3055,3054,3053,3052;, + 4;3059,3058,3057,3056;, + 4;3063,3062,3061,3060;, + 4;3067,3066,3065,3064;, + 4;3071,3070,3069,3068;, + 4;3075,3074,3073,3072;, + 4;3079,3078,3077,3076;, + 4;3083,3082,3081,3080;, + 4;3087,3086,3085,3084;, + 4;3091,3090,3089,3088;, + 4;3095,3094,3093,3092;, + 4;3099,3098,3097,3096;, + 4;3103,3102,3101,3100;, + 4;3107,3106,3105,3104;, + 4;3111,3110,3109,3108;, + 4;3115,3114,3113,3112;, + 4;3119,3118,3117,3116;, + 4;3123,3122,3121,3120;, + 4;3127,3126,3125,3124;, + 4;3131,3130,3129,3128;, + 4;3135,3134,3133,3132;, + 4;3139,3138,3137,3136;, + 4;3143,3142,3141,3140;, + 4;3147,3146,3145,3144;, + 4;3151,3150,3149,3148;, + 4;3155,3154,3153,3152;, + 4;3159,3158,3157,3156;, + 4;3163,3162,3161,3160;, + 4;3167,3166,3165,3164;, + 4;3171,3170,3169,3168;, + 4;3175,3174,3173,3172;, + 4;3179,3178,3177,3176;, + 4;3183,3182,3181,3180;, + 4;3187,3186,3185,3184;, + 4;3191,3190,3189,3188;, + 4;3195,3194,3193,3192;, + 4;3199,3198,3197,3196;, + 4;3203,3202,3201,3200;, + 4;3207,3206,3205,3204;, + 4;3211,3210,3209,3208;, + 4;3215,3214,3213,3212;, + 4;3219,3218,3217,3216;, + 4;3223,3222,3221,3220;, + 4;3227,3226,3225,3224;, + 4;3231,3230,3229,3228;, + 4;3235,3234,3233,3232;, + 4;3239,3238,3237,3236;, + 4;3243,3242,3241,3240;, + 4;3247,3246,3245,3244;, + 4;3251,3250,3249,3248;, + 4;3255,3254,3253,3252;, + 4;3259,3258,3257,3256;, + 4;3263,3262,3261,3260;, + 4;3267,3266,3265,3264;, + 4;3271,3270,3269,3268;, + 4;3275,3274,3273,3272;, + 4;3279,3278,3277,3276;, + 4;3283,3282,3281,3280;, + 4;3287,3286,3285,3284;, + 4;3291,3290,3289,3288;, + 4;3295,3294,3293,3292;, + 4;3299,3298,3297,3296;, + 4;3303,3302,3301,3300;, + 4;3307,3306,3305,3304;, + 4;3311,3310,3309,3308;, + 4;3315,3314,3313,3312;, + 4;3319,3318,3317,3316;, + 4;3323,3322,3321,3320;, + 4;3327,3326,3325,3324;, + 4;3331,3330,3329,3328;, + 4;3335,3334,3333,3332;, + 4;3339,3338,3337,3336;, + 4;3343,3342,3341,3340;, + 4;3347,3346,3345,3344;, + 4;3351,3350,3349,3348;, + 4;3355,3354,3353,3352;, + 4;3359,3358,3357,3356;, + 4;3363,3362,3361,3360;, + 4;3367,3366,3365,3364;, + 4;3371,3370,3369,3368;, + 4;3375,3374,3373,3372;, + 4;3379,3378,3377,3376;, + 4;3383,3382,3381,3380;, + 4;3387,3386,3385,3384;, + 4;3391,3390,3389,3388;, + 4;3395,3394,3393,3392;, + 4;3399,3398,3397,3396;, + 4;3403,3402,3401,3400;, + 4;3407,3406,3405,3404;, + 4;3411,3410,3409,3408;, + 4;3415,3414,3413,3412;, + 4;3419,3418,3417,3416;, + 4;3423,3422,3421,3420;, + 4;3427,3426,3425,3424;, + 4;3431,3430,3429,3428;, + 4;3435,3434,3433,3432;, + 4;3439,3438,3437,3436;, + 4;3443,3442,3441,3440;, + 4;3447,3446,3445,3444;, + 4;3451,3450,3449,3448;, + 4;3455,3454,3453,3452;, + 4;3459,3458,3457,3456;, + 4;3463,3462,3461,3460;, + 4;3467,3466,3465,3464;, + 4;3471,3470,3469,3468;, + 4;3475,3474,3473,3472;, + 4;3479,3478,3477,3476;, + 4;3483,3482,3481,3480;, + 4;3487,3486,3485,3484;, + 4;3491,3490,3489,3488;, + 4;3495,3494,3493,3492;, + 4;3499,3498,3497,3496;, + 4;3503,3502,3501,3500;, + 4;3507,3506,3505,3504;, + 4;3511,3510,3509,3508;, + 4;3515,3514,3513,3512;, + 4;3519,3518,3517,3516;, + 4;3523,3522,3521,3520;, + 4;3527,3526,3525,3524;, + 4;3531,3530,3529,3528;, + 4;3535,3534,3533,3532;, + 4;3539,3538,3537,3536;, + 4;3543,3542,3541,3540;, + 4;3547,3546,3545,3544;, + 4;3551,3550,3549,3548;, + 4;3555,3554,3553,3552;, + 4;3559,3558,3557,3556;, + 4;3563,3562,3561,3560;, + 4;3567,3566,3565,3564;, + 4;3571,3570,3569,3568;, + 4;3575,3574,3573,3572;, + 4;3579,3578,3577,3576;, + 4;3583,3582,3581,3580;, + 4;3587,3586,3585,3584;, + 4;3591,3590,3589,3588;, + 4;3595,3594,3593,3592;, + 4;3599,3598,3597,3596;, + 4;3603,3602,3601,3600;, + 4;3607,3606,3605,3604;, + 4;3611,3610,3609,3608;, + 4;3615,3614,3613,3612;, + 4;3619,3618,3617,3616;, + 4;3623,3622,3621,3620;, + 4;3627,3626,3625,3624;, + 4;3631,3630,3629,3628;, + 4;3635,3634,3633,3632;, + 4;3639,3638,3637,3636;, + 4;3643,3642,3641,3640;, + 4;3647,3646,3645,3644;, + 4;3651,3650,3649,3648;, + 4;3655,3654,3653,3652;, + 4;3659,3658,3657,3656;, + 4;3663,3662,3661,3660;, + 4;3667,3666,3665,3664;, + 4;3671,3670,3669,3668;, + 4;3675,3674,3673,3672;, + 4;3679,3678,3677,3676;, + 4;3683,3682,3681,3680;, + 4;3687,3686,3685,3684;, + 4;3691,3690,3689,3688;, + 4;3695,3694,3693,3692;, + 4;3699,3698,3697,3696;, + 4;3703,3702,3701,3700;, + 4;3707,3706,3705,3704;, + 4;3711,3710,3709,3708;, + 4;3715,3714,3713,3712;, + 4;3719,3718,3717,3716;, + 4;3723,3722,3721,3720;, + 4;3727,3726,3725,3724;, + 4;3731,3730,3729,3728;, + 4;3735,3734,3733,3732;, + 4;3739,3738,3737,3736;, + 4;3743,3742,3741,3740;, + 4;3747,3746,3745,3744;, + 4;3751,3750,3749,3748;, + 4;3755,3754,3753,3752;, + 4;3759,3758,3757,3756;, + 4;3763,3762,3761,3760;, + 4;3767,3766,3765,3764;, + 4;3771,3770,3769,3768;, + 4;3775,3774,3773,3772;, + 4;3779,3778,3777,3776;, + 4;3783,3782,3781,3780;, + 4;3787,3786,3785,3784;, + 4;3791,3790,3789,3788;, + 4;3795,3794,3793,3792;, + 4;3799,3798,3797,3796;, + 4;3803,3802,3801,3800;, + 4;3807,3806,3805,3804;, + 4;3811,3810,3809,3808;, + 4;3815,3814,3813,3812;, + 4;3819,3818,3817,3816;, + 4;3823,3822,3821,3820;, + 4;3827,3826,3825,3824;, + 4;3831,3830,3829,3828;, + 4;3835,3834,3833,3832;, + 4;3839,3838,3837,3836;, + 4;3843,3842,3841,3840;, + 4;3847,3846,3845,3844;, + 4;3851,3850,3849,3848;, + 4;3855,3854,3853,3852;, + 4;3859,3858,3857,3856;, + 4;3863,3862,3861,3860;, + 4;3867,3866,3865,3864;, + 4;3871,3870,3869,3868;, + 4;3875,3874,3873,3872;, + 4;3879,3878,3877,3876;, + 4;3883,3882,3881,3880;, + 4;3887,3886,3885,3884;, + 4;3891,3890,3889,3888;, + 4;3895,3894,3893,3892;, + 4;3899,3898,3897,3896;, + 4;3903,3902,3901,3900;, + 4;3907,3906,3905,3904;, + 4;3911,3910,3909,3908;, + 4;3915,3914,3913,3912;, + 4;3919,3918,3917,3916;, + 4;3923,3922,3921,3920;, + 4;3927,3926,3925,3924;, + 4;3931,3930,3929,3928;, + 4;3935,3934,3933,3932;, + 4;3939,3938,3937,3936;, + 4;3943,3942,3941,3940;, + 4;3947,3946,3945,3944;, + 4;3951,3950,3949,3948;, + 4;3955,3954,3953,3952;, + 4;3959,3958,3957,3956;, + 4;3963,3962,3961,3960;, + 4;3967,3966,3965,3964;, + 4;3971,3970,3969,3968;, + 4;3975,3974,3973,3972;, + 4;3979,3978,3977,3976;, + 4;3983,3982,3981,3980;, + 4;3987,3986,3985,3984;, + 4;3991,3990,3989,3988;, + 4;3995,3994,3993,3992;, + 4;3999,3998,3997,3996;, + 4;4003,4002,4001,4000;, + 4;4007,4006,4005,4004;, + 4;4011,4010,4009,4008;, + 4;4015,4014,4013,4012;, + 4;4019,4018,4017,4016;, + 4;4023,4022,4021,4020;, + 4;4027,4026,4025,4024;, + 4;4031,4030,4029,4028;, + 4;4035,4034,4033,4032;, + 4;4039,4038,4037,4036;, + 4;4043,4042,4041,4040;, + 4;4047,4046,4045,4044;, + 4;4051,4050,4049,4048;, + 4;4055,4054,4053,4052;, + 4;4059,4058,4057,4056;, + 4;4063,4062,4061,4060;, + 4;4067,4066,4065,4064;, + 4;4071,4070,4069,4068;, + 4;4075,4074,4073,4072;, + 4;4079,4078,4077,4076;; + MeshNormals { // wolfwoman_HighPolyEyes normals + 4080; + -0.895047;-0.445845;-0.009949;, + -0.784448;-0.619678;-0.024232;, + -0.727561;-0.623371; 0.286386;, + -0.836238;-0.452467; 0.309702;, + -0.199805;-0.978393;-0.053011;, + -0.055879;-0.996063;-0.068758;, + -0.042116;-0.993957; 0.101230;, + -0.168218;-0.973693; 0.153539;, + -0.961638;-0.274209; 0.001770;, + -0.895047;-0.445845;-0.009949;, + -0.836238;-0.452467; 0.309702;, + -0.906919;-0.272866; 0.320933;, + -0.118625;-0.990173;-0.073702;, + -0.120884;-0.990631;-0.063387;, + -0.079592;-0.990600; 0.110935;, + -0.063082;-0.993469; 0.094913;, + -0.968383;-0.249428; 0.001373;, + -0.961638;-0.274209; 0.001770;, + -0.906919;-0.272866; 0.320933;, + -0.922147;-0.236061; 0.306375;, + -0.351634;-0.934111;-0.061312;, + -0.118625;-0.990173;-0.073702;, + -0.063082;-0.993469; 0.094913;, + -0.294595;-0.940947; 0.166692;, + -0.519028;-0.853420;-0.047151;, + -0.351634;-0.934111;-0.061312;, + -0.294595;-0.940947; 0.166692;, + -0.464278;-0.859157; 0.215125;, + -0.672994;-0.738731;-0.036195;, + -0.519028;-0.853420;-0.047151;, + -0.464278;-0.859157; 0.215125;, + -0.616108;-0.747063; 0.249580;, + -0.784448;-0.619678;-0.024232;, + -0.672994;-0.738731;-0.036195;, + -0.616108;-0.747063; 0.249580;, + -0.727561;-0.623371; 0.286386;, + -0.464278;-0.859157; 0.215125;, + -0.294595;-0.940947; 0.166692;, + -0.181829;-0.889126; 0.419965;, + -0.331492;-0.800317; 0.499527;, + -0.616108;-0.747063; 0.249580;, + -0.464278;-0.859157; 0.215125;, + -0.331492;-0.800317; 0.499527;, + -0.463668;-0.684347; 0.562700;, + -0.727561;-0.623371; 0.286386;, + -0.616108;-0.747063; 0.249580;, + -0.463668;-0.684347; 0.562700;, + -0.567705;-0.557573; 0.605609;, + -0.836238;-0.452467; 0.309702;, + -0.727561;-0.623371; 0.286386;, + -0.567705;-0.557573; 0.605609;, + -0.663564;-0.391461; 0.637501;, + -0.168218;-0.973693; 0.153539;, + -0.042116;-0.993957; 0.101230;, + 0.023591;-0.966857; 0.254219;, + -0.089267;-0.938383; 0.333781;, + -0.906919;-0.272866; 0.320933;, + -0.836238;-0.452467; 0.309702;, + -0.663564;-0.391461; 0.637501;, + -0.735832;-0.216590; 0.641560;, + -0.063082;-0.993469; 0.094913;, + -0.079592;-0.990600; 0.110935;, + -0.001221;-0.957732; 0.287576;, + 0.014924;-0.958586; 0.284402;, + -0.922147;-0.236061; 0.306375;, + -0.906919;-0.272866; 0.320933;, + -0.735832;-0.216590; 0.641560;, + -0.749535;-0.170782; 0.639515;, + -0.294595;-0.940947; 0.166692;, + -0.063082;-0.993469; 0.094913;, + 0.014924;-0.958586; 0.284402;, + -0.181829;-0.889126; 0.419965;, + -0.089267;-0.938383; 0.333781;, + 0.023591;-0.966857; 0.254219;, + 0.106143;-0.929167; 0.354015;, + 0.024293;-0.888546; 0.458113;, + -0.735832;-0.216590; 0.641560;, + -0.663564;-0.391461; 0.637501;, + -0.499039;-0.313913; 0.807703;, + -0.564623;-0.142735; 0.812891;, + 0.014924;-0.958586; 0.284402;, + -0.001221;-0.957732; 0.287576;, + 0.090793;-0.916929; 0.388562;, + 0.091647;-0.922086; 0.375958;, + -0.749535;-0.170782; 0.639515;, + -0.735832;-0.216590; 0.641560;, + -0.564623;-0.142735; 0.812891;, + -0.586200;-0.098209; 0.804163;, + -0.181829;-0.889126; 0.419965;, + 0.014924;-0.958586; 0.284402;, + 0.091647;-0.922086; 0.375958;, + -0.070193;-0.837397; 0.542009;, + -0.331492;-0.800317; 0.499527;, + -0.181829;-0.889126; 0.419965;, + -0.070193;-0.837397; 0.542009;, + -0.194555;-0.742454; 0.640980;, + -0.463668;-0.684347; 0.562700;, + -0.331492;-0.800317; 0.499527;, + -0.194555;-0.742454; 0.640980;, + -0.311655;-0.618946; 0.720908;, + -0.567705;-0.557573; 0.605609;, + -0.463668;-0.684347; 0.562700;, + -0.311655;-0.618946; 0.720908;, + -0.405408;-0.483047; 0.776055;, + -0.663564;-0.391461; 0.637501;, + -0.567705;-0.557573; 0.605609;, + -0.405408;-0.483047; 0.776055;, + -0.499039;-0.313913; 0.807703;, + -0.311655;-0.618946; 0.720908;, + -0.194555;-0.742454; 0.640980;, + 0.039094;-0.649312; 0.759484;, + -0.055147;-0.513627; 0.856197;, + -0.405408;-0.483047; 0.776055;, + -0.311655;-0.618946; 0.720908;, + -0.055147;-0.513627; 0.856197;, + -0.147221;-0.365490; 0.919065;, + -0.499039;-0.313913; 0.807703;, + -0.405408;-0.483047; 0.776055;, + -0.147221;-0.365490; 0.919065;, + -0.223823;-0.195105; 0.954894;, + 0.024293;-0.888546; 0.458113;, + 0.106143;-0.929167; 0.354015;, + 0.244850;-0.870693; 0.426496;, + 0.194678;-0.819422; 0.539079;, + -0.564623;-0.142735; 0.812891;, + -0.499039;-0.313913; 0.807703;, + -0.223823;-0.195105; 0.954894;, + -0.303262;-0.024384; 0.952574;, + 0.091647;-0.922086; 0.375958;, + 0.090793;-0.916929; 0.388562;, + 0.252510;-0.844234; 0.472732;, + 0.248848;-0.853816; 0.457198;, + -0.586200;-0.098209; 0.804163;, + -0.564623;-0.142735; 0.812891;, + -0.303262;-0.024384; 0.952574;, + -0.329112; 0.028352; 0.943846;, + -0.070193;-0.837397; 0.542009;, + 0.091647;-0.922086; 0.375958;, + 0.248848;-0.853816; 0.457198;, + 0.138798;-0.749290; 0.647511;, + -0.194555;-0.742454; 0.640980;, + -0.070193;-0.837397; 0.542009;, + 0.138798;-0.749290; 0.647511;, + 0.039094;-0.649312; 0.759484;, + -0.329112; 0.028352; 0.943846;, + -0.303262;-0.024384; 0.952574;, + -0.046663; 0.098788; 0.993988;, + -0.073366; 0.149449; 0.986023;, + 0.138798;-0.749290; 0.647511;, + 0.248848;-0.853816; 0.457198;, + 0.393902;-0.767998; 0.504929;, + 0.329936;-0.642689; 0.691427;, + 0.039094;-0.649312; 0.759484;, + 0.138798;-0.749290; 0.647511;, + 0.329936;-0.642689; 0.691427;, + 0.262917;-0.530534; 0.805841;, + -0.055147;-0.513627; 0.856197;, + 0.039094;-0.649312; 0.759484;, + 0.262917;-0.530534; 0.805841;, + 0.190191;-0.386944; 0.902249;, + -0.147221;-0.365490; 0.919065;, + -0.055147;-0.513627; 0.856197;, + 0.190191;-0.386944; 0.902249;, + 0.110660;-0.235511; 0.965545;, + -0.223823;-0.195105; 0.954894;, + -0.147221;-0.365490; 0.919065;, + 0.110660;-0.235511; 0.965545;, + 0.035279;-0.069765; 0.996918;, + 0.194678;-0.819422; 0.539079;, + 0.244850;-0.870693; 0.426496;, + 0.399213;-0.792901; 0.460311;, + 0.367382;-0.743461; 0.558763;, + -0.303262;-0.024384; 0.952574;, + -0.223823;-0.195105; 0.954894;, + 0.035279;-0.069765; 0.996918;, + -0.046663; 0.098788; 0.993988;, + 0.248848;-0.853816; 0.457198;, + 0.252510;-0.844234; 0.472732;, + 0.395215;-0.772423; 0.497116;, + 0.393902;-0.767998; 0.504929;, + 0.035279;-0.069765; 0.996918;, + 0.110660;-0.235511; 0.965545;, + 0.364666;-0.112064; 0.924345;, + 0.288919; 0.060244; 0.955443;, + 0.367382;-0.743461; 0.558763;, + 0.399213;-0.792901; 0.460311;, + 0.525895;-0.742424; 0.414960;, + 0.524766;-0.682180; 0.509110;, + -0.046663; 0.098788; 0.993988;, + 0.035279;-0.069765; 0.996918;, + 0.288919; 0.060244; 0.955443;, + 0.201849; 0.235664; 0.950621;, + 0.393902;-0.767998; 0.504929;, + 0.395215;-0.772423; 0.497116;, + 0.531144;-0.710471; 0.461592;, + 0.520890;-0.708121; 0.476638;, + -0.073366; 0.149449; 0.986023;, + -0.046663; 0.098788; 0.993988;, + 0.201849; 0.235664; 0.950621;, + 0.165410; 0.284066; 0.944395;, + 0.329936;-0.642689; 0.691427;, + 0.393902;-0.767998; 0.504929;, + 0.520890;-0.708121; 0.476638;, + 0.508957;-0.561083; 0.652760;, + 0.262917;-0.530534; 0.805841;, + 0.329936;-0.642689; 0.691427;, + 0.508957;-0.561083; 0.652760;, + 0.476669;-0.438032; 0.762169;, + 0.190191;-0.386944; 0.902249;, + 0.262917;-0.530534; 0.805841;, + 0.476669;-0.438032; 0.762169;, + 0.429121;-0.275307; 0.860225;, + 0.110660;-0.235511; 0.965545;, + 0.190191;-0.386944; 0.902249;, + 0.429121;-0.275307; 0.860225;, + 0.364666;-0.112064; 0.924345;, + 0.429121;-0.275307; 0.860225;, + 0.476669;-0.438032; 0.762169;, + 0.693594;-0.319773; 0.645436;, + 0.670614;-0.144444; 0.727592;, + 0.364666;-0.112064; 0.924345;, + 0.429121;-0.275307; 0.860225;, + 0.670614;-0.144444; 0.727592;, + 0.616749; 0.026795; 0.786676;, + 0.288919; 0.060244; 0.955443;, + 0.364666;-0.112064; 0.924345;, + 0.616749; 0.026795; 0.786676;, + 0.549852; 0.199500; 0.811060;, + 0.524766;-0.682180; 0.509110;, + 0.525895;-0.742424; 0.414960;, + 0.644826;-0.690329; 0.328043;, + 0.668081;-0.618976; 0.412915;, + 0.201849; 0.235664; 0.950621;, + 0.288919; 0.060244; 0.955443;, + 0.549852; 0.199500; 0.811060;, + 0.448195; 0.376934; 0.810572;, + 0.520890;-0.708121; 0.476638;, + 0.531144;-0.710471; 0.461592;, + 0.663564;-0.647481; 0.374737;, + 0.662069;-0.634114; 0.399396;, + 0.165410; 0.284066; 0.944395;, + 0.201849; 0.235664; 0.950621;, + 0.448195; 0.376934; 0.810572;, + 0.414594; 0.426984; 0.803583;, + 0.508957;-0.561083; 0.652760;, + 0.520890;-0.708121; 0.476638;, + 0.662069;-0.634114; 0.399396;, + 0.695791;-0.460158; 0.551439;, + 0.476669;-0.438032; 0.762169;, + 0.508957;-0.561083; 0.652760;, + 0.695791;-0.460158; 0.551439;, + 0.693594;-0.319773; 0.645436;, + 0.414594; 0.426984; 0.803583;, + 0.448195; 0.376934; 0.810572;, + 0.596698; 0.478072; 0.644459;, + 0.560167; 0.524522; 0.641102;, + 0.695791;-0.460158; 0.551439;, + 0.662069;-0.634114; 0.399396;, + 0.749107;-0.589648; 0.301828;, + 0.811884;-0.395703; 0.429182;, + 0.693594;-0.319773; 0.645436;, + 0.695791;-0.460158; 0.551439;, + 0.811884;-0.395703; 0.429182;, + 0.828303;-0.241127; 0.505661;, + 0.670614;-0.144444; 0.727592;, + 0.693594;-0.319773; 0.645436;, + 0.828303;-0.241127; 0.505661;, + 0.818781;-0.053591; 0.571551;, + 0.616749; 0.026795; 0.786676;, + 0.670614;-0.144444; 0.727592;, + 0.818781;-0.053591; 0.571551;, + 0.775475; 0.126499; 0.618549;, + 0.549852; 0.199500; 0.811060;, + 0.616749; 0.026795; 0.786676;, + 0.775475; 0.126499; 0.618549;, + 0.702109; 0.304117; 0.643818;, + 0.668081;-0.618976; 0.412915;, + 0.644826;-0.690329; 0.328043;, + 0.720054;-0.658742; 0.218085;, + 0.758232;-0.585833; 0.286111;, + 0.448195; 0.376934; 0.810572;, + 0.549852; 0.199500; 0.811060;, + 0.702109; 0.304117; 0.643818;, + 0.596698; 0.478072; 0.644459;, + 0.662069;-0.634114; 0.399396;, + 0.663564;-0.647481; 0.374737;, + 0.741234;-0.616321; 0.265786;, + 0.749107;-0.589648; 0.301828;, + 0.702109; 0.304117; 0.643818;, + 0.775475; 0.126499; 0.618549;, + 0.924741; 0.231452; 0.302011;, + 0.853786; 0.411817; 0.318491;, + 0.758232;-0.585833; 0.286111;, + 0.720054;-0.658742; 0.218085;, + 0.769341;-0.635365; 0.066286;, + 0.818964;-0.564470; 0.103000;, + 0.596698; 0.478072; 0.644459;, + 0.702109; 0.304117; 0.643818;, + 0.853786; 0.411817; 0.318491;, + 0.738853; 0.585070; 0.334300;, + 0.749107;-0.589648; 0.301828;, + 0.741234;-0.616321; 0.265786;, + 0.804163;-0.588000; 0.086581;, + 0.827631;-0.549425; 0.114566;, + 0.560167; 0.524522; 0.641102;, + 0.596698; 0.478072; 0.644459;, + 0.738853; 0.585070; 0.334300;, + 0.695364; 0.635060; 0.336283;, + 0.811884;-0.395703; 0.429182;, + 0.749107;-0.589648; 0.301828;, + 0.827631;-0.549425; 0.114566;, + 0.925810;-0.330485; 0.183294;, + 0.828303;-0.241127; 0.505661;, + 0.811884;-0.395703; 0.429182;, + 0.925810;-0.330485; 0.183294;, + 0.959410;-0.164373; 0.229011;, + 0.818781;-0.053591; 0.571551;, + 0.828303;-0.241127; 0.505661;, + 0.959410;-0.164373; 0.229011;, + 0.963897; 0.040529; 0.263161;, + 0.775475; 0.126499; 0.618549;, + 0.818781;-0.053591; 0.571551;, + 0.963897; 0.040529; 0.263161;, + 0.924741; 0.231452; 0.302011;, + 0.963897; 0.040529; 0.263161;, + 0.959410;-0.164373; 0.229011;, + 0.992981;-0.110904;-0.040529;, + 0.996094; 0.082430;-0.030824;, + 0.924741; 0.231452; 0.302011;, + 0.963897; 0.040529; 0.263161;, + 0.996094; 0.082430;-0.030824;, + 0.959044; 0.282785;-0.014649;, + 0.853786; 0.411817; 0.318491;, + 0.924741; 0.231452; 0.302011;, + 0.959044; 0.282785;-0.014649;, + 0.894284; 0.447432; 0.001465;, + 0.818964;-0.564470; 0.103000;, + 0.769341;-0.635365; 0.066286;, + 0.780908;-0.618671;-0.085971;, + 0.833430;-0.547197;-0.077029;, + 0.738853; 0.585070; 0.334300;, + 0.853786; 0.411817; 0.318491;, + 0.894284; 0.447432; 0.001465;, + 0.786370; 0.617237; 0.024445;, + 0.827631;-0.549425; 0.114566;, + 0.804163;-0.588000; 0.086581;, + 0.823176;-0.562609;-0.076235;, + 0.853633;-0.516495;-0.067141;, + 0.695364; 0.635060; 0.336283;, + 0.738853; 0.585070; 0.334300;, + 0.786370; 0.617237; 0.024445;, + 0.742058; 0.669454; 0.033845;, + 0.925810;-0.330485; 0.183294;, + 0.827631;-0.549425; 0.114566;, + 0.853633;-0.516495;-0.067141;, + 0.956572;-0.287118;-0.050020;, + 0.959410;-0.164373; 0.229011;, + 0.925810;-0.330485; 0.183294;, + 0.956572;-0.287118;-0.050020;, + 0.992981;-0.110904;-0.040529;, + 0.742058; 0.669454; 0.033845;, + 0.786370; 0.617237; 0.024445;, + 0.732810; 0.617756;-0.285104;, + 0.693106; 0.667989;-0.270791;, + 0.956572;-0.287118;-0.050020;, + 0.853633;-0.516495;-0.067141;, + 0.817499;-0.524125;-0.238594;, + 0.916288;-0.289865;-0.276345;, + 0.992981;-0.110904;-0.040529;, + 0.956572;-0.287118;-0.050020;, + 0.916288;-0.289865;-0.276345;, + 0.945799;-0.119205;-0.302011;, + 0.996094; 0.082430;-0.030824;, + 0.992981;-0.110904;-0.040529;, + 0.945799;-0.119205;-0.302011;, + 0.945097; 0.084231;-0.315653;, + 0.959044; 0.282785;-0.014649;, + 0.996094; 0.082430;-0.030824;, + 0.945097; 0.084231;-0.315653;, + 0.906095; 0.278237;-0.318613;, + 0.894284; 0.447432; 0.001465;, + 0.959044; 0.282785;-0.014649;, + 0.906095; 0.278237;-0.318613;, + 0.838588; 0.451247;-0.305094;, + 0.833430;-0.547197;-0.077029;, + 0.780908;-0.618671;-0.085971;, + 0.751274;-0.621509;-0.221992;, + 0.801080;-0.546525;-0.243995;, + 0.786370; 0.617237; 0.024445;, + 0.894284; 0.447432; 0.001465;, + 0.838588; 0.451247;-0.305094;, + 0.732810; 0.617756;-0.285104;, + 0.853633;-0.516495;-0.067141;, + 0.823176;-0.562609;-0.076235;, + 0.789026;-0.569597;-0.230110;, + 0.817499;-0.524125;-0.238594;, + 0.838588; 0.451247;-0.305094;, + 0.906095; 0.278237;-0.318613;, + 0.740318; 0.223518;-0.633961;, + 0.670827; 0.391064;-0.630116;, + 0.801080;-0.546525;-0.243995;, + 0.751274;-0.621509;-0.221992;, + 0.694479;-0.628651;-0.349925;, + 0.728721;-0.551073;-0.406507;, + 0.732810; 0.617756;-0.285104;, + 0.838588; 0.451247;-0.305094;, + 0.670827; 0.391064;-0.630116;, + 0.572405; 0.556017;-0.602649;, + 0.817499;-0.524125;-0.238594;, + 0.789026;-0.569597;-0.230110;, + 0.715812;-0.580035;-0.388745;, + 0.728629;-0.545640;-0.413892;, + 0.693106; 0.667989;-0.270791;, + 0.732810; 0.617756;-0.285104;, + 0.572405; 0.556017;-0.602649;, + 0.532456; 0.604938;-0.591998;, + 0.916288;-0.289865;-0.276345;, + 0.817499;-0.524125;-0.238594;, + 0.728629;-0.545640;-0.413892;, + 0.789911;-0.328257;-0.517899;, + 0.945799;-0.119205;-0.302011;, + 0.916288;-0.289865;-0.276345;, + 0.789911;-0.328257;-0.517899;, + 0.802911;-0.160497;-0.574053;, + 0.945097; 0.084231;-0.315653;, + 0.945799;-0.119205;-0.302011;, + 0.802911;-0.160497;-0.574053;, + 0.788079; 0.031068;-0.614734;, + 0.906095; 0.278237;-0.318613;, + 0.945097; 0.084231;-0.315653;, + 0.788079; 0.031068;-0.614734;, + 0.740318; 0.223518;-0.633961;, + 0.802911;-0.160497;-0.574053;, + 0.789911;-0.328257;-0.517899;, + 0.666433;-0.380749;-0.640950;, + 0.658345;-0.222083;-0.719169;, + 0.788079; 0.031068;-0.614734;, + 0.802911;-0.160497;-0.574053;, + 0.658345;-0.222083;-0.719169;, + 0.630604;-0.036225;-0.775231;, + 0.740318; 0.223518;-0.633961;, + 0.788079; 0.031068;-0.614734;, + 0.630604;-0.036225;-0.775231;, + 0.571856; 0.153813;-0.805780;, + 0.670827; 0.391064;-0.630116;, + 0.740318; 0.223518;-0.633961;, + 0.571856; 0.153813;-0.805780;, + 0.504135; 0.320505;-0.801904;, + 0.728721;-0.551073;-0.406507;, + 0.694479;-0.628651;-0.349925;, + 0.613086;-0.649434;-0.449782;, + 0.631458;-0.571734;-0.523759;, + 0.572405; 0.556017;-0.602649;, + 0.670827; 0.391064;-0.630116;, + 0.504135; 0.320505;-0.801904;, + 0.409436; 0.484451;-0.773034;, + 0.728629;-0.545640;-0.413892;, + 0.715812;-0.580035;-0.388745;, + 0.631001;-0.603717;-0.487136;, + 0.637226;-0.581957;-0.505203;, + 0.532456; 0.604938;-0.591998;, + 0.572405; 0.556017;-0.602649;, + 0.409436; 0.484451;-0.773034;, + 0.372753; 0.536973;-0.756737;, + 0.789911;-0.328257;-0.517899;, + 0.728629;-0.545640;-0.413892;, + 0.637226;-0.581957;-0.505203;, + 0.666433;-0.380749;-0.640950;, + 0.409436; 0.484451;-0.773034;, + 0.504135; 0.320505;-0.801904;, + 0.231727; 0.203009;-0.951353;, + 0.147954; 0.366344;-0.918638;, + 0.637226;-0.581957;-0.505203;, + 0.631001;-0.603717;-0.487136;, + 0.491256;-0.659780;-0.568621;, + 0.488235;-0.653737;-0.578112;, + 0.372753; 0.536973;-0.756737;, + 0.409436; 0.484451;-0.773034;, + 0.147954; 0.366344;-0.918638;, + 0.106845; 0.410443;-0.905576;, + 0.666433;-0.380749;-0.640950;, + 0.637226;-0.581957;-0.505203;, + 0.488235;-0.653737;-0.578112;, + 0.467422;-0.474013;-0.746178;, + 0.658345;-0.222083;-0.719169;, + 0.666433;-0.380749;-0.640950;, + 0.467422;-0.474013;-0.746178;, + 0.431440;-0.324961;-0.841548;, + 0.630604;-0.036225;-0.775231;, + 0.658345;-0.222083;-0.719169;, + 0.431440;-0.324961;-0.841548;, + 0.375530;-0.144902;-0.915372;, + 0.571856; 0.153813;-0.805780;, + 0.630604;-0.036225;-0.775231;, + 0.375530;-0.144902;-0.915372;, + 0.308512; 0.036805;-0.950468;, + 0.504135; 0.320505;-0.801904;, + 0.571856; 0.153813;-0.805780;, + 0.308512; 0.036805;-0.950468;, + 0.231727; 0.203009;-0.951353;, + 0.631458;-0.571734;-0.523759;, + 0.613086;-0.649434;-0.449782;, + 0.497787;-0.684866;-0.532090;, + 0.479141;-0.619648;-0.621601;, + 0.308512; 0.036805;-0.950468;, + 0.375530;-0.144902;-0.915372;, + 0.127842;-0.257576;-0.957732;, + 0.048952;-0.089816;-0.994751;, + 0.231727; 0.203009;-0.951353;, + 0.308512; 0.036805;-0.950468;, + 0.048952;-0.089816;-0.994751;, + -0.032594; 0.072481;-0.996826;, + 0.479141;-0.619648;-0.621601;, + 0.497787;-0.684866;-0.532090;, + 0.359233;-0.725944;-0.586444;, + 0.322550;-0.665975;-0.672597;, + 0.147954; 0.366344;-0.918638;, + 0.231727; 0.203009;-0.951353;, + -0.032594; 0.072481;-0.996826;, + -0.110141; 0.232582;-0.966308;, + 0.488235;-0.653737;-0.578112;, + 0.491256;-0.659780;-0.568621;, + 0.354350;-0.715262;-0.602313;, + 0.354320;-0.714347;-0.603412;, + 0.106845; 0.410443;-0.905576;, + 0.147954; 0.366344;-0.918638;, + -0.110141; 0.232582;-0.966308;, + -0.138066; 0.275765;-0.951231;, + 0.467422;-0.474013;-0.746178;, + 0.488235;-0.653737;-0.578112;, + 0.354320;-0.714347;-0.603412;, + 0.278359;-0.558916;-0.781060;, + 0.431440;-0.324961;-0.841548;, + 0.467422;-0.474013;-0.746178;, + 0.278359;-0.558916;-0.781060;, + 0.204016;-0.420148;-0.884213;, + 0.375530;-0.144902;-0.915372;, + 0.431440;-0.324961;-0.841548;, + 0.204016;-0.420148;-0.884213;, + 0.127842;-0.257576;-0.957732;, + 0.204016;-0.420148;-0.884213;, + 0.278359;-0.558916;-0.781060;, + 0.090243;-0.668416;-0.738273;, + -0.017792;-0.546709;-0.837092;, + 0.127842;-0.257576;-0.957732;, + 0.204016;-0.420148;-0.884213;, + -0.017792;-0.546709;-0.837092;, + -0.112857;-0.393841;-0.912198;, + 0.048952;-0.089816;-0.994751;, + 0.127842;-0.257576;-0.957732;, + -0.112857;-0.393841;-0.912198;, + -0.207099;-0.242561;-0.947752;, + -0.032594; 0.072481;-0.996826;, + 0.048952;-0.089816;-0.994751;, + -0.207099;-0.242561;-0.947752;, + -0.293130;-0.066652;-0.953734;, + 0.322550;-0.665975;-0.672597;, + 0.359233;-0.725944;-0.586444;, + 0.203772;-0.799249;-0.565355;, + 0.161321;-0.732200;-0.661672;, + -0.110141; 0.232582;-0.966308;, + -0.032594; 0.072481;-0.996826;, + -0.293130;-0.066652;-0.953734;, + -0.369366; 0.109256;-0.922819;, + 0.354320;-0.714347;-0.603412;, + 0.354350;-0.715262;-0.602313;, + 0.224982;-0.779015;-0.585192;, + 0.215766;-0.797571;-0.563250;, + -0.138066; 0.275765;-0.951231;, + -0.110141; 0.232582;-0.966308;, + -0.369366; 0.109256;-0.922819;, + -0.392315; 0.154424;-0.906766;, + 0.278359;-0.558916;-0.781060;, + 0.354320;-0.714347;-0.603412;, + 0.215766;-0.797571;-0.563250;, + 0.090243;-0.668416;-0.738273;, + -0.369366; 0.109256;-0.922819;, + -0.293130;-0.066652;-0.953734;, + -0.558824;-0.210028;-0.802210;, + -0.626911;-0.028687;-0.778527;, + 0.215766;-0.797571;-0.563250;, + 0.224982;-0.779015;-0.585192;, + 0.079104;-0.845943;-0.527329;, + 0.069399;-0.863247;-0.499954;, + -0.392315; 0.154424;-0.906766;, + -0.369366; 0.109256;-0.922819;, + -0.626911;-0.028687;-0.778527;, + -0.645772; 0.009552;-0.763421;, + 0.090243;-0.668416;-0.738273;, + 0.215766;-0.797571;-0.563250;, + 0.069399;-0.863247;-0.499954;, + -0.107822;-0.764183;-0.635884;, + -0.017792;-0.546709;-0.837092;, + 0.090243;-0.668416;-0.738273;, + -0.107822;-0.764183;-0.635884;, + -0.237007;-0.657125;-0.715506;, + -0.112857;-0.393841;-0.912198;, + -0.017792;-0.546709;-0.837092;, + -0.237007;-0.657125;-0.715506;, + -0.357524;-0.523728;-0.773186;, + -0.207099;-0.242561;-0.947752;, + -0.112857;-0.393841;-0.912198;, + -0.357524;-0.523728;-0.773186;, + -0.457564;-0.385998;-0.800989;, + -0.293130;-0.066652;-0.953734;, + -0.207099;-0.242561;-0.947752;, + -0.457564;-0.385998;-0.800989;, + -0.558824;-0.210028;-0.802210;, + 0.161321;-0.732200;-0.661672;, + 0.203772;-0.799249;-0.565355;, + 0.093692;-0.860561;-0.500595;, + 0.012329;-0.808069;-0.588916;, + -0.457564;-0.385998;-0.800989;, + -0.357524;-0.523728;-0.773186;, + -0.498459;-0.609333;-0.616627;, + -0.609821;-0.479171;-0.631214;, + -0.558824;-0.210028;-0.802210;, + -0.457564;-0.385998;-0.800989;, + -0.609821;-0.479171;-0.631214;, + -0.715659;-0.305124;-0.628254;, + 0.012329;-0.808069;-0.588916;, + 0.093692;-0.860561;-0.500595;, + 0.027680;-0.919919;-0.391095;, + -0.082980;-0.877499;-0.472304;, + -0.626911;-0.028687;-0.778527;, + -0.558824;-0.210028;-0.802210;, + -0.715659;-0.305124;-0.628254;, + -0.783258;-0.124607;-0.609058;, + 0.069399;-0.863247;-0.499954;, + 0.079104;-0.845943;-0.527329;, + -0.008087;-0.900632;-0.434431;, + -0.013550;-0.908933;-0.416700;, + -0.645772; 0.009552;-0.763421;, + -0.626911;-0.028687;-0.778527;, + -0.783258;-0.124607;-0.609058;, + -0.794031;-0.085208;-0.601825;, + -0.107822;-0.764183;-0.635884;, + 0.069399;-0.863247;-0.499954;, + -0.013550;-0.908933;-0.416700;, + -0.216071;-0.828089;-0.517258;, + -0.237007;-0.657125;-0.715506;, + -0.107822;-0.764183;-0.635884;, + -0.216071;-0.828089;-0.517258;, + -0.363079;-0.734703;-0.572985;, + -0.357524;-0.523728;-0.773186;, + -0.237007;-0.657125;-0.715506;, + -0.363079;-0.734703;-0.572985;, + -0.498459;-0.609333;-0.616627;, + -0.363079;-0.734703;-0.572985;, + -0.216071;-0.828089;-0.517258;, + -0.315775;-0.907376;-0.277352;, + -0.477371;-0.825465;-0.301126;, + -0.498459;-0.609333;-0.616627;, + -0.363079;-0.734703;-0.572985;, + -0.477371;-0.825465;-0.301126;, + -0.631703;-0.707907;-0.315806;, + -0.609821;-0.479171;-0.631214;, + -0.498459;-0.609333;-0.616627;, + -0.631703;-0.707907;-0.315806;, + -0.748070;-0.580187;-0.322092;, + -0.715659;-0.305124;-0.628254;, + -0.609821;-0.479171;-0.631214;, + -0.748070;-0.580187;-0.322092;, + -0.858913;-0.407117;-0.310617;, + -0.082980;-0.877499;-0.472304;, + 0.027680;-0.919919;-0.391095;, + -0.023865;-0.971496;-0.235725;, + -0.163854;-0.947142;-0.275765;, + -0.783258;-0.124607;-0.609058;, + -0.715659;-0.305124;-0.628254;, + -0.858913;-0.407117;-0.310617;, + -0.926725;-0.223487;-0.301950;, + -0.013550;-0.908933;-0.416700;, + -0.008087;-0.900632;-0.434431;, + -0.091311;-0.964324;-0.248360;, + -0.089877;-0.968566;-0.231880;, + -0.794031;-0.085208;-0.601825;, + -0.783258;-0.124607;-0.609058;, + -0.926725;-0.223487;-0.301950;, + -0.938108;-0.190863;-0.288949;, + -0.216071;-0.828089;-0.517258;, + -0.013550;-0.908933;-0.416700;, + -0.089877;-0.968566;-0.231880;, + -0.315775;-0.907376;-0.277352;, + -0.926725;-0.223487;-0.301950;, + -0.858913;-0.407117;-0.310617;, + -0.895047;-0.445845;-0.009949;, + -0.961638;-0.274209; 0.001770;, + -0.089877;-0.968566;-0.231880;, + -0.091311;-0.964324;-0.248360;, + -0.120884;-0.990631;-0.063387;, + -0.118625;-0.990173;-0.073702;, + -0.938108;-0.190863;-0.288949;, + -0.926725;-0.223487;-0.301950;, + -0.961638;-0.274209; 0.001770;, + -0.968383;-0.249428; 0.001373;, + -0.315775;-0.907376;-0.277352;, + -0.089877;-0.968566;-0.231880;, + -0.118625;-0.990173;-0.073702;, + -0.351634;-0.934111;-0.061312;, + -0.477371;-0.825465;-0.301126;, + -0.315775;-0.907376;-0.277352;, + -0.351634;-0.934111;-0.061312;, + -0.519028;-0.853420;-0.047151;, + -0.631703;-0.707907;-0.315806;, + -0.477371;-0.825465;-0.301126;, + -0.519028;-0.853420;-0.047151;, + -0.672994;-0.738731;-0.036195;, + -0.748070;-0.580187;-0.322092;, + -0.631703;-0.707907;-0.315806;, + -0.672994;-0.738731;-0.036195;, + -0.784448;-0.619678;-0.024232;, + -0.858913;-0.407117;-0.310617;, + -0.748070;-0.580187;-0.322092;, + -0.784448;-0.619678;-0.024232;, + -0.895047;-0.445845;-0.009949;, + -0.055879;-0.996063;-0.068758;, + -0.199805;-0.978393;-0.053011;, + -0.163854;-0.947142;-0.275765;, + -0.023865;-0.971496;-0.235725;, + 0.567553;-0.822718;-0.031343;, + 0.653218;-0.751305; 0.093722;, + 0.592578;-0.778436; 0.207038;, + 0.515580;-0.854610; 0.061525;, + 0.615101;-0.782311;-0.097934;, + 0.690817;-0.722892;-0.012238;, + 0.653218;-0.751305; 0.093722;, + 0.567553;-0.822718;-0.031343;, + 0.203101;-0.946471; 0.250832;, + 0.339854;-0.934782; 0.103214;, + 0.434126;-0.877590; 0.203223;, + 0.322153;-0.888730; 0.326029;, + 0.027436;-0.998962; 0.036103;, + 0.105533;-0.990020;-0.093234;, + 0.240333;-0.970214; 0.029969;, + 0.111209;-0.980193; 0.163823;, + 0.111209;-0.980193; 0.163823;, + 0.240333;-0.970214; 0.029969;, + 0.339854;-0.934782; 0.103214;, + 0.203101;-0.946471; 0.250832;, + 0.690817;-0.722892;-0.012238;, + 0.615101;-0.782311;-0.097934;, + 0.681234;-0.712729;-0.167089;, + 0.726768;-0.680197;-0.095218;, + 0.483932;-0.766991;-0.421308;, + 0.431104;-0.841884;-0.324503;, + 0.305918;-0.843806;-0.440870;, + 0.401257;-0.771783;-0.493240;, + 0.042665;-0.979430;-0.197119;, + 0.105533;-0.990020;-0.093234;, + 0.027436;-0.998962; 0.036103;, + -0.014283;-0.996002;-0.088076;, + 0.245308;-0.948241;-0.201483;, + 0.105533;-0.990020;-0.093234;, + 0.042665;-0.979430;-0.197119;, + 0.122776;-0.943510;-0.307688;, + 0.344737;-0.903287;-0.255318;, + 0.245308;-0.948241;-0.201483;, + 0.122776;-0.943510;-0.307688;, + 0.199469;-0.900021;-0.387463;, + 0.344737;-0.903287;-0.255318;, + 0.199469;-0.900021;-0.387463;, + 0.305918;-0.843806;-0.440870;, + 0.431104;-0.841884;-0.324503;, + 0.344737;-0.903287;-0.255318;, + 0.431104;-0.841884;-0.324503;, + 0.503708;-0.833064;-0.228553;, + 0.448714;-0.877194;-0.170690;, + 0.245308;-0.948241;-0.201483;, + 0.344737;-0.903287;-0.255318;, + 0.448714;-0.877194;-0.170690;, + 0.371410;-0.923490;-0.095920;, + 0.105533;-0.990020;-0.093234;, + 0.245308;-0.948241;-0.201483;, + 0.371410;-0.923490;-0.095920;, + 0.240333;-0.970214; 0.029969;, + 0.240333;-0.970214; 0.029969;, + 0.371410;-0.923490;-0.095920;, + 0.451216;-0.892178;-0.019227;, + 0.339854;-0.934782; 0.103214;, + 0.371410;-0.923490;-0.095920;, + 0.448714;-0.877194;-0.170690;, + 0.516953;-0.850398;-0.097629;, + 0.451216;-0.892178;-0.019227;, + 0.448714;-0.877194;-0.170690;, + 0.503708;-0.833064;-0.228553;, + 0.561815;-0.812037;-0.157811;, + 0.516953;-0.850398;-0.097629;, + 0.516953;-0.850398;-0.097629;, + 0.561815;-0.812037;-0.157811;, + 0.615101;-0.782311;-0.097934;, + 0.567553;-0.822718;-0.031343;, + 0.451216;-0.892178;-0.019227;, + 0.516953;-0.850398;-0.097629;, + 0.567553;-0.822718;-0.031343;, + 0.515580;-0.854610; 0.061525;, + 0.339854;-0.934782; 0.103214;, + 0.451216;-0.892178;-0.019227;, + 0.515580;-0.854610; 0.061525;, + 0.434126;-0.877590; 0.203223;, + 0.322153;-0.888730; 0.326029;, + 0.434126;-0.877590; 0.203223;, + 0.499222;-0.808039; 0.312754;, + 0.418683;-0.817377; 0.395703;, + 0.431104;-0.841884;-0.324503;, + 0.483932;-0.766991;-0.421308;, + 0.568804;-0.748100;-0.341716;, + 0.503708;-0.833064;-0.228553;, + 0.561815;-0.812037;-0.157811;, + 0.635578;-0.729057;-0.253914;, + 0.681234;-0.712729;-0.167089;, + 0.615101;-0.782311;-0.097934;, + 0.503708;-0.833064;-0.228553;, + 0.568804;-0.748100;-0.341716;, + 0.635578;-0.729057;-0.253914;, + 0.561815;-0.812037;-0.157811;, + 0.122776;-0.943510;-0.307688;, + 0.027680;-0.919919;-0.391095;, + 0.093692;-0.860561;-0.500595;, + 0.199469;-0.900021;-0.387463;, + 0.042665;-0.979430;-0.197119;, + -0.023865;-0.971496;-0.235725;, + 0.027680;-0.919919;-0.391095;, + 0.122776;-0.943510;-0.307688;, + -0.014283;-0.996002;-0.088076;, + -0.055879;-0.996063;-0.068758;, + -0.023865;-0.971496;-0.235725;, + 0.042665;-0.979430;-0.197119;, + -0.055879;-0.996063;-0.068758;, + -0.014283;-0.996002;-0.088076;, + 0.027436;-0.998962; 0.036103;, + -0.042116;-0.993957; 0.101230;, + 0.111209;-0.980193; 0.163823;, + 0.023591;-0.966857; 0.254219;, + -0.042116;-0.993957; 0.101230;, + 0.027436;-0.998962; 0.036103;, + 0.023591;-0.966857; 0.254219;, + 0.111209;-0.980193; 0.163823;, + 0.203101;-0.946471; 0.250832;, + 0.106143;-0.929167; 0.354015;, + 0.322153;-0.888730; 0.326029;, + 0.244850;-0.870693; 0.426496;, + 0.106143;-0.929167; 0.354015;, + 0.203101;-0.946471; 0.250832;, + 0.418683;-0.817377; 0.395703;, + 0.399213;-0.792901; 0.460311;, + 0.244850;-0.870693; 0.426496;, + 0.322153;-0.888730; 0.326029;, + 0.199469;-0.900021;-0.387463;, + 0.093692;-0.860561;-0.500595;, + 0.203772;-0.799249;-0.565355;, + 0.305918;-0.843806;-0.440870;, + 0.305918;-0.843806;-0.440870;, + 0.203772;-0.799249;-0.565355;, + 0.359233;-0.725944;-0.586444;, + 0.401257;-0.771783;-0.493240;, + 0.401257;-0.771783;-0.493240;, + 0.359233;-0.725944;-0.586444;, + 0.497787;-0.684866;-0.532090;, + 0.483932;-0.766991;-0.421308;, + 0.483932;-0.766991;-0.421308;, + 0.497787;-0.684866;-0.532090;, + 0.613086;-0.649434;-0.449782;, + 0.568804;-0.748100;-0.341716;, + 0.568804;-0.748100;-0.341716;, + 0.613086;-0.649434;-0.449782;, + 0.694479;-0.628651;-0.349925;, + 0.635578;-0.729057;-0.253914;, + 0.635578;-0.729057;-0.253914;, + 0.694479;-0.628651;-0.349925;, + 0.751274;-0.621509;-0.221992;, + 0.681234;-0.712729;-0.167089;, + 0.681234;-0.712729;-0.167089;, + 0.751274;-0.621509;-0.221992;, + 0.780908;-0.618671;-0.085971;, + 0.726768;-0.680197;-0.095218;, + 0.726768;-0.680197;-0.095218;, + 0.780908;-0.618671;-0.085971;, + 0.769341;-0.635365; 0.066286;, + 0.690817;-0.722892;-0.012238;, + 0.720054;-0.658742; 0.218085;, + 0.653218;-0.751305; 0.093722;, + 0.690817;-0.722892;-0.012238;, + 0.769341;-0.635365; 0.066286;, + 0.653218;-0.751305; 0.093722;, + 0.720054;-0.658742; 0.218085;, + 0.644826;-0.690329; 0.328043;, + 0.592578;-0.778436; 0.207038;, + 0.592578;-0.778436; 0.207038;, + 0.644826;-0.690329; 0.328043;, + 0.525895;-0.742424; 0.414960;, + 0.499222;-0.808039; 0.312754;, + 0.399213;-0.792901; 0.460311;, + 0.418683;-0.817377; 0.395703;, + 0.499222;-0.808039; 0.312754;, + 0.525895;-0.742424; 0.414960;, + 0.515580;-0.854610; 0.061525;, + 0.592578;-0.778436; 0.207038;, + 0.499222;-0.808039; 0.312754;, + 0.434126;-0.877590; 0.203223;, + -0.120884;-0.990631;-0.063387;, + -0.199805;-0.978393;-0.053011;, + -0.168218;-0.973693; 0.153539;, + -0.079592;-0.990600; 0.110935;, + -0.079592;-0.990600; 0.110935;, + -0.168218;-0.973693; 0.153539;, + -0.089267;-0.938383; 0.333781;, + -0.001221;-0.957732; 0.287576;, + -0.001221;-0.957732; 0.287576;, + -0.089267;-0.938383; 0.333781;, + 0.024293;-0.888546; 0.458113;, + 0.090793;-0.916929; 0.388562;, + 0.090793;-0.916929; 0.388562;, + 0.024293;-0.888546; 0.458113;, + 0.194678;-0.819422; 0.539079;, + 0.252510;-0.844234; 0.472732;, + 0.252510;-0.844234; 0.472732;, + 0.194678;-0.819422; 0.539079;, + 0.367382;-0.743461; 0.558763;, + 0.395215;-0.772423; 0.497116;, + 0.395215;-0.772423; 0.497116;, + 0.367382;-0.743461; 0.558763;, + 0.524766;-0.682180; 0.509110;, + 0.531144;-0.710471; 0.461592;, + 0.531144;-0.710471; 0.461592;, + 0.524766;-0.682180; 0.509110;, + 0.668081;-0.618976; 0.412915;, + 0.663564;-0.647481; 0.374737;, + 0.663564;-0.647481; 0.374737;, + 0.668081;-0.618976; 0.412915;, + 0.758232;-0.585833; 0.286111;, + 0.741234;-0.616321; 0.265786;, + 0.741234;-0.616321; 0.265786;, + 0.758232;-0.585833; 0.286111;, + 0.818964;-0.564470; 0.103000;, + 0.804163;-0.588000; 0.086581;, + 0.804163;-0.588000; 0.086581;, + 0.818964;-0.564470; 0.103000;, + 0.833430;-0.547197;-0.077029;, + 0.823176;-0.562609;-0.076235;, + 0.823176;-0.562609;-0.076235;, + 0.833430;-0.547197;-0.077029;, + 0.801080;-0.546525;-0.243995;, + 0.789026;-0.569597;-0.230110;, + 0.789026;-0.569597;-0.230110;, + 0.801080;-0.546525;-0.243995;, + 0.728721;-0.551073;-0.406507;, + 0.715812;-0.580035;-0.388745;, + 0.715812;-0.580035;-0.388745;, + 0.728721;-0.551073;-0.406507;, + 0.631458;-0.571734;-0.523759;, + 0.631001;-0.603717;-0.487136;, + 0.631001;-0.603717;-0.487136;, + 0.631458;-0.571734;-0.523759;, + 0.479141;-0.619648;-0.621601;, + 0.491256;-0.659780;-0.568621;, + 0.491256;-0.659780;-0.568621;, + 0.479141;-0.619648;-0.621601;, + 0.322550;-0.665975;-0.672597;, + 0.354350;-0.715262;-0.602313;, + 0.354350;-0.715262;-0.602313;, + 0.322550;-0.665975;-0.672597;, + 0.161321;-0.732200;-0.661672;, + 0.224982;-0.779015;-0.585192;, + 0.224982;-0.779015;-0.585192;, + 0.161321;-0.732200;-0.661672;, + 0.012329;-0.808069;-0.588916;, + 0.079104;-0.845943;-0.527329;, + 0.079104;-0.845943;-0.527329;, + 0.012329;-0.808069;-0.588916;, + -0.082980;-0.877499;-0.472304;, + -0.008087;-0.900632;-0.434431;, + -0.008087;-0.900632;-0.434431;, + -0.082980;-0.877499;-0.472304;, + -0.163854;-0.947142;-0.275765;, + -0.091311;-0.964324;-0.248360;, + -0.091311;-0.964324;-0.248360;, + -0.163854;-0.947142;-0.275765;, + -0.199805;-0.978393;-0.053011;, + -0.120884;-0.990631;-0.063387;, + -0.891171;-0.453536;-0.010437;, + -0.785424;-0.618458;-0.024323;, + -0.726981;-0.623676; 0.287179;, + -0.832484;-0.460250; 0.308359;, + 0.529252;-0.845241;-0.073489;, + 0.569994;-0.818262;-0.074282;, + 0.556383;-0.816523;-0.153874;, + 0.519547;-0.844752;-0.128056;, + -0.958922;-0.283608; 0.000977;, + -0.891171;-0.453536;-0.010437;, + -0.832484;-0.460250; 0.308359;, + -0.905057;-0.280526; 0.319590;, + 0.186773;-0.979644;-0.073397;, + 0.441633;-0.894406;-0.070345;, + 0.440474;-0.893613;-0.085940;, + 0.217566;-0.976012;-0.002136;, + -0.968505;-0.248939; 0.001526;, + -0.958922;-0.283608; 0.000977;, + -0.905057;-0.280526; 0.319590;, + -0.922147;-0.236183; 0.306345;, + -0.361400;-0.930418;-0.060427;, + -0.105106;-0.991699;-0.073916;, + -0.047884;-0.994812; 0.089480;, + -0.305094;-0.937162; 0.169134;, + -0.522416;-0.851405;-0.046449;, + -0.361400;-0.930418;-0.060427;, + -0.305094;-0.937162; 0.169134;, + -0.468551;-0.856563; 0.216041;, + -0.668722;-0.742576;-0.036714;, + -0.522416;-0.851405;-0.046449;, + -0.468551;-0.856563; 0.216041;, + -0.611805;-0.750725; 0.249123;, + -0.785424;-0.618458;-0.024323;, + -0.668722;-0.742576;-0.036714;, + -0.611805;-0.750725; 0.249123;, + -0.726981;-0.623676; 0.287179;, + -0.468551;-0.856563; 0.216041;, + -0.305094;-0.937162; 0.169134;, + -0.192480;-0.884091; 0.425794;, + -0.335826;-0.796136; 0.503311;, + -0.611805;-0.750725; 0.249123;, + -0.468551;-0.856563; 0.216041;, + -0.335826;-0.796136; 0.503311;, + -0.460463;-0.686880; 0.562212;, + -0.726981;-0.623676; 0.287179;, + -0.611805;-0.750725; 0.249123;, + -0.460463;-0.686880; 0.562212;, + -0.566118;-0.557237; 0.607410;, + -0.832484;-0.460250; 0.308359;, + -0.726981;-0.623676; 0.287179;, + -0.566118;-0.557237; 0.607410;, + -0.660298;-0.395276; 0.638508;, + 0.519547;-0.844752;-0.128056;, + 0.556383;-0.816523;-0.153874;, + 0.538987;-0.821558;-0.185675;, + 0.504227;-0.850978;-0.146886;, + -0.905057;-0.280526; 0.319590;, + -0.832484;-0.460250; 0.308359;, + -0.660298;-0.395276; 0.638508;, + -0.732749;-0.222510; 0.643055;, + 0.217566;-0.976012;-0.002136;, + 0.440474;-0.893613;-0.085940;, + 0.434156;-0.898190;-0.068850;, + 0.255867;-0.961669; 0.098392;, + -0.922147;-0.236183; 0.306345;, + -0.905057;-0.280526; 0.319590;, + -0.732749;-0.222510; 0.643055;, + -0.748466;-0.171758; 0.640492;, + -0.305094;-0.937162; 0.169134;, + -0.047884;-0.994812; 0.089480;, + 0.027680;-0.960570; 0.276528;, + -0.192480;-0.884091; 0.425794;, + 0.504227;-0.850978;-0.146886;, + 0.538987;-0.821558;-0.185675;, + 0.530778;-0.814753;-0.233222;, + 0.500015;-0.848781;-0.171728;, + -0.732749;-0.222510; 0.643055;, + -0.660298;-0.395276; 0.638508;, + -0.489029;-0.317148; 0.812525;, + -0.558000;-0.147740; 0.816553;, + 0.255867;-0.961669; 0.098392;, + 0.434156;-0.898190;-0.068850;, + 0.436659;-0.896817;-0.070681;, + 0.293832;-0.945555; 0.139836;, + -0.748466;-0.171758; 0.640492;, + -0.732749;-0.222510; 0.643055;, + -0.558000;-0.147740; 0.816553;, + -0.580554;-0.097903; 0.808283;, + -0.192480;-0.884091; 0.425794;, + 0.027680;-0.960570; 0.276528;, + 0.108768;-0.922849; 0.369427;, + -0.072420;-0.826533; 0.558184;, + -0.335826;-0.796136; 0.503311;, + -0.192480;-0.884091; 0.425794;, + -0.072420;-0.826533; 0.558184;, + -0.191778;-0.732749; 0.652882;, + -0.460463;-0.686880; 0.562212;, + -0.335826;-0.796136; 0.503311;, + -0.191778;-0.732749; 0.652882;, + -0.302530;-0.619007; 0.724754;, + -0.566118;-0.557237; 0.607410;, + -0.460463;-0.686880; 0.562212;, + -0.302530;-0.619007; 0.724754;, + -0.400159;-0.480117; 0.780572;, + -0.660298;-0.395276; 0.638508;, + -0.566118;-0.557237; 0.607410;, + -0.400159;-0.480117; 0.780572;, + -0.489029;-0.317148; 0.812525;, + -0.302530;-0.619007; 0.724754;, + -0.191778;-0.732749; 0.652882;, + 0.038575;-0.634663; 0.771783;, + -0.049715;-0.508957; 0.859340;, + -0.400159;-0.480117; 0.780572;, + -0.302530;-0.619007; 0.724754;, + -0.049715;-0.508957; 0.859340;, + -0.139927;-0.360576; 0.922147;, + -0.489029;-0.317148; 0.812525;, + -0.400159;-0.480117; 0.780572;, + -0.139927;-0.360576; 0.922147;, + -0.221747;-0.191961; 0.955992;, + 0.500015;-0.848781;-0.171728;, + 0.530778;-0.814753;-0.233222;, + 0.500931;-0.829066;-0.248360;, + 0.492569;-0.850551;-0.184210;, + -0.558000;-0.147740; 0.816553;, + -0.489029;-0.317148; 0.812525;, + -0.221747;-0.191961; 0.955992;, + -0.299264;-0.025880; 0.953795;, + 0.293832;-0.945555; 0.139836;, + 0.436659;-0.896817;-0.070681;, + 0.468245;-0.881497;-0.060518;, + 0.385052;-0.903623; 0.187536;, + -0.580554;-0.097903; 0.808283;, + -0.558000;-0.147740; 0.816553;, + -0.299264;-0.025880; 0.953795;, + -0.322306; 0.027772; 0.946196;, + -0.072420;-0.826533; 0.558184;, + 0.108768;-0.922849; 0.369427;, + 0.259865;-0.855312; 0.448164;, + 0.133763;-0.735191; 0.664479;, + -0.191778;-0.732749; 0.652882;, + -0.072420;-0.826533; 0.558184;, + 0.133763;-0.735191; 0.664479;, + 0.038575;-0.634663; 0.771783;, + -0.322306; 0.027772; 0.946196;, + -0.299264;-0.025880; 0.953795;, + -0.046785; 0.096744; 0.994201;, + -0.072848; 0.145360; 0.986663;, + 0.133763;-0.735191; 0.664479;, + 0.259865;-0.855312; 0.448164;, + 0.396924;-0.774407; 0.492630;, + 0.324534;-0.631245; 0.704398;, + 0.038575;-0.634663; 0.771783;, + 0.133763;-0.735191; 0.664479;, + 0.324534;-0.631245; 0.704398;, + 0.258370;-0.520096; 0.814051;, + -0.049715;-0.508957; 0.859340;, + 0.038575;-0.634663; 0.771783;, + 0.258370;-0.520096; 0.814051;, + 0.186834;-0.383496; 0.904416;, + -0.139927;-0.360576; 0.922147;, + -0.049715;-0.508957; 0.859340;, + 0.186834;-0.383496; 0.904416;, + 0.109378;-0.233192; 0.966247;, + -0.221747;-0.191961; 0.955992;, + -0.139927;-0.360576; 0.922147;, + 0.109378;-0.233192; 0.966247;, + 0.032929;-0.067354; 0.997162;, + 0.492569;-0.850551;-0.184210;, + 0.500931;-0.829066;-0.248360;, + 0.438948;-0.865932;-0.239692;, + 0.439039;-0.875637;-0.201086;, + -0.299264;-0.025880; 0.953795;, + -0.221747;-0.191961; 0.955992;, + 0.032929;-0.067354; 0.997162;, + -0.046785; 0.096744; 0.994201;, + 0.385052;-0.903623; 0.187536;, + 0.468245;-0.881497;-0.060518;, + 0.449324;-0.890133;-0.075747;, + 0.443220;-0.871548; 0.209601;, + 0.032929;-0.067354; 0.997162;, + 0.109378;-0.233192; 0.966247;, + 0.360668;-0.107547; 0.926450;, + 0.282449; 0.062197; 0.957244;, + 0.439039;-0.875637;-0.201086;, + 0.438948;-0.865932;-0.239692;, + 0.391125;-0.885800;-0.249672;, + 0.407727;-0.885189;-0.223914;, + -0.046785; 0.096744; 0.994201;, + 0.032929;-0.067354; 0.997162;, + 0.282449; 0.062197; 0.957244;, + 0.197272; 0.229987; 0.952971;, + 0.443220;-0.871548; 0.209601;, + 0.449324;-0.890133;-0.075747;, + 0.440626;-0.892178;-0.099094;, + 0.503708;-0.841639; 0.194647;, + -0.072848; 0.145360; 0.986663;, + -0.046785; 0.096744; 0.994201;, + 0.197272; 0.229987; 0.952971;, + 0.161534; 0.277627; 0.946989;, + 0.324534;-0.631245; 0.704398;, + 0.396924;-0.774407; 0.492630;, + 0.525468;-0.711570; 0.466384;, + 0.510453;-0.544755; 0.665304;, + 0.258370;-0.520096; 0.814051;, + 0.324534;-0.631245; 0.704398;, + 0.510453;-0.544755; 0.665304;, + 0.477432;-0.421644; 0.770867;, + 0.186834;-0.383496; 0.904416;, + 0.258370;-0.520096; 0.814051;, + 0.477432;-0.421644; 0.770867;, + 0.426160;-0.271249; 0.863002;, + 0.109378;-0.233192; 0.966247;, + 0.186834;-0.383496; 0.904416;, + 0.426160;-0.271249; 0.863002;, + 0.360668;-0.107547; 0.926450;, + 0.426160;-0.271249; 0.863002;, + 0.477432;-0.421644; 0.770867;, + 0.692923;-0.300760; 0.655263;, + 0.668966;-0.136845; 0.730552;, + 0.360668;-0.107547; 0.926450;, + 0.426160;-0.271249; 0.863002;, + 0.668966;-0.136845; 0.730552;, + 0.612415; 0.033692; 0.789788;, + 0.282449; 0.062197; 0.957244;, + 0.360668;-0.107547; 0.926450;, + 0.612415; 0.033692; 0.789788;, + 0.538591; 0.205664; 0.817042;, + 0.407727;-0.885189;-0.223914;, + 0.391125;-0.885800;-0.249672;, + 0.416974;-0.873074;-0.252693;, + 0.374767;-0.892788;-0.249794;, + 0.197272; 0.229987; 0.952971;, + 0.282449; 0.062197; 0.957244;, + 0.538591; 0.205664; 0.817042;, + 0.443709; 0.372814; 0.814905;, + 0.503708;-0.841639; 0.194647;, + 0.440626;-0.892178;-0.099094;, + 0.439528;-0.890530;-0.117038;, + 0.581561;-0.798090; 0.157384;, + 0.161534; 0.277627; 0.946989;, + 0.197272; 0.229987; 0.952971;, + 0.443709; 0.372814; 0.814905;, + 0.410901; 0.422163; 0.808039;, + 0.510453;-0.544755; 0.665304;, + 0.525468;-0.711570; 0.466384;, + 0.663015;-0.638417; 0.390881;, + 0.698019;-0.441603; 0.563677;, + 0.477432;-0.421644; 0.770867;, + 0.510453;-0.544755; 0.665304;, + 0.698019;-0.441603; 0.563677;, + 0.692923;-0.300760; 0.655263;, + 0.410901; 0.422163; 0.808039;, + 0.443709; 0.372814; 0.814905;, + 0.594104; 0.478317; 0.646687;, + 0.560625; 0.522446; 0.642384;, + 0.698019;-0.441603; 0.563677;, + 0.663015;-0.638417; 0.390881;, + 0.746361;-0.597491; 0.293100;, + 0.817103;-0.376324; 0.436659;, + 0.692923;-0.300760; 0.655263;, + 0.698019;-0.441603; 0.563677;, + 0.817103;-0.376324; 0.436659;, + 0.831324;-0.218909; 0.510819;, + 0.668966;-0.136845; 0.730552;, + 0.692923;-0.300760; 0.655263;, + 0.831324;-0.218909; 0.510819;, + 0.819330;-0.045503; 0.571459;, + 0.612415; 0.033692; 0.789788;, + 0.668966;-0.136845; 0.730552;, + 0.819330;-0.045503; 0.571459;, + 0.773797; 0.129063; 0.620106;, + 0.538591; 0.205664; 0.817042;, + 0.612415; 0.033692; 0.789788;, + 0.773797; 0.129063; 0.620106;, + 0.697409; 0.308237; 0.646992;, + 0.374767;-0.892788;-0.249794;, + 0.416974;-0.873074;-0.252693;, + 0.387555;-0.887356;-0.249672;, + 0.276406;-0.922117;-0.270669;, + 0.443709; 0.372814; 0.814905;, + 0.538591; 0.205664; 0.817042;, + 0.697409; 0.308237; 0.646992;, + 0.594104; 0.478317; 0.646687;, + 0.581561;-0.798090; 0.157384;, + 0.439528;-0.890530;-0.117038;, + 0.383831;-0.913541;-0.134526;, + 0.609394;-0.786279; 0.101749;, + 0.697409; 0.308237; 0.646992;, + 0.773797; 0.129063; 0.620106;, + 0.925077; 0.231574; 0.300882;, + 0.850307; 0.419172; 0.318155;, + 0.276406;-0.922117;-0.270669;, + 0.387555;-0.887356;-0.249672;, + 0.318094;-0.933103;-0.167547;, + 0.148869;-0.963164;-0.223914;, + 0.594104; 0.478317; 0.646687;, + 0.697409; 0.308237; 0.646992;, + 0.850307; 0.419172; 0.318155;, + 0.734001; 0.590503; 0.335429;, + 0.609394;-0.786279; 0.101749;, + 0.383831;-0.913541;-0.134526;, + 0.356120;-0.923521;-0.142216;, + 0.648061;-0.761528;-0.007416;, + 0.560625; 0.522446; 0.642384;, + 0.594104; 0.478317; 0.646687;, + 0.734001; 0.590503; 0.335429;, + 0.695608; 0.634266; 0.337352;, + 0.817103;-0.376324; 0.436659;, + 0.746361;-0.597491; 0.293100;, + 0.823115;-0.557512; 0.107700;, + 0.932737;-0.308725; 0.186163;, + 0.831324;-0.218909; 0.510819;, + 0.817103;-0.376324; 0.436659;, + 0.932737;-0.308725; 0.186163;, + 0.963042;-0.139775; 0.230140;, + 0.819330;-0.045503; 0.571459;, + 0.831324;-0.218909; 0.510819;, + 0.963042;-0.139775; 0.230140;, + 0.963530; 0.051241; 0.262612;, + 0.773797; 0.129063; 0.620106;, + 0.819330;-0.045503; 0.571459;, + 0.963530; 0.051241; 0.262612;, + 0.925077; 0.231574; 0.300882;, + 0.963530; 0.051241; 0.262612;, + 0.963042;-0.139775; 0.230140;, + 0.995361;-0.087619;-0.039216;, + 0.995117; 0.093844;-0.029969;, + 0.925077; 0.231574; 0.300882;, + 0.963530; 0.051241; 0.262612;, + 0.995117; 0.093844;-0.029969;, + 0.959105; 0.282601;-0.014344;, + 0.850307; 0.419172; 0.318155;, + 0.925077; 0.231574; 0.300882;, + 0.959105; 0.282601;-0.014344;, + 0.890530; 0.454848; 0.002197;, + 0.148869;-0.963164;-0.223914;, + 0.318094;-0.933103;-0.167547;, + 0.289102;-0.953185;-0.088473;, + 0.095889;-0.991485;-0.087832;, + 0.734001; 0.590503; 0.335429;, + 0.850307; 0.419172; 0.318155;, + 0.890530; 0.454848; 0.002197;, + 0.781060; 0.623920; 0.024781;, + 0.648061;-0.761528;-0.007416;, + 0.356120;-0.923521;-0.142216;, + 0.337748;-0.936491;-0.094058;, + 0.656758;-0.749138;-0.086184;, + 0.695608; 0.634266; 0.337352;, + 0.734001; 0.590503; 0.335429;, + 0.781060; 0.623920; 0.024781;, + 0.742149; 0.669362; 0.033479;, + 0.932737;-0.308725; 0.186163;, + 0.823115;-0.557512; 0.107700;, + 0.847591;-0.526200;-0.068209;, + 0.962523;-0.266732;-0.048555;, + 0.963042;-0.139775; 0.230140;, + 0.932737;-0.308725; 0.186163;, + 0.962523;-0.266732;-0.048555;, + 0.995361;-0.087619;-0.039216;, + 0.742149; 0.669362; 0.033479;, + 0.781060; 0.623920; 0.024781;, + 0.727744; 0.623798;-0.285012;, + 0.693228; 0.667165;-0.272561;, + 0.962523;-0.266732;-0.048555;, + 0.847591;-0.526200;-0.068209;, + 0.812433;-0.533586;-0.234993;, + 0.921720;-0.268807;-0.279550;, + 0.995361;-0.087619;-0.039216;, + 0.962523;-0.266732;-0.048555;, + 0.921720;-0.268807;-0.279550;, + 0.947752;-0.094852;-0.304514;, + 0.995117; 0.093844;-0.029969;, + 0.995361;-0.087619;-0.039216;, + 0.947752;-0.094852;-0.304514;, + 0.944060; 0.095096;-0.315653;, + 0.959105; 0.282601;-0.014344;, + 0.995117; 0.093844;-0.029969;, + 0.944060; 0.095096;-0.315653;, + 0.905667; 0.278329;-0.319773;, + 0.890530; 0.454848; 0.002197;, + 0.959105; 0.282601;-0.014344;, + 0.905667; 0.278329;-0.319773;, + 0.834864; 0.459029;-0.303690;, + 0.095889;-0.991485;-0.087832;, + 0.289102;-0.953185;-0.088473;, + 0.299234;-0.953612;-0.032197;, + 0.122196;-0.991424; 0.046144;, + 0.781060; 0.623920; 0.024781;, + 0.890530; 0.454848; 0.002197;, + 0.834864; 0.459029;-0.303690;, + 0.727744; 0.623798;-0.285012;, + 0.656758;-0.749138;-0.086184;, + 0.337748;-0.936491;-0.094058;, + 0.348033;-0.936460;-0.043245;, + 0.639271;-0.752434;-0.158422;, + 0.834864; 0.459029;-0.303690;, + 0.905667; 0.278329;-0.319773;, + 0.739738; 0.223762;-0.634571;, + 0.666555; 0.397626;-0.630512;, + 0.122196;-0.991424; 0.046144;, + 0.299234;-0.953612;-0.032197;, + 0.395337;-0.916349; 0.063051;, + 0.253365;-0.959532; 0.122654;, + 0.727744; 0.623798;-0.285012;, + 0.834864; 0.459029;-0.303690;, + 0.666555; 0.397626;-0.630512;, + 0.567797; 0.560930;-0.602435;, + 0.639271;-0.752434;-0.158422;, + 0.348033;-0.936460;-0.043245;, + 0.366924;-0.929838;-0.026673;, + 0.593554;-0.764153;-0.252419;, + 0.693228; 0.667165;-0.272561;, + 0.727744; 0.623798;-0.285012;, + 0.567797; 0.560930;-0.602435;, + 0.531968; 0.603839;-0.593554;, + 0.921720;-0.268807;-0.279550;, + 0.812433;-0.533586;-0.234993;, + 0.723594;-0.555986;-0.408979;, + 0.792444;-0.307352;-0.526780;, + 0.947752;-0.094852;-0.304514;, + 0.921720;-0.268807;-0.279550;, + 0.792444;-0.307352;-0.526780;, + 0.802850;-0.136326;-0.580340;, + 0.944060; 0.095096;-0.315653;, + 0.947752;-0.094852;-0.304514;, + 0.802850;-0.136326;-0.580340;, + 0.785516; 0.042177;-0.617359;, + 0.905667; 0.278329;-0.319773;, + 0.944060; 0.095096;-0.315653;, + 0.785516; 0.042177;-0.617359;, + 0.739738; 0.223762;-0.634571;, + 0.802850;-0.136326;-0.580340;, + 0.792444;-0.307352;-0.526780;, + 0.666433;-0.359569;-0.653066;, + 0.654592;-0.199286;-0.729209;, + 0.785516; 0.042177;-0.617359;, + 0.802850;-0.136326;-0.580340;, + 0.654592;-0.199286;-0.729209;, + 0.625385;-0.025178;-0.779900;, + 0.739738; 0.223762;-0.634571;, + 0.785516; 0.042177;-0.617359;, + 0.625385;-0.025178;-0.779900;, + 0.568590; 0.152715;-0.808283;, + 0.666555; 0.397626;-0.630512;, + 0.739738; 0.223762;-0.634571;, + 0.568590; 0.152715;-0.808283;, + 0.496902; 0.324747;-0.804712;, + 0.253365;-0.959532; 0.122654;, + 0.395337;-0.916349; 0.063051;, + 0.456526;-0.884945; 0.091647;, + 0.375225;-0.919401; 0.117771;, + 0.567797; 0.560930;-0.602435;, + 0.666555; 0.397626;-0.630512;, + 0.496902; 0.324747;-0.804712;, + 0.399853; 0.487259;-0.776299;, + 0.593554;-0.764153;-0.252419;, + 0.366924;-0.929838;-0.026673;, + 0.421674;-0.906644;-0.012391;, + 0.562120;-0.774010;-0.291330;, + 0.531968; 0.603839;-0.593554;, + 0.567797; 0.560930;-0.602435;, + 0.399853; 0.487259;-0.776299;, + 0.366497; 0.534410;-0.761589;, + 0.792444;-0.307352;-0.526780;, + 0.723594;-0.555986;-0.408979;, + 0.637104;-0.589892;-0.496078;, + 0.666433;-0.359569;-0.653066;, + 0.399853; 0.487259;-0.776299;, + 0.496902; 0.324747;-0.804712;, + 0.226630; 0.203162;-0.952544;, + 0.139378; 0.365642;-0.920225;, + 0.562120;-0.774010;-0.291330;, + 0.421674;-0.906644;-0.012391;, + 0.433241;-0.900967;-0.023103;, + 0.482376;-0.815546;-0.319651;, + 0.366497; 0.534410;-0.761589;, + 0.399853; 0.487259;-0.776299;, + 0.139378; 0.365642;-0.920225;, + 0.101627; 0.408643;-0.907010;, + 0.666433;-0.359569;-0.653066;, + 0.637104;-0.589892;-0.496078;, + 0.493759;-0.659169;-0.567125;, + 0.464461;-0.454726;-0.759911;, + 0.654592;-0.199286;-0.729209;, + 0.666433;-0.359569;-0.653066;, + 0.464461;-0.454726;-0.759911;, + 0.426160;-0.305582;-0.851436;, + 0.625385;-0.025178;-0.779900;, + 0.654592;-0.199286;-0.729209;, + 0.426160;-0.305582;-0.851436;, + 0.369488;-0.139378;-0.918699;, + 0.568590; 0.152715;-0.808283;, + 0.625385;-0.025178;-0.779900;, + 0.369488;-0.139378;-0.918699;, + 0.304636; 0.034761;-0.951811;, + 0.496902; 0.324747;-0.804712;, + 0.568590; 0.152715;-0.808283;, + 0.304636; 0.034761;-0.951811;, + 0.226630; 0.203162;-0.952544;, + 0.375225;-0.919401; 0.117771;, + 0.456526;-0.884945; 0.091647;, + 0.355754;-0.933042; 0.053163;, + 0.380016;-0.919004; 0.104678;, + 0.304636; 0.034761;-0.951811;, + 0.369488;-0.139378;-0.918699;, + 0.125248;-0.252113;-0.959532;, + 0.048067;-0.087893;-0.994964;, + 0.226630; 0.203162;-0.952544;, + 0.304636; 0.034761;-0.951811;, + 0.048067;-0.087893;-0.994964;, + -0.033113; 0.072665;-0.996796;, + 0.380016;-0.919004; 0.104678;, + 0.355754;-0.933042; 0.053163;, + 0.432905;-0.900693; 0.035920;, + 0.450301;-0.888363; 0.089450;, + 0.139378; 0.365642;-0.920225;, + 0.226630; 0.203162;-0.952544;, + -0.033113; 0.072665;-0.996796;, + -0.110996; 0.232276;-0.966277;, + 0.482376;-0.815546;-0.319651;, + 0.433241;-0.900967;-0.023103;, + 0.443648;-0.894925;-0.047212;, + 0.416883;-0.844356;-0.336467;, + 0.101627; 0.408643;-0.907010;, + 0.139378; 0.365642;-0.920225;, + -0.110996; 0.232276;-0.966277;, + -0.138859; 0.277291;-0.950682;, + 0.464461;-0.454726;-0.759911;, + 0.493759;-0.659169;-0.567125;, + 0.357463;-0.723350;-0.590716;, + 0.268746;-0.541673;-0.796442;, + 0.426160;-0.305582;-0.851436;, + 0.464461;-0.454726;-0.759911;, + 0.268746;-0.541673;-0.796442;, + 0.197241;-0.404553;-0.892972;, + 0.369488;-0.139378;-0.918699;, + 0.426160;-0.305582;-0.851436;, + 0.197241;-0.404553;-0.892972;, + 0.125248;-0.252113;-0.959532;, + 0.197241;-0.404553;-0.892972;, + 0.268746;-0.541673;-0.796442;, + 0.083224;-0.650624;-0.754784;, + -0.017304;-0.528245;-0.848872;, + 0.125248;-0.252113;-0.959532;, + 0.197241;-0.404553;-0.892972;, + -0.017304;-0.528245;-0.848872;, + -0.108524;-0.386792;-0.915738;, + 0.048067;-0.087893;-0.994964;, + 0.125248;-0.252113;-0.959532;, + -0.108524;-0.386792;-0.915738;, + -0.202857;-0.235633;-0.950407;, + -0.033113; 0.072665;-0.996796;, + 0.048067;-0.087893;-0.994964;, + -0.202857;-0.235633;-0.950407;, + -0.288156;-0.063967;-0.955412;, + 0.450301;-0.888363; 0.089450;, + 0.432905;-0.900693; 0.035920;, + 0.557695;-0.829524; 0.028657;, + 0.526505;-0.849239; 0.038911;, + -0.110996; 0.232276;-0.966277;, + -0.033113; 0.072665;-0.996796;, + -0.288156;-0.063967;-0.955412;, + -0.366710; 0.106326;-0.924223;, + 0.416883;-0.844356;-0.336467;, + 0.443648;-0.894925;-0.047212;, + 0.478133;-0.874935;-0.076418;, + 0.366985;-0.871059;-0.326365;, + -0.138859; 0.277291;-0.950682;, + -0.110996; 0.232276;-0.966277;, + -0.366710; 0.106326;-0.924223;, + -0.388623; 0.155919;-0.908078;, + 0.268746;-0.541673;-0.796442;, + 0.357463;-0.723350;-0.590716;, + 0.225532;-0.801324;-0.554064;, + 0.083224;-0.650624;-0.754784;, + -0.366710; 0.106326;-0.924223;, + -0.288156;-0.063967;-0.955412;, + -0.553270;-0.211493;-0.805658;, + -0.622791;-0.034303;-0.781610;, + 0.366985;-0.871059;-0.326365;, + 0.478133;-0.874935;-0.076418;, + 0.460189;-0.883267;-0.089633;, + 0.290170;-0.908322;-0.301218;, + -0.388623; 0.155919;-0.908078;, + -0.366710; 0.106326;-0.924223;, + -0.622791;-0.034303;-0.781610;, + -0.642567; 0.008911;-0.766137;, + 0.083224;-0.650624;-0.754784;, + 0.225532;-0.801324;-0.554064;, + 0.087252;-0.864711;-0.494583;, + -0.112644;-0.751610;-0.649892;, + -0.017304;-0.528245;-0.848872;, + 0.083224;-0.650624;-0.754784;, + -0.112644;-0.751610;-0.649892;, + -0.237129;-0.645894;-0.725639;, + -0.108524;-0.386792;-0.915738;, + -0.017304;-0.528245;-0.848872;, + -0.237129;-0.645894;-0.725639;, + -0.351573;-0.521500;-0.777429;, + -0.202857;-0.235633;-0.950407;, + -0.108524;-0.386792;-0.915738;, + -0.351573;-0.521500;-0.777429;, + -0.453719;-0.380871;-0.805597;, + -0.288156;-0.063967;-0.955412;, + -0.202857;-0.235633;-0.950407;, + -0.453719;-0.380871;-0.805597;, + -0.553270;-0.211493;-0.805658;, + 0.526505;-0.849239; 0.038911;, + 0.557695;-0.829524; 0.028657;, + 0.532182;-0.844539; 0.059236;, + 0.526475;-0.849910; 0.021363;, + -0.453719;-0.380871;-0.805597;, + -0.351573;-0.521500;-0.777429;, + -0.496506;-0.609851;-0.617664;, + -0.610279;-0.477096;-0.632374;, + -0.553270;-0.211493;-0.805658;, + -0.453719;-0.380871;-0.805597;, + -0.610279;-0.477096;-0.632374;, + -0.713736;-0.309122;-0.628468;, + 0.526475;-0.849910; 0.021363;, + 0.532182;-0.844539; 0.059236;, + 0.552355;-0.833583; 0.000641;, + 0.536576;-0.843471;-0.024171;, + -0.622791;-0.034303;-0.781610;, + -0.553270;-0.211493;-0.805658;, + -0.713736;-0.309122;-0.628468;, + -0.782189;-0.131993;-0.608875;, + 0.290170;-0.908322;-0.301218;, + 0.460189;-0.883267;-0.089633;, + 0.456099;-0.883023;-0.110355;, + 0.251350;-0.928648;-0.272805;, + -0.642567; 0.008911;-0.766137;, + -0.622791;-0.034303;-0.781610;, + -0.782189;-0.131993;-0.608875;, + -0.795007;-0.086856;-0.600330;, + -0.112644;-0.751610;-0.649892;, + 0.087252;-0.864711;-0.494583;, + 0.000916;-0.909330;-0.416028;, + -0.227119;-0.819422;-0.526261;, + -0.237129;-0.645894;-0.725639;, + -0.112644;-0.751610;-0.649892;, + -0.227119;-0.819422;-0.526261;, + -0.368297;-0.727866;-0.578387;, + -0.351573;-0.521500;-0.777429;, + -0.237129;-0.645894;-0.725639;, + -0.368297;-0.727866;-0.578387;, + -0.496506;-0.609851;-0.617664;, + -0.368297;-0.727866;-0.578387;, + -0.227119;-0.819422;-0.526261;, + -0.326273;-0.901730;-0.283547;, + -0.481338;-0.821436;-0.305795;, + -0.496506;-0.609851;-0.617664;, + -0.368297;-0.727866;-0.578387;, + -0.481338;-0.821436;-0.305795;, + -0.627705;-0.711051;-0.316752;, + -0.610279;-0.477096;-0.632374;, + -0.496506;-0.609851;-0.617664;, + -0.627705;-0.711051;-0.316752;, + -0.748589;-0.578814;-0.323313;, + -0.713736;-0.309122;-0.628468;, + -0.610279;-0.477096;-0.632374;, + -0.748589;-0.578814;-0.323313;, + -0.855190;-0.414136;-0.311594;, + 0.536576;-0.843471;-0.024171;, + 0.552355;-0.833583; 0.000641;, + 0.580401;-0.813623;-0.033418;, + 0.545000;-0.837184;-0.045106;, + -0.782189;-0.131993;-0.608875;, + -0.713736;-0.309122;-0.628468;, + -0.855190;-0.414136;-0.311594;, + -0.924680;-0.232582;-0.301401;, + 0.251350;-0.928648;-0.272805;, + 0.456099;-0.883023;-0.110355;, + 0.454024;-0.887295;-0.080782;, + 0.208625;-0.965300;-0.156926;, + -0.795007;-0.086856;-0.600330;, + -0.782189;-0.131993;-0.608875;, + -0.924680;-0.232582;-0.301401;, + -0.938475;-0.190283;-0.288125;, + -0.227119;-0.819422;-0.526261;, + 0.000916;-0.909330;-0.416028;, + -0.074740;-0.969695;-0.232582;, + -0.326273;-0.901730;-0.283547;, + -0.924680;-0.232582;-0.301401;, + -0.855190;-0.414136;-0.311594;, + -0.891171;-0.453536;-0.010437;, + -0.958922;-0.283608; 0.000977;, + 0.208625;-0.965300;-0.156926;, + 0.454024;-0.887295;-0.080782;, + 0.441633;-0.894406;-0.070345;, + 0.186773;-0.979644;-0.073397;, + -0.938475;-0.190283;-0.288125;, + -0.924680;-0.232582;-0.301401;, + -0.958922;-0.283608; 0.000977;, + -0.968505;-0.248939; 0.001526;, + -0.326273;-0.901730;-0.283547;, + -0.074740;-0.969695;-0.232582;, + -0.105106;-0.991699;-0.073916;, + -0.361400;-0.930418;-0.060427;, + -0.481338;-0.821436;-0.305795;, + -0.326273;-0.901730;-0.283547;, + -0.361400;-0.930418;-0.060427;, + -0.522416;-0.851405;-0.046449;, + -0.627705;-0.711051;-0.316752;, + -0.481338;-0.821436;-0.305795;, + -0.522416;-0.851405;-0.046449;, + -0.668722;-0.742576;-0.036714;, + -0.748589;-0.578814;-0.323313;, + -0.627705;-0.711051;-0.316752;, + -0.668722;-0.742576;-0.036714;, + -0.785424;-0.618458;-0.024323;, + -0.855190;-0.414136;-0.311594;, + -0.748589;-0.578814;-0.323313;, + -0.785424;-0.618458;-0.024323;, + -0.891171;-0.453536;-0.010437;, + 0.545000;-0.837184;-0.045106;, + 0.580401;-0.813623;-0.033418;, + 0.569994;-0.818262;-0.074282;, + 0.529252;-0.845241;-0.073489;, + 0.364666;-0.916105;-0.166509;, + 0.406232;-0.888424;-0.213599;, + 0.374004;-0.889431;-0.262642;, + 0.392651;-0.897244;-0.201849;, + 0.325663;-0.940031;-0.101169;, + 0.410871;-0.903073;-0.124882;, + 0.406232;-0.888424;-0.213599;, + 0.364666;-0.916105;-0.166509;, + 0.529984;-0.810083;-0.250618;, + 0.488571;-0.850368;-0.195257;, + 0.435957;-0.870388;-0.228706;, + 0.490829;-0.823450;-0.284555;, + 0.582751;-0.796716;-0.159978;, + 0.555315;-0.826289;-0.093875;, + 0.520218;-0.838618;-0.161351;, + 0.556352;-0.802423;-0.215735;, + 0.556352;-0.802423;-0.215735;, + 0.520218;-0.838618;-0.161351;, + 0.488571;-0.850368;-0.195257;, + 0.529984;-0.810083;-0.250618;, + 0.410871;-0.903073;-0.124882;, + 0.325663;-0.940031;-0.101169;, + 0.413465;-0.905393;-0.096164;, + 0.452467;-0.886715;-0.094577;, + 0.359020;-0.928312; 0.096408;, + 0.455611;-0.887631; 0.067019;, + 0.537828;-0.839290; 0.079318;, + 0.451003;-0.891629; 0.039613;, + 0.596210;-0.802362;-0.027161;, + 0.555315;-0.826289;-0.093875;, + 0.582751;-0.796716;-0.159978;, + 0.608234;-0.790094;-0.075869;, + 0.530686;-0.847163;-0.025575;, + 0.555315;-0.826289;-0.093875;, + 0.596210;-0.802362;-0.027161;, + 0.565203;-0.824000; 0.039216;, + 0.499619;-0.865841; 0.026093;, + 0.530686;-0.847163;-0.025575;, + 0.565203;-0.824000; 0.039216;, + 0.536943;-0.837367; 0.102268;, + 0.499619;-0.865841; 0.026093;, + 0.536943;-0.837367; 0.102268;, + 0.537828;-0.839290; 0.079318;, + 0.455611;-0.887631; 0.067019;, + 0.499619;-0.865841; 0.026093;, + 0.455611;-0.887631; 0.067019;, + 0.400769;-0.916013; 0.016053;, + 0.446699;-0.893307;-0.049074;, + 0.530686;-0.847163;-0.025575;, + 0.499619;-0.865841; 0.026093;, + 0.446699;-0.893307;-0.049074;, + 0.481735;-0.870571;-0.100040;, + 0.555315;-0.826289;-0.093875;, + 0.530686;-0.847163;-0.025575;, + 0.481735;-0.870571;-0.100040;, + 0.520218;-0.838618;-0.161351;, + 0.520218;-0.838618;-0.161351;, + 0.481735;-0.870571;-0.100040;, + 0.442854;-0.884487;-0.146733;, + 0.488571;-0.850368;-0.195257;, + 0.481735;-0.870571;-0.100040;, + 0.446699;-0.893307;-0.049074;, + 0.412152;-0.905484;-0.101047;, + 0.442854;-0.884487;-0.146733;, + 0.446699;-0.893307;-0.049074;, + 0.400769;-0.916013; 0.016053;, + 0.367504;-0.929441;-0.031953;, + 0.412152;-0.905484;-0.101047;, + 0.412152;-0.905484;-0.101047;, + 0.367504;-0.929441;-0.031953;, + 0.325663;-0.940031;-0.101169;, + 0.364666;-0.916105;-0.166509;, + 0.442854;-0.884487;-0.146733;, + 0.412152;-0.905484;-0.101047;, + 0.364666;-0.916105;-0.166509;, + 0.392651;-0.897244;-0.201849;, + 0.488571;-0.850368;-0.195257;, + 0.442854;-0.884487;-0.146733;, + 0.392651;-0.897244;-0.201849;, + 0.435957;-0.870388;-0.228706;, + 0.490829;-0.823450;-0.284555;, + 0.435957;-0.870388;-0.228706;, + 0.370647;-0.885037;-0.281564;, + 0.432447;-0.847224;-0.308451;, + 0.455611;-0.887631; 0.067019;, + 0.359020;-0.928312; 0.096408;, + 0.393658;-0.913053; 0.106449;, + 0.400769;-0.916013; 0.016053;, + 0.367504;-0.929441;-0.031953;, + 0.429151;-0.903104; 0.013947;, + 0.413465;-0.905393;-0.096164;, + 0.325663;-0.940031;-0.101169;, + 0.400769;-0.916013; 0.016053;, + 0.393658;-0.913053; 0.106449;, + 0.429151;-0.903104; 0.013947;, + 0.367504;-0.929441;-0.031953;, + 0.565203;-0.824000; 0.039216;, + 0.552355;-0.833583; 0.000641;, + 0.532182;-0.844539; 0.059236;, + 0.536943;-0.837367; 0.102268;, + 0.596210;-0.802362;-0.027161;, + 0.580401;-0.813623;-0.033418;, + 0.552355;-0.833583; 0.000641;, + 0.565203;-0.824000; 0.039216;, + 0.608234;-0.790094;-0.075869;, + 0.569994;-0.818262;-0.074282;, + 0.580401;-0.813623;-0.033418;, + 0.596210;-0.802362;-0.027161;, + 0.569994;-0.818262;-0.074282;, + 0.608234;-0.790094;-0.075869;, + 0.582751;-0.796716;-0.159978;, + 0.556383;-0.816523;-0.153874;, + 0.556352;-0.802423;-0.215735;, + 0.538987;-0.821558;-0.185675;, + 0.556383;-0.816523;-0.153874;, + 0.582751;-0.796716;-0.159978;, + 0.538987;-0.821558;-0.185675;, + 0.556352;-0.802423;-0.215735;, + 0.529984;-0.810083;-0.250618;, + 0.530778;-0.814753;-0.233222;, + 0.490829;-0.823450;-0.284555;, + 0.500931;-0.829066;-0.248360;, + 0.530778;-0.814753;-0.233222;, + 0.529984;-0.810083;-0.250618;, + 0.432447;-0.847224;-0.308451;, + 0.438948;-0.865932;-0.239692;, + 0.500931;-0.829066;-0.248360;, + 0.490829;-0.823450;-0.284555;, + 0.536943;-0.837367; 0.102268;, + 0.532182;-0.844539; 0.059236;, + 0.557695;-0.829524; 0.028657;, + 0.537828;-0.839290; 0.079318;, + 0.537828;-0.839290; 0.079318;, + 0.557695;-0.829524; 0.028657;, + 0.432905;-0.900693; 0.035920;, + 0.451003;-0.891629; 0.039613;, + 0.451003;-0.891629; 0.039613;, + 0.432905;-0.900693; 0.035920;, + 0.355754;-0.933042; 0.053163;, + 0.359020;-0.928312; 0.096408;, + 0.359020;-0.928312; 0.096408;, + 0.355754;-0.933042; 0.053163;, + 0.456526;-0.884945; 0.091647;, + 0.393658;-0.913053; 0.106449;, + 0.393658;-0.913053; 0.106449;, + 0.456526;-0.884945; 0.091647;, + 0.395337;-0.916349; 0.063051;, + 0.429151;-0.903104; 0.013947;, + 0.429151;-0.903104; 0.013947;, + 0.395337;-0.916349; 0.063051;, + 0.299234;-0.953612;-0.032197;, + 0.413465;-0.905393;-0.096164;, + 0.413465;-0.905393;-0.096164;, + 0.299234;-0.953612;-0.032197;, + 0.289102;-0.953185;-0.088473;, + 0.452467;-0.886715;-0.094577;, + 0.452467;-0.886715;-0.094577;, + 0.289102;-0.953185;-0.088473;, + 0.318094;-0.933103;-0.167547;, + 0.410871;-0.903073;-0.124882;, + 0.387555;-0.887356;-0.249672;, + 0.406232;-0.888424;-0.213599;, + 0.410871;-0.903073;-0.124882;, + 0.318094;-0.933103;-0.167547;, + 0.406232;-0.888424;-0.213599;, + 0.387555;-0.887356;-0.249672;, + 0.416974;-0.873074;-0.252693;, + 0.374004;-0.889431;-0.262642;, + 0.374004;-0.889431;-0.262642;, + 0.416974;-0.873074;-0.252693;, + 0.391125;-0.885800;-0.249672;, + 0.370647;-0.885037;-0.281564;, + 0.438948;-0.865932;-0.239692;, + 0.432447;-0.847224;-0.308451;, + 0.370647;-0.885037;-0.281564;, + 0.391125;-0.885800;-0.249672;, + 0.392651;-0.897244;-0.201849;, + 0.374004;-0.889431;-0.262642;, + 0.370647;-0.885037;-0.281564;, + 0.435957;-0.870388;-0.228706;, + 0.441633;-0.894406;-0.070345;, + 0.529252;-0.845241;-0.073489;, + 0.519547;-0.844752;-0.128056;, + 0.440474;-0.893613;-0.085940;, + 0.440474;-0.893613;-0.085940;, + 0.519547;-0.844752;-0.128056;, + 0.504227;-0.850978;-0.146886;, + 0.434156;-0.898190;-0.068850;, + 0.434156;-0.898190;-0.068850;, + 0.504227;-0.850978;-0.146886;, + 0.500015;-0.848781;-0.171728;, + 0.436659;-0.896817;-0.070681;, + 0.436659;-0.896817;-0.070681;, + 0.500015;-0.848781;-0.171728;, + 0.492569;-0.850551;-0.184210;, + 0.468245;-0.881497;-0.060518;, + 0.468245;-0.881497;-0.060518;, + 0.492569;-0.850551;-0.184210;, + 0.439039;-0.875637;-0.201086;, + 0.449324;-0.890133;-0.075747;, + 0.449324;-0.890133;-0.075747;, + 0.439039;-0.875637;-0.201086;, + 0.407727;-0.885189;-0.223914;, + 0.440626;-0.892178;-0.099094;, + 0.440626;-0.892178;-0.099094;, + 0.407727;-0.885189;-0.223914;, + 0.374767;-0.892788;-0.249794;, + 0.439528;-0.890530;-0.117038;, + 0.439528;-0.890530;-0.117038;, + 0.374767;-0.892788;-0.249794;, + 0.276406;-0.922117;-0.270669;, + 0.383831;-0.913541;-0.134526;, + 0.383831;-0.913541;-0.134526;, + 0.276406;-0.922117;-0.270669;, + 0.148869;-0.963164;-0.223914;, + 0.356120;-0.923521;-0.142216;, + 0.356120;-0.923521;-0.142216;, + 0.148869;-0.963164;-0.223914;, + 0.095889;-0.991485;-0.087832;, + 0.337748;-0.936491;-0.094058;, + 0.337748;-0.936491;-0.094058;, + 0.095889;-0.991485;-0.087832;, + 0.122196;-0.991424; 0.046144;, + 0.348033;-0.936460;-0.043245;, + 0.348033;-0.936460;-0.043245;, + 0.122196;-0.991424; 0.046144;, + 0.253365;-0.959532; 0.122654;, + 0.366924;-0.929838;-0.026673;, + 0.366924;-0.929838;-0.026673;, + 0.253365;-0.959532; 0.122654;, + 0.375225;-0.919401; 0.117771;, + 0.421674;-0.906644;-0.012391;, + 0.421674;-0.906644;-0.012391;, + 0.375225;-0.919401; 0.117771;, + 0.380016;-0.919004; 0.104678;, + 0.433241;-0.900967;-0.023103;, + 0.433241;-0.900967;-0.023103;, + 0.380016;-0.919004; 0.104678;, + 0.450301;-0.888363; 0.089450;, + 0.443648;-0.894925;-0.047212;, + 0.443648;-0.894925;-0.047212;, + 0.450301;-0.888363; 0.089450;, + 0.526505;-0.849239; 0.038911;, + 0.478133;-0.874935;-0.076418;, + 0.478133;-0.874935;-0.076418;, + 0.526505;-0.849239; 0.038911;, + 0.526475;-0.849910; 0.021363;, + 0.460189;-0.883267;-0.089633;, + 0.460189;-0.883267;-0.089633;, + 0.526475;-0.849910; 0.021363;, + 0.536576;-0.843471;-0.024171;, + 0.456099;-0.883023;-0.110355;, + 0.456099;-0.883023;-0.110355;, + 0.536576;-0.843471;-0.024171;, + 0.545000;-0.837184;-0.045106;, + 0.454024;-0.887295;-0.080782;, + 0.454024;-0.887295;-0.080782;, + 0.545000;-0.837184;-0.045106;, + 0.529252;-0.845241;-0.073489;, + 0.441633;-0.894406;-0.070345;, + -0.105106;-0.991699;-0.073916;, + 0.186773;-0.979644;-0.073397;, + 0.217566;-0.976012;-0.002136;, + -0.047884;-0.994812; 0.089480;, + -0.047884;-0.994812; 0.089480;, + 0.217566;-0.976012;-0.002136;, + 0.255867;-0.961669; 0.098392;, + 0.027680;-0.960570; 0.276528;, + 0.027680;-0.960570; 0.276528;, + 0.255867;-0.961669; 0.098392;, + 0.293832;-0.945555; 0.139836;, + 0.108768;-0.922849; 0.369427;, + 0.108768;-0.922849; 0.369427;, + 0.293832;-0.945555; 0.139836;, + 0.385052;-0.903623; 0.187536;, + 0.259865;-0.855312; 0.448164;, + 0.259865;-0.855312; 0.448164;, + 0.385052;-0.903623; 0.187536;, + 0.443220;-0.871548; 0.209601;, + 0.396924;-0.774407; 0.492630;, + 0.396924;-0.774407; 0.492630;, + 0.443220;-0.871548; 0.209601;, + 0.503708;-0.841639; 0.194647;, + 0.525468;-0.711570; 0.466384;, + 0.525468;-0.711570; 0.466384;, + 0.503708;-0.841639; 0.194647;, + 0.581561;-0.798090; 0.157384;, + 0.663015;-0.638417; 0.390881;, + 0.663015;-0.638417; 0.390881;, + 0.581561;-0.798090; 0.157384;, + 0.609394;-0.786279; 0.101749;, + 0.746361;-0.597491; 0.293100;, + 0.746361;-0.597491; 0.293100;, + 0.609394;-0.786279; 0.101749;, + 0.648061;-0.761528;-0.007416;, + 0.823115;-0.557512; 0.107700;, + 0.823115;-0.557512; 0.107700;, + 0.648061;-0.761528;-0.007416;, + 0.656758;-0.749138;-0.086184;, + 0.847591;-0.526200;-0.068209;, + 0.847591;-0.526200;-0.068209;, + 0.656758;-0.749138;-0.086184;, + 0.639271;-0.752434;-0.158422;, + 0.812433;-0.533586;-0.234993;, + 0.812433;-0.533586;-0.234993;, + 0.639271;-0.752434;-0.158422;, + 0.593554;-0.764153;-0.252419;, + 0.723594;-0.555986;-0.408979;, + 0.723594;-0.555986;-0.408979;, + 0.593554;-0.764153;-0.252419;, + 0.562120;-0.774010;-0.291330;, + 0.637104;-0.589892;-0.496078;, + 0.637104;-0.589892;-0.496078;, + 0.562120;-0.774010;-0.291330;, + 0.482376;-0.815546;-0.319651;, + 0.493759;-0.659169;-0.567125;, + 0.493759;-0.659169;-0.567125;, + 0.482376;-0.815546;-0.319651;, + 0.416883;-0.844356;-0.336467;, + 0.357463;-0.723350;-0.590716;, + 0.357463;-0.723350;-0.590716;, + 0.416883;-0.844356;-0.336467;, + 0.366985;-0.871059;-0.326365;, + 0.225532;-0.801324;-0.554064;, + 0.225532;-0.801324;-0.554064;, + 0.366985;-0.871059;-0.326365;, + 0.290170;-0.908322;-0.301218;, + 0.087252;-0.864711;-0.494583;, + 0.087252;-0.864711;-0.494583;, + 0.290170;-0.908322;-0.301218;, + 0.251350;-0.928648;-0.272805;, + 0.000916;-0.909330;-0.416028;, + 0.000916;-0.909330;-0.416028;, + 0.251350;-0.928648;-0.272805;, + 0.208625;-0.965300;-0.156926;, + -0.074740;-0.969695;-0.232582;, + -0.074740;-0.969695;-0.232582;, + 0.208625;-0.965300;-0.156926;, + 0.186773;-0.979644;-0.073397;, + -0.105106;-0.991699;-0.073916;, + 0.895047;-0.445814;-0.009949;, + 0.836238;-0.452467; 0.309702;, + 0.727561;-0.623371; 0.286386;, + 0.784448;-0.619678;-0.024232;, + 0.199805;-0.978393;-0.053011;, + 0.168218;-0.973693; 0.153539;, + 0.042116;-0.993957; 0.101199;, + 0.055879;-0.996063;-0.068758;, + 0.961638;-0.274209; 0.001770;, + 0.906919;-0.272866; 0.320933;, + 0.836238;-0.452467; 0.309702;, + 0.895047;-0.445814;-0.009949;, + 0.118625;-0.990173;-0.073702;, + 0.063082;-0.993469; 0.094913;, + 0.079592;-0.990600; 0.110965;, + 0.120884;-0.990631;-0.063387;, + 0.968383;-0.249428; 0.001373;, + 0.922147;-0.236061; 0.306375;, + 0.906919;-0.272866; 0.320933;, + 0.961638;-0.274209; 0.001770;, + 0.351634;-0.934111;-0.061312;, + 0.294565;-0.940947; 0.166692;, + 0.063082;-0.993469; 0.094913;, + 0.118625;-0.990173;-0.073702;, + 0.519028;-0.853420;-0.047151;, + 0.464278;-0.859157; 0.215094;, + 0.294565;-0.940947; 0.166692;, + 0.351634;-0.934111;-0.061312;, + 0.672994;-0.738731;-0.036195;, + 0.616108;-0.747063; 0.249580;, + 0.464278;-0.859157; 0.215094;, + 0.519028;-0.853420;-0.047151;, + 0.784448;-0.619678;-0.024232;, + 0.727561;-0.623371; 0.286386;, + 0.616108;-0.747063; 0.249580;, + 0.672994;-0.738731;-0.036195;, + 0.464278;-0.859157; 0.215094;, + 0.331492;-0.800317; 0.499527;, + 0.181829;-0.889126; 0.419965;, + 0.294565;-0.940947; 0.166692;, + 0.616108;-0.747063; 0.249580;, + 0.463668;-0.684347; 0.562700;, + 0.331492;-0.800317; 0.499527;, + 0.464278;-0.859157; 0.215094;, + 0.727561;-0.623371; 0.286386;, + 0.567705;-0.557573; 0.605609;, + 0.463668;-0.684347; 0.562700;, + 0.616108;-0.747063; 0.249580;, + 0.836238;-0.452467; 0.309702;, + 0.663564;-0.391247; 0.637623;, + 0.567705;-0.557573; 0.605609;, + 0.727561;-0.623371; 0.286386;, + 0.168218;-0.973693; 0.153539;, + 0.089236;-0.938383; 0.333781;, + -0.023591;-0.966826; 0.254219;, + 0.042116;-0.993957; 0.101199;, + 0.906919;-0.272866; 0.320933;, + 0.735649;-0.216529; 0.641774;, + 0.663564;-0.391247; 0.637623;, + 0.836238;-0.452467; 0.309702;, + 0.063082;-0.993469; 0.094913;, + -0.014924;-0.958586; 0.284402;, + 0.001221;-0.957732; 0.287576;, + 0.079592;-0.990600; 0.110965;, + 0.922147;-0.236061; 0.306375;, + 0.749229;-0.171148; 0.639790;, + 0.735649;-0.216529; 0.641774;, + 0.906919;-0.272866; 0.320933;, + 0.294565;-0.940947; 0.166692;, + 0.181829;-0.889126; 0.419965;, + -0.014924;-0.958586; 0.284402;, + 0.063082;-0.993469; 0.094913;, + 0.089236;-0.938383; 0.333781;, + -0.024293;-0.888546; 0.458113;, + -0.105533;-0.929167; 0.354167;, + -0.023591;-0.966826; 0.254219;, + 0.735649;-0.216529; 0.641774;, + 0.564776;-0.142796; 0.812769;, + 0.499252;-0.313456; 0.807764;, + 0.663564;-0.391247; 0.637623;, + -0.014924;-0.958586; 0.284402;, + -0.091647;-0.922086; 0.375958;, + -0.090793;-0.916929; 0.388562;, + 0.001221;-0.957732; 0.287576;, + 0.749229;-0.171148; 0.639790;, + 0.585833;-0.099155; 0.804315;, + 0.564776;-0.142796; 0.812769;, + 0.735649;-0.216529; 0.641774;, + 0.181829;-0.889126; 0.419965;, + 0.070193;-0.837397; 0.542009;, + -0.091647;-0.922086; 0.375958;, + -0.014924;-0.958586; 0.284402;, + 0.331492;-0.800317; 0.499527;, + 0.194555;-0.742454; 0.640980;, + 0.070193;-0.837397; 0.542009;, + 0.181829;-0.889126; 0.419965;, + 0.463668;-0.684347; 0.562700;, + 0.311655;-0.618946; 0.720908;, + 0.194555;-0.742454; 0.640980;, + 0.331492;-0.800317; 0.499527;, + 0.567705;-0.557573; 0.605609;, + 0.405408;-0.483047; 0.776055;, + 0.311655;-0.618946; 0.720908;, + 0.463668;-0.684347; 0.562700;, + 0.663564;-0.391247; 0.637623;, + 0.499252;-0.313456; 0.807764;, + 0.405408;-0.483047; 0.776055;, + 0.567705;-0.557573; 0.605609;, + 0.311655;-0.618946; 0.720908;, + 0.055147;-0.513627; 0.856227;, + -0.039094;-0.649312; 0.759484;, + 0.194555;-0.742454; 0.640980;, + 0.405408;-0.483047; 0.776055;, + 0.147221;-0.365490; 0.919065;, + 0.055147;-0.513627; 0.856227;, + 0.311655;-0.618946; 0.720908;, + 0.499252;-0.313456; 0.807764;, + 0.224067;-0.194922; 0.954863;, + 0.147221;-0.365490; 0.919065;, + 0.405408;-0.483047; 0.776055;, + -0.024293;-0.888546; 0.458113;, + -0.193030;-0.819666; 0.539293;, + -0.242805;-0.871090; 0.426862;, + -0.105533;-0.929167; 0.354167;, + 0.564776;-0.142796; 0.812769;, + 0.303598;-0.024506; 0.952452;, + 0.224067;-0.194922; 0.954863;, + 0.499252;-0.313456; 0.807764;, + -0.091647;-0.922086; 0.375958;, + -0.248787;-0.853816; 0.457198;, + -0.251137;-0.843898; 0.474044;, + -0.090793;-0.916929; 0.388562;, + 0.585833;-0.099155; 0.804315;, + 0.329264; 0.027711; 0.943815;, + 0.303598;-0.024506; 0.952452;, + 0.564776;-0.142796; 0.812769;, + 0.070193;-0.837397; 0.542009;, + -0.138798;-0.749290; 0.647511;, + -0.248787;-0.853816; 0.457198;, + -0.091647;-0.922086; 0.375958;, + 0.194555;-0.742454; 0.640980;, + -0.039094;-0.649312; 0.759484;, + -0.138798;-0.749290; 0.647511;, + 0.070193;-0.837397; 0.542009;, + 0.329264; 0.027711; 0.943815;, + 0.073366; 0.149480; 0.986023;, + 0.046693; 0.098788; 0.993988;, + 0.303598;-0.024506; 0.952452;, + -0.138798;-0.749290; 0.647511;, + -0.329936;-0.642689; 0.691427;, + -0.393872;-0.767998; 0.504959;, + -0.248787;-0.853816; 0.457198;, + -0.039094;-0.649312; 0.759484;, + -0.262917;-0.530534; 0.805841;, + -0.329936;-0.642689; 0.691427;, + -0.138798;-0.749290; 0.647511;, + 0.055147;-0.513627; 0.856227;, + -0.190191;-0.386944; 0.902249;, + -0.262917;-0.530534; 0.805841;, + -0.039094;-0.649312; 0.759484;, + 0.147221;-0.365490; 0.919065;, + -0.110660;-0.235511; 0.965545;, + -0.190191;-0.386944; 0.902249;, + 0.055147;-0.513627; 0.856227;, + 0.224067;-0.194922; 0.954863;, + -0.035279;-0.069765; 0.996918;, + -0.110660;-0.235511; 0.965545;, + 0.147221;-0.365490; 0.919065;, + -0.193030;-0.819666; 0.539293;, + -0.367351;-0.743095; 0.559282;, + -0.399365;-0.792871; 0.460250;, + -0.242805;-0.871090; 0.426862;, + 0.303598;-0.024506; 0.952452;, + 0.046693; 0.098788; 0.993988;, + -0.035279;-0.069765; 0.996918;, + 0.224067;-0.194922; 0.954863;, + -0.248787;-0.853816; 0.457198;, + -0.393872;-0.767998; 0.504959;, + -0.394635;-0.771203; 0.499466;, + -0.251137;-0.843898; 0.474044;, + -0.035279;-0.069765; 0.996918;, + -0.288919; 0.060244; 0.955443;, + -0.364666;-0.112064; 0.924345;, + -0.110660;-0.235511; 0.965545;, + -0.367351;-0.743095; 0.559282;, + -0.526078;-0.680990; 0.509354;, + -0.527390;-0.741844; 0.414136;, + -0.399365;-0.792871; 0.460250;, + 0.046693; 0.098788; 0.993988;, + -0.201819; 0.235633; 0.950621;, + -0.288919; 0.060244; 0.955443;, + -0.035279;-0.069765; 0.996918;, + -0.393872;-0.767998; 0.504959;, + -0.520951;-0.708060; 0.476669;, + -0.531602;-0.709525; 0.462508;, + -0.394635;-0.771203; 0.499466;, + 0.073366; 0.149480; 0.986023;, + -0.165380; 0.284036; 0.944426;, + -0.201819; 0.235633; 0.950621;, + 0.046693; 0.098788; 0.993988;, + -0.329936;-0.642689; 0.691427;, + -0.508957;-0.561083; 0.652760;, + -0.520951;-0.708060; 0.476669;, + -0.393872;-0.767998; 0.504959;, + -0.262917;-0.530534; 0.805841;, + -0.476669;-0.438032; 0.762169;, + -0.508957;-0.561083; 0.652760;, + -0.329936;-0.642689; 0.691427;, + -0.190191;-0.386944; 0.902249;, + -0.429121;-0.275307; 0.860225;, + -0.476669;-0.438032; 0.762169;, + -0.262917;-0.530534; 0.805841;, + -0.110660;-0.235511; 0.965545;, + -0.364666;-0.112064; 0.924345;, + -0.429121;-0.275307; 0.860225;, + -0.190191;-0.386944; 0.902249;, + -0.429121;-0.275307; 0.860225;, + -0.670583;-0.144444; 0.727592;, + -0.693594;-0.319773; 0.645466;, + -0.476669;-0.438032; 0.762169;, + -0.364666;-0.112064; 0.924345;, + -0.616749; 0.026795; 0.786676;, + -0.670583;-0.144444; 0.727592;, + -0.429121;-0.275307; 0.860225;, + -0.288919; 0.060244; 0.955443;, + -0.549852; 0.199500; 0.811060;, + -0.616749; 0.026795; 0.786676;, + -0.364666;-0.112064; 0.924345;, + -0.526078;-0.680990; 0.509354;, + -0.668081;-0.618976; 0.412915;, + -0.644917;-0.690207; 0.328074;, + -0.527390;-0.741844; 0.414136;, + -0.201819; 0.235633; 0.950621;, + -0.448195; 0.376873; 0.810572;, + -0.549852; 0.199500; 0.811060;, + -0.288919; 0.060244; 0.955443;, + -0.520951;-0.708060; 0.476669;, + -0.662069;-0.634114; 0.399396;, + -0.663564;-0.647481; 0.374737;, + -0.531602;-0.709525; 0.462508;, + -0.165380; 0.284036; 0.944426;, + -0.414624; 0.426923; 0.803613;, + -0.448195; 0.376873; 0.810572;, + -0.201819; 0.235633; 0.950621;, + -0.508957;-0.561083; 0.652760;, + -0.695791;-0.460158; 0.551439;, + -0.662069;-0.634114; 0.399396;, + -0.520951;-0.708060; 0.476669;, + -0.476669;-0.438032; 0.762169;, + -0.693594;-0.319773; 0.645466;, + -0.695791;-0.460158; 0.551439;, + -0.508957;-0.561083; 0.652760;, + -0.414624; 0.426923; 0.803613;, + -0.560228; 0.524522; 0.641072;, + -0.596728; 0.478042; 0.644459;, + -0.448195; 0.376873; 0.810572;, + -0.695791;-0.460158; 0.551439;, + -0.811884;-0.395734; 0.429151;, + -0.749107;-0.589648; 0.301828;, + -0.662069;-0.634114; 0.399396;, + -0.693594;-0.319773; 0.645466;, + -0.828303;-0.241127; 0.505692;, + -0.811884;-0.395734; 0.429151;, + -0.695791;-0.460158; 0.551439;, + -0.670583;-0.144444; 0.727592;, + -0.818781;-0.053591; 0.571551;, + -0.828303;-0.241127; 0.505692;, + -0.693594;-0.319773; 0.645466;, + -0.616749; 0.026795; 0.786676;, + -0.775475; 0.126499; 0.618549;, + -0.818781;-0.053591; 0.571551;, + -0.670583;-0.144444; 0.727592;, + -0.549852; 0.199500; 0.811060;, + -0.702109; 0.304147; 0.643818;, + -0.775475; 0.126499; 0.618549;, + -0.616749; 0.026795; 0.786676;, + -0.668081;-0.618976; 0.412915;, + -0.758232;-0.585833; 0.286142;, + -0.720054;-0.658742; 0.218116;, + -0.644917;-0.690207; 0.328074;, + -0.448195; 0.376873; 0.810572;, + -0.596728; 0.478042; 0.644459;, + -0.702109; 0.304147; 0.643818;, + -0.549852; 0.199500; 0.811060;, + -0.662069;-0.634114; 0.399396;, + -0.749107;-0.589648; 0.301828;, + -0.741234;-0.616321; 0.265786;, + -0.663564;-0.647481; 0.374737;, + -0.702109; 0.304147; 0.643818;, + -0.853786; 0.411817; 0.318491;, + -0.924741; 0.231452; 0.302011;, + -0.775475; 0.126499; 0.618549;, + -0.758232;-0.585833; 0.286142;, + -0.818964;-0.564470; 0.103000;, + -0.769341;-0.635365; 0.066286;, + -0.720054;-0.658742; 0.218116;, + -0.596728; 0.478042; 0.644459;, + -0.738853; 0.585070; 0.334300;, + -0.853786; 0.411817; 0.318491;, + -0.702109; 0.304147; 0.643818;, + -0.749107;-0.589648; 0.301828;, + -0.827631;-0.549425; 0.114566;, + -0.804163;-0.588000; 0.086581;, + -0.741234;-0.616321; 0.265786;, + -0.560228; 0.524522; 0.641072;, + -0.695364; 0.635060; 0.336283;, + -0.738853; 0.585070; 0.334300;, + -0.596728; 0.478042; 0.644459;, + -0.811884;-0.395734; 0.429151;, + -0.925810;-0.330515; 0.183294;, + -0.827631;-0.549425; 0.114566;, + -0.749107;-0.589648; 0.301828;, + -0.828303;-0.241127; 0.505692;, + -0.959441;-0.164373; 0.229011;, + -0.925810;-0.330515; 0.183294;, + -0.811884;-0.395734; 0.429151;, + -0.818781;-0.053591; 0.571551;, + -0.963897; 0.040559; 0.263161;, + -0.959441;-0.164373; 0.229011;, + -0.828303;-0.241127; 0.505692;, + -0.775475; 0.126499; 0.618549;, + -0.924741; 0.231452; 0.302011;, + -0.963897; 0.040559; 0.263161;, + -0.818781;-0.053591; 0.571551;, + -0.963897; 0.040559; 0.263161;, + -0.996094; 0.082430;-0.030824;, + -0.992981;-0.110904;-0.040529;, + -0.959441;-0.164373; 0.229011;, + -0.924741; 0.231452; 0.302011;, + -0.959044; 0.282785;-0.014649;, + -0.996094; 0.082430;-0.030824;, + -0.963897; 0.040559; 0.263161;, + -0.853786; 0.411817; 0.318491;, + -0.894284; 0.447432; 0.001465;, + -0.959044; 0.282785;-0.014649;, + -0.924741; 0.231452; 0.302011;, + -0.818964;-0.564470; 0.103000;, + -0.833430;-0.547197;-0.077029;, + -0.780908;-0.618671;-0.085940;, + -0.769341;-0.635365; 0.066286;, + -0.738853; 0.585070; 0.334300;, + -0.786370; 0.617237; 0.024445;, + -0.894284; 0.447432; 0.001465;, + -0.853786; 0.411817; 0.318491;, + -0.827631;-0.549425; 0.114566;, + -0.853633;-0.516495;-0.067141;, + -0.823176;-0.562609;-0.076235;, + -0.804163;-0.588000; 0.086581;, + -0.695364; 0.635060; 0.336283;, + -0.742058; 0.669454; 0.033845;, + -0.786370; 0.617237; 0.024445;, + -0.738853; 0.585070; 0.334300;, + -0.925810;-0.330515; 0.183294;, + -0.956572;-0.287118;-0.050020;, + -0.853633;-0.516495;-0.067141;, + -0.827631;-0.549425; 0.114566;, + -0.959441;-0.164373; 0.229011;, + -0.992981;-0.110904;-0.040529;, + -0.956572;-0.287118;-0.050020;, + -0.925810;-0.330515; 0.183294;, + -0.742058; 0.669454; 0.033845;, + -0.693106; 0.667989;-0.270791;, + -0.732810; 0.617756;-0.285104;, + -0.786370; 0.617237; 0.024445;, + -0.956572;-0.287118;-0.050020;, + -0.916288;-0.289865;-0.276345;, + -0.817499;-0.524125;-0.238594;, + -0.853633;-0.516495;-0.067141;, + -0.992981;-0.110904;-0.040529;, + -0.945799;-0.119205;-0.302011;, + -0.916288;-0.289865;-0.276345;, + -0.956572;-0.287118;-0.050020;, + -0.996094; 0.082430;-0.030824;, + -0.945067; 0.084384;-0.315744;, + -0.945799;-0.119205;-0.302011;, + -0.992981;-0.110904;-0.040529;, + -0.959044; 0.282785;-0.014649;, + -0.906034; 0.278237;-0.318796;, + -0.945067; 0.084384;-0.315744;, + -0.996094; 0.082430;-0.030824;, + -0.894284; 0.447432; 0.001465;, + -0.838618; 0.451125;-0.305185;, + -0.906034; 0.278237;-0.318796;, + -0.959044; 0.282785;-0.014649;, + -0.833430;-0.547197;-0.077029;, + -0.801080;-0.546525;-0.243995;, + -0.751274;-0.621509;-0.221992;, + -0.780908;-0.618671;-0.085940;, + -0.786370; 0.617237; 0.024445;, + -0.732810; 0.617756;-0.285104;, + -0.838618; 0.451125;-0.305185;, + -0.894284; 0.447432; 0.001465;, + -0.853633;-0.516495;-0.067141;, + -0.817499;-0.524125;-0.238594;, + -0.789026;-0.569597;-0.230110;, + -0.823176;-0.562609;-0.076235;, + -0.838618; 0.451125;-0.305185;, + -0.670949; 0.390728;-0.630146;, + -0.740440; 0.223548;-0.633808;, + -0.906034; 0.278237;-0.318796;, + -0.801080;-0.546525;-0.243995;, + -0.728721;-0.551073;-0.406507;, + -0.694479;-0.628620;-0.349925;, + -0.751274;-0.621509;-0.221992;, + -0.732810; 0.617756;-0.285104;, + -0.572405; 0.556017;-0.602649;, + -0.670949; 0.390728;-0.630146;, + -0.838618; 0.451125;-0.305185;, + -0.817499;-0.524125;-0.238594;, + -0.728629;-0.545640;-0.413892;, + -0.715812;-0.580035;-0.388745;, + -0.789026;-0.569597;-0.230110;, + -0.693106; 0.667989;-0.270791;, + -0.532456; 0.604968;-0.591998;, + -0.572405; 0.556017;-0.602649;, + -0.732810; 0.617756;-0.285104;, + -0.916288;-0.289865;-0.276345;, + -0.789911;-0.328257;-0.517899;, + -0.728629;-0.545640;-0.413892;, + -0.817499;-0.524125;-0.238594;, + -0.945799;-0.119205;-0.302011;, + -0.802911;-0.160497;-0.574053;, + -0.789911;-0.328257;-0.517899;, + -0.916288;-0.289865;-0.276345;, + -0.945067; 0.084384;-0.315744;, + -0.788018; 0.031404;-0.614826;, + -0.802911;-0.160497;-0.574053;, + -0.945799;-0.119205;-0.302011;, + -0.906034; 0.278237;-0.318796;, + -0.740440; 0.223548;-0.633808;, + -0.788018; 0.031404;-0.614826;, + -0.945067; 0.084384;-0.315744;, + -0.802911;-0.160497;-0.574053;, + -0.658467;-0.221778;-0.719169;, + -0.666768;-0.380566;-0.640736;, + -0.789911;-0.328257;-0.517899;, + -0.788018; 0.031404;-0.614826;, + -0.630634;-0.036012;-0.775201;, + -0.658467;-0.221778;-0.719169;, + -0.802911;-0.160497;-0.574053;, + -0.740440; 0.223548;-0.633808;, + -0.572039; 0.153874;-0.805628;, + -0.630634;-0.036012;-0.775201;, + -0.788018; 0.031404;-0.614826;, + -0.670949; 0.390728;-0.630146;, + -0.504318; 0.320383;-0.801843;, + -0.572039; 0.153874;-0.805628;, + -0.740440; 0.223548;-0.633808;, + -0.728721;-0.551073;-0.406507;, + -0.631458;-0.571734;-0.523759;, + -0.613147;-0.649373;-0.449782;, + -0.694479;-0.628620;-0.349925;, + -0.572405; 0.556017;-0.602649;, + -0.409436; 0.484451;-0.773034;, + -0.504318; 0.320383;-0.801843;, + -0.670949; 0.390728;-0.630146;, + -0.728629;-0.545640;-0.413892;, + -0.637379;-0.582018;-0.504898;, + -0.631001;-0.603717;-0.487136;, + -0.715812;-0.580035;-0.388745;, + -0.532456; 0.604968;-0.591998;, + -0.372753; 0.536973;-0.756737;, + -0.409436; 0.484451;-0.773034;, + -0.572405; 0.556017;-0.602649;, + -0.789911;-0.328257;-0.517899;, + -0.666768;-0.380566;-0.640736;, + -0.637379;-0.582018;-0.504898;, + -0.728629;-0.545640;-0.413892;, + -0.409436; 0.484451;-0.773034;, + -0.147954; 0.366314;-0.918638;, + -0.231727; 0.203009;-0.951353;, + -0.504318; 0.320383;-0.801843;, + -0.637379;-0.582018;-0.504898;, + -0.488235;-0.654073;-0.577746;, + -0.491256;-0.659749;-0.568621;, + -0.631001;-0.603717;-0.487136;, + -0.372753; 0.536973;-0.756737;, + -0.106845; 0.410443;-0.905576;, + -0.147954; 0.366314;-0.918638;, + -0.409436; 0.484451;-0.773034;, + -0.666768;-0.380566;-0.640736;, + -0.467483;-0.473830;-0.746269;, + -0.488235;-0.654073;-0.577746;, + -0.637379;-0.582018;-0.504898;, + -0.658467;-0.221778;-0.719169;, + -0.431379;-0.324442;-0.841792;, + -0.467483;-0.473830;-0.746269;, + -0.666768;-0.380566;-0.640736;, + -0.630634;-0.036012;-0.775201;, + -0.375530;-0.144902;-0.915372;, + -0.431379;-0.324442;-0.841792;, + -0.658467;-0.221778;-0.719169;, + -0.572039; 0.153874;-0.805628;, + -0.308512; 0.036805;-0.950468;, + -0.375530;-0.144902;-0.915372;, + -0.630634;-0.036012;-0.775201;, + -0.504318; 0.320383;-0.801843;, + -0.231727; 0.203009;-0.951353;, + -0.308512; 0.036805;-0.950468;, + -0.572039; 0.153874;-0.805628;, + -0.631458;-0.571734;-0.523759;, + -0.479141;-0.619648;-0.621601;, + -0.496902;-0.686209;-0.531175;, + -0.613147;-0.649373;-0.449782;, + -0.308512; 0.036805;-0.950468;, + -0.048952;-0.089816;-0.994751;, + -0.127842;-0.257546;-0.957762;, + -0.375530;-0.144902;-0.915372;, + -0.231727; 0.203009;-0.951353;, + 0.032594; 0.072481;-0.996826;, + -0.048952;-0.089816;-0.994751;, + -0.308512; 0.036805;-0.950468;, + -0.479141;-0.619648;-0.621601;, + -0.322550;-0.665944;-0.672628;, + -0.359813;-0.728446;-0.582995;, + -0.496902;-0.686209;-0.531175;, + -0.147954; 0.366314;-0.918638;, + 0.110141; 0.232551;-0.966308;, + 0.032594; 0.072481;-0.996826;, + -0.231727; 0.203009;-0.951353;, + -0.488235;-0.654073;-0.577746;, + -0.353893;-0.714530;-0.603473;, + -0.354350;-0.715232;-0.602344;, + -0.491256;-0.659749;-0.568621;, + -0.106845; 0.410443;-0.905576;, + 0.138066; 0.275765;-0.951231;, + 0.110141; 0.232551;-0.966308;, + -0.147954; 0.366314;-0.918638;, + -0.467483;-0.473830;-0.746269;, + -0.277322;-0.558916;-0.781457;, + -0.353893;-0.714530;-0.603473;, + -0.488235;-0.654073;-0.577746;, + -0.431379;-0.324442;-0.841792;, + -0.203650;-0.420087;-0.884304;, + -0.277322;-0.558916;-0.781457;, + -0.467483;-0.473830;-0.746269;, + -0.375530;-0.144902;-0.915372;, + -0.127842;-0.257546;-0.957762;, + -0.203650;-0.420087;-0.884304;, + -0.431379;-0.324442;-0.841792;, + -0.203650;-0.420087;-0.884304;, + 0.017701;-0.546922;-0.836970;, + -0.090030;-0.668661;-0.738060;, + -0.277322;-0.558916;-0.781457;, + -0.127842;-0.257546;-0.957762;, + 0.112888;-0.393780;-0.912229;, + 0.017701;-0.546922;-0.836970;, + -0.203650;-0.420087;-0.884304;, + -0.048952;-0.089816;-0.994751;, + 0.207099;-0.242561;-0.947752;, + 0.112888;-0.393780;-0.912229;, + -0.127842;-0.257546;-0.957762;, + 0.032594; 0.072481;-0.996826;, + 0.293130;-0.066652;-0.953734;, + 0.207099;-0.242561;-0.947752;, + -0.048952;-0.089816;-0.994751;, + -0.322550;-0.665944;-0.672628;, + -0.161321;-0.732200;-0.661702;, + -0.207007;-0.799890;-0.563250;, + -0.359813;-0.728446;-0.582995;, + 0.110141; 0.232551;-0.966308;, + 0.369366; 0.109256;-0.922819;, + 0.293130;-0.066652;-0.953734;, + 0.032594; 0.072481;-0.996826;, + -0.353893;-0.714530;-0.603473;, + -0.215583;-0.797357;-0.563646;, + -0.224982;-0.779015;-0.585192;, + -0.354350;-0.715232;-0.602344;, + 0.138066; 0.275765;-0.951231;, + 0.392315; 0.154424;-0.906766;, + 0.369366; 0.109256;-0.922819;, + 0.110141; 0.232551;-0.966308;, + -0.277322;-0.558916;-0.781457;, + -0.090030;-0.668661;-0.738060;, + -0.215583;-0.797357;-0.563646;, + -0.353893;-0.714530;-0.603473;, + 0.369366; 0.109256;-0.922819;, + 0.626911;-0.028687;-0.778527;, + 0.558824;-0.210028;-0.802210;, + 0.293130;-0.066652;-0.953734;, + -0.215583;-0.797357;-0.563646;, + -0.069430;-0.863124;-0.500168;, + -0.079104;-0.845943;-0.527329;, + -0.224982;-0.779015;-0.585192;, + 0.392315; 0.154424;-0.906766;, + 0.645772; 0.009552;-0.763421;, + 0.626911;-0.028687;-0.778527;, + 0.369366; 0.109256;-0.922819;, + -0.090030;-0.668661;-0.738060;, + 0.107578;-0.764122;-0.636006;, + -0.069430;-0.863124;-0.500168;, + -0.215583;-0.797357;-0.563646;, + 0.017701;-0.546922;-0.836970;, + 0.236854;-0.657186;-0.715506;, + 0.107578;-0.764122;-0.636006;, + -0.090030;-0.668661;-0.738060;, + 0.112888;-0.393780;-0.912229;, + 0.357555;-0.523728;-0.773186;, + 0.236854;-0.657186;-0.715506;, + 0.017701;-0.546922;-0.836970;, + 0.207099;-0.242561;-0.947752;, + 0.457564;-0.385998;-0.800989;, + 0.357555;-0.523728;-0.773186;, + 0.112888;-0.393780;-0.912229;, + 0.293130;-0.066652;-0.953734;, + 0.558824;-0.210028;-0.802210;, + 0.457564;-0.385998;-0.800989;, + 0.207099;-0.242561;-0.947752;, + -0.161321;-0.732200;-0.661702;, + -0.012329;-0.808069;-0.588916;, + -0.094211;-0.860591;-0.500473;, + -0.207007;-0.799890;-0.563250;, + 0.457564;-0.385998;-0.800989;, + 0.609821;-0.479171;-0.631214;, + 0.498459;-0.609302;-0.616627;, + 0.357555;-0.523728;-0.773186;, + 0.558824;-0.210028;-0.802210;, + 0.715659;-0.305124;-0.628254;, + 0.609821;-0.479171;-0.631214;, + 0.457564;-0.385998;-0.800989;, + -0.012329;-0.808069;-0.588916;, + 0.082980;-0.877499;-0.472274;, + -0.027680;-0.919889;-0.391125;, + -0.094211;-0.860591;-0.500473;, + 0.626911;-0.028687;-0.778527;, + 0.783258;-0.124607;-0.609058;, + 0.715659;-0.305124;-0.628254;, + 0.558824;-0.210028;-0.802210;, + -0.069430;-0.863124;-0.500168;, + 0.013550;-0.908933;-0.416700;, + 0.008087;-0.900632;-0.434431;, + -0.079104;-0.845943;-0.527329;, + 0.645772; 0.009552;-0.763421;, + 0.794031;-0.085208;-0.601825;, + 0.783258;-0.124607;-0.609058;, + 0.626911;-0.028687;-0.778527;, + 0.107578;-0.764122;-0.636006;, + 0.216041;-0.828089;-0.517258;, + 0.013550;-0.908933;-0.416700;, + -0.069430;-0.863124;-0.500168;, + 0.236854;-0.657186;-0.715506;, + 0.363079;-0.734703;-0.572985;, + 0.216041;-0.828089;-0.517258;, + 0.107578;-0.764122;-0.636006;, + 0.357555;-0.523728;-0.773186;, + 0.498459;-0.609302;-0.616627;, + 0.363079;-0.734703;-0.572985;, + 0.236854;-0.657186;-0.715506;, + 0.363079;-0.734703;-0.572985;, + 0.477371;-0.825465;-0.301126;, + 0.315775;-0.907376;-0.277352;, + 0.216041;-0.828089;-0.517258;, + 0.498459;-0.609302;-0.616627;, + 0.631703;-0.707907;-0.315806;, + 0.477371;-0.825465;-0.301126;, + 0.363079;-0.734703;-0.572985;, + 0.609821;-0.479171;-0.631214;, + 0.748070;-0.580187;-0.322092;, + 0.631703;-0.707907;-0.315806;, + 0.498459;-0.609302;-0.616627;, + 0.715659;-0.305124;-0.628254;, + 0.858913;-0.407117;-0.310587;, + 0.748070;-0.580187;-0.322092;, + 0.609821;-0.479171;-0.631214;, + 0.082980;-0.877499;-0.472274;, + 0.163854;-0.947142;-0.275765;, + 0.023865;-0.971496;-0.235725;, + -0.027680;-0.919889;-0.391125;, + 0.783258;-0.124607;-0.609058;, + 0.926725;-0.223487;-0.301950;, + 0.858913;-0.407117;-0.310587;, + 0.715659;-0.305124;-0.628254;, + 0.013550;-0.908933;-0.416700;, + 0.089877;-0.968566;-0.231880;, + 0.091281;-0.964324;-0.248360;, + 0.008087;-0.900632;-0.434431;, + 0.794031;-0.085208;-0.601825;, + 0.938108;-0.190863;-0.288949;, + 0.926725;-0.223487;-0.301950;, + 0.783258;-0.124607;-0.609058;, + 0.216041;-0.828089;-0.517258;, + 0.315775;-0.907376;-0.277352;, + 0.089877;-0.968566;-0.231880;, + 0.013550;-0.908933;-0.416700;, + 0.926725;-0.223487;-0.301950;, + 0.961638;-0.274209; 0.001770;, + 0.895047;-0.445814;-0.009949;, + 0.858913;-0.407117;-0.310587;, + 0.089877;-0.968566;-0.231880;, + 0.118625;-0.990173;-0.073702;, + 0.120884;-0.990631;-0.063387;, + 0.091281;-0.964324;-0.248360;, + 0.938108;-0.190863;-0.288949;, + 0.968383;-0.249428; 0.001373;, + 0.961638;-0.274209; 0.001770;, + 0.926725;-0.223487;-0.301950;, + 0.315775;-0.907376;-0.277352;, + 0.351634;-0.934111;-0.061312;, + 0.118625;-0.990173;-0.073702;, + 0.089877;-0.968566;-0.231880;, + 0.477371;-0.825465;-0.301126;, + 0.519028;-0.853420;-0.047151;, + 0.351634;-0.934111;-0.061312;, + 0.315775;-0.907376;-0.277352;, + 0.631703;-0.707907;-0.315806;, + 0.672994;-0.738731;-0.036195;, + 0.519028;-0.853420;-0.047151;, + 0.477371;-0.825465;-0.301126;, + 0.748070;-0.580187;-0.322092;, + 0.784448;-0.619678;-0.024232;, + 0.672994;-0.738731;-0.036195;, + 0.631703;-0.707907;-0.315806;, + 0.858913;-0.407117;-0.310587;, + 0.895047;-0.445814;-0.009949;, + 0.784448;-0.619678;-0.024232;, + 0.748070;-0.580187;-0.322092;, + 0.163854;-0.947142;-0.275765;, + 0.199805;-0.978393;-0.053011;, + 0.055879;-0.996063;-0.068758;, + 0.023865;-0.971496;-0.235725;, + -0.568194;-0.822260;-0.031312;, + -0.517441;-0.853603; 0.059847;, + -0.594134;-0.777123; 0.207495;, + -0.653768;-0.750755; 0.094394;, + -0.615680;-0.781793;-0.098605;, + -0.568194;-0.822260;-0.031312;, + -0.653768;-0.750755; 0.094394;, + -0.691549;-0.722190;-0.012177;, + -0.201056;-0.946989; 0.250496;, + -0.318400;-0.888974; 0.329112;, + -0.435926;-0.876583; 0.203681;, + -0.337840;-0.935697; 0.101505;, + -0.027650;-0.998962; 0.036042;, + -0.111393;-0.980163; 0.163732;, + -0.241096;-0.970031; 0.029359;, + -0.106204;-0.989959;-0.093234;, + -0.111393;-0.980163; 0.163732;, + -0.201056;-0.946989; 0.250496;, + -0.337840;-0.935697; 0.101505;, + -0.241096;-0.970031; 0.029359;, + -0.691549;-0.722190;-0.012177;, + -0.726768;-0.680227;-0.095187;, + -0.681234;-0.712729;-0.167089;, + -0.615680;-0.781793;-0.098605;, + -0.481307;-0.767754;-0.422926;, + -0.401959;-0.770501;-0.494705;, + -0.309030;-0.842158;-0.441847;, + -0.429395;-0.839564;-0.332743;, + -0.042573;-0.979430;-0.197119;, + 0.014161;-0.996002;-0.088076;, + -0.027650;-0.998962; 0.036042;, + -0.106204;-0.989959;-0.093234;, + -0.244728;-0.948332;-0.201849;, + -0.122745;-0.943510;-0.307718;, + -0.042573;-0.979430;-0.197119;, + -0.106204;-0.989959;-0.093234;, + -0.343791;-0.903226;-0.256813;, + -0.200018;-0.899747;-0.387829;, + -0.122745;-0.943510;-0.307718;, + -0.244728;-0.948332;-0.201849;, + -0.343791;-0.903226;-0.256813;, + -0.429395;-0.839564;-0.332743;, + -0.309030;-0.842158;-0.441847;, + -0.200018;-0.899747;-0.387829;, + -0.343791;-0.903226;-0.256813;, + -0.449110;-0.876919;-0.171117;, + -0.504379;-0.832331;-0.229713;, + -0.429395;-0.839564;-0.332743;, + -0.244728;-0.948332;-0.201849;, + -0.370769;-0.923765;-0.095706;, + -0.449110;-0.876919;-0.171117;, + -0.343791;-0.903226;-0.256813;, + -0.106204;-0.989959;-0.093234;, + -0.241096;-0.970031; 0.029359;, + -0.370769;-0.923765;-0.095706;, + -0.244728;-0.948332;-0.201849;, + -0.241096;-0.970031; 0.029359;, + -0.337840;-0.935697; 0.101505;, + -0.451125;-0.892209;-0.020478;, + -0.370769;-0.923765;-0.095706;, + -0.370769;-0.923765;-0.095706;, + -0.451125;-0.892209;-0.020478;, + -0.517533;-0.850063;-0.097537;, + -0.449110;-0.876919;-0.171117;, + -0.449110;-0.876919;-0.171117;, + -0.517533;-0.850063;-0.097537;, + -0.562426;-0.811487;-0.158422;, + -0.504379;-0.832331;-0.229713;, + -0.517533;-0.850063;-0.097537;, + -0.568194;-0.822260;-0.031312;, + -0.615680;-0.781793;-0.098605;, + -0.562426;-0.811487;-0.158422;, + -0.451125;-0.892209;-0.020478;, + -0.517441;-0.853603; 0.059847;, + -0.568194;-0.822260;-0.031312;, + -0.517533;-0.850063;-0.097537;, + -0.337840;-0.935697; 0.101505;, + -0.435926;-0.876583; 0.203681;, + -0.517441;-0.853603; 0.059847;, + -0.451125;-0.892209;-0.020478;, + -0.318400;-0.888974; 0.329112;, + -0.418806;-0.814356; 0.401685;, + -0.502823;-0.804987; 0.314890;, + -0.435926;-0.876583; 0.203681;, + -0.429395;-0.839564;-0.332743;, + -0.504379;-0.832331;-0.229713;, + -0.568712;-0.748161;-0.341685;, + -0.481307;-0.767754;-0.422926;, + -0.562426;-0.811487;-0.158422;, + -0.615680;-0.781793;-0.098605;, + -0.681234;-0.712729;-0.167089;, + -0.635578;-0.729057;-0.253914;, + -0.504379;-0.832331;-0.229713;, + -0.562426;-0.811487;-0.158422;, + -0.635578;-0.729057;-0.253914;, + -0.568712;-0.748161;-0.341685;, + -0.122745;-0.943510;-0.307718;, + -0.200018;-0.899747;-0.387829;, + -0.094211;-0.860591;-0.500473;, + -0.027680;-0.919889;-0.391125;, + -0.042573;-0.979430;-0.197119;, + -0.122745;-0.943510;-0.307718;, + -0.027680;-0.919889;-0.391125;, + 0.023865;-0.971496;-0.235725;, + 0.014161;-0.996002;-0.088076;, + -0.042573;-0.979430;-0.197119;, + 0.023865;-0.971496;-0.235725;, + 0.055879;-0.996063;-0.068758;, + 0.055879;-0.996063;-0.068758;, + 0.042116;-0.993957; 0.101199;, + -0.027650;-0.998962; 0.036042;, + 0.014161;-0.996002;-0.088076;, + -0.111393;-0.980163; 0.163732;, + -0.027650;-0.998962; 0.036042;, + 0.042116;-0.993957; 0.101199;, + -0.023591;-0.966826; 0.254219;, + -0.023591;-0.966826; 0.254219;, + -0.105533;-0.929167; 0.354167;, + -0.201056;-0.946989; 0.250496;, + -0.111393;-0.980163; 0.163732;, + -0.318400;-0.888974; 0.329112;, + -0.201056;-0.946989; 0.250496;, + -0.105533;-0.929167; 0.354167;, + -0.242805;-0.871090; 0.426862;, + -0.418806;-0.814356; 0.401685;, + -0.318400;-0.888974; 0.329112;, + -0.242805;-0.871090; 0.426862;, + -0.399365;-0.792871; 0.460250;, + -0.200018;-0.899747;-0.387829;, + -0.309030;-0.842158;-0.441847;, + -0.207007;-0.799890;-0.563250;, + -0.094211;-0.860591;-0.500473;, + -0.309030;-0.842158;-0.441847;, + -0.401959;-0.770501;-0.494705;, + -0.359813;-0.728446;-0.582995;, + -0.207007;-0.799890;-0.563250;, + -0.401959;-0.770501;-0.494705;, + -0.481307;-0.767754;-0.422926;, + -0.496902;-0.686209;-0.531175;, + -0.359813;-0.728446;-0.582995;, + -0.481307;-0.767754;-0.422926;, + -0.568712;-0.748161;-0.341685;, + -0.613147;-0.649373;-0.449782;, + -0.496902;-0.686209;-0.531175;, + -0.568712;-0.748161;-0.341685;, + -0.635578;-0.729057;-0.253914;, + -0.694479;-0.628620;-0.349925;, + -0.613147;-0.649373;-0.449782;, + -0.635578;-0.729057;-0.253914;, + -0.681234;-0.712729;-0.167089;, + -0.751274;-0.621509;-0.221992;, + -0.694479;-0.628620;-0.349925;, + -0.681234;-0.712729;-0.167089;, + -0.726768;-0.680227;-0.095187;, + -0.780908;-0.618671;-0.085940;, + -0.751274;-0.621509;-0.221992;, + -0.726768;-0.680227;-0.095187;, + -0.691549;-0.722190;-0.012177;, + -0.769341;-0.635365; 0.066286;, + -0.780908;-0.618671;-0.085940;, + -0.720054;-0.658742; 0.218116;, + -0.769341;-0.635365; 0.066286;, + -0.691549;-0.722190;-0.012177;, + -0.653768;-0.750755; 0.094394;, + -0.653768;-0.750755; 0.094394;, + -0.594134;-0.777123; 0.207495;, + -0.644917;-0.690207; 0.328074;, + -0.720054;-0.658742; 0.218116;, + -0.594134;-0.777123; 0.207495;, + -0.502823;-0.804987; 0.314890;, + -0.527390;-0.741844; 0.414136;, + -0.644917;-0.690207; 0.328074;, + -0.399365;-0.792871; 0.460250;, + -0.527390;-0.741844; 0.414136;, + -0.502823;-0.804987; 0.314890;, + -0.418806;-0.814356; 0.401685;, + -0.517441;-0.853603; 0.059847;, + -0.435926;-0.876583; 0.203681;, + -0.502823;-0.804987; 0.314890;, + -0.594134;-0.777123; 0.207495;, + 0.120884;-0.990631;-0.063387;, + 0.079592;-0.990600; 0.110965;, + 0.168218;-0.973693; 0.153539;, + 0.199805;-0.978393;-0.053011;, + 0.079592;-0.990600; 0.110965;, + 0.001221;-0.957732; 0.287576;, + 0.089236;-0.938383; 0.333781;, + 0.168218;-0.973693; 0.153539;, + 0.001221;-0.957732; 0.287576;, + -0.090793;-0.916929; 0.388562;, + -0.024293;-0.888546; 0.458113;, + 0.089236;-0.938383; 0.333781;, + -0.090793;-0.916929; 0.388562;, + -0.251137;-0.843898; 0.474044;, + -0.193030;-0.819666; 0.539293;, + -0.024293;-0.888546; 0.458113;, + -0.251137;-0.843898; 0.474044;, + -0.394635;-0.771203; 0.499466;, + -0.367351;-0.743095; 0.559282;, + -0.193030;-0.819666; 0.539293;, + -0.394635;-0.771203; 0.499466;, + -0.531602;-0.709525; 0.462508;, + -0.526078;-0.680990; 0.509354;, + -0.367351;-0.743095; 0.559282;, + -0.531602;-0.709525; 0.462508;, + -0.663564;-0.647481; 0.374737;, + -0.668081;-0.618976; 0.412915;, + -0.526078;-0.680990; 0.509354;, + -0.663564;-0.647481; 0.374737;, + -0.741234;-0.616321; 0.265786;, + -0.758232;-0.585833; 0.286142;, + -0.668081;-0.618976; 0.412915;, + -0.741234;-0.616321; 0.265786;, + -0.804163;-0.588000; 0.086581;, + -0.818964;-0.564470; 0.103000;, + -0.758232;-0.585833; 0.286142;, + -0.804163;-0.588000; 0.086581;, + -0.823176;-0.562609;-0.076235;, + -0.833430;-0.547197;-0.077029;, + -0.818964;-0.564470; 0.103000;, + -0.823176;-0.562609;-0.076235;, + -0.789026;-0.569597;-0.230110;, + -0.801080;-0.546525;-0.243995;, + -0.833430;-0.547197;-0.077029;, + -0.789026;-0.569597;-0.230110;, + -0.715812;-0.580035;-0.388745;, + -0.728721;-0.551073;-0.406507;, + -0.801080;-0.546525;-0.243995;, + -0.715812;-0.580035;-0.388745;, + -0.631001;-0.603717;-0.487136;, + -0.631458;-0.571734;-0.523759;, + -0.728721;-0.551073;-0.406507;, + -0.631001;-0.603717;-0.487136;, + -0.491256;-0.659749;-0.568621;, + -0.479141;-0.619648;-0.621601;, + -0.631458;-0.571734;-0.523759;, + -0.491256;-0.659749;-0.568621;, + -0.354350;-0.715232;-0.602344;, + -0.322550;-0.665944;-0.672628;, + -0.479141;-0.619648;-0.621601;, + -0.354350;-0.715232;-0.602344;, + -0.224982;-0.779015;-0.585192;, + -0.161321;-0.732200;-0.661702;, + -0.322550;-0.665944;-0.672628;, + -0.224982;-0.779015;-0.585192;, + -0.079104;-0.845943;-0.527329;, + -0.012329;-0.808069;-0.588916;, + -0.161321;-0.732200;-0.661702;, + -0.079104;-0.845943;-0.527329;, + 0.008087;-0.900632;-0.434431;, + 0.082980;-0.877499;-0.472274;, + -0.012329;-0.808069;-0.588916;, + 0.008087;-0.900632;-0.434431;, + 0.091281;-0.964324;-0.248360;, + 0.163854;-0.947142;-0.275765;, + 0.082980;-0.877499;-0.472274;, + 0.091281;-0.964324;-0.248360;, + 0.120884;-0.990631;-0.063387;, + 0.199805;-0.978393;-0.053011;, + 0.163854;-0.947142;-0.275765;, + 0.891171;-0.453536;-0.010437;, + 0.832606;-0.460067; 0.308267;, + 0.727073;-0.623676; 0.286935;, + 0.785424;-0.618458;-0.024323;, + -0.529252;-0.845241;-0.073489;, + -0.519547;-0.844783;-0.128056;, + -0.554918;-0.817866;-0.152074;, + -0.568072;-0.819422;-0.076174;, + 0.958922;-0.283608; 0.000977;, + 0.905057;-0.280526; 0.319590;, + 0.832606;-0.460067; 0.308267;, + 0.891171;-0.453536;-0.010437;, + -0.186804;-0.979644;-0.073397;, + -0.217566;-0.976012;-0.002136;, + -0.440474;-0.893613;-0.085910;, + -0.441633;-0.894406;-0.070315;, + 0.968505;-0.248939; 0.001526;, + 0.922147;-0.236183; 0.306345;, + 0.905057;-0.280526; 0.319590;, + 0.958922;-0.283608; 0.000977;, + 0.361400;-0.930418;-0.060427;, + 0.305094;-0.937162; 0.169134;, + 0.047884;-0.994812; 0.089480;, + 0.105106;-0.991699;-0.073916;, + 0.522416;-0.851405;-0.046449;, + 0.468551;-0.856594; 0.216041;, + 0.305094;-0.937162; 0.169134;, + 0.361400;-0.930418;-0.060427;, + 0.668722;-0.742576;-0.036744;, + 0.611713;-0.750847; 0.248970;, + 0.468551;-0.856594; 0.216041;, + 0.522416;-0.851405;-0.046449;, + 0.785424;-0.618458;-0.024323;, + 0.727073;-0.623676; 0.286935;, + 0.611713;-0.750847; 0.248970;, + 0.668722;-0.742576;-0.036744;, + 0.468551;-0.856594; 0.216041;, + 0.335826;-0.796167; 0.503311;, + 0.192480;-0.884091; 0.425794;, + 0.305094;-0.937162; 0.169134;, + 0.611713;-0.750847; 0.248970;, + 0.460189;-0.687216; 0.562059;, + 0.335826;-0.796167; 0.503311;, + 0.468551;-0.856594; 0.216041;, + 0.727073;-0.623676; 0.286935;, + 0.566027;-0.557146; 0.607593;, + 0.460189;-0.687216; 0.562059;, + 0.611713;-0.750847; 0.248970;, + 0.832606;-0.460067; 0.308267;, + 0.660512;-0.394910; 0.638508;, + 0.566027;-0.557146; 0.607593;, + 0.727073;-0.623676; 0.286935;, + -0.519547;-0.844783;-0.128056;, + -0.504196;-0.850978;-0.146886;, + -0.539079;-0.821955;-0.183660;, + -0.554918;-0.817866;-0.152074;, + 0.905057;-0.280526; 0.319590;, + 0.732749;-0.222510; 0.643055;, + 0.660512;-0.394910; 0.638508;, + 0.832606;-0.460067; 0.308267;, + -0.217566;-0.976012;-0.002136;, + -0.255867;-0.961669; 0.098392;, + -0.434156;-0.898190;-0.068850;, + -0.440474;-0.893613;-0.085910;, + 0.922147;-0.236183; 0.306345;, + 0.748466;-0.171758; 0.640492;, + 0.732749;-0.222510; 0.643055;, + 0.905057;-0.280526; 0.319590;, + 0.305094;-0.937162; 0.169134;, + 0.192480;-0.884091; 0.425794;, + -0.027680;-0.960570; 0.276528;, + 0.047884;-0.994812; 0.089480;, + -0.504196;-0.850978;-0.146886;, + -0.500015;-0.848781;-0.171728;, + -0.529374;-0.815760;-0.232978;, + -0.539079;-0.821955;-0.183660;, + 0.732749;-0.222510; 0.643055;, + 0.558000;-0.147740; 0.816553;, + 0.489029;-0.316874; 0.812647;, + 0.660512;-0.394910; 0.638508;, + -0.255867;-0.961669; 0.098392;, + -0.293558;-0.945677; 0.139531;, + -0.436598;-0.896786;-0.071383;, + -0.434156;-0.898190;-0.068850;, + 0.748466;-0.171758; 0.640492;, + 0.580554;-0.097903; 0.808283;, + 0.558000;-0.147740; 0.816553;, + 0.732749;-0.222510; 0.643055;, + 0.192480;-0.884091; 0.425794;, + 0.072420;-0.826533; 0.558184;, + -0.108646;-0.922880; 0.369427;, + -0.027680;-0.960570; 0.276528;, + 0.335826;-0.796167; 0.503311;, + 0.191778;-0.732749; 0.652882;, + 0.072420;-0.826533; 0.558184;, + 0.192480;-0.884091; 0.425794;, + 0.460189;-0.687216; 0.562059;, + 0.302286;-0.619098; 0.724754;, + 0.191778;-0.732749; 0.652882;, + 0.335826;-0.796167; 0.503311;, + 0.566027;-0.557146; 0.607593;, + 0.399945;-0.479995; 0.780755;, + 0.302286;-0.619098; 0.724754;, + 0.460189;-0.687216; 0.562059;, + 0.660512;-0.394910; 0.638508;, + 0.489029;-0.316874; 0.812647;, + 0.399945;-0.479995; 0.780755;, + 0.566027;-0.557146; 0.607593;, + 0.302286;-0.619098; 0.724754;, + 0.049715;-0.508957; 0.859340;, + -0.038575;-0.634663; 0.771783;, + 0.191778;-0.732749; 0.652882;, + 0.399945;-0.479995; 0.780755;, + 0.139927;-0.360576; 0.922147;, + 0.049715;-0.508957; 0.859340;, + 0.302286;-0.619098; 0.724754;, + 0.489029;-0.316874; 0.812647;, + 0.221747;-0.191961; 0.955992;, + 0.139927;-0.360576; 0.922147;, + 0.399945;-0.479995; 0.780755;, + -0.500015;-0.848781;-0.171728;, + -0.491409;-0.850703;-0.186468;, + -0.500290;-0.830042;-0.246315;, + -0.529374;-0.815760;-0.232978;, + 0.558000;-0.147740; 0.816553;, + 0.299264;-0.025880; 0.953795;, + 0.221747;-0.191961; 0.955992;, + 0.489029;-0.316874; 0.812647;, + -0.293558;-0.945677; 0.139531;, + -0.385540;-0.903256; 0.188299;, + -0.467605;-0.881924;-0.059450;, + -0.436598;-0.896786;-0.071383;, + 0.580554;-0.097903; 0.808283;, + 0.322306; 0.027772; 0.946196;, + 0.299264;-0.025880; 0.953795;, + 0.558000;-0.147740; 0.816553;, + 0.072420;-0.826533; 0.558184;, + -0.133763;-0.735191; 0.664479;, + -0.260414;-0.855220; 0.448042;, + -0.108646;-0.922880; 0.369427;, + 0.191778;-0.732749; 0.652882;, + -0.038575;-0.634663; 0.771783;, + -0.133763;-0.735191; 0.664479;, + 0.072420;-0.826533; 0.558184;, + 0.322306; 0.027772; 0.946196;, + 0.072878; 0.145329; 0.986663;, + 0.046785; 0.096744; 0.994201;, + 0.299264;-0.025880; 0.953795;, + -0.133763;-0.735191; 0.664479;, + -0.324534;-0.631245; 0.704398;, + -0.397168;-0.774621; 0.492111;, + -0.260414;-0.855220; 0.448042;, + -0.038575;-0.634663; 0.771783;, + -0.258370;-0.520096; 0.814051;, + -0.324534;-0.631245; 0.704398;, + -0.133763;-0.735191; 0.664479;, + 0.049715;-0.508957; 0.859340;, + -0.186834;-0.383496; 0.904416;, + -0.258370;-0.520096; 0.814051;, + -0.038575;-0.634663; 0.771783;, + 0.139927;-0.360576; 0.922147;, + -0.109378;-0.233192; 0.966247;, + -0.186834;-0.383496; 0.904416;, + 0.049715;-0.508957; 0.859340;, + 0.221747;-0.191961; 0.955992;, + -0.032899;-0.067354; 0.997162;, + -0.109378;-0.233192; 0.966247;, + 0.139927;-0.360576; 0.922147;, + -0.491409;-0.850703;-0.186468;, + -0.439009;-0.874905;-0.204352;, + -0.439344;-0.866329;-0.237465;, + -0.500290;-0.830042;-0.246315;, + 0.299264;-0.025880; 0.953795;, + 0.046785; 0.096744; 0.994201;, + -0.032899;-0.067354; 0.997162;, + 0.221747;-0.191961; 0.955992;, + -0.385540;-0.903256; 0.188299;, + -0.442671;-0.870693; 0.214118;, + -0.449110;-0.890500;-0.072573;, + -0.467605;-0.881924;-0.059450;, + -0.032899;-0.067354; 0.997162;, + -0.282449; 0.062197; 0.957244;, + -0.360668;-0.107547; 0.926450;, + -0.109378;-0.233192; 0.966247;, + -0.439009;-0.874905;-0.204352;, + -0.408368;-0.884579;-0.225227;, + -0.391797;-0.885952;-0.248085;, + -0.439344;-0.866329;-0.237465;, + 0.046785; 0.096744; 0.994201;, + -0.197272; 0.229987; 0.952971;, + -0.282449; 0.062197; 0.957244;, + -0.032899;-0.067354; 0.997162;, + -0.442671;-0.870693; 0.214118;, + -0.502945;-0.841792; 0.195837;, + -0.441542;-0.891781;-0.098666;, + -0.449110;-0.890500;-0.072573;, + 0.072878; 0.145329; 0.986663;, + -0.161534; 0.277627; 0.946989;, + -0.197272; 0.229987; 0.952971;, + 0.046785; 0.096744; 0.994201;, + -0.324534;-0.631245; 0.704398;, + -0.510453;-0.544755; 0.665304;, + -0.525040;-0.712058; 0.466109;, + -0.397168;-0.774621; 0.492111;, + -0.258370;-0.520096; 0.814051;, + -0.477432;-0.421644; 0.770867;, + -0.510453;-0.544755; 0.665304;, + -0.324534;-0.631245; 0.704398;, + -0.186834;-0.383496; 0.904416;, + -0.426160;-0.271249; 0.863002;, + -0.477432;-0.421644; 0.770867;, + -0.258370;-0.520096; 0.814051;, + -0.109378;-0.233192; 0.966247;, + -0.360668;-0.107547; 0.926450;, + -0.426160;-0.271249; 0.863002;, + -0.186834;-0.383496; 0.904416;, + -0.426160;-0.271249; 0.863002;, + -0.668966;-0.136845; 0.730552;, + -0.692923;-0.300760; 0.655263;, + -0.477432;-0.421644; 0.770867;, + -0.360668;-0.107547; 0.926450;, + -0.612415; 0.033692; 0.789788;, + -0.668966;-0.136845; 0.730552;, + -0.426160;-0.271249; 0.863002;, + -0.282449; 0.062197; 0.957244;, + -0.538591; 0.205664; 0.817042;, + -0.612415; 0.033692; 0.789788;, + -0.360668;-0.107547; 0.926450;, + -0.408368;-0.884579;-0.225227;, + -0.374798;-0.892788;-0.249794;, + -0.418073;-0.872646;-0.252266;, + -0.391797;-0.885952;-0.248085;, + -0.197272; 0.229987; 0.952971;, + -0.443709; 0.372814; 0.814905;, + -0.538591; 0.205664; 0.817042;, + -0.282449; 0.062197; 0.957244;, + -0.502945;-0.841792; 0.195837;, + -0.581774;-0.797998; 0.157109;, + -0.439558;-0.890469;-0.117588;, + -0.441542;-0.891781;-0.098666;, + -0.161534; 0.277627; 0.946989;, + -0.410901; 0.422163; 0.808039;, + -0.443709; 0.372814; 0.814905;, + -0.197272; 0.229987; 0.952971;, + -0.510453;-0.544755; 0.665304;, + -0.698019;-0.441603; 0.563677;, + -0.663045;-0.638386; 0.390881;, + -0.525040;-0.712058; 0.466109;, + -0.477432;-0.421644; 0.770867;, + -0.692923;-0.300760; 0.655263;, + -0.698019;-0.441603; 0.563677;, + -0.510453;-0.544755; 0.665304;, + -0.410901; 0.422163; 0.808039;, + -0.560625; 0.522477; 0.642384;, + -0.594104; 0.478317; 0.646687;, + -0.443709; 0.372814; 0.814905;, + -0.698019;-0.441603; 0.563677;, + -0.817103;-0.376324; 0.436659;, + -0.746361;-0.597491; 0.293100;, + -0.663045;-0.638386; 0.390881;, + -0.692923;-0.300760; 0.655263;, + -0.831324;-0.218909; 0.510819;, + -0.817103;-0.376324; 0.436659;, + -0.698019;-0.441603; 0.563677;, + -0.668966;-0.136845; 0.730552;, + -0.819330;-0.045503; 0.571459;, + -0.831324;-0.218909; 0.510819;, + -0.692923;-0.300760; 0.655263;, + -0.612415; 0.033692; 0.789788;, + -0.773797; 0.129063; 0.620106;, + -0.819330;-0.045503; 0.571459;, + -0.668966;-0.136845; 0.730552;, + -0.538591; 0.205664; 0.817042;, + -0.697409; 0.308237; 0.646992;, + -0.773797; 0.129063; 0.620106;, + -0.612415; 0.033692; 0.789788;, + -0.374798;-0.892788;-0.249794;, + -0.276406;-0.922117;-0.270669;, + -0.387951;-0.887600;-0.248177;, + -0.418073;-0.872646;-0.252266;, + -0.443709; 0.372814; 0.814905;, + -0.594104; 0.478317; 0.646687;, + -0.697409; 0.308237; 0.646992;, + -0.538591; 0.205664; 0.817042;, + -0.581774;-0.797998; 0.157109;, + -0.609394;-0.786279; 0.101749;, + -0.383831;-0.913541;-0.134526;, + -0.439558;-0.890469;-0.117588;, + -0.697409; 0.308237; 0.646992;, + -0.850307; 0.419172; 0.318155;, + -0.925108; 0.231574; 0.300882;, + -0.773797; 0.129063; 0.620106;, + -0.276406;-0.922117;-0.270669;, + -0.148869;-0.963164;-0.223914;, + -0.318705;-0.932493;-0.169805;, + -0.387951;-0.887600;-0.248177;, + -0.594104; 0.478317; 0.646687;, + -0.734001; 0.590503; 0.335429;, + -0.850307; 0.419172; 0.318155;, + -0.697409; 0.308237; 0.646992;, + -0.609394;-0.786279; 0.101749;, + -0.648061;-0.761528;-0.007416;, + -0.356120;-0.923521;-0.142216;, + -0.383831;-0.913541;-0.134526;, + -0.560625; 0.522477; 0.642384;, + -0.695608; 0.634266; 0.337321;, + -0.734001; 0.590503; 0.335429;, + -0.594104; 0.478317; 0.646687;, + -0.817103;-0.376324; 0.436659;, + -0.932737;-0.308725; 0.186163;, + -0.823115;-0.557543; 0.107700;, + -0.746361;-0.597491; 0.293100;, + -0.831324;-0.218909; 0.510819;, + -0.963042;-0.139775; 0.230140;, + -0.932737;-0.308725; 0.186163;, + -0.817103;-0.376324; 0.436659;, + -0.819330;-0.045503; 0.571459;, + -0.963530; 0.051241; 0.262612;, + -0.963042;-0.139775; 0.230140;, + -0.831324;-0.218909; 0.510819;, + -0.773797; 0.129063; 0.620106;, + -0.925108; 0.231574; 0.300882;, + -0.963530; 0.051241; 0.262612;, + -0.819330;-0.045503; 0.571459;, + -0.963530; 0.051241; 0.262612;, + -0.995117; 0.093844;-0.029969;, + -0.995361;-0.087619;-0.039216;, + -0.963042;-0.139775; 0.230140;, + -0.925108; 0.231574; 0.300882;, + -0.959105; 0.282601;-0.014344;, + -0.995117; 0.093844;-0.029969;, + -0.963530; 0.051241; 0.262612;, + -0.850307; 0.419172; 0.318155;, + -0.890530; 0.454848; 0.002197;, + -0.959105; 0.282601;-0.014344;, + -0.925108; 0.231574; 0.300882;, + -0.148869;-0.963164;-0.223914;, + -0.095889;-0.991485;-0.087832;, + -0.289132;-0.953032;-0.090030;, + -0.318705;-0.932493;-0.169805;, + -0.734001; 0.590503; 0.335429;, + -0.781060; 0.623920; 0.024781;, + -0.890530; 0.454848; 0.002197;, + -0.850307; 0.419172; 0.318155;, + -0.648061;-0.761528;-0.007416;, + -0.656728;-0.749138;-0.086184;, + -0.337748;-0.936491;-0.094058;, + -0.356120;-0.923521;-0.142216;, + -0.695608; 0.634266; 0.337321;, + -0.742149; 0.669362; 0.033479;, + -0.781060; 0.623920; 0.024781;, + -0.734001; 0.590503; 0.335429;, + -0.932737;-0.308725; 0.186163;, + -0.962523;-0.266732;-0.048555;, + -0.847591;-0.526200;-0.068178;, + -0.823115;-0.557543; 0.107700;, + -0.963042;-0.139775; 0.230140;, + -0.995361;-0.087619;-0.039216;, + -0.962523;-0.266732;-0.048555;, + -0.932737;-0.308725; 0.186163;, + -0.742149; 0.669362; 0.033479;, + -0.693228; 0.667165;-0.272561;, + -0.727744; 0.623798;-0.285012;, + -0.781060; 0.623920; 0.024781;, + -0.962523;-0.266732;-0.048555;, + -0.921720;-0.268807;-0.279550;, + -0.812403;-0.533555;-0.235023;, + -0.847591;-0.526200;-0.068178;, + -0.995361;-0.087619;-0.039216;, + -0.947752;-0.094852;-0.304514;, + -0.921720;-0.268807;-0.279550;, + -0.962523;-0.266732;-0.048555;, + -0.995117; 0.093844;-0.029969;, + -0.944060; 0.095096;-0.315653;, + -0.947752;-0.094852;-0.304514;, + -0.995361;-0.087619;-0.039216;, + -0.959105; 0.282601;-0.014344;, + -0.905667; 0.278329;-0.319773;, + -0.944060; 0.095096;-0.315653;, + -0.995117; 0.093844;-0.029969;, + -0.890530; 0.454848; 0.002197;, + -0.834864; 0.459029;-0.303690;, + -0.905667; 0.278329;-0.319773;, + -0.959105; 0.282601;-0.014344;, + -0.095889;-0.991485;-0.087832;, + -0.122196;-0.991424; 0.046144;, + -0.298441;-0.953917;-0.030396;, + -0.289132;-0.953032;-0.090030;, + -0.781060; 0.623920; 0.024781;, + -0.727744; 0.623798;-0.285012;, + -0.834864; 0.459029;-0.303690;, + -0.890530; 0.454848; 0.002197;, + -0.656728;-0.749138;-0.086184;, + -0.639271;-0.752464;-0.158422;, + -0.348033;-0.936460;-0.043245;, + -0.337748;-0.936491;-0.094058;, + -0.834864; 0.459029;-0.303690;, + -0.666555; 0.397626;-0.630512;, + -0.739738; 0.223762;-0.634571;, + -0.905667; 0.278329;-0.319773;, + -0.122196;-0.991424; 0.046144;, + -0.253365;-0.959532; 0.122654;, + -0.394543;-0.916684; 0.063265;, + -0.298441;-0.953917;-0.030396;, + -0.727744; 0.623798;-0.285012;, + -0.567797; 0.560930;-0.602435;, + -0.666555; 0.397626;-0.630512;, + -0.834864; 0.459029;-0.303690;, + -0.639271;-0.752464;-0.158422;, + -0.593554;-0.764153;-0.252419;, + -0.366924;-0.929838;-0.026704;, + -0.348033;-0.936460;-0.043245;, + -0.693228; 0.667165;-0.272561;, + -0.531968; 0.603839;-0.593554;, + -0.567797; 0.560930;-0.602435;, + -0.727744; 0.623798;-0.285012;, + -0.921720;-0.268807;-0.279550;, + -0.792444;-0.307352;-0.526811;, + -0.723563;-0.555986;-0.408979;, + -0.812403;-0.533555;-0.235023;, + -0.947752;-0.094852;-0.304514;, + -0.802850;-0.136326;-0.580340;, + -0.792444;-0.307352;-0.526811;, + -0.921720;-0.268807;-0.279550;, + -0.944060; 0.095096;-0.315653;, + -0.785516; 0.042177;-0.617359;, + -0.802850;-0.136326;-0.580340;, + -0.947752;-0.094852;-0.304514;, + -0.905667; 0.278329;-0.319773;, + -0.739738; 0.223762;-0.634571;, + -0.785516; 0.042177;-0.617359;, + -0.944060; 0.095096;-0.315653;, + -0.802850;-0.136326;-0.580340;, + -0.654683;-0.199042;-0.729209;, + -0.666707;-0.359416;-0.652882;, + -0.792444;-0.307352;-0.526811;, + -0.785516; 0.042177;-0.617359;, + -0.625385;-0.025178;-0.779900;, + -0.654683;-0.199042;-0.729209;, + -0.802850;-0.136326;-0.580340;, + -0.739738; 0.223762;-0.634571;, + -0.568590; 0.152715;-0.808283;, + -0.625385;-0.025178;-0.779900;, + -0.785516; 0.042177;-0.617359;, + -0.666555; 0.397626;-0.630512;, + -0.496902; 0.324747;-0.804712;, + -0.568590; 0.152715;-0.808283;, + -0.739738; 0.223762;-0.634571;, + -0.253365;-0.959532; 0.122654;, + -0.375225;-0.919401; 0.117771;, + -0.455336;-0.885189; 0.095096;, + -0.394543;-0.916684; 0.063265;, + -0.567797; 0.560930;-0.602435;, + -0.399853; 0.487259;-0.776299;, + -0.496902; 0.324747;-0.804712;, + -0.666555; 0.397626;-0.630512;, + -0.593554;-0.764153;-0.252419;, + -0.562120;-0.774010;-0.291330;, + -0.421705;-0.906644;-0.012391;, + -0.366924;-0.929838;-0.026704;, + -0.531968; 0.603839;-0.593554;, + -0.366497; 0.534410;-0.761589;, + -0.399853; 0.487259;-0.776299;, + -0.567797; 0.560930;-0.602435;, + -0.792444;-0.307352;-0.526811;, + -0.666707;-0.359416;-0.652882;, + -0.637226;-0.589953;-0.495834;, + -0.723563;-0.555986;-0.408979;, + -0.399853; 0.487259;-0.776299;, + -0.139378; 0.365642;-0.920225;, + -0.226630; 0.203162;-0.952544;, + -0.496902; 0.324747;-0.804712;, + -0.562120;-0.774010;-0.291330;, + -0.482376;-0.815546;-0.319651;, + -0.433241;-0.900967;-0.023133;, + -0.421705;-0.906644;-0.012391;, + -0.366497; 0.534410;-0.761589;, + -0.101596; 0.408643;-0.906980;, + -0.139378; 0.365642;-0.920225;, + -0.399853; 0.487259;-0.776299;, + -0.666707;-0.359416;-0.652882;, + -0.464553;-0.454482;-0.760002;, + -0.493973;-0.659474;-0.566607;, + -0.637226;-0.589953;-0.495834;, + -0.654683;-0.199042;-0.729209;, + -0.426130;-0.305124;-0.851619;, + -0.464553;-0.454482;-0.760002;, + -0.666707;-0.359416;-0.652882;, + -0.625385;-0.025178;-0.779900;, + -0.369488;-0.139378;-0.918699;, + -0.426130;-0.305124;-0.851619;, + -0.654683;-0.199042;-0.729209;, + -0.568590; 0.152715;-0.808283;, + -0.304636; 0.034761;-0.951811;, + -0.369488;-0.139378;-0.918699;, + -0.625385;-0.025178;-0.779900;, + -0.496902; 0.324747;-0.804712;, + -0.226630; 0.203162;-0.952544;, + -0.304636; 0.034761;-0.951811;, + -0.568590; 0.152715;-0.808283;, + -0.375225;-0.919401; 0.117771;, + -0.380016;-0.919004; 0.104678;, + -0.356212;-0.932737; 0.055483;, + -0.455336;-0.885189; 0.095096;, + -0.304636; 0.034761;-0.951811;, + -0.048067;-0.087863;-0.994964;, + -0.125248;-0.252083;-0.959532;, + -0.369488;-0.139378;-0.918699;, + -0.226630; 0.203162;-0.952544;, + 0.033113; 0.072665;-0.996796;, + -0.048067;-0.087863;-0.994964;, + -0.304636; 0.034761;-0.951811;, + -0.380016;-0.919004; 0.104678;, + -0.450301;-0.888363; 0.089450;, + -0.432905;-0.900693; 0.035920;, + -0.356212;-0.932737; 0.055483;, + -0.139378; 0.365642;-0.920225;, + 0.110996; 0.232246;-0.966277;, + 0.033113; 0.072665;-0.996796;, + -0.226630; 0.203162;-0.952544;, + -0.482376;-0.815546;-0.319651;, + -0.416883;-0.844356;-0.336467;, + -0.443648;-0.894925;-0.047212;, + -0.433241;-0.900967;-0.023133;, + -0.101596; 0.408643;-0.906980;, + 0.138859; 0.277291;-0.950682;, + 0.110996; 0.232246;-0.966277;, + -0.139378; 0.365642;-0.920225;, + -0.464553;-0.454482;-0.760002;, + -0.268654;-0.541978;-0.796258;, + -0.357402;-0.723746;-0.590258;, + -0.493973;-0.659474;-0.566607;, + -0.426130;-0.305124;-0.851619;, + -0.196936;-0.404340;-0.893124;, + -0.268654;-0.541978;-0.796258;, + -0.464553;-0.454482;-0.760002;, + -0.369488;-0.139378;-0.918699;, + -0.125248;-0.252083;-0.959532;, + -0.196936;-0.404340;-0.893124;, + -0.426130;-0.305124;-0.851619;, + -0.196936;-0.404340;-0.893124;, + 0.017365;-0.528245;-0.848903;, + -0.083102;-0.650716;-0.754753;, + -0.268654;-0.541978;-0.796258;, + -0.125248;-0.252083;-0.959532;, + 0.108524;-0.386792;-0.915738;, + 0.017365;-0.528245;-0.848903;, + -0.196936;-0.404340;-0.893124;, + -0.048067;-0.087863;-0.994964;, + 0.202857;-0.235603;-0.950407;, + 0.108524;-0.386792;-0.915738;, + -0.125248;-0.252083;-0.959532;, + 0.033113; 0.072665;-0.996796;, + 0.288125;-0.063967;-0.955443;, + 0.202857;-0.235603;-0.950407;, + -0.048067;-0.087863;-0.994964;, + -0.450301;-0.888363; 0.089450;, + -0.526505;-0.849239; 0.038911;, + -0.558000;-0.829371; 0.027039;, + -0.432905;-0.900693; 0.035920;, + 0.110996; 0.232246;-0.966277;, + 0.366710; 0.106326;-0.924223;, + 0.288125;-0.063967;-0.955443;, + 0.033113; 0.072665;-0.996796;, + -0.416883;-0.844356;-0.336467;, + -0.366985;-0.871059;-0.326365;, + -0.478133;-0.874935;-0.076418;, + -0.443648;-0.894925;-0.047212;, + 0.138859; 0.277291;-0.950682;, + 0.388623; 0.155919;-0.908078;, + 0.366710; 0.106326;-0.924223;, + 0.110996; 0.232246;-0.966277;, + -0.268654;-0.541978;-0.796258;, + -0.083102;-0.650716;-0.754753;, + -0.225440;-0.801477;-0.553880;, + -0.357402;-0.723746;-0.590258;, + 0.366710; 0.106326;-0.924223;, + 0.622791;-0.034303;-0.781610;, + 0.553270;-0.211493;-0.805658;, + 0.288125;-0.063967;-0.955443;, + -0.366985;-0.871059;-0.326365;, + -0.290170;-0.908322;-0.301218;, + -0.460189;-0.883267;-0.089663;, + -0.478133;-0.874935;-0.076418;, + 0.388623; 0.155919;-0.908078;, + 0.642567; 0.008911;-0.766137;, + 0.622791;-0.034303;-0.781610;, + 0.366710; 0.106326;-0.924223;, + -0.083102;-0.650716;-0.754753;, + 0.112644;-0.751610;-0.649892;, + -0.087252;-0.864711;-0.494583;, + -0.225440;-0.801477;-0.553880;, + 0.017365;-0.528245;-0.848903;, + 0.237098;-0.645894;-0.725639;, + 0.112644;-0.751610;-0.649892;, + -0.083102;-0.650716;-0.754753;, + 0.108524;-0.386792;-0.915738;, + 0.351573;-0.521500;-0.777429;, + 0.237098;-0.645894;-0.725639;, + 0.017365;-0.528245;-0.848903;, + 0.202857;-0.235603;-0.950407;, + 0.453719;-0.380871;-0.805597;, + 0.351573;-0.521500;-0.777429;, + 0.108524;-0.386792;-0.915738;, + 0.288125;-0.063967;-0.955443;, + 0.553270;-0.211493;-0.805658;, + 0.453719;-0.380871;-0.805597;, + 0.202857;-0.235603;-0.950407;, + -0.526505;-0.849239; 0.038911;, + -0.526475;-0.849910; 0.021363;, + -0.531449;-0.845058; 0.058290;, + -0.558000;-0.829371; 0.027039;, + 0.453719;-0.380871;-0.805597;, + 0.610279;-0.477096;-0.632374;, + 0.496506;-0.609851;-0.617664;, + 0.351573;-0.521500;-0.777429;, + 0.553270;-0.211493;-0.805658;, + 0.713736;-0.309122;-0.628468;, + 0.610279;-0.477096;-0.632374;, + 0.453719;-0.380871;-0.805597;, + -0.526475;-0.849910; 0.021363;, + -0.536576;-0.843471;-0.024171;, + -0.552049;-0.833796; 0.000671;, + -0.531449;-0.845058; 0.058290;, + 0.622791;-0.034303;-0.781610;, + 0.782189;-0.131993;-0.608875;, + 0.713736;-0.309122;-0.628468;, + 0.553270;-0.211493;-0.805658;, + -0.290170;-0.908322;-0.301218;, + -0.251350;-0.928617;-0.272805;, + -0.456099;-0.883053;-0.110355;, + -0.460189;-0.883267;-0.089663;, + 0.642567; 0.008911;-0.766137;, + 0.795007;-0.086856;-0.600330;, + 0.782189;-0.131993;-0.608875;, + 0.622791;-0.034303;-0.781610;, + 0.112644;-0.751610;-0.649892;, + 0.227119;-0.819391;-0.526261;, + -0.000916;-0.909330;-0.416028;, + -0.087252;-0.864711;-0.494583;, + 0.237098;-0.645894;-0.725639;, + 0.368297;-0.727866;-0.578387;, + 0.227119;-0.819391;-0.526261;, + 0.112644;-0.751610;-0.649892;, + 0.351573;-0.521500;-0.777429;, + 0.496506;-0.609851;-0.617664;, + 0.368297;-0.727866;-0.578387;, + 0.237098;-0.645894;-0.725639;, + 0.368297;-0.727866;-0.578387;, + 0.481307;-0.821436;-0.305795;, + 0.326273;-0.901730;-0.283547;, + 0.227119;-0.819391;-0.526261;, + 0.496506;-0.609851;-0.617664;, + 0.627705;-0.711051;-0.316752;, + 0.481307;-0.821436;-0.305795;, + 0.368297;-0.727866;-0.578387;, + 0.610279;-0.477096;-0.632374;, + 0.748589;-0.578814;-0.323313;, + 0.627705;-0.711051;-0.316752;, + 0.496506;-0.609851;-0.617664;, + 0.713736;-0.309122;-0.628468;, + 0.855190;-0.414136;-0.311594;, + 0.748589;-0.578814;-0.323313;, + 0.610279;-0.477096;-0.632374;, + -0.536576;-0.843471;-0.024171;, + -0.545000;-0.837214;-0.045106;, + -0.579882;-0.813868;-0.036012;, + -0.552049;-0.833796; 0.000671;, + 0.782189;-0.131993;-0.608875;, + 0.924680;-0.232582;-0.301401;, + 0.855190;-0.414136;-0.311594;, + 0.713736;-0.309122;-0.628468;, + -0.251350;-0.928617;-0.272805;, + -0.208625;-0.965300;-0.156926;, + -0.454024;-0.887295;-0.080782;, + -0.456099;-0.883053;-0.110355;, + 0.795007;-0.086856;-0.600330;, + 0.938475;-0.190283;-0.288125;, + 0.924680;-0.232582;-0.301401;, + 0.782189;-0.131993;-0.608875;, + 0.227119;-0.819391;-0.526261;, + 0.326273;-0.901730;-0.283547;, + 0.074740;-0.969695;-0.232582;, + -0.000916;-0.909330;-0.416028;, + 0.924680;-0.232582;-0.301401;, + 0.958922;-0.283608; 0.000977;, + 0.891171;-0.453536;-0.010437;, + 0.855190;-0.414136;-0.311594;, + -0.208625;-0.965300;-0.156926;, + -0.186804;-0.979644;-0.073397;, + -0.441633;-0.894406;-0.070315;, + -0.454024;-0.887295;-0.080782;, + 0.938475;-0.190283;-0.288125;, + 0.968505;-0.248939; 0.001526;, + 0.958922;-0.283608; 0.000977;, + 0.924680;-0.232582;-0.301401;, + 0.326273;-0.901730;-0.283547;, + 0.361400;-0.930418;-0.060427;, + 0.105106;-0.991699;-0.073916;, + 0.074740;-0.969695;-0.232582;, + 0.481307;-0.821436;-0.305795;, + 0.522416;-0.851405;-0.046449;, + 0.361400;-0.930418;-0.060427;, + 0.326273;-0.901730;-0.283547;, + 0.627705;-0.711051;-0.316752;, + 0.668722;-0.742576;-0.036744;, + 0.522416;-0.851405;-0.046449;, + 0.481307;-0.821436;-0.305795;, + 0.748589;-0.578814;-0.323313;, + 0.785424;-0.618458;-0.024323;, + 0.668722;-0.742576;-0.036744;, + 0.627705;-0.711051;-0.316752;, + 0.855190;-0.414136;-0.311594;, + 0.891171;-0.453536;-0.010437;, + 0.785424;-0.618458;-0.024323;, + 0.748589;-0.578814;-0.323313;, + -0.545000;-0.837214;-0.045106;, + -0.529252;-0.845241;-0.073489;, + -0.568072;-0.819422;-0.076174;, + -0.579882;-0.813868;-0.036012;, + -0.357463;-0.919248;-0.164769;, + -0.386334;-0.898618;-0.207862;, + -0.372906;-0.888943;-0.265877;, + -0.403272;-0.890072;-0.212287;, + -0.325632;-0.939787;-0.103702;, + -0.357463;-0.919248;-0.164769;, + -0.403272;-0.890072;-0.212287;, + -0.413617;-0.901669;-0.126041;, + -0.529862;-0.808954;-0.254555;, + -0.488723;-0.823267;-0.288705;, + -0.434675;-0.867092;-0.243202;, + -0.494552;-0.845393;-0.201697;, + -0.585467;-0.794671;-0.160283;, + -0.560625;-0.800134;-0.213111;, + -0.528581;-0.834071;-0.157628;, + -0.559801;-0.822993;-0.096286;, + -0.560625;-0.800134;-0.213111;, + -0.529862;-0.808954;-0.254555;, + -0.494552;-0.845393;-0.201697;, + -0.528581;-0.834071;-0.157628;, + -0.413617;-0.901669;-0.126041;, + -0.451552;-0.886685;-0.099277;, + -0.414747;-0.904752;-0.096774;, + -0.325632;-0.939787;-0.103702;, + -0.363872;-0.926511; 0.095584;, + -0.451064;-0.891720; 0.036409;, + -0.538438;-0.839198; 0.076083;, + -0.458876;-0.885769; 0.069216;, + -0.598254;-0.800623;-0.032380;, + -0.607959;-0.789514;-0.083804;, + -0.585467;-0.794671;-0.160283;, + -0.559801;-0.822993;-0.096286;, + -0.532487;-0.846095;-0.023499;, + -0.564318;-0.824580; 0.040010;, + -0.598254;-0.800623;-0.032380;, + -0.559801;-0.822993;-0.096286;, + -0.501450;-0.864559; 0.032624;, + -0.536851;-0.837397; 0.102634;, + -0.564318;-0.824580; 0.040010;, + -0.532487;-0.846095;-0.023499;, + -0.501450;-0.864559; 0.032624;, + -0.458876;-0.885769; 0.069216;, + -0.538438;-0.839198; 0.076083;, + -0.536851;-0.837397; 0.102634;, + -0.501450;-0.864559; 0.032624;, + -0.446944;-0.893643;-0.040040;, + -0.403088;-0.914975; 0.016846;, + -0.458876;-0.885769; 0.069216;, + -0.532487;-0.846095;-0.023499;, + -0.488693;-0.867336;-0.094302;, + -0.446944;-0.893643;-0.040040;, + -0.501450;-0.864559; 0.032624;, + -0.559801;-0.822993;-0.096286;, + -0.528581;-0.834071;-0.157628;, + -0.488693;-0.867336;-0.094302;, + -0.532487;-0.846095;-0.023499;, + -0.528581;-0.834071;-0.157628;, + -0.494552;-0.845393;-0.201697;, + -0.444014;-0.884213;-0.144810;, + -0.488693;-0.867336;-0.094302;, + -0.488693;-0.867336;-0.094302;, + -0.444014;-0.884213;-0.144810;, + -0.405713;-0.908902;-0.096164;, + -0.446944;-0.893643;-0.040040;, + -0.446944;-0.893643;-0.040040;, + -0.405713;-0.908902;-0.096164;, + -0.366832;-0.929594;-0.034791;, + -0.403088;-0.914975; 0.016846;, + -0.405713;-0.908902;-0.096164;, + -0.357463;-0.919248;-0.164769;, + -0.325632;-0.939787;-0.103702;, + -0.366832;-0.929594;-0.034791;, + -0.444014;-0.884213;-0.144810;, + -0.386334;-0.898618;-0.207862;, + -0.357463;-0.919248;-0.164769;, + -0.405713;-0.908902;-0.096164;, + -0.494552;-0.845393;-0.201697;, + -0.434675;-0.867092;-0.243202;, + -0.386334;-0.898618;-0.207862;, + -0.444014;-0.884213;-0.144810;, + -0.488723;-0.823267;-0.288705;, + -0.433607;-0.847804;-0.305216;, + -0.370006;-0.884213;-0.284951;, + -0.434675;-0.867092;-0.243202;, + -0.458876;-0.885769; 0.069216;, + -0.403088;-0.914975; 0.016846;, + -0.399030;-0.910764; 0.106021;, + -0.363872;-0.926511; 0.095584;, + -0.366832;-0.929594;-0.034791;, + -0.325632;-0.939787;-0.103702;, + -0.414747;-0.904752;-0.096774;, + -0.429243;-0.903104; 0.011780;, + -0.403088;-0.914975; 0.016846;, + -0.366832;-0.929594;-0.034791;, + -0.429243;-0.903104; 0.011780;, + -0.399030;-0.910764; 0.106021;, + -0.564318;-0.824580; 0.040010;, + -0.536851;-0.837397; 0.102634;, + -0.531449;-0.845058; 0.058290;, + -0.552049;-0.833796; 0.000671;, + -0.598254;-0.800623;-0.032380;, + -0.564318;-0.824580; 0.040010;, + -0.552049;-0.833796; 0.000671;, + -0.579882;-0.813868;-0.036012;, + -0.607959;-0.789514;-0.083804;, + -0.598254;-0.800623;-0.032380;, + -0.579882;-0.813868;-0.036012;, + -0.568072;-0.819422;-0.076174;, + -0.568072;-0.819422;-0.076174;, + -0.554918;-0.817866;-0.152074;, + -0.585467;-0.794671;-0.160283;, + -0.607959;-0.789514;-0.083804;, + -0.560625;-0.800134;-0.213111;, + -0.585467;-0.794671;-0.160283;, + -0.554918;-0.817866;-0.152074;, + -0.539079;-0.821955;-0.183660;, + -0.539079;-0.821955;-0.183660;, + -0.529374;-0.815760;-0.232978;, + -0.529862;-0.808954;-0.254555;, + -0.560625;-0.800134;-0.213111;, + -0.488723;-0.823267;-0.288705;, + -0.529862;-0.808954;-0.254555;, + -0.529374;-0.815760;-0.232978;, + -0.500290;-0.830042;-0.246315;, + -0.433607;-0.847804;-0.305216;, + -0.488723;-0.823267;-0.288705;, + -0.500290;-0.830042;-0.246315;, + -0.439344;-0.866329;-0.237465;, + -0.536851;-0.837397; 0.102634;, + -0.538438;-0.839198; 0.076083;, + -0.558000;-0.829371; 0.027039;, + -0.531449;-0.845058; 0.058290;, + -0.538438;-0.839198; 0.076083;, + -0.451064;-0.891720; 0.036409;, + -0.432905;-0.900693; 0.035920;, + -0.558000;-0.829371; 0.027039;, + -0.451064;-0.891720; 0.036409;, + -0.363872;-0.926511; 0.095584;, + -0.356212;-0.932737; 0.055483;, + -0.432905;-0.900693; 0.035920;, + -0.363872;-0.926511; 0.095584;, + -0.399030;-0.910764; 0.106021;, + -0.455336;-0.885189; 0.095096;, + -0.356212;-0.932737; 0.055483;, + -0.399030;-0.910764; 0.106021;, + -0.429243;-0.903104; 0.011780;, + -0.394543;-0.916684; 0.063265;, + -0.455336;-0.885189; 0.095096;, + -0.429243;-0.903104; 0.011780;, + -0.414747;-0.904752;-0.096774;, + -0.298441;-0.953917;-0.030396;, + -0.394543;-0.916684; 0.063265;, + -0.414747;-0.904752;-0.096774;, + -0.451552;-0.886685;-0.099277;, + -0.289132;-0.953032;-0.090030;, + -0.298441;-0.953917;-0.030396;, + -0.451552;-0.886685;-0.099277;, + -0.413617;-0.901669;-0.126041;, + -0.318705;-0.932493;-0.169805;, + -0.289132;-0.953032;-0.090030;, + -0.387951;-0.887600;-0.248177;, + -0.318705;-0.932493;-0.169805;, + -0.413617;-0.901669;-0.126041;, + -0.403272;-0.890072;-0.212287;, + -0.403272;-0.890072;-0.212287;, + -0.372906;-0.888943;-0.265877;, + -0.418073;-0.872646;-0.252266;, + -0.387951;-0.887600;-0.248177;, + -0.372906;-0.888943;-0.265877;, + -0.370006;-0.884213;-0.284951;, + -0.391797;-0.885952;-0.248085;, + -0.418073;-0.872646;-0.252266;, + -0.439344;-0.866329;-0.237465;, + -0.391797;-0.885952;-0.248085;, + -0.370006;-0.884213;-0.284951;, + -0.433607;-0.847804;-0.305216;, + -0.386334;-0.898618;-0.207862;, + -0.434675;-0.867092;-0.243202;, + -0.370006;-0.884213;-0.284951;, + -0.372906;-0.888943;-0.265877;, + -0.441633;-0.894406;-0.070315;, + -0.440474;-0.893613;-0.085910;, + -0.519547;-0.844783;-0.128056;, + -0.529252;-0.845241;-0.073489;, + -0.440474;-0.893613;-0.085910;, + -0.434156;-0.898190;-0.068850;, + -0.504196;-0.850978;-0.146886;, + -0.519547;-0.844783;-0.128056;, + -0.434156;-0.898190;-0.068850;, + -0.436598;-0.896786;-0.071383;, + -0.500015;-0.848781;-0.171728;, + -0.504196;-0.850978;-0.146886;, + -0.436598;-0.896786;-0.071383;, + -0.467605;-0.881924;-0.059450;, + -0.491409;-0.850703;-0.186468;, + -0.500015;-0.848781;-0.171728;, + -0.467605;-0.881924;-0.059450;, + -0.449110;-0.890500;-0.072573;, + -0.439009;-0.874905;-0.204352;, + -0.491409;-0.850703;-0.186468;, + -0.449110;-0.890500;-0.072573;, + -0.441542;-0.891781;-0.098666;, + -0.408368;-0.884579;-0.225227;, + -0.439009;-0.874905;-0.204352;, + -0.441542;-0.891781;-0.098666;, + -0.439558;-0.890469;-0.117588;, + -0.374798;-0.892788;-0.249794;, + -0.408368;-0.884579;-0.225227;, + -0.439558;-0.890469;-0.117588;, + -0.383831;-0.913541;-0.134526;, + -0.276406;-0.922117;-0.270669;, + -0.374798;-0.892788;-0.249794;, + -0.383831;-0.913541;-0.134526;, + -0.356120;-0.923521;-0.142216;, + -0.148869;-0.963164;-0.223914;, + -0.276406;-0.922117;-0.270669;, + -0.356120;-0.923521;-0.142216;, + -0.337748;-0.936491;-0.094058;, + -0.095889;-0.991485;-0.087832;, + -0.148869;-0.963164;-0.223914;, + -0.337748;-0.936491;-0.094058;, + -0.348033;-0.936460;-0.043245;, + -0.122196;-0.991424; 0.046144;, + -0.095889;-0.991485;-0.087832;, + -0.348033;-0.936460;-0.043245;, + -0.366924;-0.929838;-0.026704;, + -0.253365;-0.959532; 0.122654;, + -0.122196;-0.991424; 0.046144;, + -0.366924;-0.929838;-0.026704;, + -0.421705;-0.906644;-0.012391;, + -0.375225;-0.919401; 0.117771;, + -0.253365;-0.959532; 0.122654;, + -0.421705;-0.906644;-0.012391;, + -0.433241;-0.900967;-0.023133;, + -0.380016;-0.919004; 0.104678;, + -0.375225;-0.919401; 0.117771;, + -0.433241;-0.900967;-0.023133;, + -0.443648;-0.894925;-0.047212;, + -0.450301;-0.888363; 0.089450;, + -0.380016;-0.919004; 0.104678;, + -0.443648;-0.894925;-0.047212;, + -0.478133;-0.874935;-0.076418;, + -0.526505;-0.849239; 0.038911;, + -0.450301;-0.888363; 0.089450;, + -0.478133;-0.874935;-0.076418;, + -0.460189;-0.883267;-0.089663;, + -0.526475;-0.849910; 0.021363;, + -0.526505;-0.849239; 0.038911;, + -0.460189;-0.883267;-0.089663;, + -0.456099;-0.883053;-0.110355;, + -0.536576;-0.843471;-0.024171;, + -0.526475;-0.849910; 0.021363;, + -0.456099;-0.883053;-0.110355;, + -0.454024;-0.887295;-0.080782;, + -0.545000;-0.837214;-0.045106;, + -0.536576;-0.843471;-0.024171;, + -0.454024;-0.887295;-0.080782;, + -0.441633;-0.894406;-0.070315;, + -0.529252;-0.845241;-0.073489;, + -0.545000;-0.837214;-0.045106;, + 0.105106;-0.991699;-0.073916;, + 0.047884;-0.994812; 0.089480;, + -0.217566;-0.976012;-0.002136;, + -0.186804;-0.979644;-0.073397;, + 0.047884;-0.994812; 0.089480;, + -0.027680;-0.960570; 0.276528;, + -0.255867;-0.961669; 0.098392;, + -0.217566;-0.976012;-0.002136;, + -0.027680;-0.960570; 0.276528;, + -0.108646;-0.922880; 0.369427;, + -0.293558;-0.945677; 0.139531;, + -0.255867;-0.961669; 0.098392;, + -0.108646;-0.922880; 0.369427;, + -0.260414;-0.855220; 0.448042;, + -0.385540;-0.903256; 0.188299;, + -0.293558;-0.945677; 0.139531;, + -0.260414;-0.855220; 0.448042;, + -0.397168;-0.774621; 0.492111;, + -0.442671;-0.870693; 0.214118;, + -0.385540;-0.903256; 0.188299;, + -0.397168;-0.774621; 0.492111;, + -0.525040;-0.712058; 0.466109;, + -0.502945;-0.841792; 0.195837;, + -0.442671;-0.870693; 0.214118;, + -0.525040;-0.712058; 0.466109;, + -0.663045;-0.638386; 0.390881;, + -0.581774;-0.797998; 0.157109;, + -0.502945;-0.841792; 0.195837;, + -0.663045;-0.638386; 0.390881;, + -0.746361;-0.597491; 0.293100;, + -0.609394;-0.786279; 0.101749;, + -0.581774;-0.797998; 0.157109;, + -0.746361;-0.597491; 0.293100;, + -0.823115;-0.557543; 0.107700;, + -0.648061;-0.761528;-0.007416;, + -0.609394;-0.786279; 0.101749;, + -0.823115;-0.557543; 0.107700;, + -0.847591;-0.526200;-0.068178;, + -0.656728;-0.749138;-0.086184;, + -0.648061;-0.761528;-0.007416;, + -0.847591;-0.526200;-0.068178;, + -0.812403;-0.533555;-0.235023;, + -0.639271;-0.752464;-0.158422;, + -0.656728;-0.749138;-0.086184;, + -0.812403;-0.533555;-0.235023;, + -0.723563;-0.555986;-0.408979;, + -0.593554;-0.764153;-0.252419;, + -0.639271;-0.752464;-0.158422;, + -0.723563;-0.555986;-0.408979;, + -0.637226;-0.589953;-0.495834;, + -0.562120;-0.774010;-0.291330;, + -0.593554;-0.764153;-0.252419;, + -0.637226;-0.589953;-0.495834;, + -0.493973;-0.659474;-0.566607;, + -0.482376;-0.815546;-0.319651;, + -0.562120;-0.774010;-0.291330;, + -0.493973;-0.659474;-0.566607;, + -0.357402;-0.723746;-0.590258;, + -0.416883;-0.844356;-0.336467;, + -0.482376;-0.815546;-0.319651;, + -0.357402;-0.723746;-0.590258;, + -0.225440;-0.801477;-0.553880;, + -0.366985;-0.871059;-0.326365;, + -0.416883;-0.844356;-0.336467;, + -0.225440;-0.801477;-0.553880;, + -0.087252;-0.864711;-0.494583;, + -0.290170;-0.908322;-0.301218;, + -0.366985;-0.871059;-0.326365;, + -0.087252;-0.864711;-0.494583;, + -0.000916;-0.909330;-0.416028;, + -0.251350;-0.928617;-0.272805;, + -0.290170;-0.908322;-0.301218;, + -0.000916;-0.909330;-0.416028;, + 0.074740;-0.969695;-0.232582;, + -0.208625;-0.965300;-0.156926;, + -0.251350;-0.928617;-0.272805;, + 0.074740;-0.969695;-0.232582;, + 0.105106;-0.991699;-0.073916;, + -0.186804;-0.979644;-0.073397;, + -0.208625;-0.965300;-0.156926;; + 1020; + 4;3,2,1,0;, + 4;7,6,5,4;, + 4;11,10,9,8;, + 4;15,14,13,12;, + 4;19,18,17,16;, + 4;23,22,21,20;, + 4;27,26,25,24;, + 4;31,30,29,28;, + 4;35,34,33,32;, + 4;39,38,37,36;, + 4;43,42,41,40;, + 4;47,46,45,44;, + 4;51,50,49,48;, + 4;55,54,53,52;, + 4;59,58,57,56;, + 4;63,62,61,60;, + 4;67,66,65,64;, + 4;71,70,69,68;, + 4;75,74,73,72;, + 4;79,78,77,76;, + 4;83,82,81,80;, + 4;87,86,85,84;, + 4;91,90,89,88;, + 4;95,94,93,92;, + 4;99,98,97,96;, + 4;103,102,101,100;, + 4;107,106,105,104;, + 4;111,110,109,108;, + 4;115,114,113,112;, + 4;119,118,117,116;, + 4;123,122,121,120;, + 4;127,126,125,124;, + 4;131,130,129,128;, + 4;135,134,133,132;, + 4;139,138,137,136;, + 4;143,142,141,140;, + 4;147,146,145,144;, + 4;151,150,149,148;, + 4;155,154,153,152;, + 4;159,158,157,156;, + 4;163,162,161,160;, + 4;167,166,165,164;, + 4;171,170,169,168;, + 4;175,174,173,172;, + 4;179,178,177,176;, + 4;183,182,181,180;, + 4;187,186,185,184;, + 4;191,190,189,188;, + 4;195,194,193,192;, + 4;199,198,197,196;, + 4;203,202,201,200;, + 4;207,206,205,204;, + 4;211,210,209,208;, + 4;215,214,213,212;, + 4;219,218,217,216;, + 4;223,222,221,220;, + 4;227,226,225,224;, + 4;231,230,229,228;, + 4;235,234,233,232;, + 4;239,238,237,236;, + 4;243,242,241,240;, + 4;247,246,245,244;, + 4;251,250,249,248;, + 4;255,254,253,252;, + 4;259,258,257,256;, + 4;263,262,261,260;, + 4;267,266,265,264;, + 4;271,270,269,268;, + 4;275,274,273,272;, + 4;279,278,277,276;, + 4;283,282,281,280;, + 4;287,286,285,284;, + 4;291,290,289,288;, + 4;295,294,293,292;, + 4;299,298,297,296;, + 4;303,302,301,300;, + 4;307,306,305,304;, + 4;311,310,309,308;, + 4;315,314,313,312;, + 4;319,318,317,316;, + 4;323,322,321,320;, + 4;327,326,325,324;, + 4;331,330,329,328;, + 4;335,334,333,332;, + 4;339,338,337,336;, + 4;343,342,341,340;, + 4;347,346,345,344;, + 4;351,350,349,348;, + 4;355,354,353,352;, + 4;359,358,357,356;, + 4;363,362,361,360;, + 4;367,366,365,364;, + 4;371,370,369,368;, + 4;375,374,373,372;, + 4;379,378,377,376;, + 4;383,382,381,380;, + 4;387,386,385,384;, + 4;391,390,389,388;, + 4;395,394,393,392;, + 4;399,398,397,396;, + 4;403,402,401,400;, + 4;407,406,405,404;, + 4;411,410,409,408;, + 4;415,414,413,412;, + 4;419,418,417,416;, + 4;423,422,421,420;, + 4;427,426,425,424;, + 4;431,430,429,428;, + 4;435,434,433,432;, + 4;439,438,437,436;, + 4;443,442,441,440;, + 4;447,446,445,444;, + 4;451,450,449,448;, + 4;455,454,453,452;, + 4;459,458,457,456;, + 4;463,462,461,460;, + 4;467,466,465,464;, + 4;471,470,469,468;, + 4;475,474,473,472;, + 4;479,478,477,476;, + 4;483,482,481,480;, + 4;487,486,485,484;, + 4;491,490,489,488;, + 4;495,494,493,492;, + 4;499,498,497,496;, + 4;503,502,501,500;, + 4;507,506,505,504;, + 4;511,510,509,508;, + 4;515,514,513,512;, + 4;519,518,517,516;, + 4;523,522,521,520;, + 4;527,526,525,524;, + 4;531,530,529,528;, + 4;535,534,533,532;, + 4;539,538,537,536;, + 4;543,542,541,540;, + 4;547,546,545,544;, + 4;551,550,549,548;, + 4;555,554,553,552;, + 4;559,558,557,556;, + 4;563,562,561,560;, + 4;567,566,565,564;, + 4;571,570,569,568;, + 4;575,574,573,572;, + 4;579,578,577,576;, + 4;583,582,581,580;, + 4;587,586,585,584;, + 4;591,590,589,588;, + 4;595,594,593,592;, + 4;599,598,597,596;, + 4;603,602,601,600;, + 4;607,606,605,604;, + 4;611,610,609,608;, + 4;615,614,613,612;, + 4;619,618,617,616;, + 4;623,622,621,620;, + 4;627,626,625,624;, + 4;631,630,629,628;, + 4;635,634,633,632;, + 4;639,638,637,636;, + 4;643,642,641,640;, + 4;647,646,645,644;, + 4;651,650,649,648;, + 4;655,654,653,652;, + 4;659,658,657,656;, + 4;663,662,661,660;, + 4;667,666,665,664;, + 4;671,670,669,668;, + 4;675,674,673,672;, + 4;679,678,677,676;, + 4;683,682,681,680;, + 4;687,686,685,684;, + 4;691,690,689,688;, + 4;695,694,693,692;, + 4;699,698,697,696;, + 4;703,702,701,700;, + 4;707,706,705,704;, + 4;711,710,709,708;, + 4;715,714,713,712;, + 4;719,718,717,716;, + 4;723,722,721,720;, + 4;727,726,725,724;, + 4;731,730,729,728;, + 4;735,734,733,732;, + 4;739,738,737,736;, + 4;743,742,741,740;, + 4;747,746,745,744;, + 4;751,750,749,748;, + 4;755,754,753,752;, + 4;759,758,757,756;, + 4;763,762,761,760;, + 4;767,766,765,764;, + 4;771,770,769,768;, + 4;775,774,773,772;, + 4;779,778,777,776;, + 4;783,782,781,780;, + 4;787,786,785,784;, + 4;791,790,789,788;, + 4;795,794,793,792;, + 4;799,798,797,796;, + 4;803,802,801,800;, + 4;807,806,805,804;, + 4;811,810,809,808;, + 4;815,814,813,812;, + 4;819,818,817,816;, + 4;823,822,821,820;, + 4;827,826,825,824;, + 4;831,830,829,828;, + 4;835,834,833,832;, + 4;839,838,837,836;, + 4;843,842,841,840;, + 4;847,846,845,844;, + 4;851,850,849,848;, + 4;855,854,853,852;, + 4;859,858,857,856;, + 4;863,862,861,860;, + 4;867,866,865,864;, + 4;871,870,869,868;, + 4;875,874,873,872;, + 4;879,878,877,876;, + 4;883,882,881,880;, + 4;887,886,885,884;, + 4;891,890,889,888;, + 4;895,894,893,892;, + 4;899,898,897,896;, + 4;903,902,901,900;, + 4;907,906,905,904;, + 4;911,910,909,908;, + 4;915,914,913,912;, + 4;919,918,917,916;, + 4;923,922,921,920;, + 4;927,926,925,924;, + 4;931,930,929,928;, + 4;935,934,933,932;, + 4;939,938,937,936;, + 4;943,942,941,940;, + 4;947,946,945,944;, + 4;951,950,949,948;, + 4;955,954,953,952;, + 4;959,958,957,956;, + 4;963,962,961,960;, + 4;967,966,965,964;, + 4;971,970,969,968;, + 4;975,974,973,972;, + 4;979,978,977,976;, + 4;983,982,981,980;, + 4;987,986,985,984;, + 4;991,990,989,988;, + 4;995,994,993,992;, + 4;999,998,997,996;, + 4;1003,1002,1001,1000;, + 4;1007,1006,1005,1004;, + 4;1011,1010,1009,1008;, + 4;1015,1014,1013,1012;, + 4;1019,1018,1017,1016;, + 4;1023,1022,1021,1020;, + 4;1027,1026,1025,1024;, + 4;1031,1030,1029,1028;, + 4;1035,1034,1033,1032;, + 4;1039,1038,1037,1036;, + 4;1043,1042,1041,1040;, + 4;1047,1046,1045,1044;, + 4;1051,1050,1049,1048;, + 4;1055,1054,1053,1052;, + 4;1059,1058,1057,1056;, + 4;1063,1062,1061,1060;, + 4;1067,1066,1065,1064;, + 4;1071,1070,1069,1068;, + 4;1075,1074,1073,1072;, + 4;1079,1078,1077,1076;, + 4;1083,1082,1081,1080;, + 4;1087,1086,1085,1084;, + 4;1091,1090,1089,1088;, + 4;1095,1094,1093,1092;, + 4;1099,1098,1097,1096;, + 4;1103,1102,1101,1100;, + 4;1107,1106,1105,1104;, + 4;1111,1110,1109,1108;, + 4;1115,1114,1113,1112;, + 4;1119,1118,1117,1116;, + 4;1123,1122,1121,1120;, + 4;1127,1126,1125,1124;, + 4;1131,1130,1129,1128;, + 4;1135,1134,1133,1132;, + 4;1139,1138,1137,1136;, + 4;1143,1142,1141,1140;, + 4;1147,1146,1145,1144;, + 4;1151,1150,1149,1148;, + 4;1155,1154,1153,1152;, + 4;1159,1158,1157,1156;, + 4;1163,1162,1161,1160;, + 4;1167,1166,1165,1164;, + 4;1171,1170,1169,1168;, + 4;1175,1174,1173,1172;, + 4;1179,1178,1177,1176;, + 4;1183,1182,1181,1180;, + 4;1187,1186,1185,1184;, + 4;1191,1190,1189,1188;, + 4;1195,1194,1193,1192;, + 4;1199,1198,1197,1196;, + 4;1203,1202,1201,1200;, + 4;1207,1206,1205,1204;, + 4;1211,1210,1209,1208;, + 4;1215,1214,1213,1212;, + 4;1219,1218,1217,1216;, + 4;1223,1222,1221,1220;, + 4;1227,1226,1225,1224;, + 4;1231,1230,1229,1228;, + 4;1235,1234,1233,1232;, + 4;1239,1238,1237,1236;, + 4;1243,1242,1241,1240;, + 4;1247,1246,1245,1244;, + 4;1251,1250,1249,1248;, + 4;1255,1254,1253,1252;, + 4;1259,1258,1257,1256;, + 4;1263,1262,1261,1260;, + 4;1267,1266,1265,1264;, + 4;1271,1270,1269,1268;, + 4;1275,1274,1273,1272;, + 4;1279,1278,1277,1276;, + 4;1283,1282,1281,1280;, + 4;1287,1286,1285,1284;, + 4;1291,1290,1289,1288;, + 4;1295,1294,1293,1292;, + 4;1299,1298,1297,1296;, + 4;1303,1302,1301,1300;, + 4;1307,1306,1305,1304;, + 4;1311,1310,1309,1308;, + 4;1315,1314,1313,1312;, + 4;1319,1318,1317,1316;, + 4;1323,1322,1321,1320;, + 4;1327,1326,1325,1324;, + 4;1331,1330,1329,1328;, + 4;1335,1334,1333,1332;, + 4;1339,1338,1337,1336;, + 4;1343,1342,1341,1340;, + 4;1347,1346,1345,1344;, + 4;1351,1350,1349,1348;, + 4;1355,1354,1353,1352;, + 4;1359,1358,1357,1356;, + 4;1363,1362,1361,1360;, + 4;1367,1366,1365,1364;, + 4;1371,1370,1369,1368;, + 4;1375,1374,1373,1372;, + 4;1379,1378,1377,1376;, + 4;1383,1382,1381,1380;, + 4;1387,1386,1385,1384;, + 4;1391,1390,1389,1388;, + 4;1395,1394,1393,1392;, + 4;1399,1398,1397,1396;, + 4;1403,1402,1401,1400;, + 4;1407,1406,1405,1404;, + 4;1411,1410,1409,1408;, + 4;1415,1414,1413,1412;, + 4;1419,1418,1417,1416;, + 4;1423,1422,1421,1420;, + 4;1427,1426,1425,1424;, + 4;1431,1430,1429,1428;, + 4;1435,1434,1433,1432;, + 4;1439,1438,1437,1436;, + 4;1443,1442,1441,1440;, + 4;1447,1446,1445,1444;, + 4;1451,1450,1449,1448;, + 4;1455,1454,1453,1452;, + 4;1459,1458,1457,1456;, + 4;1463,1462,1461,1460;, + 4;1467,1466,1465,1464;, + 4;1471,1470,1469,1468;, + 4;1475,1474,1473,1472;, + 4;1479,1478,1477,1476;, + 4;1483,1482,1481,1480;, + 4;1487,1486,1485,1484;, + 4;1491,1490,1489,1488;, + 4;1495,1494,1493,1492;, + 4;1499,1498,1497,1496;, + 4;1503,1502,1501,1500;, + 4;1507,1506,1505,1504;, + 4;1511,1510,1509,1508;, + 4;1515,1514,1513,1512;, + 4;1519,1518,1517,1516;, + 4;1523,1522,1521,1520;, + 4;1527,1526,1525,1524;, + 4;1531,1530,1529,1528;, + 4;1535,1534,1533,1532;, + 4;1539,1538,1537,1536;, + 4;1543,1542,1541,1540;, + 4;1547,1546,1545,1544;, + 4;1551,1550,1549,1548;, + 4;1555,1554,1553,1552;, + 4;1559,1558,1557,1556;, + 4;1563,1562,1561,1560;, + 4;1567,1566,1565,1564;, + 4;1571,1570,1569,1568;, + 4;1575,1574,1573,1572;, + 4;1579,1578,1577,1576;, + 4;1583,1582,1581,1580;, + 4;1587,1586,1585,1584;, + 4;1591,1590,1589,1588;, + 4;1595,1594,1593,1592;, + 4;1599,1598,1597,1596;, + 4;1603,1602,1601,1600;, + 4;1607,1606,1605,1604;, + 4;1611,1610,1609,1608;, + 4;1615,1614,1613,1612;, + 4;1619,1618,1617,1616;, + 4;1623,1622,1621,1620;, + 4;1627,1626,1625,1624;, + 4;1631,1630,1629,1628;, + 4;1635,1634,1633,1632;, + 4;1639,1638,1637,1636;, + 4;1643,1642,1641,1640;, + 4;1647,1646,1645,1644;, + 4;1651,1650,1649,1648;, + 4;1655,1654,1653,1652;, + 4;1659,1658,1657,1656;, + 4;1663,1662,1661,1660;, + 4;1667,1666,1665,1664;, + 4;1671,1670,1669,1668;, + 4;1675,1674,1673,1672;, + 4;1679,1678,1677,1676;, + 4;1683,1682,1681,1680;, + 4;1687,1686,1685,1684;, + 4;1691,1690,1689,1688;, + 4;1695,1694,1693,1692;, + 4;1699,1698,1697,1696;, + 4;1703,1702,1701,1700;, + 4;1707,1706,1705,1704;, + 4;1711,1710,1709,1708;, + 4;1715,1714,1713,1712;, + 4;1719,1718,1717,1716;, + 4;1723,1722,1721,1720;, + 4;1727,1726,1725,1724;, + 4;1731,1730,1729,1728;, + 4;1735,1734,1733,1732;, + 4;1739,1738,1737,1736;, + 4;1743,1742,1741,1740;, + 4;1747,1746,1745,1744;, + 4;1751,1750,1749,1748;, + 4;1755,1754,1753,1752;, + 4;1759,1758,1757,1756;, + 4;1763,1762,1761,1760;, + 4;1767,1766,1765,1764;, + 4;1771,1770,1769,1768;, + 4;1775,1774,1773,1772;, + 4;1779,1778,1777,1776;, + 4;1783,1782,1781,1780;, + 4;1787,1786,1785,1784;, + 4;1791,1790,1789,1788;, + 4;1795,1794,1793,1792;, + 4;1799,1798,1797,1796;, + 4;1803,1802,1801,1800;, + 4;1807,1806,1805,1804;, + 4;1811,1810,1809,1808;, + 4;1815,1814,1813,1812;, + 4;1819,1818,1817,1816;, + 4;1823,1822,1821,1820;, + 4;1827,1826,1825,1824;, + 4;1831,1830,1829,1828;, + 4;1835,1834,1833,1832;, + 4;1839,1838,1837,1836;, + 4;1843,1842,1841,1840;, + 4;1847,1846,1845,1844;, + 4;1851,1850,1849,1848;, + 4;1855,1854,1853,1852;, + 4;1859,1858,1857,1856;, + 4;1863,1862,1861,1860;, + 4;1867,1866,1865,1864;, + 4;1871,1870,1869,1868;, + 4;1875,1874,1873,1872;, + 4;1879,1878,1877,1876;, + 4;1883,1882,1881,1880;, + 4;1887,1886,1885,1884;, + 4;1891,1890,1889,1888;, + 4;1895,1894,1893,1892;, + 4;1899,1898,1897,1896;, + 4;1903,1902,1901,1900;, + 4;1907,1906,1905,1904;, + 4;1911,1910,1909,1908;, + 4;1915,1914,1913,1912;, + 4;1919,1918,1917,1916;, + 4;1923,1922,1921,1920;, + 4;1927,1926,1925,1924;, + 4;1931,1930,1929,1928;, + 4;1935,1934,1933,1932;, + 4;1939,1938,1937,1936;, + 4;1943,1942,1941,1940;, + 4;1947,1946,1945,1944;, + 4;1951,1950,1949,1948;, + 4;1955,1954,1953,1952;, + 4;1959,1958,1957,1956;, + 4;1963,1962,1961,1960;, + 4;1967,1966,1965,1964;, + 4;1971,1970,1969,1968;, + 4;1975,1974,1973,1972;, + 4;1979,1978,1977,1976;, + 4;1983,1982,1981,1980;, + 4;1987,1986,1985,1984;, + 4;1991,1990,1989,1988;, + 4;1995,1994,1993,1992;, + 4;1999,1998,1997,1996;, + 4;2003,2002,2001,2000;, + 4;2007,2006,2005,2004;, + 4;2011,2010,2009,2008;, + 4;2015,2014,2013,2012;, + 4;2019,2018,2017,2016;, + 4;2023,2022,2021,2020;, + 4;2027,2026,2025,2024;, + 4;2031,2030,2029,2028;, + 4;2035,2034,2033,2032;, + 4;2039,2038,2037,2036;, + 4;2043,2042,2041,2040;, + 4;2047,2046,2045,2044;, + 4;2051,2050,2049,2048;, + 4;2055,2054,2053,2052;, + 4;2059,2058,2057,2056;, + 4;2063,2062,2061,2060;, + 4;2067,2066,2065,2064;, + 4;2071,2070,2069,2068;, + 4;2075,2074,2073,2072;, + 4;2079,2078,2077,2076;, + 4;2083,2082,2081,2080;, + 4;2087,2086,2085,2084;, + 4;2091,2090,2089,2088;, + 4;2095,2094,2093,2092;, + 4;2099,2098,2097,2096;, + 4;2103,2102,2101,2100;, + 4;2107,2106,2105,2104;, + 4;2111,2110,2109,2108;, + 4;2115,2114,2113,2112;, + 4;2119,2118,2117,2116;, + 4;2123,2122,2121,2120;, + 4;2127,2126,2125,2124;, + 4;2131,2130,2129,2128;, + 4;2135,2134,2133,2132;, + 4;2139,2138,2137,2136;, + 4;2143,2142,2141,2140;, + 4;2147,2146,2145,2144;, + 4;2151,2150,2149,2148;, + 4;2155,2154,2153,2152;, + 4;2159,2158,2157,2156;, + 4;2163,2162,2161,2160;, + 4;2167,2166,2165,2164;, + 4;2171,2170,2169,2168;, + 4;2175,2174,2173,2172;, + 4;2179,2178,2177,2176;, + 4;2183,2182,2181,2180;, + 4;2187,2186,2185,2184;, + 4;2191,2190,2189,2188;, + 4;2195,2194,2193,2192;, + 4;2199,2198,2197,2196;, + 4;2203,2202,2201,2200;, + 4;2207,2206,2205,2204;, + 4;2211,2210,2209,2208;, + 4;2215,2214,2213,2212;, + 4;2219,2218,2217,2216;, + 4;2223,2222,2221,2220;, + 4;2227,2226,2225,2224;, + 4;2231,2230,2229,2228;, + 4;2235,2234,2233,2232;, + 4;2239,2238,2237,2236;, + 4;2243,2242,2241,2240;, + 4;2247,2246,2245,2244;, + 4;2251,2250,2249,2248;, + 4;2255,2254,2253,2252;, + 4;2259,2258,2257,2256;, + 4;2263,2262,2261,2260;, + 4;2267,2266,2265,2264;, + 4;2271,2270,2269,2268;, + 4;2275,2274,2273,2272;, + 4;2279,2278,2277,2276;, + 4;2283,2282,2281,2280;, + 4;2287,2286,2285,2284;, + 4;2291,2290,2289,2288;, + 4;2295,2294,2293,2292;, + 4;2299,2298,2297,2296;, + 4;2303,2302,2301,2300;, + 4;2307,2306,2305,2304;, + 4;2311,2310,2309,2308;, + 4;2315,2314,2313,2312;, + 4;2319,2318,2317,2316;, + 4;2323,2322,2321,2320;, + 4;2327,2326,2325,2324;, + 4;2331,2330,2329,2328;, + 4;2335,2334,2333,2332;, + 4;2339,2338,2337,2336;, + 4;2343,2342,2341,2340;, + 4;2347,2346,2345,2344;, + 4;2351,2350,2349,2348;, + 4;2355,2354,2353,2352;, + 4;2359,2358,2357,2356;, + 4;2363,2362,2361,2360;, + 4;2367,2366,2365,2364;, + 4;2371,2370,2369,2368;, + 4;2375,2374,2373,2372;, + 4;2379,2378,2377,2376;, + 4;2383,2382,2381,2380;, + 4;2387,2386,2385,2384;, + 4;2391,2390,2389,2388;, + 4;2395,2394,2393,2392;, + 4;2399,2398,2397,2396;, + 4;2403,2402,2401,2400;, + 4;2407,2406,2405,2404;, + 4;2411,2410,2409,2408;, + 4;2415,2414,2413,2412;, + 4;2419,2418,2417,2416;, + 4;2423,2422,2421,2420;, + 4;2427,2426,2425,2424;, + 4;2431,2430,2429,2428;, + 4;2435,2434,2433,2432;, + 4;2439,2438,2437,2436;, + 4;2443,2442,2441,2440;, + 4;2447,2446,2445,2444;, + 4;2451,2450,2449,2448;, + 4;2455,2454,2453,2452;, + 4;2459,2458,2457,2456;, + 4;2463,2462,2461,2460;, + 4;2467,2466,2465,2464;, + 4;2471,2470,2469,2468;, + 4;2475,2474,2473,2472;, + 4;2479,2478,2477,2476;, + 4;2483,2482,2481,2480;, + 4;2487,2486,2485,2484;, + 4;2491,2490,2489,2488;, + 4;2495,2494,2493,2492;, + 4;2499,2498,2497,2496;, + 4;2503,2502,2501,2500;, + 4;2507,2506,2505,2504;, + 4;2511,2510,2509,2508;, + 4;2515,2514,2513,2512;, + 4;2519,2518,2517,2516;, + 4;2523,2522,2521,2520;, + 4;2527,2526,2525,2524;, + 4;2531,2530,2529,2528;, + 4;2535,2534,2533,2532;, + 4;2539,2538,2537,2536;, + 4;2543,2542,2541,2540;, + 4;2547,2546,2545,2544;, + 4;2551,2550,2549,2548;, + 4;2555,2554,2553,2552;, + 4;2559,2558,2557,2556;, + 4;2563,2562,2561,2560;, + 4;2567,2566,2565,2564;, + 4;2571,2570,2569,2568;, + 4;2575,2574,2573,2572;, + 4;2579,2578,2577,2576;, + 4;2583,2582,2581,2580;, + 4;2587,2586,2585,2584;, + 4;2591,2590,2589,2588;, + 4;2595,2594,2593,2592;, + 4;2599,2598,2597,2596;, + 4;2603,2602,2601,2600;, + 4;2607,2606,2605,2604;, + 4;2611,2610,2609,2608;, + 4;2615,2614,2613,2612;, + 4;2619,2618,2617,2616;, + 4;2623,2622,2621,2620;, + 4;2627,2626,2625,2624;, + 4;2631,2630,2629,2628;, + 4;2635,2634,2633,2632;, + 4;2639,2638,2637,2636;, + 4;2643,2642,2641,2640;, + 4;2647,2646,2645,2644;, + 4;2651,2650,2649,2648;, + 4;2655,2654,2653,2652;, + 4;2659,2658,2657,2656;, + 4;2663,2662,2661,2660;, + 4;2667,2666,2665,2664;, + 4;2671,2670,2669,2668;, + 4;2675,2674,2673,2672;, + 4;2679,2678,2677,2676;, + 4;2683,2682,2681,2680;, + 4;2687,2686,2685,2684;, + 4;2691,2690,2689,2688;, + 4;2695,2694,2693,2692;, + 4;2699,2698,2697,2696;, + 4;2703,2702,2701,2700;, + 4;2707,2706,2705,2704;, + 4;2711,2710,2709,2708;, + 4;2715,2714,2713,2712;, + 4;2719,2718,2717,2716;, + 4;2723,2722,2721,2720;, + 4;2727,2726,2725,2724;, + 4;2731,2730,2729,2728;, + 4;2735,2734,2733,2732;, + 4;2739,2738,2737,2736;, + 4;2743,2742,2741,2740;, + 4;2747,2746,2745,2744;, + 4;2751,2750,2749,2748;, + 4;2755,2754,2753,2752;, + 4;2759,2758,2757,2756;, + 4;2763,2762,2761,2760;, + 4;2767,2766,2765,2764;, + 4;2771,2770,2769,2768;, + 4;2775,2774,2773,2772;, + 4;2779,2778,2777,2776;, + 4;2783,2782,2781,2780;, + 4;2787,2786,2785,2784;, + 4;2791,2790,2789,2788;, + 4;2795,2794,2793,2792;, + 4;2799,2798,2797,2796;, + 4;2803,2802,2801,2800;, + 4;2807,2806,2805,2804;, + 4;2811,2810,2809,2808;, + 4;2815,2814,2813,2812;, + 4;2819,2818,2817,2816;, + 4;2823,2822,2821,2820;, + 4;2827,2826,2825,2824;, + 4;2831,2830,2829,2828;, + 4;2835,2834,2833,2832;, + 4;2839,2838,2837,2836;, + 4;2843,2842,2841,2840;, + 4;2847,2846,2845,2844;, + 4;2851,2850,2849,2848;, + 4;2855,2854,2853,2852;, + 4;2859,2858,2857,2856;, + 4;2863,2862,2861,2860;, + 4;2867,2866,2865,2864;, + 4;2871,2870,2869,2868;, + 4;2875,2874,2873,2872;, + 4;2879,2878,2877,2876;, + 4;2883,2882,2881,2880;, + 4;2887,2886,2885,2884;, + 4;2891,2890,2889,2888;, + 4;2895,2894,2893,2892;, + 4;2899,2898,2897,2896;, + 4;2903,2902,2901,2900;, + 4;2907,2906,2905,2904;, + 4;2911,2910,2909,2908;, + 4;2915,2914,2913,2912;, + 4;2919,2918,2917,2916;, + 4;2923,2922,2921,2920;, + 4;2927,2926,2925,2924;, + 4;2931,2930,2929,2928;, + 4;2935,2934,2933,2932;, + 4;2939,2938,2937,2936;, + 4;2943,2942,2941,2940;, + 4;2947,2946,2945,2944;, + 4;2951,2950,2949,2948;, + 4;2955,2954,2953,2952;, + 4;2959,2958,2957,2956;, + 4;2963,2962,2961,2960;, + 4;2967,2966,2965,2964;, + 4;2971,2970,2969,2968;, + 4;2975,2974,2973,2972;, + 4;2979,2978,2977,2976;, + 4;2983,2982,2981,2980;, + 4;2987,2986,2985,2984;, + 4;2991,2990,2989,2988;, + 4;2995,2994,2993,2992;, + 4;2999,2998,2997,2996;, + 4;3003,3002,3001,3000;, + 4;3007,3006,3005,3004;, + 4;3011,3010,3009,3008;, + 4;3015,3014,3013,3012;, + 4;3019,3018,3017,3016;, + 4;3023,3022,3021,3020;, + 4;3027,3026,3025,3024;, + 4;3031,3030,3029,3028;, + 4;3035,3034,3033,3032;, + 4;3039,3038,3037,3036;, + 4;3043,3042,3041,3040;, + 4;3047,3046,3045,3044;, + 4;3051,3050,3049,3048;, + 4;3055,3054,3053,3052;, + 4;3059,3058,3057,3056;, + 4;3063,3062,3061,3060;, + 4;3067,3066,3065,3064;, + 4;3071,3070,3069,3068;, + 4;3075,3074,3073,3072;, + 4;3079,3078,3077,3076;, + 4;3083,3082,3081,3080;, + 4;3087,3086,3085,3084;, + 4;3091,3090,3089,3088;, + 4;3095,3094,3093,3092;, + 4;3099,3098,3097,3096;, + 4;3103,3102,3101,3100;, + 4;3107,3106,3105,3104;, + 4;3111,3110,3109,3108;, + 4;3115,3114,3113,3112;, + 4;3119,3118,3117,3116;, + 4;3123,3122,3121,3120;, + 4;3127,3126,3125,3124;, + 4;3131,3130,3129,3128;, + 4;3135,3134,3133,3132;, + 4;3139,3138,3137,3136;, + 4;3143,3142,3141,3140;, + 4;3147,3146,3145,3144;, + 4;3151,3150,3149,3148;, + 4;3155,3154,3153,3152;, + 4;3159,3158,3157,3156;, + 4;3163,3162,3161,3160;, + 4;3167,3166,3165,3164;, + 4;3171,3170,3169,3168;, + 4;3175,3174,3173,3172;, + 4;3179,3178,3177,3176;, + 4;3183,3182,3181,3180;, + 4;3187,3186,3185,3184;, + 4;3191,3190,3189,3188;, + 4;3195,3194,3193,3192;, + 4;3199,3198,3197,3196;, + 4;3203,3202,3201,3200;, + 4;3207,3206,3205,3204;, + 4;3211,3210,3209,3208;, + 4;3215,3214,3213,3212;, + 4;3219,3218,3217,3216;, + 4;3223,3222,3221,3220;, + 4;3227,3226,3225,3224;, + 4;3231,3230,3229,3228;, + 4;3235,3234,3233,3232;, + 4;3239,3238,3237,3236;, + 4;3243,3242,3241,3240;, + 4;3247,3246,3245,3244;, + 4;3251,3250,3249,3248;, + 4;3255,3254,3253,3252;, + 4;3259,3258,3257,3256;, + 4;3263,3262,3261,3260;, + 4;3267,3266,3265,3264;, + 4;3271,3270,3269,3268;, + 4;3275,3274,3273,3272;, + 4;3279,3278,3277,3276;, + 4;3283,3282,3281,3280;, + 4;3287,3286,3285,3284;, + 4;3291,3290,3289,3288;, + 4;3295,3294,3293,3292;, + 4;3299,3298,3297,3296;, + 4;3303,3302,3301,3300;, + 4;3307,3306,3305,3304;, + 4;3311,3310,3309,3308;, + 4;3315,3314,3313,3312;, + 4;3319,3318,3317,3316;, + 4;3323,3322,3321,3320;, + 4;3327,3326,3325,3324;, + 4;3331,3330,3329,3328;, + 4;3335,3334,3333,3332;, + 4;3339,3338,3337,3336;, + 4;3343,3342,3341,3340;, + 4;3347,3346,3345,3344;, + 4;3351,3350,3349,3348;, + 4;3355,3354,3353,3352;, + 4;3359,3358,3357,3356;, + 4;3363,3362,3361,3360;, + 4;3367,3366,3365,3364;, + 4;3371,3370,3369,3368;, + 4;3375,3374,3373,3372;, + 4;3379,3378,3377,3376;, + 4;3383,3382,3381,3380;, + 4;3387,3386,3385,3384;, + 4;3391,3390,3389,3388;, + 4;3395,3394,3393,3392;, + 4;3399,3398,3397,3396;, + 4;3403,3402,3401,3400;, + 4;3407,3406,3405,3404;, + 4;3411,3410,3409,3408;, + 4;3415,3414,3413,3412;, + 4;3419,3418,3417,3416;, + 4;3423,3422,3421,3420;, + 4;3427,3426,3425,3424;, + 4;3431,3430,3429,3428;, + 4;3435,3434,3433,3432;, + 4;3439,3438,3437,3436;, + 4;3443,3442,3441,3440;, + 4;3447,3446,3445,3444;, + 4;3451,3450,3449,3448;, + 4;3455,3454,3453,3452;, + 4;3459,3458,3457,3456;, + 4;3463,3462,3461,3460;, + 4;3467,3466,3465,3464;, + 4;3471,3470,3469,3468;, + 4;3475,3474,3473,3472;, + 4;3479,3478,3477,3476;, + 4;3483,3482,3481,3480;, + 4;3487,3486,3485,3484;, + 4;3491,3490,3489,3488;, + 4;3495,3494,3493,3492;, + 4;3499,3498,3497,3496;, + 4;3503,3502,3501,3500;, + 4;3507,3506,3505,3504;, + 4;3511,3510,3509,3508;, + 4;3515,3514,3513,3512;, + 4;3519,3518,3517,3516;, + 4;3523,3522,3521,3520;, + 4;3527,3526,3525,3524;, + 4;3531,3530,3529,3528;, + 4;3535,3534,3533,3532;, + 4;3539,3538,3537,3536;, + 4;3543,3542,3541,3540;, + 4;3547,3546,3545,3544;, + 4;3551,3550,3549,3548;, + 4;3555,3554,3553,3552;, + 4;3559,3558,3557,3556;, + 4;3563,3562,3561,3560;, + 4;3567,3566,3565,3564;, + 4;3571,3570,3569,3568;, + 4;3575,3574,3573,3572;, + 4;3579,3578,3577,3576;, + 4;3583,3582,3581,3580;, + 4;3587,3586,3585,3584;, + 4;3591,3590,3589,3588;, + 4;3595,3594,3593,3592;, + 4;3599,3598,3597,3596;, + 4;3603,3602,3601,3600;, + 4;3607,3606,3605,3604;, + 4;3611,3610,3609,3608;, + 4;3615,3614,3613,3612;, + 4;3619,3618,3617,3616;, + 4;3623,3622,3621,3620;, + 4;3627,3626,3625,3624;, + 4;3631,3630,3629,3628;, + 4;3635,3634,3633,3632;, + 4;3639,3638,3637,3636;, + 4;3643,3642,3641,3640;, + 4;3647,3646,3645,3644;, + 4;3651,3650,3649,3648;, + 4;3655,3654,3653,3652;, + 4;3659,3658,3657,3656;, + 4;3663,3662,3661,3660;, + 4;3667,3666,3665,3664;, + 4;3671,3670,3669,3668;, + 4;3675,3674,3673,3672;, + 4;3679,3678,3677,3676;, + 4;3683,3682,3681,3680;, + 4;3687,3686,3685,3684;, + 4;3691,3690,3689,3688;, + 4;3695,3694,3693,3692;, + 4;3699,3698,3697,3696;, + 4;3703,3702,3701,3700;, + 4;3707,3706,3705,3704;, + 4;3711,3710,3709,3708;, + 4;3715,3714,3713,3712;, + 4;3719,3718,3717,3716;, + 4;3723,3722,3721,3720;, + 4;3727,3726,3725,3724;, + 4;3731,3730,3729,3728;, + 4;3735,3734,3733,3732;, + 4;3739,3738,3737,3736;, + 4;3743,3742,3741,3740;, + 4;3747,3746,3745,3744;, + 4;3751,3750,3749,3748;, + 4;3755,3754,3753,3752;, + 4;3759,3758,3757,3756;, + 4;3763,3762,3761,3760;, + 4;3767,3766,3765,3764;, + 4;3771,3770,3769,3768;, + 4;3775,3774,3773,3772;, + 4;3779,3778,3777,3776;, + 4;3783,3782,3781,3780;, + 4;3787,3786,3785,3784;, + 4;3791,3790,3789,3788;, + 4;3795,3794,3793,3792;, + 4;3799,3798,3797,3796;, + 4;3803,3802,3801,3800;, + 4;3807,3806,3805,3804;, + 4;3811,3810,3809,3808;, + 4;3815,3814,3813,3812;, + 4;3819,3818,3817,3816;, + 4;3823,3822,3821,3820;, + 4;3827,3826,3825,3824;, + 4;3831,3830,3829,3828;, + 4;3835,3834,3833,3832;, + 4;3839,3838,3837,3836;, + 4;3843,3842,3841,3840;, + 4;3847,3846,3845,3844;, + 4;3851,3850,3849,3848;, + 4;3855,3854,3853,3852;, + 4;3859,3858,3857,3856;, + 4;3863,3862,3861,3860;, + 4;3867,3866,3865,3864;, + 4;3871,3870,3869,3868;, + 4;3875,3874,3873,3872;, + 4;3879,3878,3877,3876;, + 4;3883,3882,3881,3880;, + 4;3887,3886,3885,3884;, + 4;3891,3890,3889,3888;, + 4;3895,3894,3893,3892;, + 4;3899,3898,3897,3896;, + 4;3903,3902,3901,3900;, + 4;3907,3906,3905,3904;, + 4;3911,3910,3909,3908;, + 4;3915,3914,3913,3912;, + 4;3919,3918,3917,3916;, + 4;3923,3922,3921,3920;, + 4;3927,3926,3925,3924;, + 4;3931,3930,3929,3928;, + 4;3935,3934,3933,3932;, + 4;3939,3938,3937,3936;, + 4;3943,3942,3941,3940;, + 4;3947,3946,3945,3944;, + 4;3951,3950,3949,3948;, + 4;3955,3954,3953,3952;, + 4;3959,3958,3957,3956;, + 4;3963,3962,3961,3960;, + 4;3967,3966,3965,3964;, + 4;3971,3970,3969,3968;, + 4;3975,3974,3973,3972;, + 4;3979,3978,3977,3976;, + 4;3983,3982,3981,3980;, + 4;3987,3986,3985,3984;, + 4;3991,3990,3989,3988;, + 4;3995,3994,3993,3992;, + 4;3999,3998,3997,3996;, + 4;4003,4002,4001,4000;, + 4;4007,4006,4005,4004;, + 4;4011,4010,4009,4008;, + 4;4015,4014,4013,4012;, + 4;4019,4018,4017,4016;, + 4;4023,4022,4021,4020;, + 4;4027,4026,4025,4024;, + 4;4031,4030,4029,4028;, + 4;4035,4034,4033,4032;, + 4;4039,4038,4037,4036;, + 4;4043,4042,4041,4040;, + 4;4047,4046,4045,4044;, + 4;4051,4050,4049,4048;, + 4;4055,4054,4053,4052;, + 4;4059,4058,4057,4056;, + 4;4063,4062,4061,4060;, + 4;4067,4066,4065,4064;, + 4;4071,4070,4069,4068;, + 4;4075,4074,4073,4072;, + 4;4079,4078,4077,4076;; + } // End of wolfwoman_HighPolyEyes normals + MeshTextureCoords { // wolfwoman_HighPolyEyes UV coordinates + 4080; + 0.902100; 0.899400;, + 0.905300; 0.902400;, + 0.916400; 0.894700;, + 0.914200; 0.890800;, + 0.923100; 0.920400;, + 0.925500; 0.922800;, + 0.929400; 0.920300;, + 0.927700; 0.917200;, + 0.898800; 0.896300;, + 0.902100; 0.899400;, + 0.914200; 0.890800;, + 0.912000; 0.886900;, + 0.918500; 0.915500;, + 0.921400; 0.918600;, + 0.926600; 0.915000;, + 0.924800; 0.911200;, + 0.895500; 0.893300;, + 0.898800; 0.896300;, + 0.912000; 0.886900;, + 0.909800; 0.883000;, + 0.915100; 0.912000;, + 0.918500; 0.915500;, + 0.924800; 0.911200;, + 0.922700; 0.906900;, + 0.911800; 0.908700;, + 0.915100; 0.912000;, + 0.922700; 0.906900;, + 0.920600; 0.902700;, + 0.908600; 0.905600;, + 0.911800; 0.908700;, + 0.920600; 0.902700;, + 0.918500; 0.898700;, + 0.905300; 0.902400;, + 0.908600; 0.905600;, + 0.918500; 0.898700;, + 0.916400; 0.894700;, + 0.920600; 0.902700;, + 0.922700; 0.906900;, + 0.931500; 0.904400;, + 0.930700; 0.899800;, + 0.918500; 0.898700;, + 0.920600; 0.902700;, + 0.930700; 0.899800;, + 0.930000; 0.895200;, + 0.916400; 0.894700;, + 0.918500; 0.898700;, + 0.930000; 0.895200;, + 0.929200; 0.890800;, + 0.914200; 0.890800;, + 0.916400; 0.894700;, + 0.929200; 0.890800;, + 0.928300; 0.886300;, + 0.927700; 0.917200;, + 0.929400; 0.920300;, + 0.933600; 0.919000;, + 0.933100; 0.915600;, + 0.912000; 0.886900;, + 0.914200; 0.890800;, + 0.928300; 0.886300;, + 0.927500; 0.881900;, + 0.924800; 0.911200;, + 0.926600; 0.915000;, + 0.932700; 0.913100;, + 0.932200; 0.909100;, + 0.909800; 0.883000;, + 0.912000; 0.886900;, + 0.927500; 0.881900;, + 0.926500; 0.877500;, + 0.922700; 0.906900;, + 0.924800; 0.911200;, + 0.932200; 0.909100;, + 0.931500; 0.904400;, + 0.933100; 0.915600;, + 0.933600; 0.919000;, + 0.937900; 0.919300;, + 0.938600; 0.915800;, + 0.927500; 0.881900;, + 0.928300; 0.886300;, + 0.943100; 0.886500;, + 0.943600; 0.882000;, + 0.932200; 0.909100;, + 0.932700; 0.913100;, + 0.939100; 0.913400;, + 0.939800; 0.909300;, + 0.926500; 0.877500;, + 0.927500; 0.881900;, + 0.943600; 0.882000;, + 0.944100; 0.877500;, + 0.931500; 0.904400;, + 0.932200; 0.909100;, + 0.939800; 0.909300;, + 0.940600; 0.904500;, + 0.930700; 0.899800;, + 0.931500; 0.904400;, + 0.940600; 0.904500;, + 0.941300; 0.899900;, + 0.930000; 0.895200;, + 0.930700; 0.899800;, + 0.941300; 0.899900;, + 0.941900; 0.895400;, + 0.929200; 0.890800;, + 0.930000; 0.895200;, + 0.941900; 0.895400;, + 0.942500; 0.890900;, + 0.928300; 0.886300;, + 0.929200; 0.890800;, + 0.942500; 0.890900;, + 0.943100; 0.886500;, + 0.941900; 0.895400;, + 0.941300; 0.899900;, + 0.951300; 0.903300;, + 0.953300; 0.899200;, + 0.942500; 0.890900;, + 0.941900; 0.895400;, + 0.953300; 0.899200;, + 0.955300; 0.895200;, + 0.943100; 0.886500;, + 0.942500; 0.890900;, + 0.955300; 0.895200;, + 0.957200; 0.891100;, + 0.938600; 0.915800;, + 0.937900; 0.919300;, + 0.942100; 0.920700;, + 0.943800; 0.917700;, + 0.943600; 0.882000;, + 0.943100; 0.886500;, + 0.957200; 0.891100;, + 0.959100; 0.887100;, + 0.939800; 0.909300;, + 0.939100; 0.913400;, + 0.945000; 0.915500;, + 0.947000; 0.911800;, + 0.944100; 0.877500;, + 0.943600; 0.882000;, + 0.959100; 0.887100;, + 0.960900; 0.883000;, + 0.940600; 0.904500;, + 0.939800; 0.909300;, + 0.947000; 0.911800;, + 0.949200; 0.907500;, + 0.941300; 0.899900;, + 0.940600; 0.904500;, + 0.949200; 0.907500;, + 0.951300; 0.903300;, + 0.960900; 0.883000;, + 0.959100; 0.887100;, + 0.972200; 0.896700;, + 0.975200; 0.893300;, + 0.949200; 0.907500;, + 0.947000; 0.911800;, + 0.953100; 0.916400;, + 0.956600; 0.913000;, + 0.951300; 0.903300;, + 0.949200; 0.907500;, + 0.956600; 0.913000;, + 0.959800; 0.909700;, + 0.953300; 0.899200;, + 0.951300; 0.903300;, + 0.959800; 0.909700;, + 0.963000; 0.906400;, + 0.955300; 0.895200;, + 0.953300; 0.899200;, + 0.963000; 0.906400;, + 0.966100; 0.903200;, + 0.957200; 0.891100;, + 0.955300; 0.895200;, + 0.966100; 0.903200;, + 0.969200; 0.899900;, + 0.943800; 0.917700;, + 0.942100; 0.920700;, + 0.945800; 0.923500;, + 0.948300; 0.921100;, + 0.959100; 0.887100;, + 0.957200; 0.891100;, + 0.969200; 0.899900;, + 0.972200; 0.896700;, + 0.947000; 0.911800;, + 0.945000; 0.915500;, + 0.950100; 0.919400;, + 0.953100; 0.916400;, + 0.969200; 0.899900;, + 0.966100; 0.903200;, + 0.973900; 0.914200;, + 0.977800; 0.912100;, + 0.948300; 0.921100;, + 0.945800; 0.923500;, + 0.948300; 0.927300;, + 0.951400; 0.925700;, + 0.972200; 0.896700;, + 0.969200; 0.899900;, + 0.977800; 0.912100;, + 0.981700; 0.909900;, + 0.953100; 0.916400;, + 0.950100; 0.919400;, + 0.953700; 0.924600;, + 0.957400; 0.922700;, + 0.975200; 0.893300;, + 0.972200; 0.896700;, + 0.981700; 0.909900;, + 0.985500; 0.907600;, + 0.956600; 0.913000;, + 0.953100; 0.916400;, + 0.957400; 0.922700;, + 0.961700; 0.920600;, + 0.959800; 0.909700;, + 0.956600; 0.913000;, + 0.961700; 0.920600;, + 0.965900; 0.918500;, + 0.963000; 0.906400;, + 0.959800; 0.909700;, + 0.965900; 0.918500;, + 0.969900; 0.916400;, + 0.966100; 0.903200;, + 0.963000; 0.906400;, + 0.969900; 0.916400;, + 0.973900; 0.914200;, + 0.969900; 0.916400;, + 0.965900; 0.918500;, + 0.968900; 0.928600;, + 0.973400; 0.927900;, + 0.973900; 0.914200;, + 0.969900; 0.916400;, + 0.973400; 0.927900;, + 0.977800; 0.927000;, + 0.977800; 0.912100;, + 0.973900; 0.914200;, + 0.977800; 0.927000;, + 0.982200; 0.926200;, + 0.951400; 0.925700;, + 0.948300; 0.927300;, + 0.949600; 0.931500;, + 0.953000; 0.931000;, + 0.981700; 0.909900;, + 0.977800; 0.912100;, + 0.982200; 0.926200;, + 0.986600; 0.925300;, + 0.957400; 0.922700;, + 0.953700; 0.924600;, + 0.955500; 0.930700;, + 0.959600; 0.930100;, + 0.985500; 0.907600;, + 0.981700; 0.909900;, + 0.986600; 0.925300;, + 0.991000; 0.924400;, + 0.961700; 0.920600;, + 0.957400; 0.922700;, + 0.959600; 0.930100;, + 0.964200; 0.929400;, + 0.965900; 0.918500;, + 0.961700; 0.920600;, + 0.964200; 0.929400;, + 0.968900; 0.928600;, + 0.991000; 0.924400;, + 0.986600; 0.925300;, + 0.986600; 0.941500;, + 0.991100; 0.942000;, + 0.964200; 0.929400;, + 0.959600; 0.930100;, + 0.959400; 0.937800;, + 0.964100; 0.938600;, + 0.968900; 0.928600;, + 0.964200; 0.929400;, + 0.964100; 0.938600;, + 0.968700; 0.939200;, + 0.973400; 0.927900;, + 0.968900; 0.928600;, + 0.968700; 0.939200;, + 0.973200; 0.939800;, + 0.977800; 0.927000;, + 0.973400; 0.927900;, + 0.973200; 0.939800;, + 0.977700; 0.940400;, + 0.982200; 0.926200;, + 0.977800; 0.927000;, + 0.977700; 0.940400;, + 0.982200; 0.941000;, + 0.953000; 0.931000;, + 0.949600; 0.931500;, + 0.949400; 0.935900;, + 0.952800; 0.936600;, + 0.986600; 0.925300;, + 0.982200; 0.926200;, + 0.982200; 0.941000;, + 0.986600; 0.941500;, + 0.959600; 0.930100;, + 0.955500; 0.930700;, + 0.955300; 0.937000;, + 0.959400; 0.937800;, + 0.982200; 0.941000;, + 0.977700; 0.940400;, + 0.973400; 0.953200;, + 0.977500; 0.955100;, + 0.952800; 0.936600;, + 0.949400; 0.935900;, + 0.947900; 0.940000;, + 0.950900; 0.941800;, + 0.986600; 0.941500;, + 0.982200; 0.941000;, + 0.977500; 0.955100;, + 0.981500; 0.957000;, + 0.959400; 0.937800;, + 0.955300; 0.937000;, + 0.953100; 0.943000;, + 0.956800; 0.945000;, + 0.991100; 0.942000;, + 0.986600; 0.941500;, + 0.981500; 0.957000;, + 0.985600; 0.958800;, + 0.964100; 0.938600;, + 0.959400; 0.937800;, + 0.956800; 0.945000;, + 0.961100; 0.947200;, + 0.968700; 0.939200;, + 0.964100; 0.938600;, + 0.961100; 0.947200;, + 0.965300; 0.949300;, + 0.973200; 0.939800;, + 0.968700; 0.939200;, + 0.965300; 0.949300;, + 0.969400; 0.951300;, + 0.977700; 0.940400;, + 0.973200; 0.939800;, + 0.969400; 0.951300;, + 0.973400; 0.953200;, + 0.969400; 0.951300;, + 0.965300; 0.949300;, + 0.958900; 0.957800;, + 0.962100; 0.961000;, + 0.973400; 0.953200;, + 0.969400; 0.951300;, + 0.962100; 0.961000;, + 0.965400; 0.964100;, + 0.977500; 0.955100;, + 0.973400; 0.953200;, + 0.965400; 0.964100;, + 0.968600; 0.967100;, + 0.950900; 0.941800;, + 0.947900; 0.940000;, + 0.945200; 0.943800;, + 0.947500; 0.946200;, + 0.981500; 0.957000;, + 0.977500; 0.955100;, + 0.968600; 0.967100;, + 0.971900; 0.970200;, + 0.956800; 0.945000;, + 0.953100; 0.943000;, + 0.949200; 0.948000;, + 0.952200; 0.951100;, + 0.985600; 0.958800;, + 0.981500; 0.957000;, + 0.971900; 0.970200;, + 0.975200; 0.973100;, + 0.961100; 0.947200;, + 0.956800; 0.945000;, + 0.952200; 0.951100;, + 0.955600; 0.954600;, + 0.965300; 0.949300;, + 0.961100; 0.947200;, + 0.955600; 0.954600;, + 0.958900; 0.957800;, + 0.975200; 0.973100;, + 0.971900; 0.970200;, + 0.958700; 0.979700;, + 0.960900; 0.983500;, + 0.955600; 0.954600;, + 0.952200; 0.951100;, + 0.945900; 0.955400;, + 0.947900; 0.959800;, + 0.958900; 0.957800;, + 0.955600; 0.954600;, + 0.947900; 0.959800;, + 0.950100; 0.963900;, + 0.962100; 0.961000;, + 0.958900; 0.957800;, + 0.950100; 0.963900;, + 0.952200; 0.967900;, + 0.965400; 0.964100;, + 0.962100; 0.961000;, + 0.952200; 0.967900;, + 0.954300; 0.971900;, + 0.968600; 0.967100;, + 0.965400; 0.964100;, + 0.954300; 0.971900;, + 0.956500; 0.975800;, + 0.947500; 0.946200;, + 0.945200; 0.943800;, + 0.941300; 0.946300;, + 0.942900; 0.949400;, + 0.971900; 0.970200;, + 0.968600; 0.967100;, + 0.956500; 0.975800;, + 0.958700; 0.979700;, + 0.952200; 0.951100;, + 0.949200; 0.948000;, + 0.944000; 0.951600;, + 0.945900; 0.955400;, + 0.956500; 0.975800;, + 0.954300; 0.971900;, + 0.941500; 0.975800;, + 0.942300; 0.980300;, + 0.942900; 0.949400;, + 0.941300; 0.946300;, + 0.937100; 0.947600;, + 0.937600; 0.951000;, + 0.958700; 0.979700;, + 0.956500; 0.975800;, + 0.942300; 0.980300;, + 0.943200; 0.984600;, + 0.945900; 0.955400;, + 0.944000; 0.951600;, + 0.937900; 0.953500;, + 0.938500; 0.957500;, + 0.960900; 0.983500;, + 0.958700; 0.979700;, + 0.943200; 0.984600;, + 0.944100; 0.989000;, + 0.947900; 0.959800;, + 0.945900; 0.955400;, + 0.938500; 0.957500;, + 0.939100; 0.962200;, + 0.950100; 0.963900;, + 0.947900; 0.959800;, + 0.939100; 0.962200;, + 0.939900; 0.966900;, + 0.952200; 0.967900;, + 0.950100; 0.963900;, + 0.939900; 0.966900;, + 0.940700; 0.971400;, + 0.954300; 0.971900;, + 0.952200; 0.967900;, + 0.940700; 0.971400;, + 0.941500; 0.975800;, + 0.939900; 0.966900;, + 0.939100; 0.962200;, + 0.930000; 0.962100;, + 0.929300; 0.966700;, + 0.940700; 0.971400;, + 0.939900; 0.966900;, + 0.929300; 0.966700;, + 0.928600; 0.971200;, + 0.941500; 0.975800;, + 0.940700; 0.971400;, + 0.928600; 0.971200;, + 0.928000; 0.975700;, + 0.942300; 0.980300;, + 0.941500; 0.975800;, + 0.928000; 0.975700;, + 0.927400; 0.980100;, + 0.937600; 0.951000;, + 0.937100; 0.947600;, + 0.932700; 0.947300;, + 0.932000; 0.950800;, + 0.943200; 0.984600;, + 0.942300; 0.980300;, + 0.927400; 0.980100;, + 0.926900; 0.984600;, + 0.938500; 0.957500;, + 0.937900; 0.953500;, + 0.931600; 0.953300;, + 0.930800; 0.957400;, + 0.944100; 0.989000;, + 0.943200; 0.984600;, + 0.926900; 0.984600;, + 0.926400; 0.989000;, + 0.939100; 0.962200;, + 0.938500; 0.957500;, + 0.930800; 0.957400;, + 0.930000; 0.962100;, + 0.926900; 0.984600;, + 0.927400; 0.980100;, + 0.913300; 0.975400;, + 0.911400; 0.979400;, + 0.930800; 0.957400;, + 0.931600; 0.953300;, + 0.925600; 0.951100;, + 0.923600; 0.954800;, + 0.926400; 0.989000;, + 0.926900; 0.984600;, + 0.911400; 0.979400;, + 0.909600; 0.983500;, + 0.930000; 0.962100;, + 0.930800; 0.957400;, + 0.923600; 0.954800;, + 0.921400; 0.959100;, + 0.929300; 0.966700;, + 0.930000; 0.962100;, + 0.921400; 0.959100;, + 0.919300; 0.963200;, + 0.928600; 0.971200;, + 0.929300; 0.966700;, + 0.919300; 0.963200;, + 0.917200; 0.967300;, + 0.928000; 0.975700;, + 0.928600; 0.971200;, + 0.917200; 0.967300;, + 0.915200; 0.971400;, + 0.927400; 0.980100;, + 0.928000; 0.975700;, + 0.915200; 0.971400;, + 0.913300; 0.975400;, + 0.932000; 0.950800;, + 0.932700; 0.947300;, + 0.928600; 0.945900;, + 0.926800; 0.948900;, + 0.915200; 0.971400;, + 0.917200; 0.967300;, + 0.907500; 0.960100;, + 0.904400; 0.963300;, + 0.913300; 0.975400;, + 0.915200; 0.971400;, + 0.904400; 0.963300;, + 0.901300; 0.966500;, + 0.926800; 0.948900;, + 0.928600; 0.945900;, + 0.924900; 0.943100;, + 0.922400; 0.945500;, + 0.911400; 0.979400;, + 0.913300; 0.975400;, + 0.901300; 0.966500;, + 0.898300; 0.969800;, + 0.923600; 0.954800;, + 0.925600; 0.951100;, + 0.920600; 0.947200;, + 0.917500; 0.950200;, + 0.909600; 0.983500;, + 0.911400; 0.979400;, + 0.898300; 0.969800;, + 0.895200; 0.973100;, + 0.921400; 0.959100;, + 0.923600; 0.954800;, + 0.917500; 0.950200;, + 0.914000; 0.953600;, + 0.919300; 0.963200;, + 0.921400; 0.959100;, + 0.914000; 0.953600;, + 0.910700; 0.956800;, + 0.917200; 0.967300;, + 0.919300; 0.963200;, + 0.910700; 0.956800;, + 0.907500; 0.960100;, + 0.910700; 0.956800;, + 0.914000; 0.953600;, + 0.908900; 0.945900;, + 0.904800; 0.948000;, + 0.907500; 0.960100;, + 0.910700; 0.956800;, + 0.904800; 0.948000;, + 0.900600; 0.950100;, + 0.904400; 0.963300;, + 0.907500; 0.960100;, + 0.900600; 0.950100;, + 0.896600; 0.952200;, + 0.901300; 0.966500;, + 0.904400; 0.963300;, + 0.896600; 0.952200;, + 0.892700; 0.954300;, + 0.922400; 0.945500;, + 0.924900; 0.943100;, + 0.922300; 0.939300;, + 0.919200; 0.940900;, + 0.898300; 0.969800;, + 0.901300; 0.966500;, + 0.892700; 0.954300;, + 0.888800; 0.956500;, + 0.917500; 0.950200;, + 0.920600; 0.947200;, + 0.917000; 0.942000;, + 0.913300; 0.943900;, + 0.895200; 0.973100;, + 0.898300; 0.969800;, + 0.888800; 0.956500;, + 0.884900; 0.958700;, + 0.914000; 0.953600;, + 0.917500; 0.950200;, + 0.913300; 0.943900;, + 0.908900; 0.945900;, + 0.888800; 0.956500;, + 0.892700; 0.954300;, + 0.888300; 0.940100;, + 0.883900; 0.940900;, + 0.913300; 0.943900;, + 0.917000; 0.942000;, + 0.915200; 0.935900;, + 0.911100; 0.936500;, + 0.884900; 0.958700;, + 0.888800; 0.956500;, + 0.883900; 0.940900;, + 0.879500; 0.941800;, + 0.908900; 0.945900;, + 0.913300; 0.943900;, + 0.911100; 0.936500;, + 0.906400; 0.937200;, + 0.904800; 0.948000;, + 0.908900; 0.945900;, + 0.906400; 0.937200;, + 0.901800; 0.938000;, + 0.900600; 0.950100;, + 0.904800; 0.948000;, + 0.901800; 0.938000;, + 0.897200; 0.938600;, + 0.896600; 0.952200;, + 0.900600; 0.950100;, + 0.897200; 0.938600;, + 0.892800; 0.939300;, + 0.892700; 0.954300;, + 0.896600; 0.952200;, + 0.892800; 0.939300;, + 0.888300; 0.940100;, + 0.919200; 0.940900;, + 0.922300; 0.939300;, + 0.921100; 0.935000;, + 0.917600; 0.935600;, + 0.892800; 0.939300;, + 0.897200; 0.938600;, + 0.897500; 0.926600;, + 0.893000; 0.925900;, + 0.888300; 0.940100;, + 0.892800; 0.939300;, + 0.893000; 0.925900;, + 0.888500; 0.925300;, + 0.917600; 0.935600;, + 0.921100; 0.935000;, + 0.921300; 0.930700;, + 0.917800; 0.930000;, + 0.883900; 0.940900;, + 0.888300; 0.940100;, + 0.888500; 0.925300;, + 0.884100; 0.924700;, + 0.911100; 0.936500;, + 0.915200; 0.935900;, + 0.915400; 0.929500;, + 0.911300; 0.928800;, + 0.879500; 0.941800;, + 0.883900; 0.940900;, + 0.884100; 0.924700;, + 0.879600; 0.924200;, + 0.906400; 0.937200;, + 0.911100; 0.936500;, + 0.911300; 0.928800;, + 0.906500; 0.928000;, + 0.901800; 0.938000;, + 0.906400; 0.937200;, + 0.906500; 0.928000;, + 0.901900; 0.927300;, + 0.897200; 0.938600;, + 0.901800; 0.938000;, + 0.901900; 0.927300;, + 0.897500; 0.926600;, + 0.901900; 0.927300;, + 0.906500; 0.928000;, + 0.909500; 0.919400;, + 0.905400; 0.917300;, + 0.897500; 0.926600;, + 0.901900; 0.927300;, + 0.905400; 0.917300;, + 0.901300; 0.915200;, + 0.893000; 0.925900;, + 0.897500; 0.926600;, + 0.901300; 0.915200;, + 0.897300; 0.913200;, + 0.888500; 0.925300;, + 0.893000; 0.925900;, + 0.897300; 0.913200;, + 0.893300; 0.911300;, + 0.917800; 0.930000;, + 0.921300; 0.930700;, + 0.922800; 0.926600;, + 0.919700; 0.924800;, + 0.884100; 0.924700;, + 0.888500; 0.925300;, + 0.893300; 0.911300;, + 0.889200; 0.909400;, + 0.911300; 0.928800;, + 0.915400; 0.929500;, + 0.917500; 0.923600;, + 0.913800; 0.921600;, + 0.879600; 0.924200;, + 0.884100; 0.924700;, + 0.889200; 0.909400;, + 0.885100; 0.907500;, + 0.906500; 0.928000;, + 0.911300; 0.928800;, + 0.913800; 0.921600;, + 0.909500; 0.919400;, + 0.902100; 0.899400;, + 0.898800; 0.896300;, + 0.889200; 0.909400;, + 0.893300; 0.911300;, + 0.913800; 0.921600;, + 0.917500; 0.923600;, + 0.921400; 0.918600;, + 0.918500; 0.915500;, + 0.885100; 0.907500;, + 0.889200; 0.909400;, + 0.898800; 0.896300;, + 0.895500; 0.893300;, + 0.909500; 0.919400;, + 0.913800; 0.921600;, + 0.918500; 0.915500;, + 0.915100; 0.912000;, + 0.905400; 0.917300;, + 0.909500; 0.919400;, + 0.915100; 0.912000;, + 0.911800; 0.908700;, + 0.901300; 0.915200;, + 0.905400; 0.917300;, + 0.911800; 0.908700;, + 0.908600; 0.905600;, + 0.897300; 0.913200;, + 0.901300; 0.915200;, + 0.908600; 0.905600;, + 0.905300; 0.902400;, + 0.905300; 0.902400;, + 0.902100; 0.899400;, + 0.893300; 0.911300;, + 0.897300; 0.913200;, + 0.919700; 0.924800;, + 0.922800; 0.926600;, + 0.925500; 0.922800;, + 0.923100; 0.920400;, + 0.941500; 0.935400;, + 0.945600; 0.935500;, + 0.945800; 0.931700;, + 0.941600; 0.931600;, + 0.940800; 0.939200;, + 0.944700; 0.939100;, + 0.945600; 0.935500;, + 0.941500; 0.935400;, + 0.937500; 0.923000;, + 0.937400; 0.927200;, + 0.941200; 0.927800;, + 0.941100; 0.923900;, + 0.930200; 0.923500;, + 0.929800; 0.927400;, + 0.933600; 0.927000;, + 0.933800; 0.922800;, + 0.933800; 0.922800;, + 0.933600; 0.927000;, + 0.937400; 0.927200;, + 0.937500; 0.923000;, + 0.944700; 0.939100;, + 0.940800; 0.939200;, + 0.940500; 0.943100;, + 0.943400; 0.941900;, + 0.929600; 0.942700;, + 0.929400; 0.938800;, + 0.925600; 0.938500;, + 0.926800; 0.941400;, + 0.925900; 0.927500;, + 0.929800; 0.927400;, + 0.930200; 0.923500;, + 0.927300; 0.924700;, + 0.929200; 0.931200;, + 0.929800; 0.927400;, + 0.925900; 0.927500;, + 0.925000; 0.931100;, + 0.929100; 0.935000;, + 0.929200; 0.931200;, + 0.925000; 0.931100;, + 0.924800; 0.934900;, + 0.929100; 0.935000;, + 0.924800; 0.934900;, + 0.925600; 0.938500;, + 0.929400; 0.938800;, + 0.929100; 0.935000;, + 0.929400; 0.938800;, + 0.933200; 0.939400;, + 0.933200; 0.935300;, + 0.929200; 0.931200;, + 0.929100; 0.935000;, + 0.933200; 0.935300;, + 0.933400; 0.931200;, + 0.929800; 0.927400;, + 0.929200; 0.931200;, + 0.933400; 0.931200;, + 0.933600; 0.927000;, + 0.933600; 0.927000;, + 0.933400; 0.931200;, + 0.937400; 0.931300;, + 0.937400; 0.927200;, + 0.933400; 0.931200;, + 0.933200; 0.935300;, + 0.937300; 0.935400;, + 0.937400; 0.931300;, + 0.933200; 0.935300;, + 0.933200; 0.939400;, + 0.937100; 0.939600;, + 0.937300; 0.935400;, + 0.937300; 0.935400;, + 0.937100; 0.939600;, + 0.940800; 0.939200;, + 0.941500; 0.935400;, + 0.937400; 0.931300;, + 0.937300; 0.935400;, + 0.941500; 0.935400;, + 0.941600; 0.931600;, + 0.937400; 0.927200;, + 0.937400; 0.931300;, + 0.941600; 0.931600;, + 0.941200; 0.927800;, + 0.941100; 0.923900;, + 0.941200; 0.927800;, + 0.945100; 0.928100;, + 0.943900; 0.925200;, + 0.929400; 0.938800;, + 0.929600; 0.942700;, + 0.933100; 0.943600;, + 0.933200; 0.939400;, + 0.937100; 0.939600;, + 0.936900; 0.943800;, + 0.940500; 0.943100;, + 0.940800; 0.939200;, + 0.933200; 0.939400;, + 0.933100; 0.943600;, + 0.936900; 0.943800;, + 0.937100; 0.939600;, + 0.925000; 0.931100;, + 0.921300; 0.930700;, + 0.921100; 0.935000;, + 0.924800; 0.934900;, + 0.925900; 0.927500;, + 0.922800; 0.926600;, + 0.921300; 0.930700;, + 0.925000; 0.931100;, + 0.927300; 0.924700;, + 0.925500; 0.922800;, + 0.922800; 0.926600;, + 0.925900; 0.927500;, + 0.925500; 0.922800;, + 0.927300; 0.924700;, + 0.930200; 0.923500;, + 0.929400; 0.920300;, + 0.933800; 0.922800;, + 0.933600; 0.919000;, + 0.929400; 0.920300;, + 0.930200; 0.923500;, + 0.933600; 0.919000;, + 0.933800; 0.922800;, + 0.937500; 0.923000;, + 0.937900; 0.919300;, + 0.941100; 0.923900;, + 0.942100; 0.920700;, + 0.937900; 0.919300;, + 0.937500; 0.923000;, + 0.943900; 0.925200;, + 0.945800; 0.923500;, + 0.942100; 0.920700;, + 0.941100; 0.923900;, + 0.924800; 0.934900;, + 0.921100; 0.935000;, + 0.922300; 0.939300;, + 0.925600; 0.938500;, + 0.925600; 0.938500;, + 0.922300; 0.939300;, + 0.924900; 0.943100;, + 0.926800; 0.941400;, + 0.926800; 0.941400;, + 0.924900; 0.943100;, + 0.928600; 0.945900;, + 0.929600; 0.942700;, + 0.929600; 0.942700;, + 0.928600; 0.945900;, + 0.932700; 0.947300;, + 0.933100; 0.943600;, + 0.933100; 0.943600;, + 0.932700; 0.947300;, + 0.937100; 0.947600;, + 0.936900; 0.943800;, + 0.936900; 0.943800;, + 0.937100; 0.947600;, + 0.941300; 0.946300;, + 0.940500; 0.943100;, + 0.940500; 0.943100;, + 0.941300; 0.946300;, + 0.945200; 0.943800;, + 0.943400; 0.941900;, + 0.943400; 0.941900;, + 0.945200; 0.943800;, + 0.947900; 0.940000;, + 0.944700; 0.939100;, + 0.949400; 0.935900;, + 0.945600; 0.935500;, + 0.944700; 0.939100;, + 0.947900; 0.940000;, + 0.945600; 0.935500;, + 0.949400; 0.935900;, + 0.949600; 0.931500;, + 0.945800; 0.931700;, + 0.945800; 0.931700;, + 0.949600; 0.931500;, + 0.948300; 0.927300;, + 0.945100; 0.928100;, + 0.945800; 0.923500;, + 0.943900; 0.925200;, + 0.945100; 0.928100;, + 0.948300; 0.927300;, + 0.941600; 0.931600;, + 0.945800; 0.931700;, + 0.945100; 0.928100;, + 0.941200; 0.927800;, + 0.921400; 0.918600;, + 0.923100; 0.920400;, + 0.927700; 0.917200;, + 0.926600; 0.915000;, + 0.926600; 0.915000;, + 0.927700; 0.917200;, + 0.933100; 0.915600;, + 0.932700; 0.913100;, + 0.932700; 0.913100;, + 0.933100; 0.915600;, + 0.938600; 0.915800;, + 0.939100; 0.913400;, + 0.939100; 0.913400;, + 0.938600; 0.915800;, + 0.943800; 0.917700;, + 0.945000; 0.915500;, + 0.945000; 0.915500;, + 0.943800; 0.917700;, + 0.948300; 0.921100;, + 0.950100; 0.919400;, + 0.950100; 0.919400;, + 0.948300; 0.921100;, + 0.951400; 0.925700;, + 0.953700; 0.924600;, + 0.953700; 0.924600;, + 0.951400; 0.925700;, + 0.953000; 0.931000;, + 0.955500; 0.930700;, + 0.955500; 0.930700;, + 0.953000; 0.931000;, + 0.952800; 0.936600;, + 0.955300; 0.937000;, + 0.955300; 0.937000;, + 0.952800; 0.936600;, + 0.950900; 0.941800;, + 0.953100; 0.943000;, + 0.953100; 0.943000;, + 0.950900; 0.941800;, + 0.947500; 0.946200;, + 0.949200; 0.948000;, + 0.949200; 0.948000;, + 0.947500; 0.946200;, + 0.942900; 0.949400;, + 0.944000; 0.951600;, + 0.944000; 0.951600;, + 0.942900; 0.949400;, + 0.937600; 0.951000;, + 0.937900; 0.953500;, + 0.937900; 0.953500;, + 0.937600; 0.951000;, + 0.932000; 0.950800;, + 0.931600; 0.953300;, + 0.931600; 0.953300;, + 0.932000; 0.950800;, + 0.926800; 0.948900;, + 0.925600; 0.951100;, + 0.925600; 0.951100;, + 0.926800; 0.948900;, + 0.922400; 0.945500;, + 0.920600; 0.947200;, + 0.920600; 0.947200;, + 0.922400; 0.945500;, + 0.919200; 0.940900;, + 0.917000; 0.942000;, + 0.917000; 0.942000;, + 0.919200; 0.940900;, + 0.917600; 0.935600;, + 0.915200; 0.935900;, + 0.915200; 0.935900;, + 0.917600; 0.935600;, + 0.917800; 0.930000;, + 0.915400; 0.929500;, + 0.915400; 0.929500;, + 0.917800; 0.930000;, + 0.919700; 0.924800;, + 0.917500; 0.923600;, + 0.917500; 0.923600;, + 0.919700; 0.924800;, + 0.923100; 0.920400;, + 0.921400; 0.918600;, + 0.047200; 0.730800;, + 0.054700; 0.730100;, + 0.056700; 0.657500;, + 0.050300; 0.656000;, + 0.227800; 0.709200;, + 0.246600; 0.707700;, + 0.247300; 0.694800;, + 0.228400; 0.689800;, + 0.041700; 0.731800;, + 0.047200; 0.730800;, + 0.050300; 0.656000;, + 0.045000; 0.655400;, + 0.186900; 0.713200;, + 0.206900; 0.711200;, + 0.207600; 0.684800;, + 0.187700; 0.681000;, + 0.036900; 0.732700;, + 0.041700; 0.731800;, + 0.045000; 0.655400;, + 0.036200; 0.654400;, + 0.095200; 0.724900;, + 0.131600; 0.719500;, + 0.133600; 0.669800;, + 0.097500; 0.664700;, + 0.064400; 0.728700;, + 0.095200; 0.724900;, + 0.097500; 0.664700;, + 0.066900; 0.659500;, + 0.060800; 0.729700;, + 0.064400; 0.728700;, + 0.066900; 0.659500;, + 0.061700; 0.659600;, + 0.054700; 0.730100;, + 0.060800; 0.729700;, + 0.061700; 0.659600;, + 0.056700; 0.657500;, + 0.066900; 0.659500;, + 0.097500; 0.664700;, + 0.118600; 0.607300;, + 0.090300; 0.593200;, + 0.061700; 0.659600;, + 0.066900; 0.659500;, + 0.090300; 0.593200;, + 0.085200; 0.591900;, + 0.056700; 0.657500;, + 0.061700; 0.659600;, + 0.085200; 0.591900;, + 0.079600; 0.588500;, + 0.050300; 0.656000;, + 0.056700; 0.657500;, + 0.079600; 0.588500;, + 0.074900; 0.585800;, + 0.228400; 0.689800;, + 0.247300; 0.694800;, + 0.252700; 0.680000;, + 0.235800; 0.669700;, + 0.045000; 0.655400;, + 0.050300; 0.656000;, + 0.074900; 0.585800;, + 0.068800; 0.583300;, + 0.187700; 0.681000;, + 0.207600; 0.684800;, + 0.217200; 0.659200;, + 0.199900; 0.649400;, + 0.036200; 0.654400;, + 0.045000; 0.655400;, + 0.068800; 0.583300;, + 0.064200; 0.581000;, + 0.097500; 0.664700;, + 0.133600; 0.669800;, + 0.150700; 0.623500;, + 0.118600; 0.607300;, + 0.235800; 0.669700;, + 0.252700; 0.680000;, + 0.264000; 0.670700;, + 0.247800; 0.654200;, + 0.068800; 0.583300;, + 0.074900; 0.585800;, + 0.120100; 0.524100;, + 0.115300; 0.519800;, + 0.199900; 0.649400;, + 0.217200; 0.659200;, + 0.233900; 0.638600;, + 0.220400; 0.624000;, + 0.064200; 0.581000;, + 0.068800; 0.583300;, + 0.115300; 0.519800;, + 0.108900; 0.515400;, + 0.118600; 0.607300;, + 0.150700; 0.623500;, + 0.182400; 0.583900;, + 0.156600; 0.559200;, + 0.090300; 0.593200;, + 0.118600; 0.607300;, + 0.156600; 0.559200;, + 0.133900; 0.536600;, + 0.085200; 0.591900;, + 0.090300; 0.593200;, + 0.133900; 0.536600;, + 0.129300; 0.533100;, + 0.079600; 0.588500;, + 0.085200; 0.591900;, + 0.129300; 0.533100;, + 0.125700; 0.528600;, + 0.074900; 0.585800;, + 0.079600; 0.588500;, + 0.125700; 0.528600;, + 0.120100; 0.524100;, + 0.129300; 0.533100;, + 0.133900; 0.536600;, + 0.193300; 0.496300;, + 0.190100; 0.491400;, + 0.125700; 0.528600;, + 0.129300; 0.533100;, + 0.190100; 0.491400;, + 0.186800; 0.486200;, + 0.120100; 0.524100;, + 0.125700; 0.528600;, + 0.186800; 0.486200;, + 0.182800; 0.478400;, + 0.247800; 0.654200;, + 0.264000; 0.670700;, + 0.275300; 0.662700;, + 0.266300; 0.642100;, + 0.115300; 0.519800;, + 0.120100; 0.524100;, + 0.182800; 0.478400;, + 0.179100; 0.472900;, + 0.220400; 0.624000;, + 0.233900; 0.638600;, + 0.257000; 0.623100;, + 0.248700; 0.605000;, + 0.108900; 0.515400;, + 0.115300; 0.519800;, + 0.179100; 0.472900;, + 0.174300; 0.463900;, + 0.156600; 0.559200;, + 0.182400; 0.583900;, + 0.223700; 0.556400;, + 0.207400; 0.525200;, + 0.133900; 0.536600;, + 0.156600; 0.559200;, + 0.207400; 0.525200;, + 0.193300; 0.496300;, + 0.174300; 0.463900;, + 0.179100; 0.472900;, + 0.256500; 0.447000;, + 0.255200; 0.440600;, + 0.207400; 0.525200;, + 0.223700; 0.556400;, + 0.272700; 0.541600;, + 0.266800; 0.506700;, + 0.193300; 0.496300;, + 0.207400; 0.525200;, + 0.266800; 0.506700;, + 0.262900; 0.475000;, + 0.190100; 0.491400;, + 0.193300; 0.496300;, + 0.262900; 0.475000;, + 0.261500; 0.469500;, + 0.186800; 0.486200;, + 0.190100; 0.491400;, + 0.261500; 0.469500;, + 0.259600; 0.461600;, + 0.182800; 0.478400;, + 0.186800; 0.486200;, + 0.259600; 0.461600;, + 0.258300; 0.454700;, + 0.266300; 0.642100;, + 0.275300; 0.662700;, + 0.287700; 0.655500;, + 0.285400; 0.636700;, + 0.179100; 0.472900;, + 0.182800; 0.478400;, + 0.258300; 0.454700;, + 0.256500; 0.447000;, + 0.248700; 0.605000;, + 0.257000; 0.623100;, + 0.283000; 0.615800;, + 0.280400; 0.595800;, + 0.258300; 0.454700;, + 0.259600; 0.461600;, + 0.337100; 0.463600;, + 0.338000; 0.454600;, + 0.285400; 0.636700;, + 0.287700; 0.655500;, + 0.301400; 0.659100;, + 0.305400; 0.636900;, + 0.256500; 0.447000;, + 0.258300; 0.454700;, + 0.338000; 0.454600;, + 0.338300; 0.447400;, + 0.280400; 0.595800;, + 0.283000; 0.615800;, + 0.309800; 0.616200;, + 0.313500; 0.596200;, + 0.255200; 0.440600;, + 0.256500; 0.447000;, + 0.338300; 0.447400;, + 0.338200; 0.439200;, + 0.266800; 0.506700;, + 0.272700; 0.541600;, + 0.323700; 0.542800;, + 0.329200; 0.507600;, + 0.262900; 0.475000;, + 0.266800; 0.506700;, + 0.329200; 0.507600;, + 0.335400; 0.477500;, + 0.261500; 0.469500;, + 0.262900; 0.475000;, + 0.335400; 0.477500;, + 0.336100; 0.471300;, + 0.259600; 0.461600;, + 0.261500; 0.469500;, + 0.336100; 0.471300;, + 0.337100; 0.463600;, + 0.336100; 0.471300;, + 0.335400; 0.477500;, + 0.403500; 0.498600;, + 0.406500; 0.493800;, + 0.337100; 0.463600;, + 0.336100; 0.471300;, + 0.406500; 0.493800;, + 0.409500; 0.487000;, + 0.338000; 0.454600;, + 0.337100; 0.463600;, + 0.409500; 0.487000;, + 0.413100; 0.479800;, + 0.305400; 0.636900;, + 0.301400; 0.659100;, + 0.314600; 0.664000;, + 0.326200; 0.643700;, + 0.338300; 0.447400;, + 0.338000; 0.454600;, + 0.413100; 0.479800;, + 0.415500; 0.472100;, + 0.313500; 0.596200;, + 0.309800; 0.616200;, + 0.336100; 0.624600;, + 0.345500; 0.606900;, + 0.338200; 0.439200;, + 0.338300; 0.447400;, + 0.415500; 0.472100;, + 0.418900; 0.463500;, + 0.329200; 0.507600;, + 0.323700; 0.542800;, + 0.371200; 0.558100;, + 0.388600; 0.526800;, + 0.335400; 0.477500;, + 0.329200; 0.507600;, + 0.388600; 0.526800;, + 0.403500; 0.498600;, + 0.418900; 0.463500;, + 0.415500; 0.472100;, + 0.482500; 0.520800;, + 0.488700; 0.512500;, + 0.388600; 0.526800;, + 0.371200; 0.558100;, + 0.412400; 0.588000;, + 0.439500; 0.563200;, + 0.403500; 0.498600;, + 0.388600; 0.526800;, + 0.439500; 0.563200;, + 0.462900; 0.541300;, + 0.406500; 0.493800;, + 0.403500; 0.498600;, + 0.462900; 0.541300;, + 0.467000; 0.537300;, + 0.409500; 0.487000;, + 0.406500; 0.493800;, + 0.467000; 0.537300;, + 0.472100; 0.532500;, + 0.413100; 0.479800;, + 0.409500; 0.487000;, + 0.472100; 0.532500;, + 0.477400; 0.527100;, + 0.326200; 0.643700;, + 0.314600; 0.664000;, + 0.328000; 0.669800;, + 0.342200; 0.655600;, + 0.415500; 0.472100;, + 0.413100; 0.479800;, + 0.477400; 0.527100;, + 0.482500; 0.520800;, + 0.345500; 0.606900;, + 0.336100; 0.624600;, + 0.357400; 0.640400;, + 0.371900; 0.626400;, + 0.477400; 0.527100;, + 0.472100; 0.532500;, + 0.515400; 0.594000;, + 0.522700; 0.591200;, + 0.342200; 0.655600;, + 0.328000; 0.669800;, + 0.337200; 0.682900;, + 0.354300; 0.673200;, + 0.482500; 0.520800;, + 0.477400; 0.527100;, + 0.522700; 0.591200;, + 0.529100; 0.587000;, + 0.371900; 0.626400;, + 0.357400; 0.640400;, + 0.373300; 0.662800;, + 0.391800; 0.653800;, + 0.488700; 0.512500;, + 0.482500; 0.520800;, + 0.529100; 0.587000;, + 0.540200; 0.581600;, + 0.439500; 0.563200;, + 0.412400; 0.588000;, + 0.442000; 0.628500;, + 0.476400; 0.613400;, + 0.462900; 0.541300;, + 0.439500; 0.563200;, + 0.476400; 0.613400;, + 0.504400; 0.599300;, + 0.467000; 0.537300;, + 0.462900; 0.541300;, + 0.504400; 0.599300;, + 0.510700; 0.597000;, + 0.472100; 0.532500;, + 0.467000; 0.537300;, + 0.510700; 0.597000;, + 0.515400; 0.594000;, + 0.510700; 0.597000;, + 0.504400; 0.599300;, + 0.525800; 0.667500;, + 0.531200; 0.667700;, + 0.515400; 0.594000;, + 0.510700; 0.597000;, + 0.531200; 0.667700;, + 0.538500; 0.666500;, + 0.522700; 0.591200;, + 0.515400; 0.594000;, + 0.538500; 0.666500;, + 0.545100; 0.666000;, + 0.354300; 0.673200;, + 0.337200; 0.682900;, + 0.341300; 0.695000;, + 0.360000; 0.691800;, + 0.529100; 0.587000;, + 0.522700; 0.591200;, + 0.545100; 0.666000;, + 0.554300; 0.664600;, + 0.391800; 0.653800;, + 0.373300; 0.662800;, + 0.381000; 0.688300;, + 0.401000; 0.685100;, + 0.540200; 0.581600;, + 0.529100; 0.587000;, + 0.554300; 0.664600;, + 0.561200; 0.664200;, + 0.476400; 0.613400;, + 0.442000; 0.628500;, + 0.457100; 0.676600;, + 0.493300; 0.671900;, + 0.504400; 0.599300;, + 0.476400; 0.613400;, + 0.493300; 0.671900;, + 0.525800; 0.667500;, + 0.561200; 0.664200;, + 0.554300; 0.664600;, + 0.551500; 0.745400;, + 0.561200; 0.746500;, + 0.493300; 0.671900;, + 0.457100; 0.676600;, + 0.455500; 0.727400;, + 0.493300; 0.733800;, + 0.525800; 0.667500;, + 0.493300; 0.671900;, + 0.493300; 0.733800;, + 0.525100; 0.740200;, + 0.531200; 0.667700;, + 0.525800; 0.667500;, + 0.525100; 0.740200;, + 0.531400; 0.741500;, + 0.538500; 0.666500;, + 0.531200; 0.667700;, + 0.531400; 0.741500;, + 0.537600; 0.743100;, + 0.545100; 0.666000;, + 0.538500; 0.666500;, + 0.537600; 0.743100;, + 0.545300; 0.744000;, + 0.360000; 0.691800;, + 0.341300; 0.695000;, + 0.340400; 0.708100;, + 0.359400; 0.711400;, + 0.554300; 0.664600;, + 0.545100; 0.666000;, + 0.545300; 0.744000;, + 0.551500; 0.745400;, + 0.401000; 0.685100;, + 0.381000; 0.688300;, + 0.380300; 0.714900;, + 0.400400; 0.718000;, + 0.545300; 0.744000;, + 0.537600; 0.743100;, + 0.511500; 0.814600;, + 0.518600; 0.818700;, + 0.359400; 0.711400;, + 0.340400; 0.708100;, + 0.334700; 0.722700;, + 0.352100; 0.731500;, + 0.551500; 0.745400;, + 0.545300; 0.744000;, + 0.518600; 0.818700;, + 0.525300; 0.822400;, + 0.400400; 0.718000;, + 0.380300; 0.714900;, + 0.370900; 0.740700;, + 0.388700; 0.749200;, + 0.561200; 0.746500;, + 0.551500; 0.745400;, + 0.525300; 0.822400;, + 0.537100; 0.829100;, + 0.493300; 0.733800;, + 0.455500; 0.727400;, + 0.437600; 0.774100;, + 0.470900; 0.792300;, + 0.525100; 0.740200;, + 0.493300; 0.733800;, + 0.470900; 0.792300;, + 0.499800; 0.807600;, + 0.531400; 0.741500;, + 0.525100; 0.740200;, + 0.499800; 0.807600;, + 0.505300; 0.811200;, + 0.537600; 0.743100;, + 0.531400; 0.741500;, + 0.505300; 0.811200;, + 0.511500; 0.814600;, + 0.499800; 0.807600;, + 0.470900; 0.792300;, + 0.431200; 0.841900;, + 0.453700; 0.865700;, + 0.505300; 0.811200;, + 0.499800; 0.807600;, + 0.453700; 0.865700;, + 0.458300; 0.870700;, + 0.511500; 0.814600;, + 0.505300; 0.811200;, + 0.458300; 0.870700;, + 0.463100; 0.875800;, + 0.518600; 0.818700;, + 0.511500; 0.814600;, + 0.463100; 0.875800;, + 0.469200; 0.883000;, + 0.352100; 0.731500;, + 0.334700; 0.722700;, + 0.323600; 0.732200;, + 0.339700; 0.747200;, + 0.525300; 0.822400;, + 0.518600; 0.818700;, + 0.469200; 0.883000;, + 0.474900; 0.890200;, + 0.388700; 0.749200;, + 0.370900; 0.740700;, + 0.354400; 0.761500;, + 0.368300; 0.775300;, + 0.537100; 0.829100;, + 0.525300; 0.822400;, + 0.474900; 0.890200;, + 0.481300; 0.898300;, + 0.470900; 0.792300;, + 0.437600; 0.774100;, + 0.405800; 0.813900;, + 0.431200; 0.841900;, + 0.474900; 0.890200;, + 0.469200; 0.883000;, + 0.403200; 0.929200;, + 0.406000; 0.936100;, + 0.368300; 0.775300;, + 0.354400; 0.761500;, + 0.331000; 0.776900;, + 0.339800; 0.794300;, + 0.481300; 0.898300;, + 0.474900; 0.890200;, + 0.406000; 0.936100;, + 0.409300; 0.943900;, + 0.431200; 0.841900;, + 0.405800; 0.813900;, + 0.363900; 0.842800;, + 0.378500; 0.876800;, + 0.453700; 0.865700;, + 0.431200; 0.841900;, + 0.378500; 0.876800;, + 0.392900; 0.906000;, + 0.458300; 0.870700;, + 0.453700; 0.865700;, + 0.392900; 0.906000;, + 0.396100; 0.913100;, + 0.463100; 0.875800;, + 0.458300; 0.870700;, + 0.396100; 0.913100;, + 0.399800; 0.920600;, + 0.469200; 0.883000;, + 0.463100; 0.875800;, + 0.399800; 0.920600;, + 0.403200; 0.929200;, + 0.339700; 0.747200;, + 0.323600; 0.732200;, + 0.312200; 0.740200;, + 0.321400; 0.759100;, + 0.399800; 0.920600;, + 0.396100; 0.913100;, + 0.322600; 0.932500;, + 0.323400; 0.940800;, + 0.403200; 0.929200;, + 0.399800; 0.920600;, + 0.323400; 0.940800;, + 0.324200; 0.949800;, + 0.321400; 0.759100;, + 0.312200; 0.740200;, + 0.299700; 0.746700;, + 0.302200; 0.764400;, + 0.406000; 0.936100;, + 0.403200; 0.929200;, + 0.324200; 0.949800;, + 0.324800; 0.958900;, + 0.339800; 0.794300;, + 0.331000; 0.776900;, + 0.305100; 0.784300;, + 0.307700; 0.803100;, + 0.409300; 0.943900;, + 0.406000; 0.936100;, + 0.324800; 0.958900;, + 0.326100; 0.972100;, + 0.378500; 0.876800;, + 0.363900; 0.842800;, + 0.314000; 0.856000;, + 0.317700; 0.892800;, + 0.392900; 0.906000;, + 0.378500; 0.876800;, + 0.317700; 0.892800;, + 0.321800; 0.925500;, + 0.396100; 0.913100;, + 0.392900; 0.906000;, + 0.321800; 0.925500;, + 0.322600; 0.932500;, + 0.321800; 0.925500;, + 0.317700; 0.892800;, + 0.254800; 0.891900;, + 0.247900; 0.924100;, + 0.322600; 0.932500;, + 0.321800; 0.925500;, + 0.247900; 0.924100;, + 0.246600; 0.931300;, + 0.323400; 0.940800;, + 0.322600; 0.932500;, + 0.246600; 0.931300;, + 0.245000; 0.938400;, + 0.324200; 0.949800;, + 0.323400; 0.940800;, + 0.245000; 0.938400;, + 0.243100; 0.947100;, + 0.302200; 0.764400;, + 0.299700; 0.746700;, + 0.285900; 0.743600;, + 0.282400; 0.764000;, + 0.324800; 0.958900;, + 0.324200; 0.949800;, + 0.243100; 0.947100;, + 0.240700; 0.953700;, + 0.307700; 0.803100;, + 0.305100; 0.784300;, + 0.278000; 0.783700;, + 0.274400; 0.802600;, + 0.326100; 0.972100;, + 0.324800; 0.958900;, + 0.240700; 0.953700;, + 0.237600; 0.964500;, + 0.317700; 0.892800;, + 0.314000; 0.856000;, + 0.262600; 0.855200;, + 0.254800; 0.891900;, + 0.240700; 0.953700;, + 0.243100; 0.947100;, + 0.169800; 0.917100;, + 0.164800; 0.924400;, + 0.274400; 0.802600;, + 0.278000; 0.783700;, + 0.251500; 0.774700;, + 0.242000; 0.791300;, + 0.237600; 0.964500;, + 0.240700; 0.953700;, + 0.164800; 0.924400;, + 0.158700; 0.931900;, + 0.254800; 0.891900;, + 0.262600; 0.855200;, + 0.215100; 0.838500;, + 0.196400; 0.870600;, + 0.247900; 0.924100;, + 0.254800; 0.891900;, + 0.196400; 0.870600;, + 0.180300; 0.897800;, + 0.246600; 0.931300;, + 0.247900; 0.924100;, + 0.180300; 0.897800;, + 0.177000; 0.903800;, + 0.245000; 0.938400;, + 0.246600; 0.931300;, + 0.177000; 0.903800;, + 0.173900; 0.910400;, + 0.243100; 0.947100;, + 0.245000; 0.938400;, + 0.173900; 0.910400;, + 0.169800; 0.917100;, + 0.282400; 0.764000;, + 0.285900; 0.743600;, + 0.273000; 0.738900;, + 0.261300; 0.757300;, + 0.173900; 0.910400;, + 0.177000; 0.903800;, + 0.119700; 0.856900;, + 0.114500; 0.862000;, + 0.169800; 0.917100;, + 0.173900; 0.910400;, + 0.114500; 0.862000;, + 0.108300; 0.867900;, + 0.261300; 0.757300;, + 0.273000; 0.738900;, + 0.259900; 0.732400;, + 0.245800; 0.745100;, + 0.164800; 0.924400;, + 0.169800; 0.917100;, + 0.108300; 0.867900;, + 0.102900; 0.871200;, + 0.242000; 0.791300;, + 0.251500; 0.774700;, + 0.230100; 0.758700;, + 0.215500; 0.771600;, + 0.158700; 0.931900;, + 0.164800; 0.924400;, + 0.102900; 0.871200;, + 0.095700; 0.876100;, + 0.196400; 0.870600;, + 0.215100; 0.838500;, + 0.174100; 0.807800;, + 0.147200; 0.832800;, + 0.180300; 0.897800;, + 0.196400; 0.870600;, + 0.147200; 0.832800;, + 0.123700; 0.853600;, + 0.177000; 0.903800;, + 0.180300; 0.897800;, + 0.123700; 0.853600;, + 0.119700; 0.856900;, + 0.123700; 0.853600;, + 0.147200; 0.832800;, + 0.112400; 0.783400;, + 0.084100; 0.796000;, + 0.119700; 0.856900;, + 0.123700; 0.853600;, + 0.084100; 0.796000;, + 0.078400; 0.798100;, + 0.114500; 0.862000;, + 0.119700; 0.856900;, + 0.078400; 0.798100;, + 0.073400; 0.801000;, + 0.108300; 0.867900;, + 0.114500; 0.862000;, + 0.073400; 0.801000;, + 0.066500; 0.803600;, + 0.245800; 0.745100;, + 0.259900; 0.732400;, + 0.250600; 0.719900;, + 0.233300; 0.727900;, + 0.102900; 0.871200;, + 0.108300; 0.867900;, + 0.066500; 0.803600;, + 0.062100; 0.805300;, + 0.215500; 0.771600;, + 0.230100; 0.758700;, + 0.214200; 0.736400;, + 0.195800; 0.744200;, + 0.095700; 0.876100;, + 0.102900; 0.871200;, + 0.062100; 0.805300;, + 0.055200; 0.807100;, + 0.147200; 0.832800;, + 0.174100; 0.807800;, + 0.145500; 0.767500;, + 0.112400; 0.783400;, + 0.062100; 0.805300;, + 0.066500; 0.803600;, + 0.047200; 0.730800;, + 0.041700; 0.731800;, + 0.195800; 0.744200;, + 0.214200; 0.736400;, + 0.206900; 0.711200;, + 0.186900; 0.713200;, + 0.055200; 0.807100;, + 0.062100; 0.805300;, + 0.041700; 0.731800;, + 0.036900; 0.732700;, + 0.112400; 0.783400;, + 0.145500; 0.767500;, + 0.131600; 0.719500;, + 0.095200; 0.724900;, + 0.084100; 0.796000;, + 0.112400; 0.783400;, + 0.095200; 0.724900;, + 0.064400; 0.728700;, + 0.078400; 0.798100;, + 0.084100; 0.796000;, + 0.064400; 0.728700;, + 0.060800; 0.729700;, + 0.073400; 0.801000;, + 0.078400; 0.798100;, + 0.060800; 0.729700;, + 0.054700; 0.730100;, + 0.066500; 0.803600;, + 0.073400; 0.801000;, + 0.054700; 0.730100;, + 0.047200; 0.730800;, + 0.233300; 0.727900;, + 0.250600; 0.719900;, + 0.246600; 0.707700;, + 0.227800; 0.709200;, + 0.308100; 0.692400;, + 0.315500; 0.683200;, + 0.306600; 0.676600;, + 0.299700; 0.686200;, + 0.316300; 0.698900;, + 0.323000; 0.690800;, + 0.315500; 0.683200;, + 0.308100; 0.692400;, + 0.275000; 0.680800;, + 0.284300; 0.688100;, + 0.291000; 0.680400;, + 0.282800; 0.673600;, + 0.263100; 0.698900;, + 0.271700; 0.704700;, + 0.277700; 0.696500;, + 0.268100; 0.689400;, + 0.268100; 0.689400;, + 0.277700; 0.696500;, + 0.284300; 0.688100;, + 0.275000; 0.680800;, + 0.323000; 0.690800;, + 0.316300; 0.698900;, + 0.324800; 0.704800;, + 0.328000; 0.697100;, + 0.304900; 0.729900;, + 0.296700; 0.723500;, + 0.290400; 0.731600;, + 0.298100; 0.734600;, + 0.264900; 0.712600;, + 0.271700; 0.704700;, + 0.263100; 0.698900;, + 0.259900; 0.706100;, + 0.279700; 0.711300;, + 0.271700; 0.704700;, + 0.264900; 0.712600;, + 0.272200; 0.720300;, + 0.288200; 0.717500;, + 0.279700; 0.711300;, + 0.272200; 0.720300;, + 0.281100; 0.726900;, + 0.288200; 0.717500;, + 0.281100; 0.726900;, + 0.290400; 0.731600;, + 0.296700; 0.723500;, + 0.288200; 0.717500;, + 0.296700; 0.723500;, + 0.303600; 0.715500;, + 0.294800; 0.709300;, + 0.279700; 0.711300;, + 0.288200; 0.717500;, + 0.294800; 0.709300;, + 0.286300; 0.702900;, + 0.271700; 0.704700;, + 0.279700; 0.711300;, + 0.286300; 0.702900;, + 0.277700; 0.696500;, + 0.277700; 0.696500;, + 0.286300; 0.702900;, + 0.292900; 0.694700;, + 0.284300; 0.688100;, + 0.286300; 0.702900;, + 0.294800; 0.709300;, + 0.301500; 0.700900;, + 0.292900; 0.694700;, + 0.294800; 0.709300;, + 0.303600; 0.715500;, + 0.310100; 0.707300;, + 0.301500; 0.700900;, + 0.301500; 0.700900;, + 0.310100; 0.707300;, + 0.316300; 0.698900;, + 0.308100; 0.692400;, + 0.292900; 0.694700;, + 0.301500; 0.700900;, + 0.308100; 0.692400;, + 0.299700; 0.686200;, + 0.284300; 0.688100;, + 0.292900; 0.694700;, + 0.299700; 0.686200;, + 0.291000; 0.680400;, + 0.282800; 0.673600;, + 0.291000; 0.680400;, + 0.297200; 0.671800;, + 0.289500; 0.668500;, + 0.296700; 0.723500;, + 0.304900; 0.729900;, + 0.312600; 0.722700;, + 0.303600; 0.715500;, + 0.310100; 0.707300;, + 0.319500; 0.714100;, + 0.324800; 0.704800;, + 0.316300; 0.698900;, + 0.303600; 0.715500;, + 0.312600; 0.722700;, + 0.319500; 0.714100;, + 0.310100; 0.707300;, + 0.272200; 0.720300;, + 0.259900; 0.732400;, + 0.273000; 0.738900;, + 0.281100; 0.726900;, + 0.264900; 0.712600;, + 0.250600; 0.719900;, + 0.259900; 0.732400;, + 0.272200; 0.720300;, + 0.259900; 0.706100;, + 0.246600; 0.707700;, + 0.250600; 0.719900;, + 0.264900; 0.712600;, + 0.246600; 0.707700;, + 0.259900; 0.706100;, + 0.263100; 0.698900;, + 0.247300; 0.694800;, + 0.268100; 0.689400;, + 0.252700; 0.680000;, + 0.247300; 0.694800;, + 0.263100; 0.698900;, + 0.252700; 0.680000;, + 0.268100; 0.689400;, + 0.275000; 0.680800;, + 0.264000; 0.670700;, + 0.282800; 0.673600;, + 0.275300; 0.662700;, + 0.264000; 0.670700;, + 0.275000; 0.680800;, + 0.289500; 0.668500;, + 0.287700; 0.655500;, + 0.275300; 0.662700;, + 0.282800; 0.673600;, + 0.281100; 0.726900;, + 0.273000; 0.738900;, + 0.285900; 0.743600;, + 0.290400; 0.731600;, + 0.290400; 0.731600;, + 0.285900; 0.743600;, + 0.299700; 0.746700;, + 0.298100; 0.734600;, + 0.298100; 0.734600;, + 0.299700; 0.746700;, + 0.312200; 0.740200;, + 0.304900; 0.729900;, + 0.304900; 0.729900;, + 0.312200; 0.740200;, + 0.323600; 0.732200;, + 0.312600; 0.722700;, + 0.312600; 0.722700;, + 0.323600; 0.732200;, + 0.334700; 0.722700;, + 0.319500; 0.714100;, + 0.319500; 0.714100;, + 0.334700; 0.722700;, + 0.340400; 0.708100;, + 0.324800; 0.704800;, + 0.324800; 0.704800;, + 0.340400; 0.708100;, + 0.341300; 0.695000;, + 0.328000; 0.697100;, + 0.328000; 0.697100;, + 0.341300; 0.695000;, + 0.337200; 0.682900;, + 0.323000; 0.690800;, + 0.328000; 0.669800;, + 0.315500; 0.683200;, + 0.323000; 0.690800;, + 0.337200; 0.682900;, + 0.315500; 0.683200;, + 0.328000; 0.669800;, + 0.314600; 0.664000;, + 0.306600; 0.676600;, + 0.306600; 0.676600;, + 0.314600; 0.664000;, + 0.301400; 0.659100;, + 0.297200; 0.671800;, + 0.287700; 0.655500;, + 0.289500; 0.668500;, + 0.297200; 0.671800;, + 0.301400; 0.659100;, + 0.299700; 0.686200;, + 0.306600; 0.676600;, + 0.297200; 0.671800;, + 0.291000; 0.680400;, + 0.206900; 0.711200;, + 0.227800; 0.709200;, + 0.228400; 0.689800;, + 0.207600; 0.684800;, + 0.207600; 0.684800;, + 0.228400; 0.689800;, + 0.235800; 0.669700;, + 0.217200; 0.659200;, + 0.217200; 0.659200;, + 0.235800; 0.669700;, + 0.247800; 0.654200;, + 0.233900; 0.638600;, + 0.233900; 0.638600;, + 0.247800; 0.654200;, + 0.266300; 0.642100;, + 0.257000; 0.623100;, + 0.257000; 0.623100;, + 0.266300; 0.642100;, + 0.285400; 0.636700;, + 0.283000; 0.615800;, + 0.283000; 0.615800;, + 0.285400; 0.636700;, + 0.305400; 0.636900;, + 0.309800; 0.616200;, + 0.309800; 0.616200;, + 0.305400; 0.636900;, + 0.326200; 0.643700;, + 0.336100; 0.624600;, + 0.336100; 0.624600;, + 0.326200; 0.643700;, + 0.342200; 0.655600;, + 0.357400; 0.640400;, + 0.357400; 0.640400;, + 0.342200; 0.655600;, + 0.354300; 0.673200;, + 0.373300; 0.662800;, + 0.373300; 0.662800;, + 0.354300; 0.673200;, + 0.360000; 0.691800;, + 0.381000; 0.688300;, + 0.381000; 0.688300;, + 0.360000; 0.691800;, + 0.359400; 0.711400;, + 0.380300; 0.714900;, + 0.380300; 0.714900;, + 0.359400; 0.711400;, + 0.352100; 0.731500;, + 0.370900; 0.740700;, + 0.370900; 0.740700;, + 0.352100; 0.731500;, + 0.339700; 0.747200;, + 0.354400; 0.761500;, + 0.354400; 0.761500;, + 0.339700; 0.747200;, + 0.321400; 0.759100;, + 0.331000; 0.776900;, + 0.331000; 0.776900;, + 0.321400; 0.759100;, + 0.302200; 0.764400;, + 0.305100; 0.784300;, + 0.305100; 0.784300;, + 0.302200; 0.764400;, + 0.282400; 0.764000;, + 0.278000; 0.783700;, + 0.278000; 0.783700;, + 0.282400; 0.764000;, + 0.261300; 0.757300;, + 0.251500; 0.774700;, + 0.251500; 0.774700;, + 0.261300; 0.757300;, + 0.245800; 0.745100;, + 0.230100; 0.758700;, + 0.230100; 0.758700;, + 0.245800; 0.745100;, + 0.233300; 0.727900;, + 0.214200; 0.736400;, + 0.214200; 0.736400;, + 0.233300; 0.727900;, + 0.227800; 0.709200;, + 0.206900; 0.711200;, + 0.131600; 0.719500;, + 0.186900; 0.713200;, + 0.187700; 0.681000;, + 0.133600; 0.669800;, + 0.133600; 0.669800;, + 0.187700; 0.681000;, + 0.199900; 0.649400;, + 0.150700; 0.623500;, + 0.150700; 0.623500;, + 0.199900; 0.649400;, + 0.220400; 0.624000;, + 0.182400; 0.583900;, + 0.182400; 0.583900;, + 0.220400; 0.624000;, + 0.248700; 0.605000;, + 0.223700; 0.556400;, + 0.223700; 0.556400;, + 0.248700; 0.605000;, + 0.280400; 0.595800;, + 0.272700; 0.541600;, + 0.272700; 0.541600;, + 0.280400; 0.595800;, + 0.313500; 0.596200;, + 0.323700; 0.542800;, + 0.323700; 0.542800;, + 0.313500; 0.596200;, + 0.345500; 0.606900;, + 0.371200; 0.558100;, + 0.371200; 0.558100;, + 0.345500; 0.606900;, + 0.371900; 0.626400;, + 0.412400; 0.588000;, + 0.412400; 0.588000;, + 0.371900; 0.626400;, + 0.391800; 0.653800;, + 0.442000; 0.628500;, + 0.442000; 0.628500;, + 0.391800; 0.653800;, + 0.401000; 0.685100;, + 0.457100; 0.676600;, + 0.457100; 0.676600;, + 0.401000; 0.685100;, + 0.400400; 0.718000;, + 0.455500; 0.727400;, + 0.455500; 0.727400;, + 0.400400; 0.718000;, + 0.388700; 0.749200;, + 0.437600; 0.774100;, + 0.437600; 0.774100;, + 0.388700; 0.749200;, + 0.368300; 0.775300;, + 0.405800; 0.813900;, + 0.405800; 0.813900;, + 0.368300; 0.775300;, + 0.339800; 0.794300;, + 0.363900; 0.842800;, + 0.363900; 0.842800;, + 0.339800; 0.794300;, + 0.307700; 0.803100;, + 0.314000; 0.856000;, + 0.314000; 0.856000;, + 0.307700; 0.803100;, + 0.274400; 0.802600;, + 0.262600; 0.855200;, + 0.262600; 0.855200;, + 0.274400; 0.802600;, + 0.242000; 0.791300;, + 0.215100; 0.838500;, + 0.215100; 0.838500;, + 0.242000; 0.791300;, + 0.215500; 0.771600;, + 0.174100; 0.807800;, + 0.174100; 0.807800;, + 0.215500; 0.771600;, + 0.195800; 0.744200;, + 0.145500; 0.767500;, + 0.145500; 0.767500;, + 0.195800; 0.744200;, + 0.186900; 0.713200;, + 0.131600; 0.719500;, + 0.902100; 0.899400;, + 0.914200; 0.890800;, + 0.916400; 0.894700;, + 0.905300; 0.902400;, + 0.923100; 0.920400;, + 0.927700; 0.917200;, + 0.929400; 0.920300;, + 0.925500; 0.922800;, + 0.898800; 0.896300;, + 0.912000; 0.886900;, + 0.914200; 0.890800;, + 0.902100; 0.899400;, + 0.918500; 0.915500;, + 0.924800; 0.911200;, + 0.926600; 0.915000;, + 0.921400; 0.918600;, + 0.895500; 0.893300;, + 0.909800; 0.883000;, + 0.912000; 0.886900;, + 0.898800; 0.896300;, + 0.915100; 0.912000;, + 0.922700; 0.906900;, + 0.924800; 0.911200;, + 0.918500; 0.915500;, + 0.911800; 0.908700;, + 0.920600; 0.902700;, + 0.922700; 0.906900;, + 0.915100; 0.912000;, + 0.908600; 0.905600;, + 0.918500; 0.898700;, + 0.920600; 0.902700;, + 0.911800; 0.908700;, + 0.905300; 0.902400;, + 0.916400; 0.894700;, + 0.918500; 0.898700;, + 0.908600; 0.905600;, + 0.920600; 0.902700;, + 0.930700; 0.899800;, + 0.931500; 0.904400;, + 0.922700; 0.906900;, + 0.918500; 0.898700;, + 0.930000; 0.895200;, + 0.930700; 0.899800;, + 0.920600; 0.902700;, + 0.916400; 0.894700;, + 0.929200; 0.890800;, + 0.930000; 0.895200;, + 0.918500; 0.898700;, + 0.914200; 0.890800;, + 0.928300; 0.886300;, + 0.929200; 0.890800;, + 0.916400; 0.894700;, + 0.927700; 0.917200;, + 0.933100; 0.915600;, + 0.933600; 0.919000;, + 0.929400; 0.920300;, + 0.912000; 0.886900;, + 0.927500; 0.881900;, + 0.928300; 0.886300;, + 0.914200; 0.890800;, + 0.924800; 0.911200;, + 0.932200; 0.909100;, + 0.932700; 0.913100;, + 0.926600; 0.915000;, + 0.909800; 0.883000;, + 0.926500; 0.877500;, + 0.927500; 0.881900;, + 0.912000; 0.886900;, + 0.922700; 0.906900;, + 0.931500; 0.904400;, + 0.932200; 0.909100;, + 0.924800; 0.911200;, + 0.933100; 0.915600;, + 0.938600; 0.915800;, + 0.937900; 0.919300;, + 0.933600; 0.919000;, + 0.927500; 0.881900;, + 0.943600; 0.882000;, + 0.943100; 0.886500;, + 0.928300; 0.886300;, + 0.932200; 0.909100;, + 0.939800; 0.909300;, + 0.939100; 0.913400;, + 0.932700; 0.913100;, + 0.926500; 0.877500;, + 0.944100; 0.877500;, + 0.943600; 0.882000;, + 0.927500; 0.881900;, + 0.931500; 0.904400;, + 0.940600; 0.904500;, + 0.939800; 0.909300;, + 0.932200; 0.909100;, + 0.930700; 0.899800;, + 0.941300; 0.899900;, + 0.940600; 0.904500;, + 0.931500; 0.904400;, + 0.930000; 0.895200;, + 0.941900; 0.895400;, + 0.941300; 0.899900;, + 0.930700; 0.899800;, + 0.929200; 0.890800;, + 0.942500; 0.890900;, + 0.941900; 0.895400;, + 0.930000; 0.895200;, + 0.928300; 0.886300;, + 0.943100; 0.886500;, + 0.942500; 0.890900;, + 0.929200; 0.890800;, + 0.941900; 0.895400;, + 0.953300; 0.899200;, + 0.951300; 0.903300;, + 0.941300; 0.899900;, + 0.942500; 0.890900;, + 0.955300; 0.895200;, + 0.953300; 0.899200;, + 0.941900; 0.895400;, + 0.943100; 0.886500;, + 0.957200; 0.891100;, + 0.955300; 0.895200;, + 0.942500; 0.890900;, + 0.938600; 0.915800;, + 0.943800; 0.917700;, + 0.942100; 0.920700;, + 0.937900; 0.919300;, + 0.943600; 0.882000;, + 0.959100; 0.887100;, + 0.957200; 0.891100;, + 0.943100; 0.886500;, + 0.939800; 0.909300;, + 0.947000; 0.911800;, + 0.945000; 0.915500;, + 0.939100; 0.913400;, + 0.944100; 0.877500;, + 0.960900; 0.883000;, + 0.959100; 0.887100;, + 0.943600; 0.882000;, + 0.940600; 0.904500;, + 0.949200; 0.907500;, + 0.947000; 0.911800;, + 0.939800; 0.909300;, + 0.941300; 0.899900;, + 0.951300; 0.903300;, + 0.949200; 0.907500;, + 0.940600; 0.904500;, + 0.960900; 0.883000;, + 0.975200; 0.893300;, + 0.972200; 0.896700;, + 0.959100; 0.887100;, + 0.949200; 0.907500;, + 0.956600; 0.913000;, + 0.953100; 0.916400;, + 0.947000; 0.911800;, + 0.951300; 0.903300;, + 0.959800; 0.909700;, + 0.956600; 0.913000;, + 0.949200; 0.907500;, + 0.953300; 0.899200;, + 0.963000; 0.906400;, + 0.959800; 0.909700;, + 0.951300; 0.903300;, + 0.955300; 0.895200;, + 0.966100; 0.903200;, + 0.963000; 0.906400;, + 0.953300; 0.899200;, + 0.957200; 0.891100;, + 0.969200; 0.899900;, + 0.966100; 0.903200;, + 0.955300; 0.895200;, + 0.943800; 0.917700;, + 0.948300; 0.921100;, + 0.945800; 0.923500;, + 0.942100; 0.920700;, + 0.959100; 0.887100;, + 0.972200; 0.896700;, + 0.969200; 0.899900;, + 0.957200; 0.891100;, + 0.947000; 0.911800;, + 0.953100; 0.916400;, + 0.950100; 0.919400;, + 0.945000; 0.915500;, + 0.969200; 0.899900;, + 0.977800; 0.912100;, + 0.973900; 0.914200;, + 0.966100; 0.903200;, + 0.948300; 0.921100;, + 0.951400; 0.925700;, + 0.948300; 0.927300;, + 0.945800; 0.923500;, + 0.972200; 0.896700;, + 0.981700; 0.909900;, + 0.977800; 0.912100;, + 0.969200; 0.899900;, + 0.953100; 0.916400;, + 0.957400; 0.922700;, + 0.953700; 0.924600;, + 0.950100; 0.919400;, + 0.975200; 0.893300;, + 0.985500; 0.907600;, + 0.981700; 0.909900;, + 0.972200; 0.896700;, + 0.956600; 0.913000;, + 0.961700; 0.920600;, + 0.957400; 0.922700;, + 0.953100; 0.916400;, + 0.959800; 0.909700;, + 0.965900; 0.918500;, + 0.961700; 0.920600;, + 0.956600; 0.913000;, + 0.963000; 0.906400;, + 0.969900; 0.916400;, + 0.965900; 0.918500;, + 0.959800; 0.909700;, + 0.966100; 0.903200;, + 0.973900; 0.914200;, + 0.969900; 0.916400;, + 0.963000; 0.906400;, + 0.969900; 0.916400;, + 0.973400; 0.927900;, + 0.968900; 0.928600;, + 0.965900; 0.918500;, + 0.973900; 0.914200;, + 0.977800; 0.927000;, + 0.973400; 0.927900;, + 0.969900; 0.916400;, + 0.977800; 0.912100;, + 0.982200; 0.926200;, + 0.977800; 0.927000;, + 0.973900; 0.914200;, + 0.951400; 0.925700;, + 0.953000; 0.931000;, + 0.949600; 0.931500;, + 0.948300; 0.927300;, + 0.981700; 0.909900;, + 0.986600; 0.925300;, + 0.982200; 0.926200;, + 0.977800; 0.912100;, + 0.957400; 0.922700;, + 0.959600; 0.930100;, + 0.955500; 0.930700;, + 0.953700; 0.924600;, + 0.985500; 0.907600;, + 0.991000; 0.924400;, + 0.986600; 0.925300;, + 0.981700; 0.909900;, + 0.961700; 0.920600;, + 0.964200; 0.929400;, + 0.959600; 0.930100;, + 0.957400; 0.922700;, + 0.965900; 0.918500;, + 0.968900; 0.928600;, + 0.964200; 0.929400;, + 0.961700; 0.920600;, + 0.991000; 0.924400;, + 0.991100; 0.942000;, + 0.986600; 0.941500;, + 0.986600; 0.925300;, + 0.964200; 0.929400;, + 0.964100; 0.938600;, + 0.959400; 0.937800;, + 0.959600; 0.930100;, + 0.968900; 0.928600;, + 0.968700; 0.939200;, + 0.964100; 0.938600;, + 0.964200; 0.929400;, + 0.973400; 0.927900;, + 0.973200; 0.939800;, + 0.968700; 0.939200;, + 0.968900; 0.928600;, + 0.977800; 0.927000;, + 0.977700; 0.940400;, + 0.973200; 0.939800;, + 0.973400; 0.927900;, + 0.982200; 0.926200;, + 0.982200; 0.941000;, + 0.977700; 0.940400;, + 0.977800; 0.927000;, + 0.953000; 0.931000;, + 0.952800; 0.936600;, + 0.949400; 0.935900;, + 0.949600; 0.931500;, + 0.986600; 0.925300;, + 0.986600; 0.941500;, + 0.982200; 0.941000;, + 0.982200; 0.926200;, + 0.959600; 0.930100;, + 0.959400; 0.937800;, + 0.955300; 0.937000;, + 0.955500; 0.930700;, + 0.982200; 0.941000;, + 0.977500; 0.955100;, + 0.973400; 0.953200;, + 0.977700; 0.940400;, + 0.952800; 0.936600;, + 0.950900; 0.941800;, + 0.947900; 0.940000;, + 0.949400; 0.935900;, + 0.986600; 0.941500;, + 0.981500; 0.957000;, + 0.977500; 0.955100;, + 0.982200; 0.941000;, + 0.959400; 0.937800;, + 0.956800; 0.945000;, + 0.953100; 0.943000;, + 0.955300; 0.937000;, + 0.991100; 0.942000;, + 0.985600; 0.958800;, + 0.981500; 0.957000;, + 0.986600; 0.941500;, + 0.964100; 0.938600;, + 0.961100; 0.947200;, + 0.956800; 0.945000;, + 0.959400; 0.937800;, + 0.968700; 0.939200;, + 0.965300; 0.949300;, + 0.961100; 0.947200;, + 0.964100; 0.938600;, + 0.973200; 0.939800;, + 0.969400; 0.951300;, + 0.965300; 0.949300;, + 0.968700; 0.939200;, + 0.977700; 0.940400;, + 0.973400; 0.953200;, + 0.969400; 0.951300;, + 0.973200; 0.939800;, + 0.969400; 0.951300;, + 0.962100; 0.961000;, + 0.958900; 0.957800;, + 0.965300; 0.949300;, + 0.973400; 0.953200;, + 0.965400; 0.964100;, + 0.962100; 0.961000;, + 0.969400; 0.951300;, + 0.977500; 0.955100;, + 0.968600; 0.967100;, + 0.965400; 0.964100;, + 0.973400; 0.953200;, + 0.950900; 0.941800;, + 0.947500; 0.946200;, + 0.945200; 0.943800;, + 0.947900; 0.940000;, + 0.981500; 0.957000;, + 0.971900; 0.970200;, + 0.968600; 0.967100;, + 0.977500; 0.955100;, + 0.956800; 0.945000;, + 0.952200; 0.951100;, + 0.949200; 0.948000;, + 0.953100; 0.943000;, + 0.985600; 0.958800;, + 0.975200; 0.973100;, + 0.971900; 0.970200;, + 0.981500; 0.957000;, + 0.961100; 0.947200;, + 0.955600; 0.954600;, + 0.952200; 0.951100;, + 0.956800; 0.945000;, + 0.965300; 0.949300;, + 0.958900; 0.957800;, + 0.955600; 0.954600;, + 0.961100; 0.947200;, + 0.975200; 0.973100;, + 0.960900; 0.983500;, + 0.958700; 0.979700;, + 0.971900; 0.970200;, + 0.955600; 0.954600;, + 0.947900; 0.959800;, + 0.945900; 0.955400;, + 0.952200; 0.951100;, + 0.958900; 0.957800;, + 0.950100; 0.963900;, + 0.947900; 0.959800;, + 0.955600; 0.954600;, + 0.962100; 0.961000;, + 0.952200; 0.967900;, + 0.950100; 0.963900;, + 0.958900; 0.957800;, + 0.965400; 0.964100;, + 0.954300; 0.971900;, + 0.952200; 0.967900;, + 0.962100; 0.961000;, + 0.968600; 0.967100;, + 0.956500; 0.975800;, + 0.954300; 0.971900;, + 0.965400; 0.964100;, + 0.947500; 0.946200;, + 0.942900; 0.949400;, + 0.941300; 0.946300;, + 0.945200; 0.943800;, + 0.971900; 0.970200;, + 0.958700; 0.979700;, + 0.956500; 0.975800;, + 0.968600; 0.967100;, + 0.952200; 0.951100;, + 0.945900; 0.955400;, + 0.944000; 0.951600;, + 0.949200; 0.948000;, + 0.956500; 0.975800;, + 0.942300; 0.980300;, + 0.941500; 0.975800;, + 0.954300; 0.971900;, + 0.942900; 0.949400;, + 0.937600; 0.951000;, + 0.937100; 0.947600;, + 0.941300; 0.946300;, + 0.958700; 0.979700;, + 0.943200; 0.984600;, + 0.942300; 0.980300;, + 0.956500; 0.975800;, + 0.945900; 0.955400;, + 0.938500; 0.957500;, + 0.937900; 0.953500;, + 0.944000; 0.951600;, + 0.960900; 0.983500;, + 0.944100; 0.989000;, + 0.943200; 0.984600;, + 0.958700; 0.979700;, + 0.947900; 0.959800;, + 0.939100; 0.962200;, + 0.938500; 0.957500;, + 0.945900; 0.955400;, + 0.950100; 0.963900;, + 0.939900; 0.966900;, + 0.939100; 0.962200;, + 0.947900; 0.959800;, + 0.952200; 0.967900;, + 0.940700; 0.971400;, + 0.939900; 0.966900;, + 0.950100; 0.963900;, + 0.954300; 0.971900;, + 0.941500; 0.975800;, + 0.940700; 0.971400;, + 0.952200; 0.967900;, + 0.939900; 0.966900;, + 0.929300; 0.966700;, + 0.930000; 0.962100;, + 0.939100; 0.962200;, + 0.940700; 0.971400;, + 0.928600; 0.971200;, + 0.929300; 0.966700;, + 0.939900; 0.966900;, + 0.941500; 0.975800;, + 0.928000; 0.975700;, + 0.928600; 0.971200;, + 0.940700; 0.971400;, + 0.942300; 0.980300;, + 0.927400; 0.980100;, + 0.928000; 0.975700;, + 0.941500; 0.975800;, + 0.937600; 0.951000;, + 0.932000; 0.950800;, + 0.932700; 0.947300;, + 0.937100; 0.947600;, + 0.943200; 0.984600;, + 0.926900; 0.984600;, + 0.927400; 0.980100;, + 0.942300; 0.980300;, + 0.938500; 0.957500;, + 0.930800; 0.957400;, + 0.931600; 0.953300;, + 0.937900; 0.953500;, + 0.944100; 0.989000;, + 0.926400; 0.989000;, + 0.926900; 0.984600;, + 0.943200; 0.984600;, + 0.939100; 0.962200;, + 0.930000; 0.962100;, + 0.930800; 0.957400;, + 0.938500; 0.957500;, + 0.926900; 0.984600;, + 0.911400; 0.979400;, + 0.913300; 0.975400;, + 0.927400; 0.980100;, + 0.930800; 0.957400;, + 0.923600; 0.954800;, + 0.925600; 0.951100;, + 0.931600; 0.953300;, + 0.926400; 0.989000;, + 0.909600; 0.983500;, + 0.911400; 0.979400;, + 0.926900; 0.984600;, + 0.930000; 0.962100;, + 0.921400; 0.959100;, + 0.923600; 0.954800;, + 0.930800; 0.957400;, + 0.929300; 0.966700;, + 0.919300; 0.963200;, + 0.921400; 0.959100;, + 0.930000; 0.962100;, + 0.928600; 0.971200;, + 0.917200; 0.967300;, + 0.919300; 0.963200;, + 0.929300; 0.966700;, + 0.928000; 0.975700;, + 0.915200; 0.971400;, + 0.917200; 0.967300;, + 0.928600; 0.971200;, + 0.927400; 0.980100;, + 0.913300; 0.975400;, + 0.915200; 0.971400;, + 0.928000; 0.975700;, + 0.932000; 0.950800;, + 0.926800; 0.948900;, + 0.928600; 0.945900;, + 0.932700; 0.947300;, + 0.915200; 0.971400;, + 0.904400; 0.963300;, + 0.907500; 0.960100;, + 0.917200; 0.967300;, + 0.913300; 0.975400;, + 0.901300; 0.966500;, + 0.904400; 0.963300;, + 0.915200; 0.971400;, + 0.926800; 0.948900;, + 0.922400; 0.945500;, + 0.924900; 0.943100;, + 0.928600; 0.945900;, + 0.911400; 0.979400;, + 0.898300; 0.969800;, + 0.901300; 0.966500;, + 0.913300; 0.975400;, + 0.923600; 0.954800;, + 0.917500; 0.950200;, + 0.920600; 0.947200;, + 0.925600; 0.951100;, + 0.909600; 0.983500;, + 0.895200; 0.973100;, + 0.898300; 0.969800;, + 0.911400; 0.979400;, + 0.921400; 0.959100;, + 0.914000; 0.953600;, + 0.917500; 0.950200;, + 0.923600; 0.954800;, + 0.919300; 0.963200;, + 0.910700; 0.956800;, + 0.914000; 0.953600;, + 0.921400; 0.959100;, + 0.917200; 0.967300;, + 0.907500; 0.960100;, + 0.910700; 0.956800;, + 0.919300; 0.963200;, + 0.910700; 0.956800;, + 0.904800; 0.948000;, + 0.908900; 0.945900;, + 0.914000; 0.953600;, + 0.907500; 0.960100;, + 0.900600; 0.950100;, + 0.904800; 0.948000;, + 0.910700; 0.956800;, + 0.904400; 0.963300;, + 0.896600; 0.952200;, + 0.900600; 0.950100;, + 0.907500; 0.960100;, + 0.901300; 0.966500;, + 0.892700; 0.954300;, + 0.896600; 0.952200;, + 0.904400; 0.963300;, + 0.922400; 0.945500;, + 0.919200; 0.940900;, + 0.922300; 0.939300;, + 0.924900; 0.943100;, + 0.898300; 0.969800;, + 0.888800; 0.956500;, + 0.892700; 0.954300;, + 0.901300; 0.966500;, + 0.917500; 0.950200;, + 0.913300; 0.943900;, + 0.917000; 0.942000;, + 0.920600; 0.947200;, + 0.895200; 0.973100;, + 0.884900; 0.958700;, + 0.888800; 0.956500;, + 0.898300; 0.969800;, + 0.914000; 0.953600;, + 0.908900; 0.945900;, + 0.913300; 0.943900;, + 0.917500; 0.950200;, + 0.888800; 0.956500;, + 0.883900; 0.940900;, + 0.888300; 0.940100;, + 0.892700; 0.954300;, + 0.913300; 0.943900;, + 0.911100; 0.936500;, + 0.915200; 0.935900;, + 0.917000; 0.942000;, + 0.884900; 0.958700;, + 0.879500; 0.941800;, + 0.883900; 0.940900;, + 0.888800; 0.956500;, + 0.908900; 0.945900;, + 0.906400; 0.937200;, + 0.911100; 0.936500;, + 0.913300; 0.943900;, + 0.904800; 0.948000;, + 0.901800; 0.938000;, + 0.906400; 0.937200;, + 0.908900; 0.945900;, + 0.900600; 0.950100;, + 0.897200; 0.938600;, + 0.901800; 0.938000;, + 0.904800; 0.948000;, + 0.896600; 0.952200;, + 0.892800; 0.939300;, + 0.897200; 0.938600;, + 0.900600; 0.950100;, + 0.892700; 0.954300;, + 0.888300; 0.940100;, + 0.892800; 0.939300;, + 0.896600; 0.952200;, + 0.919200; 0.940900;, + 0.917600; 0.935600;, + 0.921100; 0.935000;, + 0.922300; 0.939300;, + 0.892800; 0.939300;, + 0.893000; 0.925900;, + 0.897500; 0.926600;, + 0.897200; 0.938600;, + 0.888300; 0.940100;, + 0.888500; 0.925300;, + 0.893000; 0.925900;, + 0.892800; 0.939300;, + 0.917600; 0.935600;, + 0.917800; 0.930000;, + 0.921300; 0.930700;, + 0.921100; 0.935000;, + 0.883900; 0.940900;, + 0.884100; 0.924700;, + 0.888500; 0.925300;, + 0.888300; 0.940100;, + 0.911100; 0.936500;, + 0.911300; 0.928800;, + 0.915400; 0.929500;, + 0.915200; 0.935900;, + 0.879500; 0.941800;, + 0.879600; 0.924200;, + 0.884100; 0.924700;, + 0.883900; 0.940900;, + 0.906400; 0.937200;, + 0.906500; 0.928000;, + 0.911300; 0.928800;, + 0.911100; 0.936500;, + 0.901800; 0.938000;, + 0.901900; 0.927300;, + 0.906500; 0.928000;, + 0.906400; 0.937200;, + 0.897200; 0.938600;, + 0.897500; 0.926600;, + 0.901900; 0.927300;, + 0.901800; 0.938000;, + 0.901900; 0.927300;, + 0.905400; 0.917300;, + 0.909500; 0.919400;, + 0.906500; 0.928000;, + 0.897500; 0.926600;, + 0.901300; 0.915200;, + 0.905400; 0.917300;, + 0.901900; 0.927300;, + 0.893000; 0.925900;, + 0.897300; 0.913200;, + 0.901300; 0.915200;, + 0.897500; 0.926600;, + 0.888500; 0.925300;, + 0.893300; 0.911300;, + 0.897300; 0.913200;, + 0.893000; 0.925900;, + 0.917800; 0.930000;, + 0.919700; 0.924800;, + 0.922800; 0.926600;, + 0.921300; 0.930700;, + 0.884100; 0.924700;, + 0.889200; 0.909400;, + 0.893300; 0.911300;, + 0.888500; 0.925300;, + 0.911300; 0.928800;, + 0.913800; 0.921600;, + 0.917500; 0.923600;, + 0.915400; 0.929500;, + 0.879600; 0.924200;, + 0.885100; 0.907500;, + 0.889200; 0.909400;, + 0.884100; 0.924700;, + 0.906500; 0.928000;, + 0.909500; 0.919400;, + 0.913800; 0.921600;, + 0.911300; 0.928800;, + 0.889200; 0.909400;, + 0.898800; 0.896300;, + 0.902100; 0.899400;, + 0.893300; 0.911300;, + 0.913800; 0.921600;, + 0.918500; 0.915500;, + 0.921400; 0.918600;, + 0.917500; 0.923600;, + 0.885100; 0.907500;, + 0.895500; 0.893300;, + 0.898800; 0.896300;, + 0.889200; 0.909400;, + 0.909500; 0.919400;, + 0.915100; 0.912000;, + 0.918500; 0.915500;, + 0.913800; 0.921600;, + 0.905400; 0.917300;, + 0.911800; 0.908700;, + 0.915100; 0.912000;, + 0.909500; 0.919400;, + 0.901300; 0.915200;, + 0.908600; 0.905600;, + 0.911800; 0.908700;, + 0.905400; 0.917300;, + 0.897300; 0.913200;, + 0.905300; 0.902400;, + 0.908600; 0.905600;, + 0.901300; 0.915200;, + 0.893300; 0.911300;, + 0.902100; 0.899400;, + 0.905300; 0.902400;, + 0.897300; 0.913200;, + 0.919700; 0.924800;, + 0.923100; 0.920400;, + 0.925500; 0.922800;, + 0.922800; 0.926600;, + 0.941500; 0.935400;, + 0.941600; 0.931600;, + 0.945800; 0.931700;, + 0.945600; 0.935500;, + 0.940800; 0.939200;, + 0.941500; 0.935400;, + 0.945600; 0.935500;, + 0.944700; 0.939100;, + 0.937500; 0.923000;, + 0.941100; 0.923900;, + 0.941200; 0.927800;, + 0.937400; 0.927200;, + 0.930200; 0.923500;, + 0.933800; 0.922800;, + 0.933600; 0.927000;, + 0.929800; 0.927400;, + 0.933800; 0.922800;, + 0.937500; 0.923000;, + 0.937400; 0.927200;, + 0.933600; 0.927000;, + 0.944700; 0.939100;, + 0.943400; 0.941900;, + 0.940500; 0.943100;, + 0.940800; 0.939200;, + 0.929600; 0.942700;, + 0.926800; 0.941400;, + 0.925600; 0.938500;, + 0.929400; 0.938800;, + 0.925900; 0.927500;, + 0.927300; 0.924700;, + 0.930200; 0.923500;, + 0.929800; 0.927400;, + 0.929200; 0.931200;, + 0.925000; 0.931100;, + 0.925900; 0.927500;, + 0.929800; 0.927400;, + 0.929100; 0.935000;, + 0.924800; 0.934900;, + 0.925000; 0.931100;, + 0.929200; 0.931200;, + 0.929100; 0.935000;, + 0.929400; 0.938800;, + 0.925600; 0.938500;, + 0.924800; 0.934900;, + 0.929100; 0.935000;, + 0.933200; 0.935300;, + 0.933200; 0.939400;, + 0.929400; 0.938800;, + 0.929200; 0.931200;, + 0.933400; 0.931200;, + 0.933200; 0.935300;, + 0.929100; 0.935000;, + 0.929800; 0.927400;, + 0.933600; 0.927000;, + 0.933400; 0.931200;, + 0.929200; 0.931200;, + 0.933600; 0.927000;, + 0.937400; 0.927200;, + 0.937400; 0.931300;, + 0.933400; 0.931200;, + 0.933400; 0.931200;, + 0.937400; 0.931300;, + 0.937300; 0.935400;, + 0.933200; 0.935300;, + 0.933200; 0.935300;, + 0.937300; 0.935400;, + 0.937100; 0.939600;, + 0.933200; 0.939400;, + 0.937300; 0.935400;, + 0.941500; 0.935400;, + 0.940800; 0.939200;, + 0.937100; 0.939600;, + 0.937400; 0.931300;, + 0.941600; 0.931600;, + 0.941500; 0.935400;, + 0.937300; 0.935400;, + 0.937400; 0.927200;, + 0.941200; 0.927800;, + 0.941600; 0.931600;, + 0.937400; 0.931300;, + 0.941100; 0.923900;, + 0.943900; 0.925200;, + 0.945100; 0.928100;, + 0.941200; 0.927800;, + 0.929400; 0.938800;, + 0.933200; 0.939400;, + 0.933100; 0.943600;, + 0.929600; 0.942700;, + 0.937100; 0.939600;, + 0.940800; 0.939200;, + 0.940500; 0.943100;, + 0.936900; 0.943800;, + 0.933200; 0.939400;, + 0.937100; 0.939600;, + 0.936900; 0.943800;, + 0.933100; 0.943600;, + 0.925000; 0.931100;, + 0.924800; 0.934900;, + 0.921100; 0.935000;, + 0.921300; 0.930700;, + 0.925900; 0.927500;, + 0.925000; 0.931100;, + 0.921300; 0.930700;, + 0.922800; 0.926600;, + 0.927300; 0.924700;, + 0.925900; 0.927500;, + 0.922800; 0.926600;, + 0.925500; 0.922800;, + 0.925500; 0.922800;, + 0.929400; 0.920300;, + 0.930200; 0.923500;, + 0.927300; 0.924700;, + 0.933800; 0.922800;, + 0.930200; 0.923500;, + 0.929400; 0.920300;, + 0.933600; 0.919000;, + 0.933600; 0.919000;, + 0.937900; 0.919300;, + 0.937500; 0.923000;, + 0.933800; 0.922800;, + 0.941100; 0.923900;, + 0.937500; 0.923000;, + 0.937900; 0.919300;, + 0.942100; 0.920700;, + 0.943900; 0.925200;, + 0.941100; 0.923900;, + 0.942100; 0.920700;, + 0.945800; 0.923500;, + 0.924800; 0.934900;, + 0.925600; 0.938500;, + 0.922300; 0.939300;, + 0.921100; 0.935000;, + 0.925600; 0.938500;, + 0.926800; 0.941400;, + 0.924900; 0.943100;, + 0.922300; 0.939300;, + 0.926800; 0.941400;, + 0.929600; 0.942700;, + 0.928600; 0.945900;, + 0.924900; 0.943100;, + 0.929600; 0.942700;, + 0.933100; 0.943600;, + 0.932700; 0.947300;, + 0.928600; 0.945900;, + 0.933100; 0.943600;, + 0.936900; 0.943800;, + 0.937100; 0.947600;, + 0.932700; 0.947300;, + 0.936900; 0.943800;, + 0.940500; 0.943100;, + 0.941300; 0.946300;, + 0.937100; 0.947600;, + 0.940500; 0.943100;, + 0.943400; 0.941900;, + 0.945200; 0.943800;, + 0.941300; 0.946300;, + 0.943400; 0.941900;, + 0.944700; 0.939100;, + 0.947900; 0.940000;, + 0.945200; 0.943800;, + 0.949400; 0.935900;, + 0.947900; 0.940000;, + 0.944700; 0.939100;, + 0.945600; 0.935500;, + 0.945600; 0.935500;, + 0.945800; 0.931700;, + 0.949600; 0.931500;, + 0.949400; 0.935900;, + 0.945800; 0.931700;, + 0.945100; 0.928100;, + 0.948300; 0.927300;, + 0.949600; 0.931500;, + 0.945800; 0.923500;, + 0.948300; 0.927300;, + 0.945100; 0.928100;, + 0.943900; 0.925200;, + 0.941600; 0.931600;, + 0.941200; 0.927800;, + 0.945100; 0.928100;, + 0.945800; 0.931700;, + 0.921400; 0.918600;, + 0.926600; 0.915000;, + 0.927700; 0.917200;, + 0.923100; 0.920400;, + 0.926600; 0.915000;, + 0.932700; 0.913100;, + 0.933100; 0.915600;, + 0.927700; 0.917200;, + 0.932700; 0.913100;, + 0.939100; 0.913400;, + 0.938600; 0.915800;, + 0.933100; 0.915600;, + 0.939100; 0.913400;, + 0.945000; 0.915500;, + 0.943800; 0.917700;, + 0.938600; 0.915800;, + 0.945000; 0.915500;, + 0.950100; 0.919400;, + 0.948300; 0.921100;, + 0.943800; 0.917700;, + 0.950100; 0.919400;, + 0.953700; 0.924600;, + 0.951400; 0.925700;, + 0.948300; 0.921100;, + 0.953700; 0.924600;, + 0.955500; 0.930700;, + 0.953000; 0.931000;, + 0.951400; 0.925700;, + 0.955500; 0.930700;, + 0.955300; 0.937000;, + 0.952800; 0.936600;, + 0.953000; 0.931000;, + 0.955300; 0.937000;, + 0.953100; 0.943000;, + 0.950900; 0.941800;, + 0.952800; 0.936600;, + 0.953100; 0.943000;, + 0.949200; 0.948000;, + 0.947500; 0.946200;, + 0.950900; 0.941800;, + 0.949200; 0.948000;, + 0.944000; 0.951600;, + 0.942900; 0.949400;, + 0.947500; 0.946200;, + 0.944000; 0.951600;, + 0.937900; 0.953500;, + 0.937600; 0.951000;, + 0.942900; 0.949400;, + 0.937900; 0.953500;, + 0.931600; 0.953300;, + 0.932000; 0.950800;, + 0.937600; 0.951000;, + 0.931600; 0.953300;, + 0.925600; 0.951100;, + 0.926800; 0.948900;, + 0.932000; 0.950800;, + 0.925600; 0.951100;, + 0.920600; 0.947200;, + 0.922400; 0.945500;, + 0.926800; 0.948900;, + 0.920600; 0.947200;, + 0.917000; 0.942000;, + 0.919200; 0.940900;, + 0.922400; 0.945500;, + 0.917000; 0.942000;, + 0.915200; 0.935900;, + 0.917600; 0.935600;, + 0.919200; 0.940900;, + 0.915200; 0.935900;, + 0.915400; 0.929500;, + 0.917800; 0.930000;, + 0.917600; 0.935600;, + 0.915400; 0.929500;, + 0.917500; 0.923600;, + 0.919700; 0.924800;, + 0.917800; 0.930000;, + 0.917500; 0.923600;, + 0.921400; 0.918600;, + 0.923100; 0.920400;, + 0.919700; 0.924800;, + 0.957300; 0.328100;, + 0.953600; 0.251700;, + 0.948400; 0.253000;, + 0.951100; 0.327500;, + 0.771300; 0.307400;, + 0.770500; 0.288100;, + 0.751700; 0.293200;, + 0.752500; 0.306000;, + 0.964100; 0.329200;, + 0.960100; 0.250800;, + 0.953600; 0.251700;, + 0.957300; 0.328100;, + 0.812200; 0.311100;, + 0.811100; 0.278900;, + 0.791300; 0.282900;, + 0.792200; 0.309200;, + 0.976600; 0.330900;, + 0.976600; 0.248300;, + 0.960100; 0.250800;, + 0.964100; 0.329200;, + 0.905100; 0.322200;, + 0.902300; 0.261600;, + 0.865200; 0.267200;, + 0.867600; 0.316900;, + 0.936000; 0.325600;, + 0.932900; 0.256200;, + 0.902300; 0.261600;, + 0.905100; 0.322200;, + 0.943400; 0.327000;, + 0.941900; 0.255400;, + 0.932900; 0.256200;, + 0.936000; 0.325600;, + 0.951100; 0.327500;, + 0.948400; 0.253000;, + 0.941900; 0.255400;, + 0.943400; 0.327000;, + 0.932900; 0.256200;, + 0.908900; 0.189700;, + 0.880600; 0.204100;, + 0.902300; 0.261600;, + 0.941900; 0.255400;, + 0.917300; 0.186500;, + 0.908900; 0.189700;, + 0.932900; 0.256200;, + 0.948400; 0.253000;, + 0.924200; 0.182300;, + 0.917300; 0.186500;, + 0.941900; 0.255400;, + 0.953600; 0.251700;, + 0.927900; 0.180100;, + 0.924200; 0.182300;, + 0.948400; 0.253000;, + 0.770500; 0.288100;, + 0.762900; 0.268000;, + 0.746200; 0.278400;, + 0.751700; 0.293200;, + 0.960100; 0.250800;, + 0.935100; 0.177100;, + 0.927900; 0.180100;, + 0.953600; 0.251700;, + 0.811100; 0.278900;, + 0.798700; 0.247400;, + 0.781400; 0.257300;, + 0.791300; 0.282900;, + 0.976600; 0.248300;, + 0.946500; 0.171000;, + 0.935100; 0.177100;, + 0.960100; 0.250800;, + 0.902300; 0.261600;, + 0.880600; 0.204100;, + 0.847600; 0.221100;, + 0.865200; 0.267200;, + 0.762900; 0.268000;, + 0.750800; 0.252600;, + 0.734700; 0.269200;, + 0.746200; 0.278400;, + 0.935100; 0.177100;, + 0.886800; 0.112300;, + 0.881100; 0.117500;, + 0.927900; 0.180100;, + 0.798700; 0.247400;, + 0.777900; 0.222100;, + 0.764600; 0.236900;, + 0.781400; 0.257300;, + 0.946500; 0.171000;, + 0.898800; 0.102100;, + 0.886800; 0.112300;, + 0.935100; 0.177100;, + 0.880600; 0.204100;, + 0.842000; 0.156000;, + 0.815600; 0.181700;, + 0.847600; 0.221100;, + 0.908900; 0.189700;, + 0.864500; 0.133200;, + 0.842000; 0.156000;, + 0.880600; 0.204100;, + 0.917300; 0.186500;, + 0.871700; 0.126800;, + 0.864500; 0.133200;, + 0.908900; 0.189700;, + 0.924200; 0.182300;, + 0.876300; 0.121200;, + 0.871700; 0.126800;, + 0.917300; 0.186500;, + 0.927900; 0.180100;, + 0.881100; 0.117500;, + 0.876300; 0.121200;, + 0.924200; 0.182300;, + 0.871700; 0.126800;, + 0.809200; 0.084800;, + 0.804500; 0.093200;, + 0.864500; 0.133200;, + 0.876300; 0.121200;, + 0.813300; 0.078100;, + 0.809200; 0.084800;, + 0.871700; 0.126800;, + 0.881100; 0.117500;, + 0.816700; 0.071300;, + 0.813300; 0.078100;, + 0.876300; 0.121200;, + 0.750800; 0.252600;, + 0.732200; 0.240700;, + 0.723400; 0.261400;, + 0.734700; 0.269200;, + 0.886800; 0.112300;, + 0.820900; 0.064700;, + 0.816700; 0.071300;, + 0.881100; 0.117500;, + 0.777900; 0.222100;, + 0.749500; 0.203400;, + 0.741300; 0.221600;, + 0.764600; 0.236900;, + 0.898800; 0.102100;, + 0.829300; 0.048300;, + 0.820900; 0.064700;, + 0.886800; 0.112300;, + 0.842000; 0.156000;, + 0.790600; 0.122300;, + 0.774000; 0.154600;, + 0.815600; 0.181700;, + 0.864500; 0.133200;, + 0.804500; 0.093200;, + 0.790600; 0.122300;, + 0.842000; 0.156000;, + 0.829300; 0.048300;, + 0.743600; 0.024400;, + 0.741300; 0.038800;, + 0.820900; 0.064700;, + 0.790600; 0.122300;, + 0.730600; 0.104200;, + 0.724900; 0.140200;, + 0.774000; 0.154600;, + 0.804500; 0.093200;, + 0.734200; 0.072400;, + 0.730600; 0.104200;, + 0.790600; 0.122300;, + 0.809200; 0.084800;, + 0.736200; 0.063000;, + 0.734200; 0.072400;, + 0.804500; 0.093200;, + 0.813300; 0.078100;, + 0.738200; 0.053500;, + 0.736200; 0.063000;, + 0.809200; 0.084800;, + 0.816700; 0.071300;, + 0.739300; 0.047800;, + 0.738200; 0.053500;, + 0.813300; 0.078100;, + 0.732200; 0.240700;, + 0.713100; 0.235500;, + 0.710900; 0.254200;, + 0.723400; 0.261400;, + 0.820900; 0.064700;, + 0.741300; 0.038800;, + 0.739300; 0.047800;, + 0.816700; 0.071300;, + 0.749500; 0.203400;, + 0.717700; 0.194400;, + 0.715300; 0.214500;, + 0.741300; 0.221600;, + 0.739300; 0.047800;, + 0.657900; 0.048400;, + 0.658600; 0.056300;, + 0.738200; 0.053500;, + 0.713100; 0.235500;, + 0.693000; 0.235800;, + 0.697200; 0.257900;, + 0.710900; 0.254200;, + 0.741300; 0.038800;, + 0.657300; 0.039900;, + 0.657900; 0.048400;, + 0.739300; 0.047800;, + 0.717700; 0.194400;, + 0.684600; 0.195200;, + 0.688500; 0.215100;, + 0.715300; 0.214500;, + 0.743600; 0.024400;, + 0.656000; 0.023700;, + 0.657300; 0.039900;, + 0.741300; 0.038800;, + 0.730600; 0.104200;, + 0.667900; 0.105600;, + 0.673900; 0.141900;, + 0.724900; 0.140200;, + 0.734200; 0.072400;, + 0.661400; 0.075500;, + 0.667900; 0.105600;, + 0.730600; 0.104200;, + 0.736200; 0.063000;, + 0.659900; 0.065600;, + 0.661400; 0.075500;, + 0.734200; 0.072400;, + 0.738200; 0.053500;, + 0.658600; 0.056300;, + 0.659900; 0.065600;, + 0.736200; 0.063000;, + 0.659900; 0.065600;, + 0.588200; 0.089200;, + 0.593100; 0.097400;, + 0.661400; 0.075500;, + 0.658600; 0.056300;, + 0.584400; 0.080900;, + 0.588200; 0.089200;, + 0.659900; 0.065600;, + 0.657900; 0.048400;, + 0.581300; 0.074800;, + 0.584400; 0.080900;, + 0.658600; 0.056300;, + 0.693000; 0.235800;, + 0.672300; 0.242800;, + 0.684100; 0.262900;, + 0.697200; 0.257900;, + 0.657300; 0.039900;, + 0.578200; 0.066000;, + 0.581300; 0.074800;, + 0.657900; 0.048400;, + 0.684600; 0.195200;, + 0.652700; 0.206100;, + 0.662200; 0.223800;, + 0.688500; 0.215100;, + 0.656000; 0.023700;, + 0.570900; 0.050100;, + 0.578200; 0.066000;, + 0.657300; 0.039900;, + 0.667900; 0.105600;, + 0.608400; 0.125400;, + 0.626500; 0.157600;, + 0.673900; 0.141900;, + 0.661400; 0.075500;, + 0.593100; 0.097400;, + 0.608400; 0.125400;, + 0.667900; 0.105600;, + 0.570900; 0.050100;, + 0.497600; 0.102600;, + 0.509900; 0.116500;, + 0.578200; 0.066000;, + 0.608400; 0.125400;, + 0.557500; 0.162600;, + 0.585600; 0.187900;, + 0.626500; 0.157600;, + 0.593100; 0.097400;, + 0.533800; 0.140800;, + 0.557500; 0.162600;, + 0.608400; 0.125400;, + 0.588200; 0.089200;, + 0.526800; 0.134200;, + 0.533800; 0.140800;, + 0.593100; 0.097400;, + 0.584400; 0.080900;, + 0.520500; 0.128300;, + 0.526800; 0.134200;, + 0.588200; 0.089200;, + 0.581300; 0.074800;, + 0.516000; 0.123700;, + 0.520500; 0.128300;, + 0.584400; 0.080900;, + 0.672300; 0.242800;, + 0.656400; 0.254800;, + 0.670700; 0.268900;, + 0.684100; 0.262900;, + 0.578200; 0.066000;, + 0.509900; 0.116500;, + 0.516000; 0.123700;, + 0.581300; 0.074800;, + 0.652700; 0.206100;, + 0.626400; 0.225900;, + 0.641000; 0.239800;, + 0.662200; 0.223800;, + 0.516000; 0.123700;, + 0.470300; 0.189600;, + 0.476600; 0.191900;, + 0.520500; 0.128300;, + 0.656400; 0.254800;, + 0.644400; 0.272500;, + 0.661700; 0.282100;, + 0.670700; 0.268900;, + 0.509900; 0.116500;, + 0.462600; 0.185000;, + 0.470300; 0.189600;, + 0.516000; 0.123700;, + 0.626400; 0.225900;, + 0.606800; 0.253500;, + 0.625400; 0.262300;, + 0.641000; 0.239800;, + 0.497600; 0.102600;, + 0.443900; 0.176000;, + 0.462600; 0.185000;, + 0.509900; 0.116500;, + 0.557500; 0.162600;, + 0.520800; 0.213300;, + 0.556400; 0.228600;, + 0.585600; 0.187900;, + 0.533800; 0.140800;, + 0.492600; 0.199400;, + 0.520800; 0.213300;, + 0.557500; 0.162600;, + 0.526800; 0.134200;, + 0.482800; 0.195500;, + 0.492600; 0.199400;, + 0.533800; 0.140800;, + 0.520500; 0.128300;, + 0.476600; 0.191900;, + 0.482800; 0.195500;, + 0.526800; 0.134200;, + 0.482800; 0.195500;, + 0.462500; 0.267900;, + 0.471700; 0.268200;, + 0.492600; 0.199400;, + 0.476600; 0.191900;, + 0.453500; 0.266600;, + 0.462500; 0.267900;, + 0.482800; 0.195500;, + 0.470300; 0.189600;, + 0.448100; 0.266300;, + 0.453500; 0.266600;, + 0.476600; 0.191900;, + 0.644400; 0.272500;, + 0.638900; 0.291200;, + 0.657600; 0.294300;, + 0.661700; 0.282100;, + 0.462600; 0.185000;, + 0.437600; 0.264800;, + 0.448100; 0.266300;, + 0.470300; 0.189600;, + 0.606800; 0.253500;, + 0.597800; 0.284900;, + 0.617900; 0.287900;, + 0.625400; 0.262300;, + 0.443900; 0.176000;, + 0.422600; 0.263500;, + 0.437600; 0.264800;, + 0.462600; 0.185000;, + 0.520800; 0.213300;, + 0.504300; 0.272300;, + 0.541700; 0.276800;, + 0.556400; 0.228600;, + 0.492600; 0.199400;, + 0.471700; 0.268200;, + 0.504300; 0.272300;, + 0.520800; 0.213300;, + 0.422600; 0.263500;, + 0.423400; 0.350300;, + 0.441200; 0.347700;, + 0.437600; 0.264800;, + 0.504300; 0.272300;, + 0.504900; 0.334600;, + 0.543800; 0.327700;, + 0.541700; 0.276800;, + 0.471700; 0.268200;, + 0.473100; 0.341300;, + 0.504900; 0.334600;, + 0.504300; 0.272300;, + 0.462500; 0.267900;, + 0.463000; 0.343300;, + 0.473100; 0.341300;, + 0.471700; 0.268200;, + 0.453500; 0.266600;, + 0.455100; 0.345300;, + 0.463000; 0.343300;, + 0.462500; 0.267900;, + 0.448100; 0.266300;, + 0.448600; 0.346000;, + 0.455100; 0.345300;, + 0.453500; 0.266600;, + 0.638900; 0.291200;, + 0.639700; 0.310800;, + 0.658700; 0.307300;, + 0.657600; 0.294300;, + 0.437600; 0.264800;, + 0.441200; 0.347700;, + 0.448600; 0.346000;, + 0.448100; 0.266300;, + 0.597800; 0.284900;, + 0.598800; 0.317800;, + 0.618900; 0.314500;, + 0.617900; 0.287900;, + 0.448600; 0.346000;, + 0.476600; 0.422100;, + 0.482700; 0.418500;, + 0.455100; 0.345300;, + 0.639700; 0.310800;, + 0.647200; 0.330800;, + 0.664500; 0.321800;, + 0.658700; 0.307300;, + 0.441200; 0.347700;, + 0.468800; 0.426500;, + 0.476600; 0.422100;, + 0.448600; 0.346000;, + 0.598800; 0.317800;, + 0.610800; 0.348900;, + 0.628500; 0.340200;, + 0.618900; 0.314500;, + 0.423400; 0.350300;, + 0.449700; 0.437300;, + 0.468800; 0.426500;, + 0.441200; 0.347700;, + 0.504900; 0.334600;, + 0.527900; 0.393200;, + 0.562100; 0.374200;, + 0.543800; 0.327700;, + 0.473100; 0.341300;, + 0.499200; 0.408800;, + 0.527900; 0.393200;, + 0.504900; 0.334600;, + 0.463000; 0.343300;, + 0.490300; 0.414300;, + 0.499200; 0.408800;, + 0.473100; 0.341300;, + 0.455100; 0.345300;, + 0.482700; 0.418500;, + 0.490300; 0.414300;, + 0.463000; 0.343300;, + 0.499200; 0.408800;, + 0.546000; 0.466800;, + 0.568300; 0.442800;, + 0.527900; 0.393200;, + 0.490300; 0.414300;, + 0.538800; 0.474600;, + 0.546000; 0.466800;, + 0.499200; 0.408800;, + 0.482700; 0.418500;, + 0.533000; 0.480900;, + 0.538800; 0.474600;, + 0.490300; 0.414300;, + 0.476600; 0.422100;, + 0.527800; 0.487300;, + 0.533000; 0.480900;, + 0.482700; 0.418500;, + 0.647200; 0.330800;, + 0.659700; 0.346400;, + 0.675700; 0.331200;, + 0.664500; 0.321800;, + 0.468800; 0.426500;, + 0.521200; 0.495600;, + 0.527800; 0.487300;, + 0.476600; 0.422100;, + 0.610800; 0.348900;, + 0.631400; 0.374800;, + 0.645100; 0.360800;, + 0.628500; 0.340200;, + 0.449700; 0.437300;, + 0.509200; 0.509800;, + 0.521200; 0.495600;, + 0.468800; 0.426500;, + 0.527900; 0.393200;, + 0.568300; 0.442800;, + 0.594200; 0.413700;, + 0.562100; 0.374200;, + 0.521200; 0.495600;, + 0.592300; 0.541900;, + 0.595600; 0.533900;, + 0.527800; 0.487300;, + 0.631400; 0.374800;, + 0.660000; 0.393500;, + 0.668700; 0.376000;, + 0.645100; 0.360800;, + 0.509200; 0.509800;, + 0.585700; 0.557100;, + 0.592300; 0.541900;, + 0.521200; 0.495600;, + 0.568300; 0.442800;, + 0.621600; 0.477400;, + 0.636400; 0.442200;, + 0.594200; 0.413700;, + 0.546000; 0.466800;, + 0.607400; 0.506700;, + 0.621600; 0.477400;, + 0.568300; 0.442800;, + 0.538800; 0.474600;, + 0.602700; 0.517300;, + 0.607400; 0.506700;, + 0.546000; 0.466800;, + 0.533000; 0.480900;, + 0.598400; 0.526400;, + 0.602700; 0.517300;, + 0.538800; 0.474600;, + 0.527800; 0.487300;, + 0.595600; 0.533900;, + 0.598400; 0.526400;, + 0.533000; 0.480900;, + 0.659700; 0.346400;, + 0.678100; 0.358200;, + 0.687200; 0.339200;, + 0.675700; 0.331200;, + 0.598400; 0.526400;, + 0.677100; 0.546300;, + 0.678000; 0.536400;, + 0.602700; 0.517300;, + 0.595600; 0.533900;, + 0.676400; 0.554200;, + 0.677100; 0.546300;, + 0.598400; 0.526400;, + 0.678100; 0.358200;, + 0.697400; 0.363300;, + 0.699700; 0.345500;, + 0.687200; 0.339200;, + 0.592300; 0.541900;, + 0.675800; 0.564600;, + 0.676400; 0.554200;, + 0.595600; 0.533900;, + 0.660000; 0.393500;, + 0.692200; 0.402000;, + 0.694700; 0.383200;, + 0.668700; 0.376000;, + 0.585700; 0.557100;, + 0.673800; 0.586000;, + 0.675800; 0.564600;, + 0.592300; 0.541900;, + 0.621600; 0.477400;, + 0.682900; 0.492900;, + 0.686400; 0.455000;, + 0.636400; 0.442200;, + 0.607400; 0.506700;, + 0.679000; 0.525600;, + 0.682900; 0.492900;, + 0.621600; 0.477400;, + 0.602700; 0.517300;, + 0.678000; 0.536400;, + 0.679000; 0.525600;, + 0.607400; 0.506700;, + 0.679000; 0.525600;, + 0.753300; 0.523500;, + 0.746100; 0.491400;, + 0.682900; 0.492900;, + 0.678000; 0.536400;, + 0.755500; 0.534500;, + 0.753300; 0.523500;, + 0.679000; 0.525600;, + 0.677100; 0.546300;, + 0.757500; 0.543100;, + 0.755500; 0.534500;, + 0.678000; 0.536400;, + 0.676400; 0.554200;, + 0.759300; 0.550700;, + 0.757500; 0.543100;, + 0.677100; 0.546300;, + 0.697400; 0.363300;, + 0.717200; 0.362700;, + 0.713500; 0.342300;, + 0.699700; 0.345500;, + 0.675800; 0.564600;, + 0.762000; 0.558500;, + 0.759300; 0.550700;, + 0.676400; 0.554200;, + 0.692200; 0.402000;, + 0.725500; 0.401300;, + 0.721800; 0.382300;, + 0.694700; 0.383200;, + 0.673800; 0.586000;, + 0.767000; 0.577200;, + 0.762000; 0.558500;, + 0.675800; 0.564600;, + 0.682900; 0.492900;, + 0.746100; 0.491400;, + 0.737800; 0.453700;, + 0.686400; 0.455000;, + 0.762000; 0.558500;, + 0.839600; 0.527700;, + 0.833800; 0.519400;, + 0.759300; 0.550700;, + 0.725500; 0.401300;, + 0.757800; 0.389600;, + 0.748100; 0.373200;, + 0.721800; 0.382300;, + 0.767000; 0.577200;, + 0.849800; 0.542100;, + 0.839600; 0.527700;, + 0.762000; 0.558500;, + 0.746100; 0.491400;, + 0.804700; 0.469500;, + 0.785100; 0.436600;, + 0.737800; 0.453700;, + 0.753300; 0.523500;, + 0.821000; 0.496600;, + 0.804700; 0.469500;, + 0.746100; 0.491400;, + 0.755500; 0.534500;, + 0.826300; 0.505800;, + 0.821000; 0.496600;, + 0.753300; 0.523500;, + 0.757500; 0.543100;, + 0.830300; 0.513700;, + 0.826300; 0.505800;, + 0.755500; 0.534500;, + 0.759300; 0.550700;, + 0.833800; 0.519400;, + 0.830300; 0.513700;, + 0.757500; 0.543100;, + 0.717200; 0.362700;, + 0.738200; 0.355800;, + 0.726400; 0.337500;, + 0.713500; 0.342300;, + 0.830300; 0.513700;, + 0.890800; 0.463500;, + 0.884400; 0.457400;, + 0.826300; 0.505800;, + 0.833800; 0.519400;, + 0.896200; 0.468600;, + 0.890800; 0.463500;, + 0.830300; 0.513700;, + 0.738200; 0.355800;, + 0.753600; 0.343500;, + 0.739400; 0.330900;, + 0.726400; 0.337500;, + 0.839600; 0.527700;, + 0.902600; 0.472700;, + 0.896200; 0.468600;, + 0.833800; 0.519400;, + 0.757800; 0.389600;, + 0.784100; 0.369700;, + 0.769500; 0.356900;, + 0.748100; 0.373200;, + 0.849800; 0.542100;, + 0.915800; 0.482700;, + 0.902600; 0.472700;, + 0.839600; 0.527700;, + 0.804700; 0.469500;, + 0.853800; 0.431100;, + 0.825800; 0.405600;, + 0.785100; 0.436600;, + 0.821000; 0.496600;, + 0.877500; 0.451600;, + 0.853800; 0.431100;, + 0.804700; 0.469500;, + 0.826300; 0.505800;, + 0.884400; 0.457400;, + 0.877500; 0.451600;, + 0.821000; 0.496600;, + 0.877500; 0.451600;, + 0.916800; 0.393500;, + 0.888300; 0.381100;, + 0.853800; 0.431100;, + 0.884400; 0.457400;, + 0.926000; 0.397100;, + 0.916800; 0.393500;, + 0.877500; 0.451600;, + 0.890800; 0.463500;, + 0.932400; 0.400500;, + 0.926000; 0.397100;, + 0.884400; 0.457400;, + 0.896200; 0.468600;, + 0.938300; 0.402600;, + 0.932400; 0.400500;, + 0.890800; 0.463500;, + 0.753600; 0.343500;, + 0.765900; 0.326200;, + 0.748600; 0.318300;, + 0.739400; 0.330900;, + 0.902600; 0.472700;, + 0.943800; 0.404700;, + 0.938300; 0.402600;, + 0.896200; 0.468600;, + 0.784100; 0.369700;, + 0.803600; 0.342200;, + 0.785200; 0.334500;, + 0.769500; 0.356900;, + 0.915800; 0.482700;, + 0.957900; 0.409600;, + 0.943800; 0.404700;, + 0.902600; 0.472700;, + 0.853800; 0.431100;, + 0.888300; 0.381100;, + 0.854100; 0.365000;, + 0.825800; 0.405600;, + 0.943800; 0.404700;, + 0.964100; 0.329200;, + 0.957300; 0.328100;, + 0.938300; 0.402600;, + 0.803600; 0.342200;, + 0.812200; 0.311100;, + 0.792200; 0.309200;, + 0.785200; 0.334500;, + 0.957900; 0.409600;, + 0.976600; 0.330900;, + 0.964100; 0.329200;, + 0.943800; 0.404700;, + 0.888300; 0.381100;, + 0.905100; 0.322200;, + 0.867600; 0.316900;, + 0.854100; 0.365000;, + 0.916800; 0.393500;, + 0.936000; 0.325600;, + 0.905100; 0.322200;, + 0.888300; 0.381100;, + 0.926000; 0.397100;, + 0.943400; 0.327000;, + 0.936000; 0.325600;, + 0.916800; 0.393500;, + 0.932400; 0.400500;, + 0.951100; 0.327500;, + 0.943400; 0.327000;, + 0.926000; 0.397100;, + 0.938300; 0.402600;, + 0.957300; 0.328100;, + 0.951100; 0.327500;, + 0.932400; 0.400500;, + 0.765900; 0.326200;, + 0.771300; 0.307400;, + 0.752500; 0.306000;, + 0.748600; 0.318300;, + 0.690800; 0.291300;, + 0.699200; 0.285100;, + 0.692200; 0.275600;, + 0.683300; 0.282200;, + 0.682700; 0.297900;, + 0.690800; 0.291300;, + 0.683300; 0.282200;, + 0.675900; 0.289900;, + 0.723800; 0.279500;, + 0.716000; 0.272300;, + 0.707800; 0.279200;, + 0.714600; 0.286800;, + 0.735900; 0.297400;, + 0.730800; 0.288000;, + 0.721300; 0.295200;, + 0.727400; 0.303300;, + 0.730800; 0.288000;, + 0.723800; 0.279500;, + 0.714600; 0.286800;, + 0.721300; 0.295200;, + 0.675900; 0.289900;, + 0.671000; 0.296300;, + 0.674200; 0.303900;, + 0.682700; 0.297900;, + 0.694400; 0.328800;, + 0.701200; 0.333400;, + 0.708900; 0.330400;, + 0.702500; 0.322300;, + 0.734200; 0.311200;, + 0.739100; 0.304600;, + 0.735900; 0.297400;, + 0.727400; 0.303300;, + 0.719500; 0.310000;, + 0.726900; 0.318900;, + 0.734200; 0.311200;, + 0.727400; 0.303300;, + 0.711000; 0.316300;, + 0.718100; 0.325600;, + 0.726900; 0.318900;, + 0.719500; 0.310000;, + 0.711000; 0.316300;, + 0.702500; 0.322300;, + 0.708900; 0.330400;, + 0.718100; 0.325600;, + 0.711000; 0.316300;, + 0.704200; 0.308100;, + 0.695600; 0.314400;, + 0.702500; 0.322300;, + 0.719500; 0.310000;, + 0.712700; 0.301600;, + 0.704200; 0.308100;, + 0.711000; 0.316300;, + 0.727400; 0.303300;, + 0.721300; 0.295200;, + 0.712700; 0.301600;, + 0.719500; 0.310000;, + 0.721300; 0.295200;, + 0.714600; 0.286800;, + 0.706000; 0.293500;, + 0.712700; 0.301600;, + 0.712700; 0.301600;, + 0.706000; 0.293500;, + 0.697600; 0.299800;, + 0.704200; 0.308100;, + 0.704200; 0.308100;, + 0.697600; 0.299800;, + 0.689000; 0.306200;, + 0.695600; 0.314400;, + 0.697600; 0.299800;, + 0.690800; 0.291300;, + 0.682700; 0.297900;, + 0.689000; 0.306200;, + 0.706000; 0.293500;, + 0.699200; 0.285100;, + 0.690800; 0.291300;, + 0.697600; 0.299800;, + 0.714600; 0.286800;, + 0.707800; 0.279200;, + 0.699200; 0.285100;, + 0.706000; 0.293500;, + 0.716000; 0.272300;, + 0.709300; 0.267200;, + 0.701500; 0.270600;, + 0.707800; 0.279200;, + 0.702500; 0.322300;, + 0.695600; 0.314400;, + 0.686600; 0.321600;, + 0.694400; 0.328800;, + 0.689000; 0.306200;, + 0.682700; 0.297900;, + 0.674200; 0.303900;, + 0.679600; 0.313100;, + 0.695600; 0.314400;, + 0.689000; 0.306200;, + 0.679600; 0.313100;, + 0.686600; 0.321600;, + 0.726900; 0.318900;, + 0.718100; 0.325600;, + 0.726400; 0.337500;, + 0.739400; 0.330900;, + 0.734200; 0.311200;, + 0.726900; 0.318900;, + 0.739400; 0.330900;, + 0.748600; 0.318300;, + 0.739100; 0.304600;, + 0.734200; 0.311200;, + 0.748600; 0.318300;, + 0.752500; 0.306000;, + 0.752500; 0.306000;, + 0.751700; 0.293200;, + 0.735900; 0.297400;, + 0.739100; 0.304600;, + 0.730800; 0.288000;, + 0.735900; 0.297400;, + 0.751700; 0.293200;, + 0.746200; 0.278400;, + 0.746200; 0.278400;, + 0.734700; 0.269200;, + 0.723800; 0.279500;, + 0.730800; 0.288000;, + 0.716000; 0.272300;, + 0.723800; 0.279500;, + 0.734700; 0.269200;, + 0.723400; 0.261400;, + 0.709300; 0.267200;, + 0.716000; 0.272300;, + 0.723400; 0.261400;, + 0.710900; 0.254200;, + 0.718100; 0.325600;, + 0.708900; 0.330400;, + 0.713500; 0.342300;, + 0.726400; 0.337500;, + 0.708900; 0.330400;, + 0.701200; 0.333400;, + 0.699700; 0.345500;, + 0.713500; 0.342300;, + 0.701200; 0.333400;, + 0.694400; 0.328800;, + 0.687200; 0.339200;, + 0.699700; 0.345500;, + 0.694400; 0.328800;, + 0.686600; 0.321600;, + 0.675700; 0.331200;, + 0.687200; 0.339200;, + 0.686600; 0.321600;, + 0.679600; 0.313100;, + 0.664500; 0.321800;, + 0.675700; 0.331200;, + 0.679600; 0.313100;, + 0.674200; 0.303900;, + 0.658700; 0.307300;, + 0.664500; 0.321800;, + 0.674200; 0.303900;, + 0.671000; 0.296300;, + 0.657600; 0.294300;, + 0.658700; 0.307300;, + 0.671000; 0.296300;, + 0.675900; 0.289900;, + 0.661700; 0.282100;, + 0.657600; 0.294300;, + 0.670700; 0.268900;, + 0.661700; 0.282100;, + 0.675900; 0.289900;, + 0.683300; 0.282200;, + 0.683300; 0.282200;, + 0.692200; 0.275600;, + 0.684100; 0.262900;, + 0.670700; 0.268900;, + 0.692200; 0.275600;, + 0.701500; 0.270600;, + 0.697200; 0.257900;, + 0.684100; 0.262900;, + 0.710900; 0.254200;, + 0.697200; 0.257900;, + 0.701500; 0.270600;, + 0.709300; 0.267200;, + 0.699200; 0.285100;, + 0.707800; 0.279200;, + 0.701500; 0.270600;, + 0.692200; 0.275600;, + 0.792200; 0.309200;, + 0.791300; 0.282900;, + 0.770500; 0.288100;, + 0.771300; 0.307400;, + 0.791300; 0.282900;, + 0.781400; 0.257300;, + 0.762900; 0.268000;, + 0.770500; 0.288100;, + 0.781400; 0.257300;, + 0.764600; 0.236900;, + 0.750800; 0.252600;, + 0.762900; 0.268000;, + 0.764600; 0.236900;, + 0.741300; 0.221600;, + 0.732200; 0.240700;, + 0.750800; 0.252600;, + 0.741300; 0.221600;, + 0.715300; 0.214500;, + 0.713100; 0.235500;, + 0.732200; 0.240700;, + 0.715300; 0.214500;, + 0.688500; 0.215100;, + 0.693000; 0.235800;, + 0.713100; 0.235500;, + 0.688500; 0.215100;, + 0.662200; 0.223800;, + 0.672300; 0.242800;, + 0.693000; 0.235800;, + 0.662200; 0.223800;, + 0.641000; 0.239800;, + 0.656400; 0.254800;, + 0.672300; 0.242800;, + 0.641000; 0.239800;, + 0.625400; 0.262300;, + 0.644400; 0.272500;, + 0.656400; 0.254800;, + 0.625400; 0.262300;, + 0.617900; 0.287900;, + 0.638900; 0.291200;, + 0.644400; 0.272500;, + 0.617900; 0.287900;, + 0.618900; 0.314500;, + 0.639700; 0.310800;, + 0.638900; 0.291200;, + 0.618900; 0.314500;, + 0.628500; 0.340200;, + 0.647200; 0.330800;, + 0.639700; 0.310800;, + 0.628500; 0.340200;, + 0.645100; 0.360800;, + 0.659700; 0.346400;, + 0.647200; 0.330800;, + 0.645100; 0.360800;, + 0.668700; 0.376000;, + 0.678100; 0.358200;, + 0.659700; 0.346400;, + 0.668700; 0.376000;, + 0.694700; 0.383200;, + 0.697400; 0.363300;, + 0.678100; 0.358200;, + 0.694700; 0.383200;, + 0.721800; 0.382300;, + 0.717200; 0.362700;, + 0.697400; 0.363300;, + 0.721800; 0.382300;, + 0.748100; 0.373200;, + 0.738200; 0.355800;, + 0.717200; 0.362700;, + 0.748100; 0.373200;, + 0.769500; 0.356900;, + 0.753600; 0.343500;, + 0.738200; 0.355800;, + 0.769500; 0.356900;, + 0.785200; 0.334500;, + 0.765900; 0.326200;, + 0.753600; 0.343500;, + 0.785200; 0.334500;, + 0.792200; 0.309200;, + 0.771300; 0.307400;, + 0.765900; 0.326200;, + 0.867600; 0.316900;, + 0.865200; 0.267200;, + 0.811100; 0.278900;, + 0.812200; 0.311100;, + 0.865200; 0.267200;, + 0.847600; 0.221100;, + 0.798700; 0.247400;, + 0.811100; 0.278900;, + 0.847600; 0.221100;, + 0.815600; 0.181700;, + 0.777900; 0.222100;, + 0.798700; 0.247400;, + 0.815600; 0.181700;, + 0.774000; 0.154600;, + 0.749500; 0.203400;, + 0.777900; 0.222100;, + 0.774000; 0.154600;, + 0.724900; 0.140200;, + 0.717700; 0.194400;, + 0.749500; 0.203400;, + 0.724900; 0.140200;, + 0.673900; 0.141900;, + 0.684600; 0.195200;, + 0.717700; 0.194400;, + 0.673900; 0.141900;, + 0.626500; 0.157600;, + 0.652700; 0.206100;, + 0.684600; 0.195200;, + 0.626500; 0.157600;, + 0.585600; 0.187900;, + 0.626400; 0.225900;, + 0.652700; 0.206100;, + 0.585600; 0.187900;, + 0.556400; 0.228600;, + 0.606800; 0.253500;, + 0.626400; 0.225900;, + 0.556400; 0.228600;, + 0.541700; 0.276800;, + 0.597800; 0.284900;, + 0.606800; 0.253500;, + 0.541700; 0.276800;, + 0.543800; 0.327700;, + 0.598800; 0.317800;, + 0.597800; 0.284900;, + 0.543800; 0.327700;, + 0.562100; 0.374200;, + 0.610800; 0.348900;, + 0.598800; 0.317800;, + 0.562100; 0.374200;, + 0.594200; 0.413700;, + 0.631400; 0.374800;, + 0.610800; 0.348900;, + 0.594200; 0.413700;, + 0.636400; 0.442200;, + 0.660000; 0.393500;, + 0.631400; 0.374800;, + 0.636400; 0.442200;, + 0.686400; 0.455000;, + 0.692200; 0.402000;, + 0.660000; 0.393500;, + 0.686400; 0.455000;, + 0.737800; 0.453700;, + 0.725500; 0.401300;, + 0.692200; 0.402000;, + 0.737800; 0.453700;, + 0.785100; 0.436600;, + 0.757800; 0.389600;, + 0.725500; 0.401300;, + 0.785100; 0.436600;, + 0.825800; 0.405600;, + 0.784100; 0.369700;, + 0.757800; 0.389600;, + 0.825800; 0.405600;, + 0.854100; 0.365000;, + 0.803600; 0.342200;, + 0.784100; 0.369700;, + 0.854100; 0.365000;, + 0.867600; 0.316900;, + 0.812200; 0.311100;, + 0.803600; 0.342200;; + } // End of wolfwoman_HighPolyEyes UV coordinates + MeshMaterialList { // wolfwoman_HighPolyEyes material list + 1; + 1020; + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0; + Material wolfwoman_HighPolyEyes { + 0.000000; 0.000000; 0.000000; 0.000000;; + -1.960784; + 0.500000; 0.500000; 0.500000;; + 0.000000; 0.000000; 0.000000;; + } + } // End of wolfwoman_HighPolyEyes material list + XSkinMeshHeader { + 0; + 0; + 0; + } + } // End of wolfwoman_HighPolyEyes mesh + } // End of wolfwoman_HighPolyEyes + Frame wolfwoman_proxy741 { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 1.000000, 0.000000, + 0.000000, 0.000000, 0.004600, 1.000000;; + } + Mesh { // wolfwoman_proxy741 mesh + 2920; + 0.035257;-0.077386; 0.804617;, + 0.029142;-0.081167; 0.811454;, + 0.023222;-0.082819; 0.800284;, + 0.029344;-0.078401; 0.799795;, + 0.029142;-0.081167; 0.811454;, + 0.035257;-0.077386; 0.804617;, + 0.048515;-0.070851; 0.804365;, + 0.050525;-0.070422; 0.812052;, + 0.019331;-0.082354; 0.819646;, + 0.029142;-0.081167; 0.811454;, + 0.050525;-0.070422; 0.812052;, + 0.054166;-0.066739; 0.819281;, + 0.019331;-0.082354; 0.819646;, + 0.054166;-0.066739; 0.819281;, + 0.054601;-0.049162; 0.836421;, + 0.026281;-0.063383; 0.841208;, + 0.054166;-0.066739; 0.819281;, + 0.050525;-0.070422; 0.812052;, + 0.057691;-0.059964; 0.803989;, + 0.062420;-0.055166; 0.812742;, + 0.054166;-0.066739; 0.819281;, + 0.062420;-0.055166; 0.812742;, + 0.063800;-0.032955; 0.828841;, + 0.054601;-0.049162; 0.836421;, + 0.063800;-0.032955; 0.828841;, + 0.062420;-0.055166; 0.812742;, + 0.070466;-0.031702; 0.798034;, + 0.056365;-0.004644; 0.852243;, + 0.057691;-0.059964; 0.803989;, + 0.066479;-0.047836; 0.778919;, + 0.070466;-0.031702; 0.798034;, + 0.062420;-0.055166; 0.812742;, + 0.050525;-0.070422; 0.812052;, + 0.048515;-0.070851; 0.804365;, + 0.051704;-0.063533; 0.801383;, + 0.057691;-0.059964; 0.803989;, + 0.056365;-0.004644; 0.852243;, + 0.071697; 0.023082; 0.908774;, + 0.070814; 0.037539; 0.903181;, + 0.056841; 0.035330; 0.893567;, + 0.077520; 0.054175; 0.877780;, + 0.067396; 0.061887; 0.861791;, + 0.056841; 0.035330; 0.893567;, + 0.070814; 0.037539; 0.903181;, + 0.046252;-0.083983; 0.769882;, + 0.046697;-0.072861; 0.791417;, + 0.032517;-0.081426; 0.794070;, + 0.027736;-0.116322; 0.783281;, + 0.056365;-0.004644; 0.852243;, + 0.070466;-0.031702; 0.798034;, + 0.072069;-0.002397; 0.816177;, + 0.071697; 0.023082; 0.908774;, + 0.092933; 0.034241; 0.887884;, + 0.072069;-0.002397; 0.816177;, + 0.075049; 0.006142; 0.813349;, + 0.091735; 0.030385; 0.853788;, + 0.072069;-0.002397; 0.816177;, + 0.092933; 0.034241; 0.887884;, + 0.082899; 0.029842; 0.908822;, + 0.071697; 0.023082; 0.908774;, + 0.083630; 0.053343; 0.864749;, + 0.070538; 0.066190; 0.832354;, + 0.067396; 0.061887; 0.861791;, + 0.077520; 0.054175; 0.877780;, + 0.072069;-0.002397; 0.816177;, + 0.070466;-0.031702; 0.798034;, + 0.066479;-0.047836; 0.778919;, + 0.066356;-0.038192; 0.758988;, + 0.024839;-0.138952; 0.772877;, + 0.020814;-0.150605; 0.764997;, + 0.028308;-0.138626; 0.756939;, + 0.040931;-0.097225; 0.758117;, + 0.040931;-0.097225; 0.758117;, + 0.028308;-0.138626; 0.756939;, + 0.029310;-0.137488; 0.744438;, + 0.045445;-0.078558; 0.731338;, + 0.009024;-0.154846; 0.745558;, + -0.000036;-0.155962; 0.743233;, + 0.000015;-0.148774; 0.730436;, + 0.007935;-0.149894; 0.731334;, + 0.029310;-0.137488; 0.744438;, + 0.009024;-0.154846; 0.745558;, + 0.007935;-0.149894; 0.731334;, + 0.029995;-0.135082; 0.733049;, + 0.045517;-0.073026; 0.796627;, + 0.035416;-0.077423; 0.797116;, + 0.032517;-0.081426; 0.794070;, + 0.046697;-0.072861; 0.791417;, + 0.023222;-0.082819; 0.800284;, + 0.032517;-0.081426; 0.794070;, + 0.035416;-0.077423; 0.797116;, + 0.029344;-0.078401; 0.799795;, + 0.057353;-0.050767; 0.727540;, + 0.065183;-0.029438; 0.743043;, + 0.066356;-0.038192; 0.758988;, + 0.054455;-0.066052; 0.750539;, + 0.054455;-0.066052; 0.750539;, + 0.046252;-0.083983; 0.769882;, + 0.040931;-0.097225; 0.758117;, + 0.045445;-0.078558; 0.731338;, + 0.066479;-0.047836; 0.778919;, + 0.046252;-0.083983; 0.769882;, + 0.054455;-0.066052; 0.750539;, + 0.066356;-0.038192; 0.758988;, + 0.057691;-0.059964; 0.803989;, + 0.046697;-0.072861; 0.791417;, + 0.046252;-0.083983; 0.769882;, + 0.066479;-0.047836; 0.778919;, + 0.046697;-0.072861; 0.791417;, + 0.057691;-0.059964; 0.803989;, + 0.051704;-0.063533; 0.801383;, + 0.045517;-0.073026; 0.796627;, + 0.072069;-0.002397; 0.816177;, + 0.066356;-0.038192; 0.758988;, + 0.065183;-0.029438; 0.743043;, + 0.075049; 0.006142; 0.813349;, + 0.075049; 0.006142; 0.813349;, + 0.071414; 0.015464; 0.766925;, + 0.085441; 0.041083; 0.826433;, + 0.091735; 0.030385; 0.853788;, + 0.083630; 0.053343; 0.864749;, + 0.092933; 0.034241; 0.887884;, + 0.091735; 0.030385; 0.853788;, + 0.085441; 0.041083; 0.826433;, + 0.092933; 0.034241; 0.887884;, + 0.083630; 0.053343; 0.864749;, + 0.077520; 0.054175; 0.877780;, + 0.082899; 0.029842; 0.908822;, + 0.070814; 0.037539; 0.903181;, + 0.071697; 0.023082; 0.908774;, + 0.082899; 0.029842; 0.908822;, + 0.077520; 0.054175; 0.877780;, + 0.070538; 0.066190; 0.832354;, + 0.083630; 0.053343; 0.864749;, + 0.085441; 0.041083; 0.826433;, + 0.068943; 0.066219; 0.784298;, + 0.071414; 0.015464; 0.766925;, + 0.063242; 0.034511; 0.731682;, + 0.068943; 0.066219; 0.784298;, + 0.085441; 0.041083; 0.826433;, + 0.056841; 0.035330; 0.893567;, + 0.067396; 0.061887; 0.861791;, + 0.058834; 0.073105; 0.835432;, + 0.053562; 0.050109; 0.878927;, + 0.053562; 0.050109; 0.878927;, + 0.058834; 0.073105; 0.835432;, + 0.037835; 0.090727; 0.826886;, + 0.038686; 0.076498; 0.851819;, + 0.038686; 0.076498; 0.851819;, + 0.037835; 0.090727; 0.826886;, + 0.020332; 0.098819; 0.829930;, + 0.019212; 0.086660; 0.853103;, + 0.056365;-0.004644; 0.852243;, + 0.056841; 0.035330; 0.893567;, + 0.049297;-0.007881; 0.857972;, + 0.063800;-0.032955; 0.828841;, + 0.071414; 0.015464; 0.766925;, + 0.075049; 0.006142; 0.813349;, + 0.065183;-0.029438; 0.743043;, + 0.059366;-0.010089; 0.723851;, + 0.057353;-0.050767; 0.727540;, + 0.051348;-0.031460; 0.706757;, + 0.059366;-0.010089; 0.723851;, + 0.065183;-0.029438; 0.743043;, + 0.045180;-0.069754; 0.722724;, + 0.042288;-0.064228; 0.701605;, + 0.051348;-0.031460; 0.706757;, + 0.057353;-0.050767; 0.727540;, + 0.045180;-0.069754; 0.722724;, + 0.057353;-0.050767; 0.727540;, + 0.054455;-0.066052; 0.750539;, + 0.045445;-0.078558; 0.731338;, + 0.042030;-0.089361; 0.733623;, + 0.040875;-0.084340; 0.727148;, + 0.045180;-0.069754; 0.722724;, + 0.045445;-0.078558; 0.731338;, + 0.029310;-0.137488; 0.744438;, + 0.029995;-0.135082; 0.733049;, + 0.042030;-0.089361; 0.733623;, + 0.045445;-0.078558; 0.731338;, + 0.045180;-0.069754; 0.722724;, + 0.040875;-0.084340; 0.727148;, + 0.026649;-0.125872; 0.717481;, + 0.027504;-0.118049; 0.709716;, + 0.031479; 0.098434; 0.780917;, + 0.052590; 0.082003; 0.775467;, + 0.047870; 0.073787; 0.732089;, + 0.030571; 0.088154; 0.735951;, + 0.068943; 0.066219; 0.784298;, + 0.063242; 0.034511; 0.731682;, + 0.059249; 0.047503; 0.714057;, + 0.053338; 0.063388; 0.725806;, + 0.028308;-0.138626; 0.756939;, + 0.009034;-0.155815; 0.753897;, + 0.009024;-0.154846; 0.745558;, + 0.029310;-0.137488; 0.744438;, + 0.020814;-0.150605; 0.764997;, + 0.008528;-0.155974; 0.759763;, + 0.009034;-0.155815; 0.753897;, + 0.028308;-0.138626; 0.756939;, + 0.013702;-0.156111; 0.767038;, + 0.004871;-0.158910; 0.764466;, + 0.008528;-0.155974; 0.759763;, + 0.020814;-0.150605; 0.764997;, + 0.024839;-0.138952; 0.772877;, + 0.027736;-0.116322; 0.783281;, + 0.018757;-0.114944; 0.790459;, + 0.013015;-0.152655; 0.777557;, + 0.013015;-0.152655; 0.777557;, + 0.013702;-0.156111; 0.767038;, + 0.020814;-0.150605; 0.764997;, + 0.024839;-0.138952; 0.772877;, + 0.032517;-0.081426; 0.794070;, + 0.023222;-0.082819; 0.800284;, + 0.018757;-0.114944; 0.790459;, + 0.027736;-0.116322; 0.783281;, + 0.027736;-0.116322; 0.783281;, + 0.024839;-0.138952; 0.772877;, + 0.040931;-0.097225; 0.758117;, + 0.046252;-0.083983; 0.769882;, + 0.029142;-0.081167; 0.811454;, + 0.019331;-0.082354; 0.819646;, + 0.015332;-0.086894; 0.804359;, + 0.023222;-0.082819; 0.800284;, + 0.023222;-0.082819; 0.800284;, + 0.015332;-0.086894; 0.804359;, + 0.007563;-0.116478; 0.790912;, + 0.018757;-0.114944; 0.790459;, + 0.018757;-0.114944; 0.790459;, + 0.007563;-0.116478; 0.790912;, + 0.004536;-0.154580; 0.777241;, + 0.013015;-0.152655; 0.777557;, + 0.004871;-0.158910; 0.764466;, + 0.013702;-0.156111; 0.767038;, + 0.013015;-0.152655; 0.777557;, + 0.004536;-0.154580; 0.777241;, + 0.029446;-0.101900; 0.700539;, + 0.042288;-0.064228; 0.701605;, + 0.045180;-0.069754; 0.722724;, + 0.027504;-0.118049; 0.709716;, + 0.055827; 0.010281; 0.710254;, + 0.041860;-0.016198; 0.696727;, + 0.043801; 0.002050; 0.683648;, + 0.056806; 0.024688; 0.699846;, + 0.059366;-0.010089; 0.723851;, + 0.051348;-0.031460; 0.706757;, + 0.041860;-0.016198; 0.696727;, + 0.055827; 0.010281; 0.710254;, + 0.071414; 0.015464; 0.766925;, + 0.059366;-0.010089; 0.723851;, + 0.055827; 0.010281; 0.710254;, + 0.063242; 0.034511; 0.731682;, + 0.029446;-0.101900; 0.700539;, + 0.026625;-0.074729; 0.692734;, + 0.032848;-0.055189; 0.692275;, + 0.042288;-0.064228; 0.701605;, + 0.041860;-0.016198; 0.696727;, + 0.051348;-0.031460; 0.706757;, + 0.042288;-0.064228; 0.701605;, + 0.032848;-0.055189; 0.692275;, + 0.026625;-0.074729; 0.692734;, + 0.029446;-0.101900; 0.700539;, + 0.000000;-0.133121; 0.698011;, + 0.000000;-0.101244; 0.690159;, + 0.041860;-0.016198; 0.696727;, + 0.032848;-0.055189; 0.692275;, + 0.026625;-0.074729; 0.692734;, + 0.020937;-0.038365; 0.684761;, + 0.000000;-0.135126; 0.703153;, + 0.000000;-0.133121; 0.698011;, + 0.029446;-0.101900; 0.700539;, + 0.027504;-0.118049; 0.709716;, + 0.070538; 0.066190; 0.832354;, + 0.068943; 0.066219; 0.784298;, + 0.052590; 0.082003; 0.775467;, + 0.055648; 0.082369; 0.808841;, + 0.055648; 0.082369; 0.808841;, + 0.052590; 0.082003; 0.775467;, + 0.031479; 0.098434; 0.780917;, + 0.032868; 0.099808; 0.806494;, + 0.041860;-0.016198; 0.696727;, + 0.020937;-0.038365; 0.684761;, + 0.025016;-0.015335; 0.674766;, + 0.043801; 0.002050; 0.683648;, + 0.063242; 0.034511; 0.731682;, + 0.055827; 0.010281; 0.710254;, + 0.056806; 0.024688; 0.699846;, + 0.059249; 0.047503; 0.714057;, + 0.053338; 0.063388; 0.725806;, + 0.047870; 0.073787; 0.732089;, + 0.052590; 0.082003; 0.775467;, + 0.068943; 0.066219; 0.784298;, + 0.070538; 0.066190; 0.832354;, + 0.055648; 0.082369; 0.808841;, + 0.058834; 0.073105; 0.835432;, + 0.067396; 0.061887; 0.861791;, + 0.058834; 0.073105; 0.835432;, + 0.055648; 0.082369; 0.808841;, + 0.032868; 0.099808; 0.806494;, + 0.037835; 0.090727; 0.826886;, + 0.053562; 0.050109; 0.878927;, + 0.046769; 0.025852; 0.879943;, + 0.049297;-0.007881; 0.857972;, + 0.056841; 0.035330; 0.893567;, + 0.029437;-0.037273; 0.857185;, + 0.026281;-0.063383; 0.841208;, + 0.054601;-0.049162; 0.836421;, + 0.051633;-0.023121; 0.853396;, + 0.051633;-0.023121; 0.853396;, + 0.054601;-0.049162; 0.836421;, + 0.063800;-0.032955; 0.828841;, + 0.049297;-0.007881; 0.857972;, + 0.038686; 0.076498; 0.851819;, + 0.036465; 0.053800; 0.868999;, + 0.046769; 0.025852; 0.879943;, + 0.053562; 0.050109; 0.878927;, + 0.019212; 0.086660; 0.853103;, + 0.014746; 0.060856; 0.871109;, + 0.036465; 0.053800; 0.868999;, + 0.038686; 0.076498; 0.851819;, + 0.051633;-0.023121; 0.853396;, + 0.049297;-0.007881; 0.857972;, + 0.046769; 0.025852; 0.879943;, + 0.041586; 0.007639; 0.868999;, + 0.041586; 0.007639; 0.868999;, + 0.046769; 0.025852; 0.879943;, + 0.036465; 0.053800; 0.868999;, + 0.031834; 0.036741; 0.871309;, + 0.023522;-0.004371; 0.871517;, + 0.041586; 0.007639; 0.868999;, + 0.031834; 0.036741; 0.871309;, + 0.014014; 0.031725; 0.874862;, + 0.023522;-0.004371; 0.871517;, + 0.029437;-0.037273; 0.857185;, + 0.051633;-0.023121; 0.853396;, + 0.041586; 0.007639; 0.868999;, + 0.031834; 0.036741; 0.871309;, + 0.036465; 0.053800; 0.868999;, + 0.014746; 0.060856; 0.871109;, + 0.014014; 0.031725; 0.874862;, + 0.030571; 0.088154; 0.735951;, + 0.011064; 0.094776; 0.737582;, + 0.018113; 0.105491; 0.784584;, + 0.031479; 0.098434; 0.780917;, + 0.018245; 0.106185; 0.808475;, + 0.032868; 0.099808; 0.806494;, + 0.031479; 0.098434; 0.780917;, + 0.018113; 0.105491; 0.784584;, + 0.037835; 0.090727; 0.826886;, + 0.032868; 0.099808; 0.806494;, + 0.018245; 0.106185; 0.808475;, + 0.020332; 0.098819; 0.829930;, + 0.018113; 0.105491; 0.784584;, + 0.011064; 0.094776; 0.737582;, + 0.000000; 0.095406; 0.737744;, + 0.000000; 0.108723; 0.786262;, + 0.056806; 0.024688; 0.699846;, + 0.043801; 0.002050; 0.683648;, + 0.058656; 0.012879; 0.634823;, + 0.069968; 0.035066; 0.652952;, + 0.043801; 0.002050; 0.683648;, + 0.025016;-0.015335; 0.674766;, + 0.033145;-0.006014; 0.619560;, + 0.058656; 0.012879; 0.634823;, + 0.047870; 0.073787; 0.732089;, + 0.053338; 0.063388; 0.725806;, + 0.061042; 0.082114; 0.684036;, + 0.048526; 0.089585; 0.689979;, + 0.053338; 0.063388; 0.725806;, + 0.059249; 0.047503; 0.714057;, + 0.072846; 0.065574; 0.673042;, + 0.061042; 0.082114; 0.684036;, + 0.000000; 0.095406; 0.737744;, + 0.011064; 0.094776; 0.737582;, + 0.012882; 0.098417; 0.695546;, + 0.000000; 0.099403; 0.695997;, + 0.011064; 0.094776; 0.737582;, + 0.030571; 0.088154; 0.735951;, + 0.026864; 0.096515; 0.694775;, + 0.012882; 0.098417; 0.695546;, + 0.047870; 0.073787; 0.732089;, + 0.048526; 0.089585; 0.689979;, + 0.026864; 0.096515; 0.694775;, + 0.030571; 0.088154; 0.735951;, + 0.072846; 0.065574; 0.673042;, + 0.059249; 0.047503; 0.714057;, + 0.056806; 0.024688; 0.699846;, + 0.069968; 0.035066; 0.652952;, + 0.058656; 0.012879; 0.634823;, + 0.033145;-0.006014; 0.619560;, + 0.047854;-0.037430; 0.563208;, + 0.084120;-0.010576; 0.587210;, + 0.072846; 0.065574; 0.673042;, + 0.069968; 0.035066; 0.652952;, + 0.090558; 0.030606; 0.625394;, + 0.093359; 0.064373; 0.653293;, + 0.061042; 0.082114; 0.684036;, + 0.072846; 0.065574; 0.673042;, + 0.093359; 0.064373; 0.653293;, + 0.081152; 0.092118; 0.662149;, + 0.026864; 0.096515; 0.694775;, + 0.048526; 0.089585; 0.689979;, + 0.070029; 0.103526; 0.660948;, + 0.046441; 0.107340; 0.662348;, + 0.012882; 0.098417; 0.695546;, + 0.026864; 0.096515; 0.694775;, + 0.046441; 0.107340; 0.662348;, + 0.022834; 0.105571; 0.667829;, + 0.090558; 0.030606; 0.625394;, + 0.069968; 0.035066; 0.652952;, + 0.058656; 0.012879; 0.634823;, + 0.084120;-0.010576; 0.587210;, + 0.093359; 0.064373; 0.653293;, + 0.090558; 0.030606; 0.625394;, + 0.145975; 0.000709; 0.607242;, + 0.134370; 0.052358; 0.639589;, + 0.081152; 0.092118; 0.662149;, + 0.093359; 0.064373; 0.653293;, + 0.134370; 0.052358; 0.639589;, + 0.130872; 0.098984; 0.637427;, + 0.167885; 0.046641; 0.648470;, + 0.179177;-0.002438; 0.609781;, + 0.221432; 0.007676; 0.634861;, + 0.216104; 0.052274; 0.654791;, + 0.166588; 0.105656; 0.627888;, + 0.167885; 0.046641; 0.648470;, + 0.216104; 0.052274; 0.654791;, + 0.205049; 0.115961; 0.614186;, + 0.216104; 0.052274; 0.654791;, + 0.221432; 0.007676; 0.634861;, + 0.427040; 0.008195; 0.618201;, + 0.419412; 0.044969; 0.633758;, + 0.205049; 0.115961; 0.614186;, + 0.216104; 0.052274; 0.654791;, + 0.419412; 0.044969; 0.633758;, + 0.419420; 0.090247; 0.585441;, + 0.419412; 0.044969; 0.633758;, + 0.427040; 0.008195; 0.618201;, + 0.493072; 0.016016; 0.622531;, + 0.464738; 0.062724; 0.630264;, + 0.419420; 0.090247; 0.585441;, + 0.419412; 0.044969; 0.633758;, + 0.464738; 0.062724; 0.630264;, + 0.466632; 0.091782; 0.590900;, + 0.464738; 0.062724; 0.630264;, + 0.493072; 0.016016; 0.622531;, + 0.721098; 0.004736; 0.605600;, + 0.717100; 0.024388; 0.624218;, + 0.466632; 0.091782; 0.590900;, + 0.464738; 0.062724; 0.630264;, + 0.717100; 0.024388; 0.624218;, + 0.720664; 0.055257; 0.621984;, + 0.061042; 0.082114; 0.684036;, + 0.081152; 0.092118; 0.662149;, + 0.070029; 0.103526; 0.660948;, + 0.048526; 0.089585; 0.689979;, + 0.166588; 0.105656; 0.627888;, + 0.159309; 0.132690; 0.581988;, + 0.127626; 0.123911; 0.620061;, + 0.130872; 0.098984; 0.637427;, + 0.130872; 0.098984; 0.637427;, + 0.127626; 0.123911; 0.620061;, + 0.070029; 0.103526; 0.660948;, + 0.081152; 0.092118; 0.662149;, + 0.419420; 0.090247; 0.585441;, + 0.423245; 0.079292; 0.557033;, + 0.207172; 0.125220; 0.553225;, + 0.205049; 0.115961; 0.614186;, + 0.221432; 0.007676; 0.634861;, + 0.227843;-0.010026; 0.572386;, + 0.431935; 0.017031; 0.566014;, + 0.427040; 0.008195; 0.618201;, + 0.179177;-0.002438; 0.609781;, + 0.190465;-0.020586; 0.561392;, + 0.227843;-0.010026; 0.572386;, + 0.221432; 0.007676; 0.634861;, + 0.227843;-0.010026; 0.572386;, + 0.225666; 0.042806; 0.518082;, + 0.425586; 0.038680; 0.548633;, + 0.431935; 0.017031; 0.566014;, + 0.144367;-0.046205; 0.500236;, + 0.190465;-0.020586; 0.561392;, + 0.140536;-0.028362; 0.561300;, + 0.082394;-0.060046; 0.517073;, + 0.227843;-0.010026; 0.572386;, + 0.176431;-0.026693; 0.496682;, + 0.182410; 0.012986; 0.470766;, + 0.225666; 0.042806; 0.518082;, + 0.084120;-0.010576; 0.587210;, + 0.140536;-0.028362; 0.561300;, + 0.145975; 0.000709; 0.607242;, + 0.090558; 0.030606; 0.625394;, + 0.225666; 0.042806; 0.518082;, + 0.207172; 0.125220; 0.553225;, + 0.423245; 0.079292; 0.557033;, + 0.425586; 0.038680; 0.548633;, + 0.427040; 0.008195; 0.618201;, + 0.431935; 0.017031; 0.566014;, + 0.470916; 0.023468; 0.562185;, + 0.493072; 0.016016; 0.622531;, + 0.493072; 0.016016; 0.622531;, + 0.470916; 0.023468; 0.562185;, + 0.717561; 0.023191; 0.587481;, + 0.721098; 0.004736; 0.605600;, + 0.207172; 0.125220; 0.553225;, + 0.225666; 0.042806; 0.518082;, + 0.182410; 0.012986; 0.470766;, + 0.173270; 0.110997; 0.456562;, + 0.135237; 0.137067; 0.537770;, + 0.159309; 0.132690; 0.581988;, + 0.207172; 0.125220; 0.553225;, + 0.173270; 0.110997; 0.456562;, + 0.022834; 0.105571; 0.667829;, + 0.046441; 0.107340; 0.662348;, + 0.104896; 0.142591; 0.599125;, + 0.063576; 0.144798; 0.590259;, + 0.135237; 0.137067; 0.537770;, + 0.077689; 0.154519; 0.527308;, + 0.063576; 0.144798; 0.590259;, + 0.104896; 0.142591; 0.599125;, + 0.070029; 0.103526; 0.660948;, + 0.127626; 0.123911; 0.620061;, + 0.104896; 0.142591; 0.599125;, + 0.046441; 0.107340; 0.662348;, + 0.173270; 0.110997; 0.456562;, + 0.145810; 0.092549; 0.387788;, + 0.092163; 0.148332; 0.406355;, + 0.092429; 0.157634; 0.473091;, + 0.182410; 0.012986; 0.470766;, + 0.145902; 0.008252; 0.397039;, + 0.145810; 0.092549; 0.387788;, + 0.173270; 0.110997; 0.456562;, + 0.176431;-0.026693; 0.496682;, + 0.128946;-0.052736; 0.441784;, + 0.145902; 0.008252; 0.397039;, + 0.182410; 0.012986; 0.470766;, + 0.176431;-0.026693; 0.496682;, + 0.144367;-0.046205; 0.500236;, + 0.097312;-0.073098; 0.446204;, + 0.128946;-0.052736; 0.441784;, + 0.090556;-0.063073; 0.382926;, + 0.044814;-0.073702; 0.390072;, + 0.045081;-0.068137; 0.301911;, + 0.079820;-0.056450; 0.296546;, + 0.137204; 0.002022; 0.339573;, + 0.114735;-0.045755; 0.364567;, + 0.101835;-0.043671; 0.285072;, + 0.135571;-0.010381; 0.269757;, + 0.000000; 0.134287; 0.361562;, + 0.097090; 0.129800; 0.343998;, + 0.091945; 0.115835; 0.290370;, + -0.000000; 0.122819; 0.296588;, + 0.097090; 0.129800; 0.343998;, + 0.134756; 0.067713; 0.330982;, + 0.134969; 0.062478; 0.270829;, + 0.091945; 0.115835; 0.290370;, + 0.134756; 0.067713; 0.330982;, + 0.137204; 0.002022; 0.339573;, + 0.135571;-0.010381; 0.269757;, + 0.134969; 0.062478; 0.270829;, + 0.134969; 0.062478; 0.270829;, + 0.135571;-0.010381; 0.269757;, + 0.141936;-0.004534; 0.208702;, + 0.139458; 0.068362; 0.215397;, + 0.135571;-0.010381; 0.269757;, + 0.101835;-0.043671; 0.285072;, + 0.106634;-0.042869; 0.227819;, + 0.141936;-0.004534; 0.208702;, + 0.137727; 0.086406; 0.166343;, + 0.098951; 0.129651; 0.174859;, + 0.106228; 0.102616; 0.228441;, + 0.139458; 0.068362; 0.215397;, + 0.106634;-0.042869; 0.227819;, + 0.080734;-0.054518; 0.230071;, + 0.076718;-0.054581; 0.179121;, + 0.110831;-0.039623; 0.177922;, + 0.139458; 0.068362; 0.215397;, + 0.106228; 0.102616; 0.228441;, + 0.111244; 0.096737; 0.256031;, + 0.134969; 0.062478; 0.270829;, + 0.079820;-0.056450; 0.296546;, + 0.045081;-0.068137; 0.301911;, + 0.041405;-0.068907; 0.234761;, + 0.080734;-0.054518; 0.230071;, + 0.139458; 0.068362; 0.215397;, + 0.141936;-0.004534; 0.208702;, + 0.150283; 0.006805; 0.157995;, + 0.137727; 0.086406; 0.166343;, + 0.141936;-0.004534; 0.208702;, + 0.106634;-0.042869; 0.227819;, + 0.110831;-0.039623; 0.177922;, + 0.150283; 0.006805; 0.157995;, + 0.137727; 0.086406; 0.166343;, + 0.138297; 0.098417; 0.123619;, + 0.095141; 0.155147; 0.106985;, + 0.098951; 0.129651; 0.174859;, + 0.101835;-0.043671; 0.285072;, + 0.079820;-0.056450; 0.296546;, + 0.080734;-0.054518; 0.230071;, + 0.106634;-0.042869; 0.227819;, + 0.080734;-0.054518; 0.230071;, + 0.041405;-0.068907; 0.234761;, + 0.042190;-0.066711; 0.183382;, + 0.076718;-0.054581; 0.179121;, + 0.122115;-0.038710; 0.137622;, + 0.075440;-0.050470; 0.139973;, + 0.074270;-0.042740; 0.088613;, + 0.131322;-0.037153; 0.090458;, + 0.134370; 0.052358; 0.639589;, + 0.145975; 0.000709; 0.607242;, + 0.179177;-0.002438; 0.609781;, + 0.167885; 0.046641; 0.648470;, + 0.130872; 0.098984; 0.637427;, + 0.134370; 0.052358; 0.639589;, + 0.167885; 0.046641; 0.648470;, + 0.166588; 0.105656; 0.627888;, + 0.205049; 0.115961; 0.614186;, + 0.207172; 0.125220; 0.553225;, + 0.159309; 0.132690; 0.581988;, + 0.166588; 0.105656; 0.627888;, + 0.145975; 0.000709; 0.607242;, + 0.140536;-0.028362; 0.561300;, + 0.190465;-0.020586; 0.561392;, + 0.179177;-0.002438; 0.609781;, + 0.176431;-0.026693; 0.496682;, + 0.227843;-0.010026; 0.572386;, + 0.190465;-0.020586; 0.561392;, + 0.144367;-0.046205; 0.500236;, + 0.097312;-0.073098; 0.446204;, + 0.144367;-0.046205; 0.500236;, + 0.082394;-0.060046; 0.517073;, + 0.037893;-0.078642; 0.455399;, + 0.092163; 0.148332; 0.406355;, + 0.145810; 0.092549; 0.387788;, + 0.134756; 0.067713; 0.330982;, + 0.097090; 0.129800; 0.343998;, + 0.104896; 0.142591; 0.599125;, + 0.127626; 0.123911; 0.620061;, + 0.159309; 0.132690; 0.581988;, + 0.135237; 0.137067; 0.537770;, + 0.173270; 0.110997; 0.456562;, + 0.092429; 0.157634; 0.473091;, + 0.077689; 0.154519; 0.527308;, + 0.135237; 0.137067; 0.537770;, + 0.000000; 0.142712; 0.419527;, + 0.092163; 0.148332; 0.406355;, + 0.097090; 0.129800; 0.343998;, + 0.000000; 0.134287; 0.361562;, + 0.090556;-0.063073; 0.382926;, + 0.097312;-0.073098; 0.446204;, + 0.037893;-0.078642; 0.455399;, + 0.044814;-0.073702; 0.390072;, + 0.097312;-0.073098; 0.446204;, + 0.090556;-0.063073; 0.382926;, + 0.114735;-0.045755; 0.364567;, + 0.128946;-0.052736; 0.441784;, + 0.079820;-0.056450; 0.296546;, + 0.101835;-0.043671; 0.285072;, + 0.114735;-0.045755; 0.364567;, + 0.090556;-0.063073; 0.382926;, + 0.140536;-0.028362; 0.561300;, + 0.084120;-0.010576; 0.587210;, + 0.047854;-0.037430; 0.563208;, + 0.082394;-0.060046; 0.517073;, + 0.082394;-0.060046; 0.517073;, + 0.047854;-0.037430; 0.563208;, + -0.000000;-0.034534; 0.557958;, + -0.000000;-0.059921; 0.508296;, + 0.134756; 0.067713; 0.330982;, + 0.145810; 0.092549; 0.387788;, + 0.145902; 0.008252; 0.397039;, + 0.137204; 0.002022; 0.339573;, + 0.128946;-0.052736; 0.441784;, + 0.114735;-0.045755; 0.364567;, + 0.137204; 0.002022; 0.339573;, + 0.145902; 0.008252; 0.397039;, + 0.425586; 0.038680; 0.548633;, + 0.423245; 0.079292; 0.557033;, + 0.468448; 0.083060; 0.565124;, + 0.466342; 0.045922; 0.547825;, + 0.466632; 0.091782; 0.590900;, + 0.468448; 0.083060; 0.565124;, + 0.423245; 0.079292; 0.557033;, + 0.419420; 0.090247; 0.585441;, + 0.470916; 0.023468; 0.562185;, + 0.431935; 0.017031; 0.566014;, + 0.425586; 0.038680; 0.548633;, + 0.466342; 0.045922; 0.547825;, + 0.139421;-0.047322;-0.036864;, + 0.073088;-0.047276;-0.039461;, + 0.107888;-0.026374;-0.246738;, + 0.144666;-0.013615;-0.262457;, + 0.184290; 0.009414;-0.035916;, + 0.139421;-0.047322;-0.036864;, + 0.144666;-0.013615;-0.262457;, + 0.164944; 0.024239;-0.265693;, + 0.112761; 0.123198;-0.039755;, + 0.163644; 0.087107;-0.037359;, + 0.159246; 0.077147;-0.232595;, + 0.133743; 0.097832;-0.234444;, + 0.150283; 0.006805; 0.157995;, + 0.110831;-0.039623; 0.177922;, + 0.122115;-0.038710; 0.137622;, + 0.159191; 0.009553; 0.125568;, + 0.184290; 0.009414;-0.035916;, + 0.164944; 0.024239;-0.265693;, + 0.159246; 0.077147;-0.232595;, + 0.163644; 0.087107;-0.037359;, + 0.137727; 0.086406; 0.166343;, + 0.150283; 0.006805; 0.157995;, + 0.159191; 0.009553; 0.125568;, + 0.138297; 0.098417; 0.123619;, + 0.008797; 0.046766;-0.047548;, + 0.046421; 0.107871;-0.041583;, + 0.096584; 0.101130;-0.233701;, + 0.048702; 0.057429;-0.241241;, + 0.112761; 0.123198;-0.039755;, + 0.133743; 0.097832;-0.234444;, + 0.096584; 0.101130;-0.233701;, + 0.046421; 0.107871;-0.041583;, + 0.008797; 0.046766;-0.047548;, + 0.002059; 0.047747; 0.020987;, + 0.024291; 0.133146; 0.041614;, + 0.046421; 0.107871;-0.041583;, + 0.107888;-0.026374;-0.246738;, + 0.073088;-0.047276;-0.039461;, + 0.016886; 0.005890;-0.050543;, + 0.053807; 0.015960;-0.239539;, + 0.100020; 0.151927; 0.060842;, + 0.112761; 0.123198;-0.039755;, + 0.046421; 0.107871;-0.041583;, + 0.024291; 0.133146; 0.041614;, + 0.144488; 0.101616; 0.084586;, + 0.163644; 0.087107;-0.037359;, + 0.112761; 0.123198;-0.039755;, + 0.100020; 0.151927; 0.060842;, + 0.470916; 0.023468; 0.562185;, + 0.466342; 0.045922; 0.547825;, + 0.719972; 0.050137; 0.584839;, + 0.717561; 0.023191; 0.587481;, + 0.468448; 0.083060; 0.565124;, + 0.721607; 0.067702; 0.600975;, + 0.719972; 0.050137; 0.584839;, + 0.466342; 0.045922; 0.547825;, + 0.720664; 0.055257; 0.621984;, + 0.721607; 0.067702; 0.600975;, + 0.468448; 0.083060; 0.565124;, + 0.466632; 0.091782; 0.590900;, + 0.096584; 0.101130;-0.233701;, + 0.133743; 0.097832;-0.234444;, + 0.147717; 0.113973;-0.338999;, + 0.114552; 0.112547;-0.332243;, + 0.144666;-0.013615;-0.262457;, + 0.107888;-0.026374;-0.246738;, + 0.117799;-0.002046;-0.338304;, + 0.143560;-0.001297;-0.339534;, + 0.107888;-0.026374;-0.246738;, + 0.053807; 0.015960;-0.239539;, + 0.084261; 0.024104;-0.334836;, + 0.117799;-0.002046;-0.338304;, + 0.164944; 0.024239;-0.265693;, + 0.144666;-0.013615;-0.262457;, + 0.143560;-0.001297;-0.339534;, + 0.170770; 0.032877;-0.340203;, + 0.159246; 0.077147;-0.232595;, + 0.164944; 0.024239;-0.265693;, + 0.170770; 0.032877;-0.340203;, + 0.172608; 0.085426;-0.335778;, + 0.048702; 0.057429;-0.241241;, + 0.096584; 0.101130;-0.233701;, + 0.114552; 0.112547;-0.332243;, + 0.073265; 0.073411;-0.333170;, + 0.133743; 0.097832;-0.234444;, + 0.159246; 0.077147;-0.232595;, + 0.172608; 0.085426;-0.335778;, + 0.147717; 0.113973;-0.338999;, + 0.172608; 0.085426;-0.335778;, + 0.170770; 0.032877;-0.340203;, + 0.182813; 0.039157;-0.449067;, + 0.192978; 0.092281;-0.446712;, + 0.170770; 0.032877;-0.340203;, + 0.143560;-0.001297;-0.339534;, + 0.153284; 0.015039;-0.462336;, + 0.182813; 0.039157;-0.449067;, + 0.147717; 0.113973;-0.338999;, + 0.172608; 0.085426;-0.335778;, + 0.192978; 0.092281;-0.446712;, + 0.165338; 0.126559;-0.462068;, + 0.073265; 0.073411;-0.333170;, + 0.114552; 0.112547;-0.332243;, + 0.126444; 0.130946;-0.468104;, + 0.075636; 0.083438;-0.461053;, + 0.114552; 0.112547;-0.332243;, + 0.147717; 0.113973;-0.338999;, + 0.165338; 0.126559;-0.462068;, + 0.126444; 0.130946;-0.468104;, + 0.117799;-0.002046;-0.338304;, + 0.084261; 0.024104;-0.334836;, + 0.080728; 0.048546;-0.465495;, + 0.112436; 0.023883;-0.473321;, + 0.143560;-0.001297;-0.339534;, + 0.117799;-0.002046;-0.338304;, + 0.112436; 0.023883;-0.473321;, + 0.153284; 0.015039;-0.462336;, + 0.182813; 0.039157;-0.449067;, + 0.153284; 0.015039;-0.462336;, + 0.147570; 0.003863;-0.732762;, + 0.169765; 0.031644;-0.735856;, + 0.165338; 0.126559;-0.462068;, + 0.192978; 0.092281;-0.446712;, + 0.173580; 0.066547;-0.736775;, + 0.146051; 0.097026;-0.732263;, + 0.075636; 0.083438;-0.461053;, + 0.126444; 0.130946;-0.468104;, + 0.130290; 0.093881;-0.733554;, + 0.116648; 0.060006;-0.731100;, + 0.126444; 0.130946;-0.468104;, + 0.165338; 0.126559;-0.462068;, + 0.146051; 0.097026;-0.732263;, + 0.130290; 0.093881;-0.733554;, + 0.112436; 0.023883;-0.473321;, + 0.080728; 0.048546;-0.465495;, + 0.119474; 0.030883;-0.724777;, + 0.129094; 0.008852;-0.725642;, + 0.153284; 0.015039;-0.462336;, + 0.112436; 0.023883;-0.473321;, + 0.129094; 0.008852;-0.725642;, + 0.147570; 0.003863;-0.732762;, + 0.192978; 0.092281;-0.446712;, + 0.182813; 0.039157;-0.449067;, + 0.169765; 0.031644;-0.735856;, + 0.173580; 0.066547;-0.736775;, + 0.721098; 0.004736; 0.605600;, + 0.717561; 0.023191; 0.587481;, + 0.743912;-0.011952; 0.572167;, + 0.759049;-0.025049; 0.578293;, + 0.794853;-0.025226; 0.574542;, + 0.793604;-0.014903; 0.565578;, + 0.822428;-0.016857; 0.563991;, + 0.824100;-0.020937; 0.577510;, + 0.824100;-0.020937; 0.577510;, + 0.822428;-0.016857; 0.563991;, + 0.820257;-0.008914; 0.566212;, + 0.822123;-0.013069; 0.579986;, + 0.799329;-0.010042; 0.584202;, + 0.793523;-0.006640; 0.572414;, + 0.762370; 0.002265; 0.571994;, + 0.778447;-0.009429; 0.590648;, + 0.794853;-0.025226; 0.574542;, + 0.799329;-0.010042; 0.584202;, + 0.778447;-0.009429; 0.590648;, + 0.759049;-0.025049; 0.578293;, + 0.793604;-0.014903; 0.565578;, + 0.793523;-0.006640; 0.572414;, + 0.820257;-0.008914; 0.566212;, + 0.822428;-0.016857; 0.563991;, + 0.759049;-0.025049; 0.578293;, + 0.743912;-0.011952; 0.572167;, + 0.793604;-0.014903; 0.565578;, + 0.794853;-0.025226; 0.574542;, + 0.822123;-0.013069; 0.579986;, + 0.820257;-0.008914; 0.566212;, + 0.793523;-0.006640; 0.572414;, + 0.799329;-0.010042; 0.584202;, + 0.824100;-0.020937; 0.577510;, + 0.822123;-0.013069; 0.579986;, + 0.799329;-0.010042; 0.584202;, + 0.794853;-0.025226; 0.574542;, + 0.743912;-0.011952; 0.572167;, + 0.762370; 0.002265; 0.571994;, + 0.793523;-0.006640; 0.572414;, + 0.793604;-0.014903; 0.565578;, + 0.759049;-0.025049; 0.578293;, + 0.778447;-0.009429; 0.590648;, + 0.777638;-0.005198; 0.614509;, + 0.753683; 0.002347; 0.617240;, + 0.745419; 0.049262; 0.620932;, + 0.720664; 0.055257; 0.621984;, + 0.717100; 0.024388; 0.624218;, + 0.753683; 0.002347; 0.617240;, + 0.721098; 0.004736; 0.605600;, + 0.759049;-0.025049; 0.578293;, + 0.753683; 0.002347; 0.617240;, + 0.717100; 0.024388; 0.624218;, + 0.717561; 0.023191; 0.587481;, + 0.746414; 0.026103; 0.579625;, + 0.762370; 0.002265; 0.571994;, + 0.743912;-0.011952; 0.572167;, + 0.720664; 0.055257; 0.621984;, + 0.745419; 0.049262; 0.620932;, + 0.745510; 0.069692; 0.606241;, + 0.721607; 0.067702; 0.600975;, + 0.745510; 0.069692; 0.606241;, + 0.745419; 0.049262; 0.620932;, + 0.780399; 0.042552; 0.619655;, + 0.786378; 0.071478; 0.597209;, + 0.749839; 0.066983; 0.583608;, + 0.719972; 0.050137; 0.584839;, + 0.721607; 0.067702; 0.600975;, + 0.745510; 0.069692; 0.606241;, + 0.749839; 0.066983; 0.583608;, + 0.745510; 0.069692; 0.606241;, + 0.786378; 0.071478; 0.597209;, + 0.788351; 0.067990; 0.582875;, + 0.746414; 0.026103; 0.579625;, + 0.717561; 0.023191; 0.587481;, + 0.719972; 0.050137; 0.584839;, + 0.749839; 0.066983; 0.583608;, + 0.746414; 0.026103; 0.579625;, + 0.749839; 0.066983; 0.583608;, + 0.788351; 0.067990; 0.582875;, + 0.783271; 0.027661; 0.591395;, + 0.783271; 0.027661; 0.591395;, + 0.778447;-0.009429; 0.590648;, + 0.762370; 0.002265; 0.571994;, + 0.746414; 0.026103; 0.579625;, + 0.783271; 0.027661; 0.591395;, + 0.788351; 0.067990; 0.582875;, + 0.823130; 0.067352; 0.592179;, + 0.819995; 0.025782; 0.588695;, + 0.786378; 0.071478; 0.597209;, + 0.780399; 0.042552; 0.619655;, + 0.814587; 0.032069; 0.615567;, + 0.818631; 0.069598; 0.604280;, + 0.808548;-0.011581; 0.610925;, + 0.854044;-0.014514; 0.605898;, + 0.856838; 0.022614; 0.612876;, + 0.814587; 0.032069; 0.615567;, + 0.788351; 0.067990; 0.582875;, + 0.786378; 0.071478; 0.597209;, + 0.818631; 0.069598; 0.604280;, + 0.823130; 0.067352; 0.592179;, + 0.777638;-0.005198; 0.614509;, + 0.778447;-0.009429; 0.590648;, + 0.811714;-0.012244; 0.596958;, + 0.808548;-0.011581; 0.610925;, + 0.778447;-0.009429; 0.590648;, + 0.783271; 0.027661; 0.591395;, + 0.819995; 0.025782; 0.588695;, + 0.811714;-0.012244; 0.596958;, + 0.823130; 0.067352; 0.592179;, + 0.818631; 0.069598; 0.604280;, + 0.864671; 0.063418; 0.604539;, + 0.869027; 0.062056; 0.594869;, + 0.780399; 0.042552; 0.619655;, + 0.777638;-0.005198; 0.614509;, + 0.808548;-0.011581; 0.610925;, + 0.814587; 0.032069; 0.615567;, + 0.811714;-0.012244; 0.596958;, + 0.819995; 0.025782; 0.588695;, + 0.857013; 0.019680; 0.593986;, + 0.863464;-0.009513; 0.592571;, + 0.808548;-0.011581; 0.610925;, + 0.811714;-0.012244; 0.596958;, + 0.863464;-0.009513; 0.592571;, + 0.854044;-0.014514; 0.605898;, + 0.819995; 0.025782; 0.588695;, + 0.823130; 0.067352; 0.592179;, + 0.869027; 0.062056; 0.594869;, + 0.857013; 0.019680; 0.593986;, + 0.857013; 0.019680; 0.593986;, + 0.869027; 0.062056; 0.594869;, + 0.901878; 0.043971; 0.595426;, + 0.905787; 0.015487; 0.591743;, + 0.869027; 0.062056; 0.594869;, + 0.864671; 0.063418; 0.604539;, + 0.904493; 0.041917; 0.603068;, + 0.901878; 0.043971; 0.595426;, + 0.745419; 0.049262; 0.620932;, + 0.753683; 0.002347; 0.617240;, + 0.777638;-0.005198; 0.614509;, + 0.780399; 0.042552; 0.619655;, + 0.863464;-0.009513; 0.592571;, + 0.857013; 0.019680; 0.593986;, + 0.905787; 0.015487; 0.591743;, + 0.898209;-0.008151; 0.595747;, + 0.854044;-0.014514; 0.605898;, + 0.863464;-0.009513; 0.592571;, + 0.898209;-0.008151; 0.595747;, + 0.898541;-0.009336; 0.602888;, + 0.912792; 0.013408; 0.603567;, + 0.905787; 0.015487; 0.591743;, + 0.901878; 0.043971; 0.595426;, + 0.904493; 0.041917; 0.603068;, + 0.898209;-0.008151; 0.595747;, + 0.905787; 0.015487; 0.591743;, + 0.912792; 0.013408; 0.603567;, + 0.898541;-0.009336; 0.602888;, + 0.814587; 0.032069; 0.615567;, + 0.856838; 0.022614; 0.612876;, + 0.864671; 0.063418; 0.604539;, + 0.818631; 0.069598; 0.604280;, + 0.856838; 0.022614; 0.612876;, + 0.912792; 0.013408; 0.603567;, + 0.904493; 0.041917; 0.603068;, + 0.864671; 0.063418; 0.604539;, + 0.854044;-0.014514; 0.605898;, + 0.898541;-0.009336; 0.602888;, + 0.912792; 0.013408; 0.603567;, + 0.856838; 0.022614; 0.612876;, + 0.147570; 0.003863;-0.732762;, + 0.129094; 0.008852;-0.725642;, + 0.121014;-0.009077;-0.750199;, + 0.150840;-0.010997;-0.747362;, + 0.169765; 0.031644;-0.735856;, + 0.147570; 0.003863;-0.732762;, + 0.150840;-0.010997;-0.747362;, + 0.178529; 0.027449;-0.771701;, + 0.150840;-0.010997;-0.747362;, + 0.121014;-0.009077;-0.750199;, + 0.109467;-0.013757;-0.770521;, + 0.151468;-0.034935;-0.763614;, + 0.178529; 0.027449;-0.771701;, + 0.150840;-0.010997;-0.747362;, + 0.151468;-0.034935;-0.763614;, + 0.181152; 0.008919;-0.789635;, + 0.151468;-0.034935;-0.763614;, + 0.109467;-0.013757;-0.770521;, + 0.101821;-0.068978;-0.787027;, + 0.145482;-0.066809;-0.780054;, + 0.181152; 0.008919;-0.789635;, + 0.151468;-0.034935;-0.763614;, + 0.145482;-0.066809;-0.780054;, + 0.189445;-0.029327;-0.803075;, + 0.145482;-0.066809;-0.780054;, + 0.101821;-0.068978;-0.787027;, + 0.107205;-0.132560;-0.799849;, + 0.140118;-0.135073;-0.800114;, + 0.189445;-0.029327;-0.803075;, + 0.145482;-0.066809;-0.780054;, + 0.140118;-0.135073;-0.800114;, + 0.186566;-0.096223;-0.803440;, + 0.130290; 0.093881;-0.733554;, + 0.146051; 0.097026;-0.732263;, + 0.148751; 0.109150;-0.774946;, + 0.123194; 0.102131;-0.771216;, + 0.116648; 0.060006;-0.731100;, + 0.130290; 0.093881;-0.733554;, + 0.123194; 0.102131;-0.771216;, + 0.114053; 0.069915;-0.775615;, + 0.146051; 0.097026;-0.732263;, + 0.173580; 0.066547;-0.736775;, + 0.170937; 0.064795;-0.783335;, + 0.148751; 0.109150;-0.774946;, + 0.169765; 0.031644;-0.735856;, + 0.178529; 0.027449;-0.771701;, + 0.170937; 0.064795;-0.783335;, + 0.173580; 0.066547;-0.736775;, + 0.121014;-0.009077;-0.750199;, + 0.129094; 0.008852;-0.725642;, + 0.119474; 0.030883;-0.724777;, + 0.111296; 0.036466;-0.770040;, + 0.148751; 0.109150;-0.774946;, + 0.170937; 0.064795;-0.783335;, + 0.169201; 0.069760;-0.801802;, + 0.144977; 0.110089;-0.803443;, + 0.114053; 0.069915;-0.775615;, + 0.123194; 0.102131;-0.771216;, + 0.121029; 0.100871;-0.805073;, + 0.112579; 0.070015;-0.806519;, + 0.123194; 0.102131;-0.771216;, + 0.148751; 0.109150;-0.774946;, + 0.144977; 0.110089;-0.803443;, + 0.121029; 0.100871;-0.805073;, + 0.181152; 0.008919;-0.789635;, + 0.169201; 0.069760;-0.801802;, + 0.170937; 0.064795;-0.783335;, + 0.178529; 0.027449;-0.771701;, + 0.121014;-0.009077;-0.750199;, + 0.111296; 0.036466;-0.770040;, + 0.113638; 0.040275;-0.794468;, + 0.109467;-0.013757;-0.770521;, + 0.121029; 0.100871;-0.805073;, + 0.144977; 0.110089;-0.803443;, + 0.141575; 0.100041;-0.815773;, + 0.125239; 0.086661;-0.818939;, + 0.107205;-0.132560;-0.799849;, + 0.101821;-0.068978;-0.787027;, + 0.097937;-0.067789;-0.812404;, + 0.109051;-0.131228;-0.821074;, + 0.169201; 0.069760;-0.801802;, + 0.181152; 0.008919;-0.789635;, + 0.173050; 0.028105;-0.809953;, + 0.162794; 0.060801;-0.813997;, + 0.144977; 0.110089;-0.803443;, + 0.169201; 0.069760;-0.801802;, + 0.162794; 0.060801;-0.813997;, + 0.141575; 0.100041;-0.815773;, + 0.101821;-0.068978;-0.787027;, + 0.109467;-0.013757;-0.770521;, + 0.109031;-0.012092;-0.788122;, + 0.097937;-0.067789;-0.812404;, + 0.109467;-0.013757;-0.770521;, + 0.113638; 0.040275;-0.794468;, + 0.117207; 0.035216;-0.810879;, + 0.109031;-0.012092;-0.788122;, + 0.112579; 0.070015;-0.806519;, + 0.121029; 0.100871;-0.805073;, + 0.125239; 0.086661;-0.818939;, + 0.121803; 0.060773;-0.819027;, + 0.189445;-0.029327;-0.803075;, + 0.186566;-0.096223;-0.803440;, + 0.184212;-0.097951;-0.820444;, + 0.181046;-0.026926;-0.818443;, + 0.181152; 0.008919;-0.789635;, + 0.189445;-0.029327;-0.803075;, + 0.181046;-0.026926;-0.818443;, + 0.173050; 0.028105;-0.809953;, + 0.186566;-0.096223;-0.803440;, + 0.140118;-0.135073;-0.800114;, + 0.138399;-0.136318;-0.818936;, + 0.184212;-0.097951;-0.820444;, + 0.140118;-0.135073;-0.800114;, + 0.107205;-0.132560;-0.799849;, + 0.109051;-0.131228;-0.821074;, + 0.138399;-0.136318;-0.818936;, + 0.138399;-0.136318;-0.818936;, + 0.109051;-0.131228;-0.821074;, + 0.097937;-0.067789;-0.812404;, + 0.184212;-0.097951;-0.820444;, + 0.109031;-0.012092;-0.788122;, + 0.181046;-0.026926;-0.818443;, + 0.184212;-0.097951;-0.820444;, + 0.097937;-0.067789;-0.812404;, + 0.181046;-0.026926;-0.818443;, + 0.109031;-0.012092;-0.788122;, + 0.117207; 0.035216;-0.810879;, + 0.173050; 0.028105;-0.809953;, + 0.110831;-0.039623; 0.177922;, + 0.076718;-0.054581; 0.179121;, + 0.075440;-0.050470; 0.139973;, + 0.122115;-0.038710; 0.137622;, + 0.166194; 0.014528; 0.086389;, + 0.184290; 0.009414;-0.035916;, + 0.163644; 0.087107;-0.037359;, + 0.144488; 0.101616; 0.084586;, + 0.016886; 0.005890;-0.050543;, + 0.008797; 0.046766;-0.047548;, + 0.048702; 0.057429;-0.241241;, + 0.053807; 0.015960;-0.239539;, + 0.131322;-0.037153; 0.090458;, + 0.139421;-0.047322;-0.036864;, + 0.184290; 0.009414;-0.035916;, + 0.166194; 0.014528; 0.086389;, + 0.053807; 0.015960;-0.239539;, + 0.048702; 0.057429;-0.241241;, + 0.073265; 0.073411;-0.333170;, + 0.084261; 0.024104;-0.334836;, + 0.084261; 0.024104;-0.334836;, + 0.073265; 0.073411;-0.333170;, + 0.075636; 0.083438;-0.461053;, + 0.080728; 0.048546;-0.465495;, + 0.080728; 0.048546;-0.465495;, + 0.075636; 0.083438;-0.461053;, + 0.116648; 0.060006;-0.731100;, + 0.119474; 0.030883;-0.724777;, + 0.119474; 0.030883;-0.724777;, + 0.116648; 0.060006;-0.731100;, + 0.114053; 0.069915;-0.775615;, + 0.111296; 0.036466;-0.770040;, + 0.111296; 0.036466;-0.770040;, + 0.114053; 0.069915;-0.775615;, + 0.112579; 0.070015;-0.806519;, + 0.113638; 0.040275;-0.794468;, + 0.113638; 0.040275;-0.794468;, + 0.112579; 0.070015;-0.806519;, + 0.121803; 0.060773;-0.819027;, + 0.117207; 0.035216;-0.810879;, + 0.121803; 0.060773;-0.819027;, + 0.162794; 0.060801;-0.813997;, + 0.173050; 0.028105;-0.809953;, + 0.117207; 0.035216;-0.810879;, + 0.141575; 0.100041;-0.815773;, + 0.162794; 0.060801;-0.813997;, + 0.121803; 0.060773;-0.819027;, + 0.125239; 0.086661;-0.818939;, + 0.040875;-0.084340; 0.727148;, + 0.027010;-0.111828; 0.725956;, + 0.020615;-0.124789; 0.724697;, + 0.026649;-0.125872; 0.717481;, + 0.029995;-0.135082; 0.733049;, + 0.025481;-0.119106; 0.725064;, + 0.034567;-0.103754; 0.726366;, + 0.042030;-0.089361; 0.733623;, + 0.042030;-0.089361; 0.733623;, + 0.034567;-0.103754; 0.726366;, + 0.027010;-0.111828; 0.725956;, + 0.040875;-0.084340; 0.727148;, + 0.007935;-0.149894; 0.731334;, + 0.006046;-0.138530; 0.724565;, + 0.025481;-0.119106; 0.725064;, + 0.029995;-0.135082; 0.733049;, + 0.027010;-0.111828; 0.725956;, + 0.027103;-0.094930; 0.721336;, + 0.020857;-0.109376; 0.720488;, + 0.020615;-0.124789; 0.724697;, + 0.006046;-0.138530; 0.724565;, + 0.003577;-0.135020; 0.725356;, + 0.024836;-0.107190; 0.725847;, + 0.025481;-0.119106; 0.725064;, + 0.025481;-0.119106; 0.725064;, + 0.024836;-0.107190; 0.725847;, + 0.034457;-0.088312; 0.726934;, + 0.034567;-0.103754; 0.726366;, + 0.034567;-0.103754; 0.726366;, + 0.034457;-0.088312; 0.726934;, + 0.027103;-0.094930; 0.721336;, + 0.027010;-0.111828; 0.725956;, + 0.035416;-0.077423; 0.797116;, + 0.045517;-0.073026; 0.796627;, + 0.042735;-0.066917; 0.796940;, + 0.033044;-0.072317; 0.797407;, + 0.029344;-0.078401; 0.799795;, + 0.035416;-0.077423; 0.797116;, + 0.033044;-0.072317; 0.797407;, + 0.025831;-0.072803; 0.799952;, + 0.048515;-0.070851; 0.804365;, + 0.035257;-0.077386; 0.804617;, + 0.032372;-0.072638; 0.805581;, + 0.046241;-0.065384; 0.805332;, + 0.051704;-0.063533; 0.801383;, + 0.048515;-0.070851; 0.804365;, + 0.046241;-0.065384; 0.805332;, + 0.048712;-0.058321; 0.803003;, + 0.045517;-0.073026; 0.796627;, + 0.051704;-0.063533; 0.801383;, + 0.048712;-0.058321; 0.803003;, + 0.042735;-0.066917; 0.796940;, + 0.035257;-0.077386; 0.804617;, + 0.029344;-0.078401; 0.799795;, + 0.025831;-0.072803; 0.799952;, + 0.032372;-0.072638; 0.805581;, + 0.138297; 0.098417; 0.123619;, + 0.159191; 0.009553; 0.125568;, + 0.166194; 0.014528; 0.086389;, + 0.144488; 0.101616; 0.084586;, + 0.159191; 0.009553; 0.125568;, + 0.122115;-0.038710; 0.137622;, + 0.131322;-0.037153; 0.090458;, + 0.166194; 0.014528; 0.086389;, + 0.075440;-0.050470; 0.139973;, + 0.076718;-0.054581; 0.179121;, + 0.042190;-0.066711; 0.183382;, + 0.038058;-0.058012; 0.125920;, + 0.095141; 0.155147; 0.106985;, + 0.138297; 0.098417; 0.123619;, + 0.144488; 0.101616; 0.084586;, + 0.100020; 0.151927; 0.060842;, + 0.026080; 0.147617; 0.072386;, + 0.024291; 0.133146; 0.041614;, + -0.002208; 0.112623; 0.048054;, + -0.002125; 0.134301; 0.085974;, + 0.074270;-0.042740; 0.088613;, + 0.073088;-0.047276;-0.039461;, + 0.139421;-0.047322;-0.036864;, + 0.131322;-0.037153; 0.090458;, + 0.095141; 0.155147; 0.106985;, + 0.100020; 0.151927; 0.060842;, + 0.024291; 0.133146; 0.041614;, + 0.026080; 0.147617; 0.072386;, + 0.098951; 0.129651; 0.174859;, + 0.031179; 0.129160; 0.172401;, + 0.053842; 0.121167; 0.246845;, + 0.106228; 0.102616; 0.228441;, + 0.012413;-0.041227; 0.061989;, + 0.002059; 0.047747; 0.020987;, + 0.008797; 0.046766;-0.047548;, + 0.016886; 0.005890;-0.050543;, + 0.075440;-0.050470; 0.139973;, + 0.038058;-0.058012; 0.125920;, + 0.012413;-0.041227; 0.061989;, + 0.074270;-0.042740; 0.088613;, + 0.012413;-0.041227; 0.061989;, + 0.038058;-0.058012; 0.125920;, + 0.000024;-0.063096; 0.136070;, + -0.000027;-0.045725; 0.070143;, + 0.073088;-0.047276;-0.039461;, + 0.074270;-0.042740; 0.088613;, + 0.012413;-0.041227; 0.061989;, + 0.016886; 0.005890;-0.050543;, + 0.095141; 0.155147; 0.106985;, + 0.026080; 0.147617; 0.072386;, + 0.031179; 0.129160; 0.172401;, + 0.098951; 0.129651; 0.174859;, + 0.091945; 0.115835; 0.290370;, + 0.071361; 0.120913; 0.274193;, + -0.000000; 0.122182; 0.279819;, + -0.000000; 0.122819; 0.296588;, + 0.071361; 0.120913; 0.274193;, + 0.053842; 0.121167; 0.246845;, + -0.000000; 0.117708; 0.260739;, + -0.000000; 0.122182; 0.279819;, + 0.106228; 0.102616; 0.228441;, + 0.053842; 0.121167; 0.246845;, + 0.071361; 0.120913; 0.274193;, + 0.111244; 0.096737; 0.256031;, + 0.134969; 0.062478; 0.270829;, + 0.111244; 0.096737; 0.256031;, + 0.071361; 0.120913; 0.274193;, + 0.091945; 0.115835; 0.290370;, + -0.035257;-0.077386; 0.804617;, + -0.029344;-0.078401; 0.799795;, + -0.023222;-0.082819; 0.800284;, + -0.029142;-0.081167; 0.811454;, + -0.029142;-0.081167; 0.811454;, + -0.050525;-0.070422; 0.812052;, + -0.048515;-0.070851; 0.804365;, + -0.035257;-0.077386; 0.804617;, + -0.019331;-0.082354; 0.819646;, + -0.054166;-0.066739; 0.819281;, + -0.050525;-0.070422; 0.812052;, + -0.029142;-0.081167; 0.811454;, + -0.019331;-0.082354; 0.819646;, + -0.026281;-0.063383; 0.841208;, + -0.054601;-0.049162; 0.836421;, + -0.054166;-0.066739; 0.819281;, + -0.054166;-0.066739; 0.819281;, + -0.062420;-0.055166; 0.812742;, + -0.057691;-0.059964; 0.803989;, + -0.050525;-0.070422; 0.812052;, + -0.054166;-0.066739; 0.819281;, + -0.054601;-0.049162; 0.836421;, + -0.063800;-0.032955; 0.828841;, + -0.062420;-0.055166; 0.812742;, + -0.063800;-0.032955; 0.828841;, + -0.056365;-0.004644; 0.852243;, + -0.070466;-0.031702; 0.798034;, + -0.062420;-0.055166; 0.812742;, + -0.057691;-0.059964; 0.803989;, + -0.062420;-0.055166; 0.812742;, + -0.070466;-0.031702; 0.798034;, + -0.066479;-0.047836; 0.778919;, + -0.050525;-0.070422; 0.812052;, + -0.057691;-0.059964; 0.803989;, + -0.051704;-0.063533; 0.801383;, + -0.048515;-0.070851; 0.804365;, + -0.056365;-0.004644; 0.852243;, + -0.056841; 0.035330; 0.893567;, + -0.070814; 0.037539; 0.903181;, + -0.071697; 0.023082; 0.908774;, + -0.077520; 0.054175; 0.877780;, + -0.070814; 0.037539; 0.903181;, + -0.056841; 0.035330; 0.893567;, + -0.067396; 0.061887; 0.861791;, + -0.046252;-0.083983; 0.769882;, + -0.027736;-0.116322; 0.783281;, + -0.032517;-0.081426; 0.794070;, + -0.046697;-0.072861; 0.791417;, + -0.056365;-0.004644; 0.852243;, + -0.071697; 0.023082; 0.908774;, + -0.072069;-0.002397; 0.816177;, + -0.070466;-0.031702; 0.798034;, + -0.092933; 0.034241; 0.887884;, + -0.091735; 0.030385; 0.853788;, + -0.075049; 0.006142; 0.813349;, + -0.072069;-0.002397; 0.816177;, + -0.072069;-0.002397; 0.816177;, + -0.071697; 0.023082; 0.908774;, + -0.082899; 0.029842; 0.908822;, + -0.092933; 0.034241; 0.887884;, + -0.083630; 0.053343; 0.864749;, + -0.077520; 0.054175; 0.877780;, + -0.067396; 0.061887; 0.861791;, + -0.070538; 0.066190; 0.832354;, + -0.072069;-0.002397; 0.816177;, + -0.066356;-0.038192; 0.758988;, + -0.066479;-0.047836; 0.778919;, + -0.070466;-0.031702; 0.798034;, + -0.024839;-0.138952; 0.772878;, + -0.040931;-0.097225; 0.758117;, + -0.028308;-0.138626; 0.756939;, + -0.020814;-0.150605; 0.764997;, + -0.040931;-0.097225; 0.758117;, + -0.045445;-0.078558; 0.731338;, + -0.029310;-0.137488; 0.744438;, + -0.028308;-0.138626; 0.756939;, + -0.029310;-0.137488; 0.744438;, + -0.029995;-0.135082; 0.733049;, + -0.007935;-0.149894; 0.731334;, + -0.009024;-0.154846; 0.745558;, + -0.045517;-0.073026; 0.796627;, + -0.046697;-0.072861; 0.791417;, + -0.032517;-0.081426; 0.794070;, + -0.035416;-0.077423; 0.797116;, + -0.023222;-0.082819; 0.800284;, + -0.029344;-0.078401; 0.799795;, + -0.035416;-0.077423; 0.797116;, + -0.032517;-0.081426; 0.794070;, + -0.057353;-0.050767; 0.727540;, + -0.054455;-0.066052; 0.750540;, + -0.066356;-0.038192; 0.758988;, + -0.065183;-0.029438; 0.743043;, + -0.054455;-0.066052; 0.750540;, + -0.045445;-0.078558; 0.731338;, + -0.040931;-0.097225; 0.758117;, + -0.046252;-0.083983; 0.769882;, + -0.066479;-0.047836; 0.778919;, + -0.066356;-0.038192; 0.758988;, + -0.054455;-0.066052; 0.750540;, + -0.046252;-0.083983; 0.769882;, + -0.057691;-0.059964; 0.803989;, + -0.066479;-0.047836; 0.778919;, + -0.046252;-0.083983; 0.769882;, + -0.046697;-0.072861; 0.791417;, + -0.046697;-0.072861; 0.791417;, + -0.045517;-0.073026; 0.796627;, + -0.051704;-0.063533; 0.801383;, + -0.057691;-0.059964; 0.803989;, + -0.072069;-0.002397; 0.816177;, + -0.075049; 0.006142; 0.813349;, + -0.065183;-0.029438; 0.743043;, + -0.066356;-0.038192; 0.758988;, + -0.075049; 0.006142; 0.813349;, + -0.091735; 0.030385; 0.853788;, + -0.085441; 0.041083; 0.826433;, + -0.071414; 0.015464; 0.766925;, + -0.083630; 0.053343; 0.864749;, + -0.085441; 0.041083; 0.826433;, + -0.091735; 0.030385; 0.853788;, + -0.092933; 0.034241; 0.887884;, + -0.092933; 0.034241; 0.887884;, + -0.082899; 0.029842; 0.908822;, + -0.077520; 0.054175; 0.877780;, + -0.083630; 0.053343; 0.864749;, + -0.070814; 0.037539; 0.903181;, + -0.077520; 0.054175; 0.877780;, + -0.082899; 0.029842; 0.908822;, + -0.071697; 0.023082; 0.908774;, + -0.070538; 0.066190; 0.832354;, + -0.068943; 0.066219; 0.784298;, + -0.085441; 0.041083; 0.826433;, + -0.083630; 0.053343; 0.864749;, + -0.071414; 0.015464; 0.766925;, + -0.085441; 0.041083; 0.826433;, + -0.068943; 0.066219; 0.784298;, + -0.063242; 0.034511; 0.731682;, + -0.056841; 0.035330; 0.893567;, + -0.053562; 0.050109; 0.878927;, + -0.058834; 0.073105; 0.835432;, + -0.067396; 0.061887; 0.861791;, + -0.053562; 0.050109; 0.878927;, + -0.038686; 0.076498; 0.851819;, + -0.037835; 0.090727; 0.826886;, + -0.058834; 0.073105; 0.835432;, + -0.038686; 0.076498; 0.851819;, + -0.019212; 0.086660; 0.853103;, + -0.020332; 0.098819; 0.829930;, + -0.037835; 0.090727; 0.826886;, + -0.056365;-0.004644; 0.852243;, + -0.063800;-0.032955; 0.828841;, + -0.049297;-0.007881; 0.857972;, + -0.056841; 0.035330; 0.893567;, + -0.071414; 0.015464; 0.766925;, + -0.059366;-0.010089; 0.723851;, + -0.065183;-0.029438; 0.743043;, + -0.075049; 0.006142; 0.813349;, + -0.057353;-0.050767; 0.727540;, + -0.065183;-0.029438; 0.743043;, + -0.059366;-0.010089; 0.723851;, + -0.051348;-0.031460; 0.706757;, + -0.045180;-0.069754; 0.722724;, + -0.057353;-0.050767; 0.727540;, + -0.051348;-0.031460; 0.706757;, + -0.042288;-0.064228; 0.701605;, + -0.045180;-0.069754; 0.722724;, + -0.045445;-0.078558; 0.731338;, + -0.054455;-0.066052; 0.750540;, + -0.057353;-0.050767; 0.727540;, + -0.042030;-0.089361; 0.733623;, + -0.045445;-0.078558; 0.731338;, + -0.045180;-0.069754; 0.722724;, + -0.040875;-0.084340; 0.727148;, + -0.029310;-0.137488; 0.744438;, + -0.045445;-0.078558; 0.731338;, + -0.042030;-0.089361; 0.733623;, + -0.029995;-0.135082; 0.733049;, + -0.045180;-0.069754; 0.722724;, + -0.027504;-0.118049; 0.709716;, + -0.026649;-0.125872; 0.717481;, + -0.040875;-0.084340; 0.727148;, + -0.031479; 0.098434; 0.780917;, + -0.030571; 0.088154; 0.735951;, + -0.047869; 0.073787; 0.732089;, + -0.052590; 0.082003; 0.775467;, + -0.068943; 0.066219; 0.784298;, + -0.053338; 0.063388; 0.725806;, + -0.059249; 0.047503; 0.714057;, + -0.063242; 0.034511; 0.731682;, + -0.028308;-0.138626; 0.756939;, + -0.029310;-0.137488; 0.744438;, + -0.009024;-0.154846; 0.745558;, + -0.009034;-0.155815; 0.753897;, + -0.020814;-0.150605; 0.764997;, + -0.028308;-0.138626; 0.756939;, + -0.009034;-0.155815; 0.753897;, + -0.008528;-0.155974; 0.759763;, + -0.013702;-0.156111; 0.767038;, + -0.020814;-0.150605; 0.764997;, + -0.008528;-0.155974; 0.759763;, + -0.004871;-0.158910; 0.764466;, + -0.024839;-0.138952; 0.772878;, + -0.013015;-0.152655; 0.777557;, + -0.018757;-0.114944; 0.790459;, + -0.027736;-0.116322; 0.783281;, + -0.013015;-0.152655; 0.777557;, + -0.024839;-0.138952; 0.772878;, + -0.020814;-0.150605; 0.764997;, + -0.013702;-0.156111; 0.767038;, + -0.032517;-0.081426; 0.794070;, + -0.027736;-0.116322; 0.783281;, + -0.018757;-0.114944; 0.790459;, + -0.023222;-0.082819; 0.800284;, + -0.027736;-0.116322; 0.783281;, + -0.046252;-0.083983; 0.769882;, + -0.040931;-0.097225; 0.758117;, + -0.024839;-0.138952; 0.772878;, + -0.029142;-0.081167; 0.811454;, + -0.023222;-0.082819; 0.800284;, + -0.015332;-0.086894; 0.804359;, + -0.019331;-0.082354; 0.819646;, + -0.023222;-0.082819; 0.800284;, + -0.018757;-0.114944; 0.790459;, + -0.007563;-0.116478; 0.790912;, + -0.015332;-0.086894; 0.804359;, + -0.018757;-0.114944; 0.790459;, + -0.013015;-0.152655; 0.777557;, + -0.004536;-0.154580; 0.777241;, + -0.007563;-0.116478; 0.790912;, + -0.004871;-0.158910; 0.764466;, + -0.004536;-0.154580; 0.777241;, + -0.013015;-0.152655; 0.777557;, + -0.013702;-0.156111; 0.767038;, + -0.004536;-0.154580; 0.777241;, + -0.000000;-0.153033; 0.777556;, + -0.000000;-0.117946; 0.790089;, + -0.007563;-0.116478; 0.790912;, + -0.004536;-0.154580; 0.777241;, + -0.004871;-0.158910; 0.764466;, + -0.000000;-0.159226; 0.763918;, + -0.000000;-0.153033; 0.777556;, + -0.000000;-0.117946; 0.790089;, + 0.000000;-0.088627; 0.804329;, + -0.015332;-0.086894; 0.804359;, + -0.007563;-0.116478; 0.790912;, + -0.029446;-0.101900; 0.700539;, + -0.027504;-0.118049; 0.709716;, + -0.045180;-0.069754; 0.722724;, + -0.042288;-0.064228; 0.701605;, + -0.055827; 0.010281; 0.710254;, + -0.056806; 0.024688; 0.699846;, + -0.043800; 0.002050; 0.683649;, + -0.041860;-0.016198; 0.696727;, + -0.059366;-0.010089; 0.723851;, + -0.055827; 0.010281; 0.710254;, + -0.041860;-0.016198; 0.696727;, + -0.051348;-0.031460; 0.706757;, + -0.071414; 0.015464; 0.766925;, + -0.063242; 0.034511; 0.731682;, + -0.055827; 0.010281; 0.710254;, + -0.059366;-0.010089; 0.723851;, + -0.029446;-0.101900; 0.700539;, + -0.042288;-0.064228; 0.701605;, + -0.032848;-0.055189; 0.692274;, + -0.026625;-0.074729; 0.692735;, + -0.041860;-0.016198; 0.696727;, + -0.032848;-0.055189; 0.692274;, + -0.042288;-0.064228; 0.701605;, + -0.051348;-0.031460; 0.706757;, + 0.000000;-0.043779; 0.680185;, + -0.020937;-0.038365; 0.684761;, + -0.025016;-0.015335; 0.674766;, + -0.000034;-0.020726; 0.665267;, + -0.041860;-0.016198; 0.696727;, + -0.020937;-0.038365; 0.684761;, + -0.026625;-0.074729; 0.692735;, + -0.032848;-0.055189; 0.692274;, + -0.070538; 0.066190; 0.832354;, + -0.055648; 0.082369; 0.808841;, + -0.052590; 0.082003; 0.775467;, + -0.068943; 0.066219; 0.784298;, + -0.055648; 0.082369; 0.808841;, + -0.032868; 0.099808; 0.806494;, + -0.031479; 0.098434; 0.780917;, + -0.052590; 0.082003; 0.775467;, + -0.041860;-0.016198; 0.696727;, + -0.043800; 0.002050; 0.683649;, + -0.025016;-0.015335; 0.674766;, + -0.020937;-0.038365; 0.684761;, + -0.063242; 0.034511; 0.731682;, + -0.059249; 0.047503; 0.714057;, + -0.056806; 0.024688; 0.699846;, + -0.055827; 0.010281; 0.710254;, + -0.053338; 0.063388; 0.725806;, + -0.068943; 0.066219; 0.784298;, + -0.052590; 0.082003; 0.775467;, + -0.047869; 0.073787; 0.732089;, + -0.070538; 0.066190; 0.832354;, + -0.067396; 0.061887; 0.861791;, + -0.058834; 0.073105; 0.835432;, + -0.055648; 0.082369; 0.808841;, + -0.058834; 0.073105; 0.835432;, + -0.037835; 0.090727; 0.826886;, + -0.032868; 0.099808; 0.806494;, + -0.055648; 0.082369; 0.808841;, + -0.053562; 0.050109; 0.878927;, + -0.056841; 0.035330; 0.893567;, + -0.049297;-0.007881; 0.857972;, + -0.046769; 0.025852; 0.879943;, + 0.000000;-0.067410; 0.841190;, + 0.000000;-0.040000; 0.859547;, + -0.029437;-0.037273; 0.857185;, + -0.026281;-0.063383; 0.841208;, + -0.029437;-0.037273; 0.857185;, + -0.051633;-0.023121; 0.853396;, + -0.054601;-0.049162; 0.836421;, + -0.026281;-0.063383; 0.841208;, + -0.051633;-0.023121; 0.853396;, + -0.049297;-0.007881; 0.857972;, + -0.063800;-0.032955; 0.828841;, + -0.054601;-0.049162; 0.836421;, + -0.038686; 0.076498; 0.851819;, + -0.053562; 0.050109; 0.878927;, + -0.046769; 0.025852; 0.879943;, + -0.036465; 0.053800; 0.868999;, + -0.019212; 0.086660; 0.853103;, + -0.038686; 0.076498; 0.851819;, + -0.036465; 0.053800; 0.868999;, + -0.014746; 0.060856; 0.871109;, + -0.051633;-0.023121; 0.853396;, + -0.041586; 0.007639; 0.868999;, + -0.046769; 0.025852; 0.879943;, + -0.049297;-0.007881; 0.857972;, + -0.041586; 0.007639; 0.868999;, + -0.031834; 0.036741; 0.871309;, + -0.036465; 0.053800; 0.868999;, + -0.046769; 0.025852; 0.879943;, + -0.023522;-0.004371; 0.871517;, + -0.014014; 0.031725; 0.874862;, + -0.031834; 0.036741; 0.871309;, + -0.041586; 0.007639; 0.868999;, + -0.023522;-0.004371; 0.871517;, + -0.041586; 0.007639; 0.868999;, + -0.051633;-0.023121; 0.853396;, + -0.029437;-0.037273; 0.857185;, + -0.031834; 0.036741; 0.871309;, + -0.014014; 0.031725; 0.874862;, + -0.014746; 0.060856; 0.871109;, + -0.036465; 0.053800; 0.868999;, + -0.030571; 0.088154; 0.735951;, + -0.031479; 0.098434; 0.780917;, + -0.018113; 0.105491; 0.784584;, + -0.011064; 0.094776; 0.737582;, + -0.018245; 0.106185; 0.808475;, + -0.018113; 0.105491; 0.784584;, + -0.031479; 0.098434; 0.780917;, + -0.032868; 0.099808; 0.806494;, + -0.037835; 0.090727; 0.826886;, + -0.020332; 0.098819; 0.829930;, + -0.018245; 0.106185; 0.808475;, + -0.032868; 0.099808; 0.806494;, + -0.023522;-0.004371; 0.871517;, + 0.000000;-0.006394; 0.873845;, + 0.000000; 0.030928; 0.876195;, + -0.014014; 0.031725; 0.874862;, + -0.014014; 0.031725; 0.874862;, + 0.000000; 0.030928; 0.876195;, + 0.000000; 0.062533; 0.871901;, + -0.014746; 0.060856; 0.871109;, + -0.014746; 0.060856; 0.871109;, + 0.000000; 0.062533; 0.871901;, + 0.000000; 0.088583; 0.853931;, + -0.019212; 0.086660; 0.853103;, + -0.029437;-0.037273; 0.857185;, + 0.000000;-0.040000; 0.859547;, + 0.000000;-0.006394; 0.873845;, + -0.023522;-0.004371; 0.871517;, + -0.056806; 0.024688; 0.699846;, + -0.069965; 0.035066; 0.652955;, + -0.058599; 0.012876; 0.634820;, + -0.043800; 0.002050; 0.683649;, + -0.000034;-0.020726; 0.665267;, + -0.025016;-0.015335; 0.674766;, + -0.033141;-0.006014; 0.619561;, + 0.001024;-0.020174; 0.610777;, + -0.043800; 0.002050; 0.683649;, + -0.058599; 0.012876; 0.634820;, + -0.033141;-0.006014; 0.619561;, + -0.025016;-0.015335; 0.674766;, + -0.047869; 0.073787; 0.732089;, + -0.048525; 0.089585; 0.689979;, + -0.061039; 0.082114; 0.684037;, + -0.053338; 0.063388; 0.725806;, + -0.053338; 0.063388; 0.725806;, + -0.061039; 0.082114; 0.684037;, + -0.072845; 0.065574; 0.673043;, + -0.059249; 0.047503; 0.714057;, + -0.011064; 0.094776; 0.737582;, + -0.012882; 0.098417; 0.695546;, + -0.026864; 0.096515; 0.694775;, + -0.030571; 0.088154; 0.735951;, + -0.047869; 0.073787; 0.732089;, + -0.030571; 0.088154; 0.735951;, + -0.026864; 0.096515; 0.694775;, + -0.048525; 0.089585; 0.689979;, + -0.072845; 0.065574; 0.673043;, + -0.069965; 0.035066; 0.652955;, + -0.056806; 0.024688; 0.699846;, + -0.059249; 0.047503; 0.714057;, + -0.058599; 0.012876; 0.634820;, + -0.084120;-0.010576; 0.587212;, + -0.047895;-0.037432; 0.563185;, + -0.033141;-0.006014; 0.619561;, + -0.072845; 0.065574; 0.673043;, + -0.093361; 0.064373; 0.653299;, + -0.090558; 0.030606; 0.625404;, + -0.069965; 0.035066; 0.652955;, + -0.061039; 0.082114; 0.684037;, + -0.081153; 0.092118; 0.662152;, + -0.093361; 0.064373; 0.653299;, + -0.072845; 0.065574; 0.673043;, + -0.026864; 0.096515; 0.694775;, + -0.046439; 0.107340; 0.662348;, + -0.070024; 0.103526; 0.660951;, + -0.048525; 0.089585; 0.689979;, + -0.012882; 0.098417; 0.695546;, + -0.022834; 0.105571; 0.667829;, + -0.046439; 0.107340; 0.662348;, + -0.026864; 0.096515; 0.694775;, + -0.090558; 0.030606; 0.625404;, + -0.084120;-0.010576; 0.587212;, + -0.058599; 0.012876; 0.634820;, + -0.069965; 0.035066; 0.652955;, + -0.093361; 0.064373; 0.653299;, + -0.134369; 0.052358; 0.639590;, + -0.145978; 0.000711; 0.607250;, + -0.090558; 0.030606; 0.625404;, + -0.081153; 0.092118; 0.662152;, + -0.130872; 0.098984; 0.637427;, + -0.134369; 0.052358; 0.639590;, + -0.093361; 0.064373; 0.653299;, + -0.167884; 0.046641; 0.648470;, + -0.216104; 0.052274; 0.654791;, + -0.221431; 0.007676; 0.634862;, + -0.179176;-0.002438; 0.609762;, + -0.166589; 0.105656; 0.627888;, + -0.205048; 0.115961; 0.614187;, + -0.216104; 0.052274; 0.654791;, + -0.167884; 0.046641; 0.648470;, + -0.216104; 0.052274; 0.654791;, + -0.419412; 0.044969; 0.633758;, + -0.427040; 0.008195; 0.618201;, + -0.221431; 0.007676; 0.634862;, + -0.205048; 0.115961; 0.614187;, + -0.419420; 0.090247; 0.585441;, + -0.419412; 0.044969; 0.633758;, + -0.216104; 0.052274; 0.654791;, + -0.419412; 0.044969; 0.633758;, + -0.464738; 0.062725; 0.630264;, + -0.493072; 0.016016; 0.622531;, + -0.427040; 0.008195; 0.618201;, + -0.419420; 0.090247; 0.585441;, + -0.466632; 0.091782; 0.590900;, + -0.464738; 0.062725; 0.630264;, + -0.419412; 0.044969; 0.633758;, + -0.464738; 0.062725; 0.630264;, + -0.717100; 0.024388; 0.624218;, + -0.721098; 0.004736; 0.605600;, + -0.493072; 0.016016; 0.622531;, + -0.466632; 0.091782; 0.590900;, + -0.720660; 0.055261; 0.621975;, + -0.717100; 0.024388; 0.624218;, + -0.464738; 0.062725; 0.630264;, + -0.061039; 0.082114; 0.684037;, + -0.048525; 0.089585; 0.689979;, + -0.070024; 0.103526; 0.660951;, + -0.081153; 0.092118; 0.662152;, + -0.166589; 0.105656; 0.627888;, + -0.130872; 0.098984; 0.637427;, + -0.127626; 0.123911; 0.620061;, + -0.159309; 0.132690; 0.581988;, + -0.130872; 0.098984; 0.637427;, + -0.081153; 0.092118; 0.662152;, + -0.070024; 0.103526; 0.660951;, + -0.127626; 0.123911; 0.620061;, + -0.419420; 0.090247; 0.585441;, + -0.205048; 0.115961; 0.614187;, + -0.207172; 0.125220; 0.553225;, + -0.423245; 0.079292; 0.557034;, + -0.221431; 0.007676; 0.634862;, + -0.427040; 0.008195; 0.618201;, + -0.431935; 0.017031; 0.566014;, + -0.227843;-0.010026; 0.572386;, + -0.179176;-0.002438; 0.609762;, + -0.221431; 0.007676; 0.634862;, + -0.227843;-0.010026; 0.572386;, + -0.190465;-0.020586; 0.561392;, + -0.227843;-0.010026; 0.572386;, + -0.431935; 0.017031; 0.566014;, + -0.425586; 0.038680; 0.548633;, + -0.225665; 0.042806; 0.518081;, + -0.144367;-0.046205; 0.500236;, + -0.082400;-0.060046; 0.517072;, + -0.140536;-0.028362; 0.561300;, + -0.190465;-0.020586; 0.561392;, + -0.227843;-0.010026; 0.572386;, + -0.225665; 0.042806; 0.518081;, + -0.182412; 0.012986; 0.470767;, + -0.176443;-0.026693; 0.496689;, + -0.084120;-0.010576; 0.587212;, + -0.090558; 0.030606; 0.625404;, + -0.145978; 0.000711; 0.607250;, + -0.140536;-0.028362; 0.561300;, + -0.225665; 0.042806; 0.518081;, + -0.425586; 0.038680; 0.548633;, + -0.423245; 0.079292; 0.557034;, + -0.207172; 0.125220; 0.553225;, + -0.427040; 0.008195; 0.618201;, + -0.493072; 0.016016; 0.622531;, + -0.470916; 0.023468; 0.562185;, + -0.431935; 0.017031; 0.566014;, + -0.493072; 0.016016; 0.622531;, + -0.721098; 0.004736; 0.605600;, + -0.717561; 0.023191; 0.587481;, + -0.470916; 0.023468; 0.562185;, + -0.207172; 0.125220; 0.553225;, + -0.173274; 0.110997; 0.456564;, + -0.182412; 0.012986; 0.470767;, + -0.225665; 0.042806; 0.518081;, + -0.135237; 0.137067; 0.537770;, + -0.173274; 0.110997; 0.456564;, + -0.207172; 0.125220; 0.553225;, + -0.159309; 0.132690; 0.581988;, + -0.022834; 0.105571; 0.667829;, + -0.063576; 0.144798; 0.590259;, + -0.104896; 0.142591; 0.599125;, + -0.046439; 0.107340; 0.662348;, + -0.135237; 0.137067; 0.537770;, + -0.104896; 0.142591; 0.599125;, + -0.063576; 0.144798; 0.590259;, + -0.077689; 0.154519; 0.527308;, + 0.000000; 0.106236; 0.670020;, + -0.000000; 0.129273; 0.586944;, + -0.063576; 0.144798; 0.590259;, + -0.022834; 0.105571; 0.667829;, + -0.070024; 0.103526; 0.660951;, + -0.046439; 0.107340; 0.662348;, + -0.104896; 0.142591; 0.599125;, + -0.127626; 0.123911; 0.620061;, + -0.000000; 0.136600; 0.532250;, + -0.000000; 0.144073; 0.484304;, + -0.092434; 0.157634; 0.473091;, + -0.077689; 0.154519; 0.527308;, + -0.173274; 0.110997; 0.456564;, + -0.092434; 0.157634; 0.473091;, + -0.092163; 0.148332; 0.406355;, + -0.145810; 0.092549; 0.387788;, + -0.182412; 0.012986; 0.470767;, + -0.173274; 0.110997; 0.456564;, + -0.145810; 0.092549; 0.387788;, + -0.145902; 0.008252; 0.397039;, + -0.176443;-0.026693; 0.496689;, + -0.182412; 0.012986; 0.470767;, + -0.145902; 0.008252; 0.397039;, + -0.128955;-0.052736; 0.441787;, + -0.176443;-0.026693; 0.496689;, + -0.128955;-0.052736; 0.441787;, + -0.097312;-0.073098; 0.446204;, + -0.144367;-0.046205; 0.500236;, + -0.090556;-0.063073; 0.382926;, + -0.079820;-0.056450; 0.296546;, + -0.045081;-0.068137; 0.301911;, + -0.044814;-0.073702; 0.390072;, + -0.137204; 0.002022; 0.339573;, + -0.135571;-0.010381; 0.269757;, + -0.101835;-0.043671; 0.285072;, + -0.114735;-0.045755; 0.364567;, + -0.097090; 0.129800; 0.343998;, + -0.091946; 0.115835; 0.290370;, + -0.134969; 0.062478; 0.270829;, + -0.134756; 0.067713; 0.330982;, + -0.134756; 0.067713; 0.330982;, + -0.134969; 0.062478; 0.270829;, + -0.135571;-0.010381; 0.269757;, + -0.137204; 0.002022; 0.339573;, + -0.134969; 0.062478; 0.270829;, + -0.139457; 0.068362; 0.215398;, + -0.141938;-0.004534; 0.208701;, + -0.135571;-0.010381; 0.269757;, + -0.135571;-0.010381; 0.269757;, + -0.141938;-0.004534; 0.208701;, + -0.106634;-0.042869; 0.227819;, + -0.101835;-0.043671; 0.285072;, + -0.137725; 0.086406; 0.166344;, + -0.139457; 0.068362; 0.215398;, + -0.106221; 0.102616; 0.228441;, + -0.098928; 0.129651; 0.174857;, + -0.106634;-0.042869; 0.227819;, + -0.110833;-0.039623; 0.177922;, + -0.076718;-0.054581; 0.179121;, + -0.080734;-0.054518; 0.230071;, + -0.139457; 0.068362; 0.215398;, + -0.134969; 0.062478; 0.270829;, + -0.111241; 0.096737; 0.256031;, + -0.106221; 0.102616; 0.228441;, + -0.079820;-0.056450; 0.296546;, + -0.080734;-0.054518; 0.230071;, + -0.041405;-0.068907; 0.234761;, + -0.045081;-0.068137; 0.301911;, + -0.139457; 0.068362; 0.215398;, + -0.137725; 0.086406; 0.166344;, + -0.150290; 0.006805; 0.157990;, + -0.141938;-0.004534; 0.208701;, + -0.141938;-0.004534; 0.208701;, + -0.150290; 0.006805; 0.157990;, + -0.110833;-0.039623; 0.177922;, + -0.106634;-0.042869; 0.227819;, + -0.041405;-0.068907; 0.234761;, + -0.042189;-0.066711; 0.183382;, + -0.000000;-0.068248; 0.186463;, + 0.000000;-0.065666; 0.239187;, + -0.137725; 0.086406; 0.166344;, + -0.098928; 0.129651; 0.174857;, + -0.095135; 0.155147; 0.106964;, + -0.138292; 0.098417; 0.123626;, + -0.101835;-0.043671; 0.285072;, + -0.106634;-0.042869; 0.227819;, + -0.080734;-0.054518; 0.230071;, + -0.079820;-0.056450; 0.296546;, + -0.080734;-0.054518; 0.230071;, + -0.076718;-0.054581; 0.179121;, + -0.042189;-0.066711; 0.183382;, + -0.041405;-0.068907; 0.234761;, + -0.122118;-0.038710; 0.137621;, + -0.131321;-0.037153; 0.090456;, + -0.074271;-0.042740; 0.088610;, + -0.075441;-0.050470; 0.139973;, + -0.134369; 0.052358; 0.639590;, + -0.167884; 0.046641; 0.648470;, + -0.179176;-0.002438; 0.609762;, + -0.145978; 0.000711; 0.607250;, + -0.130872; 0.098984; 0.637427;, + -0.166589; 0.105656; 0.627888;, + -0.167884; 0.046641; 0.648470;, + -0.134369; 0.052358; 0.639590;, + -0.205048; 0.115961; 0.614187;, + -0.166589; 0.105656; 0.627888;, + -0.159309; 0.132690; 0.581988;, + -0.207172; 0.125220; 0.553225;, + -0.145978; 0.000711; 0.607250;, + -0.179176;-0.002438; 0.609762;, + -0.190465;-0.020586; 0.561392;, + -0.140536;-0.028362; 0.561300;, + -0.176443;-0.026693; 0.496689;, + -0.144367;-0.046205; 0.500236;, + -0.190465;-0.020586; 0.561392;, + -0.227843;-0.010026; 0.572386;, + -0.097312;-0.073098; 0.446204;, + -0.037893;-0.078642; 0.455399;, + -0.082400;-0.060046; 0.517072;, + -0.144367;-0.046205; 0.500236;, + -0.092163; 0.148332; 0.406355;, + -0.097090; 0.129800; 0.343998;, + -0.134756; 0.067713; 0.330982;, + -0.145810; 0.092549; 0.387788;, + -0.104896; 0.142591; 0.599125;, + -0.135237; 0.137067; 0.537770;, + -0.159309; 0.132690; 0.581988;, + -0.127626; 0.123911; 0.620061;, + -0.173274; 0.110997; 0.456564;, + -0.135237; 0.137067; 0.537770;, + -0.077689; 0.154519; 0.527308;, + -0.092434; 0.157634; 0.473091;, + -0.000000; 0.129273; 0.586944;, + -0.000000; 0.136600; 0.532250;, + -0.077689; 0.154519; 0.527308;, + -0.063576; 0.144798; 0.590259;, + -0.044814;-0.073702; 0.390072;, + 0.000000;-0.075601; 0.383622;, + -0.000017;-0.068676; 0.458827;, + -0.037893;-0.078642; 0.455399;, + -0.090556;-0.063073; 0.382926;, + -0.044814;-0.073702; 0.390072;, + -0.037893;-0.078642; 0.455399;, + -0.097312;-0.073098; 0.446204;, + -0.097312;-0.073098; 0.446204;, + -0.128955;-0.052736; 0.441787;, + -0.114735;-0.045755; 0.364567;, + -0.090556;-0.063073; 0.382926;, + -0.079820;-0.056450; 0.296546;, + -0.090556;-0.063073; 0.382926;, + -0.114735;-0.045755; 0.364567;, + -0.101835;-0.043671; 0.285072;, + -0.140536;-0.028362; 0.561300;, + -0.082400;-0.060046; 0.517072;, + -0.047895;-0.037432; 0.563185;, + -0.084120;-0.010576; 0.587212;, + -0.134756; 0.067713; 0.330982;, + -0.137204; 0.002022; 0.339573;, + -0.145902; 0.008252; 0.397039;, + -0.145810; 0.092549; 0.387788;, + -0.128955;-0.052736; 0.441787;, + -0.145902; 0.008252; 0.397039;, + -0.137204; 0.002022; 0.339573;, + -0.114735;-0.045755; 0.364567;, + -0.425586; 0.038680; 0.548633;, + -0.466342; 0.045922; 0.547825;, + -0.468448; 0.083060; 0.565124;, + -0.423245; 0.079292; 0.557034;, + -0.466632; 0.091782; 0.590900;, + -0.419420; 0.090247; 0.585441;, + -0.423245; 0.079292; 0.557034;, + -0.468448; 0.083060; 0.565124;, + -0.470916; 0.023468; 0.562185;, + -0.466342; 0.045922; 0.547825;, + -0.425586; 0.038680; 0.548633;, + -0.431935; 0.017031; 0.566014;, + -0.139456;-0.047322;-0.036855;, + -0.144666;-0.013615;-0.262457;, + -0.107888;-0.026374;-0.246738;, + -0.073052;-0.047276;-0.039454;, + -0.184282; 0.009414;-0.035921;, + -0.164944; 0.024239;-0.265693;, + -0.144666;-0.013615;-0.262457;, + -0.139456;-0.047322;-0.036855;, + -0.112871; 0.123198;-0.039748;, + -0.133743; 0.097832;-0.234444;, + -0.159246; 0.077147;-0.232595;, + -0.163684; 0.087107;-0.037341;, + -0.150290; 0.006805; 0.157990;, + -0.159193; 0.009553; 0.125563;, + -0.122118;-0.038710; 0.137621;, + -0.110833;-0.039623; 0.177922;, + -0.184282; 0.009414;-0.035921;, + -0.163684; 0.087107;-0.037341;, + -0.159246; 0.077147;-0.232595;, + -0.164944; 0.024239;-0.265693;, + -0.137725; 0.086406; 0.166344;, + -0.138292; 0.098417; 0.123626;, + -0.159193; 0.009553; 0.125563;, + -0.150290; 0.006805; 0.157990;, + -0.008829; 0.046766;-0.047567;, + -0.048702; 0.057429;-0.241241;, + -0.096584; 0.101130;-0.233701;, + -0.046526; 0.107871;-0.041625;, + -0.112871; 0.123198;-0.039748;, + -0.046526; 0.107871;-0.041625;, + -0.096584; 0.101130;-0.233701;, + -0.133743; 0.097832;-0.234444;, + -0.008829; 0.046766;-0.047567;, + -0.046526; 0.107871;-0.041625;, + -0.024340; 0.133146; 0.041546;, + -0.002137; 0.047747; 0.020884;, + -0.107888;-0.026374;-0.246738;, + -0.053807; 0.015960;-0.239539;, + -0.016918; 0.005890;-0.050561;, + -0.073052;-0.047276;-0.039454;, + -0.100095; 0.151927; 0.060827;, + -0.024340; 0.133146; 0.041546;, + -0.046526; 0.107871;-0.041625;, + -0.112871; 0.123198;-0.039748;, + -0.144498; 0.101616; 0.084606;, + -0.100095; 0.151927; 0.060827;, + -0.112871; 0.123198;-0.039748;, + -0.163684; 0.087107;-0.037341;, + -0.470916; 0.023468; 0.562185;, + -0.717561; 0.023191; 0.587481;, + -0.719971; 0.050137; 0.584840;, + -0.466342; 0.045922; 0.547825;, + -0.468448; 0.083060; 0.565124;, + -0.466342; 0.045922; 0.547825;, + -0.719971; 0.050137; 0.584840;, + -0.721605; 0.067700; 0.600981;, + -0.720660; 0.055261; 0.621975;, + -0.466632; 0.091782; 0.590900;, + -0.468448; 0.083060; 0.565124;, + -0.721605; 0.067700; 0.600981;, + -0.096584; 0.101130;-0.233701;, + -0.114552; 0.112547;-0.332243;, + -0.147717; 0.113973;-0.338999;, + -0.133743; 0.097832;-0.234444;, + -0.144666;-0.013615;-0.262457;, + -0.143560;-0.001297;-0.339534;, + -0.117799;-0.002046;-0.338304;, + -0.107888;-0.026374;-0.246738;, + -0.107888;-0.026374;-0.246738;, + -0.117799;-0.002046;-0.338304;, + -0.084261; 0.024104;-0.334835;, + -0.053807; 0.015960;-0.239539;, + -0.164944; 0.024239;-0.265693;, + -0.170770; 0.032877;-0.340203;, + -0.143560;-0.001297;-0.339534;, + -0.144666;-0.013615;-0.262457;, + -0.159246; 0.077147;-0.232595;, + -0.172608; 0.085426;-0.335778;, + -0.170770; 0.032877;-0.340203;, + -0.164944; 0.024239;-0.265693;, + -0.048702; 0.057429;-0.241241;, + -0.073266; 0.073411;-0.333174;, + -0.114552; 0.112547;-0.332243;, + -0.096584; 0.101130;-0.233701;, + -0.133743; 0.097832;-0.234444;, + -0.147717; 0.113973;-0.338999;, + -0.172608; 0.085426;-0.335778;, + -0.159246; 0.077147;-0.232595;, + -0.172608; 0.085426;-0.335778;, + -0.193053; 0.092281;-0.446724;, + -0.182908; 0.039157;-0.449079;, + -0.170770; 0.032877;-0.340203;, + -0.170770; 0.032877;-0.340203;, + -0.182908; 0.039157;-0.449079;, + -0.153401; 0.015039;-0.462340;, + -0.143560;-0.001297;-0.339534;, + -0.147717; 0.113973;-0.338999;, + -0.165433; 0.126559;-0.462074;, + -0.193053; 0.092281;-0.446724;, + -0.172608; 0.085426;-0.335778;, + -0.073266; 0.073411;-0.333174;, + -0.075646; 0.083438;-0.461051;, + -0.126542; 0.130946;-0.468097;, + -0.114552; 0.112547;-0.332243;, + -0.114552; 0.112547;-0.332243;, + -0.126542; 0.130946;-0.468097;, + -0.165433; 0.126559;-0.462074;, + -0.147717; 0.113973;-0.338999;, + -0.117799;-0.002046;-0.338304;, + -0.112530; 0.023883;-0.473309;, + -0.080768; 0.048546;-0.465486;, + -0.084261; 0.024104;-0.334835;, + -0.143560;-0.001297;-0.339534;, + -0.153401; 0.015039;-0.462340;, + -0.112530; 0.023883;-0.473309;, + -0.117799;-0.002046;-0.338304;, + -0.182908; 0.039157;-0.449079;, + -0.169819; 0.031644;-0.735989;, + -0.147552; 0.003862;-0.732751;, + -0.153401; 0.015039;-0.462340;, + -0.165433; 0.126559;-0.462074;, + -0.146110; 0.097026;-0.732289;, + -0.173585; 0.066547;-0.736789;, + -0.193053; 0.092281;-0.446724;, + -0.075646; 0.083438;-0.461051;, + -0.116663; 0.060006;-0.731081;, + -0.130327; 0.093881;-0.733533;, + -0.126542; 0.130946;-0.468097;, + -0.126542; 0.130946;-0.468097;, + -0.130327; 0.093881;-0.733533;, + -0.146110; 0.097026;-0.732289;, + -0.165433; 0.126559;-0.462074;, + -0.112530; 0.023883;-0.473309;, + -0.129080; 0.008851;-0.725648;, + -0.119532; 0.030883;-0.724730;, + -0.080768; 0.048546;-0.465486;, + -0.153401; 0.015039;-0.462340;, + -0.147552; 0.003862;-0.732751;, + -0.129080; 0.008851;-0.725648;, + -0.112530; 0.023883;-0.473309;, + -0.193053; 0.092281;-0.446724;, + -0.173585; 0.066547;-0.736789;, + -0.169819; 0.031644;-0.735989;, + -0.182908; 0.039157;-0.449079;, + -0.721098; 0.004736; 0.605600;, + -0.759045;-0.025049; 0.578290;, + -0.743907;-0.011950; 0.572166;, + -0.717561; 0.023191; 0.587481;, + -0.794848;-0.025227; 0.574535;, + -0.824095;-0.020941; 0.577500;, + -0.822422;-0.016860; 0.563981;, + -0.793599;-0.014904; 0.565571;, + -0.824095;-0.020941; 0.577500;, + -0.822120;-0.013073; 0.579976;, + -0.820252;-0.008917; 0.566203;, + -0.822422;-0.016860; 0.563981;, + -0.799326;-0.010044; 0.584195;, + -0.778446;-0.009430; 0.590646;, + -0.762367; 0.002266; 0.571993;, + -0.793519;-0.006641; 0.572408;, + -0.794848;-0.025227; 0.574535;, + -0.759045;-0.025049; 0.578290;, + -0.778446;-0.009430; 0.590646;, + -0.799326;-0.010044; 0.584195;, + -0.793599;-0.014904; 0.565571;, + -0.822422;-0.016860; 0.563981;, + -0.820252;-0.008917; 0.566203;, + -0.793519;-0.006641; 0.572408;, + -0.759045;-0.025049; 0.578290;, + -0.794848;-0.025227; 0.574535;, + -0.793599;-0.014904; 0.565571;, + -0.743907;-0.011950; 0.572166;, + -0.822120;-0.013073; 0.579976;, + -0.799326;-0.010044; 0.584195;, + -0.793519;-0.006641; 0.572408;, + -0.820252;-0.008917; 0.566203;, + -0.824095;-0.020941; 0.577500;, + -0.794848;-0.025227; 0.574535;, + -0.799326;-0.010044; 0.584195;, + -0.822120;-0.013073; 0.579976;, + -0.743907;-0.011950; 0.572166;, + -0.793599;-0.014904; 0.565571;, + -0.793519;-0.006641; 0.572408;, + -0.762367; 0.002266; 0.571993;, + -0.759045;-0.025049; 0.578290;, + -0.753626; 0.002301; 0.617235;, + -0.777639;-0.005196; 0.614513;, + -0.778446;-0.009430; 0.590646;, + -0.745414; 0.049265; 0.620929;, + -0.753626; 0.002301; 0.617235;, + -0.717100; 0.024388; 0.624218;, + -0.720660; 0.055261; 0.621975;, + -0.721098; 0.004736; 0.605600;, + -0.717100; 0.024388; 0.624218;, + -0.753626; 0.002301; 0.617235;, + -0.759045;-0.025049; 0.578290;, + -0.717561; 0.023191; 0.587481;, + -0.743907;-0.011950; 0.572166;, + -0.762367; 0.002266; 0.571993;, + -0.746414; 0.026104; 0.579625;, + -0.720660; 0.055261; 0.621975;, + -0.721605; 0.067700; 0.600981;, + -0.745510; 0.069692; 0.606240;, + -0.745414; 0.049265; 0.620929;, + -0.745510; 0.069692; 0.606240;, + -0.786378; 0.071478; 0.597208;, + -0.780399; 0.042552; 0.619654;, + -0.745414; 0.049265; 0.620929;, + -0.749839; 0.066983; 0.583607;, + -0.745510; 0.069692; 0.606240;, + -0.721605; 0.067700; 0.600981;, + -0.719971; 0.050137; 0.584840;, + -0.749839; 0.066983; 0.583607;, + -0.788351; 0.067990; 0.582875;, + -0.786378; 0.071478; 0.597208;, + -0.745510; 0.069692; 0.606240;, + -0.746414; 0.026104; 0.579625;, + -0.749839; 0.066983; 0.583607;, + -0.719971; 0.050137; 0.584840;, + -0.717561; 0.023191; 0.587481;, + -0.746414; 0.026104; 0.579625;, + -0.783271; 0.027661; 0.591395;, + -0.788351; 0.067990; 0.582875;, + -0.749839; 0.066983; 0.583607;, + -0.783271; 0.027661; 0.591395;, + -0.746414; 0.026104; 0.579625;, + -0.762367; 0.002266; 0.571993;, + -0.778446;-0.009430; 0.590646;, + -0.783271; 0.027661; 0.591395;, + -0.819995; 0.025782; 0.588695;, + -0.823130; 0.067352; 0.592179;, + -0.788351; 0.067990; 0.582875;, + -0.786378; 0.071478; 0.597208;, + -0.818631; 0.069599; 0.604280;, + -0.814588; 0.032069; 0.615567;, + -0.780399; 0.042552; 0.619654;, + -0.808560;-0.011585; 0.610923;, + -0.814588; 0.032069; 0.615567;, + -0.856838; 0.022614; 0.612876;, + -0.854044;-0.014514; 0.605898;, + -0.788351; 0.067990; 0.582875;, + -0.823130; 0.067352; 0.592179;, + -0.818631; 0.069599; 0.604280;, + -0.786378; 0.071478; 0.597208;, + -0.777639;-0.005196; 0.614513;, + -0.808560;-0.011585; 0.610923;, + -0.811714;-0.012244; 0.596958;, + -0.778446;-0.009430; 0.590646;, + -0.778446;-0.009430; 0.590646;, + -0.811714;-0.012244; 0.596958;, + -0.819995; 0.025782; 0.588695;, + -0.783271; 0.027661; 0.591395;, + -0.823130; 0.067352; 0.592179;, + -0.869027; 0.062056; 0.594869;, + -0.864671; 0.063417; 0.604539;, + -0.818631; 0.069599; 0.604280;, + -0.780399; 0.042552; 0.619654;, + -0.814588; 0.032069; 0.615567;, + -0.808560;-0.011585; 0.610923;, + -0.777639;-0.005196; 0.614513;, + -0.811714;-0.012244; 0.596958;, + -0.863464;-0.009513; 0.592571;, + -0.857013; 0.019680; 0.593986;, + -0.819995; 0.025782; 0.588695;, + -0.808560;-0.011585; 0.610923;, + -0.854044;-0.014514; 0.605898;, + -0.863464;-0.009513; 0.592571;, + -0.811714;-0.012244; 0.596958;, + -0.819995; 0.025782; 0.588695;, + -0.857013; 0.019680; 0.593986;, + -0.869027; 0.062056; 0.594869;, + -0.823130; 0.067352; 0.592179;, + -0.857013; 0.019680; 0.593986;, + -0.905787; 0.015487; 0.591743;, + -0.901878; 0.043971; 0.595425;, + -0.869027; 0.062056; 0.594869;, + -0.869027; 0.062056; 0.594869;, + -0.901878; 0.043971; 0.595425;, + -0.904493; 0.041917; 0.603068;, + -0.864671; 0.063417; 0.604539;, + -0.745414; 0.049265; 0.620929;, + -0.780399; 0.042552; 0.619654;, + -0.777639;-0.005196; 0.614513;, + -0.753626; 0.002301; 0.617235;, + -0.863464;-0.009513; 0.592571;, + -0.898209;-0.008151; 0.595746;, + -0.905787; 0.015487; 0.591743;, + -0.857013; 0.019680; 0.593986;, + -0.854044;-0.014514; 0.605898;, + -0.898541;-0.009336; 0.602888;, + -0.898209;-0.008151; 0.595746;, + -0.863464;-0.009513; 0.592571;, + -0.912792; 0.013408; 0.603567;, + -0.904493; 0.041917; 0.603068;, + -0.901878; 0.043971; 0.595425;, + -0.905787; 0.015487; 0.591743;, + -0.898209;-0.008151; 0.595746;, + -0.898541;-0.009336; 0.602888;, + -0.912792; 0.013408; 0.603567;, + -0.905787; 0.015487; 0.591743;, + -0.814588; 0.032069; 0.615567;, + -0.818631; 0.069599; 0.604280;, + -0.864671; 0.063417; 0.604539;, + -0.856838; 0.022614; 0.612876;, + -0.856838; 0.022614; 0.612876;, + -0.864671; 0.063417; 0.604539;, + -0.904493; 0.041917; 0.603068;, + -0.912792; 0.013408; 0.603567;, + -0.854044;-0.014514; 0.605898;, + -0.856838; 0.022614; 0.612876;, + -0.912792; 0.013408; 0.603567;, + -0.898541;-0.009336; 0.602888;, + -0.147552; 0.003862;-0.732751;, + -0.150839;-0.010997;-0.747339;, + -0.121016;-0.009077;-0.750229;, + -0.129080; 0.008851;-0.725648;, + -0.169819; 0.031644;-0.735989;, + -0.178529; 0.027449;-0.771701;, + -0.150839;-0.010997;-0.747339;, + -0.147552; 0.003862;-0.732751;, + -0.150839;-0.010997;-0.747339;, + -0.151479;-0.034935;-0.763606;, + -0.109467;-0.013757;-0.770521;, + -0.121016;-0.009077;-0.750229;, + -0.178529; 0.027449;-0.771701;, + -0.181152; 0.008919;-0.789635;, + -0.151479;-0.034935;-0.763606;, + -0.150839;-0.010997;-0.747339;, + -0.151479;-0.034935;-0.763606;, + -0.145482;-0.066809;-0.780054;, + -0.101821;-0.068978;-0.787027;, + -0.109467;-0.013757;-0.770521;, + -0.181152; 0.008919;-0.789635;, + -0.189445;-0.029327;-0.803075;, + -0.145482;-0.066809;-0.780054;, + -0.151479;-0.034935;-0.763606;, + -0.145482;-0.066809;-0.780054;, + -0.140118;-0.135073;-0.800114;, + -0.107205;-0.132560;-0.799849;, + -0.101821;-0.068978;-0.787027;, + -0.189445;-0.029327;-0.803075;, + -0.186566;-0.096223;-0.803440;, + -0.140118;-0.135073;-0.800114;, + -0.145482;-0.066809;-0.780054;, + -0.130327; 0.093881;-0.733533;, + -0.123194; 0.102131;-0.771216;, + -0.148751; 0.109150;-0.774946;, + -0.146110; 0.097026;-0.732289;, + -0.116663; 0.060006;-0.731081;, + -0.114053; 0.069915;-0.775615;, + -0.123194; 0.102131;-0.771216;, + -0.130327; 0.093881;-0.733533;, + -0.146110; 0.097026;-0.732289;, + -0.148751; 0.109150;-0.774946;, + -0.170937; 0.064795;-0.783335;, + -0.173585; 0.066547;-0.736789;, + -0.169819; 0.031644;-0.735989;, + -0.173585; 0.066547;-0.736789;, + -0.170937; 0.064795;-0.783335;, + -0.178529; 0.027449;-0.771701;, + -0.121016;-0.009077;-0.750229;, + -0.111296; 0.036466;-0.770040;, + -0.119532; 0.030883;-0.724730;, + -0.129080; 0.008851;-0.725648;, + -0.148751; 0.109150;-0.774946;, + -0.144977; 0.110089;-0.803443;, + -0.169201; 0.069760;-0.801802;, + -0.170937; 0.064795;-0.783335;, + -0.114053; 0.069915;-0.775615;, + -0.112579; 0.070015;-0.806519;, + -0.121029; 0.100871;-0.805073;, + -0.123194; 0.102131;-0.771216;, + -0.123194; 0.102131;-0.771216;, + -0.121029; 0.100871;-0.805073;, + -0.144977; 0.110089;-0.803443;, + -0.148751; 0.109150;-0.774946;, + -0.181152; 0.008919;-0.789635;, + -0.178529; 0.027449;-0.771701;, + -0.170937; 0.064795;-0.783335;, + -0.169201; 0.069760;-0.801802;, + -0.121016;-0.009077;-0.750229;, + -0.109467;-0.013757;-0.770521;, + -0.113638; 0.040275;-0.794468;, + -0.111296; 0.036466;-0.770040;, + -0.121029; 0.100871;-0.805073;, + -0.125239; 0.086660;-0.818939;, + -0.141575; 0.100041;-0.815773;, + -0.144977; 0.110089;-0.803443;, + -0.107205;-0.132560;-0.799849;, + -0.109051;-0.131228;-0.821074;, + -0.097938;-0.067791;-0.812412;, + -0.101821;-0.068978;-0.787027;, + -0.169201; 0.069760;-0.801802;, + -0.162794; 0.060801;-0.813997;, + -0.173050; 0.028105;-0.809953;, + -0.181152; 0.008919;-0.789635;, + -0.144977; 0.110089;-0.803443;, + -0.141575; 0.100041;-0.815773;, + -0.162794; 0.060801;-0.813997;, + -0.169201; 0.069760;-0.801802;, + -0.101821;-0.068978;-0.787027;, + -0.097938;-0.067791;-0.812412;, + -0.109031;-0.012092;-0.788122;, + -0.109467;-0.013757;-0.770521;, + -0.109467;-0.013757;-0.770521;, + -0.109031;-0.012092;-0.788122;, + -0.117207; 0.035216;-0.810879;, + -0.113638; 0.040275;-0.794468;, + -0.112579; 0.070015;-0.806519;, + -0.121803; 0.060773;-0.819027;, + -0.125239; 0.086660;-0.818939;, + -0.121029; 0.100871;-0.805073;, + -0.189445;-0.029327;-0.803075;, + -0.181046;-0.026926;-0.818443;, + -0.184212;-0.097950;-0.820444;, + -0.186566;-0.096223;-0.803440;, + -0.181152; 0.008919;-0.789635;, + -0.173050; 0.028105;-0.809953;, + -0.181046;-0.026926;-0.818443;, + -0.189445;-0.029327;-0.803075;, + -0.186566;-0.096223;-0.803440;, + -0.184212;-0.097950;-0.820444;, + -0.138399;-0.136318;-0.818936;, + -0.140118;-0.135073;-0.800114;, + -0.140118;-0.135073;-0.800114;, + -0.138399;-0.136318;-0.818936;, + -0.109051;-0.131228;-0.821074;, + -0.107205;-0.132560;-0.799849;, + -0.138399;-0.136318;-0.818936;, + -0.184212;-0.097950;-0.820444;, + -0.097938;-0.067791;-0.812412;, + -0.109051;-0.131228;-0.821074;, + -0.109031;-0.012092;-0.788122;, + -0.097938;-0.067791;-0.812412;, + -0.184212;-0.097950;-0.820444;, + -0.181046;-0.026926;-0.818443;, + -0.181046;-0.026926;-0.818443;, + -0.173050; 0.028105;-0.809953;, + -0.117207; 0.035216;-0.810879;, + -0.109031;-0.012092;-0.788122;, + -0.110833;-0.039623; 0.177922;, + -0.122118;-0.038710; 0.137621;, + -0.075441;-0.050470; 0.139973;, + -0.076718;-0.054581; 0.179121;, + -0.166193; 0.014528; 0.086387;, + -0.144498; 0.101616; 0.084606;, + -0.163684; 0.087107;-0.037341;, + -0.184282; 0.009414;-0.035921;, + -0.016918; 0.005890;-0.050561;, + -0.053807; 0.015960;-0.239539;, + -0.048702; 0.057429;-0.241241;, + -0.008829; 0.046766;-0.047567;, + -0.131321;-0.037153; 0.090456;, + -0.166193; 0.014528; 0.086387;, + -0.184282; 0.009414;-0.035921;, + -0.139456;-0.047322;-0.036855;, + -0.053807; 0.015960;-0.239539;, + -0.084261; 0.024104;-0.334835;, + -0.073266; 0.073411;-0.333174;, + -0.048702; 0.057429;-0.241241;, + -0.084261; 0.024104;-0.334835;, + -0.080768; 0.048546;-0.465486;, + -0.075646; 0.083438;-0.461051;, + -0.073266; 0.073411;-0.333174;, + -0.080768; 0.048546;-0.465486;, + -0.119532; 0.030883;-0.724730;, + -0.116663; 0.060006;-0.731081;, + -0.075646; 0.083438;-0.461051;, + -0.119532; 0.030883;-0.724730;, + -0.111296; 0.036466;-0.770040;, + -0.114053; 0.069915;-0.775615;, + -0.116663; 0.060006;-0.731081;, + -0.111296; 0.036466;-0.770040;, + -0.113638; 0.040275;-0.794468;, + -0.112579; 0.070015;-0.806519;, + -0.114053; 0.069915;-0.775615;, + -0.113638; 0.040275;-0.794468;, + -0.117207; 0.035216;-0.810879;, + -0.121803; 0.060773;-0.819027;, + -0.112579; 0.070015;-0.806519;, + -0.121803; 0.060773;-0.819027;, + -0.117207; 0.035216;-0.810879;, + -0.173050; 0.028105;-0.809953;, + -0.162794; 0.060801;-0.813997;, + -0.141575; 0.100041;-0.815773;, + -0.125239; 0.086660;-0.818939;, + -0.121803; 0.060773;-0.819027;, + -0.162794; 0.060801;-0.813997;, + -0.040875;-0.084340; 0.727148;, + -0.026649;-0.125872; 0.717481;, + -0.020615;-0.124789; 0.724697;, + -0.027010;-0.111828; 0.725956;, + -0.029995;-0.135082; 0.733049;, + -0.042030;-0.089361; 0.733623;, + -0.034567;-0.103754; 0.726366;, + -0.025481;-0.119106; 0.725064;, + -0.026649;-0.125872; 0.717481;, + 0.000031;-0.142547; 0.720488;, + 0.000000;-0.141532; 0.725145;, + -0.020615;-0.124789; 0.724697;, + -0.042030;-0.089361; 0.733623;, + -0.040875;-0.084340; 0.727148;, + -0.027010;-0.111828; 0.725956;, + -0.034567;-0.103754; 0.726366;, + -0.007935;-0.149894; 0.731334;, + -0.029995;-0.135082; 0.733049;, + -0.025481;-0.119106; 0.725064;, + -0.006046;-0.138530; 0.724565;, + -0.027010;-0.111828; 0.725956;, + -0.020615;-0.124789; 0.724697;, + -0.020857;-0.109376; 0.720488;, + -0.027103;-0.094930; 0.721336;, + -0.006046;-0.138530; 0.724565;, + -0.025481;-0.119106; 0.725064;, + -0.024836;-0.107190; 0.725847;, + -0.003577;-0.135020; 0.725356;, + 0.000006;-0.137504; 0.725877;, + -0.006046;-0.138530; 0.724565;, + -0.003577;-0.135020; 0.725356;, + -0.000082;-0.132910; 0.724883;, + -0.025481;-0.119106; 0.725064;, + -0.034567;-0.103754; 0.726366;, + -0.034457;-0.088312; 0.726934;, + -0.024836;-0.107190; 0.725847;, + -0.034567;-0.103754; 0.726366;, + -0.027010;-0.111828; 0.725956;, + -0.027103;-0.094930; 0.721336;, + -0.034457;-0.088312; 0.726934;, + -0.035416;-0.077423; 0.797116;, + -0.033044;-0.072317; 0.797407;, + -0.042735;-0.066917; 0.796940;, + -0.045517;-0.073026; 0.796627;, + -0.029344;-0.078401; 0.799795;, + -0.025831;-0.072803; 0.799952;, + -0.033044;-0.072317; 0.797407;, + -0.035416;-0.077423; 0.797116;, + -0.048515;-0.070851; 0.804365;, + -0.046241;-0.065384; 0.805333;, + -0.032372;-0.072638; 0.805581;, + -0.035257;-0.077386; 0.804617;, + -0.051704;-0.063533; 0.801383;, + -0.048712;-0.058321; 0.803003;, + -0.046241;-0.065384; 0.805333;, + -0.048515;-0.070851; 0.804365;, + -0.045517;-0.073026; 0.796627;, + -0.042735;-0.066917; 0.796940;, + -0.048712;-0.058321; 0.803003;, + -0.051704;-0.063533; 0.801383;, + -0.035257;-0.077386; 0.804617;, + -0.032372;-0.072638; 0.805581;, + -0.025831;-0.072803; 0.799952;, + -0.029344;-0.078401; 0.799795;, + -0.138292; 0.098417; 0.123626;, + -0.144498; 0.101616; 0.084606;, + -0.166193; 0.014528; 0.086387;, + -0.159193; 0.009553; 0.125563;, + -0.159193; 0.009553; 0.125563;, + -0.166193; 0.014528; 0.086387;, + -0.131321;-0.037153; 0.090456;, + -0.122118;-0.038710; 0.137621;, + -0.075441;-0.050470; 0.139973;, + -0.038058;-0.058012; 0.125918;, + -0.042189;-0.066711; 0.183382;, + -0.076718;-0.054581; 0.179121;, + -0.095135; 0.155147; 0.106964;, + -0.100095; 0.151927; 0.060827;, + -0.144498; 0.101616; 0.084606;, + -0.138292; 0.098417; 0.123626;, + -0.074271;-0.042740; 0.088610;, + -0.131321;-0.037153; 0.090456;, + -0.139456;-0.047322;-0.036855;, + -0.073052;-0.047276;-0.039454;, + -0.095135; 0.155147; 0.106964;, + -0.026108; 0.147617; 0.072305;, + -0.024340; 0.133146; 0.041546;, + -0.100095; 0.151927; 0.060827;, + -0.098928; 0.129651; 0.174857;, + -0.106221; 0.102616; 0.228441;, + -0.053843; 0.121167; 0.246846;, + -0.031180; 0.129160; 0.172401;, + -0.012517;-0.041227; 0.061968;, + -0.016918; 0.005890;-0.050561;, + -0.008829; 0.046766;-0.047567;, + -0.002137; 0.047747; 0.020884;, + -0.075441;-0.050470; 0.139973;, + -0.074271;-0.042740; 0.088610;, + -0.012517;-0.041227; 0.061968;, + -0.038058;-0.058012; 0.125918;, + -0.073052;-0.047276;-0.039454;, + -0.016918; 0.005890;-0.050561;, + -0.012517;-0.041227; 0.061968;, + -0.074271;-0.042740; 0.088610;, + -0.095135; 0.155147; 0.106964;, + -0.098928; 0.129651; 0.174857;, + -0.031180; 0.129160; 0.172401;, + -0.026108; 0.147617; 0.072305;, + -0.106221; 0.102616; 0.228441;, + -0.111241; 0.096737; 0.256031;, + -0.071361; 0.120913; 0.274193;, + -0.053843; 0.121167; 0.246846;, + -0.134969; 0.062478; 0.270829;, + -0.091946; 0.115835; 0.290370;, + -0.071361; 0.120913; 0.274193;, + -0.111241; 0.096737; 0.256031;, + -0.000000;-0.158845; 0.758553;, + -0.000000;-0.158564; 0.752964;, + 0.009034;-0.155815; 0.753897;, + 0.008528;-0.155974; 0.759763;, + 0.009034;-0.155815; 0.753897;, + -0.000000;-0.158564; 0.752964;, + -0.000036;-0.155962; 0.743233;, + 0.009024;-0.154846; 0.745558;, + 0.004871;-0.158910; 0.764466;, + -0.000000;-0.159226; 0.763918;, + -0.000000;-0.158845; 0.758553;, + 0.008528;-0.155974; 0.759763;, + 0.004536;-0.154580; 0.777241;, + 0.007563;-0.116478; 0.790912;, + -0.000000;-0.117946; 0.790089;, + -0.000000;-0.153033; 0.777556;, + 0.015332;-0.086894; 0.804359;, + 0.019331;-0.082354; 0.819646;, + 0.000000;-0.083016; 0.818335;, + 0.000000;-0.088627; 0.804329;, + 0.004536;-0.154580; 0.777241;, + -0.000000;-0.153033; 0.777556;, + -0.000000;-0.159226; 0.763918;, + 0.004871;-0.158910; 0.764466;, + -0.000000;-0.117946; 0.790089;, + 0.007563;-0.116478; 0.790912;, + 0.015332;-0.086894; 0.804359;, + 0.000000;-0.088627; 0.804329;, + 0.000000;-0.043779; 0.680185;, + -0.000034;-0.020726; 0.665267;, + 0.025016;-0.015335; 0.674766;, + 0.020937;-0.038365; 0.684761;, + 0.026625;-0.074729; 0.692734;, + 0.000000;-0.101244; 0.690159;, + 0.000000;-0.043779; 0.680185;, + 0.020937;-0.038365; 0.684761;, + 0.027504;-0.118049; 0.709716;, + 0.026649;-0.125872; 0.717481;, + 0.000031;-0.142547; 0.720488;, + 0.000000;-0.135126; 0.703153;, + 0.026281;-0.063383; 0.841208;, + 0.000000;-0.067410; 0.841190;, + 0.000000;-0.083016; 0.818335;, + 0.019331;-0.082354; 0.819646;, + 0.000000;-0.067410; 0.841190;, + 0.026281;-0.063383; 0.841208;, + 0.029437;-0.037273; 0.857185;, + 0.000000;-0.040000; 0.859547;, + 0.023522;-0.004371; 0.871517;, + 0.014014; 0.031725; 0.874862;, + 0.000000; 0.030928; 0.876195;, + 0.000000;-0.006394; 0.873845;, + 0.014014; 0.031725; 0.874862;, + 0.014746; 0.060856; 0.871109;, + 0.000000; 0.062533; 0.871901;, + 0.000000; 0.030928; 0.876195;, + 0.018245; 0.106185; 0.808475;, + 0.018113; 0.105491; 0.784584;, + 0.000000; 0.108723; 0.786262;, + 0.000000; 0.108392; 0.810238;, + 0.019212; 0.086660; 0.853103;, + 0.020332; 0.098819; 0.829930;, + 0.000000; 0.102079; 0.829759;, + 0.000000; 0.088583; 0.853931;, + 0.014746; 0.060856; 0.871109;, + 0.019212; 0.086660; 0.853103;, + 0.000000; 0.088583; 0.853931;, + 0.000000; 0.062533; 0.871901;, + 0.020332; 0.098819; 0.829930;, + 0.018245; 0.106185; 0.808475;, + 0.000000; 0.108392; 0.810238;, + 0.000000; 0.102079; 0.829759;, + 0.029437;-0.037273; 0.857185;, + 0.023522;-0.004371; 0.871517;, + 0.000000;-0.006394; 0.873845;, + 0.000000;-0.040000; 0.859547;, + -0.000034;-0.020726; 0.665267;, + 0.001024;-0.020174; 0.610777;, + 0.033145;-0.006014; 0.619560;, + 0.025016;-0.015335; 0.674766;, + 0.001024;-0.020174; 0.610777;, + -0.000000;-0.034534; 0.557958;, + 0.047854;-0.037430; 0.563208;, + 0.033145;-0.006014; 0.619560;, + 0.000000; 0.099403; 0.695997;, + 0.012882; 0.098417; 0.695546;, + 0.022834; 0.105571; 0.667829;, + 0.000000; 0.106236; 0.670020;, + 0.000000; 0.106236; 0.670020;, + 0.022834; 0.105571; 0.667829;, + 0.063576; 0.144798; 0.590259;, + -0.000000; 0.129273; 0.586944;, + -0.000000; 0.136600; 0.532250;, + 0.077689; 0.154519; 0.527308;, + 0.092429; 0.157634; 0.473091;, + -0.000000; 0.144073; 0.484304;, + 0.092429; 0.157634; 0.473091;, + 0.092163; 0.148332; 0.406355;, + 0.000000; 0.142712; 0.419527;, + -0.000000; 0.144073; 0.484304;, + 0.044814;-0.073702; 0.390072;, + 0.000000;-0.075601; 0.383622;, + 0.000000;-0.065918; 0.301222;, + 0.045081;-0.068137; 0.301911;, + 0.045081;-0.068137; 0.301911;, + 0.000000;-0.065918; 0.301222;, + 0.000000;-0.065666; 0.239187;, + 0.041405;-0.068907; 0.234761;, + 0.041405;-0.068907; 0.234761;, + 0.000000;-0.065666; 0.239187;, + -0.000000;-0.068248; 0.186463;, + 0.042190;-0.066711; 0.183382;, + 0.031179; 0.129160; 0.172401;, + 0.026080; 0.147617; 0.072386;, + -0.002125; 0.134301; 0.085974;, + -0.000110; 0.117820; 0.189150;, + 0.037893;-0.078642; 0.455399;, + 0.082394;-0.060046; 0.517073;, + -0.000000;-0.059921; 0.508296;, + -0.000017;-0.068676; 0.458827;, + -0.000000; 0.129273; 0.586944;, + 0.063576; 0.144798; 0.590259;, + 0.077689; 0.154519; 0.527308;, + -0.000000; 0.136600; 0.532250;, + 0.044814;-0.073702; 0.390072;, + 0.037893;-0.078642; 0.455399;, + -0.000017;-0.068676; 0.458827;, + 0.000000;-0.075601; 0.383622;, + 0.026649;-0.125872; 0.717481;, + 0.020615;-0.124789; 0.724697;, + 0.000000;-0.141532; 0.725145;, + 0.000031;-0.142547; 0.720488;, + 0.000015;-0.148774; 0.730436;, + 0.000006;-0.137504; 0.725877;, + 0.006046;-0.138530; 0.724565;, + 0.007935;-0.149894; 0.731334;, + 0.020615;-0.124789; 0.724697;, + 0.020857;-0.109376; 0.720488;, + -0.000075;-0.130413; 0.718217;, + 0.000000;-0.141532; 0.725145;, + 0.000006;-0.137504; 0.725877;, + -0.000082;-0.132910; 0.724883;, + 0.003577;-0.135020; 0.725356;, + 0.006046;-0.138530; 0.724565;, + 0.038058;-0.058012; 0.125920;, + 0.042190;-0.066711; 0.183382;, + -0.000000;-0.068248; 0.186463;, + 0.000024;-0.063096; 0.136070;, + 0.000028; 0.042250; 0.018604;, + 0.002059; 0.047747; 0.020987;, + 0.012413;-0.041227; 0.061989;, + -0.000027;-0.045725; 0.070143;, + 0.002059; 0.047747; 0.020987;, + 0.000028; 0.042250; 0.018604;, + -0.002208; 0.112623; 0.048054;, + 0.024291; 0.133146; 0.041614;, + 0.053842; 0.121167; 0.246845;, + 0.031179; 0.129160; 0.172401;, + -0.000110; 0.117820; 0.189150;, + -0.000000; 0.117708; 0.260739;, + -0.009024;-0.154846; 0.745558;, + -0.007935;-0.149894; 0.731334;, + 0.000015;-0.148774; 0.730436;, + -0.000036;-0.155962; 0.743233;, + -0.000000;-0.158845; 0.758553;, + -0.008528;-0.155974; 0.759763;, + -0.009034;-0.155815; 0.753897;, + -0.000000;-0.158564; 0.752964;, + -0.009034;-0.155815; 0.753897;, + -0.009024;-0.154846; 0.745558;, + -0.000036;-0.155962; 0.743233;, + -0.000000;-0.158564; 0.752964;, + -0.004871;-0.158910; 0.764466;, + -0.008528;-0.155974; 0.759763;, + -0.000000;-0.158845; 0.758553;, + -0.000000;-0.159226; 0.763918;, + -0.015332;-0.086894; 0.804359;, + 0.000000;-0.088627; 0.804329;, + 0.000000;-0.083016; 0.818335;, + -0.019331;-0.082354; 0.819646;, + -0.026625;-0.074729; 0.692735;, + -0.020937;-0.038365; 0.684761;, + 0.000000;-0.043779; 0.680185;, + 0.000000;-0.101244; 0.690159;, + -0.026625;-0.074729; 0.692735;, + 0.000000;-0.101244; 0.690159;, + 0.000000;-0.133121; 0.698011;, + -0.029446;-0.101900; 0.700539;, + 0.000000;-0.135126; 0.703153;, + -0.027504;-0.118049; 0.709716;, + -0.029446;-0.101900; 0.700539;, + 0.000000;-0.133121; 0.698011;, + -0.027504;-0.118049; 0.709716;, + 0.000000;-0.135126; 0.703153;, + 0.000031;-0.142547; 0.720488;, + -0.026649;-0.125872; 0.717481;, + -0.026281;-0.063383; 0.841208;, + -0.019331;-0.082354; 0.819646;, + 0.000000;-0.083016; 0.818335;, + 0.000000;-0.067410; 0.841190;, + -0.018113; 0.105491; 0.784584;, + 0.000000; 0.108723; 0.786262;, + 0.000000; 0.095406; 0.737744;, + -0.011064; 0.094776; 0.737582;, + -0.018245; 0.106185; 0.808475;, + 0.000000; 0.108392; 0.810238;, + 0.000000; 0.108723; 0.786262;, + -0.018113; 0.105491; 0.784584;, + -0.019212; 0.086660; 0.853103;, + 0.000000; 0.088583; 0.853931;, + 0.000000; 0.102079; 0.829759;, + -0.020332; 0.098819; 0.829930;, + -0.020332; 0.098819; 0.829930;, + 0.000000; 0.102079; 0.829759;, + 0.000000; 0.108392; 0.810238;, + -0.018245; 0.106185; 0.808475;, + 0.000000; 0.095406; 0.737744;, + 0.000000; 0.099403; 0.695997;, + -0.012882; 0.098417; 0.695546;, + -0.011064; 0.094776; 0.737582;, + 0.001024;-0.020174; 0.610777;, + -0.033141;-0.006014; 0.619561;, + -0.047895;-0.037432; 0.563185;, + -0.000000;-0.034534; 0.557958;, + 0.000000; 0.099403; 0.695997;, + 0.000000; 0.106236; 0.670020;, + -0.022834; 0.105571; 0.667829;, + -0.012882; 0.098417; 0.695546;, + -0.092434; 0.157634; 0.473091;, + -0.000000; 0.144073; 0.484304;, + 0.000000; 0.142712; 0.419527;, + -0.092163; 0.148332; 0.406355;, + 0.000000; 0.134287; 0.361562;, + -0.000000; 0.122819; 0.296588;, + -0.091946; 0.115835; 0.290370;, + -0.097090; 0.129800; 0.343998;, + -0.044814;-0.073702; 0.390072;, + -0.045081;-0.068137; 0.301911;, + 0.000000;-0.065918; 0.301222;, + 0.000000;-0.075601; 0.383622;, + -0.045081;-0.068137; 0.301911;, + -0.041405;-0.068907; 0.234761;, + 0.000000;-0.065666; 0.239187;, + 0.000000;-0.065918; 0.301222;, + -0.031180; 0.129160; 0.172401;, + -0.000110; 0.117820; 0.189150;, + -0.002125; 0.134301; 0.085974;, + -0.026108; 0.147617; 0.072305;, + -0.037893;-0.078642; 0.455399;, + -0.000017;-0.068676; 0.458827;, + -0.000000;-0.059921; 0.508296;, + -0.082400;-0.060046; 0.517072;, + 0.000000; 0.142712; 0.419527;, + 0.000000; 0.134287; 0.361562;, + -0.097090; 0.129800; 0.343998;, + -0.092163; 0.148332; 0.406355;, + -0.082400;-0.060046; 0.517072;, + -0.000000;-0.059921; 0.508296;, + -0.000000;-0.034534; 0.557958;, + -0.047895;-0.037432; 0.563185;, + 0.000015;-0.148774; 0.730436;, + -0.007935;-0.149894; 0.731334;, + -0.006046;-0.138530; 0.724565;, + 0.000006;-0.137504; 0.725877;, + -0.020615;-0.124789; 0.724697;, + 0.000000;-0.141532; 0.725145;, + -0.000075;-0.130413; 0.718217;, + -0.020857;-0.109376; 0.720488;, + -0.026108; 0.147617; 0.072305;, + -0.002125; 0.134301; 0.085974;, + -0.002208; 0.112623; 0.048054;, + -0.024340; 0.133146; 0.041546;, + -0.038058;-0.058012; 0.125918;, + 0.000024;-0.063096; 0.136070;, + -0.000000;-0.068248; 0.186463;, + -0.042189;-0.066711; 0.183382;, + 0.000028; 0.042250; 0.018604;, + -0.000027;-0.045725; 0.070143;, + -0.012517;-0.041227; 0.061968;, + -0.002137; 0.047747; 0.020884;, + -0.002137; 0.047747; 0.020884;, + -0.024340; 0.133146; 0.041546;, + -0.002208; 0.112623; 0.048054;, + 0.000028; 0.042250; 0.018604;, + -0.053843; 0.121167; 0.246846;, + -0.000000; 0.117708; 0.260739;, + -0.000110; 0.117820; 0.189150;, + -0.031180; 0.129160; 0.172401;, + -0.012517;-0.041227; 0.061968;, + -0.000027;-0.045725; 0.070143;, + 0.000024;-0.063096; 0.136070;, + -0.038058;-0.058012; 0.125918;, + -0.091946; 0.115835; 0.290370;, + -0.000000; 0.122819; 0.296588;, + -0.000000; 0.122182; 0.279819;, + -0.071361; 0.120913; 0.274193;, + -0.071361; 0.120913; 0.274193;, + -0.000000; 0.122182; 0.279819;, + -0.000000; 0.117708; 0.260739;, + -0.053843; 0.121167; 0.246846;; + 730; + 4;3,2,1,0;, + 4;7,6,5,4;, + 4;11,10,9,8;, + 4;15,14,13,12;, + 4;19,18,17,16;, + 4;23,22,21,20;, + 4;27,26,25,24;, + 4;31,30,29,28;, + 4;35,34,33,32;, + 4;39,38,37,36;, + 4;43,42,41,40;, + 4;47,46,45,44;, + 4;51,50,49,48;, + 4;55,54,53,52;, + 4;59,58,57,56;, + 4;63,62,61,60;, + 4;67,66,65,64;, + 4;71,70,69,68;, + 4;75,74,73,72;, + 4;79,78,77,76;, + 4;83,82,81,80;, + 4;87,86,85,84;, + 4;91,90,89,88;, + 4;95,94,93,92;, + 4;99,98,97,96;, + 4;103,102,101,100;, + 4;107,106,105,104;, + 4;111,110,109,108;, + 4;115,114,113,112;, + 4;119,118,117,116;, + 4;123,122,121,120;, + 4;127,126,125,124;, + 4;131,130,129,128;, + 4;135,134,133,132;, + 4;139,138,137,136;, + 4;143,142,141,140;, + 4;147,146,145,144;, + 4;151,150,149,148;, + 4;155,154,153,152;, + 4;159,158,157,156;, + 4;163,162,161,160;, + 4;167,166,165,164;, + 4;171,170,169,168;, + 4;175,174,173,172;, + 4;179,178,177,176;, + 4;183,182,181,180;, + 4;187,186,185,184;, + 4;191,190,189,188;, + 4;195,194,193,192;, + 4;199,198,197,196;, + 4;203,202,201,200;, + 4;207,206,205,204;, + 4;211,210,209,208;, + 4;215,214,213,212;, + 4;219,218,217,216;, + 4;223,222,221,220;, + 4;227,226,225,224;, + 4;231,230,229,228;, + 4;235,234,233,232;, + 4;239,238,237,236;, + 4;243,242,241,240;, + 4;247,246,245,244;, + 4;251,250,249,248;, + 4;255,254,253,252;, + 4;259,258,257,256;, + 4;263,262,261,260;, + 4;267,266,265,264;, + 4;271,270,269,268;, + 4;275,274,273,272;, + 4;279,278,277,276;, + 4;283,282,281,280;, + 4;287,286,285,284;, + 4;291,290,289,288;, + 4;295,294,293,292;, + 4;299,298,297,296;, + 4;303,302,301,300;, + 4;307,306,305,304;, + 4;311,310,309,308;, + 4;315,314,313,312;, + 4;319,318,317,316;, + 4;323,322,321,320;, + 4;327,326,325,324;, + 4;331,330,329,328;, + 4;335,334,333,332;, + 4;339,338,337,336;, + 4;343,342,341,340;, + 4;347,346,345,344;, + 4;351,350,349,348;, + 4;355,354,353,352;, + 4;359,358,357,356;, + 4;363,362,361,360;, + 4;367,366,365,364;, + 4;371,370,369,368;, + 4;375,374,373,372;, + 4;379,378,377,376;, + 4;383,382,381,380;, + 4;387,386,385,384;, + 4;391,390,389,388;, + 4;395,394,393,392;, + 4;399,398,397,396;, + 4;403,402,401,400;, + 4;407,406,405,404;, + 4;411,410,409,408;, + 4;415,414,413,412;, + 4;419,418,417,416;, + 4;423,422,421,420;, + 4;427,426,425,424;, + 4;431,430,429,428;, + 4;435,434,433,432;, + 4;439,438,437,436;, + 4;443,442,441,440;, + 4;447,446,445,444;, + 4;451,450,449,448;, + 4;455,454,453,452;, + 4;459,458,457,456;, + 4;463,462,461,460;, + 4;467,466,465,464;, + 4;471,470,469,468;, + 4;475,474,473,472;, + 4;479,478,477,476;, + 4;483,482,481,480;, + 4;487,486,485,484;, + 4;491,490,489,488;, + 4;495,494,493,492;, + 4;499,498,497,496;, + 4;503,502,501,500;, + 4;507,506,505,504;, + 4;511,510,509,508;, + 4;515,514,513,512;, + 4;519,518,517,516;, + 4;523,522,521,520;, + 4;527,526,525,524;, + 4;531,530,529,528;, + 4;535,534,533,532;, + 4;539,538,537,536;, + 4;543,542,541,540;, + 4;547,546,545,544;, + 4;551,550,549,548;, + 4;555,554,553,552;, + 4;559,558,557,556;, + 4;563,562,561,560;, + 4;567,566,565,564;, + 4;571,570,569,568;, + 4;575,574,573,572;, + 4;579,578,577,576;, + 4;583,582,581,580;, + 4;587,586,585,584;, + 4;591,590,589,588;, + 4;595,594,593,592;, + 4;599,598,597,596;, + 4;603,602,601,600;, + 4;607,606,605,604;, + 4;611,610,609,608;, + 4;615,614,613,612;, + 4;619,618,617,616;, + 4;623,622,621,620;, + 4;627,626,625,624;, + 4;631,630,629,628;, + 4;635,634,633,632;, + 4;639,638,637,636;, + 4;643,642,641,640;, + 4;647,646,645,644;, + 4;651,650,649,648;, + 4;655,654,653,652;, + 4;659,658,657,656;, + 4;663,662,661,660;, + 4;667,666,665,664;, + 4;671,670,669,668;, + 4;675,674,673,672;, + 4;679,678,677,676;, + 4;683,682,681,680;, + 4;687,686,685,684;, + 4;691,690,689,688;, + 4;695,694,693,692;, + 4;699,698,697,696;, + 4;703,702,701,700;, + 4;707,706,705,704;, + 4;711,710,709,708;, + 4;715,714,713,712;, + 4;719,718,717,716;, + 4;723,722,721,720;, + 4;727,726,725,724;, + 4;731,730,729,728;, + 4;735,734,733,732;, + 4;739,738,737,736;, + 4;743,742,741,740;, + 4;747,746,745,744;, + 4;751,750,749,748;, + 4;755,754,753,752;, + 4;759,758,757,756;, + 4;763,762,761,760;, + 4;767,766,765,764;, + 4;771,770,769,768;, + 4;775,774,773,772;, + 4;779,778,777,776;, + 4;783,782,781,780;, + 4;787,786,785,784;, + 4;791,790,789,788;, + 4;795,794,793,792;, + 4;799,798,797,796;, + 4;803,802,801,800;, + 4;807,806,805,804;, + 4;811,810,809,808;, + 4;815,814,813,812;, + 4;819,818,817,816;, + 4;823,822,821,820;, + 4;827,826,825,824;, + 4;831,830,829,828;, + 4;835,834,833,832;, + 4;839,838,837,836;, + 4;843,842,841,840;, + 4;847,846,845,844;, + 4;851,850,849,848;, + 4;855,854,853,852;, + 4;859,858,857,856;, + 4;863,862,861,860;, + 4;867,866,865,864;, + 4;871,870,869,868;, + 4;875,874,873,872;, + 4;879,878,877,876;, + 4;883,882,881,880;, + 4;887,886,885,884;, + 4;891,890,889,888;, + 4;895,894,893,892;, + 4;899,898,897,896;, + 4;903,902,901,900;, + 4;907,906,905,904;, + 4;911,910,909,908;, + 4;915,914,913,912;, + 4;919,918,917,916;, + 4;923,922,921,920;, + 4;927,926,925,924;, + 4;931,930,929,928;, + 4;935,934,933,932;, + 4;939,938,937,936;, + 4;943,942,941,940;, + 4;947,946,945,944;, + 4;951,950,949,948;, + 4;955,954,953,952;, + 4;959,958,957,956;, + 4;963,962,961,960;, + 4;967,966,965,964;, + 4;971,970,969,968;, + 4;975,974,973,972;, + 4;979,978,977,976;, + 4;983,982,981,980;, + 4;987,986,985,984;, + 4;991,990,989,988;, + 4;995,994,993,992;, + 4;999,998,997,996;, + 4;1003,1002,1001,1000;, + 4;1007,1006,1005,1004;, + 4;1011,1010,1009,1008;, + 4;1015,1014,1013,1012;, + 4;1019,1018,1017,1016;, + 4;1023,1022,1021,1020;, + 4;1027,1026,1025,1024;, + 4;1031,1030,1029,1028;, + 4;1035,1034,1033,1032;, + 4;1039,1038,1037,1036;, + 4;1043,1042,1041,1040;, + 4;1047,1046,1045,1044;, + 4;1051,1050,1049,1048;, + 4;1055,1054,1053,1052;, + 4;1059,1058,1057,1056;, + 4;1063,1062,1061,1060;, + 4;1067,1066,1065,1064;, + 4;1071,1070,1069,1068;, + 4;1075,1074,1073,1072;, + 4;1079,1078,1077,1076;, + 4;1083,1082,1081,1080;, + 4;1087,1086,1085,1084;, + 4;1091,1090,1089,1088;, + 4;1095,1094,1093,1092;, + 4;1099,1098,1097,1096;, + 4;1103,1102,1101,1100;, + 4;1107,1106,1105,1104;, + 4;1111,1110,1109,1108;, + 4;1115,1114,1113,1112;, + 4;1119,1118,1117,1116;, + 4;1123,1122,1121,1120;, + 4;1127,1126,1125,1124;, + 4;1131,1130,1129,1128;, + 4;1135,1134,1133,1132;, + 4;1139,1138,1137,1136;, + 4;1143,1142,1141,1140;, + 4;1147,1146,1145,1144;, + 4;1151,1150,1149,1148;, + 4;1155,1154,1153,1152;, + 4;1159,1158,1157,1156;, + 4;1163,1162,1161,1160;, + 4;1167,1166,1165,1164;, + 4;1171,1170,1169,1168;, + 4;1175,1174,1173,1172;, + 4;1179,1178,1177,1176;, + 4;1183,1182,1181,1180;, + 4;1187,1186,1185,1184;, + 4;1191,1190,1189,1188;, + 4;1195,1194,1193,1192;, + 4;1199,1198,1197,1196;, + 4;1203,1202,1201,1200;, + 4;1207,1206,1205,1204;, + 4;1211,1210,1209,1208;, + 4;1215,1214,1213,1212;, + 4;1219,1218,1217,1216;, + 4;1223,1222,1221,1220;, + 4;1227,1226,1225,1224;, + 4;1231,1230,1229,1228;, + 4;1235,1234,1233,1232;, + 4;1239,1238,1237,1236;, + 4;1243,1242,1241,1240;, + 4;1247,1246,1245,1244;, + 4;1251,1250,1249,1248;, + 4;1255,1254,1253,1252;, + 4;1259,1258,1257,1256;, + 4;1263,1262,1261,1260;, + 4;1267,1266,1265,1264;, + 4;1271,1270,1269,1268;, + 4;1275,1274,1273,1272;, + 4;1279,1278,1277,1276;, + 4;1283,1282,1281,1280;, + 4;1287,1286,1285,1284;, + 4;1291,1290,1289,1288;, + 4;1295,1294,1293,1292;, + 4;1299,1298,1297,1296;, + 4;1303,1302,1301,1300;, + 4;1307,1306,1305,1304;, + 4;1311,1310,1309,1308;, + 4;1315,1314,1313,1312;, + 4;1319,1318,1317,1316;, + 4;1323,1322,1321,1320;, + 4;1327,1326,1325,1324;, + 4;1331,1330,1329,1328;, + 4;1335,1334,1333,1332;, + 4;1339,1338,1337,1336;, + 4;1343,1342,1341,1340;, + 4;1347,1346,1345,1344;, + 4;1351,1350,1349,1348;, + 4;1355,1354,1353,1352;, + 4;1359,1358,1357,1356;, + 4;1363,1362,1361,1360;, + 4;1367,1366,1365,1364;, + 4;1371,1370,1369,1368;, + 4;1375,1374,1373,1372;, + 4;1379,1378,1377,1376;, + 4;1383,1382,1381,1380;, + 4;1387,1386,1385,1384;, + 4;1391,1390,1389,1388;, + 4;1395,1394,1393,1392;, + 4;1399,1398,1397,1396;, + 4;1403,1402,1401,1400;, + 4;1407,1406,1405,1404;, + 4;1411,1410,1409,1408;, + 4;1415,1414,1413,1412;, + 4;1419,1418,1417,1416;, + 4;1423,1422,1421,1420;, + 4;1427,1426,1425,1424;, + 4;1431,1430,1429,1428;, + 4;1435,1434,1433,1432;, + 4;1439,1438,1437,1436;, + 4;1443,1442,1441,1440;, + 4;1447,1446,1445,1444;, + 4;1451,1450,1449,1448;, + 4;1455,1454,1453,1452;, + 4;1459,1458,1457,1456;, + 4;1463,1462,1461,1460;, + 4;1467,1466,1465,1464;, + 4;1471,1470,1469,1468;, + 4;1475,1474,1473,1472;, + 4;1479,1478,1477,1476;, + 4;1483,1482,1481,1480;, + 4;1487,1486,1485,1484;, + 4;1491,1490,1489,1488;, + 4;1495,1494,1493,1492;, + 4;1499,1498,1497,1496;, + 4;1503,1502,1501,1500;, + 4;1507,1506,1505,1504;, + 4;1511,1510,1509,1508;, + 4;1515,1514,1513,1512;, + 4;1519,1518,1517,1516;, + 4;1523,1522,1521,1520;, + 4;1527,1526,1525,1524;, + 4;1531,1530,1529,1528;, + 4;1535,1534,1533,1532;, + 4;1539,1538,1537,1536;, + 4;1543,1542,1541,1540;, + 4;1547,1546,1545,1544;, + 4;1551,1550,1549,1548;, + 4;1555,1554,1553,1552;, + 4;1559,1558,1557,1556;, + 4;1563,1562,1561,1560;, + 4;1567,1566,1565,1564;, + 4;1571,1570,1569,1568;, + 4;1575,1574,1573,1572;, + 4;1579,1578,1577,1576;, + 4;1583,1582,1581,1580;, + 4;1587,1586,1585,1584;, + 4;1591,1590,1589,1588;, + 4;1595,1594,1593,1592;, + 4;1599,1598,1597,1596;, + 4;1603,1602,1601,1600;, + 4;1607,1606,1605,1604;, + 4;1611,1610,1609,1608;, + 4;1615,1614,1613,1612;, + 4;1619,1618,1617,1616;, + 4;1623,1622,1621,1620;, + 4;1627,1626,1625,1624;, + 4;1631,1630,1629,1628;, + 4;1635,1634,1633,1632;, + 4;1639,1638,1637,1636;, + 4;1643,1642,1641,1640;, + 4;1647,1646,1645,1644;, + 4;1651,1650,1649,1648;, + 4;1655,1654,1653,1652;, + 4;1659,1658,1657,1656;, + 4;1663,1662,1661,1660;, + 4;1667,1666,1665,1664;, + 4;1671,1670,1669,1668;, + 4;1675,1674,1673,1672;, + 4;1679,1678,1677,1676;, + 4;1683,1682,1681,1680;, + 4;1687,1686,1685,1684;, + 4;1691,1690,1689,1688;, + 4;1695,1694,1693,1692;, + 4;1699,1698,1697,1696;, + 4;1703,1702,1701,1700;, + 4;1707,1706,1705,1704;, + 4;1711,1710,1709,1708;, + 4;1715,1714,1713,1712;, + 4;1719,1718,1717,1716;, + 4;1723,1722,1721,1720;, + 4;1727,1726,1725,1724;, + 4;1731,1730,1729,1728;, + 4;1735,1734,1733,1732;, + 4;1739,1738,1737,1736;, + 4;1743,1742,1741,1740;, + 4;1747,1746,1745,1744;, + 4;1751,1750,1749,1748;, + 4;1755,1754,1753,1752;, + 4;1759,1758,1757,1756;, + 4;1763,1762,1761,1760;, + 4;1767,1766,1765,1764;, + 4;1771,1770,1769,1768;, + 4;1775,1774,1773,1772;, + 4;1779,1778,1777,1776;, + 4;1783,1782,1781,1780;, + 4;1787,1786,1785,1784;, + 4;1791,1790,1789,1788;, + 4;1795,1794,1793,1792;, + 4;1799,1798,1797,1796;, + 4;1803,1802,1801,1800;, + 4;1807,1806,1805,1804;, + 4;1811,1810,1809,1808;, + 4;1815,1814,1813,1812;, + 4;1819,1818,1817,1816;, + 4;1823,1822,1821,1820;, + 4;1827,1826,1825,1824;, + 4;1831,1830,1829,1828;, + 4;1835,1834,1833,1832;, + 4;1839,1838,1837,1836;, + 4;1843,1842,1841,1840;, + 4;1847,1846,1845,1844;, + 4;1851,1850,1849,1848;, + 4;1855,1854,1853,1852;, + 4;1859,1858,1857,1856;, + 4;1863,1862,1861,1860;, + 4;1867,1866,1865,1864;, + 4;1871,1870,1869,1868;, + 4;1875,1874,1873,1872;, + 4;1879,1878,1877,1876;, + 4;1883,1882,1881,1880;, + 4;1887,1886,1885,1884;, + 4;1891,1890,1889,1888;, + 4;1895,1894,1893,1892;, + 4;1899,1898,1897,1896;, + 4;1903,1902,1901,1900;, + 4;1907,1906,1905,1904;, + 4;1911,1910,1909,1908;, + 4;1915,1914,1913,1912;, + 4;1919,1918,1917,1916;, + 4;1923,1922,1921,1920;, + 4;1927,1926,1925,1924;, + 4;1931,1930,1929,1928;, + 4;1935,1934,1933,1932;, + 4;1939,1938,1937,1936;, + 4;1943,1942,1941,1940;, + 4;1947,1946,1945,1944;, + 4;1951,1950,1949,1948;, + 4;1955,1954,1953,1952;, + 4;1959,1958,1957,1956;, + 4;1963,1962,1961,1960;, + 4;1967,1966,1965,1964;, + 4;1971,1970,1969,1968;, + 4;1975,1974,1973,1972;, + 4;1979,1978,1977,1976;, + 4;1983,1982,1981,1980;, + 4;1987,1986,1985,1984;, + 4;1991,1990,1989,1988;, + 4;1995,1994,1993,1992;, + 4;1999,1998,1997,1996;, + 4;2003,2002,2001,2000;, + 4;2007,2006,2005,2004;, + 4;2011,2010,2009,2008;, + 4;2015,2014,2013,2012;, + 4;2019,2018,2017,2016;, + 4;2023,2022,2021,2020;, + 4;2027,2026,2025,2024;, + 4;2031,2030,2029,2028;, + 4;2035,2034,2033,2032;, + 4;2039,2038,2037,2036;, + 4;2043,2042,2041,2040;, + 4;2047,2046,2045,2044;, + 4;2051,2050,2049,2048;, + 4;2055,2054,2053,2052;, + 4;2059,2058,2057,2056;, + 4;2063,2062,2061,2060;, + 4;2067,2066,2065,2064;, + 4;2071,2070,2069,2068;, + 4;2075,2074,2073,2072;, + 4;2079,2078,2077,2076;, + 4;2083,2082,2081,2080;, + 4;2087,2086,2085,2084;, + 4;2091,2090,2089,2088;, + 4;2095,2094,2093,2092;, + 4;2099,2098,2097,2096;, + 4;2103,2102,2101,2100;, + 4;2107,2106,2105,2104;, + 4;2111,2110,2109,2108;, + 4;2115,2114,2113,2112;, + 4;2119,2118,2117,2116;, + 4;2123,2122,2121,2120;, + 4;2127,2126,2125,2124;, + 4;2131,2130,2129,2128;, + 4;2135,2134,2133,2132;, + 4;2139,2138,2137,2136;, + 4;2143,2142,2141,2140;, + 4;2147,2146,2145,2144;, + 4;2151,2150,2149,2148;, + 4;2155,2154,2153,2152;, + 4;2159,2158,2157,2156;, + 4;2163,2162,2161,2160;, + 4;2167,2166,2165,2164;, + 4;2171,2170,2169,2168;, + 4;2175,2174,2173,2172;, + 4;2179,2178,2177,2176;, + 4;2183,2182,2181,2180;, + 4;2187,2186,2185,2184;, + 4;2191,2190,2189,2188;, + 4;2195,2194,2193,2192;, + 4;2199,2198,2197,2196;, + 4;2203,2202,2201,2200;, + 4;2207,2206,2205,2204;, + 4;2211,2210,2209,2208;, + 4;2215,2214,2213,2212;, + 4;2219,2218,2217,2216;, + 4;2223,2222,2221,2220;, + 4;2227,2226,2225,2224;, + 4;2231,2230,2229,2228;, + 4;2235,2234,2233,2232;, + 4;2239,2238,2237,2236;, + 4;2243,2242,2241,2240;, + 4;2247,2246,2245,2244;, + 4;2251,2250,2249,2248;, + 4;2255,2254,2253,2252;, + 4;2259,2258,2257,2256;, + 4;2263,2262,2261,2260;, + 4;2267,2266,2265,2264;, + 4;2271,2270,2269,2268;, + 4;2275,2274,2273,2272;, + 4;2279,2278,2277,2276;, + 4;2283,2282,2281,2280;, + 4;2287,2286,2285,2284;, + 4;2291,2290,2289,2288;, + 4;2295,2294,2293,2292;, + 4;2299,2298,2297,2296;, + 4;2303,2302,2301,2300;, + 4;2307,2306,2305,2304;, + 4;2311,2310,2309,2308;, + 4;2315,2314,2313,2312;, + 4;2319,2318,2317,2316;, + 4;2323,2322,2321,2320;, + 4;2327,2326,2325,2324;, + 4;2331,2330,2329,2328;, + 4;2335,2334,2333,2332;, + 4;2339,2338,2337,2336;, + 4;2343,2342,2341,2340;, + 4;2347,2346,2345,2344;, + 4;2351,2350,2349,2348;, + 4;2355,2354,2353,2352;, + 4;2359,2358,2357,2356;, + 4;2363,2362,2361,2360;, + 4;2367,2366,2365,2364;, + 4;2371,2370,2369,2368;, + 4;2375,2374,2373,2372;, + 4;2379,2378,2377,2376;, + 4;2383,2382,2381,2380;, + 4;2387,2386,2385,2384;, + 4;2391,2390,2389,2388;, + 4;2395,2394,2393,2392;, + 4;2399,2398,2397,2396;, + 4;2403,2402,2401,2400;, + 4;2407,2406,2405,2404;, + 4;2411,2410,2409,2408;, + 4;2415,2414,2413,2412;, + 4;2419,2418,2417,2416;, + 4;2423,2422,2421,2420;, + 4;2427,2426,2425,2424;, + 4;2431,2430,2429,2428;, + 4;2435,2434,2433,2432;, + 4;2439,2438,2437,2436;, + 4;2443,2442,2441,2440;, + 4;2447,2446,2445,2444;, + 4;2451,2450,2449,2448;, + 4;2455,2454,2453,2452;, + 4;2459,2458,2457,2456;, + 4;2463,2462,2461,2460;, + 4;2467,2466,2465,2464;, + 4;2471,2470,2469,2468;, + 4;2475,2474,2473,2472;, + 4;2479,2478,2477,2476;, + 4;2483,2482,2481,2480;, + 4;2487,2486,2485,2484;, + 4;2491,2490,2489,2488;, + 4;2495,2494,2493,2492;, + 4;2499,2498,2497,2496;, + 4;2503,2502,2501,2500;, + 4;2507,2506,2505,2504;, + 4;2511,2510,2509,2508;, + 4;2515,2514,2513,2512;, + 4;2519,2518,2517,2516;, + 4;2523,2522,2521,2520;, + 4;2527,2526,2525,2524;, + 4;2531,2530,2529,2528;, + 4;2535,2534,2533,2532;, + 4;2539,2538,2537,2536;, + 4;2543,2542,2541,2540;, + 4;2547,2546,2545,2544;, + 4;2551,2550,2549,2548;, + 4;2555,2554,2553,2552;, + 4;2559,2558,2557,2556;, + 4;2563,2562,2561,2560;, + 4;2567,2566,2565,2564;, + 4;2571,2570,2569,2568;, + 4;2575,2574,2573,2572;, + 4;2579,2578,2577,2576;, + 4;2583,2582,2581,2580;, + 4;2587,2586,2585,2584;, + 4;2591,2590,2589,2588;, + 4;2595,2594,2593,2592;, + 4;2599,2598,2597,2596;, + 4;2603,2602,2601,2600;, + 4;2607,2606,2605,2604;, + 4;2611,2610,2609,2608;, + 4;2615,2614,2613,2612;, + 4;2619,2618,2617,2616;, + 4;2623,2622,2621,2620;, + 4;2627,2626,2625,2624;, + 4;2631,2630,2629,2628;, + 4;2635,2634,2633,2632;, + 4;2639,2638,2637,2636;, + 4;2643,2642,2641,2640;, + 4;2647,2646,2645,2644;, + 4;2651,2650,2649,2648;, + 4;2655,2654,2653,2652;, + 4;2659,2658,2657,2656;, + 4;2663,2662,2661,2660;, + 4;2667,2666,2665,2664;, + 4;2671,2670,2669,2668;, + 4;2675,2674,2673,2672;, + 4;2679,2678,2677,2676;, + 4;2683,2682,2681,2680;, + 4;2687,2686,2685,2684;, + 4;2691,2690,2689,2688;, + 4;2695,2694,2693,2692;, + 4;2699,2698,2697,2696;, + 4;2703,2702,2701,2700;, + 4;2707,2706,2705,2704;, + 4;2711,2710,2709,2708;, + 4;2715,2714,2713,2712;, + 4;2719,2718,2717,2716;, + 4;2723,2722,2721,2720;, + 4;2727,2726,2725,2724;, + 4;2731,2730,2729,2728;, + 4;2735,2734,2733,2732;, + 4;2739,2738,2737,2736;, + 4;2743,2742,2741,2740;, + 4;2747,2746,2745,2744;, + 4;2751,2750,2749,2748;, + 4;2755,2754,2753,2752;, + 4;2759,2758,2757,2756;, + 4;2763,2762,2761,2760;, + 4;2767,2766,2765,2764;, + 4;2771,2770,2769,2768;, + 4;2775,2774,2773,2772;, + 4;2779,2778,2777,2776;, + 4;2783,2782,2781,2780;, + 4;2787,2786,2785,2784;, + 4;2791,2790,2789,2788;, + 4;2795,2794,2793,2792;, + 4;2799,2798,2797,2796;, + 4;2803,2802,2801,2800;, + 4;2807,2806,2805,2804;, + 4;2811,2810,2809,2808;, + 4;2815,2814,2813,2812;, + 4;2819,2818,2817,2816;, + 4;2823,2822,2821,2820;, + 4;2827,2826,2825,2824;, + 4;2831,2830,2829,2828;, + 4;2835,2834,2833,2832;, + 4;2839,2838,2837,2836;, + 4;2843,2842,2841,2840;, + 4;2847,2846,2845,2844;, + 4;2851,2850,2849,2848;, + 4;2855,2854,2853,2852;, + 4;2859,2858,2857,2856;, + 4;2863,2862,2861,2860;, + 4;2867,2866,2865,2864;, + 4;2871,2870,2869,2868;, + 4;2875,2874,2873,2872;, + 4;2879,2878,2877,2876;, + 4;2883,2882,2881,2880;, + 4;2887,2886,2885,2884;, + 4;2891,2890,2889,2888;, + 4;2895,2894,2893,2892;, + 4;2899,2898,2897,2896;, + 4;2903,2902,2901,2900;, + 4;2907,2906,2905,2904;, + 4;2911,2910,2909,2908;, + 4;2915,2914,2913,2912;, + 4;2919,2918,2917,2916;; + MeshNormals { // wolfwoman_proxy741 normals + 2920; + 0.506455;-0.551195;-0.663076;, + 0.411878;-0.906705; 0.090732;, + 0.494705;-0.726371; 0.477065;, + 0.790521;-0.524705; 0.315806;, + 0.411878;-0.906705; 0.090732;, + 0.506455;-0.551195;-0.663076;, + 0.328684;-0.600604;-0.728843;, + 0.598895;-0.800775; 0.005951;, + 0.220191;-0.877377; 0.426221;, + 0.411878;-0.906705; 0.090732;, + 0.598895;-0.800775; 0.005951;, + 0.661946;-0.678091; 0.319315;, + 0.220191;-0.877377; 0.426221;, + 0.661946;-0.678091; 0.319315;, + 0.664113;-0.456710; 0.591876;, + 0.246925;-0.650288; 0.718406;, + 0.661946;-0.678091; 0.319315;, + 0.598895;-0.800775; 0.005951;, + 0.825343;-0.564501;-0.010498;, + 0.913450;-0.377880; 0.150975;, + 0.661946;-0.678091; 0.319315;, + 0.913450;-0.377880; 0.150975;, + 0.929228;-0.149968; 0.337657;, + 0.664113;-0.456710; 0.591876;, + 0.929228;-0.149968; 0.337657;, + 0.913450;-0.377880; 0.150975;, + 0.981719;-0.186346; 0.037996;, + 0.700949;-0.538835; 0.467177;, + 0.825343;-0.564501;-0.010498;, + 0.940672;-0.337657;-0.032472;, + 0.981719;-0.186346; 0.037996;, + 0.913450;-0.377880; 0.150975;, + 0.598895;-0.800775; 0.005951;, + 0.328684;-0.600604;-0.728843;, + 0.274392;-0.950591; 0.145146;, + 0.825343;-0.564501;-0.010498;, + 0.700949;-0.538835; 0.467177;, + 0.030030;-0.527543; 0.848964;, + -0.365123; 0.519059; 0.772790;, + -0.704062; 0.128941; 0.698294;, + 0.203864; 0.864254; 0.459822;, + 0.160192; 0.907346; 0.388592;, + -0.704062; 0.128941; 0.698294;, + -0.365123; 0.519059; 0.772790;, + 0.883724;-0.443739; 0.148534;, + 0.710166;-0.635884; 0.302072;, + 0.612293;-0.537828; 0.579485;, + 0.760979;-0.366344; 0.535386;, + 0.700949;-0.538835; 0.467177;, + 0.981719;-0.186346; 0.037996;, + 0.894162;-0.436232; 0.100620;, + 0.030030;-0.527543; 0.848964;, + 0.954772;-0.014069; 0.296915;, + 0.894162;-0.436232; 0.100620;, + 0.956999;-0.270516;-0.104434;, + 0.992645;-0.096072;-0.073550;, + 0.894162;-0.436232; 0.100620;, + 0.954772;-0.014069; 0.296915;, + 0.695090; 0.050081; 0.717154;, + 0.030030;-0.527543; 0.848964;, + 0.737114; 0.668905; 0.095798;, + 0.706046; 0.705924; 0.055849;, + 0.160192; 0.907346; 0.388592;, + 0.203864; 0.864254; 0.459822;, + 0.894162;-0.436232; 0.100620;, + 0.981719;-0.186346; 0.037996;, + 0.940672;-0.337657;-0.032472;, + 0.966277;-0.238899;-0.095889;, + 0.815424;-0.394513; 0.423566;, + 0.744591;-0.666921; 0.028047;, + 0.872402;-0.487442; 0.035646;, + 0.938017;-0.340587; 0.063845;, + 0.938017;-0.340587; 0.063845;, + 0.872402;-0.487442; 0.035646;, + 0.828669;-0.552324;-0.090670;, + 0.890561;-0.380444;-0.249275;, + 0.414258;-0.884457;-0.214637;, + -0.000549;-0.947508;-0.319712;, + -0.000092;-0.696951;-0.717093;, + 0.268532;-0.738670;-0.618244;, + 0.828669;-0.552324;-0.090670;, + 0.414258;-0.884457;-0.214637;, + 0.268532;-0.738670;-0.618244;, + 0.736656;-0.483810;-0.472457;, + 0.309671;-0.619007; 0.721732;, + 0.410718;-0.481155; 0.774438;, + 0.612293;-0.537828; 0.579485;, + 0.710166;-0.635884; 0.302072;, + 0.494705;-0.726371; 0.477065;, + 0.612293;-0.537828; 0.579485;, + 0.410718;-0.481155; 0.774438;, + 0.790521;-0.524705; 0.315806;, + 0.920194;-0.269753;-0.283608;, + 0.970763;-0.143956;-0.191961;, + 0.966277;-0.238899;-0.095889;, + 0.908902;-0.394604;-0.134678;, + 0.908902;-0.394604;-0.134678;, + 0.883724;-0.443739; 0.148534;, + 0.938017;-0.340587; 0.063845;, + 0.890561;-0.380444;-0.249275;, + 0.940672;-0.337657;-0.032472;, + 0.883724;-0.443739; 0.148534;, + 0.908902;-0.394604;-0.134678;, + 0.966277;-0.238899;-0.095889;, + 0.825343;-0.564501;-0.010498;, + 0.710166;-0.635884; 0.302072;, + 0.883724;-0.443739; 0.148534;, + 0.940672;-0.337657;-0.032472;, + 0.710166;-0.635884; 0.302072;, + 0.825343;-0.564501;-0.010498;, + 0.274392;-0.950591; 0.145146;, + 0.309671;-0.619007; 0.721732;, + 0.894162;-0.436232; 0.100620;, + 0.966277;-0.238899;-0.095889;, + 0.970763;-0.143956;-0.191961;, + 0.956999;-0.270516;-0.104434;, + 0.956999;-0.270516;-0.104434;, + 0.977996;-0.000244;-0.208563;, + 0.973327; 0.174993;-0.148259;, + 0.992645;-0.096072;-0.073550;, + 0.737114; 0.668905; 0.095798;, + 0.954772;-0.014069; 0.296915;, + 0.992645;-0.096072;-0.073550;, + 0.973327; 0.174993;-0.148259;, + 0.954772;-0.014069; 0.296915;, + 0.737114; 0.668905; 0.095798;, + 0.203864; 0.864254; 0.459822;, + 0.695090; 0.050081; 0.717154;, + -0.365123; 0.519059; 0.772790;, + 0.030030;-0.527543; 0.848964;, + 0.695090; 0.050081; 0.717154;, + 0.203864; 0.864254; 0.459822;, + 0.706046; 0.705924; 0.055849;, + 0.737114; 0.668905; 0.095798;, + 0.973327; 0.174993;-0.148259;, + 0.877804; 0.451674;-0.159459;, + 0.977996;-0.000244;-0.208563;, + 0.971526; 0.082125;-0.222175;, + 0.877804; 0.451674;-0.159459;, + 0.973327; 0.174993;-0.148259;, + -0.704062; 0.128941; 0.698294;, + 0.160192; 0.907346; 0.388592;, + 0.499710; 0.810450; 0.305643;, + -0.238350; 0.622852; 0.745109;, + -0.238350; 0.622852; 0.745109;, + 0.499710; 0.810450; 0.305643;, + 0.500076; 0.805292; 0.318369;, + 0.372875; 0.707572; 0.600238;, + 0.372875; 0.707572; 0.600238;, + 0.500076; 0.805292; 0.318369;, + 0.292764; 0.878384; 0.377697;, + 0.249916; 0.725547; 0.641163;, + 0.700949;-0.538835; 0.467177;, + -0.704062; 0.128941; 0.698294;, + 0.529710;-0.431837; 0.729972;, + 0.929228;-0.149968; 0.337657;, + 0.977996;-0.000244;-0.208563;, + 0.956999;-0.270516;-0.104434;, + 0.970763;-0.143956;-0.191961;, + 0.936644;-0.052889;-0.346233;, + 0.920194;-0.269753;-0.283608;, + 0.834223;-0.107578;-0.540788;, + 0.936644;-0.052889;-0.346233;, + 0.970763;-0.143956;-0.191961;, + 0.898587;-0.338298;-0.279397;, + 0.790399;-0.222938;-0.570544;, + 0.834223;-0.107578;-0.540788;, + 0.920194;-0.269753;-0.283608;, + 0.898587;-0.338298;-0.279397;, + 0.920194;-0.269753;-0.283608;, + 0.908902;-0.394604;-0.134678;, + 0.890561;-0.380444;-0.249275;, + 0.892911;-0.268807;-0.361095;, + 0.884518;-0.320109;-0.339305;, + 0.898587;-0.338298;-0.279397;, + 0.890561;-0.380444;-0.249275;, + 0.828669;-0.552324;-0.090670;, + 0.736656;-0.483810;-0.472457;, + 0.892911;-0.268807;-0.361095;, + 0.890561;-0.380444;-0.249275;, + 0.898587;-0.338298;-0.279397;, + 0.884518;-0.320109;-0.339305;, + 0.747337;-0.662435; 0.051119;, + 0.769463;-0.500900;-0.396191;, + 0.487442; 0.861171;-0.144139;, + 0.675741; 0.721885;-0.148991;, + 0.693075; 0.720847; 0.003265;, + 0.445662; 0.894772;-0.026246;, + 0.877804; 0.451674;-0.159459;, + 0.971526; 0.082125;-0.222175;, + 0.995239; 0.077761; 0.058443;, + 0.898343; 0.436323; 0.050966;, + 0.872402;-0.487442; 0.035646;, + 0.468093;-0.872494;-0.139958;, + 0.414258;-0.884457;-0.214637;, + 0.828669;-0.552324;-0.090670;, + 0.744591;-0.666921; 0.028047;, + 0.437880;-0.868068;-0.233802;, + 0.468093;-0.872494;-0.139958;, + 0.872402;-0.487442; 0.035646;, + 0.487472;-0.871029; 0.060213;, + 0.185095;-0.982177; 0.032014;, + 0.437880;-0.868068;-0.233802;, + 0.744591;-0.666921; 0.028047;, + 0.815424;-0.394513; 0.423566;, + 0.760979;-0.366344; 0.535386;, + 0.409223;-0.359539; 0.838588;, + 0.395245;-0.634571; 0.664113;, + 0.395245;-0.634571; 0.664113;, + 0.487472;-0.871029; 0.060213;, + 0.744591;-0.666921; 0.028047;, + 0.815424;-0.394513; 0.423566;, + 0.612293;-0.537828; 0.579485;, + 0.494705;-0.726371; 0.477065;, + 0.409223;-0.359539; 0.838588;, + 0.760979;-0.366344; 0.535386;, + 0.760979;-0.366344; 0.535386;, + 0.815424;-0.394513; 0.423566;, + 0.938017;-0.340587; 0.063845;, + 0.883724;-0.443739; 0.148534;, + 0.411878;-0.906705; 0.090732;, + 0.220191;-0.877377; 0.426221;, + 0.222022;-0.770165; 0.597919;, + 0.494705;-0.726371; 0.477065;, + 0.494705;-0.726371; 0.477065;, + 0.222022;-0.770165; 0.597919;, + 0.081454;-0.379437; 0.921598;, + 0.409223;-0.359539; 0.838588;, + 0.409223;-0.359539; 0.838588;, + 0.081454;-0.379437; 0.921598;, + 0.024171;-0.744743; 0.666890;, + 0.395245;-0.634571; 0.664113;, + 0.185095;-0.982177; 0.032014;, + 0.487472;-0.871029; 0.060213;, + 0.395245;-0.634571; 0.664113;, + 0.024171;-0.744743; 0.666890;, + 0.692648;-0.324320;-0.644185;, + 0.790399;-0.222938;-0.570544;, + 0.898587;-0.338298;-0.279397;, + 0.769463;-0.500900;-0.396191;, + 0.939390;-0.133915;-0.315592;, + 0.779229;-0.217872;-0.587603;, + 0.826472;-0.536149;-0.171575;, + 0.961577;-0.272988;-0.028108;, + 0.936644;-0.052889;-0.346233;, + 0.834223;-0.107578;-0.540788;, + 0.779229;-0.217872;-0.587603;, + 0.939390;-0.133915;-0.315592;, + 0.977996;-0.000244;-0.208563;, + 0.936644;-0.052889;-0.346233;, + 0.939390;-0.133915;-0.315592;, + 0.971526; 0.082125;-0.222175;, + 0.692648;-0.324320;-0.644185;, + 0.423200;-0.177099;-0.888546;, + 0.556230;-0.088412;-0.826289;, + 0.790399;-0.222938;-0.570544;, + 0.779229;-0.217872;-0.587603;, + 0.834223;-0.107578;-0.540788;, + 0.790399;-0.222938;-0.570544;, + 0.556230;-0.088412;-0.826289;, + 0.423200;-0.177099;-0.888546;, + 0.692648;-0.324320;-0.644185;, + 0.000000;-0.532640;-0.846309;, + 0.000000;-0.222968;-0.974792;, + 0.779229;-0.217872;-0.587603;, + 0.556230;-0.088412;-0.826289;, + 0.423200;-0.177099;-0.888546;, + 0.437239;-0.267495;-0.858638;, + -0.000183;-0.776147;-0.630512;, + 0.000000;-0.532640;-0.846309;, + 0.692648;-0.324320;-0.644185;, + 0.769463;-0.500900;-0.396191;, + 0.706046; 0.705924; 0.055849;, + 0.877804; 0.451674;-0.159459;, + 0.675741; 0.721885;-0.148991;, + 0.652181; 0.756645; 0.045839;, + 0.652181; 0.756645; 0.045839;, + 0.675741; 0.721885;-0.148991;, + 0.487442; 0.861171;-0.144139;, + 0.509690; 0.856349; 0.082736;, + 0.779229;-0.217872;-0.587603;, + 0.437239;-0.267495;-0.858638;, + 0.596637;-0.693106;-0.404431;, + 0.826472;-0.536149;-0.171575;, + 0.971526; 0.082125;-0.222175;, + 0.939390;-0.133915;-0.315592;, + 0.961577;-0.272988;-0.028108;, + 0.995239; 0.077761; 0.058443;, + 0.898343; 0.436323; 0.050966;, + 0.693075; 0.720847; 0.003265;, + 0.675741; 0.721885;-0.148991;, + 0.877804; 0.451674;-0.159459;, + 0.706046; 0.705924; 0.055849;, + 0.652181; 0.756645; 0.045839;, + 0.499710; 0.810450; 0.305643;, + 0.160192; 0.907346; 0.388592;, + 0.499710; 0.810450; 0.305643;, + 0.652181; 0.756645; 0.045839;, + 0.509690; 0.856349; 0.082736;, + 0.500076; 0.805292; 0.318369;, + -0.238350; 0.622852; 0.745109;, + -0.583392;-0.083499; 0.807855;, + 0.529710;-0.431837; 0.729972;, + -0.704062; 0.128941; 0.698294;, + 0.259651;-0.449538; 0.854671;, + 0.246925;-0.650288; 0.718406;, + 0.664113;-0.456710; 0.591876;, + 0.638936;-0.294229; 0.710746;, + 0.638936;-0.294229; 0.710746;, + 0.664113;-0.456710; 0.591876;, + 0.929228;-0.149968; 0.337657;, + 0.529710;-0.431837; 0.729972;, + 0.372875; 0.707572; 0.600238;, + -0.124729; 0.336802; 0.933256;, + -0.583392;-0.083499; 0.807855;, + -0.238350; 0.622852; 0.745109;, + 0.249916; 0.725547; 0.641163;, + 0.157750; 0.357860; 0.920316;, + -0.124729; 0.336802; 0.933256;, + 0.372875; 0.707572; 0.600238;, + 0.638936;-0.294229; 0.710746;, + 0.529710;-0.431837; 0.729972;, + -0.583392;-0.083499; 0.807855;, + 0.219184;-0.265816; 0.938749;, + 0.219184;-0.265816; 0.938749;, + -0.583392;-0.083499; 0.807855;, + -0.124729; 0.336802; 0.933256;, + -0.124760; 0.006378; 0.992157;, + 0.200354;-0.228034; 0.952788;, + 0.219184;-0.265816; 0.938749;, + -0.124760; 0.006378; 0.992157;, + 0.124607; 0.031007; 0.991699;, + 0.200354;-0.228034; 0.952788;, + 0.259651;-0.449538; 0.854671;, + 0.638936;-0.294229; 0.710746;, + 0.219184;-0.265816; 0.938749;, + -0.124760; 0.006378; 0.992157;, + -0.124729; 0.336802; 0.933256;, + 0.157750; 0.357860; 0.920316;, + 0.124607; 0.031007; 0.991699;, + 0.445662; 0.894772;-0.026246;, + 0.194861; 0.978118;-0.072573;, + 0.265633; 0.954772;-0.133457;, + 0.487442; 0.861171;-0.144139;, + 0.285470; 0.949187; 0.132420;, + 0.509690; 0.856349; 0.082736;, + 0.487442; 0.861171;-0.144139;, + 0.265633; 0.954772;-0.133457;, + 0.500076; 0.805292; 0.318369;, + 0.509690; 0.856349; 0.082736;, + 0.285470; 0.949187; 0.132420;, + 0.292764; 0.878384; 0.377697;, + 0.265633; 0.954772;-0.133457;, + 0.194861; 0.978118;-0.072573;, + 0.000000; 0.996551;-0.082736;, + 0.000000; 0.992492;-0.122288;, + 0.961577;-0.272988;-0.028108;, + 0.826472;-0.536149;-0.171575;, + 0.592029;-0.730583; 0.340098;, + 0.761681;-0.512711; 0.396100;, + 0.826472;-0.536149;-0.171575;, + 0.596637;-0.693106;-0.404431;, + 0.335521;-0.907590; 0.252266;, + 0.592029;-0.730583; 0.340098;, + 0.693075; 0.720847; 0.003265;, + 0.898343; 0.436323; 0.050966;, + 0.748375; 0.386273; 0.539140;, + 0.523576; 0.734672; 0.431349;, + 0.898343; 0.436323; 0.050966;, + 0.995239; 0.077761; 0.058443;, + 0.848506;-0.084414; 0.522385;, + 0.748375; 0.386273; 0.539140;, + 0.000000; 0.996551;-0.082736;, + 0.194861; 0.978118;-0.072573;, + 0.114200; 0.973388; 0.198553;, + 0.000000; 0.984130; 0.177282;, + 0.194861; 0.978118;-0.072573;, + 0.445662; 0.894772;-0.026246;, + 0.260659; 0.923978; 0.279733;, + 0.114200; 0.973388; 0.198553;, + 0.693075; 0.720847; 0.003265;, + 0.523576; 0.734672; 0.431349;, + 0.260659; 0.923978; 0.279733;, + 0.445662; 0.894772;-0.026246;, + 0.848506;-0.084414; 0.522385;, + 0.995239; 0.077761; 0.058443;, + 0.961577;-0.272988;-0.028108;, + 0.761681;-0.512711; 0.396100;, + 0.592029;-0.730583; 0.340098;, + 0.335521;-0.907590; 0.252266;, + 0.061220;-0.874538; 0.481063;, + 0.139805;-0.793664; 0.592029;, + 0.848506;-0.084414; 0.522385;, + 0.761681;-0.512711; 0.396100;, + 0.282693;-0.654347; 0.701346;, + 0.479385;-0.271218; 0.834620;, + 0.748375; 0.386273; 0.539140;, + 0.848506;-0.084414; 0.522385;, + 0.479385;-0.271218; 0.834620;, + 0.514359; 0.314768; 0.797693;, + 0.260659; 0.923978; 0.279733;, + 0.523576; 0.734672; 0.431349;, + 0.311441; 0.691427; 0.651845;, + 0.109500; 0.870754; 0.479354;, + 0.114200; 0.973388; 0.198553;, + 0.260659; 0.923978; 0.279733;, + 0.109500; 0.870754; 0.479354;, + -0.026765; 0.944212; 0.328196;, + 0.282693;-0.654347; 0.701346;, + 0.761681;-0.512711; 0.396100;, + 0.592029;-0.730583; 0.340098;, + 0.139805;-0.793664; 0.592029;, + 0.479385;-0.271218; 0.834620;, + 0.282693;-0.654347; 0.701346;, + -0.072146;-0.741081; 0.667470;, + 0.041078;-0.280038; 0.959075;, + 0.514359; 0.314768; 0.797693;, + 0.479385;-0.271218; 0.834620;, + 0.041078;-0.280038; 0.959075;, + 0.258797; 0.399213; 0.879543;, + -0.122501;-0.170202; 0.977752;, + -0.045503;-0.812220; 0.581530;, + -0.001740;-0.754936; 0.655751;, + 0.009949; 0.069185; 0.997528;, + 0.099826; 0.635334; 0.765740;, + -0.122501;-0.170202; 0.977752;, + 0.009949; 0.069185; 0.997528;, + 0.119480; 0.850337; 0.512467;, + 0.009949; 0.069185; 0.997528;, + -0.001740;-0.754936; 0.655751;, + 0.103275;-0.832423; 0.544389;, + 0.044221; 0.156255; 0.986694;, + 0.119480; 0.850337; 0.512467;, + 0.009949; 0.069185; 0.997528;, + 0.044221; 0.156255; 0.986694;, + 0.045930; 0.958647; 0.280831;, + 0.044221; 0.156255; 0.986694;, + 0.103275;-0.832423; 0.544389;, + 0.042146;-0.858303; 0.511399;, + -0.030213; 0.298379; 0.953948;, + 0.045930; 0.958647; 0.280831;, + 0.044221; 0.156255; 0.986694;, + -0.030213; 0.298379; 0.953948;, + -0.014222; 0.940458; 0.339518;, + -0.030213; 0.298379; 0.953948;, + 0.042146;-0.858303; 0.511399;, + -0.354808;-0.869808; 0.342753;, + 0.014435;-0.097568; 0.995117;, + -0.014222; 0.940458; 0.339518;, + -0.030213; 0.298379; 0.953948;, + 0.014435;-0.097568; 0.995117;, + 0.072024; 0.659536; 0.748192;, + 0.748375; 0.386273; 0.539140;, + 0.514359; 0.314768; 0.797693;, + 0.311441; 0.691427; 0.651845;, + 0.523576; 0.734672; 0.431349;, + 0.099826; 0.635334; 0.765740;, + 0.196417; 0.959838; 0.200232;, + 0.238899; 0.804804; 0.543290;, + 0.258797; 0.399213; 0.879543;, + 0.258797; 0.399213; 0.879543;, + 0.238899; 0.804804; 0.543290;, + 0.311441; 0.691427; 0.651845;, + 0.514359; 0.314768; 0.797693;, + 0.045930; 0.958647; 0.280831;, + 0.092196; 0.718650;-0.689200;, + 0.334727; 0.893582;-0.299051;, + 0.119480; 0.850337; 0.512467;, + -0.001740;-0.754936; 0.655751;, + 0.268746;-0.952116;-0.145756;, + 0.094974;-0.890652;-0.444594;, + 0.103275;-0.832423; 0.544389;, + -0.045503;-0.812220; 0.581530;, + 0.229591;-0.947569; 0.222175;, + 0.268746;-0.952116;-0.145756;, + -0.001740;-0.754936; 0.655751;, + 0.268746;-0.952116;-0.145756;, + 0.608478;-0.125401;-0.783563;, + 0.085238;-0.212165;-0.973479;, + 0.094974;-0.890652;-0.444594;, + 0.362560;-0.924833; 0.114963;, + 0.229591;-0.947569; 0.222175;, + 0.102817;-0.884701; 0.454604;, + 0.093112;-0.928526; 0.359325;, + 0.268746;-0.952116;-0.145756;, + 0.667104;-0.702048;-0.249092;, + 0.861751;-0.222938;-0.455672;, + 0.608478;-0.125401;-0.783563;, + 0.139805;-0.793664; 0.592029;, + 0.102817;-0.884701; 0.454604;, + -0.072146;-0.741081; 0.667470;, + 0.282693;-0.654347; 0.701346;, + 0.608478;-0.125401;-0.783563;, + 0.334727; 0.893582;-0.299051;, + 0.092196; 0.718650;-0.689200;, + 0.085238;-0.212165;-0.973479;, + 0.103275;-0.832423; 0.544389;, + 0.094974;-0.890652;-0.444594;, + 0.091342;-0.762261;-0.640767;, + 0.042146;-0.858303; 0.511399;, + 0.042146;-0.858303; 0.511399;, + 0.091342;-0.762261;-0.640767;, + -0.215888;-0.491775;-0.843501;, + -0.354808;-0.869808; 0.342753;, + 0.334727; 0.893582;-0.299051;, + 0.608478;-0.125401;-0.783563;, + 0.861751;-0.222938;-0.455672;, + 0.742882; 0.566912;-0.355968;, + 0.266457; 0.963836;-0.000458;, + 0.196417; 0.959838; 0.200232;, + 0.334727; 0.893582;-0.299051;, + 0.742882; 0.566912;-0.355968;, + -0.026765; 0.944212; 0.328196;, + 0.109500; 0.870754; 0.479354;, + 0.152470; 0.940642; 0.303201;, + -0.055574; 0.966460; 0.250710;, + 0.266457; 0.963836;-0.000458;, + 0.048067; 0.995972; 0.075472;, + -0.055574; 0.966460; 0.250710;, + 0.152470; 0.940642; 0.303201;, + 0.311441; 0.691427; 0.651845;, + 0.238899; 0.804804; 0.543290;, + 0.152470; 0.940642; 0.303201;, + 0.109500; 0.870754; 0.479354;, + 0.742882; 0.566912;-0.355968;, + 0.858333; 0.405744;-0.314005;, + 0.273385; 0.934172;-0.229163;, + 0.197333; 0.978027;-0.067171;, + 0.861751;-0.222938;-0.455672;, + 0.932615;-0.230506;-0.277566;, + 0.858333; 0.405744;-0.314005;, + 0.742882; 0.566912;-0.355968;, + 0.667104;-0.702048;-0.249092;, + 0.667287;-0.719718;-0.191595;, + 0.932615;-0.230506;-0.277566;, + 0.861751;-0.222938;-0.455672;, + 0.667104;-0.702048;-0.249092;, + 0.362560;-0.924833; 0.114963;, + 0.310984;-0.950377;-0.003510;, + 0.667287;-0.719718;-0.191595;, + 0.353740;-0.926328;-0.129337;, + 0.072573;-0.994842;-0.070589;, + 0.135563;-0.989593;-0.047975;, + 0.384991;-0.920988;-0.059297;, + 0.960692;-0.261574;-0.092715;, + 0.707053;-0.695212;-0.129307;, + 0.627949;-0.777703;-0.028718;, + 0.930479;-0.365642; 0.021760;, + 0.000000; 0.976348;-0.216163;, + 0.433149; 0.869198;-0.238380;, + 0.520646; 0.847743;-0.100925;, + 0.000000; 0.997894;-0.064577;, + 0.433149; 0.869198;-0.238380;, + 0.941465; 0.303537;-0.146519;, + 0.941862; 0.335856; 0.008728;, + 0.520646; 0.847743;-0.100925;, + 0.941465; 0.303537;-0.146519;, + 0.960692;-0.261574;-0.092715;, + 0.930479;-0.365642; 0.021760;, + 0.941862; 0.335856; 0.008728;, + 0.941862; 0.335856; 0.008728;, + 0.930479;-0.365642; 0.021760;, + 0.934874;-0.350932; 0.053072;, + 0.931913; 0.339396; 0.127750;, + 0.930479;-0.365642; 0.021760;, + 0.627949;-0.777703;-0.028718;, + 0.590411;-0.807062; 0.001526;, + 0.934874;-0.350932; 0.053072;, + 0.894925; 0.410779; 0.174169;, + 0.416791; 0.876431; 0.241096;, + 0.553667; 0.823115; 0.126072;, + 0.931913; 0.339396; 0.127750;, + 0.590411;-0.807062; 0.001526;, + 0.383404;-0.923399;-0.017823;, + 0.332102;-0.941465;-0.057466;, + 0.572527;-0.819636; 0.019715;, + 0.931913; 0.339396; 0.127750;, + 0.553667; 0.823115; 0.126072;, + 0.644124; 0.764885; 0.002136;, + 0.941862; 0.335856; 0.008728;, + 0.384991;-0.920988;-0.059297;, + 0.135563;-0.989593;-0.047975;, + 0.144139;-0.989502;-0.008576;, + 0.383404;-0.923399;-0.017823;, + 0.931913; 0.339396; 0.127750;, + 0.934874;-0.350932; 0.053072;, + 0.960326;-0.242012; 0.138524;, + 0.894925; 0.410779; 0.174169;, + 0.934874;-0.350932; 0.053072;, + 0.590411;-0.807062; 0.001526;, + 0.572527;-0.819636; 0.019715;, + 0.960326;-0.242012; 0.138524;, + 0.894925; 0.410779; 0.174169;, + 0.874172; 0.455611; 0.167882;, + 0.323893; 0.938749; 0.117496;, + 0.416791; 0.876431; 0.241096;, + 0.627949;-0.777703;-0.028718;, + 0.384991;-0.920988;-0.059297;, + 0.383404;-0.923399;-0.017823;, + 0.590411;-0.807062; 0.001526;, + 0.383404;-0.923399;-0.017823;, + 0.144139;-0.989502;-0.008576;, + 0.170385;-0.982543;-0.074496;, + 0.332102;-0.941465;-0.057466;, + 0.558672;-0.827296; 0.058321;, + 0.237526;-0.964476;-0.115452;, + 0.033479;-0.992889;-0.114078;, + 0.519059;-0.852382; 0.062960;, + 0.041078;-0.280038; 0.959075;, + -0.072146;-0.741081; 0.667470;, + -0.045503;-0.812220; 0.581530;, + -0.122501;-0.170202; 0.977752;, + 0.258797; 0.399213; 0.879543;, + 0.041078;-0.280038; 0.959075;, + -0.122501;-0.170202; 0.977752;, + 0.099826; 0.635334; 0.765740;, + 0.119480; 0.850337; 0.512467;, + 0.334727; 0.893582;-0.299051;, + 0.196417; 0.959838; 0.200232;, + 0.099826; 0.635334; 0.765740;, + -0.072146;-0.741081; 0.667470;, + 0.102817;-0.884701; 0.454604;, + 0.229591;-0.947569; 0.222175;, + -0.045503;-0.812220; 0.581530;, + 0.667104;-0.702048;-0.249092;, + 0.268746;-0.952116;-0.145756;, + 0.229591;-0.947569; 0.222175;, + 0.362560;-0.924833; 0.114963;, + 0.310984;-0.950377;-0.003510;, + 0.362560;-0.924833; 0.114963;, + 0.093112;-0.928526; 0.359325;, + 0.006226;-0.994110; 0.108188;, + 0.273385; 0.934172;-0.229163;, + 0.858333; 0.405744;-0.314005;, + 0.941465; 0.303537;-0.146519;, + 0.433149; 0.869198;-0.238380;, + 0.152470; 0.940642; 0.303201;, + 0.238899; 0.804804; 0.543290;, + 0.196417; 0.959838; 0.200232;, + 0.266457; 0.963836;-0.000458;, + 0.742882; 0.566912;-0.355968;, + 0.197333; 0.978027;-0.067171;, + 0.048067; 0.995972; 0.075472;, + 0.266457; 0.963836;-0.000458;, + 0.000000; 0.989410;-0.144932;, + 0.273385; 0.934172;-0.229163;, + 0.433149; 0.869198;-0.238380;, + 0.000000; 0.976348;-0.216163;, + 0.353740;-0.926328;-0.129337;, + 0.310984;-0.950377;-0.003510;, + 0.006226;-0.994110; 0.108188;, + 0.072573;-0.994842;-0.070589;, + 0.310984;-0.950377;-0.003510;, + 0.353740;-0.926328;-0.129337;, + 0.707053;-0.695212;-0.129307;, + 0.667287;-0.719718;-0.191595;, + 0.384991;-0.920988;-0.059297;, + 0.627949;-0.777703;-0.028718;, + 0.707053;-0.695212;-0.129307;, + 0.353740;-0.926328;-0.129337;, + 0.102817;-0.884701; 0.454604;, + 0.139805;-0.793664; 0.592029;, + 0.061220;-0.874538; 0.481063;, + 0.093112;-0.928526; 0.359325;, + 0.093112;-0.928526; 0.359325;, + 0.061220;-0.874538; 0.481063;, + 0.000000;-0.911161; 0.412000;, + 0.000000;-0.937620; 0.347636;, + 0.941465; 0.303537;-0.146519;, + 0.858333; 0.405744;-0.314005;, + 0.932615;-0.230506;-0.277566;, + 0.960692;-0.261574;-0.092715;, + 0.667287;-0.719718;-0.191595;, + 0.707053;-0.695212;-0.129307;, + 0.960692;-0.261574;-0.092715;, + 0.932615;-0.230506;-0.277566;, + 0.085238;-0.212165;-0.973479;, + 0.092196; 0.718650;-0.689200;, + 0.074801; 0.810144;-0.581378;, + 0.092074;-0.007813;-0.995697;, + -0.014222; 0.940458; 0.339518;, + 0.074801; 0.810144;-0.581378;, + 0.092196; 0.718650;-0.689200;, + 0.045930; 0.958647; 0.280831;, + 0.091342;-0.762261;-0.640767;, + 0.094974;-0.890652;-0.444594;, + 0.085238;-0.212165;-0.973479;, + 0.092074;-0.007813;-0.995697;, + 0.483749;-0.875179;-0.005127;, + -0.234230;-0.966308;-0.106571;, + -0.263985;-0.944151;-0.197089;, + 0.529160;-0.838252;-0.131535;, + 0.979614;-0.198492; 0.029817;, + 0.483749;-0.875179;-0.005127;, + 0.529160;-0.838252;-0.131535;, + 0.963652;-0.266884;-0.009522;, + 0.279305; 0.950438;-0.136418;, + 0.856990; 0.515275;-0.000336;, + 0.876827; 0.479629; 0.033174;, + 0.337260; 0.940092; 0.049348;, + 0.960326;-0.242012; 0.138524;, + 0.572527;-0.819636; 0.019715;, + 0.558672;-0.827296; 0.058321;, + 0.964812;-0.200690; 0.169866;, + 0.979614;-0.198492; 0.029817;, + 0.963652;-0.266884;-0.009522;, + 0.876827; 0.479629; 0.033174;, + 0.856990; 0.515275;-0.000336;, + 0.894925; 0.410779; 0.174169;, + 0.960326;-0.242012; 0.138524;, + 0.964812;-0.200690; 0.169866;, + 0.874172; 0.455611; 0.167882;, + -0.964690; 0.182653;-0.189642;, + -0.551073; 0.801233;-0.232978;, + -0.410169; 0.910306;-0.055635;, + -0.938871; 0.274575;-0.207617;, + 0.279305; 0.950438;-0.136418;, + 0.337260; 0.940092; 0.049348;, + -0.410169; 0.910306;-0.055635;, + -0.551073; 0.801233;-0.232978;, + -0.964690; 0.182653;-0.189642;, + -0.761284; 0.146367;-0.631642;, + -0.465438; 0.790918;-0.397198;, + -0.551073; 0.801233;-0.232978;, + -0.263985;-0.944151;-0.197089;, + -0.234230;-0.966308;-0.106571;, + -0.849940;-0.497085;-0.174596;, + -0.843562;-0.478378;-0.243995;, + 0.317392; 0.937651;-0.141636;, + 0.279305; 0.950438;-0.136418;, + -0.551073; 0.801233;-0.232978;, + -0.465438; 0.790918;-0.397198;, + 0.863613; 0.494827; 0.096408;, + 0.856990; 0.515275;-0.000336;, + 0.279305; 0.950438;-0.136418;, + 0.317392; 0.937651;-0.141636;, + 0.091342;-0.762261;-0.640767;, + 0.092074;-0.007813;-0.995697;, + -0.043580; 0.257027;-0.965392;, + -0.215888;-0.491775;-0.843501;, + 0.074801; 0.810144;-0.581378;, + -0.026276; 0.982391;-0.184881;, + -0.043580; 0.257027;-0.965392;, + 0.092074;-0.007813;-0.995697;, + 0.072024; 0.659536; 0.748192;, + -0.026276; 0.982391;-0.184881;, + 0.074801; 0.810144;-0.581378;, + -0.014222; 0.940458; 0.339518;, + -0.410169; 0.910306;-0.055635;, + 0.337260; 0.940092; 0.049348;, + 0.398785; 0.902432; 0.162938;, + -0.338023; 0.938078; 0.075777;, + 0.529160;-0.838252;-0.131535;, + -0.263985;-0.944151;-0.197089;, + -0.300302;-0.932066;-0.202612;, + 0.438551;-0.890866;-0.118259;, + -0.263985;-0.944151;-0.197089;, + -0.843562;-0.478378;-0.243995;, + -0.829615;-0.522904;-0.195563;, + -0.300302;-0.932066;-0.202612;, + 0.963652;-0.266884;-0.009522;, + 0.529160;-0.838252;-0.131535;, + 0.438551;-0.890866;-0.118259;, + 0.930692;-0.361858; 0.053377;, + 0.876827; 0.479629; 0.033174;, + 0.963652;-0.266884;-0.009522;, + 0.930692;-0.361858; 0.053377;, + 0.923765; 0.346995; 0.161962;, + -0.938871; 0.274575;-0.207617;, + -0.410169; 0.910306;-0.055635;, + -0.338023; 0.938078; 0.075777;, + -0.936064; 0.340465;-0.088534;, + 0.337260; 0.940092; 0.049348;, + 0.876827; 0.479629; 0.033174;, + 0.923765; 0.346995; 0.161962;, + 0.398785; 0.902432; 0.162938;, + 0.923765; 0.346995; 0.161962;, + 0.930692;-0.361858; 0.053377;, + 0.902799;-0.429334; 0.024232;, + 0.953917; 0.294351; 0.057741;, + 0.930692;-0.361858; 0.053377;, + 0.438551;-0.890866;-0.118259;, + 0.334544;-0.941465;-0.040986;, + 0.902799;-0.429334; 0.024232;, + 0.398785; 0.902432; 0.162938;, + 0.923765; 0.346995; 0.161962;, + 0.953917; 0.294351; 0.057741;, + 0.445998; 0.894986; 0.005310;, + -0.936064; 0.340465;-0.088534;, + -0.338023; 0.938078; 0.075777;, + -0.368664; 0.928922;-0.033784;, + -0.951140; 0.302499;-0.061403;, + -0.338023; 0.938078; 0.075777;, + 0.398785; 0.902432; 0.162938;, + 0.445998; 0.894986; 0.005310;, + -0.368664; 0.928922;-0.033784;, + -0.300302;-0.932066;-0.202612;, + -0.829615;-0.522904;-0.195563;, + -0.894528;-0.437819;-0.090030;, + -0.473190;-0.878597;-0.064302;, + 0.438551;-0.890866;-0.118259;, + -0.300302;-0.932066;-0.202612;, + -0.473190;-0.878597;-0.064302;, + 0.334544;-0.941465;-0.040986;, + 0.902799;-0.429334; 0.024232;, + 0.334544;-0.941465;-0.040986;, + 0.402448;-0.836543; 0.371746;, + 0.936369;-0.332987; 0.110782;, + 0.445998; 0.894986; 0.005310;, + 0.953917; 0.294351; 0.057741;, + 0.959380; 0.282052;-0.004761;, + 0.416883; 0.908811; 0.016236;, + -0.951140; 0.302499;-0.061403;, + -0.368664; 0.928922;-0.033784;, + -0.568163; 0.820429; 0.063448;, + -0.978179; 0.207465; 0.010895;, + -0.368664; 0.928922;-0.033784;, + 0.445998; 0.894986; 0.005310;, + 0.416883; 0.908811; 0.016236;, + -0.568163; 0.820429; 0.063448;, + -0.473190;-0.878597;-0.064302;, + -0.894528;-0.437819;-0.090030;, + -0.960204;-0.275246; 0.047273;, + -0.610523;-0.751823; 0.248909;, + 0.334544;-0.941465;-0.040986;, + -0.473190;-0.878597;-0.064302;, + -0.610523;-0.751823; 0.248909;, + 0.402448;-0.836543; 0.371746;, + 0.953917; 0.294351; 0.057741;, + 0.902799;-0.429334; 0.024232;, + 0.936369;-0.332987; 0.110782;, + 0.959380; 0.282052;-0.004761;, + -0.354808;-0.869808; 0.342753;, + -0.215888;-0.491775;-0.843501;, + -0.546342;-0.334330;-0.767907;, + -0.229530;-0.962737;-0.142949;, + 0.039003;-0.997406; 0.060305;, + -0.061190;-0.191687;-0.979522;, + 0.592181;-0.142582;-0.793054;, + 0.721152;-0.655873; 0.222968;, + 0.721152;-0.655873; 0.222968;, + 0.592181;-0.142582;-0.793054;, + 0.437574; 0.800134;-0.410199;, + 0.625660; 0.343883; 0.700186;, + 0.215705; 0.361797; 0.906919;, + 0.096469; 0.912442;-0.397626;, + 0.141301; 0.387585;-0.910916;, + 0.415632;-0.873043; 0.254982;, + 0.039003;-0.997406; 0.060305;, + 0.215705; 0.361797; 0.906919;, + 0.415632;-0.873043; 0.254982;, + -0.229530;-0.962737;-0.142949;, + -0.061190;-0.191687;-0.979522;, + 0.096469; 0.912442;-0.397626;, + 0.437574; 0.800134;-0.410199;, + 0.592181;-0.142582;-0.793054;, + -0.229530;-0.962737;-0.142949;, + -0.546342;-0.334330;-0.767907;, + -0.061190;-0.191687;-0.979522;, + 0.039003;-0.997406; 0.060305;, + 0.625660; 0.343883; 0.700186;, + 0.437574; 0.800134;-0.410199;, + 0.096469; 0.912442;-0.397626;, + 0.215705; 0.361797; 0.906919;, + 0.721152;-0.655873; 0.222968;, + 0.625660; 0.343883; 0.700186;, + 0.215705; 0.361797; 0.906919;, + 0.039003;-0.997406; 0.060305;, + -0.546342;-0.334330;-0.767907;, + 0.141301; 0.387585;-0.910916;, + 0.096469; 0.912442;-0.397626;, + -0.061190;-0.191687;-0.979522;, + -0.229530;-0.962737;-0.142949;, + 0.415632;-0.873043; 0.254982;, + 0.023774;-0.632984; 0.773766;, + -0.051302;-0.524522; 0.849818;, + 0.095218; 0.325419; 0.940733;, + 0.072024; 0.659536; 0.748192;, + 0.014435;-0.097568; 0.995117;, + -0.051302;-0.524522; 0.849818;, + -0.354808;-0.869808; 0.342753;, + -0.229530;-0.962737;-0.142949;, + -0.051302;-0.524522; 0.849818;, + 0.014435;-0.097568; 0.995117;, + -0.215888;-0.491775;-0.843501;, + 0.005402; 0.102268;-0.994720;, + 0.141301; 0.387585;-0.910916;, + -0.546342;-0.334330;-0.767907;, + 0.072024; 0.659536; 0.748192;, + 0.095218; 0.325419; 0.940733;, + -0.042756; 0.946410; 0.320048;, + -0.026276; 0.982391;-0.184881;, + -0.042756; 0.946410; 0.320048;, + 0.095218; 0.325419; 0.940733;, + 0.084475; 0.227424; 0.970092;, + 0.053652; 0.940916; 0.334330;, + -0.084231; 0.622059;-0.778405;, + -0.043580; 0.257027;-0.965392;, + -0.026276; 0.982391;-0.184881;, + -0.042756; 0.946410; 0.320048;, + -0.084231; 0.622059;-0.778405;, + -0.042756; 0.946410; 0.320048;, + 0.053652; 0.940916; 0.334330;, + 0.089419; 0.591510;-0.801294;, + 0.005402; 0.102268;-0.994720;, + -0.215888;-0.491775;-0.843501;, + -0.043580; 0.257027;-0.965392;, + -0.084231; 0.622059;-0.778405;, + 0.005402; 0.102268;-0.994720;, + -0.084231; 0.622059;-0.778405;, + 0.089419; 0.591510;-0.801294;, + 0.194647;-0.017457;-0.980712;, + 0.194647;-0.017457;-0.980712;, + 0.415632;-0.873043; 0.254982;, + 0.141301; 0.387585;-0.910916;, + 0.005402; 0.102268;-0.994720;, + 0.194647;-0.017457;-0.980712;, + 0.089419; 0.591510;-0.801294;, + 0.134648; 0.672994;-0.727256;, + 0.060976;-0.059114;-0.996368;, + 0.053652; 0.940916; 0.334330;, + 0.084475; 0.227424; 0.970092;, + 0.069185; 0.098544; 0.992706;, + 0.100681; 0.844539; 0.525895;, + -0.015564;-0.760949; 0.648610;, + 0.069369;-0.832575; 0.549516;, + 0.099643; 0.010590; 0.994964;, + 0.069185; 0.098544; 0.992706;, + 0.089419; 0.591510;-0.801294;, + 0.053652; 0.940916; 0.334330;, + 0.100681; 0.844539; 0.525895;, + 0.134648; 0.672994;-0.727256;, + 0.023774;-0.632984; 0.773766;, + 0.415632;-0.873043; 0.254982;, + -0.036744;-0.765954;-0.641835;, + -0.015564;-0.760949; 0.648610;, + 0.415632;-0.873043; 0.254982;, + 0.194647;-0.017457;-0.980712;, + 0.060976;-0.059114;-0.996368;, + -0.036744;-0.765954;-0.641835;, + 0.134648; 0.672994;-0.727256;, + 0.100681; 0.844539; 0.525895;, + 0.242042; 0.775780; 0.582690;, + 0.290201; 0.715445;-0.635517;, + 0.084475; 0.227424; 0.970092;, + 0.023774;-0.632984; 0.773766;, + -0.015564;-0.760949; 0.648610;, + 0.069185; 0.098544; 0.992706;, + -0.036744;-0.765954;-0.641835;, + 0.060976;-0.059114;-0.996368;, + 0.030244;-0.018097;-0.999359;, + 0.035707;-0.631428;-0.774590;, + -0.015564;-0.760949; 0.648610;, + -0.036744;-0.765954;-0.641835;, + 0.035707;-0.631428;-0.774590;, + 0.069369;-0.832575; 0.549516;, + 0.060976;-0.059114;-0.996368;, + 0.134648; 0.672994;-0.727256;, + 0.290201; 0.715445;-0.635517;, + 0.030244;-0.018097;-0.999359;, + 0.030244;-0.018097;-0.999359;, + 0.290201; 0.715445;-0.635517;, + 0.544237; 0.540880;-0.641255;, + 0.567064;-0.046449;-0.822321;, + 0.290201; 0.715445;-0.635517;, + 0.242042; 0.775780; 0.582690;, + 0.739402; 0.491440; 0.460128;, + 0.544237; 0.540880;-0.641255;, + 0.095218; 0.325419; 0.940733;, + -0.051302;-0.524522; 0.849818;, + 0.023774;-0.632984; 0.773766;, + 0.084475; 0.227424; 0.970092;, + 0.035707;-0.631428;-0.774590;, + 0.030244;-0.018097;-0.999359;, + 0.567064;-0.046449;-0.822321;, + 0.393475;-0.582720;-0.711020;, + 0.069369;-0.832575; 0.549516;, + 0.035707;-0.631428;-0.774590;, + 0.393475;-0.582720;-0.711020;, + 0.497299;-0.782006; 0.375622;, + 0.897641;-0.123692; 0.422956;, + 0.567064;-0.046449;-0.822321;, + 0.544237; 0.540880;-0.641255;, + 0.739402; 0.491440; 0.460128;, + 0.393475;-0.582720;-0.711020;, + 0.567064;-0.046449;-0.822321;, + 0.897641;-0.123692; 0.422956;, + 0.497299;-0.782006; 0.375622;, + 0.069185; 0.098544; 0.992706;, + 0.099643; 0.010590; 0.994964;, + 0.242042; 0.775780; 0.582690;, + 0.100681; 0.844539; 0.525895;, + 0.099643; 0.010590; 0.994964;, + 0.897641;-0.123692; 0.422956;, + 0.739402; 0.491440; 0.460128;, + 0.242042; 0.775780; 0.582690;, + 0.069369;-0.832575; 0.549516;, + 0.497299;-0.782006; 0.375622;, + 0.897641;-0.123692; 0.422956;, + 0.099643; 0.010590; 0.994964;, + 0.402448;-0.836543; 0.371746;, + -0.610523;-0.751823; 0.248909;, + -0.651234;-0.525681; 0.547258;, + 0.416028;-0.652882; 0.632923;, + 0.936369;-0.332987; 0.110782;, + 0.402448;-0.836543; 0.371746;, + 0.416028;-0.652882; 0.632923;, + 0.980895;-0.072542; 0.180456;, + 0.416028;-0.652882; 0.632923;, + -0.651234;-0.525681; 0.547258;, + -0.887478;-0.162389; 0.431227;, + 0.334147;-0.445570; 0.830531;, + 0.980895;-0.072542; 0.180456;, + 0.416028;-0.652882; 0.632923;, + 0.334147;-0.445570; 0.830531;, + 0.992828;-0.013215; 0.118595;, + 0.334147;-0.445570; 0.830531;, + -0.887478;-0.162389; 0.431227;, + -0.762108;-0.159154; 0.627552;, + 0.181585;-0.256478; 0.949309;, + 0.992828;-0.013215; 0.118595;, + 0.334147;-0.445570; 0.830531;, + 0.181585;-0.256478; 0.949309;, + 0.977203;-0.046724; 0.207038;, + 0.181585;-0.256478; 0.949309;, + -0.762108;-0.159154; 0.627552;, + -0.594928;-0.622486; 0.508469;, + 0.260689;-0.790918; 0.553575;, + 0.977203;-0.046724; 0.207038;, + 0.181585;-0.256478; 0.949309;, + 0.260689;-0.790918; 0.553575;, + 0.850612;-0.363659; 0.379711;, + -0.568163; 0.820429; 0.063448;, + 0.416883; 0.908811; 0.016236;, + 0.384777; 0.918973; 0.085910;, + -0.680776; 0.717277; 0.148350;, + -0.978179; 0.207465; 0.010895;, + -0.568163; 0.820429; 0.063448;, + -0.680776; 0.717277; 0.148350;, + -0.982635; 0.166967; 0.080782;, + 0.416883; 0.908811; 0.016236;, + 0.959380; 0.282052;-0.004761;, + 0.948820; 0.315714; 0.003510;, + 0.384777; 0.918973; 0.085910;, + 0.936369;-0.332987; 0.110782;, + 0.980895;-0.072542; 0.180456;, + 0.948820; 0.315714; 0.003510;, + 0.959380; 0.282052;-0.004761;, + -0.651234;-0.525681; 0.547258;, + -0.610523;-0.751823; 0.248909;, + -0.960204;-0.275246; 0.047273;, + -0.989410;-0.010071; 0.144627;, + 0.384777; 0.918973; 0.085910;, + 0.948820; 0.315714; 0.003510;, + 0.894498; 0.345653;-0.283456;, + 0.302561; 0.886349;-0.350444;, + -0.982635; 0.166967; 0.080782;, + -0.680776; 0.717277; 0.148350;, + -0.687613; 0.657369;-0.308176;, + -0.954375; 0.119938;-0.273354;, + -0.680776; 0.717277; 0.148350;, + 0.384777; 0.918973; 0.085910;, + 0.302561; 0.886349;-0.350444;, + -0.687613; 0.657369;-0.308176;, + 0.992828;-0.013215; 0.118595;, + 0.894498; 0.345653;-0.283456;, + 0.948820; 0.315714; 0.003510;, + 0.980895;-0.072542; 0.180456;, + -0.651234;-0.525681; 0.547258;, + -0.989410;-0.010071; 0.144627;, + -0.995849; 0.015473;-0.089541;, + -0.887478;-0.162389; 0.431227;, + -0.687613; 0.657369;-0.308176;, + 0.302561; 0.886349;-0.350444;, + 0.190832; 0.497391;-0.846248;, + -0.377483; 0.254402;-0.890378;, + -0.594928;-0.622486; 0.508469;, + -0.762108;-0.159154; 0.627552;, + -0.772546; 0.094058;-0.627918;, + -0.572558;-0.539262;-0.617512;, + 0.894498; 0.345653;-0.283456;, + 0.992828;-0.013215; 0.118595;, + 0.564043; 0.026826;-0.825282;, + 0.553331; 0.081820;-0.828913;, + 0.302561; 0.886349;-0.350444;, + 0.894498; 0.345653;-0.283456;, + 0.553331; 0.081820;-0.828913;, + 0.190832; 0.497391;-0.846248;, + -0.762108;-0.159154; 0.627552;, + -0.887478;-0.162389; 0.431227;, + -0.852046; 0.094607;-0.514786;, + -0.772546; 0.094058;-0.627918;, + -0.887478;-0.162389; 0.431227;, + -0.995849; 0.015473;-0.089541;, + -0.642933;-0.108219;-0.758202;, + -0.852046; 0.094607;-0.514786;, + -0.954375; 0.119938;-0.273354;, + -0.687613; 0.657369;-0.308176;, + -0.377483; 0.254402;-0.890378;, + -0.454909;-0.051637;-0.889004;, + 0.977203;-0.046724; 0.207038;, + 0.850612;-0.363659; 0.379711;, + 0.622333;-0.270119;-0.734642;, + 0.508621; 0.135899;-0.850185;, + 0.992828;-0.013215; 0.118595;, + 0.977203;-0.046724; 0.207038;, + 0.508621; 0.135899;-0.850185;, + 0.564043; 0.026826;-0.825282;, + 0.850612;-0.363659; 0.379711;, + 0.260689;-0.790918; 0.553575;, + 0.191137;-0.746269;-0.637562;, + 0.622333;-0.270119;-0.734642;, + 0.260689;-0.790918; 0.553575;, + -0.594928;-0.622486; 0.508469;, + -0.572558;-0.539262;-0.617512;, + 0.191137;-0.746269;-0.637562;, + 0.191137;-0.746269;-0.637562;, + -0.572558;-0.539262;-0.617512;, + -0.772546; 0.094058;-0.627918;, + 0.622333;-0.270119;-0.734642;, + -0.852046; 0.094607;-0.514786;, + 0.508621; 0.135899;-0.850185;, + 0.622333;-0.270119;-0.734642;, + -0.772546; 0.094058;-0.627918;, + 0.508621; 0.135899;-0.850185;, + -0.852046; 0.094607;-0.514786;, + -0.642933;-0.108219;-0.758202;, + 0.564043; 0.026826;-0.825282;, + 0.572527;-0.819636; 0.019715;, + 0.332102;-0.941465;-0.057466;, + 0.237526;-0.964476;-0.115452;, + 0.558672;-0.827296; 0.058321;, + 0.975036;-0.162999; 0.150731;, + 0.979614;-0.198492; 0.029817;, + 0.856990; 0.515275;-0.000336;, + 0.863613; 0.494827; 0.096408;, + -0.849940;-0.497085;-0.174596;, + -0.964690; 0.182653;-0.189642;, + -0.938871; 0.274575;-0.207617;, + -0.843562;-0.478378;-0.243995;, + 0.519059;-0.852382; 0.062960;, + 0.483749;-0.875179;-0.005127;, + 0.979614;-0.198492; 0.029817;, + 0.975036;-0.162999; 0.150731;, + -0.843562;-0.478378;-0.243995;, + -0.938871; 0.274575;-0.207617;, + -0.936064; 0.340465;-0.088534;, + -0.829615;-0.522904;-0.195563;, + -0.829615;-0.522904;-0.195563;, + -0.936064; 0.340465;-0.088534;, + -0.951140; 0.302499;-0.061403;, + -0.894528;-0.437819;-0.090030;, + -0.894528;-0.437819;-0.090030;, + -0.951140; 0.302499;-0.061403;, + -0.978179; 0.207465; 0.010895;, + -0.960204;-0.275246; 0.047273;, + -0.960204;-0.275246; 0.047273;, + -0.978179; 0.207465; 0.010895;, + -0.982635; 0.166967; 0.080782;, + -0.989410;-0.010071; 0.144627;, + -0.989410;-0.010071; 0.144627;, + -0.982635; 0.166967; 0.080782;, + -0.954375; 0.119938;-0.273354;, + -0.995849; 0.015473;-0.089541;, + -0.995849; 0.015473;-0.089541;, + -0.954375; 0.119938;-0.273354;, + -0.454909;-0.051637;-0.889004;, + -0.642933;-0.108219;-0.758202;, + -0.454909;-0.051637;-0.889004;, + 0.553331; 0.081820;-0.828913;, + 0.564043; 0.026826;-0.825282;, + -0.642933;-0.108219;-0.758202;, + 0.190832; 0.497391;-0.846248;, + 0.553331; 0.081820;-0.828913;, + -0.454909;-0.051637;-0.889004;, + -0.377483; 0.254402;-0.890378;, + 0.884518;-0.320109;-0.339305;, + 0.096042;-0.134983; 0.986175;, + 0.221412;-0.255074; 0.941221;, + 0.747337;-0.662435; 0.051119;, + 0.736656;-0.483810;-0.472457;, + 0.341014;-0.130406;-0.930937;, + 0.551408;-0.149205;-0.820765;, + 0.892911;-0.268807;-0.361095;, + 0.892911;-0.268807;-0.361095;, + 0.551408;-0.149205;-0.820765;, + 0.096042;-0.134983; 0.986175;, + 0.884518;-0.320109;-0.339305;, + 0.268532;-0.738670;-0.618244;, + 0.068545;-0.262947;-0.962340;, + 0.341014;-0.130406;-0.930937;, + 0.736656;-0.483810;-0.472457;, + 0.096042;-0.134983; 0.986175;, + -0.491867; 0.131993; 0.860591;, + -0.547136; 0.253639; 0.797662;, + 0.221412;-0.255074; 0.941221;, + 0.068545;-0.262947;-0.962340;, + -0.092868; 0.002106;-0.995666;, + 0.011750; 0.057955;-0.998230;, + 0.341014;-0.130406;-0.930937;, + 0.341014;-0.130406;-0.930937;, + 0.011750; 0.057955;-0.998230;, + -0.749748; 0.228889; 0.620838;, + 0.551408;-0.149205;-0.820765;, + 0.551408;-0.149205;-0.820765;, + -0.749748; 0.228889; 0.620838;, + -0.491867; 0.131993; 0.860591;, + 0.096042;-0.134983; 0.986175;, + 0.410718;-0.481155; 0.774438;, + 0.309671;-0.619007; 0.721732;, + -0.166051;-0.200323; 0.965545;, + 0.218970; 0.071535; 0.973083;, + 0.790521;-0.524705; 0.315806;, + 0.410718;-0.481155; 0.774438;, + 0.218970; 0.071535; 0.973083;, + 0.834437; 0.534623; 0.133610;, + 0.328684;-0.600604;-0.728843;, + 0.506455;-0.551195;-0.663076;, + 0.287576; 0.319376;-0.902921;, + -0.392651; 0.007263;-0.919645;, + 0.274392;-0.950591; 0.145146;, + 0.328684;-0.600604;-0.728843;, + -0.392651; 0.007263;-0.919645;, + -0.904569;-0.411786; 0.110202;, + 0.309671;-0.619007; 0.721732;, + 0.274392;-0.950591; 0.145146;, + -0.904569;-0.411786; 0.110202;, + -0.166051;-0.200323; 0.965545;, + 0.506455;-0.551195;-0.663076;, + 0.790521;-0.524705; 0.315806;, + 0.834437; 0.534623; 0.133610;, + 0.287576; 0.319376;-0.902921;, + 0.874172; 0.455611; 0.167882;, + 0.964812;-0.200690; 0.169866;, + 0.975036;-0.162999; 0.150731;, + 0.863613; 0.494827; 0.096408;, + 0.964812;-0.200690; 0.169866;, + 0.558672;-0.827296; 0.058321;, + 0.519059;-0.852382; 0.062960;, + 0.975036;-0.162999; 0.150731;, + 0.237526;-0.964476;-0.115452;, + 0.332102;-0.941465;-0.057466;, + 0.170385;-0.982543;-0.074496;, + 0.142277;-0.968322;-0.205115;, + 0.323893; 0.938749; 0.117496;, + 0.874172; 0.455611; 0.167882;, + 0.863613; 0.494827; 0.096408;, + 0.317392; 0.937651;-0.141636;, + -0.295450; 0.948912;-0.110752;, + -0.465438; 0.790918;-0.397198;, + 0.054476; 0.604389;-0.794794;, + 0.027284; 0.998321;-0.050935;, + 0.033479;-0.992889;-0.114078;, + -0.234230;-0.966308;-0.106571;, + 0.483749;-0.875179;-0.005127;, + 0.519059;-0.852382; 0.062960;, + 0.323893; 0.938749; 0.117496;, + 0.317392; 0.937651;-0.141636;, + -0.465438; 0.790918;-0.397198;, + -0.295450; 0.948912;-0.110752;, + 0.416791; 0.876431; 0.241096;, + -0.129612; 0.973785; 0.186895;, + 0.086581; 0.995514; 0.037751;, + 0.553667; 0.823115; 0.126072;, + -0.224586;-0.850978;-0.474715;, + -0.761284; 0.146367;-0.631642;, + -0.964690; 0.182653;-0.189642;, + -0.849940;-0.497085;-0.174596;, + 0.237526;-0.964476;-0.115452;, + 0.142277;-0.968322;-0.205115;, + -0.224586;-0.850978;-0.474715;, + 0.033479;-0.992889;-0.114078;, + -0.224586;-0.850978;-0.474715;, + 0.142277;-0.968322;-0.205115;, + 0.000061;-0.982208;-0.187750;, + 0.001190;-0.864437;-0.502670;, + -0.234230;-0.966308;-0.106571;, + 0.033479;-0.992889;-0.114078;, + -0.224586;-0.850978;-0.474715;, + -0.849940;-0.497085;-0.174596;, + 0.323893; 0.938749; 0.117496;, + -0.295450; 0.948912;-0.110752;, + -0.129612; 0.973785; 0.186895;, + 0.416791; 0.876431; 0.241096;, + 0.520646; 0.847743;-0.100925;, + 0.251198; 0.967925; 0.001862;, + 0.000000; 0.999878; 0.013947;, + 0.000000; 0.997894;-0.064577;, + 0.251198; 0.967925; 0.001862;, + 0.086581; 0.995514; 0.037751;, + 0.000000; 0.999908;-0.013306;, + 0.000000; 0.999878; 0.013947;, + 0.553667; 0.823115; 0.126072;, + 0.086581; 0.995514; 0.037751;, + 0.251198; 0.967925; 0.001862;, + 0.644124; 0.764885; 0.002136;, + 0.941862; 0.335856; 0.008728;, + 0.644124; 0.764885; 0.002136;, + 0.251198; 0.967925; 0.001862;, + 0.520646; 0.847743;-0.100925;, + -0.506455;-0.551164;-0.663076;, + -0.790521;-0.524705; 0.315806;, + -0.494705;-0.726371; 0.477065;, + -0.411878;-0.906705; 0.090732;, + -0.411878;-0.906705; 0.090732;, + -0.598895;-0.800775; 0.005951;, + -0.328684;-0.600574;-0.728843;, + -0.506455;-0.551164;-0.663076;, + -0.220191;-0.877377; 0.426221;, + -0.661946;-0.678091; 0.319315;, + -0.598895;-0.800775; 0.005951;, + -0.411878;-0.906705; 0.090732;, + -0.220191;-0.877377; 0.426221;, + -0.246925;-0.650288; 0.718406;, + -0.664113;-0.456710; 0.591876;, + -0.661946;-0.678091; 0.319315;, + -0.661946;-0.678091; 0.319315;, + -0.913450;-0.377880; 0.150975;, + -0.825343;-0.564501;-0.010498;, + -0.598895;-0.800775; 0.005951;, + -0.661946;-0.678091; 0.319315;, + -0.664113;-0.456710; 0.591876;, + -0.929228;-0.149968; 0.337657;, + -0.913450;-0.377880; 0.150975;, + -0.929228;-0.149968; 0.337657;, + -0.700949;-0.538835; 0.467177;, + -0.981719;-0.186346; 0.037996;, + -0.913450;-0.377880; 0.150975;, + -0.825343;-0.564501;-0.010498;, + -0.913450;-0.377880; 0.150975;, + -0.981719;-0.186346; 0.037996;, + -0.940672;-0.337657;-0.032472;, + -0.598895;-0.800775; 0.005951;, + -0.825343;-0.564501;-0.010498;, + -0.274331;-0.950591; 0.145177;, + -0.328684;-0.600574;-0.728843;, + -0.700949;-0.538835; 0.467177;, + 0.704062; 0.128941; 0.698294;, + 0.365123; 0.519059; 0.772790;, + -0.030030;-0.527543; 0.848964;, + -0.203864; 0.864254; 0.459822;, + 0.365123; 0.519059; 0.772790;, + 0.704062; 0.128941; 0.698294;, + -0.160192; 0.907346; 0.388592;, + -0.883724;-0.443739; 0.148534;, + -0.760979;-0.366344; 0.535386;, + -0.612293;-0.537828; 0.579485;, + -0.710166;-0.635884; 0.302072;, + -0.700949;-0.538835; 0.467177;, + -0.030030;-0.527543; 0.848964;, + -0.894162;-0.436232; 0.100620;, + -0.981719;-0.186346; 0.037996;, + -0.954772;-0.014069; 0.296915;, + -0.992645;-0.096072;-0.073550;, + -0.956999;-0.270516;-0.104434;, + -0.894162;-0.436232; 0.100620;, + -0.894162;-0.436232; 0.100620;, + -0.030030;-0.527543; 0.848964;, + -0.695090; 0.050081; 0.717154;, + -0.954772;-0.014069; 0.296915;, + -0.737114; 0.668905; 0.095798;, + -0.203864; 0.864254; 0.459822;, + -0.160192; 0.907346; 0.388592;, + -0.706046; 0.705924; 0.055849;, + -0.894162;-0.436232; 0.100620;, + -0.966277;-0.238899;-0.095889;, + -0.940672;-0.337657;-0.032472;, + -0.981719;-0.186346; 0.037996;, + -0.815394;-0.394513; 0.423566;, + -0.938017;-0.340587; 0.063845;, + -0.872402;-0.487442; 0.035646;, + -0.744591;-0.666921; 0.028047;, + -0.938017;-0.340587; 0.063845;, + -0.890561;-0.380444;-0.249275;, + -0.828669;-0.552324;-0.090670;, + -0.872402;-0.487442; 0.035646;, + -0.828669;-0.552324;-0.090670;, + -0.736656;-0.483810;-0.472457;, + -0.268654;-0.738517;-0.618366;, + -0.414533;-0.884396;-0.214331;, + -0.309671;-0.619007; 0.721732;, + -0.710166;-0.635884; 0.302072;, + -0.612293;-0.537828; 0.579485;, + -0.410718;-0.481155; 0.774438;, + -0.494705;-0.726371; 0.477065;, + -0.790521;-0.524705; 0.315806;, + -0.410718;-0.481155; 0.774438;, + -0.612293;-0.537828; 0.579485;, + -0.920194;-0.269753;-0.283608;, + -0.908902;-0.394604;-0.134678;, + -0.966277;-0.238899;-0.095889;, + -0.970763;-0.143956;-0.191961;, + -0.908902;-0.394604;-0.134678;, + -0.890561;-0.380444;-0.249275;, + -0.938017;-0.340587; 0.063845;, + -0.883724;-0.443739; 0.148534;, + -0.940672;-0.337657;-0.032472;, + -0.966277;-0.238899;-0.095889;, + -0.908902;-0.394604;-0.134678;, + -0.883724;-0.443739; 0.148534;, + -0.825343;-0.564501;-0.010498;, + -0.940672;-0.337657;-0.032472;, + -0.883724;-0.443739; 0.148534;, + -0.710166;-0.635884; 0.302072;, + -0.710166;-0.635884; 0.302072;, + -0.309671;-0.619007; 0.721732;, + -0.274331;-0.950591; 0.145177;, + -0.825343;-0.564501;-0.010498;, + -0.894162;-0.436232; 0.100620;, + -0.956999;-0.270516;-0.104434;, + -0.970763;-0.143956;-0.191961;, + -0.966277;-0.238899;-0.095889;, + -0.956999;-0.270516;-0.104434;, + -0.992645;-0.096072;-0.073550;, + -0.973327; 0.174993;-0.148259;, + -0.977996;-0.000244;-0.208563;, + -0.737114; 0.668905; 0.095798;, + -0.973327; 0.174993;-0.148259;, + -0.992645;-0.096072;-0.073550;, + -0.954772;-0.014069; 0.296915;, + -0.954772;-0.014069; 0.296915;, + -0.695090; 0.050081; 0.717154;, + -0.203864; 0.864254; 0.459822;, + -0.737114; 0.668905; 0.095798;, + 0.365123; 0.519059; 0.772790;, + -0.203864; 0.864254; 0.459822;, + -0.695090; 0.050081; 0.717154;, + -0.030030;-0.527543; 0.848964;, + -0.706046; 0.705924; 0.055849;, + -0.877804; 0.451674;-0.159459;, + -0.973327; 0.174993;-0.148259;, + -0.737114; 0.668905; 0.095798;, + -0.977996;-0.000244;-0.208563;, + -0.973327; 0.174993;-0.148259;, + -0.877804; 0.451674;-0.159459;, + -0.971526; 0.082125;-0.222175;, + 0.704062; 0.128941; 0.698294;, + 0.238350; 0.622852; 0.745140;, + -0.499710; 0.810450; 0.305643;, + -0.160192; 0.907346; 0.388592;, + 0.238350; 0.622852; 0.745140;, + -0.372875; 0.707572; 0.600238;, + -0.500076; 0.805292; 0.318369;, + -0.499710; 0.810450; 0.305643;, + -0.372875; 0.707572; 0.600238;, + -0.249916; 0.725547; 0.641163;, + -0.292764; 0.878384; 0.377697;, + -0.500076; 0.805292; 0.318369;, + -0.700949;-0.538835; 0.467177;, + -0.929228;-0.149968; 0.337657;, + -0.529710;-0.431837; 0.729972;, + 0.704062; 0.128941; 0.698294;, + -0.977996;-0.000244;-0.208563;, + -0.936644;-0.052889;-0.346233;, + -0.970763;-0.143956;-0.191961;, + -0.956999;-0.270516;-0.104434;, + -0.920194;-0.269753;-0.283608;, + -0.970763;-0.143956;-0.191961;, + -0.936644;-0.052889;-0.346233;, + -0.834223;-0.107578;-0.540757;, + -0.898587;-0.338298;-0.279397;, + -0.920194;-0.269753;-0.283608;, + -0.834223;-0.107578;-0.540757;, + -0.790399;-0.222938;-0.570544;, + -0.898587;-0.338298;-0.279397;, + -0.890561;-0.380444;-0.249275;, + -0.908902;-0.394604;-0.134678;, + -0.920194;-0.269753;-0.283608;, + -0.892911;-0.268807;-0.361095;, + -0.890561;-0.380444;-0.249275;, + -0.898587;-0.338298;-0.279397;, + -0.884518;-0.320109;-0.339305;, + -0.828669;-0.552324;-0.090670;, + -0.890561;-0.380444;-0.249275;, + -0.892911;-0.268807;-0.361095;, + -0.736656;-0.483810;-0.472457;, + -0.898587;-0.338298;-0.279397;, + -0.769433;-0.501053;-0.396039;, + -0.747063;-0.662740; 0.050996;, + -0.884518;-0.320109;-0.339305;, + -0.487442; 0.861171;-0.144139;, + -0.445692; 0.894772;-0.026276;, + -0.693075; 0.720847; 0.003265;, + -0.675741; 0.721885;-0.148991;, + -0.877804; 0.451674;-0.159459;, + -0.898312; 0.436323; 0.050935;, + -0.995239; 0.077792; 0.058443;, + -0.971526; 0.082125;-0.222175;, + -0.872402;-0.487442; 0.035646;, + -0.828669;-0.552324;-0.090670;, + -0.414533;-0.884396;-0.214331;, + -0.468276;-0.872433;-0.139714;, + -0.744591;-0.666921; 0.028047;, + -0.872402;-0.487442; 0.035646;, + -0.468276;-0.872433;-0.139714;, + -0.437880;-0.868068;-0.233802;, + -0.487472;-0.871029; 0.060213;, + -0.744591;-0.666921; 0.028047;, + -0.437880;-0.868068;-0.233802;, + -0.185095;-0.982177; 0.032014;, + -0.815394;-0.394513; 0.423566;, + -0.395245;-0.634571; 0.664113;, + -0.409223;-0.359539; 0.838588;, + -0.760979;-0.366344; 0.535386;, + -0.395245;-0.634571; 0.664113;, + -0.815394;-0.394513; 0.423566;, + -0.744591;-0.666921; 0.028047;, + -0.487472;-0.871029; 0.060213;, + -0.612293;-0.537828; 0.579485;, + -0.760979;-0.366344; 0.535386;, + -0.409223;-0.359539; 0.838588;, + -0.494705;-0.726371; 0.477065;, + -0.760979;-0.366344; 0.535386;, + -0.883724;-0.443739; 0.148534;, + -0.938017;-0.340587; 0.063845;, + -0.815394;-0.394513; 0.423566;, + -0.411878;-0.906705; 0.090732;, + -0.494705;-0.726371; 0.477065;, + -0.222022;-0.770165; 0.597919;, + -0.220191;-0.877377; 0.426221;, + -0.494705;-0.726371; 0.477065;, + -0.409223;-0.359539; 0.838588;, + -0.081454;-0.379437; 0.921598;, + -0.222022;-0.770165; 0.597919;, + -0.409223;-0.359539; 0.838588;, + -0.395245;-0.634571; 0.664113;, + -0.024171;-0.744743; 0.666890;, + -0.081454;-0.379437; 0.921598;, + -0.185095;-0.982177; 0.032014;, + -0.024171;-0.744743; 0.666890;, + -0.395245;-0.634571; 0.664113;, + -0.487472;-0.871029; 0.060213;, + -0.024171;-0.744743; 0.666890;, + 0.000000;-0.639210; 0.769005;, + 0.000000;-0.375927; 0.926633;, + -0.081454;-0.379437; 0.921598;, + -0.024171;-0.744743; 0.666890;, + -0.185095;-0.982177; 0.032014;, + 0.000000;-0.998474; 0.055025;, + 0.000000;-0.639210; 0.769005;, + 0.000000;-0.375927; 0.926633;, + 0.000000;-0.733696; 0.679434;, + -0.222022;-0.770165; 0.597919;, + -0.081454;-0.379437; 0.921598;, + -0.692648;-0.324320;-0.644215;, + -0.769433;-0.501053;-0.396039;, + -0.898587;-0.338298;-0.279397;, + -0.790399;-0.222938;-0.570544;, + -0.939390;-0.133915;-0.315592;, + -0.961547;-0.273080;-0.028260;, + -0.826502;-0.536058;-0.171789;, + -0.779229;-0.217872;-0.587603;, + -0.936644;-0.052889;-0.346233;, + -0.939390;-0.133915;-0.315592;, + -0.779229;-0.217872;-0.587603;, + -0.834223;-0.107578;-0.540757;, + -0.977996;-0.000244;-0.208563;, + -0.971526; 0.082125;-0.222175;, + -0.939390;-0.133915;-0.315592;, + -0.936644;-0.052889;-0.346233;, + -0.692648;-0.324320;-0.644215;, + -0.790399;-0.222938;-0.570544;, + -0.556230;-0.088412;-0.826289;, + -0.423200;-0.177099;-0.888546;, + -0.779229;-0.217872;-0.587603;, + -0.556230;-0.088412;-0.826289;, + -0.790399;-0.222938;-0.570544;, + -0.834223;-0.107578;-0.540757;, + 0.000000;-0.323893;-0.946074;, + -0.437361;-0.267586;-0.858516;, + -0.594989;-0.693564;-0.406079;, + 0.000214;-0.880337;-0.474319;, + -0.779229;-0.217872;-0.587603;, + -0.437361;-0.267586;-0.858516;, + -0.423200;-0.177099;-0.888546;, + -0.556230;-0.088412;-0.826289;, + -0.706046; 0.705924; 0.055849;, + -0.652181; 0.756645; 0.045839;, + -0.675741; 0.721885;-0.148991;, + -0.877804; 0.451674;-0.159459;, + -0.652181; 0.756645; 0.045839;, + -0.509690; 0.856349; 0.082736;, + -0.487442; 0.861171;-0.144139;, + -0.675741; 0.721885;-0.148991;, + -0.779229;-0.217872;-0.587603;, + -0.826502;-0.536058;-0.171789;, + -0.594989;-0.693564;-0.406079;, + -0.437361;-0.267586;-0.858516;, + -0.971526; 0.082125;-0.222175;, + -0.995239; 0.077792; 0.058443;, + -0.961547;-0.273080;-0.028260;, + -0.939390;-0.133915;-0.315592;, + -0.898312; 0.436323; 0.050935;, + -0.877804; 0.451674;-0.159459;, + -0.675741; 0.721885;-0.148991;, + -0.693075; 0.720847; 0.003265;, + -0.706046; 0.705924; 0.055849;, + -0.160192; 0.907346; 0.388592;, + -0.499710; 0.810450; 0.305643;, + -0.652181; 0.756645; 0.045839;, + -0.499710; 0.810450; 0.305643;, + -0.500076; 0.805292; 0.318369;, + -0.509690; 0.856349; 0.082736;, + -0.652181; 0.756645; 0.045839;, + 0.238350; 0.622852; 0.745140;, + 0.704062; 0.128941; 0.698294;, + -0.529710;-0.431837; 0.729972;, + 0.583392;-0.083499; 0.807855;, + 0.000000;-0.687765; 0.725913;, + 0.000000;-0.469497; 0.882900;, + -0.259651;-0.449538; 0.854671;, + -0.246925;-0.650288; 0.718406;, + -0.259651;-0.449538; 0.854671;, + -0.638936;-0.294229; 0.710746;, + -0.664113;-0.456710; 0.591876;, + -0.246925;-0.650288; 0.718406;, + -0.638936;-0.294229; 0.710746;, + -0.529710;-0.431837; 0.729972;, + -0.929228;-0.149968; 0.337657;, + -0.664113;-0.456710; 0.591876;, + -0.372875; 0.707572; 0.600238;, + 0.238350; 0.622852; 0.745140;, + 0.583392;-0.083499; 0.807855;, + 0.124729; 0.336802; 0.933256;, + -0.249916; 0.725547; 0.641163;, + -0.372875; 0.707572; 0.600238;, + 0.124729; 0.336802; 0.933256;, + -0.157750; 0.357860; 0.920316;, + -0.638936;-0.294229; 0.710746;, + -0.219184;-0.265816; 0.938749;, + 0.583392;-0.083499; 0.807855;, + -0.529710;-0.431837; 0.729972;, + -0.219184;-0.265816; 0.938749;, + 0.124760; 0.006378; 0.992157;, + 0.124729; 0.336802; 0.933256;, + 0.583392;-0.083499; 0.807855;, + -0.200354;-0.228034; 0.952788;, + -0.124607; 0.031007; 0.991699;, + 0.124760; 0.006378; 0.992157;, + -0.219184;-0.265816; 0.938749;, + -0.200354;-0.228034; 0.952788;, + -0.219184;-0.265816; 0.938749;, + -0.638936;-0.294229; 0.710746;, + -0.259651;-0.449538; 0.854671;, + 0.124760; 0.006378; 0.992157;, + -0.124607; 0.031007; 0.991699;, + -0.157750; 0.357860; 0.920316;, + 0.124729; 0.336802; 0.933256;, + -0.445692; 0.894772;-0.026276;, + -0.487442; 0.861171;-0.144139;, + -0.265633; 0.954772;-0.133457;, + -0.194861; 0.978118;-0.072573;, + -0.285470; 0.949187; 0.132420;, + -0.265633; 0.954772;-0.133457;, + -0.487442; 0.861171;-0.144139;, + -0.509690; 0.856349; 0.082736;, + -0.500076; 0.805292; 0.318369;, + -0.292764; 0.878384; 0.377697;, + -0.285470; 0.949187; 0.132420;, + -0.509690; 0.856349; 0.082736;, + -0.200354;-0.228034; 0.952788;, + 0.000000;-0.234687; 0.972045;, + 0.000000; 0.029633; 0.999542;, + -0.124607; 0.031007; 0.991699;, + -0.124607; 0.031007; 0.991699;, + 0.000000; 0.029633; 0.999542;, + 0.000000; 0.368908; 0.929441;, + -0.157750; 0.357860; 0.920316;, + -0.157750; 0.357860; 0.920316;, + 0.000000; 0.368908; 0.929441;, + 0.000000; 0.745048; 0.666982;, + -0.249916; 0.725547; 0.641163;, + -0.259651;-0.449538; 0.854671;, + 0.000000;-0.469497; 0.882900;, + 0.000000;-0.234687; 0.972045;, + -0.200354;-0.228034; 0.952788;, + -0.961547;-0.273080;-0.028260;, + -0.761467;-0.513047; 0.396069;, + -0.591937;-0.730796; 0.339885;, + -0.826502;-0.536058;-0.171789;, + 0.000214;-0.880337;-0.474319;, + -0.594989;-0.693564;-0.406079;, + -0.332347;-0.908902; 0.251778;, + 0.004089;-0.976104; 0.217231;, + -0.826502;-0.536058;-0.171789;, + -0.591937;-0.730796; 0.339885;, + -0.332347;-0.908902; 0.251778;, + -0.594989;-0.693564;-0.406079;, + -0.693075; 0.720847; 0.003265;, + -0.523576; 0.734672; 0.431349;, + -0.748344; 0.386334; 0.539171;, + -0.898312; 0.436323; 0.050935;, + -0.898312; 0.436323; 0.050935;, + -0.748344; 0.386334; 0.539171;, + -0.848445;-0.084414; 0.522446;, + -0.995239; 0.077792; 0.058443;, + -0.194861; 0.978118;-0.072573;, + -0.114200; 0.973388; 0.198553;, + -0.260689; 0.923978; 0.279733;, + -0.445692; 0.894772;-0.026276;, + -0.693075; 0.720847; 0.003265;, + -0.445692; 0.894772;-0.026276;, + -0.260689; 0.923978; 0.279733;, + -0.523576; 0.734672; 0.431349;, + -0.848445;-0.084414; 0.522446;, + -0.761467;-0.513047; 0.396069;, + -0.961547;-0.273080;-0.028260;, + -0.995239; 0.077792; 0.058443;, + -0.591937;-0.730796; 0.339885;, + -0.139775;-0.793664; 0.592029;, + -0.060854;-0.874416; 0.481307;, + -0.332347;-0.908902; 0.251778;, + -0.848445;-0.084414; 0.522446;, + -0.479354;-0.271187; 0.834651;, + -0.282418;-0.654439; 0.701346;, + -0.761467;-0.513047; 0.396069;, + -0.748344; 0.386334; 0.539171;, + -0.514328; 0.314768; 0.797693;, + -0.479354;-0.271187; 0.834651;, + -0.848445;-0.084414; 0.522446;, + -0.260689; 0.923978; 0.279733;, + -0.109500; 0.870754; 0.479354;, + -0.311411; 0.691458; 0.651814;, + -0.523576; 0.734672; 0.431349;, + -0.114200; 0.973388; 0.198553;, + 0.026765; 0.944212; 0.328196;, + -0.109500; 0.870754; 0.479354;, + -0.260689; 0.923978; 0.279733;, + -0.282418;-0.654439; 0.701346;, + -0.139775;-0.793664; 0.592029;, + -0.591937;-0.730796; 0.339885;, + -0.761467;-0.513047; 0.396069;, + -0.479354;-0.271187; 0.834651;, + -0.041200;-0.280007; 0.959075;, + 0.072054;-0.741081; 0.667501;, + -0.282418;-0.654439; 0.701346;, + -0.514328; 0.314768; 0.797693;, + -0.258797; 0.399243; 0.879543;, + -0.041200;-0.280007; 0.959075;, + -0.479354;-0.271187; 0.834651;, + 0.122440;-0.170232; 0.977752;, + -0.009919; 0.069155; 0.997528;, + 0.001831;-0.754967; 0.655751;, + 0.045442;-0.812281; 0.581469;, + -0.099826; 0.635334; 0.765740;, + -0.119480; 0.850337; 0.512467;, + -0.009919; 0.069155; 0.997528;, + 0.122440;-0.170232; 0.977752;, + -0.009919; 0.069155; 0.997528;, + -0.044221; 0.156255; 0.986694;, + -0.103275;-0.832423; 0.544389;, + 0.001831;-0.754967; 0.655751;, + -0.119480; 0.850337; 0.512467;, + -0.045930; 0.958647; 0.280831;, + -0.044221; 0.156255; 0.986694;, + -0.009919; 0.069155; 0.997528;, + -0.044221; 0.156255; 0.986694;, + 0.030213; 0.298410; 0.953948;, + -0.042146;-0.858303; 0.511399;, + -0.103275;-0.832423; 0.544389;, + -0.045930; 0.958647; 0.280831;, + 0.014191; 0.940489; 0.339488;, + 0.030213; 0.298410; 0.953948;, + -0.044221; 0.156255; 0.986694;, + 0.030213; 0.298410; 0.953948;, + -0.014374;-0.097415; 0.995117;, + 0.355296;-0.869778; 0.342357;, + -0.042146;-0.858303; 0.511399;, + 0.014191; 0.940489; 0.339488;, + -0.072054; 0.659566; 0.748161;, + -0.014374;-0.097415; 0.995117;, + 0.030213; 0.298410; 0.953948;, + -0.748344; 0.386334; 0.539171;, + -0.523576; 0.734672; 0.431349;, + -0.311411; 0.691458; 0.651814;, + -0.514328; 0.314768; 0.797693;, + -0.099826; 0.635334; 0.765740;, + -0.258797; 0.399243; 0.879543;, + -0.238868; 0.804834; 0.543260;, + -0.196417; 0.959838; 0.200232;, + -0.258797; 0.399243; 0.879543;, + -0.514328; 0.314768; 0.797693;, + -0.311411; 0.691458; 0.651814;, + -0.238868; 0.804834; 0.543260;, + -0.045930; 0.958647; 0.280831;, + -0.119480; 0.850337; 0.512467;, + -0.334727; 0.893582;-0.299051;, + -0.092196; 0.718650;-0.689200;, + 0.001831;-0.754967; 0.655751;, + -0.103275;-0.832423; 0.544389;, + -0.094974;-0.890652;-0.444594;, + -0.268715;-0.952116;-0.145726;, + 0.045442;-0.812281; 0.581469;, + 0.001831;-0.754967; 0.655751;, + -0.268715;-0.952116;-0.145726;, + -0.229560;-0.947569; 0.222236;, + -0.268715;-0.952116;-0.145726;, + -0.094974;-0.890652;-0.444594;, + -0.085238;-0.212165;-0.973479;, + -0.608509;-0.125370;-0.783563;, + -0.362499;-0.924833; 0.115024;, + -0.093112;-0.928526; 0.359325;, + -0.102817;-0.884701; 0.454634;, + -0.229560;-0.947569; 0.222236;, + -0.268715;-0.952116;-0.145726;, + -0.608509;-0.125370;-0.783563;, + -0.861751;-0.222907;-0.455672;, + -0.667104;-0.702048;-0.249062;, + -0.139775;-0.793664; 0.592029;, + -0.282418;-0.654439; 0.701346;, + 0.072054;-0.741081; 0.667501;, + -0.102817;-0.884701; 0.454634;, + -0.608509;-0.125370;-0.783563;, + -0.085238;-0.212165;-0.973479;, + -0.092196; 0.718650;-0.689200;, + -0.334727; 0.893582;-0.299051;, + -0.103275;-0.832423; 0.544389;, + -0.042146;-0.858303; 0.511399;, + -0.091342;-0.762261;-0.640767;, + -0.094974;-0.890652;-0.444594;, + -0.042146;-0.858303; 0.511399;, + 0.355296;-0.869778; 0.342357;, + 0.215918;-0.491745;-0.843501;, + -0.091342;-0.762261;-0.640767;, + -0.334727; 0.893582;-0.299051;, + -0.742882; 0.566881;-0.355968;, + -0.861751;-0.222907;-0.455672;, + -0.608509;-0.125370;-0.783563;, + -0.266457; 0.963836;-0.000458;, + -0.742882; 0.566881;-0.355968;, + -0.334727; 0.893582;-0.299051;, + -0.196417; 0.959838; 0.200232;, + 0.026765; 0.944212; 0.328196;, + 0.055574; 0.966460; 0.250710;, + -0.152470; 0.940642; 0.303201;, + -0.109500; 0.870754; 0.479354;, + -0.266457; 0.963836;-0.000458;, + -0.152470; 0.940642; 0.303201;, + 0.055574; 0.966460; 0.250710;, + -0.048067; 0.995972; 0.075472;, + 0.000000; 0.956389; 0.292062;, + 0.000000; 0.975066; 0.221870;, + 0.055574; 0.966460; 0.250710;, + 0.026765; 0.944212; 0.328196;, + -0.311411; 0.691458; 0.651814;, + -0.109500; 0.870754; 0.479354;, + -0.152470; 0.940642; 0.303201;, + -0.238868; 0.804834; 0.543260;, + 0.000000; 0.995178; 0.097842;, + 0.000000; 0.999969; 0.004669;, + -0.197363; 0.977996;-0.067171;, + -0.048067; 0.995972; 0.075472;, + -0.742882; 0.566881;-0.355968;, + -0.197363; 0.977996;-0.067171;, + -0.273385; 0.934172;-0.229163;, + -0.858333; 0.405744;-0.314035;, + -0.861751;-0.222907;-0.455672;, + -0.742882; 0.566881;-0.355968;, + -0.858333; 0.405744;-0.314035;, + -0.932615;-0.230476;-0.277596;, + -0.667104;-0.702048;-0.249062;, + -0.861751;-0.222907;-0.455672;, + -0.932615;-0.230476;-0.277596;, + -0.667257;-0.719718;-0.191565;, + -0.667104;-0.702048;-0.249062;, + -0.667257;-0.719718;-0.191565;, + -0.310953;-0.950407;-0.003510;, + -0.362499;-0.924833; 0.115024;, + -0.353710;-0.926328;-0.129337;, + -0.384991;-0.920988;-0.059297;, + -0.135563;-0.989593;-0.047975;, + -0.072573;-0.994842;-0.070589;, + -0.960692;-0.261574;-0.092746;, + -0.930479;-0.365642; 0.021790;, + -0.627949;-0.777703;-0.028718;, + -0.707022;-0.695212;-0.129337;, + -0.433149; 0.869198;-0.238380;, + -0.520646; 0.847743;-0.100925;, + -0.941862; 0.335856; 0.008698;, + -0.941465; 0.303537;-0.146519;, + -0.941465; 0.303537;-0.146519;, + -0.941862; 0.335856; 0.008698;, + -0.930479;-0.365642; 0.021790;, + -0.960692;-0.261574;-0.092746;, + -0.941862; 0.335856; 0.008698;, + -0.931883; 0.339457; 0.127750;, + -0.934874;-0.350902; 0.053102;, + -0.930479;-0.365642; 0.021790;, + -0.930479;-0.365642; 0.021790;, + -0.934874;-0.350902; 0.053102;, + -0.590411;-0.807092; 0.001526;, + -0.627949;-0.777703;-0.028718;, + -0.894864; 0.410901; 0.174200;, + -0.931883; 0.339457; 0.127750;, + -0.553636; 0.823145; 0.126041;, + -0.416639; 0.876492; 0.241066;, + -0.590411;-0.807092; 0.001526;, + -0.572497;-0.819636; 0.019715;, + -0.332072;-0.941465;-0.057466;, + -0.383374;-0.923399;-0.017823;, + -0.931883; 0.339457; 0.127750;, + -0.941862; 0.335856; 0.008698;, + -0.644124; 0.764916; 0.002075;, + -0.553636; 0.823145; 0.126041;, + -0.384991;-0.920988;-0.059297;, + -0.383374;-0.923399;-0.017823;, + -0.144139;-0.989502;-0.008576;, + -0.135563;-0.989593;-0.047975;, + -0.931883; 0.339457; 0.127750;, + -0.894864; 0.410901; 0.174200;, + -0.960326;-0.241981; 0.138524;, + -0.934874;-0.350902; 0.053102;, + -0.934874;-0.350902; 0.053102;, + -0.960326;-0.241981; 0.138524;, + -0.572497;-0.819636; 0.019715;, + -0.590411;-0.807092; 0.001526;, + -0.144139;-0.989502;-0.008576;, + -0.170385;-0.982543;-0.074496;, + 0.000000;-0.998169;-0.059999;, + 0.000000;-0.999969; 0.004730;, + -0.894864; 0.410901; 0.174200;, + -0.416639; 0.876492; 0.241066;, + -0.323679; 0.938810; 0.117649;, + -0.874111; 0.455641; 0.168157;, + -0.627949;-0.777703;-0.028718;, + -0.590411;-0.807092; 0.001526;, + -0.383374;-0.923399;-0.017823;, + -0.384991;-0.920988;-0.059297;, + -0.383374;-0.923399;-0.017823;, + -0.332072;-0.941465;-0.057466;, + -0.170385;-0.982543;-0.074496;, + -0.144139;-0.989502;-0.008576;, + -0.558672;-0.827326; 0.058290;, + -0.519089;-0.852382; 0.062960;, + -0.033509;-0.992889;-0.113987;, + -0.237526;-0.964476;-0.115421;, + -0.041200;-0.280007; 0.959075;, + 0.122440;-0.170232; 0.977752;, + 0.045442;-0.812281; 0.581469;, + 0.072054;-0.741081; 0.667501;, + -0.258797; 0.399243; 0.879543;, + -0.099826; 0.635334; 0.765740;, + 0.122440;-0.170232; 0.977752;, + -0.041200;-0.280007; 0.959075;, + -0.119480; 0.850337; 0.512467;, + -0.099826; 0.635334; 0.765740;, + -0.196417; 0.959838; 0.200232;, + -0.334727; 0.893582;-0.299051;, + 0.072054;-0.741081; 0.667501;, + 0.045442;-0.812281; 0.581469;, + -0.229560;-0.947569; 0.222236;, + -0.102817;-0.884701; 0.454634;, + -0.667104;-0.702048;-0.249062;, + -0.362499;-0.924833; 0.115024;, + -0.229560;-0.947569; 0.222236;, + -0.268715;-0.952116;-0.145726;, + -0.310953;-0.950407;-0.003510;, + -0.006195;-0.994110; 0.108158;, + -0.093112;-0.928526; 0.359325;, + -0.362499;-0.924833; 0.115024;, + -0.273385; 0.934172;-0.229163;, + -0.433149; 0.869198;-0.238380;, + -0.941465; 0.303537;-0.146519;, + -0.858333; 0.405744;-0.314035;, + -0.152470; 0.940642; 0.303201;, + -0.266457; 0.963836;-0.000458;, + -0.196417; 0.959838; 0.200232;, + -0.238868; 0.804834; 0.543260;, + -0.742882; 0.566881;-0.355968;, + -0.266457; 0.963836;-0.000458;, + -0.048067; 0.995972; 0.075472;, + -0.197363; 0.977996;-0.067171;, + 0.000000; 0.975066; 0.221870;, + 0.000000; 0.995178; 0.097842;, + -0.048067; 0.995972; 0.075472;, + 0.055574; 0.966460; 0.250710;, + -0.072573;-0.994842;-0.070589;, + 0.000000;-0.998993;-0.044465;, + 0.000031;-0.988189; 0.153020;, + -0.006195;-0.994110; 0.108158;, + -0.353710;-0.926328;-0.129337;, + -0.072573;-0.994842;-0.070589;, + -0.006195;-0.994110; 0.108158;, + -0.310953;-0.950407;-0.003510;, + -0.310953;-0.950407;-0.003510;, + -0.667257;-0.719718;-0.191565;, + -0.707022;-0.695212;-0.129337;, + -0.353710;-0.926328;-0.129337;, + -0.384991;-0.920988;-0.059297;, + -0.353710;-0.926328;-0.129337;, + -0.707022;-0.695212;-0.129337;, + -0.627949;-0.777703;-0.028718;, + -0.102817;-0.884701; 0.454634;, + -0.093112;-0.928526; 0.359325;, + -0.060854;-0.874416; 0.481307;, + -0.139775;-0.793664; 0.592029;, + -0.941465; 0.303537;-0.146519;, + -0.960692;-0.261574;-0.092746;, + -0.932615;-0.230476;-0.277596;, + -0.858333; 0.405744;-0.314035;, + -0.667257;-0.719718;-0.191565;, + -0.932615;-0.230476;-0.277596;, + -0.960692;-0.261574;-0.092746;, + -0.707022;-0.695212;-0.129337;, + -0.085238;-0.212165;-0.973479;, + -0.092074;-0.007782;-0.995697;, + -0.074801; 0.810144;-0.581378;, + -0.092196; 0.718650;-0.689200;, + 0.014191; 0.940489; 0.339488;, + -0.045930; 0.958647; 0.280831;, + -0.092196; 0.718650;-0.689200;, + -0.074801; 0.810144;-0.581378;, + -0.091342;-0.762261;-0.640767;, + -0.092074;-0.007782;-0.995697;, + -0.085238;-0.212165;-0.973479;, + -0.094974;-0.890652;-0.444594;, + -0.483902;-0.875088;-0.005097;, + -0.529191;-0.838221;-0.131535;, + 0.264046;-0.944121;-0.197089;, + 0.234443;-0.966247;-0.106510;, + -0.979614;-0.198523; 0.029847;, + -0.963683;-0.266854;-0.009522;, + -0.529191;-0.838221;-0.131535;, + -0.483902;-0.875088;-0.005097;, + -0.279763; 0.950316;-0.136387;, + -0.337352; 0.940062; 0.049287;, + -0.876919; 0.479446; 0.033113;, + -0.857234; 0.514878;-0.000275;, + -0.960326;-0.241981; 0.138524;, + -0.964812;-0.200690; 0.169866;, + -0.558672;-0.827326; 0.058290;, + -0.572497;-0.819636; 0.019715;, + -0.979614;-0.198523; 0.029847;, + -0.857234; 0.514878;-0.000275;, + -0.876919; 0.479446; 0.033113;, + -0.963683;-0.266854;-0.009522;, + -0.894864; 0.410901; 0.174200;, + -0.874111; 0.455641; 0.168157;, + -0.964812;-0.200690; 0.169866;, + -0.960326;-0.241981; 0.138524;, + 0.964721; 0.182745;-0.189459;, + 0.938871; 0.274667;-0.207526;, + 0.410108; 0.910306;-0.055544;, + 0.550737; 0.801477;-0.232978;, + -0.279763; 0.950316;-0.136387;, + 0.550737; 0.801477;-0.232978;, + 0.410108; 0.910306;-0.055544;, + -0.337352; 0.940062; 0.049287;, + 0.964721; 0.182745;-0.189459;, + 0.550737; 0.801477;-0.232978;, + 0.494308; 0.782220;-0.379162;, + 0.787225; 0.148625;-0.598468;, + 0.264046;-0.944121;-0.197089;, + 0.843593;-0.478317;-0.243934;, + 0.850063;-0.496933;-0.174322;, + 0.234443;-0.966247;-0.106510;, + -0.317850; 0.937529;-0.141362;, + 0.494308; 0.782220;-0.379162;, + 0.550737; 0.801477;-0.232978;, + -0.279763; 0.950316;-0.136387;, + -0.863704; 0.494583; 0.096866;, + -0.317850; 0.937529;-0.141362;, + -0.279763; 0.950316;-0.136387;, + -0.857234; 0.514878;-0.000275;, + -0.091342;-0.762261;-0.640767;, + 0.215918;-0.491745;-0.843501;, + 0.043611; 0.257088;-0.965392;, + -0.092074;-0.007782;-0.995697;, + -0.074801; 0.810144;-0.581378;, + -0.092074;-0.007782;-0.995697;, + 0.043611; 0.257088;-0.965392;, + 0.026307; 0.982421;-0.184790;, + -0.072054; 0.659566; 0.748161;, + 0.014191; 0.940489; 0.339488;, + -0.074801; 0.810144;-0.581378;, + 0.026307; 0.982421;-0.184790;, + 0.410108; 0.910306;-0.055544;, + 0.337962; 0.938078; 0.075716;, + -0.398724; 0.902432; 0.163091;, + -0.337352; 0.940062; 0.049287;, + -0.529191;-0.838221;-0.131535;, + -0.438459;-0.890927;-0.118137;, + 0.300272;-0.932035;-0.202704;, + 0.264046;-0.944121;-0.197089;, + 0.264046;-0.944121;-0.197089;, + 0.300272;-0.932035;-0.202704;, + 0.829524;-0.522996;-0.195715;, + 0.843593;-0.478317;-0.243934;, + -0.963683;-0.266854;-0.009522;, + -0.930662;-0.361858; 0.053743;, + -0.438459;-0.890927;-0.118137;, + -0.529191;-0.838221;-0.131535;, + -0.876919; 0.479446; 0.033113;, + -0.923704; 0.346995; 0.162267;, + -0.930662;-0.361858; 0.053743;, + -0.963683;-0.266854;-0.009522;, + 0.938871; 0.274667;-0.207526;, + 0.936033; 0.340495;-0.088656;, + 0.337962; 0.938078; 0.075716;, + 0.410108; 0.910306;-0.055544;, + -0.337352; 0.940062; 0.049287;, + -0.398724; 0.902432; 0.163091;, + -0.923704; 0.346995; 0.162267;, + -0.876919; 0.479446; 0.033113;, + -0.923704; 0.346995; 0.162267;, + -0.953917; 0.294382; 0.058016;, + -0.902890;-0.429121; 0.024537;, + -0.930662;-0.361858; 0.053743;, + -0.930662;-0.361858; 0.053743;, + -0.902890;-0.429121; 0.024537;, + -0.334635;-0.941435;-0.040864;, + -0.438459;-0.890927;-0.118137;, + -0.398724; 0.902432; 0.163091;, + -0.446242; 0.894864; 0.005402;, + -0.953917; 0.294382; 0.058016;, + -0.923704; 0.346995; 0.162267;, + 0.936033; 0.340495;-0.088656;, + 0.951140; 0.302469;-0.061556;, + 0.368297; 0.929075;-0.033784;, + 0.337962; 0.938078; 0.075716;, + 0.337962; 0.938078; 0.075716;, + 0.368297; 0.929075;-0.033784;, + -0.446242; 0.894864; 0.005402;, + -0.398724; 0.902432; 0.163091;, + 0.300272;-0.932035;-0.202704;, + 0.473037;-0.878658;-0.064364;, + 0.894314;-0.438246;-0.090152;, + 0.829524;-0.522996;-0.195715;, + -0.438459;-0.890927;-0.118137;, + -0.334635;-0.941435;-0.040864;, + 0.473037;-0.878658;-0.064364;, + 0.300272;-0.932035;-0.202704;, + -0.902890;-0.429121; 0.024537;, + -0.936583;-0.332377; 0.110904;, + -0.401807;-0.836909; 0.371593;, + -0.334635;-0.941435;-0.040864;, + -0.446242; 0.894864; 0.005402;, + -0.417310; 0.908597; 0.016236;, + -0.959380; 0.282022;-0.005249;, + -0.953917; 0.294382; 0.058016;, + 0.951140; 0.302469;-0.061556;, + 0.978179; 0.207312; 0.011292;, + 0.567644; 0.820795; 0.063540;, + 0.368297; 0.929075;-0.033784;, + 0.368297; 0.929075;-0.033784;, + 0.567644; 0.820795; 0.063540;, + -0.417310; 0.908597; 0.016236;, + -0.446242; 0.894864; 0.005402;, + 0.473037;-0.878658;-0.064364;, + 0.611103;-0.751274; 0.249153;, + 0.960082;-0.275613; 0.047334;, + 0.894314;-0.438246;-0.090152;, + -0.334635;-0.941435;-0.040864;, + -0.401807;-0.836909; 0.371593;, + 0.611103;-0.751274; 0.249153;, + 0.473037;-0.878658;-0.064364;, + -0.953917; 0.294382; 0.058016;, + -0.959380; 0.282022;-0.005249;, + -0.936583;-0.332377; 0.110904;, + -0.902890;-0.429121; 0.024537;, + 0.355296;-0.869778; 0.342357;, + 0.229438;-0.962706;-0.143162;, + 0.546403;-0.334269;-0.767876;, + 0.215918;-0.491745;-0.843501;, + -0.038972;-0.997406; 0.060213;, + -0.721152;-0.655934; 0.222846;, + -0.592090;-0.142582;-0.793115;, + 0.061312;-0.191626;-0.979522;, + -0.721152;-0.655934; 0.222846;, + -0.625751; 0.343791; 0.700125;, + -0.437574; 0.800104;-0.410230;, + -0.592090;-0.142582;-0.793115;, + -0.215857; 0.361736; 0.906919;, + -0.416181;-0.872921; 0.254494;, + -0.141270; 0.387646;-0.910886;, + -0.096500; 0.912442;-0.397595;, + -0.038972;-0.997406; 0.060213;, + 0.229438;-0.962706;-0.143162;, + -0.416181;-0.872921; 0.254494;, + -0.215857; 0.361736; 0.906919;, + 0.061312;-0.191626;-0.979522;, + -0.592090;-0.142582;-0.793115;, + -0.437574; 0.800104;-0.410230;, + -0.096500; 0.912442;-0.397595;, + 0.229438;-0.962706;-0.143162;, + -0.038972;-0.997406; 0.060213;, + 0.061312;-0.191626;-0.979522;, + 0.546403;-0.334269;-0.767876;, + -0.625751; 0.343791; 0.700125;, + -0.215857; 0.361736; 0.906919;, + -0.096500; 0.912442;-0.397595;, + -0.437574; 0.800104;-0.410230;, + -0.721152;-0.655934; 0.222846;, + -0.038972;-0.997406; 0.060213;, + -0.215857; 0.361736; 0.906919;, + -0.625751; 0.343791; 0.700125;, + 0.546403;-0.334269;-0.767876;, + 0.061312;-0.191626;-0.979522;, + -0.096500; 0.912442;-0.397595;, + -0.141270; 0.387646;-0.910886;, + 0.229438;-0.962706;-0.143162;, + 0.051759;-0.525224; 0.849361;, + -0.024018;-0.632801; 0.773919;, + -0.416181;-0.872921; 0.254494;, + -0.095187; 0.325388; 0.940764;, + 0.051759;-0.525224; 0.849361;, + -0.014374;-0.097415; 0.995117;, + -0.072054; 0.659566; 0.748161;, + 0.355296;-0.869778; 0.342357;, + -0.014374;-0.097415; 0.995117;, + 0.051759;-0.525224; 0.849361;, + 0.229438;-0.962706;-0.143162;, + 0.215918;-0.491745;-0.843501;, + 0.546403;-0.334269;-0.767876;, + -0.141270; 0.387646;-0.910886;, + -0.005371; 0.102298;-0.994720;, + -0.072054; 0.659566; 0.748161;, + 0.026307; 0.982421;-0.184790;, + 0.042817; 0.946410; 0.320048;, + -0.095187; 0.325388; 0.940764;, + 0.042817; 0.946410; 0.320048;, + -0.053652; 0.940916; 0.334330;, + -0.084414; 0.227424; 0.970122;, + -0.095187; 0.325388; 0.940764;, + 0.084292; 0.622059;-0.778405;, + 0.042817; 0.946410; 0.320048;, + 0.026307; 0.982421;-0.184790;, + 0.043611; 0.257088;-0.965392;, + 0.084292; 0.622059;-0.778405;, + -0.089419; 0.591510;-0.801294;, + -0.053652; 0.940916; 0.334330;, + 0.042817; 0.946410; 0.320048;, + -0.005371; 0.102298;-0.994720;, + 0.084292; 0.622059;-0.778405;, + 0.043611; 0.257088;-0.965392;, + 0.215918;-0.491745;-0.843501;, + -0.005371; 0.102298;-0.994720;, + -0.194647;-0.017426;-0.980712;, + -0.089419; 0.591510;-0.801294;, + 0.084292; 0.622059;-0.778405;, + -0.194647;-0.017426;-0.980712;, + -0.005371; 0.102298;-0.994720;, + -0.141270; 0.387646;-0.910886;, + -0.416181;-0.872921; 0.254494;, + -0.194647;-0.017426;-0.980712;, + -0.060976;-0.059114;-0.996368;, + -0.134648; 0.672994;-0.727256;, + -0.089419; 0.591510;-0.801294;, + -0.053652; 0.940916; 0.334330;, + -0.100681; 0.844539; 0.525895;, + -0.069216; 0.098575; 0.992706;, + -0.084414; 0.227424; 0.970122;, + 0.015534;-0.761010; 0.648518;, + -0.069216; 0.098575; 0.992706;, + -0.099643; 0.010590; 0.994964;, + -0.069399;-0.832575; 0.549486;, + -0.089419; 0.591510;-0.801294;, + -0.134648; 0.672994;-0.727256;, + -0.100681; 0.844539; 0.525895;, + -0.053652; 0.940916; 0.334330;, + -0.024018;-0.632801; 0.773919;, + 0.015534;-0.761010; 0.648518;, + 0.036744;-0.765954;-0.641835;, + -0.416181;-0.872921; 0.254494;, + -0.416181;-0.872921; 0.254494;, + 0.036744;-0.765954;-0.641835;, + -0.060976;-0.059114;-0.996368;, + -0.194647;-0.017426;-0.980712;, + -0.134648; 0.672994;-0.727256;, + -0.290201; 0.715445;-0.635517;, + -0.242042; 0.775780; 0.582690;, + -0.100681; 0.844539; 0.525895;, + -0.084414; 0.227424; 0.970122;, + -0.069216; 0.098575; 0.992706;, + 0.015534;-0.761010; 0.648518;, + -0.024018;-0.632801; 0.773919;, + 0.036744;-0.765954;-0.641835;, + -0.035707;-0.631428;-0.774590;, + -0.030244;-0.018097;-0.999359;, + -0.060976;-0.059114;-0.996368;, + 0.015534;-0.761010; 0.648518;, + -0.069399;-0.832575; 0.549486;, + -0.035707;-0.631428;-0.774590;, + 0.036744;-0.765954;-0.641835;, + -0.060976;-0.059114;-0.996368;, + -0.030244;-0.018097;-0.999359;, + -0.290201; 0.715445;-0.635517;, + -0.134648; 0.672994;-0.727256;, + -0.030244;-0.018097;-0.999359;, + -0.567064;-0.046449;-0.822321;, + -0.544237; 0.540880;-0.641255;, + -0.290201; 0.715445;-0.635517;, + -0.290201; 0.715445;-0.635517;, + -0.544237; 0.540880;-0.641255;, + -0.739402; 0.491440; 0.460128;, + -0.242042; 0.775780; 0.582690;, + -0.095187; 0.325388; 0.940764;, + -0.084414; 0.227424; 0.970122;, + -0.024018;-0.632801; 0.773919;, + 0.051759;-0.525224; 0.849361;, + -0.035707;-0.631428;-0.774590;, + -0.393475;-0.582720;-0.711020;, + -0.567064;-0.046449;-0.822321;, + -0.030244;-0.018097;-0.999359;, + -0.069399;-0.832575; 0.549486;, + -0.497299;-0.782006; 0.375652;, + -0.393475;-0.582720;-0.711020;, + -0.035707;-0.631428;-0.774590;, + -0.897641;-0.123692; 0.422956;, + -0.739402; 0.491440; 0.460128;, + -0.544237; 0.540880;-0.641255;, + -0.567064;-0.046449;-0.822321;, + -0.393475;-0.582720;-0.711020;, + -0.497299;-0.782006; 0.375652;, + -0.897641;-0.123692; 0.422956;, + -0.567064;-0.046449;-0.822321;, + -0.069216; 0.098575; 0.992706;, + -0.100681; 0.844539; 0.525895;, + -0.242042; 0.775780; 0.582690;, + -0.099643; 0.010590; 0.994964;, + -0.099643; 0.010590; 0.994964;, + -0.242042; 0.775780; 0.582690;, + -0.739402; 0.491440; 0.460128;, + -0.897641;-0.123692; 0.422956;, + -0.069399;-0.832575; 0.549486;, + -0.099643; 0.010590; 0.994964;, + -0.897641;-0.123692; 0.422956;, + -0.497299;-0.782006; 0.375652;, + -0.401807;-0.836909; 0.371593;, + -0.415754;-0.652852; 0.633137;, + 0.651540;-0.525285; 0.547288;, + 0.611103;-0.751274; 0.249153;, + -0.936583;-0.332377; 0.110904;, + -0.980926;-0.072359; 0.180364;, + -0.415754;-0.652852; 0.633137;, + -0.401807;-0.836909; 0.371593;, + -0.415754;-0.652852; 0.633137;, + -0.334239;-0.445570; 0.830500;, + 0.887509;-0.162297; 0.431257;, + 0.651540;-0.525285; 0.547288;, + -0.980926;-0.072359; 0.180364;, + -0.992859;-0.013184; 0.118503;, + -0.334239;-0.445570; 0.830500;, + -0.415754;-0.652852; 0.633137;, + -0.334239;-0.445570; 0.830500;, + -0.181585;-0.256539; 0.949309;, + 0.762139;-0.159185; 0.627522;, + 0.887509;-0.162297; 0.431257;, + -0.992859;-0.013184; 0.118503;, + -0.977203;-0.046754; 0.206946;, + -0.181585;-0.256539; 0.949309;, + -0.334239;-0.445570; 0.830500;, + -0.181585;-0.256539; 0.949309;, + -0.260689;-0.790918; 0.553575;, + 0.594928;-0.622486; 0.508469;, + 0.762139;-0.159185; 0.627522;, + -0.977203;-0.046754; 0.206946;, + -0.850612;-0.363659; 0.379711;, + -0.260689;-0.790918; 0.553575;, + -0.181585;-0.256539; 0.949309;, + 0.567644; 0.820795; 0.063540;, + 0.680685; 0.717307; 0.148564;, + -0.384777; 0.919004; 0.085818;, + -0.417310; 0.908597; 0.016236;, + 0.978179; 0.207312; 0.011292;, + 0.982604; 0.166936; 0.081027;, + 0.680685; 0.717307; 0.148564;, + 0.567644; 0.820795; 0.063540;, + -0.417310; 0.908597; 0.016236;, + -0.384777; 0.919004; 0.085818;, + -0.948820; 0.315714; 0.003265;, + -0.959380; 0.282022;-0.005249;, + -0.936583;-0.332377; 0.110904;, + -0.959380; 0.282022;-0.005249;, + -0.948820; 0.315714; 0.003265;, + -0.980926;-0.072359; 0.180364;, + 0.651540;-0.525285; 0.547288;, + 0.989380;-0.010132; 0.144932;, + 0.960082;-0.275613; 0.047334;, + 0.611103;-0.751274; 0.249153;, + -0.384777; 0.919004; 0.085818;, + -0.302561; 0.886349;-0.350444;, + -0.894498; 0.345653;-0.283456;, + -0.948820; 0.315714; 0.003265;, + 0.982604; 0.166936; 0.081027;, + 0.954375; 0.119938;-0.273354;, + 0.687613; 0.657369;-0.308176;, + 0.680685; 0.717307; 0.148564;, + 0.680685; 0.717307; 0.148564;, + 0.687613; 0.657369;-0.308176;, + -0.302561; 0.886349;-0.350444;, + -0.384777; 0.919004; 0.085818;, + -0.992859;-0.013184; 0.118503;, + -0.980926;-0.072359; 0.180364;, + -0.948820; 0.315714; 0.003265;, + -0.894498; 0.345653;-0.283456;, + 0.651540;-0.525285; 0.547288;, + 0.887509;-0.162297; 0.431257;, + 0.995849; 0.015473;-0.089511;, + 0.989380;-0.010132; 0.144932;, + 0.687613; 0.657369;-0.308176;, + 0.377483; 0.254402;-0.890378;, + -0.190832; 0.497391;-0.846248;, + -0.302561; 0.886349;-0.350444;, + 0.594928;-0.622486; 0.508469;, + 0.572527;-0.539293;-0.617512;, + 0.772485; 0.094058;-0.627979;, + 0.762139;-0.159185; 0.627522;, + -0.894498; 0.345653;-0.283456;, + -0.553331; 0.081820;-0.828913;, + -0.564043; 0.026826;-0.825282;, + -0.992859;-0.013184; 0.118503;, + -0.302561; 0.886349;-0.350444;, + -0.190832; 0.497391;-0.846248;, + -0.553331; 0.081820;-0.828913;, + -0.894498; 0.345653;-0.283456;, + 0.762139;-0.159185; 0.627522;, + 0.772485; 0.094058;-0.627979;, + 0.852046; 0.094638;-0.514786;, + 0.887509;-0.162297; 0.431257;, + 0.887509;-0.162297; 0.431257;, + 0.852046; 0.094638;-0.514786;, + 0.642933;-0.108219;-0.758202;, + 0.995849; 0.015473;-0.089511;, + 0.954375; 0.119938;-0.273354;, + 0.454909;-0.051637;-0.889004;, + 0.377483; 0.254402;-0.890378;, + 0.687613; 0.657369;-0.308176;, + -0.977203;-0.046754; 0.206946;, + -0.508621; 0.135899;-0.850154;, + -0.622333;-0.270119;-0.734611;, + -0.850612;-0.363659; 0.379711;, + -0.992859;-0.013184; 0.118503;, + -0.564043; 0.026826;-0.825282;, + -0.508621; 0.135899;-0.850154;, + -0.977203;-0.046754; 0.206946;, + -0.850612;-0.363659; 0.379711;, + -0.622333;-0.270119;-0.734611;, + -0.191137;-0.746300;-0.637532;, + -0.260689;-0.790918; 0.553575;, + -0.260689;-0.790918; 0.553575;, + -0.191137;-0.746300;-0.637532;, + 0.572527;-0.539293;-0.617512;, + 0.594928;-0.622486; 0.508469;, + -0.191137;-0.746300;-0.637532;, + -0.622333;-0.270119;-0.734611;, + 0.772485; 0.094058;-0.627979;, + 0.572527;-0.539293;-0.617512;, + 0.852046; 0.094638;-0.514786;, + 0.772485; 0.094058;-0.627979;, + -0.622333;-0.270119;-0.734611;, + -0.508621; 0.135899;-0.850154;, + -0.508621; 0.135899;-0.850154;, + -0.564043; 0.026826;-0.825282;, + 0.642933;-0.108219;-0.758202;, + 0.852046; 0.094638;-0.514786;, + -0.572497;-0.819636; 0.019715;, + -0.558672;-0.827326; 0.058290;, + -0.237526;-0.964476;-0.115421;, + -0.332072;-0.941465;-0.057466;, + -0.975005;-0.163060; 0.150822;, + -0.863704; 0.494583; 0.096866;, + -0.857234; 0.514878;-0.000275;, + -0.979614;-0.198523; 0.029847;, + 0.850063;-0.496933;-0.174322;, + 0.843593;-0.478317;-0.243934;, + 0.938871; 0.274667;-0.207526;, + 0.964721; 0.182745;-0.189459;, + -0.519089;-0.852382; 0.062960;, + -0.975005;-0.163060; 0.150822;, + -0.979614;-0.198523; 0.029847;, + -0.483902;-0.875088;-0.005097;, + 0.843593;-0.478317;-0.243934;, + 0.829524;-0.522996;-0.195715;, + 0.936033; 0.340495;-0.088656;, + 0.938871; 0.274667;-0.207526;, + 0.829524;-0.522996;-0.195715;, + 0.894314;-0.438246;-0.090152;, + 0.951140; 0.302469;-0.061556;, + 0.936033; 0.340495;-0.088656;, + 0.894314;-0.438246;-0.090152;, + 0.960082;-0.275613; 0.047334;, + 0.978179; 0.207312; 0.011292;, + 0.951140; 0.302469;-0.061556;, + 0.960082;-0.275613; 0.047334;, + 0.989380;-0.010132; 0.144932;, + 0.982604; 0.166936; 0.081027;, + 0.978179; 0.207312; 0.011292;, + 0.989380;-0.010132; 0.144932;, + 0.995849; 0.015473;-0.089511;, + 0.954375; 0.119938;-0.273354;, + 0.982604; 0.166936; 0.081027;, + 0.995849; 0.015473;-0.089511;, + 0.642933;-0.108219;-0.758202;, + 0.454909;-0.051637;-0.889004;, + 0.954375; 0.119938;-0.273354;, + 0.454909;-0.051637;-0.889004;, + 0.642933;-0.108219;-0.758202;, + -0.564043; 0.026826;-0.825282;, + -0.553331; 0.081820;-0.828913;, + -0.190832; 0.497391;-0.846248;, + 0.377483; 0.254402;-0.890378;, + 0.454909;-0.051637;-0.889004;, + -0.553331; 0.081820;-0.828913;, + -0.884518;-0.320109;-0.339305;, + -0.747063;-0.662740; 0.050996;, + -0.220618;-0.255562; 0.941252;, + -0.096042;-0.134983; 0.986175;, + -0.736656;-0.483810;-0.472457;, + -0.892911;-0.268807;-0.361095;, + -0.551408;-0.149205;-0.820765;, + -0.341014;-0.130406;-0.930937;, + -0.747063;-0.662740; 0.050996;, + 0.001740;-0.999359; 0.035707;, + -0.001984;-0.493606; 0.869655;, + -0.220618;-0.255562; 0.941252;, + -0.892911;-0.268807;-0.361095;, + -0.884518;-0.320109;-0.339305;, + -0.096042;-0.134983; 0.986175;, + -0.551408;-0.149205;-0.820765;, + -0.268654;-0.738517;-0.618366;, + -0.736656;-0.483810;-0.472457;, + -0.341014;-0.130406;-0.930937;, + -0.068484;-0.262673;-0.962432;, + -0.096042;-0.134983; 0.986175;, + -0.220618;-0.255562; 0.941252;, + 0.547868; 0.253853; 0.797113;, + 0.491867; 0.131993; 0.860561;, + -0.068484;-0.262673;-0.962432;, + -0.341014;-0.130406;-0.930937;, + -0.011750; 0.057955;-0.998230;, + 0.093478; 0.003082;-0.995605;, + -0.000366;-0.249214;-0.968444;, + -0.068484;-0.262673;-0.962432;, + 0.093478; 0.003082;-0.995605;, + 0.001373;-0.057253;-0.998352;, + -0.341014;-0.130406;-0.930937;, + -0.551408;-0.149205;-0.820765;, + 0.749779; 0.228889; 0.620808;, + -0.011750; 0.057955;-0.998230;, + -0.551408;-0.149205;-0.820765;, + -0.096042;-0.134983; 0.986175;, + 0.491867; 0.131993; 0.860561;, + 0.749779; 0.228889; 0.620808;, + -0.410718;-0.481155; 0.774438;, + -0.218970; 0.071505; 0.973083;, + 0.166051;-0.200323; 0.965545;, + -0.309671;-0.619007; 0.721732;, + -0.790521;-0.524705; 0.315806;, + -0.834437; 0.534593; 0.133580;, + -0.218970; 0.071505; 0.973083;, + -0.410718;-0.481155; 0.774438;, + -0.328684;-0.600574;-0.728843;, + 0.392712; 0.007294;-0.919614;, + -0.287576; 0.319407;-0.902890;, + -0.506455;-0.551164;-0.663076;, + -0.274331;-0.950591; 0.145177;, + 0.904599;-0.411725; 0.110202;, + 0.392712; 0.007294;-0.919614;, + -0.328684;-0.600574;-0.728843;, + -0.309671;-0.619007; 0.721732;, + 0.166051;-0.200323; 0.965545;, + 0.904599;-0.411725; 0.110202;, + -0.274331;-0.950591; 0.145177;, + -0.506455;-0.551164;-0.663076;, + -0.287576; 0.319407;-0.902890;, + -0.834437; 0.534593; 0.133580;, + -0.790521;-0.524705; 0.315806;, + -0.874111; 0.455641; 0.168157;, + -0.863704; 0.494583; 0.096866;, + -0.975005;-0.163060; 0.150822;, + -0.964812;-0.200690; 0.169866;, + -0.964812;-0.200690; 0.169866;, + -0.975005;-0.163060; 0.150822;, + -0.519089;-0.852382; 0.062960;, + -0.558672;-0.827326; 0.058290;, + -0.237526;-0.964476;-0.115421;, + -0.142277;-0.968352;-0.205023;, + -0.170385;-0.982543;-0.074496;, + -0.332072;-0.941465;-0.057466;, + -0.323679; 0.938810; 0.117649;, + -0.317850; 0.937529;-0.141362;, + -0.863704; 0.494583; 0.096866;, + -0.874111; 0.455641; 0.168157;, + -0.033509;-0.992889;-0.113987;, + -0.519089;-0.852382; 0.062960;, + -0.483902;-0.875088;-0.005097;, + 0.234443;-0.966247;-0.106510;, + -0.323679; 0.938810; 0.117649;, + 0.324290; 0.939512;-0.109958;, + 0.494308; 0.782220;-0.379162;, + -0.317850; 0.937529;-0.141362;, + -0.416639; 0.876492; 0.241066;, + -0.553636; 0.823145; 0.126041;, + -0.086489; 0.995514; 0.037690;, + 0.138188; 0.972991; 0.184881;, + 0.226844;-0.850826;-0.473922;, + 0.850063;-0.496933;-0.174322;, + 0.964721; 0.182745;-0.189459;, + 0.787225; 0.148625;-0.598468;, + -0.237526;-0.964476;-0.115421;, + -0.033509;-0.992889;-0.113987;, + 0.226844;-0.850826;-0.473922;, + -0.142277;-0.968352;-0.205023;, + 0.234443;-0.966247;-0.106510;, + 0.850063;-0.496933;-0.174322;, + 0.226844;-0.850826;-0.473922;, + -0.033509;-0.992889;-0.113987;, + -0.323679; 0.938810; 0.117649;, + -0.416639; 0.876492; 0.241066;, + 0.138188; 0.972991; 0.184881;, + 0.324290; 0.939512;-0.109958;, + -0.553636; 0.823145; 0.126041;, + -0.644124; 0.764916; 0.002075;, + -0.251228; 0.967925; 0.001831;, + -0.086489; 0.995514; 0.037690;, + -0.941862; 0.335856; 0.008698;, + -0.520646; 0.847743;-0.100925;, + -0.251228; 0.967925; 0.001831;, + -0.644124; 0.764916; 0.002075;, + 0.000000;-0.992859;-0.119175;, + 0.000061;-0.993561;-0.113254;, + 0.468093;-0.872494;-0.139958;, + 0.437880;-0.868068;-0.233802;, + 0.468093;-0.872494;-0.139958;, + 0.000061;-0.993561;-0.113254;, + -0.000549;-0.947508;-0.319712;, + 0.414258;-0.884457;-0.214637;, + 0.185095;-0.982177; 0.032014;, + 0.000000;-0.998474; 0.055025;, + 0.000000;-0.992859;-0.119175;, + 0.437880;-0.868068;-0.233802;, + 0.024171;-0.744743; 0.666890;, + 0.081454;-0.379437; 0.921598;, + 0.000000;-0.375927; 0.926633;, + 0.000000;-0.639210; 0.769005;, + 0.222022;-0.770165; 0.597919;, + 0.220191;-0.877377; 0.426221;, + 0.000000;-0.885952; 0.463729;, + 0.000000;-0.733696; 0.679434;, + 0.024171;-0.744743; 0.666890;, + 0.000000;-0.639210; 0.769005;, + 0.000000;-0.998474; 0.055025;, + 0.185095;-0.982177; 0.032014;, + 0.000000;-0.375927; 0.926633;, + 0.081454;-0.379437; 0.921598;, + 0.222022;-0.770165; 0.597919;, + 0.000000;-0.733696; 0.679434;, + 0.000000;-0.323893;-0.946074;, + 0.000214;-0.880337;-0.474319;, + 0.596637;-0.693106;-0.404431;, + 0.437239;-0.267495;-0.858638;, + 0.423200;-0.177099;-0.888546;, + 0.000000;-0.222968;-0.974792;, + 0.000000;-0.323893;-0.946074;, + 0.437239;-0.267495;-0.858638;, + 0.769463;-0.500900;-0.396191;, + 0.747337;-0.662435; 0.051119;, + 0.001740;-0.999359; 0.035707;, + -0.000183;-0.776147;-0.630512;, + 0.246925;-0.650288; 0.718406;, + 0.000000;-0.687765; 0.725913;, + 0.000000;-0.885952; 0.463729;, + 0.220191;-0.877377; 0.426221;, + 0.000000;-0.687765; 0.725913;, + 0.246925;-0.650288; 0.718406;, + 0.259651;-0.449538; 0.854671;, + 0.000000;-0.469497; 0.882900;, + 0.200354;-0.228034; 0.952788;, + 0.124607; 0.031007; 0.991699;, + 0.000000; 0.029633; 0.999542;, + 0.000000;-0.234687; 0.972045;, + 0.124607; 0.031007; 0.991699;, + 0.157750; 0.357860; 0.920316;, + 0.000000; 0.368908; 0.929441;, + 0.000000; 0.029633; 0.999542;, + 0.285470; 0.949187; 0.132420;, + 0.265633; 0.954772;-0.133457;, + 0.000000; 0.992492;-0.122288;, + 0.000000; 0.986999; 0.160619;, + 0.249916; 0.725547; 0.641163;, + 0.292764; 0.878384; 0.377697;, + 0.000000; 0.919858; 0.392224;, + 0.000000; 0.745048; 0.666982;, + 0.157750; 0.357860; 0.920316;, + 0.249916; 0.725547; 0.641163;, + 0.000000; 0.745048; 0.666982;, + 0.000000; 0.368908; 0.929441;, + 0.292764; 0.878384; 0.377697;, + 0.285470; 0.949187; 0.132420;, + 0.000000; 0.986999; 0.160619;, + 0.000000; 0.919858; 0.392224;, + 0.259651;-0.449538; 0.854671;, + 0.200354;-0.228034; 0.952788;, + 0.000000;-0.234687; 0.972045;, + 0.000000;-0.469497; 0.882900;, + 0.000214;-0.880337;-0.474319;, + 0.004089;-0.976104; 0.217231;, + 0.335521;-0.907590; 0.252266;, + 0.596637;-0.693106;-0.404431;, + 0.004089;-0.976104; 0.217231;, + 0.000000;-0.911161; 0.412000;, + 0.061220;-0.874538; 0.481063;, + 0.335521;-0.907590; 0.252266;, + 0.000000; 0.984130; 0.177282;, + 0.114200; 0.973388; 0.198553;, + -0.026765; 0.944212; 0.328196;, + 0.000000; 0.956389; 0.292062;, + 0.000000; 0.956389; 0.292062;, + -0.026765; 0.944212; 0.328196;, + -0.055574; 0.966460; 0.250710;, + 0.000000; 0.975066; 0.221870;, + 0.000000; 0.995178; 0.097842;, + 0.048067; 0.995972; 0.075472;, + 0.197333; 0.978027;-0.067171;, + 0.000000; 0.999969; 0.004669;, + 0.197333; 0.978027;-0.067171;, + 0.273385; 0.934172;-0.229163;, + 0.000000; 0.989410;-0.144932;, + 0.000000; 0.999969; 0.004669;, + 0.072573;-0.994842;-0.070589;, + 0.000000;-0.998993;-0.044465;, + 0.000000;-0.999146;-0.041139;, + 0.135563;-0.989593;-0.047975;, + 0.135563;-0.989593;-0.047975;, + 0.000000;-0.999146;-0.041139;, + 0.000000;-0.999969; 0.004730;, + 0.144139;-0.989502;-0.008576;, + 0.144139;-0.989502;-0.008576;, + 0.000000;-0.999969; 0.004730;, + 0.000000;-0.998169;-0.059999;, + 0.170385;-0.982543;-0.074496;, + -0.129612; 0.973785; 0.186895;, + -0.295450; 0.948912;-0.110752;, + 0.027284; 0.998321;-0.050935;, + 0.002503; 0.993805; 0.111026;, + 0.006226;-0.994110; 0.108188;, + 0.093112;-0.928526; 0.359325;, + 0.000000;-0.937620; 0.347636;, + 0.000031;-0.988189; 0.153020;, + 0.000000; 0.975066; 0.221870;, + -0.055574; 0.966460; 0.250710;, + 0.048067; 0.995972; 0.075472;, + 0.000000; 0.995178; 0.097842;, + 0.072573;-0.994842;-0.070589;, + 0.006226;-0.994110; 0.108188;, + 0.000031;-0.988189; 0.153020;, + 0.000000;-0.998993;-0.044465;, + 0.747337;-0.662435; 0.051119;, + 0.221412;-0.255074; 0.941221;, + -0.001984;-0.493606; 0.869655;, + 0.001740;-0.999359; 0.035707;, + -0.000092;-0.696951;-0.717093;, + -0.000366;-0.249214;-0.968444;, + 0.068545;-0.262947;-0.962340;, + 0.268532;-0.738670;-0.618244;, + 0.221412;-0.255074; 0.941221;, + -0.547136; 0.253639; 0.797662;, + 0.002472; 0.390118; 0.920743;, + -0.001984;-0.493606; 0.869655;, + -0.000366;-0.249214;-0.968444;, + 0.001373;-0.057253;-0.998352;, + -0.092868; 0.002106;-0.995666;, + 0.068545;-0.262947;-0.962340;, + 0.142277;-0.968322;-0.205115;, + 0.170385;-0.982543;-0.074496;, + 0.000000;-0.998169;-0.059999;, + 0.000061;-0.982208;-0.187750;, + 0.005219;-0.377789;-0.925871;, + -0.761284; 0.146367;-0.631642;, + -0.224586;-0.850978;-0.474715;, + 0.001190;-0.864437;-0.502670;, + -0.761284; 0.146367;-0.631642;, + 0.005219;-0.377789;-0.925871;, + 0.054476; 0.604389;-0.794794;, + -0.465438; 0.790918;-0.397198;, + 0.086581; 0.995514; 0.037751;, + -0.129612; 0.973785; 0.186895;, + 0.002503; 0.993805; 0.111026;, + 0.000000; 0.999908;-0.013306;, + -0.414533;-0.884396;-0.214331;, + -0.268654;-0.738517;-0.618366;, + -0.000092;-0.696951;-0.717093;, + -0.000549;-0.947508;-0.319712;, + 0.000000;-0.992859;-0.119175;, + -0.437880;-0.868068;-0.233802;, + -0.468276;-0.872433;-0.139714;, + 0.000061;-0.993561;-0.113254;, + -0.468276;-0.872433;-0.139714;, + -0.414533;-0.884396;-0.214331;, + -0.000549;-0.947508;-0.319712;, + 0.000061;-0.993561;-0.113254;, + -0.185095;-0.982177; 0.032014;, + -0.437880;-0.868068;-0.233802;, + 0.000000;-0.992859;-0.119175;, + 0.000000;-0.998474; 0.055025;, + -0.222022;-0.770165; 0.597919;, + 0.000000;-0.733696; 0.679434;, + 0.000000;-0.885952; 0.463729;, + -0.220191;-0.877377; 0.426221;, + -0.423200;-0.177099;-0.888546;, + -0.437361;-0.267586;-0.858516;, + 0.000000;-0.323893;-0.946074;, + 0.000000;-0.222968;-0.974792;, + -0.423200;-0.177099;-0.888546;, + 0.000000;-0.222968;-0.974792;, + 0.000000;-0.532640;-0.846309;, + -0.692648;-0.324320;-0.644215;, + -0.000183;-0.776147;-0.630512;, + -0.769433;-0.501053;-0.396039;, + -0.692648;-0.324320;-0.644215;, + 0.000000;-0.532640;-0.846309;, + -0.769433;-0.501053;-0.396039;, + -0.000183;-0.776147;-0.630512;, + 0.001740;-0.999359; 0.035707;, + -0.747063;-0.662740; 0.050996;, + -0.246925;-0.650288; 0.718406;, + -0.220191;-0.877377; 0.426221;, + 0.000000;-0.885952; 0.463729;, + 0.000000;-0.687765; 0.725913;, + -0.265633; 0.954772;-0.133457;, + 0.000000; 0.992492;-0.122288;, + 0.000000; 0.996551;-0.082736;, + -0.194861; 0.978118;-0.072573;, + -0.285470; 0.949187; 0.132420;, + 0.000000; 0.986999; 0.160619;, + 0.000000; 0.992492;-0.122288;, + -0.265633; 0.954772;-0.133457;, + -0.249916; 0.725547; 0.641163;, + 0.000000; 0.745048; 0.666982;, + 0.000000; 0.919858; 0.392224;, + -0.292764; 0.878384; 0.377697;, + -0.292764; 0.878384; 0.377697;, + 0.000000; 0.919858; 0.392224;, + 0.000000; 0.986999; 0.160619;, + -0.285470; 0.949187; 0.132420;, + 0.000000; 0.996551;-0.082736;, + 0.000000; 0.984130; 0.177282;, + -0.114200; 0.973388; 0.198553;, + -0.194861; 0.978118;-0.072573;, + 0.004089;-0.976104; 0.217231;, + -0.332347;-0.908902; 0.251778;, + -0.060854;-0.874416; 0.481307;, + 0.000000;-0.911161; 0.412000;, + 0.000000; 0.984130; 0.177282;, + 0.000000; 0.956389; 0.292062;, + 0.026765; 0.944212; 0.328196;, + -0.114200; 0.973388; 0.198553;, + -0.197363; 0.977996;-0.067171;, + 0.000000; 0.999969; 0.004669;, + 0.000000; 0.989410;-0.144932;, + -0.273385; 0.934172;-0.229163;, + 0.000000; 0.976348;-0.216163;, + 0.000000; 0.997894;-0.064577;, + -0.520646; 0.847743;-0.100925;, + -0.433149; 0.869198;-0.238380;, + -0.072573;-0.994842;-0.070589;, + -0.135563;-0.989593;-0.047975;, + 0.000000;-0.999146;-0.041139;, + 0.000000;-0.998993;-0.044465;, + -0.135563;-0.989593;-0.047975;, + -0.144139;-0.989502;-0.008576;, + 0.000000;-0.999969; 0.004730;, + 0.000000;-0.999146;-0.041139;, + 0.138188; 0.972991; 0.184881;, + 0.002503; 0.993805; 0.111026;, + 0.027284; 0.998321;-0.050935;, + 0.324290; 0.939512;-0.109958;, + -0.006195;-0.994110; 0.108158;, + 0.000031;-0.988189; 0.153020;, + 0.000000;-0.937620; 0.347636;, + -0.093112;-0.928526; 0.359325;, + 0.000000; 0.989410;-0.144932;, + 0.000000; 0.976348;-0.216163;, + -0.433149; 0.869198;-0.238380;, + -0.273385; 0.934172;-0.229163;, + -0.093112;-0.928526; 0.359325;, + 0.000000;-0.937620; 0.347636;, + 0.000000;-0.911161; 0.412000;, + -0.060854;-0.874416; 0.481307;, + -0.000092;-0.696951;-0.717093;, + -0.268654;-0.738517;-0.618366;, + -0.068484;-0.262673;-0.962432;, + -0.000366;-0.249214;-0.968444;, + -0.220618;-0.255562; 0.941252;, + -0.001984;-0.493606; 0.869655;, + 0.002472; 0.390118; 0.920743;, + 0.547868; 0.253853; 0.797113;, + 0.324290; 0.939512;-0.109958;, + 0.027284; 0.998321;-0.050935;, + 0.054476; 0.604389;-0.794794;, + 0.494308; 0.782220;-0.379162;, + -0.142277;-0.968352;-0.205023;, + 0.000061;-0.982208;-0.187750;, + 0.000000;-0.998169;-0.059999;, + -0.170385;-0.982543;-0.074496;, + 0.005219;-0.377789;-0.925871;, + 0.001190;-0.864437;-0.502670;, + 0.226844;-0.850826;-0.473922;, + 0.787225; 0.148625;-0.598468;, + 0.787225; 0.148625;-0.598468;, + 0.494308; 0.782220;-0.379162;, + 0.054476; 0.604389;-0.794794;, + 0.005219;-0.377789;-0.925871;, + -0.086489; 0.995514; 0.037690;, + 0.000000; 0.999908;-0.013306;, + 0.002503; 0.993805; 0.111026;, + 0.138188; 0.972991; 0.184881;, + 0.226844;-0.850826;-0.473922;, + 0.001190;-0.864437;-0.502670;, + 0.000061;-0.982208;-0.187750;, + -0.142277;-0.968352;-0.205023;, + -0.520646; 0.847743;-0.100925;, + 0.000000; 0.997894;-0.064577;, + 0.000000; 0.999878; 0.013947;, + -0.251228; 0.967925; 0.001831;, + -0.251228; 0.967925; 0.001831;, + 0.000000; 0.999878; 0.013947;, + 0.000000; 0.999908;-0.013306;, + -0.086489; 0.995514; 0.037690;; + 730; + 4;3,2,1,0;, + 4;7,6,5,4;, + 4;11,10,9,8;, + 4;15,14,13,12;, + 4;19,18,17,16;, + 4;23,22,21,20;, + 4;27,26,25,24;, + 4;31,30,29,28;, + 4;35,34,33,32;, + 4;39,38,37,36;, + 4;43,42,41,40;, + 4;47,46,45,44;, + 4;51,50,49,48;, + 4;55,54,53,52;, + 4;59,58,57,56;, + 4;63,62,61,60;, + 4;67,66,65,64;, + 4;71,70,69,68;, + 4;75,74,73,72;, + 4;79,78,77,76;, + 4;83,82,81,80;, + 4;87,86,85,84;, + 4;91,90,89,88;, + 4;95,94,93,92;, + 4;99,98,97,96;, + 4;103,102,101,100;, + 4;107,106,105,104;, + 4;111,110,109,108;, + 4;115,114,113,112;, + 4;119,118,117,116;, + 4;123,122,121,120;, + 4;127,126,125,124;, + 4;131,130,129,128;, + 4;135,134,133,132;, + 4;139,138,137,136;, + 4;143,142,141,140;, + 4;147,146,145,144;, + 4;151,150,149,148;, + 4;155,154,153,152;, + 4;159,158,157,156;, + 4;163,162,161,160;, + 4;167,166,165,164;, + 4;171,170,169,168;, + 4;175,174,173,172;, + 4;179,178,177,176;, + 4;183,182,181,180;, + 4;187,186,185,184;, + 4;191,190,189,188;, + 4;195,194,193,192;, + 4;199,198,197,196;, + 4;203,202,201,200;, + 4;207,206,205,204;, + 4;211,210,209,208;, + 4;215,214,213,212;, + 4;219,218,217,216;, + 4;223,222,221,220;, + 4;227,226,225,224;, + 4;231,230,229,228;, + 4;235,234,233,232;, + 4;239,238,237,236;, + 4;243,242,241,240;, + 4;247,246,245,244;, + 4;251,250,249,248;, + 4;255,254,253,252;, + 4;259,258,257,256;, + 4;263,262,261,260;, + 4;267,266,265,264;, + 4;271,270,269,268;, + 4;275,274,273,272;, + 4;279,278,277,276;, + 4;283,282,281,280;, + 4;287,286,285,284;, + 4;291,290,289,288;, + 4;295,294,293,292;, + 4;299,298,297,296;, + 4;303,302,301,300;, + 4;307,306,305,304;, + 4;311,310,309,308;, + 4;315,314,313,312;, + 4;319,318,317,316;, + 4;323,322,321,320;, + 4;327,326,325,324;, + 4;331,330,329,328;, + 4;335,334,333,332;, + 4;339,338,337,336;, + 4;343,342,341,340;, + 4;347,346,345,344;, + 4;351,350,349,348;, + 4;355,354,353,352;, + 4;359,358,357,356;, + 4;363,362,361,360;, + 4;367,366,365,364;, + 4;371,370,369,368;, + 4;375,374,373,372;, + 4;379,378,377,376;, + 4;383,382,381,380;, + 4;387,386,385,384;, + 4;391,390,389,388;, + 4;395,394,393,392;, + 4;399,398,397,396;, + 4;403,402,401,400;, + 4;407,406,405,404;, + 4;411,410,409,408;, + 4;415,414,413,412;, + 4;419,418,417,416;, + 4;423,422,421,420;, + 4;427,426,425,424;, + 4;431,430,429,428;, + 4;435,434,433,432;, + 4;439,438,437,436;, + 4;443,442,441,440;, + 4;447,446,445,444;, + 4;451,450,449,448;, + 4;455,454,453,452;, + 4;459,458,457,456;, + 4;463,462,461,460;, + 4;467,466,465,464;, + 4;471,470,469,468;, + 4;475,474,473,472;, + 4;479,478,477,476;, + 4;483,482,481,480;, + 4;487,486,485,484;, + 4;491,490,489,488;, + 4;495,494,493,492;, + 4;499,498,497,496;, + 4;503,502,501,500;, + 4;507,506,505,504;, + 4;511,510,509,508;, + 4;515,514,513,512;, + 4;519,518,517,516;, + 4;523,522,521,520;, + 4;527,526,525,524;, + 4;531,530,529,528;, + 4;535,534,533,532;, + 4;539,538,537,536;, + 4;543,542,541,540;, + 4;547,546,545,544;, + 4;551,550,549,548;, + 4;555,554,553,552;, + 4;559,558,557,556;, + 4;563,562,561,560;, + 4;567,566,565,564;, + 4;571,570,569,568;, + 4;575,574,573,572;, + 4;579,578,577,576;, + 4;583,582,581,580;, + 4;587,586,585,584;, + 4;591,590,589,588;, + 4;595,594,593,592;, + 4;599,598,597,596;, + 4;603,602,601,600;, + 4;607,606,605,604;, + 4;611,610,609,608;, + 4;615,614,613,612;, + 4;619,618,617,616;, + 4;623,622,621,620;, + 4;627,626,625,624;, + 4;631,630,629,628;, + 4;635,634,633,632;, + 4;639,638,637,636;, + 4;643,642,641,640;, + 4;647,646,645,644;, + 4;651,650,649,648;, + 4;655,654,653,652;, + 4;659,658,657,656;, + 4;663,662,661,660;, + 4;667,666,665,664;, + 4;671,670,669,668;, + 4;675,674,673,672;, + 4;679,678,677,676;, + 4;683,682,681,680;, + 4;687,686,685,684;, + 4;691,690,689,688;, + 4;695,694,693,692;, + 4;699,698,697,696;, + 4;703,702,701,700;, + 4;707,706,705,704;, + 4;711,710,709,708;, + 4;715,714,713,712;, + 4;719,718,717,716;, + 4;723,722,721,720;, + 4;727,726,725,724;, + 4;731,730,729,728;, + 4;735,734,733,732;, + 4;739,738,737,736;, + 4;743,742,741,740;, + 4;747,746,745,744;, + 4;751,750,749,748;, + 4;755,754,753,752;, + 4;759,758,757,756;, + 4;763,762,761,760;, + 4;767,766,765,764;, + 4;771,770,769,768;, + 4;775,774,773,772;, + 4;779,778,777,776;, + 4;783,782,781,780;, + 4;787,786,785,784;, + 4;791,790,789,788;, + 4;795,794,793,792;, + 4;799,798,797,796;, + 4;803,802,801,800;, + 4;807,806,805,804;, + 4;811,810,809,808;, + 4;815,814,813,812;, + 4;819,818,817,816;, + 4;823,822,821,820;, + 4;827,826,825,824;, + 4;831,830,829,828;, + 4;835,834,833,832;, + 4;839,838,837,836;, + 4;843,842,841,840;, + 4;847,846,845,844;, + 4;851,850,849,848;, + 4;855,854,853,852;, + 4;859,858,857,856;, + 4;863,862,861,860;, + 4;867,866,865,864;, + 4;871,870,869,868;, + 4;875,874,873,872;, + 4;879,878,877,876;, + 4;883,882,881,880;, + 4;887,886,885,884;, + 4;891,890,889,888;, + 4;895,894,893,892;, + 4;899,898,897,896;, + 4;903,902,901,900;, + 4;907,906,905,904;, + 4;911,910,909,908;, + 4;915,914,913,912;, + 4;919,918,917,916;, + 4;923,922,921,920;, + 4;927,926,925,924;, + 4;931,930,929,928;, + 4;935,934,933,932;, + 4;939,938,937,936;, + 4;943,942,941,940;, + 4;947,946,945,944;, + 4;951,950,949,948;, + 4;955,954,953,952;, + 4;959,958,957,956;, + 4;963,962,961,960;, + 4;967,966,965,964;, + 4;971,970,969,968;, + 4;975,974,973,972;, + 4;979,978,977,976;, + 4;983,982,981,980;, + 4;987,986,985,984;, + 4;991,990,989,988;, + 4;995,994,993,992;, + 4;999,998,997,996;, + 4;1003,1002,1001,1000;, + 4;1007,1006,1005,1004;, + 4;1011,1010,1009,1008;, + 4;1015,1014,1013,1012;, + 4;1019,1018,1017,1016;, + 4;1023,1022,1021,1020;, + 4;1027,1026,1025,1024;, + 4;1031,1030,1029,1028;, + 4;1035,1034,1033,1032;, + 4;1039,1038,1037,1036;, + 4;1043,1042,1041,1040;, + 4;1047,1046,1045,1044;, + 4;1051,1050,1049,1048;, + 4;1055,1054,1053,1052;, + 4;1059,1058,1057,1056;, + 4;1063,1062,1061,1060;, + 4;1067,1066,1065,1064;, + 4;1071,1070,1069,1068;, + 4;1075,1074,1073,1072;, + 4;1079,1078,1077,1076;, + 4;1083,1082,1081,1080;, + 4;1087,1086,1085,1084;, + 4;1091,1090,1089,1088;, + 4;1095,1094,1093,1092;, + 4;1099,1098,1097,1096;, + 4;1103,1102,1101,1100;, + 4;1107,1106,1105,1104;, + 4;1111,1110,1109,1108;, + 4;1115,1114,1113,1112;, + 4;1119,1118,1117,1116;, + 4;1123,1122,1121,1120;, + 4;1127,1126,1125,1124;, + 4;1131,1130,1129,1128;, + 4;1135,1134,1133,1132;, + 4;1139,1138,1137,1136;, + 4;1143,1142,1141,1140;, + 4;1147,1146,1145,1144;, + 4;1151,1150,1149,1148;, + 4;1155,1154,1153,1152;, + 4;1159,1158,1157,1156;, + 4;1163,1162,1161,1160;, + 4;1167,1166,1165,1164;, + 4;1171,1170,1169,1168;, + 4;1175,1174,1173,1172;, + 4;1179,1178,1177,1176;, + 4;1183,1182,1181,1180;, + 4;1187,1186,1185,1184;, + 4;1191,1190,1189,1188;, + 4;1195,1194,1193,1192;, + 4;1199,1198,1197,1196;, + 4;1203,1202,1201,1200;, + 4;1207,1206,1205,1204;, + 4;1211,1210,1209,1208;, + 4;1215,1214,1213,1212;, + 4;1219,1218,1217,1216;, + 4;1223,1222,1221,1220;, + 4;1227,1226,1225,1224;, + 4;1231,1230,1229,1228;, + 4;1235,1234,1233,1232;, + 4;1239,1238,1237,1236;, + 4;1243,1242,1241,1240;, + 4;1247,1246,1245,1244;, + 4;1251,1250,1249,1248;, + 4;1255,1254,1253,1252;, + 4;1259,1258,1257,1256;, + 4;1263,1262,1261,1260;, + 4;1267,1266,1265,1264;, + 4;1271,1270,1269,1268;, + 4;1275,1274,1273,1272;, + 4;1279,1278,1277,1276;, + 4;1283,1282,1281,1280;, + 4;1287,1286,1285,1284;, + 4;1291,1290,1289,1288;, + 4;1295,1294,1293,1292;, + 4;1299,1298,1297,1296;, + 4;1303,1302,1301,1300;, + 4;1307,1306,1305,1304;, + 4;1311,1310,1309,1308;, + 4;1315,1314,1313,1312;, + 4;1319,1318,1317,1316;, + 4;1323,1322,1321,1320;, + 4;1327,1326,1325,1324;, + 4;1331,1330,1329,1328;, + 4;1335,1334,1333,1332;, + 4;1339,1338,1337,1336;, + 4;1343,1342,1341,1340;, + 4;1347,1346,1345,1344;, + 4;1351,1350,1349,1348;, + 4;1355,1354,1353,1352;, + 4;1359,1358,1357,1356;, + 4;1363,1362,1361,1360;, + 4;1367,1366,1365,1364;, + 4;1371,1370,1369,1368;, + 4;1375,1374,1373,1372;, + 4;1379,1378,1377,1376;, + 4;1383,1382,1381,1380;, + 4;1387,1386,1385,1384;, + 4;1391,1390,1389,1388;, + 4;1395,1394,1393,1392;, + 4;1399,1398,1397,1396;, + 4;1403,1402,1401,1400;, + 4;1407,1406,1405,1404;, + 4;1411,1410,1409,1408;, + 4;1415,1414,1413,1412;, + 4;1419,1418,1417,1416;, + 4;1423,1422,1421,1420;, + 4;1427,1426,1425,1424;, + 4;1431,1430,1429,1428;, + 4;1435,1434,1433,1432;, + 4;1439,1438,1437,1436;, + 4;1443,1442,1441,1440;, + 4;1447,1446,1445,1444;, + 4;1451,1450,1449,1448;, + 4;1455,1454,1453,1452;, + 4;1459,1458,1457,1456;, + 4;1463,1462,1461,1460;, + 4;1467,1466,1465,1464;, + 4;1471,1470,1469,1468;, + 4;1475,1474,1473,1472;, + 4;1479,1478,1477,1476;, + 4;1483,1482,1481,1480;, + 4;1487,1486,1485,1484;, + 4;1491,1490,1489,1488;, + 4;1495,1494,1493,1492;, + 4;1499,1498,1497,1496;, + 4;1503,1502,1501,1500;, + 4;1507,1506,1505,1504;, + 4;1511,1510,1509,1508;, + 4;1515,1514,1513,1512;, + 4;1519,1518,1517,1516;, + 4;1523,1522,1521,1520;, + 4;1527,1526,1525,1524;, + 4;1531,1530,1529,1528;, + 4;1535,1534,1533,1532;, + 4;1539,1538,1537,1536;, + 4;1543,1542,1541,1540;, + 4;1547,1546,1545,1544;, + 4;1551,1550,1549,1548;, + 4;1555,1554,1553,1552;, + 4;1559,1558,1557,1556;, + 4;1563,1562,1561,1560;, + 4;1567,1566,1565,1564;, + 4;1571,1570,1569,1568;, + 4;1575,1574,1573,1572;, + 4;1579,1578,1577,1576;, + 4;1583,1582,1581,1580;, + 4;1587,1586,1585,1584;, + 4;1591,1590,1589,1588;, + 4;1595,1594,1593,1592;, + 4;1599,1598,1597,1596;, + 4;1603,1602,1601,1600;, + 4;1607,1606,1605,1604;, + 4;1611,1610,1609,1608;, + 4;1615,1614,1613,1612;, + 4;1619,1618,1617,1616;, + 4;1623,1622,1621,1620;, + 4;1627,1626,1625,1624;, + 4;1631,1630,1629,1628;, + 4;1635,1634,1633,1632;, + 4;1639,1638,1637,1636;, + 4;1643,1642,1641,1640;, + 4;1647,1646,1645,1644;, + 4;1651,1650,1649,1648;, + 4;1655,1654,1653,1652;, + 4;1659,1658,1657,1656;, + 4;1663,1662,1661,1660;, + 4;1667,1666,1665,1664;, + 4;1671,1670,1669,1668;, + 4;1675,1674,1673,1672;, + 4;1679,1678,1677,1676;, + 4;1683,1682,1681,1680;, + 4;1687,1686,1685,1684;, + 4;1691,1690,1689,1688;, + 4;1695,1694,1693,1692;, + 4;1699,1698,1697,1696;, + 4;1703,1702,1701,1700;, + 4;1707,1706,1705,1704;, + 4;1711,1710,1709,1708;, + 4;1715,1714,1713,1712;, + 4;1719,1718,1717,1716;, + 4;1723,1722,1721,1720;, + 4;1727,1726,1725,1724;, + 4;1731,1730,1729,1728;, + 4;1735,1734,1733,1732;, + 4;1739,1738,1737,1736;, + 4;1743,1742,1741,1740;, + 4;1747,1746,1745,1744;, + 4;1751,1750,1749,1748;, + 4;1755,1754,1753,1752;, + 4;1759,1758,1757,1756;, + 4;1763,1762,1761,1760;, + 4;1767,1766,1765,1764;, + 4;1771,1770,1769,1768;, + 4;1775,1774,1773,1772;, + 4;1779,1778,1777,1776;, + 4;1783,1782,1781,1780;, + 4;1787,1786,1785,1784;, + 4;1791,1790,1789,1788;, + 4;1795,1794,1793,1792;, + 4;1799,1798,1797,1796;, + 4;1803,1802,1801,1800;, + 4;1807,1806,1805,1804;, + 4;1811,1810,1809,1808;, + 4;1815,1814,1813,1812;, + 4;1819,1818,1817,1816;, + 4;1823,1822,1821,1820;, + 4;1827,1826,1825,1824;, + 4;1831,1830,1829,1828;, + 4;1835,1834,1833,1832;, + 4;1839,1838,1837,1836;, + 4;1843,1842,1841,1840;, + 4;1847,1846,1845,1844;, + 4;1851,1850,1849,1848;, + 4;1855,1854,1853,1852;, + 4;1859,1858,1857,1856;, + 4;1863,1862,1861,1860;, + 4;1867,1866,1865,1864;, + 4;1871,1870,1869,1868;, + 4;1875,1874,1873,1872;, + 4;1879,1878,1877,1876;, + 4;1883,1882,1881,1880;, + 4;1887,1886,1885,1884;, + 4;1891,1890,1889,1888;, + 4;1895,1894,1893,1892;, + 4;1899,1898,1897,1896;, + 4;1903,1902,1901,1900;, + 4;1907,1906,1905,1904;, + 4;1911,1910,1909,1908;, + 4;1915,1914,1913,1912;, + 4;1919,1918,1917,1916;, + 4;1923,1922,1921,1920;, + 4;1927,1926,1925,1924;, + 4;1931,1930,1929,1928;, + 4;1935,1934,1933,1932;, + 4;1939,1938,1937,1936;, + 4;1943,1942,1941,1940;, + 4;1947,1946,1945,1944;, + 4;1951,1950,1949,1948;, + 4;1955,1954,1953,1952;, + 4;1959,1958,1957,1956;, + 4;1963,1962,1961,1960;, + 4;1967,1966,1965,1964;, + 4;1971,1970,1969,1968;, + 4;1975,1974,1973,1972;, + 4;1979,1978,1977,1976;, + 4;1983,1982,1981,1980;, + 4;1987,1986,1985,1984;, + 4;1991,1990,1989,1988;, + 4;1995,1994,1993,1992;, + 4;1999,1998,1997,1996;, + 4;2003,2002,2001,2000;, + 4;2007,2006,2005,2004;, + 4;2011,2010,2009,2008;, + 4;2015,2014,2013,2012;, + 4;2019,2018,2017,2016;, + 4;2023,2022,2021,2020;, + 4;2027,2026,2025,2024;, + 4;2031,2030,2029,2028;, + 4;2035,2034,2033,2032;, + 4;2039,2038,2037,2036;, + 4;2043,2042,2041,2040;, + 4;2047,2046,2045,2044;, + 4;2051,2050,2049,2048;, + 4;2055,2054,2053,2052;, + 4;2059,2058,2057,2056;, + 4;2063,2062,2061,2060;, + 4;2067,2066,2065,2064;, + 4;2071,2070,2069,2068;, + 4;2075,2074,2073,2072;, + 4;2079,2078,2077,2076;, + 4;2083,2082,2081,2080;, + 4;2087,2086,2085,2084;, + 4;2091,2090,2089,2088;, + 4;2095,2094,2093,2092;, + 4;2099,2098,2097,2096;, + 4;2103,2102,2101,2100;, + 4;2107,2106,2105,2104;, + 4;2111,2110,2109,2108;, + 4;2115,2114,2113,2112;, + 4;2119,2118,2117,2116;, + 4;2123,2122,2121,2120;, + 4;2127,2126,2125,2124;, + 4;2131,2130,2129,2128;, + 4;2135,2134,2133,2132;, + 4;2139,2138,2137,2136;, + 4;2143,2142,2141,2140;, + 4;2147,2146,2145,2144;, + 4;2151,2150,2149,2148;, + 4;2155,2154,2153,2152;, + 4;2159,2158,2157,2156;, + 4;2163,2162,2161,2160;, + 4;2167,2166,2165,2164;, + 4;2171,2170,2169,2168;, + 4;2175,2174,2173,2172;, + 4;2179,2178,2177,2176;, + 4;2183,2182,2181,2180;, + 4;2187,2186,2185,2184;, + 4;2191,2190,2189,2188;, + 4;2195,2194,2193,2192;, + 4;2199,2198,2197,2196;, + 4;2203,2202,2201,2200;, + 4;2207,2206,2205,2204;, + 4;2211,2210,2209,2208;, + 4;2215,2214,2213,2212;, + 4;2219,2218,2217,2216;, + 4;2223,2222,2221,2220;, + 4;2227,2226,2225,2224;, + 4;2231,2230,2229,2228;, + 4;2235,2234,2233,2232;, + 4;2239,2238,2237,2236;, + 4;2243,2242,2241,2240;, + 4;2247,2246,2245,2244;, + 4;2251,2250,2249,2248;, + 4;2255,2254,2253,2252;, + 4;2259,2258,2257,2256;, + 4;2263,2262,2261,2260;, + 4;2267,2266,2265,2264;, + 4;2271,2270,2269,2268;, + 4;2275,2274,2273,2272;, + 4;2279,2278,2277,2276;, + 4;2283,2282,2281,2280;, + 4;2287,2286,2285,2284;, + 4;2291,2290,2289,2288;, + 4;2295,2294,2293,2292;, + 4;2299,2298,2297,2296;, + 4;2303,2302,2301,2300;, + 4;2307,2306,2305,2304;, + 4;2311,2310,2309,2308;, + 4;2315,2314,2313,2312;, + 4;2319,2318,2317,2316;, + 4;2323,2322,2321,2320;, + 4;2327,2326,2325,2324;, + 4;2331,2330,2329,2328;, + 4;2335,2334,2333,2332;, + 4;2339,2338,2337,2336;, + 4;2343,2342,2341,2340;, + 4;2347,2346,2345,2344;, + 4;2351,2350,2349,2348;, + 4;2355,2354,2353,2352;, + 4;2359,2358,2357,2356;, + 4;2363,2362,2361,2360;, + 4;2367,2366,2365,2364;, + 4;2371,2370,2369,2368;, + 4;2375,2374,2373,2372;, + 4;2379,2378,2377,2376;, + 4;2383,2382,2381,2380;, + 4;2387,2386,2385,2384;, + 4;2391,2390,2389,2388;, + 4;2395,2394,2393,2392;, + 4;2399,2398,2397,2396;, + 4;2403,2402,2401,2400;, + 4;2407,2406,2405,2404;, + 4;2411,2410,2409,2408;, + 4;2415,2414,2413,2412;, + 4;2419,2418,2417,2416;, + 4;2423,2422,2421,2420;, + 4;2427,2426,2425,2424;, + 4;2431,2430,2429,2428;, + 4;2435,2434,2433,2432;, + 4;2439,2438,2437,2436;, + 4;2443,2442,2441,2440;, + 4;2447,2446,2445,2444;, + 4;2451,2450,2449,2448;, + 4;2455,2454,2453,2452;, + 4;2459,2458,2457,2456;, + 4;2463,2462,2461,2460;, + 4;2467,2466,2465,2464;, + 4;2471,2470,2469,2468;, + 4;2475,2474,2473,2472;, + 4;2479,2478,2477,2476;, + 4;2483,2482,2481,2480;, + 4;2487,2486,2485,2484;, + 4;2491,2490,2489,2488;, + 4;2495,2494,2493,2492;, + 4;2499,2498,2497,2496;, + 4;2503,2502,2501,2500;, + 4;2507,2506,2505,2504;, + 4;2511,2510,2509,2508;, + 4;2515,2514,2513,2512;, + 4;2519,2518,2517,2516;, + 4;2523,2522,2521,2520;, + 4;2527,2526,2525,2524;, + 4;2531,2530,2529,2528;, + 4;2535,2534,2533,2532;, + 4;2539,2538,2537,2536;, + 4;2543,2542,2541,2540;, + 4;2547,2546,2545,2544;, + 4;2551,2550,2549,2548;, + 4;2555,2554,2553,2552;, + 4;2559,2558,2557,2556;, + 4;2563,2562,2561,2560;, + 4;2567,2566,2565,2564;, + 4;2571,2570,2569,2568;, + 4;2575,2574,2573,2572;, + 4;2579,2578,2577,2576;, + 4;2583,2582,2581,2580;, + 4;2587,2586,2585,2584;, + 4;2591,2590,2589,2588;, + 4;2595,2594,2593,2592;, + 4;2599,2598,2597,2596;, + 4;2603,2602,2601,2600;, + 4;2607,2606,2605,2604;, + 4;2611,2610,2609,2608;, + 4;2615,2614,2613,2612;, + 4;2619,2618,2617,2616;, + 4;2623,2622,2621,2620;, + 4;2627,2626,2625,2624;, + 4;2631,2630,2629,2628;, + 4;2635,2634,2633,2632;, + 4;2639,2638,2637,2636;, + 4;2643,2642,2641,2640;, + 4;2647,2646,2645,2644;, + 4;2651,2650,2649,2648;, + 4;2655,2654,2653,2652;, + 4;2659,2658,2657,2656;, + 4;2663,2662,2661,2660;, + 4;2667,2666,2665,2664;, + 4;2671,2670,2669,2668;, + 4;2675,2674,2673,2672;, + 4;2679,2678,2677,2676;, + 4;2683,2682,2681,2680;, + 4;2687,2686,2685,2684;, + 4;2691,2690,2689,2688;, + 4;2695,2694,2693,2692;, + 4;2699,2698,2697,2696;, + 4;2703,2702,2701,2700;, + 4;2707,2706,2705,2704;, + 4;2711,2710,2709,2708;, + 4;2715,2714,2713,2712;, + 4;2719,2718,2717,2716;, + 4;2723,2722,2721,2720;, + 4;2727,2726,2725,2724;, + 4;2731,2730,2729,2728;, + 4;2735,2734,2733,2732;, + 4;2739,2738,2737,2736;, + 4;2743,2742,2741,2740;, + 4;2747,2746,2745,2744;, + 4;2751,2750,2749,2748;, + 4;2755,2754,2753,2752;, + 4;2759,2758,2757,2756;, + 4;2763,2762,2761,2760;, + 4;2767,2766,2765,2764;, + 4;2771,2770,2769,2768;, + 4;2775,2774,2773,2772;, + 4;2779,2778,2777,2776;, + 4;2783,2782,2781,2780;, + 4;2787,2786,2785,2784;, + 4;2791,2790,2789,2788;, + 4;2795,2794,2793,2792;, + 4;2799,2798,2797,2796;, + 4;2803,2802,2801,2800;, + 4;2807,2806,2805,2804;, + 4;2811,2810,2809,2808;, + 4;2815,2814,2813,2812;, + 4;2819,2818,2817,2816;, + 4;2823,2822,2821,2820;, + 4;2827,2826,2825,2824;, + 4;2831,2830,2829,2828;, + 4;2835,2834,2833,2832;, + 4;2839,2838,2837,2836;, + 4;2843,2842,2841,2840;, + 4;2847,2846,2845,2844;, + 4;2851,2850,2849,2848;, + 4;2855,2854,2853,2852;, + 4;2859,2858,2857,2856;, + 4;2863,2862,2861,2860;, + 4;2867,2866,2865,2864;, + 4;2871,2870,2869,2868;, + 4;2875,2874,2873,2872;, + 4;2879,2878,2877,2876;, + 4;2883,2882,2881,2880;, + 4;2887,2886,2885,2884;, + 4;2891,2890,2889,2888;, + 4;2895,2894,2893,2892;, + 4;2899,2898,2897,2896;, + 4;2903,2902,2901,2900;, + 4;2907,2906,2905,2904;, + 4;2911,2910,2909,2908;, + 4;2915,2914,2913,2912;, + 4;2919,2918,2917,2916;; + } // End of wolfwoman_proxy741 normals + MeshTextureCoords { // wolfwoman_proxy741 UV coordinates + 2920; + 0.835800; 0.487300;, + 0.827800; 0.495300;, + 0.841500; 0.500100;, + 0.840100; 0.493100;, + 0.827800; 0.495300;, + 0.835800; 0.487300;, + 0.834800; 0.478100;, + 0.824900; 0.472800;, + 0.820300; 0.502200;, + 0.827800; 0.495300;, + 0.824900; 0.472800;, + 0.820900; 0.466900;, + 0.820300; 0.502200;, + 0.820900; 0.466900;, + 0.799100; 0.460400;, + 0.797100; 0.495200;, + 0.820900; 0.466900;, + 0.824900; 0.472800;, + 0.836200; 0.458700;, + 0.827300; 0.450200;, + 0.820900; 0.466900;, + 0.827300; 0.450200;, + 0.805000; 0.434400;, + 0.799100; 0.460400;, + 0.805000; 0.434400;, + 0.827300; 0.450200;, + 0.839800; 0.419900;, + 0.816600; 0.401900;, + 0.836200; 0.458700;, + 0.861300; 0.435400;, + 0.839800; 0.419900;, + 0.827300; 0.450200;, + 0.824900; 0.472800;, + 0.834800; 0.478100;, + 0.838500; 0.471400;, + 0.836200; 0.458700;, + 0.816600; 0.401900;, + 0.827400; 0.378400;, + 0.816500; 0.364300;, + 0.786700; 0.368900;, + 0.817500; 0.345100;, + 0.803000; 0.329300;, + 0.786700; 0.368900;, + 0.816500; 0.364300;, + 0.876100; 0.473900;, + 0.853400; 0.475200;, + 0.850600; 0.492000;, + 0.865600; 0.494700;, + 0.816600; 0.401900;, + 0.839800; 0.419900;, + 0.854800; 0.393900;, + 0.827400; 0.378400;, + 0.841800; 0.366500;, + 0.854800; 0.393900;, + 0.868900; 0.382100;, + 0.852100; 0.366700;, + 0.854800; 0.393900;, + 0.841800; 0.366500;, + 0.835600; 0.368800;, + 0.827400; 0.378400;, + 0.835000; 0.341800;, + 0.827300; 0.316500;, + 0.803000; 0.329300;, + 0.817500; 0.345100;, + 0.854800; 0.393900;, + 0.839800; 0.419900;, + 0.861300; 0.435400;, + 0.881000; 0.425700;, + 0.872900; 0.497700;, + 0.878900; 0.501600;, + 0.883600; 0.498400;, + 0.886400; 0.484200;, + 0.886400; 0.484200;, + 0.883600; 0.498400;, + 0.888000; 0.498200;, + 0.898800; 0.479800;, + 0.886100; 0.511000;, + 0.887200; 0.516800;, + 0.895900; 0.517100;, + 0.894700; 0.511200;, + 0.888000; 0.498200;, + 0.886100; 0.511000;, + 0.894700; 0.511200;, + 0.899500; 0.503400;, + 0.844100; 0.479500;, + 0.843800; 0.486900;, + 0.850600; 0.492000;, + 0.853400; 0.475200;, + 0.841500; 0.500100;, + 0.850600; 0.492000;, + 0.843800; 0.486900;, + 0.840100; 0.493100;, + 0.913200; 0.449500;, + 0.899800; 0.417500;, + 0.881000; 0.425700;, + 0.891100; 0.461000;, + 0.891100; 0.461000;, + 0.876100; 0.473900;, + 0.886400; 0.484200;, + 0.898800; 0.479800;, + 0.861300; 0.435400;, + 0.876100; 0.473900;, + 0.891100; 0.461000;, + 0.881000; 0.425700;, + 0.836200; 0.458700;, + 0.853400; 0.475200;, + 0.876100; 0.473900;, + 0.861300; 0.435400;, + 0.853400; 0.475200;, + 0.836200; 0.458700;, + 0.838500; 0.471400;, + 0.844100; 0.479500;, + 0.854800; 0.393900;, + 0.881000; 0.425700;, + 0.899800; 0.417500;, + 0.868900; 0.382100;, + 0.868900; 0.382100;, + 0.884800; 0.365500;, + 0.860800; 0.345700;, + 0.852100; 0.366700;, + 0.835000; 0.341800;, + 0.841800; 0.366500;, + 0.852100; 0.366700;, + 0.860800; 0.345700;, + 0.841800; 0.366500;, + 0.835000; 0.341800;, + 0.817500; 0.345100;, + 0.835600; 0.368800;, + 0.816500; 0.364300;, + 0.827400; 0.378400;, + 0.835600; 0.368800;, + 0.817500; 0.345100;, + 0.827300; 0.316500;, + 0.835000; 0.341800;, + 0.860800; 0.345700;, + 0.903000; 0.311000;, + 0.884800; 0.365500;, + 0.912200; 0.344700;, + 0.903000; 0.311000;, + 0.860800; 0.345700;, + 0.786700; 0.368900;, + 0.803000; 0.329300;, + 0.792500; 0.306500;, + 0.765900; 0.347500;, + 0.765900; 0.347500;, + 0.792500; 0.306500;, + 0.770100; 0.276300;, + 0.733700; 0.307400;, + 0.733700; 0.307400;, + 0.770100; 0.276300;, + 0.752800; 0.251900;, + 0.710400; 0.281800;, + 0.816600; 0.401900;, + 0.786700; 0.368900;, + 0.780900; 0.418900;, + 0.805000; 0.434400;, + 0.884800; 0.365500;, + 0.868900; 0.382100;, + 0.899800; 0.417500;, + 0.924400; 0.406200;, + 0.913200; 0.449500;, + 0.936100; 0.440400;, + 0.924400; 0.406200;, + 0.899800; 0.417500;, + 0.916700; 0.482600;, + 0.940900; 0.474900;, + 0.936100; 0.440400;, + 0.913200; 0.449500;, + 0.916700; 0.482600;, + 0.913200; 0.449500;, + 0.891100; 0.461000;, + 0.898800; 0.479800;, + 0.905900; 0.496300;, + 0.911600; 0.494100;, + 0.916700; 0.482600;, + 0.898800; 0.479800;, + 0.888000; 0.498200;, + 0.899500; 0.503400;, + 0.905900; 0.496300;, + 0.898800; 0.479800;, + 0.916700; 0.482600;, + 0.911600; 0.494100;, + 0.921500; 0.502000;, + 0.933400; 0.495100;, + 0.881900; 0.232100;, + 0.892600; 0.266100;, + 0.936700; 0.254000;, + 0.929500; 0.232300;, + 0.903000; 0.311000;, + 0.912200; 0.344700;, + 0.962100; 0.316100;, + 0.947900; 0.282600;, + 0.883600; 0.498400;, + 0.883900; 0.510900;, + 0.886100; 0.511000;, + 0.888000; 0.498200;, + 0.878900; 0.501600;, + 0.880300; 0.511600;, + 0.883900; 0.510900;, + 0.883600; 0.498400;, + 0.874400; 0.508400;, + 0.874400; 0.513800;, + 0.880300; 0.511600;, + 0.878900; 0.501600;, + 0.872900; 0.497700;, + 0.865600; 0.494700;, + 0.857500; 0.502500;, + 0.866800; 0.506500;, + 0.866800; 0.506500;, + 0.874400; 0.508400;, + 0.878900; 0.501600;, + 0.872900; 0.497700;, + 0.850600; 0.492000;, + 0.841500; 0.500100;, + 0.857500; 0.502500;, + 0.865600; 0.494700;, + 0.865600; 0.494700;, + 0.872900; 0.497700;, + 0.886400; 0.484200;, + 0.876100; 0.473900;, + 0.827800; 0.495300;, + 0.820300; 0.502200;, + 0.837000; 0.508600;, + 0.841500; 0.500100;, + 0.841500; 0.500100;, + 0.837000; 0.508600;, + 0.854300; 0.511100;, + 0.857500; 0.502500;, + 0.857500; 0.502500;, + 0.854300; 0.511100;, + 0.866200; 0.513200;, + 0.866800; 0.506500;, + 0.874400; 0.513800;, + 0.874400; 0.508400;, + 0.866800; 0.506500;, + 0.866200; 0.513200;, + 0.942700; 0.493600;, + 0.940900; 0.474900;, + 0.916700; 0.482600;, + 0.933400; 0.495100;, + 0.414100; 0.050000;, + 0.401600; 0.052600;, + 0.412500; 0.065600;, + 0.425300; 0.061300;, + 0.924400; 0.406200;, + 0.936100; 0.440400;, + 0.961100; 0.427000;, + 0.935400; 0.389200;, + 0.884800; 0.365500;, + 0.924400; 0.406200;, + 0.935400; 0.389200;, + 0.912200; 0.344700;, + 0.942700; 0.493600;, + 0.952700; 0.492700;, + 0.951900; 0.478800;, + 0.940900; 0.474900;, + 0.961100; 0.427000;, + 0.936100; 0.440400;, + 0.940900; 0.474900;, + 0.951900; 0.478800;, + 0.952700; 0.492700;, + 0.942700; 0.493600;, + 0.945800; 0.516800;, + 0.955000; 0.516800;, + 0.961100; 0.427000;, + 0.951900; 0.478800;, + 0.952700; 0.492700;, + 0.984300; 0.470800;, + 0.936700; 0.516800;, + 0.945800; 0.516800;, + 0.942700; 0.493600;, + 0.933400; 0.495100;, + 0.827300; 0.316500;, + 0.903000; 0.311000;, + 0.892600; 0.266100;, + 0.817400; 0.290200;, + 0.817400; 0.290200;, + 0.892600; 0.266100;, + 0.881900; 0.232100;, + 0.800000; 0.256800;, + 0.401600; 0.052600;, + 0.387500; 0.050000;, + 0.398200; 0.070200;, + 0.412500; 0.065600;, + 0.426500; 0.042800;, + 0.414100; 0.050000;, + 0.425300; 0.061300;, + 0.435800; 0.058400;, + 0.947900; 0.282600;, + 0.936700; 0.254000;, + 0.892600; 0.266100;, + 0.903000; 0.311000;, + 0.827300; 0.316500;, + 0.817400; 0.290200;, + 0.792500; 0.306500;, + 0.803000; 0.329300;, + 0.792500; 0.306500;, + 0.817400; 0.290200;, + 0.800000; 0.256800;, + 0.770100; 0.276300;, + 0.765900; 0.347500;, + 0.752800; 0.391200;, + 0.780900; 0.418900;, + 0.786700; 0.368900;, + 0.765000; 0.484600;, + 0.797100; 0.495200;, + 0.799100; 0.460400;, + 0.771300; 0.448300;, + 0.771300; 0.448300;, + 0.799100; 0.460400;, + 0.805000; 0.434400;, + 0.780900; 0.418900;, + 0.733700; 0.307400;, + 0.709700; 0.351400;, + 0.752800; 0.391200;, + 0.765900; 0.347500;, + 0.710400; 0.281800;, + 0.672200; 0.338400;, + 0.709700; 0.351400;, + 0.733700; 0.307400;, + 0.771300; 0.448300;, + 0.780900; 0.418900;, + 0.752800; 0.391200;, + 0.743000; 0.427400;, + 0.743000; 0.427400;, + 0.752800; 0.391200;, + 0.709700; 0.351400;, + 0.702600; 0.385400;, + 0.725900; 0.467100;, + 0.743000; 0.427400;, + 0.702600; 0.385400;, + 0.675400; 0.409400;, + 0.725900; 0.467100;, + 0.765000; 0.484600;, + 0.771300; 0.448300;, + 0.743000; 0.427400;, + 0.702600; 0.385400;, + 0.709700; 0.351400;, + 0.672200; 0.338400;, + 0.675400; 0.409400;, + 0.929500; 0.232300;, + 0.923900; 0.209400;, + 0.876300; 0.215800;, + 0.881900; 0.232100;, + 0.790600; 0.233800;, + 0.800000; 0.256800;, + 0.881900; 0.232100;, + 0.876300; 0.215800;, + 0.770100; 0.276300;, + 0.800000; 0.256800;, + 0.790600; 0.233800;, + 0.752800; 0.251900;, + 0.876300; 0.215800;, + 0.923900; 0.209400;, + 0.918600; 0.183700;, + 0.870300; 0.189400;, + 0.425300; 0.061300;, + 0.412500; 0.065600;, + 0.432800; 0.104600;, + 0.446200; 0.092200;, + 0.412500; 0.065600;, + 0.398200; 0.070200;, + 0.405700; 0.119300;, + 0.432800; 0.104600;, + 0.453000; 0.047100;, + 0.445900; 0.052200;, + 0.462700; 0.066400;, + 0.466200; 0.059300;, + 0.445900; 0.052200;, + 0.435800; 0.058400;, + 0.459200; 0.076600;, + 0.462700; 0.066400;, + 0.472100; 0.026700;, + 0.467100; 0.032600;, + 0.476400; 0.039900;, + 0.477600; 0.031300;, + 0.467100; 0.032600;, + 0.461200; 0.039600;, + 0.472200; 0.048400;, + 0.476400; 0.039900;, + 0.453000; 0.047100;, + 0.466200; 0.059300;, + 0.472200; 0.048400;, + 0.461200; 0.039600;, + 0.459200; 0.076600;, + 0.435800; 0.058400;, + 0.425300; 0.061300;, + 0.446200; 0.092200;, + 0.432800; 0.104600;, + 0.405700; 0.119300;, + 0.418300; 0.172500;, + 0.445500; 0.153600;, + 0.459200; 0.076600;, + 0.446200; 0.092200;, + 0.470700; 0.119200;, + 0.482800; 0.101900;, + 0.462700; 0.066400;, + 0.459200; 0.076600;, + 0.482800; 0.101900;, + 0.487000; 0.086900;, + 0.472200; 0.048400;, + 0.466200; 0.059300;, + 0.489700; 0.079200;, + 0.490000; 0.067500;, + 0.476400; 0.039900;, + 0.472200; 0.048400;, + 0.490000; 0.067500;, + 0.492700; 0.055900;, + 0.470700; 0.119200;, + 0.446200; 0.092200;, + 0.432800; 0.104600;, + 0.445500; 0.153600;, + 0.482800; 0.101900;, + 0.470700; 0.119200;, + 0.498700; 0.162600;, + 0.517400; 0.131500;, + 0.487000; 0.086900;, + 0.482800; 0.101900;, + 0.517400; 0.131500;, + 0.528000; 0.110400;, + 0.537300; 0.141100;, + 0.519000; 0.172700;, + 0.553700; 0.171500;, + 0.563400; 0.147700;, + 0.550100; 0.117500;, + 0.537300; 0.141100;, + 0.563400; 0.147700;, + 0.572200; 0.126600;, + 0.563400; 0.147700;, + 0.553700; 0.171500;, + 0.641000; 0.179600;, + 0.638600; 0.159600;, + 0.572200; 0.126600;, + 0.563400; 0.147700;, + 0.638600; 0.159600;, + 0.640800; 0.135500;, + 0.638600; 0.159600;, + 0.641000; 0.179600;, + 0.660000; 0.176900;, + 0.655300; 0.155600;, + 0.640800; 0.135500;, + 0.638600; 0.159600;, + 0.655300; 0.155600;, + 0.660000; 0.138900;, + 0.655300; 0.155600;, + 0.660000; 0.176900;, + 0.749900; 0.178800;, + 0.751200; 0.170900;, + 0.660000; 0.138900;, + 0.655300; 0.155600;, + 0.751200; 0.170900;, + 0.751700; 0.160000;, + 0.462700; 0.066400;, + 0.487000; 0.086900;, + 0.489700; 0.079200;, + 0.466200; 0.059300;, + 0.550100; 0.117500;, + 0.566500; 0.097700;, + 0.535000; 0.097800;, + 0.528000; 0.110400;, + 0.528000; 0.110400;, + 0.535000; 0.097800;, + 0.489700; 0.079200;, + 0.487000; 0.086900;, + 0.640800; 0.135500;, + 0.641800; 0.125000;, + 0.578300; 0.110600;, + 0.572200; 0.126600;, + 0.553700; 0.171500;, + 0.528000; 0.214900;, + 0.641800; 0.203600;, + 0.641000; 0.179600;, + 0.519000; 0.172700;, + 0.496600; 0.207000;, + 0.528000; 0.214900;, + 0.553700; 0.171500;, + 0.528000; 0.214900;, + 0.546100; 0.249200;, + 0.636900; 0.217600;, + 0.641800; 0.203600;, + 0.467700; 0.242600;, + 0.496600; 0.207000;, + 0.475700; 0.190900;, + 0.436300; 0.212500;, + 0.528000; 0.214900;, + 0.496800; 0.249300;, + 0.525700; 0.263600;, + 0.546100; 0.249200;, + 0.445500; 0.153600;, + 0.475700; 0.190900;, + 0.498700; 0.162600;, + 0.470700; 0.119200;, + 0.546100; 0.249200;, + 0.577200; 0.253500;, + 0.634400; 0.236300;, + 0.636900; 0.217600;, + 0.641000; 0.179600;, + 0.641800; 0.203600;, + 0.652800; 0.205600;, + 0.660000; 0.176900;, + 0.660000; 0.176900;, + 0.652800; 0.205600;, + 0.748100; 0.185900;, + 0.749900; 0.178800;, + 0.577200; 0.253500;, + 0.546100; 0.249200;, + 0.525700; 0.263600;, + 0.576000; 0.281200;, + 0.607100; 0.292000;, + 0.592900; 0.265200;, + 0.577200; 0.253500;, + 0.576000; 0.281200;, + 0.492700; 0.055900;, + 0.490000; 0.067500;, + 0.536100; 0.082700;, + 0.532000; 0.066300;, + 0.563000; 0.087800;, + 0.555300; 0.064500;, + 0.532000; 0.066300;, + 0.536100; 0.082700;, + 0.489700; 0.079200;, + 0.535000; 0.097800;, + 0.536100; 0.082700;, + 0.490000; 0.067500;, + 0.576000; 0.281200;, + 0.555100; 0.322100;, + 0.584400; 0.343600;, + 0.603900; 0.316100;, + 0.525700; 0.263600;, + 0.503300; 0.313100;, + 0.555100; 0.322100;, + 0.576000; 0.281200;, + 0.496800; 0.249300;, + 0.464400; 0.302500;, + 0.503300; 0.313100;, + 0.525700; 0.263600;, + 0.496800; 0.249300;, + 0.467700; 0.242600;, + 0.435900; 0.301600;, + 0.464400; 0.302500;, + 0.439700; 0.340400;, + 0.406800; 0.337000;, + 0.406100; 0.390900;, + 0.434800; 0.393700;, + 0.492100; 0.350400;, + 0.458100; 0.343800;, + 0.458600; 0.399700;, + 0.493800; 0.402500;, + 0.604600; 0.380000;, + 0.575000; 0.372800;, + 0.572200; 0.405700;, + 0.598400; 0.410200;, + 0.575000; 0.372800;, + 0.538900; 0.360300;, + 0.538000; 0.404900;, + 0.572200; 0.405700;, + 0.538900; 0.360300;, + 0.492100; 0.350400;, + 0.493800; 0.402500;, + 0.538000; 0.404900;, + 0.538000; 0.404900;, + 0.493800; 0.402500;, + 0.487300; 0.443700;, + 0.529600; 0.439600;, + 0.493800; 0.402500;, + 0.458600; 0.399700;, + 0.456300; 0.440200;, + 0.487300; 0.443700;, + 0.530800; 0.474600;, + 0.564900; 0.473400;, + 0.559300; 0.441000;, + 0.529600; 0.439600;, + 0.456300; 0.440200;, + 0.435300; 0.439700;, + 0.433300; 0.476700;, + 0.457600; 0.474100;, + 0.529600; 0.439600;, + 0.559300; 0.441000;, + 0.557500; 0.422100;, + 0.538000; 0.404900;, + 0.434800; 0.393700;, + 0.406100; 0.390900;, + 0.406200; 0.433600;, + 0.435300; 0.439700;, + 0.529600; 0.439600;, + 0.487300; 0.443700;, + 0.487600; 0.478700;, + 0.530800; 0.474600;, + 0.487300; 0.443700;, + 0.456300; 0.440200;, + 0.457600; 0.474100;, + 0.487600; 0.478700;, + 0.530800; 0.474600;, + 0.532700; 0.500000;, + 0.572500; 0.500500;, + 0.564900; 0.473400;, + 0.458600; 0.399700;, + 0.434800; 0.393700;, + 0.435300; 0.439700;, + 0.456300; 0.440200;, + 0.435300; 0.439700;, + 0.406200; 0.433600;, + 0.407400; 0.472300;, + 0.433300; 0.476700;, + 0.458400; 0.501400;, + 0.431400; 0.506000;, + 0.431800; 0.538600;, + 0.461000; 0.529600;, + 0.517400; 0.131500;, + 0.498700; 0.162600;, + 0.519000; 0.172700;, + 0.537300; 0.141100;, + 0.528000; 0.110400;, + 0.517400; 0.131500;, + 0.537300; 0.141100;, + 0.550100; 0.117500;, + 0.572200; 0.126600;, + 0.578300; 0.110600;, + 0.566500; 0.097700;, + 0.550100; 0.117500;, + 0.498700; 0.162600;, + 0.475700; 0.190900;, + 0.496600; 0.207000;, + 0.519000; 0.172700;, + 0.496800; 0.249300;, + 0.528000; 0.214900;, + 0.496600; 0.207000;, + 0.467700; 0.242600;, + 0.435900; 0.301600;, + 0.467700; 0.242600;, + 0.436300; 0.212500;, + 0.405900; 0.288000;, + 0.584400; 0.343600;, + 0.555100; 0.322100;, + 0.538900; 0.360300;, + 0.575000; 0.372800;, + 0.536100; 0.082700;, + 0.535000; 0.097800;, + 0.566500; 0.097700;, + 0.563000; 0.087800;, + 0.576000; 0.281200;, + 0.603900; 0.316100;, + 0.623100; 0.308800;, + 0.607100; 0.292000;, + 0.615100; 0.359400;, + 0.584400; 0.343600;, + 0.575000; 0.372800;, + 0.604600; 0.380000;, + 0.439700; 0.340400;, + 0.435900; 0.301600;, + 0.405900; 0.288000;, + 0.406800; 0.337000;, + 0.435900; 0.301600;, + 0.439700; 0.340400;, + 0.458100; 0.343800;, + 0.464400; 0.302500;, + 0.434800; 0.393700;, + 0.458600; 0.399700;, + 0.458100; 0.343800;, + 0.439700; 0.340400;, + 0.475700; 0.190900;, + 0.445500; 0.153600;, + 0.418300; 0.172500;, + 0.436300; 0.212500;, + 0.436300; 0.212500;, + 0.418300; 0.172500;, + 0.380700; 0.177500;, + 0.380800; 0.219100;, + 0.538900; 0.360300;, + 0.555100; 0.322100;, + 0.503300; 0.313100;, + 0.492100; 0.350400;, + 0.464400; 0.302500;, + 0.458100; 0.343800;, + 0.492100; 0.350400;, + 0.503300; 0.313100;, + 0.636900; 0.217600;, + 0.634400; 0.236300;, + 0.660600; 0.232800;, + 0.652100; 0.219400;, + 0.660000; 0.138900;, + 0.661000; 0.128200;, + 0.641800; 0.125000;, + 0.640800; 0.135500;, + 0.652800; 0.205600;, + 0.641800; 0.203600;, + 0.636900; 0.217600;, + 0.652100; 0.219400;, + 0.479900; 0.598900;, + 0.455000; 0.609600;, + 0.496000; 0.695600;, + 0.509200; 0.688600;, + 0.509900; 0.591000;, + 0.479900; 0.598900;, + 0.509200; 0.688600;, + 0.528400; 0.684900;, + 0.572300; 0.581900;, + 0.543200; 0.586000;, + 0.560600; 0.678000;, + 0.579900; 0.679400;, + 0.487600; 0.478700;, + 0.457600; 0.474100;, + 0.458400; 0.501400;, + 0.488300; 0.501400;, + 0.509900; 0.591000;, + 0.528400; 0.684900;, + 0.560600; 0.678000;, + 0.543200; 0.586000;, + 0.530800; 0.474600;, + 0.487600; 0.478700;, + 0.488300; 0.501400;, + 0.532700; 0.500000;, + 0.628500; 0.579500;, + 0.601200; 0.581300;, + 0.599700; 0.677700;, + 0.621700; 0.674500;, + 0.572300; 0.581900;, + 0.579900; 0.679400;, + 0.599700; 0.677700;, + 0.601200; 0.581300;, + 0.628500; 0.579500;, + 0.649300; 0.550500;, + 0.609500; 0.523500;, + 0.601200; 0.581300;, + 0.496000; 0.695600;, + 0.455000; 0.609600;, + 0.430000; 0.633900;, + 0.482000; 0.707400;, + 0.574400; 0.521700;, + 0.572300; 0.581900;, + 0.601200; 0.581300;, + 0.609500; 0.523500;, + 0.533700; 0.522200;, + 0.543200; 0.586000;, + 0.572300; 0.581900;, + 0.574400; 0.521700;, + 0.652800; 0.205600;, + 0.652100; 0.219400;, + 0.748600; 0.192000;, + 0.748100; 0.185900;, + 0.660600; 0.232800;, + 0.750200; 0.197700;, + 0.748600; 0.192000;, + 0.652100; 0.219400;, + 0.751700; 0.160000;, + 0.750100; 0.146800;, + 0.661000; 0.128200;, + 0.660000; 0.138900;, + 0.599700; 0.677700;, + 0.579900; 0.679400;, + 0.584700; 0.712000;, + 0.605400; 0.708800;, + 0.509200; 0.688600;, + 0.496000; 0.695600;, + 0.507200; 0.727800;, + 0.518700; 0.721000;, + 0.496000; 0.695600;, + 0.482000; 0.707400;, + 0.496300; 0.734600;, + 0.507200; 0.727800;, + 0.528400; 0.684900;, + 0.509200; 0.688600;, + 0.518700; 0.721000;, + 0.538400; 0.717100;, + 0.560600; 0.678000;, + 0.528400; 0.684900;, + 0.538400; 0.717100;, + 0.564600; 0.712700;, + 0.621700; 0.674500;, + 0.599700; 0.677700;, + 0.605400; 0.708800;, + 0.627800; 0.706500;, + 0.579900; 0.679400;, + 0.560600; 0.678000;, + 0.564600; 0.712700;, + 0.584700; 0.712000;, + 0.564600; 0.712700;, + 0.538400; 0.717100;, + 0.552500; 0.759100;, + 0.572100; 0.754000;, + 0.538400; 0.717100;, + 0.518700; 0.721000;, + 0.541400; 0.766400;, + 0.552500; 0.759100;, + 0.584700; 0.712000;, + 0.564600; 0.712700;, + 0.572100; 0.754000;, + 0.591100; 0.753200;, + 0.627800; 0.706500;, + 0.605400; 0.708800;, + 0.607700; 0.752500;, + 0.632700; 0.752100;, + 0.605400; 0.708800;, + 0.584700; 0.712000;, + 0.591100; 0.753200;, + 0.607700; 0.752500;, + 0.507200; 0.727800;, + 0.496300; 0.734600;, + 0.517600; 0.778000;, + 0.529200; 0.774400;, + 0.518700; 0.721000;, + 0.507200; 0.727800;, + 0.529200; 0.774400;, + 0.541400; 0.766400;, + 0.552500; 0.759100;, + 0.541400; 0.766400;, + 0.571400; 0.861300;, + 0.583400; 0.858500;, + 0.591100; 0.753200;, + 0.572100; 0.754000;, + 0.595500; 0.854600;, + 0.609100; 0.848200;, + 0.632700; 0.752100;, + 0.607700; 0.752500;, + 0.616000; 0.844800;, + 0.632500; 0.840400;, + 0.607700; 0.752500;, + 0.591100; 0.753200;, + 0.609100; 0.848200;, + 0.616000; 0.844800;, + 0.529200; 0.774400;, + 0.517600; 0.778000;, + 0.553300; 0.859300;, + 0.562800; 0.860600;, + 0.541400; 0.766400;, + 0.529200; 0.774400;, + 0.562800; 0.860600;, + 0.571400; 0.861300;, + 0.572100; 0.754000;, + 0.552500; 0.759100;, + 0.583400; 0.858500;, + 0.595500; 0.854600;, + 0.608100; 0.888300;, + 0.593400; 0.885600;, + 0.593500; 0.910000;, + 0.606300; 0.912100;, + 0.597100; 0.926400;, + 0.591900; 0.923900;, + 0.582000; 0.941500;, + 0.589300; 0.946500;, + 0.710600; 0.808000;, + 0.701600; 0.804200;, + 0.701000; 0.808800;, + 0.708400; 0.811900;, + 0.702900; 0.822000;, + 0.695400; 0.820900;, + 0.683700; 0.840800;, + 0.698600; 0.841500;, + 0.597100; 0.926400;, + 0.601800; 0.937100;, + 0.605300; 0.934700;, + 0.606300; 0.912100;, + 0.691000; 0.817700;, + 0.695400; 0.820900;, + 0.701000; 0.808800;, + 0.701600; 0.804200;, + 0.606300; 0.912100;, + 0.593500; 0.910000;, + 0.591900; 0.923900;, + 0.597100; 0.926400;, + 0.708400; 0.811900;, + 0.701000; 0.808800;, + 0.695400; 0.820900;, + 0.702900; 0.822000;, + 0.589300; 0.946500;, + 0.594900; 0.945900;, + 0.601800; 0.937100;, + 0.597100; 0.926400;, + 0.679600; 0.840000;, + 0.683700; 0.840800;, + 0.695400; 0.820900;, + 0.691000; 0.817700;, + 0.606300; 0.912100;, + 0.605300; 0.934700;, + 0.617900; 0.934000;, + 0.622100; 0.906300;, + 0.644400; 0.888200;, + 0.638800; 0.876300;, + 0.624600; 0.886700;, + 0.622100; 0.906300;, + 0.608100; 0.888300;, + 0.606300; 0.912100;, + 0.622100; 0.906300;, + 0.624600; 0.886700;, + 0.671300; 0.850100;, + 0.675500; 0.853900;, + 0.683700; 0.840800;, + 0.679600; 0.840000;, + 0.638800; 0.876300;, + 0.644400; 0.888200;, + 0.663200; 0.880000;, + 0.649900; 0.866700;, + 0.663200; 0.880000;, + 0.644400; 0.888200;, + 0.649500; 0.911100;, + 0.676200; 0.891900;, + 0.671900; 0.875300;, + 0.669600; 0.873700;, + 0.659400; 0.875100;, + 0.663200; 0.880000;, + 0.671900; 0.875300;, + 0.663200; 0.880000;, + 0.676200; 0.891900;, + 0.681700; 0.884300;, + 0.675500; 0.853900;, + 0.671500; 0.849900;, + 0.669600; 0.873700;, + 0.671900; 0.875300;, + 0.675500; 0.853900;, + 0.671900; 0.875300;, + 0.681700; 0.884300;, + 0.690800; 0.861000;, + 0.690800; 0.861000;, + 0.698600; 0.841500;, + 0.683700; 0.840800;, + 0.675500; 0.853900;, + 0.690800; 0.861000;, + 0.681700; 0.884300;, + 0.700200; 0.899000;, + 0.712300; 0.868300;, + 0.676200; 0.891900;, + 0.649500; 0.911100;, + 0.661100; 0.942400;, + 0.695500; 0.904900;, + 0.624100; 0.943500;, + 0.622800; 0.960900;, + 0.670400; 0.966000;, + 0.661100; 0.942400;, + 0.681700; 0.884300;, + 0.676200; 0.891900;, + 0.695500; 0.904900;, + 0.700200; 0.899000;, + 0.701900; 0.837400;, + 0.698600; 0.841500;, + 0.714300; 0.845400;, + 0.715000; 0.842000;, + 0.698600; 0.841500;, + 0.690800; 0.861000;, + 0.712300; 0.868300;, + 0.714300; 0.845400;, + 0.700200; 0.899000;, + 0.695500; 0.904900;, + 0.715400; 0.914500;, + 0.717400; 0.911800;, + 0.649500; 0.911100;, + 0.617900; 0.934000;, + 0.624100; 0.943500;, + 0.661100; 0.942400;, + 0.714300; 0.845400;, + 0.712300; 0.868300;, + 0.733700; 0.870400;, + 0.739100; 0.841400;, + 0.715000; 0.842000;, + 0.714300; 0.845400;, + 0.739100; 0.841400;, + 0.732900; 0.837700;, + 0.712300; 0.868300;, + 0.700200; 0.899000;, + 0.717400; 0.911800;, + 0.733700; 0.870400;, + 0.733700; 0.870400;, + 0.717400; 0.911800;, + 0.744000; 0.905600;, + 0.756600; 0.875200;, + 0.717400; 0.911800;, + 0.715400; 0.914500;, + 0.746400; 0.908400;, + 0.744000; 0.905600;, + 0.644400; 0.888200;, + 0.622100; 0.906300;, + 0.617900; 0.934000;, + 0.649500; 0.911100;, + 0.739100; 0.841400;, + 0.733700; 0.870400;, + 0.756600; 0.875200;, + 0.754900; 0.839000;, + 0.732900; 0.837700;, + 0.739100; 0.841400;, + 0.754900; 0.839000;, + 0.756600; 0.836700;, + 0.762400; 0.875700;, + 0.756600; 0.875200;, + 0.744000; 0.905600;, + 0.746400; 0.908400;, + 0.754900; 0.839000;, + 0.756600; 0.875200;, + 0.762400; 0.875700;, + 0.756600; 0.836700;, + 0.661100; 0.942400;, + 0.670400; 0.966000;, + 0.715400; 0.914500;, + 0.695500; 0.904900;, + 0.670400; 0.966000;, + 0.679700; 0.988200;, + 0.713900; 0.954000;, + 0.715400; 0.914500;, + 0.622800; 0.960900;, + 0.619800; 0.983900;, + 0.679700; 0.988200;, + 0.670400; 0.966000;, + 0.308900; 0.878300;, + 0.298900; 0.876800;, + 0.294500; 0.893000;, + 0.313200; 0.890700;, + 0.319900; 0.867700;, + 0.308900; 0.878300;, + 0.313200; 0.890700;, + 0.336400; 0.874300;, + 0.313200; 0.890700;, + 0.294500; 0.893000;, + 0.282100; 0.902800;, + 0.317100; 0.908700;, + 0.336400; 0.874300;, + 0.313200; 0.890700;, + 0.317100; 0.908700;, + 0.344000; 0.883300;, + 0.317100; 0.908700;, + 0.282100; 0.902800;, + 0.283900; 0.941700;, + 0.317600; 0.931600;, + 0.344000; 0.883300;, + 0.317100; 0.908700;, + 0.317600; 0.931600;, + 0.347500; 0.907000;, + 0.317600; 0.931600;, + 0.283900; 0.941700;, + 0.285300; 0.983300;, + 0.316800; 0.987100;, + 0.347500; 0.907000;, + 0.317600; 0.931600;, + 0.316800; 0.987100;, + 0.357300; 0.933200;, + 0.272500; 0.849100;, + 0.268800; 0.846100;, + 0.251300; 0.856400;, + 0.258800; 0.861300;, + 0.282900; 0.859500;, + 0.272500; 0.849100;, + 0.258800; 0.861300;, + 0.263200; 0.870700;, + 0.330900; 0.834700;, + 0.326900; 0.853300;, + 0.347400; 0.858400;, + 0.351900; 0.833500;, + 0.319900; 0.867700;, + 0.336400; 0.874300;, + 0.347400; 0.858400;, + 0.326900; 0.853300;, + 0.294500; 0.893000;, + 0.298900; 0.876800;, + 0.291300; 0.868900;, + 0.272200; 0.880100;, + 0.351900; 0.833500;, + 0.347400; 0.858400;, + 0.353400; 0.858600;, + 0.359300; 0.838200;, + 0.263200; 0.870700;, + 0.258800; 0.861300;, + 0.249000; 0.869700;, + 0.253100; 0.875900;, + 0.258800; 0.861300;, + 0.251300; 0.856400;, + 0.243300; 0.862100;, + 0.249000; 0.869700;, + 0.344000; 0.883300;, + 0.353400; 0.858600;, + 0.347400; 0.858400;, + 0.336400; 0.874300;, + 0.294500; 0.893000;, + 0.272200; 0.880100;, + 0.259300; 0.883500;, + 0.282100; 0.902800;, + 0.249000; 0.869700;, + 0.243300; 0.862100;, + 0.242600; 0.870900;, + 0.246000; 0.874000;, + 0.285300; 0.983300;, + 0.283900; 0.941700;, + 0.267700; 0.941400;, + 0.277100; 0.979000;, + 0.223000; 0.870300;, + 0.216000; 0.893000;, + 0.229900; 0.889900;, + 0.234900; 0.879000;, + 0.243300; 0.862100;, + 0.223000; 0.870300;, + 0.234900; 0.879000;, + 0.242600; 0.870900;, + 0.283900; 0.941700;, + 0.282100; 0.902800;, + 0.269900; 0.904400;, + 0.267700; 0.941400;, + 0.282100; 0.902800;, + 0.259300; 0.883500;, + 0.253100; 0.886500;, + 0.269900; 0.904400;, + 0.253100; 0.875900;, + 0.249000; 0.869700;, + 0.246000; 0.874000;, + 0.248600; 0.879600;, + 0.216700; 0.914200;, + 0.214300; 0.943800;, + 0.221000; 0.943100;, + 0.225000; 0.914000;, + 0.216000; 0.893000;, + 0.216700; 0.914200;, + 0.225000; 0.914000;, + 0.229900; 0.889900;, + 0.214300; 0.943800;, + 0.239500; 0.986600;, + 0.241600; 0.980600;, + 0.221000; 0.943100;, + 0.239500; 0.986600;, + 0.285300; 0.983300;, + 0.277100; 0.979000;, + 0.241600; 0.980600;, + 0.241600; 0.980600;, + 0.277100; 0.979000;, + 0.267700; 0.941400;, + 0.221000; 0.943100;, + 0.269900; 0.904400;, + 0.225000; 0.914000;, + 0.221000; 0.943100;, + 0.267700; 0.941400;, + 0.225000; 0.914000;, + 0.269900; 0.904400;, + 0.253100; 0.886500;, + 0.229900; 0.889900;, + 0.457600; 0.474100;, + 0.433300; 0.476700;, + 0.431400; 0.506000;, + 0.458400; 0.501400;, + 0.491400; 0.525800;, + 0.509900; 0.591000;, + 0.543200; 0.586000;, + 0.533700; 0.522200;, + 0.430000; 0.633900;, + 0.412000; 0.642400;, + 0.471700; 0.716500;, + 0.482000; 0.707400;, + 0.461000; 0.529600;, + 0.479900; 0.598900;, + 0.509900; 0.591000;, + 0.491400; 0.525800;, + 0.482000; 0.707400;, + 0.471700; 0.716500;, + 0.486300; 0.742400;, + 0.496300; 0.734600;, + 0.496300; 0.734600;, + 0.486300; 0.742400;, + 0.505700; 0.781500;, + 0.517600; 0.778000;, + 0.517600; 0.778000;, + 0.505700; 0.781500;, + 0.550300; 0.858300;, + 0.553300; 0.859300;, + 0.291300; 0.868900;, + 0.282900; 0.859500;, + 0.263200; 0.870700;, + 0.272200; 0.880100;, + 0.272200; 0.880100;, + 0.263200; 0.870700;, + 0.253100; 0.875900;, + 0.259300; 0.883500;, + 0.259300; 0.883500;, + 0.253100; 0.875900;, + 0.248600; 0.879600;, + 0.253100; 0.886500;, + 0.248600; 0.879600;, + 0.234900; 0.879000;, + 0.229900; 0.889900;, + 0.253100; 0.886500;, + 0.242600; 0.870900;, + 0.234900; 0.879000;, + 0.248600; 0.879600;, + 0.246000; 0.874000;, + 0.911600; 0.494100;, + 0.910900; 0.498300;, + 0.913900; 0.505400;, + 0.921500; 0.502000;, + 0.899500; 0.503400;, + 0.905900; 0.506400;, + 0.907500; 0.501000;, + 0.905900; 0.496300;, + 0.905900; 0.496300;, + 0.907500; 0.501000;, + 0.910900; 0.498300;, + 0.911600; 0.494100;, + 0.894700; 0.511200;, + 0.903700; 0.513500;, + 0.905900; 0.506400;, + 0.899500; 0.503400;, + 0.910900; 0.498300;, + 0.910900; 0.502500;, + 0.911200; 0.506300;, + 0.913900; 0.505400;, + 0.903700; 0.513500;, + 0.906000; 0.514500;, + 0.906900; 0.507600;, + 0.905900; 0.506400;, + 0.905900; 0.506400;, + 0.906900; 0.507600;, + 0.908200; 0.502700;, + 0.907500; 0.501000;, + 0.907500; 0.501000;, + 0.908200; 0.502700;, + 0.910900; 0.502500;, + 0.910900; 0.498300;, + 0.843800; 0.486900;, + 0.844100; 0.479500;, + 0.839700; 0.479800;, + 0.839400; 0.485700;, + 0.840100; 0.493100;, + 0.843800; 0.486900;, + 0.839500; 0.485600;, + 0.839300; 0.488600;, + 0.834800; 0.478100;, + 0.835800; 0.487300;, + 0.839000; 0.485500;, + 0.838600; 0.479400;, + 0.838500; 0.471400;, + 0.834800; 0.478100;, + 0.838300; 0.479300;, + 0.838600; 0.475600;, + 0.844100; 0.479500;, + 0.838500; 0.471400;, + 0.838600; 0.475700;, + 0.839900; 0.479800;, + 0.835800; 0.487300;, + 0.840100; 0.493100;, + 0.839300; 0.488500;, + 0.839000; 0.485500;, + 0.532700; 0.500000;, + 0.488300; 0.501400;, + 0.491400; 0.525800;, + 0.533700; 0.522200;, + 0.488300; 0.501400;, + 0.458400; 0.501400;, + 0.461000; 0.529600;, + 0.491400; 0.525800;, + 0.431400; 0.506000;, + 0.433300; 0.476700;, + 0.407400; 0.472300;, + 0.407600; 0.514400;, + 0.572500; 0.500500;, + 0.532700; 0.500000;, + 0.533700; 0.522200;, + 0.574400; 0.521700;, + 0.602000; 0.504100;, + 0.609500; 0.523500;, + 0.626600; 0.521000;, + 0.615900; 0.496900;, + 0.431800; 0.538600;, + 0.455000; 0.609600;, + 0.479900; 0.598900;, + 0.461000; 0.529600;, + 0.572500; 0.500500;, + 0.574400; 0.521700;, + 0.609500; 0.523500;, + 0.602000; 0.504100;, + 0.564900; 0.473400;, + 0.592500; 0.468000;, + 0.582600; 0.436700;, + 0.559300; 0.441000;, + 0.390800; 0.560700;, + 0.388500; 0.619100;, + 0.412000; 0.642400;, + 0.430000; 0.633900;, + 0.431400; 0.506000;, + 0.407600; 0.514400;, + 0.390800; 0.560700;, + 0.431800; 0.538600;, + 0.390800; 0.560700;, + 0.407600; 0.514400;, + 0.380600; 0.508000;, + 0.380600; 0.554200;, + 0.455000; 0.609600;, + 0.431800; 0.538600;, + 0.390800; 0.560700;, + 0.430000; 0.633900;, + 0.572500; 0.500500;, + 0.602000; 0.504100;, + 0.592500; 0.468000;, + 0.564900; 0.473400;, + 0.572200; 0.405700;, + 0.578900; 0.419000;, + 0.598800; 0.419500;, + 0.598400; 0.410200;, + 0.578900; 0.419000;, + 0.582600; 0.436700;, + 0.599700; 0.428200;, + 0.598800; 0.419500;, + 0.559300; 0.441000;, + 0.582600; 0.436700;, + 0.578900; 0.419000;, + 0.557500; 0.422100;, + 0.538000; 0.404900;, + 0.557500; 0.422100;, + 0.578900; 0.419000;, + 0.572200; 0.405700;, + 0.835500; 0.546400;, + 0.839600; 0.541800;, + 0.841500; 0.533600;, + 0.827800; 0.538400;, + 0.827800; 0.538400;, + 0.824400; 0.561600;, + 0.835000; 0.556200;, + 0.835500; 0.546400;, + 0.820300; 0.531400;, + 0.820900; 0.566700;, + 0.824400; 0.561600;, + 0.827800; 0.538400;, + 0.820300; 0.531400;, + 0.797100; 0.538500;, + 0.799100; 0.573300;, + 0.820900; 0.566700;, + 0.820900; 0.566700;, + 0.827300; 0.583500;, + 0.836200; 0.574900;, + 0.824400; 0.561600;, + 0.820900; 0.566700;, + 0.799100; 0.573300;, + 0.805000; 0.599300;, + 0.827300; 0.583500;, + 0.805000; 0.599300;, + 0.816600; 0.631800;, + 0.839800; 0.613800;, + 0.827300; 0.583500;, + 0.836200; 0.574900;, + 0.827300; 0.583500;, + 0.839800; 0.613800;, + 0.861300; 0.598300;, + 0.824400; 0.561600;, + 0.836200; 0.574900;, + 0.838800; 0.562100;, + 0.835000; 0.556200;, + 0.816600; 0.631800;, + 0.786700; 0.664800;, + 0.816500; 0.669300;, + 0.827400; 0.655300;, + 0.817500; 0.688500;, + 0.816500; 0.669300;, + 0.786700; 0.664800;, + 0.803000; 0.704300;, + 0.876100; 0.559700;, + 0.865600; 0.538900;, + 0.850600; 0.541700;, + 0.853400; 0.558500;, + 0.816600; 0.631800;, + 0.827400; 0.655300;, + 0.854800; 0.639800;, + 0.839800; 0.613800;, + 0.841800; 0.667200;, + 0.852100; 0.667000;, + 0.868900; 0.651600;, + 0.854800; 0.639800;, + 0.854800; 0.639800;, + 0.827400; 0.655300;, + 0.835600; 0.664900;, + 0.841800; 0.667200;, + 0.835000; 0.691900;, + 0.817500; 0.688500;, + 0.803000; 0.704300;, + 0.827300; 0.717100;, + 0.854800; 0.639800;, + 0.881000; 0.608000;, + 0.861300; 0.598300;, + 0.839800; 0.613800;, + 0.872900; 0.536000;, + 0.886400; 0.549400;, + 0.883600; 0.535200;, + 0.878900; 0.532000;, + 0.886400; 0.549400;, + 0.898800; 0.553900;, + 0.888000; 0.535500;, + 0.883600; 0.535200;, + 0.888000; 0.535500;, + 0.899800; 0.531100;, + 0.894800; 0.521000;, + 0.886100; 0.522700;, + 0.843800; 0.555600;, + 0.853400; 0.558500;, + 0.850600; 0.541700;, + 0.843800; 0.546800;, + 0.841500; 0.533600;, + 0.839600; 0.541800;, + 0.843800; 0.546800;, + 0.850600; 0.541700;, + 0.913200; 0.584100;, + 0.891100; 0.572700;, + 0.881000; 0.608000;, + 0.899800; 0.616200;, + 0.891100; 0.572700;, + 0.898800; 0.553900;, + 0.886400; 0.549400;, + 0.876100; 0.559700;, + 0.861300; 0.598300;, + 0.881000; 0.608000;, + 0.891100; 0.572700;, + 0.876100; 0.559700;, + 0.836200; 0.574900;, + 0.861300; 0.598300;, + 0.876100; 0.559700;, + 0.853400; 0.558500;, + 0.853400; 0.558500;, + 0.843800; 0.555600;, + 0.838800; 0.562100;, + 0.836200; 0.574900;, + 0.854800; 0.639800;, + 0.868900; 0.651600;, + 0.899800; 0.616200;, + 0.881000; 0.608000;, + 0.868900; 0.651600;, + 0.852100; 0.667000;, + 0.860800; 0.688000;, + 0.884800; 0.668100;, + 0.835000; 0.691900;, + 0.860800; 0.688000;, + 0.852100; 0.667000;, + 0.841800; 0.667200;, + 0.841800; 0.667200;, + 0.835600; 0.664900;, + 0.817500; 0.688500;, + 0.835000; 0.691900;, + 0.816500; 0.669300;, + 0.817500; 0.688500;, + 0.835600; 0.664900;, + 0.827400; 0.655300;, + 0.827300; 0.717100;, + 0.903000; 0.722600;, + 0.860800; 0.688000;, + 0.835000; 0.691900;, + 0.884800; 0.668100;, + 0.860800; 0.688000;, + 0.903000; 0.722600;, + 0.913900; 0.689000;, + 0.786700; 0.664800;, + 0.765900; 0.686100;, + 0.792500; 0.727100;, + 0.803000; 0.704300;, + 0.765900; 0.686100;, + 0.733700; 0.726300;, + 0.770100; 0.757400;, + 0.792500; 0.727100;, + 0.733700; 0.726300;, + 0.710400; 0.751900;, + 0.752800; 0.781700;, + 0.770100; 0.757400;, + 0.816600; 0.631800;, + 0.805000; 0.599300;, + 0.780900; 0.614800;, + 0.786700; 0.664800;, + 0.884800; 0.668100;, + 0.924400; 0.627500;, + 0.899800; 0.616200;, + 0.868900; 0.651600;, + 0.913200; 0.584100;, + 0.899800; 0.616200;, + 0.924400; 0.627500;, + 0.936100; 0.593300;, + 0.916700; 0.551100;, + 0.913200; 0.584100;, + 0.936100; 0.593300;, + 0.940900; 0.558800;, + 0.916700; 0.551100;, + 0.898800; 0.553900;, + 0.891100; 0.572700;, + 0.913200; 0.584100;, + 0.906000; 0.537900;, + 0.898800; 0.553900;, + 0.916700; 0.551100;, + 0.911900; 0.540500;, + 0.888000; 0.535500;, + 0.898800; 0.553900;, + 0.906000; 0.537900;, + 0.899800; 0.531100;, + 0.916700; 0.551100;, + 0.933400; 0.538500;, + 0.922100; 0.532800;, + 0.911900; 0.540500;, + 0.881900; 0.801600;, + 0.929100; 0.800700;, + 0.938000; 0.773300;, + 0.892600; 0.767600;, + 0.903000; 0.722600;, + 0.946700; 0.751000;, + 0.961900; 0.716900;, + 0.913900; 0.689000;, + 0.883600; 0.535200;, + 0.888000; 0.535500;, + 0.886100; 0.522700;, + 0.883900; 0.522800;, + 0.878900; 0.532000;, + 0.883600; 0.535200;, + 0.883900; 0.522800;, + 0.880300; 0.522000;, + 0.874400; 0.525200;, + 0.878900; 0.532000;, + 0.880300; 0.522000;, + 0.874400; 0.519900;, + 0.872900; 0.536000;, + 0.866800; 0.527200;, + 0.857500; 0.531200;, + 0.865600; 0.538900;, + 0.866800; 0.527200;, + 0.872900; 0.536000;, + 0.878900; 0.532000;, + 0.874400; 0.525200;, + 0.850600; 0.541700;, + 0.865600; 0.538900;, + 0.857500; 0.531200;, + 0.841500; 0.533600;, + 0.865600; 0.538900;, + 0.876100; 0.559700;, + 0.886400; 0.549400;, + 0.872900; 0.536000;, + 0.827800; 0.538400;, + 0.841500; 0.533600;, + 0.837000; 0.525000;, + 0.820300; 0.531400;, + 0.841500; 0.533600;, + 0.857500; 0.531200;, + 0.854300; 0.522600;, + 0.837000; 0.525000;, + 0.857500; 0.531200;, + 0.866800; 0.527200;, + 0.866200; 0.520500;, + 0.854300; 0.522600;, + 0.874400; 0.519900;, + 0.866200; 0.520500;, + 0.866800; 0.527200;, + 0.874400; 0.525200;, + 0.866200; 0.520500;, + 0.865500; 0.516800;, + 0.854300; 0.516800;, + 0.854300; 0.522600;, + 0.866200; 0.520500;, + 0.874400; 0.519900;, + 0.874300; 0.516800;, + 0.865500; 0.516800;, + 0.854300; 0.516800;, + 0.835200; 0.516800;, + 0.837000; 0.525000;, + 0.854300; 0.522600;, + 0.942700; 0.540100;, + 0.933400; 0.538500;, + 0.916700; 0.551100;, + 0.940900; 0.558800;, + 0.347200; 0.050000;, + 0.335200; 0.061700;, + 0.348800; 0.065600;, + 0.359700; 0.052600;, + 0.924400; 0.627500;, + 0.938000; 0.645700;, + 0.961100; 0.606700;, + 0.936100; 0.593300;, + 0.884800; 0.668100;, + 0.913900; 0.689000;, + 0.938000; 0.645700;, + 0.924400; 0.627500;, + 0.942700; 0.540100;, + 0.940900; 0.558800;, + 0.951900; 0.554900;, + 0.952700; 0.541000;, + 0.961100; 0.606700;, + 0.951900; 0.554900;, + 0.940900; 0.558800;, + 0.936100; 0.593300;, + 0.380600; 0.047900;, + 0.373700; 0.050000;, + 0.363100; 0.070200;, + 0.380600; 0.073600;, + 0.961100; 0.606700;, + 0.984300; 0.562800;, + 0.952700; 0.541000;, + 0.951900; 0.554900;, + 0.827300; 0.717100;, + 0.817400; 0.743400;, + 0.892600; 0.767600;, + 0.903000; 0.722600;, + 0.817400; 0.743400;, + 0.800000; 0.776900;, + 0.881900; 0.801600;, + 0.892600; 0.767600;, + 0.359700; 0.052600;, + 0.348800; 0.065600;, + 0.363100; 0.070200;, + 0.373700; 0.050000;, + 0.334800; 0.042800;, + 0.325400; 0.058300;, + 0.335200; 0.061700;, + 0.347200; 0.050000;, + 0.946700; 0.751000;, + 0.903000; 0.722600;, + 0.892600; 0.767600;, + 0.938000; 0.773300;, + 0.827300; 0.717100;, + 0.803000; 0.704300;, + 0.792500; 0.727100;, + 0.817400; 0.743400;, + 0.792500; 0.727100;, + 0.770100; 0.757400;, + 0.800000; 0.776900;, + 0.817400; 0.743400;, + 0.765900; 0.686100;, + 0.786700; 0.664800;, + 0.780900; 0.614800;, + 0.752800; 0.642500;, + 0.798600; 0.516800;, + 0.764400; 0.516800;, + 0.765000; 0.549100;, + 0.797100; 0.538500;, + 0.765000; 0.549100;, + 0.771300; 0.585300;, + 0.799100; 0.573300;, + 0.797100; 0.538500;, + 0.771300; 0.585300;, + 0.780900; 0.614800;, + 0.805000; 0.599300;, + 0.799100; 0.573300;, + 0.733700; 0.726300;, + 0.765900; 0.686100;, + 0.752800; 0.642500;, + 0.709700; 0.682200;, + 0.710400; 0.751900;, + 0.733700; 0.726300;, + 0.709700; 0.682200;, + 0.672200; 0.695300;, + 0.771300; 0.585300;, + 0.743000; 0.606200;, + 0.752800; 0.642500;, + 0.780900; 0.614800;, + 0.743000; 0.606200;, + 0.702600; 0.648300;, + 0.709700; 0.682200;, + 0.752800; 0.642500;, + 0.725900; 0.566600;, + 0.675400; 0.624200;, + 0.702600; 0.648300;, + 0.743000; 0.606200;, + 0.725900; 0.566600;, + 0.743000; 0.606200;, + 0.771300; 0.585300;, + 0.765000; 0.549100;, + 0.702600; 0.648300;, + 0.675400; 0.624200;, + 0.672200; 0.695300;, + 0.709700; 0.682200;, + 0.929100; 0.800700;, + 0.881900; 0.801600;, + 0.877100; 0.817300;, + 0.921100; 0.827200;, + 0.790600; 0.799900;, + 0.877100; 0.817300;, + 0.881900; 0.801600;, + 0.800000; 0.776900;, + 0.770100; 0.757400;, + 0.752800; 0.781700;, + 0.790600; 0.799900;, + 0.800000; 0.776900;, + 0.725900; 0.566600;, + 0.683000; 0.551300;, + 0.648700; 0.613300;, + 0.675400; 0.624200;, + 0.675400; 0.624200;, + 0.648700; 0.613300;, + 0.646200; 0.703500;, + 0.672200; 0.695300;, + 0.672200; 0.695300;, + 0.646200; 0.703500;, + 0.684900; 0.773300;, + 0.710400; 0.751900;, + 0.765000; 0.549100;, + 0.764400; 0.516800;, + 0.683000; 0.551300;, + 0.725900; 0.566600;, + 0.335200; 0.061700;, + 0.315100; 0.092200;, + 0.328600; 0.104600;, + 0.348800; 0.065600;, + 0.380600; 0.073600;, + 0.363100; 0.070200;, + 0.355700; 0.119300;, + 0.380700; 0.123000;, + 0.348800; 0.065600;, + 0.328600; 0.104600;, + 0.355700; 0.119300;, + 0.363100; 0.070200;, + 0.308400; 0.047200;, + 0.295100; 0.059300;, + 0.298600; 0.066400;, + 0.315100; 0.051900;, + 0.315100; 0.051900;, + 0.298600; 0.066400;, + 0.302100; 0.076700;, + 0.325400; 0.058300;, + 0.293700; 0.032300;, + 0.284900; 0.039900;, + 0.289100; 0.048400;, + 0.300400; 0.040100;, + 0.308400; 0.047200;, + 0.300400; 0.040100;, + 0.289100; 0.048400;, + 0.295100; 0.059300;, + 0.302100; 0.076700;, + 0.315100; 0.092200;, + 0.335200; 0.061700;, + 0.325400; 0.058300;, + 0.328600; 0.104600;, + 0.315900; 0.153700;, + 0.343100; 0.172600;, + 0.355700; 0.119300;, + 0.302100; 0.076700;, + 0.278500; 0.101900;, + 0.290700; 0.119200;, + 0.315100; 0.092200;, + 0.298600; 0.066400;, + 0.274300; 0.086900;, + 0.278500; 0.101900;, + 0.302100; 0.076700;, + 0.289100; 0.048400;, + 0.271300; 0.067500;, + 0.271600; 0.079200;, + 0.295100; 0.059300;, + 0.284900; 0.039900;, + 0.268600; 0.055900;, + 0.271300; 0.067500;, + 0.289100; 0.048400;, + 0.290700; 0.119200;, + 0.315900; 0.153700;, + 0.328600; 0.104600;, + 0.315100; 0.092200;, + 0.278500; 0.101900;, + 0.243900; 0.131600;, + 0.262700; 0.162700;, + 0.290700; 0.119200;, + 0.274300; 0.086900;, + 0.233300; 0.110400;, + 0.243900; 0.131600;, + 0.278500; 0.101900;, + 0.224100; 0.141200;, + 0.197900; 0.147800;, + 0.207700; 0.171700;, + 0.242400; 0.172800;, + 0.211200; 0.117500;, + 0.189100; 0.126600;, + 0.197900; 0.147800;, + 0.224100; 0.141200;, + 0.197900; 0.147800;, + 0.122700; 0.159600;, + 0.120300; 0.179700;, + 0.207700; 0.171700;, + 0.189100; 0.126600;, + 0.120500; 0.135500;, + 0.122700; 0.159600;, + 0.197900; 0.147800;, + 0.122700; 0.159600;, + 0.106000; 0.155600;, + 0.101300; 0.176900;, + 0.120300; 0.179700;, + 0.120500; 0.135500;, + 0.101300; 0.138900;, + 0.106000; 0.155600;, + 0.122700; 0.159600;, + 0.106000; 0.155600;, + 0.010100; 0.170900;, + 0.011400; 0.178800;, + 0.101300; 0.176900;, + 0.101300; 0.138900;, + 0.009600; 0.160000;, + 0.010100; 0.170900;, + 0.106000; 0.155600;, + 0.298600; 0.066400;, + 0.295100; 0.059300;, + 0.271600; 0.079200;, + 0.274300; 0.086900;, + 0.211200; 0.117500;, + 0.233300; 0.110400;, + 0.226300; 0.097800;, + 0.194800; 0.097700;, + 0.233300; 0.110400;, + 0.274300; 0.086900;, + 0.271600; 0.079200;, + 0.226300; 0.097800;, + 0.120500; 0.135500;, + 0.189100; 0.126600;, + 0.183000; 0.110600;, + 0.119500; 0.125000;, + 0.207700; 0.171700;, + 0.120300; 0.179700;, + 0.119500; 0.203600;, + 0.233400; 0.215100;, + 0.242400; 0.172800;, + 0.207700; 0.171700;, + 0.233400; 0.215100;, + 0.264900; 0.207200;, + 0.233400; 0.215100;, + 0.119500; 0.203600;, + 0.124400; 0.217600;, + 0.215300; 0.249400;, + 0.293900; 0.242900;, + 0.325200; 0.212700;, + 0.285800; 0.191100;, + 0.264900; 0.207200;, + 0.233400; 0.215100;, + 0.215300; 0.249400;, + 0.235800; 0.263800;, + 0.264700; 0.249600;, + 0.315900; 0.153700;, + 0.290700; 0.119200;, + 0.262700; 0.162700;, + 0.285800; 0.191100;, + 0.215300; 0.249400;, + 0.124400; 0.217600;, + 0.126900; 0.236300;, + 0.184100; 0.253500;, + 0.120300; 0.179700;, + 0.101300; 0.176900;, + 0.108500; 0.205600;, + 0.119500; 0.203600;, + 0.101300; 0.176900;, + 0.011400; 0.178800;, + 0.013200; 0.185900;, + 0.108500; 0.205600;, + 0.184100; 0.253500;, + 0.185400; 0.281300;, + 0.235800; 0.263800;, + 0.215300; 0.249400;, + 0.154200; 0.292000;, + 0.185400; 0.281300;, + 0.184100; 0.253500;, + 0.168300; 0.265200;, + 0.268600; 0.055900;, + 0.229300; 0.066300;, + 0.225200; 0.082700;, + 0.271300; 0.067500;, + 0.198200; 0.087800;, + 0.225200; 0.082700;, + 0.229300; 0.066300;, + 0.206000; 0.064500;, + 0.262100; 0.045800;, + 0.237200; 0.046000;, + 0.229300; 0.066300;, + 0.268600; 0.055900;, + 0.271600; 0.079200;, + 0.271300; 0.067500;, + 0.225200; 0.082700;, + 0.226300; 0.097800;, + 0.120600; 0.326900;, + 0.130400; 0.337300;, + 0.157500; 0.316100;, + 0.138200; 0.308800;, + 0.185400; 0.281300;, + 0.157500; 0.316100;, + 0.177000; 0.343600;, + 0.206300; 0.322200;, + 0.235800; 0.263800;, + 0.185400; 0.281300;, + 0.206300; 0.322200;, + 0.258200; 0.313400;, + 0.264700; 0.249600;, + 0.235800; 0.263800;, + 0.258200; 0.313400;, + 0.297200; 0.303000;, + 0.264700; 0.249600;, + 0.297200; 0.303000;, + 0.326000; 0.302500;, + 0.293900; 0.242900;, + 0.321800; 0.340700;, + 0.326500; 0.393800;, + 0.355200; 0.390900;, + 0.354800; 0.337100;, + 0.269300; 0.350700;, + 0.267500; 0.402600;, + 0.302700; 0.399800;, + 0.303400; 0.344200;, + 0.186200; 0.372800;, + 0.189100; 0.405700;, + 0.223200; 0.405000;, + 0.222400; 0.360400;, + 0.222400; 0.360400;, + 0.223200; 0.405000;, + 0.267500; 0.402600;, + 0.269300; 0.350700;, + 0.223200; 0.405000;, + 0.231600; 0.439700;, + 0.273900; 0.443800;, + 0.267500; 0.402600;, + 0.267500; 0.402600;, + 0.273900; 0.443800;, + 0.305000; 0.440300;, + 0.302700; 0.399800;, + 0.230300; 0.474600;, + 0.231600; 0.439700;, + 0.201900; 0.441000;, + 0.196200; 0.473400;, + 0.305000; 0.440300;, + 0.303600; 0.474100;, + 0.327900; 0.476700;, + 0.325900; 0.439800;, + 0.231600; 0.439700;, + 0.223200; 0.405000;, + 0.203700; 0.422100;, + 0.201900; 0.441000;, + 0.326500; 0.393800;, + 0.325900; 0.439800;, + 0.355000; 0.433700;, + 0.355200; 0.390900;, + 0.231600; 0.439700;, + 0.230300; 0.474600;, + 0.273500; 0.478700;, + 0.273900; 0.443800;, + 0.273900; 0.443800;, + 0.273500; 0.478700;, + 0.303600; 0.474100;, + 0.305000; 0.440300;, + 0.355000; 0.433700;, + 0.353800; 0.472300;, + 0.380600; 0.469800;, + 0.380600; 0.432200;, + 0.230300; 0.474600;, + 0.196200; 0.473400;, + 0.188400; 0.500400;, + 0.228300; 0.500000;, + 0.302700; 0.399800;, + 0.305000; 0.440300;, + 0.325900; 0.439800;, + 0.326500; 0.393800;, + 0.325900; 0.439800;, + 0.327900; 0.476700;, + 0.353800; 0.472300;, + 0.355000; 0.433700;, + 0.302700; 0.501400;, + 0.300100; 0.529600;, + 0.329300; 0.538600;, + 0.329800; 0.506000;, + 0.243900; 0.131600;, + 0.224100; 0.141200;, + 0.242400; 0.172800;, + 0.262700; 0.162700;, + 0.233300; 0.110400;, + 0.211200; 0.117500;, + 0.224100; 0.141200;, + 0.243900; 0.131600;, + 0.189100; 0.126600;, + 0.211200; 0.117500;, + 0.194800; 0.097700;, + 0.183000; 0.110600;, + 0.262700; 0.162700;, + 0.242400; 0.172800;, + 0.264900; 0.207200;, + 0.285800; 0.191100;, + 0.264700; 0.249600;, + 0.293900; 0.242900;, + 0.264900; 0.207200;, + 0.233400; 0.215100;, + 0.326000; 0.302500;, + 0.355800; 0.288300;, + 0.325200; 0.212700;, + 0.293900; 0.242900;, + 0.177000; 0.343600;, + 0.186200; 0.372800;, + 0.222400; 0.360400;, + 0.206300; 0.322200;, + 0.225200; 0.082700;, + 0.198200; 0.087800;, + 0.194800; 0.097700;, + 0.226300; 0.097800;, + 0.185400; 0.281300;, + 0.154200; 0.292000;, + 0.138200; 0.308800;, + 0.157500; 0.316100;, + 0.237200; 0.046000;, + 0.214400; 0.040300;, + 0.206000; 0.064500;, + 0.229300; 0.066300;, + 0.354800; 0.337100;, + 0.380800; 0.335600;, + 0.380800; 0.283500;, + 0.355800; 0.288300;, + 0.321800; 0.340700;, + 0.354800; 0.337100;, + 0.355800; 0.288300;, + 0.326000; 0.302500;, + 0.326000; 0.302500;, + 0.297200; 0.303000;, + 0.303400; 0.344200;, + 0.321800; 0.340700;, + 0.326500; 0.393800;, + 0.321800; 0.340700;, + 0.303400; 0.344200;, + 0.302700; 0.399800;, + 0.285800; 0.191100;, + 0.325200; 0.212700;, + 0.343100; 0.172600;, + 0.315900; 0.153700;, + 0.222400; 0.360400;, + 0.269300; 0.350700;, + 0.258200; 0.313400;, + 0.206300; 0.322200;, + 0.297200; 0.303000;, + 0.258200; 0.313400;, + 0.269300; 0.350700;, + 0.303400; 0.344200;, + 0.124400; 0.217600;, + 0.109200; 0.219400;, + 0.100700; 0.232800;, + 0.126900; 0.236300;, + 0.101300; 0.138900;, + 0.120500; 0.135500;, + 0.119500; 0.125000;, + 0.100300; 0.128200;, + 0.108500; 0.205600;, + 0.109200; 0.219400;, + 0.124400; 0.217600;, + 0.119500; 0.203600;, + 0.281300; 0.598900;, + 0.252100; 0.688600;, + 0.265200; 0.695600;, + 0.306200; 0.609600;, + 0.251300; 0.591000;, + 0.232800; 0.684900;, + 0.252100; 0.688600;, + 0.281300; 0.598900;, + 0.188900; 0.581900;, + 0.181400; 0.679400;, + 0.200600; 0.678000;, + 0.217900; 0.586000;, + 0.273500; 0.478700;, + 0.272900; 0.501400;, + 0.302700; 0.501400;, + 0.303600; 0.474100;, + 0.251300; 0.591000;, + 0.217900; 0.586000;, + 0.200600; 0.678000;, + 0.232800; 0.684900;, + 0.230300; 0.474600;, + 0.228300; 0.500000;, + 0.272900; 0.501400;, + 0.273500; 0.478700;, + 0.132800; 0.579500;, + 0.139600; 0.674500;, + 0.161600; 0.677700;, + 0.160000; 0.581300;, + 0.188900; 0.581900;, + 0.160000; 0.581300;, + 0.161600; 0.677700;, + 0.181400; 0.679400;, + 0.132800; 0.579500;, + 0.160000; 0.581300;, + 0.151300; 0.523400;, + 0.111900; 0.550500;, + 0.265200; 0.695600;, + 0.279300; 0.707400;, + 0.331300; 0.633900;, + 0.306200; 0.609600;, + 0.186500; 0.521600;, + 0.151300; 0.523400;, + 0.160000; 0.581300;, + 0.188900; 0.581900;, + 0.227400; 0.522200;, + 0.186500; 0.521600;, + 0.188900; 0.581900;, + 0.217900; 0.586000;, + 0.108500; 0.205600;, + 0.013200; 0.185900;, + 0.012700; 0.192000;, + 0.109200; 0.219400;, + 0.100700; 0.232800;, + 0.109200; 0.219400;, + 0.012700; 0.192000;, + 0.011100; 0.197700;, + 0.009600; 0.160000;, + 0.101300; 0.138900;, + 0.100300; 0.128200;, + 0.011200; 0.146800;, + 0.161600; 0.677700;, + 0.155900; 0.708800;, + 0.176500; 0.712000;, + 0.181400; 0.679400;, + 0.252100; 0.688600;, + 0.242600; 0.721000;, + 0.254100; 0.727800;, + 0.265200; 0.695600;, + 0.265200; 0.695600;, + 0.254100; 0.727800;, + 0.265000; 0.734600;, + 0.279300; 0.707400;, + 0.232800; 0.684900;, + 0.222900; 0.717100;, + 0.242600; 0.721000;, + 0.252100; 0.688600;, + 0.200600; 0.678000;, + 0.196700; 0.712700;, + 0.222900; 0.717100;, + 0.232800; 0.684900;, + 0.139600; 0.674500;, + 0.133500; 0.706500;, + 0.155900; 0.708800;, + 0.161600; 0.677700;, + 0.181400; 0.679400;, + 0.176500; 0.712000;, + 0.196700; 0.712700;, + 0.200600; 0.678000;, + 0.196700; 0.712700;, + 0.189200; 0.754000;, + 0.208800; 0.759100;, + 0.222900; 0.717100;, + 0.222900; 0.717100;, + 0.208800; 0.759100;, + 0.219900; 0.766400;, + 0.242600; 0.721000;, + 0.176500; 0.712000;, + 0.170200; 0.753200;, + 0.189200; 0.754000;, + 0.196700; 0.712700;, + 0.133500; 0.706500;, + 0.128600; 0.752100;, + 0.153600; 0.752500;, + 0.155900; 0.708800;, + 0.155900; 0.708800;, + 0.153600; 0.752500;, + 0.170200; 0.753200;, + 0.176500; 0.712000;, + 0.254100; 0.727800;, + 0.232100; 0.774400;, + 0.243700; 0.778000;, + 0.265000; 0.734600;, + 0.242600; 0.721000;, + 0.219900; 0.766400;, + 0.232100; 0.774400;, + 0.254100; 0.727800;, + 0.208800; 0.759100;, + 0.177900; 0.858500;, + 0.189900; 0.861300;, + 0.219900; 0.766400;, + 0.170200; 0.753200;, + 0.152200; 0.848200;, + 0.165800; 0.854600;, + 0.189200; 0.754000;, + 0.128600; 0.752100;, + 0.128800; 0.840400;, + 0.145300; 0.844800;, + 0.153600; 0.752500;, + 0.153600; 0.752500;, + 0.145300; 0.844800;, + 0.152200; 0.848200;, + 0.170200; 0.753200;, + 0.232100; 0.774400;, + 0.198400; 0.860600;, + 0.208000; 0.859300;, + 0.243700; 0.778000;, + 0.219900; 0.766400;, + 0.189900; 0.861300;, + 0.198400; 0.860600;, + 0.232100; 0.774400;, + 0.189200; 0.754000;, + 0.165800; 0.854600;, + 0.177900; 0.858500;, + 0.208800; 0.759100;, + 0.515800; 0.888300;, + 0.517600; 0.912100;, + 0.530400; 0.910000;, + 0.530500; 0.885600;, + 0.526800; 0.926400;, + 0.534600; 0.946500;, + 0.541900; 0.941500;, + 0.532100; 0.923900;, + 0.413400; 0.808000;, + 0.415500; 0.811900;, + 0.422900; 0.808800;, + 0.422300; 0.804200;, + 0.421000; 0.822000;, + 0.425300; 0.841500;, + 0.440200; 0.840800;, + 0.428500; 0.820900;, + 0.526800; 0.926400;, + 0.517600; 0.912100;, + 0.518700; 0.934700;, + 0.522200; 0.937100;, + 0.432900; 0.817700;, + 0.422300; 0.804200;, + 0.422900; 0.808800;, + 0.428500; 0.820900;, + 0.517600; 0.912100;, + 0.526800; 0.926400;, + 0.532100; 0.923900;, + 0.530400; 0.910000;, + 0.415500; 0.811900;, + 0.421000; 0.822000;, + 0.428500; 0.820900;, + 0.422900; 0.808800;, + 0.534600; 0.946500;, + 0.526800; 0.926400;, + 0.522200; 0.937100;, + 0.529000; 0.945900;, + 0.444300; 0.840000;, + 0.432900; 0.817700;, + 0.428500; 0.820900;, + 0.440200; 0.840800;, + 0.517600; 0.912100;, + 0.501800; 0.906300;, + 0.506100; 0.934000;, + 0.518700; 0.934700;, + 0.479500; 0.888200;, + 0.501800; 0.906300;, + 0.499300; 0.886700;, + 0.485200; 0.876300;, + 0.515800; 0.888300;, + 0.499300; 0.886700;, + 0.501800; 0.906300;, + 0.517600; 0.912100;, + 0.452600; 0.850100;, + 0.444300; 0.840000;, + 0.440200; 0.840800;, + 0.448500; 0.853900;, + 0.485200; 0.876300;, + 0.474100; 0.866700;, + 0.460800; 0.880000;, + 0.479500; 0.888200;, + 0.460800; 0.880000;, + 0.447700; 0.891900;, + 0.474400; 0.911100;, + 0.479500; 0.888200;, + 0.452000; 0.875300;, + 0.460800; 0.880000;, + 0.464500; 0.875100;, + 0.454400; 0.873700;, + 0.452000; 0.875300;, + 0.442200; 0.884300;, + 0.447700; 0.891900;, + 0.460800; 0.880000;, + 0.448500; 0.853900;, + 0.452000; 0.875300;, + 0.454400; 0.873700;, + 0.452400; 0.849900;, + 0.448500; 0.853900;, + 0.433100; 0.861000;, + 0.442200; 0.884300;, + 0.452000; 0.875300;, + 0.433100; 0.861000;, + 0.448500; 0.853900;, + 0.440200; 0.840800;, + 0.425300; 0.841500;, + 0.433100; 0.861000;, + 0.411600; 0.868300;, + 0.423700; 0.899000;, + 0.442200; 0.884300;, + 0.447700; 0.891900;, + 0.428400; 0.904900;, + 0.462800; 0.942400;, + 0.474400; 0.911100;, + 0.499800; 0.943500;, + 0.462800; 0.942400;, + 0.453500; 0.966000;, + 0.501100; 0.960900;, + 0.442200; 0.884300;, + 0.423700; 0.899000;, + 0.428400; 0.904900;, + 0.447700; 0.891900;, + 0.422000; 0.837400;, + 0.408900; 0.842000;, + 0.409600; 0.845400;, + 0.425300; 0.841500;, + 0.425300; 0.841500;, + 0.409600; 0.845400;, + 0.411600; 0.868300;, + 0.433100; 0.861000;, + 0.423700; 0.899000;, + 0.406600; 0.911800;, + 0.408600; 0.914500;, + 0.428400; 0.904900;, + 0.474400; 0.911100;, + 0.462800; 0.942400;, + 0.499800; 0.943500;, + 0.506100; 0.934000;, + 0.409600; 0.845400;, + 0.384800; 0.841400;, + 0.390200; 0.870400;, + 0.411600; 0.868300;, + 0.408900; 0.842000;, + 0.391000; 0.837700;, + 0.384800; 0.841400;, + 0.409600; 0.845400;, + 0.411600; 0.868300;, + 0.390200; 0.870400;, + 0.406600; 0.911800;, + 0.423700; 0.899000;, + 0.390200; 0.870400;, + 0.367400; 0.875200;, + 0.380000; 0.905600;, + 0.406600; 0.911800;, + 0.406600; 0.911800;, + 0.380000; 0.905600;, + 0.377600; 0.908400;, + 0.408600; 0.914500;, + 0.479500; 0.888200;, + 0.474400; 0.911100;, + 0.506100; 0.934000;, + 0.501800; 0.906300;, + 0.384800; 0.841400;, + 0.369000; 0.839000;, + 0.367400; 0.875200;, + 0.390200; 0.870400;, + 0.391000; 0.837700;, + 0.367300; 0.836700;, + 0.369000; 0.839000;, + 0.384800; 0.841400;, + 0.361500; 0.875700;, + 0.377600; 0.908400;, + 0.380000; 0.905600;, + 0.367400; 0.875200;, + 0.369000; 0.839000;, + 0.367300; 0.836700;, + 0.361500; 0.875700;, + 0.367400; 0.875200;, + 0.462800; 0.942400;, + 0.428400; 0.904900;, + 0.408600; 0.914500;, + 0.453500; 0.966000;, + 0.453500; 0.966000;, + 0.408600; 0.914500;, + 0.410000; 0.954000;, + 0.444200; 0.988200;, + 0.501100; 0.960900;, + 0.453500; 0.966000;, + 0.444200; 0.988200;, + 0.504100; 0.983900;, + 0.082000; 0.878700;, + 0.077700; 0.891100;, + 0.096500; 0.893500;, + 0.092000; 0.877300;, + 0.071000; 0.868200;, + 0.054500; 0.874800;, + 0.077700; 0.891100;, + 0.082000; 0.878700;, + 0.077700; 0.891100;, + 0.073900; 0.909200;, + 0.108900; 0.903300;, + 0.096500; 0.893500;, + 0.054500; 0.874800;, + 0.046900; 0.883800;, + 0.073900; 0.909200;, + 0.077700; 0.891100;, + 0.073900; 0.909200;, + 0.073300; 0.932100;, + 0.107000; 0.942100;, + 0.108900; 0.903300;, + 0.046900; 0.883800;, + 0.043500; 0.907500;, + 0.073300; 0.932100;, + 0.073900; 0.909200;, + 0.073300; 0.932100;, + 0.074200; 0.987600;, + 0.105700; 0.983800;, + 0.107000; 0.942100;, + 0.043500; 0.907500;, + 0.033600; 0.933700;, + 0.074200; 0.987600;, + 0.073300; 0.932100;, + 0.118400; 0.849500;, + 0.132200; 0.861700;, + 0.139600; 0.856900;, + 0.122100; 0.846600;, + 0.108100; 0.860000;, + 0.127800; 0.871200;, + 0.132200; 0.861700;, + 0.118400; 0.849500;, + 0.060100; 0.835200;, + 0.039000; 0.833900;, + 0.043600; 0.858900;, + 0.064000; 0.853800;, + 0.071000; 0.868200;, + 0.064000; 0.853800;, + 0.043600; 0.858900;, + 0.054500; 0.874800;, + 0.096500; 0.893500;, + 0.118800; 0.880500;, + 0.099600; 0.869400;, + 0.092000; 0.877300;, + 0.039000; 0.833900;, + 0.031600; 0.838700;, + 0.037500; 0.859100;, + 0.043600; 0.858900;, + 0.127800; 0.871200;, + 0.137900; 0.876400;, + 0.141900; 0.870200;, + 0.132200; 0.861700;, + 0.132200; 0.861700;, + 0.141900; 0.870200;, + 0.147700; 0.862600;, + 0.139600; 0.856900;, + 0.046900; 0.883800;, + 0.054500; 0.874800;, + 0.043600; 0.858900;, + 0.037500; 0.859100;, + 0.096500; 0.893500;, + 0.108900; 0.903300;, + 0.131600; 0.884000;, + 0.118800; 0.880500;, + 0.141900; 0.870200;, + 0.144900; 0.874400;, + 0.148400; 0.871400;, + 0.147700; 0.862600;, + 0.105700; 0.983800;, + 0.113900; 0.979500;, + 0.123300; 0.941900;, + 0.107000; 0.942100;, + 0.167900; 0.870800;, + 0.156000; 0.879400;, + 0.161000; 0.890400;, + 0.175000; 0.893400;, + 0.147700; 0.862600;, + 0.148400; 0.871400;, + 0.156000; 0.879400;, + 0.167900; 0.870800;, + 0.107000; 0.942100;, + 0.123300; 0.941900;, + 0.121100; 0.904900;, + 0.108900; 0.903300;, + 0.108900; 0.903300;, + 0.121100; 0.904900;, + 0.137900; 0.887000;, + 0.131600; 0.884000;, + 0.137900; 0.876400;, + 0.142400; 0.880100;, + 0.144900; 0.874400;, + 0.141900; 0.870200;, + 0.174200; 0.914700;, + 0.165900; 0.914500;, + 0.169900; 0.943600;, + 0.176600; 0.944300;, + 0.175000; 0.893400;, + 0.161000; 0.890400;, + 0.165900; 0.914500;, + 0.174200; 0.914700;, + 0.176600; 0.944300;, + 0.169900; 0.943600;, + 0.149400; 0.981100;, + 0.151400; 0.987100;, + 0.151400; 0.987100;, + 0.149400; 0.981100;, + 0.113900; 0.979500;, + 0.105700; 0.983800;, + 0.149400; 0.981100;, + 0.169900; 0.943600;, + 0.123300; 0.941900;, + 0.113900; 0.979500;, + 0.121100; 0.904900;, + 0.123300; 0.941900;, + 0.169900; 0.943600;, + 0.165900; 0.914500;, + 0.165900; 0.914500;, + 0.161000; 0.890400;, + 0.137900; 0.887000;, + 0.121100; 0.904900;, + 0.303600; 0.474100;, + 0.302700; 0.501400;, + 0.329800; 0.506000;, + 0.327900; 0.476700;, + 0.269700; 0.525800;, + 0.227400; 0.522200;, + 0.217900; 0.586000;, + 0.251300; 0.591000;, + 0.331300; 0.633900;, + 0.279300; 0.707400;, + 0.289600; 0.716500;, + 0.349300; 0.642400;, + 0.300100; 0.529600;, + 0.269700; 0.525800;, + 0.251300; 0.591000;, + 0.281300; 0.598900;, + 0.279300; 0.707400;, + 0.265000; 0.734600;, + 0.275000; 0.742400;, + 0.289600; 0.716500;, + 0.265000; 0.734600;, + 0.243700; 0.778000;, + 0.255600; 0.781500;, + 0.275000; 0.742400;, + 0.243700; 0.778000;, + 0.208000; 0.859300;, + 0.210900; 0.858300;, + 0.255600; 0.781500;, + 0.099600; 0.869400;, + 0.118800; 0.880500;, + 0.127800; 0.871200;, + 0.108100; 0.860000;, + 0.118800; 0.880500;, + 0.131600; 0.884000;, + 0.137900; 0.876400;, + 0.127800; 0.871200;, + 0.131600; 0.884000;, + 0.137900; 0.887000;, + 0.142400; 0.880100;, + 0.137900; 0.876400;, + 0.142400; 0.880100;, + 0.137900; 0.887000;, + 0.161000; 0.890400;, + 0.156000; 0.879400;, + 0.148400; 0.871400;, + 0.144900; 0.874400;, + 0.142400; 0.880100;, + 0.156000; 0.879400;, + 0.911900; 0.540500;, + 0.922100; 0.532800;, + 0.913900; 0.529000;, + 0.909500; 0.534700;, + 0.899800; 0.531100;, + 0.906000; 0.537900;, + 0.907600; 0.534500;, + 0.905400; 0.527300;, + 0.922100; 0.532800;, + 0.926100; 0.516700;, + 0.916300; 0.516900;, + 0.913900; 0.529000;, + 0.906000; 0.537900;, + 0.911900; 0.540500;, + 0.909500; 0.534700;, + 0.907600; 0.534500;, + 0.894800; 0.521000;, + 0.899800; 0.531100;, + 0.905400; 0.527300;, + 0.903800; 0.520200;, + 0.911000; 0.527900;, + 0.909500; 0.532000;, + 0.909500; 0.534700;, + 0.913900; 0.529000;, + 0.903800; 0.520200;, + 0.905400; 0.527300;, + 0.906800; 0.527000;, + 0.906000; 0.519900;, + 0.906000; 0.519900;, + 0.903800; 0.520200;, + 0.903100; 0.517000;, + 0.906100; 0.517300;, + 0.905400; 0.527300;, + 0.907600; 0.534500;, + 0.907900; 0.531600;, + 0.906800; 0.527000;, + 0.907600; 0.534500;, + 0.907900; 0.531600;, + 0.909500; 0.532000;, + 0.909500; 0.534700;, + 0.843800; 0.546800;, + 0.839300; 0.548200;, + 0.839100; 0.554800;, + 0.843800; 0.555600;, + 0.839600; 0.541800;, + 0.839700; 0.545300;, + 0.839300; 0.548200;, + 0.843800; 0.546800;, + 0.835000; 0.556200;, + 0.838200; 0.554400;, + 0.838700; 0.547800;, + 0.835500; 0.546400;, + 0.838800; 0.562100;, + 0.838800; 0.558300;, + 0.838200; 0.554400;, + 0.835000; 0.556200;, + 0.843800; 0.555600;, + 0.839100; 0.554800;, + 0.838800; 0.558300;, + 0.838800; 0.562100;, + 0.835500; 0.546400;, + 0.838700; 0.547800;, + 0.839700; 0.545300;, + 0.839600; 0.541800;, + 0.228300; 0.500000;, + 0.227400; 0.522200;, + 0.269700; 0.525800;, + 0.272900; 0.501400;, + 0.272900; 0.501400;, + 0.269700; 0.525800;, + 0.300100; 0.529600;, + 0.302700; 0.501400;, + 0.329800; 0.506000;, + 0.353600; 0.514500;, + 0.353800; 0.472300;, + 0.327900; 0.476700;, + 0.188400; 0.500400;, + 0.186500; 0.521600;, + 0.227400; 0.522200;, + 0.228300; 0.500000;, + 0.329300; 0.538600;, + 0.300100; 0.529600;, + 0.281300; 0.598900;, + 0.306200; 0.609600;, + 0.188400; 0.500400;, + 0.158500; 0.503900;, + 0.151300; 0.523400;, + 0.186500; 0.521600;, + 0.196200; 0.473400;, + 0.201900; 0.441000;, + 0.178600; 0.436700;, + 0.168600; 0.467900;, + 0.370500; 0.560700;, + 0.331300; 0.633900;, + 0.349300; 0.642400;, + 0.372800; 0.619100;, + 0.329800; 0.506000;, + 0.329300; 0.538600;, + 0.370500; 0.560700;, + 0.353600; 0.514500;, + 0.306200; 0.609600;, + 0.331300; 0.633900;, + 0.370500; 0.560700;, + 0.329300; 0.538600;, + 0.188400; 0.500400;, + 0.196200; 0.473400;, + 0.168600; 0.467900;, + 0.158500; 0.503900;, + 0.201900; 0.441000;, + 0.203700; 0.422100;, + 0.182400; 0.419000;, + 0.178600; 0.436700;, + 0.223200; 0.405000;, + 0.189100; 0.405700;, + 0.182400; 0.419000;, + 0.203700; 0.422100;, + 0.879800; 0.516800;, + 0.884200; 0.516800;, + 0.883900; 0.510900;, + 0.880300; 0.511600;, + 0.883900; 0.510900;, + 0.884200; 0.516800;, + 0.887200; 0.516800;, + 0.886100; 0.511000;, + 0.874400; 0.513800;, + 0.874300; 0.516800;, + 0.879800; 0.516800;, + 0.880300; 0.511600;, + 0.866200; 0.513200;, + 0.854300; 0.511100;, + 0.854300; 0.516800;, + 0.865500; 0.516800;, + 0.837000; 0.508600;, + 0.820300; 0.502200;, + 0.821400; 0.516800;, + 0.835200; 0.516800;, + 0.866200; 0.513200;, + 0.865500; 0.516800;, + 0.874300; 0.516800;, + 0.874400; 0.513800;, + 0.854300; 0.516800;, + 0.854300; 0.511100;, + 0.837000; 0.508600;, + 0.835200; 0.516800;, + 0.380600; 0.047900;, + 0.380600; 0.073600;, + 0.398200; 0.070200;, + 0.387500; 0.050000;, + 0.952700; 0.492700;, + 0.955000; 0.516800;, + 0.993300; 0.519300;, + 0.984300; 0.470800;, + 0.933400; 0.495100;, + 0.921500; 0.502000;, + 0.926100; 0.516700;, + 0.936700; 0.516800;, + 0.797100; 0.495200;, + 0.798600; 0.516800;, + 0.821400; 0.516800;, + 0.820300; 0.502200;, + 0.798600; 0.516800;, + 0.797100; 0.495200;, + 0.765000; 0.484600;, + 0.764400; 0.516800;, + 0.725900; 0.467100;, + 0.675400; 0.409400;, + 0.648700; 0.420400;, + 0.685600; 0.481600;, + 0.675400; 0.409400;, + 0.672200; 0.338400;, + 0.646200; 0.330100;, + 0.648700; 0.420400;, + 0.790600; 0.233800;, + 0.876300; 0.215800;, + 0.870300; 0.189400;, + 0.779000; 0.203000;, + 0.710400; 0.281800;, + 0.752800; 0.251900;, + 0.735900; 0.221300;, + 0.684900; 0.260400;, + 0.672200; 0.338400;, + 0.710400; 0.281800;, + 0.684900; 0.260400;, + 0.646200; 0.330100;, + 0.752800; 0.251900;, + 0.790600; 0.233800;, + 0.779000; 0.203000;, + 0.735900; 0.221300;, + 0.765000; 0.484600;, + 0.725900; 0.467100;, + 0.685100; 0.481600;, + 0.764400; 0.516800;, + 0.380600; 0.073600;, + 0.380700; 0.123000;, + 0.405700; 0.119300;, + 0.398200; 0.070200;, + 0.380700; 0.123000;, + 0.380700; 0.177500;, + 0.418300; 0.172500;, + 0.405700; 0.119300;, + 0.477600; 0.031300;, + 0.476400; 0.039900;, + 0.492700; 0.055900;, + 0.499200; 0.045800;, + 0.499200; 0.045800;, + 0.492700; 0.055900;, + 0.532000; 0.066300;, + 0.524000; 0.046000;, + 0.640700; 0.326900;, + 0.623100; 0.308800;, + 0.603900; 0.316100;, + 0.630900; 0.337300;, + 0.603900; 0.316100;, + 0.584400; 0.343600;, + 0.615100; 0.359400;, + 0.630900; 0.337300;, + 0.406800; 0.337000;, + 0.380800; 0.335600;, + 0.380700; 0.388500;, + 0.406100; 0.390900;, + 0.406100; 0.390900;, + 0.380700; 0.388500;, + 0.380600; 0.432200;, + 0.406200; 0.433600;, + 0.406200; 0.433600;, + 0.380600; 0.432200;, + 0.380600; 0.469800;, + 0.407400; 0.472300;, + 0.592500; 0.468000;, + 0.602000; 0.504100;, + 0.615900; 0.496900;, + 0.606700; 0.461800;, + 0.405900; 0.288000;, + 0.436300; 0.212500;, + 0.380800; 0.219100;, + 0.380800; 0.283500;, + 0.524000; 0.046000;, + 0.532000; 0.066300;, + 0.555300; 0.064500;, + 0.546900; 0.040300;, + 0.406800; 0.337000;, + 0.405900; 0.288000;, + 0.380800; 0.283500;, + 0.380800; 0.335600;, + 0.921500; 0.502000;, + 0.913900; 0.505400;, + 0.916300; 0.516900;, + 0.926100; 0.516700;, + 0.895900; 0.517100;, + 0.903100; 0.517000;, + 0.903700; 0.513500;, + 0.894700; 0.511200;, + 0.913900; 0.505400;, + 0.911200; 0.506300;, + 0.911400; 0.517000;, + 0.916300; 0.516900;, + 0.903100; 0.517000;, + 0.906100; 0.517300;, + 0.906000; 0.514500;, + 0.903700; 0.513500;, + 0.407600; 0.514400;, + 0.407400; 0.472300;, + 0.380600; 0.469800;, + 0.380600; 0.508000;, + 0.380600; 0.618800;, + 0.388500; 0.619100;, + 0.390800; 0.560700;, + 0.380600; 0.554200;, + 0.649300; 0.550500;, + 0.649800; 0.549800;, + 0.626600; 0.521000;, + 0.609500; 0.523500;, + 0.582600; 0.436700;, + 0.592500; 0.468000;, + 0.606700; 0.461800;, + 0.599700; 0.428200;, + 0.886100; 0.522700;, + 0.894800; 0.521000;, + 0.895900; 0.517100;, + 0.887200; 0.516800;, + 0.879800; 0.516800;, + 0.880300; 0.522000;, + 0.883900; 0.522800;, + 0.884200; 0.516800;, + 0.883900; 0.522800;, + 0.886100; 0.522700;, + 0.887200; 0.516800;, + 0.884200; 0.516800;, + 0.874400; 0.519900;, + 0.880300; 0.522000;, + 0.879800; 0.516800;, + 0.874300; 0.516800;, + 0.837000; 0.525000;, + 0.835200; 0.516800;, + 0.821400; 0.516800;, + 0.820300; 0.531400;, + 0.952700; 0.541000;, + 0.984300; 0.562800;, + 0.993300; 0.519300;, + 0.955000; 0.516800;, + 0.952700; 0.541000;, + 0.955000; 0.516800;, + 0.945800; 0.516800;, + 0.942700; 0.540100;, + 0.936700; 0.516800;, + 0.933400; 0.538500;, + 0.942700; 0.540100;, + 0.945800; 0.516800;, + 0.933400; 0.538500;, + 0.936700; 0.516800;, + 0.926100; 0.516700;, + 0.922100; 0.532800;, + 0.797100; 0.538500;, + 0.820300; 0.531400;, + 0.821400; 0.516800;, + 0.798600; 0.516800;, + 0.877100; 0.817300;, + 0.869200; 0.845800;, + 0.918200; 0.850200;, + 0.921100; 0.827200;, + 0.790600; 0.799900;, + 0.779000; 0.830600;, + 0.869200; 0.845800;, + 0.877100; 0.817300;, + 0.710400; 0.751900;, + 0.684900; 0.773300;, + 0.735900; 0.812400;, + 0.752800; 0.781700;, + 0.752800; 0.781700;, + 0.735900; 0.812400;, + 0.779000; 0.830600;, + 0.790600; 0.799900;, + 0.289200; 0.026700;, + 0.283600; 0.031300;, + 0.284900; 0.039900;, + 0.293700; 0.032300;, + 0.380700; 0.123000;, + 0.355700; 0.119300;, + 0.343100; 0.172600;, + 0.380700; 0.177500;, + 0.283600; 0.031300;, + 0.262100; 0.045800;, + 0.268600; 0.055900;, + 0.284900; 0.039900;, + 0.157500; 0.316100;, + 0.130400; 0.337300;, + 0.146200; 0.359400;, + 0.177000; 0.343600;, + 0.156600; 0.380000;, + 0.162900; 0.410200;, + 0.189100; 0.405700;, + 0.186200; 0.372800;, + 0.354800; 0.337100;, + 0.355200; 0.390900;, + 0.380700; 0.388500;, + 0.380800; 0.335600;, + 0.355200; 0.390900;, + 0.355000; 0.433700;, + 0.380600; 0.432200;, + 0.380700; 0.388500;, + 0.168600; 0.467900;, + 0.154600; 0.461800;, + 0.145300; 0.496900;, + 0.158500; 0.503900;, + 0.355800; 0.288300;, + 0.380800; 0.283500;, + 0.380800; 0.219100;, + 0.325200; 0.212700;, + 0.146200; 0.359400;, + 0.156600; 0.380000;, + 0.186200; 0.372800;, + 0.177000; 0.343600;, + 0.325200; 0.212700;, + 0.380800; 0.219100;, + 0.380700; 0.177500;, + 0.343100; 0.172600;, + 0.895900; 0.517100;, + 0.894800; 0.521000;, + 0.903800; 0.520200;, + 0.903100; 0.517000;, + 0.911400; 0.517000;, + 0.916300; 0.516900;, + 0.913900; 0.529000;, + 0.911000; 0.527900;, + 0.158500; 0.503900;, + 0.145300; 0.496900;, + 0.134700; 0.521000;, + 0.151300; 0.523400;, + 0.353600; 0.514500;, + 0.380600; 0.508000;, + 0.380600; 0.469800;, + 0.353800; 0.472300;, + 0.380600; 0.618800;, + 0.380600; 0.554200;, + 0.370500; 0.560700;, + 0.372800; 0.619100;, + 0.111900; 0.550500;, + 0.151300; 0.523400;, + 0.134700; 0.521000;, + 0.111500; 0.549800;, + 0.178600; 0.436700;, + 0.161600; 0.428200;, + 0.154600; 0.461800;, + 0.168600; 0.467900;, + 0.370500; 0.560700;, + 0.380600; 0.554200;, + 0.380600; 0.508000;, + 0.353600; 0.514500;, + 0.189100; 0.405700;, + 0.162900; 0.410200;, + 0.162500; 0.419500;, + 0.182400; 0.419000;, + 0.182400; 0.419000;, + 0.162500; 0.419500;, + 0.161600; 0.428200;, + 0.178600; 0.436700;; + } // End of wolfwoman_proxy741 UV coordinates + MeshMaterialList { // wolfwoman_proxy741 material list + 1; + 730; + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0; + Material wolfwoman_body { + 0.000000; 0.000000; 0.000000; 0.000000;; + -1.960784; + 0.500000; 0.500000; 0.500000;; + 0.000000; 0.000000; 0.000000;; + } + } // End of wolfwoman_proxy741 material list + XSkinMeshHeader { + 8; + 24; + 53; + } + SkinWeights { + "wolfwoman_thumb_01_l"; + 71; + 446, + 503, + 832, + 834, + 835, + 844, + 845, + 846, + 847, + 849, + 850, + 851, + 853, + 856, + 857, + 862, + 863, + 866, + 868, + 869, + 870, + 872, + 873, + 874, + 875, + 876, + 879, + 880, + 881, + 882, + 885, + 886, + 887, + 889, + 893, + 894, + 895, + 902, + 903, + 904, + 908, + 910, + 911, + 912, + 913, + 914, + 915, + 916, + 917, + 920, + 921, + 924, + 928, + 929, + 932, + 933, + 934, + 935, + 936, + 937, + 939, + 944, + 945, + 946, + 948, + 952, + 953, + 968, + 969, + 970, + 971; + 0.057747, + 0.057747, + 0.057747, + 0.796909, + 0.086513, + 0.033793, + 0.059532, + 0.830737, + 0.609486, + 0.033793, + 0.609486, + 0.086513, + 0.059532, + 0.086513, + 0.796909, + 0.059532, + 0.033793, + 0.033793, + 0.796909, + 0.830737, + 0.059532, + 0.086513, + 0.609486, + 0.734865, + 0.894927, + 0.058122, + 0.894927, + 0.057747, + 0.086513, + 0.894927, + 0.115120, + 0.830737, + 0.796909, + 0.058122, + 0.058122, + 0.111937, + 0.035159, + 0.035159, + 0.024151, + 0.115120, + 0.115120, + 0.024151, + 0.151257, + 0.151257, + 0.609486, + 0.830737, + 0.115120, + 0.151257, + 0.024151, + 0.035159, + 0.111937, + 0.055140, + 0.024151, + 0.035159, + 0.734865, + 0.609486, + 0.027180, + 0.055140, + 0.609486, + 0.151257, + 0.027180, + 0.111937, + 0.734865, + 0.055140, + 0.027180, + 0.055140, + 0.027180, + 0.058122, + 0.894927, + 0.734865, + 0.111937; + 0.656662, 0.307086, 0.688835, 0.000000, + -0.423394,-0.605738, 0.673660, 0.000000, + 0.624125,-0.734016,-0.267747, 0.000000, + -0.861924, 0.213442,-0.359490, 1.000000;; + } // End of wolfwoman_thumb_01_l skin weights + SkinWeights { + "wolfwoman_middle_02_l"; + 0; + 0.026345, 0.986940,-0.158918, 0.000000, + 0.864792,-0.102244,-0.491611, 0.000000, + -0.501439,-0.124480,-0.856191, 0.000000, + 0.262899,-0.770043, 0.663709, 1.000000;; + } // End of wolfwoman_middle_02_l skin weights + SkinWeights { + "wolfwoman_Root"; + 0; + 0.000000,-0.000000, 1.000000, 0.000000, + -0.000000,-1.000000,-0.000000, 0.000000, + 1.000000, 0.000000,-0.000000, 0.000000, + 0.820000, 0.093508,-0.000000, 1.000000;; + } // End of wolfwoman_Root skin weights + SkinWeights { + "wolfwoman_ring_02_r"; + 0; + 0.062199,-0.988038, 0.141113, 0.000000, + -0.915290,-0.112844,-0.386666, 0.000000, + 0.397964,-0.105109,-0.911360, 0.000000, + -0.147788,-0.772477, 0.686553, 1.000000;; + } // End of wolfwoman_ring_02_r skin weights + SkinWeights { + "wolfwoman_thumb_01_r"; + 71; + 1766, + 1821, + 2160, + 2161, + 2162, + 2172, + 2173, + 2174, + 2175, + 2177, + 2178, + 2179, + 2183, + 2184, + 2187, + 2189, + 2190, + 2194, + 2196, + 2198, + 2199, + 2200, + 2201, + 2202, + 2203, + 2204, + 2205, + 2208, + 2210, + 2211, + 2213, + 2214, + 2215, + 2219, + 2221, + 2222, + 2223, + 2229, + 2230, + 2232, + 2236, + 2237, + 2238, + 2240, + 2241, + 2242, + 2243, + 2244, + 2247, + 2248, + 2251, + 2252, + 2256, + 2259, + 2260, + 2261, + 2262, + 2263, + 2264, + 2265, + 2267, + 2272, + 2274, + 2275, + 2276, + 2280, + 2283, + 2296, + 2297, + 2298, + 2299; + 0.057853, + 0.057853, + 0.057853, + 0.086556, + 0.796915, + 0.033800, + 0.609479, + 0.830732, + 0.059533, + 0.086556, + 0.609479, + 0.033800, + 0.059533, + 0.086556, + 0.796915, + 0.033800, + 0.059533, + 0.033800, + 0.796915, + 0.059533, + 0.830732, + 0.086556, + 0.895365, + 0.734828, + 0.609479, + 0.058007, + 0.895365, + 0.057853, + 0.895365, + 0.086556, + 0.796915, + 0.830732, + 0.115121, + 0.058007, + 0.035149, + 0.111929, + 0.058007, + 0.024144, + 0.035149, + 0.115121, + 0.115121, + 0.151249, + 0.024144, + 0.151249, + 0.115121, + 0.830732, + 0.609479, + 0.151249, + 0.024144, + 0.035149, + 0.111929, + 0.055030, + 0.024144, + 0.035149, + 0.734828, + 0.055030, + 0.027171, + 0.609479, + 0.609479, + 0.027171, + 0.151249, + 0.111929, + 0.055030, + 0.734828, + 0.027171, + 0.055030, + 0.027171, + 0.058007, + 0.111929, + 0.734828, + 0.895365; + 0.656729,-0.306965,-0.688825, 0.000000, + 0.423449,-0.605715, 0.673647, 0.000000, + -0.624018,-0.734085,-0.267807, 0.000000, + 0.861909, 0.213574,-0.359447, 1.000000;; + } // End of wolfwoman_thumb_01_r skin weights + SkinWeights { + "wolfwoman_ring_03_l"; + 18; + 926, + 943, + 958, + 961, + 962, + 963, + 964, + 966, + 967, + 974, + 981, + 982, + 983, + 985, + 989, + 992, + 994, + 999; + 0.105819, + 0.137090, + 0.137090, + 0.137090, + 1.000000, + 0.003960, + 0.137090, + 1.000000, + 1.000000, + 0.003960, + 0.003960, + 1.000000, + 1.000000, + 0.003960, + 0.105819, + 0.105819, + 1.000000, + 0.105819; + -0.015824, 0.970653,-0.239964, 0.000000, + 0.961451,-0.051121,-0.270184, 0.000000, + -0.274522,-0.234989,-0.932426, 0.000000, + 0.140312,-0.708904, 0.781320, 1.000000;; + } // End of wolfwoman_ring_03_l skin weights + SkinWeights { + "wolfwoman_thigh_r"; + 348; + 573, + 574, + 582, + 583, + 598, + 600, + 601, + 602, + 603, + 605, + 606, + 712, + 720, + 721, + 722, + 726, + 731, + 1129, + 1130, + 1136, + 1137, + 1240, + 1241, + 1242, + 1243, + 1248, + 1249, + 1250, + 1251, + 1252, + 1258, + 1259, + 1264, + 1265, + 1266, + 1267, + 1268, + 1269, + 1270, + 1271, + 1272, + 1273, + 1274, + 1275, + 1277, + 1278, + 1279, + 1281, + 1868, + 1869, + 1870, + 1872, + 1873, + 1874, + 1875, + 1877, + 1878, + 1879, + 1880, + 1881, + 1882, + 1883, + 1884, + 1885, + 1886, + 1887, + 1888, + 1889, + 1890, + 1891, + 1892, + 1893, + 1894, + 1895, + 1896, + 1897, + 1898, + 1899, + 1900, + 1901, + 1902, + 1903, + 1904, + 1905, + 1906, + 1907, + 1908, + 1909, + 1910, + 1911, + 1912, + 1913, + 1914, + 1915, + 1916, + 1917, + 1918, + 1919, + 1920, + 1921, + 1922, + 1923, + 1924, + 1925, + 1926, + 1927, + 1928, + 1929, + 1930, + 1931, + 1932, + 1933, + 1934, + 1935, + 1962, + 1980, + 1986, + 1987, + 1988, + 1989, + 1990, + 1991, + 1996, + 1997, + 2002, + 2003, + 2016, + 2017, + 2018, + 2019, + 2020, + 2021, + 2022, + 2023, + 2024, + 2025, + 2026, + 2027, + 2028, + 2029, + 2030, + 2031, + 2032, + 2033, + 2034, + 2035, + 2036, + 2037, + 2038, + 2039, + 2040, + 2041, + 2042, + 2043, + 2044, + 2045, + 2046, + 2047, + 2048, + 2049, + 2050, + 2051, + 2052, + 2053, + 2054, + 2055, + 2056, + 2057, + 2058, + 2059, + 2060, + 2061, + 2062, + 2063, + 2076, + 2077, + 2078, + 2079, + 2080, + 2081, + 2082, + 2083, + 2084, + 2085, + 2086, + 2087, + 2088, + 2089, + 2090, + 2091, + 2092, + 2093, + 2094, + 2095, + 2096, + 2097, + 2098, + 2099, + 2100, + 2101, + 2102, + 2103, + 2104, + 2107, + 2108, + 2111, + 2112, + 2115, + 2116, + 2119, + 2120, + 2123, + 2124, + 2127, + 2128, + 2131, + 2456, + 2457, + 2458, + 2459, + 2460, + 2461, + 2462, + 2463, + 2464, + 2465, + 2466, + 2467, + 2468, + 2469, + 2470, + 2471, + 2472, + 2473, + 2474, + 2475, + 2476, + 2479, + 2568, + 2569, + 2570, + 2571, + 2572, + 2573, + 2574, + 2575, + 2576, + 2577, + 2578, + 2579, + 2580, + 2581, + 2582, + 2583, + 2584, + 2585, + 2586, + 2587, + 2588, + 2589, + 2590, + 2591, + 2592, + 2593, + 2594, + 2595, + 2596, + 2597, + 2598, + 2599, + 2600, + 2601, + 2602, + 2603, + 2604, + 2605, + 2606, + 2607, + 2608, + 2609, + 2610, + 2611, + 2612, + 2613, + 2614, + 2615, + 2616, + 2617, + 2618, + 2619, + 2722, + 2725, + 2726, + 2727, + 2728, + 2729, + 2730, + 2731, + 2733, + 2734, + 2764, + 2765, + 2766, + 2767, + 2768, + 2769, + 2770, + 2771, + 2772, + 2773, + 2774, + 2775, + 2854, + 2857, + 2858, + 2860, + 2861, + 2862, + 2863, + 2864, + 2866, + 2867, + 2888, + 2889, + 2890, + 2891, + 2892, + 2893, + 2894, + 2895, + 2896, + 2897, + 2898, + 2899, + 2900, + 2901, + 2902, + 2903, + 2904, + 2907, + 2908, + 2909, + 2910, + 2911, + 2912, + 2915, + 2916, + 2919; + 0.003277, + 0.023677, + 0.037353, + 0.003277, + 0.003277, + 0.003277, + 0.037353, + 0.060833, + 0.023677, + 0.033156, + 0.048431, + 0.042886, + 0.042886, + 0.218282, + 0.113593, + 0.008949, + 0.113593, + 0.023677, + 0.033156, + 0.008949, + 0.042886, + 0.033156, + 0.023677, + 0.060833, + 0.086767, + 0.098154, + 0.113593, + 0.270512, + 0.170083, + 0.048431, + 0.113593, + 0.098154, + 0.138719, + 0.218282, + 0.042886, + 0.008949, + 0.033156, + 0.086767, + 0.138719, + 0.048431, + 0.138719, + 0.086767, + 0.144685, + 0.191317, + 0.048431, + 0.138719, + 0.008949, + 0.098154, + 0.000152, + 0.074584, + 0.054995, + 0.040879, + 0.137434, + 0.099159, + 0.018095, + 0.062159, + 0.149801, + 0.055538, + 0.055538, + 0.149801, + 0.137434, + 0.040879, + 0.149801, + 0.374334, + 0.374426, + 0.137434, + 0.137434, + 0.374426, + 0.235208, + 0.099159, + 0.817765, + 0.374334, + 0.263358, + 0.653216, + 0.235208, + 0.495271, + 0.308163, + 0.180805, + 0.374334, + 0.149801, + 0.164732, + 0.263358, + 0.074584, + 0.180805, + 0.113540, + 0.054995, + 0.374334, + 0.817765, + 0.758400, + 0.374426, + 0.374426, + 0.758400, + 0.495271, + 0.235208, + 0.113540, + 0.186280, + 0.104693, + 0.068847, + 0.817765, + 0.653216, + 0.844441, + 0.998699, + 0.099159, + 0.235208, + 0.180805, + 0.074584, + 0.180805, + 0.308163, + 0.186280, + 0.113540, + 0.717259, + 0.885424, + 0.656362, + 0.424634, + 0.055538, + 0.000152, + 0.018095, + 0.000152, + 0.074584, + 0.000152, + 0.018095, + 0.099159, + 0.055538, + 0.040879, + 0.040879, + 0.018095, + 0.997524, + 0.924925, + 0.947588, + 0.932850, + 1.000000, + 0.918341, + 0.924925, + 0.997524, + 1.000000, + 0.962561, + 1.000000, + 1.000000, + 0.758400, + 0.897712, + 0.717259, + 0.495271, + 1.000000, + 1.000000, + 1.000000, + 0.918341, + 0.817765, + 0.998699, + 0.897712, + 0.758400, + 0.849782, + 0.933018, + 0.963295, + 0.946529, + 1.000000, + 0.946529, + 0.963295, + 0.962561, + 0.849782, + 0.946529, + 0.575450, + 0.267708, + 0.947588, + 0.941044, + 0.901751, + 0.932850, + 0.923964, + 0.575450, + 0.946529, + 1.000000, + 1.000000, + 0.923964, + 1.000000, + 1.000000, + 0.963295, + 0.089004, + 0.066673, + 0.962561, + 0.924925, + 0.061087, + 0.053610, + 0.947588, + 0.947588, + 0.053610, + 0.048849, + 0.941044, + 0.918341, + 0.065922, + 0.061087, + 0.924925, + 1.000000, + 0.078554, + 0.065922, + 0.918341, + 0.933018, + 0.077302, + 0.089004, + 0.963295, + 0.962561, + 0.066673, + 0.078554, + 1.000000, + 0.078554, + 0.065922, + 0.065922, + 0.061087, + 0.066673, + 0.078554, + 0.077302, + 0.089004, + 0.089004, + 0.066673, + 0.053610, + 0.048849, + 0.061087, + 0.053610, + 0.495271, + 0.717259, + 0.424634, + 0.308163, + 0.980630, + 1.000000, + 1.000000, + 1.000000, + 0.901751, + 0.941044, + 0.933018, + 0.849782, + 0.885424, + 0.980630, + 1.000000, + 0.997524, + 0.941044, + 0.048849, + 0.077302, + 0.933018, + 0.048849, + 0.077302, + 0.998699, + 1.000000, + 0.980630, + 0.897712, + 0.897712, + 0.980630, + 0.885424, + 0.717259, + 0.424634, + 0.259407, + 0.186280, + 0.308163, + 0.844441, + 0.923964, + 1.000000, + 0.998699, + 0.656362, + 0.885424, + 0.997524, + 0.932850, + 0.844441, + 0.391508, + 0.575450, + 0.923964, + 0.653216, + 0.263358, + 0.073266, + 0.118537, + 0.257267, + 0.901751, + 0.849782, + 0.267708, + 0.424634, + 0.656362, + 0.257267, + 0.259407, + 0.932850, + 0.901751, + 0.257267, + 0.656362, + 0.844441, + 0.653216, + 0.118537, + 0.391508, + 0.263358, + 0.164732, + 0.064649, + 0.073266, + 0.149801, + 0.062159, + 0.064649, + 0.164732, + 0.022176, + 0.022176, + 0.068847, + 0.037353, + 0.037353, + 0.068847, + 0.104693, + 0.060833, + 0.098154, + 0.170083, + 0.086767, + 0.060833, + 0.104693, + 0.144685, + 0.240272, + 0.218282, + 0.138719, + 0.191317, + 0.218282, + 0.240272, + 0.270512, + 0.113593, + 0.062159, + 0.054995, + 0.022176, + 0.054995, + 0.113540, + 0.068847, + 0.022176, + 0.118537, + 0.170083, + 0.391508, + 0.391508, + 0.170083, + 0.270512, + 0.575450, + 0.259407, + 0.144685, + 0.104693, + 0.186280, + 0.240272, + 0.191317, + 0.257267, + 0.267708, + 0.267708, + 0.575450, + 0.270512, + 0.240272, + 0.073266, + 0.118537, + 0.257267, + 0.191317, + 0.144685, + 0.259407, + 0.062159, + 0.064649, + 0.064649, + 0.073266; + 0.907777,-0.033415, 0.418120, 0.000000, + -0.419430,-0.082651, 0.904018, 0.000000, + 0.004350,-0.996018,-0.089044, 0.000000, + 0.129335, 0.100797,-0.013252, 1.000000;; + } // End of wolfwoman_thigh_r skin weights + SkinWeights { + "wolfwoman_spine_01"; + 360; + 525, + 529, + 530, + 533, + 534, + 538, + 539, + 540, + 541, + 542, + 543, + 544, + 545, + 546, + 547, + 549, + 550, + 551, + 552, + 553, + 554, + 555, + 556, + 557, + 558, + 559, + 560, + 561, + 562, + 563, + 564, + 565, + 566, + 567, + 568, + 569, + 570, + 571, + 572, + 573, + 574, + 575, + 576, + 577, + 578, + 579, + 580, + 581, + 582, + 583, + 584, + 585, + 586, + 587, + 588, + 589, + 590, + 591, + 592, + 593, + 594, + 595, + 596, + 597, + 598, + 599, + 600, + 601, + 602, + 603, + 604, + 605, + 606, + 628, + 631, + 633, + 634, + 635, + 646, + 648, + 649, + 650, + 651, + 652, + 653, + 654, + 655, + 656, + 657, + 658, + 659, + 668, + 669, + 670, + 671, + 672, + 673, + 674, + 675, + 700, + 701, + 702, + 703, + 708, + 709, + 710, + 711, + 1128, + 1129, + 1130, + 1131, + 1232, + 1233, + 1236, + 1237, + 1240, + 1241, + 1242, + 1243, + 1244, + 1245, + 1252, + 1256, + 1260, + 1261, + 1262, + 1263, + 1268, + 1269, + 1271, + 1273, + 1274, + 1277, + 1280, + 1282, + 1283, + 1284, + 1285, + 1286, + 1287, + 1288, + 1289, + 1290, + 1291, + 1292, + 1293, + 1294, + 1295, + 1296, + 1297, + 1298, + 1299, + 1855, + 1858, + 1859, + 1862, + 1863, + 1865, + 1866, + 1868, + 1869, + 1870, + 1871, + 1872, + 1873, + 1874, + 1875, + 1876, + 1877, + 1878, + 1879, + 1880, + 1881, + 1882, + 1883, + 1884, + 1885, + 1886, + 1887, + 1888, + 1889, + 1890, + 1891, + 1892, + 1893, + 1894, + 1895, + 1896, + 1897, + 1898, + 1899, + 1900, + 1901, + 1902, + 1903, + 1904, + 1905, + 1906, + 1907, + 1908, + 1909, + 1910, + 1911, + 1912, + 1913, + 1914, + 1915, + 1916, + 1917, + 1918, + 1919, + 1920, + 1921, + 1922, + 1923, + 1924, + 1925, + 1926, + 1927, + 1928, + 1929, + 1930, + 1931, + 1932, + 1934, + 1935, + 1956, + 1957, + 1961, + 1962, + 1963, + 1976, + 1977, + 1978, + 1979, + 1980, + 1981, + 1982, + 1983, + 1984, + 1985, + 1986, + 1987, + 1988, + 1989, + 1990, + 1991, + 1996, + 1997, + 1998, + 1999, + 2000, + 2001, + 2002, + 2003, + 2028, + 2029, + 2030, + 2031, + 2036, + 2037, + 2038, + 2039, + 2456, + 2457, + 2458, + 2459, + 2568, + 2571, + 2572, + 2575, + 2576, + 2577, + 2578, + 2579, + 2580, + 2583, + 2584, + 2588, + 2592, + 2593, + 2594, + 2595, + 2600, + 2601, + 2603, + 2607, + 2608, + 2609, + 2610, + 2612, + 2613, + 2614, + 2615, + 2616, + 2617, + 2618, + 2619, + 2720, + 2721, + 2722, + 2723, + 2724, + 2725, + 2726, + 2727, + 2728, + 2729, + 2730, + 2731, + 2732, + 2735, + 2736, + 2739, + 2744, + 2745, + 2746, + 2747, + 2764, + 2765, + 2766, + 2767, + 2776, + 2777, + 2778, + 2779, + 2853, + 2854, + 2855, + 2856, + 2857, + 2858, + 2859, + 2860, + 2861, + 2862, + 2863, + 2864, + 2865, + 2868, + 2869, + 2874, + 2892, + 2893, + 2894, + 2895, + 2904, + 2905, + 2906, + 2907, + 2910, + 2911, + 2912, + 2913, + 2914, + 2915, + 2916, + 2917, + 2918, + 2919; + 0.060360, + 0.059332, + 0.060360, + 0.014328, + 0.059332, + 0.013172, + 0.014328, + 0.072229, + 0.065148, + 0.161138, + 0.171021, + 0.112922, + 0.088490, + 0.202267, + 0.307949, + 0.085485, + 0.237690, + 0.064026, + 0.085485, + 0.155334, + 0.411062, + 0.237690, + 0.155334, + 0.112922, + 0.307949, + 0.411062, + 0.411062, + 0.307949, + 0.213513, + 0.377890, + 0.307949, + 0.202267, + 0.316878, + 0.213513, + 0.118745, + 0.153898, + 0.459541, + 0.377890, + 0.316878, + 0.333240, + 0.160548, + 0.151493, + 0.377890, + 0.459541, + 0.435448, + 0.411062, + 0.171021, + 0.161138, + 0.341176, + 0.333240, + 0.377890, + 0.213513, + 0.097068, + 0.118745, + 0.213513, + 0.316878, + 0.151493, + 0.097068, + 0.118745, + 0.001214, + 0.013423, + 0.153898, + 0.202267, + 0.171021, + 0.333240, + 0.316878, + 0.333240, + 0.341176, + 0.169315, + 0.160548, + 0.073944, + 0.084660, + 0.010966, + 0.013172, + 0.007275, + 0.060360, + 0.155334, + 0.085485, + 0.085485, + 0.072229, + 0.013172, + 0.007275, + 0.065148, + 0.013172, + 0.072229, + 0.088490, + 0.014328, + 0.171021, + 0.202267, + 0.088490, + 0.072229, + 0.155334, + 0.060360, + 0.059332, + 0.112922, + 0.014328, + 0.088490, + 0.112922, + 0.059332, + 0.097068, + 0.151493, + 0.073944, + 0.040222, + 0.118745, + 0.097068, + 0.040222, + 0.001214, + 0.151493, + 0.160548, + 0.084660, + 0.073944, + 0.001214, + 0.040222, + 0.040222, + 0.073944, + 0.084660, + 0.160548, + 0.169315, + 0.071366, + 0.013423, + 0.001214, + 0.010966, + 0.013423, + 0.153898, + 0.176762, + 0.600674, + 0.459541, + 0.084660, + 0.071366, + 0.010966, + 0.071366, + 0.084658, + 0.010966, + 0.013423, + 0.176762, + 0.153898, + 0.237690, + 0.308955, + 0.235875, + 0.064026, + 0.308955, + 0.600674, + 0.808437, + 0.235875, + 0.459541, + 0.600674, + 0.308955, + 0.435448, + 0.411062, + 0.435448, + 0.308955, + 0.237690, + 0.060388, + 0.060388, + 0.059410, + 0.059410, + 0.014278, + 0.014278, + 0.013175, + 0.072023, + 0.171341, + 0.161142, + 0.065149, + 0.113002, + 0.308158, + 0.202541, + 0.088334, + 0.085523, + 0.237787, + 0.411271, + 0.155396, + 0.155396, + 0.411271, + 0.308158, + 0.113002, + 0.411271, + 0.377977, + 0.213541, + 0.308158, + 0.308158, + 0.213541, + 0.316895, + 0.202541, + 0.118873, + 0.377977, + 0.459754, + 0.154489, + 0.316895, + 0.151507, + 0.160550, + 0.333243, + 0.377977, + 0.411271, + 0.435570, + 0.459754, + 0.171341, + 0.333243, + 0.341172, + 0.161142, + 0.377977, + 0.118873, + 0.097085, + 0.213541, + 0.213541, + 0.097085, + 0.151507, + 0.316895, + 0.341172, + 0.169316, + 0.173864, + 0.346091, + 0.118873, + 0.154489, + 0.013593, + 0.001301, + 0.202541, + 0.316895, + 0.333243, + 0.171341, + 0.333243, + 0.160550, + 0.169316, + 0.341172, + 0.073954, + 0.010972, + 0.084664, + 0.013175, + 0.007275, + 0.085523, + 0.155396, + 0.060388, + 0.065149, + 0.069748, + 0.003972, + 0.007275, + 0.072023, + 0.065149, + 0.007275, + 0.013175, + 0.013175, + 0.014278, + 0.088334, + 0.072023, + 0.171341, + 0.072023, + 0.088334, + 0.202541, + 0.155396, + 0.113002, + 0.059410, + 0.060388, + 0.014278, + 0.059410, + 0.113002, + 0.088334, + 0.097085, + 0.040244, + 0.073954, + 0.151507, + 0.118873, + 0.001301, + 0.040244, + 0.097085, + 0.151507, + 0.073954, + 0.084664, + 0.160550, + 0.001301, + 0.040244, + 0.040244, + 0.073954, + 0.084664, + 0.071364, + 0.169316, + 0.160550, + 0.013593, + 0.001301, + 0.010972, + 0.013593, + 0.154489, + 0.459754, + 0.600918, + 0.179659, + 0.084664, + 0.010972, + 0.071364, + 0.010972, + 0.013593, + 0.154489, + 0.179659, + 0.459754, + 0.435570, + 0.309108, + 0.600918, + 0.411271, + 0.237787, + 0.309108, + 0.435570, + 0.065148, + 0.069748, + 0.164342, + 0.161138, + 0.161138, + 0.164342, + 0.346091, + 0.341176, + 0.341176, + 0.346091, + 0.173864, + 0.169315, + 0.176762, + 0.482684, + 0.007275, + 0.003972, + 0.065148, + 0.007275, + 0.003972, + 0.069748, + 0.071366, + 0.169315, + 0.173864, + 0.084658, + 0.600674, + 0.176762, + 0.482684, + 0.808437, + 0.064026, + 0.237787, + 0.085523, + 0.065149, + 0.161142, + 0.164342, + 0.069748, + 0.161142, + 0.341172, + 0.346091, + 0.164342, + 0.179659, + 0.482684, + 0.007275, + 0.003972, + 0.085523, + 0.071364, + 0.084658, + 0.173864, + 0.169316, + 0.600918, + 0.808437, + 0.482684, + 0.179659, + 0.084658, + 0.071364, + 0.237787, + 0.064026, + 0.235875, + 0.309108, + 0.309108, + 0.235875, + 0.808437, + 0.600918; + 1.000000,-0.000000, 0.000000, 0.000000, + -0.000000,-0.127300,-0.991864, 0.000000, + 0.000000, 0.991864,-0.127300, 0.000000, + -0.000000,-0.177311, 0.119312, 1.000000;; + } // End of wolfwoman_spine_01 skin weights + SkinWeights { + "wolfwoman_thigh_l"; + 348; + 540, + 542, + 543, + 544, + 545, + 546, + 547, + 550, + 553, + 554, + 555, + 556, + 557, + 558, + 559, + 560, + 561, + 562, + 563, + 564, + 565, + 566, + 567, + 568, + 569, + 570, + 571, + 572, + 573, + 574, + 575, + 576, + 577, + 578, + 579, + 580, + 581, + 582, + 583, + 584, + 585, + 586, + 587, + 588, + 589, + 590, + 591, + 592, + 593, + 594, + 595, + 596, + 597, + 598, + 599, + 600, + 601, + 602, + 603, + 604, + 605, + 606, + 607, + 634, + 648, + 653, + 654, + 656, + 657, + 658, + 659, + 668, + 671, + 673, + 674, + 688, + 689, + 690, + 691, + 692, + 693, + 694, + 695, + 696, + 697, + 698, + 699, + 700, + 701, + 702, + 703, + 704, + 705, + 706, + 707, + 708, + 709, + 710, + 711, + 712, + 713, + 714, + 715, + 716, + 717, + 718, + 719, + 720, + 721, + 722, + 723, + 724, + 725, + 726, + 727, + 728, + 729, + 730, + 731, + 732, + 733, + 734, + 735, + 748, + 749, + 750, + 751, + 752, + 753, + 754, + 755, + 756, + 757, + 758, + 759, + 760, + 761, + 762, + 763, + 764, + 765, + 766, + 767, + 768, + 769, + 770, + 771, + 772, + 773, + 774, + 775, + 776, + 777, + 780, + 781, + 784, + 785, + 788, + 789, + 792, + 793, + 796, + 797, + 800, + 801, + 1128, + 1129, + 1130, + 1131, + 1132, + 1133, + 1134, + 1135, + 1136, + 1137, + 1138, + 1139, + 1140, + 1141, + 1142, + 1143, + 1144, + 1145, + 1146, + 1147, + 1148, + 1149, + 1232, + 1233, + 1234, + 1235, + 1236, + 1237, + 1238, + 1239, + 1240, + 1241, + 1242, + 1243, + 1244, + 1245, + 1246, + 1247, + 1248, + 1249, + 1250, + 1251, + 1252, + 1253, + 1254, + 1255, + 1256, + 1257, + 1258, + 1259, + 1260, + 1261, + 1262, + 1263, + 1264, + 1265, + 1266, + 1267, + 1268, + 1269, + 1270, + 1271, + 1272, + 1273, + 1274, + 1275, + 1276, + 1277, + 1278, + 1279, + 1280, + 1281, + 1282, + 1283, + 1284, + 1285, + 1288, + 1289, + 1292, + 1293, + 1294, + 1295, + 1296, + 1297, + 1298, + 1299, + 1898, + 1899, + 1905, + 1906, + 1916, + 1917, + 1918, + 1919, + 1926, + 1928, + 1929, + 1930, + 1931, + 1934, + 1935, + 2040, + 2048, + 2050, + 2051, + 2054, + 2057, + 2458, + 2459, + 2464, + 2467, + 2576, + 2577, + 2578, + 2579, + 2584, + 2589, + 2590, + 2596, + 2597, + 2598, + 2599, + 2600, + 2601, + 2602, + 2603, + 2605, + 2606, + 2607, + 2611, + 2722, + 2723, + 2724, + 2725, + 2726, + 2727, + 2728, + 2729, + 2730, + 2731, + 2732, + 2733, + 2734, + 2764, + 2765, + 2766, + 2767, + 2768, + 2769, + 2770, + 2771, + 2772, + 2773, + 2774, + 2775, + 2776, + 2777, + 2858, + 2861, + 2862, + 2863, + 2866, + 2867, + 2888, + 2889, + 2890, + 2891, + 2892, + 2893, + 2894, + 2895, + 2896, + 2897, + 2898, + 2899, + 2900, + 2901, + 2902, + 2903, + 2908, + 2909, + 2910, + 2911; + 0.000160, + 0.055006, + 0.074458, + 0.040860, + 0.018136, + 0.099041, + 0.137358, + 0.062146, + 0.055525, + 0.149748, + 0.062146, + 0.055525, + 0.040860, + 0.137358, + 0.149748, + 0.149748, + 0.137358, + 0.374439, + 0.374331, + 0.137358, + 0.099041, + 0.235232, + 0.374439, + 0.817756, + 0.653246, + 0.263368, + 0.374331, + 0.235232, + 0.180838, + 0.308239, + 0.495308, + 0.374331, + 0.263368, + 0.164734, + 0.149748, + 0.074458, + 0.055006, + 0.113572, + 0.180838, + 0.374331, + 0.374439, + 0.758387, + 0.817756, + 0.374439, + 0.235232, + 0.495308, + 0.758387, + 0.817756, + 0.998786, + 0.844908, + 0.653246, + 0.099041, + 0.074458, + 0.180838, + 0.235232, + 0.180838, + 0.113572, + 0.186344, + 0.308239, + 0.717306, + 0.424780, + 0.656706, + 0.885502, + 0.055525, + 0.000160, + 0.000160, + 0.018136, + 0.074458, + 0.099041, + 0.018136, + 0.000160, + 0.055525, + 0.040860, + 0.018136, + 0.040860, + 0.997562, + 0.932948, + 0.947587, + 0.924929, + 1.000000, + 0.997562, + 0.924929, + 0.918345, + 1.000000, + 1.000000, + 1.000000, + 0.962544, + 0.758387, + 0.495308, + 0.717306, + 0.897735, + 1.000000, + 0.918345, + 1.000000, + 1.000000, + 0.817756, + 0.758387, + 0.897735, + 0.998786, + 0.850309, + 0.947005, + 0.963305, + 0.933022, + 1.000000, + 0.962544, + 0.963305, + 0.947005, + 0.850309, + 0.268333, + 0.580315, + 0.947005, + 0.947587, + 0.932948, + 0.901960, + 0.941047, + 0.924755, + 1.000000, + 0.947005, + 0.580315, + 1.000000, + 1.000000, + 1.000000, + 0.924755, + 0.963305, + 0.962544, + 0.066669, + 0.089004, + 0.924929, + 0.947587, + 0.053605, + 0.061097, + 0.947587, + 0.941047, + 0.048846, + 0.053605, + 0.918345, + 0.924929, + 0.061097, + 0.065936, + 1.000000, + 0.918345, + 0.065936, + 0.078565, + 0.933022, + 0.963305, + 0.089004, + 0.077317, + 0.962544, + 1.000000, + 0.078565, + 0.066669, + 0.078565, + 0.065936, + 0.065936, + 0.061097, + 0.066669, + 0.078565, + 0.077317, + 0.089004, + 0.089004, + 0.066669, + 0.053605, + 0.048846, + 0.061097, + 0.053605, + 0.495308, + 0.308239, + 0.424780, + 0.717306, + 0.980669, + 1.000000, + 1.000000, + 1.000000, + 0.901960, + 0.850309, + 0.933022, + 0.941047, + 0.885502, + 0.997562, + 1.000000, + 0.980669, + 0.941047, + 0.933022, + 0.077317, + 0.048846, + 0.048846, + 0.077317, + 0.998786, + 0.897735, + 0.980669, + 1.000000, + 0.897735, + 0.717306, + 0.885502, + 0.980669, + 0.424780, + 0.308239, + 0.186344, + 0.259567, + 0.844908, + 0.998786, + 1.000000, + 0.924755, + 0.394919, + 0.580315, + 0.248259, + 0.158188, + 0.656706, + 0.932948, + 0.997562, + 0.885502, + 0.844908, + 0.924755, + 0.580315, + 0.394919, + 0.653246, + 0.117857, + 0.073233, + 0.263368, + 0.257123, + 0.268333, + 0.850309, + 0.901960, + 0.424780, + 0.259567, + 0.257123, + 0.656706, + 0.257123, + 0.259567, + 0.144912, + 0.191461, + 0.932948, + 0.656706, + 0.257123, + 0.901960, + 0.844908, + 0.394919, + 0.117857, + 0.653246, + 0.062146, + 0.064629, + 0.064629, + 0.073233, + 0.263368, + 0.073233, + 0.064629, + 0.164734, + 0.149748, + 0.164734, + 0.064629, + 0.062146, + 0.023736, + 0.003310, + 0.003310, + 0.037394, + 0.037394, + 0.060872, + 0.104747, + 0.068871, + 0.003310, + 0.003310, + 0.023736, + 0.060872, + 0.037394, + 0.048580, + 0.033248, + 0.043413, + 0.043413, + 0.112767, + 0.219254, + 0.009182, + 0.112767, + 0.033248, + 0.023736, + 0.009182, + 0.043413, + 0.033248, + 0.086844, + 0.060872, + 0.023736, + 0.048580, + 0.098199, + 0.112767, + 0.138736, + 0.009182, + 0.043413, + 0.219254, + 0.033248, + 0.048580, + 0.138736, + 0.086844, + 0.009182, + 0.138736, + 0.048580, + 0.098199, + 0.022197, + 0.055006, + 0.055006, + 0.022197, + 0.068871, + 0.113572, + 0.113572, + 0.068871, + 0.104747, + 0.186344, + 0.117857, + 0.394919, + 0.158188, + 0.259567, + 0.186344, + 0.104747, + 0.144912, + 0.240544, + 0.268333, + 0.257123, + 0.191461, + 0.268333, + 0.240544, + 0.248259, + 0.580315, + 0.073233, + 0.117857, + 0.022197, + 0.037394, + 0.068871, + 0.022197, + 0.158188, + 0.098199, + 0.098199, + 0.158188, + 0.248259, + 0.112767, + 0.086844, + 0.144912, + 0.104747, + 0.060872, + 0.240544, + 0.191461, + 0.138736, + 0.219254, + 0.219254, + 0.112767, + 0.248259, + 0.240544, + 0.138736, + 0.191461, + 0.144912, + 0.086844; + 0.907777, 0.033415,-0.418120, 0.000000, + 0.419430,-0.082651, 0.904018, 0.000000, + -0.004350,-0.996018,-0.089044, 0.000000, + -0.129335, 0.100797,-0.013252, 1.000000;; + } // End of wolfwoman_thigh_l skin weights + SkinWeights { + "wolfwoman_ring_02_l"; + 0; + 0.062199, 0.988037,-0.141117, 0.000000, + 0.915290,-0.112845,-0.386665, 0.000000, + -0.397964,-0.105113,-0.911359, 0.000000, + 0.147789,-0.772473, 0.686556, 1.000000;; + } // End of wolfwoman_ring_02_l skin weights + SkinWeights { + "wolfwoman_calf_l"; + 208; + 690, + 691, + 694, + 695, + 699, + 705, + 714, + 715, + 717, + 718, + 724, + 727, + 748, + 749, + 750, + 751, + 752, + 753, + 754, + 755, + 756, + 757, + 758, + 759, + 760, + 761, + 762, + 763, + 765, + 766, + 767, + 768, + 769, + 770, + 771, + 772, + 774, + 775, + 776, + 777, + 778, + 779, + 780, + 781, + 782, + 783, + 784, + 785, + 786, + 787, + 788, + 789, + 790, + 791, + 792, + 793, + 794, + 795, + 796, + 797, + 798, + 799, + 800, + 801, + 802, + 803, + 804, + 805, + 806, + 807, + 808, + 809, + 810, + 811, + 812, + 813, + 814, + 815, + 816, + 817, + 818, + 819, + 820, + 821, + 822, + 823, + 824, + 825, + 826, + 827, + 828, + 829, + 830, + 831, + 1000, + 1001, + 1002, + 1003, + 1004, + 1005, + 1006, + 1007, + 1008, + 1009, + 1010, + 1012, + 1013, + 1015, + 1017, + 1020, + 1032, + 1033, + 1034, + 1035, + 1036, + 1037, + 1038, + 1039, + 1040, + 1041, + 1042, + 1043, + 1044, + 1045, + 1046, + 1047, + 1048, + 1049, + 1050, + 1051, + 1052, + 1053, + 1054, + 1055, + 1056, + 1057, + 1058, + 1059, + 1060, + 1061, + 1062, + 1063, + 1064, + 1065, + 1066, + 1067, + 1068, + 1069, + 1070, + 1071, + 1072, + 1073, + 1074, + 1075, + 1080, + 1081, + 1082, + 1083, + 1084, + 1085, + 1086, + 1087, + 1089, + 1092, + 1093, + 1094, + 1096, + 1097, + 1098, + 1099, + 1104, + 1107, + 1126, + 1127, + 1138, + 1139, + 1144, + 1145, + 1146, + 1147, + 1148, + 1149, + 1150, + 1151, + 1152, + 1153, + 1154, + 1155, + 1156, + 1157, + 1158, + 1159, + 1160, + 1161, + 1162, + 1163, + 1164, + 1165, + 1166, + 1167, + 1168, + 1169, + 1170, + 1171, + 1172, + 1173, + 1174, + 1175; + 0.052413, + 0.075071, + 0.075071, + 0.081655, + 0.037456, + 0.081655, + 0.036695, + 0.066978, + 0.037456, + 0.036695, + 0.052413, + 0.058953, + 0.036695, + 0.037456, + 0.933331, + 0.910996, + 0.075071, + 0.052413, + 0.946395, + 0.938903, + 0.052413, + 0.058953, + 0.951154, + 0.946395, + 0.081655, + 0.075071, + 0.938903, + 0.934064, + 0.081655, + 0.934064, + 0.921435, + 0.066978, + 0.036695, + 0.910996, + 0.922683, + 0.037456, + 0.921435, + 0.933331, + 0.921435, + 0.934064, + 1.000000, + 1.000000, + 0.934064, + 0.938903, + 1.000000, + 1.000000, + 0.933331, + 0.921435, + 1.000000, + 1.000000, + 0.922683, + 0.910996, + 1.000000, + 1.000000, + 0.910996, + 0.933331, + 1.000000, + 1.000000, + 0.946395, + 0.951154, + 1.000000, + 1.000000, + 0.938903, + 0.946395, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.414556, + 0.861299, + 1.000000, + 1.000000, + 0.947165, + 0.981530, + 1.000000, + 1.000000, + 0.982859, + 1.000000, + 1.000000, + 1.000000, + 0.981530, + 0.982859, + 1.000000, + 1.000000, + 0.940813, + 0.746937, + 1.000000, + 1.000000, + 0.746937, + 0.414556, + 1.000000, + 1.000000, + 0.861299, + 0.947165, + 0.414556, + 0.746937, + 0.121894, + 0.111378, + 0.861299, + 0.414556, + 0.111378, + 0.200864, + 0.111378, + 0.121894, + 0.007520, + 0.200864, + 0.111378, + 0.064705, + 0.007520, + 0.064705, + 0.982859, + 0.981530, + 0.535785, + 0.559312, + 1.000000, + 0.982859, + 0.559312, + 0.472605, + 0.981530, + 0.947165, + 0.271862, + 0.535785, + 0.861299, + 0.200864, + 0.271862, + 0.947165, + 0.121894, + 0.746937, + 0.940813, + 0.183941, + 0.535785, + 0.271862, + 0.236318, + 0.468680, + 0.472605, + 0.559312, + 0.466076, + 0.349858, + 0.559312, + 0.535785, + 0.468680, + 0.466076, + 0.064705, + 0.236318, + 0.271862, + 0.200864, + 0.121894, + 0.183941, + 0.149513, + 0.007520, + 0.466076, + 0.468680, + 0.435459, + 0.436687, + 0.236318, + 0.064705, + 0.081430, + 0.205185, + 0.468680, + 0.236318, + 0.205185, + 0.435459, + 0.007520, + 0.007520, + 0.149513, + 0.126547, + 0.349858, + 0.466076, + 0.436687, + 0.369673, + 0.064705, + 0.081430, + 0.126547, + 0.081430, + 0.066978, + 0.058953, + 0.058953, + 0.066978, + 0.922683, + 0.951154, + 0.951154, + 0.922683, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.940813, + 0.940813, + 1.000000, + 0.472605, + 0.183941, + 0.183941, + 0.472605, + 0.349858, + 0.149513, + 0.149513, + 0.349858, + 0.369673, + 0.126547, + 0.369673, + 0.205185, + 0.081430, + 0.126547, + 0.435459, + 0.205185, + 0.369673, + 0.436687; + 0.999142, 0.037185, 0.018257, 0.000000, + -0.019259, 0.026760, 0.999457, 0.000000, + 0.036676,-0.998950, 0.027453, 0.000000, + -0.109939,-0.322556,-0.033548, 1.000000;; + } // End of wolfwoman_calf_l skin weights + SkinWeights { + "wolfwoman_pinky_02_l"; + 0; + 0.039852, 0.997198,-0.063312, 0.000000, + 0.933628,-0.059738,-0.353229, 0.000000, + -0.356022,-0.045033,-0.933392, 0.000000, + 0.121683,-0.803019, 0.634182, 1.000000;; + } // End of wolfwoman_pinky_02_l skin weights + SkinWeights { + "wolfwoman_hand_r"; + 91; + 1758, + 1765, + 1766, + 1767, + 1769, + 1770, + 1817, + 1820, + 1821, + 1822, + 2065, + 2066, + 2070, + 2071, + 2072, + 2075, + 2160, + 2162, + 2163, + 2173, + 2174, + 2178, + 2187, + 2196, + 2199, + 2201, + 2202, + 2203, + 2204, + 2205, + 2206, + 2207, + 2208, + 2209, + 2210, + 2212, + 2213, + 2214, + 2215, + 2216, + 2217, + 2218, + 2219, + 2220, + 2221, + 2222, + 2223, + 2224, + 2225, + 2226, + 2227, + 2228, + 2229, + 2230, + 2231, + 2232, + 2233, + 2234, + 2235, + 2236, + 2237, + 2238, + 2239, + 2240, + 2241, + 2242, + 2243, + 2244, + 2245, + 2247, + 2248, + 2250, + 2251, + 2253, + 2256, + 2259, + 2260, + 2263, + 2264, + 2266, + 2267, + 2272, + 2273, + 2275, + 2279, + 2284, + 2296, + 2297, + 2298, + 2299, + 2316; + 0.025316, + 1.000000, + 0.942147, + 0.025316, + 1.000000, + 1.000000, + 0.025316, + 0.025316, + 0.942147, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.942147, + 0.073283, + 1.000000, + 0.051945, + 0.082326, + 0.051945, + 0.073283, + 0.073283, + 0.082326, + 0.104635, + 0.068720, + 0.051945, + 0.941993, + 0.104635, + 1.000000, + 1.000000, + 0.942147, + 1.000000, + 0.104635, + 1.000000, + 0.073283, + 0.082326, + 0.884879, + 1.000000, + 1.000000, + 0.933873, + 0.941993, + 0.933873, + 0.389282, + 0.626725, + 0.941993, + 0.881945, + 0.933873, + 1.000000, + 1.000000, + 0.881945, + 0.296449, + 0.389282, + 0.933873, + 0.884879, + 0.881945, + 1.000000, + 1.000000, + 0.884879, + 0.549350, + 0.296449, + 0.881945, + 0.549350, + 0.884879, + 0.082326, + 0.051945, + 0.549350, + 0.044468, + 0.296449, + 0.389282, + 0.034519, + 0.626725, + 0.034519, + 0.296449, + 0.389282, + 0.068720, + 0.051945, + 0.051945, + 0.044468, + 0.549350, + 0.626725, + 0.034519, + 0.068720, + 0.044468, + 0.044468, + 0.941993, + 0.626725, + 0.068720, + 0.104635, + 0.034519; + 0.077397,-0.965406, 0.249001, 0.000000, + -0.491992,-0.254206,-0.832660, 0.000000, + 0.867153,-0.058060,-0.494646, 0.000000, + -0.446788,-0.642070, 0.507340, 1.000000;; + } // End of wolfwoman_hand_r skin weights + SkinWeights { + "wolfwoman_thumb_03_r"; + 20; + 2165, + 2166, + 2168, + 2169, + 2170, + 2171, + 2172, + 2175, + 2179, + 2181, + 2182, + 2183, + 2188, + 2189, + 2190, + 2191, + 2192, + 2194, + 2195, + 2198; + 0.991759, + 0.968837, + 0.991759, + 0.928086, + 0.928625, + 0.968837, + 0.074226, + 0.004956, + 0.074226, + 0.968837, + 0.928625, + 0.004956, + 0.928086, + 0.074226, + 0.004956, + 0.928625, + 0.991759, + 0.074226, + 0.928086, + 0.004956; + 0.135533,-0.990756, 0.005739, 0.000000, + 0.918280, 0.127789, 0.374743, 0.000000, + -0.372013,-0.045520, 0.927110, 0.000000, + 0.338271,-0.761678,-0.515088, 1.000000;; + } // End of wolfwoman_thumb_03_r skin weights + SkinWeights { + "wolfwoman_head"; + 1096; + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 147, + 148, + 149, + 150, + 151, + 152, + 153, + 154, + 155, + 156, + 157, + 158, + 159, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192, + 193, + 194, + 195, + 196, + 197, + 198, + 199, + 200, + 201, + 202, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 217, + 218, + 219, + 220, + 221, + 222, + 223, + 224, + 225, + 226, + 227, + 228, + 229, + 230, + 231, + 232, + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 241, + 242, + 243, + 244, + 245, + 246, + 247, + 248, + 249, + 250, + 251, + 252, + 253, + 254, + 255, + 256, + 257, + 258, + 259, + 260, + 261, + 262, + 263, + 264, + 265, + 266, + 267, + 268, + 269, + 270, + 271, + 272, + 273, + 274, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 282, + 283, + 284, + 285, + 286, + 287, + 288, + 289, + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300, + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 313, + 314, + 315, + 316, + 317, + 318, + 319, + 320, + 321, + 322, + 323, + 324, + 325, + 326, + 327, + 328, + 329, + 330, + 331, + 332, + 333, + 334, + 335, + 336, + 337, + 338, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 359, + 360, + 361, + 364, + 365, + 366, + 367, + 368, + 369, + 370, + 371, + 372, + 373, + 374, + 375, + 376, + 377, + 378, + 379, + 380, + 381, + 382, + 383, + 384, + 385, + 386, + 387, + 392, + 393, + 396, + 397, + 400, + 401, + 404, + 405, + 409, + 452, + 455, + 1176, + 1177, + 1178, + 1179, + 1180, + 1181, + 1182, + 1183, + 1184, + 1185, + 1186, + 1187, + 1188, + 1189, + 1190, + 1191, + 1192, + 1193, + 1194, + 1195, + 1196, + 1197, + 1198, + 1199, + 1200, + 1201, + 1202, + 1203, + 1204, + 1205, + 1206, + 1207, + 1208, + 1209, + 1210, + 1211, + 1212, + 1213, + 1214, + 1215, + 1216, + 1217, + 1218, + 1219, + 1220, + 1221, + 1222, + 1223, + 1224, + 1225, + 1226, + 1227, + 1228, + 1229, + 1230, + 1231, + 1300, + 1301, + 1302, + 1303, + 1304, + 1305, + 1306, + 1307, + 1308, + 1309, + 1310, + 1311, + 1312, + 1313, + 1314, + 1315, + 1316, + 1317, + 1318, + 1319, + 1320, + 1321, + 1322, + 1323, + 1324, + 1325, + 1326, + 1327, + 1328, + 1329, + 1330, + 1331, + 1332, + 1333, + 1334, + 1335, + 1336, + 1337, + 1338, + 1339, + 1340, + 1341, + 1342, + 1343, + 1344, + 1345, + 1346, + 1347, + 1348, + 1349, + 1350, + 1351, + 1352, + 1353, + 1354, + 1355, + 1356, + 1357, + 1358, + 1359, + 1360, + 1361, + 1362, + 1363, + 1364, + 1365, + 1366, + 1367, + 1368, + 1369, + 1370, + 1371, + 1372, + 1373, + 1374, + 1375, + 1376, + 1377, + 1378, + 1379, + 1380, + 1381, + 1382, + 1383, + 1384, + 1385, + 1386, + 1387, + 1388, + 1389, + 1390, + 1391, + 1392, + 1393, + 1394, + 1395, + 1396, + 1397, + 1398, + 1399, + 1400, + 1401, + 1402, + 1403, + 1404, + 1405, + 1406, + 1407, + 1408, + 1409, + 1410, + 1411, + 1412, + 1413, + 1414, + 1415, + 1416, + 1417, + 1418, + 1419, + 1420, + 1421, + 1422, + 1423, + 1424, + 1425, + 1426, + 1427, + 1428, + 1429, + 1430, + 1431, + 1432, + 1433, + 1434, + 1435, + 1436, + 1437, + 1438, + 1439, + 1440, + 1441, + 1442, + 1443, + 1444, + 1445, + 1446, + 1447, + 1448, + 1449, + 1450, + 1451, + 1452, + 1453, + 1454, + 1455, + 1456, + 1457, + 1458, + 1459, + 1460, + 1461, + 1462, + 1463, + 1464, + 1465, + 1466, + 1467, + 1468, + 1469, + 1470, + 1471, + 1472, + 1473, + 1474, + 1475, + 1476, + 1477, + 1478, + 1479, + 1480, + 1481, + 1482, + 1483, + 1484, + 1485, + 1486, + 1487, + 1488, + 1489, + 1490, + 1491, + 1492, + 1493, + 1494, + 1495, + 1496, + 1497, + 1498, + 1499, + 1500, + 1501, + 1502, + 1503, + 1504, + 1505, + 1506, + 1507, + 1508, + 1509, + 1510, + 1511, + 1512, + 1513, + 1514, + 1515, + 1516, + 1517, + 1518, + 1519, + 1520, + 1521, + 1522, + 1523, + 1524, + 1525, + 1526, + 1527, + 1528, + 1529, + 1530, + 1531, + 1532, + 1533, + 1534, + 1535, + 1536, + 1537, + 1538, + 1539, + 1540, + 1541, + 1542, + 1543, + 1544, + 1545, + 1546, + 1547, + 1548, + 1549, + 1550, + 1551, + 1552, + 1553, + 1554, + 1555, + 1556, + 1557, + 1558, + 1559, + 1560, + 1561, + 1562, + 1563, + 1564, + 1565, + 1566, + 1567, + 1568, + 1569, + 1570, + 1571, + 1572, + 1573, + 1574, + 1575, + 1576, + 1577, + 1578, + 1579, + 1580, + 1581, + 1582, + 1583, + 1584, + 1585, + 1586, + 1587, + 1588, + 1589, + 1590, + 1591, + 1592, + 1593, + 1594, + 1595, + 1596, + 1597, + 1598, + 1599, + 1600, + 1601, + 1602, + 1603, + 1604, + 1605, + 1606, + 1607, + 1608, + 1609, + 1610, + 1611, + 1612, + 1613, + 1614, + 1615, + 1616, + 1617, + 1618, + 1619, + 1620, + 1621, + 1622, + 1623, + 1624, + 1625, + 1626, + 1627, + 1628, + 1629, + 1630, + 1631, + 1632, + 1633, + 1634, + 1635, + 1636, + 1637, + 1638, + 1639, + 1640, + 1641, + 1642, + 1643, + 1644, + 1645, + 1646, + 1647, + 1648, + 1649, + 1650, + 1651, + 1652, + 1653, + 1654, + 1655, + 1656, + 1657, + 1658, + 1659, + 1660, + 1661, + 1662, + 1663, + 1664, + 1665, + 1666, + 1667, + 1668, + 1669, + 1670, + 1671, + 1672, + 1673, + 1674, + 1675, + 1676, + 1677, + 1679, + 1680, + 1681, + 1684, + 1687, + 1688, + 1689, + 1690, + 1691, + 1692, + 1693, + 1694, + 1695, + 1696, + 1697, + 1698, + 1699, + 1700, + 1701, + 1702, + 1703, + 1704, + 1705, + 1706, + 1707, + 1712, + 1715, + 1716, + 1719, + 1720, + 1723, + 1724, + 1727, + 1731, + 1772, + 1773, + 2504, + 2505, + 2506, + 2507, + 2508, + 2509, + 2510, + 2511, + 2512, + 2513, + 2514, + 2515, + 2516, + 2517, + 2518, + 2519, + 2520, + 2521, + 2522, + 2523, + 2524, + 2525, + 2526, + 2527, + 2528, + 2529, + 2530, + 2531, + 2532, + 2533, + 2534, + 2535, + 2536, + 2537, + 2538, + 2539, + 2540, + 2541, + 2542, + 2543, + 2544, + 2545, + 2546, + 2547, + 2548, + 2549, + 2550, + 2551, + 2552, + 2553, + 2554, + 2555, + 2556, + 2557, + 2558, + 2559, + 2560, + 2561, + 2562, + 2563, + 2564, + 2565, + 2566, + 2567, + 2620, + 2621, + 2622, + 2623, + 2624, + 2625, + 2626, + 2627, + 2628, + 2629, + 2630, + 2631, + 2632, + 2633, + 2634, + 2635, + 2636, + 2637, + 2638, + 2639, + 2640, + 2641, + 2642, + 2643, + 2644, + 2645, + 2646, + 2647, + 2648, + 2649, + 2650, + 2651, + 2652, + 2653, + 2654, + 2655, + 2656, + 2657, + 2658, + 2659, + 2660, + 2661, + 2662, + 2663, + 2664, + 2665, + 2666, + 2667, + 2668, + 2669, + 2670, + 2671, + 2672, + 2673, + 2674, + 2675, + 2676, + 2677, + 2678, + 2679, + 2680, + 2681, + 2682, + 2683, + 2684, + 2685, + 2686, + 2687, + 2688, + 2689, + 2690, + 2691, + 2692, + 2693, + 2694, + 2695, + 2696, + 2699, + 2704, + 2705, + 2748, + 2749, + 2750, + 2751, + 2752, + 2753, + 2754, + 2755, + 2756, + 2757, + 2758, + 2759, + 2760, + 2761, + 2762, + 2763, + 2780, + 2781, + 2782, + 2783, + 2784, + 2785, + 2786, + 2787, + 2788, + 2789, + 2790, + 2791, + 2792, + 2793, + 2794, + 2795, + 2796, + 2797, + 2798, + 2799, + 2800, + 2801, + 2802, + 2803, + 2804, + 2805, + 2806, + 2807, + 2808, + 2809, + 2810, + 2811, + 2812, + 2813, + 2814, + 2815, + 2816, + 2817, + 2818, + 2819, + 2820, + 2821, + 2822, + 2823, + 2824, + 2825, + 2826, + 2827, + 2828, + 2829, + 2830, + 2831, + 2832, + 2833, + 2834, + 2835, + 2836, + 2837, + 2838, + 2839, + 2844, + 2847, + 2880, + 2881, + 2882, + 2883, + 2884, + 2885, + 2886, + 2887; + 0.723665, + 0.735828, + 0.647907, + 0.671655, + 0.735828, + 0.723665, + 0.757114, + 0.783274, + 0.758230, + 0.735828, + 0.783274, + 0.812715, + 0.758230, + 0.812715, + 0.881154, + 0.861397, + 0.812715, + 0.783274, + 0.775300, + 0.816908, + 0.812715, + 0.816908, + 0.886856, + 0.881154, + 0.886856, + 0.816908, + 0.822190, + 0.951825, + 0.775300, + 0.731628, + 0.822190, + 0.816908, + 0.783274, + 0.757114, + 0.743027, + 0.775300, + 0.951825, + 0.981701, + 0.971453, + 0.985166, + 0.961090, + 0.949393, + 0.985166, + 0.971453, + 0.578072, + 0.677941, + 0.630105, + 0.547133, + 0.951825, + 0.822190, + 0.912366, + 0.981701, + 0.972310, + 0.912366, + 0.908671, + 0.943317, + 0.912366, + 0.972310, + 0.984002, + 0.981701, + 0.954853, + 0.935773, + 0.949393, + 0.961090, + 0.912366, + 0.822190, + 0.731628, + 0.641559, + 0.532695, + 0.531914, + 0.538917, + 0.561031, + 0.561031, + 0.538917, + 0.544014, + 0.571258, + 0.535996, + 0.536231, + 0.541365, + 0.541005, + 0.544014, + 0.535996, + 0.541005, + 0.548628, + 0.685399, + 0.657752, + 0.630105, + 0.677941, + 0.647907, + 0.630105, + 0.657752, + 0.671655, + 0.549747, + 0.595669, + 0.641559, + 0.586928, + 0.586928, + 0.578072, + 0.561031, + 0.571258, + 0.731628, + 0.578072, + 0.586928, + 0.641559, + 0.775300, + 0.677941, + 0.578072, + 0.731628, + 0.677941, + 0.775300, + 0.743027, + 0.685399, + 0.912366, + 0.641559, + 0.595669, + 0.908671, + 0.908671, + 0.743167, + 0.925959, + 0.943317, + 0.954853, + 0.972310, + 0.943317, + 0.925959, + 0.972310, + 0.954853, + 0.961090, + 0.984002, + 0.971453, + 0.981701, + 0.984002, + 0.961090, + 0.935773, + 0.954853, + 0.925959, + 0.794248, + 0.743167, + 0.272027, + 0.794248, + 0.925959, + 0.985166, + 0.949393, + 0.937343, + 0.984580, + 0.984580, + 0.937343, + 0.920267, + 0.950962, + 0.950962, + 0.920267, + 0.920580, + 0.957863, + 0.951825, + 0.985166, + 0.960687, + 0.886856, + 0.743167, + 0.908671, + 0.595669, + 0.333113, + 0.549747, + 0.338552, + 0.333113, + 0.595669, + 0.568970, + 0.496541, + 0.338552, + 0.549747, + 0.568970, + 0.549747, + 0.586928, + 0.571258, + 0.566423, + 0.570667, + 0.568970, + 0.571258, + 0.544014, + 0.548628, + 0.566423, + 0.571258, + 0.568970, + 0.570667, + 0.591820, + 0.597101, + 0.741051, + 0.726026, + 0.207006, + 0.221671, + 0.794248, + 0.272027, + 0.116427, + 0.170820, + 0.538917, + 0.533151, + 0.535996, + 0.544014, + 0.531914, + 0.531106, + 0.533151, + 0.538917, + 0.529165, + 0.528902, + 0.531106, + 0.531914, + 0.532695, + 0.547133, + 0.552736, + 0.524902, + 0.524902, + 0.529165, + 0.531914, + 0.532695, + 0.630105, + 0.647907, + 0.552736, + 0.547133, + 0.547133, + 0.532695, + 0.561031, + 0.578072, + 0.735828, + 0.758230, + 0.648559, + 0.647907, + 0.647907, + 0.648559, + 0.551185, + 0.552736, + 0.552736, + 0.551185, + 0.522905, + 0.524902, + 0.528902, + 0.529165, + 0.524902, + 0.522905, + 0.589770, + 0.496541, + 0.568970, + 0.597101, + 0.170840, + 0.216167, + 0.102671, + 0.098955, + 0.333113, + 0.338552, + 0.216167, + 0.170840, + 0.743167, + 0.333113, + 0.170840, + 0.272027, + 0.589770, + 0.512049, + 0.421935, + 0.496541, + 0.216167, + 0.338552, + 0.496541, + 0.421935, + 0.512049, + 0.589770, + 0.620507, + 0.577670, + 0.216167, + 0.421935, + 0.512049, + 0.288612, + 0.618060, + 0.620507, + 0.589770, + 0.597101, + 0.935773, + 0.794248, + 0.726026, + 0.861684, + 0.861684, + 0.726026, + 0.741051, + 0.858881, + 0.216167, + 0.288612, + 0.124912, + 0.102671, + 0.272027, + 0.170840, + 0.098955, + 0.116427, + 0.170820, + 0.207006, + 0.726026, + 0.794248, + 0.935773, + 0.861684, + 0.937343, + 0.949393, + 0.937343, + 0.861684, + 0.858881, + 0.920267, + 0.984580, + 1.000000, + 0.960687, + 0.985166, + 0.930233, + 0.861397, + 0.881154, + 0.942205, + 0.942205, + 0.881154, + 0.886856, + 0.960687, + 0.950962, + 0.991819, + 1.000000, + 0.984580, + 0.957863, + 1.000000, + 0.991819, + 0.950962, + 0.942205, + 0.960687, + 1.000000, + 0.989813, + 0.989813, + 1.000000, + 0.991819, + 1.000000, + 0.996734, + 0.989813, + 1.000000, + 1.000000, + 0.996734, + 0.930233, + 0.942205, + 0.989813, + 1.000000, + 0.991819, + 1.000000, + 1.000000, + 0.221671, + 0.218267, + 0.762304, + 0.741051, + 0.864184, + 0.858881, + 0.741051, + 0.762304, + 0.920267, + 0.858881, + 0.864184, + 0.920580, + 0.762304, + 0.218267, + 0.214499, + 0.770548, + 0.098955, + 0.102671, + 0.003634, + 0.102671, + 0.124912, + 0.207006, + 0.170820, + 0.036675, + 0.052789, + 0.170820, + 0.116427, + 0.013110, + 0.036675, + 0.214499, + 0.218267, + 0.052627, + 0.052394, + 0.218267, + 0.221671, + 0.054633, + 0.052627, + 0.207006, + 0.052789, + 0.054633, + 0.221671, + 0.013110, + 0.116427, + 0.098955, + 0.003634, + 0.013110, + 0.003634, + 0.036675, + 0.013110, + 0.054633, + 0.052789, + 0.052627, + 0.054633, + 0.003634, + 0.036675, + 0.052789, + 0.570667, + 0.581355, + 0.587359, + 0.591820, + 0.548628, + 0.558391, + 0.568471, + 0.566423, + 0.566423, + 0.568471, + 0.581355, + 0.570667, + 0.541005, + 0.546769, + 0.558391, + 0.548628, + 0.581355, + 0.571248, + 0.580540, + 0.587359, + 0.546769, + 0.547822, + 0.562800, + 0.558391, + 0.558391, + 0.562800, + 0.569174, + 0.568471, + 0.568471, + 0.569174, + 0.571248, + 0.581355, + 0.657752, + 0.685399, + 0.697292, + 0.670382, + 0.671655, + 0.657752, + 0.670382, + 0.683128, + 0.757114, + 0.723665, + 0.714999, + 0.747848, + 0.743027, + 0.757114, + 0.747848, + 0.735232, + 0.685399, + 0.743027, + 0.735232, + 0.697292, + 0.723665, + 0.671655, + 0.683128, + 0.714999, + 0.723666, + 0.671655, + 0.647907, + 0.735828, + 0.735828, + 0.783275, + 0.757115, + 0.723666, + 0.758230, + 0.812715, + 0.783275, + 0.735828, + 0.758230, + 0.861397, + 0.881154, + 0.812715, + 0.812715, + 0.816908, + 0.775300, + 0.783275, + 0.812715, + 0.881154, + 0.886856, + 0.816908, + 0.886856, + 0.951825, + 0.822191, + 0.816908, + 0.775300, + 0.816908, + 0.822191, + 0.731629, + 0.783275, + 0.775300, + 0.743027, + 0.757115, + 0.951825, + 0.985166, + 0.971453, + 0.981702, + 0.961091, + 0.971453, + 0.985166, + 0.949393, + 0.578073, + 0.547134, + 0.630106, + 0.677942, + 0.951825, + 0.981702, + 0.912366, + 0.822191, + 0.972310, + 0.943317, + 0.908672, + 0.912366, + 0.912366, + 0.981702, + 0.984002, + 0.972310, + 0.954853, + 0.961091, + 0.949393, + 0.935773, + 0.912366, + 0.641562, + 0.731629, + 0.822191, + 0.532695, + 0.561032, + 0.538917, + 0.531914, + 0.561032, + 0.571259, + 0.544014, + 0.538917, + 0.544014, + 0.548628, + 0.541005, + 0.535996, + 0.685400, + 0.677942, + 0.630106, + 0.657752, + 0.647907, + 0.671655, + 0.657752, + 0.630106, + 0.553637, + 0.586930, + 0.641562, + 0.596507, + 0.586930, + 0.571259, + 0.561032, + 0.578073, + 0.731629, + 0.641562, + 0.586930, + 0.578073, + 0.775300, + 0.731629, + 0.578073, + 0.677942, + 0.677942, + 0.685400, + 0.743027, + 0.775300, + 0.912366, + 0.908672, + 0.596507, + 0.641562, + 0.908672, + 0.943317, + 0.925960, + 0.743170, + 0.954853, + 0.925960, + 0.943317, + 0.972310, + 0.972310, + 0.984002, + 0.961091, + 0.954853, + 0.971453, + 0.961091, + 0.984002, + 0.981702, + 0.935773, + 0.794249, + 0.925960, + 0.954853, + 0.743170, + 0.925960, + 0.794249, + 0.272370, + 0.985166, + 0.984581, + 0.937343, + 0.949393, + 0.984581, + 0.950962, + 0.920267, + 0.937343, + 0.950962, + 0.957863, + 0.920580, + 0.920267, + 0.951825, + 0.886856, + 0.960687, + 0.985166, + 0.743170, + 0.335073, + 0.596507, + 0.908672, + 0.553637, + 0.596507, + 0.335073, + 0.340686, + 0.571482, + 0.553637, + 0.340686, + 0.502843, + 0.571482, + 0.571259, + 0.586930, + 0.553637, + 0.566424, + 0.571259, + 0.571482, + 0.570668, + 0.544014, + 0.571259, + 0.566424, + 0.548628, + 0.571482, + 0.597105, + 0.591820, + 0.570668, + 0.741052, + 0.221787, + 0.207200, + 0.726028, + 0.794249, + 0.170941, + 0.116582, + 0.272370, + 0.538917, + 0.544014, + 0.535996, + 0.533151, + 0.531914, + 0.538917, + 0.533151, + 0.531106, + 0.529164, + 0.531914, + 0.531106, + 0.528902, + 0.532695, + 0.524902, + 0.552736, + 0.547134, + 0.524902, + 0.532695, + 0.531914, + 0.529164, + 0.630106, + 0.547134, + 0.552736, + 0.647907, + 0.547134, + 0.578073, + 0.561032, + 0.532695, + 0.735828, + 0.647907, + 0.648559, + 0.758230, + 0.647907, + 0.552736, + 0.551185, + 0.648559, + 0.552736, + 0.524902, + 0.522905, + 0.551185, + 0.528902, + 0.522905, + 0.524902, + 0.529164, + 0.522905, + 0.523474, + 0.547401, + 0.551185, + 0.522905, + 0.528902, + 0.528991, + 0.523474, + 0.547401, + 0.642987, + 0.648559, + 0.551185, + 0.592198, + 0.597105, + 0.571482, + 0.502843, + 0.171437, + 0.099272, + 0.102998, + 0.216197, + 0.335073, + 0.171437, + 0.216197, + 0.340686, + 0.743170, + 0.272370, + 0.171437, + 0.335073, + 0.592198, + 0.502843, + 0.420840, + 0.513251, + 0.216197, + 0.420840, + 0.502843, + 0.340686, + 0.346841, + 0.284661, + 0.124468, + 0.122999, + 0.216197, + 0.284661, + 0.513251, + 0.420840, + 0.935773, + 0.861685, + 0.726028, + 0.794249, + 0.861685, + 0.858881, + 0.741052, + 0.726028, + 0.216197, + 0.102998, + 0.124468, + 0.284661, + 0.272370, + 0.116582, + 0.099272, + 0.171437, + 0.170941, + 0.794249, + 0.726028, + 0.207200, + 0.935773, + 0.949393, + 0.937343, + 0.861685, + 0.937343, + 0.920267, + 0.858881, + 0.861685, + 0.984581, + 0.985166, + 0.960687, + 1.000000, + 0.853066, + 0.930665, + 0.930233, + 0.861397, + 0.930233, + 0.942206, + 0.881154, + 0.861397, + 0.942206, + 0.960687, + 0.886856, + 0.881154, + 0.950962, + 0.984581, + 1.000000, + 0.991819, + 0.957863, + 0.950962, + 0.991819, + 1.000000, + 0.942206, + 0.989813, + 1.000000, + 0.960687, + 0.989813, + 1.000000, + 0.991819, + 1.000000, + 0.996734, + 1.000000, + 1.000000, + 0.989813, + 0.996734, + 0.989813, + 0.942206, + 0.930233, + 1.000000, + 1.000000, + 1.000000, + 0.991819, + 0.221787, + 0.741052, + 0.762304, + 0.218267, + 0.864184, + 0.762304, + 0.741052, + 0.858881, + 0.920267, + 0.920580, + 0.864184, + 0.858881, + 0.996734, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.960473, + 0.957863, + 0.930233, + 0.930665, + 1.000000, + 0.996734, + 0.099272, + 0.003654, + 0.102998, + 0.122999, + 0.124468, + 0.102998, + 0.124468, + 0.207200, + 0.052828, + 0.036726, + 0.170941, + 0.170941, + 0.036726, + 0.013143, + 0.116582, + 0.218267, + 0.052652, + 0.054651, + 0.221787, + 0.207200, + 0.221787, + 0.054651, + 0.052828, + 0.013143, + 0.003654, + 0.099272, + 0.116582, + 0.013143, + 0.003654, + 0.036726, + 0.013143, + 0.054651, + 0.052828, + 0.052652, + 0.054651, + 0.003654, + 0.036726, + 0.052828, + 0.570668, + 0.591820, + 0.587361, + 0.581356, + 0.548628, + 0.566424, + 0.568471, + 0.558391, + 0.591820, + 0.601147, + 0.599155, + 0.587361, + 0.566424, + 0.570668, + 0.581356, + 0.568471, + 0.541005, + 0.548628, + 0.558391, + 0.546768, + 0.581356, + 0.587361, + 0.580526, + 0.571244, + 0.546768, + 0.558391, + 0.562799, + 0.547821, + 0.546613, + 0.546768, + 0.547821, + 0.547515, + 0.558391, + 0.568471, + 0.569173, + 0.562799, + 0.568471, + 0.581356, + 0.571244, + 0.569173, + 0.657752, + 0.670383, + 0.697292, + 0.685400, + 0.671655, + 0.683129, + 0.670383, + 0.657752, + 0.757115, + 0.747848, + 0.714999, + 0.723666, + 0.743027, + 0.735233, + 0.747848, + 0.757115, + 0.685400, + 0.697292, + 0.735233, + 0.743027, + 0.723666, + 0.714999, + 0.683129, + 0.671655, + 0.530933, + 0.532860, + 0.533151, + 0.531106, + 0.533151, + 0.532860, + 0.536231, + 0.535996, + 0.528902, + 0.528991, + 0.530933, + 0.531106, + 0.522905, + 0.551185, + 0.547401, + 0.523474, + 0.648559, + 0.758230, + 0.745325, + 0.642987, + 0.522905, + 0.523474, + 0.528991, + 0.528902, + 0.547401, + 0.551185, + 0.648559, + 0.642987, + 0.346841, + 0.122999, + 0.124912, + 0.288612, + 0.512049, + 0.577670, + 0.346841, + 0.288612, + 0.597101, + 0.591820, + 0.601147, + 0.618060, + 0.861397, + 0.853066, + 0.745325, + 0.758230, + 0.853066, + 0.861397, + 0.930233, + 0.930665, + 0.996734, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.864184, + 0.762304, + 0.770548, + 0.868536, + 0.957863, + 0.920580, + 0.918349, + 0.960473, + 1.000000, + 0.957863, + 0.960473, + 1.000000, + 0.920580, + 0.864184, + 0.868536, + 0.918349, + 0.930233, + 0.996734, + 1.000000, + 0.930665, + 0.122999, + 0.124912, + 0.052394, + 0.052627, + 0.591820, + 0.587359, + 0.599155, + 0.601147, + 0.541365, + 0.546613, + 0.546769, + 0.541005, + 0.587359, + 0.580540, + 0.595252, + 0.599155, + 0.546613, + 0.547515, + 0.547822, + 0.546769, + 0.535996, + 0.541005, + 0.541365, + 0.536231, + 0.530933, + 0.531106, + 0.533151, + 0.532860, + 0.533151, + 0.535996, + 0.536231, + 0.532860, + 0.528902, + 0.531106, + 0.530933, + 0.528991, + 0.648559, + 0.642987, + 0.745325, + 0.758230, + 0.513251, + 0.284661, + 0.346841, + 0.577670, + 0.513251, + 0.577670, + 0.620507, + 0.592198, + 0.618060, + 0.597105, + 0.592198, + 0.620507, + 0.597105, + 0.618060, + 0.601147, + 0.591820, + 0.861397, + 0.758230, + 0.745325, + 0.853066, + 0.762304, + 0.770548, + 0.214499, + 0.218267, + 0.864184, + 0.868536, + 0.770548, + 0.762304, + 0.957863, + 0.960473, + 0.918349, + 0.920580, + 0.920580, + 0.918349, + 0.868536, + 0.864184, + 0.214499, + 0.052394, + 0.052652, + 0.218267, + 0.052394, + 0.052652, + 0.541365, + 0.541005, + 0.546768, + 0.546613, + 0.587361, + 0.599155, + 0.595252, + 0.580526; + 1.000000,-0.000000, 0.000000, 0.000000, + -0.000000, 0.040217,-0.999191, 0.000000, + 0.000000, 0.999191, 0.040217, 0.000000, + -0.000000,-0.758560,-0.009203, 1.000000;; + } // End of wolfwoman_head skin weights + SkinWeights { + "wolfwoman_index_02_l"; + 24; + 924, + 925, + 926, + 934, + 935, + 939, + 946, + 948, + 950, + 951, + 952, + 953, + 954, + 955, + 959, + 960, + 972, + 973, + 976, + 977, + 989, + 992, + 996, + 999; + 0.020269, + 1.000000, + 0.341083, + 0.017302, + 0.020269, + 0.017302, + 0.020269, + 0.017302, + 0.037900, + 0.888096, + 0.020269, + 0.017302, + 0.888096, + 1.000000, + 0.037900, + 0.037900, + 0.888096, + 0.037900, + 1.000000, + 0.888096, + 0.341083, + 0.341083, + 1.000000, + 0.341083; + -0.067828, 0.995798,-0.061522, 0.000000, + 0.710189, 0.004880,-0.703994, 0.000000, + -0.700736,-0.091442,-0.707536, 0.000000, + 0.484825,-0.788868, 0.474964, 1.000000;; + } // End of wolfwoman_index_02_l skin weights + SkinWeights { + "wolfwoman_middle_01_l"; + 56; + 874, + 894, + 895, + 902, + 903, + 910, + 911, + 912, + 916, + 917, + 918, + 919, + 920, + 921, + 922, + 924, + 926, + 927, + 928, + 929, + 931, + 932, + 934, + 935, + 937, + 938, + 939, + 940, + 943, + 944, + 945, + 946, + 947, + 948, + 949, + 950, + 951, + 952, + 953, + 954, + 956, + 957, + 958, + 959, + 960, + 961, + 964, + 970, + 971, + 972, + 973, + 977, + 988, + 989, + 992, + 999; + 0.005825, + 0.170773, + 0.058144, + 0.058144, + 0.043946, + 0.043946, + 0.159519, + 0.159519, + 0.159519, + 0.043946, + 0.008320, + 0.805586, + 0.058144, + 0.170773, + 0.859765, + 0.052401, + 0.210801, + 0.859765, + 0.043946, + 0.058144, + 0.008320, + 0.005825, + 0.062585, + 0.052401, + 0.159519, + 0.805586, + 0.062585, + 0.008320, + 0.117490, + 0.170773, + 0.005825, + 0.052401, + 0.859765, + 0.062585, + 0.805586, + 0.962100, + 0.062154, + 0.052401, + 0.062585, + 0.062154, + 0.805586, + 0.008320, + 0.117490, + 0.962100, + 0.962100, + 0.117490, + 0.117490, + 0.005825, + 0.170773, + 0.062154, + 0.962100, + 0.062154, + 0.859765, + 0.210801, + 0.210801, + 0.210801; + -0.028367, 0.987842,-0.152848, 0.000000, + 0.906024,-0.039187,-0.421408, 0.000000, + -0.422274,-0.150439,-0.893897, 0.000000, + 0.261204,-0.719439, 0.679863, 1.000000;; + } // End of wolfwoman_middle_01_l skin weights + SkinWeights { + "wolfwoman_middle_03_l"; + 12; + 926, + 963, + 974, + 980, + 981, + 985, + 986, + 989, + 992, + 993, + 998, + 999; + 0.086087, + 0.987780, + 0.987780, + 1.000000, + 0.987780, + 0.987780, + 1.000000, + 0.086087, + 0.086087, + 1.000000, + 1.000000, + 0.086087; + -0.037251, 0.963407,-0.265440, 0.000000, + 0.915356,-0.073672,-0.395848, 0.000000, + -0.400918,-0.257718,-0.879116, 0.000000, + 0.258159,-0.699710, 0.770452, 1.000000;; + } // End of wolfwoman_middle_03_l skin weights + SkinWeights { + "wolfwoman_pinky_03_l"; + 12; + 926, + 942, + 943, + 958, + 961, + 964, + 965, + 989, + 990, + 992, + 995, + 999; + 0.250902, + 1.000000, + 0.688681, + 0.688681, + 0.688681, + 0.688681, + 1.000000, + 0.250902, + 1.000000, + 0.250902, + 1.000000, + 0.250902; + 0.025154, 0.998638,-0.045705, 0.000000, + 0.939584,-0.039230,-0.340065, 0.000000, + -0.341395,-0.034390,-0.939291, 0.000000, + 0.125105,-0.828966, 0.621882, 1.000000;; + } // End of wolfwoman_pinky_03_l skin weights + SkinWeights { + "wolfwoman_pelvis"; + 400; + 540, + 541, + 542, + 543, + 544, + 545, + 546, + 547, + 550, + 554, + 555, + 557, + 558, + 559, + 560, + 561, + 562, + 563, + 564, + 565, + 566, + 567, + 568, + 569, + 570, + 571, + 572, + 573, + 574, + 575, + 576, + 577, + 578, + 579, + 580, + 581, + 582, + 583, + 584, + 585, + 586, + 587, + 588, + 589, + 590, + 591, + 592, + 594, + 595, + 596, + 597, + 598, + 599, + 600, + 601, + 602, + 603, + 604, + 605, + 606, + 607, + 648, + 651, + 653, + 654, + 656, + 657, + 658, + 659, + 671, + 673, + 674, + 688, + 689, + 693, + 700, + 701, + 702, + 703, + 708, + 709, + 710, + 712, + 713, + 719, + 720, + 721, + 722, + 723, + 725, + 726, + 728, + 730, + 731, + 735, + 1128, + 1129, + 1130, + 1131, + 1132, + 1136, + 1137, + 1140, + 1141, + 1143, + 1233, + 1234, + 1236, + 1237, + 1238, + 1239, + 1240, + 1241, + 1242, + 1243, + 1244, + 1247, + 1248, + 1249, + 1250, + 1251, + 1252, + 1253, + 1254, + 1255, + 1256, + 1257, + 1258, + 1259, + 1260, + 1261, + 1262, + 1263, + 1264, + 1265, + 1266, + 1267, + 1268, + 1269, + 1270, + 1271, + 1272, + 1273, + 1274, + 1275, + 1276, + 1277, + 1278, + 1279, + 1280, + 1281, + 1282, + 1283, + 1284, + 1285, + 1288, + 1289, + 1290, + 1292, + 1293, + 1294, + 1295, + 1296, + 1297, + 1298, + 1299, + 1868, + 1869, + 1870, + 1871, + 1872, + 1873, + 1874, + 1875, + 1877, + 1878, + 1881, + 1882, + 1883, + 1884, + 1885, + 1886, + 1887, + 1888, + 1889, + 1890, + 1891, + 1892, + 1893, + 1894, + 1895, + 1896, + 1897, + 1898, + 1899, + 1900, + 1901, + 1902, + 1903, + 1904, + 1905, + 1906, + 1907, + 1908, + 1909, + 1910, + 1911, + 1912, + 1913, + 1914, + 1915, + 1916, + 1917, + 1918, + 1919, + 1920, + 1921, + 1922, + 1924, + 1925, + 1926, + 1927, + 1928, + 1929, + 1930, + 1931, + 1932, + 1933, + 1934, + 1935, + 1976, + 1977, + 1980, + 1981, + 1986, + 1987, + 1988, + 1989, + 1990, + 1991, + 1997, + 2002, + 2003, + 2016, + 2019, + 2023, + 2028, + 2029, + 2030, + 2031, + 2036, + 2038, + 2039, + 2040, + 2043, + 2045, + 2048, + 2049, + 2050, + 2051, + 2054, + 2055, + 2056, + 2057, + 2058, + 2061, + 2456, + 2457, + 2458, + 2459, + 2460, + 2464, + 2467, + 2468, + 2469, + 2471, + 2570, + 2571, + 2572, + 2573, + 2574, + 2575, + 2576, + 2577, + 2578, + 2579, + 2580, + 2581, + 2584, + 2585, + 2586, + 2587, + 2588, + 2589, + 2590, + 2591, + 2592, + 2593, + 2594, + 2595, + 2596, + 2597, + 2598, + 2599, + 2600, + 2601, + 2602, + 2603, + 2604, + 2605, + 2606, + 2607, + 2608, + 2609, + 2610, + 2611, + 2612, + 2613, + 2614, + 2615, + 2616, + 2617, + 2618, + 2619, + 2720, + 2721, + 2722, + 2723, + 2724, + 2725, + 2726, + 2727, + 2728, + 2729, + 2730, + 2731, + 2732, + 2733, + 2734, + 2735, + 2744, + 2747, + 2764, + 2765, + 2766, + 2767, + 2768, + 2769, + 2770, + 2771, + 2772, + 2773, + 2774, + 2775, + 2776, + 2777, + 2778, + 2779, + 2854, + 2856, + 2857, + 2858, + 2859, + 2860, + 2861, + 2862, + 2863, + 2864, + 2865, + 2866, + 2867, + 2888, + 2889, + 2890, + 2891, + 2892, + 2893, + 2894, + 2895, + 2896, + 2897, + 2898, + 2899, + 2900, + 2901, + 2902, + 2903, + 2904, + 2905, + 2906, + 2907, + 2908, + 2909, + 2910, + 2911, + 2912, + 2915, + 2916, + 2918, + 2919; + 0.005723, + 0.007880, + 0.087683, + 0.083154, + 0.007971, + 0.011673, + 0.086674, + 0.083419, + 0.017203, + 0.046011, + 0.017203, + 0.007971, + 0.083419, + 0.046011, + 0.046011, + 0.083419, + 0.217400, + 0.075974, + 0.083419, + 0.086674, + 0.172239, + 0.217400, + 0.053218, + 0.173828, + 0.076908, + 0.075974, + 0.172239, + 0.198137, + 0.373603, + 0.227402, + 0.075974, + 0.076908, + 0.055514, + 0.046011, + 0.083154, + 0.087683, + 0.217223, + 0.198137, + 0.075974, + 0.217400, + 0.100983, + 0.053218, + 0.217400, + 0.172239, + 0.227402, + 0.100983, + 0.053218, + 0.141669, + 0.173828, + 0.086674, + 0.083154, + 0.198137, + 0.172239, + 0.198137, + 0.217223, + 0.439754, + 0.373603, + 0.182316, + 0.415677, + 0.283897, + 0.114498, + 0.005723, + 0.007880, + 0.005723, + 0.011673, + 0.083154, + 0.086674, + 0.011673, + 0.005723, + 0.007971, + 0.011673, + 0.007971, + 0.002438, + 0.067052, + 0.002438, + 0.100983, + 0.227402, + 0.182316, + 0.062043, + 0.053218, + 0.100983, + 0.062043, + 0.106806, + 0.052995, + 0.052995, + 0.106806, + 0.513386, + 0.306092, + 0.052995, + 0.067052, + 0.089091, + 0.075245, + 0.052995, + 0.306092, + 0.075245, + 0.227402, + 0.373603, + 0.415677, + 0.182316, + 0.019331, + 0.089091, + 0.106806, + 0.114498, + 0.002438, + 0.019331, + 0.062043, + 0.019331, + 0.062043, + 0.182316, + 0.114498, + 0.019331, + 0.415677, + 0.373603, + 0.439754, + 0.554509, + 0.141669, + 0.075245, + 0.506927, + 0.306092, + 0.481229, + 0.671729, + 0.283897, + 0.067052, + 0.002438, + 0.114498, + 0.141669, + 0.075245, + 0.306092, + 0.506927, + 0.173828, + 0.705382, + 0.097371, + 0.076908, + 0.604158, + 0.513386, + 0.106806, + 0.089091, + 0.415677, + 0.554509, + 0.604158, + 0.283897, + 0.604158, + 0.554509, + 0.582309, + 0.617223, + 0.067052, + 0.283897, + 0.604158, + 0.089091, + 0.141669, + 0.506927, + 0.705382, + 0.173828, + 0.017203, + 0.040637, + 0.040637, + 0.097371, + 0.011754, + 0.076908, + 0.097371, + 0.040637, + 0.055514, + 0.046011, + 0.055514, + 0.040637, + 0.017203, + 0.005701, + 0.083304, + 0.087683, + 0.007877, + 0.007955, + 0.083454, + 0.086783, + 0.011642, + 0.017015, + 0.045898, + 0.045898, + 0.083454, + 0.007955, + 0.045898, + 0.075877, + 0.217385, + 0.083454, + 0.083454, + 0.217385, + 0.172241, + 0.086783, + 0.053071, + 0.075877, + 0.076686, + 0.173228, + 0.172241, + 0.227421, + 0.373621, + 0.198138, + 0.075877, + 0.045898, + 0.055379, + 0.076686, + 0.083304, + 0.198138, + 0.217223, + 0.087683, + 0.075877, + 0.053071, + 0.100964, + 0.217385, + 0.217385, + 0.100964, + 0.227421, + 0.172241, + 0.217223, + 0.439778, + 0.467055, + 0.214352, + 0.053071, + 0.173228, + 0.141965, + 0.086783, + 0.172241, + 0.198138, + 0.083304, + 0.198138, + 0.373621, + 0.439778, + 0.217223, + 0.182352, + 0.114576, + 0.284086, + 0.415727, + 0.007877, + 0.016581, + 0.005701, + 0.007877, + 0.011642, + 0.005701, + 0.083304, + 0.005701, + 0.011642, + 0.086783, + 0.007955, + 0.007955, + 0.011642, + 0.002476, + 0.067150, + 0.002476, + 0.100964, + 0.062044, + 0.182352, + 0.227421, + 0.053071, + 0.062044, + 0.100964, + 0.106805, + 0.053471, + 0.053471, + 0.106805, + 0.053471, + 0.311784, + 0.513038, + 0.089067, + 0.067150, + 0.076036, + 0.311784, + 0.053471, + 0.076036, + 0.227421, + 0.182352, + 0.415727, + 0.373621, + 0.019370, + 0.089067, + 0.106805, + 0.114576, + 0.019370, + 0.002476, + 0.019370, + 0.062044, + 0.062044, + 0.019370, + 0.114576, + 0.182352, + 0.415727, + 0.554597, + 0.439778, + 0.373621, + 0.141965, + 0.076036, + 0.284086, + 0.114576, + 0.002476, + 0.067150, + 0.141965, + 0.510292, + 0.311784, + 0.076036, + 0.173228, + 0.076686, + 0.097037, + 0.701804, + 0.603997, + 0.089067, + 0.106805, + 0.513038, + 0.415727, + 0.284086, + 0.603997, + 0.554597, + 0.067150, + 0.089067, + 0.603997, + 0.284086, + 0.141965, + 0.173228, + 0.701804, + 0.510292, + 0.076686, + 0.055379, + 0.040359, + 0.097037, + 0.045898, + 0.017015, + 0.040359, + 0.055379, + 0.007880, + 0.016581, + 0.093065, + 0.087683, + 0.087683, + 0.093065, + 0.214352, + 0.217223, + 0.217223, + 0.214352, + 0.467055, + 0.439754, + 0.705382, + 0.506927, + 0.671729, + 0.517316, + 0.007880, + 0.016581, + 0.554509, + 0.439754, + 0.467055, + 0.582309, + 0.519184, + 0.513386, + 0.604158, + 0.617223, + 0.513386, + 0.519184, + 0.481229, + 0.306092, + 0.097371, + 0.705382, + 0.517316, + 0.011754, + 0.017015, + 0.007877, + 0.087683, + 0.093065, + 0.016581, + 0.087683, + 0.217223, + 0.214352, + 0.093065, + 0.701804, + 0.517316, + 0.671729, + 0.510292, + 0.510292, + 0.671729, + 0.481229, + 0.311784, + 0.554597, + 0.582309, + 0.467055, + 0.439778, + 0.519184, + 0.617223, + 0.603997, + 0.513038, + 0.513038, + 0.311784, + 0.481229, + 0.519184, + 0.097037, + 0.011754, + 0.517316, + 0.701804, + 0.603997, + 0.617223, + 0.582309, + 0.554597, + 0.017015, + 0.040359, + 0.040359, + 0.011754, + 0.097037; + 1.000000,-0.000000, 0.000000, 0.000000, + 0.000000, 0.342728,-0.939435, 0.000000, + -0.000000, 0.939435, 0.342728, 0.000000, + 0.000000,-0.119256, 0.024489, 1.000000;; + } // End of wolfwoman_pelvis skin weights + SkinWeights { + "wolfwoman_pinky_01_r"; + 44; + 2218, + 2220, + 2221, + 2222, + 2224, + 2225, + 2228, + 2229, + 2230, + 2231, + 2233, + 2237, + 2238, + 2239, + 2240, + 2244, + 2245, + 2246, + 2247, + 2248, + 2249, + 2250, + 2251, + 2253, + 2256, + 2257, + 2258, + 2259, + 2266, + 2267, + 2268, + 2269, + 2271, + 2272, + 2273, + 2279, + 2284, + 2286, + 2287, + 2291, + 2292, + 2297, + 2316, + 2317; + 0.066127, + 0.066127, + 0.517420, + 0.090561, + 0.118055, + 0.066127, + 0.118055, + 0.635456, + 0.517420, + 0.066127, + 0.118055, + 0.113574, + 0.635456, + 0.118055, + 0.113574, + 0.113574, + 0.083632, + 0.991681, + 0.635456, + 0.517420, + 1.000000, + 0.063329, + 0.090561, + 0.063329, + 0.635456, + 0.991681, + 1.000000, + 0.517420, + 0.083632, + 0.113574, + 0.991681, + 0.056739, + 1.000000, + 0.090561, + 0.063329, + 0.083632, + 0.083632, + 0.056739, + 0.991681, + 0.056739, + 0.056739, + 0.090561, + 0.063329, + 1.000000; + -0.006625,-0.998639, 0.051727, 0.000000, + -0.948689,-0.010077,-0.316052, 0.000000, + 0.316143,-0.051167,-0.947331, 0.000000, + -0.135710,-0.780303, 0.630526, 1.000000;; + } // End of wolfwoman_pinky_01_r skin weights + SkinWeights { + "wolfwoman_index_03_r"; + 14; + 2277, + 2282, + 2289, + 2300, + 2301, + 2302, + 2305, + 2306, + 2307, + 2311, + 2312, + 2313, + 2315, + 2327; + 0.049753, + 0.049753, + 0.008260, + 0.049753, + 1.000000, + 0.008260, + 1.000000, + 1.000000, + 0.049753, + 0.008260, + 1.000000, + 1.000000, + 0.008260, + 1.000000; + -0.146958,-0.976111, 0.160034, 0.000000, + -0.758258, 0.007277,-0.651914, 0.000000, + 0.635176,-0.217151,-0.741213, 0.000000, + -0.514768,-0.721496, 0.581525, 1.000000;; + } // End of wolfwoman_index_03_r skin weights + SkinWeights { + "wolfwoman_pinky_01_l"; + 44; + 890, + 892, + 894, + 895, + 896, + 899, + 900, + 901, + 902, + 903, + 907, + 909, + 910, + 911, + 912, + 916, + 917, + 918, + 919, + 920, + 921, + 922, + 923, + 927, + 928, + 929, + 930, + 931, + 937, + 938, + 940, + 941, + 943, + 944, + 947, + 949, + 956, + 957, + 958, + 961, + 964, + 971, + 988, + 991; + 0.066122, + 0.066122, + 0.090563, + 0.517420, + 0.118053, + 0.066122, + 0.118053, + 0.066122, + 0.517420, + 0.635455, + 0.118053, + 0.118053, + 0.635455, + 0.113572, + 0.113572, + 0.113572, + 0.635455, + 0.991680, + 0.083632, + 0.517420, + 0.090563, + 0.063326, + 1.000000, + 0.063326, + 0.635455, + 0.517420, + 1.000000, + 0.991680, + 0.113572, + 0.083632, + 0.991680, + 1.000000, + 0.056739, + 0.090563, + 0.063326, + 0.083632, + 0.083632, + 0.991680, + 0.056739, + 0.056739, + 0.056739, + 0.090563, + 0.063326, + 1.000000; + -0.006628, 0.998639,-0.051734, 0.000000, + 0.948689,-0.010077,-0.316049, 0.000000, + -0.316140,-0.051175,-0.947331, 0.000000, + 0.135710,-0.780298, 0.630532, 1.000000;; + } // End of wolfwoman_pinky_01_l skin weights + SkinWeights { + "wolfwoman_pinky_02_r"; + 0; + 0.039852,-0.997197, 0.063319, 0.000000, + -0.933627,-0.059740,-0.353229, 0.000000, + 0.356022,-0.045039,-0.933391, 0.000000, + -0.121684,-0.803015, 0.634188, 1.000000;; + } // End of wolfwoman_pinky_02_r skin weights + SkinWeights { + "wolfwoman_index_01_r"; + 30; + 2173, + 2178, + 2202, + 2203, + 2243, + 2245, + 2250, + 2252, + 2253, + 2254, + 2260, + 2261, + 2262, + 2263, + 2264, + 2265, + 2266, + 2273, + 2274, + 2275, + 2276, + 2279, + 2280, + 2283, + 2284, + 2298, + 2316, + 2319, + 2320, + 2325; + 0.090242, + 0.090242, + 0.151591, + 0.090242, + 0.090242, + 0.066322, + 0.042439, + 0.872408, + 0.042439, + 0.005377, + 0.151591, + 0.872408, + 0.893025, + 0.090242, + 0.090242, + 0.893025, + 0.066322, + 0.042439, + 0.872408, + 0.151591, + 0.893025, + 0.066322, + 0.872408, + 0.893025, + 0.066322, + 0.151591, + 0.042439, + 0.005377, + 0.005377, + 0.005377; + -0.028296,-0.994836, 0.097471, 0.000000, + -0.750724,-0.043234,-0.659199, 0.000000, + 0.660009,-0.091826,-0.745624, 0.000000, + -0.426978,-0.759742, 0.528702, 1.000000;; + } // End of wolfwoman_index_01_r skin weights + SkinWeights { + "wolfwoman_pinky_03_r"; + 12; + 2254, + 2269, + 2270, + 2286, + 2291, + 2292, + 2295, + 2318, + 2319, + 2320, + 2321, + 2325; + 0.250901, + 0.688682, + 1.000000, + 0.688682, + 0.688682, + 0.688682, + 1.000000, + 1.000000, + 0.250901, + 0.250901, + 1.000000, + 0.250901; + 0.025155,-0.998638, 0.045708, 0.000000, + -0.939584,-0.039232,-0.340064, 0.000000, + 0.341394,-0.034392,-0.939291, 0.000000, + -0.125104,-0.828964, 0.621885, 1.000000;; + } // End of wolfwoman_pinky_03_r skin weights + SkinWeights { + "wolfwoman_neck_01"; + 1190; + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 147, + 148, + 149, + 150, + 151, + 152, + 153, + 154, + 155, + 156, + 157, + 158, + 159, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192, + 193, + 194, + 195, + 196, + 197, + 198, + 199, + 200, + 201, + 202, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 217, + 218, + 219, + 220, + 221, + 222, + 223, + 224, + 225, + 226, + 227, + 228, + 229, + 230, + 231, + 232, + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 241, + 242, + 243, + 244, + 245, + 246, + 247, + 248, + 249, + 250, + 251, + 252, + 253, + 254, + 255, + 256, + 257, + 258, + 259, + 260, + 261, + 262, + 263, + 264, + 265, + 266, + 267, + 268, + 269, + 270, + 271, + 272, + 273, + 274, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 282, + 283, + 284, + 285, + 286, + 287, + 288, + 289, + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 313, + 315, + 316, + 318, + 319, + 320, + 321, + 323, + 324, + 326, + 328, + 329, + 332, + 333, + 334, + 335, + 337, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 366, + 367, + 368, + 369, + 370, + 371, + 372, + 373, + 374, + 375, + 376, + 377, + 378, + 379, + 380, + 381, + 382, + 383, + 384, + 385, + 386, + 387, + 388, + 389, + 391, + 392, + 393, + 394, + 395, + 396, + 397, + 398, + 399, + 400, + 401, + 402, + 403, + 404, + 405, + 406, + 407, + 408, + 409, + 410, + 411, + 412, + 413, + 415, + 416, + 417, + 418, + 419, + 452, + 453, + 454, + 455, + 458, + 459, + 460, + 461, + 462, + 463, + 488, + 491, + 512, + 513, + 514, + 515, + 517, + 518, + 519, + 520, + 521, + 522, + 523, + 608, + 612, + 613, + 636, + 637, + 642, + 661, + 1176, + 1177, + 1178, + 1179, + 1180, + 1181, + 1182, + 1183, + 1184, + 1185, + 1186, + 1187, + 1188, + 1189, + 1190, + 1191, + 1192, + 1193, + 1194, + 1195, + 1196, + 1197, + 1198, + 1199, + 1200, + 1201, + 1202, + 1203, + 1204, + 1205, + 1206, + 1207, + 1208, + 1209, + 1210, + 1211, + 1212, + 1213, + 1214, + 1215, + 1216, + 1217, + 1218, + 1219, + 1220, + 1221, + 1222, + 1223, + 1224, + 1225, + 1226, + 1227, + 1228, + 1229, + 1230, + 1231, + 1300, + 1301, + 1302, + 1303, + 1304, + 1305, + 1306, + 1307, + 1308, + 1309, + 1310, + 1311, + 1312, + 1313, + 1314, + 1315, + 1316, + 1317, + 1318, + 1319, + 1320, + 1321, + 1322, + 1323, + 1324, + 1325, + 1326, + 1327, + 1328, + 1329, + 1330, + 1331, + 1332, + 1333, + 1334, + 1335, + 1336, + 1337, + 1338, + 1339, + 1340, + 1341, + 1342, + 1343, + 1344, + 1345, + 1346, + 1347, + 1348, + 1349, + 1350, + 1351, + 1352, + 1353, + 1354, + 1355, + 1356, + 1357, + 1358, + 1359, + 1360, + 1361, + 1362, + 1363, + 1364, + 1365, + 1366, + 1367, + 1368, + 1369, + 1370, + 1371, + 1372, + 1373, + 1374, + 1375, + 1376, + 1377, + 1378, + 1379, + 1380, + 1381, + 1382, + 1383, + 1384, + 1385, + 1386, + 1387, + 1388, + 1389, + 1390, + 1391, + 1392, + 1393, + 1394, + 1395, + 1396, + 1397, + 1398, + 1399, + 1400, + 1401, + 1402, + 1403, + 1404, + 1405, + 1406, + 1407, + 1408, + 1409, + 1410, + 1411, + 1412, + 1413, + 1414, + 1415, + 1416, + 1417, + 1418, + 1419, + 1420, + 1421, + 1422, + 1423, + 1424, + 1425, + 1426, + 1427, + 1428, + 1429, + 1430, + 1431, + 1432, + 1433, + 1434, + 1435, + 1436, + 1437, + 1438, + 1439, + 1440, + 1441, + 1442, + 1443, + 1444, + 1445, + 1446, + 1447, + 1448, + 1449, + 1450, + 1451, + 1452, + 1453, + 1454, + 1455, + 1456, + 1457, + 1458, + 1459, + 1460, + 1461, + 1462, + 1463, + 1464, + 1465, + 1466, + 1467, + 1468, + 1469, + 1470, + 1471, + 1472, + 1473, + 1474, + 1475, + 1476, + 1477, + 1478, + 1479, + 1480, + 1481, + 1482, + 1483, + 1484, + 1485, + 1486, + 1487, + 1488, + 1489, + 1490, + 1491, + 1492, + 1493, + 1494, + 1495, + 1496, + 1497, + 1498, + 1499, + 1500, + 1501, + 1502, + 1503, + 1504, + 1505, + 1506, + 1507, + 1508, + 1509, + 1510, + 1511, + 1512, + 1513, + 1514, + 1515, + 1516, + 1517, + 1518, + 1519, + 1520, + 1521, + 1522, + 1523, + 1524, + 1525, + 1526, + 1527, + 1528, + 1529, + 1530, + 1531, + 1532, + 1533, + 1534, + 1535, + 1536, + 1537, + 1538, + 1539, + 1540, + 1541, + 1542, + 1543, + 1544, + 1545, + 1546, + 1547, + 1548, + 1549, + 1550, + 1551, + 1552, + 1553, + 1554, + 1555, + 1556, + 1557, + 1558, + 1559, + 1560, + 1561, + 1562, + 1563, + 1564, + 1565, + 1566, + 1567, + 1568, + 1569, + 1570, + 1571, + 1572, + 1573, + 1574, + 1575, + 1576, + 1577, + 1578, + 1579, + 1580, + 1581, + 1582, + 1583, + 1584, + 1585, + 1586, + 1587, + 1588, + 1589, + 1590, + 1591, + 1592, + 1593, + 1594, + 1595, + 1596, + 1597, + 1598, + 1599, + 1600, + 1601, + 1602, + 1603, + 1604, + 1605, + 1606, + 1608, + 1609, + 1610, + 1611, + 1612, + 1613, + 1614, + 1615, + 1616, + 1617, + 1618, + 1619, + 1620, + 1621, + 1623, + 1624, + 1625, + 1626, + 1628, + 1629, + 1631, + 1632, + 1634, + 1636, + 1639, + 1640, + 1641, + 1642, + 1643, + 1647, + 1648, + 1649, + 1650, + 1651, + 1652, + 1653, + 1654, + 1655, + 1656, + 1657, + 1658, + 1659, + 1660, + 1670, + 1671, + 1672, + 1673, + 1675, + 1676, + 1677, + 1678, + 1679, + 1680, + 1681, + 1682, + 1683, + 1684, + 1685, + 1686, + 1687, + 1688, + 1689, + 1690, + 1691, + 1692, + 1693, + 1694, + 1695, + 1696, + 1697, + 1698, + 1699, + 1700, + 1701, + 1702, + 1703, + 1704, + 1705, + 1706, + 1707, + 1708, + 1709, + 1711, + 1712, + 1713, + 1714, + 1715, + 1716, + 1717, + 1718, + 1719, + 1720, + 1721, + 1722, + 1723, + 1724, + 1725, + 1726, + 1727, + 1728, + 1729, + 1730, + 1731, + 1732, + 1733, + 1735, + 1736, + 1737, + 1738, + 1739, + 1772, + 1773, + 1774, + 1775, + 1777, + 1778, + 1780, + 1781, + 1782, + 1783, + 1808, + 1809, + 1832, + 1833, + 1834, + 1835, + 1837, + 1838, + 1839, + 1840, + 1841, + 1842, + 1843, + 1844, + 1845, + 1846, + 1847, + 1848, + 1851, + 1936, + 1940, + 1943, + 1964, + 1967, + 1970, + 1972, + 1973, + 1974, + 1975, + 1995, + 2504, + 2505, + 2506, + 2507, + 2508, + 2509, + 2510, + 2511, + 2512, + 2513, + 2514, + 2515, + 2516, + 2517, + 2518, + 2519, + 2520, + 2521, + 2522, + 2523, + 2524, + 2525, + 2526, + 2527, + 2528, + 2529, + 2530, + 2531, + 2532, + 2533, + 2534, + 2535, + 2536, + 2537, + 2538, + 2539, + 2540, + 2541, + 2542, + 2543, + 2544, + 2545, + 2546, + 2547, + 2548, + 2549, + 2550, + 2551, + 2552, + 2553, + 2554, + 2555, + 2556, + 2557, + 2558, + 2559, + 2560, + 2561, + 2562, + 2563, + 2564, + 2565, + 2566, + 2567, + 2620, + 2621, + 2622, + 2623, + 2624, + 2625, + 2626, + 2627, + 2628, + 2629, + 2630, + 2631, + 2632, + 2633, + 2634, + 2635, + 2636, + 2637, + 2638, + 2639, + 2640, + 2641, + 2642, + 2643, + 2644, + 2645, + 2646, + 2647, + 2648, + 2649, + 2650, + 2651, + 2652, + 2653, + 2654, + 2655, + 2656, + 2657, + 2658, + 2659, + 2660, + 2661, + 2662, + 2663, + 2664, + 2665, + 2666, + 2667, + 2668, + 2676, + 2677, + 2678, + 2679, + 2680, + 2681, + 2682, + 2683, + 2685, + 2686, + 2688, + 2689, + 2690, + 2691, + 2692, + 2693, + 2695, + 2696, + 2697, + 2698, + 2699, + 2700, + 2703, + 2704, + 2705, + 2706, + 2707, + 2708, + 2709, + 2710, + 2711, + 2712, + 2713, + 2740, + 2741, + 2742, + 2743, + 2748, + 2749, + 2750, + 2751, + 2752, + 2753, + 2754, + 2755, + 2756, + 2757, + 2758, + 2759, + 2760, + 2761, + 2762, + 2763, + 2780, + 2781, + 2782, + 2783, + 2784, + 2785, + 2786, + 2787, + 2788, + 2789, + 2790, + 2791, + 2792, + 2793, + 2794, + 2795, + 2796, + 2797, + 2798, + 2799, + 2800, + 2801, + 2802, + 2803, + 2804, + 2805, + 2806, + 2807, + 2808, + 2809, + 2810, + 2811, + 2812, + 2813, + 2814, + 2815, + 2816, + 2817, + 2818, + 2819, + 2820, + 2821, + 2822, + 2823, + 2824, + 2825, + 2826, + 2827, + 2828, + 2829, + 2830, + 2831, + 2832, + 2833, + 2834, + 2835, + 2836, + 2837, + 2838, + 2839, + 2840, + 2841, + 2844, + 2845, + 2846, + 2847, + 2880, + 2881, + 2882, + 2883, + 2884, + 2885, + 2886, + 2887; + 0.276335, + 0.264172, + 0.352093, + 0.328345, + 0.264172, + 0.276335, + 0.242886, + 0.216726, + 0.241770, + 0.264172, + 0.216726, + 0.187285, + 0.241770, + 0.187285, + 0.118846, + 0.138603, + 0.187285, + 0.216726, + 0.224700, + 0.183092, + 0.187285, + 0.183092, + 0.113144, + 0.118846, + 0.113144, + 0.183092, + 0.177810, + 0.048175, + 0.224700, + 0.268372, + 0.177810, + 0.183092, + 0.216726, + 0.242886, + 0.256973, + 0.224700, + 0.048175, + 0.018299, + 0.028547, + 0.014834, + 0.038910, + 0.050607, + 0.014834, + 0.028547, + 0.421928, + 0.322059, + 0.369895, + 0.452867, + 0.048175, + 0.177810, + 0.087634, + 0.018299, + 0.027690, + 0.087634, + 0.091329, + 0.056683, + 0.087634, + 0.027690, + 0.015998, + 0.018299, + 0.045147, + 0.064227, + 0.050607, + 0.038910, + 0.087634, + 0.177810, + 0.268372, + 0.358441, + 0.467305, + 0.468086, + 0.461083, + 0.438969, + 0.438969, + 0.461083, + 0.455986, + 0.428742, + 0.464004, + 0.463769, + 0.458635, + 0.458995, + 0.455986, + 0.464004, + 0.458995, + 0.451372, + 0.314601, + 0.342248, + 0.369895, + 0.322059, + 0.352093, + 0.369895, + 0.342248, + 0.328345, + 0.436204, + 0.402932, + 0.358441, + 0.413072, + 0.413072, + 0.421928, + 0.438969, + 0.428742, + 0.268372, + 0.421928, + 0.413072, + 0.358441, + 0.224700, + 0.322059, + 0.421928, + 0.268372, + 0.322059, + 0.224700, + 0.256973, + 0.314601, + 0.087634, + 0.358441, + 0.402932, + 0.091329, + 0.091329, + 0.256833, + 0.074041, + 0.056683, + 0.045147, + 0.027690, + 0.056683, + 0.074041, + 0.027690, + 0.045147, + 0.038910, + 0.015998, + 0.028547, + 0.018299, + 0.015998, + 0.038910, + 0.064227, + 0.045147, + 0.074041, + 0.205752, + 0.256833, + 0.672451, + 0.205752, + 0.074041, + 0.014834, + 0.050607, + 0.062657, + 0.015420, + 0.015420, + 0.062657, + 0.079733, + 0.049038, + 0.049038, + 0.079733, + 0.079420, + 0.042137, + 0.048175, + 0.014834, + 0.039313, + 0.113144, + 0.256833, + 0.091329, + 0.402932, + 0.615968, + 0.436204, + 0.598229, + 0.615968, + 0.402932, + 0.426640, + 0.466416, + 0.598229, + 0.436204, + 0.426640, + 0.436204, + 0.413072, + 0.428742, + 0.433577, + 0.429333, + 0.426640, + 0.428742, + 0.455986, + 0.451372, + 0.433577, + 0.428742, + 0.426640, + 0.429333, + 0.408180, + 0.402899, + 0.258949, + 0.273974, + 0.753296, + 0.771344, + 0.205752, + 0.672451, + 0.789853, + 0.769004, + 0.461083, + 0.466849, + 0.464004, + 0.455986, + 0.468086, + 0.468894, + 0.466849, + 0.461083, + 0.470835, + 0.471098, + 0.468894, + 0.468086, + 0.467305, + 0.452867, + 0.447264, + 0.475098, + 0.475098, + 0.470835, + 0.468086, + 0.467305, + 0.369895, + 0.352093, + 0.447264, + 0.452867, + 0.452867, + 0.467305, + 0.438969, + 0.421928, + 0.264172, + 0.241770, + 0.351441, + 0.352093, + 0.352093, + 0.351441, + 0.448815, + 0.447264, + 0.447264, + 0.448815, + 0.477095, + 0.475098, + 0.471098, + 0.470835, + 0.475098, + 0.477095, + 0.406133, + 0.466416, + 0.426640, + 0.402899, + 0.743536, + 0.681658, + 0.701296, + 0.761890, + 0.615968, + 0.598229, + 0.681658, + 0.743536, + 0.256833, + 0.615968, + 0.743536, + 0.672451, + 0.406133, + 0.449511, + 0.516678, + 0.466416, + 0.681658, + 0.598229, + 0.466416, + 0.516678, + 0.449511, + 0.406133, + 0.379493, + 0.415281, + 0.681658, + 0.516678, + 0.449511, + 0.597036, + 0.381940, + 0.379493, + 0.406133, + 0.402899, + 0.064227, + 0.205752, + 0.273974, + 0.138316, + 0.138316, + 0.273974, + 0.258949, + 0.141119, + 0.681658, + 0.597036, + 0.656467, + 0.701296, + 0.672451, + 0.743536, + 0.761890, + 0.789853, + 0.769004, + 0.753296, + 0.273974, + 0.205752, + 0.064227, + 0.138316, + 0.062657, + 0.050607, + 0.062657, + 0.138316, + 0.141119, + 0.079733, + 0.015420, + 0.039313, + 0.014834, + 0.069767, + 0.138603, + 0.118846, + 0.057795, + 0.057795, + 0.118846, + 0.113144, + 0.039313, + 0.049038, + 0.008181, + 0.015420, + 0.042137, + 0.008181, + 0.049038, + 0.057795, + 0.039313, + 0.010187, + 0.010187, + 0.008181, + 0.003266, + 0.010187, + 0.003266, + 0.069767, + 0.057795, + 0.010187, + 0.008181, + 0.771344, + 0.781733, + 0.237696, + 0.258949, + 0.135816, + 0.141119, + 0.258949, + 0.237696, + 0.079733, + 0.141119, + 0.135816, + 0.079420, + 0.237696, + 0.781733, + 0.785501, + 0.229452, + 0.761890, + 0.701296, + 0.146143, + 0.293654, + 0.701296, + 0.656467, + 0.121749, + 0.146143, + 0.753296, + 0.769004, + 0.687384, + 0.754697, + 0.769004, + 0.789853, + 0.552189, + 0.687384, + 0.785501, + 0.781733, + 0.904162, + 0.925315, + 0.781733, + 0.771344, + 0.863060, + 0.904162, + 0.753296, + 0.754697, + 0.863060, + 0.771344, + 0.552189, + 0.789853, + 0.761890, + 0.293654, + 0.146143, + 0.121749, + 0.001740, + 0.552189, + 0.293654, + 0.042011, + 0.206406, + 0.687384, + 0.552189, + 0.206406, + 0.342262, + 0.863060, + 0.754697, + 0.427091, + 0.650981, + 0.904162, + 0.863060, + 0.650981, + 0.798969, + 0.042011, + 0.293654, + 0.146143, + 0.001740, + 0.206406, + 0.042011, + 0.025152, + 0.342262, + 0.206406, + 0.025152, + 0.065846, + 0.687384, + 0.342262, + 0.427091, + 0.754697, + 0.050984, + 0.065846, + 0.065846, + 0.050984, + 0.427091, + 0.342262, + 0.001740, + 0.042011, + 0.798969, + 0.650981, + 0.037035, + 0.094046, + 0.000877, + 0.094046, + 0.037035, + 0.427091, + 0.050984, + 0.037035, + 0.650981, + 0.025152, + 0.065846, + 0.025152, + 0.037035, + 0.050984, + 0.000877, + 0.001740, + 0.429333, + 0.418645, + 0.412641, + 0.408180, + 0.451372, + 0.441609, + 0.431529, + 0.433577, + 0.433577, + 0.431529, + 0.418645, + 0.429333, + 0.458995, + 0.453231, + 0.441609, + 0.451372, + 0.418645, + 0.428752, + 0.419460, + 0.412641, + 0.453231, + 0.452178, + 0.437200, + 0.441609, + 0.441609, + 0.437200, + 0.430826, + 0.431529, + 0.431529, + 0.430826, + 0.428752, + 0.418645, + 0.342248, + 0.314601, + 0.302708, + 0.329618, + 0.328345, + 0.342248, + 0.329618, + 0.316872, + 0.242886, + 0.276335, + 0.285001, + 0.252152, + 0.256973, + 0.242886, + 0.252152, + 0.264768, + 0.314601, + 0.256973, + 0.264768, + 0.302708, + 0.276335, + 0.328345, + 0.316872, + 0.285001, + 0.276334, + 0.328345, + 0.352093, + 0.264172, + 0.264172, + 0.216725, + 0.242885, + 0.276334, + 0.241770, + 0.187285, + 0.216725, + 0.264172, + 0.241770, + 0.138603, + 0.118846, + 0.187285, + 0.187285, + 0.183092, + 0.224700, + 0.216725, + 0.187285, + 0.118846, + 0.113144, + 0.183092, + 0.113144, + 0.048175, + 0.177809, + 0.183092, + 0.224700, + 0.183092, + 0.177809, + 0.268371, + 0.216725, + 0.224700, + 0.256973, + 0.242885, + 0.048175, + 0.014834, + 0.028547, + 0.018298, + 0.038909, + 0.028547, + 0.014834, + 0.050607, + 0.421927, + 0.452866, + 0.369894, + 0.322058, + 0.048175, + 0.018298, + 0.087634, + 0.177809, + 0.027690, + 0.056683, + 0.091328, + 0.087634, + 0.087634, + 0.018298, + 0.015998, + 0.027690, + 0.045147, + 0.038909, + 0.050607, + 0.064227, + 0.087634, + 0.358438, + 0.268371, + 0.177809, + 0.467305, + 0.438968, + 0.461083, + 0.468086, + 0.438968, + 0.428741, + 0.455986, + 0.461083, + 0.455986, + 0.451372, + 0.458995, + 0.464004, + 0.314600, + 0.322058, + 0.369894, + 0.342248, + 0.352093, + 0.328345, + 0.342248, + 0.369894, + 0.439282, + 0.413070, + 0.358438, + 0.403493, + 0.413070, + 0.428741, + 0.438968, + 0.421927, + 0.268371, + 0.358438, + 0.413070, + 0.421927, + 0.224700, + 0.268371, + 0.421927, + 0.322058, + 0.322058, + 0.314600, + 0.256973, + 0.224700, + 0.087634, + 0.091328, + 0.403493, + 0.358438, + 0.091328, + 0.056683, + 0.074040, + 0.256830, + 0.045147, + 0.074040, + 0.056683, + 0.027690, + 0.027690, + 0.015998, + 0.038909, + 0.045147, + 0.028547, + 0.038909, + 0.015998, + 0.018298, + 0.064227, + 0.205751, + 0.074040, + 0.045147, + 0.256830, + 0.074040, + 0.205751, + 0.673289, + 0.014834, + 0.015419, + 0.062657, + 0.050607, + 0.015419, + 0.049038, + 0.079733, + 0.062657, + 0.049038, + 0.042137, + 0.079420, + 0.079733, + 0.048175, + 0.113144, + 0.039313, + 0.014834, + 0.256830, + 0.619581, + 0.403493, + 0.091328, + 0.439282, + 0.403493, + 0.619581, + 0.601982, + 0.428518, + 0.439282, + 0.601982, + 0.472320, + 0.428518, + 0.428741, + 0.413070, + 0.439282, + 0.433576, + 0.428741, + 0.428518, + 0.429332, + 0.455986, + 0.428741, + 0.433576, + 0.451372, + 0.428518, + 0.402895, + 0.408180, + 0.429332, + 0.258948, + 0.771742, + 0.753993, + 0.273972, + 0.205751, + 0.769546, + 0.790895, + 0.673289, + 0.461083, + 0.455986, + 0.464004, + 0.466849, + 0.468086, + 0.461083, + 0.466849, + 0.468894, + 0.470836, + 0.468086, + 0.468894, + 0.471098, + 0.467305, + 0.475098, + 0.447264, + 0.452866, + 0.475098, + 0.467305, + 0.468086, + 0.470836, + 0.369894, + 0.452866, + 0.447264, + 0.352093, + 0.452866, + 0.421927, + 0.438968, + 0.467305, + 0.264172, + 0.352093, + 0.351441, + 0.241770, + 0.352093, + 0.447264, + 0.448815, + 0.351441, + 0.447264, + 0.475098, + 0.477095, + 0.448815, + 0.471098, + 0.477095, + 0.475098, + 0.470836, + 0.477095, + 0.476526, + 0.452599, + 0.448815, + 0.477095, + 0.471098, + 0.471009, + 0.476526, + 0.452599, + 0.357013, + 0.351441, + 0.448815, + 0.407802, + 0.402895, + 0.428518, + 0.472320, + 0.746117, + 0.764319, + 0.703417, + 0.681723, + 0.619581, + 0.746117, + 0.681723, + 0.601982, + 0.256830, + 0.673289, + 0.746117, + 0.619581, + 0.407802, + 0.472320, + 0.515313, + 0.450563, + 0.681723, + 0.515313, + 0.472320, + 0.601982, + 0.525286, + 0.588849, + 0.654104, + 0.616792, + 0.681723, + 0.588849, + 0.450563, + 0.515313, + 0.064227, + 0.138315, + 0.273972, + 0.205751, + 0.138315, + 0.141119, + 0.258948, + 0.273972, + 0.681723, + 0.703417, + 0.654104, + 0.588849, + 0.673289, + 0.790895, + 0.764319, + 0.746117, + 0.769546, + 0.205751, + 0.273972, + 0.753993, + 0.064227, + 0.050607, + 0.062657, + 0.138315, + 0.062657, + 0.079733, + 0.141119, + 0.138315, + 0.015419, + 0.014834, + 0.039313, + 0.146934, + 0.069335, + 0.069767, + 0.138603, + 0.069767, + 0.057794, + 0.118846, + 0.138603, + 0.057794, + 0.039313, + 0.113144, + 0.118846, + 0.049038, + 0.015419, + 0.008181, + 0.042137, + 0.049038, + 0.008181, + 0.057794, + 0.010187, + 0.039313, + 0.010187, + 0.008181, + 0.003266, + 0.010187, + 0.003266, + 0.010187, + 0.057794, + 0.069767, + 0.008181, + 0.771742, + 0.258948, + 0.237696, + 0.781733, + 0.135816, + 0.237696, + 0.258948, + 0.141119, + 0.079733, + 0.079420, + 0.135816, + 0.141119, + 0.003266, + 0.039527, + 0.042137, + 0.069767, + 0.069335, + 0.003266, + 0.764319, + 0.296236, + 0.142590, + 0.703417, + 0.616792, + 0.654104, + 0.121243, + 0.109266, + 0.703417, + 0.142590, + 0.121243, + 0.654104, + 0.753993, + 0.755261, + 0.688320, + 0.769546, + 0.769546, + 0.688320, + 0.553694, + 0.790895, + 0.781733, + 0.904572, + 0.863348, + 0.771742, + 0.753993, + 0.771742, + 0.863348, + 0.755261, + 0.553694, + 0.296236, + 0.764319, + 0.790895, + 0.142590, + 0.001621, + 0.121243, + 0.553694, + 0.206754, + 0.042155, + 0.296236, + 0.688320, + 0.342587, + 0.206754, + 0.553694, + 0.863348, + 0.650744, + 0.427396, + 0.755261, + 0.904572, + 0.798785, + 0.650744, + 0.863348, + 0.042155, + 0.001621, + 0.142590, + 0.296236, + 0.206754, + 0.025168, + 0.042155, + 0.342587, + 0.065859, + 0.025168, + 0.206754, + 0.688320, + 0.755261, + 0.427396, + 0.342587, + 0.065859, + 0.050988, + 0.065859, + 0.342587, + 0.427396, + 0.050988, + 0.001621, + 0.042155, + 0.798785, + 0.094045, + 0.037030, + 0.650744, + 0.037030, + 0.094045, + 0.000877, + 0.855813, + 0.098745, + 0.094045, + 0.798785, + 0.427396, + 0.650744, + 0.037030, + 0.050988, + 0.013048, + 0.000877, + 0.025168, + 0.065859, + 0.025168, + 0.037030, + 0.050988, + 0.000877, + 0.098745, + 0.013048, + 0.000877, + 0.094045, + 0.001621, + 0.429332, + 0.408180, + 0.412639, + 0.418644, + 0.451372, + 0.433576, + 0.431529, + 0.441609, + 0.408180, + 0.398853, + 0.400845, + 0.412639, + 0.433576, + 0.429332, + 0.418644, + 0.431529, + 0.458995, + 0.451372, + 0.441609, + 0.453232, + 0.418644, + 0.412639, + 0.419474, + 0.428756, + 0.453232, + 0.441609, + 0.437201, + 0.452179, + 0.453387, + 0.453232, + 0.452179, + 0.452485, + 0.441609, + 0.431529, + 0.430827, + 0.437201, + 0.431529, + 0.418644, + 0.428756, + 0.430827, + 0.342248, + 0.329617, + 0.302708, + 0.314600, + 0.328345, + 0.316871, + 0.329617, + 0.342248, + 0.242885, + 0.252152, + 0.285001, + 0.276334, + 0.256973, + 0.264767, + 0.252152, + 0.242885, + 0.314600, + 0.302708, + 0.264767, + 0.256973, + 0.276334, + 0.285001, + 0.316871, + 0.328345, + 0.469067, + 0.467140, + 0.466849, + 0.468894, + 0.466849, + 0.467140, + 0.463769, + 0.464004, + 0.471098, + 0.471009, + 0.469067, + 0.468894, + 0.477095, + 0.448815, + 0.452599, + 0.476526, + 0.351441, + 0.241770, + 0.254675, + 0.357013, + 0.477095, + 0.476526, + 0.471009, + 0.471098, + 0.452599, + 0.448815, + 0.351441, + 0.357013, + 0.525286, + 0.616792, + 0.656467, + 0.597036, + 0.449511, + 0.415281, + 0.525286, + 0.597036, + 0.402899, + 0.408180, + 0.398853, + 0.381940, + 0.138603, + 0.146934, + 0.254675, + 0.241770, + 0.146934, + 0.138603, + 0.069767, + 0.069335, + 0.003266, + 0.135816, + 0.237696, + 0.229452, + 0.131464, + 0.042137, + 0.079420, + 0.081651, + 0.039527, + 0.042137, + 0.039527, + 0.079420, + 0.135816, + 0.131464, + 0.081651, + 0.069767, + 0.003266, + 0.069335, + 0.616792, + 0.109266, + 0.121749, + 0.656467, + 0.109266, + 0.121749, + 0.925315, + 0.904162, + 0.798969, + 0.855813, + 0.855813, + 0.798969, + 0.094046, + 0.098745, + 0.013048, + 0.000877, + 0.098745, + 0.094046, + 0.000877, + 0.013048, + 0.408180, + 0.412641, + 0.400845, + 0.398853, + 0.458635, + 0.453387, + 0.453231, + 0.458995, + 0.412641, + 0.419460, + 0.404748, + 0.400845, + 0.453387, + 0.452485, + 0.452178, + 0.453231, + 0.464004, + 0.458995, + 0.458635, + 0.463769, + 0.469067, + 0.468894, + 0.466849, + 0.467140, + 0.466849, + 0.464004, + 0.463769, + 0.467140, + 0.471098, + 0.468894, + 0.469067, + 0.471009, + 0.351441, + 0.357013, + 0.254675, + 0.241770, + 0.450563, + 0.588849, + 0.525286, + 0.415281, + 0.450563, + 0.415281, + 0.379493, + 0.407802, + 0.381940, + 0.402895, + 0.407802, + 0.379493, + 0.402895, + 0.381940, + 0.398853, + 0.408180, + 0.138603, + 0.241770, + 0.254675, + 0.146934, + 0.237696, + 0.229452, + 0.785501, + 0.781733, + 0.135816, + 0.131464, + 0.229452, + 0.237696, + 0.042137, + 0.039527, + 0.081651, + 0.079420, + 0.079420, + 0.081651, + 0.131464, + 0.135816, + 0.785501, + 0.925315, + 0.904572, + 0.781733, + 0.109266, + 0.121243, + 0.925315, + 0.855813, + 0.798785, + 0.904572, + 0.458635, + 0.458995, + 0.453232, + 0.453387, + 0.412639, + 0.400845, + 0.404748, + 0.419474; + 1.000000,-0.000000, 0.000000, 0.000000, + -0.000000,-0.338727,-0.940885, 0.000000, + 0.000000, 0.940885,-0.338727, 0.000000, + -0.000000,-0.605687, 0.276913, 1.000000;; + } // End of wolfwoman_neck_01 skin weights + SkinWeights { + "wolfwoman_lowerarm_r"; + 48; + 1749, + 1750, + 1753, + 1754, + 1756, + 1757, + 1758, + 1759, + 1760, + 1761, + 1762, + 1763, + 1764, + 1767, + 1768, + 1771, + 1784, + 1787, + 1789, + 1790, + 1797, + 1798, + 1813, + 1814, + 1816, + 1817, + 1818, + 1819, + 1820, + 1823, + 2004, + 2005, + 2006, + 2007, + 2008, + 2009, + 2010, + 2011, + 2012, + 2013, + 2014, + 2015, + 2064, + 2067, + 2068, + 2069, + 2073, + 2074; + 0.069498, + 0.079545, + 0.025792, + 0.069498, + 0.069498, + 0.942252, + 0.937818, + 0.079545, + 0.025792, + 0.961757, + 0.942252, + 0.069498, + 0.942252, + 0.937818, + 0.961757, + 0.942252, + 0.025792, + 0.055123, + 0.079545, + 0.101596, + 0.101596, + 0.072611, + 0.072611, + 0.055123, + 0.079545, + 0.937818, + 0.906338, + 0.101596, + 0.937818, + 0.906338, + 0.072611, + 0.899389, + 0.949725, + 0.055123, + 0.961757, + 0.025792, + 0.055123, + 0.949725, + 0.906338, + 0.899389, + 0.072611, + 0.101596, + 0.906338, + 0.899389, + 0.949725, + 0.899389, + 0.961757, + 0.949725; + 0.031332,-0.995660, 0.087636, 0.000000, + 0.229911,-0.078149,-0.970069, 0.000000, + 0.972707, 0.050543, 0.226464, 0.000000, + -0.571467,-0.468343,-0.035539, 1.000000;; + } // End of wolfwoman_lowerarm_r skin weights + SkinWeights { + "wolfwoman_ball_l"; + 40; + 1018, + 1019, + 1022, + 1023, + 1024, + 1025, + 1026, + 1027, + 1028, + 1029, + 1030, + 1031, + 1076, + 1077, + 1078, + 1079, + 1088, + 1091, + 1100, + 1101, + 1102, + 1103, + 1105, + 1106, + 1108, + 1109, + 1110, + 1111, + 1112, + 1113, + 1114, + 1115, + 1116, + 1117, + 1118, + 1119, + 1121, + 1122, + 1123, + 1124; + 0.087033, + 0.061801, + 0.061801, + 0.067936, + 0.061801, + 0.087033, + 0.796040, + 1.000000, + 0.067936, + 0.061801, + 1.000000, + 0.773687, + 0.796040, + 0.087033, + 0.137433, + 0.859867, + 0.087033, + 0.137433, + 0.067936, + 0.773687, + 0.808457, + 0.088419, + 0.067936, + 0.088419, + 0.773687, + 1.000000, + 1.000000, + 0.808457, + 1.000000, + 0.796040, + 0.859867, + 1.000000, + 1.000000, + 0.859867, + 0.137433, + 0.808457, + 0.088419, + 0.808457, + 0.137433, + 0.088419; + 0.989858,-0.057865, 0.129748, 0.000000, + -0.047010,-0.995252,-0.085231, 0.000000, + 0.134063, 0.078267,-0.987877, 0.000000, + -0.033824,-0.001375,-0.831028, 1.000000;; + } // End of wolfwoman_ball_l skin weights + SkinWeights { + "wolfwoman_index_03_l"; + 14; + 951, + 954, + 963, + 972, + 974, + 975, + 977, + 978, + 979, + 981, + 984, + 985, + 987, + 997; + 0.049751, + 0.049751, + 0.008260, + 0.049751, + 0.008260, + 1.000000, + 0.049751, + 1.000000, + 1.000000, + 0.008260, + 1.000000, + 0.008260, + 1.000000, + 1.000000; + -0.146959, 0.976111,-0.160032, 0.000000, + 0.758257, 0.007279,-0.651916, 0.000000, + -0.635177,-0.217151,-0.741212, 0.000000, + 0.514770,-0.721497, 0.581522, 1.000000;; + } // End of wolfwoman_index_03_l skin weights + SkinWeights { + "wolfwoman_calf_r"; + 208; + 2017, + 2018, + 2021, + 2022, + 2025, + 2035, + 2041, + 2042, + 2046, + 2047, + 2052, + 2053, + 2076, + 2077, + 2078, + 2079, + 2080, + 2081, + 2082, + 2083, + 2084, + 2085, + 2086, + 2087, + 2088, + 2089, + 2090, + 2091, + 2093, + 2094, + 2095, + 2096, + 2097, + 2098, + 2099, + 2100, + 2101, + 2102, + 2104, + 2105, + 2106, + 2107, + 2108, + 2109, + 2110, + 2111, + 2112, + 2113, + 2114, + 2115, + 2116, + 2117, + 2118, + 2119, + 2120, + 2121, + 2122, + 2123, + 2124, + 2125, + 2126, + 2127, + 2128, + 2129, + 2130, + 2131, + 2132, + 2133, + 2134, + 2135, + 2136, + 2137, + 2138, + 2139, + 2140, + 2141, + 2142, + 2143, + 2144, + 2145, + 2146, + 2147, + 2148, + 2149, + 2150, + 2151, + 2152, + 2153, + 2154, + 2155, + 2156, + 2157, + 2158, + 2159, + 2328, + 2329, + 2330, + 2331, + 2332, + 2333, + 2334, + 2335, + 2336, + 2338, + 2339, + 2340, + 2341, + 2343, + 2347, + 2348, + 2360, + 2361, + 2362, + 2363, + 2364, + 2365, + 2366, + 2367, + 2368, + 2369, + 2370, + 2371, + 2372, + 2373, + 2374, + 2375, + 2376, + 2377, + 2378, + 2379, + 2380, + 2381, + 2382, + 2383, + 2384, + 2385, + 2386, + 2387, + 2388, + 2389, + 2390, + 2391, + 2392, + 2393, + 2394, + 2395, + 2396, + 2397, + 2398, + 2399, + 2400, + 2401, + 2402, + 2403, + 2408, + 2409, + 2410, + 2411, + 2412, + 2413, + 2414, + 2415, + 2419, + 2420, + 2422, + 2423, + 2424, + 2425, + 2426, + 2427, + 2432, + 2433, + 2453, + 2454, + 2465, + 2466, + 2472, + 2473, + 2474, + 2475, + 2476, + 2477, + 2478, + 2479, + 2480, + 2481, + 2482, + 2483, + 2484, + 2485, + 2486, + 2487, + 2488, + 2489, + 2490, + 2491, + 2492, + 2493, + 2494, + 2495, + 2496, + 2497, + 2498, + 2499, + 2500, + 2501, + 2502, + 2503; + 0.075075, + 0.052412, + 0.081659, + 0.075075, + 0.037439, + 0.081659, + 0.066982, + 0.036705, + 0.036705, + 0.037439, + 0.052412, + 0.058956, + 0.036705, + 0.910996, + 0.933327, + 0.037439, + 0.075075, + 0.938913, + 0.946390, + 0.052412, + 0.052412, + 0.946390, + 0.951151, + 0.058956, + 0.081659, + 0.934078, + 0.938913, + 0.075075, + 0.921446, + 0.934078, + 0.081659, + 0.066982, + 0.922698, + 0.910996, + 0.036705, + 0.037439, + 0.933327, + 0.921446, + 0.921446, + 1.000000, + 1.000000, + 0.934078, + 0.934078, + 1.000000, + 1.000000, + 0.938913, + 0.933327, + 1.000000, + 1.000000, + 0.921446, + 0.922698, + 1.000000, + 1.000000, + 0.910996, + 0.910996, + 1.000000, + 1.000000, + 0.933327, + 0.946390, + 1.000000, + 1.000000, + 0.951151, + 0.938913, + 1.000000, + 1.000000, + 0.946390, + 1.000000, + 0.860156, + 0.412287, + 1.000000, + 1.000000, + 0.981396, + 0.946971, + 1.000000, + 1.000000, + 1.000000, + 0.982886, + 1.000000, + 1.000000, + 0.982886, + 0.981396, + 1.000000, + 1.000000, + 0.746090, + 0.940778, + 1.000000, + 1.000000, + 0.412287, + 0.746090, + 1.000000, + 1.000000, + 0.946971, + 0.860156, + 1.000000, + 0.412287, + 0.111142, + 0.121472, + 0.746090, + 0.860156, + 0.201310, + 0.111142, + 0.412287, + 0.111142, + 0.007395, + 0.121472, + 0.201310, + 0.064829, + 0.111142, + 0.007395, + 0.064829, + 0.982886, + 0.559252, + 0.535871, + 0.981396, + 1.000000, + 0.472544, + 0.559252, + 0.982886, + 0.981396, + 0.535871, + 0.271961, + 0.946971, + 0.860156, + 0.946971, + 0.271961, + 0.201310, + 0.121472, + 0.183727, + 0.940778, + 0.746090, + 0.535871, + 0.468709, + 0.236371, + 0.271961, + 0.472544, + 0.349849, + 0.466070, + 0.559252, + 0.559252, + 0.466070, + 0.468709, + 0.535871, + 0.064829, + 0.201310, + 0.271961, + 0.236371, + 0.121472, + 0.007395, + 0.149457, + 0.183727, + 0.466070, + 0.436689, + 0.435476, + 0.468709, + 0.236371, + 0.205218, + 0.081475, + 0.064829, + 0.468709, + 0.435476, + 0.205218, + 0.236371, + 0.007395, + 0.007395, + 0.126534, + 0.149457, + 0.349849, + 0.369670, + 0.436689, + 0.466070, + 0.064829, + 0.081475, + 0.081475, + 0.126534, + 0.058956, + 0.066982, + 0.058956, + 0.951151, + 0.922698, + 0.066982, + 0.951151, + 1.000000, + 1.000000, + 0.922698, + 1.000000, + 0.940778, + 1.000000, + 1.000000, + 0.940778, + 0.183727, + 0.472544, + 1.000000, + 0.183727, + 0.149457, + 0.349849, + 0.472544, + 0.149457, + 0.126534, + 0.369670, + 0.349849, + 0.369670, + 0.126534, + 0.081475, + 0.205218, + 0.435476, + 0.436689, + 0.369670, + 0.205218; + 0.999142,-0.037185,-0.018257, 0.000000, + 0.019259, 0.026760, 0.999457, 0.000000, + -0.036676,-0.998950, 0.027453, 0.000000, + 0.109939,-0.322556,-0.033548, 1.000000;; + } // End of wolfwoman_calf_r skin weights + SkinWeights { + "wolfwoman_index_02_r"; + 24; + 2252, + 2254, + 2255, + 2261, + 2262, + 2265, + 2274, + 2276, + 2277, + 2278, + 2280, + 2281, + 2282, + 2283, + 2285, + 2288, + 2300, + 2303, + 2304, + 2307, + 2319, + 2320, + 2324, + 2325; + 0.020231, + 0.341045, + 1.000000, + 0.020231, + 0.017236, + 0.017236, + 0.020231, + 0.017236, + 0.888091, + 0.037901, + 0.020231, + 1.000000, + 0.888091, + 0.017236, + 0.037901, + 0.037901, + 0.888091, + 0.037901, + 1.000000, + 0.888091, + 0.341045, + 0.341045, + 1.000000, + 0.341045; + -0.067829,-0.995798, 0.061520, 0.000000, + -0.710187, 0.004882,-0.703996, 0.000000, + 0.700738,-0.091442,-0.707534, 0.000000, + -0.484828,-0.788868, 0.474961, 1.000000;; + } // End of wolfwoman_index_02_r skin weights + SkinWeights { + "wolfwoman_middle_03_r"; + 12; + 2254, + 2289, + 2302, + 2308, + 2311, + 2314, + 2315, + 2319, + 2320, + 2323, + 2325, + 2326; + 0.086087, + 0.987780, + 0.987780, + 1.000000, + 0.987780, + 1.000000, + 0.987780, + 0.086087, + 0.086087, + 1.000000, + 0.086087, + 1.000000; + -0.037250,-0.963407, 0.265443, 0.000000, + -0.915358,-0.073673,-0.395844, 0.000000, + 0.400915,-0.257720,-0.879118, 0.000000, + -0.258155,-0.699708, 0.770455, 1.000000;; + } // End of wolfwoman_middle_03_r skin weights + SkinWeights { + "wolfwoman_clavicle_l"; + 475; + 92, + 93, + 114, + 137, + 158, + 159, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 174, + 180, + 186, + 187, + 189, + 190, + 191, + 236, + 237, + 238, + 240, + 241, + 242, + 243, + 244, + 245, + 246, + 247, + 249, + 250, + 251, + 252, + 253, + 254, + 255, + 256, + 257, + 258, + 259, + 260, + 261, + 263, + 264, + 265, + 266, + 267, + 270, + 280, + 281, + 282, + 283, + 284, + 285, + 286, + 287, + 288, + 289, + 340, + 356, + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 366, + 367, + 368, + 369, + 370, + 371, + 374, + 375, + 377, + 378, + 379, + 380, + 381, + 382, + 383, + 384, + 385, + 386, + 387, + 388, + 389, + 390, + 391, + 392, + 393, + 394, + 395, + 396, + 397, + 398, + 399, + 400, + 401, + 402, + 403, + 404, + 405, + 406, + 407, + 408, + 409, + 410, + 411, + 412, + 413, + 414, + 415, + 416, + 417, + 418, + 419, + 420, + 421, + 422, + 423, + 424, + 425, + 426, + 427, + 428, + 429, + 432, + 433, + 452, + 453, + 454, + 455, + 456, + 457, + 458, + 459, + 460, + 461, + 462, + 463, + 466, + 467, + 468, + 469, + 472, + 473, + 474, + 475, + 476, + 477, + 480, + 481, + 482, + 483, + 484, + 485, + 486, + 487, + 488, + 489, + 490, + 491, + 492, + 493, + 504, + 505, + 506, + 507, + 508, + 509, + 510, + 511, + 512, + 513, + 514, + 515, + 516, + 517, + 518, + 519, + 520, + 521, + 522, + 523, + 524, + 525, + 526, + 527, + 528, + 529, + 530, + 531, + 532, + 533, + 534, + 535, + 536, + 537, + 538, + 539, + 540, + 541, + 542, + 543, + 544, + 545, + 546, + 547, + 549, + 552, + 553, + 554, + 556, + 557, + 558, + 559, + 560, + 561, + 564, + 565, + 579, + 580, + 581, + 596, + 597, + 608, + 609, + 610, + 611, + 612, + 613, + 614, + 615, + 616, + 617, + 618, + 619, + 620, + 621, + 622, + 623, + 624, + 625, + 626, + 627, + 628, + 629, + 630, + 631, + 632, + 633, + 634, + 635, + 636, + 637, + 638, + 639, + 640, + 641, + 642, + 643, + 645, + 646, + 648, + 649, + 650, + 651, + 652, + 653, + 654, + 655, + 656, + 657, + 658, + 659, + 660, + 661, + 662, + 663, + 664, + 665, + 666, + 667, + 668, + 669, + 670, + 671, + 672, + 673, + 674, + 675, + 1296, + 1550, + 1551, + 1554, + 1562, + 1563, + 1564, + 1565, + 1568, + 1569, + 1570, + 1571, + 1572, + 1573, + 1574, + 1575, + 1584, + 1585, + 1586, + 1587, + 1678, + 1679, + 1680, + 1681, + 1682, + 1683, + 1684, + 1685, + 1686, + 1687, + 1708, + 1709, + 1710, + 1711, + 1721, + 1725, + 1726, + 1729, + 1730, + 1800, + 1801, + 1808, + 1832, + 1833, + 1834, + 1835, + 1837, + 1838, + 1839, + 1840, + 1841, + 1842, + 1843, + 1845, + 1846, + 1848, + 1849, + 1851, + 1863, + 1865, + 1866, + 1867, + 1868, + 1870, + 1871, + 1875, + 1907, + 1953, + 1956, + 1957, + 1958, + 1959, + 1964, + 1970, + 1972, + 1973, + 1974, + 1975, + 1976, + 1977, + 1978, + 1979, + 1980, + 1981, + 1982, + 1983, + 1984, + 1985, + 1986, + 1987, + 1989, + 1990, + 1993, + 1994, + 1995, + 2000, + 2003, + 2648, + 2649, + 2650, + 2651, + 2652, + 2653, + 2654, + 2655, + 2696, + 2697, + 2698, + 2699, + 2700, + 2701, + 2702, + 2703, + 2704, + 2705, + 2706, + 2707, + 2708, + 2709, + 2710, + 2711, + 2712, + 2713, + 2714, + 2715, + 2716, + 2717, + 2719, + 2720, + 2721, + 2722, + 2723, + 2724, + 2725, + 2736, + 2737, + 2738, + 2739, + 2740, + 2741, + 2742, + 2743, + 2744, + 2745, + 2746, + 2747, + 2800, + 2801, + 2802, + 2803, + 2804, + 2805, + 2837, + 2840, + 2841, + 2842, + 2843, + 2844, + 2845, + 2846, + 2849, + 2856, + 2857, + 2858, + 2859, + 2860, + 2863, + 2868, + 2869, + 2870, + 2871, + 2876, + 2877, + 2878, + 2879; + 0.014049, + 0.001400, + 0.001400, + 0.055521, + 0.001400, + 0.050919, + 0.014049, + 0.063219, + 0.050919, + 0.001400, + 0.004391, + 0.037043, + 0.063219, + 0.014049, + 0.004391, + 0.014049, + 0.004391, + 0.004391, + 0.039698, + 0.006985, + 0.055521, + 0.093720, + 0.060176, + 0.004097, + 0.037043, + 0.004391, + 0.085625, + 0.102175, + 0.196033, + 0.139155, + 0.050919, + 0.063219, + 0.102175, + 0.085625, + 0.050919, + 0.085625, + 0.055521, + 0.004097, + 0.038440, + 0.061387, + 0.037043, + 0.102175, + 0.063219, + 0.037043, + 0.061387, + 0.038440, + 0.004097, + 0.007049, + 0.102175, + 0.061387, + 0.038440, + 0.091281, + 0.004097, + 0.102175, + 0.091281, + 0.175285, + 0.196033, + 0.055521, + 0.085625, + 0.139155, + 0.093720, + 0.060176, + 0.039698, + 0.006985, + 0.139155, + 0.196033, + 0.853857, + 0.702712, + 0.196033, + 0.175285, + 0.790642, + 0.853857, + 0.039698, + 0.060176, + 0.275941, + 0.192514, + 0.060176, + 0.093720, + 0.434700, + 0.275941, + 0.043211, + 0.011341, + 0.006985, + 0.082307, + 0.043211, + 0.039698, + 0.192514, + 0.082307, + 0.006985, + 0.434700, + 0.093720, + 0.139155, + 0.702712, + 0.853857, + 0.790642, + 0.768007, + 0.957448, + 0.434700, + 0.702712, + 0.957989, + 0.793594, + 0.275941, + 0.434700, + 0.793594, + 0.657738, + 0.082307, + 0.192514, + 0.572909, + 0.338160, + 0.043211, + 0.082307, + 0.338160, + 0.167401, + 0.957989, + 0.702712, + 0.853857, + 0.957448, + 0.793594, + 0.957989, + 0.932727, + 0.931729, + 0.657738, + 0.793594, + 0.931729, + 0.863213, + 0.822848, + 0.780181, + 0.095139, + 0.101934, + 0.759998, + 0.822848, + 0.101934, + 0.239384, + 0.101934, + 0.095139, + 0.239384, + 0.101934, + 0.275941, + 0.657738, + 0.572909, + 0.192514, + 0.759998, + 0.776966, + 0.865918, + 0.863213, + 0.863213, + 0.865918, + 0.572909, + 0.657738, + 0.657926, + 0.239384, + 0.095139, + 0.133527, + 0.780181, + 0.598959, + 0.133527, + 0.095139, + 0.133527, + 0.193255, + 0.631667, + 0.598959, + 0.821368, + 0.660575, + 0.133527, + 0.610942, + 0.484599, + 0.193255, + 0.957448, + 0.821368, + 0.932727, + 0.957989, + 0.193255, + 0.657926, + 0.657926, + 0.193255, + 0.484599, + 0.532223, + 0.739856, + 0.776966, + 0.657926, + 0.532223, + 0.167401, + 0.338160, + 0.815021, + 0.697889, + 0.739856, + 0.568627, + 0.697889, + 0.815021, + 0.572909, + 0.865918, + 0.815021, + 0.338160, + 0.532223, + 0.183197, + 0.116382, + 0.301925, + 0.484599, + 0.205759, + 0.183197, + 0.532223, + 0.610942, + 0.328635, + 0.205759, + 0.484599, + 0.610942, + 0.631667, + 0.315894, + 0.328635, + 0.159173, + 0.138633, + 0.042708, + 0.045749, + 0.081205, + 0.134534, + 0.031746, + 0.006112, + 0.050075, + 0.050075, + 0.076438, + 0.007601, + 0.076438, + 0.081205, + 0.006112, + 0.007601, + 0.007601, + 0.006112, + 0.006112, + 0.031746, + 0.007601, + 0.045749, + 0.042708, + 0.031746, + 0.045749, + 0.931729, + 0.932727, + 0.780181, + 0.822848, + 0.863213, + 0.931729, + 0.822848, + 0.759998, + 0.239384, + 0.657926, + 0.776966, + 0.759998, + 0.932727, + 0.821368, + 0.598959, + 0.780181, + 0.610942, + 0.133527, + 0.598959, + 0.631667, + 0.315894, + 0.631667, + 0.660575, + 0.276722, + 0.116382, + 0.183197, + 0.076438, + 0.050075, + 0.815021, + 0.865918, + 0.776966, + 0.739856, + 0.532223, + 0.301925, + 0.568627, + 0.739856, + 0.116382, + 0.050075, + 0.159173, + 0.315894, + 0.276722, + 0.138633, + 0.315894, + 0.159173, + 0.134534, + 0.328635, + 0.045749, + 0.031746, + 0.134534, + 0.159173, + 0.821368, + 0.957448, + 0.768007, + 0.660575, + 0.660575, + 0.768007, + 0.501507, + 0.402201, + 0.076438, + 0.183197, + 0.205759, + 0.081205, + 0.328635, + 0.134534, + 0.081205, + 0.205759, + 0.007601, + 0.007665, + 0.009751, + 0.009751, + 0.011170, + 0.014432, + 0.009751, + 0.011170, + 0.073029, + 0.051171, + 0.071612, + 0.153656, + 0.009751, + 0.051171, + 0.014432, + 0.011170, + 0.009751, + 0.007665, + 0.071612, + 0.051171, + 0.049644, + 0.007665, + 0.153656, + 0.071612, + 0.172213, + 0.624800, + 0.007665, + 0.049644, + 0.172213, + 0.071612, + 0.049644, + 0.061250, + 0.207818, + 0.172213, + 0.011580, + 0.034070, + 0.011580, + 0.061250, + 0.049644, + 0.030786, + 0.112171, + 0.061250, + 0.034070, + 0.103585, + 0.036030, + 0.011580, + 0.036030, + 0.103585, + 0.043907, + 0.072166, + 0.391433, + 0.103585, + 0.034070, + 0.011580, + 0.036030, + 0.180767, + 0.015358, + 0.043907, + 0.037125, + 0.037125, + 0.072989, + 0.030786, + 0.041663, + 0.003768, + 0.079510, + 0.004700, + 0.003768, + 0.030786, + 0.072989, + 0.157118, + 0.112171, + 0.030786, + 0.036030, + 0.043907, + 0.391433, + 0.180767, + 0.043907, + 0.103585, + 0.079510, + 0.100593, + 0.227813, + 0.157118, + 0.041663, + 0.079510, + 0.157118, + 0.072989, + 0.072989, + 0.037125, + 0.004700, + 0.041663, + 0.041663, + 0.004700, + 0.112171, + 0.207818, + 0.061250, + 0.037125, + 0.004700, + 0.073029, + 0.153656, + 0.175285, + 0.091281, + 0.038440, + 0.007049, + 0.073029, + 0.091281, + 0.153656, + 0.624800, + 0.790642, + 0.175285, + 0.624800, + 0.501507, + 0.768007, + 0.790642, + 0.011341, + 0.043211, + 0.167401, + 0.072166, + 0.072166, + 0.167401, + 0.697889, + 0.391433, + 0.180767, + 0.568627, + 0.301925, + 0.015358, + 0.301925, + 0.116382, + 0.015358, + 0.138633, + 0.100593, + 0.021704, + 0.042708, + 0.042708, + 0.021704, + 0.276722, + 0.660575, + 0.402201, + 0.227813, + 0.391433, + 0.697889, + 0.568627, + 0.180767, + 0.138633, + 0.276722, + 0.227813, + 0.100593, + 0.014432, + 0.051171, + 0.073029, + 0.007049, + 0.014432, + 0.007049, + 0.011341, + 0.624800, + 0.172213, + 0.207818, + 0.501507, + 0.011341, + 0.072166, + 0.034070, + 0.015358, + 0.079510, + 0.003768, + 0.021704, + 0.100593, + 0.003768, + 0.021704, + 0.157118, + 0.227813, + 0.402201, + 0.112171, + 0.112171, + 0.402201, + 0.501507, + 0.207818; + 0.046528, 0.998697, 0.020979, 0.000000, + -0.118780, 0.026384,-0.992570, 0.000000, + -0.991830, 0.043691, 0.119852, 0.000000, + 0.588624,-0.049665,-0.026849, 1.000000;; + } // End of wolfwoman_clavicle_l skin weights + SkinWeights { + "wolfwoman_thumb_02_l"; + 55; + 834, + 835, + 836, + 837, + 838, + 839, + 840, + 841, + 842, + 843, + 844, + 845, + 846, + 847, + 848, + 849, + 850, + 851, + 852, + 853, + 854, + 855, + 856, + 857, + 858, + 859, + 860, + 861, + 862, + 863, + 864, + 865, + 866, + 867, + 868, + 869, + 870, + 871, + 872, + 873, + 874, + 881, + 886, + 887, + 911, + 912, + 913, + 914, + 916, + 932, + 933, + 936, + 937, + 945, + 970; + 0.129806, + 0.913487, + 1.000000, + 1.000000, + 0.031166, + 0.008239, + 0.008239, + 0.031166, + 0.071377, + 0.071912, + 0.891979, + 0.935512, + 0.086940, + 0.248346, + 1.000000, + 0.891979, + 0.248346, + 0.913487, + 1.000000, + 0.935512, + 0.071377, + 0.031166, + 0.913487, + 0.129806, + 1.000000, + 1.000000, + 0.071912, + 0.071377, + 0.935512, + 0.891979, + 0.008239, + 0.071912, + 0.891979, + 1.000000, + 0.129806, + 0.086940, + 0.935512, + 1.000000, + 0.913487, + 0.248346, + 0.039187, + 0.913487, + 0.086940, + 0.129806, + 0.026308, + 0.026308, + 0.248346, + 0.086940, + 0.026308, + 0.039187, + 0.248346, + 0.248346, + 0.026308, + 0.039187, + 0.039187; + -0.033435, 0.979495, 0.198676, 0.000000, + -0.729768,-0.159749, 0.664769, 0.000000, + 0.682877,-0.122760, 0.720145, 0.000000, + -0.376491,-0.674677,-0.554540, 1.000000;; + } // End of wolfwoman_thumb_02_l skin weights + SkinWeights { + "wolfwoman_ring_03_r"; + 18; + 2254, + 2269, + 2286, + 2289, + 2290, + 2291, + 2292, + 2293, + 2294, + 2302, + 2309, + 2310, + 2311, + 2315, + 2319, + 2320, + 2322, + 2325; + 0.105816, + 0.137089, + 0.137089, + 0.003960, + 1.000000, + 0.137089, + 0.137089, + 1.000000, + 1.000000, + 0.003960, + 1.000000, + 1.000000, + 0.003960, + 0.003960, + 0.105816, + 0.105816, + 1.000000, + 0.105816; + -0.015825,-0.970652, 0.239967, 0.000000, + -0.961451,-0.051120,-0.270183, 0.000000, + 0.274520,-0.234992,-0.932425, 0.000000, + -0.140312,-0.708902, 0.781323, 1.000000;; + } // End of wolfwoman_ring_03_r skin weights + SkinWeights { + "wolfwoman_upperarm_r"; + 180; + 1733, + 1734, + 1737, + 1738, + 1740, + 1741, + 1742, + 1743, + 1744, + 1745, + 1746, + 1747, + 1748, + 1749, + 1750, + 1751, + 1752, + 1753, + 1754, + 1755, + 1756, + 1757, + 1758, + 1759, + 1760, + 1761, + 1762, + 1763, + 1764, + 1767, + 1768, + 1771, + 1776, + 1777, + 1778, + 1779, + 1780, + 1783, + 1784, + 1785, + 1786, + 1787, + 1788, + 1789, + 1790, + 1791, + 1792, + 1793, + 1794, + 1795, + 1796, + 1797, + 1798, + 1799, + 1800, + 1801, + 1802, + 1803, + 1804, + 1805, + 1806, + 1807, + 1810, + 1811, + 1812, + 1813, + 1814, + 1815, + 1816, + 1817, + 1818, + 1819, + 1820, + 1823, + 1824, + 1825, + 1826, + 1827, + 1828, + 1829, + 1830, + 1831, + 1834, + 1836, + 1837, + 1839, + 1846, + 1847, + 1850, + 1851, + 1852, + 1853, + 1855, + 1856, + 1857, + 1858, + 1859, + 1860, + 1861, + 1862, + 1863, + 1864, + 1865, + 1866, + 1867, + 1868, + 1872, + 1875, + 1883, + 1936, + 1937, + 1938, + 1939, + 1940, + 1941, + 1942, + 1943, + 1944, + 1945, + 1946, + 1947, + 1948, + 1949, + 1950, + 1951, + 1952, + 1953, + 1954, + 1955, + 1956, + 1958, + 1959, + 1963, + 1964, + 1965, + 1966, + 1967, + 1968, + 1969, + 1970, + 1971, + 1974, + 1980, + 1983, + 1984, + 1985, + 1986, + 1987, + 1989, + 1990, + 1992, + 1993, + 1997, + 1998, + 1999, + 2000, + 2001, + 2002, + 2003, + 2004, + 2005, + 2006, + 2007, + 2008, + 2009, + 2010, + 2011, + 2012, + 2013, + 2014, + 2015, + 2064, + 2067, + 2068, + 2069, + 2073, + 2074, + 2848, + 2871, + 2876; + 0.043142, + 0.067368, + 0.070963, + 0.043142, + 0.177182, + 0.898090, + 0.904926, + 0.219926, + 0.240030, + 0.760627, + 0.898090, + 0.177182, + 0.898090, + 0.930502, + 0.920455, + 0.904926, + 0.760627, + 0.974208, + 0.930502, + 0.898090, + 0.930502, + 0.057748, + 0.036866, + 0.920455, + 0.974208, + 0.038243, + 0.057748, + 0.930502, + 0.057748, + 0.036866, + 0.038243, + 0.057748, + 0.240030, + 0.070963, + 0.077565, + 0.176068, + 0.070963, + 0.077565, + 0.974208, + 0.760627, + 0.325744, + 0.944877, + 0.904926, + 0.920455, + 0.898404, + 0.866650, + 0.219926, + 0.904926, + 0.866650, + 0.374373, + 0.866650, + 0.898404, + 0.927389, + 0.788059, + 0.141303, + 0.051117, + 0.121132, + 0.374373, + 0.866650, + 0.788059, + 0.293548, + 0.230526, + 0.067368, + 0.121132, + 0.788059, + 0.927389, + 0.944877, + 0.325744, + 0.920455, + 0.036866, + 0.093662, + 0.898404, + 0.036866, + 0.093662, + 0.325744, + 0.129239, + 0.293548, + 0.788059, + 0.096843, + 0.129239, + 0.325744, + 0.176068, + 0.048591, + 0.096843, + 0.048591, + 0.014572, + 0.048591, + 0.077565, + 0.015505, + 0.014572, + 0.129239, + 0.015505, + 0.050090, + 0.293548, + 0.129239, + 0.050090, + 0.090908, + 0.230526, + 0.293548, + 0.090908, + 0.091480, + 0.230526, + 0.091480, + 0.046361, + 0.141303, + 0.008659, + 0.011005, + 0.018282, + 0.011005, + 0.043142, + 0.177182, + 0.219926, + 0.067368, + 0.070963, + 0.240030, + 0.177182, + 0.043142, + 0.760627, + 0.240030, + 0.176068, + 0.325744, + 0.067368, + 0.219926, + 0.374373, + 0.121132, + 0.230526, + 0.141303, + 0.374373, + 0.866650, + 0.046361, + 0.051117, + 0.141303, + 0.050090, + 0.048591, + 0.096843, + 0.176068, + 0.077565, + 0.129239, + 0.096843, + 0.014572, + 0.015505, + 0.014572, + 0.008659, + 0.046361, + 0.046361, + 0.091480, + 0.018282, + 0.008659, + 0.008659, + 0.018282, + 0.121132, + 0.051117, + 0.011005, + 0.090908, + 0.050090, + 0.091480, + 0.090908, + 0.011005, + 0.018282, + 0.927389, + 0.100611, + 0.050275, + 0.944877, + 0.038243, + 0.974208, + 0.944877, + 0.050275, + 0.093662, + 0.100611, + 0.927389, + 0.898404, + 0.093662, + 0.100611, + 0.050275, + 0.100611, + 0.038243, + 0.050275, + 0.015505, + 0.051117, + 0.051117; + -0.032534,-0.998357,-0.047162, 0.000000, + 0.077809, 0.044514,-0.995974, 0.000000, + 0.996437,-0.036073, 0.076233, 0.000000, + -0.604676,-0.174041,-0.005726, 1.000000;; + } // End of wolfwoman_upperarm_r skin weights + SkinWeights { + "wolfwoman_middle_01_r"; + 56; + 2202, + 2221, + 2222, + 2229, + 2230, + 2237, + 2238, + 2240, + 2244, + 2245, + 2246, + 2247, + 2248, + 2250, + 2251, + 2252, + 2253, + 2254, + 2256, + 2257, + 2259, + 2260, + 2261, + 2262, + 2265, + 2266, + 2267, + 2268, + 2269, + 2272, + 2273, + 2274, + 2275, + 2276, + 2277, + 2278, + 2279, + 2280, + 2282, + 2283, + 2284, + 2285, + 2286, + 2287, + 2288, + 2291, + 2292, + 2297, + 2298, + 2300, + 2303, + 2307, + 2316, + 2319, + 2320, + 2325; + 0.005840, + 0.058149, + 0.170785, + 0.043950, + 0.058149, + 0.159522, + 0.043950, + 0.159522, + 0.159522, + 0.805578, + 0.008319, + 0.043950, + 0.058149, + 0.859714, + 0.170785, + 0.052331, + 0.859714, + 0.210775, + 0.043950, + 0.008319, + 0.058149, + 0.005840, + 0.052331, + 0.062568, + 0.062568, + 0.805578, + 0.159522, + 0.008319, + 0.117490, + 0.170785, + 0.859714, + 0.052331, + 0.005840, + 0.062568, + 0.062156, + 0.962099, + 0.805578, + 0.052331, + 0.062156, + 0.062568, + 0.805578, + 0.962099, + 0.117490, + 0.008319, + 0.962099, + 0.117490, + 0.117490, + 0.170785, + 0.005840, + 0.062156, + 0.962099, + 0.062156, + 0.859714, + 0.210775, + 0.210775, + 0.210775; + -0.028368,-0.987842, 0.152849, 0.000000, + -0.906025,-0.039186,-0.421407, 0.000000, + 0.422273,-0.150439,-0.893898, 0.000000, + -0.261204,-0.719439, 0.679864, 1.000000;; + } // End of wolfwoman_middle_01_r skin weights + SkinWeights { + "wolfwoman_clavicle_r"; + 438; + 267, + 281, + 282, + 361, + 362, + 375, + 389, + 390, + 391, + 403, + 406, + 407, + 411, + 480, + 483, + 488, + 512, + 513, + 514, + 515, + 517, + 518, + 519, + 522, + 523, + 533, + 537, + 538, + 539, + 540, + 541, + 542, + 545, + 581, + 627, + 628, + 629, + 630, + 631, + 636, + 642, + 648, + 649, + 650, + 651, + 652, + 653, + 654, + 655, + 658, + 659, + 661, + 662, + 663, + 664, + 665, + 666, + 667, + 672, + 673, + 1388, + 1435, + 1453, + 1456, + 1458, + 1459, + 1461, + 1462, + 1463, + 1467, + 1481, + 1482, + 1485, + 1486, + 1487, + 1547, + 1548, + 1549, + 1550, + 1551, + 1552, + 1553, + 1554, + 1555, + 1557, + 1558, + 1559, + 1561, + 1562, + 1563, + 1564, + 1565, + 1566, + 1567, + 1568, + 1569, + 1570, + 1571, + 1572, + 1573, + 1574, + 1575, + 1584, + 1585, + 1586, + 1587, + 1588, + 1589, + 1590, + 1591, + 1592, + 1595, + 1648, + 1676, + 1677, + 1678, + 1679, + 1680, + 1681, + 1682, + 1683, + 1684, + 1685, + 1686, + 1687, + 1688, + 1689, + 1690, + 1691, + 1692, + 1693, + 1694, + 1695, + 1697, + 1698, + 1699, + 1700, + 1701, + 1702, + 1703, + 1704, + 1705, + 1706, + 1707, + 1708, + 1709, + 1710, + 1711, + 1712, + 1713, + 1714, + 1715, + 1716, + 1717, + 1718, + 1719, + 1720, + 1721, + 1722, + 1723, + 1724, + 1725, + 1726, + 1727, + 1728, + 1729, + 1730, + 1731, + 1732, + 1733, + 1734, + 1735, + 1736, + 1737, + 1738, + 1739, + 1740, + 1741, + 1742, + 1743, + 1744, + 1745, + 1746, + 1747, + 1748, + 1751, + 1752, + 1755, + 1772, + 1773, + 1774, + 1775, + 1776, + 1777, + 1778, + 1779, + 1780, + 1781, + 1782, + 1783, + 1785, + 1786, + 1788, + 1791, + 1792, + 1793, + 1794, + 1795, + 1796, + 1799, + 1800, + 1801, + 1802, + 1803, + 1804, + 1805, + 1806, + 1807, + 1808, + 1809, + 1810, + 1811, + 1812, + 1815, + 1824, + 1825, + 1826, + 1827, + 1828, + 1829, + 1830, + 1831, + 1832, + 1833, + 1834, + 1835, + 1836, + 1837, + 1838, + 1839, + 1840, + 1841, + 1842, + 1843, + 1844, + 1845, + 1846, + 1847, + 1848, + 1849, + 1850, + 1851, + 1852, + 1853, + 1854, + 1855, + 1856, + 1857, + 1858, + 1859, + 1860, + 1861, + 1862, + 1863, + 1864, + 1865, + 1866, + 1867, + 1868, + 1869, + 1870, + 1871, + 1872, + 1873, + 1874, + 1875, + 1876, + 1878, + 1879, + 1880, + 1881, + 1882, + 1883, + 1884, + 1887, + 1888, + 1891, + 1901, + 1904, + 1907, + 1924, + 1927, + 1936, + 1937, + 1938, + 1939, + 1940, + 1941, + 1942, + 1943, + 1944, + 1945, + 1946, + 1947, + 1948, + 1949, + 1950, + 1951, + 1952, + 1953, + 1954, + 1955, + 1956, + 1957, + 1958, + 1959, + 1960, + 1961, + 1962, + 1963, + 1964, + 1965, + 1966, + 1967, + 1968, + 1969, + 1970, + 1971, + 1972, + 1973, + 1974, + 1975, + 1976, + 1977, + 1978, + 1979, + 1980, + 1981, + 1982, + 1983, + 1984, + 1985, + 1986, + 1987, + 1988, + 1989, + 1990, + 1991, + 1992, + 1993, + 1994, + 1995, + 1996, + 1997, + 1998, + 1999, + 2000, + 2001, + 2002, + 2003, + 2616, + 2648, + 2649, + 2650, + 2651, + 2654, + 2655, + 2696, + 2697, + 2698, + 2699, + 2700, + 2701, + 2702, + 2703, + 2704, + 2706, + 2707, + 2708, + 2709, + 2710, + 2711, + 2712, + 2713, + 2715, + 2719, + 2720, + 2721, + 2722, + 2723, + 2724, + 2725, + 2736, + 2737, + 2738, + 2739, + 2740, + 2741, + 2742, + 2743, + 2744, + 2745, + 2746, + 2747, + 2800, + 2801, + 2802, + 2804, + 2837, + 2838, + 2840, + 2841, + 2842, + 2843, + 2844, + 2845, + 2846, + 2847, + 2848, + 2849, + 2851, + 2855, + 2856, + 2857, + 2858, + 2859, + 2860, + 2863, + 2868, + 2869, + 2870, + 2871, + 2874, + 2875, + 2876, + 2877, + 2878, + 2879; + 0.023071, + 0.023071, + 0.043335, + 0.043335, + 0.087609, + 0.010950, + 0.087609, + 0.168008, + 0.040812, + 0.010859, + 0.010859, + 0.033630, + 0.040812, + 0.021708, + 0.098375, + 0.040812, + 0.033630, + 0.010859, + 0.035778, + 0.103507, + 0.043816, + 0.103507, + 0.035778, + 0.035778, + 0.010859, + 0.030138, + 0.021708, + 0.067390, + 0.030138, + 0.035976, + 0.075580, + 0.001384, + 0.001059, + 0.001384, + 0.021708, + 0.067390, + 0.021708, + 0.098375, + 0.148016, + 0.035778, + 0.043816, + 0.035976, + 0.067390, + 0.148016, + 0.075580, + 0.067390, + 0.035976, + 0.001059, + 0.030138, + 0.001059, + 0.035976, + 0.040812, + 0.168008, + 0.098375, + 0.098375, + 0.168008, + 0.440656, + 0.379013, + 0.030138, + 0.001059, + 0.007081, + 0.054341, + 0.045346, + 0.007081, + 0.045346, + 0.057332, + 0.007081, + 0.057332, + 0.024837, + 0.007081, + 0.006470, + 0.038807, + 0.059513, + 0.092523, + 0.054341, + 0.024837, + 0.082446, + 0.136409, + 0.185920, + 0.092329, + 0.045346, + 0.082446, + 0.092329, + 0.057332, + 0.054341, + 0.082446, + 0.045346, + 0.024837, + 0.052677, + 0.021754, + 0.092329, + 0.052677, + 0.024837, + 0.057332, + 0.054843, + 0.075319, + 0.149817, + 0.106553, + 0.092329, + 0.075319, + 0.021754, + 0.052677, + 0.092329, + 0.185920, + 0.149817, + 0.075319, + 0.054341, + 0.092523, + 0.136409, + 0.082446, + 0.059513, + 0.038807, + 0.006470, + 0.136409, + 0.700111, + 0.807766, + 0.185920, + 0.106553, + 0.149817, + 0.706543, + 0.265934, + 0.185920, + 0.807766, + 0.706543, + 0.149817, + 0.038807, + 0.191910, + 0.274955, + 0.059513, + 0.059513, + 0.274955, + 0.433163, + 0.092523, + 0.042776, + 0.082001, + 0.006470, + 0.038807, + 0.006470, + 0.082001, + 0.191910, + 0.433163, + 0.700111, + 0.136409, + 0.092523, + 0.807766, + 0.937129, + 0.728193, + 0.706543, + 0.433163, + 0.793246, + 0.957845, + 0.700111, + 0.274955, + 0.657413, + 0.793246, + 0.433163, + 0.082001, + 0.337676, + 0.572604, + 0.191910, + 0.042776, + 0.167145, + 0.337676, + 0.082001, + 0.957845, + 0.937129, + 0.807766, + 0.700111, + 0.793246, + 0.931690, + 0.932632, + 0.957845, + 0.657413, + 0.863178, + 0.931690, + 0.793246, + 0.822818, + 0.101910, + 0.095074, + 0.780074, + 0.759970, + 0.239373, + 0.101910, + 0.822818, + 0.101910, + 0.095074, + 0.239373, + 0.101910, + 0.274955, + 0.191910, + 0.572604, + 0.657413, + 0.759970, + 0.863178, + 0.865900, + 0.776949, + 0.863178, + 0.657413, + 0.572604, + 0.865900, + 0.239373, + 0.657915, + 0.095074, + 0.133350, + 0.780074, + 0.095074, + 0.133350, + 0.598499, + 0.133350, + 0.193100, + 0.624167, + 0.646803, + 0.820670, + 0.598499, + 0.133350, + 0.193100, + 0.484009, + 0.610027, + 0.937129, + 0.957845, + 0.932632, + 0.820670, + 0.193100, + 0.657915, + 0.657915, + 0.532082, + 0.484009, + 0.193100, + 0.739833, + 0.532082, + 0.657915, + 0.776949, + 0.167145, + 0.697812, + 0.814788, + 0.337676, + 0.739833, + 0.814788, + 0.697812, + 0.568553, + 0.072021, + 0.391399, + 0.697812, + 0.167145, + 0.572604, + 0.337676, + 0.814788, + 0.865900, + 0.180752, + 0.015342, + 0.301883, + 0.568553, + 0.532082, + 0.301883, + 0.116305, + 0.182922, + 0.484009, + 0.532082, + 0.182922, + 0.204796, + 0.610027, + 0.484009, + 0.204796, + 0.323933, + 0.610027, + 0.323933, + 0.310306, + 0.624167, + 0.155823, + 0.044001, + 0.040326, + 0.134706, + 0.080648, + 0.005506, + 0.030484, + 0.132471, + 0.049908, + 0.007307, + 0.076186, + 0.076186, + 0.007307, + 0.005506, + 0.080648, + 0.007307, + 0.005506, + 0.005506, + 0.030484, + 0.007307, + 0.044001, + 0.040326, + 0.030484, + 0.044001, + 0.931690, + 0.822818, + 0.780074, + 0.932632, + 0.863178, + 0.759970, + 0.822818, + 0.931690, + 0.239373, + 0.759970, + 0.776949, + 0.657915, + 0.932632, + 0.780074, + 0.598499, + 0.820670, + 0.610027, + 0.624167, + 0.598499, + 0.133350, + 0.310306, + 0.267622, + 0.646803, + 0.624167, + 0.116305, + 0.049908, + 0.076186, + 0.182922, + 0.814788, + 0.739833, + 0.776949, + 0.865900, + 0.532082, + 0.739833, + 0.568553, + 0.301883, + 0.391399, + 0.180752, + 0.568553, + 0.697812, + 0.134706, + 0.096763, + 0.217151, + 0.267622, + 0.155823, + 0.134706, + 0.267622, + 0.310306, + 0.310306, + 0.323933, + 0.132471, + 0.155823, + 0.044001, + 0.155823, + 0.132471, + 0.030484, + 0.820670, + 0.646803, + 0.728193, + 0.937129, + 0.076186, + 0.080648, + 0.204796, + 0.182922, + 0.323933, + 0.204796, + 0.080648, + 0.132471, + 0.007307, + 0.054843, + 0.106553, + 0.043335, + 0.023071, + 0.054843, + 0.023071, + 0.106553, + 0.265934, + 0.087609, + 0.043335, + 0.265934, + 0.440656, + 0.168008, + 0.087609, + 0.010950, + 0.033630, + 0.072021, + 0.072021, + 0.033630, + 0.103507, + 0.391399, + 0.180752, + 0.043816, + 0.015342, + 0.015342, + 0.075580, + 0.096763, + 0.019204, + 0.001384, + 0.001384, + 0.019204, + 0.148016, + 0.098375, + 0.379013, + 0.217151, + 0.391399, + 0.103507, + 0.043816, + 0.180752, + 0.075580, + 0.148016, + 0.217151, + 0.096763, + 0.021754, + 0.075319, + 0.054843, + 0.021754, + 0.010950, + 0.042776, + 0.265934, + 0.706543, + 0.728193, + 0.440656, + 0.010950, + 0.072021, + 0.167145, + 0.042776, + 0.301883, + 0.015342, + 0.116305, + 0.049908, + 0.134706, + 0.040326, + 0.019204, + 0.096763, + 0.040326, + 0.019204, + 0.267622, + 0.217151, + 0.379013, + 0.646803, + 0.049908, + 0.116305, + 0.646803, + 0.379013, + 0.440656, + 0.728193; + 0.046529,-0.998697,-0.020979, 0.000000, + 0.118780, 0.026384,-0.992570, 0.000000, + 0.991830, 0.043692, 0.119853, 0.000000, + -0.588623,-0.049666,-0.026849, 1.000000;; + } // End of wolfwoman_clavicle_r skin weights + SkinWeights { + "wolfwoman_foot_l"; + 153; + 806, + 807, + 810, + 811, + 814, + 818, + 819, + 822, + 823, + 826, + 827, + 830, + 831, + 1000, + 1001, + 1002, + 1003, + 1004, + 1005, + 1006, + 1007, + 1008, + 1009, + 1010, + 1011, + 1012, + 1013, + 1014, + 1015, + 1016, + 1017, + 1018, + 1019, + 1020, + 1021, + 1022, + 1023, + 1024, + 1025, + 1026, + 1028, + 1029, + 1031, + 1032, + 1033, + 1034, + 1035, + 1037, + 1038, + 1039, + 1040, + 1041, + 1042, + 1043, + 1044, + 1045, + 1046, + 1047, + 1048, + 1049, + 1050, + 1051, + 1052, + 1053, + 1054, + 1055, + 1056, + 1057, + 1058, + 1059, + 1060, + 1061, + 1062, + 1063, + 1064, + 1065, + 1066, + 1067, + 1068, + 1069, + 1070, + 1071, + 1072, + 1073, + 1074, + 1075, + 1076, + 1077, + 1078, + 1079, + 1080, + 1081, + 1082, + 1083, + 1084, + 1085, + 1086, + 1087, + 1088, + 1089, + 1090, + 1091, + 1092, + 1093, + 1094, + 1095, + 1096, + 1097, + 1098, + 1099, + 1100, + 1101, + 1102, + 1103, + 1104, + 1105, + 1106, + 1107, + 1108, + 1111, + 1113, + 1114, + 1117, + 1118, + 1119, + 1120, + 1121, + 1122, + 1123, + 1124, + 1125, + 1126, + 1127, + 1155, + 1156, + 1158, + 1159, + 1160, + 1161, + 1162, + 1163, + 1164, + 1165, + 1166, + 1167, + 1168, + 1169, + 1170, + 1171, + 1172, + 1173, + 1174, + 1175; + 0.585444, + 0.138701, + 0.052835, + 0.018470, + 0.017141, + 0.018470, + 0.017141, + 0.059187, + 0.253063, + 0.253063, + 0.585444, + 0.138701, + 0.052835, + 0.585444, + 0.253063, + 0.878106, + 0.888622, + 0.138701, + 0.585444, + 0.888622, + 0.799136, + 0.888622, + 0.878106, + 0.992480, + 1.000000, + 0.799136, + 0.888622, + 1.000000, + 0.935295, + 1.000000, + 0.992480, + 0.912967, + 0.938199, + 0.935295, + 1.000000, + 0.938199, + 0.932064, + 0.938199, + 0.912967, + 0.203960, + 0.932064, + 0.938199, + 0.226313, + 0.017141, + 0.018470, + 0.464215, + 0.440688, + 0.017141, + 0.440688, + 0.527395, + 0.018470, + 0.052835, + 0.728138, + 0.464215, + 0.138701, + 0.799136, + 0.728138, + 0.052835, + 0.878106, + 0.253063, + 0.059187, + 0.816059, + 0.464215, + 0.728138, + 0.763682, + 0.531320, + 0.527395, + 0.440688, + 0.533924, + 0.650142, + 0.440688, + 0.464215, + 0.531320, + 0.533924, + 0.935295, + 0.763682, + 0.728138, + 0.799136, + 0.878106, + 0.816059, + 0.850487, + 0.992480, + 0.533924, + 0.531320, + 0.564541, + 0.563313, + 0.203960, + 0.912967, + 0.862567, + 0.140133, + 0.763682, + 0.935295, + 0.918570, + 0.794815, + 0.531320, + 0.763682, + 0.794815, + 0.564541, + 0.912967, + 0.992480, + 1.000000, + 0.862567, + 0.992480, + 0.850487, + 0.873453, + 1.000000, + 0.650142, + 0.533924, + 0.563313, + 0.630327, + 0.932064, + 0.226313, + 0.191543, + 0.911581, + 0.935295, + 0.932064, + 0.911581, + 0.918570, + 0.226313, + 0.191543, + 0.203960, + 0.140133, + 0.140133, + 0.862567, + 0.191543, + 1.000000, + 0.911581, + 0.191543, + 0.862567, + 0.911581, + 1.000000, + 0.873453, + 0.918570, + 0.059187, + 0.059187, + 0.527395, + 0.816059, + 0.816059, + 0.527395, + 0.650142, + 0.850487, + 0.850487, + 0.650142, + 0.630327, + 0.873453, + 0.630327, + 0.794815, + 0.918570, + 0.873453, + 0.564541, + 0.794815, + 0.630327, + 0.563313; + 0.994405, 0.018162, 0.104068, 0.000000, + -0.030748,-0.892708, 0.449587, 0.000000, + 0.101068,-0.450271,-0.887154, 0.000000, + -0.060201,-0.295408,-0.705717, 1.000000;; + } // End of wolfwoman_foot_l skin weights + SkinWeights { + "wolfwoman_lowerarm_l"; + 48; + 430, + 431, + 434, + 435, + 436, + 437, + 438, + 439, + 440, + 441, + 442, + 443, + 444, + 445, + 448, + 449, + 464, + 465, + 470, + 471, + 478, + 479, + 494, + 495, + 496, + 497, + 498, + 499, + 500, + 501, + 676, + 677, + 678, + 679, + 680, + 681, + 682, + 683, + 684, + 685, + 686, + 687, + 736, + 737, + 740, + 743, + 746, + 747; + 0.079545, + 0.069498, + 0.069498, + 0.025792, + 0.069498, + 0.079545, + 0.937815, + 0.942253, + 0.025792, + 0.069498, + 0.942253, + 0.961757, + 0.942253, + 0.937815, + 0.961757, + 0.942253, + 0.025792, + 0.055123, + 0.101597, + 0.079545, + 0.072612, + 0.101597, + 0.055123, + 0.072612, + 0.079545, + 0.101597, + 0.906338, + 0.937815, + 0.937815, + 0.906338, + 0.072612, + 0.055123, + 0.949730, + 0.899389, + 0.961757, + 0.949730, + 0.055123, + 0.025792, + 0.906338, + 0.101597, + 0.072612, + 0.899389, + 0.906338, + 0.899389, + 0.949730, + 0.899389, + 0.949730, + 0.961757; + 0.031332, 0.995660,-0.087636, 0.000000, + -0.229911,-0.078149,-0.970069, 0.000000, + -0.972707, 0.050543, 0.226464, 0.000000, + 0.571467,-0.468343,-0.035539, 1.000000;; + } // End of wolfwoman_lowerarm_l skin weights + SkinWeights { + "wolfwoman_hand_l"; + 91; + 438, + 445, + 446, + 447, + 450, + 451, + 499, + 500, + 502, + 503, + 738, + 739, + 741, + 742, + 744, + 745, + 832, + 833, + 834, + 846, + 847, + 850, + 857, + 868, + 869, + 873, + 874, + 875, + 876, + 877, + 878, + 879, + 880, + 882, + 883, + 884, + 885, + 886, + 887, + 888, + 889, + 890, + 891, + 892, + 893, + 894, + 895, + 896, + 897, + 898, + 899, + 900, + 901, + 902, + 903, + 904, + 905, + 906, + 907, + 908, + 909, + 910, + 911, + 912, + 913, + 914, + 915, + 916, + 917, + 919, + 920, + 921, + 922, + 927, + 928, + 929, + 932, + 933, + 936, + 937, + 938, + 944, + 945, + 947, + 949, + 956, + 968, + 969, + 970, + 971, + 988; + 0.025320, + 0.025320, + 0.942253, + 1.000000, + 1.000000, + 1.000000, + 0.025320, + 0.025320, + 1.000000, + 0.942253, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.942253, + 1.000000, + 0.073284, + 0.082323, + 0.051930, + 0.051930, + 0.073284, + 0.073284, + 0.082323, + 0.051930, + 0.068579, + 0.105073, + 0.941878, + 1.000000, + 1.000000, + 0.105073, + 0.942253, + 0.105073, + 1.000000, + 1.000000, + 0.884880, + 0.082323, + 0.073284, + 1.000000, + 0.941878, + 0.933878, + 1.000000, + 0.933878, + 0.941878, + 0.626726, + 0.389278, + 0.881947, + 1.000000, + 1.000000, + 0.933878, + 0.881947, + 0.933878, + 0.389278, + 0.296448, + 0.884880, + 1.000000, + 1.000000, + 0.881947, + 0.884880, + 0.881947, + 0.296448, + 0.549344, + 0.549344, + 0.051930, + 0.082323, + 0.884880, + 0.549344, + 0.296448, + 0.044466, + 0.389278, + 0.626726, + 0.034499, + 0.034499, + 0.296448, + 0.389278, + 0.068579, + 0.051930, + 0.051930, + 0.549344, + 0.044466, + 0.626726, + 0.068579, + 0.034499, + 0.044466, + 0.044466, + 0.941878, + 0.105073, + 0.068579, + 0.626726, + 0.034499; + 0.077397, 0.965406,-0.249001, 0.000000, + 0.491992,-0.254206,-0.832661, 0.000000, + -0.867153,-0.058061,-0.494646, 0.000000, + 0.446788,-0.642070, 0.507340, 1.000000;; + } // End of wolfwoman_hand_l skin weights + SkinWeights { + "wolfwoman_ball_r"; + 40; + 2345, + 2346, + 2349, + 2350, + 2352, + 2353, + 2354, + 2355, + 2356, + 2357, + 2358, + 2359, + 2404, + 2405, + 2406, + 2407, + 2416, + 2417, + 2428, + 2429, + 2430, + 2431, + 2434, + 2435, + 2436, + 2437, + 2438, + 2439, + 2440, + 2441, + 2442, + 2443, + 2444, + 2445, + 2446, + 2447, + 2449, + 2450, + 2451, + 2452; + 0.061800, + 0.087021, + 0.067937, + 0.061800, + 0.061800, + 1.000000, + 0.796031, + 0.087021, + 0.067937, + 0.773690, + 1.000000, + 0.061800, + 0.796031, + 0.859856, + 0.137430, + 0.087021, + 0.087021, + 0.137430, + 0.067937, + 0.088420, + 0.808459, + 0.773690, + 0.088420, + 0.067937, + 0.773690, + 0.808459, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.859856, + 0.796031, + 1.000000, + 0.808459, + 0.137430, + 0.859856, + 0.137430, + 0.808459, + 0.088420, + 0.088420; + 0.989859, 0.057865,-0.129735, 0.000000, + 0.047011,-0.995252,-0.085229, 0.000000, + -0.134051, 0.078266,-0.987879, 0.000000, + 0.033834,-0.001376,-0.831028, 1.000000;; + } // End of wolfwoman_ball_r skin weights + SkinWeights { + "wolfwoman_spine_02"; + 368; + 480, + 483, + 486, + 506, + 507, + 511, + 524, + 525, + 526, + 528, + 529, + 530, + 531, + 533, + 534, + 535, + 537, + 538, + 539, + 540, + 541, + 542, + 543, + 544, + 545, + 546, + 547, + 548, + 549, + 550, + 551, + 552, + 553, + 554, + 555, + 556, + 557, + 558, + 559, + 560, + 561, + 562, + 563, + 564, + 565, + 566, + 567, + 568, + 569, + 570, + 571, + 572, + 573, + 574, + 575, + 576, + 577, + 578, + 579, + 580, + 581, + 582, + 583, + 584, + 585, + 586, + 587, + 588, + 589, + 590, + 591, + 592, + 595, + 596, + 597, + 598, + 599, + 600, + 601, + 602, + 603, + 604, + 605, + 627, + 628, + 629, + 630, + 631, + 632, + 633, + 634, + 635, + 640, + 645, + 646, + 647, + 648, + 649, + 650, + 651, + 652, + 653, + 654, + 655, + 656, + 657, + 658, + 659, + 663, + 664, + 667, + 668, + 669, + 670, + 671, + 672, + 673, + 674, + 675, + 700, + 701, + 702, + 708, + 709, + 1128, + 1129, + 1130, + 1131, + 1237, + 1240, + 1241, + 1242, + 1243, + 1260, + 1262, + 1263, + 1268, + 1269, + 1273, + 1274, + 1283, + 1284, + 1285, + 1286, + 1287, + 1288, + 1289, + 1290, + 1291, + 1292, + 1293, + 1294, + 1295, + 1296, + 1297, + 1298, + 1299, + 1800, + 1801, + 1806, + 1825, + 1826, + 1829, + 1852, + 1854, + 1855, + 1856, + 1857, + 1858, + 1859, + 1861, + 1862, + 1863, + 1865, + 1866, + 1867, + 1868, + 1869, + 1870, + 1871, + 1872, + 1873, + 1874, + 1875, + 1876, + 1877, + 1878, + 1879, + 1880, + 1881, + 1882, + 1883, + 1884, + 1885, + 1886, + 1887, + 1888, + 1889, + 1890, + 1891, + 1892, + 1893, + 1894, + 1895, + 1896, + 1897, + 1898, + 1899, + 1900, + 1901, + 1902, + 1903, + 1904, + 1905, + 1906, + 1907, + 1908, + 1909, + 1910, + 1911, + 1912, + 1913, + 1914, + 1915, + 1916, + 1917, + 1918, + 1919, + 1920, + 1921, + 1924, + 1925, + 1926, + 1927, + 1928, + 1929, + 1930, + 1931, + 1932, + 1935, + 1953, + 1956, + 1957, + 1958, + 1959, + 1960, + 1961, + 1962, + 1963, + 1968, + 1976, + 1977, + 1978, + 1979, + 1980, + 1981, + 1982, + 1983, + 1984, + 1985, + 1986, + 1987, + 1988, + 1989, + 1990, + 1991, + 1993, + 1996, + 1997, + 1998, + 1999, + 2000, + 2001, + 2002, + 2003, + 2028, + 2030, + 2031, + 2036, + 2039, + 2456, + 2457, + 2458, + 2459, + 2575, + 2576, + 2577, + 2578, + 2579, + 2592, + 2593, + 2594, + 2600, + 2603, + 2609, + 2612, + 2613, + 2614, + 2615, + 2616, + 2617, + 2618, + 2619, + 2717, + 2720, + 2721, + 2722, + 2723, + 2724, + 2725, + 2726, + 2727, + 2728, + 2729, + 2730, + 2731, + 2736, + 2737, + 2738, + 2739, + 2744, + 2745, + 2746, + 2747, + 2764, + 2765, + 2766, + 2767, + 2776, + 2779, + 2851, + 2852, + 2853, + 2854, + 2855, + 2856, + 2857, + 2858, + 2859, + 2860, + 2861, + 2862, + 2863, + 2868, + 2869, + 2870, + 2871, + 2873, + 2874, + 2875, + 2876, + 2877, + 2892, + 2893, + 2894, + 2895, + 2904, + 2905, + 2910, + 2911, + 2912, + 2913, + 2914, + 2915, + 2916, + 2917, + 2918, + 2919; + 0.009060, + 0.005202, + 0.019109, + 0.019109, + 0.005897, + 0.005897, + 0.005897, + 0.072943, + 0.048104, + 0.019109, + 0.122898, + 0.072943, + 0.005897, + 0.074356, + 0.122898, + 0.019109, + 0.009060, + 0.077044, + 0.074356, + 0.174307, + 0.164623, + 0.431946, + 0.408758, + 0.273154, + 0.208204, + 0.382120, + 0.302024, + 0.054777, + 0.157630, + 0.408102, + 0.856663, + 0.157630, + 0.143436, + 0.176070, + 0.408102, + 0.143436, + 0.273154, + 0.302024, + 0.176070, + 0.176070, + 0.302024, + 0.122279, + 0.094467, + 0.302024, + 0.382120, + 0.179537, + 0.122279, + 0.010281, + 0.019027, + 0.126435, + 0.094467, + 0.179537, + 0.186431, + 0.089953, + 0.084633, + 0.094467, + 0.126435, + 0.211252, + 0.176070, + 0.408758, + 0.431946, + 0.191931, + 0.186431, + 0.094467, + 0.122279, + 0.039588, + 0.010281, + 0.122279, + 0.179537, + 0.084633, + 0.039588, + 0.010281, + 0.019027, + 0.382120, + 0.408758, + 0.186431, + 0.179537, + 0.186431, + 0.191931, + 0.095358, + 0.089953, + 0.026433, + 0.041727, + 0.009060, + 0.077044, + 0.009060, + 0.005202, + 0.076302, + 0.048104, + 0.072943, + 0.143436, + 0.157630, + 0.005897, + 0.048104, + 0.157630, + 0.054777, + 0.174307, + 0.077044, + 0.076302, + 0.164623, + 0.077044, + 0.174307, + 0.208204, + 0.074356, + 0.408758, + 0.382120, + 0.208204, + 0.174307, + 0.005202, + 0.005202, + 0.010163, + 0.143436, + 0.072943, + 0.122898, + 0.273154, + 0.074356, + 0.208204, + 0.273154, + 0.122898, + 0.039588, + 0.084633, + 0.026433, + 0.010281, + 0.039588, + 0.084633, + 0.089953, + 0.041727, + 0.026433, + 0.026433, + 0.041727, + 0.089953, + 0.095358, + 0.027791, + 0.019027, + 0.171191, + 0.126435, + 0.041727, + 0.027791, + 0.027791, + 0.043437, + 0.019027, + 0.408102, + 0.428883, + 0.749332, + 0.856663, + 0.428883, + 0.171191, + 0.179809, + 0.749332, + 0.126435, + 0.171191, + 0.428883, + 0.211252, + 0.176070, + 0.211252, + 0.428883, + 0.408102, + 0.009020, + 0.005202, + 0.019131, + 0.005897, + 0.019131, + 0.005897, + 0.005897, + 0.048109, + 0.072967, + 0.019131, + 0.005897, + 0.072967, + 0.123047, + 0.019131, + 0.123047, + 0.074087, + 0.074087, + 0.077044, + 0.009020, + 0.173803, + 0.409510, + 0.431949, + 0.164622, + 0.273324, + 0.302210, + 0.382620, + 0.207825, + 0.157654, + 0.408146, + 0.176136, + 0.143471, + 0.143471, + 0.176136, + 0.302210, + 0.273324, + 0.176136, + 0.094472, + 0.122278, + 0.302210, + 0.302210, + 0.122278, + 0.179540, + 0.382620, + 0.010291, + 0.094472, + 0.126448, + 0.019067, + 0.179540, + 0.084635, + 0.089951, + 0.186428, + 0.094472, + 0.176136, + 0.211262, + 0.126448, + 0.409510, + 0.186428, + 0.191927, + 0.431949, + 0.094472, + 0.010291, + 0.039582, + 0.122278, + 0.122278, + 0.039582, + 0.084635, + 0.179540, + 0.191927, + 0.095358, + 0.098775, + 0.200685, + 0.010291, + 0.019067, + 0.382620, + 0.179540, + 0.186428, + 0.409510, + 0.186428, + 0.089951, + 0.095358, + 0.191927, + 0.026434, + 0.041729, + 0.009020, + 0.077044, + 0.076301, + 0.005202, + 0.009020, + 0.048109, + 0.157654, + 0.143471, + 0.072967, + 0.005897, + 0.164622, + 0.179880, + 0.072657, + 0.076301, + 0.173803, + 0.164622, + 0.076301, + 0.077044, + 0.077044, + 0.074087, + 0.207825, + 0.173803, + 0.409510, + 0.173803, + 0.207825, + 0.382620, + 0.005202, + 0.143471, + 0.273324, + 0.123047, + 0.072967, + 0.074087, + 0.123047, + 0.273324, + 0.207825, + 0.039582, + 0.026434, + 0.084635, + 0.010291, + 0.039582, + 0.084635, + 0.026434, + 0.041729, + 0.089951, + 0.026434, + 0.041729, + 0.027788, + 0.095358, + 0.089951, + 0.019067, + 0.126448, + 0.171225, + 0.041729, + 0.027788, + 0.019067, + 0.126448, + 0.211262, + 0.428955, + 0.171225, + 0.176136, + 0.408146, + 0.428955, + 0.211262, + 0.048104, + 0.164623, + 0.179880, + 0.442866, + 0.431946, + 0.431946, + 0.442866, + 0.200685, + 0.191931, + 0.191931, + 0.200685, + 0.098775, + 0.095358, + 0.076302, + 0.005202, + 0.010163, + 0.072657, + 0.164623, + 0.076302, + 0.072657, + 0.179880, + 0.027791, + 0.095358, + 0.098775, + 0.043437, + 0.171191, + 0.179809, + 0.048109, + 0.054777, + 0.856663, + 0.408146, + 0.157654, + 0.164622, + 0.431949, + 0.442866, + 0.179880, + 0.431949, + 0.191927, + 0.200685, + 0.442866, + 0.076301, + 0.072657, + 0.010163, + 0.005202, + 0.054777, + 0.157654, + 0.048109, + 0.005202, + 0.010163, + 0.027788, + 0.043437, + 0.098775, + 0.095358, + 0.171225, + 0.179809, + 0.043437, + 0.027788, + 0.408146, + 0.856663, + 0.749332, + 0.428955, + 0.428955, + 0.749332, + 0.179809, + 0.171225; + 1.000000,-0.000000, 0.000000, 0.000000, + -0.000000, 0.143221,-0.989691, 0.000000, + -0.000000, 0.989691, 0.143221, 0.000000, + -0.000000,-0.270638, 0.048545, 1.000000;; + } // End of wolfwoman_spine_02 skin weights + SkinWeights { + "wolfwoman_ring_01_l"; + 0; + -0.020105, 0.988943,-0.146926, 0.000000, + 0.955107,-0.024448,-0.295250, 0.000000, + -0.295577,-0.146266,-0.944055, 0.000000, + 0.154338,-0.719657, 0.707291, 1.000000;; + } // End of wolfwoman_ring_01_l skin weights + SkinWeights { + "wolfwoman_thumb_02_r"; + 55; + 2161, + 2162, + 2164, + 2165, + 2166, + 2167, + 2168, + 2169, + 2170, + 2171, + 2172, + 2173, + 2174, + 2175, + 2176, + 2177, + 2178, + 2179, + 2180, + 2181, + 2182, + 2183, + 2184, + 2185, + 2186, + 2187, + 2188, + 2189, + 2190, + 2191, + 2192, + 2193, + 2194, + 2195, + 2196, + 2197, + 2198, + 2199, + 2200, + 2202, + 2203, + 2211, + 2213, + 2214, + 2237, + 2240, + 2242, + 2243, + 2244, + 2260, + 2263, + 2264, + 2267, + 2275, + 2298; + 0.913444, + 0.129802, + 1.000000, + 0.008241, + 0.031163, + 1.000000, + 0.008241, + 0.071914, + 0.071375, + 0.031163, + 0.891974, + 0.248334, + 0.086942, + 0.935512, + 1.000000, + 0.913444, + 0.248334, + 0.891974, + 1.000000, + 0.031163, + 0.071375, + 0.935512, + 0.913444, + 1.000000, + 1.000000, + 0.129802, + 0.071914, + 0.891974, + 0.935512, + 0.071375, + 0.008241, + 1.000000, + 0.891974, + 0.071914, + 0.129802, + 1.000000, + 0.935512, + 0.086942, + 0.913444, + 0.039021, + 0.248334, + 0.913444, + 0.129802, + 0.086942, + 0.026306, + 0.026306, + 0.086942, + 0.248334, + 0.026306, + 0.039021, + 0.248334, + 0.248334, + 0.026306, + 0.039021, + 0.039021; + -0.033325,-0.979471,-0.198813, 0.000000, + 0.729544,-0.159804, 0.665002, 0.000000, + -0.683121,-0.122882, 0.719892, 0.000000, + 0.376709,-0.674586,-0.554494, 1.000000;; + } // End of wolfwoman_thumb_02_r skin weights + SkinWeights { + "wolfwoman_spine_03"; + 446; + 390, + 457, + 458, + 461, + 466, + 473, + 477, + 480, + 481, + 482, + 483, + 485, + 486, + 487, + 489, + 492, + 493, + 504, + 505, + 506, + 507, + 508, + 509, + 510, + 511, + 514, + 515, + 516, + 517, + 518, + 519, + 521, + 522, + 524, + 525, + 526, + 527, + 528, + 529, + 530, + 531, + 532, + 533, + 534, + 535, + 536, + 537, + 538, + 539, + 540, + 541, + 542, + 543, + 544, + 545, + 546, + 547, + 548, + 549, + 550, + 551, + 552, + 553, + 554, + 555, + 556, + 557, + 558, + 559, + 560, + 561, + 562, + 563, + 564, + 565, + 566, + 567, + 570, + 571, + 572, + 573, + 574, + 575, + 576, + 577, + 578, + 579, + 580, + 581, + 582, + 583, + 584, + 585, + 586, + 588, + 589, + 590, + 591, + 596, + 597, + 598, + 599, + 600, + 601, + 602, + 603, + 617, + 618, + 621, + 622, + 624, + 626, + 627, + 628, + 629, + 630, + 631, + 632, + 633, + 634, + 635, + 636, + 637, + 638, + 639, + 640, + 641, + 642, + 643, + 644, + 645, + 646, + 647, + 648, + 649, + 650, + 651, + 652, + 653, + 654, + 655, + 656, + 657, + 658, + 659, + 660, + 662, + 663, + 664, + 665, + 666, + 667, + 668, + 669, + 670, + 671, + 672, + 673, + 674, + 675, + 700, + 701, + 709, + 1128, + 1129, + 1241, + 1242, + 1262, + 1263, + 1284, + 1285, + 1286, + 1287, + 1288, + 1289, + 1291, + 1292, + 1293, + 1294, + 1295, + 1296, + 1297, + 1298, + 1299, + 1710, + 1778, + 1779, + 1783, + 1786, + 1795, + 1799, + 1800, + 1801, + 1802, + 1803, + 1805, + 1806, + 1807, + 1811, + 1812, + 1815, + 1824, + 1825, + 1826, + 1827, + 1828, + 1829, + 1830, + 1831, + 1833, + 1834, + 1836, + 1837, + 1838, + 1839, + 1841, + 1842, + 1846, + 1847, + 1848, + 1849, + 1850, + 1851, + 1852, + 1853, + 1854, + 1855, + 1856, + 1857, + 1858, + 1859, + 1860, + 1861, + 1862, + 1863, + 1864, + 1865, + 1866, + 1867, + 1868, + 1869, + 1870, + 1871, + 1872, + 1873, + 1874, + 1875, + 1876, + 1877, + 1878, + 1879, + 1880, + 1881, + 1882, + 1883, + 1884, + 1885, + 1886, + 1887, + 1888, + 1889, + 1890, + 1891, + 1893, + 1894, + 1896, + 1897, + 1898, + 1899, + 1900, + 1901, + 1902, + 1903, + 1904, + 1905, + 1906, + 1907, + 1908, + 1910, + 1911, + 1912, + 1913, + 1914, + 1915, + 1916, + 1917, + 1918, + 1919, + 1924, + 1925, + 1926, + 1927, + 1928, + 1929, + 1930, + 1931, + 1946, + 1947, + 1950, + 1951, + 1952, + 1953, + 1954, + 1956, + 1957, + 1958, + 1959, + 1960, + 1961, + 1962, + 1963, + 1964, + 1965, + 1966, + 1967, + 1968, + 1969, + 1970, + 1971, + 1972, + 1973, + 1974, + 1975, + 1976, + 1977, + 1978, + 1979, + 1980, + 1981, + 1982, + 1983, + 1984, + 1985, + 1986, + 1987, + 1988, + 1989, + 1990, + 1991, + 1992, + 1993, + 1994, + 1996, + 1997, + 1998, + 1999, + 2000, + 2001, + 2002, + 2003, + 2028, + 2031, + 2039, + 2456, + 2459, + 2578, + 2579, + 2593, + 2594, + 2612, + 2613, + 2614, + 2615, + 2616, + 2617, + 2618, + 2619, + 2701, + 2702, + 2710, + 2711, + 2712, + 2713, + 2714, + 2715, + 2716, + 2717, + 2718, + 2719, + 2720, + 2721, + 2722, + 2723, + 2724, + 2725, + 2726, + 2727, + 2728, + 2729, + 2730, + 2731, + 2736, + 2737, + 2738, + 2739, + 2740, + 2741, + 2742, + 2743, + 2744, + 2745, + 2746, + 2747, + 2765, + 2766, + 2776, + 2842, + 2843, + 2848, + 2849, + 2850, + 2851, + 2852, + 2853, + 2854, + 2855, + 2856, + 2857, + 2858, + 2859, + 2860, + 2861, + 2862, + 2863, + 2868, + 2869, + 2870, + 2871, + 2872, + 2873, + 2874, + 2875, + 2876, + 2877, + 2878, + 2879, + 2894, + 2895, + 2904, + 2912, + 2913, + 2914, + 2915, + 2916, + 2917, + 2919; + 0.063985, + 0.046979, + 0.005545, + 0.005545, + 0.016338, + 0.027096, + 0.018834, + 0.195616, + 0.027096, + 0.057973, + 0.184714, + 0.159104, + 0.203080, + 0.018834, + 0.057973, + 0.018834, + 0.016338, + 0.016338, + 0.018834, + 0.203080, + 0.332687, + 0.163310, + 0.046979, + 0.016338, + 0.332687, + 0.063569, + 0.104558, + 0.163310, + 0.372109, + 0.104558, + 0.063569, + 0.005545, + 0.063569, + 0.332687, + 0.633428, + 0.835513, + 0.682578, + 0.203080, + 0.521213, + 0.633428, + 0.332687, + 0.159104, + 0.460750, + 0.521213, + 0.203080, + 0.159104, + 0.195616, + 0.480129, + 0.460750, + 0.543747, + 0.548136, + 0.220135, + 0.216860, + 0.472891, + 0.519592, + 0.198153, + 0.163138, + 0.945223, + 0.706810, + 0.274860, + 0.079311, + 0.706810, + 0.569268, + 0.209508, + 0.274860, + 0.569268, + 0.472891, + 0.163138, + 0.209508, + 0.209508, + 0.163138, + 0.072369, + 0.077337, + 0.163138, + 0.198153, + 0.096115, + 0.072369, + 0.073748, + 0.077337, + 0.096115, + 0.098077, + 0.043980, + 0.041165, + 0.077337, + 0.073748, + 0.133052, + 0.209508, + 0.216860, + 0.220135, + 0.098744, + 0.098077, + 0.077337, + 0.072369, + 0.003974, + 0.072369, + 0.096115, + 0.041165, + 0.003974, + 0.198153, + 0.216860, + 0.098077, + 0.096115, + 0.098077, + 0.098744, + 0.048396, + 0.043980, + 0.016338, + 0.046979, + 0.057973, + 0.027096, + 0.159104, + 0.027096, + 0.195616, + 0.480129, + 0.195616, + 0.184714, + 0.491684, + 0.835513, + 0.633428, + 0.569268, + 0.706810, + 0.063569, + 0.005545, + 0.046979, + 0.163310, + 0.332687, + 0.682578, + 0.372109, + 0.163310, + 1.000000, + 0.835513, + 0.706810, + 0.945223, + 0.543747, + 0.480129, + 0.491684, + 0.548136, + 0.480129, + 0.543747, + 0.519592, + 0.460750, + 0.216860, + 0.198153, + 0.519592, + 0.543747, + 0.057973, + 0.063985, + 0.184714, + 0.184714, + 0.063985, + 0.057837, + 0.208623, + 0.569268, + 0.633428, + 0.521213, + 0.472891, + 0.460750, + 0.519592, + 0.472891, + 0.521213, + 0.003974, + 0.041165, + 0.003974, + 0.041165, + 0.043980, + 0.043980, + 0.048396, + 0.057531, + 0.073748, + 0.274860, + 0.156897, + 0.014793, + 0.079311, + 0.156897, + 0.057531, + 0.014793, + 0.073748, + 0.057531, + 0.156897, + 0.133052, + 0.209508, + 0.133052, + 0.156897, + 0.274860, + 0.063990, + 0.005547, + 0.046983, + 0.005547, + 0.016341, + 0.027128, + 0.018841, + 0.194725, + 0.184708, + 0.058198, + 0.027128, + 0.018841, + 0.203311, + 0.159447, + 0.058198, + 0.018841, + 0.016341, + 0.016341, + 0.332781, + 0.203311, + 0.018841, + 0.163324, + 0.332781, + 0.016341, + 0.046983, + 0.104558, + 0.063561, + 0.163324, + 0.063561, + 0.104558, + 0.372091, + 0.118423, + 0.104558, + 0.063561, + 0.005547, + 0.625433, + 0.969300, + 0.682612, + 0.372091, + 0.332781, + 0.682612, + 0.835586, + 0.633633, + 0.203311, + 0.332781, + 0.633633, + 0.521839, + 0.159447, + 0.203311, + 0.521839, + 0.459099, + 0.159447, + 0.459099, + 0.480125, + 0.194725, + 0.542177, + 0.217259, + 0.220137, + 0.548136, + 0.473188, + 0.163239, + 0.198413, + 0.518652, + 0.706915, + 0.274893, + 0.209587, + 0.569409, + 0.569409, + 0.209587, + 0.163239, + 0.473188, + 0.209587, + 0.077340, + 0.072369, + 0.163239, + 0.163239, + 0.072369, + 0.096116, + 0.198413, + 0.077340, + 0.073754, + 0.096116, + 0.041167, + 0.043979, + 0.098076, + 0.077340, + 0.209587, + 0.133057, + 0.073754, + 0.217259, + 0.098076, + 0.098742, + 0.220137, + 0.077340, + 0.003970, + 0.072369, + 0.072369, + 0.003970, + 0.041167, + 0.096116, + 0.098742, + 0.048396, + 0.050867, + 0.101154, + 0.198413, + 0.096116, + 0.098076, + 0.217259, + 0.098076, + 0.043979, + 0.048396, + 0.098742, + 0.046983, + 0.016341, + 0.027128, + 0.058198, + 0.159447, + 0.194725, + 0.027128, + 0.480125, + 0.491685, + 0.184708, + 0.194725, + 0.835586, + 0.706915, + 0.569409, + 0.633633, + 0.063561, + 0.163324, + 0.046983, + 0.005547, + 0.332781, + 0.163324, + 0.372091, + 0.682612, + 0.118423, + 0.625433, + 0.372091, + 0.104558, + 0.548136, + 0.536434, + 0.478406, + 0.491685, + 0.542177, + 0.548136, + 0.491685, + 0.480125, + 0.480125, + 0.459099, + 0.518652, + 0.542177, + 0.217259, + 0.542177, + 0.518652, + 0.198413, + 0.058198, + 0.184708, + 0.063990, + 0.569409, + 0.473188, + 0.521839, + 0.633633, + 0.459099, + 0.521839, + 0.473188, + 0.518652, + 0.003970, + 0.041167, + 0.003970, + 0.041167, + 0.043979, + 0.048396, + 0.043979, + 0.073754, + 0.057553, + 0.073754, + 0.133057, + 0.156929, + 0.057553, + 0.209587, + 0.274893, + 0.156929, + 0.133057, + 0.057837, + 0.063985, + 0.104558, + 0.118423, + 0.625433, + 0.372109, + 0.682578, + 0.969300, + 0.682578, + 0.835513, + 1.000000, + 0.969300, + 0.548136, + 0.536434, + 0.214445, + 0.220135, + 0.220135, + 0.214445, + 0.101154, + 0.098744, + 0.098744, + 0.101154, + 0.050867, + 0.048396, + 0.491684, + 0.184714, + 0.208623, + 0.478406, + 0.118423, + 0.104558, + 0.372109, + 0.625433, + 0.548136, + 0.491684, + 0.478406, + 0.536434, + 0.048396, + 0.050867, + 0.057531, + 0.063990, + 0.057837, + 0.682612, + 0.969300, + 1.000000, + 0.835586, + 0.945223, + 0.079311, + 0.274893, + 0.706915, + 0.548136, + 0.220137, + 0.214445, + 0.536434, + 0.220137, + 0.098742, + 0.101154, + 0.214445, + 0.491685, + 0.478406, + 0.208623, + 0.184708, + 1.000000, + 0.945223, + 0.706915, + 0.835586, + 0.184708, + 0.208623, + 0.057837, + 0.063990, + 0.050867, + 0.048396, + 0.057553, + 0.274893, + 0.079311, + 0.014793, + 0.156929, + 0.156929, + 0.014793, + 0.057553; + 1.000000,-0.000000, 0.000000, 0.000000, + -0.000000, 0.157410,-0.987533, 0.000000, + 0.000000, 0.987533, 0.157410, 0.000000, + -0.000000,-0.331824, 0.043788, 1.000000;; + } // End of wolfwoman_spine_03 skin weights + SkinWeights { + "wolfwoman_ring_01_r"; + 0; + -0.020105,-0.988943, 0.146928, 0.000000, + -0.955107,-0.024448,-0.295250, 0.000000, + 0.295577,-0.146268,-0.944055, 0.000000, + -0.154338,-0.719656, 0.707293, 1.000000;; + } // End of wolfwoman_ring_01_r skin weights + SkinWeights { + "wolfwoman_foot_r"; + 153; + 2133, + 2134, + 2137, + 2138, + 2142, + 2145, + 2146, + 2149, + 2150, + 2153, + 2154, + 2157, + 2158, + 2328, + 2329, + 2330, + 2331, + 2332, + 2333, + 2334, + 2335, + 2336, + 2337, + 2338, + 2339, + 2340, + 2341, + 2342, + 2343, + 2344, + 2345, + 2346, + 2347, + 2348, + 2349, + 2350, + 2351, + 2352, + 2354, + 2355, + 2356, + 2357, + 2359, + 2360, + 2361, + 2362, + 2363, + 2365, + 2366, + 2367, + 2368, + 2369, + 2370, + 2371, + 2372, + 2373, + 2374, + 2375, + 2376, + 2377, + 2378, + 2379, + 2380, + 2381, + 2382, + 2383, + 2384, + 2385, + 2386, + 2387, + 2388, + 2389, + 2390, + 2391, + 2392, + 2393, + 2394, + 2395, + 2396, + 2397, + 2398, + 2399, + 2400, + 2401, + 2402, + 2403, + 2404, + 2405, + 2406, + 2407, + 2408, + 2409, + 2410, + 2411, + 2412, + 2413, + 2414, + 2415, + 2416, + 2417, + 2418, + 2419, + 2420, + 2421, + 2422, + 2423, + 2424, + 2425, + 2426, + 2427, + 2428, + 2429, + 2430, + 2431, + 2432, + 2433, + 2434, + 2435, + 2436, + 2437, + 2442, + 2443, + 2445, + 2446, + 2447, + 2448, + 2449, + 2450, + 2451, + 2452, + 2453, + 2454, + 2455, + 2481, + 2484, + 2485, + 2486, + 2488, + 2489, + 2490, + 2491, + 2492, + 2493, + 2494, + 2495, + 2496, + 2497, + 2498, + 2499, + 2500, + 2501, + 2502, + 2503; + 0.139844, + 0.587713, + 0.018604, + 0.053029, + 0.017114, + 0.017114, + 0.018604, + 0.253910, + 0.059222, + 0.587713, + 0.253910, + 0.053029, + 0.139844, + 0.587713, + 0.888858, + 0.878528, + 0.253910, + 0.139844, + 0.798690, + 0.888858, + 0.587713, + 0.888858, + 1.000000, + 0.992605, + 0.878528, + 0.798690, + 0.935171, + 1.000000, + 0.888858, + 1.000000, + 0.938200, + 0.912979, + 0.992605, + 0.935171, + 0.932063, + 0.938200, + 1.000000, + 0.938200, + 0.203969, + 0.912979, + 0.932063, + 0.226310, + 0.938200, + 0.017114, + 0.440748, + 0.464129, + 0.018604, + 0.527456, + 0.440748, + 0.017114, + 0.018604, + 0.464129, + 0.728039, + 0.053029, + 0.139844, + 0.053029, + 0.728039, + 0.798690, + 0.878528, + 0.816273, + 0.059222, + 0.253910, + 0.464129, + 0.531291, + 0.763629, + 0.728039, + 0.527456, + 0.650151, + 0.533930, + 0.440748, + 0.440748, + 0.533930, + 0.531291, + 0.464129, + 0.935171, + 0.798690, + 0.728039, + 0.763629, + 0.878528, + 0.992605, + 0.850543, + 0.816273, + 0.533930, + 0.563311, + 0.564524, + 0.531291, + 0.203969, + 0.140144, + 0.862570, + 0.912979, + 0.763629, + 0.794782, + 0.918525, + 0.935171, + 0.531291, + 0.564524, + 0.794782, + 0.763629, + 0.912979, + 0.862570, + 1.000000, + 0.992605, + 0.992605, + 1.000000, + 0.873466, + 0.850543, + 0.650151, + 0.630330, + 0.563311, + 0.533930, + 0.932063, + 0.911580, + 0.191541, + 0.226310, + 0.935171, + 0.918525, + 0.911580, + 0.932063, + 0.226310, + 0.191541, + 0.140144, + 0.203969, + 0.191541, + 0.862570, + 0.140144, + 1.000000, + 0.862570, + 0.191541, + 0.911580, + 0.911580, + 0.918525, + 0.873466, + 1.000000, + 0.059222, + 0.059222, + 0.816273, + 0.527456, + 0.816273, + 0.850543, + 0.650151, + 0.527456, + 0.850543, + 0.873466, + 0.630330, + 0.650151, + 0.630330, + 0.873466, + 0.918525, + 0.794782, + 0.564524, + 0.563311, + 0.630330, + 0.794782; + 0.994405,-0.018162,-0.104068, 0.000000, + 0.030748,-0.892708, 0.449587, 0.000000, + -0.101068,-0.450271,-0.887154, 0.000000, + 0.060201,-0.295408,-0.705717, 1.000000;; + } // End of wolfwoman_foot_r skin weights + SkinWeights { + "wolfwoman_upperarm_l"; + 180; + 414, + 415, + 418, + 419, + 420, + 421, + 422, + 423, + 424, + 425, + 426, + 427, + 428, + 429, + 430, + 431, + 432, + 433, + 434, + 435, + 436, + 437, + 438, + 439, + 440, + 441, + 442, + 443, + 444, + 445, + 448, + 449, + 456, + 457, + 458, + 459, + 460, + 461, + 464, + 465, + 466, + 467, + 468, + 469, + 470, + 471, + 472, + 473, + 474, + 475, + 476, + 477, + 478, + 479, + 480, + 481, + 482, + 483, + 484, + 485, + 486, + 487, + 489, + 490, + 492, + 493, + 494, + 495, + 496, + 497, + 498, + 499, + 500, + 501, + 504, + 505, + 506, + 507, + 508, + 509, + 510, + 511, + 514, + 516, + 517, + 519, + 521, + 522, + 524, + 525, + 527, + 528, + 529, + 530, + 531, + 532, + 533, + 534, + 535, + 536, + 537, + 538, + 539, + 540, + 544, + 545, + 557, + 608, + 609, + 610, + 611, + 612, + 613, + 614, + 615, + 616, + 617, + 618, + 619, + 620, + 621, + 622, + 623, + 624, + 625, + 626, + 627, + 628, + 629, + 630, + 633, + 636, + 637, + 638, + 639, + 640, + 641, + 642, + 643, + 648, + 649, + 652, + 653, + 654, + 655, + 658, + 659, + 660, + 663, + 664, + 669, + 670, + 671, + 672, + 673, + 674, + 675, + 676, + 677, + 678, + 679, + 680, + 681, + 682, + 683, + 684, + 685, + 686, + 687, + 736, + 737, + 740, + 743, + 746, + 747, + 2713, + 2714, + 2716, + 2737, + 2742; + 0.067273, + 0.043119, + 0.043119, + 0.070941, + 0.177152, + 0.219819, + 0.904861, + 0.898066, + 0.240002, + 0.177152, + 0.898066, + 0.760616, + 0.898066, + 0.904861, + 0.920455, + 0.930502, + 0.760616, + 0.898066, + 0.930502, + 0.974208, + 0.930502, + 0.920455, + 0.036866, + 0.057747, + 0.974208, + 0.930502, + 0.057747, + 0.038243, + 0.057747, + 0.036866, + 0.038243, + 0.057747, + 0.240002, + 0.176055, + 0.077552, + 0.070941, + 0.070941, + 0.077552, + 0.974208, + 0.944877, + 0.325735, + 0.760616, + 0.904861, + 0.866473, + 0.898403, + 0.920455, + 0.219819, + 0.373944, + 0.866473, + 0.904861, + 0.866473, + 0.787911, + 0.927388, + 0.898403, + 0.141948, + 0.373944, + 0.120658, + 0.051134, + 0.866473, + 0.229954, + 0.293212, + 0.787911, + 0.120658, + 0.067273, + 0.787911, + 0.325735, + 0.944877, + 0.927388, + 0.920455, + 0.898403, + 0.093662, + 0.036866, + 0.036866, + 0.093662, + 0.325735, + 0.787911, + 0.293212, + 0.129194, + 0.096833, + 0.176055, + 0.325735, + 0.129194, + 0.048596, + 0.096833, + 0.014572, + 0.048596, + 0.077552, + 0.048596, + 0.129194, + 0.050072, + 0.015497, + 0.293212, + 0.090797, + 0.050072, + 0.129194, + 0.229954, + 0.091792, + 0.090797, + 0.293212, + 0.229954, + 0.141948, + 0.046371, + 0.091792, + 0.008685, + 0.010997, + 0.018313, + 0.010997, + 0.043119, + 0.067273, + 0.219819, + 0.177152, + 0.070941, + 0.043119, + 0.177152, + 0.240002, + 0.760616, + 0.325735, + 0.176055, + 0.240002, + 0.067273, + 0.120658, + 0.373944, + 0.219819, + 0.229954, + 0.866473, + 0.373944, + 0.141948, + 0.046371, + 0.141948, + 0.051134, + 0.050072, + 0.048596, + 0.077552, + 0.176055, + 0.096833, + 0.129194, + 0.015497, + 0.014572, + 0.096833, + 0.008685, + 0.046371, + 0.046371, + 0.008685, + 0.018313, + 0.091792, + 0.018313, + 0.008685, + 0.120658, + 0.051134, + 0.051134, + 0.050072, + 0.090797, + 0.010997, + 0.091792, + 0.018313, + 0.010997, + 0.090797, + 0.927388, + 0.944877, + 0.050270, + 0.100611, + 0.038243, + 0.050270, + 0.944877, + 0.974208, + 0.093662, + 0.898403, + 0.927388, + 0.100611, + 0.093662, + 0.100611, + 0.050270, + 0.100611, + 0.050270, + 0.038243, + 0.014572, + 0.015497, + 0.015497, + 0.051134, + 0.014572; + -0.032533, 0.998357, 0.047162, 0.000000, + -0.077809, 0.044514,-0.995974, 0.000000, + -0.996437,-0.036072, 0.076233, 0.000000, + 0.604675,-0.174041,-0.005726, 1.000000;; + } // End of wolfwoman_upperarm_l skin weights + SkinWeights { + "wolfwoman_middle_02_r"; + 0; + 0.026347,-0.986941, 0.158915, 0.000000, + -0.864791,-0.102245,-0.491612, 0.000000, + 0.501440,-0.124476,-0.856191, 0.000000, + -0.262897,-0.770046, 0.663707, 1.000000;; + } // End of wolfwoman_middle_02_r skin weights + SkinWeights { + "wolfwoman_thumb_03_l"; + 20; + 838, + 839, + 840, + 841, + 842, + 843, + 844, + 845, + 849, + 853, + 854, + 855, + 860, + 861, + 862, + 863, + 864, + 865, + 866, + 870; + 0.968834, + 0.991761, + 0.991761, + 0.968834, + 0.928623, + 0.928088, + 0.074227, + 0.004956, + 0.074227, + 0.004956, + 0.928623, + 0.968834, + 0.928088, + 0.928623, + 0.004956, + 0.074227, + 0.991761, + 0.928088, + 0.074227, + 0.004956; + 0.135547, 0.990754,-0.005833, 0.000000, + -0.918359, 0.127848, 0.374530, 0.000000, + 0.371813,-0.045409, 0.927196, 0.000000, + -0.338173,-0.761742,-0.515074, 1.000000;; + } // End of wolfwoman_thumb_03_l skin weights + SkinWeights { + "wolfwoman_index_01_l"; + 30; + 847, + 850, + 873, + 874, + 913, + 919, + 922, + 924, + 926, + 927, + 932, + 933, + 934, + 935, + 936, + 938, + 939, + 945, + 946, + 947, + 948, + 949, + 952, + 953, + 956, + 970, + 988, + 989, + 992, + 999; + 0.090238, + 0.090238, + 0.090238, + 0.151544, + 0.090238, + 0.066316, + 0.042410, + 0.872190, + 0.005308, + 0.042410, + 0.151544, + 0.090238, + 0.892932, + 0.872190, + 0.090238, + 0.066316, + 0.892932, + 0.151544, + 0.872190, + 0.042410, + 0.892932, + 0.066316, + 0.872190, + 0.892932, + 0.066316, + 0.151544, + 0.042410, + 0.005308, + 0.005308, + 0.005308; + -0.028297, 0.994836,-0.097470, 0.000000, + 0.750722,-0.043233,-0.659202, 0.000000, + -0.660012,-0.091827,-0.745622, 0.000000, + 0.426981,-0.759742, 0.528700, 1.000000;; + } // End of wolfwoman_index_01_l skin weights + } // End of wolfwoman_proxy741 mesh + } // End of wolfwoman_proxy741 + } // End of wolfwoman +} // End of Root +AnimTicksPerSecond { + 24; +} +AnimationSet Global { + Animation { + {wolfwoman} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 1;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 2;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 3;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 4;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 5;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 6;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 7;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 8;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 9;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 10;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 11;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 12;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 13;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 14;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 15;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 16;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 17;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 18;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 19;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 20;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 21;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 22;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 23;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 24;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 25;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 26;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 27;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 28;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 29;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 30;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 31;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 32;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 33;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 34;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 35;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 36;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 37;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 38;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 39;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 40;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 41;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 42;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 43;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 44;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 45;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 46;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 47;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 48;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 49;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 50;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 51;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 52;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 53;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 54;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 55;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 56;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 57;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 58;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 59;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 60;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 61;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 62;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 63;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 64;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 65;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 66;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 67;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 68;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 69;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 70;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 71;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 72;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 73;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 74;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 75;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 76;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 77;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 78;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 79;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 80;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 81;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 82;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 83;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 84;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 85;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 86;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 87;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 88;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 89;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 90;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 91;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 92;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 93;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 94;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 95;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 96;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 97;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 98;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 99;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 100;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 101;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 102;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 103;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 104;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 105;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 106;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 107;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 108;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 109;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 110;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 111;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 112;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 113;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 114;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 115;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 116;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 117;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 118;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 119;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 120;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 121;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 122;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 123;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 124;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 125;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 126;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 127;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 128;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 129;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 130;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 131;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 132;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 133;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 134;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 135;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 136;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 137;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 138;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 139;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 140;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 141;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 142;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 143;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 144;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 145;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 146;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 147;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 148;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 149;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 150;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 151;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 152;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 153;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 154;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 155;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 156;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 157;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 158;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 159;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 160;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 161;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 162;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 163;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 164;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 165;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 166;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 167;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 168;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 169;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 170;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 171;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 172;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 173;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 174;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 175;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 176;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 177;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 178;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 179;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 180;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 181;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 182;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 183;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 184;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 185;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 186;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 187;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 188;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 189;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 190;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 191;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 192;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 193;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 194;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 195;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 196;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 197;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 198;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 199;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 200;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 201;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 202;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 203;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 204;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 205;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 206;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 207;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 208;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 209;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 210;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 211;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 212;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 213;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 214;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 215;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 216;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 217;4;-0.000000,-0.000000,-0.000000,-1.000000;;, + 218;4;-0.000000,-0.000000,-0.000000,-1.000000;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3;10.000000,10.000000,10.000000;;, + 1;3;10.000000,10.000000,10.000000;;, + 2;3;10.000000,10.000000,10.000000;;, + 3;3;10.000000,10.000000,10.000000;;, + 4;3;10.000000,10.000000,10.000000;;, + 5;3;10.000000,10.000000,10.000000;;, + 6;3;10.000000,10.000000,10.000000;;, + 7;3;10.000000,10.000000,10.000000;;, + 8;3;10.000000,10.000000,10.000000;;, + 9;3;10.000000,10.000000,10.000000;;, + 10;3;10.000000,10.000000,10.000000;;, + 11;3;10.000000,10.000000,10.000000;;, + 12;3;10.000000,10.000000,10.000000;;, + 13;3;10.000000,10.000000,10.000000;;, + 14;3;10.000000,10.000000,10.000000;;, + 15;3;10.000000,10.000000,10.000000;;, + 16;3;10.000000,10.000000,10.000000;;, + 17;3;10.000000,10.000000,10.000000;;, + 18;3;10.000000,10.000000,10.000000;;, + 19;3;10.000000,10.000000,10.000000;;, + 20;3;10.000000,10.000000,10.000000;;, + 21;3;10.000000,10.000000,10.000000;;, + 22;3;10.000000,10.000000,10.000000;;, + 23;3;10.000000,10.000000,10.000000;;, + 24;3;10.000000,10.000000,10.000000;;, + 25;3;10.000000,10.000000,10.000000;;, + 26;3;10.000000,10.000000,10.000000;;, + 27;3;10.000000,10.000000,10.000000;;, + 28;3;10.000000,10.000000,10.000000;;, + 29;3;10.000000,10.000000,10.000000;;, + 30;3;10.000000,10.000000,10.000000;;, + 31;3;10.000000,10.000000,10.000000;;, + 32;3;10.000000,10.000000,10.000000;;, + 33;3;10.000000,10.000000,10.000000;;, + 34;3;10.000000,10.000000,10.000000;;, + 35;3;10.000000,10.000000,10.000000;;, + 36;3;10.000000,10.000000,10.000000;;, + 37;3;10.000000,10.000000,10.000000;;, + 38;3;10.000000,10.000000,10.000000;;, + 39;3;10.000000,10.000000,10.000000;;, + 40;3;10.000000,10.000000,10.000000;;, + 41;3;10.000000,10.000000,10.000000;;, + 42;3;10.000000,10.000000,10.000000;;, + 43;3;10.000000,10.000000,10.000000;;, + 44;3;10.000000,10.000000,10.000000;;, + 45;3;10.000000,10.000000,10.000000;;, + 46;3;10.000000,10.000000,10.000000;;, + 47;3;10.000000,10.000000,10.000000;;, + 48;3;10.000000,10.000000,10.000000;;, + 49;3;10.000000,10.000000,10.000000;;, + 50;3;10.000000,10.000000,10.000000;;, + 51;3;10.000000,10.000000,10.000000;;, + 52;3;10.000000,10.000000,10.000000;;, + 53;3;10.000000,10.000000,10.000000;;, + 54;3;10.000000,10.000000,10.000000;;, + 55;3;10.000000,10.000000,10.000000;;, + 56;3;10.000000,10.000000,10.000000;;, + 57;3;10.000000,10.000000,10.000000;;, + 58;3;10.000000,10.000000,10.000000;;, + 59;3;10.000000,10.000000,10.000000;;, + 60;3;10.000000,10.000000,10.000000;;, + 61;3;10.000000,10.000000,10.000000;;, + 62;3;10.000000,10.000000,10.000000;;, + 63;3;10.000000,10.000000,10.000000;;, + 64;3;10.000000,10.000000,10.000000;;, + 65;3;10.000000,10.000000,10.000000;;, + 66;3;10.000000,10.000000,10.000000;;, + 67;3;10.000000,10.000000,10.000000;;, + 68;3;10.000000,10.000000,10.000000;;, + 69;3;10.000000,10.000000,10.000000;;, + 70;3;10.000000,10.000000,10.000000;;, + 71;3;10.000000,10.000000,10.000000;;, + 72;3;10.000000,10.000000,10.000000;;, + 73;3;10.000000,10.000000,10.000000;;, + 74;3;10.000000,10.000000,10.000000;;, + 75;3;10.000000,10.000000,10.000000;;, + 76;3;10.000000,10.000000,10.000000;;, + 77;3;10.000000,10.000000,10.000000;;, + 78;3;10.000000,10.000000,10.000000;;, + 79;3;10.000000,10.000000,10.000000;;, + 80;3;10.000000,10.000000,10.000000;;, + 81;3;10.000000,10.000000,10.000000;;, + 82;3;10.000000,10.000000,10.000000;;, + 83;3;10.000000,10.000000,10.000000;;, + 84;3;10.000000,10.000000,10.000000;;, + 85;3;10.000000,10.000000,10.000000;;, + 86;3;10.000000,10.000000,10.000000;;, + 87;3;10.000000,10.000000,10.000000;;, + 88;3;10.000000,10.000000,10.000000;;, + 89;3;10.000000,10.000000,10.000000;;, + 90;3;10.000000,10.000000,10.000000;;, + 91;3;10.000000,10.000000,10.000000;;, + 92;3;10.000000,10.000000,10.000000;;, + 93;3;10.000000,10.000000,10.000000;;, + 94;3;10.000000,10.000000,10.000000;;, + 95;3;10.000000,10.000000,10.000000;;, + 96;3;10.000000,10.000000,10.000000;;, + 97;3;10.000000,10.000000,10.000000;;, + 98;3;10.000000,10.000000,10.000000;;, + 99;3;10.000000,10.000000,10.000000;;, + 100;3;10.000000,10.000000,10.000000;;, + 101;3;10.000000,10.000000,10.000000;;, + 102;3;10.000000,10.000000,10.000000;;, + 103;3;10.000000,10.000000,10.000000;;, + 104;3;10.000000,10.000000,10.000000;;, + 105;3;10.000000,10.000000,10.000000;;, + 106;3;10.000000,10.000000,10.000000;;, + 107;3;10.000000,10.000000,10.000000;;, + 108;3;10.000000,10.000000,10.000000;;, + 109;3;10.000000,10.000000,10.000000;;, + 110;3;10.000000,10.000000,10.000000;;, + 111;3;10.000000,10.000000,10.000000;;, + 112;3;10.000000,10.000000,10.000000;;, + 113;3;10.000000,10.000000,10.000000;;, + 114;3;10.000000,10.000000,10.000000;;, + 115;3;10.000000,10.000000,10.000000;;, + 116;3;10.000000,10.000000,10.000000;;, + 117;3;10.000000,10.000000,10.000000;;, + 118;3;10.000000,10.000000,10.000000;;, + 119;3;10.000000,10.000000,10.000000;;, + 120;3;10.000000,10.000000,10.000000;;, + 121;3;10.000000,10.000000,10.000000;;, + 122;3;10.000000,10.000000,10.000000;;, + 123;3;10.000000,10.000000,10.000000;;, + 124;3;10.000000,10.000000,10.000000;;, + 125;3;10.000000,10.000000,10.000000;;, + 126;3;10.000000,10.000000,10.000000;;, + 127;3;10.000000,10.000000,10.000000;;, + 128;3;10.000000,10.000000,10.000000;;, + 129;3;10.000000,10.000000,10.000000;;, + 130;3;10.000000,10.000000,10.000000;;, + 131;3;10.000000,10.000000,10.000000;;, + 132;3;10.000000,10.000000,10.000000;;, + 133;3;10.000000,10.000000,10.000000;;, + 134;3;10.000000,10.000000,10.000000;;, + 135;3;10.000000,10.000000,10.000000;;, + 136;3;10.000000,10.000000,10.000000;;, + 137;3;10.000000,10.000000,10.000000;;, + 138;3;10.000000,10.000000,10.000000;;, + 139;3;10.000000,10.000000,10.000000;;, + 140;3;10.000000,10.000000,10.000000;;, + 141;3;10.000000,10.000000,10.000000;;, + 142;3;10.000000,10.000000,10.000000;;, + 143;3;10.000000,10.000000,10.000000;;, + 144;3;10.000000,10.000000,10.000000;;, + 145;3;10.000000,10.000000,10.000000;;, + 146;3;10.000000,10.000000,10.000000;;, + 147;3;10.000000,10.000000,10.000000;;, + 148;3;10.000000,10.000000,10.000000;;, + 149;3;10.000000,10.000000,10.000000;;, + 150;3;10.000000,10.000000,10.000000;;, + 151;3;10.000000,10.000000,10.000000;;, + 152;3;10.000000,10.000000,10.000000;;, + 153;3;10.000000,10.000000,10.000000;;, + 154;3;10.000000,10.000000,10.000000;;, + 155;3;10.000000,10.000000,10.000000;;, + 156;3;10.000000,10.000000,10.000000;;, + 157;3;10.000000,10.000000,10.000000;;, + 158;3;10.000000,10.000000,10.000000;;, + 159;3;10.000000,10.000000,10.000000;;, + 160;3;10.000000,10.000000,10.000000;;, + 161;3;10.000000,10.000000,10.000000;;, + 162;3;10.000000,10.000000,10.000000;;, + 163;3;10.000000,10.000000,10.000000;;, + 164;3;10.000000,10.000000,10.000000;;, + 165;3;10.000000,10.000000,10.000000;;, + 166;3;10.000000,10.000000,10.000000;;, + 167;3;10.000000,10.000000,10.000000;;, + 168;3;10.000000,10.000000,10.000000;;, + 169;3;10.000000,10.000000,10.000000;;, + 170;3;10.000000,10.000000,10.000000;;, + 171;3;10.000000,10.000000,10.000000;;, + 172;3;10.000000,10.000000,10.000000;;, + 173;3;10.000000,10.000000,10.000000;;, + 174;3;10.000000,10.000000,10.000000;;, + 175;3;10.000000,10.000000,10.000000;;, + 176;3;10.000000,10.000000,10.000000;;, + 177;3;10.000000,10.000000,10.000000;;, + 178;3;10.000000,10.000000,10.000000;;, + 179;3;10.000000,10.000000,10.000000;;, + 180;3;10.000000,10.000000,10.000000;;, + 181;3;10.000000,10.000000,10.000000;;, + 182;3;10.000000,10.000000,10.000000;;, + 183;3;10.000000,10.000000,10.000000;;, + 184;3;10.000000,10.000000,10.000000;;, + 185;3;10.000000,10.000000,10.000000;;, + 186;3;10.000000,10.000000,10.000000;;, + 187;3;10.000000,10.000000,10.000000;;, + 188;3;10.000000,10.000000,10.000000;;, + 189;3;10.000000,10.000000,10.000000;;, + 190;3;10.000000,10.000000,10.000000;;, + 191;3;10.000000,10.000000,10.000000;;, + 192;3;10.000000,10.000000,10.000000;;, + 193;3;10.000000,10.000000,10.000000;;, + 194;3;10.000000,10.000000,10.000000;;, + 195;3;10.000000,10.000000,10.000000;;, + 196;3;10.000000,10.000000,10.000000;;, + 197;3;10.000000,10.000000,10.000000;;, + 198;3;10.000000,10.000000,10.000000;;, + 199;3;10.000000,10.000000,10.000000;;, + 200;3;10.000000,10.000000,10.000000;;, + 201;3;10.000000,10.000000,10.000000;;, + 202;3;10.000000,10.000000,10.000000;;, + 203;3;10.000000,10.000000,10.000000;;, + 204;3;10.000000,10.000000,10.000000;;, + 205;3;10.000000,10.000000,10.000000;;, + 206;3;10.000000,10.000000,10.000000;;, + 207;3;10.000000,10.000000,10.000000;;, + 208;3;10.000000,10.000000,10.000000;;, + 209;3;10.000000,10.000000,10.000000;;, + 210;3;10.000000,10.000000,10.000000;;, + 211;3;10.000000,10.000000,10.000000;;, + 212;3;10.000000,10.000000,10.000000;;, + 213;3;10.000000,10.000000,10.000000;;, + 214;3;10.000000,10.000000,10.000000;;, + 215;3;10.000000,10.000000,10.000000;;, + 216;3;10.000000,10.000000,10.000000;;, + 217;3;10.000000,10.000000,10.000000;;, + 218;3;10.000000,10.000000,10.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.000000, 8.153999;;, + 1;3;-0.000000, 0.000000, 8.153999;;, + 2;3;-0.000000, 0.000000, 8.153999;;, + 3;3;-0.000000, 0.000000, 8.153999;;, + 4;3;-0.000000, 0.000000, 8.153999;;, + 5;3;-0.000000, 0.000000, 8.153999;;, + 6;3;-0.000000, 0.000000, 8.153999;;, + 7;3;-0.000000, 0.000000, 8.153999;;, + 8;3;-0.000000, 0.000000, 8.153999;;, + 9;3;-0.000000, 0.000000, 8.153999;;, + 10;3;-0.000000, 0.000000, 8.153999;;, + 11;3;-0.000000, 0.000000, 8.153999;;, + 12;3;-0.000000, 0.000000, 8.153999;;, + 13;3;-0.000000, 0.000000, 8.153999;;, + 14;3;-0.000000, 0.000000, 8.153999;;, + 15;3;-0.000000, 0.000000, 8.153999;;, + 16;3;-0.000000, 0.000000, 8.153999;;, + 17;3;-0.000000, 0.000000, 8.153999;;, + 18;3;-0.000000, 0.000000, 8.153999;;, + 19;3;-0.000000, 0.000000, 8.153999;;, + 20;3;-0.000000, 0.000000, 8.153999;;, + 21;3;-0.000000, 0.000000, 8.153999;;, + 22;3;-0.000000, 0.000000, 8.153999;;, + 23;3;-0.000000, 0.000000, 8.153999;;, + 24;3;-0.000000, 0.000000, 8.153999;;, + 25;3;-0.000000, 0.000000, 8.153999;;, + 26;3;-0.000000, 0.000000, 8.153999;;, + 27;3;-0.000000, 0.000000, 8.153999;;, + 28;3;-0.000000, 0.000000, 8.153999;;, + 29;3;-0.000000, 0.000000, 8.153999;;, + 30;3;-0.000000, 0.000000, 8.153999;;, + 31;3;-0.000000, 0.000000, 8.153999;;, + 32;3;-0.000000, 0.000000, 8.153999;;, + 33;3;-0.000000, 0.000000, 8.153999;;, + 34;3;-0.000000, 0.000000, 8.153999;;, + 35;3;-0.000000, 0.000000, 8.153999;;, + 36;3;-0.000000, 0.000000, 8.153999;;, + 37;3;-0.000000, 0.000000, 8.153999;;, + 38;3;-0.000000, 0.000000, 8.153999;;, + 39;3;-0.000000, 0.000000, 8.153999;;, + 40;3;-0.000000, 0.000000, 8.153999;;, + 41;3;-0.000000, 0.000000, 8.153999;;, + 42;3;-0.000000, 0.000000, 8.153999;;, + 43;3;-0.000000, 0.000000, 8.153999;;, + 44;3;-0.000000, 0.000000, 8.153999;;, + 45;3;-0.000000, 0.000000, 8.153999;;, + 46;3;-0.000000, 0.000000, 8.153999;;, + 47;3;-0.000000, 0.000000, 8.153999;;, + 48;3;-0.000000, 0.000000, 8.153999;;, + 49;3;-0.000000, 0.000000, 8.153999;;, + 50;3;-0.000000, 0.000000, 8.153999;;, + 51;3;-0.000000, 0.000000, 8.153999;;, + 52;3;-0.000000, 0.000000, 8.153999;;, + 53;3;-0.000000, 0.000000, 8.153999;;, + 54;3;-0.000000, 0.000000, 8.153999;;, + 55;3;-0.000000, 0.000000, 8.153999;;, + 56;3;-0.000000, 0.000000, 8.153999;;, + 57;3;-0.000000, 0.000000, 8.153999;;, + 58;3;-0.000000, 0.000000, 8.153999;;, + 59;3;-0.000000, 0.000000, 8.153999;;, + 60;3;-0.000000, 0.000000, 8.153999;;, + 61;3;-0.000000, 0.000000, 8.153999;;, + 62;3;-0.000000, 0.000000, 8.153999;;, + 63;3;-0.000000, 0.000000, 8.153999;;, + 64;3;-0.000000, 0.000000, 8.153999;;, + 65;3;-0.000000, 0.000000, 8.153999;;, + 66;3;-0.000000, 0.000000, 8.153999;;, + 67;3;-0.000000, 0.000000, 8.153999;;, + 68;3;-0.000000, 0.000000, 8.153999;;, + 69;3;-0.000000, 0.000000, 8.153999;;, + 70;3;-0.000000, 0.000000, 8.153999;;, + 71;3;-0.000000, 0.000000, 8.153999;;, + 72;3;-0.000000, 0.000000, 8.153999;;, + 73;3;-0.000000, 0.000000, 8.153999;;, + 74;3;-0.000000, 0.000000, 8.153999;;, + 75;3;-0.000000, 0.000000, 8.153999;;, + 76;3;-0.000000, 0.000000, 8.153999;;, + 77;3;-0.000000, 0.000000, 8.153999;;, + 78;3;-0.000000, 0.000000, 8.153999;;, + 79;3;-0.000000, 0.000000, 8.153999;;, + 80;3;-0.000000, 0.000000, 8.153999;;, + 81;3;-0.000000, 0.000000, 8.153999;;, + 82;3;-0.000000, 0.000000, 8.153999;;, + 83;3;-0.000000, 0.000000, 8.153999;;, + 84;3;-0.000000, 0.000000, 8.153999;;, + 85;3;-0.000000, 0.000000, 8.153999;;, + 86;3;-0.000000, 0.000000, 8.153999;;, + 87;3;-0.000000, 0.000000, 8.153999;;, + 88;3;-0.000000, 0.000000, 8.153999;;, + 89;3;-0.000000, 0.000000, 8.153999;;, + 90;3;-0.000000, 0.000000, 8.153999;;, + 91;3;-0.000000, 0.000000, 8.153999;;, + 92;3;-0.000000, 0.000000, 8.153999;;, + 93;3;-0.000000, 0.000000, 8.153999;;, + 94;3;-0.000000, 0.000000, 8.153999;;, + 95;3;-0.000000, 0.000000, 8.153999;;, + 96;3;-0.000000, 0.000000, 8.153999;;, + 97;3;-0.000000, 0.000000, 8.153999;;, + 98;3;-0.000000, 0.000000, 8.153999;;, + 99;3;-0.000000, 0.000000, 8.153999;;, + 100;3;-0.000000, 0.000000, 8.153999;;, + 101;3;-0.000000, 0.000000, 8.153999;;, + 102;3;-0.000000, 0.000000, 8.153999;;, + 103;3;-0.000000, 0.000000, 8.153999;;, + 104;3;-0.000000, 0.000000, 8.153999;;, + 105;3;-0.000000, 0.000000, 8.153999;;, + 106;3;-0.000000, 0.000000, 8.153999;;, + 107;3;-0.000000, 0.000000, 8.153999;;, + 108;3;-0.000000, 0.000000, 8.153999;;, + 109;3;-0.000000, 0.000000, 8.153999;;, + 110;3;-0.000000, 0.000000, 8.153999;;, + 111;3;-0.000000, 0.000000, 8.153999;;, + 112;3;-0.000000, 0.000000, 8.153999;;, + 113;3;-0.000000, 0.000000, 8.153999;;, + 114;3;-0.000000, 0.000000, 8.153999;;, + 115;3;-0.000000, 0.000000, 8.153999;;, + 116;3;-0.000000, 0.000000, 8.153999;;, + 117;3;-0.000000, 0.000000, 8.153999;;, + 118;3;-0.000000, 0.000000, 8.153999;;, + 119;3;-0.000000, 0.000000, 8.153999;;, + 120;3;-0.000000, 0.000000, 8.153999;;, + 121;3;-0.000000, 0.000000, 8.153999;;, + 122;3;-0.000000, 0.000000, 8.153999;;, + 123;3;-0.000000, 0.000000, 8.153999;;, + 124;3;-0.000000, 0.000000, 8.153999;;, + 125;3;-0.000000, 0.000000, 8.153999;;, + 126;3;-0.000000, 0.000000, 8.153999;;, + 127;3;-0.000000, 0.000000, 8.153999;;, + 128;3;-0.000000, 0.000000, 8.153999;;, + 129;3;-0.000000, 0.000000, 8.153999;;, + 130;3;-0.000000, 0.000000, 8.153999;;, + 131;3;-0.000000, 0.000000, 8.153999;;, + 132;3;-0.000000, 0.000000, 8.153999;;, + 133;3;-0.000000, 0.000000, 8.153999;;, + 134;3;-0.000000, 0.000000, 8.153999;;, + 135;3;-0.000000, 0.000000, 8.153999;;, + 136;3;-0.000000, 0.000000, 8.153999;;, + 137;3;-0.000000, 0.000000, 8.153999;;, + 138;3;-0.000000, 0.000000, 8.153999;;, + 139;3;-0.000000, 0.000000, 8.153999;;, + 140;3;-0.000000, 0.000000, 8.153999;;, + 141;3;-0.000000, 0.000000, 8.153999;;, + 142;3;-0.000000, 0.000000, 8.153999;;, + 143;3;-0.000000, 0.000000, 8.153999;;, + 144;3;-0.000000, 0.000000, 8.153999;;, + 145;3;-0.000000, 0.000000, 8.153999;;, + 146;3;-0.000000, 0.000000, 8.153999;;, + 147;3;-0.000000, 0.000000, 8.153999;;, + 148;3;-0.000000, 0.000000, 8.153999;;, + 149;3;-0.000000, 0.000000, 8.153999;;, + 150;3;-0.000000, 0.000000, 8.153999;;, + 151;3;-0.000000, 0.000000, 8.153999;;, + 152;3;-0.000000, 0.000000, 8.153999;;, + 153;3;-0.000000, 0.000000, 8.153999;;, + 154;3;-0.000000, 0.000000, 8.153999;;, + 155;3;-0.000000, 0.000000, 8.153999;;, + 156;3;-0.000000, 0.000000, 8.153999;;, + 157;3;-0.000000, 0.000000, 8.153999;;, + 158;3;-0.000000, 0.000000, 8.153999;;, + 159;3;-0.000000, 0.000000, 8.153999;;, + 160;3;-0.000000, 0.000000, 8.153999;;, + 161;3;-0.000000, 0.000000, 8.153999;;, + 162;3;-0.000000, 0.000000, 8.153999;;, + 163;3;-0.000000, 0.000000, 8.153999;;, + 164;3;-0.000000, 0.000000, 8.153999;;, + 165;3;-0.000000, 0.000000, 8.153999;;, + 166;3;-0.000000, 0.000000, 8.153999;;, + 167;3;-0.000000, 0.000000, 8.153999;;, + 168;3;-0.000000, 0.000000, 8.153999;;, + 169;3;-0.000000, 0.000000, 8.153999;;, + 170;3;-0.000000, 0.000000, 8.153999;;, + 171;3;-0.000000, 0.000000, 8.153999;;, + 172;3;-0.000000, 0.000000, 8.153999;;, + 173;3;-0.000000, 0.000000, 8.153999;;, + 174;3;-0.000000, 0.000000, 8.153999;;, + 175;3;-0.000000, 0.000000, 8.153999;;, + 176;3;-0.000000, 0.000000, 8.153999;;, + 177;3;-0.000000, 0.000000, 8.153999;;, + 178;3;-0.000000, 0.000000, 8.153999;;, + 179;3;-0.000000, 0.000000, 8.153999;;, + 180;3;-0.000000, 0.000000, 8.153999;;, + 181;3;-0.000000, 0.000000, 8.153999;;, + 182;3;-0.000000, 0.000000, 8.153999;;, + 183;3;-0.000000, 0.000000, 8.153999;;, + 184;3;-0.000000, 0.000000, 8.153999;;, + 185;3;-0.000000, 0.000000, 8.153999;;, + 186;3;-0.000000, 0.000000, 8.153999;;, + 187;3;-0.000000, 0.000000, 8.153999;;, + 188;3;-0.000000, 0.000000, 8.153999;;, + 189;3;-0.000000, 0.000000, 8.153999;;, + 190;3;-0.000000, 0.000000, 8.153999;;, + 191;3;-0.000000, 0.000000, 8.153999;;, + 192;3;-0.000000, 0.000000, 8.153999;;, + 193;3;-0.000000, 0.000000, 8.153999;;, + 194;3;-0.000000, 0.000000, 8.153999;;, + 195;3;-0.000000, 0.000000, 8.153999;;, + 196;3;-0.000000, 0.000000, 8.153999;;, + 197;3;-0.000000, 0.000000, 8.153999;;, + 198;3;-0.000000, 0.000000, 8.153999;;, + 199;3;-0.000000, 0.000000, 8.153999;;, + 200;3;-0.000000, 0.000000, 8.153999;;, + 201;3;-0.000000, 0.000000, 8.153999;;, + 202;3;-0.000000, 0.000000, 8.153999;;, + 203;3;-0.000000, 0.000000, 8.153999;;, + 204;3;-0.000000, 0.000000, 8.153999;;, + 205;3;-0.000000, 0.000000, 8.153999;;, + 206;3;-0.000000, 0.000000, 8.153999;;, + 207;3;-0.000000, 0.000000, 8.153999;;, + 208;3;-0.000000, 0.000000, 8.153999;;, + 209;3;-0.000000, 0.000000, 8.153999;;, + 210;3;-0.000000, 0.000000, 8.153999;;, + 211;3;-0.000000, 0.000000, 8.153999;;, + 212;3;-0.000000, 0.000000, 8.153999;;, + 213;3;-0.000000, 0.000000, 8.153999;;, + 214;3;-0.000000, 0.000000, 8.153999;;, + 215;3;-0.000000, 0.000000, 8.153999;;, + 216;3;-0.000000, 0.000000, 8.153999;;, + 217;3;-0.000000, 0.000000, 8.153999;;, + 218;3;-0.000000, 0.000000, 8.153999;;; + } + } + Animation { + {wolfwoman_Root} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 1;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 2;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 3;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 4;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 5;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 6;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 7;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 8;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 9;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 10;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 11;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 12;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 13;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 14;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 15;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 16;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 17;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 18;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 19;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 20;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 21;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 22;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 23;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 24;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 25;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 26;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 27;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 28;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 29;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 30;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 31;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 32;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 33;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 34;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 35;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 36;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 37;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 38;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 39;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 40;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 41;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 42;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 43;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 44;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 45;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 46;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 47;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 48;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 49;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 50;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 51;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 52;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 53;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 54;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 55;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 56;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 57;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 58;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 59;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 60;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 61;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 62;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 63;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 64;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 65;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 66;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 67;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 68;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 69;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 70;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 71;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 72;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 73;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 74;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 75;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 76;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 77;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 78;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 79;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 80;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 81;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 82;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 83;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 84;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 85;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 86;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 87;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 88;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 89;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 90;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 91;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 92;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 93;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 94;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 95;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 96;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 97;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 98;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 99;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 100;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 101;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 102;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 103;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 104;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 105;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 106;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 107;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 108;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 109;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 110;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 111;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 112;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 113;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 114;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 115;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 116;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 117;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 118;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 119;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 120;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 121;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 122;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 123;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 124;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 125;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 126;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 127;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 128;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 129;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 130;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 131;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 132;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 133;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 134;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 135;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 136;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 137;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 138;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 139;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 140;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 141;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 142;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 143;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 144;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 145;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 146;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 147;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 148;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 149;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 150;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 151;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 152;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 153;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 154;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 155;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 156;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 157;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 158;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 159;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 160;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 161;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 162;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 163;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 164;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 165;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 166;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 167;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 168;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 169;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 170;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 171;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 172;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 173;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 174;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 175;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 176;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 177;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 178;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 179;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 180;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 181;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 182;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 183;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 184;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 185;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 186;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 187;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 188;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 189;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 190;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 191;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 192;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 193;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 194;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 195;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 196;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 197;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 198;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 199;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 200;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 201;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 202;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 203;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 204;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 205;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 206;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 207;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 208;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 209;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 210;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 211;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 212;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 213;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 214;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 215;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 216;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 217;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 218;4;-0.000000, 0.707107, 0.000000, 0.707107;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.093508,-0.815400;;, + 1;3; 0.000000, 0.093508,-0.815400;;, + 2;3; 0.000000, 0.093508,-0.815400;;, + 3;3; 0.000000, 0.093508,-0.815400;;, + 4;3; 0.000000, 0.093508,-0.815400;;, + 5;3; 0.000000, 0.093508,-0.815400;;, + 6;3; 0.000000, 0.093508,-0.815400;;, + 7;3; 0.000000, 0.093508,-0.815400;;, + 8;3; 0.000000, 0.093508,-0.815400;;, + 9;3; 0.000000, 0.093508,-0.815400;;, + 10;3; 0.000000, 0.093508,-0.815400;;, + 11;3; 0.000000, 0.093508,-0.815400;;, + 12;3; 0.000000, 0.093508,-0.815400;;, + 13;3; 0.000000, 0.093508,-0.815400;;, + 14;3; 0.000000, 0.093508,-0.815400;;, + 15;3; 0.000000, 0.093508,-0.815400;;, + 16;3; 0.000000, 0.093508,-0.815400;;, + 17;3; 0.000000, 0.093508,-0.815400;;, + 18;3; 0.000000, 0.093508,-0.815400;;, + 19;3; 0.000000, 0.093508,-0.815400;;, + 20;3; 0.000000, 0.093508,-0.815400;;, + 21;3; 0.000000, 0.093508,-0.815400;;, + 22;3; 0.000000, 0.093508,-0.815400;;, + 23;3; 0.000000, 0.093508,-0.815400;;, + 24;3; 0.000000, 0.093508,-0.815400;;, + 25;3; 0.000000, 0.093508,-0.815400;;, + 26;3; 0.000000, 0.093508,-0.815400;;, + 27;3; 0.000000, 0.093508,-0.815400;;, + 28;3; 0.000000, 0.093508,-0.815400;;, + 29;3; 0.000000, 0.093508,-0.815400;;, + 30;3; 0.000000, 0.093508,-0.815400;;, + 31;3; 0.000000, 0.093508,-0.815400;;, + 32;3; 0.000000, 0.093508,-0.815400;;, + 33;3; 0.000000, 0.093508,-0.815400;;, + 34;3; 0.000000, 0.093508,-0.815400;;, + 35;3; 0.000000, 0.093508,-0.815400;;, + 36;3; 0.000000, 0.093508,-0.815400;;, + 37;3; 0.000000, 0.093508,-0.815400;;, + 38;3; 0.000000, 0.093508,-0.815400;;, + 39;3; 0.000000, 0.093508,-0.815400;;, + 40;3; 0.000000, 0.093508,-0.815400;;, + 41;3; 0.000000, 0.093508,-0.815400;;, + 42;3; 0.000000, 0.093508,-0.815400;;, + 43;3; 0.000000, 0.093508,-0.815400;;, + 44;3; 0.000000, 0.093508,-0.815400;;, + 45;3; 0.000000, 0.093508,-0.815400;;, + 46;3; 0.000000, 0.093508,-0.815400;;, + 47;3; 0.000000, 0.093508,-0.815400;;, + 48;3; 0.000000, 0.093508,-0.815400;;, + 49;3; 0.000000, 0.093508,-0.815400;;, + 50;3; 0.000000, 0.093508,-0.815400;;, + 51;3; 0.000000, 0.093508,-0.815400;;, + 52;3; 0.000000, 0.093508,-0.815400;;, + 53;3; 0.000000, 0.093508,-0.815400;;, + 54;3; 0.000000, 0.093508,-0.815400;;, + 55;3; 0.000000, 0.093508,-0.815400;;, + 56;3; 0.000000, 0.093508,-0.815400;;, + 57;3; 0.000000, 0.093508,-0.815400;;, + 58;3; 0.000000, 0.093508,-0.815400;;, + 59;3; 0.000000, 0.093508,-0.815400;;, + 60;3; 0.000000, 0.093508,-0.815400;;, + 61;3; 0.000000, 0.093508,-0.815400;;, + 62;3; 0.000000, 0.093508,-0.815400;;, + 63;3; 0.000000, 0.093508,-0.815400;;, + 64;3; 0.000000, 0.093508,-0.815400;;, + 65;3; 0.000000, 0.093508,-0.815400;;, + 66;3; 0.000000, 0.093508,-0.815400;;, + 67;3; 0.000000, 0.093508,-0.815400;;, + 68;3; 0.000000, 0.093508,-0.815400;;, + 69;3; 0.000000, 0.093508,-0.815400;;, + 70;3; 0.000000, 0.093508,-0.815400;;, + 71;3; 0.000000, 0.093508,-0.815400;;, + 72;3; 0.000000, 0.093508,-0.815400;;, + 73;3; 0.000000, 0.093508,-0.815400;;, + 74;3; 0.000000, 0.093508,-0.815400;;, + 75;3; 0.000000, 0.093508,-0.815400;;, + 76;3; 0.000000, 0.093508,-0.815400;;, + 77;3; 0.000000, 0.093508,-0.815400;;, + 78;3; 0.000000, 0.093508,-0.815400;;, + 79;3; 0.000000, 0.093508,-0.815400;;, + 80;3; 0.000000, 0.093508,-0.815400;;, + 81;3; 0.000000, 0.093508,-0.815400;;, + 82;3; 0.000000, 0.093508,-0.815400;;, + 83;3; 0.000000, 0.093508,-0.815400;;, + 84;3; 0.000000, 0.093508,-0.815400;;, + 85;3; 0.000000, 0.093508,-0.815400;;, + 86;3; 0.000000, 0.093508,-0.815400;;, + 87;3; 0.000000, 0.093508,-0.815400;;, + 88;3; 0.000000, 0.093508,-0.815400;;, + 89;3; 0.000000, 0.093508,-0.815400;;, + 90;3; 0.000000, 0.093508,-0.815400;;, + 91;3; 0.000000, 0.093508,-0.815400;;, + 92;3; 0.000000, 0.093508,-0.815400;;, + 93;3; 0.000000, 0.093508,-0.815400;;, + 94;3; 0.000000, 0.093508,-0.815400;;, + 95;3; 0.000000, 0.093508,-0.815400;;, + 96;3; 0.000000, 0.093508,-0.815400;;, + 97;3; 0.000000, 0.093508,-0.815400;;, + 98;3; 0.000000, 0.093508,-0.815400;;, + 99;3; 0.000000, 0.093508,-0.815400;;, + 100;3; 0.000000, 0.093508,-0.815400;;, + 101;3; 0.000000, 0.093508,-0.815400;;, + 102;3; 0.000000, 0.093508,-0.815400;;, + 103;3; 0.000000, 0.093508,-0.815400;;, + 104;3; 0.000000, 0.093508,-0.815400;;, + 105;3; 0.000000, 0.093508,-0.815400;;, + 106;3; 0.000000, 0.093508,-0.815400;;, + 107;3; 0.000000, 0.093508,-0.815400;;, + 108;3; 0.000000, 0.093508,-0.815400;;, + 109;3; 0.000000, 0.093508,-0.815400;;, + 110;3; 0.000000, 0.093508,-0.815400;;, + 111;3; 0.000000, 0.093508,-0.815400;;, + 112;3; 0.000000, 0.093508,-0.815400;;, + 113;3; 0.000000, 0.093508,-0.815400;;, + 114;3; 0.000000, 0.093508,-0.815400;;, + 115;3; 0.000000, 0.093508,-0.815400;;, + 116;3; 0.000000, 0.093508,-0.815400;;, + 117;3; 0.000000, 0.093508,-0.815400;;, + 118;3; 0.000000, 0.093508,-0.815400;;, + 119;3; 0.000000, 0.093508,-0.815400;;, + 120;3; 0.000000, 0.093508,-0.815400;;, + 121;3; 0.000000, 0.093508,-0.815400;;, + 122;3; 0.000000, 0.093508,-0.815400;;, + 123;3; 0.000000, 0.093508,-0.815400;;, + 124;3; 0.000000, 0.093508,-0.815400;;, + 125;3; 0.000000, 0.093508,-0.815400;;, + 126;3; 0.000000, 0.093508,-0.815400;;, + 127;3; 0.000000, 0.093508,-0.815400;;, + 128;3; 0.000000, 0.093508,-0.815400;;, + 129;3; 0.000000, 0.093508,-0.815400;;, + 130;3; 0.000000, 0.093508,-0.815400;;, + 131;3; 0.000000, 0.093508,-0.815400;;, + 132;3; 0.000000, 0.093508,-0.815400;;, + 133;3; 0.000000, 0.093508,-0.815400;;, + 134;3; 0.000000, 0.093508,-0.815400;;, + 135;3; 0.000000, 0.093508,-0.815400;;, + 136;3; 0.000000, 0.093508,-0.815400;;, + 137;3; 0.000000, 0.093508,-0.815400;;, + 138;3; 0.000000, 0.093508,-0.815400;;, + 139;3; 0.000000, 0.093508,-0.815400;;, + 140;3; 0.000000, 0.093508,-0.815400;;, + 141;3; 0.000000, 0.093508,-0.815400;;, + 142;3; 0.000000, 0.093508,-0.815400;;, + 143;3; 0.000000, 0.093508,-0.815400;;, + 144;3; 0.000000, 0.093508,-0.815400;;, + 145;3; 0.000000, 0.093508,-0.815400;;, + 146;3; 0.000000, 0.093508,-0.815400;;, + 147;3; 0.000000, 0.093508,-0.815400;;, + 148;3; 0.000000, 0.093508,-0.815400;;, + 149;3; 0.000000, 0.093508,-0.815400;;, + 150;3; 0.000000, 0.093508,-0.815400;;, + 151;3; 0.000000, 0.093508,-0.815400;;, + 152;3; 0.000000, 0.093508,-0.815400;;, + 153;3; 0.000000, 0.093508,-0.815400;;, + 154;3; 0.000000, 0.093508,-0.815400;;, + 155;3; 0.000000, 0.093508,-0.815400;;, + 156;3; 0.000000, 0.093508,-0.815400;;, + 157;3; 0.000000, 0.093508,-0.815400;;, + 158;3; 0.000000, 0.093508,-0.815400;;, + 159;3; 0.000000, 0.093508,-0.815400;;, + 160;3; 0.000000, 0.093508,-0.815400;;, + 161;3; 0.000000, 0.093508,-0.815400;;, + 162;3; 0.000000, 0.093508,-0.815400;;, + 163;3; 0.000000, 0.093508,-0.815400;;, + 164;3; 0.000000, 0.093508,-0.815400;;, + 165;3; 0.000000, 0.093508,-0.815400;;, + 166;3; 0.000000, 0.093508,-0.815400;;, + 167;3; 0.000000, 0.093508,-0.815400;;, + 168;3; 0.000000, 0.093508,-0.815400;;, + 169;3; 0.000000, 0.093508,-0.815400;;, + 170;3; 0.000000, 0.093508,-0.815400;;, + 171;3; 0.000000, 0.093508,-0.815400;;, + 172;3; 0.000000, 0.093508,-0.815400;;, + 173;3; 0.000000, 0.093508,-0.815400;;, + 174;3; 0.000000, 0.093508,-0.815400;;, + 175;3; 0.000000, 0.093508,-0.815400;;, + 176;3; 0.000000, 0.093508,-0.815400;;, + 177;3; 0.000000, 0.093508,-0.815400;;, + 178;3; 0.000000, 0.093508,-0.815400;;, + 179;3; 0.000000, 0.093508,-0.815400;;, + 180;3; 0.000000, 0.093508,-0.815400;;, + 181;3; 0.000000, 0.093508,-0.815400;;, + 182;3; 0.000000, 0.093508,-0.815400;;, + 183;3; 0.000000, 0.093508,-0.815400;;, + 184;3; 0.000000, 0.093508,-0.815400;;, + 185;3; 0.000000, 0.093508,-0.815400;;, + 186;3; 0.000000, 0.093508,-0.815400;;, + 187;3; 0.000000, 0.093508,-0.815400;;, + 188;3; 0.000000, 0.093508,-0.815400;;, + 189;3; 0.000000, 0.093508,-0.815400;;, + 190;3; 0.000000, 0.093508,-0.815400;;, + 191;3; 0.000000, 0.093508,-0.815400;;, + 192;3; 0.000000, 0.093508,-0.815400;;, + 193;3; 0.000000, 0.093508,-0.815400;;, + 194;3; 0.000000, 0.093508,-0.815400;;, + 195;3; 0.000000, 0.093508,-0.815400;;, + 196;3; 0.000000, 0.093508,-0.815400;;, + 197;3; 0.000000, 0.093508,-0.815400;;, + 198;3; 0.000000, 0.093508,-0.815400;;, + 199;3; 0.000000, 0.093508,-0.815400;;, + 200;3; 0.000000, 0.093508,-0.815400;;, + 201;3; 0.000000, 0.093508,-0.815400;;, + 202;3; 0.000000, 0.093508,-0.815400;;, + 203;3; 0.000000, 0.093508,-0.815400;;, + 204;3; 0.000000, 0.093508,-0.815400;;, + 205;3; 0.000000, 0.093508,-0.815400;;, + 206;3; 0.000000, 0.093508,-0.815400;;, + 207;3; 0.000000, 0.093508,-0.815400;;, + 208;3; 0.000000, 0.093508,-0.815400;;, + 209;3; 0.000000, 0.093508,-0.815400;;, + 210;3; 0.000000, 0.093508,-0.815400;;, + 211;3; 0.000000, 0.093508,-0.815400;;, + 212;3; 0.000000, 0.093508,-0.815400;;, + 213;3; 0.000000, 0.093508,-0.815400;;, + 214;3; 0.000000, 0.093508,-0.815400;;, + 215;3; 0.000000, 0.093508,-0.815400;;, + 216;3; 0.000000, 0.093508,-0.815400;;, + 217;3; 0.000000, 0.093508,-0.815400;;, + 218;3; 0.000000, 0.093508,-0.815400;;; + } + } + Animation { + {wolfwoman_pelvis} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 1;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 2;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 3;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 4;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 5;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 6;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 7;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 8;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 9;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 10;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 11;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 12;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 13;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 14;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 15;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 16;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 17;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 18;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 19;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 20;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 21;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 22;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 23;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 24;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 25;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 26;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 27;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 28;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 29;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 30;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 31;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 32;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 33;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 34;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 35;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 36;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 37;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 38;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 39;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 40;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 41;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 42;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 43;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 44;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 45;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 46;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 47;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 48;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 49;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 50;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 51;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 52;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 53;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 54;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 55;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 56;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 57;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 58;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 59;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 60;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 61;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 62;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 63;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 64;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 65;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 66;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 67;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 68;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 69;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 70;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 71;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 72;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 73;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 74;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 75;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 76;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 77;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 78;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 79;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 80;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 81;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 82;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 83;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 84;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 85;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 86;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 87;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 88;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 89;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 90;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 91;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 92;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 93;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 94;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 95;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 96;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 97;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 98;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 99;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 100;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 101;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 102;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 103;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 104;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 105;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 106;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 107;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 108;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 109;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 110;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 111;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 112;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 113;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 114;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 115;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 116;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 117;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 118;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 119;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 120;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 121;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 122;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 123;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 124;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 125;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 126;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 127;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 128;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 129;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 130;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 131;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 132;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 133;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 134;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 135;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 136;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 137;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 138;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 139;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 140;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 141;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 142;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 143;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 144;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 145;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 146;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 147;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 148;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 149;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 150;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 151;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 152;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 153;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 154;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 155;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 156;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 157;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 158;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 159;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 160;4;-0.592885,-0.385341,-0.592885,-0.385341;;, + 161;4;-0.694064,-0.135184,-0.694064,-0.135184;;, + 162;4;-0.694064,-0.135184,-0.694064,-0.135184;;, + 163;4;-0.694064,-0.135184,-0.694064,-0.135184;;, + 164;4;-0.694064,-0.135184,-0.694064,-0.135184;;, + 165;4;-0.694064,-0.135184,-0.694064,-0.135184;;, + 166;4;-0.592885,-0.385341,-0.592885,-0.385341;;, + 167;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 168;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 169;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 170;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 171;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 172;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 173;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 174;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 175;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 176;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 177;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 178;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 179;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 180;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 181;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 182;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 183;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 184;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 185;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 186;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 187;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 188;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 189;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 190;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 191;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 192;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 193;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 194;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 195;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 196;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 197;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 198;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 199;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 200;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 201;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 202;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 203;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 204;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 205;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 206;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 207;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 208;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 209;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 210;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 211;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 212;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 213;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 214;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 215;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 216;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 217;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 218;4;-0.405362,-0.579381,-0.405362,-0.579381;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.923640, 0.029630,-0.000000;;, + 1;3; 0.923640, 0.029630,-0.000000;;, + 2;3; 0.923640, 0.029630,-0.000000;;, + 3;3; 0.923640, 0.029630,-0.000000;;, + 4;3; 0.923640, 0.029630,-0.000000;;, + 5;3; 0.923640, 0.029630,-0.000000;;, + 6;3; 0.923640, 0.029630,-0.000000;;, + 7;3; 0.923640, 0.029630,-0.000000;;, + 8;3; 0.923640, 0.029630,-0.000000;;, + 9;3; 0.923640, 0.029630,-0.000000;;, + 10;3; 0.923640, 0.029630,-0.000000;;, + 11;3; 0.923640, 0.029630,-0.000000;;, + 12;3; 0.923640, 0.029630,-0.000000;;, + 13;3; 0.923640, 0.029630,-0.000000;;, + 14;3; 0.923640, 0.029630,-0.000000;;, + 15;3; 0.923640, 0.029630,-0.000000;;, + 16;3; 0.923640, 0.029630,-0.000000;;, + 17;3; 0.923640, 0.029630,-0.000000;;, + 18;3; 0.923640, 0.029630,-0.000000;;, + 19;3; 0.923640, 0.029630,-0.000000;;, + 20;3; 0.923640, 0.029630,-0.000000;;, + 21;3; 0.923640, 0.029630,-0.000000;;, + 22;3; 0.923640, 0.029630,-0.000000;;, + 23;3; 0.923640, 0.029630,-0.000000;;, + 24;3; 0.923640, 0.029630,-0.000000;;, + 25;3; 0.923640, 0.029630,-0.000000;;, + 26;3; 0.923640, 0.029630,-0.000000;;, + 27;3; 0.923640, 0.029630,-0.000000;;, + 28;3; 0.923640, 0.029630,-0.000000;;, + 29;3; 0.923640, 0.029630,-0.000000;;, + 30;3; 0.923640, 0.029630,-0.000000;;, + 31;3; 0.923640, 0.029630,-0.000000;;, + 32;3; 0.923640, 0.029630,-0.000000;;, + 33;3; 0.923640, 0.029630,-0.000000;;, + 34;3; 0.923640, 0.029630,-0.000000;;, + 35;3; 0.923640, 0.029630,-0.000000;;, + 36;3; 0.923640, 0.029630,-0.000000;;, + 37;3; 0.923640, 0.029630,-0.000000;;, + 38;3; 0.923640, 0.029630,-0.000000;;, + 39;3; 0.923640, 0.029630,-0.000000;;, + 40;3; 0.923640, 0.029630,-0.000000;;, + 41;3; 0.923640, 0.029630,-0.000000;;, + 42;3; 0.923640, 0.029630,-0.000000;;, + 43;3; 0.923640, 0.029630,-0.000000;;, + 44;3; 0.923640, 0.029630,-0.000000;;, + 45;3; 0.923640, 0.029630,-0.000000;;, + 46;3; 0.923640, 0.029630,-0.000000;;, + 47;3; 0.923640, 0.029630,-0.000000;;, + 48;3; 0.923640, 0.029630,-0.000000;;, + 49;3; 0.923640, 0.029630,-0.000000;;, + 50;3; 0.923640, 0.029630,-0.000000;;, + 51;3; 0.923640, 0.029630,-0.000000;;, + 52;3; 0.923640, 0.029630,-0.000000;;, + 53;3; 0.923640, 0.029630,-0.000000;;, + 54;3; 0.923640, 0.029630,-0.000000;;, + 55;3; 0.923640, 0.029630,-0.000000;;, + 56;3; 0.923640, 0.029630,-0.000000;;, + 57;3; 0.923640, 0.029630,-0.000000;;, + 58;3; 0.923640, 0.029630,-0.000000;;, + 59;3; 0.923640, 0.029630,-0.000000;;, + 60;3; 0.923640, 0.029630,-0.000000;;, + 61;3; 0.923640, 0.029630,-0.000000;;, + 62;3; 0.923640, 0.029630,-0.000000;;, + 63;3; 0.923640, 0.029630,-0.000000;;, + 64;3; 0.923640, 0.029630,-0.000000;;, + 65;3; 0.923640, 0.029630,-0.000000;;, + 66;3; 0.923640, 0.029630,-0.000000;;, + 67;3; 0.923640, 0.029630,-0.000000;;, + 68;3; 0.923640, 0.029630,-0.000000;;, + 69;3; 0.923640, 0.029630,-0.000000;;, + 70;3; 0.923640, 0.029630,-0.000000;;, + 71;3; 0.923640, 0.029630,-0.000000;;, + 72;3; 0.923640, 0.029630,-0.000000;;, + 73;3; 0.923640, 0.029630,-0.000000;;, + 74;3; 0.923640, 0.029630,-0.000000;;, + 75;3; 0.923640, 0.029630,-0.000000;;, + 76;3; 0.923640, 0.029630,-0.000000;;, + 77;3; 0.923640, 0.029630,-0.000000;;, + 78;3; 0.923640, 0.029630,-0.000000;;, + 79;3; 0.488640, 0.029630,-0.000000;;, + 80;3; 0.053640, 0.029630,-0.000000;;, + 81;3; 0.053640, 0.029630,-0.000000;;, + 82;3; 0.053640, 0.029630,-0.000000;;, + 83;3; 0.053640, 0.029630,-0.000000;;, + 84;3; 0.053640, 0.029630,-0.000000;;, + 85;3; 0.053640, 0.029630,-0.000000;;, + 86;3; 0.053640, 0.029630,-0.000000;;, + 87;3; 0.053640, 0.029630,-0.000000;;, + 88;3; 0.053640, 0.029630,-0.000000;;, + 89;3; 0.053640, 0.029630,-0.000000;;, + 90;3; 0.053640, 0.029630,-0.000000;;, + 91;3; 0.053640, 0.029630,-0.000000;;, + 92;3; 0.053640, 0.029630,-0.000000;;, + 93;3; 0.053640, 0.029630,-0.000000;;, + 94;3; 0.053640, 0.029630,-0.000000;;, + 95;3; 0.053640, 0.029630,-0.000000;;, + 96;3; 0.053640, 0.029630,-0.000000;;, + 97;3; 0.053640, 0.029630,-0.000000;;, + 98;3; 0.053640, 0.029630,-0.000000;;, + 99;3; 0.053640, 0.029630,-0.000000;;, + 100;3; 0.053640, 0.029630,-0.000000;;, + 101;3; 0.053640, 0.029630,-0.000000;;, + 102;3; 0.053640, 0.029630,-0.000000;;, + 103;3; 0.053640, 0.029630,-0.000000;;, + 104;3; 0.053640, 0.029630,-0.000000;;, + 105;3; 0.053640, 0.029630,-0.000000;;, + 106;3; 0.053640, 0.029630,-0.000000;;, + 107;3; 0.053640, 0.029630,-0.000000;;, + 108;3; 0.053640, 0.029630,-0.000000;;, + 109;3; 0.053640, 0.029630,-0.000000;;, + 110;3; 0.053640, 0.029630,-0.000000;;, + 111;3; 0.053640, 0.029630,-0.000000;;, + 112;3; 0.053640, 0.029630,-0.000000;;, + 113;3; 0.053640, 0.029630,-0.000000;;, + 114;3; 0.053640, 0.029630,-0.000000;;, + 115;3; 0.053640, 0.029630,-0.000000;;, + 116;3; 0.053640, 0.029630,-0.000000;;, + 117;3; 0.053640, 0.029630,-0.000000;;, + 118;3; 0.053640, 0.029630,-0.000000;;, + 119;3; 0.053640, 0.029630,-0.000000;;, + 120;3; 0.053640, 0.029630,-0.000000;;, + 121;3; 0.053640, 0.029630,-0.000000;;, + 122;3; 0.053640, 0.029630,-0.000000;;, + 123;3; 0.053640, 0.029630,-0.000000;;, + 124;3; 0.053640, 0.029630,-0.000000;;, + 125;3; 0.053640, 0.029630,-0.000000;;, + 126;3; 0.053640, 0.029630,-0.000000;;, + 127;3; 0.053640, 0.029630,-0.000000;;, + 128;3; 0.053640, 0.029630,-0.000000;;, + 129;3; 0.053640, 0.029630,-0.000000;;, + 130;3; 0.053640, 0.029630,-0.000000;;, + 131;3; 0.053640, 0.029630,-0.000000;;, + 132;3; 0.053640, 0.029630,-0.000000;;, + 133;3; 0.053640, 0.029630,-0.000000;;, + 134;3; 0.053640, 0.029630,-0.000000;;, + 135;3; 0.053640, 0.029630,-0.000000;;, + 136;3; 0.053640, 0.029630,-0.000000;;, + 137;3; 0.053640, 0.029630,-0.000000;;, + 138;3; 0.053640, 0.029630,-0.000000;;, + 139;3; 0.053640, 0.029630,-0.000000;;, + 140;3; 0.053640, 0.029630,-0.000000;;, + 141;3; 0.053640, 0.029630,-0.000000;;, + 142;3; 0.053640, 0.029630,-0.000000;;, + 143;3; 0.053640, 0.029630,-0.000000;;, + 144;3; 0.053640, 0.029630,-0.000000;;, + 145;3; 0.053640, 0.029630,-0.000000;;, + 146;3; 0.053640, 0.029630,-0.000000;;, + 147;3; 0.053640, 0.029630,-0.000000;;, + 148;3; 0.053640, 0.029630,-0.000000;;, + 149;3; 0.053640, 0.029630,-0.000000;;, + 150;3; 0.053640, 0.029630,-0.000000;;, + 151;3; 0.053640, 0.029630,-0.000000;;, + 152;3; 0.053640, 0.029630,-0.000000;;, + 153;3; 0.053640, 0.029630,-0.000000;;, + 154;3; 0.053640, 0.029630,-0.000000;;, + 155;3; 0.053640, 0.029630,-0.000000;;, + 156;3; 0.053640, 0.029630,-0.000000;;, + 157;3; 0.053640, 0.029630,-0.000000;;, + 158;3; 0.053640, 0.029630,-0.000000;;, + 159;3; 0.053640, 0.029630,-0.000000;;, + 160;3; 0.088640, 0.029630,-0.000000;;, + 161;3; 0.123640, 0.029630,-0.000000;;, + 162;3; 0.123640, 0.029630,-0.000000;;, + 163;3; 0.123640, 0.029630,-0.000000;;, + 164;3; 0.123640, 0.029630,-0.000000;;, + 165;3; 0.123640, 0.029630,-0.000000;;, + 166;3; 0.523640, 0.029630,-0.000000;;, + 167;3; 0.923640, 0.029630,-0.000000;;, + 168;3; 0.923640, 0.029630,-0.000000;;, + 169;3; 0.923640, 0.029630,-0.000000;;, + 170;3; 0.923640, 0.029630,-0.000000;;, + 171;3; 0.923640, 0.029630,-0.000000;;, + 172;3; 0.923640, 0.029630,-0.000000;;, + 173;3; 0.923640, 0.029630,-0.000000;;, + 174;3; 0.923640, 0.029630,-0.000000;;, + 175;3; 0.923640, 0.029630,-0.000000;;, + 176;3; 0.923640, 0.029630,-0.000000;;, + 177;3; 0.923640, 0.029630,-0.000000;;, + 178;3; 0.923640, 0.029630,-0.000000;;, + 179;3; 0.923640, 0.029630,-0.000000;;, + 180;3; 0.923640, 0.029630,-0.000000;;, + 181;3; 0.923640, 0.029630,-0.000000;;, + 182;3; 0.923640, 0.029630,-0.000000;;, + 183;3; 0.923640, 0.029630,-0.000000;;, + 184;3; 0.923640, 0.029630,-0.000000;;, + 185;3; 0.923640, 0.029630,-0.000000;;, + 186;3; 0.923640, 0.029630,-0.000000;;, + 187;3; 0.923640, 0.029630,-0.000000;;, + 188;3; 0.923640, 0.029630,-0.000000;;, + 189;3; 0.923640, 0.029630,-0.000000;;, + 190;3; 0.923640, 0.029630,-0.000000;;, + 191;3; 0.923640, 0.029630,-0.000000;;, + 192;3; 0.923640, 0.029630,-0.000000;;, + 193;3; 0.923640, 0.029630,-0.000000;;, + 194;3; 0.923640, 0.029630,-0.000000;;, + 195;3; 0.923640, 0.029630,-0.000000;;, + 196;3; 0.923640, 0.029630,-0.000000;;, + 197;3; 0.923640, 0.029630,-0.000000;;, + 198;3; 0.923640, 0.029630,-0.000000;;, + 199;3; 0.923640, 0.029630,-0.000000;;, + 200;3; 0.923640, 0.029630,-0.000000;;, + 201;3; 0.923640, 0.029630,-0.000000;;, + 202;3; 0.923640, 0.029630,-0.000000;;, + 203;3; 0.923640, 0.029630,-0.000000;;, + 204;3; 0.923640, 0.029630,-0.000000;;, + 205;3; 0.923640, 0.029630,-0.000000;;, + 206;3; 0.923640, 0.029630,-0.000000;;, + 207;3; 0.923640, 0.029630,-0.000000;;, + 208;3; 0.923640, 0.029630,-0.000000;;, + 209;3; 0.923640, 0.029630,-0.000000;;, + 210;3; 0.923640, 0.029630,-0.000000;;, + 211;3; 0.923640, 0.029630,-0.000000;;, + 212;3; 0.923640, 0.029630,-0.000000;;, + 213;3; 0.923640, 0.029630,-0.000000;;, + 214;3; 0.923640, 0.029630,-0.000000;;, + 215;3; 0.923640, 0.029630,-0.000000;;, + 216;3; 0.923640, 0.029630,-0.000000;;, + 217;3; 0.923640, 0.029630,-0.000000;;, + 218;3; 0.923640, 0.029630,-0.000000;;; + } + } + Animation { + {wolfwoman_spine_01} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 1;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 2;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 3;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 4;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 5;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 6;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 7;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 8;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 9;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 10;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 11;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 12;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 13;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 14;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 15;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 16;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 17;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 18;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 19;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 20;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 21;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 22;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 23;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 24;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 25;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 26;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 27;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 28;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 29;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 30;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 31;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 32;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 33;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 34;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 35;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 36;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 37;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 38;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 39;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 40;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 41;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 42;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 43;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 44;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 45;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 46;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 47;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 48;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 49;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 50;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 51;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 52;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 53;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 54;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 55;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 56;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 57;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 58;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 59;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 60;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 61;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 62;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 63;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 64;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 65;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 66;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 67;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 68;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 69;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 70;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 71;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 72;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 73;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 74;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 75;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 76;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 77;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 78;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 79;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 80;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 81;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 82;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 83;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 84;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 85;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 86;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 87;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 88;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 89;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 90;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 91;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 92;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 93;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 94;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 95;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 96;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 97;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 98;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 99;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 100;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 101;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 102;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 103;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 104;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 105;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 106;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 107;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 108;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 109;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 110;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 111;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 112;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 113;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 114;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 115;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 116;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 117;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 118;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 119;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 120;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 121;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 122;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 123;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 124;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 125;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 126;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 127;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 128;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 129;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 130;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 131;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 132;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 133;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 134;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 135;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 136;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 137;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 138;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 139;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 140;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 141;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 142;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 143;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 144;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 145;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 146;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 147;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 148;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 149;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 150;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 151;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 152;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 153;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 154;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 155;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 156;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 157;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 158;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 159;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 160;4;-0.971639, 0.236472,-0.000000, 0.000000;;, + 161;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 162;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 163;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 164;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 165;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 166;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 167;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 168;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 169;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 170;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 171;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 172;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 173;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 174;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 175;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 176;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 177;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 178;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 179;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 180;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 181;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 182;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 183;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 184;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 185;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 186;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 187;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 188;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 189;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 190;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 191;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 192;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 193;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 194;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 195;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 196;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 197;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 198;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 199;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 200;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 201;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 202;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 203;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 204;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 205;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 206;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 207;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 208;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 209;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 210;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 211;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 212;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 213;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 214;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 215;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 216;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 217;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 218;4;-0.971638, 0.236472,-0.000000, 0.000000;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.093052,-0.000000;;, + 1;3; 0.000000, 0.093052,-0.000000;;, + 2;3; 0.000000, 0.093052,-0.000000;;, + 3;3; 0.000000, 0.093052,-0.000000;;, + 4;3; 0.000000, 0.093052,-0.000000;;, + 5;3; 0.000000, 0.093052,-0.000000;;, + 6;3; 0.000000, 0.093052,-0.000000;;, + 7;3; 0.000000, 0.093052,-0.000000;;, + 8;3; 0.000000, 0.093052,-0.000000;;, + 9;3; 0.000000, 0.093052,-0.000000;;, + 10;3; 0.000000, 0.093052,-0.000000;;, + 11;3; 0.000000, 0.093052,-0.000000;;, + 12;3; 0.000000, 0.093052,-0.000000;;, + 13;3; 0.000000, 0.093052,-0.000000;;, + 14;3; 0.000000, 0.093052,-0.000000;;, + 15;3; 0.000000, 0.093052,-0.000000;;, + 16;3; 0.000000, 0.093052,-0.000000;;, + 17;3; 0.000000, 0.093052,-0.000000;;, + 18;3; 0.000000, 0.093052,-0.000000;;, + 19;3; 0.000000, 0.093052,-0.000000;;, + 20;3; 0.000000, 0.093052,-0.000000;;, + 21;3; 0.000000, 0.093052,-0.000000;;, + 22;3; 0.000000, 0.093052,-0.000000;;, + 23;3; 0.000000, 0.093052,-0.000000;;, + 24;3; 0.000000, 0.093052,-0.000000;;, + 25;3; 0.000000, 0.093052,-0.000000;;, + 26;3; 0.000000, 0.093052,-0.000000;;, + 27;3; 0.000000, 0.093052,-0.000000;;, + 28;3; 0.000000, 0.093052,-0.000000;;, + 29;3; 0.000000, 0.093052,-0.000000;;, + 30;3; 0.000000, 0.093052,-0.000000;;, + 31;3; 0.000000, 0.093052,-0.000000;;, + 32;3; 0.000000, 0.093052,-0.000000;;, + 33;3; 0.000000, 0.093052,-0.000000;;, + 34;3; 0.000000, 0.093052,-0.000000;;, + 35;3; 0.000000, 0.093052,-0.000000;;, + 36;3; 0.000000, 0.093052,-0.000000;;, + 37;3; 0.000000, 0.093052,-0.000000;;, + 38;3; 0.000000, 0.093052,-0.000000;;, + 39;3; 0.000000, 0.093052,-0.000000;;, + 40;3; 0.000000, 0.093052,-0.000000;;, + 41;3; 0.000000, 0.093052,-0.000000;;, + 42;3; 0.000000, 0.093052,-0.000000;;, + 43;3; 0.000000, 0.093052,-0.000000;;, + 44;3; 0.000000, 0.093052,-0.000000;;, + 45;3; 0.000000, 0.093052,-0.000000;;, + 46;3; 0.000000, 0.093052,-0.000000;;, + 47;3; 0.000000, 0.093052,-0.000000;;, + 48;3; 0.000000, 0.093052,-0.000000;;, + 49;3; 0.000000, 0.093052,-0.000000;;, + 50;3; 0.000000, 0.093052,-0.000000;;, + 51;3; 0.000000, 0.093052,-0.000000;;, + 52;3; 0.000000, 0.093052,-0.000000;;, + 53;3; 0.000000, 0.093052,-0.000000;;, + 54;3; 0.000000, 0.093052,-0.000000;;, + 55;3; 0.000000, 0.093052,-0.000000;;, + 56;3; 0.000000, 0.093052,-0.000000;;, + 57;3; 0.000000, 0.093052,-0.000000;;, + 58;3; 0.000000, 0.093052,-0.000000;;, + 59;3; 0.000000, 0.093052,-0.000000;;, + 60;3; 0.000000, 0.093052,-0.000000;;, + 61;3; 0.000000, 0.093052,-0.000000;;, + 62;3; 0.000000, 0.093052,-0.000000;;, + 63;3; 0.000000, 0.093052,-0.000000;;, + 64;3; 0.000000, 0.093052,-0.000000;;, + 65;3; 0.000000, 0.093052,-0.000000;;, + 66;3; 0.000000, 0.093052,-0.000000;;, + 67;3; 0.000000, 0.093052,-0.000000;;, + 68;3; 0.000000, 0.093052,-0.000000;;, + 69;3; 0.000000, 0.093052,-0.000000;;, + 70;3; 0.000000, 0.093052,-0.000000;;, + 71;3; 0.000000, 0.093052,-0.000000;;, + 72;3; 0.000000, 0.093052,-0.000000;;, + 73;3; 0.000000, 0.093052,-0.000000;;, + 74;3; 0.000000, 0.093052,-0.000000;;, + 75;3; 0.000000, 0.093052,-0.000000;;, + 76;3; 0.000000, 0.093052,-0.000000;;, + 77;3; 0.000000, 0.093052,-0.000000;;, + 78;3; 0.000000, 0.093052,-0.000000;;, + 79;3; 0.000000, 0.093052,-0.000000;;, + 80;3; 0.000000, 0.093052,-0.000000;;, + 81;3; 0.000000, 0.093052,-0.000000;;, + 82;3; 0.000000, 0.093052,-0.000000;;, + 83;3; 0.000000, 0.093052,-0.000000;;, + 84;3; 0.000000, 0.093052,-0.000000;;, + 85;3; 0.000000, 0.093052,-0.000000;;, + 86;3; 0.000000, 0.093052,-0.000000;;, + 87;3; 0.000000, 0.093052,-0.000000;;, + 88;3; 0.000000, 0.093052,-0.000000;;, + 89;3; 0.000000, 0.093052,-0.000000;;, + 90;3; 0.000000, 0.093052,-0.000000;;, + 91;3; 0.000000, 0.093052,-0.000000;;, + 92;3; 0.000000, 0.093052,-0.000000;;, + 93;3; 0.000000, 0.093052,-0.000000;;, + 94;3; 0.000000, 0.093052,-0.000000;;, + 95;3; 0.000000, 0.093052,-0.000000;;, + 96;3; 0.000000, 0.093052,-0.000000;;, + 97;3; 0.000000, 0.093052,-0.000000;;, + 98;3; 0.000000, 0.093052,-0.000000;;, + 99;3; 0.000000, 0.093052,-0.000000;;, + 100;3; 0.000000, 0.093052,-0.000000;;, + 101;3; 0.000000, 0.093052,-0.000000;;, + 102;3; 0.000000, 0.093052,-0.000000;;, + 103;3; 0.000000, 0.093052,-0.000000;;, + 104;3; 0.000000, 0.093052,-0.000000;;, + 105;3; 0.000000, 0.093052,-0.000000;;, + 106;3; 0.000000, 0.093052,-0.000000;;, + 107;3; 0.000000, 0.093052,-0.000000;;, + 108;3; 0.000000, 0.093052,-0.000000;;, + 109;3; 0.000000, 0.093052,-0.000000;;, + 110;3; 0.000000, 0.093052,-0.000000;;, + 111;3; 0.000000, 0.093052,-0.000000;;, + 112;3; 0.000000, 0.093052,-0.000000;;, + 113;3; 0.000000, 0.093052,-0.000000;;, + 114;3; 0.000000, 0.093052,-0.000000;;, + 115;3; 0.000000, 0.093052,-0.000000;;, + 116;3; 0.000000, 0.093052,-0.000000;;, + 117;3; 0.000000, 0.093052,-0.000000;;, + 118;3; 0.000000, 0.093052,-0.000000;;, + 119;3; 0.000000, 0.093052,-0.000000;;, + 120;3; 0.000000, 0.093052,-0.000000;;, + 121;3; 0.000000, 0.093052,-0.000000;;, + 122;3; 0.000000, 0.093052,-0.000000;;, + 123;3; 0.000000, 0.093052,-0.000000;;, + 124;3; 0.000000, 0.093052,-0.000000;;, + 125;3; 0.000000, 0.093052,-0.000000;;, + 126;3; 0.000000, 0.093052,-0.000000;;, + 127;3; 0.000000, 0.093052,-0.000000;;, + 128;3; 0.000000, 0.093052,-0.000000;;, + 129;3; 0.000000, 0.093052,-0.000000;;, + 130;3; 0.000000, 0.093052,-0.000000;;, + 131;3; 0.000000, 0.093052,-0.000000;;, + 132;3; 0.000000, 0.093052,-0.000000;;, + 133;3; 0.000000, 0.093052,-0.000000;;, + 134;3; 0.000000, 0.093052,-0.000000;;, + 135;3; 0.000000, 0.093052,-0.000000;;, + 136;3; 0.000000, 0.093052,-0.000000;;, + 137;3; 0.000000, 0.093052,-0.000000;;, + 138;3; 0.000000, 0.093052,-0.000000;;, + 139;3; 0.000000, 0.093052,-0.000000;;, + 140;3; 0.000000, 0.093052,-0.000000;;, + 141;3; 0.000000, 0.093052,-0.000000;;, + 142;3; 0.000000, 0.093052,-0.000000;;, + 143;3; 0.000000, 0.093052,-0.000000;;, + 144;3; 0.000000, 0.093052,-0.000000;;, + 145;3; 0.000000, 0.093052,-0.000000;;, + 146;3; 0.000000, 0.093052,-0.000000;;, + 147;3; 0.000000, 0.093052,-0.000000;;, + 148;3; 0.000000, 0.093052,-0.000000;;, + 149;3; 0.000000, 0.093052,-0.000000;;, + 150;3; 0.000000, 0.093052,-0.000000;;, + 151;3; 0.000000, 0.093052,-0.000000;;, + 152;3; 0.000000, 0.093052,-0.000000;;, + 153;3; 0.000000, 0.093052,-0.000000;;, + 154;3; 0.000000, 0.093052,-0.000000;;, + 155;3; 0.000000, 0.093052,-0.000000;;, + 156;3; 0.000000, 0.093052,-0.000000;;, + 157;3; 0.000000, 0.093052,-0.000000;;, + 158;3; 0.000000, 0.093052,-0.000000;;, + 159;3; 0.000000, 0.093052,-0.000000;;, + 160;3; 0.000000, 0.093052,-0.000000;;, + 161;3;-0.000000, 0.093052,-0.000000;;, + 162;3;-0.000000, 0.093052,-0.000000;;, + 163;3;-0.000000, 0.093052,-0.000000;;, + 164;3;-0.000000, 0.093052,-0.000000;;, + 165;3;-0.000000, 0.093052,-0.000000;;, + 166;3; 0.000000, 0.093052,-0.000000;;, + 167;3; 0.000000, 0.093052,-0.000000;;, + 168;3; 0.000000, 0.093052,-0.000000;;, + 169;3; 0.000000, 0.093052,-0.000000;;, + 170;3; 0.000000, 0.093052,-0.000000;;, + 171;3; 0.000000, 0.093052,-0.000000;;, + 172;3; 0.000000, 0.093052,-0.000000;;, + 173;3; 0.000000, 0.093052,-0.000000;;, + 174;3; 0.000000, 0.093052,-0.000000;;, + 175;3; 0.000000, 0.093052,-0.000000;;, + 176;3; 0.000000, 0.093052,-0.000000;;, + 177;3; 0.000000, 0.093052,-0.000000;;, + 178;3; 0.000000, 0.093052,-0.000000;;, + 179;3; 0.000000, 0.093052,-0.000000;;, + 180;3; 0.000000, 0.093052,-0.000000;;, + 181;3; 0.000000, 0.093052,-0.000000;;, + 182;3; 0.000000, 0.093052,-0.000000;;, + 183;3; 0.000000, 0.093052,-0.000000;;, + 184;3; 0.000000, 0.093052,-0.000000;;, + 185;3; 0.000000, 0.093052,-0.000000;;, + 186;3; 0.000000, 0.093052,-0.000000;;, + 187;3; 0.000000, 0.093052,-0.000000;;, + 188;3; 0.000000, 0.093052,-0.000000;;, + 189;3; 0.000000, 0.093052,-0.000000;;, + 190;3; 0.000000, 0.093052,-0.000000;;, + 191;3; 0.000000, 0.093052,-0.000000;;, + 192;3; 0.000000, 0.093052,-0.000000;;, + 193;3; 0.000000, 0.093052,-0.000000;;, + 194;3; 0.000000, 0.093052,-0.000000;;, + 195;3; 0.000000, 0.093052,-0.000000;;, + 196;3; 0.000000, 0.093052,-0.000000;;, + 197;3; 0.000000, 0.093052,-0.000000;;, + 198;3; 0.000000, 0.093052,-0.000000;;, + 199;3; 0.000000, 0.093052,-0.000000;;, + 200;3; 0.000000, 0.093052,-0.000000;;, + 201;3; 0.000000, 0.093052,-0.000000;;, + 202;3; 0.000000, 0.093052,-0.000000;;, + 203;3; 0.000000, 0.093052,-0.000000;;, + 204;3; 0.000000, 0.093052,-0.000000;;, + 205;3; 0.000000, 0.093052,-0.000000;;, + 206;3; 0.000000, 0.093052,-0.000000;;, + 207;3; 0.000000, 0.093052,-0.000000;;, + 208;3; 0.000000, 0.093052,-0.000000;;, + 209;3; 0.000000, 0.093052,-0.000000;;, + 210;3; 0.000000, 0.093052,-0.000000;;, + 211;3; 0.000000, 0.093052,-0.000000;;, + 212;3; 0.000000, 0.093052,-0.000000;;, + 213;3; 0.000000, 0.093052,-0.000000;;, + 214;3; 0.000000, 0.093052,-0.000000;;, + 215;3; 0.000000, 0.093052,-0.000000;;, + 216;3; 0.000000, 0.093052,-0.000000;;, + 217;3; 0.000000, 0.093052,-0.000000;;, + 218;3; 0.000000, 0.093052,-0.000000;;; + } + } + Animation { + {wolfwoman_spine_02} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 1;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 2;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 3;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 4;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 5;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 6;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 7;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 8;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 9;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 10;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 11;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 12;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 13;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 14;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 15;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 16;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 17;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 18;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 19;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 20;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 21;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 22;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 23;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 24;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 25;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 26;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 27;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 28;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 29;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 30;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 31;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 32;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 33;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 34;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 35;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 36;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 37;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 38;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 39;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 40;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 41;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 42;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 43;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 44;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 45;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 46;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 47;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 48;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 49;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 50;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 51;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 52;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 53;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 54;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 55;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 56;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 57;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 58;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 59;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 60;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 61;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 62;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 63;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 64;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 65;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 66;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 67;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 68;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 69;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 70;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 71;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 72;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 73;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 74;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 75;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 76;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 77;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 78;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 79;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 80;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 81;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 82;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 83;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 84;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 85;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 86;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 87;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 88;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 89;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 90;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 91;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 92;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 93;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 94;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 95;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 96;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 97;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 98;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 99;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 100;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 101;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 102;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 103;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 104;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 105;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 106;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 107;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 108;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 109;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 110;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 111;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 112;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 113;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 114;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 115;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 116;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 117;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 118;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 119;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 120;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 121;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 122;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 123;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 124;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 125;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 126;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 127;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 128;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 129;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 130;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 131;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 132;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 133;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 134;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 135;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 136;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 137;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 138;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 139;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 140;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 141;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 142;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 143;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 144;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 145;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 146;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 147;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 148;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 149;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 150;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 151;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 152;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 153;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 154;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 155;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 156;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 157;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 158;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 159;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 160;4;-0.990810,-0.135265, 0.000000,-0.000000;;, + 161;4;-0.990810,-0.135265, 0.000000,-0.000000;;, + 162;4;-0.990810,-0.135265, 0.000000,-0.000000;;, + 163;4;-0.990810,-0.135265, 0.000000,-0.000000;;, + 164;4;-0.990810,-0.135265, 0.000000,-0.000000;;, + 165;4;-0.990810,-0.135265, 0.000000,-0.000000;;, + 166;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 167;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 168;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 169;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 170;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 171;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 172;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 173;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 174;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 175;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 176;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 177;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 178;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 179;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 180;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 181;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 182;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 183;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 184;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 185;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 186;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 187;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 188;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 189;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 190;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 191;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 192;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 193;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 194;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 195;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 196;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 197;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 198;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 199;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 200;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 201;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 202;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 203;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 204;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 205;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 206;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 207;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 208;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 209;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 210;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 211;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 212;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 213;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 214;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 215;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 216;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 217;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 218;4;-0.990810,-0.135265,-0.000000,-0.000000;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.070411, 0.000000;;, + 1;3; 0.000000, 0.070411, 0.000000;;, + 2;3; 0.000000, 0.070411, 0.000000;;, + 3;3; 0.000000, 0.070411, 0.000000;;, + 4;3; 0.000000, 0.070411, 0.000000;;, + 5;3; 0.000000, 0.070411, 0.000000;;, + 6;3; 0.000000, 0.070411, 0.000000;;, + 7;3; 0.000000, 0.070411, 0.000000;;, + 8;3; 0.000000, 0.070411, 0.000000;;, + 9;3; 0.000000, 0.070411, 0.000000;;, + 10;3; 0.000000, 0.070411, 0.000000;;, + 11;3; 0.000000, 0.070411, 0.000000;;, + 12;3; 0.000000, 0.070411, 0.000000;;, + 13;3; 0.000000, 0.070411, 0.000000;;, + 14;3; 0.000000, 0.070411, 0.000000;;, + 15;3; 0.000000, 0.070411, 0.000000;;, + 16;3; 0.000000, 0.070411, 0.000000;;, + 17;3; 0.000000, 0.070411, 0.000000;;, + 18;3; 0.000000, 0.070411, 0.000000;;, + 19;3; 0.000000, 0.070411, 0.000000;;, + 20;3; 0.000000, 0.070411, 0.000000;;, + 21;3; 0.000000, 0.070411, 0.000000;;, + 22;3; 0.000000, 0.070411, 0.000000;;, + 23;3; 0.000000, 0.070411, 0.000000;;, + 24;3; 0.000000, 0.070411, 0.000000;;, + 25;3; 0.000000, 0.070411, 0.000000;;, + 26;3; 0.000000, 0.070411, 0.000000;;, + 27;3; 0.000000, 0.070411, 0.000000;;, + 28;3; 0.000000, 0.070411, 0.000000;;, + 29;3; 0.000000, 0.070411, 0.000000;;, + 30;3; 0.000000, 0.070411, 0.000000;;, + 31;3; 0.000000, 0.070411, 0.000000;;, + 32;3; 0.000000, 0.070411, 0.000000;;, + 33;3; 0.000000, 0.070411, 0.000000;;, + 34;3; 0.000000, 0.070411, 0.000000;;, + 35;3; 0.000000, 0.070411, 0.000000;;, + 36;3; 0.000000, 0.070411, 0.000000;;, + 37;3; 0.000000, 0.070411, 0.000000;;, + 38;3; 0.000000, 0.070411, 0.000000;;, + 39;3; 0.000000, 0.070411, 0.000000;;, + 40;3; 0.000000, 0.070411, 0.000000;;, + 41;3; 0.000000, 0.070411, 0.000000;;, + 42;3; 0.000000, 0.070411, 0.000000;;, + 43;3; 0.000000, 0.070411, 0.000000;;, + 44;3; 0.000000, 0.070411, 0.000000;;, + 45;3; 0.000000, 0.070411, 0.000000;;, + 46;3; 0.000000, 0.070411, 0.000000;;, + 47;3; 0.000000, 0.070411, 0.000000;;, + 48;3; 0.000000, 0.070411, 0.000000;;, + 49;3; 0.000000, 0.070411, 0.000000;;, + 50;3; 0.000000, 0.070411, 0.000000;;, + 51;3; 0.000000, 0.070411, 0.000000;;, + 52;3; 0.000000, 0.070411, 0.000000;;, + 53;3; 0.000000, 0.070411, 0.000000;;, + 54;3; 0.000000, 0.070411, 0.000000;;, + 55;3; 0.000000, 0.070411, 0.000000;;, + 56;3; 0.000000, 0.070411, 0.000000;;, + 57;3; 0.000000, 0.070411, 0.000000;;, + 58;3; 0.000000, 0.070411, 0.000000;;, + 59;3; 0.000000, 0.070411, 0.000000;;, + 60;3; 0.000000, 0.070411, 0.000000;;, + 61;3; 0.000000, 0.070411, 0.000000;;, + 62;3; 0.000000, 0.070411, 0.000000;;, + 63;3; 0.000000, 0.070411, 0.000000;;, + 64;3; 0.000000, 0.070411, 0.000000;;, + 65;3; 0.000000, 0.070411, 0.000000;;, + 66;3; 0.000000, 0.070411, 0.000000;;, + 67;3; 0.000000, 0.070411, 0.000000;;, + 68;3; 0.000000, 0.070411, 0.000000;;, + 69;3; 0.000000, 0.070411, 0.000000;;, + 70;3; 0.000000, 0.070411, 0.000000;;, + 71;3; 0.000000, 0.070411, 0.000000;;, + 72;3; 0.000000, 0.070411, 0.000000;;, + 73;3; 0.000000, 0.070411, 0.000000;;, + 74;3; 0.000000, 0.070411, 0.000000;;, + 75;3; 0.000000, 0.070411, 0.000000;;, + 76;3; 0.000000, 0.070411, 0.000000;;, + 77;3; 0.000000, 0.070411, 0.000000;;, + 78;3; 0.000000, 0.070411, 0.000000;;, + 79;3;-0.000000, 0.070411, 0.000000;;, + 80;3; 0.000000, 0.070411, 0.000000;;, + 81;3; 0.000000, 0.070411, 0.000000;;, + 82;3; 0.000000, 0.070411, 0.000000;;, + 83;3; 0.000000, 0.070411, 0.000000;;, + 84;3; 0.000000, 0.070411, 0.000000;;, + 85;3; 0.000000, 0.070411, 0.000000;;, + 86;3; 0.000000, 0.070411, 0.000000;;, + 87;3; 0.000000, 0.070411, 0.000000;;, + 88;3; 0.000000, 0.070411, 0.000000;;, + 89;3; 0.000000, 0.070411, 0.000000;;, + 90;3; 0.000000, 0.070411, 0.000000;;, + 91;3; 0.000000, 0.070411, 0.000000;;, + 92;3; 0.000000, 0.070411, 0.000000;;, + 93;3; 0.000000, 0.070411, 0.000000;;, + 94;3; 0.000000, 0.070411, 0.000000;;, + 95;3; 0.000000, 0.070411, 0.000000;;, + 96;3; 0.000000, 0.070411, 0.000000;;, + 97;3; 0.000000, 0.070411, 0.000000;;, + 98;3; 0.000000, 0.070411, 0.000000;;, + 99;3; 0.000000, 0.070411, 0.000000;;, + 100;3; 0.000000, 0.070411, 0.000000;;, + 101;3; 0.000000, 0.070411, 0.000000;;, + 102;3; 0.000000, 0.070411, 0.000000;;, + 103;3; 0.000000, 0.070411, 0.000000;;, + 104;3; 0.000000, 0.070411, 0.000000;;, + 105;3; 0.000000, 0.070411, 0.000000;;, + 106;3; 0.000000, 0.070411, 0.000000;;, + 107;3; 0.000000, 0.070411, 0.000000;;, + 108;3; 0.000000, 0.070411, 0.000000;;, + 109;3; 0.000000, 0.070411, 0.000000;;, + 110;3; 0.000000, 0.070411, 0.000000;;, + 111;3; 0.000000, 0.070411, 0.000000;;, + 112;3; 0.000000, 0.070411, 0.000000;;, + 113;3; 0.000000, 0.070411, 0.000000;;, + 114;3; 0.000000, 0.070411, 0.000000;;, + 115;3; 0.000000, 0.070411, 0.000000;;, + 116;3; 0.000000, 0.070411, 0.000000;;, + 117;3; 0.000000, 0.070411, 0.000000;;, + 118;3; 0.000000, 0.070411, 0.000000;;, + 119;3; 0.000000, 0.070411, 0.000000;;, + 120;3; 0.000000, 0.070411, 0.000000;;, + 121;3; 0.000000, 0.070411, 0.000000;;, + 122;3; 0.000000, 0.070411, 0.000000;;, + 123;3; 0.000000, 0.070411, 0.000000;;, + 124;3; 0.000000, 0.070411, 0.000000;;, + 125;3; 0.000000, 0.070411, 0.000000;;, + 126;3; 0.000000, 0.070411, 0.000000;;, + 127;3; 0.000000, 0.070411, 0.000000;;, + 128;3; 0.000000, 0.070411, 0.000000;;, + 129;3; 0.000000, 0.070411, 0.000000;;, + 130;3; 0.000000, 0.070411, 0.000000;;, + 131;3; 0.000000, 0.070411, 0.000000;;, + 132;3; 0.000000, 0.070411, 0.000000;;, + 133;3; 0.000000, 0.070411, 0.000000;;, + 134;3; 0.000000, 0.070411, 0.000000;;, + 135;3; 0.000000, 0.070411, 0.000000;;, + 136;3; 0.000000, 0.070411, 0.000000;;, + 137;3; 0.000000, 0.070411, 0.000000;;, + 138;3; 0.000000, 0.070411, 0.000000;;, + 139;3; 0.000000, 0.070411, 0.000000;;, + 140;3; 0.000000, 0.070411, 0.000000;;, + 141;3; 0.000000, 0.070411, 0.000000;;, + 142;3; 0.000000, 0.070411, 0.000000;;, + 143;3; 0.000000, 0.070411, 0.000000;;, + 144;3; 0.000000, 0.070411, 0.000000;;, + 145;3; 0.000000, 0.070411, 0.000000;;, + 146;3; 0.000000, 0.070411, 0.000000;;, + 147;3; 0.000000, 0.070411, 0.000000;;, + 148;3; 0.000000, 0.070411, 0.000000;;, + 149;3; 0.000000, 0.070411, 0.000000;;, + 150;3; 0.000000, 0.070411, 0.000000;;, + 151;3; 0.000000, 0.070411, 0.000000;;, + 152;3; 0.000000, 0.070411, 0.000000;;, + 153;3; 0.000000, 0.070411, 0.000000;;, + 154;3; 0.000000, 0.070411, 0.000000;;, + 155;3; 0.000000, 0.070411, 0.000000;;, + 156;3; 0.000000, 0.070411, 0.000000;;, + 157;3; 0.000000, 0.070411, 0.000000;;, + 158;3; 0.000000, 0.070411, 0.000000;;, + 159;3; 0.000000, 0.070411, 0.000000;;, + 160;3; 0.000000, 0.070411, 0.000000;;, + 161;3;-0.000000, 0.070411, 0.000000;;, + 162;3;-0.000000, 0.070411, 0.000000;;, + 163;3;-0.000000, 0.070411, 0.000000;;, + 164;3;-0.000000, 0.070411, 0.000000;;, + 165;3;-0.000000, 0.070411, 0.000000;;, + 166;3; 0.000000, 0.070411, 0.000000;;, + 167;3; 0.000000, 0.070411, 0.000000;;, + 168;3; 0.000000, 0.070411, 0.000000;;, + 169;3; 0.000000, 0.070411, 0.000000;;, + 170;3; 0.000000, 0.070411, 0.000000;;, + 171;3; 0.000000, 0.070411, 0.000000;;, + 172;3; 0.000000, 0.070411, 0.000000;;, + 173;3; 0.000000, 0.070411, 0.000000;;, + 174;3; 0.000000, 0.070411, 0.000000;;, + 175;3; 0.000000, 0.070411, 0.000000;;, + 176;3; 0.000000, 0.070411, 0.000000;;, + 177;3; 0.000000, 0.070411, 0.000000;;, + 178;3; 0.000000, 0.070411, 0.000000;;, + 179;3; 0.000000, 0.070411, 0.000000;;, + 180;3; 0.000000, 0.070411, 0.000000;;, + 181;3; 0.000000, 0.070411, 0.000000;;, + 182;3; 0.000000, 0.070411, 0.000000;;, + 183;3; 0.000000, 0.070411, 0.000000;;, + 184;3; 0.000000, 0.070411, 0.000000;;, + 185;3; 0.000000, 0.070411, 0.000000;;, + 186;3; 0.000000, 0.070411, 0.000000;;, + 187;3; 0.000000, 0.070411, 0.000000;;, + 188;3; 0.000000, 0.070411, 0.000000;;, + 189;3; 0.000000, 0.070411, 0.000000;;, + 190;3; 0.000000, 0.070411, 0.000000;;, + 191;3; 0.000000, 0.070411, 0.000000;;, + 192;3; 0.000000, 0.070411, 0.000000;;, + 193;3; 0.000000, 0.070411, 0.000000;;, + 194;3; 0.000000, 0.070411, 0.000000;;, + 195;3; 0.000000, 0.070411, 0.000000;;, + 196;3; 0.000000, 0.070411, 0.000000;;, + 197;3; 0.000000, 0.070411, 0.000000;;, + 198;3; 0.000000, 0.070411, 0.000000;;, + 199;3; 0.000000, 0.070411, 0.000000;;, + 200;3; 0.000000, 0.070411, 0.000000;;, + 201;3; 0.000000, 0.070411, 0.000000;;, + 202;3; 0.000000, 0.070411, 0.000000;;, + 203;3; 0.000000, 0.070411, 0.000000;;, + 204;3; 0.000000, 0.070411, 0.000000;;, + 205;3; 0.000000, 0.070411, 0.000000;;, + 206;3; 0.000000, 0.070411, 0.000000;;, + 207;3; 0.000000, 0.070411, 0.000000;;, + 208;3; 0.000000, 0.070411, 0.000000;;, + 209;3; 0.000000, 0.070411, 0.000000;;, + 210;3; 0.000000, 0.070411, 0.000000;;, + 211;3; 0.000000, 0.070411, 0.000000;;, + 212;3; 0.000000, 0.070411, 0.000000;;, + 213;3; 0.000000, 0.070411, 0.000000;;, + 214;3; 0.000000, 0.070411, 0.000000;;, + 215;3; 0.000000, 0.070411, 0.000000;;, + 216;3; 0.000000, 0.070411, 0.000000;;, + 217;3; 0.000000, 0.070411, 0.000000;;, + 218;3; 0.000000, 0.070411, 0.000000;;; + } + } + Animation { + {wolfwoman_spine_03} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 1;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 2;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 3;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 4;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 5;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 6;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 7;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 8;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 9;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 10;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 11;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 12;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 13;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 14;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 15;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 16;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 17;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 18;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 19;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 20;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 21;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 22;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 23;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 24;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 25;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 26;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 27;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 28;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 29;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 30;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 31;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 32;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 33;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 34;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 35;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 36;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 37;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 38;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 39;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 40;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 41;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 42;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 43;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 44;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 45;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 46;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 47;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 48;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 49;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 50;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 51;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 52;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 53;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 54;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 55;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 56;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 57;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 58;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 59;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 60;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 61;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 62;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 63;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 64;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 65;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 66;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 67;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 68;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 69;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 70;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 71;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 72;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 73;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 74;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 75;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 76;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 77;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 78;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 79;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 80;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 81;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 82;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 83;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 84;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 85;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 86;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 87;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 88;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 89;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 90;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 91;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 92;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 93;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 94;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 95;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 96;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 97;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 98;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 99;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 100;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 101;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 102;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 103;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 104;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 105;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 106;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 107;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 108;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 109;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 110;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 111;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 112;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 113;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 114;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 115;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 116;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 117;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 118;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 119;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 120;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 121;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 122;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 123;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 124;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 125;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 126;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 127;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 128;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 129;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 130;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 131;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 132;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 133;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 134;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 135;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 136;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 137;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 138;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 139;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 140;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 141;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 142;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 143;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 144;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 145;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 146;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 147;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 148;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 149;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 150;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 151;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 152;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 153;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 154;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 155;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 156;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 157;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 158;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 159;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 160;4;-0.999974,-0.007176,-0.000000, 0.000000;;, + 161;4;-0.999974,-0.007176,-0.000000, 0.000000;;, + 162;4;-0.999974,-0.007176,-0.000000, 0.000000;;, + 163;4;-0.999974,-0.007176,-0.000000, 0.000000;;, + 164;4;-0.999974,-0.007176,-0.000000, 0.000000;;, + 165;4;-0.999974,-0.007176,-0.000000, 0.000000;;, + 166;4;-0.999974,-0.007176, 0.000000, 0.000000;;, + 167;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 168;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 169;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 170;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 171;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 172;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 173;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 174;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 175;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 176;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 177;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 178;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 179;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 180;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 181;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 182;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 183;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 184;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 185;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 186;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 187;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 188;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 189;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 190;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 191;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 192;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 193;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 194;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 195;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 196;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 197;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 198;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 199;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 200;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 201;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 202;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 203;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 204;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 205;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 206;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 207;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 208;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 209;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 210;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 211;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 212;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 213;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 214;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 215;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 216;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 217;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 218;4;-0.999974,-0.007176,-0.000000,-0.000000;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.060524,-0.000000;;, + 1;3;-0.000000, 0.060524,-0.000000;;, + 2;3;-0.000000, 0.060524,-0.000000;;, + 3;3;-0.000000, 0.060524,-0.000000;;, + 4;3;-0.000000, 0.060524,-0.000000;;, + 5;3;-0.000000, 0.060524,-0.000000;;, + 6;3;-0.000000, 0.060524,-0.000000;;, + 7;3;-0.000000, 0.060524,-0.000000;;, + 8;3;-0.000000, 0.060524,-0.000000;;, + 9;3;-0.000000, 0.060524,-0.000000;;, + 10;3;-0.000000, 0.060524,-0.000000;;, + 11;3;-0.000000, 0.060524,-0.000000;;, + 12;3;-0.000000, 0.060524,-0.000000;;, + 13;3;-0.000000, 0.060524,-0.000000;;, + 14;3;-0.000000, 0.060524,-0.000000;;, + 15;3;-0.000000, 0.060524,-0.000000;;, + 16;3;-0.000000, 0.060524,-0.000000;;, + 17;3;-0.000000, 0.060524,-0.000000;;, + 18;3;-0.000000, 0.060524,-0.000000;;, + 19;3;-0.000000, 0.060524,-0.000000;;, + 20;3;-0.000000, 0.060524,-0.000000;;, + 21;3;-0.000000, 0.060524,-0.000000;;, + 22;3;-0.000000, 0.060524,-0.000000;;, + 23;3;-0.000000, 0.060524,-0.000000;;, + 24;3;-0.000000, 0.060524,-0.000000;;, + 25;3;-0.000000, 0.060524,-0.000000;;, + 26;3;-0.000000, 0.060524,-0.000000;;, + 27;3;-0.000000, 0.060524,-0.000000;;, + 28;3;-0.000000, 0.060524,-0.000000;;, + 29;3;-0.000000, 0.060524,-0.000000;;, + 30;3;-0.000000, 0.060524,-0.000000;;, + 31;3;-0.000000, 0.060524,-0.000000;;, + 32;3;-0.000000, 0.060524,-0.000000;;, + 33;3;-0.000000, 0.060524,-0.000000;;, + 34;3;-0.000000, 0.060524,-0.000000;;, + 35;3;-0.000000, 0.060524,-0.000000;;, + 36;3;-0.000000, 0.060524,-0.000000;;, + 37;3;-0.000000, 0.060524,-0.000000;;, + 38;3;-0.000000, 0.060524,-0.000000;;, + 39;3;-0.000000, 0.060524,-0.000000;;, + 40;3;-0.000000, 0.060524,-0.000000;;, + 41;3;-0.000000, 0.060524,-0.000000;;, + 42;3;-0.000000, 0.060524,-0.000000;;, + 43;3;-0.000000, 0.060524,-0.000000;;, + 44;3;-0.000000, 0.060524,-0.000000;;, + 45;3;-0.000000, 0.060524,-0.000000;;, + 46;3;-0.000000, 0.060524,-0.000000;;, + 47;3;-0.000000, 0.060524,-0.000000;;, + 48;3;-0.000000, 0.060524,-0.000000;;, + 49;3;-0.000000, 0.060524,-0.000000;;, + 50;3;-0.000000, 0.060524,-0.000000;;, + 51;3;-0.000000, 0.060524,-0.000000;;, + 52;3;-0.000000, 0.060524,-0.000000;;, + 53;3;-0.000000, 0.060524,-0.000000;;, + 54;3;-0.000000, 0.060524,-0.000000;;, + 55;3;-0.000000, 0.060524,-0.000000;;, + 56;3;-0.000000, 0.060524,-0.000000;;, + 57;3;-0.000000, 0.060524,-0.000000;;, + 58;3;-0.000000, 0.060524,-0.000000;;, + 59;3;-0.000000, 0.060524,-0.000000;;, + 60;3;-0.000000, 0.060524,-0.000000;;, + 61;3;-0.000000, 0.060524,-0.000000;;, + 62;3;-0.000000, 0.060524,-0.000000;;, + 63;3;-0.000000, 0.060524,-0.000000;;, + 64;3;-0.000000, 0.060524,-0.000000;;, + 65;3;-0.000000, 0.060524,-0.000000;;, + 66;3;-0.000000, 0.060524,-0.000000;;, + 67;3;-0.000000, 0.060524,-0.000000;;, + 68;3;-0.000000, 0.060524,-0.000000;;, + 69;3;-0.000000, 0.060524,-0.000000;;, + 70;3;-0.000000, 0.060524,-0.000000;;, + 71;3;-0.000000, 0.060524,-0.000000;;, + 72;3;-0.000000, 0.060524,-0.000000;;, + 73;3;-0.000000, 0.060524,-0.000000;;, + 74;3;-0.000000, 0.060524,-0.000000;;, + 75;3;-0.000000, 0.060524,-0.000000;;, + 76;3;-0.000000, 0.060524,-0.000000;;, + 77;3;-0.000000, 0.060524,-0.000000;;, + 78;3;-0.000000, 0.060524,-0.000000;;, + 79;3; 0.000000, 0.060524,-0.000000;;, + 80;3; 0.000000, 0.060524,-0.000000;;, + 81;3; 0.000000, 0.060524,-0.000000;;, + 82;3; 0.000000, 0.060524,-0.000000;;, + 83;3; 0.000000, 0.060524,-0.000000;;, + 84;3; 0.000000, 0.060524,-0.000000;;, + 85;3; 0.000000, 0.060524,-0.000000;;, + 86;3; 0.000000, 0.060524,-0.000000;;, + 87;3; 0.000000, 0.060524,-0.000000;;, + 88;3; 0.000000, 0.060524,-0.000000;;, + 89;3; 0.000000, 0.060524,-0.000000;;, + 90;3; 0.000000, 0.060524,-0.000000;;, + 91;3; 0.000000, 0.060524,-0.000000;;, + 92;3; 0.000000, 0.060524,-0.000000;;, + 93;3; 0.000000, 0.060524,-0.000000;;, + 94;3; 0.000000, 0.060524,-0.000000;;, + 95;3; 0.000000, 0.060524,-0.000000;;, + 96;3; 0.000000, 0.060524,-0.000000;;, + 97;3; 0.000000, 0.060524,-0.000000;;, + 98;3; 0.000000, 0.060524,-0.000000;;, + 99;3; 0.000000, 0.060524,-0.000000;;, + 100;3; 0.000000, 0.060524,-0.000000;;, + 101;3; 0.000000, 0.060524,-0.000000;;, + 102;3; 0.000000, 0.060524,-0.000000;;, + 103;3; 0.000000, 0.060524,-0.000000;;, + 104;3; 0.000000, 0.060524,-0.000000;;, + 105;3; 0.000000, 0.060524,-0.000000;;, + 106;3; 0.000000, 0.060524,-0.000000;;, + 107;3; 0.000000, 0.060524,-0.000000;;, + 108;3; 0.000000, 0.060524,-0.000000;;, + 109;3; 0.000000, 0.060524,-0.000000;;, + 110;3; 0.000000, 0.060524,-0.000000;;, + 111;3; 0.000000, 0.060524,-0.000000;;, + 112;3; 0.000000, 0.060524,-0.000000;;, + 113;3; 0.000000, 0.060524,-0.000000;;, + 114;3; 0.000000, 0.060524,-0.000000;;, + 115;3; 0.000000, 0.060524,-0.000000;;, + 116;3; 0.000000, 0.060524,-0.000000;;, + 117;3; 0.000000, 0.060524,-0.000000;;, + 118;3; 0.000000, 0.060524,-0.000000;;, + 119;3; 0.000000, 0.060524,-0.000000;;, + 120;3; 0.000000, 0.060524,-0.000000;;, + 121;3; 0.000000, 0.060524,-0.000000;;, + 122;3; 0.000000, 0.060524,-0.000000;;, + 123;3; 0.000000, 0.060524,-0.000000;;, + 124;3; 0.000000, 0.060524,-0.000000;;, + 125;3; 0.000000, 0.060524,-0.000000;;, + 126;3; 0.000000, 0.060524,-0.000000;;, + 127;3; 0.000000, 0.060524,-0.000000;;, + 128;3; 0.000000, 0.060524,-0.000000;;, + 129;3; 0.000000, 0.060524,-0.000000;;, + 130;3; 0.000000, 0.060524,-0.000000;;, + 131;3; 0.000000, 0.060524,-0.000000;;, + 132;3; 0.000000, 0.060524,-0.000000;;, + 133;3; 0.000000, 0.060524,-0.000000;;, + 134;3; 0.000000, 0.060524,-0.000000;;, + 135;3; 0.000000, 0.060524,-0.000000;;, + 136;3; 0.000000, 0.060524,-0.000000;;, + 137;3; 0.000000, 0.060524,-0.000000;;, + 138;3; 0.000000, 0.060524,-0.000000;;, + 139;3; 0.000000, 0.060524,-0.000000;;, + 140;3; 0.000000, 0.060524,-0.000000;;, + 141;3; 0.000000, 0.060524,-0.000000;;, + 142;3; 0.000000, 0.060524,-0.000000;;, + 143;3; 0.000000, 0.060524,-0.000000;;, + 144;3; 0.000000, 0.060524,-0.000000;;, + 145;3; 0.000000, 0.060524,-0.000000;;, + 146;3; 0.000000, 0.060524,-0.000000;;, + 147;3; 0.000000, 0.060524,-0.000000;;, + 148;3; 0.000000, 0.060524,-0.000000;;, + 149;3; 0.000000, 0.060524,-0.000000;;, + 150;3; 0.000000, 0.060524,-0.000000;;, + 151;3; 0.000000, 0.060524,-0.000000;;, + 152;3; 0.000000, 0.060524,-0.000000;;, + 153;3; 0.000000, 0.060524,-0.000000;;, + 154;3; 0.000000, 0.060524,-0.000000;;, + 155;3; 0.000000, 0.060524,-0.000000;;, + 156;3; 0.000000, 0.060524,-0.000000;;, + 157;3; 0.000000, 0.060524,-0.000000;;, + 158;3; 0.000000, 0.060524,-0.000000;;, + 159;3; 0.000000, 0.060524,-0.000000;;, + 160;3;-0.000000, 0.060524,-0.000000;;, + 161;3;-0.000000, 0.060524,-0.000000;;, + 162;3;-0.000000, 0.060524,-0.000000;;, + 163;3;-0.000000, 0.060524,-0.000000;;, + 164;3;-0.000000, 0.060524,-0.000000;;, + 165;3;-0.000000, 0.060524,-0.000000;;, + 166;3; 0.000000, 0.060524,-0.000000;;, + 167;3;-0.000000, 0.060524,-0.000000;;, + 168;3;-0.000000, 0.060524,-0.000000;;, + 169;3;-0.000000, 0.060524,-0.000000;;, + 170;3;-0.000000, 0.060524,-0.000000;;, + 171;3;-0.000000, 0.060524,-0.000000;;, + 172;3;-0.000000, 0.060524,-0.000000;;, + 173;3;-0.000000, 0.060524,-0.000000;;, + 174;3;-0.000000, 0.060524,-0.000000;;, + 175;3;-0.000000, 0.060524,-0.000000;;, + 176;3;-0.000000, 0.060524,-0.000000;;, + 177;3;-0.000000, 0.060524,-0.000000;;, + 178;3;-0.000000, 0.060524,-0.000000;;, + 179;3;-0.000000, 0.060524,-0.000000;;, + 180;3;-0.000000, 0.060524,-0.000000;;, + 181;3;-0.000000, 0.060524,-0.000000;;, + 182;3;-0.000000, 0.060524,-0.000000;;, + 183;3;-0.000000, 0.060524,-0.000000;;, + 184;3;-0.000000, 0.060524,-0.000000;;, + 185;3;-0.000000, 0.060524,-0.000000;;, + 186;3;-0.000000, 0.060524,-0.000000;;, + 187;3;-0.000000, 0.060524,-0.000000;;, + 188;3;-0.000000, 0.060524,-0.000000;;, + 189;3;-0.000000, 0.060524,-0.000000;;, + 190;3;-0.000000, 0.060524,-0.000000;;, + 191;3;-0.000000, 0.060524,-0.000000;;, + 192;3;-0.000000, 0.060524,-0.000000;;, + 193;3;-0.000000, 0.060524,-0.000000;;, + 194;3;-0.000000, 0.060524,-0.000000;;, + 195;3;-0.000000, 0.060524,-0.000000;;, + 196;3;-0.000000, 0.060524,-0.000000;;, + 197;3;-0.000000, 0.060524,-0.000000;;, + 198;3;-0.000000, 0.060524,-0.000000;;, + 199;3;-0.000000, 0.060524,-0.000000;;, + 200;3;-0.000000, 0.060524,-0.000000;;, + 201;3;-0.000000, 0.060524,-0.000000;;, + 202;3;-0.000000, 0.060524,-0.000000;;, + 203;3;-0.000000, 0.060524,-0.000000;;, + 204;3;-0.000000, 0.060524,-0.000000;;, + 205;3;-0.000000, 0.060524,-0.000000;;, + 206;3;-0.000000, 0.060524,-0.000000;;, + 207;3;-0.000000, 0.060524,-0.000000;;, + 208;3;-0.000000, 0.060524,-0.000000;;, + 209;3;-0.000000, 0.060524,-0.000000;;, + 210;3;-0.000000, 0.060524,-0.000000;;, + 211;3;-0.000000, 0.060524,-0.000000;;, + 212;3;-0.000000, 0.060524,-0.000000;;, + 213;3;-0.000000, 0.060524,-0.000000;;, + 214;3;-0.000000, 0.060524,-0.000000;;, + 215;3;-0.000000, 0.060524,-0.000000;;, + 216;3;-0.000000, 0.060524,-0.000000;;, + 217;3;-0.000000, 0.060524,-0.000000;;, + 218;3;-0.000000, 0.060524,-0.000000;;; + } + } + Animation { + {wolfwoman_clavicle_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 1;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 2;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 3;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 4;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 5;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 6;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 7;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 8;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 9;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 10;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 11;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 12;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 13;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 14;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 15;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 16;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 17;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 18;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 19;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 20;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 21;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 22;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 23;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 24;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 25;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 26;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 27;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 28;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 29;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 30;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 31;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 32;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 33;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 34;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 35;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 36;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 37;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 38;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 39;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 40;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 41;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 42;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 43;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 44;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 45;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 46;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 47;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 48;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 49;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 50;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 51;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 52;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 53;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 54;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 55;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 56;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 57;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 58;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 59;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 60;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 61;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 62;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 63;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 64;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 65;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 66;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 67;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 68;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 69;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 70;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 71;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 72;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 73;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 74;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 75;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 76;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 77;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 78;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 79;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 80;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 81;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 82;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 83;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 84;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 85;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 86;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 87;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 88;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 89;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 90;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 91;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 92;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 93;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 94;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 95;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 96;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 97;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 98;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 99;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 100;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 101;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 102;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 103;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 104;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 105;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 106;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 107;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 108;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 109;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 110;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 111;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 112;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 113;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 114;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 115;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 116;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 117;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 118;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 119;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 120;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 121;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 122;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 123;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 124;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 125;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 126;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 127;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 128;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 129;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 130;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 131;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 132;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 133;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 134;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 135;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 136;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 137;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 138;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 139;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 140;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 141;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 142;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 143;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 144;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 145;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 146;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 147;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 148;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 149;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 150;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 151;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 152;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 153;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 154;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 155;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 156;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 157;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 158;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 159;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 160;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 161;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 162;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 163;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 164;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 165;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 166;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 167;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 168;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 169;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 170;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 171;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 172;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 173;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 174;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 175;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 176;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 177;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 178;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 179;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 180;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 181;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 182;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 183;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 184;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 185;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 186;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 187;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 188;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 189;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 190;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 191;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 192;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 193;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 194;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 195;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 196;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 197;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 198;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 199;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 200;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 201;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 202;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 203;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 204;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 205;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 206;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 207;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 208;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 209;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 210;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 211;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 212;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 213;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 214;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 215;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 216;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 217;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 218;4;-0.723341, 0.006465, 0.020669,-0.690151;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.022776, 0.257050, 0.092512;;, + 1;3; 0.022776, 0.257050, 0.092512;;, + 2;3; 0.022776, 0.257050, 0.092512;;, + 3;3; 0.022776, 0.257050, 0.092512;;, + 4;3; 0.022776, 0.257050, 0.092512;;, + 5;3; 0.022776, 0.257050, 0.092512;;, + 6;3; 0.022776, 0.257050, 0.092512;;, + 7;3; 0.022776, 0.257050, 0.092512;;, + 8;3; 0.022776, 0.257050, 0.092512;;, + 9;3; 0.022776, 0.257050, 0.092512;;, + 10;3; 0.022776, 0.257050, 0.092512;;, + 11;3; 0.022776, 0.257050, 0.092512;;, + 12;3; 0.022776, 0.257050, 0.092512;;, + 13;3; 0.022776, 0.257050, 0.092512;;, + 14;3; 0.022776, 0.257050, 0.092512;;, + 15;3; 0.022776, 0.257050, 0.092512;;, + 16;3; 0.022776, 0.257050, 0.092512;;, + 17;3; 0.022776, 0.257050, 0.092512;;, + 18;3; 0.022776, 0.257050, 0.092512;;, + 19;3; 0.022776, 0.257050, 0.092512;;, + 20;3; 0.022776, 0.257050, 0.092512;;, + 21;3; 0.022776, 0.257050, 0.092512;;, + 22;3; 0.022776, 0.257050, 0.092512;;, + 23;3; 0.022776, 0.257050, 0.092512;;, + 24;3; 0.022776, 0.257050, 0.092512;;, + 25;3; 0.022776, 0.257050, 0.092512;;, + 26;3; 0.022776, 0.257050, 0.092512;;, + 27;3; 0.022776, 0.257050, 0.092512;;, + 28;3; 0.022776, 0.257050, 0.092512;;, + 29;3; 0.022776, 0.257050, 0.092512;;, + 30;3; 0.022776, 0.257050, 0.092512;;, + 31;3; 0.022776, 0.257050, 0.092512;;, + 32;3; 0.022776, 0.257050, 0.092512;;, + 33;3; 0.022776, 0.257050, 0.092512;;, + 34;3; 0.022776, 0.257050, 0.092512;;, + 35;3; 0.022776, 0.257050, 0.092512;;, + 36;3; 0.022776, 0.257050, 0.092512;;, + 37;3; 0.022776, 0.257050, 0.092512;;, + 38;3; 0.022776, 0.257050, 0.092512;;, + 39;3; 0.022776, 0.257050, 0.092512;;, + 40;3; 0.022776, 0.257050, 0.092512;;, + 41;3; 0.022776, 0.257050, 0.092512;;, + 42;3; 0.022776, 0.257050, 0.092512;;, + 43;3; 0.022776, 0.257050, 0.092512;;, + 44;3; 0.022776, 0.257050, 0.092512;;, + 45;3; 0.022776, 0.257050, 0.092512;;, + 46;3; 0.022776, 0.257050, 0.092512;;, + 47;3; 0.022776, 0.257050, 0.092512;;, + 48;3; 0.022776, 0.257050, 0.092512;;, + 49;3; 0.022776, 0.257050, 0.092512;;, + 50;3; 0.022776, 0.257050, 0.092512;;, + 51;3; 0.022776, 0.257050, 0.092512;;, + 52;3; 0.022776, 0.257050, 0.092512;;, + 53;3; 0.022776, 0.257050, 0.092512;;, + 54;3; 0.022776, 0.257050, 0.092512;;, + 55;3; 0.022776, 0.257050, 0.092512;;, + 56;3; 0.022776, 0.257050, 0.092512;;, + 57;3; 0.022776, 0.257050, 0.092512;;, + 58;3; 0.022776, 0.257050, 0.092512;;, + 59;3; 0.022776, 0.257050, 0.092512;;, + 60;3; 0.022776, 0.257050, 0.092512;;, + 61;3; 0.022776, 0.257050, 0.092512;;, + 62;3; 0.022776, 0.257050, 0.092512;;, + 63;3; 0.022776, 0.257050, 0.092512;;, + 64;3; 0.022776, 0.257050, 0.092512;;, + 65;3; 0.022776, 0.257050, 0.092512;;, + 66;3; 0.022776, 0.257050, 0.092512;;, + 67;3; 0.022776, 0.257050, 0.092512;;, + 68;3; 0.022776, 0.257050, 0.092512;;, + 69;3; 0.022776, 0.257050, 0.092512;;, + 70;3; 0.022776, 0.257050, 0.092512;;, + 71;3; 0.022776, 0.257050, 0.092512;;, + 72;3; 0.022776, 0.257050, 0.092512;;, + 73;3; 0.022776, 0.257050, 0.092512;;, + 74;3; 0.022776, 0.257050, 0.092512;;, + 75;3; 0.022776, 0.257050, 0.092512;;, + 76;3; 0.022776, 0.257050, 0.092512;;, + 77;3; 0.022776, 0.257050, 0.092512;;, + 78;3; 0.022776, 0.257050, 0.092512;;, + 79;3; 0.022776, 0.257050, 0.092512;;, + 80;3; 0.022776, 0.257050, 0.092512;;, + 81;3; 0.022776, 0.257050, 0.092512;;, + 82;3; 0.022776, 0.257050, 0.092512;;, + 83;3; 0.022776, 0.257050, 0.092512;;, + 84;3; 0.022776, 0.257050, 0.092512;;, + 85;3; 0.022776, 0.257050, 0.092512;;, + 86;3; 0.022776, 0.257050, 0.092512;;, + 87;3; 0.022776, 0.257050, 0.092512;;, + 88;3; 0.022776, 0.257050, 0.092512;;, + 89;3; 0.022776, 0.257050, 0.092512;;, + 90;3; 0.022776, 0.257050, 0.092512;;, + 91;3; 0.022776, 0.257050, 0.092512;;, + 92;3; 0.022776, 0.257050, 0.092512;;, + 93;3; 0.022776, 0.257050, 0.092512;;, + 94;3; 0.022776, 0.257050, 0.092512;;, + 95;3; 0.022776, 0.257050, 0.092512;;, + 96;3; 0.022776, 0.257050, 0.092512;;, + 97;3; 0.022776, 0.257050, 0.092512;;, + 98;3; 0.022776, 0.257050, 0.092512;;, + 99;3; 0.022776, 0.257050, 0.092512;;, + 100;3; 0.022776, 0.257050, 0.092512;;, + 101;3; 0.022776, 0.257050, 0.092512;;, + 102;3; 0.022776, 0.257050, 0.092512;;, + 103;3; 0.022776, 0.257050, 0.092512;;, + 104;3; 0.022776, 0.257050, 0.092512;;, + 105;3; 0.022776, 0.257050, 0.092512;;, + 106;3; 0.022776, 0.257050, 0.092512;;, + 107;3; 0.022776, 0.257050, 0.092512;;, + 108;3; 0.022776, 0.257050, 0.092512;;, + 109;3; 0.022776, 0.257050, 0.092512;;, + 110;3; 0.022776, 0.257050, 0.092512;;, + 111;3; 0.022776, 0.257050, 0.092512;;, + 112;3; 0.022776, 0.257050, 0.092512;;, + 113;3; 0.022776, 0.257050, 0.092512;;, + 114;3; 0.022776, 0.257050, 0.092512;;, + 115;3; 0.022776, 0.257050, 0.092512;;, + 116;3; 0.022776, 0.257050, 0.092512;;, + 117;3; 0.022776, 0.257050, 0.092512;;, + 118;3; 0.022776, 0.257050, 0.092512;;, + 119;3; 0.022776, 0.257050, 0.092512;;, + 120;3; 0.022776, 0.257050, 0.092512;;, + 121;3; 0.022776, 0.257050, 0.092512;;, + 122;3; 0.022776, 0.257050, 0.092512;;, + 123;3; 0.022776, 0.257050, 0.092512;;, + 124;3; 0.022776, 0.257050, 0.092512;;, + 125;3; 0.022776, 0.257050, 0.092512;;, + 126;3; 0.022776, 0.257050, 0.092512;;, + 127;3; 0.022776, 0.257050, 0.092512;;, + 128;3; 0.022776, 0.257050, 0.092512;;, + 129;3; 0.022776, 0.257050, 0.092512;;, + 130;3; 0.022776, 0.257050, 0.092512;;, + 131;3; 0.022776, 0.257050, 0.092512;;, + 132;3; 0.022776, 0.257050, 0.092512;;, + 133;3; 0.022776, 0.257050, 0.092512;;, + 134;3; 0.022776, 0.257050, 0.092512;;, + 135;3; 0.022776, 0.257050, 0.092512;;, + 136;3; 0.022776, 0.257050, 0.092512;;, + 137;3; 0.022776, 0.257050, 0.092512;;, + 138;3; 0.022776, 0.257050, 0.092512;;, + 139;3; 0.022776, 0.257050, 0.092512;;, + 140;3; 0.022776, 0.257050, 0.092512;;, + 141;3; 0.022776, 0.257050, 0.092512;;, + 142;3; 0.022776, 0.257050, 0.092512;;, + 143;3; 0.022776, 0.257050, 0.092512;;, + 144;3; 0.022776, 0.257050, 0.092512;;, + 145;3; 0.022776, 0.257050, 0.092512;;, + 146;3; 0.022776, 0.257050, 0.092512;;, + 147;3; 0.022776, 0.257050, 0.092512;;, + 148;3; 0.022776, 0.257050, 0.092512;;, + 149;3; 0.022776, 0.257050, 0.092512;;, + 150;3; 0.022776, 0.257050, 0.092512;;, + 151;3; 0.022776, 0.257050, 0.092512;;, + 152;3; 0.022776, 0.257050, 0.092512;;, + 153;3; 0.022776, 0.257050, 0.092512;;, + 154;3; 0.022776, 0.257050, 0.092512;;, + 155;3; 0.022776, 0.257050, 0.092512;;, + 156;3; 0.022776, 0.257050, 0.092512;;, + 157;3; 0.022776, 0.257050, 0.092512;;, + 158;3; 0.022776, 0.257050, 0.092512;;, + 159;3; 0.022776, 0.257050, 0.092512;;, + 160;3; 0.022776, 0.257050, 0.092512;;, + 161;3; 0.022776, 0.257050, 0.092512;;, + 162;3; 0.022776, 0.257050, 0.092512;;, + 163;3; 0.022776, 0.257050, 0.092512;;, + 164;3; 0.022776, 0.257050, 0.092512;;, + 165;3; 0.022776, 0.257050, 0.092512;;, + 166;3; 0.022776, 0.257050, 0.092512;;, + 167;3; 0.022776, 0.257050, 0.092512;;, + 168;3; 0.022776, 0.257050, 0.092512;;, + 169;3; 0.022776, 0.257050, 0.092512;;, + 170;3; 0.022776, 0.257050, 0.092512;;, + 171;3; 0.022776, 0.257050, 0.092512;;, + 172;3; 0.022776, 0.257050, 0.092512;;, + 173;3; 0.022776, 0.257050, 0.092512;;, + 174;3; 0.022776, 0.257050, 0.092512;;, + 175;3; 0.022776, 0.257050, 0.092512;;, + 176;3; 0.022776, 0.257050, 0.092512;;, + 177;3; 0.022776, 0.257050, 0.092512;;, + 178;3; 0.022776, 0.257050, 0.092512;;, + 179;3; 0.022776, 0.257050, 0.092512;;, + 180;3; 0.022776, 0.257050, 0.092512;;, + 181;3; 0.022776, 0.257050, 0.092512;;, + 182;3; 0.022776, 0.257050, 0.092512;;, + 183;3; 0.022776, 0.257050, 0.092512;;, + 184;3; 0.022776, 0.257050, 0.092512;;, + 185;3; 0.022776, 0.257050, 0.092512;;, + 186;3; 0.022776, 0.257050, 0.092512;;, + 187;3; 0.022776, 0.257050, 0.092512;;, + 188;3; 0.022776, 0.257050, 0.092512;;, + 189;3; 0.022776, 0.257050, 0.092512;;, + 190;3; 0.022776, 0.257050, 0.092512;;, + 191;3; 0.022776, 0.257050, 0.092512;;, + 192;3; 0.022776, 0.257050, 0.092512;;, + 193;3; 0.022776, 0.257050, 0.092512;;, + 194;3; 0.022776, 0.257050, 0.092512;;, + 195;3; 0.022776, 0.257050, 0.092512;;, + 196;3; 0.022776, 0.257050, 0.092512;;, + 197;3; 0.022776, 0.257050, 0.092512;;, + 198;3; 0.022776, 0.257050, 0.092512;;, + 199;3; 0.022776, 0.257050, 0.092512;;, + 200;3; 0.022776, 0.257050, 0.092512;;, + 201;3; 0.022776, 0.257050, 0.092512;;, + 202;3; 0.022776, 0.257050, 0.092512;;, + 203;3; 0.022776, 0.257050, 0.092512;;, + 204;3; 0.022776, 0.257050, 0.092512;;, + 205;3; 0.022776, 0.257050, 0.092512;;, + 206;3; 0.022776, 0.257050, 0.092512;;, + 207;3; 0.022776, 0.257050, 0.092512;;, + 208;3; 0.022776, 0.257050, 0.092512;;, + 209;3; 0.022776, 0.257050, 0.092512;;, + 210;3; 0.022776, 0.257050, 0.092512;;, + 211;3; 0.022776, 0.257050, 0.092512;;, + 212;3; 0.022776, 0.257050, 0.092512;;, + 213;3; 0.022776, 0.257050, 0.092512;;, + 214;3; 0.022776, 0.257050, 0.092512;;, + 215;3; 0.022776, 0.257050, 0.092512;;, + 216;3; 0.022776, 0.257050, 0.092512;;, + 217;3; 0.022776, 0.257050, 0.092512;;, + 218;3; 0.022776, 0.257050, 0.092512;;; + } + } + Animation { + {wolfwoman_upperarm_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 1;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 2;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 3;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 4;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 5;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 6;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 7;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 8;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 9;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 10;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 11;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 12;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 13;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 14;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 15;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 16;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 17;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 18;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 19;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 20;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 21;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 22;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 23;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 24;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 25;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 26;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 27;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 28;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 29;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 30;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 31;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 32;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 33;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 34;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 35;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 36;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 37;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 38;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 39;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 40;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 41;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 42;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 43;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 44;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 45;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 46;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 47;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 48;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 49;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 50;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 51;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 52;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 53;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 54;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 55;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 56;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 57;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 58;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 59;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 60;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 61;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 62;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 63;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 64;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 65;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 66;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 67;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 68;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 69;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 70;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 71;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 72;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 73;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 74;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 75;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 76;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 77;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 78;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 79;4;-0.707544,-0.054571, 0.112065,-0.695590;;, + 80;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 81;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 82;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 83;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 84;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 85;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 86;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 87;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 88;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 89;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 90;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 91;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 92;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 93;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 94;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 95;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 96;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 97;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 98;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 99;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 100;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 101;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 102;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 103;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 104;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 105;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 106;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 107;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 108;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 109;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 110;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 111;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 112;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 113;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 114;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 115;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 116;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 117;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 118;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 119;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 120;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 121;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 122;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 123;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 124;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 125;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 126;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 127;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 128;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 129;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 130;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 131;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 132;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 133;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 134;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 135;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 136;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 137;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 138;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 139;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 140;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 141;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 142;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 143;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 144;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 145;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 146;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 147;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 148;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 149;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 150;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 151;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 152;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 153;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 154;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 155;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 156;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 157;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 158;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 159;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 160;4;-0.908875, 0.221576,-0.165808,-0.312024;;, + 161;4;-0.781663, 0.399352,-0.459385, 0.135963;;, + 162;4;-0.781663, 0.399352,-0.459385, 0.135963;;, + 163;4;-0.781663, 0.399352,-0.459385, 0.135963;;, + 164;4;-0.781663, 0.399352,-0.459385, 0.135963;;, + 165;4;-0.781663, 0.399352,-0.459385, 0.135963;;, + 166;4;-0.901060, 0.143192,-0.203168,-0.355402;;, + 167;4;-0.669083,-0.168861, 0.132202,-0.711574;;, + 168;4;-0.667139,-0.165130, 0.128350,-0.714971;;, + 169;4;-0.666950,-0.154976, 0.117949,-0.719200;;, + 170;4;-0.668211,-0.138717, 0.101341,-0.723866;;, + 171;4;-0.670354,-0.117442, 0.079658,-0.728346;;, + 172;4;-0.672679,-0.093210, 0.055016,-0.731975;;, + 173;4;-0.674601,-0.068842, 0.030289,-0.734341;;, + 174;4;-0.675859,-0.047253, 0.008427,-0.735466;;, + 175;4;-0.676518,-0.030726,-0.008284,-0.735738;;, + 176;4;-0.676794,-0.020560,-0.018550,-0.735652;;, + 177;4;-0.676867,-0.017184,-0.021958,-0.735577;;, + 178;4;-0.677082,-0.021352,-0.017746,-0.735384;;, + 179;4;-0.677583,-0.033883,-0.005077,-0.734647;;, + 180;4;-0.677938,-0.054057, 0.015346,-0.732969;;, + 181;4;-0.677575,-0.079744, 0.041398,-0.729945;;, + 182;4;-0.676157,-0.107376, 0.069483,-0.725572;;, + 183;4;-0.673896,-0.132801, 0.095379,-0.720508;;, + 184;4;-0.671491,-0.152593, 0.115576,-0.715862;;, + 185;4;-0.669719,-0.164810, 0.128060,-0.712682;;, + 186;4;-0.669083,-0.168861, 0.132202,-0.711574;;, + 187;4;-0.674795,-0.123875, 0.086282,-0.722400;;, + 188;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 189;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 190;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 191;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 192;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 193;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 194;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 195;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 196;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 197;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 198;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 199;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 200;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 201;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 202;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 203;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 204;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 205;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 206;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 207;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 208;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 209;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 210;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 211;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 212;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 213;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 214;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 215;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 216;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 217;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 218;4;-0.677618,-0.078359, 0.039993,-0.730133;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.171145, 0.000000;;, + 1;3;-0.000000, 0.171145, 0.000000;;, + 2;3;-0.000000, 0.171145, 0.000000;;, + 3;3;-0.000000, 0.171145, 0.000000;;, + 4;3;-0.000000, 0.171145, 0.000000;;, + 5;3;-0.000000, 0.171145, 0.000000;;, + 6;3;-0.000000, 0.171145, 0.000000;;, + 7;3;-0.000000, 0.171145, 0.000000;;, + 8;3;-0.000000, 0.171145, 0.000000;;, + 9;3;-0.000000, 0.171145, 0.000000;;, + 10;3;-0.000000, 0.171145, 0.000000;;, + 11;3;-0.000000, 0.171145, 0.000000;;, + 12;3;-0.000000, 0.171145, 0.000000;;, + 13;3;-0.000000, 0.171145, 0.000000;;, + 14;3;-0.000000, 0.171145, 0.000000;;, + 15;3;-0.000000, 0.171145, 0.000000;;, + 16;3;-0.000000, 0.171145, 0.000000;;, + 17;3;-0.000000, 0.171145, 0.000000;;, + 18;3;-0.000000, 0.171145, 0.000000;;, + 19;3;-0.000000, 0.171145, 0.000000;;, + 20;3;-0.000000, 0.171145, 0.000000;;, + 21;3;-0.000000, 0.171145, 0.000000;;, + 22;3;-0.000000, 0.171145, 0.000000;;, + 23;3;-0.000000, 0.171145, 0.000000;;, + 24;3;-0.000000, 0.171145, 0.000000;;, + 25;3;-0.000000, 0.171145, 0.000000;;, + 26;3;-0.000000, 0.171145, 0.000000;;, + 27;3;-0.000000, 0.171145, 0.000000;;, + 28;3;-0.000000, 0.171145, 0.000000;;, + 29;3;-0.000000, 0.171145, 0.000000;;, + 30;3;-0.000000, 0.171145, 0.000000;;, + 31;3;-0.000000, 0.171145, 0.000000;;, + 32;3;-0.000000, 0.171145, 0.000000;;, + 33;3;-0.000000, 0.171145, 0.000000;;, + 34;3;-0.000000, 0.171145, 0.000000;;, + 35;3;-0.000000, 0.171145, 0.000000;;, + 36;3;-0.000000, 0.171145, 0.000000;;, + 37;3;-0.000000, 0.171145, 0.000000;;, + 38;3;-0.000000, 0.171145, 0.000000;;, + 39;3;-0.000000, 0.171145, 0.000000;;, + 40;3;-0.000000, 0.171145, 0.000000;;, + 41;3;-0.000000, 0.171145, 0.000000;;, + 42;3;-0.000000, 0.171145, 0.000000;;, + 43;3;-0.000000, 0.171145, 0.000000;;, + 44;3;-0.000000, 0.171145, 0.000000;;, + 45;3;-0.000000, 0.171145, 0.000000;;, + 46;3;-0.000000, 0.171145, 0.000000;;, + 47;3;-0.000000, 0.171145, 0.000000;;, + 48;3;-0.000000, 0.171145, 0.000000;;, + 49;3;-0.000000, 0.171145, 0.000000;;, + 50;3;-0.000000, 0.171145, 0.000000;;, + 51;3;-0.000000, 0.171145, 0.000000;;, + 52;3;-0.000000, 0.171145, 0.000000;;, + 53;3;-0.000000, 0.171145, 0.000000;;, + 54;3;-0.000000, 0.171145, 0.000000;;, + 55;3;-0.000000, 0.171145, 0.000000;;, + 56;3;-0.000000, 0.171145, 0.000000;;, + 57;3;-0.000000, 0.171145, 0.000000;;, + 58;3;-0.000000, 0.171145, 0.000000;;, + 59;3;-0.000000, 0.171145, 0.000000;;, + 60;3;-0.000000, 0.171145, 0.000000;;, + 61;3;-0.000000, 0.171145, 0.000000;;, + 62;3;-0.000000, 0.171145, 0.000000;;, + 63;3;-0.000000, 0.171145, 0.000000;;, + 64;3;-0.000000, 0.171145, 0.000000;;, + 65;3;-0.000000, 0.171145, 0.000000;;, + 66;3;-0.000000, 0.171145, 0.000000;;, + 67;3;-0.000000, 0.171145, 0.000000;;, + 68;3;-0.000000, 0.171145, 0.000000;;, + 69;3;-0.000000, 0.171145, 0.000000;;, + 70;3;-0.000000, 0.171145, 0.000000;;, + 71;3;-0.000000, 0.171145, 0.000000;;, + 72;3;-0.000000, 0.171145, 0.000000;;, + 73;3;-0.000000, 0.171145, 0.000000;;, + 74;3;-0.000000, 0.171145, 0.000000;;, + 75;3;-0.000000, 0.171145, 0.000000;;, + 76;3;-0.000000, 0.171145, 0.000000;;, + 77;3;-0.000000, 0.171145, 0.000000;;, + 78;3;-0.000000, 0.171145, 0.000000;;, + 79;3;-0.000000, 0.171145,-0.000000;;, + 80;3;-0.000000, 0.171145,-0.000000;;, + 81;3;-0.000000, 0.171145,-0.000000;;, + 82;3;-0.000000, 0.171145,-0.000000;;, + 83;3;-0.000000, 0.171145,-0.000000;;, + 84;3;-0.000000, 0.171145,-0.000000;;, + 85;3;-0.000000, 0.171145,-0.000000;;, + 86;3;-0.000000, 0.171145,-0.000000;;, + 87;3;-0.000000, 0.171145,-0.000000;;, + 88;3;-0.000000, 0.171145,-0.000000;;, + 89;3;-0.000000, 0.171145,-0.000000;;, + 90;3;-0.000000, 0.171145,-0.000000;;, + 91;3;-0.000000, 0.171145,-0.000000;;, + 92;3;-0.000000, 0.171145,-0.000000;;, + 93;3;-0.000000, 0.171145,-0.000000;;, + 94;3;-0.000000, 0.171145,-0.000000;;, + 95;3;-0.000000, 0.171145,-0.000000;;, + 96;3;-0.000000, 0.171145,-0.000000;;, + 97;3;-0.000000, 0.171145,-0.000000;;, + 98;3;-0.000000, 0.171145,-0.000000;;, + 99;3;-0.000000, 0.171145,-0.000000;;, + 100;3;-0.000000, 0.171145,-0.000000;;, + 101;3;-0.000000, 0.171145,-0.000000;;, + 102;3;-0.000000, 0.171145,-0.000000;;, + 103;3;-0.000000, 0.171145,-0.000000;;, + 104;3;-0.000000, 0.171145,-0.000000;;, + 105;3;-0.000000, 0.171145,-0.000000;;, + 106;3;-0.000000, 0.171145,-0.000000;;, + 107;3;-0.000000, 0.171145,-0.000000;;, + 108;3;-0.000000, 0.171145,-0.000000;;, + 109;3;-0.000000, 0.171145,-0.000000;;, + 110;3;-0.000000, 0.171145,-0.000000;;, + 111;3;-0.000000, 0.171145,-0.000000;;, + 112;3;-0.000000, 0.171145,-0.000000;;, + 113;3;-0.000000, 0.171145,-0.000000;;, + 114;3;-0.000000, 0.171145,-0.000000;;, + 115;3;-0.000000, 0.171145,-0.000000;;, + 116;3;-0.000000, 0.171145,-0.000000;;, + 117;3;-0.000000, 0.171145,-0.000000;;, + 118;3;-0.000000, 0.171145,-0.000000;;, + 119;3;-0.000000, 0.171145,-0.000000;;, + 120;3;-0.000000, 0.171145,-0.000000;;, + 121;3;-0.000000, 0.171145,-0.000000;;, + 122;3;-0.000000, 0.171145,-0.000000;;, + 123;3;-0.000000, 0.171145,-0.000000;;, + 124;3;-0.000000, 0.171145,-0.000000;;, + 125;3;-0.000000, 0.171145,-0.000000;;, + 126;3;-0.000000, 0.171145,-0.000000;;, + 127;3;-0.000000, 0.171145,-0.000000;;, + 128;3;-0.000000, 0.171145,-0.000000;;, + 129;3;-0.000000, 0.171145,-0.000000;;, + 130;3;-0.000000, 0.171145,-0.000000;;, + 131;3;-0.000000, 0.171145,-0.000000;;, + 132;3;-0.000000, 0.171145,-0.000000;;, + 133;3;-0.000000, 0.171145,-0.000000;;, + 134;3;-0.000000, 0.171145,-0.000000;;, + 135;3;-0.000000, 0.171145,-0.000000;;, + 136;3;-0.000000, 0.171145,-0.000000;;, + 137;3;-0.000000, 0.171145,-0.000000;;, + 138;3;-0.000000, 0.171145,-0.000000;;, + 139;3;-0.000000, 0.171145,-0.000000;;, + 140;3;-0.000000, 0.171145,-0.000000;;, + 141;3;-0.000000, 0.171145,-0.000000;;, + 142;3;-0.000000, 0.171145,-0.000000;;, + 143;3;-0.000000, 0.171145,-0.000000;;, + 144;3;-0.000000, 0.171145,-0.000000;;, + 145;3;-0.000000, 0.171145,-0.000000;;, + 146;3;-0.000000, 0.171145,-0.000000;;, + 147;3;-0.000000, 0.171145,-0.000000;;, + 148;3;-0.000000, 0.171145,-0.000000;;, + 149;3;-0.000000, 0.171145,-0.000000;;, + 150;3;-0.000000, 0.171145,-0.000000;;, + 151;3;-0.000000, 0.171145,-0.000000;;, + 152;3;-0.000000, 0.171145,-0.000000;;, + 153;3;-0.000000, 0.171145,-0.000000;;, + 154;3;-0.000000, 0.171145,-0.000000;;, + 155;3;-0.000000, 0.171145,-0.000000;;, + 156;3;-0.000000, 0.171145,-0.000000;;, + 157;3;-0.000000, 0.171145,-0.000000;;, + 158;3;-0.000000, 0.171145,-0.000000;;, + 159;3;-0.000000, 0.171145,-0.000000;;, + 160;3;-0.000000, 0.171145,-0.000000;;, + 161;3;-0.000000, 0.171145, 0.000000;;, + 162;3;-0.000000, 0.171145, 0.000000;;, + 163;3;-0.000000, 0.171145, 0.000000;;, + 164;3;-0.000000, 0.171145, 0.000000;;, + 165;3;-0.000000, 0.171145, 0.000000;;, + 166;3;-0.000000, 0.171145,-0.000000;;, + 167;3;-0.000000, 0.171145, 0.000000;;, + 168;3;-0.000000, 0.171145, 0.000000;;, + 169;3;-0.000000, 0.171145, 0.000000;;, + 170;3;-0.000000, 0.171145, 0.000000;;, + 171;3;-0.000000, 0.171145, 0.000000;;, + 172;3;-0.000000, 0.171145, 0.000000;;, + 173;3;-0.000000, 0.171145, 0.000000;;, + 174;3;-0.000000, 0.171145, 0.000000;;, + 175;3;-0.000000, 0.171145, 0.000000;;, + 176;3;-0.000000, 0.171145, 0.000000;;, + 177;3;-0.000000, 0.171145, 0.000000;;, + 178;3;-0.000000, 0.171145, 0.000000;;, + 179;3;-0.000000, 0.171145, 0.000000;;, + 180;3;-0.000000, 0.171145, 0.000000;;, + 181;3;-0.000000, 0.171145, 0.000000;;, + 182;3;-0.000000, 0.171145, 0.000000;;, + 183;3;-0.000000, 0.171145, 0.000000;;, + 184;3;-0.000000, 0.171145, 0.000000;;, + 185;3;-0.000000, 0.171145, 0.000000;;, + 186;3;-0.000000, 0.171145, 0.000000;;, + 187;3;-0.000000, 0.171145, 0.000000;;, + 188;3;-0.000000, 0.171145, 0.000000;;, + 189;3;-0.000000, 0.171145, 0.000000;;, + 190;3;-0.000000, 0.171145, 0.000000;;, + 191;3;-0.000000, 0.171145, 0.000000;;, + 192;3;-0.000000, 0.171145, 0.000000;;, + 193;3;-0.000000, 0.171145, 0.000000;;, + 194;3;-0.000000, 0.171145, 0.000000;;, + 195;3;-0.000000, 0.171145, 0.000000;;, + 196;3;-0.000000, 0.171145, 0.000000;;, + 197;3;-0.000000, 0.171145, 0.000000;;, + 198;3;-0.000000, 0.171145, 0.000000;;, + 199;3;-0.000000, 0.171145, 0.000000;;, + 200;3;-0.000000, 0.171145, 0.000000;;, + 201;3;-0.000000, 0.171145, 0.000000;;, + 202;3;-0.000000, 0.171145, 0.000000;;, + 203;3;-0.000000, 0.171145, 0.000000;;, + 204;3;-0.000000, 0.171145, 0.000000;;, + 205;3;-0.000000, 0.171145, 0.000000;;, + 206;3;-0.000000, 0.171145, 0.000000;;, + 207;3;-0.000000, 0.171145, 0.000000;;, + 208;3;-0.000000, 0.171145, 0.000000;;, + 209;3;-0.000000, 0.171145, 0.000000;;, + 210;3;-0.000000, 0.171145, 0.000000;;, + 211;3;-0.000000, 0.171145, 0.000000;;, + 212;3;-0.000000, 0.171145, 0.000000;;, + 213;3;-0.000000, 0.171145, 0.000000;;, + 214;3;-0.000000, 0.171145, 0.000000;;, + 215;3;-0.000000, 0.171145, 0.000000;;, + 216;3;-0.000000, 0.171145, 0.000000;;, + 217;3;-0.000000, 0.171145, 0.000000;;, + 218;3;-0.000000, 0.171145, 0.000000;;; + } + } + Animation { + {wolfwoman_lowerarm_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 1;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 2;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 3;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 4;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 5;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 6;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 7;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 8;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 9;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 10;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 11;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 12;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 13;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 14;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 15;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 16;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 17;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 18;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 19;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 20;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 21;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 22;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 23;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 24;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 25;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 26;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 27;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 28;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 29;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 30;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 31;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 32;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 33;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 34;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 35;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 36;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 37;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 38;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 39;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 40;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 41;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 42;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 43;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 44;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 45;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 46;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 47;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 48;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 49;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 50;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 51;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 52;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 53;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 54;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 55;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 56;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 57;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 58;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 59;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 60;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 61;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 62;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 63;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 64;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 65;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 66;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 67;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 68;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 69;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 70;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 71;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 72;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 73;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 74;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 75;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 76;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 77;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 78;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 79;4;-0.942963, 0.322298,-0.065104, 0.052017;;, + 80;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 81;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 82;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 83;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 84;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 85;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 86;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 87;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 88;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 89;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 90;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 91;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 92;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 93;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 94;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 95;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 96;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 97;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 98;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 99;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 100;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 101;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 102;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 103;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 104;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 105;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 106;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 107;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 108;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 109;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 110;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 111;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 112;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 113;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 114;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 115;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 116;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 117;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 118;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 119;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 120;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 121;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 122;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 123;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 124;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 125;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 126;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 127;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 128;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 129;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 130;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 131;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 132;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 133;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 134;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 135;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 136;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 137;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 138;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 139;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 140;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 141;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 142;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 143;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 144;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 145;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 146;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 147;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 148;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 149;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 150;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 151;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 152;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 153;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 154;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 155;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 156;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 157;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 158;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 159;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 160;4;-0.775863, 0.625373,-0.043387, 0.071146;;, + 161;4;-0.718406, 0.690614,-0.037021, 0.074657;;, + 162;4;-0.718406, 0.690614,-0.037021, 0.074657;;, + 163;4;-0.718406, 0.690614,-0.037021, 0.074657;;, + 164;4;-0.718406, 0.690614,-0.037021, 0.074657;;, + 165;4;-0.718406, 0.690614,-0.037021, 0.074657;;, + 166;4;-0.911285, 0.403256,-0.060323, 0.057493;;, + 167;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 168;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 169;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 170;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 171;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 172;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 173;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 174;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 175;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 176;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 177;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 178;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 179;4;-0.994249, 0.067259,-0.076348, 0.033394;;, + 180;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 181;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 182;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 183;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 184;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 185;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 186;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 187;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 188;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 189;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 190;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 191;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 192;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 193;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 194;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 195;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 196;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 197;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 198;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 199;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 200;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 201;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 202;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 203;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 204;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 205;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 206;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 207;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 208;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 209;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 210;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 211;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 212;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 213;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 214;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 215;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 216;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 217;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 218;4;-0.994250, 0.067259,-0.076348, 0.033394;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.252007, 0.000000;;, + 1;3; 0.000000, 0.252007, 0.000000;;, + 2;3; 0.000000, 0.252007, 0.000000;;, + 3;3; 0.000000, 0.252007, 0.000000;;, + 4;3; 0.000000, 0.252007, 0.000000;;, + 5;3; 0.000000, 0.252007, 0.000000;;, + 6;3; 0.000000, 0.252007, 0.000000;;, + 7;3; 0.000000, 0.252007, 0.000000;;, + 8;3; 0.000000, 0.252007, 0.000000;;, + 9;3; 0.000000, 0.252007, 0.000000;;, + 10;3; 0.000000, 0.252007, 0.000000;;, + 11;3; 0.000000, 0.252007, 0.000000;;, + 12;3; 0.000000, 0.252007, 0.000000;;, + 13;3; 0.000000, 0.252007, 0.000000;;, + 14;3; 0.000000, 0.252007, 0.000000;;, + 15;3; 0.000000, 0.252007, 0.000000;;, + 16;3; 0.000000, 0.252007, 0.000000;;, + 17;3; 0.000000, 0.252007, 0.000000;;, + 18;3; 0.000000, 0.252007, 0.000000;;, + 19;3; 0.000000, 0.252007, 0.000000;;, + 20;3; 0.000000, 0.252007, 0.000000;;, + 21;3; 0.000000, 0.252007, 0.000000;;, + 22;3; 0.000000, 0.252007, 0.000000;;, + 23;3; 0.000000, 0.252007, 0.000000;;, + 24;3; 0.000000, 0.252007, 0.000000;;, + 25;3; 0.000000, 0.252007, 0.000000;;, + 26;3; 0.000000, 0.252007, 0.000000;;, + 27;3; 0.000000, 0.252007, 0.000000;;, + 28;3; 0.000000, 0.252007, 0.000000;;, + 29;3; 0.000000, 0.252007, 0.000000;;, + 30;3; 0.000000, 0.252007, 0.000000;;, + 31;3; 0.000000, 0.252007, 0.000000;;, + 32;3; 0.000000, 0.252007, 0.000000;;, + 33;3; 0.000000, 0.252007, 0.000000;;, + 34;3; 0.000000, 0.252007, 0.000000;;, + 35;3; 0.000000, 0.252007, 0.000000;;, + 36;3; 0.000000, 0.252007, 0.000000;;, + 37;3; 0.000000, 0.252007, 0.000000;;, + 38;3; 0.000000, 0.252007, 0.000000;;, + 39;3; 0.000000, 0.252007, 0.000000;;, + 40;3; 0.000000, 0.252007, 0.000000;;, + 41;3; 0.000000, 0.252007, 0.000000;;, + 42;3; 0.000000, 0.252007, 0.000000;;, + 43;3; 0.000000, 0.252007, 0.000000;;, + 44;3; 0.000000, 0.252007, 0.000000;;, + 45;3; 0.000000, 0.252007, 0.000000;;, + 46;3; 0.000000, 0.252007, 0.000000;;, + 47;3; 0.000000, 0.252007, 0.000000;;, + 48;3; 0.000000, 0.252007, 0.000000;;, + 49;3; 0.000000, 0.252007, 0.000000;;, + 50;3; 0.000000, 0.252007, 0.000000;;, + 51;3; 0.000000, 0.252007, 0.000000;;, + 52;3; 0.000000, 0.252007, 0.000000;;, + 53;3; 0.000000, 0.252007, 0.000000;;, + 54;3; 0.000000, 0.252007, 0.000000;;, + 55;3; 0.000000, 0.252007, 0.000000;;, + 56;3; 0.000000, 0.252007, 0.000000;;, + 57;3; 0.000000, 0.252007, 0.000000;;, + 58;3; 0.000000, 0.252007, 0.000000;;, + 59;3; 0.000000, 0.252007, 0.000000;;, + 60;3; 0.000000, 0.252007, 0.000000;;, + 61;3; 0.000000, 0.252007, 0.000000;;, + 62;3; 0.000000, 0.252007, 0.000000;;, + 63;3; 0.000000, 0.252007, 0.000000;;, + 64;3; 0.000000, 0.252007, 0.000000;;, + 65;3; 0.000000, 0.252007, 0.000000;;, + 66;3; 0.000000, 0.252007, 0.000000;;, + 67;3; 0.000000, 0.252007, 0.000000;;, + 68;3; 0.000000, 0.252007, 0.000000;;, + 69;3; 0.000000, 0.252007, 0.000000;;, + 70;3; 0.000000, 0.252007, 0.000000;;, + 71;3; 0.000000, 0.252007, 0.000000;;, + 72;3; 0.000000, 0.252007, 0.000000;;, + 73;3; 0.000000, 0.252007, 0.000000;;, + 74;3; 0.000000, 0.252007, 0.000000;;, + 75;3; 0.000000, 0.252007, 0.000000;;, + 76;3; 0.000000, 0.252007, 0.000000;;, + 77;3; 0.000000, 0.252007, 0.000000;;, + 78;3; 0.000000, 0.252007, 0.000000;;, + 79;3; 0.000000, 0.252007, 0.000000;;, + 80;3; 0.000000, 0.252007, 0.000000;;, + 81;3; 0.000000, 0.252007, 0.000000;;, + 82;3; 0.000000, 0.252007, 0.000000;;, + 83;3; 0.000000, 0.252007, 0.000000;;, + 84;3; 0.000000, 0.252007, 0.000000;;, + 85;3; 0.000000, 0.252007, 0.000000;;, + 86;3; 0.000000, 0.252007, 0.000000;;, + 87;3; 0.000000, 0.252007, 0.000000;;, + 88;3; 0.000000, 0.252007, 0.000000;;, + 89;3; 0.000000, 0.252007, 0.000000;;, + 90;3; 0.000000, 0.252007, 0.000000;;, + 91;3; 0.000000, 0.252007, 0.000000;;, + 92;3; 0.000000, 0.252007, 0.000000;;, + 93;3; 0.000000, 0.252007, 0.000000;;, + 94;3; 0.000000, 0.252007, 0.000000;;, + 95;3; 0.000000, 0.252007, 0.000000;;, + 96;3; 0.000000, 0.252007, 0.000000;;, + 97;3; 0.000000, 0.252007, 0.000000;;, + 98;3; 0.000000, 0.252007, 0.000000;;, + 99;3; 0.000000, 0.252007, 0.000000;;, + 100;3; 0.000000, 0.252007, 0.000000;;, + 101;3; 0.000000, 0.252007, 0.000000;;, + 102;3; 0.000000, 0.252007, 0.000000;;, + 103;3; 0.000000, 0.252007, 0.000000;;, + 104;3; 0.000000, 0.252007, 0.000000;;, + 105;3; 0.000000, 0.252007, 0.000000;;, + 106;3; 0.000000, 0.252007, 0.000000;;, + 107;3; 0.000000, 0.252007, 0.000000;;, + 108;3; 0.000000, 0.252007, 0.000000;;, + 109;3; 0.000000, 0.252007, 0.000000;;, + 110;3; 0.000000, 0.252007, 0.000000;;, + 111;3; 0.000000, 0.252007, 0.000000;;, + 112;3; 0.000000, 0.252007, 0.000000;;, + 113;3; 0.000000, 0.252007, 0.000000;;, + 114;3; 0.000000, 0.252007, 0.000000;;, + 115;3; 0.000000, 0.252007, 0.000000;;, + 116;3; 0.000000, 0.252007, 0.000000;;, + 117;3; 0.000000, 0.252007, 0.000000;;, + 118;3; 0.000000, 0.252007, 0.000000;;, + 119;3; 0.000000, 0.252007, 0.000000;;, + 120;3; 0.000000, 0.252007, 0.000000;;, + 121;3; 0.000000, 0.252007, 0.000000;;, + 122;3; 0.000000, 0.252007, 0.000000;;, + 123;3; 0.000000, 0.252007, 0.000000;;, + 124;3; 0.000000, 0.252007, 0.000000;;, + 125;3; 0.000000, 0.252007, 0.000000;;, + 126;3; 0.000000, 0.252007, 0.000000;;, + 127;3; 0.000000, 0.252007, 0.000000;;, + 128;3; 0.000000, 0.252007, 0.000000;;, + 129;3; 0.000000, 0.252007, 0.000000;;, + 130;3; 0.000000, 0.252007, 0.000000;;, + 131;3; 0.000000, 0.252007, 0.000000;;, + 132;3; 0.000000, 0.252007, 0.000000;;, + 133;3; 0.000000, 0.252007, 0.000000;;, + 134;3; 0.000000, 0.252007, 0.000000;;, + 135;3; 0.000000, 0.252007, 0.000000;;, + 136;3; 0.000000, 0.252007, 0.000000;;, + 137;3; 0.000000, 0.252007, 0.000000;;, + 138;3; 0.000000, 0.252007, 0.000000;;, + 139;3; 0.000000, 0.252007, 0.000000;;, + 140;3; 0.000000, 0.252007, 0.000000;;, + 141;3; 0.000000, 0.252007, 0.000000;;, + 142;3; 0.000000, 0.252007, 0.000000;;, + 143;3; 0.000000, 0.252007, 0.000000;;, + 144;3; 0.000000, 0.252007, 0.000000;;, + 145;3; 0.000000, 0.252007, 0.000000;;, + 146;3; 0.000000, 0.252007, 0.000000;;, + 147;3; 0.000000, 0.252007, 0.000000;;, + 148;3; 0.000000, 0.252007, 0.000000;;, + 149;3; 0.000000, 0.252007, 0.000000;;, + 150;3; 0.000000, 0.252007, 0.000000;;, + 151;3; 0.000000, 0.252007, 0.000000;;, + 152;3; 0.000000, 0.252007, 0.000000;;, + 153;3; 0.000000, 0.252007, 0.000000;;, + 154;3; 0.000000, 0.252007, 0.000000;;, + 155;3; 0.000000, 0.252007, 0.000000;;, + 156;3; 0.000000, 0.252007, 0.000000;;, + 157;3; 0.000000, 0.252007, 0.000000;;, + 158;3; 0.000000, 0.252007, 0.000000;;, + 159;3; 0.000000, 0.252007, 0.000000;;, + 160;3;-0.000000, 0.252007, 0.000000;;, + 161;3;-0.000000, 0.252007, 0.000000;;, + 162;3;-0.000000, 0.252007, 0.000000;;, + 163;3;-0.000000, 0.252007, 0.000000;;, + 164;3;-0.000000, 0.252007, 0.000000;;, + 165;3;-0.000000, 0.252007, 0.000000;;, + 166;3; 0.000000, 0.252007, 0.000000;;, + 167;3; 0.000000, 0.252007, 0.000000;;, + 168;3;-0.000000, 0.252007, 0.000000;;, + 169;3; 0.000000, 0.252007, 0.000000;;, + 170;3;-0.000000, 0.252007, 0.000000;;, + 171;3;-0.000000, 0.252007, 0.000000;;, + 172;3; 0.000000, 0.252007, 0.000000;;, + 173;3;-0.000000, 0.252007, 0.000000;;, + 174;3; 0.000000, 0.252007, 0.000000;;, + 175;3;-0.000000, 0.252007, 0.000000;;, + 176;3; 0.000000, 0.252007, 0.000000;;, + 177;3; 0.000000, 0.252007, 0.000000;;, + 178;3; 0.000000, 0.252007, 0.000000;;, + 179;3;-0.000000, 0.252007, 0.000000;;, + 180;3; 0.000000, 0.252007, 0.000000;;, + 181;3; 0.000000, 0.252007, 0.000000;;, + 182;3; 0.000000, 0.252007, 0.000000;;, + 183;3; 0.000000, 0.252007, 0.000000;;, + 184;3; 0.000000, 0.252007, 0.000000;;, + 185;3; 0.000000, 0.252007, 0.000000;;, + 186;3; 0.000000, 0.252007, 0.000000;;, + 187;3; 0.000000, 0.252007, 0.000000;;, + 188;3; 0.000000, 0.252007, 0.000000;;, + 189;3; 0.000000, 0.252007, 0.000000;;, + 190;3; 0.000000, 0.252007, 0.000000;;, + 191;3; 0.000000, 0.252007, 0.000000;;, + 192;3; 0.000000, 0.252007, 0.000000;;, + 193;3; 0.000000, 0.252007, 0.000000;;, + 194;3; 0.000000, 0.252007, 0.000000;;, + 195;3; 0.000000, 0.252007, 0.000000;;, + 196;3; 0.000000, 0.252007, 0.000000;;, + 197;3; 0.000000, 0.252007, 0.000000;;, + 198;3; 0.000000, 0.252007, 0.000000;;, + 199;3; 0.000000, 0.252007, 0.000000;;, + 200;3; 0.000000, 0.252007, 0.000000;;, + 201;3; 0.000000, 0.252007, 0.000000;;, + 202;3; 0.000000, 0.252007, 0.000000;;, + 203;3; 0.000000, 0.252007, 0.000000;;, + 204;3; 0.000000, 0.252007, 0.000000;;, + 205;3; 0.000000, 0.252007, 0.000000;;, + 206;3; 0.000000, 0.252007, 0.000000;;, + 207;3; 0.000000, 0.252007, 0.000000;;, + 208;3; 0.000000, 0.252007, 0.000000;;, + 209;3; 0.000000, 0.252007, 0.000000;;, + 210;3; 0.000000, 0.252007, 0.000000;;, + 211;3; 0.000000, 0.252007, 0.000000;;, + 212;3; 0.000000, 0.252007, 0.000000;;, + 213;3; 0.000000, 0.252007, 0.000000;;, + 214;3; 0.000000, 0.252007, 0.000000;;, + 215;3; 0.000000, 0.252007, 0.000000;;, + 216;3; 0.000000, 0.252007, 0.000000;;, + 217;3; 0.000000, 0.252007, 0.000000;;, + 218;3; 0.000000, 0.252007, 0.000000;;; + } + } + Animation { + {wolfwoman_hand_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 1;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 2;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 3;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 4;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 5;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 6;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 7;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 8;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 9;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 10;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 11;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 12;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 13;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 14;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 15;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 16;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 17;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 18;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 19;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 20;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 21;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 22;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 23;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 24;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 25;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 26;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 27;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 28;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 29;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 30;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 31;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 32;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 33;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 34;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 35;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 36;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 37;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 38;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 39;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 40;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 41;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 42;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 43;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 44;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 45;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 46;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 47;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 48;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 49;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 50;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 51;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 52;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 53;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 54;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 55;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 56;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 57;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 58;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 59;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 60;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 61;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 62;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 63;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 64;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 65;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 66;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 67;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 68;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 69;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 70;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 71;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 72;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 73;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 74;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 75;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 76;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 77;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 78;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 79;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 80;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 81;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 82;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 83;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 84;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 85;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 86;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 87;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 88;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 89;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 90;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 91;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 92;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 93;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 94;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 95;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 96;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 97;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 98;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 99;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 100;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 101;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 102;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 103;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 104;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 105;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 106;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 107;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 108;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 109;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 110;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 111;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 112;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 113;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 114;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 115;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 116;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 117;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 118;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 119;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 120;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 121;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 122;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 123;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 124;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 125;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 126;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 127;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 128;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 129;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 130;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 131;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 132;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 133;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 134;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 135;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 136;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 137;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 138;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 139;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 140;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 141;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 142;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 143;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 144;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 145;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 146;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 147;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 148;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 149;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 150;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 151;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 152;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 153;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 154;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 155;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 156;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 157;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 158;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 159;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 160;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 161;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 162;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 163;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 164;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 165;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 166;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 167;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 168;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 169;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 170;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 171;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 172;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 173;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 174;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 175;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 176;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 177;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 178;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 179;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 180;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 181;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 182;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 183;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 184;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 185;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 186;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 187;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 188;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 189;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 190;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 191;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 192;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 193;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 194;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 195;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 196;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 197;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 198;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 199;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 200;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 201;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 202;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 203;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 204;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 205;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 206;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 207;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 208;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 209;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 210;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 211;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 212;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 213;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 214;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 215;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 216;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 217;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 218;4;-0.925808, 0.096319, 0.363253,-0.040609;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.267477, 0.000000;;, + 1;3;-0.000000, 0.267477, 0.000000;;, + 2;3;-0.000000, 0.267477, 0.000000;;, + 3;3;-0.000000, 0.267477, 0.000000;;, + 4;3;-0.000000, 0.267477, 0.000000;;, + 5;3;-0.000000, 0.267477, 0.000000;;, + 6;3;-0.000000, 0.267477, 0.000000;;, + 7;3;-0.000000, 0.267477, 0.000000;;, + 8;3;-0.000000, 0.267477, 0.000000;;, + 9;3;-0.000000, 0.267477, 0.000000;;, + 10;3;-0.000000, 0.267477, 0.000000;;, + 11;3;-0.000000, 0.267477, 0.000000;;, + 12;3;-0.000000, 0.267477, 0.000000;;, + 13;3;-0.000000, 0.267477, 0.000000;;, + 14;3;-0.000000, 0.267477, 0.000000;;, + 15;3;-0.000000, 0.267477, 0.000000;;, + 16;3;-0.000000, 0.267477, 0.000000;;, + 17;3;-0.000000, 0.267477, 0.000000;;, + 18;3;-0.000000, 0.267477, 0.000000;;, + 19;3;-0.000000, 0.267477, 0.000000;;, + 20;3;-0.000000, 0.267477, 0.000000;;, + 21;3;-0.000000, 0.267477, 0.000000;;, + 22;3;-0.000000, 0.267477, 0.000000;;, + 23;3;-0.000000, 0.267477, 0.000000;;, + 24;3;-0.000000, 0.267477, 0.000000;;, + 25;3;-0.000000, 0.267477, 0.000000;;, + 26;3;-0.000000, 0.267477, 0.000000;;, + 27;3;-0.000000, 0.267477, 0.000000;;, + 28;3;-0.000000, 0.267477, 0.000000;;, + 29;3;-0.000000, 0.267477, 0.000000;;, + 30;3;-0.000000, 0.267477, 0.000000;;, + 31;3;-0.000000, 0.267477, 0.000000;;, + 32;3;-0.000000, 0.267477, 0.000000;;, + 33;3;-0.000000, 0.267477, 0.000000;;, + 34;3;-0.000000, 0.267477, 0.000000;;, + 35;3;-0.000000, 0.267477, 0.000000;;, + 36;3;-0.000000, 0.267477, 0.000000;;, + 37;3;-0.000000, 0.267477, 0.000000;;, + 38;3;-0.000000, 0.267477, 0.000000;;, + 39;3;-0.000000, 0.267477, 0.000000;;, + 40;3;-0.000000, 0.267477, 0.000000;;, + 41;3;-0.000000, 0.267477, 0.000000;;, + 42;3;-0.000000, 0.267477, 0.000000;;, + 43;3;-0.000000, 0.267477, 0.000000;;, + 44;3;-0.000000, 0.267477, 0.000000;;, + 45;3;-0.000000, 0.267477, 0.000000;;, + 46;3;-0.000000, 0.267477, 0.000000;;, + 47;3;-0.000000, 0.267477, 0.000000;;, + 48;3;-0.000000, 0.267477, 0.000000;;, + 49;3;-0.000000, 0.267477, 0.000000;;, + 50;3;-0.000000, 0.267477, 0.000000;;, + 51;3;-0.000000, 0.267477, 0.000000;;, + 52;3;-0.000000, 0.267477, 0.000000;;, + 53;3;-0.000000, 0.267477, 0.000000;;, + 54;3;-0.000000, 0.267477, 0.000000;;, + 55;3;-0.000000, 0.267477, 0.000000;;, + 56;3;-0.000000, 0.267477, 0.000000;;, + 57;3;-0.000000, 0.267477, 0.000000;;, + 58;3;-0.000000, 0.267477, 0.000000;;, + 59;3;-0.000000, 0.267477, 0.000000;;, + 60;3;-0.000000, 0.267477, 0.000000;;, + 61;3;-0.000000, 0.267477, 0.000000;;, + 62;3;-0.000000, 0.267477, 0.000000;;, + 63;3;-0.000000, 0.267477, 0.000000;;, + 64;3;-0.000000, 0.267477, 0.000000;;, + 65;3;-0.000000, 0.267477, 0.000000;;, + 66;3;-0.000000, 0.267477, 0.000000;;, + 67;3;-0.000000, 0.267477, 0.000000;;, + 68;3;-0.000000, 0.267477, 0.000000;;, + 69;3;-0.000000, 0.267477, 0.000000;;, + 70;3;-0.000000, 0.267477, 0.000000;;, + 71;3;-0.000000, 0.267477, 0.000000;;, + 72;3;-0.000000, 0.267477, 0.000000;;, + 73;3;-0.000000, 0.267477, 0.000000;;, + 74;3;-0.000000, 0.267477, 0.000000;;, + 75;3;-0.000000, 0.267477, 0.000000;;, + 76;3;-0.000000, 0.267477, 0.000000;;, + 77;3;-0.000000, 0.267477, 0.000000;;, + 78;3;-0.000000, 0.267477, 0.000000;;, + 79;3;-0.000000, 0.267477, 0.000000;;, + 80;3;-0.000000, 0.267477, 0.000000;;, + 81;3;-0.000000, 0.267477, 0.000000;;, + 82;3;-0.000000, 0.267477, 0.000000;;, + 83;3;-0.000000, 0.267477, 0.000000;;, + 84;3;-0.000000, 0.267477, 0.000000;;, + 85;3;-0.000000, 0.267477, 0.000000;;, + 86;3;-0.000000, 0.267477, 0.000000;;, + 87;3;-0.000000, 0.267477, 0.000000;;, + 88;3;-0.000000, 0.267477, 0.000000;;, + 89;3;-0.000000, 0.267477, 0.000000;;, + 90;3;-0.000000, 0.267477, 0.000000;;, + 91;3;-0.000000, 0.267477, 0.000000;;, + 92;3;-0.000000, 0.267477, 0.000000;;, + 93;3;-0.000000, 0.267477, 0.000000;;, + 94;3;-0.000000, 0.267477, 0.000000;;, + 95;3;-0.000000, 0.267477, 0.000000;;, + 96;3;-0.000000, 0.267477, 0.000000;;, + 97;3;-0.000000, 0.267477, 0.000000;;, + 98;3;-0.000000, 0.267477, 0.000000;;, + 99;3;-0.000000, 0.267477, 0.000000;;, + 100;3;-0.000000, 0.267477, 0.000000;;, + 101;3;-0.000000, 0.267477, 0.000000;;, + 102;3;-0.000000, 0.267477, 0.000000;;, + 103;3;-0.000000, 0.267477, 0.000000;;, + 104;3;-0.000000, 0.267477, 0.000000;;, + 105;3;-0.000000, 0.267477, 0.000000;;, + 106;3;-0.000000, 0.267477, 0.000000;;, + 107;3;-0.000000, 0.267477, 0.000000;;, + 108;3;-0.000000, 0.267477, 0.000000;;, + 109;3;-0.000000, 0.267477, 0.000000;;, + 110;3;-0.000000, 0.267477, 0.000000;;, + 111;3;-0.000000, 0.267477, 0.000000;;, + 112;3;-0.000000, 0.267477, 0.000000;;, + 113;3;-0.000000, 0.267477, 0.000000;;, + 114;3;-0.000000, 0.267477, 0.000000;;, + 115;3;-0.000000, 0.267477, 0.000000;;, + 116;3;-0.000000, 0.267477, 0.000000;;, + 117;3;-0.000000, 0.267477, 0.000000;;, + 118;3;-0.000000, 0.267477, 0.000000;;, + 119;3;-0.000000, 0.267477, 0.000000;;, + 120;3;-0.000000, 0.267477, 0.000000;;, + 121;3;-0.000000, 0.267477, 0.000000;;, + 122;3;-0.000000, 0.267477, 0.000000;;, + 123;3;-0.000000, 0.267477, 0.000000;;, + 124;3;-0.000000, 0.267477, 0.000000;;, + 125;3;-0.000000, 0.267477, 0.000000;;, + 126;3;-0.000000, 0.267477, 0.000000;;, + 127;3;-0.000000, 0.267477, 0.000000;;, + 128;3;-0.000000, 0.267477, 0.000000;;, + 129;3;-0.000000, 0.267477, 0.000000;;, + 130;3;-0.000000, 0.267477, 0.000000;;, + 131;3;-0.000000, 0.267477, 0.000000;;, + 132;3;-0.000000, 0.267477, 0.000000;;, + 133;3;-0.000000, 0.267477, 0.000000;;, + 134;3;-0.000000, 0.267477, 0.000000;;, + 135;3;-0.000000, 0.267477, 0.000000;;, + 136;3;-0.000000, 0.267477, 0.000000;;, + 137;3;-0.000000, 0.267477, 0.000000;;, + 138;3;-0.000000, 0.267477, 0.000000;;, + 139;3;-0.000000, 0.267477, 0.000000;;, + 140;3;-0.000000, 0.267477, 0.000000;;, + 141;3;-0.000000, 0.267477, 0.000000;;, + 142;3;-0.000000, 0.267477, 0.000000;;, + 143;3;-0.000000, 0.267477, 0.000000;;, + 144;3;-0.000000, 0.267477, 0.000000;;, + 145;3;-0.000000, 0.267477, 0.000000;;, + 146;3;-0.000000, 0.267477, 0.000000;;, + 147;3;-0.000000, 0.267477, 0.000000;;, + 148;3;-0.000000, 0.267477, 0.000000;;, + 149;3;-0.000000, 0.267477, 0.000000;;, + 150;3;-0.000000, 0.267477, 0.000000;;, + 151;3;-0.000000, 0.267477, 0.000000;;, + 152;3;-0.000000, 0.267477, 0.000000;;, + 153;3;-0.000000, 0.267477, 0.000000;;, + 154;3;-0.000000, 0.267477, 0.000000;;, + 155;3;-0.000000, 0.267477, 0.000000;;, + 156;3;-0.000000, 0.267477, 0.000000;;, + 157;3;-0.000000, 0.267477, 0.000000;;, + 158;3;-0.000000, 0.267477, 0.000000;;, + 159;3;-0.000000, 0.267477, 0.000000;;, + 160;3;-0.000000, 0.267477, 0.000000;;, + 161;3;-0.000000, 0.267477, 0.000000;;, + 162;3;-0.000000, 0.267477, 0.000000;;, + 163;3;-0.000000, 0.267477, 0.000000;;, + 164;3;-0.000000, 0.267477, 0.000000;;, + 165;3;-0.000000, 0.267477, 0.000000;;, + 166;3;-0.000000, 0.267477, 0.000000;;, + 167;3;-0.000000, 0.267477, 0.000000;;, + 168;3;-0.000000, 0.267477, 0.000000;;, + 169;3;-0.000000, 0.267477, 0.000000;;, + 170;3;-0.000000, 0.267477, 0.000000;;, + 171;3;-0.000000, 0.267477, 0.000000;;, + 172;3;-0.000000, 0.267477, 0.000000;;, + 173;3;-0.000000, 0.267477, 0.000000;;, + 174;3;-0.000000, 0.267477, 0.000000;;, + 175;3;-0.000000, 0.267477, 0.000000;;, + 176;3;-0.000000, 0.267477, 0.000000;;, + 177;3;-0.000000, 0.267477, 0.000000;;, + 178;3;-0.000000, 0.267477, 0.000000;;, + 179;3;-0.000000, 0.267477, 0.000000;;, + 180;3;-0.000000, 0.267477, 0.000000;;, + 181;3;-0.000000, 0.267477, 0.000000;;, + 182;3;-0.000000, 0.267477, 0.000000;;, + 183;3;-0.000000, 0.267477, 0.000000;;, + 184;3;-0.000000, 0.267477, 0.000000;;, + 185;3;-0.000000, 0.267477, 0.000000;;, + 186;3;-0.000000, 0.267477, 0.000000;;, + 187;3;-0.000000, 0.267477, 0.000000;;, + 188;3;-0.000000, 0.267477, 0.000000;;, + 189;3;-0.000000, 0.267477, 0.000000;;, + 190;3;-0.000000, 0.267477, 0.000000;;, + 191;3;-0.000000, 0.267477, 0.000000;;, + 192;3;-0.000000, 0.267477, 0.000000;;, + 193;3;-0.000000, 0.267477, 0.000000;;, + 194;3;-0.000000, 0.267477, 0.000000;;, + 195;3;-0.000000, 0.267477, 0.000000;;, + 196;3;-0.000000, 0.267477, 0.000000;;, + 197;3;-0.000000, 0.267477, 0.000000;;, + 198;3;-0.000000, 0.267477, 0.000000;;, + 199;3;-0.000000, 0.267477, 0.000000;;, + 200;3;-0.000000, 0.267477, 0.000000;;, + 201;3;-0.000000, 0.267477, 0.000000;;, + 202;3;-0.000000, 0.267477, 0.000000;;, + 203;3;-0.000000, 0.267477, 0.000000;;, + 204;3;-0.000000, 0.267477, 0.000000;;, + 205;3;-0.000000, 0.267477, 0.000000;;, + 206;3;-0.000000, 0.267477, 0.000000;;, + 207;3;-0.000000, 0.267477, 0.000000;;, + 208;3;-0.000000, 0.267477, 0.000000;;, + 209;3;-0.000000, 0.267477, 0.000000;;, + 210;3;-0.000000, 0.267477, 0.000000;;, + 211;3;-0.000000, 0.267477, 0.000000;;, + 212;3;-0.000000, 0.267477, 0.000000;;, + 213;3;-0.000000, 0.267477, 0.000000;;, + 214;3;-0.000000, 0.267477, 0.000000;;, + 215;3;-0.000000, 0.267477, 0.000000;;, + 216;3;-0.000000, 0.267477, 0.000000;;, + 217;3;-0.000000, 0.267477, 0.000000;;, + 218;3;-0.000000, 0.267477, 0.000000;;; + } + } + Animation { + {wolfwoman_index_01_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 1;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 2;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 3;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 4;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 5;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 6;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 7;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 8;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 9;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 10;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 11;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 12;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 13;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 14;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 15;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 16;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 17;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 18;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 19;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 20;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 21;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 22;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 23;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 24;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 25;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 26;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 27;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 28;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 29;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 30;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 31;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 32;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 33;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 34;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 35;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 36;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 37;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 38;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 39;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 40;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 41;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 42;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 43;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 44;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 45;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 46;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 47;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 48;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 49;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 50;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 51;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 52;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 53;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 54;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 55;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 56;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 57;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 58;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 59;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 60;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 61;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 62;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 63;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 64;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 65;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 66;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 67;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 68;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 69;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 70;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 71;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 72;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 73;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 74;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 75;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 76;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 77;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 78;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 79;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 80;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 81;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 82;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 83;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 84;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 85;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 86;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 87;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 88;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 89;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 90;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 91;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 92;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 93;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 94;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 95;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 96;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 97;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 98;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 99;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 100;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 101;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 102;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 103;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 104;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 105;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 106;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 107;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 108;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 109;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 110;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 111;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 112;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 113;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 114;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 115;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 116;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 117;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 118;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 119;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 120;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 121;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 122;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 123;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 124;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 125;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 126;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 127;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 128;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 129;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 130;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 131;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 132;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 133;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 134;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 135;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 136;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 137;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 138;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 139;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 140;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 141;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 142;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 143;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 144;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 145;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 146;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 147;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 148;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 149;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 150;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 151;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 152;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 153;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 154;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 155;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 156;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 157;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 158;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 159;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 160;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 161;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 162;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 163;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 164;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 165;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 166;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 167;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 168;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 169;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 170;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 171;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 172;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 173;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 174;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 175;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 176;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 177;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 178;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 179;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 180;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 181;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 182;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 183;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 184;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 185;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 186;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 187;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 188;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 189;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 190;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 191;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 192;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 193;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 194;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 195;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 196;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 197;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 198;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 199;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 200;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 201;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 202;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 203;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 204;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 205;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 206;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 207;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 208;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 209;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 210;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 211;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 212;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 213;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 214;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 215;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 216;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 217;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 218;4;-0.982117,-0.072054, 0.154330,-0.080232;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.017904, 0.115054, 0.007472;;, + 1;3;-0.017904, 0.115054, 0.007472;;, + 2;3;-0.017904, 0.115054, 0.007472;;, + 3;3;-0.017904, 0.115054, 0.007472;;, + 4;3;-0.017904, 0.115054, 0.007472;;, + 5;3;-0.017904, 0.115054, 0.007472;;, + 6;3;-0.017904, 0.115054, 0.007472;;, + 7;3;-0.017904, 0.115054, 0.007472;;, + 8;3;-0.017904, 0.115054, 0.007472;;, + 9;3;-0.017904, 0.115054, 0.007472;;, + 10;3;-0.017904, 0.115054, 0.007472;;, + 11;3;-0.017904, 0.115054, 0.007472;;, + 12;3;-0.017904, 0.115054, 0.007472;;, + 13;3;-0.017904, 0.115054, 0.007472;;, + 14;3;-0.017904, 0.115054, 0.007472;;, + 15;3;-0.017904, 0.115054, 0.007472;;, + 16;3;-0.017904, 0.115054, 0.007472;;, + 17;3;-0.017904, 0.115054, 0.007472;;, + 18;3;-0.017904, 0.115054, 0.007472;;, + 19;3;-0.017904, 0.115054, 0.007472;;, + 20;3;-0.017904, 0.115054, 0.007472;;, + 21;3;-0.017904, 0.115054, 0.007472;;, + 22;3;-0.017904, 0.115054, 0.007472;;, + 23;3;-0.017904, 0.115054, 0.007472;;, + 24;3;-0.017904, 0.115054, 0.007472;;, + 25;3;-0.017904, 0.115054, 0.007472;;, + 26;3;-0.017904, 0.115054, 0.007472;;, + 27;3;-0.017904, 0.115054, 0.007472;;, + 28;3;-0.017904, 0.115054, 0.007472;;, + 29;3;-0.017904, 0.115054, 0.007472;;, + 30;3;-0.017904, 0.115054, 0.007472;;, + 31;3;-0.017904, 0.115054, 0.007472;;, + 32;3;-0.017904, 0.115054, 0.007472;;, + 33;3;-0.017904, 0.115054, 0.007472;;, + 34;3;-0.017904, 0.115054, 0.007472;;, + 35;3;-0.017904, 0.115054, 0.007472;;, + 36;3;-0.017904, 0.115054, 0.007472;;, + 37;3;-0.017904, 0.115054, 0.007472;;, + 38;3;-0.017904, 0.115054, 0.007472;;, + 39;3;-0.017904, 0.115054, 0.007472;;, + 40;3;-0.017904, 0.115054, 0.007472;;, + 41;3;-0.017904, 0.115054, 0.007472;;, + 42;3;-0.017904, 0.115054, 0.007472;;, + 43;3;-0.017904, 0.115054, 0.007472;;, + 44;3;-0.017904, 0.115054, 0.007472;;, + 45;3;-0.017904, 0.115054, 0.007472;;, + 46;3;-0.017904, 0.115054, 0.007472;;, + 47;3;-0.017904, 0.115054, 0.007472;;, + 48;3;-0.017904, 0.115054, 0.007472;;, + 49;3;-0.017904, 0.115054, 0.007472;;, + 50;3;-0.017904, 0.115054, 0.007472;;, + 51;3;-0.017904, 0.115054, 0.007472;;, + 52;3;-0.017904, 0.115054, 0.007472;;, + 53;3;-0.017904, 0.115054, 0.007472;;, + 54;3;-0.017904, 0.115054, 0.007472;;, + 55;3;-0.017904, 0.115054, 0.007472;;, + 56;3;-0.017904, 0.115054, 0.007472;;, + 57;3;-0.017904, 0.115054, 0.007472;;, + 58;3;-0.017904, 0.115054, 0.007472;;, + 59;3;-0.017904, 0.115054, 0.007472;;, + 60;3;-0.017904, 0.115054, 0.007472;;, + 61;3;-0.017904, 0.115054, 0.007472;;, + 62;3;-0.017904, 0.115054, 0.007472;;, + 63;3;-0.017904, 0.115054, 0.007472;;, + 64;3;-0.017904, 0.115054, 0.007472;;, + 65;3;-0.017904, 0.115054, 0.007472;;, + 66;3;-0.017904, 0.115054, 0.007472;;, + 67;3;-0.017904, 0.115054, 0.007472;;, + 68;3;-0.017904, 0.115054, 0.007472;;, + 69;3;-0.017904, 0.115054, 0.007472;;, + 70;3;-0.017904, 0.115054, 0.007472;;, + 71;3;-0.017904, 0.115054, 0.007472;;, + 72;3;-0.017904, 0.115054, 0.007472;;, + 73;3;-0.017904, 0.115054, 0.007472;;, + 74;3;-0.017904, 0.115054, 0.007472;;, + 75;3;-0.017904, 0.115054, 0.007472;;, + 76;3;-0.017904, 0.115054, 0.007472;;, + 77;3;-0.017904, 0.115054, 0.007472;;, + 78;3;-0.017904, 0.115054, 0.007472;;, + 79;3;-0.017904, 0.115053, 0.007472;;, + 80;3;-0.017904, 0.115054, 0.007472;;, + 81;3;-0.017904, 0.115054, 0.007472;;, + 82;3;-0.017904, 0.115054, 0.007472;;, + 83;3;-0.017904, 0.115054, 0.007472;;, + 84;3;-0.017904, 0.115054, 0.007472;;, + 85;3;-0.017904, 0.115054, 0.007472;;, + 86;3;-0.017904, 0.115054, 0.007472;;, + 87;3;-0.017904, 0.115054, 0.007472;;, + 88;3;-0.017904, 0.115054, 0.007472;;, + 89;3;-0.017904, 0.115054, 0.007472;;, + 90;3;-0.017904, 0.115054, 0.007472;;, + 91;3;-0.017904, 0.115054, 0.007472;;, + 92;3;-0.017904, 0.115054, 0.007472;;, + 93;3;-0.017904, 0.115054, 0.007472;;, + 94;3;-0.017904, 0.115054, 0.007472;;, + 95;3;-0.017904, 0.115054, 0.007472;;, + 96;3;-0.017904, 0.115054, 0.007472;;, + 97;3;-0.017904, 0.115054, 0.007472;;, + 98;3;-0.017904, 0.115054, 0.007472;;, + 99;3;-0.017904, 0.115054, 0.007472;;, + 100;3;-0.017904, 0.115054, 0.007472;;, + 101;3;-0.017904, 0.115054, 0.007472;;, + 102;3;-0.017904, 0.115054, 0.007472;;, + 103;3;-0.017904, 0.115054, 0.007472;;, + 104;3;-0.017904, 0.115054, 0.007472;;, + 105;3;-0.017904, 0.115054, 0.007472;;, + 106;3;-0.017904, 0.115054, 0.007472;;, + 107;3;-0.017904, 0.115054, 0.007472;;, + 108;3;-0.017904, 0.115054, 0.007472;;, + 109;3;-0.017904, 0.115054, 0.007472;;, + 110;3;-0.017904, 0.115054, 0.007472;;, + 111;3;-0.017904, 0.115054, 0.007472;;, + 112;3;-0.017904, 0.115054, 0.007472;;, + 113;3;-0.017904, 0.115054, 0.007472;;, + 114;3;-0.017904, 0.115054, 0.007472;;, + 115;3;-0.017904, 0.115054, 0.007472;;, + 116;3;-0.017904, 0.115054, 0.007472;;, + 117;3;-0.017904, 0.115054, 0.007472;;, + 118;3;-0.017904, 0.115054, 0.007472;;, + 119;3;-0.017904, 0.115054, 0.007472;;, + 120;3;-0.017904, 0.115054, 0.007472;;, + 121;3;-0.017904, 0.115054, 0.007472;;, + 122;3;-0.017904, 0.115054, 0.007472;;, + 123;3;-0.017904, 0.115054, 0.007472;;, + 124;3;-0.017904, 0.115054, 0.007472;;, + 125;3;-0.017904, 0.115054, 0.007472;;, + 126;3;-0.017904, 0.115054, 0.007472;;, + 127;3;-0.017904, 0.115054, 0.007472;;, + 128;3;-0.017904, 0.115054, 0.007472;;, + 129;3;-0.017904, 0.115054, 0.007472;;, + 130;3;-0.017904, 0.115054, 0.007472;;, + 131;3;-0.017904, 0.115054, 0.007472;;, + 132;3;-0.017904, 0.115054, 0.007472;;, + 133;3;-0.017904, 0.115054, 0.007472;;, + 134;3;-0.017904, 0.115054, 0.007472;;, + 135;3;-0.017904, 0.115054, 0.007472;;, + 136;3;-0.017904, 0.115054, 0.007472;;, + 137;3;-0.017904, 0.115054, 0.007472;;, + 138;3;-0.017904, 0.115054, 0.007472;;, + 139;3;-0.017904, 0.115054, 0.007472;;, + 140;3;-0.017904, 0.115054, 0.007472;;, + 141;3;-0.017904, 0.115054, 0.007472;;, + 142;3;-0.017904, 0.115054, 0.007472;;, + 143;3;-0.017904, 0.115054, 0.007472;;, + 144;3;-0.017904, 0.115054, 0.007472;;, + 145;3;-0.017904, 0.115054, 0.007472;;, + 146;3;-0.017904, 0.115054, 0.007472;;, + 147;3;-0.017904, 0.115054, 0.007472;;, + 148;3;-0.017904, 0.115054, 0.007472;;, + 149;3;-0.017904, 0.115054, 0.007472;;, + 150;3;-0.017904, 0.115054, 0.007472;;, + 151;3;-0.017904, 0.115054, 0.007472;;, + 152;3;-0.017904, 0.115054, 0.007472;;, + 153;3;-0.017904, 0.115054, 0.007472;;, + 154;3;-0.017904, 0.115054, 0.007472;;, + 155;3;-0.017904, 0.115054, 0.007472;;, + 156;3;-0.017904, 0.115054, 0.007472;;, + 157;3;-0.017904, 0.115054, 0.007472;;, + 158;3;-0.017904, 0.115054, 0.007472;;, + 159;3;-0.017904, 0.115054, 0.007472;;, + 160;3;-0.017904, 0.115053, 0.007472;;, + 161;3;-0.017904, 0.115054, 0.007472;;, + 162;3;-0.017904, 0.115054, 0.007472;;, + 163;3;-0.017904, 0.115054, 0.007472;;, + 164;3;-0.017904, 0.115054, 0.007472;;, + 165;3;-0.017904, 0.115054, 0.007472;;, + 166;3;-0.017904, 0.115053, 0.007472;;, + 167;3;-0.017904, 0.115054, 0.007472;;, + 168;3;-0.017904, 0.115054, 0.007472;;, + 169;3;-0.017904, 0.115054, 0.007472;;, + 170;3;-0.017904, 0.115054, 0.007472;;, + 171;3;-0.017904, 0.115054, 0.007472;;, + 172;3;-0.017904, 0.115054, 0.007472;;, + 173;3;-0.017904, 0.115054, 0.007472;;, + 174;3;-0.017904, 0.115053, 0.007472;;, + 175;3;-0.017904, 0.115054, 0.007472;;, + 176;3;-0.017904, 0.115054, 0.007472;;, + 177;3;-0.017904, 0.115054, 0.007472;;, + 178;3;-0.017904, 0.115054, 0.007472;;, + 179;3;-0.017904, 0.115054, 0.007472;;, + 180;3;-0.017904, 0.115054, 0.007472;;, + 181;3;-0.017904, 0.115054, 0.007472;;, + 182;3;-0.017904, 0.115054, 0.007472;;, + 183;3;-0.017904, 0.115054, 0.007472;;, + 184;3;-0.017904, 0.115054, 0.007472;;, + 185;3;-0.017904, 0.115054, 0.007472;;, + 186;3;-0.017904, 0.115054, 0.007472;;, + 187;3;-0.017904, 0.115054, 0.007472;;, + 188;3;-0.017904, 0.115054, 0.007472;;, + 189;3;-0.017904, 0.115054, 0.007472;;, + 190;3;-0.017904, 0.115054, 0.007472;;, + 191;3;-0.017904, 0.115054, 0.007472;;, + 192;3;-0.017904, 0.115054, 0.007472;;, + 193;3;-0.017904, 0.115054, 0.007472;;, + 194;3;-0.017904, 0.115054, 0.007472;;, + 195;3;-0.017904, 0.115054, 0.007472;;, + 196;3;-0.017904, 0.115054, 0.007472;;, + 197;3;-0.017904, 0.115054, 0.007472;;, + 198;3;-0.017904, 0.115054, 0.007472;;, + 199;3;-0.017904, 0.115054, 0.007472;;, + 200;3;-0.017904, 0.115054, 0.007472;;, + 201;3;-0.017904, 0.115054, 0.007472;;, + 202;3;-0.017904, 0.115054, 0.007472;;, + 203;3;-0.017904, 0.115054, 0.007472;;, + 204;3;-0.017904, 0.115054, 0.007472;;, + 205;3;-0.017904, 0.115054, 0.007472;;, + 206;3;-0.017904, 0.115054, 0.007472;;, + 207;3;-0.017904, 0.115054, 0.007472;;, + 208;3;-0.017904, 0.115054, 0.007472;;, + 209;3;-0.017904, 0.115054, 0.007472;;, + 210;3;-0.017904, 0.115054, 0.007472;;, + 211;3;-0.017904, 0.115054, 0.007472;;, + 212;3;-0.017904, 0.115054, 0.007472;;, + 213;3;-0.017904, 0.115054, 0.007472;;, + 214;3;-0.017904, 0.115054, 0.007472;;, + 215;3;-0.017904, 0.115054, 0.007472;;, + 216;3;-0.017904, 0.115054, 0.007472;;, + 217;3;-0.017904, 0.115054, 0.007472;;, + 218;3;-0.017904, 0.115054, 0.007472;;; + } + } + Animation { + {wolfwoman_index_02_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 1;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 2;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 3;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 4;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 5;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 6;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 7;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 8;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 9;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 10;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 11;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 12;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 13;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 14;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 15;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 16;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 17;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 18;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 19;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 20;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 21;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 22;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 23;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 24;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 25;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 26;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 27;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 28;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 29;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 30;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 31;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 32;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 33;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 34;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 35;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 36;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 37;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 38;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 39;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 40;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 41;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 42;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 43;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 44;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 45;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 46;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 47;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 48;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 49;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 50;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 51;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 52;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 53;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 54;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 55;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 56;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 57;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 58;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 59;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 60;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 61;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 62;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 63;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 64;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 65;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 66;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 67;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 68;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 69;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 70;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 71;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 72;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 73;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 74;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 75;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 76;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 77;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 78;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 79;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 80;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 81;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 82;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 83;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 84;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 85;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 86;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 87;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 88;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 89;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 90;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 91;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 92;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 93;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 94;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 95;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 96;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 97;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 98;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 99;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 100;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 101;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 102;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 103;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 104;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 105;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 106;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 107;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 108;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 109;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 110;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 111;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 112;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 113;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 114;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 115;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 116;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 117;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 118;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 119;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 120;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 121;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 122;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 123;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 124;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 125;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 126;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 127;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 128;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 129;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 130;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 131;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 132;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 133;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 134;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 135;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 136;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 137;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 138;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 139;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 140;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 141;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 142;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 143;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 144;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 145;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 146;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 147;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 148;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 149;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 150;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 151;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 152;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 153;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 154;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 155;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 156;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 157;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 158;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 159;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 160;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 161;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 162;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 163;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 164;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 165;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 166;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 167;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 168;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 169;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 170;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 171;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 172;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 173;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 174;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 175;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 176;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 177;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 178;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 179;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 180;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 181;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 182;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 183;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 184;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 185;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 186;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 187;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 188;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 189;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 190;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 191;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 192;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 193;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 194;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 195;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 196;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 197;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 198;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 199;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 200;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 201;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 202;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 203;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 204;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 205;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 206;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 207;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 208;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 209;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 210;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 211;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 212;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 213;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 214;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 215;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 216;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 217;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 218;4;-0.999254,-0.016587,-0.030202,-0.017431;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.028372, 0.000000;;, + 1;3; 0.000000, 0.028372, 0.000000;;, + 2;3; 0.000000, 0.028372, 0.000000;;, + 3;3; 0.000000, 0.028372, 0.000000;;, + 4;3; 0.000000, 0.028372, 0.000000;;, + 5;3; 0.000000, 0.028372, 0.000000;;, + 6;3; 0.000000, 0.028372, 0.000000;;, + 7;3; 0.000000, 0.028372, 0.000000;;, + 8;3; 0.000000, 0.028372, 0.000000;;, + 9;3; 0.000000, 0.028372, 0.000000;;, + 10;3; 0.000000, 0.028372, 0.000000;;, + 11;3; 0.000000, 0.028372, 0.000000;;, + 12;3; 0.000000, 0.028372, 0.000000;;, + 13;3; 0.000000, 0.028372, 0.000000;;, + 14;3; 0.000000, 0.028372, 0.000000;;, + 15;3; 0.000000, 0.028372, 0.000000;;, + 16;3; 0.000000, 0.028372, 0.000000;;, + 17;3; 0.000000, 0.028372, 0.000000;;, + 18;3; 0.000000, 0.028372, 0.000000;;, + 19;3; 0.000000, 0.028372, 0.000000;;, + 20;3; 0.000000, 0.028372, 0.000000;;, + 21;3; 0.000000, 0.028372, 0.000000;;, + 22;3; 0.000000, 0.028372, 0.000000;;, + 23;3; 0.000000, 0.028372, 0.000000;;, + 24;3; 0.000000, 0.028372, 0.000000;;, + 25;3; 0.000000, 0.028372, 0.000000;;, + 26;3; 0.000000, 0.028372, 0.000000;;, + 27;3; 0.000000, 0.028372, 0.000000;;, + 28;3; 0.000000, 0.028372, 0.000000;;, + 29;3; 0.000000, 0.028372, 0.000000;;, + 30;3; 0.000000, 0.028372, 0.000000;;, + 31;3; 0.000000, 0.028372, 0.000000;;, + 32;3; 0.000000, 0.028372, 0.000000;;, + 33;3; 0.000000, 0.028372, 0.000000;;, + 34;3; 0.000000, 0.028372, 0.000000;;, + 35;3; 0.000000, 0.028372, 0.000000;;, + 36;3; 0.000000, 0.028372, 0.000000;;, + 37;3; 0.000000, 0.028372, 0.000000;;, + 38;3; 0.000000, 0.028372, 0.000000;;, + 39;3; 0.000000, 0.028372, 0.000000;;, + 40;3; 0.000000, 0.028372, 0.000000;;, + 41;3; 0.000000, 0.028372, 0.000000;;, + 42;3; 0.000000, 0.028372, 0.000000;;, + 43;3; 0.000000, 0.028372, 0.000000;;, + 44;3; 0.000000, 0.028372, 0.000000;;, + 45;3; 0.000000, 0.028372, 0.000000;;, + 46;3; 0.000000, 0.028372, 0.000000;;, + 47;3; 0.000000, 0.028372, 0.000000;;, + 48;3; 0.000000, 0.028372, 0.000000;;, + 49;3; 0.000000, 0.028372, 0.000000;;, + 50;3; 0.000000, 0.028372, 0.000000;;, + 51;3; 0.000000, 0.028372, 0.000000;;, + 52;3; 0.000000, 0.028372, 0.000000;;, + 53;3; 0.000000, 0.028372, 0.000000;;, + 54;3; 0.000000, 0.028372, 0.000000;;, + 55;3; 0.000000, 0.028372, 0.000000;;, + 56;3; 0.000000, 0.028372, 0.000000;;, + 57;3; 0.000000, 0.028372, 0.000000;;, + 58;3; 0.000000, 0.028372, 0.000000;;, + 59;3; 0.000000, 0.028372, 0.000000;;, + 60;3; 0.000000, 0.028372, 0.000000;;, + 61;3; 0.000000, 0.028372, 0.000000;;, + 62;3; 0.000000, 0.028372, 0.000000;;, + 63;3; 0.000000, 0.028372, 0.000000;;, + 64;3; 0.000000, 0.028372, 0.000000;;, + 65;3; 0.000000, 0.028372, 0.000000;;, + 66;3; 0.000000, 0.028372, 0.000000;;, + 67;3; 0.000000, 0.028372, 0.000000;;, + 68;3; 0.000000, 0.028372, 0.000000;;, + 69;3; 0.000000, 0.028372, 0.000000;;, + 70;3; 0.000000, 0.028372, 0.000000;;, + 71;3; 0.000000, 0.028372, 0.000000;;, + 72;3; 0.000000, 0.028372, 0.000000;;, + 73;3; 0.000000, 0.028372, 0.000000;;, + 74;3; 0.000000, 0.028372, 0.000000;;, + 75;3; 0.000000, 0.028372, 0.000000;;, + 76;3; 0.000000, 0.028372, 0.000000;;, + 77;3; 0.000000, 0.028372, 0.000000;;, + 78;3; 0.000000, 0.028372, 0.000000;;, + 79;3; 0.000000, 0.028372, 0.000000;;, + 80;3;-0.000000, 0.028372, 0.000000;;, + 81;3;-0.000000, 0.028372, 0.000000;;, + 82;3;-0.000000, 0.028372, 0.000000;;, + 83;3;-0.000000, 0.028372, 0.000000;;, + 84;3;-0.000000, 0.028372, 0.000000;;, + 85;3;-0.000000, 0.028372, 0.000000;;, + 86;3;-0.000000, 0.028372, 0.000000;;, + 87;3;-0.000000, 0.028372, 0.000000;;, + 88;3;-0.000000, 0.028372, 0.000000;;, + 89;3;-0.000000, 0.028372, 0.000000;;, + 90;3;-0.000000, 0.028372, 0.000000;;, + 91;3;-0.000000, 0.028372, 0.000000;;, + 92;3;-0.000000, 0.028372, 0.000000;;, + 93;3;-0.000000, 0.028372, 0.000000;;, + 94;3;-0.000000, 0.028372, 0.000000;;, + 95;3;-0.000000, 0.028372, 0.000000;;, + 96;3;-0.000000, 0.028372, 0.000000;;, + 97;3;-0.000000, 0.028372, 0.000000;;, + 98;3;-0.000000, 0.028372, 0.000000;;, + 99;3;-0.000000, 0.028372, 0.000000;;, + 100;3;-0.000000, 0.028372, 0.000000;;, + 101;3;-0.000000, 0.028372, 0.000000;;, + 102;3;-0.000000, 0.028372, 0.000000;;, + 103;3;-0.000000, 0.028372, 0.000000;;, + 104;3;-0.000000, 0.028372, 0.000000;;, + 105;3;-0.000000, 0.028372, 0.000000;;, + 106;3;-0.000000, 0.028372, 0.000000;;, + 107;3;-0.000000, 0.028372, 0.000000;;, + 108;3;-0.000000, 0.028372, 0.000000;;, + 109;3;-0.000000, 0.028372, 0.000000;;, + 110;3;-0.000000, 0.028372, 0.000000;;, + 111;3;-0.000000, 0.028372, 0.000000;;, + 112;3;-0.000000, 0.028372, 0.000000;;, + 113;3;-0.000000, 0.028372, 0.000000;;, + 114;3;-0.000000, 0.028372, 0.000000;;, + 115;3;-0.000000, 0.028372, 0.000000;;, + 116;3;-0.000000, 0.028372, 0.000000;;, + 117;3;-0.000000, 0.028372, 0.000000;;, + 118;3;-0.000000, 0.028372, 0.000000;;, + 119;3;-0.000000, 0.028372, 0.000000;;, + 120;3;-0.000000, 0.028372, 0.000000;;, + 121;3;-0.000000, 0.028372, 0.000000;;, + 122;3;-0.000000, 0.028372, 0.000000;;, + 123;3;-0.000000, 0.028372, 0.000000;;, + 124;3;-0.000000, 0.028372, 0.000000;;, + 125;3;-0.000000, 0.028372, 0.000000;;, + 126;3;-0.000000, 0.028372, 0.000000;;, + 127;3;-0.000000, 0.028372, 0.000000;;, + 128;3;-0.000000, 0.028372, 0.000000;;, + 129;3;-0.000000, 0.028372, 0.000000;;, + 130;3;-0.000000, 0.028372, 0.000000;;, + 131;3;-0.000000, 0.028372, 0.000000;;, + 132;3;-0.000000, 0.028372, 0.000000;;, + 133;3;-0.000000, 0.028372, 0.000000;;, + 134;3;-0.000000, 0.028372, 0.000000;;, + 135;3;-0.000000, 0.028372, 0.000000;;, + 136;3;-0.000000, 0.028372, 0.000000;;, + 137;3;-0.000000, 0.028372, 0.000000;;, + 138;3;-0.000000, 0.028372, 0.000000;;, + 139;3;-0.000000, 0.028372, 0.000000;;, + 140;3;-0.000000, 0.028372, 0.000000;;, + 141;3;-0.000000, 0.028372, 0.000000;;, + 142;3;-0.000000, 0.028372, 0.000000;;, + 143;3;-0.000000, 0.028372, 0.000000;;, + 144;3;-0.000000, 0.028372, 0.000000;;, + 145;3;-0.000000, 0.028372, 0.000000;;, + 146;3;-0.000000, 0.028372, 0.000000;;, + 147;3;-0.000000, 0.028372, 0.000000;;, + 148;3;-0.000000, 0.028372, 0.000000;;, + 149;3;-0.000000, 0.028372, 0.000000;;, + 150;3;-0.000000, 0.028372, 0.000000;;, + 151;3;-0.000000, 0.028372, 0.000000;;, + 152;3;-0.000000, 0.028372, 0.000000;;, + 153;3;-0.000000, 0.028372, 0.000000;;, + 154;3;-0.000000, 0.028372, 0.000000;;, + 155;3;-0.000000, 0.028372, 0.000000;;, + 156;3;-0.000000, 0.028372, 0.000000;;, + 157;3;-0.000000, 0.028372, 0.000000;;, + 158;3;-0.000000, 0.028372, 0.000000;;, + 159;3;-0.000000, 0.028372, 0.000000;;, + 160;3; 0.000000, 0.028372, 0.000000;;, + 161;3; 0.000000, 0.028372, 0.000000;;, + 162;3; 0.000000, 0.028372, 0.000000;;, + 163;3; 0.000000, 0.028372, 0.000000;;, + 164;3; 0.000000, 0.028372, 0.000000;;, + 165;3; 0.000000, 0.028372, 0.000000;;, + 166;3; 0.000000, 0.028371, 0.000000;;, + 167;3; 0.000000, 0.028372, 0.000000;;, + 168;3; 0.000000, 0.028372, 0.000000;;, + 169;3; 0.000000, 0.028372, 0.000000;;, + 170;3; 0.000000, 0.028372, 0.000000;;, + 171;3; 0.000000, 0.028372, 0.000000;;, + 172;3; 0.000000, 0.028372, 0.000000;;, + 173;3; 0.000000, 0.028372, 0.000000;;, + 174;3; 0.000000, 0.028372, 0.000000;;, + 175;3; 0.000000, 0.028372, 0.000000;;, + 176;3; 0.000000, 0.028372, 0.000000;;, + 177;3; 0.000000, 0.028372, 0.000000;;, + 178;3; 0.000000, 0.028372, 0.000000;;, + 179;3; 0.000000, 0.028372, 0.000000;;, + 180;3; 0.000000, 0.028372, 0.000000;;, + 181;3; 0.000000, 0.028372, 0.000000;;, + 182;3; 0.000000, 0.028372, 0.000000;;, + 183;3; 0.000000, 0.028372, 0.000000;;, + 184;3; 0.000000, 0.028372, 0.000000;;, + 185;3; 0.000000, 0.028372, 0.000000;;, + 186;3; 0.000000, 0.028372, 0.000000;;, + 187;3; 0.000000, 0.028372, 0.000000;;, + 188;3; 0.000000, 0.028372, 0.000000;;, + 189;3; 0.000000, 0.028372, 0.000000;;, + 190;3; 0.000000, 0.028372, 0.000000;;, + 191;3; 0.000000, 0.028372, 0.000000;;, + 192;3; 0.000000, 0.028372, 0.000000;;, + 193;3; 0.000000, 0.028372, 0.000000;;, + 194;3; 0.000000, 0.028372, 0.000000;;, + 195;3; 0.000000, 0.028372, 0.000000;;, + 196;3; 0.000000, 0.028372, 0.000000;;, + 197;3; 0.000000, 0.028372, 0.000000;;, + 198;3; 0.000000, 0.028372, 0.000000;;, + 199;3; 0.000000, 0.028372, 0.000000;;, + 200;3; 0.000000, 0.028372, 0.000000;;, + 201;3; 0.000000, 0.028372, 0.000000;;, + 202;3; 0.000000, 0.028372, 0.000000;;, + 203;3; 0.000000, 0.028372, 0.000000;;, + 204;3; 0.000000, 0.028372, 0.000000;;, + 205;3; 0.000000, 0.028372, 0.000000;;, + 206;3; 0.000000, 0.028372, 0.000000;;, + 207;3; 0.000000, 0.028372, 0.000000;;, + 208;3; 0.000000, 0.028372, 0.000000;;, + 209;3; 0.000000, 0.028372, 0.000000;;, + 210;3; 0.000000, 0.028372, 0.000000;;, + 211;3; 0.000000, 0.028372, 0.000000;;, + 212;3; 0.000000, 0.028372, 0.000000;;, + 213;3; 0.000000, 0.028372, 0.000000;;, + 214;3; 0.000000, 0.028372, 0.000000;;, + 215;3; 0.000000, 0.028372, 0.000000;;, + 216;3; 0.000000, 0.028372, 0.000000;;, + 217;3; 0.000000, 0.028372, 0.000000;;, + 218;3; 0.000000, 0.028372, 0.000000;;; + } + } + Animation { + {wolfwoman_index_03_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 1;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 2;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 3;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 4;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 5;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 6;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 7;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 8;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 9;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 10;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 11;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 12;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 13;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 14;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 15;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 16;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 17;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 18;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 19;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 20;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 21;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 22;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 23;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 24;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 25;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 26;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 27;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 28;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 29;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 30;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 31;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 32;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 33;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 34;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 35;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 36;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 37;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 38;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 39;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 40;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 41;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 42;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 43;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 44;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 45;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 46;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 47;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 48;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 49;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 50;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 51;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 52;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 53;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 54;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 55;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 56;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 57;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 58;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 59;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 60;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 61;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 62;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 63;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 64;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 65;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 66;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 67;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 68;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 69;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 70;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 71;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 72;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 73;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 74;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 75;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 76;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 77;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 78;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 79;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 80;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 81;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 82;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 83;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 84;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 85;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 86;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 87;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 88;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 89;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 90;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 91;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 92;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 93;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 94;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 95;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 96;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 97;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 98;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 99;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 100;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 101;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 102;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 103;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 104;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 105;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 106;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 107;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 108;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 109;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 110;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 111;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 112;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 113;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 114;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 115;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 116;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 117;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 118;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 119;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 120;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 121;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 122;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 123;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 124;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 125;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 126;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 127;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 128;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 129;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 130;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 131;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 132;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 133;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 134;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 135;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 136;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 137;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 138;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 139;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 140;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 141;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 142;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 143;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 144;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 145;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 146;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 147;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 148;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 149;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 150;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 151;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 152;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 153;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 154;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 155;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 156;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 157;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 158;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 159;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 160;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 161;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 162;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 163;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 164;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 165;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 166;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 167;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 168;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 169;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 170;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 171;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 172;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 173;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 174;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 175;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 176;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 177;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 178;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 179;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 180;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 181;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 182;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 183;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 184;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 185;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 186;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 187;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 188;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 189;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 190;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 191;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 192;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 193;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 194;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 195;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 196;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 197;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 198;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 199;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 200;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 201;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 202;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 203;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 204;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 205;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 206;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 207;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 208;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 209;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 210;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 211;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 212;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 213;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 214;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 215;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 216;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 217;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 218;4;-0.997333, 0.045930, 0.035750,-0.044039;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.025422, 0.000000;;, + 1;3; 0.000000, 0.025422, 0.000000;;, + 2;3; 0.000000, 0.025422, 0.000000;;, + 3;3; 0.000000, 0.025422, 0.000000;;, + 4;3; 0.000000, 0.025422, 0.000000;;, + 5;3; 0.000000, 0.025422, 0.000000;;, + 6;3; 0.000000, 0.025422, 0.000000;;, + 7;3; 0.000000, 0.025422, 0.000000;;, + 8;3; 0.000000, 0.025422, 0.000000;;, + 9;3; 0.000000, 0.025422, 0.000000;;, + 10;3; 0.000000, 0.025422, 0.000000;;, + 11;3; 0.000000, 0.025422, 0.000000;;, + 12;3; 0.000000, 0.025422, 0.000000;;, + 13;3; 0.000000, 0.025422, 0.000000;;, + 14;3; 0.000000, 0.025422, 0.000000;;, + 15;3; 0.000000, 0.025422, 0.000000;;, + 16;3; 0.000000, 0.025422, 0.000000;;, + 17;3; 0.000000, 0.025422, 0.000000;;, + 18;3; 0.000000, 0.025422, 0.000000;;, + 19;3; 0.000000, 0.025422, 0.000000;;, + 20;3; 0.000000, 0.025422, 0.000000;;, + 21;3; 0.000000, 0.025422, 0.000000;;, + 22;3; 0.000000, 0.025422, 0.000000;;, + 23;3; 0.000000, 0.025422, 0.000000;;, + 24;3; 0.000000, 0.025422, 0.000000;;, + 25;3; 0.000000, 0.025422, 0.000000;;, + 26;3; 0.000000, 0.025422, 0.000000;;, + 27;3; 0.000000, 0.025422, 0.000000;;, + 28;3; 0.000000, 0.025422, 0.000000;;, + 29;3; 0.000000, 0.025422, 0.000000;;, + 30;3; 0.000000, 0.025422, 0.000000;;, + 31;3; 0.000000, 0.025422, 0.000000;;, + 32;3; 0.000000, 0.025422, 0.000000;;, + 33;3; 0.000000, 0.025422, 0.000000;;, + 34;3; 0.000000, 0.025422, 0.000000;;, + 35;3; 0.000000, 0.025422, 0.000000;;, + 36;3; 0.000000, 0.025422, 0.000000;;, + 37;3; 0.000000, 0.025422, 0.000000;;, + 38;3; 0.000000, 0.025422, 0.000000;;, + 39;3; 0.000000, 0.025422, 0.000000;;, + 40;3; 0.000000, 0.025422, 0.000000;;, + 41;3; 0.000000, 0.025422, 0.000000;;, + 42;3; 0.000000, 0.025422, 0.000000;;, + 43;3; 0.000000, 0.025422, 0.000000;;, + 44;3; 0.000000, 0.025422, 0.000000;;, + 45;3; 0.000000, 0.025422, 0.000000;;, + 46;3; 0.000000, 0.025422, 0.000000;;, + 47;3; 0.000000, 0.025422, 0.000000;;, + 48;3; 0.000000, 0.025422, 0.000000;;, + 49;3; 0.000000, 0.025422, 0.000000;;, + 50;3; 0.000000, 0.025422, 0.000000;;, + 51;3; 0.000000, 0.025422, 0.000000;;, + 52;3; 0.000000, 0.025422, 0.000000;;, + 53;3; 0.000000, 0.025422, 0.000000;;, + 54;3; 0.000000, 0.025422, 0.000000;;, + 55;3; 0.000000, 0.025422, 0.000000;;, + 56;3; 0.000000, 0.025422, 0.000000;;, + 57;3; 0.000000, 0.025422, 0.000000;;, + 58;3; 0.000000, 0.025422, 0.000000;;, + 59;3; 0.000000, 0.025422, 0.000000;;, + 60;3; 0.000000, 0.025422, 0.000000;;, + 61;3; 0.000000, 0.025422, 0.000000;;, + 62;3; 0.000000, 0.025422, 0.000000;;, + 63;3; 0.000000, 0.025422, 0.000000;;, + 64;3; 0.000000, 0.025422, 0.000000;;, + 65;3; 0.000000, 0.025422, 0.000000;;, + 66;3; 0.000000, 0.025422, 0.000000;;, + 67;3; 0.000000, 0.025422, 0.000000;;, + 68;3; 0.000000, 0.025422, 0.000000;;, + 69;3; 0.000000, 0.025422, 0.000000;;, + 70;3; 0.000000, 0.025422, 0.000000;;, + 71;3; 0.000000, 0.025422, 0.000000;;, + 72;3; 0.000000, 0.025422, 0.000000;;, + 73;3; 0.000000, 0.025422, 0.000000;;, + 74;3; 0.000000, 0.025422, 0.000000;;, + 75;3; 0.000000, 0.025422, 0.000000;;, + 76;3; 0.000000, 0.025422, 0.000000;;, + 77;3; 0.000000, 0.025422, 0.000000;;, + 78;3; 0.000000, 0.025422, 0.000000;;, + 79;3; 0.000000, 0.025422, 0.000000;;, + 80;3; 0.000000, 0.025422,-0.000000;;, + 81;3; 0.000000, 0.025422,-0.000000;;, + 82;3; 0.000000, 0.025422,-0.000000;;, + 83;3; 0.000000, 0.025422,-0.000000;;, + 84;3; 0.000000, 0.025422,-0.000000;;, + 85;3; 0.000000, 0.025422,-0.000000;;, + 86;3; 0.000000, 0.025422,-0.000000;;, + 87;3; 0.000000, 0.025422,-0.000000;;, + 88;3; 0.000000, 0.025422,-0.000000;;, + 89;3; 0.000000, 0.025422,-0.000000;;, + 90;3; 0.000000, 0.025422,-0.000000;;, + 91;3; 0.000000, 0.025422,-0.000000;;, + 92;3; 0.000000, 0.025422,-0.000000;;, + 93;3; 0.000000, 0.025422,-0.000000;;, + 94;3; 0.000000, 0.025422,-0.000000;;, + 95;3; 0.000000, 0.025422,-0.000000;;, + 96;3; 0.000000, 0.025422,-0.000000;;, + 97;3; 0.000000, 0.025422,-0.000000;;, + 98;3; 0.000000, 0.025422,-0.000000;;, + 99;3; 0.000000, 0.025422,-0.000000;;, + 100;3; 0.000000, 0.025422,-0.000000;;, + 101;3; 0.000000, 0.025422,-0.000000;;, + 102;3; 0.000000, 0.025422,-0.000000;;, + 103;3; 0.000000, 0.025422,-0.000000;;, + 104;3; 0.000000, 0.025422,-0.000000;;, + 105;3; 0.000000, 0.025422,-0.000000;;, + 106;3; 0.000000, 0.025422,-0.000000;;, + 107;3; 0.000000, 0.025422,-0.000000;;, + 108;3; 0.000000, 0.025422,-0.000000;;, + 109;3; 0.000000, 0.025422,-0.000000;;, + 110;3; 0.000000, 0.025422,-0.000000;;, + 111;3; 0.000000, 0.025422,-0.000000;;, + 112;3; 0.000000, 0.025422,-0.000000;;, + 113;3; 0.000000, 0.025422,-0.000000;;, + 114;3; 0.000000, 0.025422,-0.000000;;, + 115;3; 0.000000, 0.025422,-0.000000;;, + 116;3; 0.000000, 0.025422,-0.000000;;, + 117;3; 0.000000, 0.025422,-0.000000;;, + 118;3; 0.000000, 0.025422,-0.000000;;, + 119;3; 0.000000, 0.025422,-0.000000;;, + 120;3; 0.000000, 0.025422,-0.000000;;, + 121;3; 0.000000, 0.025422,-0.000000;;, + 122;3; 0.000000, 0.025422,-0.000000;;, + 123;3; 0.000000, 0.025422,-0.000000;;, + 124;3; 0.000000, 0.025422,-0.000000;;, + 125;3; 0.000000, 0.025422,-0.000000;;, + 126;3; 0.000000, 0.025422,-0.000000;;, + 127;3; 0.000000, 0.025422,-0.000000;;, + 128;3; 0.000000, 0.025422,-0.000000;;, + 129;3; 0.000000, 0.025422,-0.000000;;, + 130;3; 0.000000, 0.025422,-0.000000;;, + 131;3; 0.000000, 0.025422,-0.000000;;, + 132;3; 0.000000, 0.025422,-0.000000;;, + 133;3; 0.000000, 0.025422,-0.000000;;, + 134;3; 0.000000, 0.025422,-0.000000;;, + 135;3; 0.000000, 0.025422,-0.000000;;, + 136;3; 0.000000, 0.025422,-0.000000;;, + 137;3; 0.000000, 0.025422,-0.000000;;, + 138;3; 0.000000, 0.025422,-0.000000;;, + 139;3; 0.000000, 0.025422,-0.000000;;, + 140;3; 0.000000, 0.025422,-0.000000;;, + 141;3; 0.000000, 0.025422,-0.000000;;, + 142;3; 0.000000, 0.025422,-0.000000;;, + 143;3; 0.000000, 0.025422,-0.000000;;, + 144;3; 0.000000, 0.025422,-0.000000;;, + 145;3; 0.000000, 0.025422,-0.000000;;, + 146;3; 0.000000, 0.025422,-0.000000;;, + 147;3; 0.000000, 0.025422,-0.000000;;, + 148;3; 0.000000, 0.025422,-0.000000;;, + 149;3; 0.000000, 0.025422,-0.000000;;, + 150;3; 0.000000, 0.025422,-0.000000;;, + 151;3; 0.000000, 0.025422,-0.000000;;, + 152;3; 0.000000, 0.025422,-0.000000;;, + 153;3; 0.000000, 0.025422,-0.000000;;, + 154;3; 0.000000, 0.025422,-0.000000;;, + 155;3; 0.000000, 0.025422,-0.000000;;, + 156;3; 0.000000, 0.025422,-0.000000;;, + 157;3; 0.000000, 0.025422,-0.000000;;, + 158;3; 0.000000, 0.025422,-0.000000;;, + 159;3; 0.000000, 0.025422,-0.000000;;, + 160;3; 0.000000, 0.025422,-0.000000;;, + 161;3; 0.000000, 0.025422,-0.000000;;, + 162;3; 0.000000, 0.025422,-0.000000;;, + 163;3; 0.000000, 0.025422,-0.000000;;, + 164;3; 0.000000, 0.025422,-0.000000;;, + 165;3; 0.000000, 0.025422,-0.000000;;, + 166;3; 0.000000, 0.025422, 0.000000;;, + 167;3; 0.000000, 0.025422, 0.000000;;, + 168;3; 0.000000, 0.025422, 0.000000;;, + 169;3; 0.000000, 0.025422, 0.000000;;, + 170;3; 0.000000, 0.025422, 0.000000;;, + 171;3; 0.000000, 0.025422, 0.000000;;, + 172;3; 0.000000, 0.025422, 0.000000;;, + 173;3; 0.000000, 0.025422, 0.000000;;, + 174;3; 0.000000, 0.025422,-0.000000;;, + 175;3; 0.000000, 0.025422, 0.000000;;, + 176;3; 0.000000, 0.025422, 0.000000;;, + 177;3; 0.000000, 0.025422,-0.000000;;, + 178;3; 0.000000, 0.025422, 0.000000;;, + 179;3; 0.000000, 0.025422, 0.000000;;, + 180;3; 0.000000, 0.025422, 0.000000;;, + 181;3; 0.000000, 0.025422,-0.000000;;, + 182;3; 0.000000, 0.025422, 0.000000;;, + 183;3; 0.000000, 0.025422,-0.000000;;, + 184;3; 0.000000, 0.025422,-0.000000;;, + 185;3; 0.000000, 0.025422,-0.000000;;, + 186;3; 0.000000, 0.025422, 0.000000;;, + 187;3; 0.000000, 0.025422,-0.000000;;, + 188;3; 0.000000, 0.025422, 0.000000;;, + 189;3; 0.000000, 0.025422, 0.000000;;, + 190;3; 0.000000, 0.025422, 0.000000;;, + 191;3; 0.000000, 0.025422, 0.000000;;, + 192;3; 0.000000, 0.025422, 0.000000;;, + 193;3; 0.000000, 0.025422, 0.000000;;, + 194;3; 0.000000, 0.025422, 0.000000;;, + 195;3; 0.000000, 0.025422, 0.000000;;, + 196;3; 0.000000, 0.025422, 0.000000;;, + 197;3; 0.000000, 0.025422, 0.000000;;, + 198;3; 0.000000, 0.025422, 0.000000;;, + 199;3; 0.000000, 0.025422, 0.000000;;, + 200;3; 0.000000, 0.025422, 0.000000;;, + 201;3; 0.000000, 0.025422, 0.000000;;, + 202;3; 0.000000, 0.025422, 0.000000;;, + 203;3; 0.000000, 0.025422, 0.000000;;, + 204;3; 0.000000, 0.025422, 0.000000;;, + 205;3; 0.000000, 0.025422, 0.000000;;, + 206;3; 0.000000, 0.025422, 0.000000;;, + 207;3; 0.000000, 0.025422, 0.000000;;, + 208;3; 0.000000, 0.025422, 0.000000;;, + 209;3; 0.000000, 0.025422, 0.000000;;, + 210;3; 0.000000, 0.025422, 0.000000;;, + 211;3; 0.000000, 0.025422, 0.000000;;, + 212;3; 0.000000, 0.025422, 0.000000;;, + 213;3; 0.000000, 0.025422, 0.000000;;, + 214;3; 0.000000, 0.025422, 0.000000;;, + 215;3; 0.000000, 0.025422, 0.000000;;, + 216;3; 0.000000, 0.025422, 0.000000;;, + 217;3; 0.000000, 0.025422, 0.000000;;, + 218;3; 0.000000, 0.025422, 0.000000;;; + } + } + Animation { + {wolfwoman_middle_01_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 1;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 2;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 3;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 4;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 5;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 6;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 7;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 8;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 9;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 10;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 11;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 12;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 13;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 14;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 15;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 16;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 17;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 18;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 19;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 20;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 21;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 22;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 23;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 24;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 25;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 26;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 27;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 28;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 29;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 30;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 31;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 32;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 33;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 34;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 35;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 36;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 37;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 38;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 39;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 40;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 41;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 42;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 43;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 44;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 45;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 46;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 47;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 48;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 49;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 50;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 51;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 52;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 53;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 54;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 55;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 56;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 57;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 58;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 59;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 60;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 61;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 62;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 63;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 64;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 65;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 66;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 67;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 68;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 69;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 70;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 71;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 72;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 73;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 74;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 75;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 76;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 77;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 78;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 79;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 80;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 81;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 82;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 83;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 84;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 85;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 86;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 87;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 88;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 89;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 90;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 91;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 92;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 93;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 94;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 95;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 96;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 97;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 98;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 99;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 100;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 101;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 102;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 103;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 104;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 105;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 106;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 107;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 108;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 109;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 110;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 111;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 112;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 113;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 114;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 115;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 116;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 117;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 118;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 119;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 120;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 121;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 122;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 123;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 124;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 125;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 126;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 127;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 128;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 129;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 130;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 131;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 132;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 133;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 134;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 135;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 136;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 137;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 138;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 139;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 140;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 141;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 142;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 143;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 144;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 145;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 146;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 147;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 148;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 149;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 150;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 151;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 152;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 153;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 154;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 155;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 156;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 157;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 158;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 159;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 160;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 161;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 162;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 163;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 164;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 165;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 166;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 167;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 168;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 169;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 170;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 171;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 172;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 173;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 174;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 175;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 176;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 177;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 178;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 179;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 180;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 181;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 182;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 183;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 184;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 185;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 186;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 187;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 188;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 189;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 190;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 191;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 192;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 193;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 194;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 195;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 196;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 197;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 198;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 199;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 200;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 201;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 202;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 203;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 204;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 205;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 206;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 207;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 208;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 209;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 210;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 211;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 212;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 213;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 214;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 215;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 216;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 217;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 218;4;-0.950423,-0.039560, 0.287887,-0.110691;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.007724, 0.110602,-0.017004;;, + 1;3;-0.007724, 0.110602,-0.017004;;, + 2;3;-0.007724, 0.110602,-0.017004;;, + 3;3;-0.007724, 0.110602,-0.017004;;, + 4;3;-0.007724, 0.110602,-0.017004;;, + 5;3;-0.007724, 0.110602,-0.017004;;, + 6;3;-0.007724, 0.110602,-0.017004;;, + 7;3;-0.007724, 0.110602,-0.017004;;, + 8;3;-0.007724, 0.110602,-0.017004;;, + 9;3;-0.007724, 0.110602,-0.017004;;, + 10;3;-0.007724, 0.110602,-0.017004;;, + 11;3;-0.007724, 0.110602,-0.017004;;, + 12;3;-0.007724, 0.110602,-0.017004;;, + 13;3;-0.007724, 0.110602,-0.017004;;, + 14;3;-0.007724, 0.110602,-0.017004;;, + 15;3;-0.007724, 0.110602,-0.017004;;, + 16;3;-0.007724, 0.110602,-0.017004;;, + 17;3;-0.007724, 0.110602,-0.017004;;, + 18;3;-0.007724, 0.110602,-0.017004;;, + 19;3;-0.007724, 0.110602,-0.017004;;, + 20;3;-0.007724, 0.110602,-0.017004;;, + 21;3;-0.007724, 0.110602,-0.017004;;, + 22;3;-0.007724, 0.110602,-0.017004;;, + 23;3;-0.007724, 0.110602,-0.017004;;, + 24;3;-0.007724, 0.110602,-0.017004;;, + 25;3;-0.007724, 0.110602,-0.017004;;, + 26;3;-0.007724, 0.110602,-0.017004;;, + 27;3;-0.007724, 0.110602,-0.017004;;, + 28;3;-0.007724, 0.110602,-0.017004;;, + 29;3;-0.007724, 0.110602,-0.017004;;, + 30;3;-0.007724, 0.110602,-0.017004;;, + 31;3;-0.007724, 0.110602,-0.017004;;, + 32;3;-0.007724, 0.110602,-0.017004;;, + 33;3;-0.007724, 0.110602,-0.017004;;, + 34;3;-0.007724, 0.110602,-0.017004;;, + 35;3;-0.007724, 0.110602,-0.017004;;, + 36;3;-0.007724, 0.110602,-0.017004;;, + 37;3;-0.007724, 0.110602,-0.017004;;, + 38;3;-0.007724, 0.110602,-0.017004;;, + 39;3;-0.007724, 0.110602,-0.017004;;, + 40;3;-0.007724, 0.110602,-0.017004;;, + 41;3;-0.007724, 0.110602,-0.017004;;, + 42;3;-0.007724, 0.110602,-0.017004;;, + 43;3;-0.007724, 0.110602,-0.017004;;, + 44;3;-0.007724, 0.110602,-0.017004;;, + 45;3;-0.007724, 0.110602,-0.017004;;, + 46;3;-0.007724, 0.110602,-0.017004;;, + 47;3;-0.007724, 0.110602,-0.017004;;, + 48;3;-0.007724, 0.110602,-0.017004;;, + 49;3;-0.007724, 0.110602,-0.017004;;, + 50;3;-0.007724, 0.110602,-0.017004;;, + 51;3;-0.007724, 0.110602,-0.017004;;, + 52;3;-0.007724, 0.110602,-0.017004;;, + 53;3;-0.007724, 0.110602,-0.017004;;, + 54;3;-0.007724, 0.110602,-0.017004;;, + 55;3;-0.007724, 0.110602,-0.017004;;, + 56;3;-0.007724, 0.110602,-0.017004;;, + 57;3;-0.007724, 0.110602,-0.017004;;, + 58;3;-0.007724, 0.110602,-0.017004;;, + 59;3;-0.007724, 0.110602,-0.017004;;, + 60;3;-0.007724, 0.110602,-0.017004;;, + 61;3;-0.007724, 0.110602,-0.017004;;, + 62;3;-0.007724, 0.110602,-0.017004;;, + 63;3;-0.007724, 0.110602,-0.017004;;, + 64;3;-0.007724, 0.110602,-0.017004;;, + 65;3;-0.007724, 0.110602,-0.017004;;, + 66;3;-0.007724, 0.110602,-0.017004;;, + 67;3;-0.007724, 0.110602,-0.017004;;, + 68;3;-0.007724, 0.110602,-0.017004;;, + 69;3;-0.007724, 0.110602,-0.017004;;, + 70;3;-0.007724, 0.110602,-0.017004;;, + 71;3;-0.007724, 0.110602,-0.017004;;, + 72;3;-0.007724, 0.110602,-0.017004;;, + 73;3;-0.007724, 0.110602,-0.017004;;, + 74;3;-0.007724, 0.110602,-0.017004;;, + 75;3;-0.007724, 0.110602,-0.017004;;, + 76;3;-0.007724, 0.110602,-0.017004;;, + 77;3;-0.007724, 0.110602,-0.017004;;, + 78;3;-0.007724, 0.110602,-0.017004;;, + 79;3;-0.007724, 0.110602,-0.017004;;, + 80;3;-0.007724, 0.110602,-0.017004;;, + 81;3;-0.007724, 0.110602,-0.017004;;, + 82;3;-0.007724, 0.110602,-0.017004;;, + 83;3;-0.007724, 0.110602,-0.017004;;, + 84;3;-0.007724, 0.110602,-0.017004;;, + 85;3;-0.007724, 0.110602,-0.017004;;, + 86;3;-0.007724, 0.110602,-0.017004;;, + 87;3;-0.007724, 0.110602,-0.017004;;, + 88;3;-0.007724, 0.110602,-0.017004;;, + 89;3;-0.007724, 0.110602,-0.017004;;, + 90;3;-0.007724, 0.110602,-0.017004;;, + 91;3;-0.007724, 0.110602,-0.017004;;, + 92;3;-0.007724, 0.110602,-0.017004;;, + 93;3;-0.007724, 0.110602,-0.017004;;, + 94;3;-0.007724, 0.110602,-0.017004;;, + 95;3;-0.007724, 0.110602,-0.017004;;, + 96;3;-0.007724, 0.110602,-0.017004;;, + 97;3;-0.007724, 0.110602,-0.017004;;, + 98;3;-0.007724, 0.110602,-0.017004;;, + 99;3;-0.007724, 0.110602,-0.017004;;, + 100;3;-0.007724, 0.110602,-0.017004;;, + 101;3;-0.007724, 0.110602,-0.017004;;, + 102;3;-0.007724, 0.110602,-0.017004;;, + 103;3;-0.007724, 0.110602,-0.017004;;, + 104;3;-0.007724, 0.110602,-0.017004;;, + 105;3;-0.007724, 0.110602,-0.017004;;, + 106;3;-0.007724, 0.110602,-0.017004;;, + 107;3;-0.007724, 0.110602,-0.017004;;, + 108;3;-0.007724, 0.110602,-0.017004;;, + 109;3;-0.007724, 0.110602,-0.017004;;, + 110;3;-0.007724, 0.110602,-0.017004;;, + 111;3;-0.007724, 0.110602,-0.017004;;, + 112;3;-0.007724, 0.110602,-0.017004;;, + 113;3;-0.007724, 0.110602,-0.017004;;, + 114;3;-0.007724, 0.110602,-0.017004;;, + 115;3;-0.007724, 0.110602,-0.017004;;, + 116;3;-0.007724, 0.110602,-0.017004;;, + 117;3;-0.007724, 0.110602,-0.017004;;, + 118;3;-0.007724, 0.110602,-0.017004;;, + 119;3;-0.007724, 0.110602,-0.017004;;, + 120;3;-0.007724, 0.110602,-0.017004;;, + 121;3;-0.007724, 0.110602,-0.017004;;, + 122;3;-0.007724, 0.110602,-0.017004;;, + 123;3;-0.007724, 0.110602,-0.017004;;, + 124;3;-0.007724, 0.110602,-0.017004;;, + 125;3;-0.007724, 0.110602,-0.017004;;, + 126;3;-0.007724, 0.110602,-0.017004;;, + 127;3;-0.007724, 0.110602,-0.017004;;, + 128;3;-0.007724, 0.110602,-0.017004;;, + 129;3;-0.007724, 0.110602,-0.017004;;, + 130;3;-0.007724, 0.110602,-0.017004;;, + 131;3;-0.007724, 0.110602,-0.017004;;, + 132;3;-0.007724, 0.110602,-0.017004;;, + 133;3;-0.007724, 0.110602,-0.017004;;, + 134;3;-0.007724, 0.110602,-0.017004;;, + 135;3;-0.007724, 0.110602,-0.017004;;, + 136;3;-0.007724, 0.110602,-0.017004;;, + 137;3;-0.007724, 0.110602,-0.017004;;, + 138;3;-0.007724, 0.110602,-0.017004;;, + 139;3;-0.007724, 0.110602,-0.017004;;, + 140;3;-0.007724, 0.110602,-0.017004;;, + 141;3;-0.007724, 0.110602,-0.017004;;, + 142;3;-0.007724, 0.110602,-0.017004;;, + 143;3;-0.007724, 0.110602,-0.017004;;, + 144;3;-0.007724, 0.110602,-0.017004;;, + 145;3;-0.007724, 0.110602,-0.017004;;, + 146;3;-0.007724, 0.110602,-0.017004;;, + 147;3;-0.007724, 0.110602,-0.017004;;, + 148;3;-0.007724, 0.110602,-0.017004;;, + 149;3;-0.007724, 0.110602,-0.017004;;, + 150;3;-0.007724, 0.110602,-0.017004;;, + 151;3;-0.007724, 0.110602,-0.017004;;, + 152;3;-0.007724, 0.110602,-0.017004;;, + 153;3;-0.007724, 0.110602,-0.017004;;, + 154;3;-0.007724, 0.110602,-0.017004;;, + 155;3;-0.007724, 0.110602,-0.017004;;, + 156;3;-0.007724, 0.110602,-0.017004;;, + 157;3;-0.007724, 0.110602,-0.017004;;, + 158;3;-0.007724, 0.110602,-0.017004;;, + 159;3;-0.007724, 0.110602,-0.017004;;, + 160;3;-0.007724, 0.110602,-0.017004;;, + 161;3;-0.007724, 0.110602,-0.017004;;, + 162;3;-0.007724, 0.110602,-0.017004;;, + 163;3;-0.007724, 0.110602,-0.017004;;, + 164;3;-0.007724, 0.110602,-0.017004;;, + 165;3;-0.007724, 0.110602,-0.017004;;, + 166;3;-0.007724, 0.110602,-0.017004;;, + 167;3;-0.007724, 0.110602,-0.017004;;, + 168;3;-0.007724, 0.110602,-0.017004;;, + 169;3;-0.007725, 0.110602,-0.017004;;, + 170;3;-0.007724, 0.110602,-0.017004;;, + 171;3;-0.007725, 0.110602,-0.017004;;, + 172;3;-0.007724, 0.110602,-0.017004;;, + 173;3;-0.007725, 0.110602,-0.017004;;, + 174;3;-0.007725, 0.110602,-0.017004;;, + 175;3;-0.007724, 0.110602,-0.017004;;, + 176;3;-0.007725, 0.110602,-0.017004;;, + 177;3;-0.007724, 0.110602,-0.017004;;, + 178;3;-0.007725, 0.110602,-0.017004;;, + 179;3;-0.007725, 0.110602,-0.017004;;, + 180;3;-0.007724, 0.110602,-0.017004;;, + 181;3;-0.007725, 0.110602,-0.017004;;, + 182;3;-0.007724, 0.110602,-0.017004;;, + 183;3;-0.007725, 0.110602,-0.017004;;, + 184;3;-0.007725, 0.110602,-0.017004;;, + 185;3;-0.007725, 0.110602,-0.017004;;, + 186;3;-0.007724, 0.110602,-0.017004;;, + 187;3;-0.007724, 0.110602,-0.017004;;, + 188;3;-0.007724, 0.110602,-0.017004;;, + 189;3;-0.007724, 0.110602,-0.017004;;, + 190;3;-0.007724, 0.110602,-0.017004;;, + 191;3;-0.007724, 0.110602,-0.017004;;, + 192;3;-0.007724, 0.110602,-0.017004;;, + 193;3;-0.007724, 0.110602,-0.017004;;, + 194;3;-0.007724, 0.110602,-0.017004;;, + 195;3;-0.007724, 0.110602,-0.017004;;, + 196;3;-0.007724, 0.110602,-0.017004;;, + 197;3;-0.007724, 0.110602,-0.017004;;, + 198;3;-0.007724, 0.110602,-0.017004;;, + 199;3;-0.007724, 0.110602,-0.017004;;, + 200;3;-0.007724, 0.110602,-0.017004;;, + 201;3;-0.007724, 0.110602,-0.017004;;, + 202;3;-0.007724, 0.110602,-0.017004;;, + 203;3;-0.007724, 0.110602,-0.017004;;, + 204;3;-0.007724, 0.110602,-0.017004;;, + 205;3;-0.007724, 0.110602,-0.017004;;, + 206;3;-0.007724, 0.110602,-0.017004;;, + 207;3;-0.007724, 0.110602,-0.017004;;, + 208;3;-0.007724, 0.110602,-0.017004;;, + 209;3;-0.007724, 0.110602,-0.017004;;, + 210;3;-0.007724, 0.110602,-0.017004;;, + 211;3;-0.007724, 0.110602,-0.017004;;, + 212;3;-0.007724, 0.110602,-0.017004;;, + 213;3;-0.007724, 0.110602,-0.017004;;, + 214;3;-0.007724, 0.110602,-0.017004;;, + 215;3;-0.007724, 0.110602,-0.017004;;, + 216;3;-0.007724, 0.110602,-0.017004;;, + 217;3;-0.007724, 0.110602,-0.017004;;, + 218;3;-0.007724, 0.110602,-0.017004;;; + } + } + Animation { + {wolfwoman_middle_02_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 1;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 2;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 3;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 4;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 5;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 6;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 7;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 8;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 9;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 10;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 11;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 12;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 13;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 14;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 15;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 16;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 17;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 18;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 19;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 20;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 21;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 22;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 23;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 24;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 25;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 26;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 27;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 28;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 29;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 30;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 31;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 32;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 33;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 34;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 35;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 36;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 37;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 38;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 39;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 40;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 41;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 42;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 43;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 44;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 45;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 46;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 47;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 48;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 49;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 50;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 51;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 52;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 53;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 54;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 55;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 56;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 57;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 58;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 59;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 60;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 61;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 62;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 63;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 64;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 65;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 66;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 67;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 68;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 69;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 70;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 71;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 72;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 73;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 74;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 75;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 76;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 77;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 78;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 79;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 80;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 81;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 82;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 83;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 84;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 85;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 86;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 87;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 88;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 89;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 90;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 91;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 92;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 93;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 94;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 95;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 96;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 97;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 98;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 99;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 100;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 101;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 102;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 103;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 104;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 105;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 106;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 107;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 108;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 109;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 110;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 111;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 112;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 113;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 114;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 115;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 116;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 117;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 118;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 119;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 120;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 121;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 122;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 123;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 124;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 125;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 126;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 127;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 128;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 129;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 130;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 131;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 132;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 133;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 134;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 135;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 136;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 137;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 138;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 139;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 140;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 141;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 142;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 143;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 144;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 145;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 146;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 147;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 148;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 149;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 150;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 151;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 152;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 153;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 154;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 155;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 156;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 157;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 158;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 159;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 160;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 161;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 162;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 163;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 164;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 165;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 166;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 167;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 168;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 169;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 170;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 171;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 172;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 173;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 174;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 175;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 176;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 177;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 178;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 179;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 180;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 181;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 182;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 183;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 184;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 185;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 186;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 187;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 188;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 189;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 190;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 191;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 192;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 193;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 194;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 195;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 196;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 197;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 198;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 199;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 200;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 201;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 202;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 203;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 204;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 205;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 206;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 207;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 208;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 209;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 210;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 211;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 212;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 213;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 214;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 215;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 216;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 217;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 218;4;-0.998624, 0.003110,-0.039838, 0.033956;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.036967,-0.000000;;, + 1;3;-0.000000, 0.036967,-0.000000;;, + 2;3;-0.000000, 0.036967,-0.000000;;, + 3;3;-0.000000, 0.036967,-0.000000;;, + 4;3;-0.000000, 0.036967,-0.000000;;, + 5;3;-0.000000, 0.036967,-0.000000;;, + 6;3;-0.000000, 0.036967,-0.000000;;, + 7;3;-0.000000, 0.036967,-0.000000;;, + 8;3;-0.000000, 0.036967,-0.000000;;, + 9;3;-0.000000, 0.036967,-0.000000;;, + 10;3;-0.000000, 0.036967,-0.000000;;, + 11;3;-0.000000, 0.036967,-0.000000;;, + 12;3;-0.000000, 0.036967,-0.000000;;, + 13;3;-0.000000, 0.036967,-0.000000;;, + 14;3;-0.000000, 0.036967,-0.000000;;, + 15;3;-0.000000, 0.036967,-0.000000;;, + 16;3;-0.000000, 0.036967,-0.000000;;, + 17;3;-0.000000, 0.036967,-0.000000;;, + 18;3;-0.000000, 0.036967,-0.000000;;, + 19;3;-0.000000, 0.036967,-0.000000;;, + 20;3;-0.000000, 0.036967,-0.000000;;, + 21;3;-0.000000, 0.036967,-0.000000;;, + 22;3;-0.000000, 0.036967,-0.000000;;, + 23;3;-0.000000, 0.036967,-0.000000;;, + 24;3;-0.000000, 0.036967,-0.000000;;, + 25;3;-0.000000, 0.036967,-0.000000;;, + 26;3;-0.000000, 0.036967,-0.000000;;, + 27;3;-0.000000, 0.036967,-0.000000;;, + 28;3;-0.000000, 0.036967,-0.000000;;, + 29;3;-0.000000, 0.036967,-0.000000;;, + 30;3;-0.000000, 0.036967,-0.000000;;, + 31;3;-0.000000, 0.036967,-0.000000;;, + 32;3;-0.000000, 0.036967,-0.000000;;, + 33;3;-0.000000, 0.036967,-0.000000;;, + 34;3;-0.000000, 0.036967,-0.000000;;, + 35;3;-0.000000, 0.036967,-0.000000;;, + 36;3;-0.000000, 0.036967,-0.000000;;, + 37;3;-0.000000, 0.036967,-0.000000;;, + 38;3;-0.000000, 0.036967,-0.000000;;, + 39;3;-0.000000, 0.036967,-0.000000;;, + 40;3;-0.000000, 0.036967,-0.000000;;, + 41;3;-0.000000, 0.036967,-0.000000;;, + 42;3;-0.000000, 0.036967,-0.000000;;, + 43;3;-0.000000, 0.036967,-0.000000;;, + 44;3;-0.000000, 0.036967,-0.000000;;, + 45;3;-0.000000, 0.036967,-0.000000;;, + 46;3;-0.000000, 0.036967,-0.000000;;, + 47;3;-0.000000, 0.036967,-0.000000;;, + 48;3;-0.000000, 0.036967,-0.000000;;, + 49;3;-0.000000, 0.036967,-0.000000;;, + 50;3;-0.000000, 0.036967,-0.000000;;, + 51;3;-0.000000, 0.036967,-0.000000;;, + 52;3;-0.000000, 0.036967,-0.000000;;, + 53;3;-0.000000, 0.036967,-0.000000;;, + 54;3;-0.000000, 0.036967,-0.000000;;, + 55;3;-0.000000, 0.036967,-0.000000;;, + 56;3;-0.000000, 0.036967,-0.000000;;, + 57;3;-0.000000, 0.036967,-0.000000;;, + 58;3;-0.000000, 0.036967,-0.000000;;, + 59;3;-0.000000, 0.036967,-0.000000;;, + 60;3;-0.000000, 0.036967,-0.000000;;, + 61;3;-0.000000, 0.036967,-0.000000;;, + 62;3;-0.000000, 0.036967,-0.000000;;, + 63;3;-0.000000, 0.036967,-0.000000;;, + 64;3;-0.000000, 0.036967,-0.000000;;, + 65;3;-0.000000, 0.036967,-0.000000;;, + 66;3;-0.000000, 0.036967,-0.000000;;, + 67;3;-0.000000, 0.036967,-0.000000;;, + 68;3;-0.000000, 0.036967,-0.000000;;, + 69;3;-0.000000, 0.036967,-0.000000;;, + 70;3;-0.000000, 0.036967,-0.000000;;, + 71;3;-0.000000, 0.036967,-0.000000;;, + 72;3;-0.000000, 0.036967,-0.000000;;, + 73;3;-0.000000, 0.036967,-0.000000;;, + 74;3;-0.000000, 0.036967,-0.000000;;, + 75;3;-0.000000, 0.036967,-0.000000;;, + 76;3;-0.000000, 0.036967,-0.000000;;, + 77;3;-0.000000, 0.036967,-0.000000;;, + 78;3;-0.000000, 0.036967,-0.000000;;, + 79;3;-0.000000, 0.036967,-0.000000;;, + 80;3;-0.000000, 0.036967,-0.000000;;, + 81;3;-0.000000, 0.036967,-0.000000;;, + 82;3;-0.000000, 0.036967,-0.000000;;, + 83;3;-0.000000, 0.036967,-0.000000;;, + 84;3;-0.000000, 0.036967,-0.000000;;, + 85;3;-0.000000, 0.036967,-0.000000;;, + 86;3;-0.000000, 0.036967,-0.000000;;, + 87;3;-0.000000, 0.036967,-0.000000;;, + 88;3;-0.000000, 0.036967,-0.000000;;, + 89;3;-0.000000, 0.036967,-0.000000;;, + 90;3;-0.000000, 0.036967,-0.000000;;, + 91;3;-0.000000, 0.036967,-0.000000;;, + 92;3;-0.000000, 0.036967,-0.000000;;, + 93;3;-0.000000, 0.036967,-0.000000;;, + 94;3;-0.000000, 0.036967,-0.000000;;, + 95;3;-0.000000, 0.036967,-0.000000;;, + 96;3;-0.000000, 0.036967,-0.000000;;, + 97;3;-0.000000, 0.036967,-0.000000;;, + 98;3;-0.000000, 0.036967,-0.000000;;, + 99;3;-0.000000, 0.036967,-0.000000;;, + 100;3;-0.000000, 0.036967,-0.000000;;, + 101;3;-0.000000, 0.036967,-0.000000;;, + 102;3;-0.000000, 0.036967,-0.000000;;, + 103;3;-0.000000, 0.036967,-0.000000;;, + 104;3;-0.000000, 0.036967,-0.000000;;, + 105;3;-0.000000, 0.036967,-0.000000;;, + 106;3;-0.000000, 0.036967,-0.000000;;, + 107;3;-0.000000, 0.036967,-0.000000;;, + 108;3;-0.000000, 0.036967,-0.000000;;, + 109;3;-0.000000, 0.036967,-0.000000;;, + 110;3;-0.000000, 0.036967,-0.000000;;, + 111;3;-0.000000, 0.036967,-0.000000;;, + 112;3;-0.000000, 0.036967,-0.000000;;, + 113;3;-0.000000, 0.036967,-0.000000;;, + 114;3;-0.000000, 0.036967,-0.000000;;, + 115;3;-0.000000, 0.036967,-0.000000;;, + 116;3;-0.000000, 0.036967,-0.000000;;, + 117;3;-0.000000, 0.036967,-0.000000;;, + 118;3;-0.000000, 0.036967,-0.000000;;, + 119;3;-0.000000, 0.036967,-0.000000;;, + 120;3;-0.000000, 0.036967,-0.000000;;, + 121;3;-0.000000, 0.036967,-0.000000;;, + 122;3;-0.000000, 0.036967,-0.000000;;, + 123;3;-0.000000, 0.036967,-0.000000;;, + 124;3;-0.000000, 0.036967,-0.000000;;, + 125;3;-0.000000, 0.036967,-0.000000;;, + 126;3;-0.000000, 0.036967,-0.000000;;, + 127;3;-0.000000, 0.036967,-0.000000;;, + 128;3;-0.000000, 0.036967,-0.000000;;, + 129;3;-0.000000, 0.036967,-0.000000;;, + 130;3;-0.000000, 0.036967,-0.000000;;, + 131;3;-0.000000, 0.036967,-0.000000;;, + 132;3;-0.000000, 0.036967,-0.000000;;, + 133;3;-0.000000, 0.036967,-0.000000;;, + 134;3;-0.000000, 0.036967,-0.000000;;, + 135;3;-0.000000, 0.036967,-0.000000;;, + 136;3;-0.000000, 0.036967,-0.000000;;, + 137;3;-0.000000, 0.036967,-0.000000;;, + 138;3;-0.000000, 0.036967,-0.000000;;, + 139;3;-0.000000, 0.036967,-0.000000;;, + 140;3;-0.000000, 0.036967,-0.000000;;, + 141;3;-0.000000, 0.036967,-0.000000;;, + 142;3;-0.000000, 0.036967,-0.000000;;, + 143;3;-0.000000, 0.036967,-0.000000;;, + 144;3;-0.000000, 0.036967,-0.000000;;, + 145;3;-0.000000, 0.036967,-0.000000;;, + 146;3;-0.000000, 0.036967,-0.000000;;, + 147;3;-0.000000, 0.036967,-0.000000;;, + 148;3;-0.000000, 0.036967,-0.000000;;, + 149;3;-0.000000, 0.036967,-0.000000;;, + 150;3;-0.000000, 0.036967,-0.000000;;, + 151;3;-0.000000, 0.036967,-0.000000;;, + 152;3;-0.000000, 0.036967,-0.000000;;, + 153;3;-0.000000, 0.036967,-0.000000;;, + 154;3;-0.000000, 0.036967,-0.000000;;, + 155;3;-0.000000, 0.036967,-0.000000;;, + 156;3;-0.000000, 0.036967,-0.000000;;, + 157;3;-0.000000, 0.036967,-0.000000;;, + 158;3;-0.000000, 0.036967,-0.000000;;, + 159;3;-0.000000, 0.036967,-0.000000;;, + 160;3;-0.000000, 0.036967,-0.000000;;, + 161;3; 0.000000, 0.036967,-0.000000;;, + 162;3; 0.000000, 0.036967,-0.000000;;, + 163;3; 0.000000, 0.036967,-0.000000;;, + 164;3; 0.000000, 0.036967,-0.000000;;, + 165;3; 0.000000, 0.036967,-0.000000;;, + 166;3;-0.000000, 0.036967,-0.000000;;, + 167;3;-0.000000, 0.036967,-0.000000;;, + 168;3;-0.000000, 0.036967,-0.000000;;, + 169;3;-0.000000, 0.036967,-0.000000;;, + 170;3;-0.000000, 0.036967,-0.000000;;, + 171;3;-0.000000, 0.036967,-0.000000;;, + 172;3;-0.000000, 0.036967,-0.000000;;, + 173;3;-0.000000, 0.036967,-0.000000;;, + 174;3;-0.000000, 0.036967,-0.000000;;, + 175;3;-0.000000, 0.036967,-0.000000;;, + 176;3;-0.000000, 0.036967,-0.000000;;, + 177;3;-0.000000, 0.036967,-0.000000;;, + 178;3;-0.000000, 0.036967,-0.000000;;, + 179;3;-0.000000, 0.036967,-0.000000;;, + 180;3;-0.000000, 0.036967,-0.000000;;, + 181;3;-0.000000, 0.036967,-0.000000;;, + 182;3;-0.000000, 0.036967,-0.000000;;, + 183;3;-0.000000, 0.036967,-0.000000;;, + 184;3;-0.000000, 0.036967,-0.000000;;, + 185;3;-0.000000, 0.036967,-0.000000;;, + 186;3;-0.000000, 0.036967,-0.000000;;, + 187;3;-0.000000, 0.036967,-0.000000;;, + 188;3;-0.000000, 0.036967,-0.000000;;, + 189;3;-0.000000, 0.036967,-0.000000;;, + 190;3;-0.000000, 0.036967,-0.000000;;, + 191;3;-0.000000, 0.036967,-0.000000;;, + 192;3;-0.000000, 0.036967,-0.000000;;, + 193;3;-0.000000, 0.036967,-0.000000;;, + 194;3;-0.000000, 0.036967,-0.000000;;, + 195;3;-0.000000, 0.036967,-0.000000;;, + 196;3;-0.000000, 0.036967,-0.000000;;, + 197;3;-0.000000, 0.036967,-0.000000;;, + 198;3;-0.000000, 0.036967,-0.000000;;, + 199;3;-0.000000, 0.036967,-0.000000;;, + 200;3;-0.000000, 0.036967,-0.000000;;, + 201;3;-0.000000, 0.036967,-0.000000;;, + 202;3;-0.000000, 0.036967,-0.000000;;, + 203;3;-0.000000, 0.036967,-0.000000;;, + 204;3;-0.000000, 0.036967,-0.000000;;, + 205;3;-0.000000, 0.036967,-0.000000;;, + 206;3;-0.000000, 0.036967,-0.000000;;, + 207;3;-0.000000, 0.036967,-0.000000;;, + 208;3;-0.000000, 0.036967,-0.000000;;, + 209;3;-0.000000, 0.036967,-0.000000;;, + 210;3;-0.000000, 0.036967,-0.000000;;, + 211;3;-0.000000, 0.036967,-0.000000;;, + 212;3;-0.000000, 0.036967,-0.000000;;, + 213;3;-0.000000, 0.036967,-0.000000;;, + 214;3;-0.000000, 0.036967,-0.000000;;, + 215;3;-0.000000, 0.036967,-0.000000;;, + 216;3;-0.000000, 0.036967,-0.000000;;, + 217;3;-0.000000, 0.036967,-0.000000;;, + 218;3;-0.000000, 0.036967,-0.000000;;; + } + } + Animation { + {wolfwoman_middle_03_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 1;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 2;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 3;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 4;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 5;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 6;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 7;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 8;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 9;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 10;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 11;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 12;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 13;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 14;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 15;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 16;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 17;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 18;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 19;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 20;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 21;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 22;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 23;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 24;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 25;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 26;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 27;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 28;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 29;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 30;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 31;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 32;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 33;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 34;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 35;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 36;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 37;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 38;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 39;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 40;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 41;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 42;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 43;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 44;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 45;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 46;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 47;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 48;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 49;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 50;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 51;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 52;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 53;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 54;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 55;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 56;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 57;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 58;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 59;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 60;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 61;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 62;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 63;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 64;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 65;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 66;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 67;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 68;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 69;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 70;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 71;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 72;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 73;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 74;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 75;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 76;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 77;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 78;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 79;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 80;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 81;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 82;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 83;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 84;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 85;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 86;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 87;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 88;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 89;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 90;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 91;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 92;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 93;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 94;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 95;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 96;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 97;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 98;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 99;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 100;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 101;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 102;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 103;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 104;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 105;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 106;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 107;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 108;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 109;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 110;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 111;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 112;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 113;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 114;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 115;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 116;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 117;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 118;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 119;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 120;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 121;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 122;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 123;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 124;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 125;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 126;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 127;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 128;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 129;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 130;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 131;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 132;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 133;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 134;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 135;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 136;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 137;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 138;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 139;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 140;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 141;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 142;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 143;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 144;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 145;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 146;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 147;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 148;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 149;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 150;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 151;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 152;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 153;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 154;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 155;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 156;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 157;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 158;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 159;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 160;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 161;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 162;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 163;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 164;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 165;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 166;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 167;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 168;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 169;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 170;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 171;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 172;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 173;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 174;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 175;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 176;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 177;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 178;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 179;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 180;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 181;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 182;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 183;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 184;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 185;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 186;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 187;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 188;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 189;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 190;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 191;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 192;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 193;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 194;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 195;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 196;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 197;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 198;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 199;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 200;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 201;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 202;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 203;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 204;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 205;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 206;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 207;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 208;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 209;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 210;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 211;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 212;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 213;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 214;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 215;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 216;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 217;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 218;4;-0.996439, 0.054153, 0.048252,-0.042990;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.030088, 0.000000;;, + 1;3;-0.000000, 0.030088, 0.000000;;, + 2;3;-0.000000, 0.030088, 0.000000;;, + 3;3;-0.000000, 0.030088, 0.000000;;, + 4;3;-0.000000, 0.030088, 0.000000;;, + 5;3;-0.000000, 0.030088, 0.000000;;, + 6;3;-0.000000, 0.030088, 0.000000;;, + 7;3;-0.000000, 0.030088, 0.000000;;, + 8;3;-0.000000, 0.030088, 0.000000;;, + 9;3;-0.000000, 0.030088, 0.000000;;, + 10;3;-0.000000, 0.030088, 0.000000;;, + 11;3;-0.000000, 0.030088, 0.000000;;, + 12;3;-0.000000, 0.030088, 0.000000;;, + 13;3;-0.000000, 0.030088, 0.000000;;, + 14;3;-0.000000, 0.030088, 0.000000;;, + 15;3;-0.000000, 0.030088, 0.000000;;, + 16;3;-0.000000, 0.030088, 0.000000;;, + 17;3;-0.000000, 0.030088, 0.000000;;, + 18;3;-0.000000, 0.030088, 0.000000;;, + 19;3;-0.000000, 0.030088, 0.000000;;, + 20;3;-0.000000, 0.030088, 0.000000;;, + 21;3;-0.000000, 0.030088, 0.000000;;, + 22;3;-0.000000, 0.030088, 0.000000;;, + 23;3;-0.000000, 0.030088, 0.000000;;, + 24;3;-0.000000, 0.030088, 0.000000;;, + 25;3;-0.000000, 0.030088, 0.000000;;, + 26;3;-0.000000, 0.030088, 0.000000;;, + 27;3;-0.000000, 0.030088, 0.000000;;, + 28;3;-0.000000, 0.030088, 0.000000;;, + 29;3;-0.000000, 0.030088, 0.000000;;, + 30;3;-0.000000, 0.030088, 0.000000;;, + 31;3;-0.000000, 0.030088, 0.000000;;, + 32;3;-0.000000, 0.030088, 0.000000;;, + 33;3;-0.000000, 0.030088, 0.000000;;, + 34;3;-0.000000, 0.030088, 0.000000;;, + 35;3;-0.000000, 0.030088, 0.000000;;, + 36;3;-0.000000, 0.030088, 0.000000;;, + 37;3;-0.000000, 0.030088, 0.000000;;, + 38;3;-0.000000, 0.030088, 0.000000;;, + 39;3;-0.000000, 0.030088, 0.000000;;, + 40;3;-0.000000, 0.030088, 0.000000;;, + 41;3;-0.000000, 0.030088, 0.000000;;, + 42;3;-0.000000, 0.030088, 0.000000;;, + 43;3;-0.000000, 0.030088, 0.000000;;, + 44;3;-0.000000, 0.030088, 0.000000;;, + 45;3;-0.000000, 0.030088, 0.000000;;, + 46;3;-0.000000, 0.030088, 0.000000;;, + 47;3;-0.000000, 0.030088, 0.000000;;, + 48;3;-0.000000, 0.030088, 0.000000;;, + 49;3;-0.000000, 0.030088, 0.000000;;, + 50;3;-0.000000, 0.030088, 0.000000;;, + 51;3;-0.000000, 0.030088, 0.000000;;, + 52;3;-0.000000, 0.030088, 0.000000;;, + 53;3;-0.000000, 0.030088, 0.000000;;, + 54;3;-0.000000, 0.030088, 0.000000;;, + 55;3;-0.000000, 0.030088, 0.000000;;, + 56;3;-0.000000, 0.030088, 0.000000;;, + 57;3;-0.000000, 0.030088, 0.000000;;, + 58;3;-0.000000, 0.030088, 0.000000;;, + 59;3;-0.000000, 0.030088, 0.000000;;, + 60;3;-0.000000, 0.030088, 0.000000;;, + 61;3;-0.000000, 0.030088, 0.000000;;, + 62;3;-0.000000, 0.030088, 0.000000;;, + 63;3;-0.000000, 0.030088, 0.000000;;, + 64;3;-0.000000, 0.030088, 0.000000;;, + 65;3;-0.000000, 0.030088, 0.000000;;, + 66;3;-0.000000, 0.030088, 0.000000;;, + 67;3;-0.000000, 0.030088, 0.000000;;, + 68;3;-0.000000, 0.030088, 0.000000;;, + 69;3;-0.000000, 0.030088, 0.000000;;, + 70;3;-0.000000, 0.030088, 0.000000;;, + 71;3;-0.000000, 0.030088, 0.000000;;, + 72;3;-0.000000, 0.030088, 0.000000;;, + 73;3;-0.000000, 0.030088, 0.000000;;, + 74;3;-0.000000, 0.030088, 0.000000;;, + 75;3;-0.000000, 0.030088, 0.000000;;, + 76;3;-0.000000, 0.030088, 0.000000;;, + 77;3;-0.000000, 0.030088, 0.000000;;, + 78;3;-0.000000, 0.030088, 0.000000;;, + 79;3;-0.000000, 0.030088, 0.000000;;, + 80;3;-0.000000, 0.030088, 0.000000;;, + 81;3;-0.000000, 0.030088, 0.000000;;, + 82;3;-0.000000, 0.030088, 0.000000;;, + 83;3;-0.000000, 0.030088, 0.000000;;, + 84;3;-0.000000, 0.030088, 0.000000;;, + 85;3;-0.000000, 0.030088, 0.000000;;, + 86;3;-0.000000, 0.030088, 0.000000;;, + 87;3;-0.000000, 0.030088, 0.000000;;, + 88;3;-0.000000, 0.030088, 0.000000;;, + 89;3;-0.000000, 0.030088, 0.000000;;, + 90;3;-0.000000, 0.030088, 0.000000;;, + 91;3;-0.000000, 0.030088, 0.000000;;, + 92;3;-0.000000, 0.030088, 0.000000;;, + 93;3;-0.000000, 0.030088, 0.000000;;, + 94;3;-0.000000, 0.030088, 0.000000;;, + 95;3;-0.000000, 0.030088, 0.000000;;, + 96;3;-0.000000, 0.030088, 0.000000;;, + 97;3;-0.000000, 0.030088, 0.000000;;, + 98;3;-0.000000, 0.030088, 0.000000;;, + 99;3;-0.000000, 0.030088, 0.000000;;, + 100;3;-0.000000, 0.030088, 0.000000;;, + 101;3;-0.000000, 0.030088, 0.000000;;, + 102;3;-0.000000, 0.030088, 0.000000;;, + 103;3;-0.000000, 0.030088, 0.000000;;, + 104;3;-0.000000, 0.030088, 0.000000;;, + 105;3;-0.000000, 0.030088, 0.000000;;, + 106;3;-0.000000, 0.030088, 0.000000;;, + 107;3;-0.000000, 0.030088, 0.000000;;, + 108;3;-0.000000, 0.030088, 0.000000;;, + 109;3;-0.000000, 0.030088, 0.000000;;, + 110;3;-0.000000, 0.030088, 0.000000;;, + 111;3;-0.000000, 0.030088, 0.000000;;, + 112;3;-0.000000, 0.030088, 0.000000;;, + 113;3;-0.000000, 0.030088, 0.000000;;, + 114;3;-0.000000, 0.030088, 0.000000;;, + 115;3;-0.000000, 0.030088, 0.000000;;, + 116;3;-0.000000, 0.030088, 0.000000;;, + 117;3;-0.000000, 0.030088, 0.000000;;, + 118;3;-0.000000, 0.030088, 0.000000;;, + 119;3;-0.000000, 0.030088, 0.000000;;, + 120;3;-0.000000, 0.030088, 0.000000;;, + 121;3;-0.000000, 0.030088, 0.000000;;, + 122;3;-0.000000, 0.030088, 0.000000;;, + 123;3;-0.000000, 0.030088, 0.000000;;, + 124;3;-0.000000, 0.030088, 0.000000;;, + 125;3;-0.000000, 0.030088, 0.000000;;, + 126;3;-0.000000, 0.030088, 0.000000;;, + 127;3;-0.000000, 0.030088, 0.000000;;, + 128;3;-0.000000, 0.030088, 0.000000;;, + 129;3;-0.000000, 0.030088, 0.000000;;, + 130;3;-0.000000, 0.030088, 0.000000;;, + 131;3;-0.000000, 0.030088, 0.000000;;, + 132;3;-0.000000, 0.030088, 0.000000;;, + 133;3;-0.000000, 0.030088, 0.000000;;, + 134;3;-0.000000, 0.030088, 0.000000;;, + 135;3;-0.000000, 0.030088, 0.000000;;, + 136;3;-0.000000, 0.030088, 0.000000;;, + 137;3;-0.000000, 0.030088, 0.000000;;, + 138;3;-0.000000, 0.030088, 0.000000;;, + 139;3;-0.000000, 0.030088, 0.000000;;, + 140;3;-0.000000, 0.030088, 0.000000;;, + 141;3;-0.000000, 0.030088, 0.000000;;, + 142;3;-0.000000, 0.030088, 0.000000;;, + 143;3;-0.000000, 0.030088, 0.000000;;, + 144;3;-0.000000, 0.030088, 0.000000;;, + 145;3;-0.000000, 0.030088, 0.000000;;, + 146;3;-0.000000, 0.030088, 0.000000;;, + 147;3;-0.000000, 0.030088, 0.000000;;, + 148;3;-0.000000, 0.030088, 0.000000;;, + 149;3;-0.000000, 0.030088, 0.000000;;, + 150;3;-0.000000, 0.030088, 0.000000;;, + 151;3;-0.000000, 0.030088, 0.000000;;, + 152;3;-0.000000, 0.030088, 0.000000;;, + 153;3;-0.000000, 0.030088, 0.000000;;, + 154;3;-0.000000, 0.030088, 0.000000;;, + 155;3;-0.000000, 0.030088, 0.000000;;, + 156;3;-0.000000, 0.030088, 0.000000;;, + 157;3;-0.000000, 0.030088, 0.000000;;, + 158;3;-0.000000, 0.030088, 0.000000;;, + 159;3;-0.000000, 0.030088, 0.000000;;, + 160;3;-0.000000, 0.030088, 0.000000;;, + 161;3;-0.000000, 0.030088, 0.000000;;, + 162;3;-0.000000, 0.030088, 0.000000;;, + 163;3;-0.000000, 0.030088, 0.000000;;, + 164;3;-0.000000, 0.030088, 0.000000;;, + 165;3;-0.000000, 0.030088, 0.000000;;, + 166;3;-0.000000, 0.030088, 0.000000;;, + 167;3;-0.000000, 0.030088, 0.000000;;, + 168;3;-0.000000, 0.030088, 0.000000;;, + 169;3;-0.000000, 0.030088, 0.000000;;, + 170;3;-0.000000, 0.030088, 0.000000;;, + 171;3;-0.000000, 0.030088, 0.000000;;, + 172;3;-0.000000, 0.030088, 0.000000;;, + 173;3;-0.000000, 0.030088, 0.000000;;, + 174;3;-0.000000, 0.030088, 0.000000;;, + 175;3;-0.000000, 0.030088, 0.000000;;, + 176;3;-0.000000, 0.030088, 0.000000;;, + 177;3;-0.000000, 0.030088, 0.000000;;, + 178;3;-0.000000, 0.030088, 0.000000;;, + 179;3;-0.000000, 0.030088, 0.000000;;, + 180;3;-0.000000, 0.030088, 0.000000;;, + 181;3;-0.000000, 0.030088,-0.000000;;, + 182;3;-0.000000, 0.030088, 0.000000;;, + 183;3;-0.000000, 0.030088, 0.000000;;, + 184;3;-0.000000, 0.030088, 0.000000;;, + 185;3;-0.000000, 0.030088, 0.000000;;, + 186;3;-0.000000, 0.030088, 0.000000;;, + 187;3;-0.000000, 0.030088, 0.000000;;, + 188;3;-0.000000, 0.030088, 0.000000;;, + 189;3;-0.000000, 0.030088, 0.000000;;, + 190;3;-0.000000, 0.030088, 0.000000;;, + 191;3;-0.000000, 0.030088, 0.000000;;, + 192;3;-0.000000, 0.030088, 0.000000;;, + 193;3;-0.000000, 0.030088, 0.000000;;, + 194;3;-0.000000, 0.030088, 0.000000;;, + 195;3;-0.000000, 0.030088, 0.000000;;, + 196;3;-0.000000, 0.030088, 0.000000;;, + 197;3;-0.000000, 0.030088, 0.000000;;, + 198;3;-0.000000, 0.030088, 0.000000;;, + 199;3;-0.000000, 0.030088, 0.000000;;, + 200;3;-0.000000, 0.030088, 0.000000;;, + 201;3;-0.000000, 0.030088, 0.000000;;, + 202;3;-0.000000, 0.030088, 0.000000;;, + 203;3;-0.000000, 0.030088, 0.000000;;, + 204;3;-0.000000, 0.030088, 0.000000;;, + 205;3;-0.000000, 0.030088, 0.000000;;, + 206;3;-0.000000, 0.030088, 0.000000;;, + 207;3;-0.000000, 0.030088, 0.000000;;, + 208;3;-0.000000, 0.030088, 0.000000;;, + 209;3;-0.000000, 0.030088, 0.000000;;, + 210;3;-0.000000, 0.030088, 0.000000;;, + 211;3;-0.000000, 0.030088, 0.000000;;, + 212;3;-0.000000, 0.030088, 0.000000;;, + 213;3;-0.000000, 0.030088, 0.000000;;, + 214;3;-0.000000, 0.030088, 0.000000;;, + 215;3;-0.000000, 0.030088, 0.000000;;, + 216;3;-0.000000, 0.030088, 0.000000;;, + 217;3;-0.000000, 0.030088, 0.000000;;, + 218;3;-0.000000, 0.030088, 0.000000;;; + } + } + Animation { + {wolfwoman_pinky_01_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 1;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 2;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 3;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 4;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 5;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 6;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 7;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 8;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 9;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 10;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 11;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 12;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 13;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 14;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 15;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 16;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 17;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 18;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 19;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 20;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 21;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 22;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 23;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 24;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 25;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 26;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 27;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 28;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 29;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 30;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 31;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 32;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 33;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 34;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 35;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 36;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 37;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 38;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 39;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 40;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 41;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 42;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 43;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 44;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 45;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 46;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 47;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 48;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 49;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 50;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 51;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 52;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 53;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 54;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 55;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 56;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 57;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 58;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 59;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 60;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 61;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 62;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 63;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 64;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 65;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 66;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 67;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 68;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 69;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 70;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 71;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 72;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 73;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 74;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 75;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 76;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 77;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 78;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 79;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 80;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 81;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 82;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 83;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 84;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 85;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 86;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 87;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 88;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 89;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 90;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 91;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 92;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 93;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 94;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 95;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 96;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 97;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 98;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 99;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 100;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 101;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 102;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 103;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 104;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 105;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 106;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 107;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 108;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 109;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 110;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 111;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 112;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 113;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 114;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 115;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 116;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 117;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 118;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 119;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 120;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 121;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 122;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 123;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 124;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 125;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 126;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 127;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 128;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 129;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 130;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 131;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 132;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 133;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 134;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 135;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 136;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 137;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 138;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 139;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 140;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 141;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 142;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 143;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 144;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 145;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 146;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 147;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 148;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 149;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 150;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 151;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 152;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 153;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 154;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 155;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 156;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 157;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 158;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 159;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 160;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 161;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 162;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 163;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 164;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 165;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 166;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 167;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 168;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 169;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 170;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 171;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 172;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 173;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 174;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 175;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 176;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 177;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 178;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 179;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 180;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 181;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 182;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 183;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 184;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 185;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 186;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 187;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 188;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 189;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 190;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 191;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 192;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 193;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 194;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 195;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 196;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 197;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 198;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 199;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 200;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 201;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 202;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 203;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 204;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 205;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 206;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 207;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 208;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 209;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 210;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 211;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 212;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 213;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 214;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 215;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 216;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 217;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 218;4;-0.929333,-0.080799, 0.348070,-0.093055;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.019979, 0.091784,-0.044153;;, + 1;3; 0.019979, 0.091784,-0.044153;;, + 2;3; 0.019979, 0.091784,-0.044153;;, + 3;3; 0.019979, 0.091784,-0.044153;;, + 4;3; 0.019979, 0.091784,-0.044153;;, + 5;3; 0.019979, 0.091784,-0.044153;;, + 6;3; 0.019979, 0.091784,-0.044153;;, + 7;3; 0.019979, 0.091784,-0.044153;;, + 8;3; 0.019979, 0.091784,-0.044153;;, + 9;3; 0.019979, 0.091784,-0.044153;;, + 10;3; 0.019979, 0.091784,-0.044153;;, + 11;3; 0.019979, 0.091784,-0.044153;;, + 12;3; 0.019979, 0.091784,-0.044153;;, + 13;3; 0.019979, 0.091784,-0.044153;;, + 14;3; 0.019979, 0.091784,-0.044153;;, + 15;3; 0.019979, 0.091784,-0.044153;;, + 16;3; 0.019979, 0.091784,-0.044153;;, + 17;3; 0.019979, 0.091784,-0.044153;;, + 18;3; 0.019979, 0.091784,-0.044153;;, + 19;3; 0.019979, 0.091784,-0.044153;;, + 20;3; 0.019979, 0.091784,-0.044153;;, + 21;3; 0.019979, 0.091784,-0.044153;;, + 22;3; 0.019979, 0.091784,-0.044153;;, + 23;3; 0.019979, 0.091784,-0.044153;;, + 24;3; 0.019979, 0.091784,-0.044153;;, + 25;3; 0.019979, 0.091784,-0.044153;;, + 26;3; 0.019979, 0.091784,-0.044153;;, + 27;3; 0.019979, 0.091784,-0.044153;;, + 28;3; 0.019979, 0.091784,-0.044153;;, + 29;3; 0.019979, 0.091784,-0.044153;;, + 30;3; 0.019979, 0.091784,-0.044153;;, + 31;3; 0.019979, 0.091784,-0.044153;;, + 32;3; 0.019979, 0.091784,-0.044153;;, + 33;3; 0.019979, 0.091784,-0.044153;;, + 34;3; 0.019979, 0.091784,-0.044153;;, + 35;3; 0.019979, 0.091784,-0.044153;;, + 36;3; 0.019979, 0.091784,-0.044153;;, + 37;3; 0.019979, 0.091784,-0.044153;;, + 38;3; 0.019979, 0.091784,-0.044153;;, + 39;3; 0.019979, 0.091784,-0.044153;;, + 40;3; 0.019979, 0.091784,-0.044153;;, + 41;3; 0.019979, 0.091784,-0.044153;;, + 42;3; 0.019979, 0.091784,-0.044153;;, + 43;3; 0.019979, 0.091784,-0.044153;;, + 44;3; 0.019979, 0.091784,-0.044153;;, + 45;3; 0.019979, 0.091784,-0.044153;;, + 46;3; 0.019979, 0.091784,-0.044153;;, + 47;3; 0.019979, 0.091784,-0.044153;;, + 48;3; 0.019979, 0.091784,-0.044153;;, + 49;3; 0.019979, 0.091784,-0.044153;;, + 50;3; 0.019979, 0.091784,-0.044153;;, + 51;3; 0.019979, 0.091784,-0.044153;;, + 52;3; 0.019979, 0.091784,-0.044153;;, + 53;3; 0.019979, 0.091784,-0.044153;;, + 54;3; 0.019979, 0.091784,-0.044153;;, + 55;3; 0.019979, 0.091784,-0.044153;;, + 56;3; 0.019979, 0.091784,-0.044153;;, + 57;3; 0.019979, 0.091784,-0.044153;;, + 58;3; 0.019979, 0.091784,-0.044153;;, + 59;3; 0.019979, 0.091784,-0.044153;;, + 60;3; 0.019979, 0.091784,-0.044153;;, + 61;3; 0.019979, 0.091784,-0.044153;;, + 62;3; 0.019979, 0.091784,-0.044153;;, + 63;3; 0.019979, 0.091784,-0.044153;;, + 64;3; 0.019979, 0.091784,-0.044153;;, + 65;3; 0.019979, 0.091784,-0.044153;;, + 66;3; 0.019979, 0.091784,-0.044153;;, + 67;3; 0.019979, 0.091784,-0.044153;;, + 68;3; 0.019979, 0.091784,-0.044153;;, + 69;3; 0.019979, 0.091784,-0.044153;;, + 70;3; 0.019979, 0.091784,-0.044153;;, + 71;3; 0.019979, 0.091784,-0.044153;;, + 72;3; 0.019979, 0.091784,-0.044153;;, + 73;3; 0.019979, 0.091784,-0.044153;;, + 74;3; 0.019979, 0.091784,-0.044153;;, + 75;3; 0.019979, 0.091784,-0.044153;;, + 76;3; 0.019979, 0.091784,-0.044153;;, + 77;3; 0.019979, 0.091784,-0.044153;;, + 78;3; 0.019979, 0.091784,-0.044153;;, + 79;3; 0.019979, 0.091784,-0.044153;;, + 80;3; 0.019979, 0.091784,-0.044153;;, + 81;3; 0.019979, 0.091784,-0.044153;;, + 82;3; 0.019979, 0.091784,-0.044153;;, + 83;3; 0.019979, 0.091784,-0.044153;;, + 84;3; 0.019979, 0.091784,-0.044153;;, + 85;3; 0.019979, 0.091784,-0.044153;;, + 86;3; 0.019979, 0.091784,-0.044153;;, + 87;3; 0.019979, 0.091784,-0.044153;;, + 88;3; 0.019979, 0.091784,-0.044153;;, + 89;3; 0.019979, 0.091784,-0.044153;;, + 90;3; 0.019979, 0.091784,-0.044153;;, + 91;3; 0.019979, 0.091784,-0.044153;;, + 92;3; 0.019979, 0.091784,-0.044153;;, + 93;3; 0.019979, 0.091784,-0.044153;;, + 94;3; 0.019979, 0.091784,-0.044153;;, + 95;3; 0.019979, 0.091784,-0.044153;;, + 96;3; 0.019979, 0.091784,-0.044153;;, + 97;3; 0.019979, 0.091784,-0.044153;;, + 98;3; 0.019979, 0.091784,-0.044153;;, + 99;3; 0.019979, 0.091784,-0.044153;;, + 100;3; 0.019979, 0.091784,-0.044153;;, + 101;3; 0.019979, 0.091784,-0.044153;;, + 102;3; 0.019979, 0.091784,-0.044153;;, + 103;3; 0.019979, 0.091784,-0.044153;;, + 104;3; 0.019979, 0.091784,-0.044153;;, + 105;3; 0.019979, 0.091784,-0.044153;;, + 106;3; 0.019979, 0.091784,-0.044153;;, + 107;3; 0.019979, 0.091784,-0.044153;;, + 108;3; 0.019979, 0.091784,-0.044153;;, + 109;3; 0.019979, 0.091784,-0.044153;;, + 110;3; 0.019979, 0.091784,-0.044153;;, + 111;3; 0.019979, 0.091784,-0.044153;;, + 112;3; 0.019979, 0.091784,-0.044153;;, + 113;3; 0.019979, 0.091784,-0.044153;;, + 114;3; 0.019979, 0.091784,-0.044153;;, + 115;3; 0.019979, 0.091784,-0.044153;;, + 116;3; 0.019979, 0.091784,-0.044153;;, + 117;3; 0.019979, 0.091784,-0.044153;;, + 118;3; 0.019979, 0.091784,-0.044153;;, + 119;3; 0.019979, 0.091784,-0.044153;;, + 120;3; 0.019979, 0.091784,-0.044153;;, + 121;3; 0.019979, 0.091784,-0.044153;;, + 122;3; 0.019979, 0.091784,-0.044153;;, + 123;3; 0.019979, 0.091784,-0.044153;;, + 124;3; 0.019979, 0.091784,-0.044153;;, + 125;3; 0.019979, 0.091784,-0.044153;;, + 126;3; 0.019979, 0.091784,-0.044153;;, + 127;3; 0.019979, 0.091784,-0.044153;;, + 128;3; 0.019979, 0.091784,-0.044153;;, + 129;3; 0.019979, 0.091784,-0.044153;;, + 130;3; 0.019979, 0.091784,-0.044153;;, + 131;3; 0.019979, 0.091784,-0.044153;;, + 132;3; 0.019979, 0.091784,-0.044153;;, + 133;3; 0.019979, 0.091784,-0.044153;;, + 134;3; 0.019979, 0.091784,-0.044153;;, + 135;3; 0.019979, 0.091784,-0.044153;;, + 136;3; 0.019979, 0.091784,-0.044153;;, + 137;3; 0.019979, 0.091784,-0.044153;;, + 138;3; 0.019979, 0.091784,-0.044153;;, + 139;3; 0.019979, 0.091784,-0.044153;;, + 140;3; 0.019979, 0.091784,-0.044153;;, + 141;3; 0.019979, 0.091784,-0.044153;;, + 142;3; 0.019979, 0.091784,-0.044153;;, + 143;3; 0.019979, 0.091784,-0.044153;;, + 144;3; 0.019979, 0.091784,-0.044153;;, + 145;3; 0.019979, 0.091784,-0.044153;;, + 146;3; 0.019979, 0.091784,-0.044153;;, + 147;3; 0.019979, 0.091784,-0.044153;;, + 148;3; 0.019979, 0.091784,-0.044153;;, + 149;3; 0.019979, 0.091784,-0.044153;;, + 150;3; 0.019979, 0.091784,-0.044153;;, + 151;3; 0.019979, 0.091784,-0.044153;;, + 152;3; 0.019979, 0.091784,-0.044153;;, + 153;3; 0.019979, 0.091784,-0.044153;;, + 154;3; 0.019979, 0.091784,-0.044153;;, + 155;3; 0.019979, 0.091784,-0.044153;;, + 156;3; 0.019979, 0.091784,-0.044153;;, + 157;3; 0.019979, 0.091784,-0.044153;;, + 158;3; 0.019979, 0.091784,-0.044153;;, + 159;3; 0.019979, 0.091784,-0.044153;;, + 160;3; 0.019979, 0.091784,-0.044153;;, + 161;3; 0.019979, 0.091784,-0.044153;;, + 162;3; 0.019979, 0.091784,-0.044153;;, + 163;3; 0.019979, 0.091784,-0.044153;;, + 164;3; 0.019979, 0.091784,-0.044153;;, + 165;3; 0.019979, 0.091784,-0.044153;;, + 166;3; 0.019979, 0.091784,-0.044153;;, + 167;3; 0.019979, 0.091784,-0.044153;;, + 168;3; 0.019979, 0.091784,-0.044153;;, + 169;3; 0.019979, 0.091784,-0.044153;;, + 170;3; 0.019979, 0.091784,-0.044153;;, + 171;3; 0.019979, 0.091784,-0.044153;;, + 172;3; 0.019979, 0.091784,-0.044153;;, + 173;3; 0.019979, 0.091784,-0.044153;;, + 174;3; 0.019979, 0.091784,-0.044153;;, + 175;3; 0.019979, 0.091784,-0.044153;;, + 176;3; 0.019979, 0.091784,-0.044153;;, + 177;3; 0.019979, 0.091784,-0.044153;;, + 178;3; 0.019979, 0.091784,-0.044153;;, + 179;3; 0.019979, 0.091784,-0.044153;;, + 180;3; 0.019979, 0.091784,-0.044153;;, + 181;3; 0.019979, 0.091784,-0.044153;;, + 182;3; 0.019979, 0.091784,-0.044153;;, + 183;3; 0.019979, 0.091784,-0.044153;;, + 184;3; 0.019979, 0.091784,-0.044153;;, + 185;3; 0.019979, 0.091784,-0.044153;;, + 186;3; 0.019979, 0.091784,-0.044153;;, + 187;3; 0.019979, 0.091784,-0.044153;;, + 188;3; 0.019979, 0.091784,-0.044153;;, + 189;3; 0.019979, 0.091784,-0.044153;;, + 190;3; 0.019979, 0.091784,-0.044153;;, + 191;3; 0.019979, 0.091784,-0.044153;;, + 192;3; 0.019979, 0.091784,-0.044153;;, + 193;3; 0.019979, 0.091784,-0.044153;;, + 194;3; 0.019979, 0.091784,-0.044153;;, + 195;3; 0.019979, 0.091784,-0.044153;;, + 196;3; 0.019979, 0.091784,-0.044153;;, + 197;3; 0.019979, 0.091784,-0.044153;;, + 198;3; 0.019979, 0.091784,-0.044153;;, + 199;3; 0.019979, 0.091784,-0.044153;;, + 200;3; 0.019979, 0.091784,-0.044153;;, + 201;3; 0.019979, 0.091784,-0.044153;;, + 202;3; 0.019979, 0.091784,-0.044153;;, + 203;3; 0.019979, 0.091784,-0.044153;;, + 204;3; 0.019979, 0.091784,-0.044153;;, + 205;3; 0.019979, 0.091784,-0.044153;;, + 206;3; 0.019979, 0.091784,-0.044153;;, + 207;3; 0.019979, 0.091784,-0.044153;;, + 208;3; 0.019979, 0.091784,-0.044153;;, + 209;3; 0.019979, 0.091784,-0.044153;;, + 210;3; 0.019979, 0.091784,-0.044153;;, + 211;3; 0.019979, 0.091784,-0.044153;;, + 212;3; 0.019979, 0.091784,-0.044153;;, + 213;3; 0.019979, 0.091784,-0.044153;;, + 214;3; 0.019979, 0.091784,-0.044153;;, + 215;3; 0.019979, 0.091784,-0.044153;;, + 216;3; 0.019979, 0.091784,-0.044153;;, + 217;3; 0.019979, 0.091784,-0.044153;;, + 218;3; 0.019979, 0.091784,-0.044153;;; + } + } + Animation { + {wolfwoman_pinky_02_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 1;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 2;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 3;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 4;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 5;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 6;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 7;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 8;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 9;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 10;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 11;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 12;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 13;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 14;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 15;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 16;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 17;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 18;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 19;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 20;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 21;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 22;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 23;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 24;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 25;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 26;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 27;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 28;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 29;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 30;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 31;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 32;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 33;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 34;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 35;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 36;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 37;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 38;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 39;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 40;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 41;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 42;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 43;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 44;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 45;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 46;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 47;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 48;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 49;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 50;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 51;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 52;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 53;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 54;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 55;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 56;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 57;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 58;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 59;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 60;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 61;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 62;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 63;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 64;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 65;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 66;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 67;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 68;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 69;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 70;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 71;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 72;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 73;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 74;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 75;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 76;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 77;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 78;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 79;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 80;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 81;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 82;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 83;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 84;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 85;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 86;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 87;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 88;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 89;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 90;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 91;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 92;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 93;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 94;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 95;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 96;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 97;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 98;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 99;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 100;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 101;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 102;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 103;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 104;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 105;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 106;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 107;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 108;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 109;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 110;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 111;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 112;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 113;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 114;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 115;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 116;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 117;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 118;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 119;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 120;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 121;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 122;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 123;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 124;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 125;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 126;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 127;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 128;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 129;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 130;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 131;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 132;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 133;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 134;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 135;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 136;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 137;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 138;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 139;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 140;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 141;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 142;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 143;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 144;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 145;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 146;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 147;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 148;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 149;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 150;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 151;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 152;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 153;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 154;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 155;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 156;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 157;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 158;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 159;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 160;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 161;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 162;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 163;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 164;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 165;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 166;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 167;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 168;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 169;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 170;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 171;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 172;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 173;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 174;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 175;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 176;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 177;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 178;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 179;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 180;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 181;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 182;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 183;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 184;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 185;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 186;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 187;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 188;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 189;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 190;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 191;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 192;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 193;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 194;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 195;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 196;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 197;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 198;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 199;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 200;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 201;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 202;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 203;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 204;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 205;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 206;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 207;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 208;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 209;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 210;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 211;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 212;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 213;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 214;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 215;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 216;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 217;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 218;4;-0.999488, 0.005466,-0.019945, 0.024426;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.023347,-0.000000;;, + 1;3;-0.000000, 0.023347,-0.000000;;, + 2;3;-0.000000, 0.023347,-0.000000;;, + 3;3;-0.000000, 0.023347,-0.000000;;, + 4;3;-0.000000, 0.023347,-0.000000;;, + 5;3;-0.000000, 0.023347,-0.000000;;, + 6;3;-0.000000, 0.023347,-0.000000;;, + 7;3;-0.000000, 0.023347,-0.000000;;, + 8;3;-0.000000, 0.023347,-0.000000;;, + 9;3;-0.000000, 0.023347,-0.000000;;, + 10;3;-0.000000, 0.023347,-0.000000;;, + 11;3;-0.000000, 0.023347,-0.000000;;, + 12;3;-0.000000, 0.023347,-0.000000;;, + 13;3;-0.000000, 0.023347,-0.000000;;, + 14;3;-0.000000, 0.023347,-0.000000;;, + 15;3;-0.000000, 0.023347,-0.000000;;, + 16;3;-0.000000, 0.023347,-0.000000;;, + 17;3;-0.000000, 0.023347,-0.000000;;, + 18;3;-0.000000, 0.023347,-0.000000;;, + 19;3;-0.000000, 0.023347,-0.000000;;, + 20;3;-0.000000, 0.023347,-0.000000;;, + 21;3;-0.000000, 0.023347,-0.000000;;, + 22;3;-0.000000, 0.023347,-0.000000;;, + 23;3;-0.000000, 0.023347,-0.000000;;, + 24;3;-0.000000, 0.023347,-0.000000;;, + 25;3;-0.000000, 0.023347,-0.000000;;, + 26;3;-0.000000, 0.023347,-0.000000;;, + 27;3;-0.000000, 0.023347,-0.000000;;, + 28;3;-0.000000, 0.023347,-0.000000;;, + 29;3;-0.000000, 0.023347,-0.000000;;, + 30;3;-0.000000, 0.023347,-0.000000;;, + 31;3;-0.000000, 0.023347,-0.000000;;, + 32;3;-0.000000, 0.023347,-0.000000;;, + 33;3;-0.000000, 0.023347,-0.000000;;, + 34;3;-0.000000, 0.023347,-0.000000;;, + 35;3;-0.000000, 0.023347,-0.000000;;, + 36;3;-0.000000, 0.023347,-0.000000;;, + 37;3;-0.000000, 0.023347,-0.000000;;, + 38;3;-0.000000, 0.023347,-0.000000;;, + 39;3;-0.000000, 0.023347,-0.000000;;, + 40;3;-0.000000, 0.023347,-0.000000;;, + 41;3;-0.000000, 0.023347,-0.000000;;, + 42;3;-0.000000, 0.023347,-0.000000;;, + 43;3;-0.000000, 0.023347,-0.000000;;, + 44;3;-0.000000, 0.023347,-0.000000;;, + 45;3;-0.000000, 0.023347,-0.000000;;, + 46;3;-0.000000, 0.023347,-0.000000;;, + 47;3;-0.000000, 0.023347,-0.000000;;, + 48;3;-0.000000, 0.023347,-0.000000;;, + 49;3;-0.000000, 0.023347,-0.000000;;, + 50;3;-0.000000, 0.023347,-0.000000;;, + 51;3;-0.000000, 0.023347,-0.000000;;, + 52;3;-0.000000, 0.023347,-0.000000;;, + 53;3;-0.000000, 0.023347,-0.000000;;, + 54;3;-0.000000, 0.023347,-0.000000;;, + 55;3;-0.000000, 0.023347,-0.000000;;, + 56;3;-0.000000, 0.023347,-0.000000;;, + 57;3;-0.000000, 0.023347,-0.000000;;, + 58;3;-0.000000, 0.023347,-0.000000;;, + 59;3;-0.000000, 0.023347,-0.000000;;, + 60;3;-0.000000, 0.023347,-0.000000;;, + 61;3;-0.000000, 0.023347,-0.000000;;, + 62;3;-0.000000, 0.023347,-0.000000;;, + 63;3;-0.000000, 0.023347,-0.000000;;, + 64;3;-0.000000, 0.023347,-0.000000;;, + 65;3;-0.000000, 0.023347,-0.000000;;, + 66;3;-0.000000, 0.023347,-0.000000;;, + 67;3;-0.000000, 0.023347,-0.000000;;, + 68;3;-0.000000, 0.023347,-0.000000;;, + 69;3;-0.000000, 0.023347,-0.000000;;, + 70;3;-0.000000, 0.023347,-0.000000;;, + 71;3;-0.000000, 0.023347,-0.000000;;, + 72;3;-0.000000, 0.023347,-0.000000;;, + 73;3;-0.000000, 0.023347,-0.000000;;, + 74;3;-0.000000, 0.023347,-0.000000;;, + 75;3;-0.000000, 0.023347,-0.000000;;, + 76;3;-0.000000, 0.023347,-0.000000;;, + 77;3;-0.000000, 0.023347,-0.000000;;, + 78;3;-0.000000, 0.023347,-0.000000;;, + 79;3;-0.000000, 0.023347,-0.000000;;, + 80;3;-0.000000, 0.023347,-0.000000;;, + 81;3;-0.000000, 0.023347,-0.000000;;, + 82;3;-0.000000, 0.023347,-0.000000;;, + 83;3;-0.000000, 0.023347,-0.000000;;, + 84;3;-0.000000, 0.023347,-0.000000;;, + 85;3;-0.000000, 0.023347,-0.000000;;, + 86;3;-0.000000, 0.023347,-0.000000;;, + 87;3;-0.000000, 0.023347,-0.000000;;, + 88;3;-0.000000, 0.023347,-0.000000;;, + 89;3;-0.000000, 0.023347,-0.000000;;, + 90;3;-0.000000, 0.023347,-0.000000;;, + 91;3;-0.000000, 0.023347,-0.000000;;, + 92;3;-0.000000, 0.023347,-0.000000;;, + 93;3;-0.000000, 0.023347,-0.000000;;, + 94;3;-0.000000, 0.023347,-0.000000;;, + 95;3;-0.000000, 0.023347,-0.000000;;, + 96;3;-0.000000, 0.023347,-0.000000;;, + 97;3;-0.000000, 0.023347,-0.000000;;, + 98;3;-0.000000, 0.023347,-0.000000;;, + 99;3;-0.000000, 0.023347,-0.000000;;, + 100;3;-0.000000, 0.023347,-0.000000;;, + 101;3;-0.000000, 0.023347,-0.000000;;, + 102;3;-0.000000, 0.023347,-0.000000;;, + 103;3;-0.000000, 0.023347,-0.000000;;, + 104;3;-0.000000, 0.023347,-0.000000;;, + 105;3;-0.000000, 0.023347,-0.000000;;, + 106;3;-0.000000, 0.023347,-0.000000;;, + 107;3;-0.000000, 0.023347,-0.000000;;, + 108;3;-0.000000, 0.023347,-0.000000;;, + 109;3;-0.000000, 0.023347,-0.000000;;, + 110;3;-0.000000, 0.023347,-0.000000;;, + 111;3;-0.000000, 0.023347,-0.000000;;, + 112;3;-0.000000, 0.023347,-0.000000;;, + 113;3;-0.000000, 0.023347,-0.000000;;, + 114;3;-0.000000, 0.023347,-0.000000;;, + 115;3;-0.000000, 0.023347,-0.000000;;, + 116;3;-0.000000, 0.023347,-0.000000;;, + 117;3;-0.000000, 0.023347,-0.000000;;, + 118;3;-0.000000, 0.023347,-0.000000;;, + 119;3;-0.000000, 0.023347,-0.000000;;, + 120;3;-0.000000, 0.023347,-0.000000;;, + 121;3;-0.000000, 0.023347,-0.000000;;, + 122;3;-0.000000, 0.023347,-0.000000;;, + 123;3;-0.000000, 0.023347,-0.000000;;, + 124;3;-0.000000, 0.023347,-0.000000;;, + 125;3;-0.000000, 0.023347,-0.000000;;, + 126;3;-0.000000, 0.023347,-0.000000;;, + 127;3;-0.000000, 0.023347,-0.000000;;, + 128;3;-0.000000, 0.023347,-0.000000;;, + 129;3;-0.000000, 0.023347,-0.000000;;, + 130;3;-0.000000, 0.023347,-0.000000;;, + 131;3;-0.000000, 0.023347,-0.000000;;, + 132;3;-0.000000, 0.023347,-0.000000;;, + 133;3;-0.000000, 0.023347,-0.000000;;, + 134;3;-0.000000, 0.023347,-0.000000;;, + 135;3;-0.000000, 0.023347,-0.000000;;, + 136;3;-0.000000, 0.023347,-0.000000;;, + 137;3;-0.000000, 0.023347,-0.000000;;, + 138;3;-0.000000, 0.023347,-0.000000;;, + 139;3;-0.000000, 0.023347,-0.000000;;, + 140;3;-0.000000, 0.023347,-0.000000;;, + 141;3;-0.000000, 0.023347,-0.000000;;, + 142;3;-0.000000, 0.023347,-0.000000;;, + 143;3;-0.000000, 0.023347,-0.000000;;, + 144;3;-0.000000, 0.023347,-0.000000;;, + 145;3;-0.000000, 0.023347,-0.000000;;, + 146;3;-0.000000, 0.023347,-0.000000;;, + 147;3;-0.000000, 0.023347,-0.000000;;, + 148;3;-0.000000, 0.023347,-0.000000;;, + 149;3;-0.000000, 0.023347,-0.000000;;, + 150;3;-0.000000, 0.023347,-0.000000;;, + 151;3;-0.000000, 0.023347,-0.000000;;, + 152;3;-0.000000, 0.023347,-0.000000;;, + 153;3;-0.000000, 0.023347,-0.000000;;, + 154;3;-0.000000, 0.023347,-0.000000;;, + 155;3;-0.000000, 0.023347,-0.000000;;, + 156;3;-0.000000, 0.023347,-0.000000;;, + 157;3;-0.000000, 0.023347,-0.000000;;, + 158;3;-0.000000, 0.023347,-0.000000;;, + 159;3;-0.000000, 0.023347,-0.000000;;, + 160;3; 0.000000, 0.023347,-0.000000;;, + 161;3;-0.000000, 0.023347,-0.000000;;, + 162;3;-0.000000, 0.023347,-0.000000;;, + 163;3;-0.000000, 0.023347,-0.000000;;, + 164;3;-0.000000, 0.023347,-0.000000;;, + 165;3;-0.000000, 0.023347,-0.000000;;, + 166;3;-0.000000, 0.023347,-0.000000;;, + 167;3;-0.000000, 0.023347,-0.000000;;, + 168;3;-0.000000, 0.023347,-0.000000;;, + 169;3;-0.000000, 0.023347,-0.000000;;, + 170;3;-0.000000, 0.023347,-0.000000;;, + 171;3;-0.000000, 0.023347,-0.000000;;, + 172;3;-0.000000, 0.023347,-0.000000;;, + 173;3;-0.000000, 0.023347,-0.000000;;, + 174;3;-0.000000, 0.023347,-0.000000;;, + 175;3;-0.000000, 0.023347,-0.000000;;, + 176;3;-0.000000, 0.023347,-0.000000;;, + 177;3;-0.000000, 0.023347,-0.000000;;, + 178;3;-0.000000, 0.023347,-0.000000;;, + 179;3;-0.000000, 0.023347,-0.000000;;, + 180;3;-0.000000, 0.023347,-0.000000;;, + 181;3;-0.000000, 0.023347,-0.000000;;, + 182;3;-0.000000, 0.023347,-0.000000;;, + 183;3;-0.000000, 0.023347,-0.000000;;, + 184;3;-0.000000, 0.023347,-0.000000;;, + 185;3;-0.000000, 0.023347,-0.000000;;, + 186;3;-0.000000, 0.023347,-0.000000;;, + 187;3;-0.000000, 0.023347,-0.000000;;, + 188;3;-0.000000, 0.023347,-0.000000;;, + 189;3;-0.000000, 0.023347,-0.000000;;, + 190;3;-0.000000, 0.023347,-0.000000;;, + 191;3;-0.000000, 0.023347,-0.000000;;, + 192;3;-0.000000, 0.023347,-0.000000;;, + 193;3;-0.000000, 0.023347,-0.000000;;, + 194;3;-0.000000, 0.023347,-0.000000;;, + 195;3;-0.000000, 0.023347,-0.000000;;, + 196;3;-0.000000, 0.023347,-0.000000;;, + 197;3;-0.000000, 0.023347,-0.000000;;, + 198;3;-0.000000, 0.023347,-0.000000;;, + 199;3;-0.000000, 0.023347,-0.000000;;, + 200;3;-0.000000, 0.023347,-0.000000;;, + 201;3;-0.000000, 0.023347,-0.000000;;, + 202;3;-0.000000, 0.023347,-0.000000;;, + 203;3;-0.000000, 0.023347,-0.000000;;, + 204;3;-0.000000, 0.023347,-0.000000;;, + 205;3;-0.000000, 0.023347,-0.000000;;, + 206;3;-0.000000, 0.023347,-0.000000;;, + 207;3;-0.000000, 0.023347,-0.000000;;, + 208;3;-0.000000, 0.023347,-0.000000;;, + 209;3;-0.000000, 0.023347,-0.000000;;, + 210;3;-0.000000, 0.023347,-0.000000;;, + 211;3;-0.000000, 0.023347,-0.000000;;, + 212;3;-0.000000, 0.023347,-0.000000;;, + 213;3;-0.000000, 0.023347,-0.000000;;, + 214;3;-0.000000, 0.023347,-0.000000;;, + 215;3;-0.000000, 0.023347,-0.000000;;, + 216;3;-0.000000, 0.023347,-0.000000;;, + 217;3;-0.000000, 0.023347,-0.000000;;, + 218;3;-0.000000, 0.023347,-0.000000;;; + } + } + Animation { + {wolfwoman_pinky_03_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 1;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 2;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 3;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 4;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 5;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 6;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 7;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 8;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 9;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 10;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 11;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 12;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 13;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 14;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 15;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 16;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 17;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 18;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 19;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 20;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 21;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 22;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 23;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 24;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 25;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 26;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 27;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 28;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 29;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 30;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 31;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 32;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 33;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 34;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 35;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 36;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 37;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 38;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 39;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 40;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 41;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 42;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 43;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 44;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 45;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 46;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 47;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 48;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 49;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 50;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 51;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 52;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 53;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 54;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 55;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 56;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 57;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 58;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 59;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 60;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 61;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 62;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 63;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 64;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 65;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 66;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 67;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 68;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 69;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 70;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 71;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 72;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 73;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 74;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 75;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 76;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 77;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 78;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 79;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 80;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 81;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 82;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 83;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 84;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 85;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 86;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 87;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 88;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 89;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 90;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 91;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 92;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 93;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 94;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 95;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 96;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 97;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 98;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 99;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 100;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 101;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 102;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 103;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 104;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 105;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 106;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 107;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 108;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 109;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 110;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 111;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 112;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 113;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 114;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 115;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 116;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 117;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 118;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 119;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 120;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 121;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 122;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 123;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 124;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 125;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 126;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 127;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 128;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 129;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 130;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 131;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 132;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 133;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 134;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 135;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 136;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 137;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 138;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 139;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 140;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 141;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 142;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 143;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 144;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 145;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 146;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 147;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 148;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 149;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 150;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 151;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 152;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 153;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 154;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 155;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 156;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 157;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 158;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 159;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 160;4;-0.999905,-0.008577, 0.007480,-0.007772;;, + 161;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 162;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 163;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 164;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 165;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 166;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 167;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 168;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 169;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 170;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 171;4;-0.999905,-0.008577, 0.007480,-0.007772;;, + 172;4;-0.999905,-0.008577, 0.007480,-0.007772;;, + 173;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 174;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 175;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 176;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 177;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 178;4;-0.999905,-0.008577, 0.007480,-0.007772;;, + 179;4;-0.999905,-0.008577, 0.007480,-0.007772;;, + 180;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 181;4;-0.999905,-0.008577, 0.007480,-0.007772;;, + 182;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 183;4;-0.999905,-0.008577, 0.007480,-0.007772;;, + 184;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 185;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 186;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 187;4;-0.999905,-0.008577, 0.007480,-0.007772;;, + 188;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 189;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 190;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 191;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 192;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 193;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 194;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 195;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 196;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 197;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 198;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 199;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 200;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 201;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 202;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 203;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 204;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 205;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 206;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 207;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 208;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 209;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 210;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 211;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 212;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 213;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 214;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 215;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 216;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 217;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 218;4;-0.999905,-0.008577, 0.007481,-0.007772;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.017090,-0.000000;;, + 1;3; 0.000000, 0.017090,-0.000000;;, + 2;3; 0.000000, 0.017090,-0.000000;;, + 3;3; 0.000000, 0.017090,-0.000000;;, + 4;3; 0.000000, 0.017090,-0.000000;;, + 5;3; 0.000000, 0.017090,-0.000000;;, + 6;3; 0.000000, 0.017090,-0.000000;;, + 7;3; 0.000000, 0.017090,-0.000000;;, + 8;3; 0.000000, 0.017090,-0.000000;;, + 9;3; 0.000000, 0.017090,-0.000000;;, + 10;3; 0.000000, 0.017090,-0.000000;;, + 11;3; 0.000000, 0.017090,-0.000000;;, + 12;3; 0.000000, 0.017090,-0.000000;;, + 13;3; 0.000000, 0.017090,-0.000000;;, + 14;3; 0.000000, 0.017090,-0.000000;;, + 15;3; 0.000000, 0.017090,-0.000000;;, + 16;3; 0.000000, 0.017090,-0.000000;;, + 17;3; 0.000000, 0.017090,-0.000000;;, + 18;3; 0.000000, 0.017090,-0.000000;;, + 19;3; 0.000000, 0.017090,-0.000000;;, + 20;3; 0.000000, 0.017090,-0.000000;;, + 21;3; 0.000000, 0.017090,-0.000000;;, + 22;3; 0.000000, 0.017090,-0.000000;;, + 23;3; 0.000000, 0.017090,-0.000000;;, + 24;3; 0.000000, 0.017090,-0.000000;;, + 25;3; 0.000000, 0.017090,-0.000000;;, + 26;3; 0.000000, 0.017090,-0.000000;;, + 27;3; 0.000000, 0.017090,-0.000000;;, + 28;3; 0.000000, 0.017090,-0.000000;;, + 29;3; 0.000000, 0.017090,-0.000000;;, + 30;3; 0.000000, 0.017090,-0.000000;;, + 31;3; 0.000000, 0.017090,-0.000000;;, + 32;3; 0.000000, 0.017090,-0.000000;;, + 33;3; 0.000000, 0.017090,-0.000000;;, + 34;3; 0.000000, 0.017090,-0.000000;;, + 35;3; 0.000000, 0.017090,-0.000000;;, + 36;3; 0.000000, 0.017090,-0.000000;;, + 37;3; 0.000000, 0.017090,-0.000000;;, + 38;3; 0.000000, 0.017090,-0.000000;;, + 39;3; 0.000000, 0.017090,-0.000000;;, + 40;3; 0.000000, 0.017090,-0.000000;;, + 41;3; 0.000000, 0.017090,-0.000000;;, + 42;3; 0.000000, 0.017090,-0.000000;;, + 43;3; 0.000000, 0.017090,-0.000000;;, + 44;3; 0.000000, 0.017090,-0.000000;;, + 45;3; 0.000000, 0.017090,-0.000000;;, + 46;3; 0.000000, 0.017090,-0.000000;;, + 47;3; 0.000000, 0.017090,-0.000000;;, + 48;3; 0.000000, 0.017090,-0.000000;;, + 49;3; 0.000000, 0.017090,-0.000000;;, + 50;3; 0.000000, 0.017090,-0.000000;;, + 51;3; 0.000000, 0.017090,-0.000000;;, + 52;3; 0.000000, 0.017090,-0.000000;;, + 53;3; 0.000000, 0.017090,-0.000000;;, + 54;3; 0.000000, 0.017090,-0.000000;;, + 55;3; 0.000000, 0.017090,-0.000000;;, + 56;3; 0.000000, 0.017090,-0.000000;;, + 57;3; 0.000000, 0.017090,-0.000000;;, + 58;3; 0.000000, 0.017090,-0.000000;;, + 59;3; 0.000000, 0.017090,-0.000000;;, + 60;3; 0.000000, 0.017090,-0.000000;;, + 61;3; 0.000000, 0.017090,-0.000000;;, + 62;3; 0.000000, 0.017090,-0.000000;;, + 63;3; 0.000000, 0.017090,-0.000000;;, + 64;3; 0.000000, 0.017090,-0.000000;;, + 65;3; 0.000000, 0.017090,-0.000000;;, + 66;3; 0.000000, 0.017090,-0.000000;;, + 67;3; 0.000000, 0.017090,-0.000000;;, + 68;3; 0.000000, 0.017090,-0.000000;;, + 69;3; 0.000000, 0.017090,-0.000000;;, + 70;3; 0.000000, 0.017090,-0.000000;;, + 71;3; 0.000000, 0.017090,-0.000000;;, + 72;3; 0.000000, 0.017090,-0.000000;;, + 73;3; 0.000000, 0.017090,-0.000000;;, + 74;3; 0.000000, 0.017090,-0.000000;;, + 75;3; 0.000000, 0.017090,-0.000000;;, + 76;3; 0.000000, 0.017090,-0.000000;;, + 77;3; 0.000000, 0.017090,-0.000000;;, + 78;3; 0.000000, 0.017090,-0.000000;;, + 79;3; 0.000000, 0.017090,-0.000000;;, + 80;3;-0.000000, 0.017090,-0.000000;;, + 81;3;-0.000000, 0.017090,-0.000000;;, + 82;3;-0.000000, 0.017090,-0.000000;;, + 83;3;-0.000000, 0.017090,-0.000000;;, + 84;3;-0.000000, 0.017090,-0.000000;;, + 85;3;-0.000000, 0.017090,-0.000000;;, + 86;3;-0.000000, 0.017090,-0.000000;;, + 87;3;-0.000000, 0.017090,-0.000000;;, + 88;3;-0.000000, 0.017090,-0.000000;;, + 89;3;-0.000000, 0.017090,-0.000000;;, + 90;3;-0.000000, 0.017090,-0.000000;;, + 91;3;-0.000000, 0.017090,-0.000000;;, + 92;3;-0.000000, 0.017090,-0.000000;;, + 93;3;-0.000000, 0.017090,-0.000000;;, + 94;3;-0.000000, 0.017090,-0.000000;;, + 95;3;-0.000000, 0.017090,-0.000000;;, + 96;3;-0.000000, 0.017090,-0.000000;;, + 97;3;-0.000000, 0.017090,-0.000000;;, + 98;3;-0.000000, 0.017090,-0.000000;;, + 99;3;-0.000000, 0.017090,-0.000000;;, + 100;3;-0.000000, 0.017090,-0.000000;;, + 101;3;-0.000000, 0.017090,-0.000000;;, + 102;3;-0.000000, 0.017090,-0.000000;;, + 103;3;-0.000000, 0.017090,-0.000000;;, + 104;3;-0.000000, 0.017090,-0.000000;;, + 105;3;-0.000000, 0.017090,-0.000000;;, + 106;3;-0.000000, 0.017090,-0.000000;;, + 107;3;-0.000000, 0.017090,-0.000000;;, + 108;3;-0.000000, 0.017090,-0.000000;;, + 109;3;-0.000000, 0.017090,-0.000000;;, + 110;3;-0.000000, 0.017090,-0.000000;;, + 111;3;-0.000000, 0.017090,-0.000000;;, + 112;3;-0.000000, 0.017090,-0.000000;;, + 113;3;-0.000000, 0.017090,-0.000000;;, + 114;3;-0.000000, 0.017090,-0.000000;;, + 115;3;-0.000000, 0.017090,-0.000000;;, + 116;3;-0.000000, 0.017090,-0.000000;;, + 117;3;-0.000000, 0.017090,-0.000000;;, + 118;3;-0.000000, 0.017090,-0.000000;;, + 119;3;-0.000000, 0.017090,-0.000000;;, + 120;3;-0.000000, 0.017090,-0.000000;;, + 121;3;-0.000000, 0.017090,-0.000000;;, + 122;3;-0.000000, 0.017090,-0.000000;;, + 123;3;-0.000000, 0.017090,-0.000000;;, + 124;3;-0.000000, 0.017090,-0.000000;;, + 125;3;-0.000000, 0.017090,-0.000000;;, + 126;3;-0.000000, 0.017090,-0.000000;;, + 127;3;-0.000000, 0.017090,-0.000000;;, + 128;3;-0.000000, 0.017090,-0.000000;;, + 129;3;-0.000000, 0.017090,-0.000000;;, + 130;3;-0.000000, 0.017090,-0.000000;;, + 131;3;-0.000000, 0.017090,-0.000000;;, + 132;3;-0.000000, 0.017090,-0.000000;;, + 133;3;-0.000000, 0.017090,-0.000000;;, + 134;3;-0.000000, 0.017090,-0.000000;;, + 135;3;-0.000000, 0.017090,-0.000000;;, + 136;3;-0.000000, 0.017090,-0.000000;;, + 137;3;-0.000000, 0.017090,-0.000000;;, + 138;3;-0.000000, 0.017090,-0.000000;;, + 139;3;-0.000000, 0.017090,-0.000000;;, + 140;3;-0.000000, 0.017090,-0.000000;;, + 141;3;-0.000000, 0.017090,-0.000000;;, + 142;3;-0.000000, 0.017090,-0.000000;;, + 143;3;-0.000000, 0.017090,-0.000000;;, + 144;3;-0.000000, 0.017090,-0.000000;;, + 145;3;-0.000000, 0.017090,-0.000000;;, + 146;3;-0.000000, 0.017090,-0.000000;;, + 147;3;-0.000000, 0.017090,-0.000000;;, + 148;3;-0.000000, 0.017090,-0.000000;;, + 149;3;-0.000000, 0.017090,-0.000000;;, + 150;3;-0.000000, 0.017090,-0.000000;;, + 151;3;-0.000000, 0.017090,-0.000000;;, + 152;3;-0.000000, 0.017090,-0.000000;;, + 153;3;-0.000000, 0.017090,-0.000000;;, + 154;3;-0.000000, 0.017090,-0.000000;;, + 155;3;-0.000000, 0.017090,-0.000000;;, + 156;3;-0.000000, 0.017090,-0.000000;;, + 157;3;-0.000000, 0.017090,-0.000000;;, + 158;3;-0.000000, 0.017090,-0.000000;;, + 159;3;-0.000000, 0.017090,-0.000000;;, + 160;3; 0.000000, 0.017090,-0.000000;;, + 161;3;-0.000000, 0.017090, 0.000000;;, + 162;3;-0.000000, 0.017090, 0.000000;;, + 163;3;-0.000000, 0.017090, 0.000000;;, + 164;3;-0.000000, 0.017090, 0.000000;;, + 165;3;-0.000000, 0.017090, 0.000000;;, + 166;3; 0.000000, 0.017090,-0.000000;;, + 167;3; 0.000000, 0.017090, 0.000000;;, + 168;3; 0.000000, 0.017090, 0.000000;;, + 169;3; 0.000000, 0.017090,-0.000000;;, + 170;3; 0.000000, 0.017090,-0.000000;;, + 171;3; 0.000000, 0.017090,-0.000000;;, + 172;3; 0.000000, 0.017090,-0.000000;;, + 173;3; 0.000000, 0.017090,-0.000000;;, + 174;3; 0.000000, 0.017090,-0.000000;;, + 175;3; 0.000000, 0.017090,-0.000000;;, + 176;3; 0.000000, 0.017090,-0.000000;;, + 177;3; 0.000000, 0.017090, 0.000000;;, + 178;3; 0.000000, 0.017090,-0.000000;;, + 179;3; 0.000000, 0.017090,-0.000000;;, + 180;3; 0.000000, 0.017090,-0.000000;;, + 181;3; 0.000000, 0.017090,-0.000000;;, + 182;3; 0.000000, 0.017090, 0.000000;;, + 183;3; 0.000000, 0.017090,-0.000000;;, + 184;3; 0.000000, 0.017090, 0.000000;;, + 185;3; 0.000000, 0.017090, 0.000000;;, + 186;3; 0.000000, 0.017090, 0.000000;;, + 187;3; 0.000000, 0.017090,-0.000000;;, + 188;3; 0.000000, 0.017090,-0.000000;;, + 189;3; 0.000000, 0.017090,-0.000000;;, + 190;3; 0.000000, 0.017090,-0.000000;;, + 191;3; 0.000000, 0.017090,-0.000000;;, + 192;3; 0.000000, 0.017090,-0.000000;;, + 193;3; 0.000000, 0.017090,-0.000000;;, + 194;3; 0.000000, 0.017090,-0.000000;;, + 195;3; 0.000000, 0.017090,-0.000000;;, + 196;3; 0.000000, 0.017090,-0.000000;;, + 197;3; 0.000000, 0.017090,-0.000000;;, + 198;3; 0.000000, 0.017090,-0.000000;;, + 199;3; 0.000000, 0.017090,-0.000000;;, + 200;3; 0.000000, 0.017090,-0.000000;;, + 201;3; 0.000000, 0.017090,-0.000000;;, + 202;3; 0.000000, 0.017090,-0.000000;;, + 203;3; 0.000000, 0.017090,-0.000000;;, + 204;3; 0.000000, 0.017090,-0.000000;;, + 205;3; 0.000000, 0.017090,-0.000000;;, + 206;3; 0.000000, 0.017090,-0.000000;;, + 207;3; 0.000000, 0.017090,-0.000000;;, + 208;3; 0.000000, 0.017090,-0.000000;;, + 209;3; 0.000000, 0.017090,-0.000000;;, + 210;3; 0.000000, 0.017090,-0.000000;;, + 211;3; 0.000000, 0.017090,-0.000000;;, + 212;3; 0.000000, 0.017090,-0.000000;;, + 213;3; 0.000000, 0.017090,-0.000000;;, + 214;3; 0.000000, 0.017090,-0.000000;;, + 215;3; 0.000000, 0.017090,-0.000000;;, + 216;3; 0.000000, 0.017090,-0.000000;;, + 217;3; 0.000000, 0.017090,-0.000000;;, + 218;3; 0.000000, 0.017090,-0.000000;;; + } + } + Animation { + {wolfwoman_ring_01_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 1;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 2;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 3;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 4;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 5;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 6;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 7;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 8;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 9;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 10;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 11;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 12;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 13;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 14;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 15;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 16;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 17;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 18;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 19;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 20;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 21;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 22;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 23;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 24;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 25;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 26;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 27;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 28;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 29;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 30;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 31;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 32;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 33;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 34;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 35;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 36;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 37;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 38;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 39;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 40;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 41;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 42;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 43;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 44;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 45;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 46;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 47;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 48;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 49;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 50;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 51;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 52;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 53;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 54;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 55;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 56;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 57;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 58;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 59;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 60;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 61;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 62;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 63;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 64;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 65;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 66;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 67;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 68;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 69;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 70;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 71;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 72;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 73;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 74;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 75;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 76;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 77;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 78;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 79;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 80;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 81;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 82;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 83;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 84;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 85;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 86;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 87;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 88;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 89;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 90;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 91;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 92;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 93;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 94;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 95;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 96;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 97;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 98;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 99;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 100;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 101;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 102;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 103;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 104;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 105;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 106;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 107;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 108;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 109;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 110;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 111;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 112;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 113;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 114;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 115;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 116;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 117;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 118;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 119;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 120;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 121;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 122;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 123;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 124;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 125;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 126;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 127;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 128;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 129;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 130;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 131;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 132;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 133;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 134;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 135;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 136;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 137;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 138;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 139;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 140;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 141;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 142;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 143;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 144;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 145;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 146;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 147;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 148;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 149;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 150;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 151;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 152;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 153;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 154;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 155;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 156;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 157;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 158;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 159;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 160;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 161;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 162;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 163;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 164;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 165;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 166;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 167;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 168;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 169;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 170;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 171;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 172;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 173;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 174;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 175;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 176;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 177;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 178;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 179;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 180;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 181;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 182;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 183;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 184;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 185;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 186;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 187;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 188;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 189;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 190;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 191;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 192;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 193;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 194;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 195;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 196;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 197;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 198;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 199;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 200;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 201;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 202;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 203;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 204;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 205;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 206;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 207;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 208;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 209;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 210;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 211;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 212;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 213;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 214;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 215;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 216;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 217;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 218;4;-0.927833,-0.038144, 0.351916,-0.117583;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.004418, 0.101883,-0.033798;;, + 1;3; 0.004418, 0.101883,-0.033798;;, + 2;3; 0.004418, 0.101883,-0.033798;;, + 3;3; 0.004418, 0.101883,-0.033798;;, + 4;3; 0.004418, 0.101883,-0.033798;;, + 5;3; 0.004418, 0.101883,-0.033798;;, + 6;3; 0.004418, 0.101883,-0.033798;;, + 7;3; 0.004418, 0.101883,-0.033798;;, + 8;3; 0.004418, 0.101883,-0.033798;;, + 9;3; 0.004418, 0.101883,-0.033798;;, + 10;3; 0.004418, 0.101883,-0.033798;;, + 11;3; 0.004418, 0.101883,-0.033798;;, + 12;3; 0.004418, 0.101883,-0.033798;;, + 13;3; 0.004418, 0.101883,-0.033798;;, + 14;3; 0.004418, 0.101883,-0.033798;;, + 15;3; 0.004418, 0.101883,-0.033798;;, + 16;3; 0.004418, 0.101883,-0.033798;;, + 17;3; 0.004418, 0.101883,-0.033798;;, + 18;3; 0.004418, 0.101883,-0.033798;;, + 19;3; 0.004418, 0.101883,-0.033798;;, + 20;3; 0.004418, 0.101883,-0.033798;;, + 21;3; 0.004418, 0.101883,-0.033798;;, + 22;3; 0.004418, 0.101883,-0.033798;;, + 23;3; 0.004418, 0.101883,-0.033798;;, + 24;3; 0.004418, 0.101883,-0.033798;;, + 25;3; 0.004418, 0.101883,-0.033798;;, + 26;3; 0.004418, 0.101883,-0.033798;;, + 27;3; 0.004418, 0.101883,-0.033798;;, + 28;3; 0.004418, 0.101883,-0.033798;;, + 29;3; 0.004418, 0.101883,-0.033798;;, + 30;3; 0.004418, 0.101883,-0.033798;;, + 31;3; 0.004418, 0.101883,-0.033798;;, + 32;3; 0.004418, 0.101883,-0.033798;;, + 33;3; 0.004418, 0.101883,-0.033798;;, + 34;3; 0.004418, 0.101883,-0.033798;;, + 35;3; 0.004418, 0.101883,-0.033798;;, + 36;3; 0.004418, 0.101883,-0.033798;;, + 37;3; 0.004418, 0.101883,-0.033798;;, + 38;3; 0.004418, 0.101883,-0.033798;;, + 39;3; 0.004418, 0.101883,-0.033798;;, + 40;3; 0.004418, 0.101883,-0.033798;;, + 41;3; 0.004418, 0.101883,-0.033798;;, + 42;3; 0.004418, 0.101883,-0.033798;;, + 43;3; 0.004418, 0.101883,-0.033798;;, + 44;3; 0.004418, 0.101883,-0.033798;;, + 45;3; 0.004418, 0.101883,-0.033798;;, + 46;3; 0.004418, 0.101883,-0.033798;;, + 47;3; 0.004418, 0.101883,-0.033798;;, + 48;3; 0.004418, 0.101883,-0.033798;;, + 49;3; 0.004418, 0.101883,-0.033798;;, + 50;3; 0.004418, 0.101883,-0.033798;;, + 51;3; 0.004418, 0.101883,-0.033798;;, + 52;3; 0.004418, 0.101883,-0.033798;;, + 53;3; 0.004418, 0.101883,-0.033798;;, + 54;3; 0.004418, 0.101883,-0.033798;;, + 55;3; 0.004418, 0.101883,-0.033798;;, + 56;3; 0.004418, 0.101883,-0.033798;;, + 57;3; 0.004418, 0.101883,-0.033798;;, + 58;3; 0.004418, 0.101883,-0.033798;;, + 59;3; 0.004418, 0.101883,-0.033798;;, + 60;3; 0.004418, 0.101883,-0.033798;;, + 61;3; 0.004418, 0.101883,-0.033798;;, + 62;3; 0.004418, 0.101883,-0.033798;;, + 63;3; 0.004418, 0.101883,-0.033798;;, + 64;3; 0.004418, 0.101883,-0.033798;;, + 65;3; 0.004418, 0.101883,-0.033798;;, + 66;3; 0.004418, 0.101883,-0.033798;;, + 67;3; 0.004418, 0.101883,-0.033798;;, + 68;3; 0.004418, 0.101883,-0.033798;;, + 69;3; 0.004418, 0.101883,-0.033798;;, + 70;3; 0.004418, 0.101883,-0.033798;;, + 71;3; 0.004418, 0.101883,-0.033798;;, + 72;3; 0.004418, 0.101883,-0.033798;;, + 73;3; 0.004418, 0.101883,-0.033798;;, + 74;3; 0.004418, 0.101883,-0.033798;;, + 75;3; 0.004418, 0.101883,-0.033798;;, + 76;3; 0.004418, 0.101883,-0.033798;;, + 77;3; 0.004418, 0.101883,-0.033798;;, + 78;3; 0.004418, 0.101883,-0.033798;;, + 79;3; 0.004418, 0.101883,-0.033798;;, + 80;3; 0.004418, 0.101883,-0.033798;;, + 81;3; 0.004418, 0.101883,-0.033798;;, + 82;3; 0.004418, 0.101883,-0.033798;;, + 83;3; 0.004418, 0.101883,-0.033798;;, + 84;3; 0.004418, 0.101883,-0.033798;;, + 85;3; 0.004418, 0.101883,-0.033798;;, + 86;3; 0.004418, 0.101883,-0.033798;;, + 87;3; 0.004418, 0.101883,-0.033798;;, + 88;3; 0.004418, 0.101883,-0.033798;;, + 89;3; 0.004418, 0.101883,-0.033798;;, + 90;3; 0.004418, 0.101883,-0.033798;;, + 91;3; 0.004418, 0.101883,-0.033798;;, + 92;3; 0.004418, 0.101883,-0.033798;;, + 93;3; 0.004418, 0.101883,-0.033798;;, + 94;3; 0.004418, 0.101883,-0.033798;;, + 95;3; 0.004418, 0.101883,-0.033798;;, + 96;3; 0.004418, 0.101883,-0.033798;;, + 97;3; 0.004418, 0.101883,-0.033798;;, + 98;3; 0.004418, 0.101883,-0.033798;;, + 99;3; 0.004418, 0.101883,-0.033798;;, + 100;3; 0.004418, 0.101883,-0.033798;;, + 101;3; 0.004418, 0.101883,-0.033798;;, + 102;3; 0.004418, 0.101883,-0.033798;;, + 103;3; 0.004418, 0.101883,-0.033798;;, + 104;3; 0.004418, 0.101883,-0.033798;;, + 105;3; 0.004418, 0.101883,-0.033798;;, + 106;3; 0.004418, 0.101883,-0.033798;;, + 107;3; 0.004418, 0.101883,-0.033798;;, + 108;3; 0.004418, 0.101883,-0.033798;;, + 109;3; 0.004418, 0.101883,-0.033798;;, + 110;3; 0.004418, 0.101883,-0.033798;;, + 111;3; 0.004418, 0.101883,-0.033798;;, + 112;3; 0.004418, 0.101883,-0.033798;;, + 113;3; 0.004418, 0.101883,-0.033798;;, + 114;3; 0.004418, 0.101883,-0.033798;;, + 115;3; 0.004418, 0.101883,-0.033798;;, + 116;3; 0.004418, 0.101883,-0.033798;;, + 117;3; 0.004418, 0.101883,-0.033798;;, + 118;3; 0.004418, 0.101883,-0.033798;;, + 119;3; 0.004418, 0.101883,-0.033798;;, + 120;3; 0.004418, 0.101883,-0.033798;;, + 121;3; 0.004418, 0.101883,-0.033798;;, + 122;3; 0.004418, 0.101883,-0.033798;;, + 123;3; 0.004418, 0.101883,-0.033798;;, + 124;3; 0.004418, 0.101883,-0.033798;;, + 125;3; 0.004418, 0.101883,-0.033798;;, + 126;3; 0.004418, 0.101883,-0.033798;;, + 127;3; 0.004418, 0.101883,-0.033798;;, + 128;3; 0.004418, 0.101883,-0.033798;;, + 129;3; 0.004418, 0.101883,-0.033798;;, + 130;3; 0.004418, 0.101883,-0.033798;;, + 131;3; 0.004418, 0.101883,-0.033798;;, + 132;3; 0.004418, 0.101883,-0.033798;;, + 133;3; 0.004418, 0.101883,-0.033798;;, + 134;3; 0.004418, 0.101883,-0.033798;;, + 135;3; 0.004418, 0.101883,-0.033798;;, + 136;3; 0.004418, 0.101883,-0.033798;;, + 137;3; 0.004418, 0.101883,-0.033798;;, + 138;3; 0.004418, 0.101883,-0.033798;;, + 139;3; 0.004418, 0.101883,-0.033798;;, + 140;3; 0.004418, 0.101883,-0.033798;;, + 141;3; 0.004418, 0.101883,-0.033798;;, + 142;3; 0.004418, 0.101883,-0.033798;;, + 143;3; 0.004418, 0.101883,-0.033798;;, + 144;3; 0.004418, 0.101883,-0.033798;;, + 145;3; 0.004418, 0.101883,-0.033798;;, + 146;3; 0.004418, 0.101883,-0.033798;;, + 147;3; 0.004418, 0.101883,-0.033798;;, + 148;3; 0.004418, 0.101883,-0.033798;;, + 149;3; 0.004418, 0.101883,-0.033798;;, + 150;3; 0.004418, 0.101883,-0.033798;;, + 151;3; 0.004418, 0.101883,-0.033798;;, + 152;3; 0.004418, 0.101883,-0.033798;;, + 153;3; 0.004418, 0.101883,-0.033798;;, + 154;3; 0.004418, 0.101883,-0.033798;;, + 155;3; 0.004418, 0.101883,-0.033798;;, + 156;3; 0.004418, 0.101883,-0.033798;;, + 157;3; 0.004418, 0.101883,-0.033798;;, + 158;3; 0.004418, 0.101883,-0.033798;;, + 159;3; 0.004418, 0.101883,-0.033798;;, + 160;3; 0.004418, 0.101883,-0.033798;;, + 161;3; 0.004418, 0.101883,-0.033798;;, + 162;3; 0.004418, 0.101883,-0.033798;;, + 163;3; 0.004418, 0.101883,-0.033798;;, + 164;3; 0.004418, 0.101883,-0.033798;;, + 165;3; 0.004418, 0.101883,-0.033798;;, + 166;3; 0.004418, 0.101883,-0.033798;;, + 167;3; 0.004418, 0.101883,-0.033798;;, + 168;3; 0.004418, 0.101883,-0.033798;;, + 169;3; 0.004418, 0.101883,-0.033798;;, + 170;3; 0.004418, 0.101883,-0.033798;;, + 171;3; 0.004418, 0.101883,-0.033798;;, + 172;3; 0.004418, 0.101883,-0.033798;;, + 173;3; 0.004418, 0.101883,-0.033798;;, + 174;3; 0.004418, 0.101883,-0.033798;;, + 175;3; 0.004418, 0.101883,-0.033798;;, + 176;3; 0.004418, 0.101883,-0.033798;;, + 177;3; 0.004418, 0.101883,-0.033798;;, + 178;3; 0.004418, 0.101883,-0.033798;;, + 179;3; 0.004418, 0.101883,-0.033798;;, + 180;3; 0.004418, 0.101883,-0.033798;;, + 181;3; 0.004418, 0.101883,-0.033798;;, + 182;3; 0.004418, 0.101883,-0.033798;;, + 183;3; 0.004418, 0.101883,-0.033798;;, + 184;3; 0.004418, 0.101883,-0.033798;;, + 185;3; 0.004418, 0.101883,-0.033798;;, + 186;3; 0.004418, 0.101883,-0.033798;;, + 187;3; 0.004418, 0.101883,-0.033798;;, + 188;3; 0.004418, 0.101883,-0.033798;;, + 189;3; 0.004418, 0.101883,-0.033798;;, + 190;3; 0.004418, 0.101883,-0.033798;;, + 191;3; 0.004418, 0.101883,-0.033798;;, + 192;3; 0.004418, 0.101883,-0.033798;;, + 193;3; 0.004418, 0.101883,-0.033798;;, + 194;3; 0.004418, 0.101883,-0.033798;;, + 195;3; 0.004418, 0.101883,-0.033798;;, + 196;3; 0.004418, 0.101883,-0.033798;;, + 197;3; 0.004418, 0.101883,-0.033798;;, + 198;3; 0.004418, 0.101883,-0.033798;;, + 199;3; 0.004418, 0.101883,-0.033798;;, + 200;3; 0.004418, 0.101883,-0.033798;;, + 201;3; 0.004418, 0.101883,-0.033798;;, + 202;3; 0.004418, 0.101883,-0.033798;;, + 203;3; 0.004418, 0.101883,-0.033798;;, + 204;3; 0.004418, 0.101883,-0.033798;;, + 205;3; 0.004418, 0.101883,-0.033798;;, + 206;3; 0.004418, 0.101883,-0.033798;;, + 207;3; 0.004418, 0.101883,-0.033798;;, + 208;3; 0.004418, 0.101883,-0.033798;;, + 209;3; 0.004418, 0.101883,-0.033798;;, + 210;3; 0.004418, 0.101883,-0.033798;;, + 211;3; 0.004418, 0.101883,-0.033798;;, + 212;3; 0.004418, 0.101883,-0.033798;;, + 213;3; 0.004418, 0.101883,-0.033798;;, + 214;3; 0.004418, 0.101883,-0.033798;;, + 215;3; 0.004418, 0.101883,-0.033798;;, + 216;3; 0.004418, 0.101883,-0.033798;;, + 217;3; 0.004418, 0.101883,-0.033798;;, + 218;3; 0.004418, 0.101883,-0.033798;;; + } + } + Animation { + {wolfwoman_ring_02_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 1;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 2;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 3;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 4;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 5;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 6;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 7;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 8;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 9;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 10;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 11;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 12;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 13;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 14;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 15;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 16;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 17;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 18;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 19;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 20;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 21;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 22;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 23;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 24;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 25;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 26;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 27;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 28;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 29;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 30;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 31;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 32;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 33;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 34;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 35;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 36;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 37;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 38;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 39;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 40;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 41;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 42;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 43;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 44;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 45;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 46;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 47;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 48;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 49;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 50;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 51;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 52;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 53;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 54;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 55;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 56;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 57;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 58;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 59;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 60;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 61;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 62;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 63;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 64;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 65;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 66;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 67;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 68;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 69;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 70;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 71;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 72;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 73;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 74;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 75;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 76;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 77;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 78;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 79;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 80;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 81;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 82;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 83;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 84;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 85;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 86;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 87;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 88;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 89;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 90;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 91;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 92;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 93;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 94;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 95;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 96;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 97;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 98;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 99;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 100;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 101;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 102;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 103;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 104;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 105;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 106;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 107;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 108;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 109;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 110;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 111;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 112;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 113;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 114;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 115;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 116;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 117;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 118;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 119;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 120;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 121;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 122;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 123;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 124;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 125;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 126;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 127;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 128;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 129;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 130;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 131;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 132;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 133;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 134;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 135;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 136;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 137;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 138;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 139;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 140;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 141;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 142;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 143;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 144;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 145;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 146;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 147;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 148;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 149;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 150;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 151;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 152;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 153;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 154;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 155;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 156;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 157;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 158;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 159;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 160;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 161;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 162;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 163;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 164;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 165;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 166;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 167;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 168;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 169;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 170;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 171;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 172;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 173;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 174;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 175;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 176;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 177;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 178;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 179;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 180;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 181;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 182;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 183;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 184;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 185;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 186;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 187;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 188;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 189;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 190;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 191;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 192;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 193;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 194;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 195;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 196;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 197;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 198;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 199;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 200;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 201;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 202;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 203;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 204;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 205;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 206;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 207;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 208;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 209;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 210;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 211;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 212;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 213;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 214;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 215;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 216;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 217;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 218;4;-0.997634,-0.003963,-0.048468, 0.048594;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.032563,-0.000000;;, + 1;3;-0.000000, 0.032563,-0.000000;;, + 2;3;-0.000000, 0.032563,-0.000000;;, + 3;3;-0.000000, 0.032563,-0.000000;;, + 4;3;-0.000000, 0.032563,-0.000000;;, + 5;3;-0.000000, 0.032563,-0.000000;;, + 6;3;-0.000000, 0.032563,-0.000000;;, + 7;3;-0.000000, 0.032563,-0.000000;;, + 8;3;-0.000000, 0.032563,-0.000000;;, + 9;3;-0.000000, 0.032563,-0.000000;;, + 10;3;-0.000000, 0.032563,-0.000000;;, + 11;3;-0.000000, 0.032563,-0.000000;;, + 12;3;-0.000000, 0.032563,-0.000000;;, + 13;3;-0.000000, 0.032563,-0.000000;;, + 14;3;-0.000000, 0.032563,-0.000000;;, + 15;3;-0.000000, 0.032563,-0.000000;;, + 16;3;-0.000000, 0.032563,-0.000000;;, + 17;3;-0.000000, 0.032563,-0.000000;;, + 18;3;-0.000000, 0.032563,-0.000000;;, + 19;3;-0.000000, 0.032563,-0.000000;;, + 20;3;-0.000000, 0.032563,-0.000000;;, + 21;3;-0.000000, 0.032563,-0.000000;;, + 22;3;-0.000000, 0.032563,-0.000000;;, + 23;3;-0.000000, 0.032563,-0.000000;;, + 24;3;-0.000000, 0.032563,-0.000000;;, + 25;3;-0.000000, 0.032563,-0.000000;;, + 26;3;-0.000000, 0.032563,-0.000000;;, + 27;3;-0.000000, 0.032563,-0.000000;;, + 28;3;-0.000000, 0.032563,-0.000000;;, + 29;3;-0.000000, 0.032563,-0.000000;;, + 30;3;-0.000000, 0.032563,-0.000000;;, + 31;3;-0.000000, 0.032563,-0.000000;;, + 32;3;-0.000000, 0.032563,-0.000000;;, + 33;3;-0.000000, 0.032563,-0.000000;;, + 34;3;-0.000000, 0.032563,-0.000000;;, + 35;3;-0.000000, 0.032563,-0.000000;;, + 36;3;-0.000000, 0.032563,-0.000000;;, + 37;3;-0.000000, 0.032563,-0.000000;;, + 38;3;-0.000000, 0.032563,-0.000000;;, + 39;3;-0.000000, 0.032563,-0.000000;;, + 40;3;-0.000000, 0.032563,-0.000000;;, + 41;3;-0.000000, 0.032563,-0.000000;;, + 42;3;-0.000000, 0.032563,-0.000000;;, + 43;3;-0.000000, 0.032563,-0.000000;;, + 44;3;-0.000000, 0.032563,-0.000000;;, + 45;3;-0.000000, 0.032563,-0.000000;;, + 46;3;-0.000000, 0.032563,-0.000000;;, + 47;3;-0.000000, 0.032563,-0.000000;;, + 48;3;-0.000000, 0.032563,-0.000000;;, + 49;3;-0.000000, 0.032563,-0.000000;;, + 50;3;-0.000000, 0.032563,-0.000000;;, + 51;3;-0.000000, 0.032563,-0.000000;;, + 52;3;-0.000000, 0.032563,-0.000000;;, + 53;3;-0.000000, 0.032563,-0.000000;;, + 54;3;-0.000000, 0.032563,-0.000000;;, + 55;3;-0.000000, 0.032563,-0.000000;;, + 56;3;-0.000000, 0.032563,-0.000000;;, + 57;3;-0.000000, 0.032563,-0.000000;;, + 58;3;-0.000000, 0.032563,-0.000000;;, + 59;3;-0.000000, 0.032563,-0.000000;;, + 60;3;-0.000000, 0.032563,-0.000000;;, + 61;3;-0.000000, 0.032563,-0.000000;;, + 62;3;-0.000000, 0.032563,-0.000000;;, + 63;3;-0.000000, 0.032563,-0.000000;;, + 64;3;-0.000000, 0.032563,-0.000000;;, + 65;3;-0.000000, 0.032563,-0.000000;;, + 66;3;-0.000000, 0.032563,-0.000000;;, + 67;3;-0.000000, 0.032563,-0.000000;;, + 68;3;-0.000000, 0.032563,-0.000000;;, + 69;3;-0.000000, 0.032563,-0.000000;;, + 70;3;-0.000000, 0.032563,-0.000000;;, + 71;3;-0.000000, 0.032563,-0.000000;;, + 72;3;-0.000000, 0.032563,-0.000000;;, + 73;3;-0.000000, 0.032563,-0.000000;;, + 74;3;-0.000000, 0.032563,-0.000000;;, + 75;3;-0.000000, 0.032563,-0.000000;;, + 76;3;-0.000000, 0.032563,-0.000000;;, + 77;3;-0.000000, 0.032563,-0.000000;;, + 78;3;-0.000000, 0.032563,-0.000000;;, + 79;3;-0.000000, 0.032563, 0.000000;;, + 80;3; 0.000000, 0.032563, 0.000000;;, + 81;3; 0.000000, 0.032563, 0.000000;;, + 82;3; 0.000000, 0.032563, 0.000000;;, + 83;3; 0.000000, 0.032563, 0.000000;;, + 84;3; 0.000000, 0.032563, 0.000000;;, + 85;3; 0.000000, 0.032563, 0.000000;;, + 86;3; 0.000000, 0.032563, 0.000000;;, + 87;3; 0.000000, 0.032563, 0.000000;;, + 88;3; 0.000000, 0.032563, 0.000000;;, + 89;3; 0.000000, 0.032563, 0.000000;;, + 90;3; 0.000000, 0.032563, 0.000000;;, + 91;3; 0.000000, 0.032563, 0.000000;;, + 92;3; 0.000000, 0.032563, 0.000000;;, + 93;3; 0.000000, 0.032563, 0.000000;;, + 94;3; 0.000000, 0.032563, 0.000000;;, + 95;3; 0.000000, 0.032563, 0.000000;;, + 96;3; 0.000000, 0.032563, 0.000000;;, + 97;3; 0.000000, 0.032563, 0.000000;;, + 98;3; 0.000000, 0.032563, 0.000000;;, + 99;3; 0.000000, 0.032563, 0.000000;;, + 100;3; 0.000000, 0.032563, 0.000000;;, + 101;3; 0.000000, 0.032563, 0.000000;;, + 102;3; 0.000000, 0.032563, 0.000000;;, + 103;3; 0.000000, 0.032563, 0.000000;;, + 104;3; 0.000000, 0.032563, 0.000000;;, + 105;3; 0.000000, 0.032563, 0.000000;;, + 106;3; 0.000000, 0.032563, 0.000000;;, + 107;3; 0.000000, 0.032563, 0.000000;;, + 108;3; 0.000000, 0.032563, 0.000000;;, + 109;3; 0.000000, 0.032563, 0.000000;;, + 110;3; 0.000000, 0.032563, 0.000000;;, + 111;3; 0.000000, 0.032563, 0.000000;;, + 112;3; 0.000000, 0.032563, 0.000000;;, + 113;3; 0.000000, 0.032563, 0.000000;;, + 114;3; 0.000000, 0.032563, 0.000000;;, + 115;3; 0.000000, 0.032563, 0.000000;;, + 116;3; 0.000000, 0.032563, 0.000000;;, + 117;3; 0.000000, 0.032563, 0.000000;;, + 118;3; 0.000000, 0.032563, 0.000000;;, + 119;3; 0.000000, 0.032563, 0.000000;;, + 120;3; 0.000000, 0.032563, 0.000000;;, + 121;3; 0.000000, 0.032563, 0.000000;;, + 122;3; 0.000000, 0.032563, 0.000000;;, + 123;3; 0.000000, 0.032563, 0.000000;;, + 124;3; 0.000000, 0.032563, 0.000000;;, + 125;3; 0.000000, 0.032563, 0.000000;;, + 126;3; 0.000000, 0.032563, 0.000000;;, + 127;3; 0.000000, 0.032563, 0.000000;;, + 128;3; 0.000000, 0.032563, 0.000000;;, + 129;3; 0.000000, 0.032563, 0.000000;;, + 130;3; 0.000000, 0.032563, 0.000000;;, + 131;3; 0.000000, 0.032563, 0.000000;;, + 132;3; 0.000000, 0.032563, 0.000000;;, + 133;3; 0.000000, 0.032563, 0.000000;;, + 134;3; 0.000000, 0.032563, 0.000000;;, + 135;3; 0.000000, 0.032563, 0.000000;;, + 136;3; 0.000000, 0.032563, 0.000000;;, + 137;3; 0.000000, 0.032563, 0.000000;;, + 138;3; 0.000000, 0.032563, 0.000000;;, + 139;3; 0.000000, 0.032563, 0.000000;;, + 140;3; 0.000000, 0.032563, 0.000000;;, + 141;3; 0.000000, 0.032563, 0.000000;;, + 142;3; 0.000000, 0.032563, 0.000000;;, + 143;3; 0.000000, 0.032563, 0.000000;;, + 144;3; 0.000000, 0.032563, 0.000000;;, + 145;3; 0.000000, 0.032563, 0.000000;;, + 146;3; 0.000000, 0.032563, 0.000000;;, + 147;3; 0.000000, 0.032563, 0.000000;;, + 148;3; 0.000000, 0.032563, 0.000000;;, + 149;3; 0.000000, 0.032563, 0.000000;;, + 150;3; 0.000000, 0.032563, 0.000000;;, + 151;3; 0.000000, 0.032563, 0.000000;;, + 152;3; 0.000000, 0.032563, 0.000000;;, + 153;3; 0.000000, 0.032563, 0.000000;;, + 154;3; 0.000000, 0.032563, 0.000000;;, + 155;3; 0.000000, 0.032563, 0.000000;;, + 156;3; 0.000000, 0.032563, 0.000000;;, + 157;3; 0.000000, 0.032563, 0.000000;;, + 158;3; 0.000000, 0.032563, 0.000000;;, + 159;3; 0.000000, 0.032563, 0.000000;;, + 160;3; 0.000000, 0.032563,-0.000000;;, + 161;3;-0.000000, 0.032563, 0.000000;;, + 162;3;-0.000000, 0.032563, 0.000000;;, + 163;3;-0.000000, 0.032563, 0.000000;;, + 164;3;-0.000000, 0.032563, 0.000000;;, + 165;3;-0.000000, 0.032563, 0.000000;;, + 166;3;-0.000000, 0.032563,-0.000000;;, + 167;3;-0.000000, 0.032563, 0.000000;;, + 168;3;-0.000000, 0.032563,-0.000000;;, + 169;3; 0.000000, 0.032563,-0.000000;;, + 170;3; 0.000000, 0.032563, 0.000000;;, + 171;3; 0.000000, 0.032563,-0.000000;;, + 172;3;-0.000000, 0.032563, 0.000000;;, + 173;3; 0.000000, 0.032563, 0.000000;;, + 174;3; 0.000000, 0.032563, 0.000000;;, + 175;3;-0.000000, 0.032563,-0.000000;;, + 176;3;-0.000000, 0.032563,-0.000000;;, + 177;3;-0.000000, 0.032563, 0.000000;;, + 178;3;-0.000000, 0.032563, 0.000000;;, + 179;3; 0.000000, 0.032563,-0.000000;;, + 180;3; 0.000000, 0.032563, 0.000000;;, + 181;3;-0.000000, 0.032563, 0.000000;;, + 182;3;-0.000000, 0.032563,-0.000000;;, + 183;3; 0.000000, 0.032563, 0.000000;;, + 184;3;-0.000000, 0.032563,-0.000000;;, + 185;3;-0.000000, 0.032563, 0.000000;;, + 186;3;-0.000000, 0.032563, 0.000000;;, + 187;3; 0.000000, 0.032563, 0.000000;;, + 188;3;-0.000000, 0.032563,-0.000000;;, + 189;3;-0.000000, 0.032563,-0.000000;;, + 190;3;-0.000000, 0.032563,-0.000000;;, + 191;3;-0.000000, 0.032563,-0.000000;;, + 192;3;-0.000000, 0.032563,-0.000000;;, + 193;3;-0.000000, 0.032563,-0.000000;;, + 194;3;-0.000000, 0.032563,-0.000000;;, + 195;3;-0.000000, 0.032563,-0.000000;;, + 196;3;-0.000000, 0.032563,-0.000000;;, + 197;3;-0.000000, 0.032563,-0.000000;;, + 198;3;-0.000000, 0.032563,-0.000000;;, + 199;3;-0.000000, 0.032563,-0.000000;;, + 200;3;-0.000000, 0.032563,-0.000000;;, + 201;3;-0.000000, 0.032563,-0.000000;;, + 202;3;-0.000000, 0.032563,-0.000000;;, + 203;3;-0.000000, 0.032563,-0.000000;;, + 204;3;-0.000000, 0.032563,-0.000000;;, + 205;3;-0.000000, 0.032563,-0.000000;;, + 206;3;-0.000000, 0.032563,-0.000000;;, + 207;3;-0.000000, 0.032563,-0.000000;;, + 208;3;-0.000000, 0.032563,-0.000000;;, + 209;3;-0.000000, 0.032563,-0.000000;;, + 210;3;-0.000000, 0.032563,-0.000000;;, + 211;3;-0.000000, 0.032563,-0.000000;;, + 212;3;-0.000000, 0.032563,-0.000000;;, + 213;3;-0.000000, 0.032563,-0.000000;;, + 214;3;-0.000000, 0.032563,-0.000000;;, + 215;3;-0.000000, 0.032563,-0.000000;;, + 216;3;-0.000000, 0.032563,-0.000000;;, + 217;3;-0.000000, 0.032563,-0.000000;;, + 218;3;-0.000000, 0.032563,-0.000000;;; + } + } + Animation { + {wolfwoman_ring_03_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 1;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 2;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 3;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 4;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 5;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 6;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 7;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 8;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 9;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 10;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 11;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 12;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 13;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 14;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 15;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 16;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 17;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 18;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 19;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 20;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 21;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 22;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 23;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 24;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 25;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 26;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 27;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 28;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 29;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 30;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 31;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 32;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 33;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 34;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 35;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 36;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 37;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 38;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 39;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 40;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 41;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 42;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 43;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 44;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 45;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 46;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 47;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 48;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 49;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 50;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 51;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 52;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 53;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 54;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 55;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 56;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 57;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 58;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 59;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 60;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 61;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 62;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 63;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 64;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 65;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 66;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 67;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 68;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 69;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 70;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 71;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 72;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 73;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 74;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 75;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 76;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 77;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 78;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 79;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 80;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 81;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 82;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 83;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 84;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 85;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 86;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 87;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 88;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 89;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 90;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 91;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 92;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 93;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 94;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 95;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 96;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 97;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 98;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 99;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 100;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 101;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 102;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 103;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 104;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 105;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 106;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 107;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 108;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 109;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 110;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 111;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 112;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 113;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 114;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 115;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 116;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 117;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 118;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 119;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 120;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 121;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 122;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 123;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 124;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 125;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 126;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 127;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 128;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 129;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 130;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 131;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 132;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 133;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 134;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 135;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 136;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 137;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 138;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 139;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 140;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 141;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 142;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 143;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 144;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 145;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 146;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 147;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 148;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 149;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 150;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 151;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 152;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 153;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 154;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 155;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 156;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 157;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 158;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 159;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 160;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 161;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 162;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 163;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 164;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 165;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 166;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 167;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 168;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 169;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 170;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 171;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 172;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 173;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 174;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 175;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 176;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 177;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 178;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 179;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 180;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 181;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 182;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 183;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 184;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 185;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 186;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 187;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 188;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 189;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 190;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 191;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 192;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 193;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 194;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 195;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 196;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 197;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 198;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 199;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 200;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 201;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 202;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 203;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 204;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 205;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 206;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 207;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 208;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 209;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 210;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 211;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 212;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 213;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 214;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 215;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 216;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 217;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 218;4;-0.995727, 0.051607, 0.057292,-0.050810;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.027209,-0.000000;;, + 1;3; 0.000000, 0.027209,-0.000000;;, + 2;3; 0.000000, 0.027209,-0.000000;;, + 3;3; 0.000000, 0.027209,-0.000000;;, + 4;3; 0.000000, 0.027209,-0.000000;;, + 5;3; 0.000000, 0.027209,-0.000000;;, + 6;3; 0.000000, 0.027209,-0.000000;;, + 7;3; 0.000000, 0.027209,-0.000000;;, + 8;3; 0.000000, 0.027209,-0.000000;;, + 9;3; 0.000000, 0.027209,-0.000000;;, + 10;3; 0.000000, 0.027209,-0.000000;;, + 11;3; 0.000000, 0.027209,-0.000000;;, + 12;3; 0.000000, 0.027209,-0.000000;;, + 13;3; 0.000000, 0.027209,-0.000000;;, + 14;3; 0.000000, 0.027209,-0.000000;;, + 15;3; 0.000000, 0.027209,-0.000000;;, + 16;3; 0.000000, 0.027209,-0.000000;;, + 17;3; 0.000000, 0.027209,-0.000000;;, + 18;3; 0.000000, 0.027209,-0.000000;;, + 19;3; 0.000000, 0.027209,-0.000000;;, + 20;3; 0.000000, 0.027209,-0.000000;;, + 21;3; 0.000000, 0.027209,-0.000000;;, + 22;3; 0.000000, 0.027209,-0.000000;;, + 23;3; 0.000000, 0.027209,-0.000000;;, + 24;3; 0.000000, 0.027209,-0.000000;;, + 25;3; 0.000000, 0.027209,-0.000000;;, + 26;3; 0.000000, 0.027209,-0.000000;;, + 27;3; 0.000000, 0.027209,-0.000000;;, + 28;3; 0.000000, 0.027209,-0.000000;;, + 29;3; 0.000000, 0.027209,-0.000000;;, + 30;3; 0.000000, 0.027209,-0.000000;;, + 31;3; 0.000000, 0.027209,-0.000000;;, + 32;3; 0.000000, 0.027209,-0.000000;;, + 33;3; 0.000000, 0.027209,-0.000000;;, + 34;3; 0.000000, 0.027209,-0.000000;;, + 35;3; 0.000000, 0.027209,-0.000000;;, + 36;3; 0.000000, 0.027209,-0.000000;;, + 37;3; 0.000000, 0.027209,-0.000000;;, + 38;3; 0.000000, 0.027209,-0.000000;;, + 39;3; 0.000000, 0.027209,-0.000000;;, + 40;3; 0.000000, 0.027209,-0.000000;;, + 41;3; 0.000000, 0.027209,-0.000000;;, + 42;3; 0.000000, 0.027209,-0.000000;;, + 43;3; 0.000000, 0.027209,-0.000000;;, + 44;3; 0.000000, 0.027209,-0.000000;;, + 45;3; 0.000000, 0.027209,-0.000000;;, + 46;3; 0.000000, 0.027209,-0.000000;;, + 47;3; 0.000000, 0.027209,-0.000000;;, + 48;3; 0.000000, 0.027209,-0.000000;;, + 49;3; 0.000000, 0.027209,-0.000000;;, + 50;3; 0.000000, 0.027209,-0.000000;;, + 51;3; 0.000000, 0.027209,-0.000000;;, + 52;3; 0.000000, 0.027209,-0.000000;;, + 53;3; 0.000000, 0.027209,-0.000000;;, + 54;3; 0.000000, 0.027209,-0.000000;;, + 55;3; 0.000000, 0.027209,-0.000000;;, + 56;3; 0.000000, 0.027209,-0.000000;;, + 57;3; 0.000000, 0.027209,-0.000000;;, + 58;3; 0.000000, 0.027209,-0.000000;;, + 59;3; 0.000000, 0.027209,-0.000000;;, + 60;3; 0.000000, 0.027209,-0.000000;;, + 61;3; 0.000000, 0.027209,-0.000000;;, + 62;3; 0.000000, 0.027209,-0.000000;;, + 63;3; 0.000000, 0.027209,-0.000000;;, + 64;3; 0.000000, 0.027209,-0.000000;;, + 65;3; 0.000000, 0.027209,-0.000000;;, + 66;3; 0.000000, 0.027209,-0.000000;;, + 67;3; 0.000000, 0.027209,-0.000000;;, + 68;3; 0.000000, 0.027209,-0.000000;;, + 69;3; 0.000000, 0.027209,-0.000000;;, + 70;3; 0.000000, 0.027209,-0.000000;;, + 71;3; 0.000000, 0.027209,-0.000000;;, + 72;3; 0.000000, 0.027209,-0.000000;;, + 73;3; 0.000000, 0.027209,-0.000000;;, + 74;3; 0.000000, 0.027209,-0.000000;;, + 75;3; 0.000000, 0.027209,-0.000000;;, + 76;3; 0.000000, 0.027209,-0.000000;;, + 77;3; 0.000000, 0.027209,-0.000000;;, + 78;3; 0.000000, 0.027209,-0.000000;;, + 79;3; 0.000000, 0.027209,-0.000000;;, + 80;3; 0.000000, 0.027209,-0.000000;;, + 81;3; 0.000000, 0.027209,-0.000000;;, + 82;3; 0.000000, 0.027209,-0.000000;;, + 83;3; 0.000000, 0.027209,-0.000000;;, + 84;3; 0.000000, 0.027209,-0.000000;;, + 85;3; 0.000000, 0.027209,-0.000000;;, + 86;3; 0.000000, 0.027209,-0.000000;;, + 87;3; 0.000000, 0.027209,-0.000000;;, + 88;3; 0.000000, 0.027209,-0.000000;;, + 89;3; 0.000000, 0.027209,-0.000000;;, + 90;3; 0.000000, 0.027209,-0.000000;;, + 91;3; 0.000000, 0.027209,-0.000000;;, + 92;3; 0.000000, 0.027209,-0.000000;;, + 93;3; 0.000000, 0.027209,-0.000000;;, + 94;3; 0.000000, 0.027209,-0.000000;;, + 95;3; 0.000000, 0.027209,-0.000000;;, + 96;3; 0.000000, 0.027209,-0.000000;;, + 97;3; 0.000000, 0.027209,-0.000000;;, + 98;3; 0.000000, 0.027209,-0.000000;;, + 99;3; 0.000000, 0.027209,-0.000000;;, + 100;3; 0.000000, 0.027209,-0.000000;;, + 101;3; 0.000000, 0.027209,-0.000000;;, + 102;3; 0.000000, 0.027209,-0.000000;;, + 103;3; 0.000000, 0.027209,-0.000000;;, + 104;3; 0.000000, 0.027209,-0.000000;;, + 105;3; 0.000000, 0.027209,-0.000000;;, + 106;3; 0.000000, 0.027209,-0.000000;;, + 107;3; 0.000000, 0.027209,-0.000000;;, + 108;3; 0.000000, 0.027209,-0.000000;;, + 109;3; 0.000000, 0.027209,-0.000000;;, + 110;3; 0.000000, 0.027209,-0.000000;;, + 111;3; 0.000000, 0.027209,-0.000000;;, + 112;3; 0.000000, 0.027209,-0.000000;;, + 113;3; 0.000000, 0.027209,-0.000000;;, + 114;3; 0.000000, 0.027209,-0.000000;;, + 115;3; 0.000000, 0.027209,-0.000000;;, + 116;3; 0.000000, 0.027209,-0.000000;;, + 117;3; 0.000000, 0.027209,-0.000000;;, + 118;3; 0.000000, 0.027209,-0.000000;;, + 119;3; 0.000000, 0.027209,-0.000000;;, + 120;3; 0.000000, 0.027209,-0.000000;;, + 121;3; 0.000000, 0.027209,-0.000000;;, + 122;3; 0.000000, 0.027209,-0.000000;;, + 123;3; 0.000000, 0.027209,-0.000000;;, + 124;3; 0.000000, 0.027209,-0.000000;;, + 125;3; 0.000000, 0.027209,-0.000000;;, + 126;3; 0.000000, 0.027209,-0.000000;;, + 127;3; 0.000000, 0.027209,-0.000000;;, + 128;3; 0.000000, 0.027209,-0.000000;;, + 129;3; 0.000000, 0.027209,-0.000000;;, + 130;3; 0.000000, 0.027209,-0.000000;;, + 131;3; 0.000000, 0.027209,-0.000000;;, + 132;3; 0.000000, 0.027209,-0.000000;;, + 133;3; 0.000000, 0.027209,-0.000000;;, + 134;3; 0.000000, 0.027209,-0.000000;;, + 135;3; 0.000000, 0.027209,-0.000000;;, + 136;3; 0.000000, 0.027209,-0.000000;;, + 137;3; 0.000000, 0.027209,-0.000000;;, + 138;3; 0.000000, 0.027209,-0.000000;;, + 139;3; 0.000000, 0.027209,-0.000000;;, + 140;3; 0.000000, 0.027209,-0.000000;;, + 141;3; 0.000000, 0.027209,-0.000000;;, + 142;3; 0.000000, 0.027209,-0.000000;;, + 143;3; 0.000000, 0.027209,-0.000000;;, + 144;3; 0.000000, 0.027209,-0.000000;;, + 145;3; 0.000000, 0.027209,-0.000000;;, + 146;3; 0.000000, 0.027209,-0.000000;;, + 147;3; 0.000000, 0.027209,-0.000000;;, + 148;3; 0.000000, 0.027209,-0.000000;;, + 149;3; 0.000000, 0.027209,-0.000000;;, + 150;3; 0.000000, 0.027209,-0.000000;;, + 151;3; 0.000000, 0.027209,-0.000000;;, + 152;3; 0.000000, 0.027209,-0.000000;;, + 153;3; 0.000000, 0.027209,-0.000000;;, + 154;3; 0.000000, 0.027209,-0.000000;;, + 155;3; 0.000000, 0.027209,-0.000000;;, + 156;3; 0.000000, 0.027209,-0.000000;;, + 157;3; 0.000000, 0.027209,-0.000000;;, + 158;3; 0.000000, 0.027209,-0.000000;;, + 159;3; 0.000000, 0.027209,-0.000000;;, + 160;3; 0.000000, 0.027210,-0.000000;;, + 161;3; 0.000000, 0.027209,-0.000000;;, + 162;3; 0.000000, 0.027209,-0.000000;;, + 163;3; 0.000000, 0.027209,-0.000000;;, + 164;3; 0.000000, 0.027209,-0.000000;;, + 165;3; 0.000000, 0.027209,-0.000000;;, + 166;3;-0.000000, 0.027209,-0.000000;;, + 167;3; 0.000000, 0.027209,-0.000000;;, + 168;3; 0.000000, 0.027209,-0.000000;;, + 169;3; 0.000000, 0.027209,-0.000000;;, + 170;3; 0.000000, 0.027209,-0.000000;;, + 171;3; 0.000000, 0.027209,-0.000000;;, + 172;3; 0.000000, 0.027209,-0.000000;;, + 173;3; 0.000000, 0.027209,-0.000000;;, + 174;3; 0.000000, 0.027209,-0.000000;;, + 175;3; 0.000000, 0.027209,-0.000000;;, + 176;3; 0.000000, 0.027209,-0.000000;;, + 177;3; 0.000000, 0.027209,-0.000000;;, + 178;3; 0.000000, 0.027209,-0.000000;;, + 179;3; 0.000000, 0.027209,-0.000000;;, + 180;3; 0.000000, 0.027209,-0.000000;;, + 181;3; 0.000000, 0.027209,-0.000000;;, + 182;3; 0.000000, 0.027209,-0.000000;;, + 183;3; 0.000000, 0.027209,-0.000000;;, + 184;3; 0.000000, 0.027209,-0.000000;;, + 185;3; 0.000000, 0.027209,-0.000000;;, + 186;3; 0.000000, 0.027209,-0.000000;;, + 187;3; 0.000000, 0.027209,-0.000000;;, + 188;3; 0.000000, 0.027209,-0.000000;;, + 189;3; 0.000000, 0.027209,-0.000000;;, + 190;3; 0.000000, 0.027209,-0.000000;;, + 191;3; 0.000000, 0.027209,-0.000000;;, + 192;3; 0.000000, 0.027209,-0.000000;;, + 193;3; 0.000000, 0.027209,-0.000000;;, + 194;3; 0.000000, 0.027209,-0.000000;;, + 195;3; 0.000000, 0.027209,-0.000000;;, + 196;3; 0.000000, 0.027209,-0.000000;;, + 197;3; 0.000000, 0.027209,-0.000000;;, + 198;3; 0.000000, 0.027209,-0.000000;;, + 199;3; 0.000000, 0.027209,-0.000000;;, + 200;3; 0.000000, 0.027209,-0.000000;;, + 201;3; 0.000000, 0.027209,-0.000000;;, + 202;3; 0.000000, 0.027209,-0.000000;;, + 203;3; 0.000000, 0.027209,-0.000000;;, + 204;3; 0.000000, 0.027209,-0.000000;;, + 205;3; 0.000000, 0.027209,-0.000000;;, + 206;3; 0.000000, 0.027209,-0.000000;;, + 207;3; 0.000000, 0.027209,-0.000000;;, + 208;3; 0.000000, 0.027209,-0.000000;;, + 209;3; 0.000000, 0.027209,-0.000000;;, + 210;3; 0.000000, 0.027209,-0.000000;;, + 211;3; 0.000000, 0.027209,-0.000000;;, + 212;3; 0.000000, 0.027209,-0.000000;;, + 213;3; 0.000000, 0.027209,-0.000000;;, + 214;3; 0.000000, 0.027209,-0.000000;;, + 215;3; 0.000000, 0.027209,-0.000000;;, + 216;3; 0.000000, 0.027209,-0.000000;;, + 217;3; 0.000000, 0.027209,-0.000000;;, + 218;3; 0.000000, 0.027209,-0.000000;;; + } + } + Animation { + {wolfwoman_thumb_01_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 1;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 2;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 3;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 4;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 5;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 6;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 7;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 8;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 9;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 10;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 11;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 12;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 13;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 14;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 15;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 16;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 17;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 18;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 19;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 20;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 21;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 22;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 23;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 24;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 25;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 26;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 27;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 28;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 29;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 30;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 31;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 32;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 33;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 34;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 35;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 36;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 37;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 38;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 39;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 40;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 41;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 42;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 43;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 44;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 45;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 46;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 47;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 48;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 49;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 50;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 51;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 52;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 53;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 54;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 55;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 56;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 57;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 58;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 59;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 60;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 61;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 62;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 63;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 64;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 65;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 66;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 67;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 68;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 69;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 70;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 71;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 72;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 73;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 74;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 75;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 76;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 77;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 78;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 79;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 80;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 81;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 82;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 83;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 84;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 85;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 86;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 87;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 88;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 89;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 90;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 91;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 92;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 93;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 94;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 95;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 96;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 97;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 98;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 99;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 100;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 101;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 102;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 103;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 104;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 105;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 106;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 107;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 108;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 109;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 110;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 111;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 112;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 113;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 114;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 115;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 116;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 117;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 118;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 119;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 120;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 121;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 122;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 123;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 124;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 125;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 126;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 127;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 128;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 129;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 130;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 131;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 132;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 133;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 134;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 135;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 136;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 137;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 138;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 139;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 140;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 141;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 142;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 143;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 144;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 145;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 146;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 147;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 148;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 149;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 150;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 151;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 152;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 153;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 154;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 155;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 156;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 157;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 158;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 159;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 160;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 161;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 162;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 163;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 164;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 165;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 166;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 167;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 168;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 169;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 170;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 171;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 172;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 173;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 174;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 175;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 176;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 177;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 178;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 179;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 180;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 181;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 182;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 183;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 184;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 185;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 186;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 187;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 188;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 189;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 190;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 191;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 192;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 193;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 194;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 195;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 196;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 197;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 198;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 199;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 200;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 201;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 202;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 203;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 204;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 205;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 206;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 207;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 208;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 209;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 210;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 211;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 212;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 213;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 214;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 215;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 216;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 217;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 218;4;-0.220430, 0.319474, 0.835429, 0.389109;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.010974, 0.043726, 0.019651;;, + 1;3;-0.010974, 0.043726, 0.019651;;, + 2;3;-0.010974, 0.043726, 0.019651;;, + 3;3;-0.010974, 0.043726, 0.019651;;, + 4;3;-0.010974, 0.043726, 0.019651;;, + 5;3;-0.010974, 0.043726, 0.019651;;, + 6;3;-0.010974, 0.043726, 0.019651;;, + 7;3;-0.010974, 0.043726, 0.019651;;, + 8;3;-0.010974, 0.043726, 0.019651;;, + 9;3;-0.010974, 0.043726, 0.019651;;, + 10;3;-0.010974, 0.043726, 0.019651;;, + 11;3;-0.010974, 0.043726, 0.019651;;, + 12;3;-0.010974, 0.043726, 0.019651;;, + 13;3;-0.010974, 0.043726, 0.019651;;, + 14;3;-0.010974, 0.043726, 0.019651;;, + 15;3;-0.010974, 0.043726, 0.019651;;, + 16;3;-0.010974, 0.043726, 0.019651;;, + 17;3;-0.010974, 0.043726, 0.019651;;, + 18;3;-0.010974, 0.043726, 0.019651;;, + 19;3;-0.010974, 0.043726, 0.019651;;, + 20;3;-0.010974, 0.043726, 0.019651;;, + 21;3;-0.010974, 0.043726, 0.019651;;, + 22;3;-0.010974, 0.043726, 0.019651;;, + 23;3;-0.010974, 0.043726, 0.019651;;, + 24;3;-0.010974, 0.043726, 0.019651;;, + 25;3;-0.010974, 0.043726, 0.019651;;, + 26;3;-0.010974, 0.043726, 0.019651;;, + 27;3;-0.010974, 0.043726, 0.019651;;, + 28;3;-0.010974, 0.043726, 0.019651;;, + 29;3;-0.010974, 0.043726, 0.019651;;, + 30;3;-0.010974, 0.043726, 0.019651;;, + 31;3;-0.010974, 0.043726, 0.019651;;, + 32;3;-0.010974, 0.043726, 0.019651;;, + 33;3;-0.010974, 0.043726, 0.019651;;, + 34;3;-0.010974, 0.043726, 0.019651;;, + 35;3;-0.010974, 0.043726, 0.019651;;, + 36;3;-0.010974, 0.043726, 0.019651;;, + 37;3;-0.010974, 0.043726, 0.019651;;, + 38;3;-0.010974, 0.043726, 0.019651;;, + 39;3;-0.010974, 0.043726, 0.019651;;, + 40;3;-0.010974, 0.043726, 0.019651;;, + 41;3;-0.010974, 0.043726, 0.019651;;, + 42;3;-0.010974, 0.043726, 0.019651;;, + 43;3;-0.010974, 0.043726, 0.019651;;, + 44;3;-0.010974, 0.043726, 0.019651;;, + 45;3;-0.010974, 0.043726, 0.019651;;, + 46;3;-0.010974, 0.043726, 0.019651;;, + 47;3;-0.010974, 0.043726, 0.019651;;, + 48;3;-0.010974, 0.043726, 0.019651;;, + 49;3;-0.010974, 0.043726, 0.019651;;, + 50;3;-0.010974, 0.043726, 0.019651;;, + 51;3;-0.010974, 0.043726, 0.019651;;, + 52;3;-0.010974, 0.043726, 0.019651;;, + 53;3;-0.010974, 0.043726, 0.019651;;, + 54;3;-0.010974, 0.043726, 0.019651;;, + 55;3;-0.010974, 0.043726, 0.019651;;, + 56;3;-0.010974, 0.043726, 0.019651;;, + 57;3;-0.010974, 0.043726, 0.019651;;, + 58;3;-0.010974, 0.043726, 0.019651;;, + 59;3;-0.010974, 0.043726, 0.019651;;, + 60;3;-0.010974, 0.043726, 0.019651;;, + 61;3;-0.010974, 0.043726, 0.019651;;, + 62;3;-0.010974, 0.043726, 0.019651;;, + 63;3;-0.010974, 0.043726, 0.019651;;, + 64;3;-0.010974, 0.043726, 0.019651;;, + 65;3;-0.010974, 0.043726, 0.019651;;, + 66;3;-0.010974, 0.043726, 0.019651;;, + 67;3;-0.010974, 0.043726, 0.019651;;, + 68;3;-0.010974, 0.043726, 0.019651;;, + 69;3;-0.010974, 0.043726, 0.019651;;, + 70;3;-0.010974, 0.043726, 0.019651;;, + 71;3;-0.010974, 0.043726, 0.019651;;, + 72;3;-0.010974, 0.043726, 0.019651;;, + 73;3;-0.010974, 0.043726, 0.019651;;, + 74;3;-0.010974, 0.043726, 0.019651;;, + 75;3;-0.010974, 0.043726, 0.019651;;, + 76;3;-0.010974, 0.043726, 0.019651;;, + 77;3;-0.010974, 0.043726, 0.019651;;, + 78;3;-0.010974, 0.043726, 0.019651;;, + 79;3;-0.010974, 0.043726, 0.019651;;, + 80;3;-0.010974, 0.043726, 0.019651;;, + 81;3;-0.010974, 0.043726, 0.019651;;, + 82;3;-0.010974, 0.043726, 0.019651;;, + 83;3;-0.010974, 0.043726, 0.019651;;, + 84;3;-0.010974, 0.043726, 0.019651;;, + 85;3;-0.010974, 0.043726, 0.019651;;, + 86;3;-0.010974, 0.043726, 0.019651;;, + 87;3;-0.010974, 0.043726, 0.019651;;, + 88;3;-0.010974, 0.043726, 0.019651;;, + 89;3;-0.010974, 0.043726, 0.019651;;, + 90;3;-0.010974, 0.043726, 0.019651;;, + 91;3;-0.010974, 0.043726, 0.019651;;, + 92;3;-0.010974, 0.043726, 0.019651;;, + 93;3;-0.010974, 0.043726, 0.019651;;, + 94;3;-0.010974, 0.043726, 0.019651;;, + 95;3;-0.010974, 0.043726, 0.019651;;, + 96;3;-0.010974, 0.043726, 0.019651;;, + 97;3;-0.010974, 0.043726, 0.019651;;, + 98;3;-0.010974, 0.043726, 0.019651;;, + 99;3;-0.010974, 0.043726, 0.019651;;, + 100;3;-0.010974, 0.043726, 0.019651;;, + 101;3;-0.010974, 0.043726, 0.019651;;, + 102;3;-0.010974, 0.043726, 0.019651;;, + 103;3;-0.010974, 0.043726, 0.019651;;, + 104;3;-0.010974, 0.043726, 0.019651;;, + 105;3;-0.010974, 0.043726, 0.019651;;, + 106;3;-0.010974, 0.043726, 0.019651;;, + 107;3;-0.010974, 0.043726, 0.019651;;, + 108;3;-0.010974, 0.043726, 0.019651;;, + 109;3;-0.010974, 0.043726, 0.019651;;, + 110;3;-0.010974, 0.043726, 0.019651;;, + 111;3;-0.010974, 0.043726, 0.019651;;, + 112;3;-0.010974, 0.043726, 0.019651;;, + 113;3;-0.010974, 0.043726, 0.019651;;, + 114;3;-0.010974, 0.043726, 0.019651;;, + 115;3;-0.010974, 0.043726, 0.019651;;, + 116;3;-0.010974, 0.043726, 0.019651;;, + 117;3;-0.010974, 0.043726, 0.019651;;, + 118;3;-0.010974, 0.043726, 0.019651;;, + 119;3;-0.010974, 0.043726, 0.019651;;, + 120;3;-0.010974, 0.043726, 0.019651;;, + 121;3;-0.010974, 0.043726, 0.019651;;, + 122;3;-0.010974, 0.043726, 0.019651;;, + 123;3;-0.010974, 0.043726, 0.019651;;, + 124;3;-0.010974, 0.043726, 0.019651;;, + 125;3;-0.010974, 0.043726, 0.019651;;, + 126;3;-0.010974, 0.043726, 0.019651;;, + 127;3;-0.010974, 0.043726, 0.019651;;, + 128;3;-0.010974, 0.043726, 0.019651;;, + 129;3;-0.010974, 0.043726, 0.019651;;, + 130;3;-0.010974, 0.043726, 0.019651;;, + 131;3;-0.010974, 0.043726, 0.019651;;, + 132;3;-0.010974, 0.043726, 0.019651;;, + 133;3;-0.010974, 0.043726, 0.019651;;, + 134;3;-0.010974, 0.043726, 0.019651;;, + 135;3;-0.010974, 0.043726, 0.019651;;, + 136;3;-0.010974, 0.043726, 0.019651;;, + 137;3;-0.010974, 0.043726, 0.019651;;, + 138;3;-0.010974, 0.043726, 0.019651;;, + 139;3;-0.010974, 0.043726, 0.019651;;, + 140;3;-0.010974, 0.043726, 0.019651;;, + 141;3;-0.010974, 0.043726, 0.019651;;, + 142;3;-0.010974, 0.043726, 0.019651;;, + 143;3;-0.010974, 0.043726, 0.019651;;, + 144;3;-0.010974, 0.043726, 0.019651;;, + 145;3;-0.010974, 0.043726, 0.019651;;, + 146;3;-0.010974, 0.043726, 0.019651;;, + 147;3;-0.010974, 0.043726, 0.019651;;, + 148;3;-0.010974, 0.043726, 0.019651;;, + 149;3;-0.010974, 0.043726, 0.019651;;, + 150;3;-0.010974, 0.043726, 0.019651;;, + 151;3;-0.010974, 0.043726, 0.019651;;, + 152;3;-0.010974, 0.043726, 0.019651;;, + 153;3;-0.010974, 0.043726, 0.019651;;, + 154;3;-0.010974, 0.043726, 0.019651;;, + 155;3;-0.010974, 0.043726, 0.019651;;, + 156;3;-0.010974, 0.043726, 0.019651;;, + 157;3;-0.010974, 0.043726, 0.019651;;, + 158;3;-0.010974, 0.043726, 0.019651;;, + 159;3;-0.010974, 0.043726, 0.019651;;, + 160;3;-0.010974, 0.043726, 0.019651;;, + 161;3;-0.010974, 0.043726, 0.019651;;, + 162;3;-0.010974, 0.043726, 0.019651;;, + 163;3;-0.010974, 0.043726, 0.019651;;, + 164;3;-0.010974, 0.043726, 0.019651;;, + 165;3;-0.010974, 0.043726, 0.019651;;, + 166;3;-0.010974, 0.043726, 0.019651;;, + 167;3;-0.010974, 0.043726, 0.019651;;, + 168;3;-0.010974, 0.043726, 0.019651;;, + 169;3;-0.010974, 0.043726, 0.019651;;, + 170;3;-0.010974, 0.043726, 0.019651;;, + 171;3;-0.010974, 0.043726, 0.019651;;, + 172;3;-0.010974, 0.043726, 0.019651;;, + 173;3;-0.010974, 0.043726, 0.019651;;, + 174;3;-0.010974, 0.043726, 0.019651;;, + 175;3;-0.010974, 0.043726, 0.019651;;, + 176;3;-0.010974, 0.043726, 0.019651;;, + 177;3;-0.010974, 0.043726, 0.019651;;, + 178;3;-0.010974, 0.043726, 0.019651;;, + 179;3;-0.010974, 0.043726, 0.019651;;, + 180;3;-0.010974, 0.043726, 0.019651;;, + 181;3;-0.010974, 0.043726, 0.019651;;, + 182;3;-0.010974, 0.043726, 0.019651;;, + 183;3;-0.010974, 0.043726, 0.019651;;, + 184;3;-0.010974, 0.043726, 0.019651;;, + 185;3;-0.010974, 0.043726, 0.019651;;, + 186;3;-0.010974, 0.043726, 0.019651;;, + 187;3;-0.010974, 0.043726, 0.019651;;, + 188;3;-0.010974, 0.043726, 0.019651;;, + 189;3;-0.010974, 0.043726, 0.019651;;, + 190;3;-0.010974, 0.043726, 0.019651;;, + 191;3;-0.010974, 0.043726, 0.019651;;, + 192;3;-0.010974, 0.043726, 0.019651;;, + 193;3;-0.010974, 0.043726, 0.019651;;, + 194;3;-0.010974, 0.043726, 0.019651;;, + 195;3;-0.010974, 0.043726, 0.019651;;, + 196;3;-0.010974, 0.043726, 0.019651;;, + 197;3;-0.010974, 0.043726, 0.019651;;, + 198;3;-0.010974, 0.043726, 0.019651;;, + 199;3;-0.010974, 0.043726, 0.019651;;, + 200;3;-0.010974, 0.043726, 0.019651;;, + 201;3;-0.010974, 0.043726, 0.019651;;, + 202;3;-0.010974, 0.043726, 0.019651;;, + 203;3;-0.010974, 0.043726, 0.019651;;, + 204;3;-0.010974, 0.043726, 0.019651;;, + 205;3;-0.010974, 0.043726, 0.019651;;, + 206;3;-0.010974, 0.043726, 0.019651;;, + 207;3;-0.010974, 0.043726, 0.019651;;, + 208;3;-0.010974, 0.043726, 0.019651;;, + 209;3;-0.010974, 0.043726, 0.019651;;, + 210;3;-0.010974, 0.043726, 0.019651;;, + 211;3;-0.010974, 0.043726, 0.019651;;, + 212;3;-0.010974, 0.043726, 0.019651;;, + 213;3;-0.010974, 0.043726, 0.019651;;, + 214;3;-0.010974, 0.043726, 0.019651;;, + 215;3;-0.010974, 0.043726, 0.019651;;, + 216;3;-0.010974, 0.043726, 0.019651;;, + 217;3;-0.010974, 0.043726, 0.019651;;, + 218;3;-0.010974, 0.043726, 0.019651;;; + } + } + Animation { + {wolfwoman_thumb_02_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 1;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 2;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 3;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 4;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 5;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 6;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 7;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 8;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 9;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 10;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 11;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 12;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 13;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 14;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 15;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 16;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 17;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 18;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 19;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 20;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 21;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 22;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 23;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 24;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 25;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 26;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 27;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 28;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 29;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 30;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 31;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 32;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 33;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 34;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 35;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 36;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 37;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 38;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 39;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 40;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 41;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 42;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 43;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 44;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 45;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 46;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 47;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 48;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 49;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 50;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 51;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 52;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 53;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 54;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 55;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 56;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 57;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 58;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 59;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 60;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 61;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 62;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 63;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 64;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 65;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 66;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 67;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 68;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 69;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 70;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 71;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 72;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 73;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 74;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 75;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 76;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 77;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 78;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 79;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 80;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 81;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 82;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 83;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 84;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 85;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 86;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 87;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 88;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 89;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 90;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 91;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 92;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 93;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 94;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 95;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 96;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 97;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 98;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 99;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 100;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 101;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 102;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 103;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 104;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 105;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 106;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 107;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 108;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 109;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 110;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 111;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 112;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 113;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 114;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 115;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 116;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 117;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 118;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 119;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 120;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 121;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 122;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 123;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 124;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 125;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 126;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 127;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 128;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 129;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 130;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 131;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 132;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 133;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 134;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 135;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 136;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 137;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 138;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 139;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 140;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 141;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 142;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 143;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 144;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 145;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 146;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 147;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 148;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 149;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 150;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 151;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 152;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 153;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 154;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 155;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 156;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 157;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 158;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 159;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 160;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 161;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 162;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 163;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 164;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 165;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 166;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 167;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 168;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 169;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 170;4;-0.805101, 0.456535, 0.309262,-0.218506;;, + 171;4;-0.805101, 0.456535, 0.309262,-0.218506;;, + 172;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 173;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 174;4;-0.805101, 0.456535, 0.309262,-0.218506;;, + 175;4;-0.805101, 0.456535, 0.309262,-0.218506;;, + 176;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 177;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 178;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 179;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 180;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 181;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 182;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 183;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 184;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 185;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 186;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 187;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 188;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 189;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 190;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 191;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 192;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 193;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 194;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 195;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 196;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 197;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 198;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 199;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 200;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 201;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 202;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 203;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 204;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 205;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 206;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 207;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 208;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 209;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 210;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 211;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 212;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 213;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 214;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 215;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 216;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 217;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 218;4;-0.805102, 0.456535, 0.309262,-0.218506;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.033709,-0.000000;;, + 1;3; 0.000000, 0.033709,-0.000000;;, + 2;3; 0.000000, 0.033709,-0.000000;;, + 3;3; 0.000000, 0.033709,-0.000000;;, + 4;3; 0.000000, 0.033709,-0.000000;;, + 5;3; 0.000000, 0.033709,-0.000000;;, + 6;3; 0.000000, 0.033709,-0.000000;;, + 7;3; 0.000000, 0.033709,-0.000000;;, + 8;3; 0.000000, 0.033709,-0.000000;;, + 9;3; 0.000000, 0.033709,-0.000000;;, + 10;3; 0.000000, 0.033709,-0.000000;;, + 11;3; 0.000000, 0.033709,-0.000000;;, + 12;3; 0.000000, 0.033709,-0.000000;;, + 13;3; 0.000000, 0.033709,-0.000000;;, + 14;3; 0.000000, 0.033709,-0.000000;;, + 15;3; 0.000000, 0.033709,-0.000000;;, + 16;3; 0.000000, 0.033709,-0.000000;;, + 17;3; 0.000000, 0.033709,-0.000000;;, + 18;3; 0.000000, 0.033709,-0.000000;;, + 19;3; 0.000000, 0.033709,-0.000000;;, + 20;3; 0.000000, 0.033709,-0.000000;;, + 21;3; 0.000000, 0.033709,-0.000000;;, + 22;3; 0.000000, 0.033709,-0.000000;;, + 23;3; 0.000000, 0.033709,-0.000000;;, + 24;3; 0.000000, 0.033709,-0.000000;;, + 25;3; 0.000000, 0.033709,-0.000000;;, + 26;3; 0.000000, 0.033709,-0.000000;;, + 27;3; 0.000000, 0.033709,-0.000000;;, + 28;3; 0.000000, 0.033709,-0.000000;;, + 29;3; 0.000000, 0.033709,-0.000000;;, + 30;3; 0.000000, 0.033709,-0.000000;;, + 31;3; 0.000000, 0.033709,-0.000000;;, + 32;3; 0.000000, 0.033709,-0.000000;;, + 33;3; 0.000000, 0.033709,-0.000000;;, + 34;3; 0.000000, 0.033709,-0.000000;;, + 35;3; 0.000000, 0.033709,-0.000000;;, + 36;3; 0.000000, 0.033709,-0.000000;;, + 37;3; 0.000000, 0.033709,-0.000000;;, + 38;3; 0.000000, 0.033709,-0.000000;;, + 39;3; 0.000000, 0.033709,-0.000000;;, + 40;3; 0.000000, 0.033709,-0.000000;;, + 41;3; 0.000000, 0.033709,-0.000000;;, + 42;3; 0.000000, 0.033709,-0.000000;;, + 43;3; 0.000000, 0.033709,-0.000000;;, + 44;3; 0.000000, 0.033709,-0.000000;;, + 45;3; 0.000000, 0.033709,-0.000000;;, + 46;3; 0.000000, 0.033709,-0.000000;;, + 47;3; 0.000000, 0.033709,-0.000000;;, + 48;3; 0.000000, 0.033709,-0.000000;;, + 49;3; 0.000000, 0.033709,-0.000000;;, + 50;3; 0.000000, 0.033709,-0.000000;;, + 51;3; 0.000000, 0.033709,-0.000000;;, + 52;3; 0.000000, 0.033709,-0.000000;;, + 53;3; 0.000000, 0.033709,-0.000000;;, + 54;3; 0.000000, 0.033709,-0.000000;;, + 55;3; 0.000000, 0.033709,-0.000000;;, + 56;3; 0.000000, 0.033709,-0.000000;;, + 57;3; 0.000000, 0.033709,-0.000000;;, + 58;3; 0.000000, 0.033709,-0.000000;;, + 59;3; 0.000000, 0.033709,-0.000000;;, + 60;3; 0.000000, 0.033709,-0.000000;;, + 61;3; 0.000000, 0.033709,-0.000000;;, + 62;3; 0.000000, 0.033709,-0.000000;;, + 63;3; 0.000000, 0.033709,-0.000000;;, + 64;3; 0.000000, 0.033709,-0.000000;;, + 65;3; 0.000000, 0.033709,-0.000000;;, + 66;3; 0.000000, 0.033709,-0.000000;;, + 67;3; 0.000000, 0.033709,-0.000000;;, + 68;3; 0.000000, 0.033709,-0.000000;;, + 69;3; 0.000000, 0.033709,-0.000000;;, + 70;3; 0.000000, 0.033709,-0.000000;;, + 71;3; 0.000000, 0.033709,-0.000000;;, + 72;3; 0.000000, 0.033709,-0.000000;;, + 73;3; 0.000000, 0.033709,-0.000000;;, + 74;3; 0.000000, 0.033709,-0.000000;;, + 75;3; 0.000000, 0.033709,-0.000000;;, + 76;3; 0.000000, 0.033709,-0.000000;;, + 77;3; 0.000000, 0.033709,-0.000000;;, + 78;3; 0.000000, 0.033709,-0.000000;;, + 79;3;-0.000000, 0.033709,-0.000000;;, + 80;3;-0.000000, 0.033709,-0.000000;;, + 81;3;-0.000000, 0.033709,-0.000000;;, + 82;3;-0.000000, 0.033709,-0.000000;;, + 83;3;-0.000000, 0.033709,-0.000000;;, + 84;3;-0.000000, 0.033709,-0.000000;;, + 85;3;-0.000000, 0.033709,-0.000000;;, + 86;3;-0.000000, 0.033709,-0.000000;;, + 87;3;-0.000000, 0.033709,-0.000000;;, + 88;3;-0.000000, 0.033709,-0.000000;;, + 89;3;-0.000000, 0.033709,-0.000000;;, + 90;3;-0.000000, 0.033709,-0.000000;;, + 91;3;-0.000000, 0.033709,-0.000000;;, + 92;3;-0.000000, 0.033709,-0.000000;;, + 93;3;-0.000000, 0.033709,-0.000000;;, + 94;3;-0.000000, 0.033709,-0.000000;;, + 95;3;-0.000000, 0.033709,-0.000000;;, + 96;3;-0.000000, 0.033709,-0.000000;;, + 97;3;-0.000000, 0.033709,-0.000000;;, + 98;3;-0.000000, 0.033709,-0.000000;;, + 99;3;-0.000000, 0.033709,-0.000000;;, + 100;3;-0.000000, 0.033709,-0.000000;;, + 101;3;-0.000000, 0.033709,-0.000000;;, + 102;3;-0.000000, 0.033709,-0.000000;;, + 103;3;-0.000000, 0.033709,-0.000000;;, + 104;3;-0.000000, 0.033709,-0.000000;;, + 105;3;-0.000000, 0.033709,-0.000000;;, + 106;3;-0.000000, 0.033709,-0.000000;;, + 107;3;-0.000000, 0.033709,-0.000000;;, + 108;3;-0.000000, 0.033709,-0.000000;;, + 109;3;-0.000000, 0.033709,-0.000000;;, + 110;3;-0.000000, 0.033709,-0.000000;;, + 111;3;-0.000000, 0.033709,-0.000000;;, + 112;3;-0.000000, 0.033709,-0.000000;;, + 113;3;-0.000000, 0.033709,-0.000000;;, + 114;3;-0.000000, 0.033709,-0.000000;;, + 115;3;-0.000000, 0.033709,-0.000000;;, + 116;3;-0.000000, 0.033709,-0.000000;;, + 117;3;-0.000000, 0.033709,-0.000000;;, + 118;3;-0.000000, 0.033709,-0.000000;;, + 119;3;-0.000000, 0.033709,-0.000000;;, + 120;3;-0.000000, 0.033709,-0.000000;;, + 121;3;-0.000000, 0.033709,-0.000000;;, + 122;3;-0.000000, 0.033709,-0.000000;;, + 123;3;-0.000000, 0.033709,-0.000000;;, + 124;3;-0.000000, 0.033709,-0.000000;;, + 125;3;-0.000000, 0.033709,-0.000000;;, + 126;3;-0.000000, 0.033709,-0.000000;;, + 127;3;-0.000000, 0.033709,-0.000000;;, + 128;3;-0.000000, 0.033709,-0.000000;;, + 129;3;-0.000000, 0.033709,-0.000000;;, + 130;3;-0.000000, 0.033709,-0.000000;;, + 131;3;-0.000000, 0.033709,-0.000000;;, + 132;3;-0.000000, 0.033709,-0.000000;;, + 133;3;-0.000000, 0.033709,-0.000000;;, + 134;3;-0.000000, 0.033709,-0.000000;;, + 135;3;-0.000000, 0.033709,-0.000000;;, + 136;3;-0.000000, 0.033709,-0.000000;;, + 137;3;-0.000000, 0.033709,-0.000000;;, + 138;3;-0.000000, 0.033709,-0.000000;;, + 139;3;-0.000000, 0.033709,-0.000000;;, + 140;3;-0.000000, 0.033709,-0.000000;;, + 141;3;-0.000000, 0.033709,-0.000000;;, + 142;3;-0.000000, 0.033709,-0.000000;;, + 143;3;-0.000000, 0.033709,-0.000000;;, + 144;3;-0.000000, 0.033709,-0.000000;;, + 145;3;-0.000000, 0.033709,-0.000000;;, + 146;3;-0.000000, 0.033709,-0.000000;;, + 147;3;-0.000000, 0.033709,-0.000000;;, + 148;3;-0.000000, 0.033709,-0.000000;;, + 149;3;-0.000000, 0.033709,-0.000000;;, + 150;3;-0.000000, 0.033709,-0.000000;;, + 151;3;-0.000000, 0.033709,-0.000000;;, + 152;3;-0.000000, 0.033709,-0.000000;;, + 153;3;-0.000000, 0.033709,-0.000000;;, + 154;3;-0.000000, 0.033709,-0.000000;;, + 155;3;-0.000000, 0.033709,-0.000000;;, + 156;3;-0.000000, 0.033709,-0.000000;;, + 157;3;-0.000000, 0.033709,-0.000000;;, + 158;3;-0.000000, 0.033709,-0.000000;;, + 159;3;-0.000000, 0.033709,-0.000000;;, + 160;3;-0.000000, 0.033709,-0.000000;;, + 161;3; 0.000000, 0.033709, 0.000000;;, + 162;3; 0.000000, 0.033709, 0.000000;;, + 163;3; 0.000000, 0.033709, 0.000000;;, + 164;3; 0.000000, 0.033709, 0.000000;;, + 165;3; 0.000000, 0.033709, 0.000000;;, + 166;3; 0.000000, 0.033709,-0.000000;;, + 167;3; 0.000000, 0.033709,-0.000000;;, + 168;3; 0.000000, 0.033709,-0.000000;;, + 169;3; 0.000000, 0.033709,-0.000000;;, + 170;3; 0.000000, 0.033709,-0.000000;;, + 171;3; 0.000000, 0.033709,-0.000000;;, + 172;3; 0.000000, 0.033709,-0.000000;;, + 173;3; 0.000000, 0.033709,-0.000000;;, + 174;3; 0.000000, 0.033709,-0.000000;;, + 175;3; 0.000000, 0.033709,-0.000000;;, + 176;3; 0.000000, 0.033709,-0.000000;;, + 177;3; 0.000000, 0.033709,-0.000000;;, + 178;3; 0.000000, 0.033709,-0.000000;;, + 179;3; 0.000000, 0.033709,-0.000000;;, + 180;3; 0.000000, 0.033709,-0.000000;;, + 181;3; 0.000000, 0.033709,-0.000000;;, + 182;3; 0.000000, 0.033709,-0.000000;;, + 183;3; 0.000000, 0.033709,-0.000000;;, + 184;3; 0.000000, 0.033709,-0.000000;;, + 185;3; 0.000000, 0.033709,-0.000000;;, + 186;3; 0.000000, 0.033709,-0.000000;;, + 187;3; 0.000000, 0.033709,-0.000000;;, + 188;3; 0.000000, 0.033709,-0.000000;;, + 189;3; 0.000000, 0.033709,-0.000000;;, + 190;3; 0.000000, 0.033709,-0.000000;;, + 191;3; 0.000000, 0.033709,-0.000000;;, + 192;3; 0.000000, 0.033709,-0.000000;;, + 193;3; 0.000000, 0.033709,-0.000000;;, + 194;3; 0.000000, 0.033709,-0.000000;;, + 195;3; 0.000000, 0.033709,-0.000000;;, + 196;3; 0.000000, 0.033709,-0.000000;;, + 197;3; 0.000000, 0.033709,-0.000000;;, + 198;3; 0.000000, 0.033709,-0.000000;;, + 199;3; 0.000000, 0.033709,-0.000000;;, + 200;3; 0.000000, 0.033709,-0.000000;;, + 201;3; 0.000000, 0.033709,-0.000000;;, + 202;3; 0.000000, 0.033709,-0.000000;;, + 203;3; 0.000000, 0.033709,-0.000000;;, + 204;3; 0.000000, 0.033709,-0.000000;;, + 205;3; 0.000000, 0.033709,-0.000000;;, + 206;3; 0.000000, 0.033709,-0.000000;;, + 207;3; 0.000000, 0.033709,-0.000000;;, + 208;3; 0.000000, 0.033709,-0.000000;;, + 209;3; 0.000000, 0.033709,-0.000000;;, + 210;3; 0.000000, 0.033709,-0.000000;;, + 211;3; 0.000000, 0.033709,-0.000000;;, + 212;3; 0.000000, 0.033709,-0.000000;;, + 213;3; 0.000000, 0.033709,-0.000000;;, + 214;3; 0.000000, 0.033709,-0.000000;;, + 215;3; 0.000000, 0.033709,-0.000000;;, + 216;3; 0.000000, 0.033709,-0.000000;;, + 217;3; 0.000000, 0.033709,-0.000000;;, + 218;3; 0.000000, 0.033709,-0.000000;;; + } + } + Animation { + {wolfwoman_thumb_03_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 1;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 2;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 3;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 4;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 5;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 6;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 7;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 8;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 9;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 10;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 11;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 12;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 13;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 14;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 15;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 16;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 17;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 18;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 19;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 20;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 21;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 22;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 23;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 24;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 25;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 26;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 27;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 28;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 29;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 30;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 31;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 32;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 33;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 34;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 35;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 36;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 37;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 38;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 39;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 40;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 41;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 42;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 43;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 44;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 45;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 46;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 47;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 48;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 49;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 50;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 51;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 52;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 53;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 54;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 55;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 56;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 57;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 58;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 59;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 60;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 61;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 62;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 63;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 64;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 65;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 66;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 67;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 68;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 69;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 70;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 71;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 72;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 73;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 74;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 75;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 76;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 77;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 78;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 79;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 80;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 81;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 82;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 83;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 84;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 85;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 86;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 87;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 88;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 89;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 90;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 91;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 92;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 93;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 94;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 95;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 96;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 97;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 98;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 99;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 100;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 101;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 102;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 103;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 104;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 105;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 106;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 107;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 108;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 109;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 110;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 111;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 112;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 113;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 114;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 115;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 116;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 117;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 118;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 119;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 120;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 121;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 122;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 123;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 124;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 125;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 126;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 127;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 128;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 129;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 130;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 131;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 132;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 133;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 134;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 135;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 136;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 137;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 138;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 139;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 140;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 141;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 142;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 143;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 144;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 145;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 146;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 147;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 148;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 149;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 150;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 151;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 152;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 153;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 154;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 155;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 156;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 157;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 158;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 159;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 160;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 161;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 162;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 163;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 164;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 165;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 166;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 167;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 168;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 169;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 170;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 171;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 172;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 173;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 174;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 175;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 176;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 177;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 178;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 179;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 180;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 181;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 182;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 183;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 184;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 185;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 186;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 187;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 188;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 189;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 190;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 191;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 192;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 193;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 194;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 195;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 196;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 197;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 198;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 199;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 200;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 201;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 202;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 203;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 204;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 205;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 206;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 207;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 208;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 209;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 210;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 211;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 212;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 213;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 214;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 215;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 216;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 217;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 218;4;-0.973484, 0.110041, 0.173563, 0.100481;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.039923,-0.000000;;, + 1;3;-0.000000, 0.039923,-0.000000;;, + 2;3;-0.000000, 0.039923,-0.000000;;, + 3;3;-0.000000, 0.039923,-0.000000;;, + 4;3;-0.000000, 0.039923,-0.000000;;, + 5;3;-0.000000, 0.039923,-0.000000;;, + 6;3;-0.000000, 0.039923,-0.000000;;, + 7;3;-0.000000, 0.039923,-0.000000;;, + 8;3;-0.000000, 0.039923,-0.000000;;, + 9;3;-0.000000, 0.039923,-0.000000;;, + 10;3;-0.000000, 0.039923,-0.000000;;, + 11;3;-0.000000, 0.039923,-0.000000;;, + 12;3;-0.000000, 0.039923,-0.000000;;, + 13;3;-0.000000, 0.039923,-0.000000;;, + 14;3;-0.000000, 0.039923,-0.000000;;, + 15;3;-0.000000, 0.039923,-0.000000;;, + 16;3;-0.000000, 0.039923,-0.000000;;, + 17;3;-0.000000, 0.039923,-0.000000;;, + 18;3;-0.000000, 0.039923,-0.000000;;, + 19;3;-0.000000, 0.039923,-0.000000;;, + 20;3;-0.000000, 0.039923,-0.000000;;, + 21;3;-0.000000, 0.039923,-0.000000;;, + 22;3;-0.000000, 0.039923,-0.000000;;, + 23;3;-0.000000, 0.039923,-0.000000;;, + 24;3;-0.000000, 0.039923,-0.000000;;, + 25;3;-0.000000, 0.039923,-0.000000;;, + 26;3;-0.000000, 0.039923,-0.000000;;, + 27;3;-0.000000, 0.039923,-0.000000;;, + 28;3;-0.000000, 0.039923,-0.000000;;, + 29;3;-0.000000, 0.039923,-0.000000;;, + 30;3;-0.000000, 0.039923,-0.000000;;, + 31;3;-0.000000, 0.039923,-0.000000;;, + 32;3;-0.000000, 0.039923,-0.000000;;, + 33;3;-0.000000, 0.039923,-0.000000;;, + 34;3;-0.000000, 0.039923,-0.000000;;, + 35;3;-0.000000, 0.039923,-0.000000;;, + 36;3;-0.000000, 0.039923,-0.000000;;, + 37;3;-0.000000, 0.039923,-0.000000;;, + 38;3;-0.000000, 0.039923,-0.000000;;, + 39;3;-0.000000, 0.039923,-0.000000;;, + 40;3;-0.000000, 0.039923,-0.000000;;, + 41;3;-0.000000, 0.039923,-0.000000;;, + 42;3;-0.000000, 0.039923,-0.000000;;, + 43;3;-0.000000, 0.039923,-0.000000;;, + 44;3;-0.000000, 0.039923,-0.000000;;, + 45;3;-0.000000, 0.039923,-0.000000;;, + 46;3;-0.000000, 0.039923,-0.000000;;, + 47;3;-0.000000, 0.039923,-0.000000;;, + 48;3;-0.000000, 0.039923,-0.000000;;, + 49;3;-0.000000, 0.039923,-0.000000;;, + 50;3;-0.000000, 0.039923,-0.000000;;, + 51;3;-0.000000, 0.039923,-0.000000;;, + 52;3;-0.000000, 0.039923,-0.000000;;, + 53;3;-0.000000, 0.039923,-0.000000;;, + 54;3;-0.000000, 0.039923,-0.000000;;, + 55;3;-0.000000, 0.039923,-0.000000;;, + 56;3;-0.000000, 0.039923,-0.000000;;, + 57;3;-0.000000, 0.039923,-0.000000;;, + 58;3;-0.000000, 0.039923,-0.000000;;, + 59;3;-0.000000, 0.039923,-0.000000;;, + 60;3;-0.000000, 0.039923,-0.000000;;, + 61;3;-0.000000, 0.039923,-0.000000;;, + 62;3;-0.000000, 0.039923,-0.000000;;, + 63;3;-0.000000, 0.039923,-0.000000;;, + 64;3;-0.000000, 0.039923,-0.000000;;, + 65;3;-0.000000, 0.039923,-0.000000;;, + 66;3;-0.000000, 0.039923,-0.000000;;, + 67;3;-0.000000, 0.039923,-0.000000;;, + 68;3;-0.000000, 0.039923,-0.000000;;, + 69;3;-0.000000, 0.039923,-0.000000;;, + 70;3;-0.000000, 0.039923,-0.000000;;, + 71;3;-0.000000, 0.039923,-0.000000;;, + 72;3;-0.000000, 0.039923,-0.000000;;, + 73;3;-0.000000, 0.039923,-0.000000;;, + 74;3;-0.000000, 0.039923,-0.000000;;, + 75;3;-0.000000, 0.039923,-0.000000;;, + 76;3;-0.000000, 0.039923,-0.000000;;, + 77;3;-0.000000, 0.039923,-0.000000;;, + 78;3;-0.000000, 0.039923,-0.000000;;, + 79;3; 0.000000, 0.039923, 0.000000;;, + 80;3; 0.000000, 0.039923,-0.000000;;, + 81;3; 0.000000, 0.039923,-0.000000;;, + 82;3; 0.000000, 0.039923,-0.000000;;, + 83;3; 0.000000, 0.039923,-0.000000;;, + 84;3; 0.000000, 0.039923,-0.000000;;, + 85;3; 0.000000, 0.039923,-0.000000;;, + 86;3; 0.000000, 0.039923,-0.000000;;, + 87;3; 0.000000, 0.039923,-0.000000;;, + 88;3; 0.000000, 0.039923,-0.000000;;, + 89;3; 0.000000, 0.039923,-0.000000;;, + 90;3; 0.000000, 0.039923,-0.000000;;, + 91;3; 0.000000, 0.039923,-0.000000;;, + 92;3; 0.000000, 0.039923,-0.000000;;, + 93;3; 0.000000, 0.039923,-0.000000;;, + 94;3; 0.000000, 0.039923,-0.000000;;, + 95;3; 0.000000, 0.039923,-0.000000;;, + 96;3; 0.000000, 0.039923,-0.000000;;, + 97;3; 0.000000, 0.039923,-0.000000;;, + 98;3; 0.000000, 0.039923,-0.000000;;, + 99;3; 0.000000, 0.039923,-0.000000;;, + 100;3; 0.000000, 0.039923,-0.000000;;, + 101;3; 0.000000, 0.039923,-0.000000;;, + 102;3; 0.000000, 0.039923,-0.000000;;, + 103;3; 0.000000, 0.039923,-0.000000;;, + 104;3; 0.000000, 0.039923,-0.000000;;, + 105;3; 0.000000, 0.039923,-0.000000;;, + 106;3; 0.000000, 0.039923,-0.000000;;, + 107;3; 0.000000, 0.039923,-0.000000;;, + 108;3; 0.000000, 0.039923,-0.000000;;, + 109;3; 0.000000, 0.039923,-0.000000;;, + 110;3; 0.000000, 0.039923,-0.000000;;, + 111;3; 0.000000, 0.039923,-0.000000;;, + 112;3; 0.000000, 0.039923,-0.000000;;, + 113;3; 0.000000, 0.039923,-0.000000;;, + 114;3; 0.000000, 0.039923,-0.000000;;, + 115;3; 0.000000, 0.039923,-0.000000;;, + 116;3; 0.000000, 0.039923,-0.000000;;, + 117;3; 0.000000, 0.039923,-0.000000;;, + 118;3; 0.000000, 0.039923,-0.000000;;, + 119;3; 0.000000, 0.039923,-0.000000;;, + 120;3; 0.000000, 0.039923,-0.000000;;, + 121;3; 0.000000, 0.039923,-0.000000;;, + 122;3; 0.000000, 0.039923,-0.000000;;, + 123;3; 0.000000, 0.039923,-0.000000;;, + 124;3; 0.000000, 0.039923,-0.000000;;, + 125;3; 0.000000, 0.039923,-0.000000;;, + 126;3; 0.000000, 0.039923,-0.000000;;, + 127;3; 0.000000, 0.039923,-0.000000;;, + 128;3; 0.000000, 0.039923,-0.000000;;, + 129;3; 0.000000, 0.039923,-0.000000;;, + 130;3; 0.000000, 0.039923,-0.000000;;, + 131;3; 0.000000, 0.039923,-0.000000;;, + 132;3; 0.000000, 0.039923,-0.000000;;, + 133;3; 0.000000, 0.039923,-0.000000;;, + 134;3; 0.000000, 0.039923,-0.000000;;, + 135;3; 0.000000, 0.039923,-0.000000;;, + 136;3; 0.000000, 0.039923,-0.000000;;, + 137;3; 0.000000, 0.039923,-0.000000;;, + 138;3; 0.000000, 0.039923,-0.000000;;, + 139;3; 0.000000, 0.039923,-0.000000;;, + 140;3; 0.000000, 0.039923,-0.000000;;, + 141;3; 0.000000, 0.039923,-0.000000;;, + 142;3; 0.000000, 0.039923,-0.000000;;, + 143;3; 0.000000, 0.039923,-0.000000;;, + 144;3; 0.000000, 0.039923,-0.000000;;, + 145;3; 0.000000, 0.039923,-0.000000;;, + 146;3; 0.000000, 0.039923,-0.000000;;, + 147;3; 0.000000, 0.039923,-0.000000;;, + 148;3; 0.000000, 0.039923,-0.000000;;, + 149;3; 0.000000, 0.039923,-0.000000;;, + 150;3; 0.000000, 0.039923,-0.000000;;, + 151;3; 0.000000, 0.039923,-0.000000;;, + 152;3; 0.000000, 0.039923,-0.000000;;, + 153;3; 0.000000, 0.039923,-0.000000;;, + 154;3; 0.000000, 0.039923,-0.000000;;, + 155;3; 0.000000, 0.039923,-0.000000;;, + 156;3; 0.000000, 0.039923,-0.000000;;, + 157;3; 0.000000, 0.039923,-0.000000;;, + 158;3; 0.000000, 0.039923,-0.000000;;, + 159;3; 0.000000, 0.039923,-0.000000;;, + 160;3; 0.000000, 0.039923, 0.000000;;, + 161;3;-0.000000, 0.039923,-0.000000;;, + 162;3;-0.000000, 0.039923,-0.000000;;, + 163;3;-0.000000, 0.039923,-0.000000;;, + 164;3;-0.000000, 0.039923,-0.000000;;, + 165;3;-0.000000, 0.039923,-0.000000;;, + 166;3; 0.000000, 0.039923,-0.000000;;, + 167;3; 0.000000, 0.039923,-0.000000;;, + 168;3; 0.000000, 0.039923, 0.000000;;, + 169;3;-0.000000, 0.039923,-0.000000;;, + 170;3; 0.000000, 0.039923,-0.000000;;, + 171;3;-0.000000, 0.039923,-0.000000;;, + 172;3; 0.000000, 0.039923,-0.000000;;, + 173;3; 0.000000, 0.039923,-0.000000;;, + 174;3; 0.000000, 0.039923, 0.000000;;, + 175;3;-0.000000, 0.039923,-0.000000;;, + 176;3; 0.000000, 0.039923, 0.000000;;, + 177;3;-0.000000, 0.039923,-0.000000;;, + 178;3;-0.000000, 0.039923,-0.000000;;, + 179;3; 0.000000, 0.039923,-0.000000;;, + 180;3; 0.000000, 0.039923,-0.000000;;, + 181;3; 0.000000, 0.039923,-0.000000;;, + 182;3;-0.000000, 0.039923, 0.000000;;, + 183;3; 0.000000, 0.039923, 0.000000;;, + 184;3; 0.000000, 0.039923, 0.000000;;, + 185;3; 0.000000, 0.039923, 0.000000;;, + 186;3; 0.000000, 0.039923,-0.000000;;, + 187;3;-0.000000, 0.039923, 0.000000;;, + 188;3;-0.000000, 0.039923,-0.000000;;, + 189;3;-0.000000, 0.039923,-0.000000;;, + 190;3;-0.000000, 0.039923,-0.000000;;, + 191;3;-0.000000, 0.039923,-0.000000;;, + 192;3;-0.000000, 0.039923,-0.000000;;, + 193;3;-0.000000, 0.039923,-0.000000;;, + 194;3;-0.000000, 0.039923,-0.000000;;, + 195;3;-0.000000, 0.039923,-0.000000;;, + 196;3;-0.000000, 0.039923,-0.000000;;, + 197;3;-0.000000, 0.039923,-0.000000;;, + 198;3;-0.000000, 0.039923,-0.000000;;, + 199;3;-0.000000, 0.039923,-0.000000;;, + 200;3;-0.000000, 0.039923,-0.000000;;, + 201;3;-0.000000, 0.039923,-0.000000;;, + 202;3;-0.000000, 0.039923,-0.000000;;, + 203;3;-0.000000, 0.039923,-0.000000;;, + 204;3;-0.000000, 0.039923,-0.000000;;, + 205;3;-0.000000, 0.039923,-0.000000;;, + 206;3;-0.000000, 0.039923,-0.000000;;, + 207;3;-0.000000, 0.039923,-0.000000;;, + 208;3;-0.000000, 0.039923,-0.000000;;, + 209;3;-0.000000, 0.039923,-0.000000;;, + 210;3;-0.000000, 0.039923,-0.000000;;, + 211;3;-0.000000, 0.039923,-0.000000;;, + 212;3;-0.000000, 0.039923,-0.000000;;, + 213;3;-0.000000, 0.039923,-0.000000;;, + 214;3;-0.000000, 0.039923,-0.000000;;, + 215;3;-0.000000, 0.039923,-0.000000;;, + 216;3;-0.000000, 0.039923,-0.000000;;, + 217;3;-0.000000, 0.039923,-0.000000;;, + 218;3;-0.000000, 0.039923,-0.000000;;; + } + } + Animation { + {wolfwoman_clavicle_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 1;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 2;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 3;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 4;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 5;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 6;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 7;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 8;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 9;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 10;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 11;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 12;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 13;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 14;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 15;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 16;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 17;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 18;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 19;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 20;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 21;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 22;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 23;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 24;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 25;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 26;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 27;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 28;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 29;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 30;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 31;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 32;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 33;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 34;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 35;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 36;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 37;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 38;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 39;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 40;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 41;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 42;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 43;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 44;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 45;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 46;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 47;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 48;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 49;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 50;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 51;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 52;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 53;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 54;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 55;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 56;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 57;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 58;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 59;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 60;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 61;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 62;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 63;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 64;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 65;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 66;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 67;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 68;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 69;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 70;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 71;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 72;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 73;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 74;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 75;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 76;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 77;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 78;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 79;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 80;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 81;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 82;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 83;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 84;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 85;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 86;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 87;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 88;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 89;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 90;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 91;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 92;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 93;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 94;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 95;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 96;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 97;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 98;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 99;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 100;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 101;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 102;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 103;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 104;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 105;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 106;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 107;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 108;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 109;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 110;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 111;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 112;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 113;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 114;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 115;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 116;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 117;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 118;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 119;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 120;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 121;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 122;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 123;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 124;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 125;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 126;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 127;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 128;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 129;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 130;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 131;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 132;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 133;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 134;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 135;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 136;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 137;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 138;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 139;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 140;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 141;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 142;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 143;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 144;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 145;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 146;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 147;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 148;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 149;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 150;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 151;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 152;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 153;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 154;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 155;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 156;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 157;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 158;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 159;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 160;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 161;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 162;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 163;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 164;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 165;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 166;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 167;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 168;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 169;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 170;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 171;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 172;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 173;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 174;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 175;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 176;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 177;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 178;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 179;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 180;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 181;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 182;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 183;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 184;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 185;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 186;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 187;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 188;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 189;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 190;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 191;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 192;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 193;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 194;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 195;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 196;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 197;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 198;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 199;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 200;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 201;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 202;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 203;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 204;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 205;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 206;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 207;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 208;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 209;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 210;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 211;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 212;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 213;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 214;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 215;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 216;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 217;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 218;4;-0.723342, 0.006465,-0.020669, 0.690151;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.022776, 0.257050, 0.092512;;, + 1;3;-0.022776, 0.257050, 0.092512;;, + 2;3;-0.022776, 0.257050, 0.092512;;, + 3;3;-0.022776, 0.257050, 0.092512;;, + 4;3;-0.022776, 0.257050, 0.092512;;, + 5;3;-0.022776, 0.257050, 0.092512;;, + 6;3;-0.022776, 0.257050, 0.092512;;, + 7;3;-0.022776, 0.257050, 0.092512;;, + 8;3;-0.022776, 0.257050, 0.092512;;, + 9;3;-0.022776, 0.257050, 0.092512;;, + 10;3;-0.022776, 0.257050, 0.092512;;, + 11;3;-0.022776, 0.257050, 0.092512;;, + 12;3;-0.022776, 0.257050, 0.092512;;, + 13;3;-0.022776, 0.257050, 0.092512;;, + 14;3;-0.022776, 0.257050, 0.092512;;, + 15;3;-0.022776, 0.257050, 0.092512;;, + 16;3;-0.022776, 0.257050, 0.092512;;, + 17;3;-0.022776, 0.257050, 0.092512;;, + 18;3;-0.022776, 0.257050, 0.092512;;, + 19;3;-0.022776, 0.257050, 0.092512;;, + 20;3;-0.022776, 0.257050, 0.092512;;, + 21;3;-0.022776, 0.257050, 0.092512;;, + 22;3;-0.022776, 0.257050, 0.092512;;, + 23;3;-0.022776, 0.257050, 0.092512;;, + 24;3;-0.022776, 0.257050, 0.092512;;, + 25;3;-0.022776, 0.257050, 0.092512;;, + 26;3;-0.022776, 0.257050, 0.092512;;, + 27;3;-0.022776, 0.257050, 0.092512;;, + 28;3;-0.022776, 0.257050, 0.092512;;, + 29;3;-0.022776, 0.257050, 0.092512;;, + 30;3;-0.022776, 0.257050, 0.092512;;, + 31;3;-0.022776, 0.257050, 0.092512;;, + 32;3;-0.022776, 0.257050, 0.092512;;, + 33;3;-0.022776, 0.257050, 0.092512;;, + 34;3;-0.022776, 0.257050, 0.092512;;, + 35;3;-0.022776, 0.257050, 0.092512;;, + 36;3;-0.022776, 0.257050, 0.092512;;, + 37;3;-0.022776, 0.257050, 0.092512;;, + 38;3;-0.022776, 0.257050, 0.092512;;, + 39;3;-0.022776, 0.257050, 0.092512;;, + 40;3;-0.022776, 0.257050, 0.092512;;, + 41;3;-0.022776, 0.257050, 0.092512;;, + 42;3;-0.022776, 0.257050, 0.092512;;, + 43;3;-0.022776, 0.257050, 0.092512;;, + 44;3;-0.022776, 0.257050, 0.092512;;, + 45;3;-0.022776, 0.257050, 0.092512;;, + 46;3;-0.022776, 0.257050, 0.092512;;, + 47;3;-0.022776, 0.257050, 0.092512;;, + 48;3;-0.022776, 0.257050, 0.092512;;, + 49;3;-0.022776, 0.257050, 0.092512;;, + 50;3;-0.022776, 0.257050, 0.092512;;, + 51;3;-0.022776, 0.257050, 0.092512;;, + 52;3;-0.022776, 0.257050, 0.092512;;, + 53;3;-0.022776, 0.257050, 0.092512;;, + 54;3;-0.022776, 0.257050, 0.092512;;, + 55;3;-0.022776, 0.257050, 0.092512;;, + 56;3;-0.022776, 0.257050, 0.092512;;, + 57;3;-0.022776, 0.257050, 0.092512;;, + 58;3;-0.022776, 0.257050, 0.092512;;, + 59;3;-0.022776, 0.257050, 0.092512;;, + 60;3;-0.022776, 0.257050, 0.092512;;, + 61;3;-0.022776, 0.257050, 0.092512;;, + 62;3;-0.022776, 0.257050, 0.092512;;, + 63;3;-0.022776, 0.257050, 0.092512;;, + 64;3;-0.022776, 0.257050, 0.092512;;, + 65;3;-0.022776, 0.257050, 0.092512;;, + 66;3;-0.022776, 0.257050, 0.092512;;, + 67;3;-0.022776, 0.257050, 0.092512;;, + 68;3;-0.022776, 0.257050, 0.092512;;, + 69;3;-0.022776, 0.257050, 0.092512;;, + 70;3;-0.022776, 0.257050, 0.092512;;, + 71;3;-0.022776, 0.257050, 0.092512;;, + 72;3;-0.022776, 0.257050, 0.092512;;, + 73;3;-0.022776, 0.257050, 0.092512;;, + 74;3;-0.022776, 0.257050, 0.092512;;, + 75;3;-0.022776, 0.257050, 0.092512;;, + 76;3;-0.022776, 0.257050, 0.092512;;, + 77;3;-0.022776, 0.257050, 0.092512;;, + 78;3;-0.022776, 0.257050, 0.092512;;, + 79;3;-0.022776, 0.257050, 0.092512;;, + 80;3;-0.022776, 0.257050, 0.092512;;, + 81;3;-0.022776, 0.257050, 0.092512;;, + 82;3;-0.022776, 0.257050, 0.092512;;, + 83;3;-0.022776, 0.257050, 0.092512;;, + 84;3;-0.022776, 0.257050, 0.092512;;, + 85;3;-0.022776, 0.257050, 0.092512;;, + 86;3;-0.022776, 0.257050, 0.092512;;, + 87;3;-0.022776, 0.257050, 0.092512;;, + 88;3;-0.022776, 0.257050, 0.092512;;, + 89;3;-0.022776, 0.257050, 0.092512;;, + 90;3;-0.022776, 0.257050, 0.092512;;, + 91;3;-0.022776, 0.257050, 0.092512;;, + 92;3;-0.022776, 0.257050, 0.092512;;, + 93;3;-0.022776, 0.257050, 0.092512;;, + 94;3;-0.022776, 0.257050, 0.092512;;, + 95;3;-0.022776, 0.257050, 0.092512;;, + 96;3;-0.022776, 0.257050, 0.092512;;, + 97;3;-0.022776, 0.257050, 0.092512;;, + 98;3;-0.022776, 0.257050, 0.092512;;, + 99;3;-0.022776, 0.257050, 0.092512;;, + 100;3;-0.022776, 0.257050, 0.092512;;, + 101;3;-0.022776, 0.257050, 0.092512;;, + 102;3;-0.022776, 0.257050, 0.092512;;, + 103;3;-0.022776, 0.257050, 0.092512;;, + 104;3;-0.022776, 0.257050, 0.092512;;, + 105;3;-0.022776, 0.257050, 0.092512;;, + 106;3;-0.022776, 0.257050, 0.092512;;, + 107;3;-0.022776, 0.257050, 0.092512;;, + 108;3;-0.022776, 0.257050, 0.092512;;, + 109;3;-0.022776, 0.257050, 0.092512;;, + 110;3;-0.022776, 0.257050, 0.092512;;, + 111;3;-0.022776, 0.257050, 0.092512;;, + 112;3;-0.022776, 0.257050, 0.092512;;, + 113;3;-0.022776, 0.257050, 0.092512;;, + 114;3;-0.022776, 0.257050, 0.092512;;, + 115;3;-0.022776, 0.257050, 0.092512;;, + 116;3;-0.022776, 0.257050, 0.092512;;, + 117;3;-0.022776, 0.257050, 0.092512;;, + 118;3;-0.022776, 0.257050, 0.092512;;, + 119;3;-0.022776, 0.257050, 0.092512;;, + 120;3;-0.022776, 0.257050, 0.092512;;, + 121;3;-0.022776, 0.257050, 0.092512;;, + 122;3;-0.022776, 0.257050, 0.092512;;, + 123;3;-0.022776, 0.257050, 0.092512;;, + 124;3;-0.022776, 0.257050, 0.092512;;, + 125;3;-0.022776, 0.257050, 0.092512;;, + 126;3;-0.022776, 0.257050, 0.092512;;, + 127;3;-0.022776, 0.257050, 0.092512;;, + 128;3;-0.022776, 0.257050, 0.092512;;, + 129;3;-0.022776, 0.257050, 0.092512;;, + 130;3;-0.022776, 0.257050, 0.092512;;, + 131;3;-0.022776, 0.257050, 0.092512;;, + 132;3;-0.022776, 0.257050, 0.092512;;, + 133;3;-0.022776, 0.257050, 0.092512;;, + 134;3;-0.022776, 0.257050, 0.092512;;, + 135;3;-0.022776, 0.257050, 0.092512;;, + 136;3;-0.022776, 0.257050, 0.092512;;, + 137;3;-0.022776, 0.257050, 0.092512;;, + 138;3;-0.022776, 0.257050, 0.092512;;, + 139;3;-0.022776, 0.257050, 0.092512;;, + 140;3;-0.022776, 0.257050, 0.092512;;, + 141;3;-0.022776, 0.257050, 0.092512;;, + 142;3;-0.022776, 0.257050, 0.092512;;, + 143;3;-0.022776, 0.257050, 0.092512;;, + 144;3;-0.022776, 0.257050, 0.092512;;, + 145;3;-0.022776, 0.257050, 0.092512;;, + 146;3;-0.022776, 0.257050, 0.092512;;, + 147;3;-0.022776, 0.257050, 0.092512;;, + 148;3;-0.022776, 0.257050, 0.092512;;, + 149;3;-0.022776, 0.257050, 0.092512;;, + 150;3;-0.022776, 0.257050, 0.092512;;, + 151;3;-0.022776, 0.257050, 0.092512;;, + 152;3;-0.022776, 0.257050, 0.092512;;, + 153;3;-0.022776, 0.257050, 0.092512;;, + 154;3;-0.022776, 0.257050, 0.092512;;, + 155;3;-0.022776, 0.257050, 0.092512;;, + 156;3;-0.022776, 0.257050, 0.092512;;, + 157;3;-0.022776, 0.257050, 0.092512;;, + 158;3;-0.022776, 0.257050, 0.092512;;, + 159;3;-0.022776, 0.257050, 0.092512;;, + 160;3;-0.022776, 0.257050, 0.092512;;, + 161;3;-0.022776, 0.257050, 0.092512;;, + 162;3;-0.022776, 0.257050, 0.092512;;, + 163;3;-0.022776, 0.257050, 0.092512;;, + 164;3;-0.022776, 0.257050, 0.092512;;, + 165;3;-0.022776, 0.257050, 0.092512;;, + 166;3;-0.022776, 0.257050, 0.092512;;, + 167;3;-0.022776, 0.257050, 0.092512;;, + 168;3;-0.022776, 0.257050, 0.092512;;, + 169;3;-0.022776, 0.257050, 0.092512;;, + 170;3;-0.022776, 0.257050, 0.092512;;, + 171;3;-0.022776, 0.257050, 0.092512;;, + 172;3;-0.022776, 0.257050, 0.092512;;, + 173;3;-0.022776, 0.257050, 0.092512;;, + 174;3;-0.022776, 0.257050, 0.092512;;, + 175;3;-0.022776, 0.257050, 0.092512;;, + 176;3;-0.022776, 0.257050, 0.092512;;, + 177;3;-0.022776, 0.257050, 0.092512;;, + 178;3;-0.022776, 0.257050, 0.092512;;, + 179;3;-0.022776, 0.257050, 0.092512;;, + 180;3;-0.022776, 0.257050, 0.092512;;, + 181;3;-0.022776, 0.257050, 0.092512;;, + 182;3;-0.022776, 0.257050, 0.092512;;, + 183;3;-0.022776, 0.257050, 0.092512;;, + 184;3;-0.022776, 0.257050, 0.092512;;, + 185;3;-0.022776, 0.257050, 0.092512;;, + 186;3;-0.022776, 0.257050, 0.092512;;, + 187;3;-0.022776, 0.257050, 0.092512;;, + 188;3;-0.022776, 0.257050, 0.092512;;, + 189;3;-0.022776, 0.257050, 0.092512;;, + 190;3;-0.022776, 0.257050, 0.092512;;, + 191;3;-0.022776, 0.257050, 0.092512;;, + 192;3;-0.022776, 0.257050, 0.092512;;, + 193;3;-0.022776, 0.257050, 0.092512;;, + 194;3;-0.022776, 0.257050, 0.092512;;, + 195;3;-0.022776, 0.257050, 0.092512;;, + 196;3;-0.022776, 0.257050, 0.092512;;, + 197;3;-0.022776, 0.257050, 0.092512;;, + 198;3;-0.022776, 0.257050, 0.092512;;, + 199;3;-0.022776, 0.257050, 0.092512;;, + 200;3;-0.022776, 0.257050, 0.092512;;, + 201;3;-0.022776, 0.257050, 0.092512;;, + 202;3;-0.022776, 0.257050, 0.092512;;, + 203;3;-0.022776, 0.257050, 0.092512;;, + 204;3;-0.022776, 0.257050, 0.092512;;, + 205;3;-0.022776, 0.257050, 0.092512;;, + 206;3;-0.022776, 0.257050, 0.092512;;, + 207;3;-0.022776, 0.257050, 0.092512;;, + 208;3;-0.022776, 0.257050, 0.092512;;, + 209;3;-0.022776, 0.257050, 0.092512;;, + 210;3;-0.022776, 0.257050, 0.092512;;, + 211;3;-0.022776, 0.257050, 0.092512;;, + 212;3;-0.022776, 0.257050, 0.092512;;, + 213;3;-0.022776, 0.257050, 0.092512;;, + 214;3;-0.022776, 0.257050, 0.092512;;, + 215;3;-0.022776, 0.257050, 0.092512;;, + 216;3;-0.022776, 0.257050, 0.092512;;, + 217;3;-0.022776, 0.257050, 0.092512;;, + 218;3;-0.022776, 0.257050, 0.092512;;; + } + } + Animation { + {wolfwoman_upperarm_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 1;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 2;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 3;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 4;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 5;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 6;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 7;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 8;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 9;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 10;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 11;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 12;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 13;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 14;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 15;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 16;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 17;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 18;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 19;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 20;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 21;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 22;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 23;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 24;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 25;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 26;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 27;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 28;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 29;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 30;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 31;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 32;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 33;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 34;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 35;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 36;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 37;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 38;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 39;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 40;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 41;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 42;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 43;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 44;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 45;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 46;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 47;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 48;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 49;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 50;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 51;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 52;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 53;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 54;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 55;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 56;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 57;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 58;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 59;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 60;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 61;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 62;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 63;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 64;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 65;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 66;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 67;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 68;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 69;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 70;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 71;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 72;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 73;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 74;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 75;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 76;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 77;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 78;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 79;4;-0.707543,-0.054571,-0.112065, 0.695590;;, + 80;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 81;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 82;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 83;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 84;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 85;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 86;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 87;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 88;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 89;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 90;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 91;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 92;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 93;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 94;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 95;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 96;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 97;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 98;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 99;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 100;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 101;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 102;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 103;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 104;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 105;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 106;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 107;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 108;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 109;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 110;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 111;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 112;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 113;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 114;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 115;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 116;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 117;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 118;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 119;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 120;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 121;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 122;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 123;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 124;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 125;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 126;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 127;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 128;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 129;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 130;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 131;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 132;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 133;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 134;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 135;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 136;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 137;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 138;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 139;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 140;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 141;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 142;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 143;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 144;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 145;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 146;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 147;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 148;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 149;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 150;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 151;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 152;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 153;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 154;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 155;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 156;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 157;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 158;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 159;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 160;4;-0.908874, 0.221576, 0.165809, 0.312024;;, + 161;4;-0.781664, 0.399352, 0.459385,-0.135962;;, + 162;4;-0.781664, 0.399352, 0.459385,-0.135962;;, + 163;4;-0.781664, 0.399352, 0.459385,-0.135962;;, + 164;4;-0.781664, 0.399352, 0.459385,-0.135962;;, + 165;4;-0.781664, 0.399352, 0.459385,-0.135962;;, + 166;4;-0.855854, 0.237435, 0.295729, 0.351685;;, + 167;4;-0.676867,-0.017184, 0.021958, 0.735577;;, + 168;4;-0.675376,-0.054197,-0.015452, 0.735317;;, + 169;4;-0.673072,-0.086565,-0.048265, 0.732906;;, + 170;4;-0.670653,-0.113481,-0.075624, 0.729128;;, + 171;4;-0.668707,-0.134483,-0.097023, 0.724798;;, + 172;4;-0.667584,-0.149604,-0.112462, 0.720627;;, + 173;4;-0.667319,-0.159448,-0.122533, 0.717111;;, + 174;4;-0.667679,-0.165081,-0.128308, 0.714486;;, + 175;4;-0.668307,-0.167771,-0.131074, 0.712768;;, + 176;4;-0.668859,-0.168713,-0.132047, 0.711848;;, + 177;4;-0.669082,-0.168861,-0.132202, 0.711575;;, + 178;4;-0.668857,-0.168653,-0.131989, 0.711874;;, + 179;4;-0.668343,-0.167328,-0.130631, 0.712920;;, + 180;4;-0.667883,-0.163523,-0.126735, 0.714935;;, + 181;4;-0.667919,-0.155560,-0.118593, 0.718068;;, + 182;4;-0.668833,-0.141787,-0.104528, 0.722241;;, + 183;4;-0.670715,-0.121041,-0.083377, 0.727007;;, + 184;4;-0.673209,-0.092971,-0.054819, 0.731534;;, + 185;4;-0.675571,-0.058017,-0.019350, 0.734754;;, + 186;4;-0.676867,-0.017184, 0.021958, 0.735577;;, + 187;4;-0.666068, 0.079329, 0.119084, 0.732038;;, + 188;4;-0.634064, 0.194907, 0.234398, 0.710656;;, + 189;4;-0.601686, 0.272478, 0.311125, 0.683324;;, + 190;4;-0.559309, 0.349126, 0.386333, 0.645005;;, + 191;4;-0.507910, 0.421545, 0.456732, 0.596425;;, + 192;4;-0.450920, 0.485424, 0.518152, 0.540881;;, + 193;4;-0.394307, 0.536911, 0.567035, 0.484479;;, + 194;4;-0.344889, 0.574300, 0.602050, 0.434473;;, + 195;4;-0.307908, 0.598399, 0.624320, 0.396655;;, + 196;4;-0.285816, 0.611369, 0.636179, 0.373916;;, + 197;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 198;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 199;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 200;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 201;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 202;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 203;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 204;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 205;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 206;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 207;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 208;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 209;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 210;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 211;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 212;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 213;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 214;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 215;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 216;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 217;4;-0.278693, 0.615336, 0.639784, 0.366563;;, + 218;4;-0.278693, 0.615336, 0.639784, 0.366563;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.171145, 0.000000;;, + 1;3; 0.000000, 0.171145, 0.000000;;, + 2;3; 0.000000, 0.171145, 0.000000;;, + 3;3; 0.000000, 0.171145, 0.000000;;, + 4;3; 0.000000, 0.171145, 0.000000;;, + 5;3; 0.000000, 0.171145, 0.000000;;, + 6;3; 0.000000, 0.171145, 0.000000;;, + 7;3; 0.000000, 0.171145, 0.000000;;, + 8;3; 0.000000, 0.171145, 0.000000;;, + 9;3; 0.000000, 0.171145, 0.000000;;, + 10;3; 0.000000, 0.171145, 0.000000;;, + 11;3; 0.000000, 0.171145, 0.000000;;, + 12;3; 0.000000, 0.171145, 0.000000;;, + 13;3; 0.000000, 0.171145, 0.000000;;, + 14;3; 0.000000, 0.171145, 0.000000;;, + 15;3; 0.000000, 0.171145, 0.000000;;, + 16;3; 0.000000, 0.171145, 0.000000;;, + 17;3; 0.000000, 0.171145, 0.000000;;, + 18;3; 0.000000, 0.171145, 0.000000;;, + 19;3; 0.000000, 0.171145, 0.000000;;, + 20;3; 0.000000, 0.171145, 0.000000;;, + 21;3; 0.000000, 0.171145, 0.000000;;, + 22;3; 0.000000, 0.171145, 0.000000;;, + 23;3; 0.000000, 0.171145, 0.000000;;, + 24;3; 0.000000, 0.171145, 0.000000;;, + 25;3; 0.000000, 0.171145, 0.000000;;, + 26;3; 0.000000, 0.171145, 0.000000;;, + 27;3; 0.000000, 0.171145, 0.000000;;, + 28;3; 0.000000, 0.171145, 0.000000;;, + 29;3; 0.000000, 0.171145, 0.000000;;, + 30;3; 0.000000, 0.171145, 0.000000;;, + 31;3; 0.000000, 0.171145, 0.000000;;, + 32;3; 0.000000, 0.171145, 0.000000;;, + 33;3; 0.000000, 0.171145, 0.000000;;, + 34;3; 0.000000, 0.171145, 0.000000;;, + 35;3; 0.000000, 0.171145, 0.000000;;, + 36;3; 0.000000, 0.171145, 0.000000;;, + 37;3; 0.000000, 0.171145, 0.000000;;, + 38;3; 0.000000, 0.171145, 0.000000;;, + 39;3; 0.000000, 0.171145, 0.000000;;, + 40;3; 0.000000, 0.171145, 0.000000;;, + 41;3; 0.000000, 0.171145, 0.000000;;, + 42;3; 0.000000, 0.171145, 0.000000;;, + 43;3; 0.000000, 0.171145, 0.000000;;, + 44;3; 0.000000, 0.171145, 0.000000;;, + 45;3; 0.000000, 0.171145, 0.000000;;, + 46;3; 0.000000, 0.171145, 0.000000;;, + 47;3; 0.000000, 0.171145, 0.000000;;, + 48;3; 0.000000, 0.171145, 0.000000;;, + 49;3; 0.000000, 0.171145, 0.000000;;, + 50;3; 0.000000, 0.171145, 0.000000;;, + 51;3; 0.000000, 0.171145, 0.000000;;, + 52;3; 0.000000, 0.171145, 0.000000;;, + 53;3; 0.000000, 0.171145, 0.000000;;, + 54;3; 0.000000, 0.171145, 0.000000;;, + 55;3; 0.000000, 0.171145, 0.000000;;, + 56;3; 0.000000, 0.171145, 0.000000;;, + 57;3; 0.000000, 0.171145, 0.000000;;, + 58;3; 0.000000, 0.171145, 0.000000;;, + 59;3; 0.000000, 0.171145, 0.000000;;, + 60;3; 0.000000, 0.171145, 0.000000;;, + 61;3; 0.000000, 0.171145, 0.000000;;, + 62;3; 0.000000, 0.171145, 0.000000;;, + 63;3; 0.000000, 0.171145, 0.000000;;, + 64;3; 0.000000, 0.171145, 0.000000;;, + 65;3; 0.000000, 0.171145, 0.000000;;, + 66;3; 0.000000, 0.171145, 0.000000;;, + 67;3; 0.000000, 0.171145, 0.000000;;, + 68;3; 0.000000, 0.171145, 0.000000;;, + 69;3; 0.000000, 0.171145, 0.000000;;, + 70;3; 0.000000, 0.171145, 0.000000;;, + 71;3; 0.000000, 0.171145, 0.000000;;, + 72;3; 0.000000, 0.171145, 0.000000;;, + 73;3; 0.000000, 0.171145, 0.000000;;, + 74;3; 0.000000, 0.171145, 0.000000;;, + 75;3; 0.000000, 0.171145, 0.000000;;, + 76;3; 0.000000, 0.171145, 0.000000;;, + 77;3; 0.000000, 0.171145, 0.000000;;, + 78;3; 0.000000, 0.171145, 0.000000;;, + 79;3; 0.000000, 0.171145, 0.000000;;, + 80;3; 0.000000, 0.171145, 0.000000;;, + 81;3; 0.000000, 0.171145, 0.000000;;, + 82;3; 0.000000, 0.171145, 0.000000;;, + 83;3; 0.000000, 0.171145, 0.000000;;, + 84;3; 0.000000, 0.171145, 0.000000;;, + 85;3; 0.000000, 0.171145, 0.000000;;, + 86;3; 0.000000, 0.171145, 0.000000;;, + 87;3; 0.000000, 0.171145, 0.000000;;, + 88;3; 0.000000, 0.171145, 0.000000;;, + 89;3; 0.000000, 0.171145, 0.000000;;, + 90;3; 0.000000, 0.171145, 0.000000;;, + 91;3; 0.000000, 0.171145, 0.000000;;, + 92;3; 0.000000, 0.171145, 0.000000;;, + 93;3; 0.000000, 0.171145, 0.000000;;, + 94;3; 0.000000, 0.171145, 0.000000;;, + 95;3; 0.000000, 0.171145, 0.000000;;, + 96;3; 0.000000, 0.171145, 0.000000;;, + 97;3; 0.000000, 0.171145, 0.000000;;, + 98;3; 0.000000, 0.171145, 0.000000;;, + 99;3; 0.000000, 0.171145, 0.000000;;, + 100;3; 0.000000, 0.171145, 0.000000;;, + 101;3; 0.000000, 0.171145, 0.000000;;, + 102;3; 0.000000, 0.171145, 0.000000;;, + 103;3; 0.000000, 0.171145, 0.000000;;, + 104;3; 0.000000, 0.171145, 0.000000;;, + 105;3; 0.000000, 0.171145, 0.000000;;, + 106;3; 0.000000, 0.171145, 0.000000;;, + 107;3; 0.000000, 0.171145, 0.000000;;, + 108;3; 0.000000, 0.171145, 0.000000;;, + 109;3; 0.000000, 0.171145, 0.000000;;, + 110;3; 0.000000, 0.171145, 0.000000;;, + 111;3; 0.000000, 0.171145, 0.000000;;, + 112;3; 0.000000, 0.171145, 0.000000;;, + 113;3; 0.000000, 0.171145, 0.000000;;, + 114;3; 0.000000, 0.171145, 0.000000;;, + 115;3; 0.000000, 0.171145, 0.000000;;, + 116;3; 0.000000, 0.171145, 0.000000;;, + 117;3; 0.000000, 0.171145, 0.000000;;, + 118;3; 0.000000, 0.171145, 0.000000;;, + 119;3; 0.000000, 0.171145, 0.000000;;, + 120;3; 0.000000, 0.171145, 0.000000;;, + 121;3; 0.000000, 0.171145, 0.000000;;, + 122;3; 0.000000, 0.171145, 0.000000;;, + 123;3; 0.000000, 0.171145, 0.000000;;, + 124;3; 0.000000, 0.171145, 0.000000;;, + 125;3; 0.000000, 0.171145, 0.000000;;, + 126;3; 0.000000, 0.171145, 0.000000;;, + 127;3; 0.000000, 0.171145, 0.000000;;, + 128;3; 0.000000, 0.171145, 0.000000;;, + 129;3; 0.000000, 0.171145, 0.000000;;, + 130;3; 0.000000, 0.171145, 0.000000;;, + 131;3; 0.000000, 0.171145, 0.000000;;, + 132;3; 0.000000, 0.171145, 0.000000;;, + 133;3; 0.000000, 0.171145, 0.000000;;, + 134;3; 0.000000, 0.171145, 0.000000;;, + 135;3; 0.000000, 0.171145, 0.000000;;, + 136;3; 0.000000, 0.171145, 0.000000;;, + 137;3; 0.000000, 0.171145, 0.000000;;, + 138;3; 0.000000, 0.171145, 0.000000;;, + 139;3; 0.000000, 0.171145, 0.000000;;, + 140;3; 0.000000, 0.171145, 0.000000;;, + 141;3; 0.000000, 0.171145, 0.000000;;, + 142;3; 0.000000, 0.171145, 0.000000;;, + 143;3; 0.000000, 0.171145, 0.000000;;, + 144;3; 0.000000, 0.171145, 0.000000;;, + 145;3; 0.000000, 0.171145, 0.000000;;, + 146;3; 0.000000, 0.171145, 0.000000;;, + 147;3; 0.000000, 0.171145, 0.000000;;, + 148;3; 0.000000, 0.171145, 0.000000;;, + 149;3; 0.000000, 0.171145, 0.000000;;, + 150;3; 0.000000, 0.171145, 0.000000;;, + 151;3; 0.000000, 0.171145, 0.000000;;, + 152;3; 0.000000, 0.171145, 0.000000;;, + 153;3; 0.000000, 0.171145, 0.000000;;, + 154;3; 0.000000, 0.171145, 0.000000;;, + 155;3; 0.000000, 0.171145, 0.000000;;, + 156;3; 0.000000, 0.171145, 0.000000;;, + 157;3; 0.000000, 0.171145, 0.000000;;, + 158;3; 0.000000, 0.171145, 0.000000;;, + 159;3; 0.000000, 0.171145, 0.000000;;, + 160;3; 0.000000, 0.171145, 0.000000;;, + 161;3; 0.000000, 0.171145, 0.000000;;, + 162;3; 0.000000, 0.171145, 0.000000;;, + 163;3; 0.000000, 0.171145, 0.000000;;, + 164;3; 0.000000, 0.171145, 0.000000;;, + 165;3; 0.000000, 0.171145, 0.000000;;, + 166;3; 0.000000, 0.171145, 0.000000;;, + 167;3; 0.000000, 0.171145, 0.000000;;, + 168;3; 0.000000, 0.171145, 0.000000;;, + 169;3; 0.000000, 0.171145, 0.000000;;, + 170;3; 0.000000, 0.171145, 0.000000;;, + 171;3; 0.000000, 0.171145, 0.000000;;, + 172;3; 0.000000, 0.171145, 0.000000;;, + 173;3; 0.000000, 0.171145, 0.000000;;, + 174;3; 0.000000, 0.171145, 0.000000;;, + 175;3; 0.000000, 0.171145, 0.000000;;, + 176;3; 0.000000, 0.171145, 0.000000;;, + 177;3; 0.000000, 0.171145, 0.000000;;, + 178;3; 0.000000, 0.171145, 0.000000;;, + 179;3; 0.000000, 0.171145, 0.000000;;, + 180;3; 0.000000, 0.171145, 0.000000;;, + 181;3; 0.000000, 0.171145, 0.000000;;, + 182;3; 0.000000, 0.171145, 0.000000;;, + 183;3; 0.000000, 0.171145, 0.000000;;, + 184;3; 0.000000, 0.171145, 0.000000;;, + 185;3; 0.000000, 0.171145, 0.000000;;, + 186;3; 0.000000, 0.171145, 0.000000;;, + 187;3; 0.000000, 0.171145, 0.000000;;, + 188;3; 0.000000, 0.171145, 0.000000;;, + 189;3; 0.000000, 0.171145, 0.000000;;, + 190;3; 0.000000, 0.171145, 0.000000;;, + 191;3; 0.000000, 0.171145, 0.000000;;, + 192;3; 0.000000, 0.171145, 0.000000;;, + 193;3; 0.000000, 0.171145, 0.000000;;, + 194;3; 0.000000, 0.171145, 0.000000;;, + 195;3; 0.000000, 0.171145, 0.000000;;, + 196;3; 0.000000, 0.171145, 0.000000;;, + 197;3; 0.000000, 0.171145, 0.000000;;, + 198;3; 0.000000, 0.171145, 0.000000;;, + 199;3; 0.000000, 0.171145, 0.000000;;, + 200;3; 0.000000, 0.171145, 0.000000;;, + 201;3; 0.000000, 0.171145, 0.000000;;, + 202;3; 0.000000, 0.171145, 0.000000;;, + 203;3; 0.000000, 0.171145, 0.000000;;, + 204;3; 0.000000, 0.171145, 0.000000;;, + 205;3; 0.000000, 0.171145, 0.000000;;, + 206;3; 0.000000, 0.171145, 0.000000;;, + 207;3; 0.000000, 0.171145, 0.000000;;, + 208;3; 0.000000, 0.171145, 0.000000;;, + 209;3; 0.000000, 0.171145, 0.000000;;, + 210;3; 0.000000, 0.171145, 0.000000;;, + 211;3; 0.000000, 0.171145, 0.000000;;, + 212;3; 0.000000, 0.171145, 0.000000;;, + 213;3; 0.000000, 0.171145, 0.000000;;, + 214;3; 0.000000, 0.171145, 0.000000;;, + 215;3; 0.000000, 0.171145, 0.000000;;, + 216;3; 0.000000, 0.171145, 0.000000;;, + 217;3; 0.000000, 0.171145, 0.000000;;, + 218;3; 0.000000, 0.171145, 0.000000;;; + } + } + Animation { + {wolfwoman_lowerarm_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 1;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 2;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 3;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 4;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 5;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 6;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 7;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 8;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 9;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 10;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 11;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 12;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 13;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 14;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 15;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 16;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 17;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 18;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 19;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 20;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 21;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 22;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 23;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 24;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 25;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 26;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 27;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 28;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 29;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 30;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 31;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 32;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 33;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 34;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 35;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 36;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 37;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 38;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 39;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 40;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 41;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 42;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 43;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 44;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 45;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 46;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 47;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 48;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 49;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 50;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 51;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 52;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 53;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 54;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 55;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 56;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 57;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 58;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 59;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 60;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 61;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 62;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 63;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 64;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 65;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 66;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 67;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 68;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 69;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 70;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 71;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 72;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 73;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 74;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 75;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 76;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 77;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 78;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 79;4;-0.942963, 0.322298, 0.065104,-0.052017;;, + 80;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 81;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 82;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 83;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 84;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 85;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 86;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 87;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 88;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 89;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 90;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 91;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 92;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 93;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 94;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 95;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 96;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 97;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 98;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 99;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 100;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 101;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 102;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 103;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 104;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 105;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 106;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 107;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 108;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 109;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 110;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 111;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 112;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 113;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 114;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 115;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 116;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 117;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 118;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 119;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 120;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 121;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 122;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 123;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 124;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 125;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 126;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 127;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 128;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 129;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 130;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 131;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 132;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 133;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 134;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 135;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 136;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 137;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 138;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 139;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 140;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 141;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 142;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 143;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 144;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 145;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 146;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 147;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 148;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 149;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 150;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 151;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 152;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 153;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 154;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 155;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 156;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 157;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 158;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 159;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 160;4;-0.775863, 0.625373, 0.043386,-0.071147;;, + 161;4;-0.718406, 0.690615, 0.037020,-0.074657;;, + 162;4;-0.718406, 0.690615, 0.037020,-0.074657;;, + 163;4;-0.718406, 0.690615, 0.037020,-0.074657;;, + 164;4;-0.718406, 0.690615, 0.037020,-0.074657;;, + 165;4;-0.718406, 0.690615, 0.037020,-0.074657;;, + 166;4;-0.911285, 0.403256, 0.060322,-0.057493;;, + 167;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 168;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 169;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 170;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 171;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 172;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 173;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 174;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 175;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 176;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 177;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 178;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 179;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 180;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 181;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 182;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 183;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 184;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 185;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 186;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 187;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 188;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 189;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 190;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 191;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 192;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 193;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 194;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 195;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 196;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 197;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 198;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 199;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 200;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 201;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 202;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 203;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 204;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 205;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 206;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 207;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 208;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 209;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 210;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 211;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 212;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 213;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 214;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 215;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 216;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 217;4;-0.994249, 0.067259, 0.076348,-0.033395;;, + 218;4;-0.994249, 0.067259, 0.076348,-0.033395;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.252007, 0.000000;;, + 1;3; 0.000000, 0.252007, 0.000000;;, + 2;3; 0.000000, 0.252007, 0.000000;;, + 3;3; 0.000000, 0.252007, 0.000000;;, + 4;3; 0.000000, 0.252007, 0.000000;;, + 5;3; 0.000000, 0.252007, 0.000000;;, + 6;3; 0.000000, 0.252007, 0.000000;;, + 7;3; 0.000000, 0.252007, 0.000000;;, + 8;3; 0.000000, 0.252007, 0.000000;;, + 9;3; 0.000000, 0.252007, 0.000000;;, + 10;3; 0.000000, 0.252007, 0.000000;;, + 11;3; 0.000000, 0.252007, 0.000000;;, + 12;3; 0.000000, 0.252007, 0.000000;;, + 13;3; 0.000000, 0.252007, 0.000000;;, + 14;3; 0.000000, 0.252007, 0.000000;;, + 15;3; 0.000000, 0.252007, 0.000000;;, + 16;3; 0.000000, 0.252007, 0.000000;;, + 17;3; 0.000000, 0.252007, 0.000000;;, + 18;3; 0.000000, 0.252007, 0.000000;;, + 19;3; 0.000000, 0.252007, 0.000000;;, + 20;3; 0.000000, 0.252007, 0.000000;;, + 21;3; 0.000000, 0.252007, 0.000000;;, + 22;3; 0.000000, 0.252007, 0.000000;;, + 23;3; 0.000000, 0.252007, 0.000000;;, + 24;3; 0.000000, 0.252007, 0.000000;;, + 25;3; 0.000000, 0.252007, 0.000000;;, + 26;3; 0.000000, 0.252007, 0.000000;;, + 27;3; 0.000000, 0.252007, 0.000000;;, + 28;3; 0.000000, 0.252007, 0.000000;;, + 29;3; 0.000000, 0.252007, 0.000000;;, + 30;3; 0.000000, 0.252007, 0.000000;;, + 31;3; 0.000000, 0.252007, 0.000000;;, + 32;3; 0.000000, 0.252007, 0.000000;;, + 33;3; 0.000000, 0.252007, 0.000000;;, + 34;3; 0.000000, 0.252007, 0.000000;;, + 35;3; 0.000000, 0.252007, 0.000000;;, + 36;3; 0.000000, 0.252007, 0.000000;;, + 37;3; 0.000000, 0.252007, 0.000000;;, + 38;3; 0.000000, 0.252007, 0.000000;;, + 39;3; 0.000000, 0.252007, 0.000000;;, + 40;3; 0.000000, 0.252007, 0.000000;;, + 41;3; 0.000000, 0.252007, 0.000000;;, + 42;3; 0.000000, 0.252007, 0.000000;;, + 43;3; 0.000000, 0.252007, 0.000000;;, + 44;3; 0.000000, 0.252007, 0.000000;;, + 45;3; 0.000000, 0.252007, 0.000000;;, + 46;3; 0.000000, 0.252007, 0.000000;;, + 47;3; 0.000000, 0.252007, 0.000000;;, + 48;3; 0.000000, 0.252007, 0.000000;;, + 49;3; 0.000000, 0.252007, 0.000000;;, + 50;3; 0.000000, 0.252007, 0.000000;;, + 51;3; 0.000000, 0.252007, 0.000000;;, + 52;3; 0.000000, 0.252007, 0.000000;;, + 53;3; 0.000000, 0.252007, 0.000000;;, + 54;3; 0.000000, 0.252007, 0.000000;;, + 55;3; 0.000000, 0.252007, 0.000000;;, + 56;3; 0.000000, 0.252007, 0.000000;;, + 57;3; 0.000000, 0.252007, 0.000000;;, + 58;3; 0.000000, 0.252007, 0.000000;;, + 59;3; 0.000000, 0.252007, 0.000000;;, + 60;3; 0.000000, 0.252007, 0.000000;;, + 61;3; 0.000000, 0.252007, 0.000000;;, + 62;3; 0.000000, 0.252007, 0.000000;;, + 63;3; 0.000000, 0.252007, 0.000000;;, + 64;3; 0.000000, 0.252007, 0.000000;;, + 65;3; 0.000000, 0.252007, 0.000000;;, + 66;3; 0.000000, 0.252007, 0.000000;;, + 67;3; 0.000000, 0.252007, 0.000000;;, + 68;3; 0.000000, 0.252007, 0.000000;;, + 69;3; 0.000000, 0.252007, 0.000000;;, + 70;3; 0.000000, 0.252007, 0.000000;;, + 71;3; 0.000000, 0.252007, 0.000000;;, + 72;3; 0.000000, 0.252007, 0.000000;;, + 73;3; 0.000000, 0.252007, 0.000000;;, + 74;3; 0.000000, 0.252007, 0.000000;;, + 75;3; 0.000000, 0.252007, 0.000000;;, + 76;3; 0.000000, 0.252007, 0.000000;;, + 77;3; 0.000000, 0.252007, 0.000000;;, + 78;3; 0.000000, 0.252007, 0.000000;;, + 79;3; 0.000000, 0.252007, 0.000000;;, + 80;3; 0.000000, 0.252007, 0.000000;;, + 81;3; 0.000000, 0.252007, 0.000000;;, + 82;3; 0.000000, 0.252007, 0.000000;;, + 83;3; 0.000000, 0.252007, 0.000000;;, + 84;3; 0.000000, 0.252007, 0.000000;;, + 85;3; 0.000000, 0.252007, 0.000000;;, + 86;3; 0.000000, 0.252007, 0.000000;;, + 87;3; 0.000000, 0.252007, 0.000000;;, + 88;3; 0.000000, 0.252007, 0.000000;;, + 89;3; 0.000000, 0.252007, 0.000000;;, + 90;3; 0.000000, 0.252007, 0.000000;;, + 91;3; 0.000000, 0.252007, 0.000000;;, + 92;3; 0.000000, 0.252007, 0.000000;;, + 93;3; 0.000000, 0.252007, 0.000000;;, + 94;3; 0.000000, 0.252007, 0.000000;;, + 95;3; 0.000000, 0.252007, 0.000000;;, + 96;3; 0.000000, 0.252007, 0.000000;;, + 97;3; 0.000000, 0.252007, 0.000000;;, + 98;3; 0.000000, 0.252007, 0.000000;;, + 99;3; 0.000000, 0.252007, 0.000000;;, + 100;3; 0.000000, 0.252007, 0.000000;;, + 101;3; 0.000000, 0.252007, 0.000000;;, + 102;3; 0.000000, 0.252007, 0.000000;;, + 103;3; 0.000000, 0.252007, 0.000000;;, + 104;3; 0.000000, 0.252007, 0.000000;;, + 105;3; 0.000000, 0.252007, 0.000000;;, + 106;3; 0.000000, 0.252007, 0.000000;;, + 107;3; 0.000000, 0.252007, 0.000000;;, + 108;3; 0.000000, 0.252007, 0.000000;;, + 109;3; 0.000000, 0.252007, 0.000000;;, + 110;3; 0.000000, 0.252007, 0.000000;;, + 111;3; 0.000000, 0.252007, 0.000000;;, + 112;3; 0.000000, 0.252007, 0.000000;;, + 113;3; 0.000000, 0.252007, 0.000000;;, + 114;3; 0.000000, 0.252007, 0.000000;;, + 115;3; 0.000000, 0.252007, 0.000000;;, + 116;3; 0.000000, 0.252007, 0.000000;;, + 117;3; 0.000000, 0.252007, 0.000000;;, + 118;3; 0.000000, 0.252007, 0.000000;;, + 119;3; 0.000000, 0.252007, 0.000000;;, + 120;3; 0.000000, 0.252007, 0.000000;;, + 121;3; 0.000000, 0.252007, 0.000000;;, + 122;3; 0.000000, 0.252007, 0.000000;;, + 123;3; 0.000000, 0.252007, 0.000000;;, + 124;3; 0.000000, 0.252007, 0.000000;;, + 125;3; 0.000000, 0.252007, 0.000000;;, + 126;3; 0.000000, 0.252007, 0.000000;;, + 127;3; 0.000000, 0.252007, 0.000000;;, + 128;3; 0.000000, 0.252007, 0.000000;;, + 129;3; 0.000000, 0.252007, 0.000000;;, + 130;3; 0.000000, 0.252007, 0.000000;;, + 131;3; 0.000000, 0.252007, 0.000000;;, + 132;3; 0.000000, 0.252007, 0.000000;;, + 133;3; 0.000000, 0.252007, 0.000000;;, + 134;3; 0.000000, 0.252007, 0.000000;;, + 135;3; 0.000000, 0.252007, 0.000000;;, + 136;3; 0.000000, 0.252007, 0.000000;;, + 137;3; 0.000000, 0.252007, 0.000000;;, + 138;3; 0.000000, 0.252007, 0.000000;;, + 139;3; 0.000000, 0.252007, 0.000000;;, + 140;3; 0.000000, 0.252007, 0.000000;;, + 141;3; 0.000000, 0.252007, 0.000000;;, + 142;3; 0.000000, 0.252007, 0.000000;;, + 143;3; 0.000000, 0.252007, 0.000000;;, + 144;3; 0.000000, 0.252007, 0.000000;;, + 145;3; 0.000000, 0.252007, 0.000000;;, + 146;3; 0.000000, 0.252007, 0.000000;;, + 147;3; 0.000000, 0.252007, 0.000000;;, + 148;3; 0.000000, 0.252007, 0.000000;;, + 149;3; 0.000000, 0.252007, 0.000000;;, + 150;3; 0.000000, 0.252007, 0.000000;;, + 151;3; 0.000000, 0.252007, 0.000000;;, + 152;3; 0.000000, 0.252007, 0.000000;;, + 153;3; 0.000000, 0.252007, 0.000000;;, + 154;3; 0.000000, 0.252007, 0.000000;;, + 155;3; 0.000000, 0.252007, 0.000000;;, + 156;3; 0.000000, 0.252007, 0.000000;;, + 157;3; 0.000000, 0.252007, 0.000000;;, + 158;3; 0.000000, 0.252007, 0.000000;;, + 159;3; 0.000000, 0.252007, 0.000000;;, + 160;3; 0.000000, 0.252007, 0.000000;;, + 161;3; 0.000000, 0.252007, 0.000000;;, + 162;3; 0.000000, 0.252007, 0.000000;;, + 163;3; 0.000000, 0.252007, 0.000000;;, + 164;3; 0.000000, 0.252007, 0.000000;;, + 165;3; 0.000000, 0.252007, 0.000000;;, + 166;3; 0.000000, 0.252007, 0.000000;;, + 167;3; 0.000000, 0.252007, 0.000000;;, + 168;3; 0.000000, 0.252007, 0.000000;;, + 169;3; 0.000000, 0.252007, 0.000000;;, + 170;3; 0.000000, 0.252007, 0.000000;;, + 171;3; 0.000000, 0.252007, 0.000000;;, + 172;3; 0.000000, 0.252007, 0.000000;;, + 173;3; 0.000000, 0.252007, 0.000000;;, + 174;3; 0.000000, 0.252007, 0.000000;;, + 175;3; 0.000000, 0.252007, 0.000000;;, + 176;3; 0.000000, 0.252007, 0.000000;;, + 177;3; 0.000000, 0.252007, 0.000000;;, + 178;3; 0.000000, 0.252007, 0.000000;;, + 179;3; 0.000000, 0.252007, 0.000000;;, + 180;3; 0.000000, 0.252007, 0.000000;;, + 181;3; 0.000000, 0.252007, 0.000000;;, + 182;3; 0.000000, 0.252007, 0.000000;;, + 183;3; 0.000000, 0.252007, 0.000000;;, + 184;3; 0.000000, 0.252007, 0.000000;;, + 185;3; 0.000000, 0.252007, 0.000000;;, + 186;3; 0.000000, 0.252007, 0.000000;;, + 187;3; 0.000000, 0.252007, 0.000000;;, + 188;3; 0.000000, 0.252007, 0.000000;;, + 189;3; 0.000000, 0.252007, 0.000000;;, + 190;3; 0.000000, 0.252007, 0.000000;;, + 191;3; 0.000000, 0.252007,-0.000000;;, + 192;3; 0.000000, 0.252007, 0.000000;;, + 193;3; 0.000000, 0.252007, 0.000000;;, + 194;3; 0.000000, 0.252007, 0.000000;;, + 195;3; 0.000000, 0.252007,-0.000000;;, + 196;3; 0.000000, 0.252007, 0.000000;;, + 197;3; 0.000000, 0.252007, 0.000000;;, + 198;3; 0.000000, 0.252007, 0.000000;;, + 199;3; 0.000000, 0.252007, 0.000000;;, + 200;3; 0.000000, 0.252007, 0.000000;;, + 201;3; 0.000000, 0.252007, 0.000000;;, + 202;3; 0.000000, 0.252007, 0.000000;;, + 203;3; 0.000000, 0.252007, 0.000000;;, + 204;3; 0.000000, 0.252007, 0.000000;;, + 205;3; 0.000000, 0.252007, 0.000000;;, + 206;3; 0.000000, 0.252007, 0.000000;;, + 207;3; 0.000000, 0.252007, 0.000000;;, + 208;3; 0.000000, 0.252007, 0.000000;;, + 209;3; 0.000000, 0.252007, 0.000000;;, + 210;3; 0.000000, 0.252007, 0.000000;;, + 211;3; 0.000000, 0.252007, 0.000000;;, + 212;3; 0.000000, 0.252007, 0.000000;;, + 213;3; 0.000000, 0.252007, 0.000000;;, + 214;3; 0.000000, 0.252007, 0.000000;;, + 215;3; 0.000000, 0.252007, 0.000000;;, + 216;3; 0.000000, 0.252007, 0.000000;;, + 217;3; 0.000000, 0.252007, 0.000000;;, + 218;3; 0.000000, 0.252007, 0.000000;;; + } + } + Animation { + {wolfwoman_hand_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 1;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 2;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 3;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 4;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 5;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 6;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 7;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 8;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 9;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 10;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 11;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 12;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 13;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 14;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 15;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 16;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 17;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 18;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 19;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 20;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 21;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 22;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 23;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 24;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 25;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 26;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 27;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 28;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 29;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 30;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 31;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 32;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 33;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 34;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 35;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 36;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 37;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 38;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 39;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 40;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 41;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 42;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 43;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 44;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 45;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 46;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 47;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 48;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 49;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 50;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 51;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 52;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 53;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 54;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 55;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 56;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 57;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 58;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 59;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 60;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 61;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 62;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 63;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 64;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 65;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 66;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 67;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 68;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 69;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 70;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 71;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 72;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 73;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 74;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 75;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 76;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 77;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 78;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 79;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 80;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 81;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 82;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 83;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 84;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 85;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 86;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 87;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 88;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 89;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 90;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 91;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 92;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 93;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 94;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 95;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 96;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 97;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 98;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 99;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 100;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 101;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 102;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 103;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 104;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 105;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 106;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 107;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 108;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 109;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 110;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 111;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 112;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 113;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 114;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 115;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 116;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 117;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 118;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 119;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 120;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 121;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 122;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 123;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 124;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 125;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 126;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 127;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 128;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 129;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 130;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 131;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 132;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 133;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 134;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 135;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 136;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 137;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 138;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 139;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 140;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 141;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 142;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 143;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 144;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 145;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 146;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 147;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 148;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 149;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 150;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 151;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 152;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 153;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 154;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 155;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 156;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 157;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 158;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 159;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 160;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 161;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 162;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 163;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 164;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 165;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 166;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 167;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 168;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 169;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 170;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 171;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 172;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 173;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 174;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 175;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 176;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 177;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 178;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 179;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 180;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 181;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 182;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 183;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 184;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 185;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 186;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 187;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 188;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 189;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 190;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 191;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 192;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 193;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 194;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 195;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 196;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 197;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 198;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 199;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 200;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 201;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 202;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 203;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 204;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 205;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 206;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 207;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 208;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 209;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 210;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 211;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 212;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 213;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 214;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 215;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 216;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 217;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 218;4;-0.925808, 0.096319,-0.363253, 0.040609;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.267477, 0.000000;;, + 1;3;-0.000000, 0.267477, 0.000000;;, + 2;3;-0.000000, 0.267477, 0.000000;;, + 3;3;-0.000000, 0.267477, 0.000000;;, + 4;3;-0.000000, 0.267477, 0.000000;;, + 5;3;-0.000000, 0.267477, 0.000000;;, + 6;3;-0.000000, 0.267477, 0.000000;;, + 7;3;-0.000000, 0.267477, 0.000000;;, + 8;3;-0.000000, 0.267477, 0.000000;;, + 9;3;-0.000000, 0.267477, 0.000000;;, + 10;3;-0.000000, 0.267477, 0.000000;;, + 11;3;-0.000000, 0.267477, 0.000000;;, + 12;3;-0.000000, 0.267477, 0.000000;;, + 13;3;-0.000000, 0.267477, 0.000000;;, + 14;3;-0.000000, 0.267477, 0.000000;;, + 15;3;-0.000000, 0.267477, 0.000000;;, + 16;3;-0.000000, 0.267477, 0.000000;;, + 17;3;-0.000000, 0.267477, 0.000000;;, + 18;3;-0.000000, 0.267477, 0.000000;;, + 19;3;-0.000000, 0.267477, 0.000000;;, + 20;3;-0.000000, 0.267477, 0.000000;;, + 21;3;-0.000000, 0.267477, 0.000000;;, + 22;3;-0.000000, 0.267477, 0.000000;;, + 23;3;-0.000000, 0.267477, 0.000000;;, + 24;3;-0.000000, 0.267477, 0.000000;;, + 25;3;-0.000000, 0.267477, 0.000000;;, + 26;3;-0.000000, 0.267477, 0.000000;;, + 27;3;-0.000000, 0.267477, 0.000000;;, + 28;3;-0.000000, 0.267477, 0.000000;;, + 29;3;-0.000000, 0.267477, 0.000000;;, + 30;3;-0.000000, 0.267477, 0.000000;;, + 31;3;-0.000000, 0.267477, 0.000000;;, + 32;3;-0.000000, 0.267477, 0.000000;;, + 33;3;-0.000000, 0.267477, 0.000000;;, + 34;3;-0.000000, 0.267477, 0.000000;;, + 35;3;-0.000000, 0.267477, 0.000000;;, + 36;3;-0.000000, 0.267477, 0.000000;;, + 37;3;-0.000000, 0.267477, 0.000000;;, + 38;3;-0.000000, 0.267477, 0.000000;;, + 39;3;-0.000000, 0.267477, 0.000000;;, + 40;3;-0.000000, 0.267477, 0.000000;;, + 41;3;-0.000000, 0.267477, 0.000000;;, + 42;3;-0.000000, 0.267477, 0.000000;;, + 43;3;-0.000000, 0.267477, 0.000000;;, + 44;3;-0.000000, 0.267477, 0.000000;;, + 45;3;-0.000000, 0.267477, 0.000000;;, + 46;3;-0.000000, 0.267477, 0.000000;;, + 47;3;-0.000000, 0.267477, 0.000000;;, + 48;3;-0.000000, 0.267477, 0.000000;;, + 49;3;-0.000000, 0.267477, 0.000000;;, + 50;3;-0.000000, 0.267477, 0.000000;;, + 51;3;-0.000000, 0.267477, 0.000000;;, + 52;3;-0.000000, 0.267477, 0.000000;;, + 53;3;-0.000000, 0.267477, 0.000000;;, + 54;3;-0.000000, 0.267477, 0.000000;;, + 55;3;-0.000000, 0.267477, 0.000000;;, + 56;3;-0.000000, 0.267477, 0.000000;;, + 57;3;-0.000000, 0.267477, 0.000000;;, + 58;3;-0.000000, 0.267477, 0.000000;;, + 59;3;-0.000000, 0.267477, 0.000000;;, + 60;3;-0.000000, 0.267477, 0.000000;;, + 61;3;-0.000000, 0.267477, 0.000000;;, + 62;3;-0.000000, 0.267477, 0.000000;;, + 63;3;-0.000000, 0.267477, 0.000000;;, + 64;3;-0.000000, 0.267477, 0.000000;;, + 65;3;-0.000000, 0.267477, 0.000000;;, + 66;3;-0.000000, 0.267477, 0.000000;;, + 67;3;-0.000000, 0.267477, 0.000000;;, + 68;3;-0.000000, 0.267477, 0.000000;;, + 69;3;-0.000000, 0.267477, 0.000000;;, + 70;3;-0.000000, 0.267477, 0.000000;;, + 71;3;-0.000000, 0.267477, 0.000000;;, + 72;3;-0.000000, 0.267477, 0.000000;;, + 73;3;-0.000000, 0.267477, 0.000000;;, + 74;3;-0.000000, 0.267477, 0.000000;;, + 75;3;-0.000000, 0.267477, 0.000000;;, + 76;3;-0.000000, 0.267477, 0.000000;;, + 77;3;-0.000000, 0.267477, 0.000000;;, + 78;3;-0.000000, 0.267477, 0.000000;;, + 79;3; 0.000000, 0.267477, 0.000000;;, + 80;3; 0.000000, 0.267477, 0.000000;;, + 81;3; 0.000000, 0.267477, 0.000000;;, + 82;3; 0.000000, 0.267477, 0.000000;;, + 83;3; 0.000000, 0.267477, 0.000000;;, + 84;3; 0.000000, 0.267477, 0.000000;;, + 85;3; 0.000000, 0.267477, 0.000000;;, + 86;3; 0.000000, 0.267477, 0.000000;;, + 87;3; 0.000000, 0.267477, 0.000000;;, + 88;3; 0.000000, 0.267477, 0.000000;;, + 89;3; 0.000000, 0.267477, 0.000000;;, + 90;3; 0.000000, 0.267477, 0.000000;;, + 91;3; 0.000000, 0.267477, 0.000000;;, + 92;3; 0.000000, 0.267477, 0.000000;;, + 93;3; 0.000000, 0.267477, 0.000000;;, + 94;3; 0.000000, 0.267477, 0.000000;;, + 95;3; 0.000000, 0.267477, 0.000000;;, + 96;3; 0.000000, 0.267477, 0.000000;;, + 97;3; 0.000000, 0.267477, 0.000000;;, + 98;3; 0.000000, 0.267477, 0.000000;;, + 99;3; 0.000000, 0.267477, 0.000000;;, + 100;3; 0.000000, 0.267477, 0.000000;;, + 101;3; 0.000000, 0.267477, 0.000000;;, + 102;3; 0.000000, 0.267477, 0.000000;;, + 103;3; 0.000000, 0.267477, 0.000000;;, + 104;3; 0.000000, 0.267477, 0.000000;;, + 105;3; 0.000000, 0.267477, 0.000000;;, + 106;3; 0.000000, 0.267477, 0.000000;;, + 107;3; 0.000000, 0.267477, 0.000000;;, + 108;3; 0.000000, 0.267477, 0.000000;;, + 109;3; 0.000000, 0.267477, 0.000000;;, + 110;3; 0.000000, 0.267477, 0.000000;;, + 111;3; 0.000000, 0.267477, 0.000000;;, + 112;3; 0.000000, 0.267477, 0.000000;;, + 113;3; 0.000000, 0.267477, 0.000000;;, + 114;3; 0.000000, 0.267477, 0.000000;;, + 115;3; 0.000000, 0.267477, 0.000000;;, + 116;3; 0.000000, 0.267477, 0.000000;;, + 117;3; 0.000000, 0.267477, 0.000000;;, + 118;3; 0.000000, 0.267477, 0.000000;;, + 119;3; 0.000000, 0.267477, 0.000000;;, + 120;3; 0.000000, 0.267477, 0.000000;;, + 121;3; 0.000000, 0.267477, 0.000000;;, + 122;3; 0.000000, 0.267477, 0.000000;;, + 123;3; 0.000000, 0.267477, 0.000000;;, + 124;3; 0.000000, 0.267477, 0.000000;;, + 125;3; 0.000000, 0.267477, 0.000000;;, + 126;3; 0.000000, 0.267477, 0.000000;;, + 127;3; 0.000000, 0.267477, 0.000000;;, + 128;3; 0.000000, 0.267477, 0.000000;;, + 129;3; 0.000000, 0.267477, 0.000000;;, + 130;3; 0.000000, 0.267477, 0.000000;;, + 131;3; 0.000000, 0.267477, 0.000000;;, + 132;3; 0.000000, 0.267477, 0.000000;;, + 133;3; 0.000000, 0.267477, 0.000000;;, + 134;3; 0.000000, 0.267477, 0.000000;;, + 135;3; 0.000000, 0.267477, 0.000000;;, + 136;3; 0.000000, 0.267477, 0.000000;;, + 137;3; 0.000000, 0.267477, 0.000000;;, + 138;3; 0.000000, 0.267477, 0.000000;;, + 139;3; 0.000000, 0.267477, 0.000000;;, + 140;3; 0.000000, 0.267477, 0.000000;;, + 141;3; 0.000000, 0.267477, 0.000000;;, + 142;3; 0.000000, 0.267477, 0.000000;;, + 143;3; 0.000000, 0.267477, 0.000000;;, + 144;3; 0.000000, 0.267477, 0.000000;;, + 145;3; 0.000000, 0.267477, 0.000000;;, + 146;3; 0.000000, 0.267477, 0.000000;;, + 147;3; 0.000000, 0.267477, 0.000000;;, + 148;3; 0.000000, 0.267477, 0.000000;;, + 149;3; 0.000000, 0.267477, 0.000000;;, + 150;3; 0.000000, 0.267477, 0.000000;;, + 151;3; 0.000000, 0.267477, 0.000000;;, + 152;3; 0.000000, 0.267477, 0.000000;;, + 153;3; 0.000000, 0.267477, 0.000000;;, + 154;3; 0.000000, 0.267477, 0.000000;;, + 155;3; 0.000000, 0.267477, 0.000000;;, + 156;3; 0.000000, 0.267477, 0.000000;;, + 157;3; 0.000000, 0.267477, 0.000000;;, + 158;3; 0.000000, 0.267477, 0.000000;;, + 159;3; 0.000000, 0.267477, 0.000000;;, + 160;3; 0.000000, 0.267477, 0.000000;;, + 161;3; 0.000000, 0.267477, 0.000000;;, + 162;3; 0.000000, 0.267477, 0.000000;;, + 163;3; 0.000000, 0.267477, 0.000000;;, + 164;3; 0.000000, 0.267477, 0.000000;;, + 165;3; 0.000000, 0.267477, 0.000000;;, + 166;3; 0.000000, 0.267477, 0.000000;;, + 167;3; 0.000000, 0.267477, 0.000000;;, + 168;3; 0.000000, 0.267477, 0.000000;;, + 169;3; 0.000000, 0.267477, 0.000000;;, + 170;3; 0.000000, 0.267477, 0.000000;;, + 171;3; 0.000000, 0.267477, 0.000000;;, + 172;3; 0.000000, 0.267477, 0.000000;;, + 173;3; 0.000000, 0.267477, 0.000000;;, + 174;3; 0.000000, 0.267477, 0.000000;;, + 175;3; 0.000000, 0.267477, 0.000000;;, + 176;3; 0.000000, 0.267477, 0.000000;;, + 177;3; 0.000000, 0.267477, 0.000000;;, + 178;3; 0.000000, 0.267477, 0.000000;;, + 179;3; 0.000000, 0.267477, 0.000000;;, + 180;3; 0.000000, 0.267477, 0.000000;;, + 181;3; 0.000000, 0.267477, 0.000000;;, + 182;3; 0.000000, 0.267477, 0.000000;;, + 183;3; 0.000000, 0.267477, 0.000000;;, + 184;3; 0.000000, 0.267477, 0.000000;;, + 185;3;-0.000000, 0.267477, 0.000000;;, + 186;3; 0.000000, 0.267477, 0.000000;;, + 187;3; 0.000000, 0.267477, 0.000000;;, + 188;3; 0.000000, 0.267477, 0.000000;;, + 189;3; 0.000000, 0.267477, 0.000000;;, + 190;3; 0.000000, 0.267477, 0.000000;;, + 191;3;-0.000000, 0.267477, 0.000000;;, + 192;3; 0.000000, 0.267477, 0.000000;;, + 193;3; 0.000000, 0.267477, 0.000000;;, + 194;3; 0.000000, 0.267477, 0.000000;;, + 195;3; 0.000000, 0.267477, 0.000000;;, + 196;3; 0.000000, 0.267477, 0.000000;;, + 197;3;-0.000000, 0.267477, 0.000000;;, + 198;3;-0.000000, 0.267477, 0.000000;;, + 199;3;-0.000000, 0.267477, 0.000000;;, + 200;3;-0.000000, 0.267477, 0.000000;;, + 201;3;-0.000000, 0.267477, 0.000000;;, + 202;3;-0.000000, 0.267477, 0.000000;;, + 203;3;-0.000000, 0.267477, 0.000000;;, + 204;3;-0.000000, 0.267477, 0.000000;;, + 205;3;-0.000000, 0.267477, 0.000000;;, + 206;3;-0.000000, 0.267477, 0.000000;;, + 207;3;-0.000000, 0.267477, 0.000000;;, + 208;3;-0.000000, 0.267477, 0.000000;;, + 209;3;-0.000000, 0.267477, 0.000000;;, + 210;3;-0.000000, 0.267477, 0.000000;;, + 211;3;-0.000000, 0.267477, 0.000000;;, + 212;3;-0.000000, 0.267477, 0.000000;;, + 213;3;-0.000000, 0.267477, 0.000000;;, + 214;3;-0.000000, 0.267477, 0.000000;;, + 215;3;-0.000000, 0.267477, 0.000000;;, + 216;3;-0.000000, 0.267477, 0.000000;;, + 217;3;-0.000000, 0.267477, 0.000000;;, + 218;3;-0.000000, 0.267477, 0.000000;;; + } + } + Animation { + {wolfwoman_index_01_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 1;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 2;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 3;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 4;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 5;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 6;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 7;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 8;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 9;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 10;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 11;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 12;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 13;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 14;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 15;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 16;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 17;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 18;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 19;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 20;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 21;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 22;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 23;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 24;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 25;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 26;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 27;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 28;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 29;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 30;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 31;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 32;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 33;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 34;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 35;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 36;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 37;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 38;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 39;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 40;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 41;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 42;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 43;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 44;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 45;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 46;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 47;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 48;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 49;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 50;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 51;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 52;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 53;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 54;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 55;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 56;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 57;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 58;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 59;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 60;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 61;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 62;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 63;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 64;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 65;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 66;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 67;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 68;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 69;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 70;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 71;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 72;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 73;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 74;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 75;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 76;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 77;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 78;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 79;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 80;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 81;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 82;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 83;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 84;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 85;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 86;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 87;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 88;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 89;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 90;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 91;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 92;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 93;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 94;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 95;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 96;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 97;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 98;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 99;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 100;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 101;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 102;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 103;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 104;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 105;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 106;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 107;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 108;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 109;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 110;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 111;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 112;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 113;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 114;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 115;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 116;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 117;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 118;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 119;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 120;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 121;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 122;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 123;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 124;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 125;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 126;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 127;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 128;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 129;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 130;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 131;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 132;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 133;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 134;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 135;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 136;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 137;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 138;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 139;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 140;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 141;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 142;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 143;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 144;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 145;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 146;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 147;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 148;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 149;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 150;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 151;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 152;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 153;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 154;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 155;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 156;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 157;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 158;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 159;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 160;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 161;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 162;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 163;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 164;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 165;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 166;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 167;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 168;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 169;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 170;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 171;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 172;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 173;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 174;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 175;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 176;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 177;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 178;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 179;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 180;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 181;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 182;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 183;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 184;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 185;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 186;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 187;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 188;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 189;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 190;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 191;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 192;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 193;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 194;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 195;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 196;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 197;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 198;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 199;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 200;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 201;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 202;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 203;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 204;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 205;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 206;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 207;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 208;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 209;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 210;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 211;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 212;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 213;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 214;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 215;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 216;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 217;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 218;4;-0.982117,-0.072053,-0.154332, 0.080232;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.017904, 0.115054, 0.007472;;, + 1;3; 0.017904, 0.115054, 0.007472;;, + 2;3; 0.017904, 0.115054, 0.007472;;, + 3;3; 0.017904, 0.115054, 0.007472;;, + 4;3; 0.017904, 0.115054, 0.007472;;, + 5;3; 0.017904, 0.115054, 0.007472;;, + 6;3; 0.017904, 0.115054, 0.007472;;, + 7;3; 0.017904, 0.115054, 0.007472;;, + 8;3; 0.017904, 0.115054, 0.007472;;, + 9;3; 0.017904, 0.115054, 0.007472;;, + 10;3; 0.017904, 0.115054, 0.007472;;, + 11;3; 0.017904, 0.115054, 0.007472;;, + 12;3; 0.017904, 0.115054, 0.007472;;, + 13;3; 0.017904, 0.115054, 0.007472;;, + 14;3; 0.017904, 0.115054, 0.007472;;, + 15;3; 0.017904, 0.115054, 0.007472;;, + 16;3; 0.017904, 0.115054, 0.007472;;, + 17;3; 0.017904, 0.115054, 0.007472;;, + 18;3; 0.017904, 0.115054, 0.007472;;, + 19;3; 0.017904, 0.115054, 0.007472;;, + 20;3; 0.017904, 0.115054, 0.007472;;, + 21;3; 0.017904, 0.115054, 0.007472;;, + 22;3; 0.017904, 0.115054, 0.007472;;, + 23;3; 0.017904, 0.115054, 0.007472;;, + 24;3; 0.017904, 0.115054, 0.007472;;, + 25;3; 0.017904, 0.115054, 0.007472;;, + 26;3; 0.017904, 0.115054, 0.007472;;, + 27;3; 0.017904, 0.115054, 0.007472;;, + 28;3; 0.017904, 0.115054, 0.007472;;, + 29;3; 0.017904, 0.115054, 0.007472;;, + 30;3; 0.017904, 0.115054, 0.007472;;, + 31;3; 0.017904, 0.115054, 0.007472;;, + 32;3; 0.017904, 0.115054, 0.007472;;, + 33;3; 0.017904, 0.115054, 0.007472;;, + 34;3; 0.017904, 0.115054, 0.007472;;, + 35;3; 0.017904, 0.115054, 0.007472;;, + 36;3; 0.017904, 0.115054, 0.007472;;, + 37;3; 0.017904, 0.115054, 0.007472;;, + 38;3; 0.017904, 0.115054, 0.007472;;, + 39;3; 0.017904, 0.115054, 0.007472;;, + 40;3; 0.017904, 0.115054, 0.007472;;, + 41;3; 0.017904, 0.115054, 0.007472;;, + 42;3; 0.017904, 0.115054, 0.007472;;, + 43;3; 0.017904, 0.115054, 0.007472;;, + 44;3; 0.017904, 0.115054, 0.007472;;, + 45;3; 0.017904, 0.115054, 0.007472;;, + 46;3; 0.017904, 0.115054, 0.007472;;, + 47;3; 0.017904, 0.115054, 0.007472;;, + 48;3; 0.017904, 0.115054, 0.007472;;, + 49;3; 0.017904, 0.115054, 0.007472;;, + 50;3; 0.017904, 0.115054, 0.007472;;, + 51;3; 0.017904, 0.115054, 0.007472;;, + 52;3; 0.017904, 0.115054, 0.007472;;, + 53;3; 0.017904, 0.115054, 0.007472;;, + 54;3; 0.017904, 0.115054, 0.007472;;, + 55;3; 0.017904, 0.115054, 0.007472;;, + 56;3; 0.017904, 0.115054, 0.007472;;, + 57;3; 0.017904, 0.115054, 0.007472;;, + 58;3; 0.017904, 0.115054, 0.007472;;, + 59;3; 0.017904, 0.115054, 0.007472;;, + 60;3; 0.017904, 0.115054, 0.007472;;, + 61;3; 0.017904, 0.115054, 0.007472;;, + 62;3; 0.017904, 0.115054, 0.007472;;, + 63;3; 0.017904, 0.115054, 0.007472;;, + 64;3; 0.017904, 0.115054, 0.007472;;, + 65;3; 0.017904, 0.115054, 0.007472;;, + 66;3; 0.017904, 0.115054, 0.007472;;, + 67;3; 0.017904, 0.115054, 0.007472;;, + 68;3; 0.017904, 0.115054, 0.007472;;, + 69;3; 0.017904, 0.115054, 0.007472;;, + 70;3; 0.017904, 0.115054, 0.007472;;, + 71;3; 0.017904, 0.115054, 0.007472;;, + 72;3; 0.017904, 0.115054, 0.007472;;, + 73;3; 0.017904, 0.115054, 0.007472;;, + 74;3; 0.017904, 0.115054, 0.007472;;, + 75;3; 0.017904, 0.115054, 0.007472;;, + 76;3; 0.017904, 0.115054, 0.007472;;, + 77;3; 0.017904, 0.115054, 0.007472;;, + 78;3; 0.017904, 0.115054, 0.007472;;, + 79;3; 0.017904, 0.115054, 0.007472;;, + 80;3; 0.017904, 0.115054, 0.007472;;, + 81;3; 0.017904, 0.115054, 0.007472;;, + 82;3; 0.017904, 0.115054, 0.007472;;, + 83;3; 0.017904, 0.115054, 0.007472;;, + 84;3; 0.017904, 0.115054, 0.007472;;, + 85;3; 0.017904, 0.115054, 0.007472;;, + 86;3; 0.017904, 0.115054, 0.007472;;, + 87;3; 0.017904, 0.115054, 0.007472;;, + 88;3; 0.017904, 0.115054, 0.007472;;, + 89;3; 0.017904, 0.115054, 0.007472;;, + 90;3; 0.017904, 0.115054, 0.007472;;, + 91;3; 0.017904, 0.115054, 0.007472;;, + 92;3; 0.017904, 0.115054, 0.007472;;, + 93;3; 0.017904, 0.115054, 0.007472;;, + 94;3; 0.017904, 0.115054, 0.007472;;, + 95;3; 0.017904, 0.115054, 0.007472;;, + 96;3; 0.017904, 0.115054, 0.007472;;, + 97;3; 0.017904, 0.115054, 0.007472;;, + 98;3; 0.017904, 0.115054, 0.007472;;, + 99;3; 0.017904, 0.115054, 0.007472;;, + 100;3; 0.017904, 0.115054, 0.007472;;, + 101;3; 0.017904, 0.115054, 0.007472;;, + 102;3; 0.017904, 0.115054, 0.007472;;, + 103;3; 0.017904, 0.115054, 0.007472;;, + 104;3; 0.017904, 0.115054, 0.007472;;, + 105;3; 0.017904, 0.115054, 0.007472;;, + 106;3; 0.017904, 0.115054, 0.007472;;, + 107;3; 0.017904, 0.115054, 0.007472;;, + 108;3; 0.017904, 0.115054, 0.007472;;, + 109;3; 0.017904, 0.115054, 0.007472;;, + 110;3; 0.017904, 0.115054, 0.007472;;, + 111;3; 0.017904, 0.115054, 0.007472;;, + 112;3; 0.017904, 0.115054, 0.007472;;, + 113;3; 0.017904, 0.115054, 0.007472;;, + 114;3; 0.017904, 0.115054, 0.007472;;, + 115;3; 0.017904, 0.115054, 0.007472;;, + 116;3; 0.017904, 0.115054, 0.007472;;, + 117;3; 0.017904, 0.115054, 0.007472;;, + 118;3; 0.017904, 0.115054, 0.007472;;, + 119;3; 0.017904, 0.115054, 0.007472;;, + 120;3; 0.017904, 0.115054, 0.007472;;, + 121;3; 0.017904, 0.115054, 0.007472;;, + 122;3; 0.017904, 0.115054, 0.007472;;, + 123;3; 0.017904, 0.115054, 0.007472;;, + 124;3; 0.017904, 0.115054, 0.007472;;, + 125;3; 0.017904, 0.115054, 0.007472;;, + 126;3; 0.017904, 0.115054, 0.007472;;, + 127;3; 0.017904, 0.115054, 0.007472;;, + 128;3; 0.017904, 0.115054, 0.007472;;, + 129;3; 0.017904, 0.115054, 0.007472;;, + 130;3; 0.017904, 0.115054, 0.007472;;, + 131;3; 0.017904, 0.115054, 0.007472;;, + 132;3; 0.017904, 0.115054, 0.007472;;, + 133;3; 0.017904, 0.115054, 0.007472;;, + 134;3; 0.017904, 0.115054, 0.007472;;, + 135;3; 0.017904, 0.115054, 0.007472;;, + 136;3; 0.017904, 0.115054, 0.007472;;, + 137;3; 0.017904, 0.115054, 0.007472;;, + 138;3; 0.017904, 0.115054, 0.007472;;, + 139;3; 0.017904, 0.115054, 0.007472;;, + 140;3; 0.017904, 0.115054, 0.007472;;, + 141;3; 0.017904, 0.115054, 0.007472;;, + 142;3; 0.017904, 0.115054, 0.007472;;, + 143;3; 0.017904, 0.115054, 0.007472;;, + 144;3; 0.017904, 0.115054, 0.007472;;, + 145;3; 0.017904, 0.115054, 0.007472;;, + 146;3; 0.017904, 0.115054, 0.007472;;, + 147;3; 0.017904, 0.115054, 0.007472;;, + 148;3; 0.017904, 0.115054, 0.007472;;, + 149;3; 0.017904, 0.115054, 0.007472;;, + 150;3; 0.017904, 0.115054, 0.007472;;, + 151;3; 0.017904, 0.115054, 0.007472;;, + 152;3; 0.017904, 0.115054, 0.007472;;, + 153;3; 0.017904, 0.115054, 0.007472;;, + 154;3; 0.017904, 0.115054, 0.007472;;, + 155;3; 0.017904, 0.115054, 0.007472;;, + 156;3; 0.017904, 0.115054, 0.007472;;, + 157;3; 0.017904, 0.115054, 0.007472;;, + 158;3; 0.017904, 0.115054, 0.007472;;, + 159;3; 0.017904, 0.115054, 0.007472;;, + 160;3; 0.017904, 0.115054, 0.007472;;, + 161;3; 0.017904, 0.115054, 0.007472;;, + 162;3; 0.017904, 0.115054, 0.007472;;, + 163;3; 0.017904, 0.115054, 0.007472;;, + 164;3; 0.017904, 0.115054, 0.007472;;, + 165;3; 0.017904, 0.115054, 0.007472;;, + 166;3; 0.017904, 0.115053, 0.007472;;, + 167;3; 0.017904, 0.115054, 0.007472;;, + 168;3; 0.017904, 0.115054, 0.007472;;, + 169;3; 0.017904, 0.115054, 0.007472;;, + 170;3; 0.017904, 0.115054, 0.007472;;, + 171;3; 0.017904, 0.115054, 0.007472;;, + 172;3; 0.017904, 0.115054, 0.007472;;, + 173;3; 0.017904, 0.115054, 0.007472;;, + 174;3; 0.017904, 0.115054, 0.007472;;, + 175;3; 0.017904, 0.115054, 0.007472;;, + 176;3; 0.017904, 0.115054, 0.007472;;, + 177;3; 0.017904, 0.115054, 0.007472;;, + 178;3; 0.017904, 0.115054, 0.007472;;, + 179;3; 0.017904, 0.115054, 0.007472;;, + 180;3; 0.017904, 0.115054, 0.007472;;, + 181;3; 0.017904, 0.115054, 0.007472;;, + 182;3; 0.017904, 0.115054, 0.007472;;, + 183;3; 0.017904, 0.115054, 0.007472;;, + 184;3; 0.017904, 0.115054, 0.007472;;, + 185;3; 0.017904, 0.115054, 0.007472;;, + 186;3; 0.017904, 0.115054, 0.007472;;, + 187;3; 0.017904, 0.115054, 0.007472;;, + 188;3; 0.017904, 0.115054, 0.007472;;, + 189;3; 0.017904, 0.115053, 0.007472;;, + 190;3; 0.017904, 0.115054, 0.007472;;, + 191;3; 0.017904, 0.115053, 0.007472;;, + 192;3; 0.017904, 0.115054, 0.007472;;, + 193;3; 0.017904, 0.115054, 0.007472;;, + 194;3; 0.017904, 0.115054, 0.007472;;, + 195;3; 0.017904, 0.115054, 0.007472;;, + 196;3; 0.017904, 0.115054, 0.007472;;, + 197;3; 0.017904, 0.115054, 0.007472;;, + 198;3; 0.017904, 0.115054, 0.007472;;, + 199;3; 0.017904, 0.115054, 0.007472;;, + 200;3; 0.017904, 0.115054, 0.007472;;, + 201;3; 0.017904, 0.115054, 0.007472;;, + 202;3; 0.017904, 0.115054, 0.007472;;, + 203;3; 0.017904, 0.115054, 0.007472;;, + 204;3; 0.017904, 0.115054, 0.007472;;, + 205;3; 0.017904, 0.115054, 0.007472;;, + 206;3; 0.017904, 0.115054, 0.007472;;, + 207;3; 0.017904, 0.115054, 0.007472;;, + 208;3; 0.017904, 0.115054, 0.007472;;, + 209;3; 0.017904, 0.115054, 0.007472;;, + 210;3; 0.017904, 0.115054, 0.007472;;, + 211;3; 0.017904, 0.115054, 0.007472;;, + 212;3; 0.017904, 0.115054, 0.007472;;, + 213;3; 0.017904, 0.115054, 0.007472;;, + 214;3; 0.017904, 0.115054, 0.007472;;, + 215;3; 0.017904, 0.115054, 0.007472;;, + 216;3; 0.017904, 0.115054, 0.007472;;, + 217;3; 0.017904, 0.115054, 0.007472;;, + 218;3; 0.017904, 0.115054, 0.007472;;; + } + } + Animation { + {wolfwoman_index_02_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 1;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 2;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 3;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 4;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 5;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 6;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 7;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 8;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 9;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 10;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 11;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 12;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 13;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 14;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 15;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 16;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 17;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 18;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 19;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 20;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 21;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 22;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 23;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 24;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 25;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 26;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 27;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 28;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 29;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 30;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 31;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 32;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 33;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 34;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 35;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 36;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 37;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 38;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 39;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 40;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 41;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 42;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 43;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 44;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 45;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 46;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 47;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 48;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 49;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 50;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 51;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 52;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 53;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 54;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 55;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 56;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 57;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 58;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 59;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 60;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 61;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 62;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 63;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 64;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 65;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 66;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 67;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 68;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 69;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 70;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 71;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 72;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 73;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 74;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 75;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 76;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 77;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 78;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 79;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 80;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 81;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 82;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 83;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 84;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 85;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 86;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 87;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 88;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 89;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 90;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 91;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 92;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 93;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 94;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 95;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 96;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 97;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 98;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 99;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 100;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 101;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 102;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 103;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 104;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 105;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 106;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 107;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 108;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 109;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 110;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 111;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 112;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 113;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 114;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 115;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 116;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 117;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 118;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 119;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 120;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 121;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 122;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 123;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 124;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 125;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 126;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 127;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 128;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 129;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 130;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 131;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 132;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 133;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 134;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 135;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 136;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 137;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 138;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 139;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 140;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 141;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 142;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 143;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 144;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 145;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 146;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 147;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 148;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 149;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 150;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 151;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 152;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 153;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 154;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 155;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 156;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 157;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 158;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 159;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 160;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 161;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 162;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 163;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 164;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 165;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 166;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 167;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 168;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 169;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 170;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 171;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 172;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 173;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 174;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 175;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 176;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 177;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 178;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 179;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 180;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 181;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 182;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 183;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 184;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 185;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 186;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 187;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 188;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 189;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 190;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 191;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 192;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 193;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 194;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 195;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 196;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 197;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 198;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 199;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 200;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 201;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 202;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 203;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 204;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 205;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 206;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 207;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 208;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 209;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 210;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 211;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 212;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 213;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 214;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 215;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 216;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 217;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 218;4;-0.999254,-0.016588, 0.030205, 0.017432;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.028372,-0.000000;;, + 1;3; 0.000000, 0.028372,-0.000000;;, + 2;3; 0.000000, 0.028372,-0.000000;;, + 3;3; 0.000000, 0.028372,-0.000000;;, + 4;3; 0.000000, 0.028372,-0.000000;;, + 5;3; 0.000000, 0.028372,-0.000000;;, + 6;3; 0.000000, 0.028372,-0.000000;;, + 7;3; 0.000000, 0.028372,-0.000000;;, + 8;3; 0.000000, 0.028372,-0.000000;;, + 9;3; 0.000000, 0.028372,-0.000000;;, + 10;3; 0.000000, 0.028372,-0.000000;;, + 11;3; 0.000000, 0.028372,-0.000000;;, + 12;3; 0.000000, 0.028372,-0.000000;;, + 13;3; 0.000000, 0.028372,-0.000000;;, + 14;3; 0.000000, 0.028372,-0.000000;;, + 15;3; 0.000000, 0.028372,-0.000000;;, + 16;3; 0.000000, 0.028372,-0.000000;;, + 17;3; 0.000000, 0.028372,-0.000000;;, + 18;3; 0.000000, 0.028372,-0.000000;;, + 19;3; 0.000000, 0.028372,-0.000000;;, + 20;3; 0.000000, 0.028372,-0.000000;;, + 21;3; 0.000000, 0.028372,-0.000000;;, + 22;3; 0.000000, 0.028372,-0.000000;;, + 23;3; 0.000000, 0.028372,-0.000000;;, + 24;3; 0.000000, 0.028372,-0.000000;;, + 25;3; 0.000000, 0.028372,-0.000000;;, + 26;3; 0.000000, 0.028372,-0.000000;;, + 27;3; 0.000000, 0.028372,-0.000000;;, + 28;3; 0.000000, 0.028372,-0.000000;;, + 29;3; 0.000000, 0.028372,-0.000000;;, + 30;3; 0.000000, 0.028372,-0.000000;;, + 31;3; 0.000000, 0.028372,-0.000000;;, + 32;3; 0.000000, 0.028372,-0.000000;;, + 33;3; 0.000000, 0.028372,-0.000000;;, + 34;3; 0.000000, 0.028372,-0.000000;;, + 35;3; 0.000000, 0.028372,-0.000000;;, + 36;3; 0.000000, 0.028372,-0.000000;;, + 37;3; 0.000000, 0.028372,-0.000000;;, + 38;3; 0.000000, 0.028372,-0.000000;;, + 39;3; 0.000000, 0.028372,-0.000000;;, + 40;3; 0.000000, 0.028372,-0.000000;;, + 41;3; 0.000000, 0.028372,-0.000000;;, + 42;3; 0.000000, 0.028372,-0.000000;;, + 43;3; 0.000000, 0.028372,-0.000000;;, + 44;3; 0.000000, 0.028372,-0.000000;;, + 45;3; 0.000000, 0.028372,-0.000000;;, + 46;3; 0.000000, 0.028372,-0.000000;;, + 47;3; 0.000000, 0.028372,-0.000000;;, + 48;3; 0.000000, 0.028372,-0.000000;;, + 49;3; 0.000000, 0.028372,-0.000000;;, + 50;3; 0.000000, 0.028372,-0.000000;;, + 51;3; 0.000000, 0.028372,-0.000000;;, + 52;3; 0.000000, 0.028372,-0.000000;;, + 53;3; 0.000000, 0.028372,-0.000000;;, + 54;3; 0.000000, 0.028372,-0.000000;;, + 55;3; 0.000000, 0.028372,-0.000000;;, + 56;3; 0.000000, 0.028372,-0.000000;;, + 57;3; 0.000000, 0.028372,-0.000000;;, + 58;3; 0.000000, 0.028372,-0.000000;;, + 59;3; 0.000000, 0.028372,-0.000000;;, + 60;3; 0.000000, 0.028372,-0.000000;;, + 61;3; 0.000000, 0.028372,-0.000000;;, + 62;3; 0.000000, 0.028372,-0.000000;;, + 63;3; 0.000000, 0.028372,-0.000000;;, + 64;3; 0.000000, 0.028372,-0.000000;;, + 65;3; 0.000000, 0.028372,-0.000000;;, + 66;3; 0.000000, 0.028372,-0.000000;;, + 67;3; 0.000000, 0.028372,-0.000000;;, + 68;3; 0.000000, 0.028372,-0.000000;;, + 69;3; 0.000000, 0.028372,-0.000000;;, + 70;3; 0.000000, 0.028372,-0.000000;;, + 71;3; 0.000000, 0.028372,-0.000000;;, + 72;3; 0.000000, 0.028372,-0.000000;;, + 73;3; 0.000000, 0.028372,-0.000000;;, + 74;3; 0.000000, 0.028372,-0.000000;;, + 75;3; 0.000000, 0.028372,-0.000000;;, + 76;3; 0.000000, 0.028372,-0.000000;;, + 77;3; 0.000000, 0.028372,-0.000000;;, + 78;3; 0.000000, 0.028372,-0.000000;;, + 79;3; 0.000000, 0.028372,-0.000000;;, + 80;3; 0.000000, 0.028372, 0.000000;;, + 81;3; 0.000000, 0.028372, 0.000000;;, + 82;3; 0.000000, 0.028372, 0.000000;;, + 83;3; 0.000000, 0.028372, 0.000000;;, + 84;3; 0.000000, 0.028372, 0.000000;;, + 85;3; 0.000000, 0.028372, 0.000000;;, + 86;3; 0.000000, 0.028372, 0.000000;;, + 87;3; 0.000000, 0.028372, 0.000000;;, + 88;3; 0.000000, 0.028372, 0.000000;;, + 89;3; 0.000000, 0.028372, 0.000000;;, + 90;3; 0.000000, 0.028372, 0.000000;;, + 91;3; 0.000000, 0.028372, 0.000000;;, + 92;3; 0.000000, 0.028372, 0.000000;;, + 93;3; 0.000000, 0.028372, 0.000000;;, + 94;3; 0.000000, 0.028372, 0.000000;;, + 95;3; 0.000000, 0.028372, 0.000000;;, + 96;3; 0.000000, 0.028372, 0.000000;;, + 97;3; 0.000000, 0.028372, 0.000000;;, + 98;3; 0.000000, 0.028372, 0.000000;;, + 99;3; 0.000000, 0.028372, 0.000000;;, + 100;3; 0.000000, 0.028372, 0.000000;;, + 101;3; 0.000000, 0.028372, 0.000000;;, + 102;3; 0.000000, 0.028372, 0.000000;;, + 103;3; 0.000000, 0.028372, 0.000000;;, + 104;3; 0.000000, 0.028372, 0.000000;;, + 105;3; 0.000000, 0.028372, 0.000000;;, + 106;3; 0.000000, 0.028372, 0.000000;;, + 107;3; 0.000000, 0.028372, 0.000000;;, + 108;3; 0.000000, 0.028372, 0.000000;;, + 109;3; 0.000000, 0.028372, 0.000000;;, + 110;3; 0.000000, 0.028372, 0.000000;;, + 111;3; 0.000000, 0.028372, 0.000000;;, + 112;3; 0.000000, 0.028372, 0.000000;;, + 113;3; 0.000000, 0.028372, 0.000000;;, + 114;3; 0.000000, 0.028372, 0.000000;;, + 115;3; 0.000000, 0.028372, 0.000000;;, + 116;3; 0.000000, 0.028372, 0.000000;;, + 117;3; 0.000000, 0.028372, 0.000000;;, + 118;3; 0.000000, 0.028372, 0.000000;;, + 119;3; 0.000000, 0.028372, 0.000000;;, + 120;3; 0.000000, 0.028372, 0.000000;;, + 121;3; 0.000000, 0.028372, 0.000000;;, + 122;3; 0.000000, 0.028372, 0.000000;;, + 123;3; 0.000000, 0.028372, 0.000000;;, + 124;3; 0.000000, 0.028372, 0.000000;;, + 125;3; 0.000000, 0.028372, 0.000000;;, + 126;3; 0.000000, 0.028372, 0.000000;;, + 127;3; 0.000000, 0.028372, 0.000000;;, + 128;3; 0.000000, 0.028372, 0.000000;;, + 129;3; 0.000000, 0.028372, 0.000000;;, + 130;3; 0.000000, 0.028372, 0.000000;;, + 131;3; 0.000000, 0.028372, 0.000000;;, + 132;3; 0.000000, 0.028372, 0.000000;;, + 133;3; 0.000000, 0.028372, 0.000000;;, + 134;3; 0.000000, 0.028372, 0.000000;;, + 135;3; 0.000000, 0.028372, 0.000000;;, + 136;3; 0.000000, 0.028372, 0.000000;;, + 137;3; 0.000000, 0.028372, 0.000000;;, + 138;3; 0.000000, 0.028372, 0.000000;;, + 139;3; 0.000000, 0.028372, 0.000000;;, + 140;3; 0.000000, 0.028372, 0.000000;;, + 141;3; 0.000000, 0.028372, 0.000000;;, + 142;3; 0.000000, 0.028372, 0.000000;;, + 143;3; 0.000000, 0.028372, 0.000000;;, + 144;3; 0.000000, 0.028372, 0.000000;;, + 145;3; 0.000000, 0.028372, 0.000000;;, + 146;3; 0.000000, 0.028372, 0.000000;;, + 147;3; 0.000000, 0.028372, 0.000000;;, + 148;3; 0.000000, 0.028372, 0.000000;;, + 149;3; 0.000000, 0.028372, 0.000000;;, + 150;3; 0.000000, 0.028372, 0.000000;;, + 151;3; 0.000000, 0.028372, 0.000000;;, + 152;3; 0.000000, 0.028372, 0.000000;;, + 153;3; 0.000000, 0.028372, 0.000000;;, + 154;3; 0.000000, 0.028372, 0.000000;;, + 155;3; 0.000000, 0.028372, 0.000000;;, + 156;3; 0.000000, 0.028372, 0.000000;;, + 157;3; 0.000000, 0.028372, 0.000000;;, + 158;3; 0.000000, 0.028372, 0.000000;;, + 159;3; 0.000000, 0.028372, 0.000000;;, + 160;3;-0.000000, 0.028372,-0.000000;;, + 161;3; 0.000000, 0.028372, 0.000000;;, + 162;3; 0.000000, 0.028372, 0.000000;;, + 163;3; 0.000000, 0.028372, 0.000000;;, + 164;3; 0.000000, 0.028372, 0.000000;;, + 165;3; 0.000000, 0.028372,-0.000000;;, + 166;3;-0.000000, 0.028372,-0.000000;;, + 167;3; 0.000000, 0.028372,-0.000000;;, + 168;3; 0.000000, 0.028372,-0.000000;;, + 169;3; 0.000000, 0.028372,-0.000000;;, + 170;3; 0.000000, 0.028372,-0.000000;;, + 171;3; 0.000000, 0.028372,-0.000000;;, + 172;3; 0.000000, 0.028372,-0.000000;;, + 173;3; 0.000000, 0.028372,-0.000000;;, + 174;3; 0.000000, 0.028372,-0.000000;;, + 175;3; 0.000000, 0.028372,-0.000000;;, + 176;3; 0.000000, 0.028372,-0.000000;;, + 177;3; 0.000000, 0.028372,-0.000000;;, + 178;3; 0.000000, 0.028372,-0.000000;;, + 179;3; 0.000000, 0.028372,-0.000000;;, + 180;3; 0.000000, 0.028372,-0.000000;;, + 181;3; 0.000000, 0.028372,-0.000000;;, + 182;3; 0.000000, 0.028372,-0.000000;;, + 183;3; 0.000000, 0.028372,-0.000000;;, + 184;3; 0.000000, 0.028372,-0.000000;;, + 185;3; 0.000000, 0.028372,-0.000000;;, + 186;3; 0.000000, 0.028372,-0.000000;;, + 187;3; 0.000000, 0.028372,-0.000000;;, + 188;3; 0.000000, 0.028372,-0.000000;;, + 189;3; 0.000000, 0.028372,-0.000000;;, + 190;3; 0.000000, 0.028372,-0.000000;;, + 191;3; 0.000000, 0.028372,-0.000000;;, + 192;3;-0.000000, 0.028372,-0.000000;;, + 193;3; 0.000000, 0.028372, 0.000000;;, + 194;3;-0.000000, 0.028372,-0.000000;;, + 195;3; 0.000000, 0.028372,-0.000000;;, + 196;3;-0.000000, 0.028372,-0.000000;;, + 197;3;-0.000000, 0.028372,-0.000000;;, + 198;3;-0.000000, 0.028372,-0.000000;;, + 199;3;-0.000000, 0.028372,-0.000000;;, + 200;3;-0.000000, 0.028372,-0.000000;;, + 201;3;-0.000000, 0.028372,-0.000000;;, + 202;3;-0.000000, 0.028372,-0.000000;;, + 203;3;-0.000000, 0.028372,-0.000000;;, + 204;3;-0.000000, 0.028372,-0.000000;;, + 205;3;-0.000000, 0.028372,-0.000000;;, + 206;3;-0.000000, 0.028372,-0.000000;;, + 207;3;-0.000000, 0.028372,-0.000000;;, + 208;3;-0.000000, 0.028372,-0.000000;;, + 209;3;-0.000000, 0.028372,-0.000000;;, + 210;3;-0.000000, 0.028372,-0.000000;;, + 211;3;-0.000000, 0.028372,-0.000000;;, + 212;3;-0.000000, 0.028372,-0.000000;;, + 213;3;-0.000000, 0.028372,-0.000000;;, + 214;3;-0.000000, 0.028372,-0.000000;;, + 215;3;-0.000000, 0.028372,-0.000000;;, + 216;3;-0.000000, 0.028372,-0.000000;;, + 217;3;-0.000000, 0.028372,-0.000000;;, + 218;3;-0.000000, 0.028372,-0.000000;;; + } + } + Animation { + {wolfwoman_index_03_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 1;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 2;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 3;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 4;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 5;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 6;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 7;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 8;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 9;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 10;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 11;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 12;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 13;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 14;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 15;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 16;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 17;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 18;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 19;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 20;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 21;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 22;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 23;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 24;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 25;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 26;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 27;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 28;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 29;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 30;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 31;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 32;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 33;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 34;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 35;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 36;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 37;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 38;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 39;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 40;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 41;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 42;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 43;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 44;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 45;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 46;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 47;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 48;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 49;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 50;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 51;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 52;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 53;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 54;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 55;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 56;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 57;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 58;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 59;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 60;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 61;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 62;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 63;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 64;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 65;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 66;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 67;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 68;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 69;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 70;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 71;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 72;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 73;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 74;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 75;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 76;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 77;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 78;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 79;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 80;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 81;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 82;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 83;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 84;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 85;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 86;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 87;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 88;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 89;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 90;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 91;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 92;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 93;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 94;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 95;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 96;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 97;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 98;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 99;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 100;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 101;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 102;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 103;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 104;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 105;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 106;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 107;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 108;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 109;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 110;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 111;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 112;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 113;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 114;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 115;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 116;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 117;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 118;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 119;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 120;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 121;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 122;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 123;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 124;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 125;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 126;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 127;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 128;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 129;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 130;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 131;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 132;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 133;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 134;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 135;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 136;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 137;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 138;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 139;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 140;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 141;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 142;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 143;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 144;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 145;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 146;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 147;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 148;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 149;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 150;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 151;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 152;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 153;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 154;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 155;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 156;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 157;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 158;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 159;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 160;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 161;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 162;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 163;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 164;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 165;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 166;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 167;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 168;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 169;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 170;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 171;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 172;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 173;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 174;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 175;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 176;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 177;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 178;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 179;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 180;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 181;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 182;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 183;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 184;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 185;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 186;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 187;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 188;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 189;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 190;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 191;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 192;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 193;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 194;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 195;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 196;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 197;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 198;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 199;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 200;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 201;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 202;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 203;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 204;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 205;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 206;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 207;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 208;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 209;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 210;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 211;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 212;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 213;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 214;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 215;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 216;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 217;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 218;4;-0.997333, 0.045931,-0.035753, 0.044038;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.025422, 0.000000;;, + 1;3; 0.000000, 0.025422, 0.000000;;, + 2;3; 0.000000, 0.025422, 0.000000;;, + 3;3; 0.000000, 0.025422, 0.000000;;, + 4;3; 0.000000, 0.025422, 0.000000;;, + 5;3; 0.000000, 0.025422, 0.000000;;, + 6;3; 0.000000, 0.025422, 0.000000;;, + 7;3; 0.000000, 0.025422, 0.000000;;, + 8;3; 0.000000, 0.025422, 0.000000;;, + 9;3; 0.000000, 0.025422, 0.000000;;, + 10;3; 0.000000, 0.025422, 0.000000;;, + 11;3; 0.000000, 0.025422, 0.000000;;, + 12;3; 0.000000, 0.025422, 0.000000;;, + 13;3; 0.000000, 0.025422, 0.000000;;, + 14;3; 0.000000, 0.025422, 0.000000;;, + 15;3; 0.000000, 0.025422, 0.000000;;, + 16;3; 0.000000, 0.025422, 0.000000;;, + 17;3; 0.000000, 0.025422, 0.000000;;, + 18;3; 0.000000, 0.025422, 0.000000;;, + 19;3; 0.000000, 0.025422, 0.000000;;, + 20;3; 0.000000, 0.025422, 0.000000;;, + 21;3; 0.000000, 0.025422, 0.000000;;, + 22;3; 0.000000, 0.025422, 0.000000;;, + 23;3; 0.000000, 0.025422, 0.000000;;, + 24;3; 0.000000, 0.025422, 0.000000;;, + 25;3; 0.000000, 0.025422, 0.000000;;, + 26;3; 0.000000, 0.025422, 0.000000;;, + 27;3; 0.000000, 0.025422, 0.000000;;, + 28;3; 0.000000, 0.025422, 0.000000;;, + 29;3; 0.000000, 0.025422, 0.000000;;, + 30;3; 0.000000, 0.025422, 0.000000;;, + 31;3; 0.000000, 0.025422, 0.000000;;, + 32;3; 0.000000, 0.025422, 0.000000;;, + 33;3; 0.000000, 0.025422, 0.000000;;, + 34;3; 0.000000, 0.025422, 0.000000;;, + 35;3; 0.000000, 0.025422, 0.000000;;, + 36;3; 0.000000, 0.025422, 0.000000;;, + 37;3; 0.000000, 0.025422, 0.000000;;, + 38;3; 0.000000, 0.025422, 0.000000;;, + 39;3; 0.000000, 0.025422, 0.000000;;, + 40;3; 0.000000, 0.025422, 0.000000;;, + 41;3; 0.000000, 0.025422, 0.000000;;, + 42;3; 0.000000, 0.025422, 0.000000;;, + 43;3; 0.000000, 0.025422, 0.000000;;, + 44;3; 0.000000, 0.025422, 0.000000;;, + 45;3; 0.000000, 0.025422, 0.000000;;, + 46;3; 0.000000, 0.025422, 0.000000;;, + 47;3; 0.000000, 0.025422, 0.000000;;, + 48;3; 0.000000, 0.025422, 0.000000;;, + 49;3; 0.000000, 0.025422, 0.000000;;, + 50;3; 0.000000, 0.025422, 0.000000;;, + 51;3; 0.000000, 0.025422, 0.000000;;, + 52;3; 0.000000, 0.025422, 0.000000;;, + 53;3; 0.000000, 0.025422, 0.000000;;, + 54;3; 0.000000, 0.025422, 0.000000;;, + 55;3; 0.000000, 0.025422, 0.000000;;, + 56;3; 0.000000, 0.025422, 0.000000;;, + 57;3; 0.000000, 0.025422, 0.000000;;, + 58;3; 0.000000, 0.025422, 0.000000;;, + 59;3; 0.000000, 0.025422, 0.000000;;, + 60;3; 0.000000, 0.025422, 0.000000;;, + 61;3; 0.000000, 0.025422, 0.000000;;, + 62;3; 0.000000, 0.025422, 0.000000;;, + 63;3; 0.000000, 0.025422, 0.000000;;, + 64;3; 0.000000, 0.025422, 0.000000;;, + 65;3; 0.000000, 0.025422, 0.000000;;, + 66;3; 0.000000, 0.025422, 0.000000;;, + 67;3; 0.000000, 0.025422, 0.000000;;, + 68;3; 0.000000, 0.025422, 0.000000;;, + 69;3; 0.000000, 0.025422, 0.000000;;, + 70;3; 0.000000, 0.025422, 0.000000;;, + 71;3; 0.000000, 0.025422, 0.000000;;, + 72;3; 0.000000, 0.025422, 0.000000;;, + 73;3; 0.000000, 0.025422, 0.000000;;, + 74;3; 0.000000, 0.025422, 0.000000;;, + 75;3; 0.000000, 0.025422, 0.000000;;, + 76;3; 0.000000, 0.025422, 0.000000;;, + 77;3; 0.000000, 0.025422, 0.000000;;, + 78;3; 0.000000, 0.025422, 0.000000;;, + 79;3;-0.000000, 0.025422, 0.000000;;, + 80;3;-0.000000, 0.025422, 0.000000;;, + 81;3;-0.000000, 0.025422, 0.000000;;, + 82;3;-0.000000, 0.025422, 0.000000;;, + 83;3;-0.000000, 0.025422, 0.000000;;, + 84;3;-0.000000, 0.025422, 0.000000;;, + 85;3;-0.000000, 0.025422, 0.000000;;, + 86;3;-0.000000, 0.025422, 0.000000;;, + 87;3;-0.000000, 0.025422, 0.000000;;, + 88;3;-0.000000, 0.025422, 0.000000;;, + 89;3;-0.000000, 0.025422, 0.000000;;, + 90;3;-0.000000, 0.025422, 0.000000;;, + 91;3;-0.000000, 0.025422, 0.000000;;, + 92;3;-0.000000, 0.025422, 0.000000;;, + 93;3;-0.000000, 0.025422, 0.000000;;, + 94;3;-0.000000, 0.025422, 0.000000;;, + 95;3;-0.000000, 0.025422, 0.000000;;, + 96;3;-0.000000, 0.025422, 0.000000;;, + 97;3;-0.000000, 0.025422, 0.000000;;, + 98;3;-0.000000, 0.025422, 0.000000;;, + 99;3;-0.000000, 0.025422, 0.000000;;, + 100;3;-0.000000, 0.025422, 0.000000;;, + 101;3;-0.000000, 0.025422, 0.000000;;, + 102;3;-0.000000, 0.025422, 0.000000;;, + 103;3;-0.000000, 0.025422, 0.000000;;, + 104;3;-0.000000, 0.025422, 0.000000;;, + 105;3;-0.000000, 0.025422, 0.000000;;, + 106;3;-0.000000, 0.025422, 0.000000;;, + 107;3;-0.000000, 0.025422, 0.000000;;, + 108;3;-0.000000, 0.025422, 0.000000;;, + 109;3;-0.000000, 0.025422, 0.000000;;, + 110;3;-0.000000, 0.025422, 0.000000;;, + 111;3;-0.000000, 0.025422, 0.000000;;, + 112;3;-0.000000, 0.025422, 0.000000;;, + 113;3;-0.000000, 0.025422, 0.000000;;, + 114;3;-0.000000, 0.025422, 0.000000;;, + 115;3;-0.000000, 0.025422, 0.000000;;, + 116;3;-0.000000, 0.025422, 0.000000;;, + 117;3;-0.000000, 0.025422, 0.000000;;, + 118;3;-0.000000, 0.025422, 0.000000;;, + 119;3;-0.000000, 0.025422, 0.000000;;, + 120;3;-0.000000, 0.025422, 0.000000;;, + 121;3;-0.000000, 0.025422, 0.000000;;, + 122;3;-0.000000, 0.025422, 0.000000;;, + 123;3;-0.000000, 0.025422, 0.000000;;, + 124;3;-0.000000, 0.025422, 0.000000;;, + 125;3;-0.000000, 0.025422, 0.000000;;, + 126;3;-0.000000, 0.025422, 0.000000;;, + 127;3;-0.000000, 0.025422, 0.000000;;, + 128;3;-0.000000, 0.025422, 0.000000;;, + 129;3;-0.000000, 0.025422, 0.000000;;, + 130;3;-0.000000, 0.025422, 0.000000;;, + 131;3;-0.000000, 0.025422, 0.000000;;, + 132;3;-0.000000, 0.025422, 0.000000;;, + 133;3;-0.000000, 0.025422, 0.000000;;, + 134;3;-0.000000, 0.025422, 0.000000;;, + 135;3;-0.000000, 0.025422, 0.000000;;, + 136;3;-0.000000, 0.025422, 0.000000;;, + 137;3;-0.000000, 0.025422, 0.000000;;, + 138;3;-0.000000, 0.025422, 0.000000;;, + 139;3;-0.000000, 0.025422, 0.000000;;, + 140;3;-0.000000, 0.025422, 0.000000;;, + 141;3;-0.000000, 0.025422, 0.000000;;, + 142;3;-0.000000, 0.025422, 0.000000;;, + 143;3;-0.000000, 0.025422, 0.000000;;, + 144;3;-0.000000, 0.025422, 0.000000;;, + 145;3;-0.000000, 0.025422, 0.000000;;, + 146;3;-0.000000, 0.025422, 0.000000;;, + 147;3;-0.000000, 0.025422, 0.000000;;, + 148;3;-0.000000, 0.025422, 0.000000;;, + 149;3;-0.000000, 0.025422, 0.000000;;, + 150;3;-0.000000, 0.025422, 0.000000;;, + 151;3;-0.000000, 0.025422, 0.000000;;, + 152;3;-0.000000, 0.025422, 0.000000;;, + 153;3;-0.000000, 0.025422, 0.000000;;, + 154;3;-0.000000, 0.025422, 0.000000;;, + 155;3;-0.000000, 0.025422, 0.000000;;, + 156;3;-0.000000, 0.025422, 0.000000;;, + 157;3;-0.000000, 0.025422, 0.000000;;, + 158;3;-0.000000, 0.025422, 0.000000;;, + 159;3;-0.000000, 0.025422, 0.000000;;, + 160;3; 0.000000, 0.025422, 0.000000;;, + 161;3; 0.000000, 0.025422, 0.000000;;, + 162;3; 0.000000, 0.025422, 0.000000;;, + 163;3; 0.000000, 0.025422, 0.000000;;, + 164;3; 0.000000, 0.025422, 0.000000;;, + 165;3; 0.000000, 0.025422, 0.000000;;, + 166;3; 0.000000, 0.025422, 0.000000;;, + 167;3; 0.000000, 0.025422, 0.000000;;, + 168;3;-0.000000, 0.025422,-0.000000;;, + 169;3; 0.000000, 0.025422, 0.000000;;, + 170;3; 0.000000, 0.025422, 0.000000;;, + 171;3;-0.000000, 0.025422, 0.000000;;, + 172;3; 0.000000, 0.025422,-0.000000;;, + 173;3; 0.000000, 0.025422, 0.000000;;, + 174;3; 0.000000, 0.025422,-0.000000;;, + 175;3; 0.000000, 0.025422,-0.000000;;, + 176;3; 0.000000, 0.025422, 0.000000;;, + 177;3;-0.000000, 0.025422, 0.000000;;, + 178;3;-0.000000, 0.025422, 0.000000;;, + 179;3; 0.000000, 0.025422, 0.000000;;, + 180;3;-0.000000, 0.025422, 0.000000;;, + 181;3; 0.000000, 0.025422,-0.000000;;, + 182;3; 0.000000, 0.025422, 0.000000;;, + 183;3; 0.000000, 0.025422, 0.000000;;, + 184;3; 0.000000, 0.025422, 0.000000;;, + 185;3; 0.000000, 0.025422, 0.000000;;, + 186;3; 0.000000, 0.025422, 0.000000;;, + 187;3;-0.000000, 0.025422, 0.000000;;, + 188;3; 0.000000, 0.025422, 0.000000;;, + 189;3; 0.000000, 0.025422, 0.000000;;, + 190;3; 0.000000, 0.025422,-0.000000;;, + 191;3; 0.000000, 0.025422, 0.000000;;, + 192;3;-0.000000, 0.025422,-0.000000;;, + 193;3; 0.000000, 0.025422, 0.000000;;, + 194;3;-0.000000, 0.025422,-0.000000;;, + 195;3; 0.000000, 0.025422, 0.000000;;, + 196;3;-0.000000, 0.025422, 0.000000;;, + 197;3; 0.000000, 0.025422, 0.000000;;, + 198;3; 0.000000, 0.025422, 0.000000;;, + 199;3; 0.000000, 0.025422, 0.000000;;, + 200;3; 0.000000, 0.025422, 0.000000;;, + 201;3; 0.000000, 0.025422, 0.000000;;, + 202;3; 0.000000, 0.025422, 0.000000;;, + 203;3; 0.000000, 0.025422, 0.000000;;, + 204;3; 0.000000, 0.025422, 0.000000;;, + 205;3; 0.000000, 0.025422, 0.000000;;, + 206;3; 0.000000, 0.025422, 0.000000;;, + 207;3; 0.000000, 0.025422, 0.000000;;, + 208;3; 0.000000, 0.025422, 0.000000;;, + 209;3; 0.000000, 0.025422, 0.000000;;, + 210;3; 0.000000, 0.025422, 0.000000;;, + 211;3; 0.000000, 0.025422, 0.000000;;, + 212;3; 0.000000, 0.025422, 0.000000;;, + 213;3; 0.000000, 0.025422, 0.000000;;, + 214;3; 0.000000, 0.025422, 0.000000;;, + 215;3; 0.000000, 0.025422, 0.000000;;, + 216;3; 0.000000, 0.025422, 0.000000;;, + 217;3; 0.000000, 0.025422, 0.000000;;, + 218;3; 0.000000, 0.025422, 0.000000;;; + } + } + Animation { + {wolfwoman_middle_01_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 1;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 2;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 3;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 4;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 5;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 6;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 7;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 8;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 9;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 10;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 11;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 12;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 13;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 14;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 15;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 16;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 17;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 18;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 19;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 20;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 21;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 22;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 23;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 24;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 25;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 26;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 27;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 28;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 29;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 30;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 31;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 32;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 33;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 34;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 35;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 36;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 37;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 38;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 39;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 40;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 41;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 42;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 43;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 44;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 45;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 46;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 47;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 48;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 49;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 50;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 51;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 52;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 53;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 54;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 55;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 56;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 57;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 58;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 59;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 60;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 61;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 62;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 63;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 64;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 65;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 66;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 67;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 68;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 69;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 70;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 71;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 72;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 73;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 74;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 75;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 76;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 77;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 78;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 79;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 80;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 81;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 82;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 83;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 84;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 85;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 86;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 87;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 88;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 89;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 90;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 91;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 92;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 93;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 94;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 95;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 96;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 97;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 98;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 99;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 100;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 101;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 102;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 103;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 104;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 105;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 106;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 107;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 108;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 109;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 110;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 111;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 112;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 113;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 114;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 115;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 116;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 117;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 118;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 119;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 120;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 121;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 122;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 123;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 124;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 125;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 126;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 127;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 128;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 129;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 130;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 131;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 132;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 133;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 134;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 135;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 136;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 137;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 138;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 139;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 140;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 141;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 142;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 143;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 144;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 145;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 146;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 147;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 148;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 149;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 150;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 151;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 152;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 153;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 154;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 155;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 156;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 157;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 158;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 159;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 160;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 161;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 162;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 163;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 164;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 165;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 166;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 167;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 168;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 169;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 170;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 171;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 172;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 173;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 174;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 175;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 176;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 177;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 178;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 179;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 180;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 181;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 182;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 183;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 184;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 185;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 186;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 187;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 188;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 189;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 190;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 191;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 192;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 193;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 194;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 195;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 196;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 197;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 198;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 199;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 200;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 201;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 202;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 203;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 204;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 205;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 206;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 207;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 208;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 209;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 210;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 211;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 212;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 213;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 214;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 215;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 216;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 217;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 218;4;-0.950423,-0.039560,-0.287887, 0.110692;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.007725, 0.110602,-0.017004;;, + 1;3; 0.007725, 0.110602,-0.017004;;, + 2;3; 0.007725, 0.110602,-0.017004;;, + 3;3; 0.007725, 0.110602,-0.017004;;, + 4;3; 0.007725, 0.110602,-0.017004;;, + 5;3; 0.007725, 0.110602,-0.017004;;, + 6;3; 0.007725, 0.110602,-0.017004;;, + 7;3; 0.007725, 0.110602,-0.017004;;, + 8;3; 0.007725, 0.110602,-0.017004;;, + 9;3; 0.007725, 0.110602,-0.017004;;, + 10;3; 0.007725, 0.110602,-0.017004;;, + 11;3; 0.007725, 0.110602,-0.017004;;, + 12;3; 0.007725, 0.110602,-0.017004;;, + 13;3; 0.007725, 0.110602,-0.017004;;, + 14;3; 0.007725, 0.110602,-0.017004;;, + 15;3; 0.007725, 0.110602,-0.017004;;, + 16;3; 0.007725, 0.110602,-0.017004;;, + 17;3; 0.007725, 0.110602,-0.017004;;, + 18;3; 0.007725, 0.110602,-0.017004;;, + 19;3; 0.007725, 0.110602,-0.017004;;, + 20;3; 0.007725, 0.110602,-0.017004;;, + 21;3; 0.007725, 0.110602,-0.017004;;, + 22;3; 0.007725, 0.110602,-0.017004;;, + 23;3; 0.007725, 0.110602,-0.017004;;, + 24;3; 0.007725, 0.110602,-0.017004;;, + 25;3; 0.007725, 0.110602,-0.017004;;, + 26;3; 0.007725, 0.110602,-0.017004;;, + 27;3; 0.007725, 0.110602,-0.017004;;, + 28;3; 0.007725, 0.110602,-0.017004;;, + 29;3; 0.007725, 0.110602,-0.017004;;, + 30;3; 0.007725, 0.110602,-0.017004;;, + 31;3; 0.007725, 0.110602,-0.017004;;, + 32;3; 0.007725, 0.110602,-0.017004;;, + 33;3; 0.007725, 0.110602,-0.017004;;, + 34;3; 0.007725, 0.110602,-0.017004;;, + 35;3; 0.007725, 0.110602,-0.017004;;, + 36;3; 0.007725, 0.110602,-0.017004;;, + 37;3; 0.007725, 0.110602,-0.017004;;, + 38;3; 0.007725, 0.110602,-0.017004;;, + 39;3; 0.007725, 0.110602,-0.017004;;, + 40;3; 0.007725, 0.110602,-0.017004;;, + 41;3; 0.007725, 0.110602,-0.017004;;, + 42;3; 0.007725, 0.110602,-0.017004;;, + 43;3; 0.007725, 0.110602,-0.017004;;, + 44;3; 0.007725, 0.110602,-0.017004;;, + 45;3; 0.007725, 0.110602,-0.017004;;, + 46;3; 0.007725, 0.110602,-0.017004;;, + 47;3; 0.007725, 0.110602,-0.017004;;, + 48;3; 0.007725, 0.110602,-0.017004;;, + 49;3; 0.007725, 0.110602,-0.017004;;, + 50;3; 0.007725, 0.110602,-0.017004;;, + 51;3; 0.007725, 0.110602,-0.017004;;, + 52;3; 0.007725, 0.110602,-0.017004;;, + 53;3; 0.007725, 0.110602,-0.017004;;, + 54;3; 0.007725, 0.110602,-0.017004;;, + 55;3; 0.007725, 0.110602,-0.017004;;, + 56;3; 0.007725, 0.110602,-0.017004;;, + 57;3; 0.007725, 0.110602,-0.017004;;, + 58;3; 0.007725, 0.110602,-0.017004;;, + 59;3; 0.007725, 0.110602,-0.017004;;, + 60;3; 0.007725, 0.110602,-0.017004;;, + 61;3; 0.007725, 0.110602,-0.017004;;, + 62;3; 0.007725, 0.110602,-0.017004;;, + 63;3; 0.007725, 0.110602,-0.017004;;, + 64;3; 0.007725, 0.110602,-0.017004;;, + 65;3; 0.007725, 0.110602,-0.017004;;, + 66;3; 0.007725, 0.110602,-0.017004;;, + 67;3; 0.007725, 0.110602,-0.017004;;, + 68;3; 0.007725, 0.110602,-0.017004;;, + 69;3; 0.007725, 0.110602,-0.017004;;, + 70;3; 0.007725, 0.110602,-0.017004;;, + 71;3; 0.007725, 0.110602,-0.017004;;, + 72;3; 0.007725, 0.110602,-0.017004;;, + 73;3; 0.007725, 0.110602,-0.017004;;, + 74;3; 0.007725, 0.110602,-0.017004;;, + 75;3; 0.007725, 0.110602,-0.017004;;, + 76;3; 0.007725, 0.110602,-0.017004;;, + 77;3; 0.007725, 0.110602,-0.017004;;, + 78;3; 0.007725, 0.110602,-0.017004;;, + 79;3; 0.007725, 0.110602,-0.017004;;, + 80;3; 0.007724, 0.110602,-0.017004;;, + 81;3; 0.007724, 0.110602,-0.017004;;, + 82;3; 0.007724, 0.110602,-0.017004;;, + 83;3; 0.007724, 0.110602,-0.017004;;, + 84;3; 0.007724, 0.110602,-0.017004;;, + 85;3; 0.007724, 0.110602,-0.017004;;, + 86;3; 0.007724, 0.110602,-0.017004;;, + 87;3; 0.007724, 0.110602,-0.017004;;, + 88;3; 0.007724, 0.110602,-0.017004;;, + 89;3; 0.007724, 0.110602,-0.017004;;, + 90;3; 0.007724, 0.110602,-0.017004;;, + 91;3; 0.007724, 0.110602,-0.017004;;, + 92;3; 0.007724, 0.110602,-0.017004;;, + 93;3; 0.007724, 0.110602,-0.017004;;, + 94;3; 0.007724, 0.110602,-0.017004;;, + 95;3; 0.007724, 0.110602,-0.017004;;, + 96;3; 0.007724, 0.110602,-0.017004;;, + 97;3; 0.007724, 0.110602,-0.017004;;, + 98;3; 0.007724, 0.110602,-0.017004;;, + 99;3; 0.007724, 0.110602,-0.017004;;, + 100;3; 0.007724, 0.110602,-0.017004;;, + 101;3; 0.007724, 0.110602,-0.017004;;, + 102;3; 0.007724, 0.110602,-0.017004;;, + 103;3; 0.007724, 0.110602,-0.017004;;, + 104;3; 0.007724, 0.110602,-0.017004;;, + 105;3; 0.007724, 0.110602,-0.017004;;, + 106;3; 0.007724, 0.110602,-0.017004;;, + 107;3; 0.007724, 0.110602,-0.017004;;, + 108;3; 0.007724, 0.110602,-0.017004;;, + 109;3; 0.007724, 0.110602,-0.017004;;, + 110;3; 0.007724, 0.110602,-0.017004;;, + 111;3; 0.007724, 0.110602,-0.017004;;, + 112;3; 0.007724, 0.110602,-0.017004;;, + 113;3; 0.007724, 0.110602,-0.017004;;, + 114;3; 0.007724, 0.110602,-0.017004;;, + 115;3; 0.007724, 0.110602,-0.017004;;, + 116;3; 0.007724, 0.110602,-0.017004;;, + 117;3; 0.007724, 0.110602,-0.017004;;, + 118;3; 0.007724, 0.110602,-0.017004;;, + 119;3; 0.007724, 0.110602,-0.017004;;, + 120;3; 0.007724, 0.110602,-0.017004;;, + 121;3; 0.007724, 0.110602,-0.017004;;, + 122;3; 0.007724, 0.110602,-0.017004;;, + 123;3; 0.007724, 0.110602,-0.017004;;, + 124;3; 0.007724, 0.110602,-0.017004;;, + 125;3; 0.007724, 0.110602,-0.017004;;, + 126;3; 0.007724, 0.110602,-0.017004;;, + 127;3; 0.007724, 0.110602,-0.017004;;, + 128;3; 0.007724, 0.110602,-0.017004;;, + 129;3; 0.007724, 0.110602,-0.017004;;, + 130;3; 0.007724, 0.110602,-0.017004;;, + 131;3; 0.007724, 0.110602,-0.017004;;, + 132;3; 0.007724, 0.110602,-0.017004;;, + 133;3; 0.007724, 0.110602,-0.017004;;, + 134;3; 0.007724, 0.110602,-0.017004;;, + 135;3; 0.007724, 0.110602,-0.017004;;, + 136;3; 0.007724, 0.110602,-0.017004;;, + 137;3; 0.007724, 0.110602,-0.017004;;, + 138;3; 0.007724, 0.110602,-0.017004;;, + 139;3; 0.007724, 0.110602,-0.017004;;, + 140;3; 0.007724, 0.110602,-0.017004;;, + 141;3; 0.007724, 0.110602,-0.017004;;, + 142;3; 0.007724, 0.110602,-0.017004;;, + 143;3; 0.007724, 0.110602,-0.017004;;, + 144;3; 0.007724, 0.110602,-0.017004;;, + 145;3; 0.007724, 0.110602,-0.017004;;, + 146;3; 0.007724, 0.110602,-0.017004;;, + 147;3; 0.007724, 0.110602,-0.017004;;, + 148;3; 0.007724, 0.110602,-0.017004;;, + 149;3; 0.007724, 0.110602,-0.017004;;, + 150;3; 0.007724, 0.110602,-0.017004;;, + 151;3; 0.007724, 0.110602,-0.017004;;, + 152;3; 0.007724, 0.110602,-0.017004;;, + 153;3; 0.007724, 0.110602,-0.017004;;, + 154;3; 0.007724, 0.110602,-0.017004;;, + 155;3; 0.007724, 0.110602,-0.017004;;, + 156;3; 0.007724, 0.110602,-0.017004;;, + 157;3; 0.007724, 0.110602,-0.017004;;, + 158;3; 0.007724, 0.110602,-0.017004;;, + 159;3; 0.007724, 0.110602,-0.017004;;, + 160;3; 0.007725, 0.110602,-0.017004;;, + 161;3; 0.007725, 0.110602,-0.017004;;, + 162;3; 0.007725, 0.110602,-0.017004;;, + 163;3; 0.007725, 0.110602,-0.017004;;, + 164;3; 0.007725, 0.110602,-0.017004;;, + 165;3; 0.007725, 0.110602,-0.017004;;, + 166;3; 0.007725, 0.110602,-0.017004;;, + 167;3; 0.007724, 0.110602,-0.017004;;, + 168;3; 0.007725, 0.110602,-0.017004;;, + 169;3; 0.007725, 0.110602,-0.017004;;, + 170;3; 0.007724, 0.110602,-0.017004;;, + 171;3; 0.007725, 0.110602,-0.017004;;, + 172;3; 0.007725, 0.110602,-0.017004;;, + 173;3; 0.007724, 0.110602,-0.017004;;, + 174;3; 0.007725, 0.110602,-0.017004;;, + 175;3; 0.007725, 0.110602,-0.017004;;, + 176;3; 0.007725, 0.110602,-0.017004;;, + 177;3; 0.007725, 0.110602,-0.017004;;, + 178;3; 0.007725, 0.110602,-0.017004;;, + 179;3; 0.007725, 0.110602,-0.017004;;, + 180;3; 0.007725, 0.110602,-0.017004;;, + 181;3; 0.007725, 0.110602,-0.017004;;, + 182;3; 0.007725, 0.110602,-0.017004;;, + 183;3; 0.007724, 0.110602,-0.017004;;, + 184;3; 0.007725, 0.110602,-0.017004;;, + 185;3; 0.007725, 0.110602,-0.017004;;, + 186;3; 0.007724, 0.110602,-0.017004;;, + 187;3; 0.007725, 0.110602,-0.017004;;, + 188;3; 0.007724, 0.110602,-0.017004;;, + 189;3; 0.007724, 0.110602,-0.017004;;, + 190;3; 0.007725, 0.110602,-0.017004;;, + 191;3; 0.007724, 0.110602,-0.017004;;, + 192;3; 0.007725, 0.110602,-0.017004;;, + 193;3; 0.007725, 0.110602,-0.017004;;, + 194;3; 0.007725, 0.110602,-0.017004;;, + 195;3; 0.007724, 0.110602,-0.017004;;, + 196;3; 0.007724, 0.110602,-0.017004;;, + 197;3; 0.007725, 0.110602,-0.017004;;, + 198;3; 0.007725, 0.110602,-0.017004;;, + 199;3; 0.007725, 0.110602,-0.017004;;, + 200;3; 0.007725, 0.110602,-0.017004;;, + 201;3; 0.007725, 0.110602,-0.017004;;, + 202;3; 0.007725, 0.110602,-0.017004;;, + 203;3; 0.007725, 0.110602,-0.017004;;, + 204;3; 0.007725, 0.110602,-0.017004;;, + 205;3; 0.007725, 0.110602,-0.017004;;, + 206;3; 0.007725, 0.110602,-0.017004;;, + 207;3; 0.007725, 0.110602,-0.017004;;, + 208;3; 0.007725, 0.110602,-0.017004;;, + 209;3; 0.007725, 0.110602,-0.017004;;, + 210;3; 0.007725, 0.110602,-0.017004;;, + 211;3; 0.007725, 0.110602,-0.017004;;, + 212;3; 0.007725, 0.110602,-0.017004;;, + 213;3; 0.007725, 0.110602,-0.017004;;, + 214;3; 0.007725, 0.110602,-0.017004;;, + 215;3; 0.007725, 0.110602,-0.017004;;, + 216;3; 0.007725, 0.110602,-0.017004;;, + 217;3; 0.007725, 0.110602,-0.017004;;, + 218;3; 0.007725, 0.110602,-0.017004;;; + } + } + Animation { + {wolfwoman_middle_02_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 1;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 2;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 3;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 4;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 5;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 6;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 7;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 8;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 9;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 10;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 11;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 12;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 13;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 14;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 15;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 16;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 17;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 18;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 19;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 20;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 21;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 22;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 23;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 24;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 25;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 26;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 27;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 28;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 29;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 30;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 31;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 32;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 33;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 34;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 35;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 36;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 37;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 38;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 39;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 40;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 41;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 42;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 43;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 44;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 45;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 46;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 47;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 48;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 49;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 50;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 51;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 52;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 53;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 54;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 55;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 56;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 57;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 58;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 59;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 60;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 61;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 62;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 63;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 64;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 65;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 66;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 67;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 68;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 69;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 70;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 71;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 72;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 73;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 74;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 75;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 76;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 77;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 78;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 79;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 80;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 81;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 82;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 83;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 84;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 85;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 86;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 87;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 88;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 89;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 90;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 91;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 92;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 93;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 94;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 95;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 96;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 97;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 98;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 99;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 100;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 101;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 102;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 103;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 104;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 105;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 106;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 107;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 108;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 109;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 110;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 111;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 112;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 113;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 114;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 115;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 116;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 117;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 118;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 119;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 120;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 121;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 122;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 123;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 124;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 125;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 126;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 127;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 128;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 129;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 130;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 131;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 132;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 133;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 134;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 135;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 136;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 137;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 138;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 139;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 140;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 141;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 142;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 143;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 144;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 145;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 146;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 147;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 148;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 149;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 150;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 151;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 152;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 153;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 154;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 155;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 156;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 157;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 158;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 159;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 160;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 161;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 162;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 163;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 164;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 165;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 166;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 167;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 168;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 169;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 170;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 171;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 172;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 173;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 174;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 175;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 176;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 177;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 178;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 179;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 180;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 181;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 182;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 183;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 184;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 185;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 186;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 187;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 188;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 189;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 190;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 191;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 192;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 193;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 194;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 195;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 196;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 197;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 198;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 199;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 200;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 201;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 202;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 203;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 204;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 205;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 206;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 207;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 208;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 209;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 210;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 211;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 212;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 213;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 214;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 215;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 216;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 217;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 218;4;-0.998624, 0.003109, 0.039839,-0.033958;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.036967, 0.000000;;, + 1;3;-0.000000, 0.036967, 0.000000;;, + 2;3;-0.000000, 0.036967, 0.000000;;, + 3;3;-0.000000, 0.036967, 0.000000;;, + 4;3;-0.000000, 0.036967, 0.000000;;, + 5;3;-0.000000, 0.036967, 0.000000;;, + 6;3;-0.000000, 0.036967, 0.000000;;, + 7;3;-0.000000, 0.036967, 0.000000;;, + 8;3;-0.000000, 0.036967, 0.000000;;, + 9;3;-0.000000, 0.036967, 0.000000;;, + 10;3;-0.000000, 0.036967, 0.000000;;, + 11;3;-0.000000, 0.036967, 0.000000;;, + 12;3;-0.000000, 0.036967, 0.000000;;, + 13;3;-0.000000, 0.036967, 0.000000;;, + 14;3;-0.000000, 0.036967, 0.000000;;, + 15;3;-0.000000, 0.036967, 0.000000;;, + 16;3;-0.000000, 0.036967, 0.000000;;, + 17;3;-0.000000, 0.036967, 0.000000;;, + 18;3;-0.000000, 0.036967, 0.000000;;, + 19;3;-0.000000, 0.036967, 0.000000;;, + 20;3;-0.000000, 0.036967, 0.000000;;, + 21;3;-0.000000, 0.036967, 0.000000;;, + 22;3;-0.000000, 0.036967, 0.000000;;, + 23;3;-0.000000, 0.036967, 0.000000;;, + 24;3;-0.000000, 0.036967, 0.000000;;, + 25;3;-0.000000, 0.036967, 0.000000;;, + 26;3;-0.000000, 0.036967, 0.000000;;, + 27;3;-0.000000, 0.036967, 0.000000;;, + 28;3;-0.000000, 0.036967, 0.000000;;, + 29;3;-0.000000, 0.036967, 0.000000;;, + 30;3;-0.000000, 0.036967, 0.000000;;, + 31;3;-0.000000, 0.036967, 0.000000;;, + 32;3;-0.000000, 0.036967, 0.000000;;, + 33;3;-0.000000, 0.036967, 0.000000;;, + 34;3;-0.000000, 0.036967, 0.000000;;, + 35;3;-0.000000, 0.036967, 0.000000;;, + 36;3;-0.000000, 0.036967, 0.000000;;, + 37;3;-0.000000, 0.036967, 0.000000;;, + 38;3;-0.000000, 0.036967, 0.000000;;, + 39;3;-0.000000, 0.036967, 0.000000;;, + 40;3;-0.000000, 0.036967, 0.000000;;, + 41;3;-0.000000, 0.036967, 0.000000;;, + 42;3;-0.000000, 0.036967, 0.000000;;, + 43;3;-0.000000, 0.036967, 0.000000;;, + 44;3;-0.000000, 0.036967, 0.000000;;, + 45;3;-0.000000, 0.036967, 0.000000;;, + 46;3;-0.000000, 0.036967, 0.000000;;, + 47;3;-0.000000, 0.036967, 0.000000;;, + 48;3;-0.000000, 0.036967, 0.000000;;, + 49;3;-0.000000, 0.036967, 0.000000;;, + 50;3;-0.000000, 0.036967, 0.000000;;, + 51;3;-0.000000, 0.036967, 0.000000;;, + 52;3;-0.000000, 0.036967, 0.000000;;, + 53;3;-0.000000, 0.036967, 0.000000;;, + 54;3;-0.000000, 0.036967, 0.000000;;, + 55;3;-0.000000, 0.036967, 0.000000;;, + 56;3;-0.000000, 0.036967, 0.000000;;, + 57;3;-0.000000, 0.036967, 0.000000;;, + 58;3;-0.000000, 0.036967, 0.000000;;, + 59;3;-0.000000, 0.036967, 0.000000;;, + 60;3;-0.000000, 0.036967, 0.000000;;, + 61;3;-0.000000, 0.036967, 0.000000;;, + 62;3;-0.000000, 0.036967, 0.000000;;, + 63;3;-0.000000, 0.036967, 0.000000;;, + 64;3;-0.000000, 0.036967, 0.000000;;, + 65;3;-0.000000, 0.036967, 0.000000;;, + 66;3;-0.000000, 0.036967, 0.000000;;, + 67;3;-0.000000, 0.036967, 0.000000;;, + 68;3;-0.000000, 0.036967, 0.000000;;, + 69;3;-0.000000, 0.036967, 0.000000;;, + 70;3;-0.000000, 0.036967, 0.000000;;, + 71;3;-0.000000, 0.036967, 0.000000;;, + 72;3;-0.000000, 0.036967, 0.000000;;, + 73;3;-0.000000, 0.036967, 0.000000;;, + 74;3;-0.000000, 0.036967, 0.000000;;, + 75;3;-0.000000, 0.036967, 0.000000;;, + 76;3;-0.000000, 0.036967, 0.000000;;, + 77;3;-0.000000, 0.036967, 0.000000;;, + 78;3;-0.000000, 0.036967, 0.000000;;, + 79;3;-0.000000, 0.036967, 0.000000;;, + 80;3; 0.000000, 0.036967, 0.000000;;, + 81;3; 0.000000, 0.036967, 0.000000;;, + 82;3; 0.000000, 0.036967, 0.000000;;, + 83;3; 0.000000, 0.036967, 0.000000;;, + 84;3; 0.000000, 0.036967, 0.000000;;, + 85;3; 0.000000, 0.036967, 0.000000;;, + 86;3; 0.000000, 0.036967, 0.000000;;, + 87;3; 0.000000, 0.036967, 0.000000;;, + 88;3; 0.000000, 0.036967, 0.000000;;, + 89;3; 0.000000, 0.036967, 0.000000;;, + 90;3; 0.000000, 0.036967, 0.000000;;, + 91;3; 0.000000, 0.036967, 0.000000;;, + 92;3; 0.000000, 0.036967, 0.000000;;, + 93;3; 0.000000, 0.036967, 0.000000;;, + 94;3; 0.000000, 0.036967, 0.000000;;, + 95;3; 0.000000, 0.036967, 0.000000;;, + 96;3; 0.000000, 0.036967, 0.000000;;, + 97;3; 0.000000, 0.036967, 0.000000;;, + 98;3; 0.000000, 0.036967, 0.000000;;, + 99;3; 0.000000, 0.036967, 0.000000;;, + 100;3; 0.000000, 0.036967, 0.000000;;, + 101;3; 0.000000, 0.036967, 0.000000;;, + 102;3; 0.000000, 0.036967, 0.000000;;, + 103;3; 0.000000, 0.036967, 0.000000;;, + 104;3; 0.000000, 0.036967, 0.000000;;, + 105;3; 0.000000, 0.036967, 0.000000;;, + 106;3; 0.000000, 0.036967, 0.000000;;, + 107;3; 0.000000, 0.036967, 0.000000;;, + 108;3; 0.000000, 0.036967, 0.000000;;, + 109;3; 0.000000, 0.036967, 0.000000;;, + 110;3; 0.000000, 0.036967, 0.000000;;, + 111;3; 0.000000, 0.036967, 0.000000;;, + 112;3; 0.000000, 0.036967, 0.000000;;, + 113;3; 0.000000, 0.036967, 0.000000;;, + 114;3; 0.000000, 0.036967, 0.000000;;, + 115;3; 0.000000, 0.036967, 0.000000;;, + 116;3; 0.000000, 0.036967, 0.000000;;, + 117;3; 0.000000, 0.036967, 0.000000;;, + 118;3; 0.000000, 0.036967, 0.000000;;, + 119;3; 0.000000, 0.036967, 0.000000;;, + 120;3; 0.000000, 0.036967, 0.000000;;, + 121;3; 0.000000, 0.036967, 0.000000;;, + 122;3; 0.000000, 0.036967, 0.000000;;, + 123;3; 0.000000, 0.036967, 0.000000;;, + 124;3; 0.000000, 0.036967, 0.000000;;, + 125;3; 0.000000, 0.036967, 0.000000;;, + 126;3; 0.000000, 0.036967, 0.000000;;, + 127;3; 0.000000, 0.036967, 0.000000;;, + 128;3; 0.000000, 0.036967, 0.000000;;, + 129;3; 0.000000, 0.036967, 0.000000;;, + 130;3; 0.000000, 0.036967, 0.000000;;, + 131;3; 0.000000, 0.036967, 0.000000;;, + 132;3; 0.000000, 0.036967, 0.000000;;, + 133;3; 0.000000, 0.036967, 0.000000;;, + 134;3; 0.000000, 0.036967, 0.000000;;, + 135;3; 0.000000, 0.036967, 0.000000;;, + 136;3; 0.000000, 0.036967, 0.000000;;, + 137;3; 0.000000, 0.036967, 0.000000;;, + 138;3; 0.000000, 0.036967, 0.000000;;, + 139;3; 0.000000, 0.036967, 0.000000;;, + 140;3; 0.000000, 0.036967, 0.000000;;, + 141;3; 0.000000, 0.036967, 0.000000;;, + 142;3; 0.000000, 0.036967, 0.000000;;, + 143;3; 0.000000, 0.036967, 0.000000;;, + 144;3; 0.000000, 0.036967, 0.000000;;, + 145;3; 0.000000, 0.036967, 0.000000;;, + 146;3; 0.000000, 0.036967, 0.000000;;, + 147;3; 0.000000, 0.036967, 0.000000;;, + 148;3; 0.000000, 0.036967, 0.000000;;, + 149;3; 0.000000, 0.036967, 0.000000;;, + 150;3; 0.000000, 0.036967, 0.000000;;, + 151;3; 0.000000, 0.036967, 0.000000;;, + 152;3; 0.000000, 0.036967, 0.000000;;, + 153;3; 0.000000, 0.036967, 0.000000;;, + 154;3; 0.000000, 0.036967, 0.000000;;, + 155;3; 0.000000, 0.036967, 0.000000;;, + 156;3; 0.000000, 0.036967, 0.000000;;, + 157;3; 0.000000, 0.036967, 0.000000;;, + 158;3; 0.000000, 0.036967, 0.000000;;, + 159;3; 0.000000, 0.036967, 0.000000;;, + 160;3;-0.000000, 0.036967, 0.000000;;, + 161;3;-0.000000, 0.036967, 0.000000;;, + 162;3;-0.000000, 0.036967, 0.000000;;, + 163;3;-0.000000, 0.036967, 0.000000;;, + 164;3;-0.000000, 0.036967, 0.000000;;, + 165;3; 0.000000, 0.036967, 0.000000;;, + 166;3; 0.000000, 0.036967, 0.000000;;, + 167;3;-0.000000, 0.036967, 0.000000;;, + 168;3;-0.000000, 0.036967, 0.000000;;, + 169;3;-0.000000, 0.036967, 0.000000;;, + 170;3;-0.000000, 0.036967, 0.000000;;, + 171;3;-0.000000, 0.036967, 0.000000;;, + 172;3;-0.000000, 0.036967, 0.000000;;, + 173;3;-0.000000, 0.036967, 0.000000;;, + 174;3;-0.000000, 0.036967, 0.000000;;, + 175;3;-0.000000, 0.036967, 0.000000;;, + 176;3;-0.000000, 0.036967, 0.000000;;, + 177;3;-0.000000, 0.036967, 0.000000;;, + 178;3;-0.000000, 0.036967, 0.000000;;, + 179;3;-0.000000, 0.036967, 0.000000;;, + 180;3;-0.000000, 0.036967, 0.000000;;, + 181;3;-0.000000, 0.036967, 0.000000;;, + 182;3;-0.000000, 0.036967, 0.000000;;, + 183;3;-0.000000, 0.036967, 0.000000;;, + 184;3;-0.000000, 0.036967, 0.000000;;, + 185;3;-0.000000, 0.036967, 0.000000;;, + 186;3;-0.000000, 0.036967, 0.000000;;, + 187;3; 0.000000, 0.036967, 0.000000;;, + 188;3; 0.000000, 0.036967, 0.000000;;, + 189;3; 0.000000, 0.036967, 0.000000;;, + 190;3; 0.000000, 0.036967, 0.000000;;, + 191;3;-0.000000, 0.036967, 0.000000;;, + 192;3; 0.000000, 0.036967, 0.000000;;, + 193;3; 0.000000, 0.036967, 0.000000;;, + 194;3;-0.000000, 0.036967, 0.000000;;, + 195;3;-0.000000, 0.036967, 0.000000;;, + 196;3;-0.000000, 0.036967, 0.000000;;, + 197;3;-0.000000, 0.036967, 0.000000;;, + 198;3;-0.000000, 0.036967, 0.000000;;, + 199;3;-0.000000, 0.036967, 0.000000;;, + 200;3;-0.000000, 0.036967, 0.000000;;, + 201;3;-0.000000, 0.036967, 0.000000;;, + 202;3;-0.000000, 0.036967, 0.000000;;, + 203;3;-0.000000, 0.036967, 0.000000;;, + 204;3;-0.000000, 0.036967, 0.000000;;, + 205;3;-0.000000, 0.036967, 0.000000;;, + 206;3;-0.000000, 0.036967, 0.000000;;, + 207;3;-0.000000, 0.036967, 0.000000;;, + 208;3;-0.000000, 0.036967, 0.000000;;, + 209;3;-0.000000, 0.036967, 0.000000;;, + 210;3;-0.000000, 0.036967, 0.000000;;, + 211;3;-0.000000, 0.036967, 0.000000;;, + 212;3;-0.000000, 0.036967, 0.000000;;, + 213;3;-0.000000, 0.036967, 0.000000;;, + 214;3;-0.000000, 0.036967, 0.000000;;, + 215;3;-0.000000, 0.036967, 0.000000;;, + 216;3;-0.000000, 0.036967, 0.000000;;, + 217;3;-0.000000, 0.036967, 0.000000;;, + 218;3;-0.000000, 0.036967, 0.000000;;; + } + } + Animation { + {wolfwoman_middle_03_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 1;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 2;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 3;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 4;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 5;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 6;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 7;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 8;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 9;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 10;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 11;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 12;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 13;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 14;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 15;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 16;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 17;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 18;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 19;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 20;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 21;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 22;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 23;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 24;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 25;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 26;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 27;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 28;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 29;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 30;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 31;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 32;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 33;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 34;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 35;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 36;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 37;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 38;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 39;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 40;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 41;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 42;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 43;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 44;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 45;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 46;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 47;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 48;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 49;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 50;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 51;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 52;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 53;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 54;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 55;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 56;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 57;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 58;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 59;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 60;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 61;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 62;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 63;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 64;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 65;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 66;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 67;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 68;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 69;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 70;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 71;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 72;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 73;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 74;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 75;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 76;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 77;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 78;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 79;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 80;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 81;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 82;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 83;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 84;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 85;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 86;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 87;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 88;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 89;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 90;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 91;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 92;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 93;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 94;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 95;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 96;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 97;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 98;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 99;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 100;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 101;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 102;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 103;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 104;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 105;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 106;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 107;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 108;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 109;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 110;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 111;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 112;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 113;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 114;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 115;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 116;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 117;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 118;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 119;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 120;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 121;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 122;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 123;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 124;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 125;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 126;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 127;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 128;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 129;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 130;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 131;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 132;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 133;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 134;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 135;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 136;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 137;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 138;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 139;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 140;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 141;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 142;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 143;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 144;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 145;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 146;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 147;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 148;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 149;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 150;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 151;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 152;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 153;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 154;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 155;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 156;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 157;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 158;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 159;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 160;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 161;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 162;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 163;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 164;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 165;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 166;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 167;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 168;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 169;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 170;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 171;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 172;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 173;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 174;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 175;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 176;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 177;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 178;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 179;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 180;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 181;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 182;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 183;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 184;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 185;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 186;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 187;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 188;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 189;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 190;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 191;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 192;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 193;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 194;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 195;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 196;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 197;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 198;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 199;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 200;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 201;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 202;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 203;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 204;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 205;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 206;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 207;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 208;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 209;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 210;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 211;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 212;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 213;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 214;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 215;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 216;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 217;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 218;4;-0.996439, 0.054155,-0.048255, 0.042991;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.030088,-0.000000;;, + 1;3;-0.000000, 0.030088,-0.000000;;, + 2;3;-0.000000, 0.030088,-0.000000;;, + 3;3;-0.000000, 0.030088,-0.000000;;, + 4;3;-0.000000, 0.030088,-0.000000;;, + 5;3;-0.000000, 0.030088,-0.000000;;, + 6;3;-0.000000, 0.030088,-0.000000;;, + 7;3;-0.000000, 0.030088,-0.000000;;, + 8;3;-0.000000, 0.030088,-0.000000;;, + 9;3;-0.000000, 0.030088,-0.000000;;, + 10;3;-0.000000, 0.030088,-0.000000;;, + 11;3;-0.000000, 0.030088,-0.000000;;, + 12;3;-0.000000, 0.030088,-0.000000;;, + 13;3;-0.000000, 0.030088,-0.000000;;, + 14;3;-0.000000, 0.030088,-0.000000;;, + 15;3;-0.000000, 0.030088,-0.000000;;, + 16;3;-0.000000, 0.030088,-0.000000;;, + 17;3;-0.000000, 0.030088,-0.000000;;, + 18;3;-0.000000, 0.030088,-0.000000;;, + 19;3;-0.000000, 0.030088,-0.000000;;, + 20;3;-0.000000, 0.030088,-0.000000;;, + 21;3;-0.000000, 0.030088,-0.000000;;, + 22;3;-0.000000, 0.030088,-0.000000;;, + 23;3;-0.000000, 0.030088,-0.000000;;, + 24;3;-0.000000, 0.030088,-0.000000;;, + 25;3;-0.000000, 0.030088,-0.000000;;, + 26;3;-0.000000, 0.030088,-0.000000;;, + 27;3;-0.000000, 0.030088,-0.000000;;, + 28;3;-0.000000, 0.030088,-0.000000;;, + 29;3;-0.000000, 0.030088,-0.000000;;, + 30;3;-0.000000, 0.030088,-0.000000;;, + 31;3;-0.000000, 0.030088,-0.000000;;, + 32;3;-0.000000, 0.030088,-0.000000;;, + 33;3;-0.000000, 0.030088,-0.000000;;, + 34;3;-0.000000, 0.030088,-0.000000;;, + 35;3;-0.000000, 0.030088,-0.000000;;, + 36;3;-0.000000, 0.030088,-0.000000;;, + 37;3;-0.000000, 0.030088,-0.000000;;, + 38;3;-0.000000, 0.030088,-0.000000;;, + 39;3;-0.000000, 0.030088,-0.000000;;, + 40;3;-0.000000, 0.030088,-0.000000;;, + 41;3;-0.000000, 0.030088,-0.000000;;, + 42;3;-0.000000, 0.030088,-0.000000;;, + 43;3;-0.000000, 0.030088,-0.000000;;, + 44;3;-0.000000, 0.030088,-0.000000;;, + 45;3;-0.000000, 0.030088,-0.000000;;, + 46;3;-0.000000, 0.030088,-0.000000;;, + 47;3;-0.000000, 0.030088,-0.000000;;, + 48;3;-0.000000, 0.030088,-0.000000;;, + 49;3;-0.000000, 0.030088,-0.000000;;, + 50;3;-0.000000, 0.030088,-0.000000;;, + 51;3;-0.000000, 0.030088,-0.000000;;, + 52;3;-0.000000, 0.030088,-0.000000;;, + 53;3;-0.000000, 0.030088,-0.000000;;, + 54;3;-0.000000, 0.030088,-0.000000;;, + 55;3;-0.000000, 0.030088,-0.000000;;, + 56;3;-0.000000, 0.030088,-0.000000;;, + 57;3;-0.000000, 0.030088,-0.000000;;, + 58;3;-0.000000, 0.030088,-0.000000;;, + 59;3;-0.000000, 0.030088,-0.000000;;, + 60;3;-0.000000, 0.030088,-0.000000;;, + 61;3;-0.000000, 0.030088,-0.000000;;, + 62;3;-0.000000, 0.030088,-0.000000;;, + 63;3;-0.000000, 0.030088,-0.000000;;, + 64;3;-0.000000, 0.030088,-0.000000;;, + 65;3;-0.000000, 0.030088,-0.000000;;, + 66;3;-0.000000, 0.030088,-0.000000;;, + 67;3;-0.000000, 0.030088,-0.000000;;, + 68;3;-0.000000, 0.030088,-0.000000;;, + 69;3;-0.000000, 0.030088,-0.000000;;, + 70;3;-0.000000, 0.030088,-0.000000;;, + 71;3;-0.000000, 0.030088,-0.000000;;, + 72;3;-0.000000, 0.030088,-0.000000;;, + 73;3;-0.000000, 0.030088,-0.000000;;, + 74;3;-0.000000, 0.030088,-0.000000;;, + 75;3;-0.000000, 0.030088,-0.000000;;, + 76;3;-0.000000, 0.030088,-0.000000;;, + 77;3;-0.000000, 0.030088,-0.000000;;, + 78;3;-0.000000, 0.030088,-0.000000;;, + 79;3;-0.000000, 0.030088,-0.000000;;, + 80;3;-0.000000, 0.030088,-0.000000;;, + 81;3;-0.000000, 0.030088,-0.000000;;, + 82;3;-0.000000, 0.030088,-0.000000;;, + 83;3;-0.000000, 0.030088,-0.000000;;, + 84;3;-0.000000, 0.030088,-0.000000;;, + 85;3;-0.000000, 0.030088,-0.000000;;, + 86;3;-0.000000, 0.030088,-0.000000;;, + 87;3;-0.000000, 0.030088,-0.000000;;, + 88;3;-0.000000, 0.030088,-0.000000;;, + 89;3;-0.000000, 0.030088,-0.000000;;, + 90;3;-0.000000, 0.030088,-0.000000;;, + 91;3;-0.000000, 0.030088,-0.000000;;, + 92;3;-0.000000, 0.030088,-0.000000;;, + 93;3;-0.000000, 0.030088,-0.000000;;, + 94;3;-0.000000, 0.030088,-0.000000;;, + 95;3;-0.000000, 0.030088,-0.000000;;, + 96;3;-0.000000, 0.030088,-0.000000;;, + 97;3;-0.000000, 0.030088,-0.000000;;, + 98;3;-0.000000, 0.030088,-0.000000;;, + 99;3;-0.000000, 0.030088,-0.000000;;, + 100;3;-0.000000, 0.030088,-0.000000;;, + 101;3;-0.000000, 0.030088,-0.000000;;, + 102;3;-0.000000, 0.030088,-0.000000;;, + 103;3;-0.000000, 0.030088,-0.000000;;, + 104;3;-0.000000, 0.030088,-0.000000;;, + 105;3;-0.000000, 0.030088,-0.000000;;, + 106;3;-0.000000, 0.030088,-0.000000;;, + 107;3;-0.000000, 0.030088,-0.000000;;, + 108;3;-0.000000, 0.030088,-0.000000;;, + 109;3;-0.000000, 0.030088,-0.000000;;, + 110;3;-0.000000, 0.030088,-0.000000;;, + 111;3;-0.000000, 0.030088,-0.000000;;, + 112;3;-0.000000, 0.030088,-0.000000;;, + 113;3;-0.000000, 0.030088,-0.000000;;, + 114;3;-0.000000, 0.030088,-0.000000;;, + 115;3;-0.000000, 0.030088,-0.000000;;, + 116;3;-0.000000, 0.030088,-0.000000;;, + 117;3;-0.000000, 0.030088,-0.000000;;, + 118;3;-0.000000, 0.030088,-0.000000;;, + 119;3;-0.000000, 0.030088,-0.000000;;, + 120;3;-0.000000, 0.030088,-0.000000;;, + 121;3;-0.000000, 0.030088,-0.000000;;, + 122;3;-0.000000, 0.030088,-0.000000;;, + 123;3;-0.000000, 0.030088,-0.000000;;, + 124;3;-0.000000, 0.030088,-0.000000;;, + 125;3;-0.000000, 0.030088,-0.000000;;, + 126;3;-0.000000, 0.030088,-0.000000;;, + 127;3;-0.000000, 0.030088,-0.000000;;, + 128;3;-0.000000, 0.030088,-0.000000;;, + 129;3;-0.000000, 0.030088,-0.000000;;, + 130;3;-0.000000, 0.030088,-0.000000;;, + 131;3;-0.000000, 0.030088,-0.000000;;, + 132;3;-0.000000, 0.030088,-0.000000;;, + 133;3;-0.000000, 0.030088,-0.000000;;, + 134;3;-0.000000, 0.030088,-0.000000;;, + 135;3;-0.000000, 0.030088,-0.000000;;, + 136;3;-0.000000, 0.030088,-0.000000;;, + 137;3;-0.000000, 0.030088,-0.000000;;, + 138;3;-0.000000, 0.030088,-0.000000;;, + 139;3;-0.000000, 0.030088,-0.000000;;, + 140;3;-0.000000, 0.030088,-0.000000;;, + 141;3;-0.000000, 0.030088,-0.000000;;, + 142;3;-0.000000, 0.030088,-0.000000;;, + 143;3;-0.000000, 0.030088,-0.000000;;, + 144;3;-0.000000, 0.030088,-0.000000;;, + 145;3;-0.000000, 0.030088,-0.000000;;, + 146;3;-0.000000, 0.030088,-0.000000;;, + 147;3;-0.000000, 0.030088,-0.000000;;, + 148;3;-0.000000, 0.030088,-0.000000;;, + 149;3;-0.000000, 0.030088,-0.000000;;, + 150;3;-0.000000, 0.030088,-0.000000;;, + 151;3;-0.000000, 0.030088,-0.000000;;, + 152;3;-0.000000, 0.030088,-0.000000;;, + 153;3;-0.000000, 0.030088,-0.000000;;, + 154;3;-0.000000, 0.030088,-0.000000;;, + 155;3;-0.000000, 0.030088,-0.000000;;, + 156;3;-0.000000, 0.030088,-0.000000;;, + 157;3;-0.000000, 0.030088,-0.000000;;, + 158;3;-0.000000, 0.030088,-0.000000;;, + 159;3;-0.000000, 0.030088,-0.000000;;, + 160;3;-0.000000, 0.030088,-0.000000;;, + 161;3; 0.000000, 0.030088, 0.000000;;, + 162;3; 0.000000, 0.030088, 0.000000;;, + 163;3; 0.000000, 0.030088, 0.000000;;, + 164;3; 0.000000, 0.030088, 0.000000;;, + 165;3;-0.000000, 0.030088,-0.000000;;, + 166;3;-0.000000, 0.030088,-0.000000;;, + 167;3;-0.000000, 0.030088,-0.000000;;, + 168;3;-0.000000, 0.030088,-0.000000;;, + 169;3;-0.000000, 0.030088,-0.000000;;, + 170;3;-0.000000, 0.030088,-0.000000;;, + 171;3;-0.000000, 0.030088,-0.000000;;, + 172;3;-0.000000, 0.030088,-0.000000;;, + 173;3;-0.000000, 0.030088,-0.000000;;, + 174;3;-0.000000, 0.030088,-0.000000;;, + 175;3;-0.000000, 0.030088,-0.000000;;, + 176;3;-0.000000, 0.030088,-0.000000;;, + 177;3;-0.000000, 0.030088,-0.000000;;, + 178;3;-0.000000, 0.030088,-0.000000;;, + 179;3;-0.000000, 0.030088,-0.000000;;, + 180;3;-0.000000, 0.030088,-0.000000;;, + 181;3;-0.000000, 0.030088,-0.000000;;, + 182;3;-0.000000, 0.030088,-0.000000;;, + 183;3;-0.000000, 0.030088,-0.000000;;, + 184;3;-0.000000, 0.030088,-0.000000;;, + 185;3;-0.000000, 0.030088,-0.000000;;, + 186;3;-0.000000, 0.030088,-0.000000;;, + 187;3;-0.000000, 0.030088,-0.000000;;, + 188;3; 0.000000, 0.030088,-0.000000;;, + 189;3;-0.000000, 0.030088,-0.000000;;, + 190;3;-0.000000, 0.030088,-0.000000;;, + 191;3;-0.000000, 0.030088,-0.000000;;, + 192;3;-0.000000, 0.030088,-0.000000;;, + 193;3; 0.000000, 0.030088,-0.000000;;, + 194;3;-0.000000, 0.030088,-0.000000;;, + 195;3;-0.000000, 0.030088,-0.000000;;, + 196;3; 0.000000, 0.030088,-0.000000;;, + 197;3;-0.000000, 0.030088,-0.000000;;, + 198;3;-0.000000, 0.030088,-0.000000;;, + 199;3;-0.000000, 0.030088,-0.000000;;, + 200;3;-0.000000, 0.030088,-0.000000;;, + 201;3;-0.000000, 0.030088,-0.000000;;, + 202;3;-0.000000, 0.030088,-0.000000;;, + 203;3;-0.000000, 0.030088,-0.000000;;, + 204;3;-0.000000, 0.030088,-0.000000;;, + 205;3;-0.000000, 0.030088,-0.000000;;, + 206;3;-0.000000, 0.030088,-0.000000;;, + 207;3;-0.000000, 0.030088,-0.000000;;, + 208;3;-0.000000, 0.030088,-0.000000;;, + 209;3;-0.000000, 0.030088,-0.000000;;, + 210;3;-0.000000, 0.030088,-0.000000;;, + 211;3;-0.000000, 0.030088,-0.000000;;, + 212;3;-0.000000, 0.030088,-0.000000;;, + 213;3;-0.000000, 0.030088,-0.000000;;, + 214;3;-0.000000, 0.030088,-0.000000;;, + 215;3;-0.000000, 0.030088,-0.000000;;, + 216;3;-0.000000, 0.030088,-0.000000;;, + 217;3;-0.000000, 0.030088,-0.000000;;, + 218;3;-0.000000, 0.030088,-0.000000;;; + } + } + Animation { + {wolfwoman_pinky_01_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 1;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 2;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 3;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 4;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 5;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 6;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 7;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 8;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 9;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 10;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 11;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 12;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 13;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 14;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 15;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 16;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 17;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 18;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 19;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 20;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 21;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 22;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 23;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 24;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 25;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 26;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 27;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 28;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 29;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 30;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 31;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 32;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 33;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 34;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 35;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 36;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 37;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 38;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 39;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 40;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 41;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 42;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 43;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 44;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 45;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 46;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 47;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 48;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 49;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 50;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 51;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 52;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 53;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 54;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 55;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 56;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 57;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 58;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 59;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 60;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 61;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 62;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 63;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 64;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 65;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 66;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 67;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 68;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 69;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 70;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 71;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 72;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 73;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 74;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 75;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 76;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 77;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 78;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 79;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 80;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 81;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 82;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 83;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 84;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 85;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 86;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 87;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 88;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 89;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 90;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 91;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 92;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 93;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 94;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 95;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 96;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 97;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 98;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 99;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 100;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 101;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 102;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 103;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 104;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 105;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 106;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 107;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 108;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 109;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 110;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 111;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 112;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 113;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 114;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 115;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 116;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 117;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 118;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 119;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 120;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 121;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 122;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 123;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 124;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 125;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 126;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 127;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 128;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 129;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 130;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 131;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 132;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 133;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 134;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 135;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 136;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 137;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 138;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 139;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 140;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 141;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 142;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 143;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 144;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 145;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 146;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 147;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 148;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 149;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 150;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 151;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 152;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 153;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 154;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 155;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 156;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 157;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 158;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 159;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 160;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 161;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 162;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 163;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 164;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 165;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 166;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 167;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 168;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 169;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 170;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 171;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 172;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 173;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 174;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 175;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 176;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 177;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 178;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 179;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 180;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 181;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 182;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 183;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 184;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 185;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 186;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 187;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 188;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 189;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 190;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 191;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 192;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 193;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 194;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 195;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 196;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 197;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 198;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 199;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 200;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 201;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 202;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 203;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 204;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 205;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 206;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 207;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 208;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 209;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 210;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 211;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 212;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 213;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 214;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 215;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 216;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 217;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 218;4;-0.929333,-0.080802,-0.348069, 0.093052;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.019979, 0.091784,-0.044153;;, + 1;3;-0.019979, 0.091784,-0.044153;;, + 2;3;-0.019979, 0.091784,-0.044153;;, + 3;3;-0.019979, 0.091784,-0.044153;;, + 4;3;-0.019979, 0.091784,-0.044153;;, + 5;3;-0.019979, 0.091784,-0.044153;;, + 6;3;-0.019979, 0.091784,-0.044153;;, + 7;3;-0.019979, 0.091784,-0.044153;;, + 8;3;-0.019979, 0.091784,-0.044153;;, + 9;3;-0.019979, 0.091784,-0.044153;;, + 10;3;-0.019979, 0.091784,-0.044153;;, + 11;3;-0.019979, 0.091784,-0.044153;;, + 12;3;-0.019979, 0.091784,-0.044153;;, + 13;3;-0.019979, 0.091784,-0.044153;;, + 14;3;-0.019979, 0.091784,-0.044153;;, + 15;3;-0.019979, 0.091784,-0.044153;;, + 16;3;-0.019979, 0.091784,-0.044153;;, + 17;3;-0.019979, 0.091784,-0.044153;;, + 18;3;-0.019979, 0.091784,-0.044153;;, + 19;3;-0.019979, 0.091784,-0.044153;;, + 20;3;-0.019979, 0.091784,-0.044153;;, + 21;3;-0.019979, 0.091784,-0.044153;;, + 22;3;-0.019979, 0.091784,-0.044153;;, + 23;3;-0.019979, 0.091784,-0.044153;;, + 24;3;-0.019979, 0.091784,-0.044153;;, + 25;3;-0.019979, 0.091784,-0.044153;;, + 26;3;-0.019979, 0.091784,-0.044153;;, + 27;3;-0.019979, 0.091784,-0.044153;;, + 28;3;-0.019979, 0.091784,-0.044153;;, + 29;3;-0.019979, 0.091784,-0.044153;;, + 30;3;-0.019979, 0.091784,-0.044153;;, + 31;3;-0.019979, 0.091784,-0.044153;;, + 32;3;-0.019979, 0.091784,-0.044153;;, + 33;3;-0.019979, 0.091784,-0.044153;;, + 34;3;-0.019979, 0.091784,-0.044153;;, + 35;3;-0.019979, 0.091784,-0.044153;;, + 36;3;-0.019979, 0.091784,-0.044153;;, + 37;3;-0.019979, 0.091784,-0.044153;;, + 38;3;-0.019979, 0.091784,-0.044153;;, + 39;3;-0.019979, 0.091784,-0.044153;;, + 40;3;-0.019979, 0.091784,-0.044153;;, + 41;3;-0.019979, 0.091784,-0.044153;;, + 42;3;-0.019979, 0.091784,-0.044153;;, + 43;3;-0.019979, 0.091784,-0.044153;;, + 44;3;-0.019979, 0.091784,-0.044153;;, + 45;3;-0.019979, 0.091784,-0.044153;;, + 46;3;-0.019979, 0.091784,-0.044153;;, + 47;3;-0.019979, 0.091784,-0.044153;;, + 48;3;-0.019979, 0.091784,-0.044153;;, + 49;3;-0.019979, 0.091784,-0.044153;;, + 50;3;-0.019979, 0.091784,-0.044153;;, + 51;3;-0.019979, 0.091784,-0.044153;;, + 52;3;-0.019979, 0.091784,-0.044153;;, + 53;3;-0.019979, 0.091784,-0.044153;;, + 54;3;-0.019979, 0.091784,-0.044153;;, + 55;3;-0.019979, 0.091784,-0.044153;;, + 56;3;-0.019979, 0.091784,-0.044153;;, + 57;3;-0.019979, 0.091784,-0.044153;;, + 58;3;-0.019979, 0.091784,-0.044153;;, + 59;3;-0.019979, 0.091784,-0.044153;;, + 60;3;-0.019979, 0.091784,-0.044153;;, + 61;3;-0.019979, 0.091784,-0.044153;;, + 62;3;-0.019979, 0.091784,-0.044153;;, + 63;3;-0.019979, 0.091784,-0.044153;;, + 64;3;-0.019979, 0.091784,-0.044153;;, + 65;3;-0.019979, 0.091784,-0.044153;;, + 66;3;-0.019979, 0.091784,-0.044153;;, + 67;3;-0.019979, 0.091784,-0.044153;;, + 68;3;-0.019979, 0.091784,-0.044153;;, + 69;3;-0.019979, 0.091784,-0.044153;;, + 70;3;-0.019979, 0.091784,-0.044153;;, + 71;3;-0.019979, 0.091784,-0.044153;;, + 72;3;-0.019979, 0.091784,-0.044153;;, + 73;3;-0.019979, 0.091784,-0.044153;;, + 74;3;-0.019979, 0.091784,-0.044153;;, + 75;3;-0.019979, 0.091784,-0.044153;;, + 76;3;-0.019979, 0.091784,-0.044153;;, + 77;3;-0.019979, 0.091784,-0.044153;;, + 78;3;-0.019979, 0.091784,-0.044153;;, + 79;3;-0.019979, 0.091784,-0.044153;;, + 80;3;-0.019979, 0.091784,-0.044153;;, + 81;3;-0.019979, 0.091784,-0.044153;;, + 82;3;-0.019979, 0.091784,-0.044153;;, + 83;3;-0.019979, 0.091784,-0.044153;;, + 84;3;-0.019979, 0.091784,-0.044153;;, + 85;3;-0.019979, 0.091784,-0.044153;;, + 86;3;-0.019979, 0.091784,-0.044153;;, + 87;3;-0.019979, 0.091784,-0.044153;;, + 88;3;-0.019979, 0.091784,-0.044153;;, + 89;3;-0.019979, 0.091784,-0.044153;;, + 90;3;-0.019979, 0.091784,-0.044153;;, + 91;3;-0.019979, 0.091784,-0.044153;;, + 92;3;-0.019979, 0.091784,-0.044153;;, + 93;3;-0.019979, 0.091784,-0.044153;;, + 94;3;-0.019979, 0.091784,-0.044153;;, + 95;3;-0.019979, 0.091784,-0.044153;;, + 96;3;-0.019979, 0.091784,-0.044153;;, + 97;3;-0.019979, 0.091784,-0.044153;;, + 98;3;-0.019979, 0.091784,-0.044153;;, + 99;3;-0.019979, 0.091784,-0.044153;;, + 100;3;-0.019979, 0.091784,-0.044153;;, + 101;3;-0.019979, 0.091784,-0.044153;;, + 102;3;-0.019979, 0.091784,-0.044153;;, + 103;3;-0.019979, 0.091784,-0.044153;;, + 104;3;-0.019979, 0.091784,-0.044153;;, + 105;3;-0.019979, 0.091784,-0.044153;;, + 106;3;-0.019979, 0.091784,-0.044153;;, + 107;3;-0.019979, 0.091784,-0.044153;;, + 108;3;-0.019979, 0.091784,-0.044153;;, + 109;3;-0.019979, 0.091784,-0.044153;;, + 110;3;-0.019979, 0.091784,-0.044153;;, + 111;3;-0.019979, 0.091784,-0.044153;;, + 112;3;-0.019979, 0.091784,-0.044153;;, + 113;3;-0.019979, 0.091784,-0.044153;;, + 114;3;-0.019979, 0.091784,-0.044153;;, + 115;3;-0.019979, 0.091784,-0.044153;;, + 116;3;-0.019979, 0.091784,-0.044153;;, + 117;3;-0.019979, 0.091784,-0.044153;;, + 118;3;-0.019979, 0.091784,-0.044153;;, + 119;3;-0.019979, 0.091784,-0.044153;;, + 120;3;-0.019979, 0.091784,-0.044153;;, + 121;3;-0.019979, 0.091784,-0.044153;;, + 122;3;-0.019979, 0.091784,-0.044153;;, + 123;3;-0.019979, 0.091784,-0.044153;;, + 124;3;-0.019979, 0.091784,-0.044153;;, + 125;3;-0.019979, 0.091784,-0.044153;;, + 126;3;-0.019979, 0.091784,-0.044153;;, + 127;3;-0.019979, 0.091784,-0.044153;;, + 128;3;-0.019979, 0.091784,-0.044153;;, + 129;3;-0.019979, 0.091784,-0.044153;;, + 130;3;-0.019979, 0.091784,-0.044153;;, + 131;3;-0.019979, 0.091784,-0.044153;;, + 132;3;-0.019979, 0.091784,-0.044153;;, + 133;3;-0.019979, 0.091784,-0.044153;;, + 134;3;-0.019979, 0.091784,-0.044153;;, + 135;3;-0.019979, 0.091784,-0.044153;;, + 136;3;-0.019979, 0.091784,-0.044153;;, + 137;3;-0.019979, 0.091784,-0.044153;;, + 138;3;-0.019979, 0.091784,-0.044153;;, + 139;3;-0.019979, 0.091784,-0.044153;;, + 140;3;-0.019979, 0.091784,-0.044153;;, + 141;3;-0.019979, 0.091784,-0.044153;;, + 142;3;-0.019979, 0.091784,-0.044153;;, + 143;3;-0.019979, 0.091784,-0.044153;;, + 144;3;-0.019979, 0.091784,-0.044153;;, + 145;3;-0.019979, 0.091784,-0.044153;;, + 146;3;-0.019979, 0.091784,-0.044153;;, + 147;3;-0.019979, 0.091784,-0.044153;;, + 148;3;-0.019979, 0.091784,-0.044153;;, + 149;3;-0.019979, 0.091784,-0.044153;;, + 150;3;-0.019979, 0.091784,-0.044153;;, + 151;3;-0.019979, 0.091784,-0.044153;;, + 152;3;-0.019979, 0.091784,-0.044153;;, + 153;3;-0.019979, 0.091784,-0.044153;;, + 154;3;-0.019979, 0.091784,-0.044153;;, + 155;3;-0.019979, 0.091784,-0.044153;;, + 156;3;-0.019979, 0.091784,-0.044153;;, + 157;3;-0.019979, 0.091784,-0.044153;;, + 158;3;-0.019979, 0.091784,-0.044153;;, + 159;3;-0.019979, 0.091784,-0.044153;;, + 160;3;-0.019979, 0.091784,-0.044153;;, + 161;3;-0.019979, 0.091784,-0.044153;;, + 162;3;-0.019979, 0.091784,-0.044153;;, + 163;3;-0.019979, 0.091784,-0.044153;;, + 164;3;-0.019979, 0.091784,-0.044153;;, + 165;3;-0.019979, 0.091784,-0.044153;;, + 166;3;-0.019979, 0.091784,-0.044153;;, + 167;3;-0.019979, 0.091784,-0.044153;;, + 168;3;-0.019979, 0.091784,-0.044153;;, + 169;3;-0.019979, 0.091784,-0.044153;;, + 170;3;-0.019979, 0.091784,-0.044153;;, + 171;3;-0.019979, 0.091784,-0.044153;;, + 172;3;-0.019979, 0.091784,-0.044153;;, + 173;3;-0.019979, 0.091784,-0.044153;;, + 174;3;-0.019979, 0.091784,-0.044153;;, + 175;3;-0.019979, 0.091784,-0.044153;;, + 176;3;-0.019979, 0.091784,-0.044153;;, + 177;3;-0.019979, 0.091784,-0.044153;;, + 178;3;-0.019979, 0.091784,-0.044153;;, + 179;3;-0.019979, 0.091784,-0.044153;;, + 180;3;-0.019979, 0.091784,-0.044153;;, + 181;3;-0.019979, 0.091784,-0.044153;;, + 182;3;-0.019979, 0.091784,-0.044153;;, + 183;3;-0.019979, 0.091784,-0.044153;;, + 184;3;-0.019979, 0.091784,-0.044153;;, + 185;3;-0.019979, 0.091784,-0.044153;;, + 186;3;-0.019979, 0.091784,-0.044153;;, + 187;3;-0.019979, 0.091784,-0.044153;;, + 188;3;-0.019979, 0.091784,-0.044153;;, + 189;3;-0.019979, 0.091784,-0.044153;;, + 190;3;-0.019979, 0.091784,-0.044153;;, + 191;3;-0.019979, 0.091784,-0.044153;;, + 192;3;-0.019979, 0.091784,-0.044153;;, + 193;3;-0.019979, 0.091784,-0.044153;;, + 194;3;-0.019979, 0.091784,-0.044153;;, + 195;3;-0.019979, 0.091784,-0.044153;;, + 196;3;-0.019979, 0.091784,-0.044153;;, + 197;3;-0.019979, 0.091784,-0.044153;;, + 198;3;-0.019979, 0.091784,-0.044153;;, + 199;3;-0.019979, 0.091784,-0.044153;;, + 200;3;-0.019979, 0.091784,-0.044153;;, + 201;3;-0.019979, 0.091784,-0.044153;;, + 202;3;-0.019979, 0.091784,-0.044153;;, + 203;3;-0.019979, 0.091784,-0.044153;;, + 204;3;-0.019979, 0.091784,-0.044153;;, + 205;3;-0.019979, 0.091784,-0.044153;;, + 206;3;-0.019979, 0.091784,-0.044153;;, + 207;3;-0.019979, 0.091784,-0.044153;;, + 208;3;-0.019979, 0.091784,-0.044153;;, + 209;3;-0.019979, 0.091784,-0.044153;;, + 210;3;-0.019979, 0.091784,-0.044153;;, + 211;3;-0.019979, 0.091784,-0.044153;;, + 212;3;-0.019979, 0.091784,-0.044153;;, + 213;3;-0.019979, 0.091784,-0.044153;;, + 214;3;-0.019979, 0.091784,-0.044153;;, + 215;3;-0.019979, 0.091784,-0.044153;;, + 216;3;-0.019979, 0.091784,-0.044153;;, + 217;3;-0.019979, 0.091784,-0.044153;;, + 218;3;-0.019979, 0.091784,-0.044153;;; + } + } + Animation { + {wolfwoman_pinky_02_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 1;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 2;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 3;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 4;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 5;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 6;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 7;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 8;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 9;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 10;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 11;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 12;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 13;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 14;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 15;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 16;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 17;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 18;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 19;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 20;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 21;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 22;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 23;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 24;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 25;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 26;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 27;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 28;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 29;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 30;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 31;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 32;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 33;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 34;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 35;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 36;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 37;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 38;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 39;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 40;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 41;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 42;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 43;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 44;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 45;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 46;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 47;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 48;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 49;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 50;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 51;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 52;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 53;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 54;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 55;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 56;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 57;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 58;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 59;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 60;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 61;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 62;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 63;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 64;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 65;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 66;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 67;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 68;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 69;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 70;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 71;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 72;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 73;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 74;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 75;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 76;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 77;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 78;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 79;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 80;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 81;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 82;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 83;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 84;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 85;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 86;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 87;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 88;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 89;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 90;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 91;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 92;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 93;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 94;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 95;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 96;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 97;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 98;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 99;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 100;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 101;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 102;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 103;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 104;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 105;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 106;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 107;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 108;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 109;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 110;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 111;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 112;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 113;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 114;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 115;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 116;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 117;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 118;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 119;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 120;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 121;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 122;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 123;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 124;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 125;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 126;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 127;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 128;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 129;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 130;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 131;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 132;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 133;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 134;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 135;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 136;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 137;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 138;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 139;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 140;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 141;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 142;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 143;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 144;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 145;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 146;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 147;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 148;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 149;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 150;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 151;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 152;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 153;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 154;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 155;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 156;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 157;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 158;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 159;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 160;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 161;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 162;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 163;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 164;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 165;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 166;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 167;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 168;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 169;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 170;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 171;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 172;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 173;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 174;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 175;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 176;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 177;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 178;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 179;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 180;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 181;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 182;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 183;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 184;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 185;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 186;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 187;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 188;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 189;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 190;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 191;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 192;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 193;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 194;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 195;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 196;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 197;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 198;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 199;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 200;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 201;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 202;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 203;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 204;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 205;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 206;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 207;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 208;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 209;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 210;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 211;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 212;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 213;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 214;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 215;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 216;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 217;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 218;4;-0.999488, 0.005473, 0.019944,-0.024425;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.023347,-0.000000;;, + 1;3; 0.000000, 0.023347,-0.000000;;, + 2;3; 0.000000, 0.023347,-0.000000;;, + 3;3; 0.000000, 0.023347,-0.000000;;, + 4;3; 0.000000, 0.023347,-0.000000;;, + 5;3; 0.000000, 0.023347,-0.000000;;, + 6;3; 0.000000, 0.023347,-0.000000;;, + 7;3; 0.000000, 0.023347,-0.000000;;, + 8;3; 0.000000, 0.023347,-0.000000;;, + 9;3; 0.000000, 0.023347,-0.000000;;, + 10;3; 0.000000, 0.023347,-0.000000;;, + 11;3; 0.000000, 0.023347,-0.000000;;, + 12;3; 0.000000, 0.023347,-0.000000;;, + 13;3; 0.000000, 0.023347,-0.000000;;, + 14;3; 0.000000, 0.023347,-0.000000;;, + 15;3; 0.000000, 0.023347,-0.000000;;, + 16;3; 0.000000, 0.023347,-0.000000;;, + 17;3; 0.000000, 0.023347,-0.000000;;, + 18;3; 0.000000, 0.023347,-0.000000;;, + 19;3; 0.000000, 0.023347,-0.000000;;, + 20;3; 0.000000, 0.023347,-0.000000;;, + 21;3; 0.000000, 0.023347,-0.000000;;, + 22;3; 0.000000, 0.023347,-0.000000;;, + 23;3; 0.000000, 0.023347,-0.000000;;, + 24;3; 0.000000, 0.023347,-0.000000;;, + 25;3; 0.000000, 0.023347,-0.000000;;, + 26;3; 0.000000, 0.023347,-0.000000;;, + 27;3; 0.000000, 0.023347,-0.000000;;, + 28;3; 0.000000, 0.023347,-0.000000;;, + 29;3; 0.000000, 0.023347,-0.000000;;, + 30;3; 0.000000, 0.023347,-0.000000;;, + 31;3; 0.000000, 0.023347,-0.000000;;, + 32;3; 0.000000, 0.023347,-0.000000;;, + 33;3; 0.000000, 0.023347,-0.000000;;, + 34;3; 0.000000, 0.023347,-0.000000;;, + 35;3; 0.000000, 0.023347,-0.000000;;, + 36;3; 0.000000, 0.023347,-0.000000;;, + 37;3; 0.000000, 0.023347,-0.000000;;, + 38;3; 0.000000, 0.023347,-0.000000;;, + 39;3; 0.000000, 0.023347,-0.000000;;, + 40;3; 0.000000, 0.023347,-0.000000;;, + 41;3; 0.000000, 0.023347,-0.000000;;, + 42;3; 0.000000, 0.023347,-0.000000;;, + 43;3; 0.000000, 0.023347,-0.000000;;, + 44;3; 0.000000, 0.023347,-0.000000;;, + 45;3; 0.000000, 0.023347,-0.000000;;, + 46;3; 0.000000, 0.023347,-0.000000;;, + 47;3; 0.000000, 0.023347,-0.000000;;, + 48;3; 0.000000, 0.023347,-0.000000;;, + 49;3; 0.000000, 0.023347,-0.000000;;, + 50;3; 0.000000, 0.023347,-0.000000;;, + 51;3; 0.000000, 0.023347,-0.000000;;, + 52;3; 0.000000, 0.023347,-0.000000;;, + 53;3; 0.000000, 0.023347,-0.000000;;, + 54;3; 0.000000, 0.023347,-0.000000;;, + 55;3; 0.000000, 0.023347,-0.000000;;, + 56;3; 0.000000, 0.023347,-0.000000;;, + 57;3; 0.000000, 0.023347,-0.000000;;, + 58;3; 0.000000, 0.023347,-0.000000;;, + 59;3; 0.000000, 0.023347,-0.000000;;, + 60;3; 0.000000, 0.023347,-0.000000;;, + 61;3; 0.000000, 0.023347,-0.000000;;, + 62;3; 0.000000, 0.023347,-0.000000;;, + 63;3; 0.000000, 0.023347,-0.000000;;, + 64;3; 0.000000, 0.023347,-0.000000;;, + 65;3; 0.000000, 0.023347,-0.000000;;, + 66;3; 0.000000, 0.023347,-0.000000;;, + 67;3; 0.000000, 0.023347,-0.000000;;, + 68;3; 0.000000, 0.023347,-0.000000;;, + 69;3; 0.000000, 0.023347,-0.000000;;, + 70;3; 0.000000, 0.023347,-0.000000;;, + 71;3; 0.000000, 0.023347,-0.000000;;, + 72;3; 0.000000, 0.023347,-0.000000;;, + 73;3; 0.000000, 0.023347,-0.000000;;, + 74;3; 0.000000, 0.023347,-0.000000;;, + 75;3; 0.000000, 0.023347,-0.000000;;, + 76;3; 0.000000, 0.023347,-0.000000;;, + 77;3; 0.000000, 0.023347,-0.000000;;, + 78;3; 0.000000, 0.023347,-0.000000;;, + 79;3; 0.000000, 0.023347,-0.000000;;, + 80;3; 0.000000, 0.023347,-0.000000;;, + 81;3; 0.000000, 0.023347,-0.000000;;, + 82;3; 0.000000, 0.023347,-0.000000;;, + 83;3; 0.000000, 0.023347,-0.000000;;, + 84;3; 0.000000, 0.023347,-0.000000;;, + 85;3; 0.000000, 0.023347,-0.000000;;, + 86;3; 0.000000, 0.023347,-0.000000;;, + 87;3; 0.000000, 0.023347,-0.000000;;, + 88;3; 0.000000, 0.023347,-0.000000;;, + 89;3; 0.000000, 0.023347,-0.000000;;, + 90;3; 0.000000, 0.023347,-0.000000;;, + 91;3; 0.000000, 0.023347,-0.000000;;, + 92;3; 0.000000, 0.023347,-0.000000;;, + 93;3; 0.000000, 0.023347,-0.000000;;, + 94;3; 0.000000, 0.023347,-0.000000;;, + 95;3; 0.000000, 0.023347,-0.000000;;, + 96;3; 0.000000, 0.023347,-0.000000;;, + 97;3; 0.000000, 0.023347,-0.000000;;, + 98;3; 0.000000, 0.023347,-0.000000;;, + 99;3; 0.000000, 0.023347,-0.000000;;, + 100;3; 0.000000, 0.023347,-0.000000;;, + 101;3; 0.000000, 0.023347,-0.000000;;, + 102;3; 0.000000, 0.023347,-0.000000;;, + 103;3; 0.000000, 0.023347,-0.000000;;, + 104;3; 0.000000, 0.023347,-0.000000;;, + 105;3; 0.000000, 0.023347,-0.000000;;, + 106;3; 0.000000, 0.023347,-0.000000;;, + 107;3; 0.000000, 0.023347,-0.000000;;, + 108;3; 0.000000, 0.023347,-0.000000;;, + 109;3; 0.000000, 0.023347,-0.000000;;, + 110;3; 0.000000, 0.023347,-0.000000;;, + 111;3; 0.000000, 0.023347,-0.000000;;, + 112;3; 0.000000, 0.023347,-0.000000;;, + 113;3; 0.000000, 0.023347,-0.000000;;, + 114;3; 0.000000, 0.023347,-0.000000;;, + 115;3; 0.000000, 0.023347,-0.000000;;, + 116;3; 0.000000, 0.023347,-0.000000;;, + 117;3; 0.000000, 0.023347,-0.000000;;, + 118;3; 0.000000, 0.023347,-0.000000;;, + 119;3; 0.000000, 0.023347,-0.000000;;, + 120;3; 0.000000, 0.023347,-0.000000;;, + 121;3; 0.000000, 0.023347,-0.000000;;, + 122;3; 0.000000, 0.023347,-0.000000;;, + 123;3; 0.000000, 0.023347,-0.000000;;, + 124;3; 0.000000, 0.023347,-0.000000;;, + 125;3; 0.000000, 0.023347,-0.000000;;, + 126;3; 0.000000, 0.023347,-0.000000;;, + 127;3; 0.000000, 0.023347,-0.000000;;, + 128;3; 0.000000, 0.023347,-0.000000;;, + 129;3; 0.000000, 0.023347,-0.000000;;, + 130;3; 0.000000, 0.023347,-0.000000;;, + 131;3; 0.000000, 0.023347,-0.000000;;, + 132;3; 0.000000, 0.023347,-0.000000;;, + 133;3; 0.000000, 0.023347,-0.000000;;, + 134;3; 0.000000, 0.023347,-0.000000;;, + 135;3; 0.000000, 0.023347,-0.000000;;, + 136;3; 0.000000, 0.023347,-0.000000;;, + 137;3; 0.000000, 0.023347,-0.000000;;, + 138;3; 0.000000, 0.023347,-0.000000;;, + 139;3; 0.000000, 0.023347,-0.000000;;, + 140;3; 0.000000, 0.023347,-0.000000;;, + 141;3; 0.000000, 0.023347,-0.000000;;, + 142;3; 0.000000, 0.023347,-0.000000;;, + 143;3; 0.000000, 0.023347,-0.000000;;, + 144;3; 0.000000, 0.023347,-0.000000;;, + 145;3; 0.000000, 0.023347,-0.000000;;, + 146;3; 0.000000, 0.023347,-0.000000;;, + 147;3; 0.000000, 0.023347,-0.000000;;, + 148;3; 0.000000, 0.023347,-0.000000;;, + 149;3; 0.000000, 0.023347,-0.000000;;, + 150;3; 0.000000, 0.023347,-0.000000;;, + 151;3; 0.000000, 0.023347,-0.000000;;, + 152;3; 0.000000, 0.023347,-0.000000;;, + 153;3; 0.000000, 0.023347,-0.000000;;, + 154;3; 0.000000, 0.023347,-0.000000;;, + 155;3; 0.000000, 0.023347,-0.000000;;, + 156;3; 0.000000, 0.023347,-0.000000;;, + 157;3; 0.000000, 0.023347,-0.000000;;, + 158;3; 0.000000, 0.023347,-0.000000;;, + 159;3; 0.000000, 0.023347,-0.000000;;, + 160;3; 0.000000, 0.023347,-0.000000;;, + 161;3; 0.000000, 0.023347,-0.000000;;, + 162;3; 0.000000, 0.023347,-0.000000;;, + 163;3; 0.000000, 0.023347,-0.000000;;, + 164;3; 0.000000, 0.023347,-0.000000;;, + 165;3; 0.000000, 0.023347,-0.000000;;, + 166;3; 0.000000, 0.023347,-0.000000;;, + 167;3; 0.000000, 0.023347,-0.000000;;, + 168;3; 0.000000, 0.023347,-0.000000;;, + 169;3; 0.000000, 0.023347,-0.000000;;, + 170;3; 0.000000, 0.023347,-0.000000;;, + 171;3; 0.000000, 0.023347,-0.000000;;, + 172;3; 0.000000, 0.023347,-0.000000;;, + 173;3; 0.000000, 0.023347,-0.000000;;, + 174;3; 0.000000, 0.023347,-0.000000;;, + 175;3; 0.000000, 0.023347,-0.000000;;, + 176;3; 0.000000, 0.023347,-0.000000;;, + 177;3; 0.000000, 0.023347,-0.000000;;, + 178;3; 0.000000, 0.023347,-0.000000;;, + 179;3; 0.000000, 0.023347,-0.000000;;, + 180;3; 0.000000, 0.023347,-0.000000;;, + 181;3; 0.000000, 0.023347,-0.000000;;, + 182;3; 0.000000, 0.023347,-0.000000;;, + 183;3; 0.000000, 0.023347,-0.000000;;, + 184;3; 0.000000, 0.023347,-0.000000;;, + 185;3; 0.000000, 0.023347,-0.000000;;, + 186;3; 0.000000, 0.023347,-0.000000;;, + 187;3; 0.000000, 0.023347,-0.000000;;, + 188;3; 0.000000, 0.023347,-0.000000;;, + 189;3; 0.000000, 0.023347,-0.000000;;, + 190;3; 0.000000, 0.023347,-0.000000;;, + 191;3; 0.000000, 0.023347,-0.000000;;, + 192;3; 0.000000, 0.023347,-0.000000;;, + 193;3; 0.000000, 0.023347,-0.000000;;, + 194;3; 0.000000, 0.023347,-0.000000;;, + 195;3; 0.000000, 0.023347,-0.000000;;, + 196;3; 0.000000, 0.023347,-0.000000;;, + 197;3; 0.000000, 0.023347,-0.000000;;, + 198;3; 0.000000, 0.023347,-0.000000;;, + 199;3; 0.000000, 0.023347,-0.000000;;, + 200;3; 0.000000, 0.023347,-0.000000;;, + 201;3; 0.000000, 0.023347,-0.000000;;, + 202;3; 0.000000, 0.023347,-0.000000;;, + 203;3; 0.000000, 0.023347,-0.000000;;, + 204;3; 0.000000, 0.023347,-0.000000;;, + 205;3; 0.000000, 0.023347,-0.000000;;, + 206;3; 0.000000, 0.023347,-0.000000;;, + 207;3; 0.000000, 0.023347,-0.000000;;, + 208;3; 0.000000, 0.023347,-0.000000;;, + 209;3; 0.000000, 0.023347,-0.000000;;, + 210;3; 0.000000, 0.023347,-0.000000;;, + 211;3; 0.000000, 0.023347,-0.000000;;, + 212;3; 0.000000, 0.023347,-0.000000;;, + 213;3; 0.000000, 0.023347,-0.000000;;, + 214;3; 0.000000, 0.023347,-0.000000;;, + 215;3; 0.000000, 0.023347,-0.000000;;, + 216;3; 0.000000, 0.023347,-0.000000;;, + 217;3; 0.000000, 0.023347,-0.000000;;, + 218;3; 0.000000, 0.023347,-0.000000;;; + } + } + Animation { + {wolfwoman_pinky_03_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 1;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 2;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 3;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 4;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 5;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 6;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 7;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 8;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 9;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 10;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 11;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 12;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 13;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 14;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 15;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 16;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 17;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 18;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 19;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 20;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 21;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 22;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 23;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 24;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 25;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 26;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 27;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 28;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 29;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 30;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 31;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 32;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 33;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 34;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 35;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 36;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 37;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 38;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 39;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 40;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 41;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 42;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 43;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 44;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 45;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 46;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 47;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 48;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 49;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 50;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 51;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 52;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 53;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 54;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 55;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 56;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 57;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 58;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 59;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 60;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 61;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 62;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 63;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 64;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 65;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 66;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 67;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 68;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 69;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 70;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 71;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 72;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 73;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 74;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 75;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 76;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 77;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 78;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 79;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 80;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 81;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 82;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 83;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 84;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 85;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 86;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 87;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 88;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 89;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 90;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 91;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 92;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 93;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 94;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 95;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 96;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 97;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 98;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 99;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 100;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 101;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 102;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 103;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 104;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 105;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 106;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 107;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 108;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 109;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 110;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 111;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 112;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 113;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 114;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 115;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 116;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 117;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 118;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 119;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 120;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 121;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 122;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 123;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 124;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 125;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 126;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 127;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 128;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 129;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 130;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 131;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 132;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 133;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 134;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 135;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 136;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 137;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 138;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 139;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 140;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 141;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 142;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 143;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 144;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 145;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 146;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 147;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 148;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 149;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 150;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 151;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 152;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 153;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 154;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 155;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 156;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 157;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 158;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 159;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 160;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 161;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 162;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 163;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 164;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 165;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 166;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 167;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 168;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 169;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 170;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 171;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 172;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 173;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 174;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 175;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 176;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 177;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 178;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 179;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 180;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 181;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 182;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 183;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 184;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 185;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 186;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 187;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 188;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 189;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 190;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 191;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 192;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 193;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 194;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 195;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 196;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 197;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 198;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 199;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 200;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 201;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 202;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 203;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 204;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 205;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 206;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 207;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 208;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 209;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 210;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 211;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 212;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 213;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 214;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 215;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 216;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 217;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 218;4;-0.999905,-0.008579,-0.007481, 0.007772;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.017090,-0.000000;;, + 1;3;-0.000000, 0.017090,-0.000000;;, + 2;3;-0.000000, 0.017090,-0.000000;;, + 3;3;-0.000000, 0.017090,-0.000000;;, + 4;3;-0.000000, 0.017090,-0.000000;;, + 5;3;-0.000000, 0.017090,-0.000000;;, + 6;3;-0.000000, 0.017090,-0.000000;;, + 7;3;-0.000000, 0.017090,-0.000000;;, + 8;3;-0.000000, 0.017090,-0.000000;;, + 9;3;-0.000000, 0.017090,-0.000000;;, + 10;3;-0.000000, 0.017090,-0.000000;;, + 11;3;-0.000000, 0.017090,-0.000000;;, + 12;3;-0.000000, 0.017090,-0.000000;;, + 13;3;-0.000000, 0.017090,-0.000000;;, + 14;3;-0.000000, 0.017090,-0.000000;;, + 15;3;-0.000000, 0.017090,-0.000000;;, + 16;3;-0.000000, 0.017090,-0.000000;;, + 17;3;-0.000000, 0.017090,-0.000000;;, + 18;3;-0.000000, 0.017090,-0.000000;;, + 19;3;-0.000000, 0.017090,-0.000000;;, + 20;3;-0.000000, 0.017090,-0.000000;;, + 21;3;-0.000000, 0.017090,-0.000000;;, + 22;3;-0.000000, 0.017090,-0.000000;;, + 23;3;-0.000000, 0.017090,-0.000000;;, + 24;3;-0.000000, 0.017090,-0.000000;;, + 25;3;-0.000000, 0.017090,-0.000000;;, + 26;3;-0.000000, 0.017090,-0.000000;;, + 27;3;-0.000000, 0.017090,-0.000000;;, + 28;3;-0.000000, 0.017090,-0.000000;;, + 29;3;-0.000000, 0.017090,-0.000000;;, + 30;3;-0.000000, 0.017090,-0.000000;;, + 31;3;-0.000000, 0.017090,-0.000000;;, + 32;3;-0.000000, 0.017090,-0.000000;;, + 33;3;-0.000000, 0.017090,-0.000000;;, + 34;3;-0.000000, 0.017090,-0.000000;;, + 35;3;-0.000000, 0.017090,-0.000000;;, + 36;3;-0.000000, 0.017090,-0.000000;;, + 37;3;-0.000000, 0.017090,-0.000000;;, + 38;3;-0.000000, 0.017090,-0.000000;;, + 39;3;-0.000000, 0.017090,-0.000000;;, + 40;3;-0.000000, 0.017090,-0.000000;;, + 41;3;-0.000000, 0.017090,-0.000000;;, + 42;3;-0.000000, 0.017090,-0.000000;;, + 43;3;-0.000000, 0.017090,-0.000000;;, + 44;3;-0.000000, 0.017090,-0.000000;;, + 45;3;-0.000000, 0.017090,-0.000000;;, + 46;3;-0.000000, 0.017090,-0.000000;;, + 47;3;-0.000000, 0.017090,-0.000000;;, + 48;3;-0.000000, 0.017090,-0.000000;;, + 49;3;-0.000000, 0.017090,-0.000000;;, + 50;3;-0.000000, 0.017090,-0.000000;;, + 51;3;-0.000000, 0.017090,-0.000000;;, + 52;3;-0.000000, 0.017090,-0.000000;;, + 53;3;-0.000000, 0.017090,-0.000000;;, + 54;3;-0.000000, 0.017090,-0.000000;;, + 55;3;-0.000000, 0.017090,-0.000000;;, + 56;3;-0.000000, 0.017090,-0.000000;;, + 57;3;-0.000000, 0.017090,-0.000000;;, + 58;3;-0.000000, 0.017090,-0.000000;;, + 59;3;-0.000000, 0.017090,-0.000000;;, + 60;3;-0.000000, 0.017090,-0.000000;;, + 61;3;-0.000000, 0.017090,-0.000000;;, + 62;3;-0.000000, 0.017090,-0.000000;;, + 63;3;-0.000000, 0.017090,-0.000000;;, + 64;3;-0.000000, 0.017090,-0.000000;;, + 65;3;-0.000000, 0.017090,-0.000000;;, + 66;3;-0.000000, 0.017090,-0.000000;;, + 67;3;-0.000000, 0.017090,-0.000000;;, + 68;3;-0.000000, 0.017090,-0.000000;;, + 69;3;-0.000000, 0.017090,-0.000000;;, + 70;3;-0.000000, 0.017090,-0.000000;;, + 71;3;-0.000000, 0.017090,-0.000000;;, + 72;3;-0.000000, 0.017090,-0.000000;;, + 73;3;-0.000000, 0.017090,-0.000000;;, + 74;3;-0.000000, 0.017090,-0.000000;;, + 75;3;-0.000000, 0.017090,-0.000000;;, + 76;3;-0.000000, 0.017090,-0.000000;;, + 77;3;-0.000000, 0.017090,-0.000000;;, + 78;3;-0.000000, 0.017090,-0.000000;;, + 79;3;-0.000000, 0.017090,-0.000000;;, + 80;3;-0.000000, 0.017090,-0.000000;;, + 81;3;-0.000000, 0.017090,-0.000000;;, + 82;3;-0.000000, 0.017090,-0.000000;;, + 83;3;-0.000000, 0.017090,-0.000000;;, + 84;3;-0.000000, 0.017090,-0.000000;;, + 85;3;-0.000000, 0.017090,-0.000000;;, + 86;3;-0.000000, 0.017090,-0.000000;;, + 87;3;-0.000000, 0.017090,-0.000000;;, + 88;3;-0.000000, 0.017090,-0.000000;;, + 89;3;-0.000000, 0.017090,-0.000000;;, + 90;3;-0.000000, 0.017090,-0.000000;;, + 91;3;-0.000000, 0.017090,-0.000000;;, + 92;3;-0.000000, 0.017090,-0.000000;;, + 93;3;-0.000000, 0.017090,-0.000000;;, + 94;3;-0.000000, 0.017090,-0.000000;;, + 95;3;-0.000000, 0.017090,-0.000000;;, + 96;3;-0.000000, 0.017090,-0.000000;;, + 97;3;-0.000000, 0.017090,-0.000000;;, + 98;3;-0.000000, 0.017090,-0.000000;;, + 99;3;-0.000000, 0.017090,-0.000000;;, + 100;3;-0.000000, 0.017090,-0.000000;;, + 101;3;-0.000000, 0.017090,-0.000000;;, + 102;3;-0.000000, 0.017090,-0.000000;;, + 103;3;-0.000000, 0.017090,-0.000000;;, + 104;3;-0.000000, 0.017090,-0.000000;;, + 105;3;-0.000000, 0.017090,-0.000000;;, + 106;3;-0.000000, 0.017090,-0.000000;;, + 107;3;-0.000000, 0.017090,-0.000000;;, + 108;3;-0.000000, 0.017090,-0.000000;;, + 109;3;-0.000000, 0.017090,-0.000000;;, + 110;3;-0.000000, 0.017090,-0.000000;;, + 111;3;-0.000000, 0.017090,-0.000000;;, + 112;3;-0.000000, 0.017090,-0.000000;;, + 113;3;-0.000000, 0.017090,-0.000000;;, + 114;3;-0.000000, 0.017090,-0.000000;;, + 115;3;-0.000000, 0.017090,-0.000000;;, + 116;3;-0.000000, 0.017090,-0.000000;;, + 117;3;-0.000000, 0.017090,-0.000000;;, + 118;3;-0.000000, 0.017090,-0.000000;;, + 119;3;-0.000000, 0.017090,-0.000000;;, + 120;3;-0.000000, 0.017090,-0.000000;;, + 121;3;-0.000000, 0.017090,-0.000000;;, + 122;3;-0.000000, 0.017090,-0.000000;;, + 123;3;-0.000000, 0.017090,-0.000000;;, + 124;3;-0.000000, 0.017090,-0.000000;;, + 125;3;-0.000000, 0.017090,-0.000000;;, + 126;3;-0.000000, 0.017090,-0.000000;;, + 127;3;-0.000000, 0.017090,-0.000000;;, + 128;3;-0.000000, 0.017090,-0.000000;;, + 129;3;-0.000000, 0.017090,-0.000000;;, + 130;3;-0.000000, 0.017090,-0.000000;;, + 131;3;-0.000000, 0.017090,-0.000000;;, + 132;3;-0.000000, 0.017090,-0.000000;;, + 133;3;-0.000000, 0.017090,-0.000000;;, + 134;3;-0.000000, 0.017090,-0.000000;;, + 135;3;-0.000000, 0.017090,-0.000000;;, + 136;3;-0.000000, 0.017090,-0.000000;;, + 137;3;-0.000000, 0.017090,-0.000000;;, + 138;3;-0.000000, 0.017090,-0.000000;;, + 139;3;-0.000000, 0.017090,-0.000000;;, + 140;3;-0.000000, 0.017090,-0.000000;;, + 141;3;-0.000000, 0.017090,-0.000000;;, + 142;3;-0.000000, 0.017090,-0.000000;;, + 143;3;-0.000000, 0.017090,-0.000000;;, + 144;3;-0.000000, 0.017090,-0.000000;;, + 145;3;-0.000000, 0.017090,-0.000000;;, + 146;3;-0.000000, 0.017090,-0.000000;;, + 147;3;-0.000000, 0.017090,-0.000000;;, + 148;3;-0.000000, 0.017090,-0.000000;;, + 149;3;-0.000000, 0.017090,-0.000000;;, + 150;3;-0.000000, 0.017090,-0.000000;;, + 151;3;-0.000000, 0.017090,-0.000000;;, + 152;3;-0.000000, 0.017090,-0.000000;;, + 153;3;-0.000000, 0.017090,-0.000000;;, + 154;3;-0.000000, 0.017090,-0.000000;;, + 155;3;-0.000000, 0.017090,-0.000000;;, + 156;3;-0.000000, 0.017090,-0.000000;;, + 157;3;-0.000000, 0.017090,-0.000000;;, + 158;3;-0.000000, 0.017090,-0.000000;;, + 159;3;-0.000000, 0.017090,-0.000000;;, + 160;3;-0.000000, 0.017090,-0.000000;;, + 161;3;-0.000000, 0.017090,-0.000000;;, + 162;3;-0.000000, 0.017090,-0.000000;;, + 163;3;-0.000000, 0.017090,-0.000000;;, + 164;3;-0.000000, 0.017090,-0.000000;;, + 165;3; 0.000000, 0.017090,-0.000000;;, + 166;3;-0.000000, 0.017090,-0.000000;;, + 167;3;-0.000000, 0.017090,-0.000000;;, + 168;3;-0.000000, 0.017090,-0.000000;;, + 169;3;-0.000000, 0.017090,-0.000000;;, + 170;3;-0.000000, 0.017090,-0.000000;;, + 171;3;-0.000000, 0.017090,-0.000000;;, + 172;3;-0.000000, 0.017090,-0.000000;;, + 173;3;-0.000000, 0.017090,-0.000000;;, + 174;3;-0.000000, 0.017090,-0.000000;;, + 175;3;-0.000000, 0.017090, 0.000000;;, + 176;3;-0.000000, 0.017090,-0.000000;;, + 177;3;-0.000000, 0.017090,-0.000000;;, + 178;3;-0.000000, 0.017090,-0.000000;;, + 179;3;-0.000000, 0.017090,-0.000000;;, + 180;3;-0.000000, 0.017090,-0.000000;;, + 181;3;-0.000000, 0.017090,-0.000000;;, + 182;3;-0.000000, 0.017090,-0.000000;;, + 183;3;-0.000000, 0.017090,-0.000000;;, + 184;3;-0.000000, 0.017090,-0.000000;;, + 185;3;-0.000000, 0.017090,-0.000000;;, + 186;3;-0.000000, 0.017090,-0.000000;;, + 187;3;-0.000000, 0.017090,-0.000000;;, + 188;3;-0.000000, 0.017090, 0.000000;;, + 189;3;-0.000000, 0.017090,-0.000000;;, + 190;3;-0.000000, 0.017090,-0.000000;;, + 191;3;-0.000000, 0.017090,-0.000000;;, + 192;3;-0.000000, 0.017090,-0.000000;;, + 193;3;-0.000000, 0.017090, 0.000000;;, + 194;3;-0.000000, 0.017090,-0.000000;;, + 195;3;-0.000000, 0.017090,-0.000000;;, + 196;3;-0.000000, 0.017090,-0.000000;;, + 197;3;-0.000000, 0.017090,-0.000000;;, + 198;3;-0.000000, 0.017090,-0.000000;;, + 199;3;-0.000000, 0.017090,-0.000000;;, + 200;3;-0.000000, 0.017090,-0.000000;;, + 201;3;-0.000000, 0.017090,-0.000000;;, + 202;3;-0.000000, 0.017090,-0.000000;;, + 203;3;-0.000000, 0.017090,-0.000000;;, + 204;3;-0.000000, 0.017090,-0.000000;;, + 205;3;-0.000000, 0.017090,-0.000000;;, + 206;3;-0.000000, 0.017090,-0.000000;;, + 207;3;-0.000000, 0.017090,-0.000000;;, + 208;3;-0.000000, 0.017090,-0.000000;;, + 209;3;-0.000000, 0.017090,-0.000000;;, + 210;3;-0.000000, 0.017090,-0.000000;;, + 211;3;-0.000000, 0.017090,-0.000000;;, + 212;3;-0.000000, 0.017090,-0.000000;;, + 213;3;-0.000000, 0.017090,-0.000000;;, + 214;3;-0.000000, 0.017090,-0.000000;;, + 215;3;-0.000000, 0.017090,-0.000000;;, + 216;3;-0.000000, 0.017090,-0.000000;;, + 217;3;-0.000000, 0.017090,-0.000000;;, + 218;3;-0.000000, 0.017090,-0.000000;;; + } + } + Animation { + {wolfwoman_ring_01_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 1;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 2;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 3;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 4;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 5;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 6;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 7;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 8;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 9;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 10;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 11;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 12;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 13;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 14;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 15;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 16;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 17;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 18;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 19;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 20;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 21;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 22;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 23;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 24;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 25;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 26;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 27;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 28;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 29;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 30;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 31;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 32;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 33;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 34;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 35;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 36;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 37;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 38;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 39;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 40;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 41;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 42;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 43;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 44;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 45;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 46;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 47;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 48;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 49;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 50;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 51;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 52;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 53;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 54;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 55;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 56;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 57;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 58;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 59;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 60;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 61;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 62;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 63;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 64;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 65;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 66;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 67;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 68;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 69;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 70;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 71;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 72;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 73;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 74;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 75;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 76;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 77;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 78;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 79;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 80;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 81;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 82;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 83;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 84;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 85;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 86;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 87;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 88;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 89;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 90;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 91;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 92;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 93;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 94;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 95;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 96;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 97;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 98;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 99;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 100;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 101;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 102;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 103;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 104;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 105;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 106;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 107;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 108;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 109;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 110;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 111;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 112;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 113;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 114;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 115;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 116;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 117;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 118;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 119;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 120;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 121;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 122;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 123;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 124;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 125;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 126;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 127;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 128;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 129;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 130;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 131;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 132;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 133;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 134;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 135;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 136;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 137;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 138;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 139;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 140;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 141;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 142;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 143;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 144;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 145;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 146;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 147;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 148;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 149;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 150;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 151;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 152;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 153;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 154;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 155;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 156;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 157;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 158;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 159;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 160;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 161;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 162;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 163;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 164;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 165;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 166;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 167;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 168;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 169;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 170;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 171;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 172;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 173;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 174;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 175;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 176;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 177;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 178;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 179;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 180;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 181;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 182;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 183;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 184;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 185;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 186;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 187;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 188;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 189;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 190;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 191;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 192;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 193;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 194;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 195;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 196;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 197;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 198;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 199;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 200;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 201;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 202;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 203;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 204;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 205;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 206;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 207;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 208;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 209;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 210;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 211;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 212;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 213;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 214;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 215;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 216;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 217;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 218;4;-0.927833,-0.038143,-0.351915, 0.117584;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.004418, 0.101883,-0.033798;;, + 1;3;-0.004418, 0.101883,-0.033798;;, + 2;3;-0.004418, 0.101883,-0.033798;;, + 3;3;-0.004418, 0.101883,-0.033798;;, + 4;3;-0.004418, 0.101883,-0.033798;;, + 5;3;-0.004418, 0.101883,-0.033798;;, + 6;3;-0.004418, 0.101883,-0.033798;;, + 7;3;-0.004418, 0.101883,-0.033798;;, + 8;3;-0.004418, 0.101883,-0.033798;;, + 9;3;-0.004418, 0.101883,-0.033798;;, + 10;3;-0.004418, 0.101883,-0.033798;;, + 11;3;-0.004418, 0.101883,-0.033798;;, + 12;3;-0.004418, 0.101883,-0.033798;;, + 13;3;-0.004418, 0.101883,-0.033798;;, + 14;3;-0.004418, 0.101883,-0.033798;;, + 15;3;-0.004418, 0.101883,-0.033798;;, + 16;3;-0.004418, 0.101883,-0.033798;;, + 17;3;-0.004418, 0.101883,-0.033798;;, + 18;3;-0.004418, 0.101883,-0.033798;;, + 19;3;-0.004418, 0.101883,-0.033798;;, + 20;3;-0.004418, 0.101883,-0.033798;;, + 21;3;-0.004418, 0.101883,-0.033798;;, + 22;3;-0.004418, 0.101883,-0.033798;;, + 23;3;-0.004418, 0.101883,-0.033798;;, + 24;3;-0.004418, 0.101883,-0.033798;;, + 25;3;-0.004418, 0.101883,-0.033798;;, + 26;3;-0.004418, 0.101883,-0.033798;;, + 27;3;-0.004418, 0.101883,-0.033798;;, + 28;3;-0.004418, 0.101883,-0.033798;;, + 29;3;-0.004418, 0.101883,-0.033798;;, + 30;3;-0.004418, 0.101883,-0.033798;;, + 31;3;-0.004418, 0.101883,-0.033798;;, + 32;3;-0.004418, 0.101883,-0.033798;;, + 33;3;-0.004418, 0.101883,-0.033798;;, + 34;3;-0.004418, 0.101883,-0.033798;;, + 35;3;-0.004418, 0.101883,-0.033798;;, + 36;3;-0.004418, 0.101883,-0.033798;;, + 37;3;-0.004418, 0.101883,-0.033798;;, + 38;3;-0.004418, 0.101883,-0.033798;;, + 39;3;-0.004418, 0.101883,-0.033798;;, + 40;3;-0.004418, 0.101883,-0.033798;;, + 41;3;-0.004418, 0.101883,-0.033798;;, + 42;3;-0.004418, 0.101883,-0.033798;;, + 43;3;-0.004418, 0.101883,-0.033798;;, + 44;3;-0.004418, 0.101883,-0.033798;;, + 45;3;-0.004418, 0.101883,-0.033798;;, + 46;3;-0.004418, 0.101883,-0.033798;;, + 47;3;-0.004418, 0.101883,-0.033798;;, + 48;3;-0.004418, 0.101883,-0.033798;;, + 49;3;-0.004418, 0.101883,-0.033798;;, + 50;3;-0.004418, 0.101883,-0.033798;;, + 51;3;-0.004418, 0.101883,-0.033798;;, + 52;3;-0.004418, 0.101883,-0.033798;;, + 53;3;-0.004418, 0.101883,-0.033798;;, + 54;3;-0.004418, 0.101883,-0.033798;;, + 55;3;-0.004418, 0.101883,-0.033798;;, + 56;3;-0.004418, 0.101883,-0.033798;;, + 57;3;-0.004418, 0.101883,-0.033798;;, + 58;3;-0.004418, 0.101883,-0.033798;;, + 59;3;-0.004418, 0.101883,-0.033798;;, + 60;3;-0.004418, 0.101883,-0.033798;;, + 61;3;-0.004418, 0.101883,-0.033798;;, + 62;3;-0.004418, 0.101883,-0.033798;;, + 63;3;-0.004418, 0.101883,-0.033798;;, + 64;3;-0.004418, 0.101883,-0.033798;;, + 65;3;-0.004418, 0.101883,-0.033798;;, + 66;3;-0.004418, 0.101883,-0.033798;;, + 67;3;-0.004418, 0.101883,-0.033798;;, + 68;3;-0.004418, 0.101883,-0.033798;;, + 69;3;-0.004418, 0.101883,-0.033798;;, + 70;3;-0.004418, 0.101883,-0.033798;;, + 71;3;-0.004418, 0.101883,-0.033798;;, + 72;3;-0.004418, 0.101883,-0.033798;;, + 73;3;-0.004418, 0.101883,-0.033798;;, + 74;3;-0.004418, 0.101883,-0.033798;;, + 75;3;-0.004418, 0.101883,-0.033798;;, + 76;3;-0.004418, 0.101883,-0.033798;;, + 77;3;-0.004418, 0.101883,-0.033798;;, + 78;3;-0.004418, 0.101883,-0.033798;;, + 79;3;-0.004418, 0.101883,-0.033798;;, + 80;3;-0.004418, 0.101883,-0.033798;;, + 81;3;-0.004418, 0.101883,-0.033798;;, + 82;3;-0.004418, 0.101883,-0.033798;;, + 83;3;-0.004418, 0.101883,-0.033798;;, + 84;3;-0.004418, 0.101883,-0.033798;;, + 85;3;-0.004418, 0.101883,-0.033798;;, + 86;3;-0.004418, 0.101883,-0.033798;;, + 87;3;-0.004418, 0.101883,-0.033798;;, + 88;3;-0.004418, 0.101883,-0.033798;;, + 89;3;-0.004418, 0.101883,-0.033798;;, + 90;3;-0.004418, 0.101883,-0.033798;;, + 91;3;-0.004418, 0.101883,-0.033798;;, + 92;3;-0.004418, 0.101883,-0.033798;;, + 93;3;-0.004418, 0.101883,-0.033798;;, + 94;3;-0.004418, 0.101883,-0.033798;;, + 95;3;-0.004418, 0.101883,-0.033798;;, + 96;3;-0.004418, 0.101883,-0.033798;;, + 97;3;-0.004418, 0.101883,-0.033798;;, + 98;3;-0.004418, 0.101883,-0.033798;;, + 99;3;-0.004418, 0.101883,-0.033798;;, + 100;3;-0.004418, 0.101883,-0.033798;;, + 101;3;-0.004418, 0.101883,-0.033798;;, + 102;3;-0.004418, 0.101883,-0.033798;;, + 103;3;-0.004418, 0.101883,-0.033798;;, + 104;3;-0.004418, 0.101883,-0.033798;;, + 105;3;-0.004418, 0.101883,-0.033798;;, + 106;3;-0.004418, 0.101883,-0.033798;;, + 107;3;-0.004418, 0.101883,-0.033798;;, + 108;3;-0.004418, 0.101883,-0.033798;;, + 109;3;-0.004418, 0.101883,-0.033798;;, + 110;3;-0.004418, 0.101883,-0.033798;;, + 111;3;-0.004418, 0.101883,-0.033798;;, + 112;3;-0.004418, 0.101883,-0.033798;;, + 113;3;-0.004418, 0.101883,-0.033798;;, + 114;3;-0.004418, 0.101883,-0.033798;;, + 115;3;-0.004418, 0.101883,-0.033798;;, + 116;3;-0.004418, 0.101883,-0.033798;;, + 117;3;-0.004418, 0.101883,-0.033798;;, + 118;3;-0.004418, 0.101883,-0.033798;;, + 119;3;-0.004418, 0.101883,-0.033798;;, + 120;3;-0.004418, 0.101883,-0.033798;;, + 121;3;-0.004418, 0.101883,-0.033798;;, + 122;3;-0.004418, 0.101883,-0.033798;;, + 123;3;-0.004418, 0.101883,-0.033798;;, + 124;3;-0.004418, 0.101883,-0.033798;;, + 125;3;-0.004418, 0.101883,-0.033798;;, + 126;3;-0.004418, 0.101883,-0.033798;;, + 127;3;-0.004418, 0.101883,-0.033798;;, + 128;3;-0.004418, 0.101883,-0.033798;;, + 129;3;-0.004418, 0.101883,-0.033798;;, + 130;3;-0.004418, 0.101883,-0.033798;;, + 131;3;-0.004418, 0.101883,-0.033798;;, + 132;3;-0.004418, 0.101883,-0.033798;;, + 133;3;-0.004418, 0.101883,-0.033798;;, + 134;3;-0.004418, 0.101883,-0.033798;;, + 135;3;-0.004418, 0.101883,-0.033798;;, + 136;3;-0.004418, 0.101883,-0.033798;;, + 137;3;-0.004418, 0.101883,-0.033798;;, + 138;3;-0.004418, 0.101883,-0.033798;;, + 139;3;-0.004418, 0.101883,-0.033798;;, + 140;3;-0.004418, 0.101883,-0.033798;;, + 141;3;-0.004418, 0.101883,-0.033798;;, + 142;3;-0.004418, 0.101883,-0.033798;;, + 143;3;-0.004418, 0.101883,-0.033798;;, + 144;3;-0.004418, 0.101883,-0.033798;;, + 145;3;-0.004418, 0.101883,-0.033798;;, + 146;3;-0.004418, 0.101883,-0.033798;;, + 147;3;-0.004418, 0.101883,-0.033798;;, + 148;3;-0.004418, 0.101883,-0.033798;;, + 149;3;-0.004418, 0.101883,-0.033798;;, + 150;3;-0.004418, 0.101883,-0.033798;;, + 151;3;-0.004418, 0.101883,-0.033798;;, + 152;3;-0.004418, 0.101883,-0.033798;;, + 153;3;-0.004418, 0.101883,-0.033798;;, + 154;3;-0.004418, 0.101883,-0.033798;;, + 155;3;-0.004418, 0.101883,-0.033798;;, + 156;3;-0.004418, 0.101883,-0.033798;;, + 157;3;-0.004418, 0.101883,-0.033798;;, + 158;3;-0.004418, 0.101883,-0.033798;;, + 159;3;-0.004418, 0.101883,-0.033798;;, + 160;3;-0.004418, 0.101883,-0.033798;;, + 161;3;-0.004418, 0.101883,-0.033798;;, + 162;3;-0.004418, 0.101883,-0.033798;;, + 163;3;-0.004418, 0.101883,-0.033798;;, + 164;3;-0.004418, 0.101883,-0.033798;;, + 165;3;-0.004418, 0.101883,-0.033798;;, + 166;3;-0.004418, 0.101883,-0.033798;;, + 167;3;-0.004418, 0.101883,-0.033798;;, + 168;3;-0.004418, 0.101883,-0.033798;;, + 169;3;-0.004418, 0.101883,-0.033798;;, + 170;3;-0.004418, 0.101883,-0.033798;;, + 171;3;-0.004418, 0.101883,-0.033798;;, + 172;3;-0.004418, 0.101883,-0.033798;;, + 173;3;-0.004418, 0.101883,-0.033798;;, + 174;3;-0.004418, 0.101883,-0.033798;;, + 175;3;-0.004418, 0.101883,-0.033798;;, + 176;3;-0.004418, 0.101883,-0.033798;;, + 177;3;-0.004418, 0.101883,-0.033798;;, + 178;3;-0.004418, 0.101883,-0.033798;;, + 179;3;-0.004418, 0.101883,-0.033798;;, + 180;3;-0.004418, 0.101883,-0.033798;;, + 181;3;-0.004418, 0.101883,-0.033798;;, + 182;3;-0.004418, 0.101883,-0.033798;;, + 183;3;-0.004418, 0.101883,-0.033798;;, + 184;3;-0.004418, 0.101883,-0.033798;;, + 185;3;-0.004418, 0.101883,-0.033798;;, + 186;3;-0.004418, 0.101883,-0.033798;;, + 187;3;-0.004418, 0.101883,-0.033798;;, + 188;3;-0.004418, 0.101883,-0.033798;;, + 189;3;-0.004418, 0.101883,-0.033798;;, + 190;3;-0.004418, 0.101883,-0.033798;;, + 191;3;-0.004418, 0.101883,-0.033798;;, + 192;3;-0.004418, 0.101883,-0.033798;;, + 193;3;-0.004418, 0.101883,-0.033798;;, + 194;3;-0.004418, 0.101883,-0.033798;;, + 195;3;-0.004418, 0.101883,-0.033798;;, + 196;3;-0.004418, 0.101883,-0.033798;;, + 197;3;-0.004418, 0.101883,-0.033798;;, + 198;3;-0.004418, 0.101883,-0.033798;;, + 199;3;-0.004418, 0.101883,-0.033798;;, + 200;3;-0.004418, 0.101883,-0.033798;;, + 201;3;-0.004418, 0.101883,-0.033798;;, + 202;3;-0.004418, 0.101883,-0.033798;;, + 203;3;-0.004418, 0.101883,-0.033798;;, + 204;3;-0.004418, 0.101883,-0.033798;;, + 205;3;-0.004418, 0.101883,-0.033798;;, + 206;3;-0.004418, 0.101883,-0.033798;;, + 207;3;-0.004418, 0.101883,-0.033798;;, + 208;3;-0.004418, 0.101883,-0.033798;;, + 209;3;-0.004418, 0.101883,-0.033798;;, + 210;3;-0.004418, 0.101883,-0.033798;;, + 211;3;-0.004418, 0.101883,-0.033798;;, + 212;3;-0.004418, 0.101883,-0.033798;;, + 213;3;-0.004418, 0.101883,-0.033798;;, + 214;3;-0.004418, 0.101883,-0.033798;;, + 215;3;-0.004418, 0.101883,-0.033798;;, + 216;3;-0.004418, 0.101883,-0.033798;;, + 217;3;-0.004418, 0.101883,-0.033798;;, + 218;3;-0.004418, 0.101883,-0.033798;;; + } + } + Animation { + {wolfwoman_ring_02_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 1;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 2;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 3;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 4;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 5;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 6;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 7;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 8;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 9;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 10;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 11;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 12;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 13;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 14;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 15;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 16;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 17;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 18;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 19;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 20;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 21;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 22;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 23;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 24;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 25;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 26;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 27;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 28;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 29;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 30;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 31;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 32;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 33;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 34;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 35;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 36;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 37;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 38;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 39;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 40;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 41;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 42;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 43;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 44;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 45;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 46;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 47;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 48;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 49;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 50;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 51;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 52;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 53;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 54;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 55;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 56;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 57;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 58;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 59;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 60;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 61;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 62;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 63;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 64;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 65;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 66;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 67;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 68;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 69;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 70;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 71;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 72;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 73;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 74;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 75;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 76;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 77;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 78;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 79;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 80;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 81;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 82;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 83;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 84;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 85;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 86;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 87;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 88;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 89;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 90;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 91;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 92;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 93;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 94;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 95;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 96;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 97;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 98;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 99;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 100;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 101;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 102;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 103;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 104;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 105;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 106;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 107;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 108;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 109;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 110;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 111;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 112;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 113;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 114;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 115;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 116;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 117;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 118;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 119;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 120;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 121;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 122;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 123;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 124;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 125;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 126;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 127;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 128;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 129;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 130;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 131;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 132;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 133;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 134;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 135;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 136;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 137;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 138;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 139;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 140;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 141;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 142;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 143;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 144;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 145;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 146;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 147;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 148;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 149;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 150;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 151;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 152;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 153;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 154;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 155;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 156;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 157;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 158;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 159;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 160;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 161;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 162;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 163;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 164;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 165;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 166;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 167;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 168;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 169;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 170;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 171;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 172;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 173;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 174;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 175;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 176;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 177;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 178;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 179;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 180;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 181;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 182;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 183;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 184;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 185;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 186;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 187;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 188;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 189;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 190;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 191;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 192;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 193;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 194;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 195;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 196;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 197;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 198;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 199;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 200;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 201;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 202;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 203;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 204;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 205;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 206;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 207;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 208;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 209;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 210;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 211;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 212;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 213;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 214;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 215;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 216;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 217;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 218;4;-0.997634,-0.003966, 0.048469,-0.048595;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.032563, 0.000000;;, + 1;3;-0.000000, 0.032563, 0.000000;;, + 2;3;-0.000000, 0.032563, 0.000000;;, + 3;3;-0.000000, 0.032563, 0.000000;;, + 4;3;-0.000000, 0.032563, 0.000000;;, + 5;3;-0.000000, 0.032563, 0.000000;;, + 6;3;-0.000000, 0.032563, 0.000000;;, + 7;3;-0.000000, 0.032563, 0.000000;;, + 8;3;-0.000000, 0.032563, 0.000000;;, + 9;3;-0.000000, 0.032563, 0.000000;;, + 10;3;-0.000000, 0.032563, 0.000000;;, + 11;3;-0.000000, 0.032563, 0.000000;;, + 12;3;-0.000000, 0.032563, 0.000000;;, + 13;3;-0.000000, 0.032563, 0.000000;;, + 14;3;-0.000000, 0.032563, 0.000000;;, + 15;3;-0.000000, 0.032563, 0.000000;;, + 16;3;-0.000000, 0.032563, 0.000000;;, + 17;3;-0.000000, 0.032563, 0.000000;;, + 18;3;-0.000000, 0.032563, 0.000000;;, + 19;3;-0.000000, 0.032563, 0.000000;;, + 20;3;-0.000000, 0.032563, 0.000000;;, + 21;3;-0.000000, 0.032563, 0.000000;;, + 22;3;-0.000000, 0.032563, 0.000000;;, + 23;3;-0.000000, 0.032563, 0.000000;;, + 24;3;-0.000000, 0.032563, 0.000000;;, + 25;3;-0.000000, 0.032563, 0.000000;;, + 26;3;-0.000000, 0.032563, 0.000000;;, + 27;3;-0.000000, 0.032563, 0.000000;;, + 28;3;-0.000000, 0.032563, 0.000000;;, + 29;3;-0.000000, 0.032563, 0.000000;;, + 30;3;-0.000000, 0.032563, 0.000000;;, + 31;3;-0.000000, 0.032563, 0.000000;;, + 32;3;-0.000000, 0.032563, 0.000000;;, + 33;3;-0.000000, 0.032563, 0.000000;;, + 34;3;-0.000000, 0.032563, 0.000000;;, + 35;3;-0.000000, 0.032563, 0.000000;;, + 36;3;-0.000000, 0.032563, 0.000000;;, + 37;3;-0.000000, 0.032563, 0.000000;;, + 38;3;-0.000000, 0.032563, 0.000000;;, + 39;3;-0.000000, 0.032563, 0.000000;;, + 40;3;-0.000000, 0.032563, 0.000000;;, + 41;3;-0.000000, 0.032563, 0.000000;;, + 42;3;-0.000000, 0.032563, 0.000000;;, + 43;3;-0.000000, 0.032563, 0.000000;;, + 44;3;-0.000000, 0.032563, 0.000000;;, + 45;3;-0.000000, 0.032563, 0.000000;;, + 46;3;-0.000000, 0.032563, 0.000000;;, + 47;3;-0.000000, 0.032563, 0.000000;;, + 48;3;-0.000000, 0.032563, 0.000000;;, + 49;3;-0.000000, 0.032563, 0.000000;;, + 50;3;-0.000000, 0.032563, 0.000000;;, + 51;3;-0.000000, 0.032563, 0.000000;;, + 52;3;-0.000000, 0.032563, 0.000000;;, + 53;3;-0.000000, 0.032563, 0.000000;;, + 54;3;-0.000000, 0.032563, 0.000000;;, + 55;3;-0.000000, 0.032563, 0.000000;;, + 56;3;-0.000000, 0.032563, 0.000000;;, + 57;3;-0.000000, 0.032563, 0.000000;;, + 58;3;-0.000000, 0.032563, 0.000000;;, + 59;3;-0.000000, 0.032563, 0.000000;;, + 60;3;-0.000000, 0.032563, 0.000000;;, + 61;3;-0.000000, 0.032563, 0.000000;;, + 62;3;-0.000000, 0.032563, 0.000000;;, + 63;3;-0.000000, 0.032563, 0.000000;;, + 64;3;-0.000000, 0.032563, 0.000000;;, + 65;3;-0.000000, 0.032563, 0.000000;;, + 66;3;-0.000000, 0.032563, 0.000000;;, + 67;3;-0.000000, 0.032563, 0.000000;;, + 68;3;-0.000000, 0.032563, 0.000000;;, + 69;3;-0.000000, 0.032563, 0.000000;;, + 70;3;-0.000000, 0.032563, 0.000000;;, + 71;3;-0.000000, 0.032563, 0.000000;;, + 72;3;-0.000000, 0.032563, 0.000000;;, + 73;3;-0.000000, 0.032563, 0.000000;;, + 74;3;-0.000000, 0.032563, 0.000000;;, + 75;3;-0.000000, 0.032563, 0.000000;;, + 76;3;-0.000000, 0.032563, 0.000000;;, + 77;3;-0.000000, 0.032563, 0.000000;;, + 78;3;-0.000000, 0.032563, 0.000000;;, + 79;3;-0.000000, 0.032563, 0.000000;;, + 80;3; 0.000000, 0.032563, 0.000000;;, + 81;3; 0.000000, 0.032563, 0.000000;;, + 82;3; 0.000000, 0.032563, 0.000000;;, + 83;3; 0.000000, 0.032563, 0.000000;;, + 84;3; 0.000000, 0.032563, 0.000000;;, + 85;3; 0.000000, 0.032563, 0.000000;;, + 86;3; 0.000000, 0.032563, 0.000000;;, + 87;3; 0.000000, 0.032563, 0.000000;;, + 88;3; 0.000000, 0.032563, 0.000000;;, + 89;3; 0.000000, 0.032563, 0.000000;;, + 90;3; 0.000000, 0.032563, 0.000000;;, + 91;3; 0.000000, 0.032563, 0.000000;;, + 92;3; 0.000000, 0.032563, 0.000000;;, + 93;3; 0.000000, 0.032563, 0.000000;;, + 94;3; 0.000000, 0.032563, 0.000000;;, + 95;3; 0.000000, 0.032563, 0.000000;;, + 96;3; 0.000000, 0.032563, 0.000000;;, + 97;3; 0.000000, 0.032563, 0.000000;;, + 98;3; 0.000000, 0.032563, 0.000000;;, + 99;3; 0.000000, 0.032563, 0.000000;;, + 100;3; 0.000000, 0.032563, 0.000000;;, + 101;3; 0.000000, 0.032563, 0.000000;;, + 102;3; 0.000000, 0.032563, 0.000000;;, + 103;3; 0.000000, 0.032563, 0.000000;;, + 104;3; 0.000000, 0.032563, 0.000000;;, + 105;3; 0.000000, 0.032563, 0.000000;;, + 106;3; 0.000000, 0.032563, 0.000000;;, + 107;3; 0.000000, 0.032563, 0.000000;;, + 108;3; 0.000000, 0.032563, 0.000000;;, + 109;3; 0.000000, 0.032563, 0.000000;;, + 110;3; 0.000000, 0.032563, 0.000000;;, + 111;3; 0.000000, 0.032563, 0.000000;;, + 112;3; 0.000000, 0.032563, 0.000000;;, + 113;3; 0.000000, 0.032563, 0.000000;;, + 114;3; 0.000000, 0.032563, 0.000000;;, + 115;3; 0.000000, 0.032563, 0.000000;;, + 116;3; 0.000000, 0.032563, 0.000000;;, + 117;3; 0.000000, 0.032563, 0.000000;;, + 118;3; 0.000000, 0.032563, 0.000000;;, + 119;3; 0.000000, 0.032563, 0.000000;;, + 120;3; 0.000000, 0.032563, 0.000000;;, + 121;3; 0.000000, 0.032563, 0.000000;;, + 122;3; 0.000000, 0.032563, 0.000000;;, + 123;3; 0.000000, 0.032563, 0.000000;;, + 124;3; 0.000000, 0.032563, 0.000000;;, + 125;3; 0.000000, 0.032563, 0.000000;;, + 126;3; 0.000000, 0.032563, 0.000000;;, + 127;3; 0.000000, 0.032563, 0.000000;;, + 128;3; 0.000000, 0.032563, 0.000000;;, + 129;3; 0.000000, 0.032563, 0.000000;;, + 130;3; 0.000000, 0.032563, 0.000000;;, + 131;3; 0.000000, 0.032563, 0.000000;;, + 132;3; 0.000000, 0.032563, 0.000000;;, + 133;3; 0.000000, 0.032563, 0.000000;;, + 134;3; 0.000000, 0.032563, 0.000000;;, + 135;3; 0.000000, 0.032563, 0.000000;;, + 136;3; 0.000000, 0.032563, 0.000000;;, + 137;3; 0.000000, 0.032563, 0.000000;;, + 138;3; 0.000000, 0.032563, 0.000000;;, + 139;3; 0.000000, 0.032563, 0.000000;;, + 140;3; 0.000000, 0.032563, 0.000000;;, + 141;3; 0.000000, 0.032563, 0.000000;;, + 142;3; 0.000000, 0.032563, 0.000000;;, + 143;3; 0.000000, 0.032563, 0.000000;;, + 144;3; 0.000000, 0.032563, 0.000000;;, + 145;3; 0.000000, 0.032563, 0.000000;;, + 146;3; 0.000000, 0.032563, 0.000000;;, + 147;3; 0.000000, 0.032563, 0.000000;;, + 148;3; 0.000000, 0.032563, 0.000000;;, + 149;3; 0.000000, 0.032563, 0.000000;;, + 150;3; 0.000000, 0.032563, 0.000000;;, + 151;3; 0.000000, 0.032563, 0.000000;;, + 152;3; 0.000000, 0.032563, 0.000000;;, + 153;3; 0.000000, 0.032563, 0.000000;;, + 154;3; 0.000000, 0.032563, 0.000000;;, + 155;3; 0.000000, 0.032563, 0.000000;;, + 156;3; 0.000000, 0.032563, 0.000000;;, + 157;3; 0.000000, 0.032563, 0.000000;;, + 158;3; 0.000000, 0.032563, 0.000000;;, + 159;3; 0.000000, 0.032563, 0.000000;;, + 160;3; 0.000000, 0.032563, 0.000000;;, + 161;3;-0.000000, 0.032563, 0.000000;;, + 162;3;-0.000000, 0.032563, 0.000000;;, + 163;3;-0.000000, 0.032563, 0.000000;;, + 164;3;-0.000000, 0.032563, 0.000000;;, + 165;3;-0.000000, 0.032563, 0.000000;;, + 166;3; 0.000000, 0.032563, 0.000000;;, + 167;3;-0.000000, 0.032563, 0.000000;;, + 168;3;-0.000000, 0.032563, 0.000000;;, + 169;3;-0.000000, 0.032563, 0.000000;;, + 170;3;-0.000000, 0.032563, 0.000000;;, + 171;3;-0.000000, 0.032563, 0.000000;;, + 172;3;-0.000000, 0.032563, 0.000000;;, + 173;3;-0.000000, 0.032563, 0.000000;;, + 174;3;-0.000000, 0.032563, 0.000000;;, + 175;3;-0.000000, 0.032563, 0.000000;;, + 176;3;-0.000000, 0.032563, 0.000000;;, + 177;3;-0.000000, 0.032563, 0.000000;;, + 178;3;-0.000000, 0.032563, 0.000000;;, + 179;3;-0.000000, 0.032563, 0.000000;;, + 180;3;-0.000000, 0.032563, 0.000000;;, + 181;3; 0.000000, 0.032563, 0.000000;;, + 182;3;-0.000000, 0.032563, 0.000000;;, + 183;3;-0.000000, 0.032563, 0.000000;;, + 184;3;-0.000000, 0.032563, 0.000000;;, + 185;3;-0.000000, 0.032563, 0.000000;;, + 186;3;-0.000000, 0.032563, 0.000000;;, + 187;3; 0.000000, 0.032563, 0.000000;;, + 188;3; 0.000000, 0.032563, 0.000000;;, + 189;3;-0.000000, 0.032563, 0.000000;;, + 190;3;-0.000000, 0.032563, 0.000000;;, + 191;3; 0.000000, 0.032563, 0.000000;;, + 192;3;-0.000000, 0.032563, 0.000000;;, + 193;3;-0.000000, 0.032563, 0.000000;;, + 194;3; 0.000000, 0.032563, 0.000000;;, + 195;3;-0.000000, 0.032563, 0.000000;;, + 196;3;-0.000000, 0.032563, 0.000000;;, + 197;3;-0.000000, 0.032563, 0.000000;;, + 198;3;-0.000000, 0.032563, 0.000000;;, + 199;3;-0.000000, 0.032563, 0.000000;;, + 200;3;-0.000000, 0.032563, 0.000000;;, + 201;3;-0.000000, 0.032563, 0.000000;;, + 202;3;-0.000000, 0.032563, 0.000000;;, + 203;3;-0.000000, 0.032563, 0.000000;;, + 204;3;-0.000000, 0.032563, 0.000000;;, + 205;3;-0.000000, 0.032563, 0.000000;;, + 206;3;-0.000000, 0.032563, 0.000000;;, + 207;3;-0.000000, 0.032563, 0.000000;;, + 208;3;-0.000000, 0.032563, 0.000000;;, + 209;3;-0.000000, 0.032563, 0.000000;;, + 210;3;-0.000000, 0.032563, 0.000000;;, + 211;3;-0.000000, 0.032563, 0.000000;;, + 212;3;-0.000000, 0.032563, 0.000000;;, + 213;3;-0.000000, 0.032563, 0.000000;;, + 214;3;-0.000000, 0.032563, 0.000000;;, + 215;3;-0.000000, 0.032563, 0.000000;;, + 216;3;-0.000000, 0.032563, 0.000000;;, + 217;3;-0.000000, 0.032563, 0.000000;;, + 218;3;-0.000000, 0.032563, 0.000000;;; + } + } + Animation { + {wolfwoman_ring_03_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 1;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 2;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 3;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 4;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 5;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 6;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 7;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 8;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 9;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 10;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 11;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 12;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 13;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 14;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 15;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 16;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 17;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 18;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 19;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 20;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 21;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 22;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 23;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 24;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 25;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 26;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 27;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 28;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 29;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 30;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 31;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 32;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 33;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 34;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 35;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 36;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 37;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 38;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 39;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 40;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 41;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 42;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 43;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 44;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 45;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 46;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 47;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 48;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 49;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 50;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 51;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 52;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 53;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 54;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 55;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 56;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 57;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 58;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 59;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 60;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 61;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 62;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 63;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 64;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 65;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 66;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 67;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 68;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 69;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 70;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 71;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 72;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 73;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 74;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 75;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 76;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 77;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 78;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 79;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 80;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 81;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 82;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 83;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 84;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 85;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 86;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 87;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 88;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 89;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 90;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 91;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 92;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 93;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 94;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 95;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 96;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 97;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 98;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 99;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 100;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 101;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 102;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 103;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 104;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 105;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 106;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 107;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 108;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 109;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 110;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 111;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 112;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 113;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 114;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 115;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 116;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 117;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 118;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 119;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 120;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 121;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 122;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 123;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 124;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 125;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 126;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 127;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 128;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 129;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 130;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 131;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 132;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 133;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 134;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 135;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 136;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 137;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 138;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 139;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 140;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 141;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 142;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 143;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 144;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 145;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 146;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 147;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 148;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 149;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 150;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 151;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 152;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 153;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 154;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 155;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 156;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 157;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 158;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 159;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 160;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 161;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 162;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 163;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 164;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 165;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 166;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 167;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 168;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 169;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 170;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 171;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 172;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 173;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 174;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 175;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 176;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 177;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 178;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 179;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 180;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 181;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 182;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 183;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 184;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 185;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 186;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 187;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 188;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 189;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 190;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 191;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 192;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 193;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 194;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 195;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 196;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 197;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 198;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 199;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 200;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 201;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 202;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 203;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 204;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 205;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 206;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 207;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 208;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 209;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 210;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 211;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 212;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 213;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 214;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 215;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 216;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 217;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 218;4;-0.995727, 0.051610,-0.057293, 0.050812;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.027209, 0.000000;;, + 1;3;-0.000000, 0.027209, 0.000000;;, + 2;3;-0.000000, 0.027209, 0.000000;;, + 3;3;-0.000000, 0.027209, 0.000000;;, + 4;3;-0.000000, 0.027209, 0.000000;;, + 5;3;-0.000000, 0.027209, 0.000000;;, + 6;3;-0.000000, 0.027209, 0.000000;;, + 7;3;-0.000000, 0.027209, 0.000000;;, + 8;3;-0.000000, 0.027209, 0.000000;;, + 9;3;-0.000000, 0.027209, 0.000000;;, + 10;3;-0.000000, 0.027209, 0.000000;;, + 11;3;-0.000000, 0.027209, 0.000000;;, + 12;3;-0.000000, 0.027209, 0.000000;;, + 13;3;-0.000000, 0.027209, 0.000000;;, + 14;3;-0.000000, 0.027209, 0.000000;;, + 15;3;-0.000000, 0.027209, 0.000000;;, + 16;3;-0.000000, 0.027209, 0.000000;;, + 17;3;-0.000000, 0.027209, 0.000000;;, + 18;3;-0.000000, 0.027209, 0.000000;;, + 19;3;-0.000000, 0.027209, 0.000000;;, + 20;3;-0.000000, 0.027209, 0.000000;;, + 21;3;-0.000000, 0.027209, 0.000000;;, + 22;3;-0.000000, 0.027209, 0.000000;;, + 23;3;-0.000000, 0.027209, 0.000000;;, + 24;3;-0.000000, 0.027209, 0.000000;;, + 25;3;-0.000000, 0.027209, 0.000000;;, + 26;3;-0.000000, 0.027209, 0.000000;;, + 27;3;-0.000000, 0.027209, 0.000000;;, + 28;3;-0.000000, 0.027209, 0.000000;;, + 29;3;-0.000000, 0.027209, 0.000000;;, + 30;3;-0.000000, 0.027209, 0.000000;;, + 31;3;-0.000000, 0.027209, 0.000000;;, + 32;3;-0.000000, 0.027209, 0.000000;;, + 33;3;-0.000000, 0.027209, 0.000000;;, + 34;3;-0.000000, 0.027209, 0.000000;;, + 35;3;-0.000000, 0.027209, 0.000000;;, + 36;3;-0.000000, 0.027209, 0.000000;;, + 37;3;-0.000000, 0.027209, 0.000000;;, + 38;3;-0.000000, 0.027209, 0.000000;;, + 39;3;-0.000000, 0.027209, 0.000000;;, + 40;3;-0.000000, 0.027209, 0.000000;;, + 41;3;-0.000000, 0.027209, 0.000000;;, + 42;3;-0.000000, 0.027209, 0.000000;;, + 43;3;-0.000000, 0.027209, 0.000000;;, + 44;3;-0.000000, 0.027209, 0.000000;;, + 45;3;-0.000000, 0.027209, 0.000000;;, + 46;3;-0.000000, 0.027209, 0.000000;;, + 47;3;-0.000000, 0.027209, 0.000000;;, + 48;3;-0.000000, 0.027209, 0.000000;;, + 49;3;-0.000000, 0.027209, 0.000000;;, + 50;3;-0.000000, 0.027209, 0.000000;;, + 51;3;-0.000000, 0.027209, 0.000000;;, + 52;3;-0.000000, 0.027209, 0.000000;;, + 53;3;-0.000000, 0.027209, 0.000000;;, + 54;3;-0.000000, 0.027209, 0.000000;;, + 55;3;-0.000000, 0.027209, 0.000000;;, + 56;3;-0.000000, 0.027209, 0.000000;;, + 57;3;-0.000000, 0.027209, 0.000000;;, + 58;3;-0.000000, 0.027209, 0.000000;;, + 59;3;-0.000000, 0.027209, 0.000000;;, + 60;3;-0.000000, 0.027209, 0.000000;;, + 61;3;-0.000000, 0.027209, 0.000000;;, + 62;3;-0.000000, 0.027209, 0.000000;;, + 63;3;-0.000000, 0.027209, 0.000000;;, + 64;3;-0.000000, 0.027209, 0.000000;;, + 65;3;-0.000000, 0.027209, 0.000000;;, + 66;3;-0.000000, 0.027209, 0.000000;;, + 67;3;-0.000000, 0.027209, 0.000000;;, + 68;3;-0.000000, 0.027209, 0.000000;;, + 69;3;-0.000000, 0.027209, 0.000000;;, + 70;3;-0.000000, 0.027209, 0.000000;;, + 71;3;-0.000000, 0.027209, 0.000000;;, + 72;3;-0.000000, 0.027209, 0.000000;;, + 73;3;-0.000000, 0.027209, 0.000000;;, + 74;3;-0.000000, 0.027209, 0.000000;;, + 75;3;-0.000000, 0.027209, 0.000000;;, + 76;3;-0.000000, 0.027209, 0.000000;;, + 77;3;-0.000000, 0.027209, 0.000000;;, + 78;3;-0.000000, 0.027209, 0.000000;;, + 79;3;-0.000000, 0.027209, 0.000000;;, + 80;3; 0.000000, 0.027209, 0.000000;;, + 81;3; 0.000000, 0.027209, 0.000000;;, + 82;3; 0.000000, 0.027209, 0.000000;;, + 83;3; 0.000000, 0.027209, 0.000000;;, + 84;3; 0.000000, 0.027209, 0.000000;;, + 85;3; 0.000000, 0.027209, 0.000000;;, + 86;3; 0.000000, 0.027209, 0.000000;;, + 87;3; 0.000000, 0.027209, 0.000000;;, + 88;3; 0.000000, 0.027209, 0.000000;;, + 89;3; 0.000000, 0.027209, 0.000000;;, + 90;3; 0.000000, 0.027209, 0.000000;;, + 91;3; 0.000000, 0.027209, 0.000000;;, + 92;3; 0.000000, 0.027209, 0.000000;;, + 93;3; 0.000000, 0.027209, 0.000000;;, + 94;3; 0.000000, 0.027209, 0.000000;;, + 95;3; 0.000000, 0.027209, 0.000000;;, + 96;3; 0.000000, 0.027209, 0.000000;;, + 97;3; 0.000000, 0.027209, 0.000000;;, + 98;3; 0.000000, 0.027209, 0.000000;;, + 99;3; 0.000000, 0.027209, 0.000000;;, + 100;3; 0.000000, 0.027209, 0.000000;;, + 101;3; 0.000000, 0.027209, 0.000000;;, + 102;3; 0.000000, 0.027209, 0.000000;;, + 103;3; 0.000000, 0.027209, 0.000000;;, + 104;3; 0.000000, 0.027209, 0.000000;;, + 105;3; 0.000000, 0.027209, 0.000000;;, + 106;3; 0.000000, 0.027209, 0.000000;;, + 107;3; 0.000000, 0.027209, 0.000000;;, + 108;3; 0.000000, 0.027209, 0.000000;;, + 109;3; 0.000000, 0.027209, 0.000000;;, + 110;3; 0.000000, 0.027209, 0.000000;;, + 111;3; 0.000000, 0.027209, 0.000000;;, + 112;3; 0.000000, 0.027209, 0.000000;;, + 113;3; 0.000000, 0.027209, 0.000000;;, + 114;3; 0.000000, 0.027209, 0.000000;;, + 115;3; 0.000000, 0.027209, 0.000000;;, + 116;3; 0.000000, 0.027209, 0.000000;;, + 117;3; 0.000000, 0.027209, 0.000000;;, + 118;3; 0.000000, 0.027209, 0.000000;;, + 119;3; 0.000000, 0.027209, 0.000000;;, + 120;3; 0.000000, 0.027209, 0.000000;;, + 121;3; 0.000000, 0.027209, 0.000000;;, + 122;3; 0.000000, 0.027209, 0.000000;;, + 123;3; 0.000000, 0.027209, 0.000000;;, + 124;3; 0.000000, 0.027209, 0.000000;;, + 125;3; 0.000000, 0.027209, 0.000000;;, + 126;3; 0.000000, 0.027209, 0.000000;;, + 127;3; 0.000000, 0.027209, 0.000000;;, + 128;3; 0.000000, 0.027209, 0.000000;;, + 129;3; 0.000000, 0.027209, 0.000000;;, + 130;3; 0.000000, 0.027209, 0.000000;;, + 131;3; 0.000000, 0.027209, 0.000000;;, + 132;3; 0.000000, 0.027209, 0.000000;;, + 133;3; 0.000000, 0.027209, 0.000000;;, + 134;3; 0.000000, 0.027209, 0.000000;;, + 135;3; 0.000000, 0.027209, 0.000000;;, + 136;3; 0.000000, 0.027209, 0.000000;;, + 137;3; 0.000000, 0.027209, 0.000000;;, + 138;3; 0.000000, 0.027209, 0.000000;;, + 139;3; 0.000000, 0.027209, 0.000000;;, + 140;3; 0.000000, 0.027209, 0.000000;;, + 141;3; 0.000000, 0.027209, 0.000000;;, + 142;3; 0.000000, 0.027209, 0.000000;;, + 143;3; 0.000000, 0.027209, 0.000000;;, + 144;3; 0.000000, 0.027209, 0.000000;;, + 145;3; 0.000000, 0.027209, 0.000000;;, + 146;3; 0.000000, 0.027209, 0.000000;;, + 147;3; 0.000000, 0.027209, 0.000000;;, + 148;3; 0.000000, 0.027209, 0.000000;;, + 149;3; 0.000000, 0.027209, 0.000000;;, + 150;3; 0.000000, 0.027209, 0.000000;;, + 151;3; 0.000000, 0.027209, 0.000000;;, + 152;3; 0.000000, 0.027209, 0.000000;;, + 153;3; 0.000000, 0.027209, 0.000000;;, + 154;3; 0.000000, 0.027209, 0.000000;;, + 155;3; 0.000000, 0.027209, 0.000000;;, + 156;3; 0.000000, 0.027209, 0.000000;;, + 157;3; 0.000000, 0.027209, 0.000000;;, + 158;3; 0.000000, 0.027209, 0.000000;;, + 159;3; 0.000000, 0.027209, 0.000000;;, + 160;3; 0.000000, 0.027209, 0.000000;;, + 161;3;-0.000000, 0.027209, 0.000000;;, + 162;3;-0.000000, 0.027209, 0.000000;;, + 163;3;-0.000000, 0.027209, 0.000000;;, + 164;3;-0.000000, 0.027209, 0.000000;;, + 165;3; 0.000000, 0.027209, 0.000000;;, + 166;3;-0.000000, 0.027209, 0.000000;;, + 167;3;-0.000000, 0.027209, 0.000000;;, + 168;3;-0.000000, 0.027209, 0.000000;;, + 169;3;-0.000000, 0.027209, 0.000000;;, + 170;3;-0.000000, 0.027209, 0.000000;;, + 171;3;-0.000000, 0.027209, 0.000000;;, + 172;3;-0.000000, 0.027209, 0.000000;;, + 173;3;-0.000000, 0.027209, 0.000000;;, + 174;3;-0.000000, 0.027209, 0.000000;;, + 175;3;-0.000000, 0.027209, 0.000000;;, + 176;3;-0.000000, 0.027209, 0.000000;;, + 177;3;-0.000000, 0.027209, 0.000000;;, + 178;3;-0.000000, 0.027209, 0.000000;;, + 179;3;-0.000000, 0.027209, 0.000000;;, + 180;3;-0.000000, 0.027209, 0.000000;;, + 181;3;-0.000000, 0.027209, 0.000000;;, + 182;3;-0.000000, 0.027209, 0.000000;;, + 183;3;-0.000000, 0.027209, 0.000000;;, + 184;3;-0.000000, 0.027209, 0.000000;;, + 185;3;-0.000000, 0.027209, 0.000000;;, + 186;3;-0.000000, 0.027209, 0.000000;;, + 187;3;-0.000000, 0.027209, 0.000000;;, + 188;3; 0.000000, 0.027209, 0.000000;;, + 189;3;-0.000000, 0.027209, 0.000000;;, + 190;3; 0.000000, 0.027209, 0.000000;;, + 191;3;-0.000000, 0.027209, 0.000000;;, + 192;3;-0.000000, 0.027209, 0.000000;;, + 193;3; 0.000000, 0.027209, 0.000000;;, + 194;3;-0.000000, 0.027209, 0.000000;;, + 195;3;-0.000000, 0.027209, 0.000000;;, + 196;3;-0.000000, 0.027209, 0.000000;;, + 197;3;-0.000000, 0.027209, 0.000000;;, + 198;3;-0.000000, 0.027209, 0.000000;;, + 199;3;-0.000000, 0.027209, 0.000000;;, + 200;3;-0.000000, 0.027209, 0.000000;;, + 201;3;-0.000000, 0.027209, 0.000000;;, + 202;3;-0.000000, 0.027209, 0.000000;;, + 203;3;-0.000000, 0.027209, 0.000000;;, + 204;3;-0.000000, 0.027209, 0.000000;;, + 205;3;-0.000000, 0.027209, 0.000000;;, + 206;3;-0.000000, 0.027209, 0.000000;;, + 207;3;-0.000000, 0.027209, 0.000000;;, + 208;3;-0.000000, 0.027209, 0.000000;;, + 209;3;-0.000000, 0.027209, 0.000000;;, + 210;3;-0.000000, 0.027209, 0.000000;;, + 211;3;-0.000000, 0.027209, 0.000000;;, + 212;3;-0.000000, 0.027209, 0.000000;;, + 213;3;-0.000000, 0.027209, 0.000000;;, + 214;3;-0.000000, 0.027209, 0.000000;;, + 215;3;-0.000000, 0.027209, 0.000000;;, + 216;3;-0.000000, 0.027209, 0.000000;;, + 217;3;-0.000000, 0.027209, 0.000000;;, + 218;3;-0.000000, 0.027209, 0.000000;;; + } + } + Animation { + {wolfwoman_thumb_01_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 1;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 2;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 3;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 4;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 5;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 6;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 7;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 8;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 9;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 10;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 11;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 12;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 13;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 14;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 15;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 16;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 17;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 18;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 19;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 20;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 21;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 22;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 23;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 24;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 25;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 26;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 27;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 28;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 29;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 30;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 31;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 32;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 33;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 34;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 35;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 36;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 37;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 38;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 39;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 40;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 41;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 42;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 43;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 44;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 45;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 46;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 47;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 48;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 49;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 50;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 51;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 52;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 53;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 54;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 55;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 56;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 57;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 58;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 59;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 60;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 61;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 62;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 63;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 64;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 65;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 66;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 67;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 68;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 69;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 70;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 71;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 72;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 73;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 74;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 75;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 76;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 77;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 78;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 79;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 80;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 81;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 82;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 83;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 84;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 85;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 86;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 87;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 88;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 89;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 90;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 91;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 92;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 93;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 94;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 95;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 96;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 97;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 98;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 99;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 100;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 101;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 102;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 103;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 104;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 105;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 106;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 107;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 108;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 109;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 110;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 111;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 112;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 113;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 114;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 115;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 116;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 117;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 118;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 119;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 120;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 121;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 122;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 123;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 124;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 125;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 126;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 127;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 128;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 129;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 130;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 131;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 132;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 133;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 134;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 135;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 136;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 137;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 138;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 139;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 140;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 141;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 142;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 143;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 144;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 145;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 146;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 147;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 148;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 149;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 150;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 151;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 152;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 153;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 154;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 155;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 156;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 157;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 158;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 159;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 160;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 161;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 162;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 163;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 164;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 165;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 166;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 167;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 168;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 169;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 170;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 171;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 172;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 173;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 174;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 175;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 176;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 177;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 178;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 179;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 180;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 181;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 182;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 183;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 184;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 185;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 186;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 187;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 188;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 189;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 190;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 191;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 192;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 193;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 194;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 195;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 196;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 197;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 198;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 199;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 200;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 201;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 202;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 203;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 204;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 205;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 206;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 207;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 208;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 209;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 210;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 211;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 212;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 213;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 214;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 215;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 216;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 217;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 218;4;-0.220428, 0.319531,-0.835394,-0.389138;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.010974, 0.043726, 0.019651;;, + 1;3; 0.010974, 0.043726, 0.019651;;, + 2;3; 0.010974, 0.043726, 0.019651;;, + 3;3; 0.010974, 0.043726, 0.019651;;, + 4;3; 0.010974, 0.043726, 0.019651;;, + 5;3; 0.010974, 0.043726, 0.019651;;, + 6;3; 0.010974, 0.043726, 0.019651;;, + 7;3; 0.010974, 0.043726, 0.019651;;, + 8;3; 0.010974, 0.043726, 0.019651;;, + 9;3; 0.010974, 0.043726, 0.019651;;, + 10;3; 0.010974, 0.043726, 0.019651;;, + 11;3; 0.010974, 0.043726, 0.019651;;, + 12;3; 0.010974, 0.043726, 0.019651;;, + 13;3; 0.010974, 0.043726, 0.019651;;, + 14;3; 0.010974, 0.043726, 0.019651;;, + 15;3; 0.010974, 0.043726, 0.019651;;, + 16;3; 0.010974, 0.043726, 0.019651;;, + 17;3; 0.010974, 0.043726, 0.019651;;, + 18;3; 0.010974, 0.043726, 0.019651;;, + 19;3; 0.010974, 0.043726, 0.019651;;, + 20;3; 0.010974, 0.043726, 0.019651;;, + 21;3; 0.010974, 0.043726, 0.019651;;, + 22;3; 0.010974, 0.043726, 0.019651;;, + 23;3; 0.010974, 0.043726, 0.019651;;, + 24;3; 0.010974, 0.043726, 0.019651;;, + 25;3; 0.010974, 0.043726, 0.019651;;, + 26;3; 0.010974, 0.043726, 0.019651;;, + 27;3; 0.010974, 0.043726, 0.019651;;, + 28;3; 0.010974, 0.043726, 0.019651;;, + 29;3; 0.010974, 0.043726, 0.019651;;, + 30;3; 0.010974, 0.043726, 0.019651;;, + 31;3; 0.010974, 0.043726, 0.019651;;, + 32;3; 0.010974, 0.043726, 0.019651;;, + 33;3; 0.010974, 0.043726, 0.019651;;, + 34;3; 0.010974, 0.043726, 0.019651;;, + 35;3; 0.010974, 0.043726, 0.019651;;, + 36;3; 0.010974, 0.043726, 0.019651;;, + 37;3; 0.010974, 0.043726, 0.019651;;, + 38;3; 0.010974, 0.043726, 0.019651;;, + 39;3; 0.010974, 0.043726, 0.019651;;, + 40;3; 0.010974, 0.043726, 0.019651;;, + 41;3; 0.010974, 0.043726, 0.019651;;, + 42;3; 0.010974, 0.043726, 0.019651;;, + 43;3; 0.010974, 0.043726, 0.019651;;, + 44;3; 0.010974, 0.043726, 0.019651;;, + 45;3; 0.010974, 0.043726, 0.019651;;, + 46;3; 0.010974, 0.043726, 0.019651;;, + 47;3; 0.010974, 0.043726, 0.019651;;, + 48;3; 0.010974, 0.043726, 0.019651;;, + 49;3; 0.010974, 0.043726, 0.019651;;, + 50;3; 0.010974, 0.043726, 0.019651;;, + 51;3; 0.010974, 0.043726, 0.019651;;, + 52;3; 0.010974, 0.043726, 0.019651;;, + 53;3; 0.010974, 0.043726, 0.019651;;, + 54;3; 0.010974, 0.043726, 0.019651;;, + 55;3; 0.010974, 0.043726, 0.019651;;, + 56;3; 0.010974, 0.043726, 0.019651;;, + 57;3; 0.010974, 0.043726, 0.019651;;, + 58;3; 0.010974, 0.043726, 0.019651;;, + 59;3; 0.010974, 0.043726, 0.019651;;, + 60;3; 0.010974, 0.043726, 0.019651;;, + 61;3; 0.010974, 0.043726, 0.019651;;, + 62;3; 0.010974, 0.043726, 0.019651;;, + 63;3; 0.010974, 0.043726, 0.019651;;, + 64;3; 0.010974, 0.043726, 0.019651;;, + 65;3; 0.010974, 0.043726, 0.019651;;, + 66;3; 0.010974, 0.043726, 0.019651;;, + 67;3; 0.010974, 0.043726, 0.019651;;, + 68;3; 0.010974, 0.043726, 0.019651;;, + 69;3; 0.010974, 0.043726, 0.019651;;, + 70;3; 0.010974, 0.043726, 0.019651;;, + 71;3; 0.010974, 0.043726, 0.019651;;, + 72;3; 0.010974, 0.043726, 0.019651;;, + 73;3; 0.010974, 0.043726, 0.019651;;, + 74;3; 0.010974, 0.043726, 0.019651;;, + 75;3; 0.010974, 0.043726, 0.019651;;, + 76;3; 0.010974, 0.043726, 0.019651;;, + 77;3; 0.010974, 0.043726, 0.019651;;, + 78;3; 0.010974, 0.043726, 0.019651;;, + 79;3; 0.010974, 0.043726, 0.019651;;, + 80;3; 0.010974, 0.043726, 0.019651;;, + 81;3; 0.010974, 0.043726, 0.019651;;, + 82;3; 0.010974, 0.043726, 0.019651;;, + 83;3; 0.010974, 0.043726, 0.019651;;, + 84;3; 0.010974, 0.043726, 0.019651;;, + 85;3; 0.010974, 0.043726, 0.019651;;, + 86;3; 0.010974, 0.043726, 0.019651;;, + 87;3; 0.010974, 0.043726, 0.019651;;, + 88;3; 0.010974, 0.043726, 0.019651;;, + 89;3; 0.010974, 0.043726, 0.019651;;, + 90;3; 0.010974, 0.043726, 0.019651;;, + 91;3; 0.010974, 0.043726, 0.019651;;, + 92;3; 0.010974, 0.043726, 0.019651;;, + 93;3; 0.010974, 0.043726, 0.019651;;, + 94;3; 0.010974, 0.043726, 0.019651;;, + 95;3; 0.010974, 0.043726, 0.019651;;, + 96;3; 0.010974, 0.043726, 0.019651;;, + 97;3; 0.010974, 0.043726, 0.019651;;, + 98;3; 0.010974, 0.043726, 0.019651;;, + 99;3; 0.010974, 0.043726, 0.019651;;, + 100;3; 0.010974, 0.043726, 0.019651;;, + 101;3; 0.010974, 0.043726, 0.019651;;, + 102;3; 0.010974, 0.043726, 0.019651;;, + 103;3; 0.010974, 0.043726, 0.019651;;, + 104;3; 0.010974, 0.043726, 0.019651;;, + 105;3; 0.010974, 0.043726, 0.019651;;, + 106;3; 0.010974, 0.043726, 0.019651;;, + 107;3; 0.010974, 0.043726, 0.019651;;, + 108;3; 0.010974, 0.043726, 0.019651;;, + 109;3; 0.010974, 0.043726, 0.019651;;, + 110;3; 0.010974, 0.043726, 0.019651;;, + 111;3; 0.010974, 0.043726, 0.019651;;, + 112;3; 0.010974, 0.043726, 0.019651;;, + 113;3; 0.010974, 0.043726, 0.019651;;, + 114;3; 0.010974, 0.043726, 0.019651;;, + 115;3; 0.010974, 0.043726, 0.019651;;, + 116;3; 0.010974, 0.043726, 0.019651;;, + 117;3; 0.010974, 0.043726, 0.019651;;, + 118;3; 0.010974, 0.043726, 0.019651;;, + 119;3; 0.010974, 0.043726, 0.019651;;, + 120;3; 0.010974, 0.043726, 0.019651;;, + 121;3; 0.010974, 0.043726, 0.019651;;, + 122;3; 0.010974, 0.043726, 0.019651;;, + 123;3; 0.010974, 0.043726, 0.019651;;, + 124;3; 0.010974, 0.043726, 0.019651;;, + 125;3; 0.010974, 0.043726, 0.019651;;, + 126;3; 0.010974, 0.043726, 0.019651;;, + 127;3; 0.010974, 0.043726, 0.019651;;, + 128;3; 0.010974, 0.043726, 0.019651;;, + 129;3; 0.010974, 0.043726, 0.019651;;, + 130;3; 0.010974, 0.043726, 0.019651;;, + 131;3; 0.010974, 0.043726, 0.019651;;, + 132;3; 0.010974, 0.043726, 0.019651;;, + 133;3; 0.010974, 0.043726, 0.019651;;, + 134;3; 0.010974, 0.043726, 0.019651;;, + 135;3; 0.010974, 0.043726, 0.019651;;, + 136;3; 0.010974, 0.043726, 0.019651;;, + 137;3; 0.010974, 0.043726, 0.019651;;, + 138;3; 0.010974, 0.043726, 0.019651;;, + 139;3; 0.010974, 0.043726, 0.019651;;, + 140;3; 0.010974, 0.043726, 0.019651;;, + 141;3; 0.010974, 0.043726, 0.019651;;, + 142;3; 0.010974, 0.043726, 0.019651;;, + 143;3; 0.010974, 0.043726, 0.019651;;, + 144;3; 0.010974, 0.043726, 0.019651;;, + 145;3; 0.010974, 0.043726, 0.019651;;, + 146;3; 0.010974, 0.043726, 0.019651;;, + 147;3; 0.010974, 0.043726, 0.019651;;, + 148;3; 0.010974, 0.043726, 0.019651;;, + 149;3; 0.010974, 0.043726, 0.019651;;, + 150;3; 0.010974, 0.043726, 0.019651;;, + 151;3; 0.010974, 0.043726, 0.019651;;, + 152;3; 0.010974, 0.043726, 0.019651;;, + 153;3; 0.010974, 0.043726, 0.019651;;, + 154;3; 0.010974, 0.043726, 0.019651;;, + 155;3; 0.010974, 0.043726, 0.019651;;, + 156;3; 0.010974, 0.043726, 0.019651;;, + 157;3; 0.010974, 0.043726, 0.019651;;, + 158;3; 0.010974, 0.043726, 0.019651;;, + 159;3; 0.010974, 0.043726, 0.019651;;, + 160;3; 0.010974, 0.043726, 0.019651;;, + 161;3; 0.010974, 0.043726, 0.019651;;, + 162;3; 0.010974, 0.043726, 0.019651;;, + 163;3; 0.010974, 0.043726, 0.019651;;, + 164;3; 0.010974, 0.043726, 0.019651;;, + 165;3; 0.010974, 0.043726, 0.019651;;, + 166;3; 0.010974, 0.043726, 0.019651;;, + 167;3; 0.010974, 0.043726, 0.019651;;, + 168;3; 0.010974, 0.043726, 0.019651;;, + 169;3; 0.010974, 0.043726, 0.019651;;, + 170;3; 0.010974, 0.043726, 0.019651;;, + 171;3; 0.010974, 0.043726, 0.019651;;, + 172;3; 0.010974, 0.043726, 0.019651;;, + 173;3; 0.010974, 0.043726, 0.019651;;, + 174;3; 0.010974, 0.043726, 0.019651;;, + 175;3; 0.010974, 0.043726, 0.019651;;, + 176;3; 0.010974, 0.043726, 0.019651;;, + 177;3; 0.010974, 0.043726, 0.019651;;, + 178;3; 0.010974, 0.043726, 0.019651;;, + 179;3; 0.010974, 0.043726, 0.019651;;, + 180;3; 0.010974, 0.043726, 0.019651;;, + 181;3; 0.010974, 0.043726, 0.019651;;, + 182;3; 0.010974, 0.043726, 0.019651;;, + 183;3; 0.010974, 0.043726, 0.019651;;, + 184;3; 0.010974, 0.043726, 0.019651;;, + 185;3; 0.010974, 0.043726, 0.019651;;, + 186;3; 0.010974, 0.043726, 0.019651;;, + 187;3; 0.010974, 0.043726, 0.019651;;, + 188;3; 0.010974, 0.043726, 0.019651;;, + 189;3; 0.010974, 0.043726, 0.019651;;, + 190;3; 0.010974, 0.043726, 0.019651;;, + 191;3; 0.010974, 0.043726, 0.019651;;, + 192;3; 0.010974, 0.043726, 0.019651;;, + 193;3; 0.010974, 0.043726, 0.019651;;, + 194;3; 0.010974, 0.043726, 0.019651;;, + 195;3; 0.010974, 0.043726, 0.019651;;, + 196;3; 0.010974, 0.043726, 0.019651;;, + 197;3; 0.010974, 0.043726, 0.019651;;, + 198;3; 0.010974, 0.043726, 0.019651;;, + 199;3; 0.010974, 0.043726, 0.019651;;, + 200;3; 0.010974, 0.043726, 0.019651;;, + 201;3; 0.010974, 0.043726, 0.019651;;, + 202;3; 0.010974, 0.043726, 0.019651;;, + 203;3; 0.010974, 0.043726, 0.019651;;, + 204;3; 0.010974, 0.043726, 0.019651;;, + 205;3; 0.010974, 0.043726, 0.019651;;, + 206;3; 0.010974, 0.043726, 0.019651;;, + 207;3; 0.010974, 0.043726, 0.019651;;, + 208;3; 0.010974, 0.043726, 0.019651;;, + 209;3; 0.010974, 0.043726, 0.019651;;, + 210;3; 0.010974, 0.043726, 0.019651;;, + 211;3; 0.010974, 0.043726, 0.019651;;, + 212;3; 0.010974, 0.043726, 0.019651;;, + 213;3; 0.010974, 0.043726, 0.019651;;, + 214;3; 0.010974, 0.043726, 0.019651;;, + 215;3; 0.010974, 0.043726, 0.019651;;, + 216;3; 0.010974, 0.043726, 0.019651;;, + 217;3; 0.010974, 0.043726, 0.019651;;, + 218;3; 0.010974, 0.043726, 0.019651;;; + } + } + Animation { + {wolfwoman_thumb_02_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 1;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 2;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 3;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 4;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 5;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 6;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 7;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 8;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 9;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 10;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 11;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 12;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 13;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 14;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 15;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 16;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 17;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 18;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 19;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 20;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 21;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 22;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 23;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 24;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 25;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 26;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 27;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 28;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 29;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 30;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 31;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 32;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 33;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 34;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 35;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 36;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 37;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 38;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 39;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 40;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 41;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 42;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 43;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 44;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 45;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 46;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 47;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 48;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 49;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 50;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 51;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 52;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 53;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 54;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 55;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 56;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 57;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 58;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 59;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 60;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 61;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 62;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 63;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 64;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 65;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 66;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 67;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 68;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 69;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 70;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 71;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 72;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 73;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 74;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 75;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 76;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 77;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 78;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 79;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 80;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 81;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 82;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 83;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 84;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 85;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 86;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 87;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 88;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 89;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 90;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 91;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 92;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 93;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 94;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 95;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 96;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 97;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 98;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 99;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 100;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 101;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 102;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 103;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 104;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 105;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 106;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 107;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 108;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 109;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 110;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 111;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 112;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 113;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 114;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 115;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 116;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 117;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 118;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 119;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 120;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 121;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 122;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 123;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 124;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 125;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 126;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 127;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 128;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 129;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 130;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 131;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 132;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 133;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 134;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 135;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 136;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 137;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 138;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 139;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 140;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 141;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 142;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 143;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 144;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 145;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 146;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 147;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 148;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 149;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 150;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 151;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 152;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 153;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 154;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 155;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 156;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 157;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 158;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 159;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 160;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 161;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 162;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 163;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 164;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 165;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 166;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 167;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 168;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 169;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 170;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 171;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 172;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 173;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 174;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 175;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 176;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 177;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 178;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 179;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 180;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 181;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 182;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 183;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 184;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 185;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 186;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 187;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 188;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 189;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 190;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 191;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 192;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 193;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 194;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 195;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 196;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 197;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 198;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 199;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 200;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 201;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 202;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 203;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 204;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 205;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 206;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 207;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 208;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 209;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 210;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 211;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 212;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 213;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 214;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 215;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 216;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 217;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 218;4;-0.805158, 0.456487,-0.309117, 0.218602;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.033709, 0.000000;;, + 1;3;-0.000000, 0.033709, 0.000000;;, + 2;3;-0.000000, 0.033709, 0.000000;;, + 3;3;-0.000000, 0.033709, 0.000000;;, + 4;3;-0.000000, 0.033709, 0.000000;;, + 5;3;-0.000000, 0.033709, 0.000000;;, + 6;3;-0.000000, 0.033709, 0.000000;;, + 7;3;-0.000000, 0.033709, 0.000000;;, + 8;3;-0.000000, 0.033709, 0.000000;;, + 9;3;-0.000000, 0.033709, 0.000000;;, + 10;3;-0.000000, 0.033709, 0.000000;;, + 11;3;-0.000000, 0.033709, 0.000000;;, + 12;3;-0.000000, 0.033709, 0.000000;;, + 13;3;-0.000000, 0.033709, 0.000000;;, + 14;3;-0.000000, 0.033709, 0.000000;;, + 15;3;-0.000000, 0.033709, 0.000000;;, + 16;3;-0.000000, 0.033709, 0.000000;;, + 17;3;-0.000000, 0.033709, 0.000000;;, + 18;3;-0.000000, 0.033709, 0.000000;;, + 19;3;-0.000000, 0.033709, 0.000000;;, + 20;3;-0.000000, 0.033709, 0.000000;;, + 21;3;-0.000000, 0.033709, 0.000000;;, + 22;3;-0.000000, 0.033709, 0.000000;;, + 23;3;-0.000000, 0.033709, 0.000000;;, + 24;3;-0.000000, 0.033709, 0.000000;;, + 25;3;-0.000000, 0.033709, 0.000000;;, + 26;3;-0.000000, 0.033709, 0.000000;;, + 27;3;-0.000000, 0.033709, 0.000000;;, + 28;3;-0.000000, 0.033709, 0.000000;;, + 29;3;-0.000000, 0.033709, 0.000000;;, + 30;3;-0.000000, 0.033709, 0.000000;;, + 31;3;-0.000000, 0.033709, 0.000000;;, + 32;3;-0.000000, 0.033709, 0.000000;;, + 33;3;-0.000000, 0.033709, 0.000000;;, + 34;3;-0.000000, 0.033709, 0.000000;;, + 35;3;-0.000000, 0.033709, 0.000000;;, + 36;3;-0.000000, 0.033709, 0.000000;;, + 37;3;-0.000000, 0.033709, 0.000000;;, + 38;3;-0.000000, 0.033709, 0.000000;;, + 39;3;-0.000000, 0.033709, 0.000000;;, + 40;3;-0.000000, 0.033709, 0.000000;;, + 41;3;-0.000000, 0.033709, 0.000000;;, + 42;3;-0.000000, 0.033709, 0.000000;;, + 43;3;-0.000000, 0.033709, 0.000000;;, + 44;3;-0.000000, 0.033709, 0.000000;;, + 45;3;-0.000000, 0.033709, 0.000000;;, + 46;3;-0.000000, 0.033709, 0.000000;;, + 47;3;-0.000000, 0.033709, 0.000000;;, + 48;3;-0.000000, 0.033709, 0.000000;;, + 49;3;-0.000000, 0.033709, 0.000000;;, + 50;3;-0.000000, 0.033709, 0.000000;;, + 51;3;-0.000000, 0.033709, 0.000000;;, + 52;3;-0.000000, 0.033709, 0.000000;;, + 53;3;-0.000000, 0.033709, 0.000000;;, + 54;3;-0.000000, 0.033709, 0.000000;;, + 55;3;-0.000000, 0.033709, 0.000000;;, + 56;3;-0.000000, 0.033709, 0.000000;;, + 57;3;-0.000000, 0.033709, 0.000000;;, + 58;3;-0.000000, 0.033709, 0.000000;;, + 59;3;-0.000000, 0.033709, 0.000000;;, + 60;3;-0.000000, 0.033709, 0.000000;;, + 61;3;-0.000000, 0.033709, 0.000000;;, + 62;3;-0.000000, 0.033709, 0.000000;;, + 63;3;-0.000000, 0.033709, 0.000000;;, + 64;3;-0.000000, 0.033709, 0.000000;;, + 65;3;-0.000000, 0.033709, 0.000000;;, + 66;3;-0.000000, 0.033709, 0.000000;;, + 67;3;-0.000000, 0.033709, 0.000000;;, + 68;3;-0.000000, 0.033709, 0.000000;;, + 69;3;-0.000000, 0.033709, 0.000000;;, + 70;3;-0.000000, 0.033709, 0.000000;;, + 71;3;-0.000000, 0.033709, 0.000000;;, + 72;3;-0.000000, 0.033709, 0.000000;;, + 73;3;-0.000000, 0.033709, 0.000000;;, + 74;3;-0.000000, 0.033709, 0.000000;;, + 75;3;-0.000000, 0.033709, 0.000000;;, + 76;3;-0.000000, 0.033709, 0.000000;;, + 77;3;-0.000000, 0.033709, 0.000000;;, + 78;3;-0.000000, 0.033709, 0.000000;;, + 79;3;-0.000000, 0.033709, 0.000000;;, + 80;3;-0.000000, 0.033709, 0.000000;;, + 81;3;-0.000000, 0.033709, 0.000000;;, + 82;3;-0.000000, 0.033709, 0.000000;;, + 83;3;-0.000000, 0.033709, 0.000000;;, + 84;3;-0.000000, 0.033709, 0.000000;;, + 85;3;-0.000000, 0.033709, 0.000000;;, + 86;3;-0.000000, 0.033709, 0.000000;;, + 87;3;-0.000000, 0.033709, 0.000000;;, + 88;3;-0.000000, 0.033709, 0.000000;;, + 89;3;-0.000000, 0.033709, 0.000000;;, + 90;3;-0.000000, 0.033709, 0.000000;;, + 91;3;-0.000000, 0.033709, 0.000000;;, + 92;3;-0.000000, 0.033709, 0.000000;;, + 93;3;-0.000000, 0.033709, 0.000000;;, + 94;3;-0.000000, 0.033709, 0.000000;;, + 95;3;-0.000000, 0.033709, 0.000000;;, + 96;3;-0.000000, 0.033709, 0.000000;;, + 97;3;-0.000000, 0.033709, 0.000000;;, + 98;3;-0.000000, 0.033709, 0.000000;;, + 99;3;-0.000000, 0.033709, 0.000000;;, + 100;3;-0.000000, 0.033709, 0.000000;;, + 101;3;-0.000000, 0.033709, 0.000000;;, + 102;3;-0.000000, 0.033709, 0.000000;;, + 103;3;-0.000000, 0.033709, 0.000000;;, + 104;3;-0.000000, 0.033709, 0.000000;;, + 105;3;-0.000000, 0.033709, 0.000000;;, + 106;3;-0.000000, 0.033709, 0.000000;;, + 107;3;-0.000000, 0.033709, 0.000000;;, + 108;3;-0.000000, 0.033709, 0.000000;;, + 109;3;-0.000000, 0.033709, 0.000000;;, + 110;3;-0.000000, 0.033709, 0.000000;;, + 111;3;-0.000000, 0.033709, 0.000000;;, + 112;3;-0.000000, 0.033709, 0.000000;;, + 113;3;-0.000000, 0.033709, 0.000000;;, + 114;3;-0.000000, 0.033709, 0.000000;;, + 115;3;-0.000000, 0.033709, 0.000000;;, + 116;3;-0.000000, 0.033709, 0.000000;;, + 117;3;-0.000000, 0.033709, 0.000000;;, + 118;3;-0.000000, 0.033709, 0.000000;;, + 119;3;-0.000000, 0.033709, 0.000000;;, + 120;3;-0.000000, 0.033709, 0.000000;;, + 121;3;-0.000000, 0.033709, 0.000000;;, + 122;3;-0.000000, 0.033709, 0.000000;;, + 123;3;-0.000000, 0.033709, 0.000000;;, + 124;3;-0.000000, 0.033709, 0.000000;;, + 125;3;-0.000000, 0.033709, 0.000000;;, + 126;3;-0.000000, 0.033709, 0.000000;;, + 127;3;-0.000000, 0.033709, 0.000000;;, + 128;3;-0.000000, 0.033709, 0.000000;;, + 129;3;-0.000000, 0.033709, 0.000000;;, + 130;3;-0.000000, 0.033709, 0.000000;;, + 131;3;-0.000000, 0.033709, 0.000000;;, + 132;3;-0.000000, 0.033709, 0.000000;;, + 133;3;-0.000000, 0.033709, 0.000000;;, + 134;3;-0.000000, 0.033709, 0.000000;;, + 135;3;-0.000000, 0.033709, 0.000000;;, + 136;3;-0.000000, 0.033709, 0.000000;;, + 137;3;-0.000000, 0.033709, 0.000000;;, + 138;3;-0.000000, 0.033709, 0.000000;;, + 139;3;-0.000000, 0.033709, 0.000000;;, + 140;3;-0.000000, 0.033709, 0.000000;;, + 141;3;-0.000000, 0.033709, 0.000000;;, + 142;3;-0.000000, 0.033709, 0.000000;;, + 143;3;-0.000000, 0.033709, 0.000000;;, + 144;3;-0.000000, 0.033709, 0.000000;;, + 145;3;-0.000000, 0.033709, 0.000000;;, + 146;3;-0.000000, 0.033709, 0.000000;;, + 147;3;-0.000000, 0.033709, 0.000000;;, + 148;3;-0.000000, 0.033709, 0.000000;;, + 149;3;-0.000000, 0.033709, 0.000000;;, + 150;3;-0.000000, 0.033709, 0.000000;;, + 151;3;-0.000000, 0.033709, 0.000000;;, + 152;3;-0.000000, 0.033709, 0.000000;;, + 153;3;-0.000000, 0.033709, 0.000000;;, + 154;3;-0.000000, 0.033709, 0.000000;;, + 155;3;-0.000000, 0.033709, 0.000000;;, + 156;3;-0.000000, 0.033709, 0.000000;;, + 157;3;-0.000000, 0.033709, 0.000000;;, + 158;3;-0.000000, 0.033709, 0.000000;;, + 159;3;-0.000000, 0.033709, 0.000000;;, + 160;3; 0.000000, 0.033709, 0.000000;;, + 161;3; 0.000000, 0.033709,-0.000000;;, + 162;3; 0.000000, 0.033709,-0.000000;;, + 163;3; 0.000000, 0.033709,-0.000000;;, + 164;3; 0.000000, 0.033709,-0.000000;;, + 165;3; 0.000000, 0.033709,-0.000000;;, + 166;3;-0.000000, 0.033709, 0.000000;;, + 167;3;-0.000000, 0.033709, 0.000000;;, + 168;3;-0.000000, 0.033709, 0.000000;;, + 169;3;-0.000000, 0.033709, 0.000000;;, + 170;3;-0.000000, 0.033709, 0.000000;;, + 171;3;-0.000000, 0.033709, 0.000000;;, + 172;3;-0.000000, 0.033709, 0.000000;;, + 173;3;-0.000000, 0.033709, 0.000000;;, + 174;3;-0.000000, 0.033709, 0.000000;;, + 175;3;-0.000000, 0.033709, 0.000000;;, + 176;3;-0.000000, 0.033709, 0.000000;;, + 177;3;-0.000000, 0.033709, 0.000000;;, + 178;3;-0.000000, 0.033709, 0.000000;;, + 179;3;-0.000000, 0.033709, 0.000000;;, + 180;3;-0.000000, 0.033709, 0.000000;;, + 181;3;-0.000000, 0.033709, 0.000000;;, + 182;3;-0.000000, 0.033709, 0.000000;;, + 183;3;-0.000000, 0.033709, 0.000000;;, + 184;3;-0.000000, 0.033709, 0.000000;;, + 185;3;-0.000000, 0.033709, 0.000000;;, + 186;3;-0.000000, 0.033709, 0.000000;;, + 187;3;-0.000000, 0.033709, 0.000000;;, + 188;3;-0.000000, 0.033709, 0.000000;;, + 189;3;-0.000000, 0.033709, 0.000000;;, + 190;3;-0.000000, 0.033709, 0.000000;;, + 191;3;-0.000000, 0.033709, 0.000000;;, + 192;3;-0.000000, 0.033709, 0.000000;;, + 193;3;-0.000000, 0.033709, 0.000000;;, + 194;3;-0.000000, 0.033709, 0.000000;;, + 195;3;-0.000000, 0.033709, 0.000000;;, + 196;3;-0.000000, 0.033709, 0.000000;;, + 197;3;-0.000000, 0.033709, 0.000000;;, + 198;3;-0.000000, 0.033709, 0.000000;;, + 199;3;-0.000000, 0.033709, 0.000000;;, + 200;3;-0.000000, 0.033709, 0.000000;;, + 201;3;-0.000000, 0.033709, 0.000000;;, + 202;3;-0.000000, 0.033709, 0.000000;;, + 203;3;-0.000000, 0.033709, 0.000000;;, + 204;3;-0.000000, 0.033709, 0.000000;;, + 205;3;-0.000000, 0.033709, 0.000000;;, + 206;3;-0.000000, 0.033709, 0.000000;;, + 207;3;-0.000000, 0.033709, 0.000000;;, + 208;3;-0.000000, 0.033709, 0.000000;;, + 209;3;-0.000000, 0.033709, 0.000000;;, + 210;3;-0.000000, 0.033709, 0.000000;;, + 211;3;-0.000000, 0.033709, 0.000000;;, + 212;3;-0.000000, 0.033709, 0.000000;;, + 213;3;-0.000000, 0.033709, 0.000000;;, + 214;3;-0.000000, 0.033709, 0.000000;;, + 215;3;-0.000000, 0.033709, 0.000000;;, + 216;3;-0.000000, 0.033709, 0.000000;;, + 217;3;-0.000000, 0.033709, 0.000000;;, + 218;3;-0.000000, 0.033709, 0.000000;;; + } + } + Animation { + {wolfwoman_thumb_03_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 1;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 2;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 3;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 4;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 5;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 6;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 7;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 8;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 9;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 10;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 11;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 12;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 13;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 14;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 15;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 16;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 17;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 18;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 19;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 20;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 21;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 22;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 23;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 24;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 25;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 26;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 27;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 28;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 29;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 30;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 31;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 32;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 33;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 34;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 35;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 36;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 37;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 38;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 39;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 40;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 41;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 42;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 43;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 44;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 45;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 46;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 47;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 48;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 49;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 50;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 51;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 52;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 53;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 54;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 55;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 56;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 57;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 58;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 59;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 60;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 61;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 62;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 63;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 64;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 65;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 66;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 67;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 68;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 69;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 70;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 71;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 72;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 73;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 74;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 75;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 76;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 77;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 78;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 79;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 80;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 81;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 82;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 83;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 84;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 85;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 86;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 87;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 88;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 89;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 90;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 91;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 92;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 93;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 94;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 95;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 96;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 97;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 98;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 99;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 100;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 101;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 102;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 103;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 104;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 105;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 106;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 107;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 108;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 109;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 110;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 111;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 112;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 113;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 114;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 115;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 116;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 117;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 118;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 119;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 120;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 121;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 122;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 123;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 124;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 125;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 126;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 127;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 128;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 129;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 130;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 131;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 132;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 133;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 134;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 135;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 136;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 137;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 138;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 139;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 140;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 141;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 142;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 143;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 144;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 145;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 146;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 147;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 148;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 149;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 150;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 151;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 152;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 153;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 154;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 155;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 156;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 157;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 158;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 159;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 160;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 161;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 162;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 163;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 164;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 165;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 166;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 167;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 168;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 169;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 170;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 171;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 172;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 173;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 174;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 175;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 176;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 177;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 178;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 179;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 180;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 181;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 182;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 183;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 184;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 185;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 186;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 187;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 188;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 189;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 190;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 191;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 192;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 193;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 194;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 195;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 196;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 197;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 198;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 199;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 200;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 201;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 202;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 203;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 204;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 205;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 206;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 207;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 208;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 209;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 210;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 211;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 212;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 213;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 214;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 215;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 216;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 217;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 218;4;-0.973475, 0.110074,-0.173613,-0.100445;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.039923,-0.000000;;, + 1;3; 0.000000, 0.039923,-0.000000;;, + 2;3; 0.000000, 0.039923,-0.000000;;, + 3;3; 0.000000, 0.039923,-0.000000;;, + 4;3; 0.000000, 0.039923,-0.000000;;, + 5;3; 0.000000, 0.039923,-0.000000;;, + 6;3; 0.000000, 0.039923,-0.000000;;, + 7;3; 0.000000, 0.039923,-0.000000;;, + 8;3; 0.000000, 0.039923,-0.000000;;, + 9;3; 0.000000, 0.039923,-0.000000;;, + 10;3; 0.000000, 0.039923,-0.000000;;, + 11;3; 0.000000, 0.039923,-0.000000;;, + 12;3; 0.000000, 0.039923,-0.000000;;, + 13;3; 0.000000, 0.039923,-0.000000;;, + 14;3; 0.000000, 0.039923,-0.000000;;, + 15;3; 0.000000, 0.039923,-0.000000;;, + 16;3; 0.000000, 0.039923,-0.000000;;, + 17;3; 0.000000, 0.039923,-0.000000;;, + 18;3; 0.000000, 0.039923,-0.000000;;, + 19;3; 0.000000, 0.039923,-0.000000;;, + 20;3; 0.000000, 0.039923,-0.000000;;, + 21;3; 0.000000, 0.039923,-0.000000;;, + 22;3; 0.000000, 0.039923,-0.000000;;, + 23;3; 0.000000, 0.039923,-0.000000;;, + 24;3; 0.000000, 0.039923,-0.000000;;, + 25;3; 0.000000, 0.039923,-0.000000;;, + 26;3; 0.000000, 0.039923,-0.000000;;, + 27;3; 0.000000, 0.039923,-0.000000;;, + 28;3; 0.000000, 0.039923,-0.000000;;, + 29;3; 0.000000, 0.039923,-0.000000;;, + 30;3; 0.000000, 0.039923,-0.000000;;, + 31;3; 0.000000, 0.039923,-0.000000;;, + 32;3; 0.000000, 0.039923,-0.000000;;, + 33;3; 0.000000, 0.039923,-0.000000;;, + 34;3; 0.000000, 0.039923,-0.000000;;, + 35;3; 0.000000, 0.039923,-0.000000;;, + 36;3; 0.000000, 0.039923,-0.000000;;, + 37;3; 0.000000, 0.039923,-0.000000;;, + 38;3; 0.000000, 0.039923,-0.000000;;, + 39;3; 0.000000, 0.039923,-0.000000;;, + 40;3; 0.000000, 0.039923,-0.000000;;, + 41;3; 0.000000, 0.039923,-0.000000;;, + 42;3; 0.000000, 0.039923,-0.000000;;, + 43;3; 0.000000, 0.039923,-0.000000;;, + 44;3; 0.000000, 0.039923,-0.000000;;, + 45;3; 0.000000, 0.039923,-0.000000;;, + 46;3; 0.000000, 0.039923,-0.000000;;, + 47;3; 0.000000, 0.039923,-0.000000;;, + 48;3; 0.000000, 0.039923,-0.000000;;, + 49;3; 0.000000, 0.039923,-0.000000;;, + 50;3; 0.000000, 0.039923,-0.000000;;, + 51;3; 0.000000, 0.039923,-0.000000;;, + 52;3; 0.000000, 0.039923,-0.000000;;, + 53;3; 0.000000, 0.039923,-0.000000;;, + 54;3; 0.000000, 0.039923,-0.000000;;, + 55;3; 0.000000, 0.039923,-0.000000;;, + 56;3; 0.000000, 0.039923,-0.000000;;, + 57;3; 0.000000, 0.039923,-0.000000;;, + 58;3; 0.000000, 0.039923,-0.000000;;, + 59;3; 0.000000, 0.039923,-0.000000;;, + 60;3; 0.000000, 0.039923,-0.000000;;, + 61;3; 0.000000, 0.039923,-0.000000;;, + 62;3; 0.000000, 0.039923,-0.000000;;, + 63;3; 0.000000, 0.039923,-0.000000;;, + 64;3; 0.000000, 0.039923,-0.000000;;, + 65;3; 0.000000, 0.039923,-0.000000;;, + 66;3; 0.000000, 0.039923,-0.000000;;, + 67;3; 0.000000, 0.039923,-0.000000;;, + 68;3; 0.000000, 0.039923,-0.000000;;, + 69;3; 0.000000, 0.039923,-0.000000;;, + 70;3; 0.000000, 0.039923,-0.000000;;, + 71;3; 0.000000, 0.039923,-0.000000;;, + 72;3; 0.000000, 0.039923,-0.000000;;, + 73;3; 0.000000, 0.039923,-0.000000;;, + 74;3; 0.000000, 0.039923,-0.000000;;, + 75;3; 0.000000, 0.039923,-0.000000;;, + 76;3; 0.000000, 0.039923,-0.000000;;, + 77;3; 0.000000, 0.039923,-0.000000;;, + 78;3; 0.000000, 0.039923,-0.000000;;, + 79;3; 0.000000, 0.039923,-0.000000;;, + 80;3; 0.000000, 0.039923,-0.000000;;, + 81;3; 0.000000, 0.039923,-0.000000;;, + 82;3; 0.000000, 0.039923,-0.000000;;, + 83;3; 0.000000, 0.039923,-0.000000;;, + 84;3; 0.000000, 0.039923,-0.000000;;, + 85;3; 0.000000, 0.039923,-0.000000;;, + 86;3; 0.000000, 0.039923,-0.000000;;, + 87;3; 0.000000, 0.039923,-0.000000;;, + 88;3; 0.000000, 0.039923,-0.000000;;, + 89;3; 0.000000, 0.039923,-0.000000;;, + 90;3; 0.000000, 0.039923,-0.000000;;, + 91;3; 0.000000, 0.039923,-0.000000;;, + 92;3; 0.000000, 0.039923,-0.000000;;, + 93;3; 0.000000, 0.039923,-0.000000;;, + 94;3; 0.000000, 0.039923,-0.000000;;, + 95;3; 0.000000, 0.039923,-0.000000;;, + 96;3; 0.000000, 0.039923,-0.000000;;, + 97;3; 0.000000, 0.039923,-0.000000;;, + 98;3; 0.000000, 0.039923,-0.000000;;, + 99;3; 0.000000, 0.039923,-0.000000;;, + 100;3; 0.000000, 0.039923,-0.000000;;, + 101;3; 0.000000, 0.039923,-0.000000;;, + 102;3; 0.000000, 0.039923,-0.000000;;, + 103;3; 0.000000, 0.039923,-0.000000;;, + 104;3; 0.000000, 0.039923,-0.000000;;, + 105;3; 0.000000, 0.039923,-0.000000;;, + 106;3; 0.000000, 0.039923,-0.000000;;, + 107;3; 0.000000, 0.039923,-0.000000;;, + 108;3; 0.000000, 0.039923,-0.000000;;, + 109;3; 0.000000, 0.039923,-0.000000;;, + 110;3; 0.000000, 0.039923,-0.000000;;, + 111;3; 0.000000, 0.039923,-0.000000;;, + 112;3; 0.000000, 0.039923,-0.000000;;, + 113;3; 0.000000, 0.039923,-0.000000;;, + 114;3; 0.000000, 0.039923,-0.000000;;, + 115;3; 0.000000, 0.039923,-0.000000;;, + 116;3; 0.000000, 0.039923,-0.000000;;, + 117;3; 0.000000, 0.039923,-0.000000;;, + 118;3; 0.000000, 0.039923,-0.000000;;, + 119;3; 0.000000, 0.039923,-0.000000;;, + 120;3; 0.000000, 0.039923,-0.000000;;, + 121;3; 0.000000, 0.039923,-0.000000;;, + 122;3; 0.000000, 0.039923,-0.000000;;, + 123;3; 0.000000, 0.039923,-0.000000;;, + 124;3; 0.000000, 0.039923,-0.000000;;, + 125;3; 0.000000, 0.039923,-0.000000;;, + 126;3; 0.000000, 0.039923,-0.000000;;, + 127;3; 0.000000, 0.039923,-0.000000;;, + 128;3; 0.000000, 0.039923,-0.000000;;, + 129;3; 0.000000, 0.039923,-0.000000;;, + 130;3; 0.000000, 0.039923,-0.000000;;, + 131;3; 0.000000, 0.039923,-0.000000;;, + 132;3; 0.000000, 0.039923,-0.000000;;, + 133;3; 0.000000, 0.039923,-0.000000;;, + 134;3; 0.000000, 0.039923,-0.000000;;, + 135;3; 0.000000, 0.039923,-0.000000;;, + 136;3; 0.000000, 0.039923,-0.000000;;, + 137;3; 0.000000, 0.039923,-0.000000;;, + 138;3; 0.000000, 0.039923,-0.000000;;, + 139;3; 0.000000, 0.039923,-0.000000;;, + 140;3; 0.000000, 0.039923,-0.000000;;, + 141;3; 0.000000, 0.039923,-0.000000;;, + 142;3; 0.000000, 0.039923,-0.000000;;, + 143;3; 0.000000, 0.039923,-0.000000;;, + 144;3; 0.000000, 0.039923,-0.000000;;, + 145;3; 0.000000, 0.039923,-0.000000;;, + 146;3; 0.000000, 0.039923,-0.000000;;, + 147;3; 0.000000, 0.039923,-0.000000;;, + 148;3; 0.000000, 0.039923,-0.000000;;, + 149;3; 0.000000, 0.039923,-0.000000;;, + 150;3; 0.000000, 0.039923,-0.000000;;, + 151;3; 0.000000, 0.039923,-0.000000;;, + 152;3; 0.000000, 0.039923,-0.000000;;, + 153;3; 0.000000, 0.039923,-0.000000;;, + 154;3; 0.000000, 0.039923,-0.000000;;, + 155;3; 0.000000, 0.039923,-0.000000;;, + 156;3; 0.000000, 0.039923,-0.000000;;, + 157;3; 0.000000, 0.039923,-0.000000;;, + 158;3; 0.000000, 0.039923,-0.000000;;, + 159;3; 0.000000, 0.039923,-0.000000;;, + 160;3; 0.000000, 0.039923, 0.000000;;, + 161;3; 0.000000, 0.039923,-0.000000;;, + 162;3; 0.000000, 0.039923,-0.000000;;, + 163;3; 0.000000, 0.039923,-0.000000;;, + 164;3; 0.000000, 0.039923,-0.000000;;, + 165;3; 0.000000, 0.039923, 0.000000;;, + 166;3; 0.000000, 0.039923,-0.000000;;, + 167;3; 0.000000, 0.039923,-0.000000;;, + 168;3; 0.000000, 0.039923,-0.000000;;, + 169;3; 0.000000, 0.039923,-0.000000;;, + 170;3; 0.000000, 0.039923,-0.000000;;, + 171;3; 0.000000, 0.039923,-0.000000;;, + 172;3; 0.000000, 0.039923,-0.000000;;, + 173;3; 0.000000, 0.039923,-0.000000;;, + 174;3; 0.000000, 0.039923,-0.000000;;, + 175;3; 0.000000, 0.039923,-0.000000;;, + 176;3; 0.000000, 0.039923,-0.000000;;, + 177;3; 0.000000, 0.039923,-0.000000;;, + 178;3; 0.000000, 0.039923,-0.000000;;, + 179;3; 0.000000, 0.039923,-0.000000;;, + 180;3; 0.000000, 0.039923, 0.000000;;, + 181;3; 0.000000, 0.039923,-0.000000;;, + 182;3; 0.000000, 0.039923,-0.000000;;, + 183;3; 0.000000, 0.039923,-0.000000;;, + 184;3; 0.000000, 0.039923,-0.000000;;, + 185;3; 0.000000, 0.039923,-0.000000;;, + 186;3; 0.000000, 0.039923,-0.000000;;, + 187;3; 0.000000, 0.039923,-0.000000;;, + 188;3; 0.000000, 0.039923,-0.000000;;, + 189;3; 0.000000, 0.039923,-0.000000;;, + 190;3; 0.000000, 0.039923,-0.000000;;, + 191;3; 0.000000, 0.039923,-0.000000;;, + 192;3; 0.000000, 0.039923,-0.000000;;, + 193;3; 0.000000, 0.039923, 0.000000;;, + 194;3; 0.000000, 0.039923,-0.000000;;, + 195;3; 0.000000, 0.039923, 0.000000;;, + 196;3; 0.000000, 0.039923,-0.000000;;, + 197;3; 0.000000, 0.039923,-0.000000;;, + 198;3; 0.000000, 0.039923,-0.000000;;, + 199;3; 0.000000, 0.039923,-0.000000;;, + 200;3; 0.000000, 0.039923,-0.000000;;, + 201;3; 0.000000, 0.039923,-0.000000;;, + 202;3; 0.000000, 0.039923,-0.000000;;, + 203;3; 0.000000, 0.039923,-0.000000;;, + 204;3; 0.000000, 0.039923,-0.000000;;, + 205;3; 0.000000, 0.039923,-0.000000;;, + 206;3; 0.000000, 0.039923,-0.000000;;, + 207;3; 0.000000, 0.039923,-0.000000;;, + 208;3; 0.000000, 0.039923,-0.000000;;, + 209;3; 0.000000, 0.039923,-0.000000;;, + 210;3; 0.000000, 0.039923,-0.000000;;, + 211;3; 0.000000, 0.039923,-0.000000;;, + 212;3; 0.000000, 0.039923,-0.000000;;, + 213;3; 0.000000, 0.039923,-0.000000;;, + 214;3; 0.000000, 0.039923,-0.000000;;, + 215;3; 0.000000, 0.039923,-0.000000;;, + 216;3; 0.000000, 0.039923,-0.000000;;, + 217;3; 0.000000, 0.039923,-0.000000;;, + 218;3; 0.000000, 0.039923,-0.000000;;; + } + } + Animation { + {wolfwoman_neck_01} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 1;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 2;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 3;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 4;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 5;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 6;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 7;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 8;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 9;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 10;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 11;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 12;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 13;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 14;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 15;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 16;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 17;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 18;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 19;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 20;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 21;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 22;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 23;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 24;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 25;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 26;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 27;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 28;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 29;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 30;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 31;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 32;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 33;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 34;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 35;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 36;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 37;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 38;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 39;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 40;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 41;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 42;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 43;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 44;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 45;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 46;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 47;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 48;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 49;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 50;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 51;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 52;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 53;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 54;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 55;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 56;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 57;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 58;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 59;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 60;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 61;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 62;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 63;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 64;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 65;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 66;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 67;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 68;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 69;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 70;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 71;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 72;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 73;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 74;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 75;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 76;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 77;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 78;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 79;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 80;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 81;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 82;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 83;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 84;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 85;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 86;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 87;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 88;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 89;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 90;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 91;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 92;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 93;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 94;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 95;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 96;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 97;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 98;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 99;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 100;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 101;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 102;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 103;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 104;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 105;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 106;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 107;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 108;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 109;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 110;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 111;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 112;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 113;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 114;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 115;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 116;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 117;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 118;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 119;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 120;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 121;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 122;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 123;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 124;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 125;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 126;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 127;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 128;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 129;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 130;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 131;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 132;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 133;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 134;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 135;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 136;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 137;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 138;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 139;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 140;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 141;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 142;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 143;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 144;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 145;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 146;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 147;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 148;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 149;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 150;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 151;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 152;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 153;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 154;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 155;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 156;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 157;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 158;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 159;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 160;4;-0.997798, 0.066325, 0.000000, 0.000000;;, + 161;4;-0.992920,-0.118786, 0.000000, 0.000000;;, + 162;4;-0.992920,-0.118786, 0.000000, 0.000000;;, + 163;4;-0.992920,-0.118786, 0.000000, 0.000000;;, + 164;4;-0.992920,-0.118786, 0.000000, 0.000000;;, + 165;4;-0.992920,-0.118786, 0.000000, 0.000000;;, + 166;4;-0.997798, 0.066325, 0.000000, 0.000000;;, + 167;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 168;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 169;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 170;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 171;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 172;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 173;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 174;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 175;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 176;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 177;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 178;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 179;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 180;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 181;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 182;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 183;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 184;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 185;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 186;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 187;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 188;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 189;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 190;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 191;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 192;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 193;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 194;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 195;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 196;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 197;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 198;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 199;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 200;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 201;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 202;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 203;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 204;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 205;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 206;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 207;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 208;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 209;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 210;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 211;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 212;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 213;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 214;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 215;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 216;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 217;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 218;4;-0.968462, 0.249162, 0.000000,-0.000000;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.332299, 0.093567;;, + 1;3; 0.000000, 0.332299, 0.093567;;, + 2;3; 0.000000, 0.332299, 0.093567;;, + 3;3; 0.000000, 0.332299, 0.093567;;, + 4;3; 0.000000, 0.332299, 0.093567;;, + 5;3; 0.000000, 0.332299, 0.093567;;, + 6;3; 0.000000, 0.332299, 0.093567;;, + 7;3; 0.000000, 0.332299, 0.093567;;, + 8;3; 0.000000, 0.332299, 0.093567;;, + 9;3; 0.000000, 0.332299, 0.093567;;, + 10;3; 0.000000, 0.332299, 0.093567;;, + 11;3; 0.000000, 0.332299, 0.093567;;, + 12;3; 0.000000, 0.332299, 0.093567;;, + 13;3; 0.000000, 0.332299, 0.093567;;, + 14;3; 0.000000, 0.332299, 0.093567;;, + 15;3; 0.000000, 0.332299, 0.093567;;, + 16;3; 0.000000, 0.332299, 0.093567;;, + 17;3; 0.000000, 0.332299, 0.093567;;, + 18;3; 0.000000, 0.332299, 0.093567;;, + 19;3; 0.000000, 0.332299, 0.093567;;, + 20;3; 0.000000, 0.332299, 0.093567;;, + 21;3; 0.000000, 0.332299, 0.093567;;, + 22;3; 0.000000, 0.332299, 0.093567;;, + 23;3; 0.000000, 0.332299, 0.093567;;, + 24;3; 0.000000, 0.332299, 0.093567;;, + 25;3; 0.000000, 0.332299, 0.093567;;, + 26;3; 0.000000, 0.332299, 0.093567;;, + 27;3; 0.000000, 0.332299, 0.093567;;, + 28;3; 0.000000, 0.332299, 0.093567;;, + 29;3; 0.000000, 0.332299, 0.093567;;, + 30;3; 0.000000, 0.332299, 0.093567;;, + 31;3; 0.000000, 0.332299, 0.093567;;, + 32;3; 0.000000, 0.332299, 0.093567;;, + 33;3; 0.000000, 0.332299, 0.093567;;, + 34;3; 0.000000, 0.332299, 0.093567;;, + 35;3; 0.000000, 0.332299, 0.093567;;, + 36;3; 0.000000, 0.332299, 0.093567;;, + 37;3; 0.000000, 0.332299, 0.093567;;, + 38;3; 0.000000, 0.332299, 0.093567;;, + 39;3; 0.000000, 0.332299, 0.093567;;, + 40;3; 0.000000, 0.332299, 0.093567;;, + 41;3; 0.000000, 0.332299, 0.093567;;, + 42;3; 0.000000, 0.332299, 0.093567;;, + 43;3; 0.000000, 0.332299, 0.093567;;, + 44;3; 0.000000, 0.332299, 0.093567;;, + 45;3; 0.000000, 0.332299, 0.093567;;, + 46;3; 0.000000, 0.332299, 0.093567;;, + 47;3; 0.000000, 0.332299, 0.093567;;, + 48;3; 0.000000, 0.332299, 0.093567;;, + 49;3; 0.000000, 0.332299, 0.093567;;, + 50;3; 0.000000, 0.332299, 0.093567;;, + 51;3; 0.000000, 0.332299, 0.093567;;, + 52;3; 0.000000, 0.332299, 0.093567;;, + 53;3; 0.000000, 0.332299, 0.093567;;, + 54;3; 0.000000, 0.332299, 0.093567;;, + 55;3; 0.000000, 0.332299, 0.093567;;, + 56;3; 0.000000, 0.332299, 0.093567;;, + 57;3; 0.000000, 0.332299, 0.093567;;, + 58;3; 0.000000, 0.332299, 0.093567;;, + 59;3; 0.000000, 0.332299, 0.093567;;, + 60;3; 0.000000, 0.332299, 0.093567;;, + 61;3; 0.000000, 0.332299, 0.093567;;, + 62;3; 0.000000, 0.332299, 0.093567;;, + 63;3; 0.000000, 0.332299, 0.093567;;, + 64;3; 0.000000, 0.332299, 0.093567;;, + 65;3; 0.000000, 0.332299, 0.093567;;, + 66;3; 0.000000, 0.332299, 0.093567;;, + 67;3; 0.000000, 0.332299, 0.093567;;, + 68;3; 0.000000, 0.332299, 0.093567;;, + 69;3; 0.000000, 0.332299, 0.093567;;, + 70;3; 0.000000, 0.332299, 0.093567;;, + 71;3; 0.000000, 0.332299, 0.093567;;, + 72;3; 0.000000, 0.332299, 0.093567;;, + 73;3; 0.000000, 0.332299, 0.093567;;, + 74;3; 0.000000, 0.332299, 0.093567;;, + 75;3; 0.000000, 0.332299, 0.093567;;, + 76;3; 0.000000, 0.332299, 0.093567;;, + 77;3; 0.000000, 0.332299, 0.093567;;, + 78;3; 0.000000, 0.332299, 0.093567;;, + 79;3; 0.000000, 0.332299, 0.093567;;, + 80;3; 0.000000, 0.332299, 0.093567;;, + 81;3; 0.000000, 0.332299, 0.093567;;, + 82;3; 0.000000, 0.332299, 0.093567;;, + 83;3; 0.000000, 0.332299, 0.093567;;, + 84;3; 0.000000, 0.332299, 0.093567;;, + 85;3; 0.000000, 0.332299, 0.093567;;, + 86;3; 0.000000, 0.332299, 0.093567;;, + 87;3; 0.000000, 0.332299, 0.093567;;, + 88;3; 0.000000, 0.332299, 0.093567;;, + 89;3; 0.000000, 0.332299, 0.093567;;, + 90;3; 0.000000, 0.332299, 0.093567;;, + 91;3; 0.000000, 0.332299, 0.093567;;, + 92;3; 0.000000, 0.332299, 0.093567;;, + 93;3; 0.000000, 0.332299, 0.093567;;, + 94;3; 0.000000, 0.332299, 0.093567;;, + 95;3; 0.000000, 0.332299, 0.093567;;, + 96;3; 0.000000, 0.332299, 0.093567;;, + 97;3; 0.000000, 0.332299, 0.093567;;, + 98;3; 0.000000, 0.332299, 0.093567;;, + 99;3; 0.000000, 0.332299, 0.093567;;, + 100;3; 0.000000, 0.332299, 0.093567;;, + 101;3; 0.000000, 0.332299, 0.093567;;, + 102;3; 0.000000, 0.332299, 0.093567;;, + 103;3; 0.000000, 0.332299, 0.093567;;, + 104;3; 0.000000, 0.332299, 0.093567;;, + 105;3; 0.000000, 0.332299, 0.093567;;, + 106;3; 0.000000, 0.332299, 0.093567;;, + 107;3; 0.000000, 0.332299, 0.093567;;, + 108;3; 0.000000, 0.332299, 0.093567;;, + 109;3; 0.000000, 0.332299, 0.093567;;, + 110;3; 0.000000, 0.332299, 0.093567;;, + 111;3; 0.000000, 0.332299, 0.093567;;, + 112;3; 0.000000, 0.332299, 0.093567;;, + 113;3; 0.000000, 0.332299, 0.093567;;, + 114;3; 0.000000, 0.332299, 0.093567;;, + 115;3; 0.000000, 0.332299, 0.093567;;, + 116;3; 0.000000, 0.332299, 0.093567;;, + 117;3; 0.000000, 0.332299, 0.093567;;, + 118;3; 0.000000, 0.332299, 0.093567;;, + 119;3; 0.000000, 0.332299, 0.093567;;, + 120;3; 0.000000, 0.332299, 0.093567;;, + 121;3; 0.000000, 0.332299, 0.093567;;, + 122;3; 0.000000, 0.332299, 0.093567;;, + 123;3; 0.000000, 0.332299, 0.093567;;, + 124;3; 0.000000, 0.332299, 0.093567;;, + 125;3; 0.000000, 0.332299, 0.093567;;, + 126;3; 0.000000, 0.332299, 0.093567;;, + 127;3; 0.000000, 0.332299, 0.093567;;, + 128;3; 0.000000, 0.332299, 0.093567;;, + 129;3; 0.000000, 0.332299, 0.093567;;, + 130;3; 0.000000, 0.332299, 0.093567;;, + 131;3; 0.000000, 0.332299, 0.093567;;, + 132;3; 0.000000, 0.332299, 0.093567;;, + 133;3; 0.000000, 0.332299, 0.093567;;, + 134;3; 0.000000, 0.332299, 0.093567;;, + 135;3; 0.000000, 0.332299, 0.093567;;, + 136;3; 0.000000, 0.332299, 0.093567;;, + 137;3; 0.000000, 0.332299, 0.093567;;, + 138;3; 0.000000, 0.332299, 0.093567;;, + 139;3; 0.000000, 0.332299, 0.093567;;, + 140;3; 0.000000, 0.332299, 0.093567;;, + 141;3; 0.000000, 0.332299, 0.093567;;, + 142;3; 0.000000, 0.332299, 0.093567;;, + 143;3; 0.000000, 0.332299, 0.093567;;, + 144;3; 0.000000, 0.332299, 0.093567;;, + 145;3; 0.000000, 0.332299, 0.093567;;, + 146;3; 0.000000, 0.332299, 0.093567;;, + 147;3; 0.000000, 0.332299, 0.093567;;, + 148;3; 0.000000, 0.332299, 0.093567;;, + 149;3; 0.000000, 0.332299, 0.093567;;, + 150;3; 0.000000, 0.332299, 0.093567;;, + 151;3; 0.000000, 0.332299, 0.093567;;, + 152;3; 0.000000, 0.332299, 0.093567;;, + 153;3; 0.000000, 0.332299, 0.093567;;, + 154;3; 0.000000, 0.332299, 0.093567;;, + 155;3; 0.000000, 0.332299, 0.093567;;, + 156;3; 0.000000, 0.332299, 0.093567;;, + 157;3; 0.000000, 0.332299, 0.093567;;, + 158;3; 0.000000, 0.332299, 0.093567;;, + 159;3; 0.000000, 0.332299, 0.093567;;, + 160;3;-0.000000, 0.332299, 0.093567;;, + 161;3;-0.000000, 0.332299, 0.093567;;, + 162;3;-0.000000, 0.332299, 0.093567;;, + 163;3;-0.000000, 0.332299, 0.093567;;, + 164;3;-0.000000, 0.332299, 0.093567;;, + 165;3;-0.000000, 0.332299, 0.093567;;, + 166;3;-0.000000, 0.332299, 0.093567;;, + 167;3; 0.000000, 0.332299, 0.093567;;, + 168;3; 0.000000, 0.332299, 0.093567;;, + 169;3; 0.000000, 0.332299, 0.093567;;, + 170;3; 0.000000, 0.332299, 0.093567;;, + 171;3; 0.000000, 0.332299, 0.093567;;, + 172;3; 0.000000, 0.332299, 0.093567;;, + 173;3; 0.000000, 0.332299, 0.093567;;, + 174;3; 0.000000, 0.332299, 0.093567;;, + 175;3; 0.000000, 0.332299, 0.093567;;, + 176;3; 0.000000, 0.332299, 0.093567;;, + 177;3; 0.000000, 0.332299, 0.093567;;, + 178;3; 0.000000, 0.332299, 0.093567;;, + 179;3; 0.000000, 0.332299, 0.093567;;, + 180;3; 0.000000, 0.332299, 0.093567;;, + 181;3; 0.000000, 0.332299, 0.093567;;, + 182;3; 0.000000, 0.332299, 0.093567;;, + 183;3; 0.000000, 0.332299, 0.093567;;, + 184;3; 0.000000, 0.332299, 0.093567;;, + 185;3; 0.000000, 0.332299, 0.093567;;, + 186;3; 0.000000, 0.332299, 0.093567;;, + 187;3; 0.000000, 0.332299, 0.093567;;, + 188;3; 0.000000, 0.332299, 0.093567;;, + 189;3; 0.000000, 0.332299, 0.093567;;, + 190;3; 0.000000, 0.332299, 0.093567;;, + 191;3; 0.000000, 0.332299, 0.093567;;, + 192;3; 0.000000, 0.332299, 0.093567;;, + 193;3; 0.000000, 0.332299, 0.093567;;, + 194;3; 0.000000, 0.332299, 0.093567;;, + 195;3; 0.000000, 0.332299, 0.093567;;, + 196;3; 0.000000, 0.332299, 0.093567;;, + 197;3; 0.000000, 0.332299, 0.093567;;, + 198;3; 0.000000, 0.332299, 0.093567;;, + 199;3; 0.000000, 0.332299, 0.093567;;, + 200;3; 0.000000, 0.332299, 0.093567;;, + 201;3; 0.000000, 0.332299, 0.093567;;, + 202;3; 0.000000, 0.332299, 0.093567;;, + 203;3; 0.000000, 0.332299, 0.093567;;, + 204;3; 0.000000, 0.332299, 0.093567;;, + 205;3; 0.000000, 0.332299, 0.093567;;, + 206;3; 0.000000, 0.332299, 0.093567;;, + 207;3; 0.000000, 0.332299, 0.093567;;, + 208;3; 0.000000, 0.332299, 0.093567;;, + 209;3; 0.000000, 0.332299, 0.093567;;, + 210;3; 0.000000, 0.332299, 0.093567;;, + 211;3; 0.000000, 0.332299, 0.093567;;, + 212;3; 0.000000, 0.332299, 0.093567;;, + 213;3; 0.000000, 0.332299, 0.093567;;, + 214;3; 0.000000, 0.332299, 0.093567;;, + 215;3; 0.000000, 0.332299, 0.093567;;, + 216;3; 0.000000, 0.332299, 0.093567;;, + 217;3; 0.000000, 0.332299, 0.093567;;, + 218;3; 0.000000, 0.332299, 0.093567;;; + } + } + Animation { + {wolfwoman_head} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 1;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 2;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 3;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 4;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 5;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 6;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 7;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 8;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 9;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 10;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 11;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 12;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 13;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 14;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 15;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 16;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 17;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 18;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 19;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 20;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 21;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 22;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 23;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 24;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 25;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 26;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 27;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 28;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 29;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 30;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 31;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 32;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 33;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 34;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 35;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 36;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 37;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 38;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 39;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 40;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 41;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 42;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 43;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 44;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 45;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 46;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 47;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 48;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 49;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 50;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 51;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 52;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 53;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 54;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 55;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 56;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 57;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 58;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 59;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 60;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 61;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 62;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 63;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 64;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 65;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 66;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 67;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 68;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 69;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 70;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 71;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 72;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 73;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 74;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 75;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 76;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 77;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 78;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 79;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 80;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 81;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 82;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 83;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 84;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 85;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 86;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 87;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 88;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 89;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 90;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 91;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 92;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 93;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 94;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 95;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 96;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 97;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 98;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 99;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 100;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 101;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 102;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 103;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 104;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 105;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 106;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 107;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 108;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 109;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 110;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 111;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 112;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 113;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 114;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 115;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 116;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 117;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 118;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 119;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 120;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 121;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 122;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 123;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 124;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 125;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 126;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 127;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 128;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 129;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 130;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 131;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 132;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 133;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 134;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 135;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 136;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 137;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 138;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 139;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 140;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 141;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 142;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 143;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 144;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 145;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 146;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 147;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 148;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 149;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 150;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 151;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 152;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 153;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 154;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 155;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 156;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 157;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 158;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 159;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 160;4;-0.929280,-0.369375,-0.000000,-0.000000;;, + 161;4;-0.845242,-0.534383, 0.000000, 0.000000;;, + 162;4;-0.845242,-0.534383, 0.000000, 0.000000;;, + 163;4;-0.845242,-0.534383, 0.000000, 0.000000;;, + 164;4;-0.845242,-0.534383, 0.000000, 0.000000;;, + 165;4;-0.845242,-0.534383, 0.000000, 0.000000;;, + 166;4;-0.929280,-0.369375, 0.000000, 0.000000;;, + 167;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 168;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 169;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 170;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 171;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 172;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 173;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 174;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 175;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 176;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 177;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 178;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 179;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 180;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 181;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 182;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 183;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 184;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 185;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 186;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 187;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 188;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 189;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 190;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 191;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 192;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 193;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 194;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 195;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 196;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 197;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 198;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 199;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 200;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 201;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 202;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 203;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 204;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 205;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 206;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 207;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 208;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 209;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 210;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 211;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 212;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 213;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 214;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 215;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 216;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 217;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 218;4;-0.981453,-0.191702,-0.000000,-0.000000;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.100582, 0.000000;;, + 1;3; 0.000000, 0.100582, 0.000000;;, + 2;3; 0.000000, 0.100582, 0.000000;;, + 3;3; 0.000000, 0.100582, 0.000000;;, + 4;3; 0.000000, 0.100582, 0.000000;;, + 5;3; 0.000000, 0.100582, 0.000000;;, + 6;3; 0.000000, 0.100582, 0.000000;;, + 7;3; 0.000000, 0.100582, 0.000000;;, + 8;3; 0.000000, 0.100582, 0.000000;;, + 9;3; 0.000000, 0.100582, 0.000000;;, + 10;3; 0.000000, 0.100582, 0.000000;;, + 11;3; 0.000000, 0.100582, 0.000000;;, + 12;3; 0.000000, 0.100582, 0.000000;;, + 13;3; 0.000000, 0.100582, 0.000000;;, + 14;3; 0.000000, 0.100582, 0.000000;;, + 15;3; 0.000000, 0.100582, 0.000000;;, + 16;3; 0.000000, 0.100582, 0.000000;;, + 17;3; 0.000000, 0.100582, 0.000000;;, + 18;3; 0.000000, 0.100582, 0.000000;;, + 19;3; 0.000000, 0.100582, 0.000000;;, + 20;3; 0.000000, 0.100582, 0.000000;;, + 21;3; 0.000000, 0.100582, 0.000000;;, + 22;3; 0.000000, 0.100582, 0.000000;;, + 23;3; 0.000000, 0.100582, 0.000000;;, + 24;3; 0.000000, 0.100582, 0.000000;;, + 25;3; 0.000000, 0.100582, 0.000000;;, + 26;3; 0.000000, 0.100582, 0.000000;;, + 27;3; 0.000000, 0.100582, 0.000000;;, + 28;3; 0.000000, 0.100582, 0.000000;;, + 29;3; 0.000000, 0.100582, 0.000000;;, + 30;3; 0.000000, 0.100582, 0.000000;;, + 31;3; 0.000000, 0.100582, 0.000000;;, + 32;3; 0.000000, 0.100582, 0.000000;;, + 33;3; 0.000000, 0.100582, 0.000000;;, + 34;3; 0.000000, 0.100582, 0.000000;;, + 35;3; 0.000000, 0.100582, 0.000000;;, + 36;3; 0.000000, 0.100582, 0.000000;;, + 37;3; 0.000000, 0.100582, 0.000000;;, + 38;3; 0.000000, 0.100582, 0.000000;;, + 39;3; 0.000000, 0.100582, 0.000000;;, + 40;3; 0.000000, 0.100582, 0.000000;;, + 41;3; 0.000000, 0.100582, 0.000000;;, + 42;3; 0.000000, 0.100582, 0.000000;;, + 43;3; 0.000000, 0.100582, 0.000000;;, + 44;3; 0.000000, 0.100582, 0.000000;;, + 45;3; 0.000000, 0.100582, 0.000000;;, + 46;3; 0.000000, 0.100582, 0.000000;;, + 47;3; 0.000000, 0.100582, 0.000000;;, + 48;3; 0.000000, 0.100582, 0.000000;;, + 49;3; 0.000000, 0.100582, 0.000000;;, + 50;3; 0.000000, 0.100582, 0.000000;;, + 51;3; 0.000000, 0.100582, 0.000000;;, + 52;3; 0.000000, 0.100582, 0.000000;;, + 53;3; 0.000000, 0.100582, 0.000000;;, + 54;3; 0.000000, 0.100582, 0.000000;;, + 55;3; 0.000000, 0.100582, 0.000000;;, + 56;3; 0.000000, 0.100582, 0.000000;;, + 57;3; 0.000000, 0.100582, 0.000000;;, + 58;3; 0.000000, 0.100582, 0.000000;;, + 59;3; 0.000000, 0.100582, 0.000000;;, + 60;3; 0.000000, 0.100582, 0.000000;;, + 61;3; 0.000000, 0.100582, 0.000000;;, + 62;3; 0.000000, 0.100582, 0.000000;;, + 63;3; 0.000000, 0.100582, 0.000000;;, + 64;3; 0.000000, 0.100582, 0.000000;;, + 65;3; 0.000000, 0.100582, 0.000000;;, + 66;3; 0.000000, 0.100582, 0.000000;;, + 67;3; 0.000000, 0.100582, 0.000000;;, + 68;3; 0.000000, 0.100582, 0.000000;;, + 69;3; 0.000000, 0.100582, 0.000000;;, + 70;3; 0.000000, 0.100582, 0.000000;;, + 71;3; 0.000000, 0.100582, 0.000000;;, + 72;3; 0.000000, 0.100582, 0.000000;;, + 73;3; 0.000000, 0.100582, 0.000000;;, + 74;3; 0.000000, 0.100582, 0.000000;;, + 75;3; 0.000000, 0.100582, 0.000000;;, + 76;3; 0.000000, 0.100582, 0.000000;;, + 77;3; 0.000000, 0.100582, 0.000000;;, + 78;3; 0.000000, 0.100582, 0.000000;;, + 79;3;-0.000000, 0.100582, 0.000000;;, + 80;3; 0.000000, 0.100582, 0.000000;;, + 81;3; 0.000000, 0.100582, 0.000000;;, + 82;3; 0.000000, 0.100582, 0.000000;;, + 83;3; 0.000000, 0.100582, 0.000000;;, + 84;3; 0.000000, 0.100582, 0.000000;;, + 85;3; 0.000000, 0.100582, 0.000000;;, + 86;3; 0.000000, 0.100582, 0.000000;;, + 87;3; 0.000000, 0.100582, 0.000000;;, + 88;3; 0.000000, 0.100582, 0.000000;;, + 89;3; 0.000000, 0.100582, 0.000000;;, + 90;3; 0.000000, 0.100582, 0.000000;;, + 91;3; 0.000000, 0.100582, 0.000000;;, + 92;3; 0.000000, 0.100582, 0.000000;;, + 93;3; 0.000000, 0.100582, 0.000000;;, + 94;3; 0.000000, 0.100582, 0.000000;;, + 95;3; 0.000000, 0.100582, 0.000000;;, + 96;3; 0.000000, 0.100582, 0.000000;;, + 97;3; 0.000000, 0.100582, 0.000000;;, + 98;3; 0.000000, 0.100582, 0.000000;;, + 99;3; 0.000000, 0.100582, 0.000000;;, + 100;3; 0.000000, 0.100582, 0.000000;;, + 101;3; 0.000000, 0.100582, 0.000000;;, + 102;3; 0.000000, 0.100582, 0.000000;;, + 103;3; 0.000000, 0.100582, 0.000000;;, + 104;3; 0.000000, 0.100582, 0.000000;;, + 105;3; 0.000000, 0.100582, 0.000000;;, + 106;3; 0.000000, 0.100582, 0.000000;;, + 107;3; 0.000000, 0.100582, 0.000000;;, + 108;3; 0.000000, 0.100582, 0.000000;;, + 109;3; 0.000000, 0.100582, 0.000000;;, + 110;3; 0.000000, 0.100582, 0.000000;;, + 111;3; 0.000000, 0.100582, 0.000000;;, + 112;3; 0.000000, 0.100582, 0.000000;;, + 113;3; 0.000000, 0.100582, 0.000000;;, + 114;3; 0.000000, 0.100582, 0.000000;;, + 115;3; 0.000000, 0.100582, 0.000000;;, + 116;3; 0.000000, 0.100582, 0.000000;;, + 117;3; 0.000000, 0.100582, 0.000000;;, + 118;3; 0.000000, 0.100582, 0.000000;;, + 119;3; 0.000000, 0.100582, 0.000000;;, + 120;3; 0.000000, 0.100582, 0.000000;;, + 121;3; 0.000000, 0.100582, 0.000000;;, + 122;3; 0.000000, 0.100582, 0.000000;;, + 123;3; 0.000000, 0.100582, 0.000000;;, + 124;3; 0.000000, 0.100582, 0.000000;;, + 125;3; 0.000000, 0.100582, 0.000000;;, + 126;3; 0.000000, 0.100582, 0.000000;;, + 127;3; 0.000000, 0.100582, 0.000000;;, + 128;3; 0.000000, 0.100582, 0.000000;;, + 129;3; 0.000000, 0.100582, 0.000000;;, + 130;3; 0.000000, 0.100582, 0.000000;;, + 131;3; 0.000000, 0.100582, 0.000000;;, + 132;3; 0.000000, 0.100582, 0.000000;;, + 133;3; 0.000000, 0.100582, 0.000000;;, + 134;3; 0.000000, 0.100582, 0.000000;;, + 135;3; 0.000000, 0.100582, 0.000000;;, + 136;3; 0.000000, 0.100582, 0.000000;;, + 137;3; 0.000000, 0.100582, 0.000000;;, + 138;3; 0.000000, 0.100582, 0.000000;;, + 139;3; 0.000000, 0.100582, 0.000000;;, + 140;3; 0.000000, 0.100582, 0.000000;;, + 141;3; 0.000000, 0.100582, 0.000000;;, + 142;3; 0.000000, 0.100582, 0.000000;;, + 143;3; 0.000000, 0.100582, 0.000000;;, + 144;3; 0.000000, 0.100582, 0.000000;;, + 145;3; 0.000000, 0.100582, 0.000000;;, + 146;3; 0.000000, 0.100582, 0.000000;;, + 147;3; 0.000000, 0.100582, 0.000000;;, + 148;3; 0.000000, 0.100582, 0.000000;;, + 149;3; 0.000000, 0.100582, 0.000000;;, + 150;3; 0.000000, 0.100582, 0.000000;;, + 151;3; 0.000000, 0.100582, 0.000000;;, + 152;3; 0.000000, 0.100582, 0.000000;;, + 153;3; 0.000000, 0.100582, 0.000000;;, + 154;3; 0.000000, 0.100582, 0.000000;;, + 155;3; 0.000000, 0.100582, 0.000000;;, + 156;3; 0.000000, 0.100582, 0.000000;;, + 157;3; 0.000000, 0.100582, 0.000000;;, + 158;3; 0.000000, 0.100582, 0.000000;;, + 159;3; 0.000000, 0.100582, 0.000000;;, + 160;3;-0.000000, 0.100582, 0.000000;;, + 161;3; 0.000000, 0.100582, 0.000000;;, + 162;3; 0.000000, 0.100582, 0.000000;;, + 163;3; 0.000000, 0.100582, 0.000000;;, + 164;3; 0.000000, 0.100582, 0.000000;;, + 165;3; 0.000000, 0.100582, 0.000000;;, + 166;3; 0.000000, 0.100582, 0.000000;;, + 167;3; 0.000000, 0.100582, 0.000000;;, + 168;3; 0.000000, 0.100582, 0.000000;;, + 169;3; 0.000000, 0.100582, 0.000000;;, + 170;3; 0.000000, 0.100582, 0.000000;;, + 171;3; 0.000000, 0.100582, 0.000000;;, + 172;3; 0.000000, 0.100582, 0.000000;;, + 173;3; 0.000000, 0.100582, 0.000000;;, + 174;3; 0.000000, 0.100582, 0.000000;;, + 175;3; 0.000000, 0.100582, 0.000000;;, + 176;3; 0.000000, 0.100582, 0.000000;;, + 177;3; 0.000000, 0.100582, 0.000000;;, + 178;3; 0.000000, 0.100582, 0.000000;;, + 179;3; 0.000000, 0.100582, 0.000000;;, + 180;3; 0.000000, 0.100582, 0.000000;;, + 181;3; 0.000000, 0.100582, 0.000000;;, + 182;3; 0.000000, 0.100582, 0.000000;;, + 183;3; 0.000000, 0.100582, 0.000000;;, + 184;3; 0.000000, 0.100582, 0.000000;;, + 185;3; 0.000000, 0.100582, 0.000000;;, + 186;3; 0.000000, 0.100582, 0.000000;;, + 187;3; 0.000000, 0.100582, 0.000000;;, + 188;3; 0.000000, 0.100582, 0.000000;;, + 189;3; 0.000000, 0.100582, 0.000000;;, + 190;3; 0.000000, 0.100582, 0.000000;;, + 191;3; 0.000000, 0.100582, 0.000000;;, + 192;3; 0.000000, 0.100582, 0.000000;;, + 193;3; 0.000000, 0.100582, 0.000000;;, + 194;3; 0.000000, 0.100582, 0.000000;;, + 195;3; 0.000000, 0.100582, 0.000000;;, + 196;3; 0.000000, 0.100582, 0.000000;;, + 197;3; 0.000000, 0.100582, 0.000000;;, + 198;3; 0.000000, 0.100582, 0.000000;;, + 199;3; 0.000000, 0.100582, 0.000000;;, + 200;3; 0.000000, 0.100582, 0.000000;;, + 201;3; 0.000000, 0.100582, 0.000000;;, + 202;3; 0.000000, 0.100582, 0.000000;;, + 203;3; 0.000000, 0.100582, 0.000000;;, + 204;3; 0.000000, 0.100582, 0.000000;;, + 205;3; 0.000000, 0.100582, 0.000000;;, + 206;3; 0.000000, 0.100582, 0.000000;;, + 207;3; 0.000000, 0.100582, 0.000000;;, + 208;3; 0.000000, 0.100582, 0.000000;;, + 209;3; 0.000000, 0.100582, 0.000000;;, + 210;3; 0.000000, 0.100582, 0.000000;;, + 211;3; 0.000000, 0.100582, 0.000000;;, + 212;3; 0.000000, 0.100582, 0.000000;;, + 213;3; 0.000000, 0.100582, 0.000000;;, + 214;3; 0.000000, 0.100582, 0.000000;;, + 215;3; 0.000000, 0.100582, 0.000000;;, + 216;3; 0.000000, 0.100582, 0.000000;;, + 217;3; 0.000000, 0.100582, 0.000000;;, + 218;3; 0.000000, 0.100582, 0.000000;;; + } + } + Animation { + {wolfwoman_thigh_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 1;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 2;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 3;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 4;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 5;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 6;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 7;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 8;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 9;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 10;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 11;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 12;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 13;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 14;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 15;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 16;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 17;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 18;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 19;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 20;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 21;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 22;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 23;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 24;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 25;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 26;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 27;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 28;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 29;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 30;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 31;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 32;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 33;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 34;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 35;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 36;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 37;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 38;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 39;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 40;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 41;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 42;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 43;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 44;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 45;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 46;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 47;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 48;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 49;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 50;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 51;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 52;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 53;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 54;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 55;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 56;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 57;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 58;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 59;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 60;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 61;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 62;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 63;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 64;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 65;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 66;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 67;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 68;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 69;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 70;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 71;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 72;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 73;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 74;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 75;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 76;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 77;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 78;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 79;4; 0.237322,-0.838670, 0.140286, 0.469714;;, + 80;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 81;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 82;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 83;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 84;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 85;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 86;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 87;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 88;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 89;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 90;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 91;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 92;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 93;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 94;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 95;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 96;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 97;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 98;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 99;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 100;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 101;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 102;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 103;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 104;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 105;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 106;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 107;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 108;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 109;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 110;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 111;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 112;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 113;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 114;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 115;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 116;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 117;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 118;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 119;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 120;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 121;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 122;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 123;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 124;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 125;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 126;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 127;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 128;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 129;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 130;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 131;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 132;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 133;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 134;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 135;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 136;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 137;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 138;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 139;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 140;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 141;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 142;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 143;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 144;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 145;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 146;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 147;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 148;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 149;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 150;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 151;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 152;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 153;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 154;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 155;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 156;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 157;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 158;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 159;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 160;4; 0.237321,-0.838670, 0.140286, 0.469714;;, + 161;4;-0.126464,-0.968450,-0.044679, 0.210036;;, + 162;4;-0.126464,-0.968450,-0.044679, 0.210036;;, + 163;4;-0.126464,-0.968450,-0.044679, 0.210036;;, + 164;4;-0.126464,-0.968450,-0.044679, 0.210036;;, + 165;4;-0.126464,-0.968450,-0.044679, 0.210036;;, + 166;4;-0.041578,-0.975787,-0.026203, 0.213131;;, + 167;4; 0.043625,-0.975698,-0.007529, 0.214603;;, + 168;4; 0.036217,-0.976001,-0.009158, 0.214540;;, + 169;4; 0.013794,-0.976575,-0.014084, 0.214272;;, + 170;4;-0.022977,-0.976402,-0.022136, 0.213592;;, + 171;4;-0.071453,-0.974055,-0.032720, 0.212228;;, + 172;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 173;4;-0.181071,-0.959741,-0.056494, 0.207171;;, + 174;4;-0.228523,-0.949561,-0.066716, 0.204109;;, + 175;4;-0.264109,-0.940284,-0.074353, 0.201452;;, + 176;4;-0.285630,-0.933972,-0.078959, 0.199692;;, + 177;4;-0.292713,-0.931777,-0.080473, 0.199087;;, + 178;4;-0.283956,-0.934483,-0.078601, 0.199833;;, + 179;4;-0.257375,-0.942150,-0.072909, 0.201979;;, + 180;4;-0.213845,-0.952974,-0.063559, 0.205114;;, + 181;4;-0.157315,-0.963920,-0.051361, 0.208503;;, + 182;4;-0.095486,-0.971993,-0.037951, 0.211355;;, + 183;4;-0.038040,-0.975931,-0.025430, 0.213225;;, + 184;4; 0.006809,-0.976649,-0.015614, 0.214167;;, + 185;4; 0.034468,-0.976064,-0.009543, 0.214523;;, + 186;4; 0.043625,-0.975698,-0.007529, 0.214603;;, + 187;4;-0.041578,-0.975787,-0.026203, 0.213131;;, + 188;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 189;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 190;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 191;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 192;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 193;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 194;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 195;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 196;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 197;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 198;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 199;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 200;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 201;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 202;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 203;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 204;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 205;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 206;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 207;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 208;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 209;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 210;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 211;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 212;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 213;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 214;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 215;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 216;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 217;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 218;4;-0.126465,-0.968450,-0.044679, 0.210036;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 0.999999;;, + 1;3; 1.000000, 1.000000, 0.999999;;, + 2;3; 1.000000, 1.000000, 0.999999;;, + 3;3; 1.000000, 1.000000, 0.999999;;, + 4;3; 1.000000, 1.000000, 0.999999;;, + 5;3; 1.000000, 1.000000, 0.999999;;, + 6;3; 1.000000, 1.000000, 0.999999;;, + 7;3; 1.000000, 1.000000, 0.999999;;, + 8;3; 1.000000, 1.000000, 0.999999;;, + 9;3; 1.000000, 1.000000, 0.999999;;, + 10;3; 1.000000, 1.000000, 0.999999;;, + 11;3; 1.000000, 1.000000, 0.999999;;, + 12;3; 1.000000, 1.000000, 0.999999;;, + 13;3; 1.000000, 1.000000, 0.999999;;, + 14;3; 1.000000, 1.000000, 0.999999;;, + 15;3; 1.000000, 1.000000, 0.999999;;, + 16;3; 1.000000, 1.000000, 0.999999;;, + 17;3; 1.000000, 1.000000, 0.999999;;, + 18;3; 1.000000, 1.000000, 0.999999;;, + 19;3; 1.000000, 1.000000, 0.999999;;, + 20;3; 1.000000, 1.000000, 0.999999;;, + 21;3; 1.000000, 1.000000, 0.999999;;, + 22;3; 1.000000, 1.000000, 0.999999;;, + 23;3; 1.000000, 1.000000, 0.999999;;, + 24;3; 1.000000, 1.000000, 0.999999;;, + 25;3; 1.000000, 1.000000, 0.999999;;, + 26;3; 1.000000, 1.000000, 0.999999;;, + 27;3; 1.000000, 1.000000, 0.999999;;, + 28;3; 1.000000, 1.000000, 0.999999;;, + 29;3; 1.000000, 1.000000, 0.999999;;, + 30;3; 1.000000, 1.000000, 0.999999;;, + 31;3; 1.000000, 1.000000, 0.999999;;, + 32;3; 1.000000, 1.000000, 0.999999;;, + 33;3; 1.000000, 1.000000, 0.999999;;, + 34;3; 1.000000, 1.000000, 0.999999;;, + 35;3; 1.000000, 1.000000, 0.999999;;, + 36;3; 1.000000, 1.000000, 0.999999;;, + 37;3; 1.000000, 1.000000, 0.999999;;, + 38;3; 1.000000, 1.000000, 0.999999;;, + 39;3; 1.000000, 1.000000, 0.999999;;, + 40;3; 1.000000, 1.000000, 0.999999;;, + 41;3; 1.000000, 1.000000, 0.999999;;, + 42;3; 1.000000, 1.000000, 0.999999;;, + 43;3; 1.000000, 1.000000, 0.999999;;, + 44;3; 1.000000, 1.000000, 0.999999;;, + 45;3; 1.000000, 1.000000, 0.999999;;, + 46;3; 1.000000, 1.000000, 0.999999;;, + 47;3; 1.000000, 1.000000, 0.999999;;, + 48;3; 1.000000, 1.000000, 0.999999;;, + 49;3; 1.000000, 1.000000, 0.999999;;, + 50;3; 1.000000, 1.000000, 0.999999;;, + 51;3; 1.000000, 1.000000, 0.999999;;, + 52;3; 1.000000, 1.000000, 0.999999;;, + 53;3; 1.000000, 1.000000, 0.999999;;, + 54;3; 1.000000, 1.000000, 0.999999;;, + 55;3; 1.000000, 1.000000, 0.999999;;, + 56;3; 1.000000, 1.000000, 0.999999;;, + 57;3; 1.000000, 1.000000, 0.999999;;, + 58;3; 1.000000, 1.000000, 0.999999;;, + 59;3; 1.000000, 1.000000, 0.999999;;, + 60;3; 1.000000, 1.000000, 0.999999;;, + 61;3; 1.000000, 1.000000, 0.999999;;, + 62;3; 1.000000, 1.000000, 0.999999;;, + 63;3; 1.000000, 1.000000, 0.999999;;, + 64;3; 1.000000, 1.000000, 0.999999;;, + 65;3; 1.000000, 1.000000, 0.999999;;, + 66;3; 1.000000, 1.000000, 0.999999;;, + 67;3; 1.000000, 1.000000, 0.999999;;, + 68;3; 1.000000, 1.000000, 0.999999;;, + 69;3; 1.000000, 1.000000, 0.999999;;, + 70;3; 1.000000, 1.000000, 0.999999;;, + 71;3; 1.000000, 1.000000, 0.999999;;, + 72;3; 1.000000, 1.000000, 0.999999;;, + 73;3; 1.000000, 1.000000, 0.999999;;, + 74;3; 1.000000, 1.000000, 0.999999;;, + 75;3; 1.000000, 1.000000, 0.999999;;, + 76;3; 1.000000, 1.000000, 0.999999;;, + 77;3; 1.000000, 1.000000, 0.999999;;, + 78;3; 1.000000, 1.000000, 0.999999;;, + 79;3; 1.000000, 1.000000, 0.999999;;, + 80;3; 1.000000, 0.999999, 1.000000;;, + 81;3; 1.000000, 0.999999, 1.000000;;, + 82;3; 1.000000, 0.999999, 1.000000;;, + 83;3; 1.000000, 0.999999, 1.000000;;, + 84;3; 1.000000, 0.999999, 1.000000;;, + 85;3; 1.000000, 0.999999, 1.000000;;, + 86;3; 1.000000, 0.999999, 1.000000;;, + 87;3; 1.000000, 0.999999, 1.000000;;, + 88;3; 1.000000, 0.999999, 1.000000;;, + 89;3; 1.000000, 0.999999, 1.000000;;, + 90;3; 1.000000, 0.999999, 1.000000;;, + 91;3; 1.000000, 0.999999, 1.000000;;, + 92;3; 1.000000, 0.999999, 1.000000;;, + 93;3; 1.000000, 0.999999, 1.000000;;, + 94;3; 1.000000, 0.999999, 1.000000;;, + 95;3; 1.000000, 0.999999, 1.000000;;, + 96;3; 1.000000, 0.999999, 1.000000;;, + 97;3; 1.000000, 0.999999, 1.000000;;, + 98;3; 1.000000, 0.999999, 1.000000;;, + 99;3; 1.000000, 0.999999, 1.000000;;, + 100;3; 1.000000, 0.999999, 1.000000;;, + 101;3; 1.000000, 0.999999, 1.000000;;, + 102;3; 1.000000, 0.999999, 1.000000;;, + 103;3; 1.000000, 0.999999, 1.000000;;, + 104;3; 1.000000, 0.999999, 1.000000;;, + 105;3; 1.000000, 0.999999, 1.000000;;, + 106;3; 1.000000, 0.999999, 1.000000;;, + 107;3; 1.000000, 0.999999, 1.000000;;, + 108;3; 1.000000, 0.999999, 1.000000;;, + 109;3; 1.000000, 0.999999, 1.000000;;, + 110;3; 1.000000, 0.999999, 1.000000;;, + 111;3; 1.000000, 0.999999, 1.000000;;, + 112;3; 1.000000, 0.999999, 1.000000;;, + 113;3; 1.000000, 0.999999, 1.000000;;, + 114;3; 1.000000, 0.999999, 1.000000;;, + 115;3; 1.000000, 0.999999, 1.000000;;, + 116;3; 1.000000, 0.999999, 1.000000;;, + 117;3; 1.000000, 0.999999, 1.000000;;, + 118;3; 1.000000, 0.999999, 1.000000;;, + 119;3; 1.000000, 0.999999, 1.000000;;, + 120;3; 1.000000, 0.999999, 1.000000;;, + 121;3; 1.000000, 0.999999, 1.000000;;, + 122;3; 1.000000, 0.999999, 1.000000;;, + 123;3; 1.000000, 0.999999, 1.000000;;, + 124;3; 1.000000, 0.999999, 1.000000;;, + 125;3; 1.000000, 0.999999, 1.000000;;, + 126;3; 1.000000, 0.999999, 1.000000;;, + 127;3; 1.000000, 0.999999, 1.000000;;, + 128;3; 1.000000, 0.999999, 1.000000;;, + 129;3; 1.000000, 0.999999, 1.000000;;, + 130;3; 1.000000, 0.999999, 1.000000;;, + 131;3; 1.000000, 0.999999, 1.000000;;, + 132;3; 1.000000, 0.999999, 1.000000;;, + 133;3; 1.000000, 0.999999, 1.000000;;, + 134;3; 1.000000, 0.999999, 1.000000;;, + 135;3; 1.000000, 0.999999, 1.000000;;, + 136;3; 1.000000, 0.999999, 1.000000;;, + 137;3; 1.000000, 0.999999, 1.000000;;, + 138;3; 1.000000, 0.999999, 1.000000;;, + 139;3; 1.000000, 0.999999, 1.000000;;, + 140;3; 1.000000, 0.999999, 1.000000;;, + 141;3; 1.000000, 0.999999, 1.000000;;, + 142;3; 1.000000, 0.999999, 1.000000;;, + 143;3; 1.000000, 0.999999, 1.000000;;, + 144;3; 1.000000, 0.999999, 1.000000;;, + 145;3; 1.000000, 0.999999, 1.000000;;, + 146;3; 1.000000, 0.999999, 1.000000;;, + 147;3; 1.000000, 0.999999, 1.000000;;, + 148;3; 1.000000, 0.999999, 1.000000;;, + 149;3; 1.000000, 0.999999, 1.000000;;, + 150;3; 1.000000, 0.999999, 1.000000;;, + 151;3; 1.000000, 0.999999, 1.000000;;, + 152;3; 1.000000, 0.999999, 1.000000;;, + 153;3; 1.000000, 0.999999, 1.000000;;, + 154;3; 1.000000, 0.999999, 1.000000;;, + 155;3; 1.000000, 0.999999, 1.000000;;, + 156;3; 1.000000, 0.999999, 1.000000;;, + 157;3; 1.000000, 0.999999, 1.000000;;, + 158;3; 1.000000, 0.999999, 1.000000;;, + 159;3; 1.000000, 0.999999, 1.000000;;, + 160;3; 1.000000, 1.000000, 0.999999;;, + 161;3; 1.000000, 1.000000, 0.999999;;, + 162;3; 1.000000, 1.000000, 0.999999;;, + 163;3; 1.000000, 1.000000, 0.999999;;, + 164;3; 1.000000, 1.000000, 0.999999;;, + 165;3; 1.000000, 1.000000, 0.999999;;, + 166;3; 1.000000, 1.000000, 0.999999;;, + 167;3; 1.000000, 1.000000, 0.999999;;, + 168;3; 1.000000, 1.000000, 0.999999;;, + 169;3; 1.000000, 1.000000, 0.999999;;, + 170;3; 1.000000, 1.000000, 0.999999;;, + 171;3; 1.000000, 1.000000, 0.999999;;, + 172;3; 1.000000, 1.000000, 0.999999;;, + 173;3; 1.000000, 1.000000, 0.999999;;, + 174;3; 1.000000, 1.000000, 0.999999;;, + 175;3; 1.000000, 1.000000, 0.999999;;, + 176;3; 1.000000, 1.000000, 0.999999;;, + 177;3; 1.000000, 1.000000, 0.999999;;, + 178;3; 1.000000, 1.000000, 0.999999;;, + 179;3; 1.000000, 1.000000, 0.999999;;, + 180;3; 1.000000, 1.000000, 0.999999;;, + 181;3; 1.000000, 1.000000, 0.999999;;, + 182;3; 1.000000, 1.000000, 0.999999;;, + 183;3; 1.000000, 1.000000, 0.999999;;, + 184;3; 1.000000, 1.000000, 0.999999;;, + 185;3; 1.000000, 1.000000, 0.999999;;, + 186;3; 1.000000, 1.000000, 0.999999;;, + 187;3; 1.000000, 1.000000, 0.999999;;, + 188;3; 1.000000, 1.000000, 0.999999;;, + 189;3; 1.000000, 1.000000, 0.999999;;, + 190;3; 1.000000, 1.000000, 0.999999;;, + 191;3; 1.000000, 1.000000, 0.999999;;, + 192;3; 1.000000, 1.000000, 0.999999;;, + 193;3; 1.000000, 1.000000, 0.999999;;, + 194;3; 1.000000, 1.000000, 0.999999;;, + 195;3; 1.000000, 1.000000, 0.999999;;, + 196;3; 1.000000, 1.000000, 0.999999;;, + 197;3; 1.000000, 1.000000, 0.999999;;, + 198;3; 1.000000, 1.000000, 0.999999;;, + 199;3; 1.000000, 1.000000, 0.999999;;, + 200;3; 1.000000, 1.000000, 0.999999;;, + 201;3; 1.000000, 1.000000, 0.999999;;, + 202;3; 1.000000, 1.000000, 0.999999;;, + 203;3; 1.000000, 1.000000, 0.999999;;, + 204;3; 1.000000, 1.000000, 0.999999;;, + 205;3; 1.000000, 1.000000, 0.999999;;, + 206;3; 1.000000, 1.000000, 0.999999;;, + 207;3; 1.000000, 1.000000, 0.999999;;, + 208;3; 1.000000, 1.000000, 0.999999;;, + 209;3; 1.000000, 1.000000, 0.999999;;, + 210;3; 1.000000, 1.000000, 0.999999;;, + 211;3; 1.000000, 1.000000, 0.999999;;, + 212;3; 1.000000, 1.000000, 0.999999;;, + 213;3; 1.000000, 1.000000, 0.999999;;, + 214;3; 1.000000, 1.000000, 0.999999;;, + 215;3; 1.000000, 1.000000, 0.999999;;, + 216;3; 1.000000, 1.000000, 0.999999;;, + 217;3; 1.000000, 1.000000, 0.999999;;, + 218;3; 1.000000, 1.000000, 0.999999;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.108498,-0.001024,-0.011742;;, + 1;3; 0.108498,-0.001024,-0.011742;;, + 2;3; 0.108498,-0.001024,-0.011742;;, + 3;3; 0.108498,-0.001024,-0.011742;;, + 4;3; 0.108498,-0.001024,-0.011742;;, + 5;3; 0.108498,-0.001024,-0.011742;;, + 6;3; 0.108498,-0.001024,-0.011742;;, + 7;3; 0.108498,-0.001024,-0.011742;;, + 8;3; 0.108498,-0.001024,-0.011742;;, + 9;3; 0.108498,-0.001024,-0.011742;;, + 10;3; 0.108498,-0.001024,-0.011742;;, + 11;3; 0.108498,-0.001024,-0.011742;;, + 12;3; 0.108498,-0.001024,-0.011742;;, + 13;3; 0.108498,-0.001024,-0.011742;;, + 14;3; 0.108498,-0.001024,-0.011742;;, + 15;3; 0.108498,-0.001024,-0.011742;;, + 16;3; 0.108498,-0.001024,-0.011742;;, + 17;3; 0.108498,-0.001024,-0.011742;;, + 18;3; 0.108498,-0.001024,-0.011742;;, + 19;3; 0.108498,-0.001024,-0.011742;;, + 20;3; 0.108498,-0.001024,-0.011742;;, + 21;3; 0.108498,-0.001024,-0.011742;;, + 22;3; 0.108498,-0.001024,-0.011742;;, + 23;3; 0.108498,-0.001024,-0.011742;;, + 24;3; 0.108498,-0.001024,-0.011742;;, + 25;3; 0.108498,-0.001024,-0.011742;;, + 26;3; 0.108498,-0.001024,-0.011742;;, + 27;3; 0.108498,-0.001024,-0.011742;;, + 28;3; 0.108498,-0.001024,-0.011742;;, + 29;3; 0.108498,-0.001024,-0.011742;;, + 30;3; 0.108498,-0.001024,-0.011742;;, + 31;3; 0.108498,-0.001024,-0.011742;;, + 32;3; 0.108498,-0.001024,-0.011742;;, + 33;3; 0.108498,-0.001024,-0.011742;;, + 34;3; 0.108498,-0.001024,-0.011742;;, + 35;3; 0.108498,-0.001024,-0.011742;;, + 36;3; 0.108498,-0.001024,-0.011742;;, + 37;3; 0.108498,-0.001024,-0.011742;;, + 38;3; 0.108498,-0.001024,-0.011742;;, + 39;3; 0.108498,-0.001024,-0.011742;;, + 40;3; 0.108498,-0.001024,-0.011742;;, + 41;3; 0.108498,-0.001024,-0.011742;;, + 42;3; 0.108498,-0.001024,-0.011742;;, + 43;3; 0.108498,-0.001024,-0.011742;;, + 44;3; 0.108498,-0.001024,-0.011742;;, + 45;3; 0.108498,-0.001024,-0.011742;;, + 46;3; 0.108498,-0.001024,-0.011742;;, + 47;3; 0.108498,-0.001024,-0.011742;;, + 48;3; 0.108498,-0.001024,-0.011742;;, + 49;3; 0.108498,-0.001024,-0.011742;;, + 50;3; 0.108498,-0.001024,-0.011742;;, + 51;3; 0.108498,-0.001024,-0.011742;;, + 52;3; 0.108498,-0.001024,-0.011742;;, + 53;3; 0.108498,-0.001024,-0.011742;;, + 54;3; 0.108498,-0.001024,-0.011742;;, + 55;3; 0.108498,-0.001024,-0.011742;;, + 56;3; 0.108498,-0.001024,-0.011742;;, + 57;3; 0.108498,-0.001024,-0.011742;;, + 58;3; 0.108498,-0.001024,-0.011742;;, + 59;3; 0.108498,-0.001024,-0.011742;;, + 60;3; 0.108498,-0.001024,-0.011742;;, + 61;3; 0.108498,-0.001024,-0.011742;;, + 62;3; 0.108498,-0.001024,-0.011742;;, + 63;3; 0.108498,-0.001024,-0.011742;;, + 64;3; 0.108498,-0.001024,-0.011742;;, + 65;3; 0.108498,-0.001024,-0.011742;;, + 66;3; 0.108498,-0.001024,-0.011742;;, + 67;3; 0.108498,-0.001024,-0.011742;;, + 68;3; 0.108498,-0.001024,-0.011742;;, + 69;3; 0.108498,-0.001024,-0.011742;;, + 70;3; 0.108498,-0.001024,-0.011742;;, + 71;3; 0.108498,-0.001024,-0.011742;;, + 72;3; 0.108498,-0.001024,-0.011742;;, + 73;3; 0.108498,-0.001024,-0.011742;;, + 74;3; 0.108498,-0.001024,-0.011742;;, + 75;3; 0.108498,-0.001024,-0.011742;;, + 76;3; 0.108498,-0.001024,-0.011742;;, + 77;3; 0.108498,-0.001024,-0.011742;;, + 78;3; 0.108498,-0.001024,-0.011742;;, + 79;3; 0.108498,-0.001024,-0.011742;;, + 80;3; 0.108498,-0.001024,-0.011742;;, + 81;3; 0.108498,-0.001024,-0.011742;;, + 82;3; 0.108498,-0.001024,-0.011742;;, + 83;3; 0.108498,-0.001024,-0.011742;;, + 84;3; 0.108498,-0.001024,-0.011742;;, + 85;3; 0.108498,-0.001024,-0.011742;;, + 86;3; 0.108498,-0.001024,-0.011742;;, + 87;3; 0.108498,-0.001024,-0.011742;;, + 88;3; 0.108498,-0.001024,-0.011742;;, + 89;3; 0.108498,-0.001024,-0.011742;;, + 90;3; 0.108498,-0.001024,-0.011742;;, + 91;3; 0.108498,-0.001024,-0.011742;;, + 92;3; 0.108498,-0.001024,-0.011742;;, + 93;3; 0.108498,-0.001024,-0.011742;;, + 94;3; 0.108498,-0.001024,-0.011742;;, + 95;3; 0.108498,-0.001024,-0.011742;;, + 96;3; 0.108498,-0.001024,-0.011742;;, + 97;3; 0.108498,-0.001024,-0.011742;;, + 98;3; 0.108498,-0.001024,-0.011742;;, + 99;3; 0.108498,-0.001024,-0.011742;;, + 100;3; 0.108498,-0.001024,-0.011742;;, + 101;3; 0.108498,-0.001024,-0.011742;;, + 102;3; 0.108498,-0.001024,-0.011742;;, + 103;3; 0.108498,-0.001024,-0.011742;;, + 104;3; 0.108498,-0.001024,-0.011742;;, + 105;3; 0.108498,-0.001024,-0.011742;;, + 106;3; 0.108498,-0.001024,-0.011742;;, + 107;3; 0.108498,-0.001024,-0.011742;;, + 108;3; 0.108498,-0.001024,-0.011742;;, + 109;3; 0.108498,-0.001024,-0.011742;;, + 110;3; 0.108498,-0.001024,-0.011742;;, + 111;3; 0.108498,-0.001024,-0.011742;;, + 112;3; 0.108498,-0.001024,-0.011742;;, + 113;3; 0.108498,-0.001024,-0.011742;;, + 114;3; 0.108498,-0.001024,-0.011742;;, + 115;3; 0.108498,-0.001024,-0.011742;;, + 116;3; 0.108498,-0.001024,-0.011742;;, + 117;3; 0.108498,-0.001024,-0.011742;;, + 118;3; 0.108498,-0.001024,-0.011742;;, + 119;3; 0.108498,-0.001024,-0.011742;;, + 120;3; 0.108498,-0.001024,-0.011742;;, + 121;3; 0.108498,-0.001024,-0.011742;;, + 122;3; 0.108498,-0.001024,-0.011742;;, + 123;3; 0.108498,-0.001024,-0.011742;;, + 124;3; 0.108498,-0.001024,-0.011742;;, + 125;3; 0.108498,-0.001024,-0.011742;;, + 126;3; 0.108498,-0.001024,-0.011742;;, + 127;3; 0.108498,-0.001024,-0.011742;;, + 128;3; 0.108498,-0.001024,-0.011742;;, + 129;3; 0.108498,-0.001024,-0.011742;;, + 130;3; 0.108498,-0.001024,-0.011742;;, + 131;3; 0.108498,-0.001024,-0.011742;;, + 132;3; 0.108498,-0.001024,-0.011742;;, + 133;3; 0.108498,-0.001024,-0.011742;;, + 134;3; 0.108498,-0.001024,-0.011742;;, + 135;3; 0.108498,-0.001024,-0.011742;;, + 136;3; 0.108498,-0.001024,-0.011742;;, + 137;3; 0.108498,-0.001024,-0.011742;;, + 138;3; 0.108498,-0.001024,-0.011742;;, + 139;3; 0.108498,-0.001024,-0.011742;;, + 140;3; 0.108498,-0.001024,-0.011742;;, + 141;3; 0.108498,-0.001024,-0.011742;;, + 142;3; 0.108498,-0.001024,-0.011742;;, + 143;3; 0.108498,-0.001024,-0.011742;;, + 144;3; 0.108498,-0.001024,-0.011742;;, + 145;3; 0.108498,-0.001024,-0.011742;;, + 146;3; 0.108498,-0.001024,-0.011742;;, + 147;3; 0.108498,-0.001024,-0.011742;;, + 148;3; 0.108498,-0.001024,-0.011742;;, + 149;3; 0.108498,-0.001024,-0.011742;;, + 150;3; 0.108498,-0.001024,-0.011742;;, + 151;3; 0.108498,-0.001024,-0.011742;;, + 152;3; 0.108498,-0.001024,-0.011742;;, + 153;3; 0.108498,-0.001024,-0.011742;;, + 154;3; 0.108498,-0.001024,-0.011742;;, + 155;3; 0.108498,-0.001024,-0.011742;;, + 156;3; 0.108498,-0.001024,-0.011742;;, + 157;3; 0.108498,-0.001024,-0.011742;;, + 158;3; 0.108498,-0.001024,-0.011742;;, + 159;3; 0.108498,-0.001024,-0.011742;;, + 160;3; 0.108498,-0.001024,-0.011742;;, + 161;3; 0.108498,-0.001024,-0.011742;;, + 162;3; 0.108498,-0.001024,-0.011742;;, + 163;3; 0.108498,-0.001024,-0.011742;;, + 164;3; 0.108498,-0.001024,-0.011742;;, + 165;3; 0.108498,-0.001024,-0.011742;;, + 166;3; 0.108498,-0.001024,-0.011742;;, + 167;3; 0.108498,-0.001024,-0.011742;;, + 168;3; 0.108498,-0.001024,-0.011742;;, + 169;3; 0.108498,-0.001024,-0.011742;;, + 170;3; 0.108498,-0.001024,-0.011742;;, + 171;3; 0.108498,-0.001024,-0.011742;;, + 172;3; 0.108498,-0.001024,-0.011742;;, + 173;3; 0.108498,-0.001024,-0.011742;;, + 174;3; 0.108498,-0.001024,-0.011742;;, + 175;3; 0.108498,-0.001024,-0.011742;;, + 176;3; 0.108498,-0.001024,-0.011742;;, + 177;3; 0.108498,-0.001024,-0.011742;;, + 178;3; 0.108498,-0.001024,-0.011742;;, + 179;3; 0.108498,-0.001024,-0.011742;;, + 180;3; 0.108498,-0.001024,-0.011742;;, + 181;3; 0.108498,-0.001024,-0.011742;;, + 182;3; 0.108498,-0.001024,-0.011742;;, + 183;3; 0.108498,-0.001024,-0.011742;;, + 184;3; 0.108498,-0.001024,-0.011742;;, + 185;3; 0.108498,-0.001024,-0.011742;;, + 186;3; 0.108498,-0.001024,-0.011742;;, + 187;3; 0.108498,-0.001024,-0.011742;;, + 188;3; 0.108498,-0.001024,-0.011742;;, + 189;3; 0.108498,-0.001024,-0.011742;;, + 190;3; 0.108498,-0.001024,-0.011742;;, + 191;3; 0.108498,-0.001024,-0.011742;;, + 192;3; 0.108498,-0.001024,-0.011742;;, + 193;3; 0.108498,-0.001024,-0.011742;;, + 194;3; 0.108498,-0.001024,-0.011742;;, + 195;3; 0.108498,-0.001024,-0.011742;;, + 196;3; 0.108498,-0.001024,-0.011742;;, + 197;3; 0.108498,-0.001024,-0.011742;;, + 198;3; 0.108498,-0.001024,-0.011742;;, + 199;3; 0.108498,-0.001024,-0.011742;;, + 200;3; 0.108498,-0.001024,-0.011742;;, + 201;3; 0.108498,-0.001024,-0.011742;;, + 202;3; 0.108498,-0.001024,-0.011742;;, + 203;3; 0.108498,-0.001024,-0.011742;;, + 204;3; 0.108498,-0.001024,-0.011742;;, + 205;3; 0.108498,-0.001024,-0.011742;;, + 206;3; 0.108498,-0.001024,-0.011742;;, + 207;3; 0.108498,-0.001024,-0.011742;;, + 208;3; 0.108498,-0.001024,-0.011742;;, + 209;3; 0.108498,-0.001024,-0.011742;;, + 210;3; 0.108498,-0.001024,-0.011742;;, + 211;3; 0.108498,-0.001024,-0.011742;;, + 212;3; 0.108498,-0.001024,-0.011742;;, + 213;3; 0.108498,-0.001024,-0.011742;;, + 214;3; 0.108498,-0.001024,-0.011742;;, + 215;3; 0.108498,-0.001024,-0.011742;;, + 216;3; 0.108498,-0.001024,-0.011742;;, + 217;3; 0.108498,-0.001024,-0.011742;;, + 218;3; 0.108498,-0.001024,-0.011742;;; + } + } + Animation { + {wolfwoman_calf_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 1;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 2;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 3;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 4;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 5;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 6;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 7;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 8;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 9;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 10;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 11;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 12;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 13;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 14;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 15;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 16;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 17;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 18;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 19;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 20;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 21;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 22;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 23;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 24;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 25;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 26;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 27;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 28;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 29;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 30;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 31;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 32;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 33;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 34;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 35;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 36;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 37;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 38;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 39;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 40;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 41;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 42;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 43;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 44;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 45;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 46;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 47;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 48;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 49;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 50;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 51;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 52;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 53;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 54;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 55;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 56;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 57;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 58;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 59;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 60;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 61;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 62;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 63;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 64;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 65;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 66;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 67;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 68;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 69;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 70;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 71;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 72;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 73;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 74;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 75;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 76;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 77;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 78;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 79;4;-0.893334, 0.436593, 0.106427, 0.003835;;, + 80;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 81;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 82;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 83;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 84;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 85;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 86;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 87;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 88;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 89;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 90;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 91;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 92;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 93;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 94;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 95;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 96;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 97;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 98;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 99;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 100;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 101;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 102;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 103;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 104;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 105;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 106;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 107;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 108;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 109;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 110;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 111;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 112;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 113;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 114;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 115;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 116;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 117;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 118;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 119;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 120;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 121;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 122;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 123;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 124;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 125;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 126;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 127;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 128;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 129;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 130;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 131;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 132;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 133;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 134;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 135;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 136;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 137;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 138;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 139;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 140;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 141;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 142;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 143;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 144;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 145;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 146;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 147;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 148;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 149;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 150;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 151;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 152;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 153;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 154;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 155;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 156;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 157;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 158;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 159;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 160;4;-0.893334, 0.436593, 0.106427, 0.003835;;, + 161;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 162;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 163;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 164;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 165;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 166;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 167;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 168;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 169;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 170;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 171;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 172;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 173;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 174;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 175;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 176;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 177;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 178;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 179;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 180;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 181;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 182;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 183;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 184;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 185;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 186;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 187;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 188;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 189;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 190;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 191;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 192;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 193;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 194;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 195;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 196;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 197;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 198;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 199;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 200;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 201;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 202;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 203;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 204;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 205;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 206;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 207;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 208;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 209;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 210;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 211;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 212;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 213;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 214;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 215;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 216;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 217;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 218;4;-0.972910, 0.053174, 0.224608,-0.013074;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.417580, 0.000000;;, + 1;3; 0.000000, 0.417580, 0.000000;;, + 2;3; 0.000000, 0.417580, 0.000000;;, + 3;3; 0.000000, 0.417580, 0.000000;;, + 4;3; 0.000000, 0.417580, 0.000000;;, + 5;3; 0.000000, 0.417580, 0.000000;;, + 6;3; 0.000000, 0.417580, 0.000000;;, + 7;3; 0.000000, 0.417580, 0.000000;;, + 8;3; 0.000000, 0.417580, 0.000000;;, + 9;3; 0.000000, 0.417580, 0.000000;;, + 10;3; 0.000000, 0.417580, 0.000000;;, + 11;3; 0.000000, 0.417580, 0.000000;;, + 12;3; 0.000000, 0.417580, 0.000000;;, + 13;3; 0.000000, 0.417580, 0.000000;;, + 14;3; 0.000000, 0.417580, 0.000000;;, + 15;3; 0.000000, 0.417580, 0.000000;;, + 16;3; 0.000000, 0.417580, 0.000000;;, + 17;3; 0.000000, 0.417580, 0.000000;;, + 18;3; 0.000000, 0.417580, 0.000000;;, + 19;3; 0.000000, 0.417580, 0.000000;;, + 20;3; 0.000000, 0.417580, 0.000000;;, + 21;3; 0.000000, 0.417580, 0.000000;;, + 22;3; 0.000000, 0.417580, 0.000000;;, + 23;3; 0.000000, 0.417580, 0.000000;;, + 24;3; 0.000000, 0.417580, 0.000000;;, + 25;3; 0.000000, 0.417580, 0.000000;;, + 26;3; 0.000000, 0.417580, 0.000000;;, + 27;3; 0.000000, 0.417580, 0.000000;;, + 28;3; 0.000000, 0.417580, 0.000000;;, + 29;3; 0.000000, 0.417580, 0.000000;;, + 30;3; 0.000000, 0.417580, 0.000000;;, + 31;3; 0.000000, 0.417580, 0.000000;;, + 32;3; 0.000000, 0.417580, 0.000000;;, + 33;3; 0.000000, 0.417580, 0.000000;;, + 34;3; 0.000000, 0.417580, 0.000000;;, + 35;3; 0.000000, 0.417580, 0.000000;;, + 36;3; 0.000000, 0.417580, 0.000000;;, + 37;3; 0.000000, 0.417580, 0.000000;;, + 38;3; 0.000000, 0.417580, 0.000000;;, + 39;3; 0.000000, 0.417580, 0.000000;;, + 40;3; 0.000000, 0.417580, 0.000000;;, + 41;3; 0.000000, 0.417580, 0.000000;;, + 42;3; 0.000000, 0.417580, 0.000000;;, + 43;3; 0.000000, 0.417580, 0.000000;;, + 44;3; 0.000000, 0.417580, 0.000000;;, + 45;3; 0.000000, 0.417580, 0.000000;;, + 46;3; 0.000000, 0.417580, 0.000000;;, + 47;3; 0.000000, 0.417580, 0.000000;;, + 48;3; 0.000000, 0.417580, 0.000000;;, + 49;3; 0.000000, 0.417580, 0.000000;;, + 50;3; 0.000000, 0.417580, 0.000000;;, + 51;3; 0.000000, 0.417580, 0.000000;;, + 52;3; 0.000000, 0.417580, 0.000000;;, + 53;3; 0.000000, 0.417580, 0.000000;;, + 54;3; 0.000000, 0.417580, 0.000000;;, + 55;3; 0.000000, 0.417580, 0.000000;;, + 56;3; 0.000000, 0.417580, 0.000000;;, + 57;3; 0.000000, 0.417580, 0.000000;;, + 58;3; 0.000000, 0.417580, 0.000000;;, + 59;3; 0.000000, 0.417580, 0.000000;;, + 60;3; 0.000000, 0.417580, 0.000000;;, + 61;3; 0.000000, 0.417580, 0.000000;;, + 62;3; 0.000000, 0.417580, 0.000000;;, + 63;3; 0.000000, 0.417580, 0.000000;;, + 64;3; 0.000000, 0.417580, 0.000000;;, + 65;3; 0.000000, 0.417580, 0.000000;;, + 66;3; 0.000000, 0.417580, 0.000000;;, + 67;3; 0.000000, 0.417580, 0.000000;;, + 68;3; 0.000000, 0.417580, 0.000000;;, + 69;3; 0.000000, 0.417580, 0.000000;;, + 70;3; 0.000000, 0.417580, 0.000000;;, + 71;3; 0.000000, 0.417580, 0.000000;;, + 72;3; 0.000000, 0.417580, 0.000000;;, + 73;3; 0.000000, 0.417580, 0.000000;;, + 74;3; 0.000000, 0.417580, 0.000000;;, + 75;3; 0.000000, 0.417580, 0.000000;;, + 76;3; 0.000000, 0.417580, 0.000000;;, + 77;3; 0.000000, 0.417580, 0.000000;;, + 78;3; 0.000000, 0.417580, 0.000000;;, + 79;3; 0.000000, 0.417580, 0.000000;;, + 80;3; 0.000000, 0.417580, 0.000000;;, + 81;3; 0.000000, 0.417580, 0.000000;;, + 82;3; 0.000000, 0.417580, 0.000000;;, + 83;3; 0.000000, 0.417580, 0.000000;;, + 84;3; 0.000000, 0.417580, 0.000000;;, + 85;3; 0.000000, 0.417580, 0.000000;;, + 86;3; 0.000000, 0.417580, 0.000000;;, + 87;3; 0.000000, 0.417580, 0.000000;;, + 88;3; 0.000000, 0.417580, 0.000000;;, + 89;3; 0.000000, 0.417580, 0.000000;;, + 90;3; 0.000000, 0.417580, 0.000000;;, + 91;3; 0.000000, 0.417580, 0.000000;;, + 92;3; 0.000000, 0.417580, 0.000000;;, + 93;3; 0.000000, 0.417580, 0.000000;;, + 94;3; 0.000000, 0.417580, 0.000000;;, + 95;3; 0.000000, 0.417580, 0.000000;;, + 96;3; 0.000000, 0.417580, 0.000000;;, + 97;3; 0.000000, 0.417580, 0.000000;;, + 98;3; 0.000000, 0.417580, 0.000000;;, + 99;3; 0.000000, 0.417580, 0.000000;;, + 100;3; 0.000000, 0.417580, 0.000000;;, + 101;3; 0.000000, 0.417580, 0.000000;;, + 102;3; 0.000000, 0.417580, 0.000000;;, + 103;3; 0.000000, 0.417580, 0.000000;;, + 104;3; 0.000000, 0.417580, 0.000000;;, + 105;3; 0.000000, 0.417580, 0.000000;;, + 106;3; 0.000000, 0.417580, 0.000000;;, + 107;3; 0.000000, 0.417580, 0.000000;;, + 108;3; 0.000000, 0.417580, 0.000000;;, + 109;3; 0.000000, 0.417580, 0.000000;;, + 110;3; 0.000000, 0.417580, 0.000000;;, + 111;3; 0.000000, 0.417580, 0.000000;;, + 112;3; 0.000000, 0.417580, 0.000000;;, + 113;3; 0.000000, 0.417580, 0.000000;;, + 114;3; 0.000000, 0.417580, 0.000000;;, + 115;3; 0.000000, 0.417580, 0.000000;;, + 116;3; 0.000000, 0.417580, 0.000000;;, + 117;3; 0.000000, 0.417580, 0.000000;;, + 118;3; 0.000000, 0.417580, 0.000000;;, + 119;3; 0.000000, 0.417580, 0.000000;;, + 120;3; 0.000000, 0.417580, 0.000000;;, + 121;3; 0.000000, 0.417580, 0.000000;;, + 122;3; 0.000000, 0.417580, 0.000000;;, + 123;3; 0.000000, 0.417580, 0.000000;;, + 124;3; 0.000000, 0.417580, 0.000000;;, + 125;3; 0.000000, 0.417580, 0.000000;;, + 126;3; 0.000000, 0.417580, 0.000000;;, + 127;3; 0.000000, 0.417580, 0.000000;;, + 128;3; 0.000000, 0.417580, 0.000000;;, + 129;3; 0.000000, 0.417580, 0.000000;;, + 130;3; 0.000000, 0.417580, 0.000000;;, + 131;3; 0.000000, 0.417580, 0.000000;;, + 132;3; 0.000000, 0.417580, 0.000000;;, + 133;3; 0.000000, 0.417580, 0.000000;;, + 134;3; 0.000000, 0.417580, 0.000000;;, + 135;3; 0.000000, 0.417580, 0.000000;;, + 136;3; 0.000000, 0.417580, 0.000000;;, + 137;3; 0.000000, 0.417580, 0.000000;;, + 138;3; 0.000000, 0.417580, 0.000000;;, + 139;3; 0.000000, 0.417580, 0.000000;;, + 140;3; 0.000000, 0.417580, 0.000000;;, + 141;3; 0.000000, 0.417580, 0.000000;;, + 142;3; 0.000000, 0.417580, 0.000000;;, + 143;3; 0.000000, 0.417580, 0.000000;;, + 144;3; 0.000000, 0.417580, 0.000000;;, + 145;3; 0.000000, 0.417580, 0.000000;;, + 146;3; 0.000000, 0.417580, 0.000000;;, + 147;3; 0.000000, 0.417580, 0.000000;;, + 148;3; 0.000000, 0.417580, 0.000000;;, + 149;3; 0.000000, 0.417580, 0.000000;;, + 150;3; 0.000000, 0.417580, 0.000000;;, + 151;3; 0.000000, 0.417580, 0.000000;;, + 152;3; 0.000000, 0.417580, 0.000000;;, + 153;3; 0.000000, 0.417580, 0.000000;;, + 154;3; 0.000000, 0.417580, 0.000000;;, + 155;3; 0.000000, 0.417580, 0.000000;;, + 156;3; 0.000000, 0.417580, 0.000000;;, + 157;3; 0.000000, 0.417580, 0.000000;;, + 158;3; 0.000000, 0.417580, 0.000000;;, + 159;3; 0.000000, 0.417580, 0.000000;;, + 160;3; 0.000000, 0.417580, 0.000000;;, + 161;3; 0.000000, 0.417580, 0.000000;;, + 162;3; 0.000000, 0.417580, 0.000000;;, + 163;3; 0.000000, 0.417580, 0.000000;;, + 164;3; 0.000000, 0.417580, 0.000000;;, + 165;3; 0.000000, 0.417580, 0.000000;;, + 166;3; 0.000000, 0.417580, 0.000000;;, + 167;3; 0.000000, 0.417580, 0.000000;;, + 168;3; 0.000000, 0.417580, 0.000000;;, + 169;3; 0.000000, 0.417580, 0.000000;;, + 170;3; 0.000000, 0.417580, 0.000000;;, + 171;3; 0.000000, 0.417580, 0.000000;;, + 172;3; 0.000000, 0.417580, 0.000000;;, + 173;3; 0.000000, 0.417580, 0.000000;;, + 174;3; 0.000000, 0.417580, 0.000000;;, + 175;3; 0.000000, 0.417580, 0.000000;;, + 176;3; 0.000000, 0.417580, 0.000000;;, + 177;3; 0.000000, 0.417580, 0.000000;;, + 178;3; 0.000000, 0.417580, 0.000000;;, + 179;3; 0.000000, 0.417580, 0.000000;;, + 180;3; 0.000000, 0.417580, 0.000000;;, + 181;3; 0.000000, 0.417580, 0.000000;;, + 182;3; 0.000000, 0.417580, 0.000000;;, + 183;3; 0.000000, 0.417580, 0.000000;;, + 184;3; 0.000000, 0.417580, 0.000000;;, + 185;3; 0.000000, 0.417580, 0.000000;;, + 186;3; 0.000000, 0.417580, 0.000000;;, + 187;3; 0.000000, 0.417580, 0.000000;;, + 188;3; 0.000000, 0.417580, 0.000000;;, + 189;3; 0.000000, 0.417580, 0.000000;;, + 190;3; 0.000000, 0.417580, 0.000000;;, + 191;3; 0.000000, 0.417580, 0.000000;;, + 192;3; 0.000000, 0.417580, 0.000000;;, + 193;3; 0.000000, 0.417580, 0.000000;;, + 194;3; 0.000000, 0.417580, 0.000000;;, + 195;3; 0.000000, 0.417580, 0.000000;;, + 196;3; 0.000000, 0.417580, 0.000000;;, + 197;3; 0.000000, 0.417580, 0.000000;;, + 198;3; 0.000000, 0.417580, 0.000000;;, + 199;3; 0.000000, 0.417580, 0.000000;;, + 200;3; 0.000000, 0.417580, 0.000000;;, + 201;3; 0.000000, 0.417580, 0.000000;;, + 202;3; 0.000000, 0.417580, 0.000000;;, + 203;3; 0.000000, 0.417580, 0.000000;;, + 204;3; 0.000000, 0.417580, 0.000000;;, + 205;3; 0.000000, 0.417580, 0.000000;;, + 206;3; 0.000000, 0.417580, 0.000000;;, + 207;3; 0.000000, 0.417580, 0.000000;;, + 208;3; 0.000000, 0.417580, 0.000000;;, + 209;3; 0.000000, 0.417580, 0.000000;;, + 210;3; 0.000000, 0.417580, 0.000000;;, + 211;3; 0.000000, 0.417580, 0.000000;;, + 212;3; 0.000000, 0.417580, 0.000000;;, + 213;3; 0.000000, 0.417580, 0.000000;;, + 214;3; 0.000000, 0.417580, 0.000000;;, + 215;3; 0.000000, 0.417580, 0.000000;;, + 216;3; 0.000000, 0.417580, 0.000000;;, + 217;3; 0.000000, 0.417580, 0.000000;;, + 218;3; 0.000000, 0.417580, 0.000000;;; + } + } + Animation { + {wolfwoman_foot_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 1;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 2;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 3;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 4;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 5;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 6;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 7;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 8;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 9;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 10;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 11;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 12;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 13;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 14;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 15;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 16;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 17;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 18;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 19;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 20;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 21;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 22;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 23;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 24;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 25;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 26;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 27;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 28;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 29;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 30;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 31;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 32;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 33;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 34;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 35;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 36;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 37;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 38;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 39;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 40;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 41;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 42;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 43;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 44;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 45;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 46;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 47;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 48;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 49;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 50;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 51;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 52;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 53;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 54;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 55;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 56;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 57;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 58;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 59;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 60;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 61;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 62;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 63;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 64;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 65;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 66;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 67;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 68;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 69;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 70;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 71;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 72;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 73;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 74;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 75;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 76;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 77;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 78;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 79;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 80;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 81;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 82;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 83;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 84;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 85;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 86;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 87;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 88;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 89;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 90;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 91;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 92;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 93;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 94;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 95;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 96;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 97;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 98;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 99;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 100;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 101;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 102;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 103;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 104;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 105;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 106;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 107;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 108;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 109;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 110;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 111;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 112;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 113;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 114;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 115;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 116;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 117;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 118;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 119;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 120;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 121;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 122;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 123;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 124;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 125;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 126;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 127;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 128;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 129;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 130;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 131;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 132;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 133;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 134;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 135;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 136;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 137;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 138;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 139;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 140;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 141;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 142;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 143;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 144;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 145;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 146;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 147;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 148;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 149;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 150;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 151;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 152;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 153;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 154;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 155;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 156;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 157;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 158;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 159;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 160;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 161;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 162;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 163;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 164;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 165;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 166;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 167;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 168;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 169;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 170;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 171;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 172;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 173;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 174;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 175;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 176;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 177;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 178;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 179;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 180;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 181;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 182;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 183;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 184;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 185;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 186;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 187;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 188;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 189;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 190;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 191;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 192;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 193;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 194;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 195;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 196;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 197;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 198;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 199;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 200;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 201;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 202;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 203;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 204;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 205;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 206;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 207;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 208;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 209;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 210;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 211;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 212;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 213;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 214;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 215;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 216;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 217;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 218;4;-0.844293,-0.534878, 0.021493,-0.024764;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.436202,-0.000000;;, + 1;3;-0.000000, 0.436202,-0.000000;;, + 2;3;-0.000000, 0.436202,-0.000000;;, + 3;3;-0.000000, 0.436202,-0.000000;;, + 4;3;-0.000000, 0.436202,-0.000000;;, + 5;3;-0.000000, 0.436202,-0.000000;;, + 6;3;-0.000000, 0.436202,-0.000000;;, + 7;3;-0.000000, 0.436202,-0.000000;;, + 8;3;-0.000000, 0.436202,-0.000000;;, + 9;3;-0.000000, 0.436202,-0.000000;;, + 10;3;-0.000000, 0.436202,-0.000000;;, + 11;3;-0.000000, 0.436202,-0.000000;;, + 12;3;-0.000000, 0.436202,-0.000000;;, + 13;3;-0.000000, 0.436202,-0.000000;;, + 14;3;-0.000000, 0.436202,-0.000000;;, + 15;3;-0.000000, 0.436202,-0.000000;;, + 16;3;-0.000000, 0.436202,-0.000000;;, + 17;3;-0.000000, 0.436202,-0.000000;;, + 18;3;-0.000000, 0.436202,-0.000000;;, + 19;3;-0.000000, 0.436202,-0.000000;;, + 20;3;-0.000000, 0.436202,-0.000000;;, + 21;3;-0.000000, 0.436202,-0.000000;;, + 22;3;-0.000000, 0.436202,-0.000000;;, + 23;3;-0.000000, 0.436202,-0.000000;;, + 24;3;-0.000000, 0.436202,-0.000000;;, + 25;3;-0.000000, 0.436202,-0.000000;;, + 26;3;-0.000000, 0.436202,-0.000000;;, + 27;3;-0.000000, 0.436202,-0.000000;;, + 28;3;-0.000000, 0.436202,-0.000000;;, + 29;3;-0.000000, 0.436202,-0.000000;;, + 30;3;-0.000000, 0.436202,-0.000000;;, + 31;3;-0.000000, 0.436202,-0.000000;;, + 32;3;-0.000000, 0.436202,-0.000000;;, + 33;3;-0.000000, 0.436202,-0.000000;;, + 34;3;-0.000000, 0.436202,-0.000000;;, + 35;3;-0.000000, 0.436202,-0.000000;;, + 36;3;-0.000000, 0.436202,-0.000000;;, + 37;3;-0.000000, 0.436202,-0.000000;;, + 38;3;-0.000000, 0.436202,-0.000000;;, + 39;3;-0.000000, 0.436202,-0.000000;;, + 40;3;-0.000000, 0.436202,-0.000000;;, + 41;3;-0.000000, 0.436202,-0.000000;;, + 42;3;-0.000000, 0.436202,-0.000000;;, + 43;3;-0.000000, 0.436202,-0.000000;;, + 44;3;-0.000000, 0.436202,-0.000000;;, + 45;3;-0.000000, 0.436202,-0.000000;;, + 46;3;-0.000000, 0.436202,-0.000000;;, + 47;3;-0.000000, 0.436202,-0.000000;;, + 48;3;-0.000000, 0.436202,-0.000000;;, + 49;3;-0.000000, 0.436202,-0.000000;;, + 50;3;-0.000000, 0.436202,-0.000000;;, + 51;3;-0.000000, 0.436202,-0.000000;;, + 52;3;-0.000000, 0.436202,-0.000000;;, + 53;3;-0.000000, 0.436202,-0.000000;;, + 54;3;-0.000000, 0.436202,-0.000000;;, + 55;3;-0.000000, 0.436202,-0.000000;;, + 56;3;-0.000000, 0.436202,-0.000000;;, + 57;3;-0.000000, 0.436202,-0.000000;;, + 58;3;-0.000000, 0.436202,-0.000000;;, + 59;3;-0.000000, 0.436202,-0.000000;;, + 60;3;-0.000000, 0.436202,-0.000000;;, + 61;3;-0.000000, 0.436202,-0.000000;;, + 62;3;-0.000000, 0.436202,-0.000000;;, + 63;3;-0.000000, 0.436202,-0.000000;;, + 64;3;-0.000000, 0.436202,-0.000000;;, + 65;3;-0.000000, 0.436202,-0.000000;;, + 66;3;-0.000000, 0.436202,-0.000000;;, + 67;3;-0.000000, 0.436202,-0.000000;;, + 68;3;-0.000000, 0.436202,-0.000000;;, + 69;3;-0.000000, 0.436202,-0.000000;;, + 70;3;-0.000000, 0.436202,-0.000000;;, + 71;3;-0.000000, 0.436202,-0.000000;;, + 72;3;-0.000000, 0.436202,-0.000000;;, + 73;3;-0.000000, 0.436202,-0.000000;;, + 74;3;-0.000000, 0.436202,-0.000000;;, + 75;3;-0.000000, 0.436202,-0.000000;;, + 76;3;-0.000000, 0.436202,-0.000000;;, + 77;3;-0.000000, 0.436202,-0.000000;;, + 78;3;-0.000000, 0.436202,-0.000000;;, + 79;3;-0.000000, 0.436202,-0.000000;;, + 80;3;-0.000000, 0.436202,-0.000000;;, + 81;3;-0.000000, 0.436202,-0.000000;;, + 82;3;-0.000000, 0.436202,-0.000000;;, + 83;3;-0.000000, 0.436202,-0.000000;;, + 84;3;-0.000000, 0.436202,-0.000000;;, + 85;3;-0.000000, 0.436202,-0.000000;;, + 86;3;-0.000000, 0.436202,-0.000000;;, + 87;3;-0.000000, 0.436202,-0.000000;;, + 88;3;-0.000000, 0.436202,-0.000000;;, + 89;3;-0.000000, 0.436202,-0.000000;;, + 90;3;-0.000000, 0.436202,-0.000000;;, + 91;3;-0.000000, 0.436202,-0.000000;;, + 92;3;-0.000000, 0.436202,-0.000000;;, + 93;3;-0.000000, 0.436202,-0.000000;;, + 94;3;-0.000000, 0.436202,-0.000000;;, + 95;3;-0.000000, 0.436202,-0.000000;;, + 96;3;-0.000000, 0.436202,-0.000000;;, + 97;3;-0.000000, 0.436202,-0.000000;;, + 98;3;-0.000000, 0.436202,-0.000000;;, + 99;3;-0.000000, 0.436202,-0.000000;;, + 100;3;-0.000000, 0.436202,-0.000000;;, + 101;3;-0.000000, 0.436202,-0.000000;;, + 102;3;-0.000000, 0.436202,-0.000000;;, + 103;3;-0.000000, 0.436202,-0.000000;;, + 104;3;-0.000000, 0.436202,-0.000000;;, + 105;3;-0.000000, 0.436202,-0.000000;;, + 106;3;-0.000000, 0.436202,-0.000000;;, + 107;3;-0.000000, 0.436202,-0.000000;;, + 108;3;-0.000000, 0.436202,-0.000000;;, + 109;3;-0.000000, 0.436202,-0.000000;;, + 110;3;-0.000000, 0.436202,-0.000000;;, + 111;3;-0.000000, 0.436202,-0.000000;;, + 112;3;-0.000000, 0.436202,-0.000000;;, + 113;3;-0.000000, 0.436202,-0.000000;;, + 114;3;-0.000000, 0.436202,-0.000000;;, + 115;3;-0.000000, 0.436202,-0.000000;;, + 116;3;-0.000000, 0.436202,-0.000000;;, + 117;3;-0.000000, 0.436202,-0.000000;;, + 118;3;-0.000000, 0.436202,-0.000000;;, + 119;3;-0.000000, 0.436202,-0.000000;;, + 120;3;-0.000000, 0.436202,-0.000000;;, + 121;3;-0.000000, 0.436202,-0.000000;;, + 122;3;-0.000000, 0.436202,-0.000000;;, + 123;3;-0.000000, 0.436202,-0.000000;;, + 124;3;-0.000000, 0.436202,-0.000000;;, + 125;3;-0.000000, 0.436202,-0.000000;;, + 126;3;-0.000000, 0.436202,-0.000000;;, + 127;3;-0.000000, 0.436202,-0.000000;;, + 128;3;-0.000000, 0.436202,-0.000000;;, + 129;3;-0.000000, 0.436202,-0.000000;;, + 130;3;-0.000000, 0.436202,-0.000000;;, + 131;3;-0.000000, 0.436202,-0.000000;;, + 132;3;-0.000000, 0.436202,-0.000000;;, + 133;3;-0.000000, 0.436202,-0.000000;;, + 134;3;-0.000000, 0.436202,-0.000000;;, + 135;3;-0.000000, 0.436202,-0.000000;;, + 136;3;-0.000000, 0.436202,-0.000000;;, + 137;3;-0.000000, 0.436202,-0.000000;;, + 138;3;-0.000000, 0.436202,-0.000000;;, + 139;3;-0.000000, 0.436202,-0.000000;;, + 140;3;-0.000000, 0.436202,-0.000000;;, + 141;3;-0.000000, 0.436202,-0.000000;;, + 142;3;-0.000000, 0.436202,-0.000000;;, + 143;3;-0.000000, 0.436202,-0.000000;;, + 144;3;-0.000000, 0.436202,-0.000000;;, + 145;3;-0.000000, 0.436202,-0.000000;;, + 146;3;-0.000000, 0.436202,-0.000000;;, + 147;3;-0.000000, 0.436202,-0.000000;;, + 148;3;-0.000000, 0.436202,-0.000000;;, + 149;3;-0.000000, 0.436202,-0.000000;;, + 150;3;-0.000000, 0.436202,-0.000000;;, + 151;3;-0.000000, 0.436202,-0.000000;;, + 152;3;-0.000000, 0.436202,-0.000000;;, + 153;3;-0.000000, 0.436202,-0.000000;;, + 154;3;-0.000000, 0.436202,-0.000000;;, + 155;3;-0.000000, 0.436202,-0.000000;;, + 156;3;-0.000000, 0.436202,-0.000000;;, + 157;3;-0.000000, 0.436202,-0.000000;;, + 158;3;-0.000000, 0.436202,-0.000000;;, + 159;3;-0.000000, 0.436202,-0.000000;;, + 160;3;-0.000000, 0.436202,-0.000000;;, + 161;3;-0.000000, 0.436202,-0.000000;;, + 162;3;-0.000000, 0.436202,-0.000000;;, + 163;3;-0.000000, 0.436202,-0.000000;;, + 164;3;-0.000000, 0.436202,-0.000000;;, + 165;3;-0.000000, 0.436202,-0.000000;;, + 166;3;-0.000000, 0.436202,-0.000000;;, + 167;3;-0.000000, 0.436202,-0.000000;;, + 168;3;-0.000000, 0.436202,-0.000000;;, + 169;3;-0.000000, 0.436202,-0.000000;;, + 170;3;-0.000000, 0.436202,-0.000000;;, + 171;3;-0.000000, 0.436202,-0.000000;;, + 172;3;-0.000000, 0.436202,-0.000000;;, + 173;3;-0.000000, 0.436202,-0.000000;;, + 174;3;-0.000000, 0.436202,-0.000000;;, + 175;3;-0.000000, 0.436202,-0.000000;;, + 176;3;-0.000000, 0.436202,-0.000000;;, + 177;3;-0.000000, 0.436202,-0.000000;;, + 178;3;-0.000000, 0.436202,-0.000000;;, + 179;3;-0.000000, 0.436202,-0.000000;;, + 180;3;-0.000000, 0.436202,-0.000000;;, + 181;3;-0.000000, 0.436202,-0.000000;;, + 182;3;-0.000000, 0.436202,-0.000000;;, + 183;3;-0.000000, 0.436202,-0.000000;;, + 184;3;-0.000000, 0.436202,-0.000000;;, + 185;3;-0.000000, 0.436202,-0.000000;;, + 186;3;-0.000000, 0.436202,-0.000000;;, + 187;3;-0.000000, 0.436202,-0.000000;;, + 188;3;-0.000000, 0.436202,-0.000000;;, + 189;3;-0.000000, 0.436202,-0.000000;;, + 190;3;-0.000000, 0.436202,-0.000000;;, + 191;3;-0.000000, 0.436202,-0.000000;;, + 192;3;-0.000000, 0.436202,-0.000000;;, + 193;3;-0.000000, 0.436202,-0.000000;;, + 194;3;-0.000000, 0.436202,-0.000000;;, + 195;3;-0.000000, 0.436202,-0.000000;;, + 196;3;-0.000000, 0.436202,-0.000000;;, + 197;3;-0.000000, 0.436202,-0.000000;;, + 198;3;-0.000000, 0.436202,-0.000000;;, + 199;3;-0.000000, 0.436202,-0.000000;;, + 200;3;-0.000000, 0.436202,-0.000000;;, + 201;3;-0.000000, 0.436202,-0.000000;;, + 202;3;-0.000000, 0.436202,-0.000000;;, + 203;3;-0.000000, 0.436202,-0.000000;;, + 204;3;-0.000000, 0.436202,-0.000000;;, + 205;3;-0.000000, 0.436202,-0.000000;;, + 206;3;-0.000000, 0.436202,-0.000000;;, + 207;3;-0.000000, 0.436202,-0.000000;;, + 208;3;-0.000000, 0.436202,-0.000000;;, + 209;3;-0.000000, 0.436202,-0.000000;;, + 210;3;-0.000000, 0.436202,-0.000000;;, + 211;3;-0.000000, 0.436202,-0.000000;;, + 212;3;-0.000000, 0.436202,-0.000000;;, + 213;3;-0.000000, 0.436202,-0.000000;;, + 214;3;-0.000000, 0.436202,-0.000000;;, + 215;3;-0.000000, 0.436202,-0.000000;;, + 216;3;-0.000000, 0.436202,-0.000000;;, + 217;3;-0.000000, 0.436202,-0.000000;;, + 218;3;-0.000000, 0.436202,-0.000000;;; + } + } + Animation { + {wolfwoman_ball_l} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 1;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 2;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 3;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 4;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 5;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 6;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 7;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 8;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 9;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 10;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 11;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 12;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 13;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 14;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 15;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 16;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 17;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 18;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 19;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 20;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 21;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 22;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 23;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 24;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 25;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 26;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 27;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 28;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 29;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 30;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 31;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 32;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 33;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 34;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 35;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 36;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 37;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 38;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 39;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 40;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 41;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 42;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 43;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 44;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 45;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 46;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 47;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 48;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 49;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 50;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 51;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 52;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 53;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 54;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 55;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 56;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 57;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 58;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 59;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 60;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 61;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 62;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 63;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 64;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 65;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 66;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 67;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 68;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 69;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 70;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 71;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 72;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 73;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 74;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 75;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 76;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 77;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 78;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 79;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 80;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 81;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 82;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 83;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 84;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 85;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 86;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 87;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 88;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 89;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 90;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 91;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 92;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 93;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 94;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 95;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 96;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 97;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 98;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 99;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 100;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 101;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 102;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 103;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 104;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 105;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 106;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 107;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 108;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 109;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 110;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 111;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 112;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 113;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 114;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 115;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 116;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 117;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 118;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 119;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 120;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 121;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 122;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 123;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 124;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 125;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 126;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 127;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 128;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 129;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 130;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 131;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 132;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 133;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 134;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 135;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 136;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 137;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 138;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 139;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 140;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 141;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 142;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 143;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 144;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 145;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 146;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 147;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 148;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 149;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 150;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 151;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 152;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 153;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 154;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 155;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 156;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 157;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 158;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 159;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 160;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 161;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 162;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 163;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 164;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 165;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 166;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 167;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 168;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 169;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 170;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 171;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 172;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 173;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 174;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 175;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 176;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 177;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 178;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 179;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 180;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 181;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 182;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 183;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 184;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 185;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 186;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 187;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 188;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 189;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 190;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 191;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 192;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 193;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 194;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 195;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 196;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 197;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 198;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 199;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 200;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 201;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 202;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 203;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 204;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 205;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 206;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 207;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 208;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 209;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 210;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 211;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 212;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 213;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 214;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 215;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 216;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 217;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 218;4;-0.962168,-0.271824, 0.017891, 0.004835;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.140589,-0.000000;;, + 1;3; 0.000000, 0.140589,-0.000000;;, + 2;3; 0.000000, 0.140589,-0.000000;;, + 3;3; 0.000000, 0.140589,-0.000000;;, + 4;3; 0.000000, 0.140589,-0.000000;;, + 5;3; 0.000000, 0.140589,-0.000000;;, + 6;3; 0.000000, 0.140589,-0.000000;;, + 7;3; 0.000000, 0.140589,-0.000000;;, + 8;3; 0.000000, 0.140589,-0.000000;;, + 9;3; 0.000000, 0.140589,-0.000000;;, + 10;3; 0.000000, 0.140589,-0.000000;;, + 11;3; 0.000000, 0.140589,-0.000000;;, + 12;3; 0.000000, 0.140589,-0.000000;;, + 13;3; 0.000000, 0.140589,-0.000000;;, + 14;3; 0.000000, 0.140589,-0.000000;;, + 15;3; 0.000000, 0.140589,-0.000000;;, + 16;3; 0.000000, 0.140589,-0.000000;;, + 17;3; 0.000000, 0.140589,-0.000000;;, + 18;3; 0.000000, 0.140589,-0.000000;;, + 19;3; 0.000000, 0.140589,-0.000000;;, + 20;3; 0.000000, 0.140589,-0.000000;;, + 21;3; 0.000000, 0.140589,-0.000000;;, + 22;3; 0.000000, 0.140589,-0.000000;;, + 23;3; 0.000000, 0.140589,-0.000000;;, + 24;3; 0.000000, 0.140589,-0.000000;;, + 25;3; 0.000000, 0.140589,-0.000000;;, + 26;3; 0.000000, 0.140589,-0.000000;;, + 27;3; 0.000000, 0.140589,-0.000000;;, + 28;3; 0.000000, 0.140589,-0.000000;;, + 29;3; 0.000000, 0.140589,-0.000000;;, + 30;3; 0.000000, 0.140589,-0.000000;;, + 31;3; 0.000000, 0.140589,-0.000000;;, + 32;3; 0.000000, 0.140589,-0.000000;;, + 33;3; 0.000000, 0.140589,-0.000000;;, + 34;3; 0.000000, 0.140589,-0.000000;;, + 35;3; 0.000000, 0.140589,-0.000000;;, + 36;3; 0.000000, 0.140589,-0.000000;;, + 37;3; 0.000000, 0.140589,-0.000000;;, + 38;3; 0.000000, 0.140589,-0.000000;;, + 39;3; 0.000000, 0.140589,-0.000000;;, + 40;3; 0.000000, 0.140589,-0.000000;;, + 41;3; 0.000000, 0.140589,-0.000000;;, + 42;3; 0.000000, 0.140589,-0.000000;;, + 43;3; 0.000000, 0.140589,-0.000000;;, + 44;3; 0.000000, 0.140589,-0.000000;;, + 45;3; 0.000000, 0.140589,-0.000000;;, + 46;3; 0.000000, 0.140589,-0.000000;;, + 47;3; 0.000000, 0.140589,-0.000000;;, + 48;3; 0.000000, 0.140589,-0.000000;;, + 49;3; 0.000000, 0.140589,-0.000000;;, + 50;3; 0.000000, 0.140589,-0.000000;;, + 51;3; 0.000000, 0.140589,-0.000000;;, + 52;3; 0.000000, 0.140589,-0.000000;;, + 53;3; 0.000000, 0.140589,-0.000000;;, + 54;3; 0.000000, 0.140589,-0.000000;;, + 55;3; 0.000000, 0.140589,-0.000000;;, + 56;3; 0.000000, 0.140589,-0.000000;;, + 57;3; 0.000000, 0.140589,-0.000000;;, + 58;3; 0.000000, 0.140589,-0.000000;;, + 59;3; 0.000000, 0.140589,-0.000000;;, + 60;3; 0.000000, 0.140589,-0.000000;;, + 61;3; 0.000000, 0.140589,-0.000000;;, + 62;3; 0.000000, 0.140589,-0.000000;;, + 63;3; 0.000000, 0.140589,-0.000000;;, + 64;3; 0.000000, 0.140589,-0.000000;;, + 65;3; 0.000000, 0.140589,-0.000000;;, + 66;3; 0.000000, 0.140589,-0.000000;;, + 67;3; 0.000000, 0.140589,-0.000000;;, + 68;3; 0.000000, 0.140589,-0.000000;;, + 69;3; 0.000000, 0.140589,-0.000000;;, + 70;3; 0.000000, 0.140589,-0.000000;;, + 71;3; 0.000000, 0.140589,-0.000000;;, + 72;3; 0.000000, 0.140589,-0.000000;;, + 73;3; 0.000000, 0.140589,-0.000000;;, + 74;3; 0.000000, 0.140589,-0.000000;;, + 75;3; 0.000000, 0.140589,-0.000000;;, + 76;3; 0.000000, 0.140589,-0.000000;;, + 77;3; 0.000000, 0.140589,-0.000000;;, + 78;3; 0.000000, 0.140589,-0.000000;;, + 79;3; 0.000000, 0.140589, 0.000000;;, + 80;3; 0.000000, 0.140589, 0.000000;;, + 81;3; 0.000000, 0.140589, 0.000000;;, + 82;3; 0.000000, 0.140589, 0.000000;;, + 83;3; 0.000000, 0.140589, 0.000000;;, + 84;3; 0.000000, 0.140589, 0.000000;;, + 85;3; 0.000000, 0.140589, 0.000000;;, + 86;3; 0.000000, 0.140589, 0.000000;;, + 87;3; 0.000000, 0.140589, 0.000000;;, + 88;3; 0.000000, 0.140589, 0.000000;;, + 89;3; 0.000000, 0.140589, 0.000000;;, + 90;3; 0.000000, 0.140589, 0.000000;;, + 91;3; 0.000000, 0.140589, 0.000000;;, + 92;3; 0.000000, 0.140589, 0.000000;;, + 93;3; 0.000000, 0.140589, 0.000000;;, + 94;3; 0.000000, 0.140589, 0.000000;;, + 95;3; 0.000000, 0.140589, 0.000000;;, + 96;3; 0.000000, 0.140589, 0.000000;;, + 97;3; 0.000000, 0.140589, 0.000000;;, + 98;3; 0.000000, 0.140589, 0.000000;;, + 99;3; 0.000000, 0.140589, 0.000000;;, + 100;3; 0.000000, 0.140589, 0.000000;;, + 101;3; 0.000000, 0.140589, 0.000000;;, + 102;3; 0.000000, 0.140589, 0.000000;;, + 103;3; 0.000000, 0.140589, 0.000000;;, + 104;3; 0.000000, 0.140589, 0.000000;;, + 105;3; 0.000000, 0.140589, 0.000000;;, + 106;3; 0.000000, 0.140589, 0.000000;;, + 107;3; 0.000000, 0.140589, 0.000000;;, + 108;3; 0.000000, 0.140589, 0.000000;;, + 109;3; 0.000000, 0.140589, 0.000000;;, + 110;3; 0.000000, 0.140589, 0.000000;;, + 111;3; 0.000000, 0.140589, 0.000000;;, + 112;3; 0.000000, 0.140589, 0.000000;;, + 113;3; 0.000000, 0.140589, 0.000000;;, + 114;3; 0.000000, 0.140589, 0.000000;;, + 115;3; 0.000000, 0.140589, 0.000000;;, + 116;3; 0.000000, 0.140589, 0.000000;;, + 117;3; 0.000000, 0.140589, 0.000000;;, + 118;3; 0.000000, 0.140589, 0.000000;;, + 119;3; 0.000000, 0.140589, 0.000000;;, + 120;3; 0.000000, 0.140589, 0.000000;;, + 121;3; 0.000000, 0.140589, 0.000000;;, + 122;3; 0.000000, 0.140589, 0.000000;;, + 123;3; 0.000000, 0.140589, 0.000000;;, + 124;3; 0.000000, 0.140589, 0.000000;;, + 125;3; 0.000000, 0.140589, 0.000000;;, + 126;3; 0.000000, 0.140589, 0.000000;;, + 127;3; 0.000000, 0.140589, 0.000000;;, + 128;3; 0.000000, 0.140589, 0.000000;;, + 129;3; 0.000000, 0.140589, 0.000000;;, + 130;3; 0.000000, 0.140589, 0.000000;;, + 131;3; 0.000000, 0.140589, 0.000000;;, + 132;3; 0.000000, 0.140589, 0.000000;;, + 133;3; 0.000000, 0.140589, 0.000000;;, + 134;3; 0.000000, 0.140589, 0.000000;;, + 135;3; 0.000000, 0.140589, 0.000000;;, + 136;3; 0.000000, 0.140589, 0.000000;;, + 137;3; 0.000000, 0.140589, 0.000000;;, + 138;3; 0.000000, 0.140589, 0.000000;;, + 139;3; 0.000000, 0.140589, 0.000000;;, + 140;3; 0.000000, 0.140589, 0.000000;;, + 141;3; 0.000000, 0.140589, 0.000000;;, + 142;3; 0.000000, 0.140589, 0.000000;;, + 143;3; 0.000000, 0.140589, 0.000000;;, + 144;3; 0.000000, 0.140589, 0.000000;;, + 145;3; 0.000000, 0.140589, 0.000000;;, + 146;3; 0.000000, 0.140589, 0.000000;;, + 147;3; 0.000000, 0.140589, 0.000000;;, + 148;3; 0.000000, 0.140589, 0.000000;;, + 149;3; 0.000000, 0.140589, 0.000000;;, + 150;3; 0.000000, 0.140589, 0.000000;;, + 151;3; 0.000000, 0.140589, 0.000000;;, + 152;3; 0.000000, 0.140589, 0.000000;;, + 153;3; 0.000000, 0.140589, 0.000000;;, + 154;3; 0.000000, 0.140589, 0.000000;;, + 155;3; 0.000000, 0.140589, 0.000000;;, + 156;3; 0.000000, 0.140589, 0.000000;;, + 157;3; 0.000000, 0.140589, 0.000000;;, + 158;3; 0.000000, 0.140589, 0.000000;;, + 159;3; 0.000000, 0.140589, 0.000000;;, + 160;3; 0.000000, 0.140589, 0.000000;;, + 161;3; 0.000000, 0.140589,-0.000000;;, + 162;3; 0.000000, 0.140589,-0.000000;;, + 163;3; 0.000000, 0.140589,-0.000000;;, + 164;3; 0.000000, 0.140589,-0.000000;;, + 165;3; 0.000000, 0.140589,-0.000000;;, + 166;3; 0.000000, 0.140589, 0.000000;;, + 167;3; 0.000000, 0.140589, 0.000000;;, + 168;3; 0.000000, 0.140589,-0.000000;;, + 169;3; 0.000000, 0.140589, 0.000000;;, + 170;3; 0.000000, 0.140589,-0.000000;;, + 171;3; 0.000000, 0.140589,-0.000000;;, + 172;3; 0.000000, 0.140589,-0.000000;;, + 173;3; 0.000000, 0.140589,-0.000000;;, + 174;3; 0.000000, 0.140589, 0.000000;;, + 175;3; 0.000000, 0.140589,-0.000000;;, + 176;3; 0.000000, 0.140589, 0.000000;;, + 177;3; 0.000000, 0.140589, 0.000000;;, + 178;3; 0.000000, 0.140589,-0.000000;;, + 179;3; 0.000000, 0.140589, 0.000000;;, + 180;3; 0.000000, 0.140589, 0.000000;;, + 181;3; 0.000000, 0.140589, 0.000000;;, + 182;3; 0.000000, 0.140589, 0.000000;;, + 183;3; 0.000000, 0.140589,-0.000000;;, + 184;3; 0.000000, 0.140589,-0.000000;;, + 185;3; 0.000000, 0.140589, 0.000000;;, + 186;3; 0.000000, 0.140589, 0.000000;;, + 187;3; 0.000000, 0.140589,-0.000000;;, + 188;3; 0.000000, 0.140589,-0.000000;;, + 189;3; 0.000000, 0.140589,-0.000000;;, + 190;3; 0.000000, 0.140589,-0.000000;;, + 191;3; 0.000000, 0.140589,-0.000000;;, + 192;3; 0.000000, 0.140589,-0.000000;;, + 193;3; 0.000000, 0.140589,-0.000000;;, + 194;3; 0.000000, 0.140589,-0.000000;;, + 195;3; 0.000000, 0.140589,-0.000000;;, + 196;3; 0.000000, 0.140589,-0.000000;;, + 197;3; 0.000000, 0.140589,-0.000000;;, + 198;3; 0.000000, 0.140589,-0.000000;;, + 199;3; 0.000000, 0.140589,-0.000000;;, + 200;3; 0.000000, 0.140589,-0.000000;;, + 201;3; 0.000000, 0.140589,-0.000000;;, + 202;3; 0.000000, 0.140589,-0.000000;;, + 203;3; 0.000000, 0.140589,-0.000000;;, + 204;3; 0.000000, 0.140589,-0.000000;;, + 205;3; 0.000000, 0.140589,-0.000000;;, + 206;3; 0.000000, 0.140589,-0.000000;;, + 207;3; 0.000000, 0.140589,-0.000000;;, + 208;3; 0.000000, 0.140589,-0.000000;;, + 209;3; 0.000000, 0.140589,-0.000000;;, + 210;3; 0.000000, 0.140589,-0.000000;;, + 211;3; 0.000000, 0.140589,-0.000000;;, + 212;3; 0.000000, 0.140589,-0.000000;;, + 213;3; 0.000000, 0.140589,-0.000000;;, + 214;3; 0.000000, 0.140589,-0.000000;;, + 215;3; 0.000000, 0.140589,-0.000000;;, + 216;3; 0.000000, 0.140589,-0.000000;;, + 217;3; 0.000000, 0.140589,-0.000000;;, + 218;3; 0.000000, 0.140589,-0.000000;;; + } + } + Animation { + {wolfwoman_thigh_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 1;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 2;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 3;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 4;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 5;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 6;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 7;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 8;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 9;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 10;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 11;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 12;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 13;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 14;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 15;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 16;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 17;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 18;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 19;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 20;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 21;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 22;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 23;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 24;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 25;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 26;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 27;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 28;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 29;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 30;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 31;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 32;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 33;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 34;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 35;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 36;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 37;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 38;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 39;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 40;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 41;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 42;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 43;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 44;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 45;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 46;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 47;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 48;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 49;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 50;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 51;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 52;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 53;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 54;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 55;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 56;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 57;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 58;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 59;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 60;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 61;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 62;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 63;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 64;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 65;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 66;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 67;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 68;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 69;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 70;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 71;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 72;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 73;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 74;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 75;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 76;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 77;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 78;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 79;4; 0.222498,-0.843949,-0.123711,-0.472165;;, + 80;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 81;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 82;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 83;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 84;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 85;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 86;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 87;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 88;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 89;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 90;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 91;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 92;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 93;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 94;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 95;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 96;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 97;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 98;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 99;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 100;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 101;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 102;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 103;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 104;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 105;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 106;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 107;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 108;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 109;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 110;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 111;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 112;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 113;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 114;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 115;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 116;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 117;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 118;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 119;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 120;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 121;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 122;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 123;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 124;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 125;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 126;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 127;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 128;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 129;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 130;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 131;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 132;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 133;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 134;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 135;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 136;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 137;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 138;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 139;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 140;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 141;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 142;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 143;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 144;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 145;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 146;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 147;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 148;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 149;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 150;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 151;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 152;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 153;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 154;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 155;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 156;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 157;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 158;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 159;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 160;4; 0.222498,-0.843949,-0.123711,-0.472165;;, + 161;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 162;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 163;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 164;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 165;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 166;4;-0.210389,-0.953743, 0.062815,-0.205343;;, + 167;4;-0.292713,-0.931777, 0.080473,-0.199087;;, + 168;4;-0.285630,-0.933972, 0.078959,-0.199692;;, + 169;4;-0.264109,-0.940285, 0.074353,-0.201452;;, + 170;4;-0.228523,-0.949561, 0.066716,-0.204109;;, + 171;4;-0.181071,-0.959741, 0.056494,-0.207171;;, + 172;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 173;4;-0.071453,-0.974055, 0.032721,-0.212228;;, + 174;4;-0.022979,-0.976402, 0.022137,-0.213592;;, + 175;4; 0.013798,-0.976575, 0.014083,-0.214272;;, + 176;4; 0.036217,-0.976001, 0.009158,-0.214539;;, + 177;4; 0.043626,-0.975698, 0.007529,-0.214603;;, + 178;4; 0.034468,-0.976064, 0.009542,-0.214523;;, + 179;4; 0.006809,-0.976649, 0.015614,-0.214167;;, + 180;4;-0.038040,-0.975931, 0.025430,-0.213225;;, + 181;4;-0.095486,-0.971993, 0.037952,-0.211355;;, + 182;4;-0.157315,-0.963919, 0.051361,-0.208503;;, + 183;4;-0.213845,-0.952974, 0.063559,-0.205114;;, + 184;4;-0.257375,-0.942150, 0.072909,-0.201979;;, + 185;4;-0.283956,-0.934483, 0.078601,-0.199833;;, + 186;4;-0.292713,-0.931777, 0.080473,-0.199087;;, + 187;4;-0.210389,-0.953743, 0.062815,-0.205343;;, + 188;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 189;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 190;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 191;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 192;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 193;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 194;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 195;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 196;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 197;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 198;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 199;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 200;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 201;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 202;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 203;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 204;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 205;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 206;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 207;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 208;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 209;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 210;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 211;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 212;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 213;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 214;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 215;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 216;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 217;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 218;4;-0.126465,-0.968450, 0.044679,-0.210036;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 0.999999;;, + 1;3; 1.000000, 1.000000, 0.999999;;, + 2;3; 1.000000, 1.000000, 0.999999;;, + 3;3; 1.000000, 1.000000, 0.999999;;, + 4;3; 1.000000, 1.000000, 0.999999;;, + 5;3; 1.000000, 1.000000, 0.999999;;, + 6;3; 1.000000, 1.000000, 0.999999;;, + 7;3; 1.000000, 1.000000, 0.999999;;, + 8;3; 1.000000, 1.000000, 0.999999;;, + 9;3; 1.000000, 1.000000, 0.999999;;, + 10;3; 1.000000, 1.000000, 0.999999;;, + 11;3; 1.000000, 1.000000, 0.999999;;, + 12;3; 1.000000, 1.000000, 0.999999;;, + 13;3; 1.000000, 1.000000, 0.999999;;, + 14;3; 1.000000, 1.000000, 0.999999;;, + 15;3; 1.000000, 1.000000, 0.999999;;, + 16;3; 1.000000, 1.000000, 0.999999;;, + 17;3; 1.000000, 1.000000, 0.999999;;, + 18;3; 1.000000, 1.000000, 0.999999;;, + 19;3; 1.000000, 1.000000, 0.999999;;, + 20;3; 1.000000, 1.000000, 0.999999;;, + 21;3; 1.000000, 1.000000, 0.999999;;, + 22;3; 1.000000, 1.000000, 0.999999;;, + 23;3; 1.000000, 1.000000, 0.999999;;, + 24;3; 1.000000, 1.000000, 0.999999;;, + 25;3; 1.000000, 1.000000, 0.999999;;, + 26;3; 1.000000, 1.000000, 0.999999;;, + 27;3; 1.000000, 1.000000, 0.999999;;, + 28;3; 1.000000, 1.000000, 0.999999;;, + 29;3; 1.000000, 1.000000, 0.999999;;, + 30;3; 1.000000, 1.000000, 0.999999;;, + 31;3; 1.000000, 1.000000, 0.999999;;, + 32;3; 1.000000, 1.000000, 0.999999;;, + 33;3; 1.000000, 1.000000, 0.999999;;, + 34;3; 1.000000, 1.000000, 0.999999;;, + 35;3; 1.000000, 1.000000, 0.999999;;, + 36;3; 1.000000, 1.000000, 0.999999;;, + 37;3; 1.000000, 1.000000, 0.999999;;, + 38;3; 1.000000, 1.000000, 0.999999;;, + 39;3; 1.000000, 1.000000, 0.999999;;, + 40;3; 1.000000, 1.000000, 0.999999;;, + 41;3; 1.000000, 1.000000, 0.999999;;, + 42;3; 1.000000, 1.000000, 0.999999;;, + 43;3; 1.000000, 1.000000, 0.999999;;, + 44;3; 1.000000, 1.000000, 0.999999;;, + 45;3; 1.000000, 1.000000, 0.999999;;, + 46;3; 1.000000, 1.000000, 0.999999;;, + 47;3; 1.000000, 1.000000, 0.999999;;, + 48;3; 1.000000, 1.000000, 0.999999;;, + 49;3; 1.000000, 1.000000, 0.999999;;, + 50;3; 1.000000, 1.000000, 0.999999;;, + 51;3; 1.000000, 1.000000, 0.999999;;, + 52;3; 1.000000, 1.000000, 0.999999;;, + 53;3; 1.000000, 1.000000, 0.999999;;, + 54;3; 1.000000, 1.000000, 0.999999;;, + 55;3; 1.000000, 1.000000, 0.999999;;, + 56;3; 1.000000, 1.000000, 0.999999;;, + 57;3; 1.000000, 1.000000, 0.999999;;, + 58;3; 1.000000, 1.000000, 0.999999;;, + 59;3; 1.000000, 1.000000, 0.999999;;, + 60;3; 1.000000, 1.000000, 0.999999;;, + 61;3; 1.000000, 1.000000, 0.999999;;, + 62;3; 1.000000, 1.000000, 0.999999;;, + 63;3; 1.000000, 1.000000, 0.999999;;, + 64;3; 1.000000, 1.000000, 0.999999;;, + 65;3; 1.000000, 1.000000, 0.999999;;, + 66;3; 1.000000, 1.000000, 0.999999;;, + 67;3; 1.000000, 1.000000, 0.999999;;, + 68;3; 1.000000, 1.000000, 0.999999;;, + 69;3; 1.000000, 1.000000, 0.999999;;, + 70;3; 1.000000, 1.000000, 0.999999;;, + 71;3; 1.000000, 1.000000, 0.999999;;, + 72;3; 1.000000, 1.000000, 0.999999;;, + 73;3; 1.000000, 1.000000, 0.999999;;, + 74;3; 1.000000, 1.000000, 0.999999;;, + 75;3; 1.000000, 1.000000, 0.999999;;, + 76;3; 1.000000, 1.000000, 0.999999;;, + 77;3; 1.000000, 1.000000, 0.999999;;, + 78;3; 1.000000, 1.000000, 0.999999;;, + 79;3; 1.000000, 1.000000, 0.999999;;, + 80;3; 1.000000, 0.999999, 1.000000;;, + 81;3; 1.000000, 0.999999, 1.000000;;, + 82;3; 1.000000, 0.999999, 1.000000;;, + 83;3; 1.000000, 0.999999, 1.000000;;, + 84;3; 1.000000, 0.999999, 1.000000;;, + 85;3; 1.000000, 0.999999, 1.000000;;, + 86;3; 1.000000, 0.999999, 1.000000;;, + 87;3; 1.000000, 0.999999, 1.000000;;, + 88;3; 1.000000, 0.999999, 1.000000;;, + 89;3; 1.000000, 0.999999, 1.000000;;, + 90;3; 1.000000, 0.999999, 1.000000;;, + 91;3; 1.000000, 0.999999, 1.000000;;, + 92;3; 1.000000, 0.999999, 1.000000;;, + 93;3; 1.000000, 0.999999, 1.000000;;, + 94;3; 1.000000, 0.999999, 1.000000;;, + 95;3; 1.000000, 0.999999, 1.000000;;, + 96;3; 1.000000, 0.999999, 1.000000;;, + 97;3; 1.000000, 0.999999, 1.000000;;, + 98;3; 1.000000, 0.999999, 1.000000;;, + 99;3; 1.000000, 0.999999, 1.000000;;, + 100;3; 1.000000, 0.999999, 1.000000;;, + 101;3; 1.000000, 0.999999, 1.000000;;, + 102;3; 1.000000, 0.999999, 1.000000;;, + 103;3; 1.000000, 0.999999, 1.000000;;, + 104;3; 1.000000, 0.999999, 1.000000;;, + 105;3; 1.000000, 0.999999, 1.000000;;, + 106;3; 1.000000, 0.999999, 1.000000;;, + 107;3; 1.000000, 0.999999, 1.000000;;, + 108;3; 1.000000, 0.999999, 1.000000;;, + 109;3; 1.000000, 0.999999, 1.000000;;, + 110;3; 1.000000, 0.999999, 1.000000;;, + 111;3; 1.000000, 0.999999, 1.000000;;, + 112;3; 1.000000, 0.999999, 1.000000;;, + 113;3; 1.000000, 0.999999, 1.000000;;, + 114;3; 1.000000, 0.999999, 1.000000;;, + 115;3; 1.000000, 0.999999, 1.000000;;, + 116;3; 1.000000, 0.999999, 1.000000;;, + 117;3; 1.000000, 0.999999, 1.000000;;, + 118;3; 1.000000, 0.999999, 1.000000;;, + 119;3; 1.000000, 0.999999, 1.000000;;, + 120;3; 1.000000, 0.999999, 1.000000;;, + 121;3; 1.000000, 0.999999, 1.000000;;, + 122;3; 1.000000, 0.999999, 1.000000;;, + 123;3; 1.000000, 0.999999, 1.000000;;, + 124;3; 1.000000, 0.999999, 1.000000;;, + 125;3; 1.000000, 0.999999, 1.000000;;, + 126;3; 1.000000, 0.999999, 1.000000;;, + 127;3; 1.000000, 0.999999, 1.000000;;, + 128;3; 1.000000, 0.999999, 1.000000;;, + 129;3; 1.000000, 0.999999, 1.000000;;, + 130;3; 1.000000, 0.999999, 1.000000;;, + 131;3; 1.000000, 0.999999, 1.000000;;, + 132;3; 1.000000, 0.999999, 1.000000;;, + 133;3; 1.000000, 0.999999, 1.000000;;, + 134;3; 1.000000, 0.999999, 1.000000;;, + 135;3; 1.000000, 0.999999, 1.000000;;, + 136;3; 1.000000, 0.999999, 1.000000;;, + 137;3; 1.000000, 0.999999, 1.000000;;, + 138;3; 1.000000, 0.999999, 1.000000;;, + 139;3; 1.000000, 0.999999, 1.000000;;, + 140;3; 1.000000, 0.999999, 1.000000;;, + 141;3; 1.000000, 0.999999, 1.000000;;, + 142;3; 1.000000, 0.999999, 1.000000;;, + 143;3; 1.000000, 0.999999, 1.000000;;, + 144;3; 1.000000, 0.999999, 1.000000;;, + 145;3; 1.000000, 0.999999, 1.000000;;, + 146;3; 1.000000, 0.999999, 1.000000;;, + 147;3; 1.000000, 0.999999, 1.000000;;, + 148;3; 1.000000, 0.999999, 1.000000;;, + 149;3; 1.000000, 0.999999, 1.000000;;, + 150;3; 1.000000, 0.999999, 1.000000;;, + 151;3; 1.000000, 0.999999, 1.000000;;, + 152;3; 1.000000, 0.999999, 1.000000;;, + 153;3; 1.000000, 0.999999, 1.000000;;, + 154;3; 1.000000, 0.999999, 1.000000;;, + 155;3; 1.000000, 0.999999, 1.000000;;, + 156;3; 1.000000, 0.999999, 1.000000;;, + 157;3; 1.000000, 0.999999, 1.000000;;, + 158;3; 1.000000, 0.999999, 1.000000;;, + 159;3; 1.000000, 0.999999, 1.000000;;, + 160;3; 1.000000, 1.000000, 0.999999;;, + 161;3; 1.000000, 1.000000, 0.999999;;, + 162;3; 1.000000, 1.000000, 0.999999;;, + 163;3; 1.000000, 1.000000, 0.999999;;, + 164;3; 1.000000, 1.000000, 0.999999;;, + 165;3; 1.000000, 1.000000, 0.999999;;, + 166;3; 1.000000, 1.000000, 0.999999;;, + 167;3; 1.000000, 1.000000, 0.999999;;, + 168;3; 1.000000, 1.000000, 0.999999;;, + 169;3; 1.000000, 1.000000, 0.999999;;, + 170;3; 1.000000, 1.000000, 0.999999;;, + 171;3; 1.000000, 1.000000, 0.999999;;, + 172;3; 1.000000, 1.000000, 0.999999;;, + 173;3; 1.000000, 1.000000, 0.999999;;, + 174;3; 1.000000, 1.000000, 0.999999;;, + 175;3; 1.000000, 1.000000, 0.999999;;, + 176;3; 1.000000, 1.000000, 0.999999;;, + 177;3; 1.000000, 1.000000, 0.999999;;, + 178;3; 1.000000, 1.000000, 0.999999;;, + 179;3; 1.000000, 1.000000, 0.999999;;, + 180;3; 1.000000, 1.000000, 0.999999;;, + 181;3; 1.000000, 1.000000, 0.999999;;, + 182;3; 1.000000, 1.000000, 0.999999;;, + 183;3; 1.000000, 1.000000, 0.999999;;, + 184;3; 1.000000, 1.000000, 0.999999;;, + 185;3; 1.000000, 1.000000, 0.999999;;, + 186;3; 1.000000, 1.000000, 0.999999;;, + 187;3; 1.000000, 1.000000, 0.999999;;, + 188;3; 1.000000, 1.000000, 0.999999;;, + 189;3; 1.000000, 1.000000, 0.999999;;, + 190;3; 1.000000, 1.000000, 0.999999;;, + 191;3; 1.000000, 1.000000, 0.999999;;, + 192;3; 1.000000, 1.000000, 0.999999;;, + 193;3; 1.000000, 1.000000, 0.999999;;, + 194;3; 1.000000, 1.000000, 0.999999;;, + 195;3; 1.000000, 1.000000, 0.999999;;, + 196;3; 1.000000, 1.000000, 0.999999;;, + 197;3; 1.000000, 1.000000, 0.999999;;, + 198;3; 1.000000, 1.000000, 0.999999;;, + 199;3; 1.000000, 1.000000, 0.999999;;, + 200;3; 1.000000, 1.000000, 0.999999;;, + 201;3; 1.000000, 1.000000, 0.999999;;, + 202;3; 1.000000, 1.000000, 0.999999;;, + 203;3; 1.000000, 1.000000, 0.999999;;, + 204;3; 1.000000, 1.000000, 0.999999;;, + 205;3; 1.000000, 1.000000, 0.999999;;, + 206;3; 1.000000, 1.000000, 0.999999;;, + 207;3; 1.000000, 1.000000, 0.999999;;, + 208;3; 1.000000, 1.000000, 0.999999;;, + 209;3; 1.000000, 1.000000, 0.999999;;, + 210;3; 1.000000, 1.000000, 0.999999;;, + 211;3; 1.000000, 1.000000, 0.999999;;, + 212;3; 1.000000, 1.000000, 0.999999;;, + 213;3; 1.000000, 1.000000, 0.999999;;, + 214;3; 1.000000, 1.000000, 0.999999;;, + 215;3; 1.000000, 1.000000, 0.999999;;, + 216;3; 1.000000, 1.000000, 0.999999;;, + 217;3; 1.000000, 1.000000, 0.999999;;, + 218;3; 1.000000, 1.000000, 0.999999;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.108498,-0.001024,-0.011742;;, + 1;3;-0.108498,-0.001024,-0.011742;;, + 2;3;-0.108498,-0.001024,-0.011742;;, + 3;3;-0.108498,-0.001024,-0.011742;;, + 4;3;-0.108498,-0.001024,-0.011742;;, + 5;3;-0.108498,-0.001024,-0.011742;;, + 6;3;-0.108498,-0.001024,-0.011742;;, + 7;3;-0.108498,-0.001024,-0.011742;;, + 8;3;-0.108498,-0.001024,-0.011742;;, + 9;3;-0.108498,-0.001024,-0.011742;;, + 10;3;-0.108498,-0.001024,-0.011742;;, + 11;3;-0.108498,-0.001024,-0.011742;;, + 12;3;-0.108498,-0.001024,-0.011742;;, + 13;3;-0.108498,-0.001024,-0.011742;;, + 14;3;-0.108498,-0.001024,-0.011742;;, + 15;3;-0.108498,-0.001024,-0.011742;;, + 16;3;-0.108498,-0.001024,-0.011742;;, + 17;3;-0.108498,-0.001024,-0.011742;;, + 18;3;-0.108498,-0.001024,-0.011742;;, + 19;3;-0.108498,-0.001024,-0.011742;;, + 20;3;-0.108498,-0.001024,-0.011742;;, + 21;3;-0.108498,-0.001024,-0.011742;;, + 22;3;-0.108498,-0.001024,-0.011742;;, + 23;3;-0.108498,-0.001024,-0.011742;;, + 24;3;-0.108498,-0.001024,-0.011742;;, + 25;3;-0.108498,-0.001024,-0.011742;;, + 26;3;-0.108498,-0.001024,-0.011742;;, + 27;3;-0.108498,-0.001024,-0.011742;;, + 28;3;-0.108498,-0.001024,-0.011742;;, + 29;3;-0.108498,-0.001024,-0.011742;;, + 30;3;-0.108498,-0.001024,-0.011742;;, + 31;3;-0.108498,-0.001024,-0.011742;;, + 32;3;-0.108498,-0.001024,-0.011742;;, + 33;3;-0.108498,-0.001024,-0.011742;;, + 34;3;-0.108498,-0.001024,-0.011742;;, + 35;3;-0.108498,-0.001024,-0.011742;;, + 36;3;-0.108498,-0.001024,-0.011742;;, + 37;3;-0.108498,-0.001024,-0.011742;;, + 38;3;-0.108498,-0.001024,-0.011742;;, + 39;3;-0.108498,-0.001024,-0.011742;;, + 40;3;-0.108498,-0.001024,-0.011742;;, + 41;3;-0.108498,-0.001024,-0.011742;;, + 42;3;-0.108498,-0.001024,-0.011742;;, + 43;3;-0.108498,-0.001024,-0.011742;;, + 44;3;-0.108498,-0.001024,-0.011742;;, + 45;3;-0.108498,-0.001024,-0.011742;;, + 46;3;-0.108498,-0.001024,-0.011742;;, + 47;3;-0.108498,-0.001024,-0.011742;;, + 48;3;-0.108498,-0.001024,-0.011742;;, + 49;3;-0.108498,-0.001024,-0.011742;;, + 50;3;-0.108498,-0.001024,-0.011742;;, + 51;3;-0.108498,-0.001024,-0.011742;;, + 52;3;-0.108498,-0.001024,-0.011742;;, + 53;3;-0.108498,-0.001024,-0.011742;;, + 54;3;-0.108498,-0.001024,-0.011742;;, + 55;3;-0.108498,-0.001024,-0.011742;;, + 56;3;-0.108498,-0.001024,-0.011742;;, + 57;3;-0.108498,-0.001024,-0.011742;;, + 58;3;-0.108498,-0.001024,-0.011742;;, + 59;3;-0.108498,-0.001024,-0.011742;;, + 60;3;-0.108498,-0.001024,-0.011742;;, + 61;3;-0.108498,-0.001024,-0.011742;;, + 62;3;-0.108498,-0.001024,-0.011742;;, + 63;3;-0.108498,-0.001024,-0.011742;;, + 64;3;-0.108498,-0.001024,-0.011742;;, + 65;3;-0.108498,-0.001024,-0.011742;;, + 66;3;-0.108498,-0.001024,-0.011742;;, + 67;3;-0.108498,-0.001024,-0.011742;;, + 68;3;-0.108498,-0.001024,-0.011742;;, + 69;3;-0.108498,-0.001024,-0.011742;;, + 70;3;-0.108498,-0.001024,-0.011742;;, + 71;3;-0.108498,-0.001024,-0.011742;;, + 72;3;-0.108498,-0.001024,-0.011742;;, + 73;3;-0.108498,-0.001024,-0.011742;;, + 74;3;-0.108498,-0.001024,-0.011742;;, + 75;3;-0.108498,-0.001024,-0.011742;;, + 76;3;-0.108498,-0.001024,-0.011742;;, + 77;3;-0.108498,-0.001024,-0.011742;;, + 78;3;-0.108498,-0.001024,-0.011742;;, + 79;3;-0.108498,-0.001024,-0.011742;;, + 80;3;-0.108498,-0.001024,-0.011742;;, + 81;3;-0.108498,-0.001024,-0.011742;;, + 82;3;-0.108498,-0.001024,-0.011742;;, + 83;3;-0.108498,-0.001024,-0.011742;;, + 84;3;-0.108498,-0.001024,-0.011742;;, + 85;3;-0.108498,-0.001024,-0.011742;;, + 86;3;-0.108498,-0.001024,-0.011742;;, + 87;3;-0.108498,-0.001024,-0.011742;;, + 88;3;-0.108498,-0.001024,-0.011742;;, + 89;3;-0.108498,-0.001024,-0.011742;;, + 90;3;-0.108498,-0.001024,-0.011742;;, + 91;3;-0.108498,-0.001024,-0.011742;;, + 92;3;-0.108498,-0.001024,-0.011742;;, + 93;3;-0.108498,-0.001024,-0.011742;;, + 94;3;-0.108498,-0.001024,-0.011742;;, + 95;3;-0.108498,-0.001024,-0.011742;;, + 96;3;-0.108498,-0.001024,-0.011742;;, + 97;3;-0.108498,-0.001024,-0.011742;;, + 98;3;-0.108498,-0.001024,-0.011742;;, + 99;3;-0.108498,-0.001024,-0.011742;;, + 100;3;-0.108498,-0.001024,-0.011742;;, + 101;3;-0.108498,-0.001024,-0.011742;;, + 102;3;-0.108498,-0.001024,-0.011742;;, + 103;3;-0.108498,-0.001024,-0.011742;;, + 104;3;-0.108498,-0.001024,-0.011742;;, + 105;3;-0.108498,-0.001024,-0.011742;;, + 106;3;-0.108498,-0.001024,-0.011742;;, + 107;3;-0.108498,-0.001024,-0.011742;;, + 108;3;-0.108498,-0.001024,-0.011742;;, + 109;3;-0.108498,-0.001024,-0.011742;;, + 110;3;-0.108498,-0.001024,-0.011742;;, + 111;3;-0.108498,-0.001024,-0.011742;;, + 112;3;-0.108498,-0.001024,-0.011742;;, + 113;3;-0.108498,-0.001024,-0.011742;;, + 114;3;-0.108498,-0.001024,-0.011742;;, + 115;3;-0.108498,-0.001024,-0.011742;;, + 116;3;-0.108498,-0.001024,-0.011742;;, + 117;3;-0.108498,-0.001024,-0.011742;;, + 118;3;-0.108498,-0.001024,-0.011742;;, + 119;3;-0.108498,-0.001024,-0.011742;;, + 120;3;-0.108498,-0.001024,-0.011742;;, + 121;3;-0.108498,-0.001024,-0.011742;;, + 122;3;-0.108498,-0.001024,-0.011742;;, + 123;3;-0.108498,-0.001024,-0.011742;;, + 124;3;-0.108498,-0.001024,-0.011742;;, + 125;3;-0.108498,-0.001024,-0.011742;;, + 126;3;-0.108498,-0.001024,-0.011742;;, + 127;3;-0.108498,-0.001024,-0.011742;;, + 128;3;-0.108498,-0.001024,-0.011742;;, + 129;3;-0.108498,-0.001024,-0.011742;;, + 130;3;-0.108498,-0.001024,-0.011742;;, + 131;3;-0.108498,-0.001024,-0.011742;;, + 132;3;-0.108498,-0.001024,-0.011742;;, + 133;3;-0.108498,-0.001024,-0.011742;;, + 134;3;-0.108498,-0.001024,-0.011742;;, + 135;3;-0.108498,-0.001024,-0.011742;;, + 136;3;-0.108498,-0.001024,-0.011742;;, + 137;3;-0.108498,-0.001024,-0.011742;;, + 138;3;-0.108498,-0.001024,-0.011742;;, + 139;3;-0.108498,-0.001024,-0.011742;;, + 140;3;-0.108498,-0.001024,-0.011742;;, + 141;3;-0.108498,-0.001024,-0.011742;;, + 142;3;-0.108498,-0.001024,-0.011742;;, + 143;3;-0.108498,-0.001024,-0.011742;;, + 144;3;-0.108498,-0.001024,-0.011742;;, + 145;3;-0.108498,-0.001024,-0.011742;;, + 146;3;-0.108498,-0.001024,-0.011742;;, + 147;3;-0.108498,-0.001024,-0.011742;;, + 148;3;-0.108498,-0.001024,-0.011742;;, + 149;3;-0.108498,-0.001024,-0.011742;;, + 150;3;-0.108498,-0.001024,-0.011742;;, + 151;3;-0.108498,-0.001024,-0.011742;;, + 152;3;-0.108498,-0.001024,-0.011742;;, + 153;3;-0.108498,-0.001024,-0.011742;;, + 154;3;-0.108498,-0.001024,-0.011742;;, + 155;3;-0.108498,-0.001024,-0.011742;;, + 156;3;-0.108498,-0.001024,-0.011742;;, + 157;3;-0.108498,-0.001024,-0.011742;;, + 158;3;-0.108498,-0.001024,-0.011742;;, + 159;3;-0.108498,-0.001024,-0.011742;;, + 160;3;-0.108498,-0.001024,-0.011742;;, + 161;3;-0.108498,-0.001024,-0.011742;;, + 162;3;-0.108498,-0.001024,-0.011742;;, + 163;3;-0.108498,-0.001024,-0.011742;;, + 164;3;-0.108498,-0.001024,-0.011742;;, + 165;3;-0.108498,-0.001024,-0.011742;;, + 166;3;-0.108498,-0.001024,-0.011742;;, + 167;3;-0.108498,-0.001024,-0.011742;;, + 168;3;-0.108498,-0.001024,-0.011742;;, + 169;3;-0.108498,-0.001024,-0.011742;;, + 170;3;-0.108498,-0.001024,-0.011742;;, + 171;3;-0.108498,-0.001024,-0.011742;;, + 172;3;-0.108498,-0.001024,-0.011742;;, + 173;3;-0.108498,-0.001024,-0.011742;;, + 174;3;-0.108498,-0.001024,-0.011742;;, + 175;3;-0.108498,-0.001024,-0.011742;;, + 176;3;-0.108498,-0.001024,-0.011742;;, + 177;3;-0.108498,-0.001024,-0.011742;;, + 178;3;-0.108498,-0.001024,-0.011742;;, + 179;3;-0.108498,-0.001024,-0.011742;;, + 180;3;-0.108498,-0.001024,-0.011742;;, + 181;3;-0.108498,-0.001024,-0.011742;;, + 182;3;-0.108498,-0.001024,-0.011742;;, + 183;3;-0.108498,-0.001024,-0.011742;;, + 184;3;-0.108498,-0.001024,-0.011742;;, + 185;3;-0.108498,-0.001024,-0.011742;;, + 186;3;-0.108498,-0.001024,-0.011742;;, + 187;3;-0.108498,-0.001024,-0.011742;;, + 188;3;-0.108498,-0.001024,-0.011742;;, + 189;3;-0.108498,-0.001024,-0.011742;;, + 190;3;-0.108498,-0.001024,-0.011742;;, + 191;3;-0.108498,-0.001024,-0.011742;;, + 192;3;-0.108498,-0.001024,-0.011742;;, + 193;3;-0.108498,-0.001024,-0.011742;;, + 194;3;-0.108498,-0.001024,-0.011742;;, + 195;3;-0.108498,-0.001024,-0.011742;;, + 196;3;-0.108498,-0.001024,-0.011742;;, + 197;3;-0.108498,-0.001024,-0.011742;;, + 198;3;-0.108498,-0.001024,-0.011742;;, + 199;3;-0.108498,-0.001024,-0.011742;;, + 200;3;-0.108498,-0.001024,-0.011742;;, + 201;3;-0.108498,-0.001024,-0.011742;;, + 202;3;-0.108498,-0.001024,-0.011742;;, + 203;3;-0.108498,-0.001024,-0.011742;;, + 204;3;-0.108498,-0.001024,-0.011742;;, + 205;3;-0.108498,-0.001024,-0.011742;;, + 206;3;-0.108498,-0.001024,-0.011742;;, + 207;3;-0.108498,-0.001024,-0.011742;;, + 208;3;-0.108498,-0.001024,-0.011742;;, + 209;3;-0.108498,-0.001024,-0.011742;;, + 210;3;-0.108498,-0.001024,-0.011742;;, + 211;3;-0.108498,-0.001024,-0.011742;;, + 212;3;-0.108498,-0.001024,-0.011742;;, + 213;3;-0.108498,-0.001024,-0.011742;;, + 214;3;-0.108498,-0.001024,-0.011742;;, + 215;3;-0.108498,-0.001024,-0.011742;;, + 216;3;-0.108498,-0.001024,-0.011742;;, + 217;3;-0.108498,-0.001024,-0.011742;;, + 218;3;-0.108498,-0.001024,-0.011742;;; + } + } + Animation { + {wolfwoman_calf_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 1;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 2;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 3;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 4;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 5;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 6;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 7;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 8;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 9;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 10;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 11;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 12;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 13;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 14;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 15;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 16;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 17;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 18;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 19;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 20;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 21;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 22;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 23;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 24;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 25;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 26;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 27;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 28;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 29;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 30;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 31;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 32;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 33;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 34;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 35;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 36;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 37;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 38;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 39;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 40;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 41;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 42;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 43;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 44;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 45;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 46;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 47;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 48;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 49;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 50;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 51;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 52;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 53;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 54;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 55;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 56;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 57;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 58;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 59;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 60;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 61;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 62;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 63;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 64;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 65;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 66;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 67;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 68;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 69;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 70;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 71;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 72;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 73;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 74;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 75;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 76;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 77;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 78;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 79;4;-0.893334, 0.436593,-0.106427,-0.003835;;, + 80;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 81;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 82;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 83;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 84;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 85;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 86;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 87;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 88;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 89;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 90;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 91;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 92;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 93;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 94;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 95;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 96;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 97;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 98;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 99;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 100;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 101;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 102;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 103;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 104;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 105;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 106;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 107;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 108;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 109;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 110;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 111;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 112;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 113;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 114;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 115;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 116;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 117;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 118;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 119;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 120;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 121;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 122;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 123;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 124;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 125;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 126;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 127;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 128;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 129;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 130;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 131;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 132;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 133;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 134;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 135;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 136;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 137;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 138;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 139;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 140;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 141;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 142;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 143;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 144;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 145;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 146;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 147;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 148;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 149;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 150;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 151;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 152;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 153;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 154;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 155;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 156;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 157;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 158;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 159;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 160;4;-0.893334, 0.436593,-0.106427,-0.003835;;, + 161;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 162;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 163;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 164;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 165;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 166;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 167;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 168;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 169;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 170;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 171;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 172;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 173;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 174;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 175;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 176;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 177;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 178;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 179;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 180;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 181;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 182;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 183;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 184;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 185;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 186;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 187;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 188;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 189;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 190;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 191;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 192;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 193;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 194;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 195;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 196;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 197;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 198;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 199;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 200;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 201;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 202;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 203;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 204;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 205;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 206;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 207;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 208;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 209;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 210;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 211;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 212;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 213;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 214;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 215;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 216;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 217;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 218;4;-0.972910, 0.053174,-0.224608, 0.013074;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.417580, 0.000000;;, + 1;3;-0.000000, 0.417580, 0.000000;;, + 2;3;-0.000000, 0.417580, 0.000000;;, + 3;3;-0.000000, 0.417580, 0.000000;;, + 4;3;-0.000000, 0.417580, 0.000000;;, + 5;3;-0.000000, 0.417580, 0.000000;;, + 6;3;-0.000000, 0.417580, 0.000000;;, + 7;3;-0.000000, 0.417580, 0.000000;;, + 8;3;-0.000000, 0.417580, 0.000000;;, + 9;3;-0.000000, 0.417580, 0.000000;;, + 10;3;-0.000000, 0.417580, 0.000000;;, + 11;3;-0.000000, 0.417580, 0.000000;;, + 12;3;-0.000000, 0.417580, 0.000000;;, + 13;3;-0.000000, 0.417580, 0.000000;;, + 14;3;-0.000000, 0.417580, 0.000000;;, + 15;3;-0.000000, 0.417580, 0.000000;;, + 16;3;-0.000000, 0.417580, 0.000000;;, + 17;3;-0.000000, 0.417580, 0.000000;;, + 18;3;-0.000000, 0.417580, 0.000000;;, + 19;3;-0.000000, 0.417580, 0.000000;;, + 20;3;-0.000000, 0.417580, 0.000000;;, + 21;3;-0.000000, 0.417580, 0.000000;;, + 22;3;-0.000000, 0.417580, 0.000000;;, + 23;3;-0.000000, 0.417580, 0.000000;;, + 24;3;-0.000000, 0.417580, 0.000000;;, + 25;3;-0.000000, 0.417580, 0.000000;;, + 26;3;-0.000000, 0.417580, 0.000000;;, + 27;3;-0.000000, 0.417580, 0.000000;;, + 28;3;-0.000000, 0.417580, 0.000000;;, + 29;3;-0.000000, 0.417580, 0.000000;;, + 30;3;-0.000000, 0.417580, 0.000000;;, + 31;3;-0.000000, 0.417580, 0.000000;;, + 32;3;-0.000000, 0.417580, 0.000000;;, + 33;3;-0.000000, 0.417580, 0.000000;;, + 34;3;-0.000000, 0.417580, 0.000000;;, + 35;3;-0.000000, 0.417580, 0.000000;;, + 36;3;-0.000000, 0.417580, 0.000000;;, + 37;3;-0.000000, 0.417580, 0.000000;;, + 38;3;-0.000000, 0.417580, 0.000000;;, + 39;3;-0.000000, 0.417580, 0.000000;;, + 40;3;-0.000000, 0.417580, 0.000000;;, + 41;3;-0.000000, 0.417580, 0.000000;;, + 42;3;-0.000000, 0.417580, 0.000000;;, + 43;3;-0.000000, 0.417580, 0.000000;;, + 44;3;-0.000000, 0.417580, 0.000000;;, + 45;3;-0.000000, 0.417580, 0.000000;;, + 46;3;-0.000000, 0.417580, 0.000000;;, + 47;3;-0.000000, 0.417580, 0.000000;;, + 48;3;-0.000000, 0.417580, 0.000000;;, + 49;3;-0.000000, 0.417580, 0.000000;;, + 50;3;-0.000000, 0.417580, 0.000000;;, + 51;3;-0.000000, 0.417580, 0.000000;;, + 52;3;-0.000000, 0.417580, 0.000000;;, + 53;3;-0.000000, 0.417580, 0.000000;;, + 54;3;-0.000000, 0.417580, 0.000000;;, + 55;3;-0.000000, 0.417580, 0.000000;;, + 56;3;-0.000000, 0.417580, 0.000000;;, + 57;3;-0.000000, 0.417580, 0.000000;;, + 58;3;-0.000000, 0.417580, 0.000000;;, + 59;3;-0.000000, 0.417580, 0.000000;;, + 60;3;-0.000000, 0.417580, 0.000000;;, + 61;3;-0.000000, 0.417580, 0.000000;;, + 62;3;-0.000000, 0.417580, 0.000000;;, + 63;3;-0.000000, 0.417580, 0.000000;;, + 64;3;-0.000000, 0.417580, 0.000000;;, + 65;3;-0.000000, 0.417580, 0.000000;;, + 66;3;-0.000000, 0.417580, 0.000000;;, + 67;3;-0.000000, 0.417580, 0.000000;;, + 68;3;-0.000000, 0.417580, 0.000000;;, + 69;3;-0.000000, 0.417580, 0.000000;;, + 70;3;-0.000000, 0.417580, 0.000000;;, + 71;3;-0.000000, 0.417580, 0.000000;;, + 72;3;-0.000000, 0.417580, 0.000000;;, + 73;3;-0.000000, 0.417580, 0.000000;;, + 74;3;-0.000000, 0.417580, 0.000000;;, + 75;3;-0.000000, 0.417580, 0.000000;;, + 76;3;-0.000000, 0.417580, 0.000000;;, + 77;3;-0.000000, 0.417580, 0.000000;;, + 78;3;-0.000000, 0.417580, 0.000000;;, + 79;3;-0.000000, 0.417580, 0.000000;;, + 80;3;-0.000000, 0.417580, 0.000000;;, + 81;3;-0.000000, 0.417580, 0.000000;;, + 82;3;-0.000000, 0.417580, 0.000000;;, + 83;3;-0.000000, 0.417580, 0.000000;;, + 84;3;-0.000000, 0.417580, 0.000000;;, + 85;3;-0.000000, 0.417580, 0.000000;;, + 86;3;-0.000000, 0.417580, 0.000000;;, + 87;3;-0.000000, 0.417580, 0.000000;;, + 88;3;-0.000000, 0.417580, 0.000000;;, + 89;3;-0.000000, 0.417580, 0.000000;;, + 90;3;-0.000000, 0.417580, 0.000000;;, + 91;3;-0.000000, 0.417580, 0.000000;;, + 92;3;-0.000000, 0.417580, 0.000000;;, + 93;3;-0.000000, 0.417580, 0.000000;;, + 94;3;-0.000000, 0.417580, 0.000000;;, + 95;3;-0.000000, 0.417580, 0.000000;;, + 96;3;-0.000000, 0.417580, 0.000000;;, + 97;3;-0.000000, 0.417580, 0.000000;;, + 98;3;-0.000000, 0.417580, 0.000000;;, + 99;3;-0.000000, 0.417580, 0.000000;;, + 100;3;-0.000000, 0.417580, 0.000000;;, + 101;3;-0.000000, 0.417580, 0.000000;;, + 102;3;-0.000000, 0.417580, 0.000000;;, + 103;3;-0.000000, 0.417580, 0.000000;;, + 104;3;-0.000000, 0.417580, 0.000000;;, + 105;3;-0.000000, 0.417580, 0.000000;;, + 106;3;-0.000000, 0.417580, 0.000000;;, + 107;3;-0.000000, 0.417580, 0.000000;;, + 108;3;-0.000000, 0.417580, 0.000000;;, + 109;3;-0.000000, 0.417580, 0.000000;;, + 110;3;-0.000000, 0.417580, 0.000000;;, + 111;3;-0.000000, 0.417580, 0.000000;;, + 112;3;-0.000000, 0.417580, 0.000000;;, + 113;3;-0.000000, 0.417580, 0.000000;;, + 114;3;-0.000000, 0.417580, 0.000000;;, + 115;3;-0.000000, 0.417580, 0.000000;;, + 116;3;-0.000000, 0.417580, 0.000000;;, + 117;3;-0.000000, 0.417580, 0.000000;;, + 118;3;-0.000000, 0.417580, 0.000000;;, + 119;3;-0.000000, 0.417580, 0.000000;;, + 120;3;-0.000000, 0.417580, 0.000000;;, + 121;3;-0.000000, 0.417580, 0.000000;;, + 122;3;-0.000000, 0.417580, 0.000000;;, + 123;3;-0.000000, 0.417580, 0.000000;;, + 124;3;-0.000000, 0.417580, 0.000000;;, + 125;3;-0.000000, 0.417580, 0.000000;;, + 126;3;-0.000000, 0.417580, 0.000000;;, + 127;3;-0.000000, 0.417580, 0.000000;;, + 128;3;-0.000000, 0.417580, 0.000000;;, + 129;3;-0.000000, 0.417580, 0.000000;;, + 130;3;-0.000000, 0.417580, 0.000000;;, + 131;3;-0.000000, 0.417580, 0.000000;;, + 132;3;-0.000000, 0.417580, 0.000000;;, + 133;3;-0.000000, 0.417580, 0.000000;;, + 134;3;-0.000000, 0.417580, 0.000000;;, + 135;3;-0.000000, 0.417580, 0.000000;;, + 136;3;-0.000000, 0.417580, 0.000000;;, + 137;3;-0.000000, 0.417580, 0.000000;;, + 138;3;-0.000000, 0.417580, 0.000000;;, + 139;3;-0.000000, 0.417580, 0.000000;;, + 140;3;-0.000000, 0.417580, 0.000000;;, + 141;3;-0.000000, 0.417580, 0.000000;;, + 142;3;-0.000000, 0.417580, 0.000000;;, + 143;3;-0.000000, 0.417580, 0.000000;;, + 144;3;-0.000000, 0.417580, 0.000000;;, + 145;3;-0.000000, 0.417580, 0.000000;;, + 146;3;-0.000000, 0.417580, 0.000000;;, + 147;3;-0.000000, 0.417580, 0.000000;;, + 148;3;-0.000000, 0.417580, 0.000000;;, + 149;3;-0.000000, 0.417580, 0.000000;;, + 150;3;-0.000000, 0.417580, 0.000000;;, + 151;3;-0.000000, 0.417580, 0.000000;;, + 152;3;-0.000000, 0.417580, 0.000000;;, + 153;3;-0.000000, 0.417580, 0.000000;;, + 154;3;-0.000000, 0.417580, 0.000000;;, + 155;3;-0.000000, 0.417580, 0.000000;;, + 156;3;-0.000000, 0.417580, 0.000000;;, + 157;3;-0.000000, 0.417580, 0.000000;;, + 158;3;-0.000000, 0.417580, 0.000000;;, + 159;3;-0.000000, 0.417580, 0.000000;;, + 160;3;-0.000000, 0.417580, 0.000000;;, + 161;3;-0.000000, 0.417580, 0.000000;;, + 162;3;-0.000000, 0.417580, 0.000000;;, + 163;3;-0.000000, 0.417580, 0.000000;;, + 164;3;-0.000000, 0.417580, 0.000000;;, + 165;3;-0.000000, 0.417580, 0.000000;;, + 166;3;-0.000000, 0.417580, 0.000000;;, + 167;3;-0.000000, 0.417580, 0.000000;;, + 168;3;-0.000000, 0.417580, 0.000000;;, + 169;3;-0.000000, 0.417580, 0.000000;;, + 170;3;-0.000000, 0.417580, 0.000000;;, + 171;3;-0.000000, 0.417580, 0.000000;;, + 172;3;-0.000000, 0.417580, 0.000000;;, + 173;3;-0.000000, 0.417580, 0.000000;;, + 174;3;-0.000000, 0.417580, 0.000000;;, + 175;3;-0.000000, 0.417580, 0.000000;;, + 176;3;-0.000000, 0.417580, 0.000000;;, + 177;3;-0.000000, 0.417580, 0.000000;;, + 178;3;-0.000000, 0.417580, 0.000000;;, + 179;3;-0.000000, 0.417580, 0.000000;;, + 180;3;-0.000000, 0.417580, 0.000000;;, + 181;3;-0.000000, 0.417580, 0.000000;;, + 182;3;-0.000000, 0.417580, 0.000000;;, + 183;3;-0.000000, 0.417580, 0.000000;;, + 184;3;-0.000000, 0.417580, 0.000000;;, + 185;3;-0.000000, 0.417580, 0.000000;;, + 186;3;-0.000000, 0.417580, 0.000000;;, + 187;3;-0.000000, 0.417580, 0.000000;;, + 188;3;-0.000000, 0.417580, 0.000000;;, + 189;3;-0.000000, 0.417580, 0.000000;;, + 190;3;-0.000000, 0.417580, 0.000000;;, + 191;3;-0.000000, 0.417580, 0.000000;;, + 192;3;-0.000000, 0.417580, 0.000000;;, + 193;3;-0.000000, 0.417580, 0.000000;;, + 194;3;-0.000000, 0.417580, 0.000000;;, + 195;3;-0.000000, 0.417580, 0.000000;;, + 196;3;-0.000000, 0.417580, 0.000000;;, + 197;3;-0.000000, 0.417580, 0.000000;;, + 198;3;-0.000000, 0.417580, 0.000000;;, + 199;3;-0.000000, 0.417580, 0.000000;;, + 200;3;-0.000000, 0.417580, 0.000000;;, + 201;3;-0.000000, 0.417580, 0.000000;;, + 202;3;-0.000000, 0.417580, 0.000000;;, + 203;3;-0.000000, 0.417580, 0.000000;;, + 204;3;-0.000000, 0.417580, 0.000000;;, + 205;3;-0.000000, 0.417580, 0.000000;;, + 206;3;-0.000000, 0.417580, 0.000000;;, + 207;3;-0.000000, 0.417580, 0.000000;;, + 208;3;-0.000000, 0.417580, 0.000000;;, + 209;3;-0.000000, 0.417580, 0.000000;;, + 210;3;-0.000000, 0.417580, 0.000000;;, + 211;3;-0.000000, 0.417580, 0.000000;;, + 212;3;-0.000000, 0.417580, 0.000000;;, + 213;3;-0.000000, 0.417580, 0.000000;;, + 214;3;-0.000000, 0.417580, 0.000000;;, + 215;3;-0.000000, 0.417580, 0.000000;;, + 216;3;-0.000000, 0.417580, 0.000000;;, + 217;3;-0.000000, 0.417580, 0.000000;;, + 218;3;-0.000000, 0.417580, 0.000000;;; + } + } + Animation { + {wolfwoman_foot_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 1;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 2;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 3;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 4;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 5;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 6;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 7;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 8;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 9;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 10;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 11;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 12;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 13;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 14;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 15;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 16;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 17;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 18;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 19;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 20;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 21;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 22;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 23;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 24;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 25;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 26;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 27;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 28;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 29;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 30;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 31;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 32;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 33;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 34;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 35;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 36;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 37;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 38;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 39;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 40;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 41;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 42;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 43;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 44;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 45;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 46;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 47;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 48;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 49;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 50;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 51;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 52;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 53;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 54;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 55;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 56;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 57;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 58;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 59;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 60;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 61;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 62;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 63;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 64;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 65;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 66;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 67;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 68;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 69;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 70;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 71;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 72;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 73;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 74;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 75;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 76;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 77;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 78;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 79;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 80;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 81;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 82;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 83;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 84;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 85;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 86;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 87;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 88;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 89;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 90;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 91;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 92;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 93;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 94;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 95;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 96;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 97;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 98;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 99;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 100;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 101;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 102;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 103;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 104;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 105;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 106;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 107;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 108;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 109;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 110;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 111;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 112;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 113;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 114;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 115;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 116;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 117;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 118;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 119;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 120;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 121;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 122;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 123;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 124;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 125;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 126;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 127;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 128;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 129;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 130;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 131;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 132;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 133;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 134;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 135;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 136;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 137;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 138;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 139;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 140;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 141;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 142;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 143;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 144;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 145;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 146;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 147;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 148;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 149;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 150;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 151;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 152;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 153;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 154;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 155;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 156;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 157;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 158;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 159;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 160;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 161;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 162;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 163;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 164;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 165;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 166;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 167;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 168;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 169;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 170;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 171;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 172;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 173;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 174;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 175;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 176;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 177;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 178;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 179;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 180;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 181;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 182;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 183;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 184;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 185;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 186;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 187;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 188;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 189;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 190;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 191;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 192;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 193;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 194;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 195;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 196;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 197;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 198;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 199;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 200;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 201;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 202;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 203;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 204;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 205;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 206;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 207;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 208;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 209;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 210;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 211;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 212;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 213;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 214;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 215;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 216;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 217;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 218;4;-0.844293,-0.534878,-0.021493, 0.024764;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.436202,-0.000000;;, + 1;3; 0.000000, 0.436202,-0.000000;;, + 2;3; 0.000000, 0.436202,-0.000000;;, + 3;3; 0.000000, 0.436202,-0.000000;;, + 4;3; 0.000000, 0.436202,-0.000000;;, + 5;3; 0.000000, 0.436202,-0.000000;;, + 6;3; 0.000000, 0.436202,-0.000000;;, + 7;3; 0.000000, 0.436202,-0.000000;;, + 8;3; 0.000000, 0.436202,-0.000000;;, + 9;3; 0.000000, 0.436202,-0.000000;;, + 10;3; 0.000000, 0.436202,-0.000000;;, + 11;3; 0.000000, 0.436202,-0.000000;;, + 12;3; 0.000000, 0.436202,-0.000000;;, + 13;3; 0.000000, 0.436202,-0.000000;;, + 14;3; 0.000000, 0.436202,-0.000000;;, + 15;3; 0.000000, 0.436202,-0.000000;;, + 16;3; 0.000000, 0.436202,-0.000000;;, + 17;3; 0.000000, 0.436202,-0.000000;;, + 18;3; 0.000000, 0.436202,-0.000000;;, + 19;3; 0.000000, 0.436202,-0.000000;;, + 20;3; 0.000000, 0.436202,-0.000000;;, + 21;3; 0.000000, 0.436202,-0.000000;;, + 22;3; 0.000000, 0.436202,-0.000000;;, + 23;3; 0.000000, 0.436202,-0.000000;;, + 24;3; 0.000000, 0.436202,-0.000000;;, + 25;3; 0.000000, 0.436202,-0.000000;;, + 26;3; 0.000000, 0.436202,-0.000000;;, + 27;3; 0.000000, 0.436202,-0.000000;;, + 28;3; 0.000000, 0.436202,-0.000000;;, + 29;3; 0.000000, 0.436202,-0.000000;;, + 30;3; 0.000000, 0.436202,-0.000000;;, + 31;3; 0.000000, 0.436202,-0.000000;;, + 32;3; 0.000000, 0.436202,-0.000000;;, + 33;3; 0.000000, 0.436202,-0.000000;;, + 34;3; 0.000000, 0.436202,-0.000000;;, + 35;3; 0.000000, 0.436202,-0.000000;;, + 36;3; 0.000000, 0.436202,-0.000000;;, + 37;3; 0.000000, 0.436202,-0.000000;;, + 38;3; 0.000000, 0.436202,-0.000000;;, + 39;3; 0.000000, 0.436202,-0.000000;;, + 40;3; 0.000000, 0.436202,-0.000000;;, + 41;3; 0.000000, 0.436202,-0.000000;;, + 42;3; 0.000000, 0.436202,-0.000000;;, + 43;3; 0.000000, 0.436202,-0.000000;;, + 44;3; 0.000000, 0.436202,-0.000000;;, + 45;3; 0.000000, 0.436202,-0.000000;;, + 46;3; 0.000000, 0.436202,-0.000000;;, + 47;3; 0.000000, 0.436202,-0.000000;;, + 48;3; 0.000000, 0.436202,-0.000000;;, + 49;3; 0.000000, 0.436202,-0.000000;;, + 50;3; 0.000000, 0.436202,-0.000000;;, + 51;3; 0.000000, 0.436202,-0.000000;;, + 52;3; 0.000000, 0.436202,-0.000000;;, + 53;3; 0.000000, 0.436202,-0.000000;;, + 54;3; 0.000000, 0.436202,-0.000000;;, + 55;3; 0.000000, 0.436202,-0.000000;;, + 56;3; 0.000000, 0.436202,-0.000000;;, + 57;3; 0.000000, 0.436202,-0.000000;;, + 58;3; 0.000000, 0.436202,-0.000000;;, + 59;3; 0.000000, 0.436202,-0.000000;;, + 60;3; 0.000000, 0.436202,-0.000000;;, + 61;3; 0.000000, 0.436202,-0.000000;;, + 62;3; 0.000000, 0.436202,-0.000000;;, + 63;3; 0.000000, 0.436202,-0.000000;;, + 64;3; 0.000000, 0.436202,-0.000000;;, + 65;3; 0.000000, 0.436202,-0.000000;;, + 66;3; 0.000000, 0.436202,-0.000000;;, + 67;3; 0.000000, 0.436202,-0.000000;;, + 68;3; 0.000000, 0.436202,-0.000000;;, + 69;3; 0.000000, 0.436202,-0.000000;;, + 70;3; 0.000000, 0.436202,-0.000000;;, + 71;3; 0.000000, 0.436202,-0.000000;;, + 72;3; 0.000000, 0.436202,-0.000000;;, + 73;3; 0.000000, 0.436202,-0.000000;;, + 74;3; 0.000000, 0.436202,-0.000000;;, + 75;3; 0.000000, 0.436202,-0.000000;;, + 76;3; 0.000000, 0.436202,-0.000000;;, + 77;3; 0.000000, 0.436202,-0.000000;;, + 78;3; 0.000000, 0.436202,-0.000000;;, + 79;3; 0.000000, 0.436202,-0.000000;;, + 80;3; 0.000000, 0.436202,-0.000000;;, + 81;3; 0.000000, 0.436202,-0.000000;;, + 82;3; 0.000000, 0.436202,-0.000000;;, + 83;3; 0.000000, 0.436202,-0.000000;;, + 84;3; 0.000000, 0.436202,-0.000000;;, + 85;3; 0.000000, 0.436202,-0.000000;;, + 86;3; 0.000000, 0.436202,-0.000000;;, + 87;3; 0.000000, 0.436202,-0.000000;;, + 88;3; 0.000000, 0.436202,-0.000000;;, + 89;3; 0.000000, 0.436202,-0.000000;;, + 90;3; 0.000000, 0.436202,-0.000000;;, + 91;3; 0.000000, 0.436202,-0.000000;;, + 92;3; 0.000000, 0.436202,-0.000000;;, + 93;3; 0.000000, 0.436202,-0.000000;;, + 94;3; 0.000000, 0.436202,-0.000000;;, + 95;3; 0.000000, 0.436202,-0.000000;;, + 96;3; 0.000000, 0.436202,-0.000000;;, + 97;3; 0.000000, 0.436202,-0.000000;;, + 98;3; 0.000000, 0.436202,-0.000000;;, + 99;3; 0.000000, 0.436202,-0.000000;;, + 100;3; 0.000000, 0.436202,-0.000000;;, + 101;3; 0.000000, 0.436202,-0.000000;;, + 102;3; 0.000000, 0.436202,-0.000000;;, + 103;3; 0.000000, 0.436202,-0.000000;;, + 104;3; 0.000000, 0.436202,-0.000000;;, + 105;3; 0.000000, 0.436202,-0.000000;;, + 106;3; 0.000000, 0.436202,-0.000000;;, + 107;3; 0.000000, 0.436202,-0.000000;;, + 108;3; 0.000000, 0.436202,-0.000000;;, + 109;3; 0.000000, 0.436202,-0.000000;;, + 110;3; 0.000000, 0.436202,-0.000000;;, + 111;3; 0.000000, 0.436202,-0.000000;;, + 112;3; 0.000000, 0.436202,-0.000000;;, + 113;3; 0.000000, 0.436202,-0.000000;;, + 114;3; 0.000000, 0.436202,-0.000000;;, + 115;3; 0.000000, 0.436202,-0.000000;;, + 116;3; 0.000000, 0.436202,-0.000000;;, + 117;3; 0.000000, 0.436202,-0.000000;;, + 118;3; 0.000000, 0.436202,-0.000000;;, + 119;3; 0.000000, 0.436202,-0.000000;;, + 120;3; 0.000000, 0.436202,-0.000000;;, + 121;3; 0.000000, 0.436202,-0.000000;;, + 122;3; 0.000000, 0.436202,-0.000000;;, + 123;3; 0.000000, 0.436202,-0.000000;;, + 124;3; 0.000000, 0.436202,-0.000000;;, + 125;3; 0.000000, 0.436202,-0.000000;;, + 126;3; 0.000000, 0.436202,-0.000000;;, + 127;3; 0.000000, 0.436202,-0.000000;;, + 128;3; 0.000000, 0.436202,-0.000000;;, + 129;3; 0.000000, 0.436202,-0.000000;;, + 130;3; 0.000000, 0.436202,-0.000000;;, + 131;3; 0.000000, 0.436202,-0.000000;;, + 132;3; 0.000000, 0.436202,-0.000000;;, + 133;3; 0.000000, 0.436202,-0.000000;;, + 134;3; 0.000000, 0.436202,-0.000000;;, + 135;3; 0.000000, 0.436202,-0.000000;;, + 136;3; 0.000000, 0.436202,-0.000000;;, + 137;3; 0.000000, 0.436202,-0.000000;;, + 138;3; 0.000000, 0.436202,-0.000000;;, + 139;3; 0.000000, 0.436202,-0.000000;;, + 140;3; 0.000000, 0.436202,-0.000000;;, + 141;3; 0.000000, 0.436202,-0.000000;;, + 142;3; 0.000000, 0.436202,-0.000000;;, + 143;3; 0.000000, 0.436202,-0.000000;;, + 144;3; 0.000000, 0.436202,-0.000000;;, + 145;3; 0.000000, 0.436202,-0.000000;;, + 146;3; 0.000000, 0.436202,-0.000000;;, + 147;3; 0.000000, 0.436202,-0.000000;;, + 148;3; 0.000000, 0.436202,-0.000000;;, + 149;3; 0.000000, 0.436202,-0.000000;;, + 150;3; 0.000000, 0.436202,-0.000000;;, + 151;3; 0.000000, 0.436202,-0.000000;;, + 152;3; 0.000000, 0.436202,-0.000000;;, + 153;3; 0.000000, 0.436202,-0.000000;;, + 154;3; 0.000000, 0.436202,-0.000000;;, + 155;3; 0.000000, 0.436202,-0.000000;;, + 156;3; 0.000000, 0.436202,-0.000000;;, + 157;3; 0.000000, 0.436202,-0.000000;;, + 158;3; 0.000000, 0.436202,-0.000000;;, + 159;3; 0.000000, 0.436202,-0.000000;;, + 160;3; 0.000000, 0.436202,-0.000000;;, + 161;3; 0.000000, 0.436202,-0.000000;;, + 162;3; 0.000000, 0.436202,-0.000000;;, + 163;3; 0.000000, 0.436202,-0.000000;;, + 164;3; 0.000000, 0.436202,-0.000000;;, + 165;3; 0.000000, 0.436202,-0.000000;;, + 166;3; 0.000000, 0.436202,-0.000000;;, + 167;3; 0.000000, 0.436202,-0.000000;;, + 168;3; 0.000000, 0.436202,-0.000000;;, + 169;3; 0.000000, 0.436202,-0.000000;;, + 170;3; 0.000000, 0.436202,-0.000000;;, + 171;3; 0.000000, 0.436202,-0.000000;;, + 172;3; 0.000000, 0.436202,-0.000000;;, + 173;3; 0.000000, 0.436202,-0.000000;;, + 174;3; 0.000000, 0.436202,-0.000000;;, + 175;3; 0.000000, 0.436202,-0.000000;;, + 176;3; 0.000000, 0.436202,-0.000000;;, + 177;3; 0.000000, 0.436202,-0.000000;;, + 178;3; 0.000000, 0.436202,-0.000000;;, + 179;3; 0.000000, 0.436202,-0.000000;;, + 180;3; 0.000000, 0.436202,-0.000000;;, + 181;3; 0.000000, 0.436202,-0.000000;;, + 182;3; 0.000000, 0.436202,-0.000000;;, + 183;3; 0.000000, 0.436202,-0.000000;;, + 184;3; 0.000000, 0.436202,-0.000000;;, + 185;3; 0.000000, 0.436202,-0.000000;;, + 186;3; 0.000000, 0.436202,-0.000000;;, + 187;3; 0.000000, 0.436202,-0.000000;;, + 188;3; 0.000000, 0.436202,-0.000000;;, + 189;3; 0.000000, 0.436202,-0.000000;;, + 190;3; 0.000000, 0.436202,-0.000000;;, + 191;3; 0.000000, 0.436202,-0.000000;;, + 192;3; 0.000000, 0.436202,-0.000000;;, + 193;3; 0.000000, 0.436202,-0.000000;;, + 194;3; 0.000000, 0.436202,-0.000000;;, + 195;3; 0.000000, 0.436202,-0.000000;;, + 196;3; 0.000000, 0.436202,-0.000000;;, + 197;3; 0.000000, 0.436202,-0.000000;;, + 198;3; 0.000000, 0.436202,-0.000000;;, + 199;3; 0.000000, 0.436202,-0.000000;;, + 200;3; 0.000000, 0.436202,-0.000000;;, + 201;3; 0.000000, 0.436202,-0.000000;;, + 202;3; 0.000000, 0.436202,-0.000000;;, + 203;3; 0.000000, 0.436202,-0.000000;;, + 204;3; 0.000000, 0.436202,-0.000000;;, + 205;3; 0.000000, 0.436202,-0.000000;;, + 206;3; 0.000000, 0.436202,-0.000000;;, + 207;3; 0.000000, 0.436202,-0.000000;;, + 208;3; 0.000000, 0.436202,-0.000000;;, + 209;3; 0.000000, 0.436202,-0.000000;;, + 210;3; 0.000000, 0.436202,-0.000000;;, + 211;3; 0.000000, 0.436202,-0.000000;;, + 212;3; 0.000000, 0.436202,-0.000000;;, + 213;3; 0.000000, 0.436202,-0.000000;;, + 214;3; 0.000000, 0.436202,-0.000000;;, + 215;3; 0.000000, 0.436202,-0.000000;;, + 216;3; 0.000000, 0.436202,-0.000000;;, + 217;3; 0.000000, 0.436202,-0.000000;;, + 218;3; 0.000000, 0.436202,-0.000000;;; + } + } + Animation { + {wolfwoman_ball_r} + AnimationKey { // Rotation + 0; + 219; + 0;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 1;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 2;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 3;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 4;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 5;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 6;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 7;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 8;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 9;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 10;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 11;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 12;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 13;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 14;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 15;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 16;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 17;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 18;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 19;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 20;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 21;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 22;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 23;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 24;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 25;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 26;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 27;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 28;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 29;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 30;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 31;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 32;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 33;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 34;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 35;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 36;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 37;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 38;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 39;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 40;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 41;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 42;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 43;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 44;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 45;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 46;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 47;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 48;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 49;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 50;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 51;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 52;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 53;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 54;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 55;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 56;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 57;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 58;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 59;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 60;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 61;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 62;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 63;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 64;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 65;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 66;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 67;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 68;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 69;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 70;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 71;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 72;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 73;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 74;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 75;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 76;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 77;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 78;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 79;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 80;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 81;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 82;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 83;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 84;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 85;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 86;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 87;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 88;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 89;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 90;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 91;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 92;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 93;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 94;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 95;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 96;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 97;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 98;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 99;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 100;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 101;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 102;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 103;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 104;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 105;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 106;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 107;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 108;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 109;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 110;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 111;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 112;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 113;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 114;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 115;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 116;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 117;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 118;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 119;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 120;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 121;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 122;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 123;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 124;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 125;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 126;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 127;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 128;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 129;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 130;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 131;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 132;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 133;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 134;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 135;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 136;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 137;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 138;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 139;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 140;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 141;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 142;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 143;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 144;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 145;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 146;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 147;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 148;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 149;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 150;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 151;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 152;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 153;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 154;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 155;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 156;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 157;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 158;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 159;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 160;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 161;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 162;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 163;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 164;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 165;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 166;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 167;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 168;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 169;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 170;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 171;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 172;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 173;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 174;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 175;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 176;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 177;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 178;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 179;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 180;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 181;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 182;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 183;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 184;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 185;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 186;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 187;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 188;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 189;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 190;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 191;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 192;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 193;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 194;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 195;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 196;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 197;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 198;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 199;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 200;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 201;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 202;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 203;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 204;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 205;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 206;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 207;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 208;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 209;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 210;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 211;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 212;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 213;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 214;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 215;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 216;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 217;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 218;4;-0.962169,-0.271824,-0.017885,-0.004837;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3;-0.000000, 0.140589, 0.000000;;, + 1;3;-0.000000, 0.140589, 0.000000;;, + 2;3;-0.000000, 0.140589, 0.000000;;, + 3;3;-0.000000, 0.140589, 0.000000;;, + 4;3;-0.000000, 0.140589, 0.000000;;, + 5;3;-0.000000, 0.140589, 0.000000;;, + 6;3;-0.000000, 0.140589, 0.000000;;, + 7;3;-0.000000, 0.140589, 0.000000;;, + 8;3;-0.000000, 0.140589, 0.000000;;, + 9;3;-0.000000, 0.140589, 0.000000;;, + 10;3;-0.000000, 0.140589, 0.000000;;, + 11;3;-0.000000, 0.140589, 0.000000;;, + 12;3;-0.000000, 0.140589, 0.000000;;, + 13;3;-0.000000, 0.140589, 0.000000;;, + 14;3;-0.000000, 0.140589, 0.000000;;, + 15;3;-0.000000, 0.140589, 0.000000;;, + 16;3;-0.000000, 0.140589, 0.000000;;, + 17;3;-0.000000, 0.140589, 0.000000;;, + 18;3;-0.000000, 0.140589, 0.000000;;, + 19;3;-0.000000, 0.140589, 0.000000;;, + 20;3;-0.000000, 0.140589, 0.000000;;, + 21;3;-0.000000, 0.140589, 0.000000;;, + 22;3;-0.000000, 0.140589, 0.000000;;, + 23;3;-0.000000, 0.140589, 0.000000;;, + 24;3;-0.000000, 0.140589, 0.000000;;, + 25;3;-0.000000, 0.140589, 0.000000;;, + 26;3;-0.000000, 0.140589, 0.000000;;, + 27;3;-0.000000, 0.140589, 0.000000;;, + 28;3;-0.000000, 0.140589, 0.000000;;, + 29;3;-0.000000, 0.140589, 0.000000;;, + 30;3;-0.000000, 0.140589, 0.000000;;, + 31;3;-0.000000, 0.140589, 0.000000;;, + 32;3;-0.000000, 0.140589, 0.000000;;, + 33;3;-0.000000, 0.140589, 0.000000;;, + 34;3;-0.000000, 0.140589, 0.000000;;, + 35;3;-0.000000, 0.140589, 0.000000;;, + 36;3;-0.000000, 0.140589, 0.000000;;, + 37;3;-0.000000, 0.140589, 0.000000;;, + 38;3;-0.000000, 0.140589, 0.000000;;, + 39;3;-0.000000, 0.140589, 0.000000;;, + 40;3;-0.000000, 0.140589, 0.000000;;, + 41;3;-0.000000, 0.140589, 0.000000;;, + 42;3;-0.000000, 0.140589, 0.000000;;, + 43;3;-0.000000, 0.140589, 0.000000;;, + 44;3;-0.000000, 0.140589, 0.000000;;, + 45;3;-0.000000, 0.140589, 0.000000;;, + 46;3;-0.000000, 0.140589, 0.000000;;, + 47;3;-0.000000, 0.140589, 0.000000;;, + 48;3;-0.000000, 0.140589, 0.000000;;, + 49;3;-0.000000, 0.140589, 0.000000;;, + 50;3;-0.000000, 0.140589, 0.000000;;, + 51;3;-0.000000, 0.140589, 0.000000;;, + 52;3;-0.000000, 0.140589, 0.000000;;, + 53;3;-0.000000, 0.140589, 0.000000;;, + 54;3;-0.000000, 0.140589, 0.000000;;, + 55;3;-0.000000, 0.140589, 0.000000;;, + 56;3;-0.000000, 0.140589, 0.000000;;, + 57;3;-0.000000, 0.140589, 0.000000;;, + 58;3;-0.000000, 0.140589, 0.000000;;, + 59;3;-0.000000, 0.140589, 0.000000;;, + 60;3;-0.000000, 0.140589, 0.000000;;, + 61;3;-0.000000, 0.140589, 0.000000;;, + 62;3;-0.000000, 0.140589, 0.000000;;, + 63;3;-0.000000, 0.140589, 0.000000;;, + 64;3;-0.000000, 0.140589, 0.000000;;, + 65;3;-0.000000, 0.140589, 0.000000;;, + 66;3;-0.000000, 0.140589, 0.000000;;, + 67;3;-0.000000, 0.140589, 0.000000;;, + 68;3;-0.000000, 0.140589, 0.000000;;, + 69;3;-0.000000, 0.140589, 0.000000;;, + 70;3;-0.000000, 0.140589, 0.000000;;, + 71;3;-0.000000, 0.140589, 0.000000;;, + 72;3;-0.000000, 0.140589, 0.000000;;, + 73;3;-0.000000, 0.140589, 0.000000;;, + 74;3;-0.000000, 0.140589, 0.000000;;, + 75;3;-0.000000, 0.140589, 0.000000;;, + 76;3;-0.000000, 0.140589, 0.000000;;, + 77;3;-0.000000, 0.140589, 0.000000;;, + 78;3;-0.000000, 0.140589, 0.000000;;, + 79;3;-0.000000, 0.140589, 0.000000;;, + 80;3;-0.000000, 0.140589, 0.000000;;, + 81;3;-0.000000, 0.140589, 0.000000;;, + 82;3;-0.000000, 0.140589, 0.000000;;, + 83;3;-0.000000, 0.140589, 0.000000;;, + 84;3;-0.000000, 0.140589, 0.000000;;, + 85;3;-0.000000, 0.140589, 0.000000;;, + 86;3;-0.000000, 0.140589, 0.000000;;, + 87;3;-0.000000, 0.140589, 0.000000;;, + 88;3;-0.000000, 0.140589, 0.000000;;, + 89;3;-0.000000, 0.140589, 0.000000;;, + 90;3;-0.000000, 0.140589, 0.000000;;, + 91;3;-0.000000, 0.140589, 0.000000;;, + 92;3;-0.000000, 0.140589, 0.000000;;, + 93;3;-0.000000, 0.140589, 0.000000;;, + 94;3;-0.000000, 0.140589, 0.000000;;, + 95;3;-0.000000, 0.140589, 0.000000;;, + 96;3;-0.000000, 0.140589, 0.000000;;, + 97;3;-0.000000, 0.140589, 0.000000;;, + 98;3;-0.000000, 0.140589, 0.000000;;, + 99;3;-0.000000, 0.140589, 0.000000;;, + 100;3;-0.000000, 0.140589, 0.000000;;, + 101;3;-0.000000, 0.140589, 0.000000;;, + 102;3;-0.000000, 0.140589, 0.000000;;, + 103;3;-0.000000, 0.140589, 0.000000;;, + 104;3;-0.000000, 0.140589, 0.000000;;, + 105;3;-0.000000, 0.140589, 0.000000;;, + 106;3;-0.000000, 0.140589, 0.000000;;, + 107;3;-0.000000, 0.140589, 0.000000;;, + 108;3;-0.000000, 0.140589, 0.000000;;, + 109;3;-0.000000, 0.140589, 0.000000;;, + 110;3;-0.000000, 0.140589, 0.000000;;, + 111;3;-0.000000, 0.140589, 0.000000;;, + 112;3;-0.000000, 0.140589, 0.000000;;, + 113;3;-0.000000, 0.140589, 0.000000;;, + 114;3;-0.000000, 0.140589, 0.000000;;, + 115;3;-0.000000, 0.140589, 0.000000;;, + 116;3;-0.000000, 0.140589, 0.000000;;, + 117;3;-0.000000, 0.140589, 0.000000;;, + 118;3;-0.000000, 0.140589, 0.000000;;, + 119;3;-0.000000, 0.140589, 0.000000;;, + 120;3;-0.000000, 0.140589, 0.000000;;, + 121;3;-0.000000, 0.140589, 0.000000;;, + 122;3;-0.000000, 0.140589, 0.000000;;, + 123;3;-0.000000, 0.140589, 0.000000;;, + 124;3;-0.000000, 0.140589, 0.000000;;, + 125;3;-0.000000, 0.140589, 0.000000;;, + 126;3;-0.000000, 0.140589, 0.000000;;, + 127;3;-0.000000, 0.140589, 0.000000;;, + 128;3;-0.000000, 0.140589, 0.000000;;, + 129;3;-0.000000, 0.140589, 0.000000;;, + 130;3;-0.000000, 0.140589, 0.000000;;, + 131;3;-0.000000, 0.140589, 0.000000;;, + 132;3;-0.000000, 0.140589, 0.000000;;, + 133;3;-0.000000, 0.140589, 0.000000;;, + 134;3;-0.000000, 0.140589, 0.000000;;, + 135;3;-0.000000, 0.140589, 0.000000;;, + 136;3;-0.000000, 0.140589, 0.000000;;, + 137;3;-0.000000, 0.140589, 0.000000;;, + 138;3;-0.000000, 0.140589, 0.000000;;, + 139;3;-0.000000, 0.140589, 0.000000;;, + 140;3;-0.000000, 0.140589, 0.000000;;, + 141;3;-0.000000, 0.140589, 0.000000;;, + 142;3;-0.000000, 0.140589, 0.000000;;, + 143;3;-0.000000, 0.140589, 0.000000;;, + 144;3;-0.000000, 0.140589, 0.000000;;, + 145;3;-0.000000, 0.140589, 0.000000;;, + 146;3;-0.000000, 0.140589, 0.000000;;, + 147;3;-0.000000, 0.140589, 0.000000;;, + 148;3;-0.000000, 0.140589, 0.000000;;, + 149;3;-0.000000, 0.140589, 0.000000;;, + 150;3;-0.000000, 0.140589, 0.000000;;, + 151;3;-0.000000, 0.140589, 0.000000;;, + 152;3;-0.000000, 0.140589, 0.000000;;, + 153;3;-0.000000, 0.140589, 0.000000;;, + 154;3;-0.000000, 0.140589, 0.000000;;, + 155;3;-0.000000, 0.140589, 0.000000;;, + 156;3;-0.000000, 0.140589, 0.000000;;, + 157;3;-0.000000, 0.140589, 0.000000;;, + 158;3;-0.000000, 0.140589, 0.000000;;, + 159;3;-0.000000, 0.140589, 0.000000;;, + 160;3;-0.000000, 0.140589,-0.000000;;, + 161;3;-0.000000, 0.140589, 0.000000;;, + 162;3;-0.000000, 0.140589, 0.000000;;, + 163;3;-0.000000, 0.140589, 0.000000;;, + 164;3;-0.000000, 0.140589, 0.000000;;, + 165;3;-0.000000, 0.140589, 0.000000;;, + 166;3;-0.000000, 0.140589, 0.000000;;, + 167;3;-0.000000, 0.140589,-0.000000;;, + 168;3;-0.000000, 0.140589,-0.000000;;, + 169;3;-0.000000, 0.140589, 0.000000;;, + 170;3;-0.000000, 0.140589, 0.000000;;, + 171;3;-0.000000, 0.140589,-0.000000;;, + 172;3;-0.000000, 0.140589,-0.000000;;, + 173;3;-0.000000, 0.140589,-0.000000;;, + 174;3;-0.000000, 0.140589,-0.000000;;, + 175;3;-0.000000, 0.140589, 0.000000;;, + 176;3;-0.000000, 0.140589, 0.000000;;, + 177;3;-0.000000, 0.140589,-0.000000;;, + 178;3;-0.000000, 0.140589, 0.000000;;, + 179;3;-0.000000, 0.140589, 0.000000;;, + 180;3;-0.000000, 0.140589,-0.000000;;, + 181;3;-0.000000, 0.140589, 0.000000;;, + 182;3;-0.000000, 0.140589, 0.000000;;, + 183;3;-0.000000, 0.140589, 0.000000;;, + 184;3;-0.000000, 0.140589,-0.000000;;, + 185;3;-0.000000, 0.140589,-0.000000;;, + 186;3;-0.000000, 0.140589,-0.000000;;, + 187;3;-0.000000, 0.140589, 0.000000;;, + 188;3;-0.000000, 0.140589, 0.000000;;, + 189;3;-0.000000, 0.140589, 0.000000;;, + 190;3;-0.000000, 0.140589, 0.000000;;, + 191;3;-0.000000, 0.140589, 0.000000;;, + 192;3;-0.000000, 0.140589, 0.000000;;, + 193;3;-0.000000, 0.140589, 0.000000;;, + 194;3;-0.000000, 0.140589, 0.000000;;, + 195;3;-0.000000, 0.140589, 0.000000;;, + 196;3;-0.000000, 0.140589, 0.000000;;, + 197;3;-0.000000, 0.140589, 0.000000;;, + 198;3;-0.000000, 0.140589, 0.000000;;, + 199;3;-0.000000, 0.140589, 0.000000;;, + 200;3;-0.000000, 0.140589, 0.000000;;, + 201;3;-0.000000, 0.140589, 0.000000;;, + 202;3;-0.000000, 0.140589, 0.000000;;, + 203;3;-0.000000, 0.140589, 0.000000;;, + 204;3;-0.000000, 0.140589, 0.000000;;, + 205;3;-0.000000, 0.140589, 0.000000;;, + 206;3;-0.000000, 0.140589, 0.000000;;, + 207;3;-0.000000, 0.140589, 0.000000;;, + 208;3;-0.000000, 0.140589, 0.000000;;, + 209;3;-0.000000, 0.140589, 0.000000;;, + 210;3;-0.000000, 0.140589, 0.000000;;, + 211;3;-0.000000, 0.140589, 0.000000;;, + 212;3;-0.000000, 0.140589, 0.000000;;, + 213;3;-0.000000, 0.140589, 0.000000;;, + 214;3;-0.000000, 0.140589, 0.000000;;, + 215;3;-0.000000, 0.140589, 0.000000;;, + 216;3;-0.000000, 0.140589, 0.000000;;, + 217;3;-0.000000, 0.140589, 0.000000;;, + 218;3;-0.000000, 0.140589, 0.000000;;; + } + } + Animation { + {wolfwoman_HighPolyEyes} + AnimationKey { // Rotation + 0; + 219; + 0;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 1;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 2;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 3;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 4;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 5;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 6;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 7;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 8;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 9;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 10;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 11;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 12;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 13;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 14;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 15;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 16;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 17;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 18;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 19;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 20;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 21;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 22;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 23;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 24;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 25;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 26;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 27;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 28;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 29;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 30;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 31;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 32;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 33;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 34;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 35;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 36;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 37;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 38;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 39;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 40;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 41;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 42;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 43;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 44;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 45;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 46;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 47;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 48;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 49;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 50;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 51;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 52;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 53;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 54;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 55;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 56;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 57;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 58;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 59;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 60;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 61;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 62;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 63;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 64;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 65;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 66;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 67;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 68;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 69;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 70;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 71;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 72;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 73;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 74;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 75;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 76;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 77;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 78;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 79;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 80;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 81;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 82;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 83;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 84;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 85;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 86;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 87;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 88;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 89;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 90;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 91;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 92;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 93;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 94;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 95;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 96;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 97;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 98;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 99;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 100;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 101;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 102;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 103;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 104;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 105;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 106;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 107;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 108;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 109;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 110;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 111;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 112;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 113;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 114;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 115;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 116;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 117;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 118;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 119;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 120;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 121;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 122;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 123;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 124;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 125;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 126;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 127;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 128;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 129;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 130;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 131;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 132;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 133;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 134;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 135;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 136;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 137;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 138;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 139;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 140;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 141;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 142;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 143;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 144;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 145;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 146;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 147;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 148;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 149;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 150;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 151;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 152;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 153;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 154;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 155;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 156;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 157;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 158;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 159;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 160;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 161;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 162;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 163;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 164;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 165;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 166;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 167;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 168;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 169;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 170;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 171;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 172;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 173;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 174;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 175;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 176;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 177;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 178;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 179;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 180;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 181;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 182;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 183;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 184;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 185;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 186;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 187;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 188;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 189;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 190;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 191;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 192;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 193;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 194;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 195;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 196;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 197;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 198;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 199;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 200;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 201;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 202;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 203;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 204;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 205;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 206;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 207;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 208;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 209;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 210;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 211;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 212;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 213;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 214;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 215;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 216;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 217;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 218;4;-1.000000, 0.000000, 0.000000, 0.000000;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.000000, 0.000000;;, + 1;3; 0.000000, 0.000000, 0.000000;;, + 2;3; 0.000000, 0.000000, 0.000000;;, + 3;3; 0.000000, 0.000000, 0.000000;;, + 4;3; 0.000000, 0.000000, 0.000000;;, + 5;3; 0.000000, 0.000000, 0.000000;;, + 6;3; 0.000000, 0.000000, 0.000000;;, + 7;3; 0.000000, 0.000000, 0.000000;;, + 8;3; 0.000000, 0.000000, 0.000000;;, + 9;3; 0.000000, 0.000000, 0.000000;;, + 10;3; 0.000000, 0.000000, 0.000000;;, + 11;3; 0.000000, 0.000000, 0.000000;;, + 12;3; 0.000000, 0.000000, 0.000000;;, + 13;3; 0.000000, 0.000000, 0.000000;;, + 14;3; 0.000000, 0.000000, 0.000000;;, + 15;3; 0.000000, 0.000000, 0.000000;;, + 16;3; 0.000000, 0.000000, 0.000000;;, + 17;3; 0.000000, 0.000000, 0.000000;;, + 18;3; 0.000000, 0.000000, 0.000000;;, + 19;3; 0.000000, 0.000000, 0.000000;;, + 20;3; 0.000000, 0.000000, 0.000000;;, + 21;3; 0.000000, 0.000000, 0.000000;;, + 22;3; 0.000000, 0.000000, 0.000000;;, + 23;3; 0.000000, 0.000000, 0.000000;;, + 24;3; 0.000000, 0.000000, 0.000000;;, + 25;3; 0.000000, 0.000000, 0.000000;;, + 26;3; 0.000000, 0.000000, 0.000000;;, + 27;3; 0.000000, 0.000000, 0.000000;;, + 28;3; 0.000000, 0.000000, 0.000000;;, + 29;3; 0.000000, 0.000000, 0.000000;;, + 30;3; 0.000000, 0.000000, 0.000000;;, + 31;3; 0.000000, 0.000000, 0.000000;;, + 32;3; 0.000000, 0.000000, 0.000000;;, + 33;3; 0.000000, 0.000000, 0.000000;;, + 34;3; 0.000000, 0.000000, 0.000000;;, + 35;3; 0.000000, 0.000000, 0.000000;;, + 36;3; 0.000000, 0.000000, 0.000000;;, + 37;3; 0.000000, 0.000000, 0.000000;;, + 38;3; 0.000000, 0.000000, 0.000000;;, + 39;3; 0.000000, 0.000000, 0.000000;;, + 40;3; 0.000000, 0.000000, 0.000000;;, + 41;3; 0.000000, 0.000000, 0.000000;;, + 42;3; 0.000000, 0.000000, 0.000000;;, + 43;3; 0.000000, 0.000000, 0.000000;;, + 44;3; 0.000000, 0.000000, 0.000000;;, + 45;3; 0.000000, 0.000000, 0.000000;;, + 46;3; 0.000000, 0.000000, 0.000000;;, + 47;3; 0.000000, 0.000000, 0.000000;;, + 48;3; 0.000000, 0.000000, 0.000000;;, + 49;3; 0.000000, 0.000000, 0.000000;;, + 50;3; 0.000000, 0.000000, 0.000000;;, + 51;3; 0.000000, 0.000000, 0.000000;;, + 52;3; 0.000000, 0.000000, 0.000000;;, + 53;3; 0.000000, 0.000000, 0.000000;;, + 54;3; 0.000000, 0.000000, 0.000000;;, + 55;3; 0.000000, 0.000000, 0.000000;;, + 56;3; 0.000000, 0.000000, 0.000000;;, + 57;3; 0.000000, 0.000000, 0.000000;;, + 58;3; 0.000000, 0.000000, 0.000000;;, + 59;3; 0.000000, 0.000000, 0.000000;;, + 60;3; 0.000000, 0.000000, 0.000000;;, + 61;3; 0.000000, 0.000000, 0.000000;;, + 62;3; 0.000000, 0.000000, 0.000000;;, + 63;3; 0.000000, 0.000000, 0.000000;;, + 64;3; 0.000000, 0.000000, 0.000000;;, + 65;3; 0.000000, 0.000000, 0.000000;;, + 66;3; 0.000000, 0.000000, 0.000000;;, + 67;3; 0.000000, 0.000000, 0.000000;;, + 68;3; 0.000000, 0.000000, 0.000000;;, + 69;3; 0.000000, 0.000000, 0.000000;;, + 70;3; 0.000000, 0.000000, 0.000000;;, + 71;3; 0.000000, 0.000000, 0.000000;;, + 72;3; 0.000000, 0.000000, 0.000000;;, + 73;3; 0.000000, 0.000000, 0.000000;;, + 74;3; 0.000000, 0.000000, 0.000000;;, + 75;3; 0.000000, 0.000000, 0.000000;;, + 76;3; 0.000000, 0.000000, 0.000000;;, + 77;3; 0.000000, 0.000000, 0.000000;;, + 78;3; 0.000000, 0.000000, 0.000000;;, + 79;3; 0.000000, 0.000000, 0.000000;;, + 80;3; 0.000000, 0.000000, 0.000000;;, + 81;3; 0.000000, 0.000000, 0.000000;;, + 82;3; 0.000000, 0.000000, 0.000000;;, + 83;3; 0.000000, 0.000000, 0.000000;;, + 84;3; 0.000000, 0.000000, 0.000000;;, + 85;3; 0.000000, 0.000000, 0.000000;;, + 86;3; 0.000000, 0.000000, 0.000000;;, + 87;3; 0.000000, 0.000000, 0.000000;;, + 88;3; 0.000000, 0.000000, 0.000000;;, + 89;3; 0.000000, 0.000000, 0.000000;;, + 90;3; 0.000000, 0.000000, 0.000000;;, + 91;3; 0.000000, 0.000000, 0.000000;;, + 92;3; 0.000000, 0.000000, 0.000000;;, + 93;3; 0.000000, 0.000000, 0.000000;;, + 94;3; 0.000000, 0.000000, 0.000000;;, + 95;3; 0.000000, 0.000000, 0.000000;;, + 96;3; 0.000000, 0.000000, 0.000000;;, + 97;3; 0.000000, 0.000000, 0.000000;;, + 98;3; 0.000000, 0.000000, 0.000000;;, + 99;3; 0.000000, 0.000000, 0.000000;;, + 100;3; 0.000000, 0.000000, 0.000000;;, + 101;3; 0.000000, 0.000000, 0.000000;;, + 102;3; 0.000000, 0.000000, 0.000000;;, + 103;3; 0.000000, 0.000000, 0.000000;;, + 104;3; 0.000000, 0.000000, 0.000000;;, + 105;3; 0.000000, 0.000000, 0.000000;;, + 106;3; 0.000000, 0.000000, 0.000000;;, + 107;3; 0.000000, 0.000000, 0.000000;;, + 108;3; 0.000000, 0.000000, 0.000000;;, + 109;3; 0.000000, 0.000000, 0.000000;;, + 110;3; 0.000000, 0.000000, 0.000000;;, + 111;3; 0.000000, 0.000000, 0.000000;;, + 112;3; 0.000000, 0.000000, 0.000000;;, + 113;3; 0.000000, 0.000000, 0.000000;;, + 114;3; 0.000000, 0.000000, 0.000000;;, + 115;3; 0.000000, 0.000000, 0.000000;;, + 116;3; 0.000000, 0.000000, 0.000000;;, + 117;3; 0.000000, 0.000000, 0.000000;;, + 118;3; 0.000000, 0.000000, 0.000000;;, + 119;3; 0.000000, 0.000000, 0.000000;;, + 120;3; 0.000000, 0.000000, 0.000000;;, + 121;3; 0.000000, 0.000000, 0.000000;;, + 122;3; 0.000000, 0.000000, 0.000000;;, + 123;3; 0.000000, 0.000000, 0.000000;;, + 124;3; 0.000000, 0.000000, 0.000000;;, + 125;3; 0.000000, 0.000000, 0.000000;;, + 126;3; 0.000000, 0.000000, 0.000000;;, + 127;3; 0.000000, 0.000000, 0.000000;;, + 128;3; 0.000000, 0.000000, 0.000000;;, + 129;3; 0.000000, 0.000000, 0.000000;;, + 130;3; 0.000000, 0.000000, 0.000000;;, + 131;3; 0.000000, 0.000000, 0.000000;;, + 132;3; 0.000000, 0.000000, 0.000000;;, + 133;3; 0.000000, 0.000000, 0.000000;;, + 134;3; 0.000000, 0.000000, 0.000000;;, + 135;3; 0.000000, 0.000000, 0.000000;;, + 136;3; 0.000000, 0.000000, 0.000000;;, + 137;3; 0.000000, 0.000000, 0.000000;;, + 138;3; 0.000000, 0.000000, 0.000000;;, + 139;3; 0.000000, 0.000000, 0.000000;;, + 140;3; 0.000000, 0.000000, 0.000000;;, + 141;3; 0.000000, 0.000000, 0.000000;;, + 142;3; 0.000000, 0.000000, 0.000000;;, + 143;3; 0.000000, 0.000000, 0.000000;;, + 144;3; 0.000000, 0.000000, 0.000000;;, + 145;3; 0.000000, 0.000000, 0.000000;;, + 146;3; 0.000000, 0.000000, 0.000000;;, + 147;3; 0.000000, 0.000000, 0.000000;;, + 148;3; 0.000000, 0.000000, 0.000000;;, + 149;3; 0.000000, 0.000000, 0.000000;;, + 150;3; 0.000000, 0.000000, 0.000000;;, + 151;3; 0.000000, 0.000000, 0.000000;;, + 152;3; 0.000000, 0.000000, 0.000000;;, + 153;3; 0.000000, 0.000000, 0.000000;;, + 154;3; 0.000000, 0.000000, 0.000000;;, + 155;3; 0.000000, 0.000000, 0.000000;;, + 156;3; 0.000000, 0.000000, 0.000000;;, + 157;3; 0.000000, 0.000000, 0.000000;;, + 158;3; 0.000000, 0.000000, 0.000000;;, + 159;3; 0.000000, 0.000000, 0.000000;;, + 160;3; 0.000000, 0.000000, 0.000000;;, + 161;3; 0.000000, 0.000000, 0.000000;;, + 162;3; 0.000000, 0.000000, 0.000000;;, + 163;3; 0.000000, 0.000000, 0.000000;;, + 164;3; 0.000000, 0.000000, 0.000000;;, + 165;3; 0.000000, 0.000000, 0.000000;;, + 166;3; 0.000000, 0.000000, 0.000000;;, + 167;3; 0.000000, 0.000000, 0.000000;;, + 168;3; 0.000000, 0.000000, 0.000000;;, + 169;3; 0.000000, 0.000000, 0.000000;;, + 170;3; 0.000000, 0.000000, 0.000000;;, + 171;3; 0.000000, 0.000000, 0.000000;;, + 172;3; 0.000000, 0.000000, 0.000000;;, + 173;3; 0.000000, 0.000000, 0.000000;;, + 174;3; 0.000000, 0.000000, 0.000000;;, + 175;3; 0.000000, 0.000000, 0.000000;;, + 176;3; 0.000000, 0.000000, 0.000000;;, + 177;3; 0.000000, 0.000000, 0.000000;;, + 178;3; 0.000000, 0.000000, 0.000000;;, + 179;3; 0.000000, 0.000000, 0.000000;;, + 180;3; 0.000000, 0.000000, 0.000000;;, + 181;3; 0.000000, 0.000000, 0.000000;;, + 182;3; 0.000000, 0.000000, 0.000000;;, + 183;3; 0.000000, 0.000000, 0.000000;;, + 184;3; 0.000000, 0.000000, 0.000000;;, + 185;3; 0.000000, 0.000000, 0.000000;;, + 186;3; 0.000000, 0.000000, 0.000000;;, + 187;3; 0.000000, 0.000000, 0.000000;;, + 188;3; 0.000000, 0.000000, 0.000000;;, + 189;3; 0.000000, 0.000000, 0.000000;;, + 190;3; 0.000000, 0.000000, 0.000000;;, + 191;3; 0.000000, 0.000000, 0.000000;;, + 192;3; 0.000000, 0.000000, 0.000000;;, + 193;3; 0.000000, 0.000000, 0.000000;;, + 194;3; 0.000000, 0.000000, 0.000000;;, + 195;3; 0.000000, 0.000000, 0.000000;;, + 196;3; 0.000000, 0.000000, 0.000000;;, + 197;3; 0.000000, 0.000000, 0.000000;;, + 198;3; 0.000000, 0.000000, 0.000000;;, + 199;3; 0.000000, 0.000000, 0.000000;;, + 200;3; 0.000000, 0.000000, 0.000000;;, + 201;3; 0.000000, 0.000000, 0.000000;;, + 202;3; 0.000000, 0.000000, 0.000000;;, + 203;3; 0.000000, 0.000000, 0.000000;;, + 204;3; 0.000000, 0.000000, 0.000000;;, + 205;3; 0.000000, 0.000000, 0.000000;;, + 206;3; 0.000000, 0.000000, 0.000000;;, + 207;3; 0.000000, 0.000000, 0.000000;;, + 208;3; 0.000000, 0.000000, 0.000000;;, + 209;3; 0.000000, 0.000000, 0.000000;;, + 210;3; 0.000000, 0.000000, 0.000000;;, + 211;3; 0.000000, 0.000000, 0.000000;;, + 212;3; 0.000000, 0.000000, 0.000000;;, + 213;3; 0.000000, 0.000000, 0.000000;;, + 214;3; 0.000000, 0.000000, 0.000000;;, + 215;3; 0.000000, 0.000000, 0.000000;;, + 216;3; 0.000000, 0.000000, 0.000000;;, + 217;3; 0.000000, 0.000000, 0.000000;;, + 218;3; 0.000000, 0.000000, 0.000000;;; + } + } + Animation { + {wolfwoman_proxy741} + AnimationKey { // Rotation + 0; + 219; + 0;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 1;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 2;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 3;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 4;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 5;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 6;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 7;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 8;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 9;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 10;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 11;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 12;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 13;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 14;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 15;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 16;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 17;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 18;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 19;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 20;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 21;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 22;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 23;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 24;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 25;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 26;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 27;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 28;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 29;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 30;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 31;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 32;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 33;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 34;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 35;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 36;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 37;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 38;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 39;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 40;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 41;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 42;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 43;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 44;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 45;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 46;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 47;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 48;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 49;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 50;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 51;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 52;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 53;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 54;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 55;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 56;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 57;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 58;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 59;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 60;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 61;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 62;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 63;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 64;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 65;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 66;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 67;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 68;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 69;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 70;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 71;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 72;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 73;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 74;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 75;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 76;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 77;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 78;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 79;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 80;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 81;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 82;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 83;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 84;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 85;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 86;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 87;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 88;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 89;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 90;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 91;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 92;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 93;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 94;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 95;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 96;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 97;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 98;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 99;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 100;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 101;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 102;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 103;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 104;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 105;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 106;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 107;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 108;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 109;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 110;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 111;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 112;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 113;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 114;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 115;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 116;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 117;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 118;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 119;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 120;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 121;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 122;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 123;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 124;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 125;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 126;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 127;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 128;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 129;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 130;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 131;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 132;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 133;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 134;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 135;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 136;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 137;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 138;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 139;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 140;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 141;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 142;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 143;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 144;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 145;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 146;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 147;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 148;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 149;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 150;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 151;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 152;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 153;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 154;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 155;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 156;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 157;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 158;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 159;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 160;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 161;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 162;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 163;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 164;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 165;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 166;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 167;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 168;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 169;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 170;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 171;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 172;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 173;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 174;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 175;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 176;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 177;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 178;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 179;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 180;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 181;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 182;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 183;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 184;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 185;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 186;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 187;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 188;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 189;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 190;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 191;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 192;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 193;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 194;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 195;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 196;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 197;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 198;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 199;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 200;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 201;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 202;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 203;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 204;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 205;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 206;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 207;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 208;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 209;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 210;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 211;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 212;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 213;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 214;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 215;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 216;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 217;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 218;4;-1.000000, 0.000000, 0.000000, 0.000000;;; + } + AnimationKey { // Scale + 1; + 219; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 219; + 0;3; 0.000000, 0.000000, 0.004600;;, + 1;3; 0.000000, 0.000000, 0.004600;;, + 2;3; 0.000000, 0.000000, 0.004600;;, + 3;3; 0.000000, 0.000000, 0.004600;;, + 4;3; 0.000000, 0.000000, 0.004600;;, + 5;3; 0.000000, 0.000000, 0.004600;;, + 6;3; 0.000000, 0.000000, 0.004600;;, + 7;3; 0.000000, 0.000000, 0.004600;;, + 8;3; 0.000000, 0.000000, 0.004600;;, + 9;3; 0.000000, 0.000000, 0.004600;;, + 10;3; 0.000000, 0.000000, 0.004600;;, + 11;3; 0.000000, 0.000000, 0.004600;;, + 12;3; 0.000000, 0.000000, 0.004600;;, + 13;3; 0.000000, 0.000000, 0.004600;;, + 14;3; 0.000000, 0.000000, 0.004600;;, + 15;3; 0.000000, 0.000000, 0.004600;;, + 16;3; 0.000000, 0.000000, 0.004600;;, + 17;3; 0.000000, 0.000000, 0.004600;;, + 18;3; 0.000000, 0.000000, 0.004600;;, + 19;3; 0.000000, 0.000000, 0.004600;;, + 20;3; 0.000000, 0.000000, 0.004600;;, + 21;3; 0.000000, 0.000000, 0.004600;;, + 22;3; 0.000000, 0.000000, 0.004600;;, + 23;3; 0.000000, 0.000000, 0.004600;;, + 24;3; 0.000000, 0.000000, 0.004600;;, + 25;3; 0.000000, 0.000000, 0.004600;;, + 26;3; 0.000000, 0.000000, 0.004600;;, + 27;3; 0.000000, 0.000000, 0.004600;;, + 28;3; 0.000000, 0.000000, 0.004600;;, + 29;3; 0.000000, 0.000000, 0.004600;;, + 30;3; 0.000000, 0.000000, 0.004600;;, + 31;3; 0.000000, 0.000000, 0.004600;;, + 32;3; 0.000000, 0.000000, 0.004600;;, + 33;3; 0.000000, 0.000000, 0.004600;;, + 34;3; 0.000000, 0.000000, 0.004600;;, + 35;3; 0.000000, 0.000000, 0.004600;;, + 36;3; 0.000000, 0.000000, 0.004600;;, + 37;3; 0.000000, 0.000000, 0.004600;;, + 38;3; 0.000000, 0.000000, 0.004600;;, + 39;3; 0.000000, 0.000000, 0.004600;;, + 40;3; 0.000000, 0.000000, 0.004600;;, + 41;3; 0.000000, 0.000000, 0.004600;;, + 42;3; 0.000000, 0.000000, 0.004600;;, + 43;3; 0.000000, 0.000000, 0.004600;;, + 44;3; 0.000000, 0.000000, 0.004600;;, + 45;3; 0.000000, 0.000000, 0.004600;;, + 46;3; 0.000000, 0.000000, 0.004600;;, + 47;3; 0.000000, 0.000000, 0.004600;;, + 48;3; 0.000000, 0.000000, 0.004600;;, + 49;3; 0.000000, 0.000000, 0.004600;;, + 50;3; 0.000000, 0.000000, 0.004600;;, + 51;3; 0.000000, 0.000000, 0.004600;;, + 52;3; 0.000000, 0.000000, 0.004600;;, + 53;3; 0.000000, 0.000000, 0.004600;;, + 54;3; 0.000000, 0.000000, 0.004600;;, + 55;3; 0.000000, 0.000000, 0.004600;;, + 56;3; 0.000000, 0.000000, 0.004600;;, + 57;3; 0.000000, 0.000000, 0.004600;;, + 58;3; 0.000000, 0.000000, 0.004600;;, + 59;3; 0.000000, 0.000000, 0.004600;;, + 60;3; 0.000000, 0.000000, 0.004600;;, + 61;3; 0.000000, 0.000000, 0.004600;;, + 62;3; 0.000000, 0.000000, 0.004600;;, + 63;3; 0.000000, 0.000000, 0.004600;;, + 64;3; 0.000000, 0.000000, 0.004600;;, + 65;3; 0.000000, 0.000000, 0.004600;;, + 66;3; 0.000000, 0.000000, 0.004600;;, + 67;3; 0.000000, 0.000000, 0.004600;;, + 68;3; 0.000000, 0.000000, 0.004600;;, + 69;3; 0.000000, 0.000000, 0.004600;;, + 70;3; 0.000000, 0.000000, 0.004600;;, + 71;3; 0.000000, 0.000000, 0.004600;;, + 72;3; 0.000000, 0.000000, 0.004600;;, + 73;3; 0.000000, 0.000000, 0.004600;;, + 74;3; 0.000000, 0.000000, 0.004600;;, + 75;3; 0.000000, 0.000000, 0.004600;;, + 76;3; 0.000000, 0.000000, 0.004600;;, + 77;3; 0.000000, 0.000000, 0.004600;;, + 78;3; 0.000000, 0.000000, 0.004600;;, + 79;3; 0.000000, 0.000000, 0.004600;;, + 80;3; 0.000000, 0.000000, 0.004600;;, + 81;3; 0.000000, 0.000000, 0.004600;;, + 82;3; 0.000000, 0.000000, 0.004600;;, + 83;3; 0.000000, 0.000000, 0.004600;;, + 84;3; 0.000000, 0.000000, 0.004600;;, + 85;3; 0.000000, 0.000000, 0.004600;;, + 86;3; 0.000000, 0.000000, 0.004600;;, + 87;3; 0.000000, 0.000000, 0.004600;;, + 88;3; 0.000000, 0.000000, 0.004600;;, + 89;3; 0.000000, 0.000000, 0.004600;;, + 90;3; 0.000000, 0.000000, 0.004600;;, + 91;3; 0.000000, 0.000000, 0.004600;;, + 92;3; 0.000000, 0.000000, 0.004600;;, + 93;3; 0.000000, 0.000000, 0.004600;;, + 94;3; 0.000000, 0.000000, 0.004600;;, + 95;3; 0.000000, 0.000000, 0.004600;;, + 96;3; 0.000000, 0.000000, 0.004600;;, + 97;3; 0.000000, 0.000000, 0.004600;;, + 98;3; 0.000000, 0.000000, 0.004600;;, + 99;3; 0.000000, 0.000000, 0.004600;;, + 100;3; 0.000000, 0.000000, 0.004600;;, + 101;3; 0.000000, 0.000000, 0.004600;;, + 102;3; 0.000000, 0.000000, 0.004600;;, + 103;3; 0.000000, 0.000000, 0.004600;;, + 104;3; 0.000000, 0.000000, 0.004600;;, + 105;3; 0.000000, 0.000000, 0.004600;;, + 106;3; 0.000000, 0.000000, 0.004600;;, + 107;3; 0.000000, 0.000000, 0.004600;;, + 108;3; 0.000000, 0.000000, 0.004600;;, + 109;3; 0.000000, 0.000000, 0.004600;;, + 110;3; 0.000000, 0.000000, 0.004600;;, + 111;3; 0.000000, 0.000000, 0.004600;;, + 112;3; 0.000000, 0.000000, 0.004600;;, + 113;3; 0.000000, 0.000000, 0.004600;;, + 114;3; 0.000000, 0.000000, 0.004600;;, + 115;3; 0.000000, 0.000000, 0.004600;;, + 116;3; 0.000000, 0.000000, 0.004600;;, + 117;3; 0.000000, 0.000000, 0.004600;;, + 118;3; 0.000000, 0.000000, 0.004600;;, + 119;3; 0.000000, 0.000000, 0.004600;;, + 120;3; 0.000000, 0.000000, 0.004600;;, + 121;3; 0.000000, 0.000000, 0.004600;;, + 122;3; 0.000000, 0.000000, 0.004600;;, + 123;3; 0.000000, 0.000000, 0.004600;;, + 124;3; 0.000000, 0.000000, 0.004600;;, + 125;3; 0.000000, 0.000000, 0.004600;;, + 126;3; 0.000000, 0.000000, 0.004600;;, + 127;3; 0.000000, 0.000000, 0.004600;;, + 128;3; 0.000000, 0.000000, 0.004600;;, + 129;3; 0.000000, 0.000000, 0.004600;;, + 130;3; 0.000000, 0.000000, 0.004600;;, + 131;3; 0.000000, 0.000000, 0.004600;;, + 132;3; 0.000000, 0.000000, 0.004600;;, + 133;3; 0.000000, 0.000000, 0.004600;;, + 134;3; 0.000000, 0.000000, 0.004600;;, + 135;3; 0.000000, 0.000000, 0.004600;;, + 136;3; 0.000000, 0.000000, 0.004600;;, + 137;3; 0.000000, 0.000000, 0.004600;;, + 138;3; 0.000000, 0.000000, 0.004600;;, + 139;3; 0.000000, 0.000000, 0.004600;;, + 140;3; 0.000000, 0.000000, 0.004600;;, + 141;3; 0.000000, 0.000000, 0.004600;;, + 142;3; 0.000000, 0.000000, 0.004600;;, + 143;3; 0.000000, 0.000000, 0.004600;;, + 144;3; 0.000000, 0.000000, 0.004600;;, + 145;3; 0.000000, 0.000000, 0.004600;;, + 146;3; 0.000000, 0.000000, 0.004600;;, + 147;3; 0.000000, 0.000000, 0.004600;;, + 148;3; 0.000000, 0.000000, 0.004600;;, + 149;3; 0.000000, 0.000000, 0.004600;;, + 150;3; 0.000000, 0.000000, 0.004600;;, + 151;3; 0.000000, 0.000000, 0.004600;;, + 152;3; 0.000000, 0.000000, 0.004600;;, + 153;3; 0.000000, 0.000000, 0.004600;;, + 154;3; 0.000000, 0.000000, 0.004600;;, + 155;3; 0.000000, 0.000000, 0.004600;;, + 156;3; 0.000000, 0.000000, 0.004600;;, + 157;3; 0.000000, 0.000000, 0.004600;;, + 158;3; 0.000000, 0.000000, 0.004600;;, + 159;3; 0.000000, 0.000000, 0.004600;;, + 160;3; 0.000000, 0.000000, 0.004600;;, + 161;3; 0.000000, 0.000000, 0.004600;;, + 162;3; 0.000000, 0.000000, 0.004600;;, + 163;3; 0.000000, 0.000000, 0.004600;;, + 164;3; 0.000000, 0.000000, 0.004600;;, + 165;3; 0.000000, 0.000000, 0.004600;;, + 166;3; 0.000000, 0.000000, 0.004600;;, + 167;3; 0.000000, 0.000000, 0.004600;;, + 168;3; 0.000000, 0.000000, 0.004600;;, + 169;3; 0.000000, 0.000000, 0.004600;;, + 170;3; 0.000000, 0.000000, 0.004600;;, + 171;3; 0.000000, 0.000000, 0.004600;;, + 172;3; 0.000000, 0.000000, 0.004600;;, + 173;3; 0.000000, 0.000000, 0.004600;;, + 174;3; 0.000000, 0.000000, 0.004600;;, + 175;3; 0.000000, 0.000000, 0.004600;;, + 176;3; 0.000000, 0.000000, 0.004600;;, + 177;3; 0.000000, 0.000000, 0.004600;;, + 178;3; 0.000000, 0.000000, 0.004600;;, + 179;3; 0.000000, 0.000000, 0.004600;;, + 180;3; 0.000000, 0.000000, 0.004600;;, + 181;3; 0.000000, 0.000000, 0.004600;;, + 182;3; 0.000000, 0.000000, 0.004600;;, + 183;3; 0.000000, 0.000000, 0.004600;;, + 184;3; 0.000000, 0.000000, 0.004600;;, + 185;3; 0.000000, 0.000000, 0.004600;;, + 186;3; 0.000000, 0.000000, 0.004600;;, + 187;3; 0.000000, 0.000000, 0.004600;;, + 188;3; 0.000000, 0.000000, 0.004600;;, + 189;3; 0.000000, 0.000000, 0.004600;;, + 190;3; 0.000000, 0.000000, 0.004600;;, + 191;3; 0.000000, 0.000000, 0.004600;;, + 192;3; 0.000000, 0.000000, 0.004600;;, + 193;3; 0.000000, 0.000000, 0.004600;;, + 194;3; 0.000000, 0.000000, 0.004600;;, + 195;3; 0.000000, 0.000000, 0.004600;;, + 196;3; 0.000000, 0.000000, 0.004600;;, + 197;3; 0.000000, 0.000000, 0.004600;;, + 198;3; 0.000000, 0.000000, 0.004600;;, + 199;3; 0.000000, 0.000000, 0.004600;;, + 200;3; 0.000000, 0.000000, 0.004600;;, + 201;3; 0.000000, 0.000000, 0.004600;;, + 202;3; 0.000000, 0.000000, 0.004600;;, + 203;3; 0.000000, 0.000000, 0.004600;;, + 204;3; 0.000000, 0.000000, 0.004600;;, + 205;3; 0.000000, 0.000000, 0.004600;;, + 206;3; 0.000000, 0.000000, 0.004600;;, + 207;3; 0.000000, 0.000000, 0.004600;;, + 208;3; 0.000000, 0.000000, 0.004600;;, + 209;3; 0.000000, 0.000000, 0.004600;;, + 210;3; 0.000000, 0.000000, 0.004600;;, + 211;3; 0.000000, 0.000000, 0.004600;;, + 212;3; 0.000000, 0.000000, 0.004600;;, + 213;3; 0.000000, 0.000000, 0.004600;;, + 214;3; 0.000000, 0.000000, 0.004600;;, + 215;3; 0.000000, 0.000000, 0.004600;;, + 216;3; 0.000000, 0.000000, 0.004600;;, + 217;3; 0.000000, 0.000000, 0.004600;;, + 218;3; 0.000000, 0.000000, 0.004600;;; + } + } +} // End of AnimationSet Global diff --git a/mods/player_api/models/character2.b3d b/mods/player_api/models/character2.b3d new file mode 100644 index 0000000..cf9a084 Binary files /dev/null and b/mods/player_api/models/character2.b3d differ diff --git a/mods/player_api/models/character2.mtl b/mods/player_api/models/character2.mtl new file mode 100644 index 0000000..416e697 --- /dev/null +++ b/mods/player_api/models/character2.mtl @@ -0,0 +1,24 @@ +# Blender MTL File: 'untitled2.blend' +# Material Count: 2 + +newmtl wolfwoman.Low-Poly.001 +Ns 900.000000 +Ka 1.000000 1.000000 1.000000 +Kd 1.000000 1.000000 1.000000 +Ks 0.500000 0.500000 0.500000 +Ke 0.000000 0.000000 0.000000 +Ni 1.450000 +d 1.000000 +illum 2 +map_Kd C:\\Users\\Lazaro\\AppData\\Local\\makehuman-community\\makehuman\\data\\eyes\\materials\\brown_eye.png +map_d C:\\Users\\Lazaro\\AppData\\Local\\makehuman-community\\makehuman\\data\\eyes\\materials\\brown_eye.png + +newmtl wolfwoman.body +Ns 323.999994 +Ka 1.000000 1.000000 1.000000 +Kd 0.590333 0.440000 0.338000 +Ks 0.500000 0.500000 0.500000 +Ke 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 diff --git a/mods/player_api/models/character2.obj b/mods/player_api/models/character2.obj new file mode 100644 index 0000000..e721f31 --- /dev/null +++ b/mods/player_api/models/character2.obj @@ -0,0 +1,7453 @@ +# Blender v3.0.0 OBJ File: 'untitled2.blend' +# www.blender.org +mtllib character2.mtl +o wolfwoman.Low-Poly_wolfwoman.Low-PolyMesh.002 +v 0.116283 16.106316 0.572180 +v 0.145848 16.094337 0.647907 +v 0.200722 16.094048 0.709659 +v 0.272553 16.106182 0.746800 +v 0.352688 16.128376 0.755083 +v 0.392103 16.141886 0.746443 +v 0.206996 16.003313 0.512896 +v 0.242715 15.982714 0.583650 +v 0.290816 15.991146 0.648671 +v 0.343077 16.027477 0.699975 +v 0.392147 16.086683 0.727218 +v 0.411120 16.120703 0.734153 +v 0.338572 16.003107 0.433741 +v 0.386824 15.983483 0.498154 +v 0.422516 15.991146 0.571116 +v 0.442242 16.027142 0.640278 +v 0.446286 16.086555 0.696140 +v 0.439952 16.120703 0.716556 +v 0.434932 16.107395 0.383907 +v 0.489665 16.094543 0.444659 +v 0.518085 16.094048 0.520640 +v 0.518342 16.106823 0.601318 +v 0.485676 16.128349 0.676985 +v 0.459323 16.141886 0.706221 +v 0.438847 16.249905 0.394377 +v 0.495202 16.250671 0.454503 +v 0.524182 16.237820 0.529818 +v 0.521120 16.215702 0.609352 +v 0.488018 16.186836 0.681191 +v 0.460484 16.171425 0.708863 +v 0.350059 16.350906 0.456340 +v 0.398184 16.359627 0.523626 +v 0.434003 16.339050 0.593242 +v 0.451431 16.292686 0.656325 +v 0.450353 16.229584 0.705631 +v 0.442192 16.193151 0.722153 +v 0.217762 16.351318 0.534335 +v 0.254102 16.359524 0.605360 +v 0.300936 16.339153 0.670731 +v 0.351702 16.292686 0.717393 +v 0.396499 16.229584 0.737228 +v 0.414957 16.193151 0.738898 +v 0.119911 16.248928 0.581856 +v 0.149994 16.250671 0.657649 +v 0.204349 16.237383 0.718458 +v 0.278423 16.216139 0.754731 +v 0.355236 16.186836 0.758310 +v 0.392824 16.171425 0.749085 +v -0.116283 16.106316 0.572180 +v -0.145848 16.094337 0.647907 +v -0.200722 16.094048 0.709659 +v -0.272553 16.106182 0.746800 +v -0.352688 16.128376 0.755083 +v -0.392103 16.141886 0.746443 +v -0.206996 16.003313 0.512896 +v -0.242715 15.982714 0.583650 +v -0.290816 15.991146 0.648671 +v -0.343077 16.027477 0.699975 +v -0.392147 16.086683 0.727218 +v -0.411120 16.120703 0.734153 +v -0.338572 16.003107 0.433741 +v -0.386824 15.983483 0.498154 +v -0.422516 15.991146 0.571116 +v -0.442242 16.027142 0.640278 +v -0.446286 16.086555 0.696140 +v -0.439952 16.120703 0.716556 +v -0.434932 16.107395 0.383907 +v -0.489665 16.094543 0.444659 +v -0.518085 16.094048 0.520640 +v -0.518342 16.106823 0.601318 +v -0.485676 16.128349 0.676985 +v -0.459323 16.141886 0.706221 +v -0.438847 16.249905 0.394377 +v -0.495202 16.250671 0.454503 +v -0.524182 16.237820 0.529818 +v -0.521120 16.215702 0.609352 +v -0.488018 16.186836 0.681191 +v -0.460484 16.171425 0.708863 +v -0.350059 16.350906 0.456340 +v -0.398184 16.359627 0.523626 +v -0.434003 16.339050 0.593242 +v -0.451431 16.292686 0.656325 +v -0.450353 16.229584 0.705631 +v -0.442192 16.193151 0.722153 +v -0.217762 16.351318 0.534335 +v -0.254102 16.359524 0.605360 +v -0.300936 16.339153 0.670731 +v -0.351702 16.292686 0.717393 +v -0.396499 16.229584 0.737228 +v -0.414957 16.193151 0.738898 +v -0.119911 16.248928 0.581856 +v -0.149994 16.250671 0.657649 +v -0.204349 16.237383 0.718458 +v -0.278423 16.216139 0.754731 +v -0.355236 16.186836 0.758310 +v -0.392824 16.171425 0.749085 +vt 0.610400 0.487700 +vt 0.489900 0.606600 +vt 0.460100 0.595800 +vt 0.595900 0.464200 +vt 0.435800 0.584200 +vt 0.577700 0.441200 +vt 0.798200 0.920400 +vt 0.606300 0.919700 +vt 0.631800 0.870800 +vt 0.771400 0.874700 +vt 0.663100 0.800700 +vt 0.745200 0.801200 +vt 0.537200 0.775400 +vt 0.607500 0.741800 +vt 0.492100 0.797000 +vt 0.589700 0.945100 +vt 0.461700 0.813800 +vt 0.578800 0.971600 +vt 0.436000 0.828600 +vt 0.964900 0.584700 +vt 0.964000 0.834600 +vt 0.943700 0.823400 +vt 0.947400 0.591300 +vt 0.909200 0.803800 +vt 0.920100 0.610500 +vt 0.871700 0.779700 +vt 0.873800 0.632500 +vt 0.801400 0.744500 +vt 0.801100 0.663900 +vt 0.820100 0.436200 +vt 0.812800 0.459300 +vt 0.801500 0.489400 +vt 0.811500 0.943000 +vt 0.826600 0.966500 +vt 0.777100 0.537400 +vt 0.634500 0.535600 +vt 0.746500 0.606900 +vt 0.664400 0.605400 +vt 0.536300 0.629400 +vt 0.609200 0.661800 +vt 0.724800 0.753600 +vt 0.753800 0.724800 +vt 0.683800 0.753000 +vt 0.753900 0.683400 +vt 0.725300 0.654000 +vt 0.684100 0.653600 +vt 0.655500 0.682500 +vt 0.655200 0.723700 +vt 0.202100 0.084200 +vt 0.187700 0.060800 +vt 0.051800 0.192400 +vt 0.081600 0.203200 +vt 0.169400 0.037800 +vt 0.027600 0.180800 +vt 0.389900 0.516900 +vt 0.363100 0.471300 +vt 0.223600 0.467400 +vt 0.198000 0.516200 +vt 0.337000 0.397800 +vt 0.254800 0.397300 +vt 0.199200 0.338400 +vt 0.128900 0.372000 +vt 0.083800 0.393500 +vt 0.181500 0.541700 +vt 0.053400 0.410300 +vt 0.170500 0.568100 +vt 0.027700 0.425200 +vt 0.556600 0.181300 +vt 0.539100 0.187900 +vt 0.535400 0.420000 +vt 0.555700 0.431200 +vt 0.501000 0.400300 +vt 0.511900 0.207100 +vt 0.465600 0.229100 +vt 0.463400 0.376300 +vt 0.392800 0.260500 +vt 0.393100 0.341100 +vt 0.404500 0.055800 +vt 0.411900 0.032700 +vt 0.393300 0.085900 +vt 0.403200 0.539500 +vt 0.418400 0.563000 +vt 0.368800 0.134000 +vt 0.226300 0.132200 +vt 0.256200 0.202000 +vt 0.338300 0.203500 +vt 0.128000 0.225900 +vt 0.200900 0.258400 +vt 0.316600 0.350200 +vt 0.345500 0.321400 +vt 0.275600 0.349600 +vt 0.345600 0.279900 +vt 0.317000 0.250600 +vt 0.275800 0.250100 +vt 0.247200 0.279100 +vt 0.247000 0.320300 +vn -0.1421 -0.8887 0.4358 +vn -0.5533 -0.3933 0.7343 +vn -0.7979 -0.3962 0.4542 +vn -0.3534 -0.9254 0.1370 +vn -0.8825 -0.3752 0.2834 +vn -0.4439 -0.8956 -0.0286 +vn 0.5111 0.8375 0.1932 +vn -0.0785 0.8341 0.5460 +vn 0.1440 0.6298 0.7633 +vn 0.6006 0.6349 0.4859 +vn 0.3249 0.3743 0.8685 +vn 0.6099 0.3781 0.6964 +vn -0.2039 0.2371 0.9498 +vn 0.1067 0.1151 0.9876 +vn -0.5293 0.3316 0.7810 +vn -0.2816 0.9261 0.2508 +vn -0.7690 0.3933 0.5039 +vn -0.3746 0.9235 0.0822 +vn -0.8589 0.3899 0.3319 +vn 0.6494 -0.3619 -0.6688 +vn 0.6704 0.4112 -0.6176 +vn 0.7946 0.4018 -0.4551 +vn 0.7696 -0.3876 -0.5074 +vn 0.9344 0.3417 -0.0998 +vn 0.9076 -0.3921 -0.1497 +vn 0.9321 0.2436 0.2679 +vn 0.9153 -0.3327 0.2270 +vn 0.8121 0.1196 0.5712 +vn 0.7989 -0.2458 0.5489 +vn 0.1751 -0.8950 -0.4101 +vn 0.2887 -0.9225 -0.2563 +vn 0.4519 -0.8887 0.0779 +vn 0.3466 0.9289 -0.1303 +vn 0.2378 0.9253 -0.2954 +vn 0.5532 -0.7275 0.4058 +vn 0.0937 -0.7245 0.6829 +vn 0.5811 -0.4890 0.6505 +vn 0.2953 -0.4946 0.8174 +vn -0.2284 -0.3374 0.9132 +vn 0.0939 -0.2503 0.9636 +vn 0.5641 0.0960 0.8200 +vn 0.6356 -0.0117 0.7719 +vn 0.4471 0.0994 0.8889 +vn 0.6307 -0.1455 0.7622 +vn 0.5500 -0.2337 0.8017 +vn 0.4348 -0.2421 0.8673 +vn 0.3564 -0.1550 0.9214 +vn 0.3551 -0.0020 0.9348 +vn 0.1421 -0.8887 0.4358 +vn 0.3534 -0.9254 0.1370 +vn 0.7979 -0.3962 0.4542 +vn 0.5533 -0.3933 0.7343 +vn 0.4439 -0.8956 -0.0286 +vn 0.8825 -0.3752 0.2834 +vn -0.5111 0.8375 0.1932 +vn -0.6006 0.6349 0.4859 +vn -0.1440 0.6298 0.7633 +vn 0.0785 0.8341 0.5460 +vn -0.6099 0.3781 0.6964 +vn -0.3249 0.3743 0.8685 +vn -0.1067 0.1151 0.9876 +vn 0.2039 0.2371 0.9498 +vn 0.5293 0.3316 0.7810 +vn 0.2816 0.9261 0.2508 +vn 0.7690 0.3933 0.5039 +vn 0.3746 0.9235 0.0823 +vn 0.8589 0.3899 0.3319 +vn -0.6494 -0.3619 -0.6688 +vn -0.7696 -0.3876 -0.5074 +vn -0.7946 0.4018 -0.4551 +vn -0.6704 0.4112 -0.6176 +vn -0.9344 0.3417 -0.0998 +vn -0.9076 -0.3921 -0.1497 +vn -0.9153 -0.3327 0.2270 +vn -0.9321 0.2436 0.2679 +vn -0.7989 -0.2458 0.5489 +vn -0.8121 0.1196 0.5712 +vn -0.2887 -0.9225 -0.2563 +vn -0.1751 -0.8950 -0.4101 +vn -0.4519 -0.8887 0.0779 +vn -0.3466 0.9289 -0.1303 +vn -0.2378 0.9253 -0.2954 +vn -0.5532 -0.7275 0.4058 +vn -0.0937 -0.7245 0.6829 +vn -0.2953 -0.4946 0.8174 +vn -0.5811 -0.4890 0.6505 +vn 0.2284 -0.3374 0.9132 +vn -0.0939 -0.2503 0.9636 +vn -0.5642 0.0960 0.8200 +vn -0.6356 -0.0117 0.7719 +vn -0.4471 0.0994 0.8889 +vn -0.6307 -0.1455 0.7622 +vn -0.5500 -0.2337 0.8017 +vn -0.4348 -0.2421 0.8673 +vn -0.3564 -0.1550 0.9214 +vn -0.3551 -0.0020 0.9348 +usemtl wolfwoman.Low-Poly.001 +s 1 +f 9/1/1 3/2/2 2/3/3 8/4/4 +f 8/4/4 2/3/3 1/5/5 7/6/6 +f 33/7/7 39/8/8 40/9/9 34/10/10 +f 34/10/10 40/9/9 41/11/11 35/12/12 +f 40/9/9 46/13/13 47/14/14 41/11/11 +f 39/8/8 45/15/15 46/13/13 40/9/9 +f 38/16/16 44/17/17 45/15/15 39/8/8 +f 37/18/18 43/19/19 44/17/17 38/16/16 +f 19/20/20 25/21/21 26/22/22 20/23/23 +f 27/24/24 21/25/25 20/23/23 26/22/22 +f 27/24/24 28/26/26 22/27/27 21/25/25 +f 28/26/26 29/28/28 23/29/29 22/27/27 +f 34/10/10 35/12/12 29/28/28 28/26/26 +f 33/7/7 34/10/10 28/26/26 27/24/24 +f 7/6/6 13/30/30 14/31/31 8/4/4 +f 15/32/32 9/1/1 8/4/4 14/31/31 +f 32/33/33 33/7/7 27/24/24 26/22/22 +f 32/33/33 26/22/22 25/21/21 31/34/34 +f 16/35/35 10/36/36 9/1/1 15/32/32 +f 10/36/36 16/35/35 17/37/37 11/38/38 +f 2/3/3 44/17/17 43/19/19 1/5/5 +f 3/2/2 45/15/15 44/17/17 2/3/3 +f 16/35/35 22/27/27 23/29/29 17/37/37 +f 22/27/27 16/35/35 15/32/32 21/25/25 +f 46/13/13 45/15/15 3/2/2 4/39/39 +f 47/14/14 46/13/13 4/39/39 5/40/40 +f 21/25/25 15/32/32 14/31/31 20/23/23 +f 13/30/30 19/20/20 20/23/23 14/31/31 +f 36/41/41 30/42/42 29/28/28 35/12/12 +f 42/43/43 36/41/41 35/12/12 41/11/11 +f 10/36/36 11/38/38 5/40/40 4/39/39 +f 9/1/1 10/36/36 4/39/39 3/2/2 +f 31/34/34 37/18/18 38/16/16 32/33/33 +f 32/33/33 38/16/16 39/8/8 33/7/7 +f 29/28/28 30/42/42 24/44/44 23/29/29 +f 23/29/29 24/44/44 18/45/45 17/37/37 +f 17/37/37 18/45/45 12/46/46 11/38/38 +f 11/38/38 12/46/46 6/47/47 5/40/40 +f 6/47/47 48/48/48 47/14/14 5/40/40 +f 48/48/48 42/43/43 41/11/11 47/14/14 +f 42/43/43 48/48/48 30/42/42 36/41/41 +f 48/48/48 6/47/47 24/44/44 30/42/42 +f 6/47/47 12/46/46 18/45/45 24/44/44 +f 57/49/49 56/50/50 50/51/51 51/52/52 +f 56/50/50 55/53/53 49/54/54 50/51/51 +f 81/55/55 82/56/56 88/57/57 87/58/58 +f 82/56/56 83/59/59 89/60/60 88/57/57 +f 88/57/57 89/60/60 95/61/61 94/62/62 +f 87/58/58 88/57/57 94/62/62 93/63/63 +f 86/64/64 87/58/58 93/63/63 92/65/65 +f 85/66/66 86/64/64 92/65/65 91/67/67 +f 67/68/68 68/69/69 74/70/70 73/71/71 +f 75/72/72 74/70/70 68/69/69 69/73/73 +f 75/72/72 69/73/73 70/74/74 76/75/75 +f 76/75/75 70/74/74 71/76/76 77/77/77 +f 82/56/56 76/75/75 77/77/77 83/59/59 +f 81/55/55 75/72/72 76/75/75 82/56/56 +f 55/53/53 56/50/50 62/78/78 61/79/79 +f 63/80/80 62/78/78 56/50/50 57/49/49 +f 80/81/81 74/70/70 75/72/72 81/55/55 +f 80/81/81 79/82/82 73/71/71 74/70/70 +f 64/83/83 63/80/80 57/49/49 58/84/84 +f 58/84/84 59/85/85 65/86/86 64/83/83 +f 50/51/51 49/54/54 91/67/67 92/65/65 +f 51/52/52 50/51/51 92/65/65 93/63/63 +f 64/83/83 65/86/86 71/76/76 70/74/74 +f 70/74/74 69/73/73 63/80/80 64/83/83 +f 94/62/62 52/87/87 51/52/52 93/63/63 +f 95/61/61 53/88/88 52/87/87 94/62/62 +f 69/73/73 68/69/69 62/78/78 63/80/80 +f 61/79/79 62/78/78 68/69/69 67/68/68 +f 84/89/89 83/59/59 77/77/77 78/90/90 +f 90/91/91 89/60/60 83/59/59 84/89/89 +f 58/84/84 52/87/87 53/88/88 59/85/85 +f 57/49/49 51/52/52 52/87/87 58/84/84 +f 79/82/82 80/81/81 86/64/64 85/66/66 +f 80/81/81 81/55/55 87/58/58 86/64/64 +f 77/77/77 71/76/76 72/92/92 78/90/90 +f 71/76/76 65/86/86 66/93/93 72/92/92 +f 65/86/86 59/85/85 60/94/94 66/93/93 +f 59/85/85 53/88/88 54/95/95 60/94/94 +f 54/95/95 53/88/88 95/61/61 96/96/96 +f 96/96/96 95/61/61 89/60/60 90/91/91 +f 90/91/91 84/89/89 78/90/90 96/96/96 +f 96/96/96 78/90/90 72/92/92 54/95/95 +f 54/95/95 72/92/92 66/93/93 60/94/94 +o wolfwoman.male1591_wolfwoman.male1591Mesh.002 +v -0.074868 15.406738 0.768843 +v -0.094712 15.456236 0.737613 +v -0.144161 15.547252 0.175919 +v -0.137859 15.500529 0.031168 +v -0.106825 15.524776 0.554026 +v -0.103978 15.408163 0.764036 +v -0.140806 15.415482 0.655772 +v -0.201025 15.535830 0.211862 +v -0.207240 15.491137 0.042869 +v -0.202130 15.468339 0.474041 +v -0.230267 15.436798 0.124086 +v -0.213369 15.456525 0.208831 +v -0.186055 15.436385 0.457588 +v -0.129068 15.374257 0.637827 +v -0.109209 15.390287 0.731996 +v -0.228057 15.408330 0.078766 +v -0.133086 15.435245 0.248721 +v -0.129961 15.439698 0.423904 +v -0.088901 15.422559 0.620973 +v -0.073270 15.381480 0.746742 +v 0.000003 15.443833 0.595288 +v -0.348652 16.209949 0.789775 +v -0.346696 16.189941 0.740405 +v -0.444912 16.210594 0.705888 +v -0.449786 16.235428 0.752523 +v -0.282619 16.126579 0.794176 +v -0.300239 16.131420 0.766947 +v -0.366285 16.071724 0.772135 +v -0.393397 16.090019 0.749592 +v -0.517287 16.072025 0.663916 +v -0.576667 16.172470 0.597576 +v -0.543284 16.161015 0.605718 +v -0.514141 16.093201 0.658608 +v -0.517086 16.230228 0.691441 +v -0.511933 16.194309 0.680280 +v -0.445580 16.062927 0.740912 +v -0.459394 16.090748 0.723399 +v -0.971226 16.898628 -0.432862 +v -0.935888 17.104820 -0.431174 +v -0.904508 16.479786 -0.324296 +v -0.704647 16.430431 0.010024 +v -0.741777 16.119743 0.048753 +v -0.674616 15.616242 0.105050 +v -0.823025 17.193295 -0.369007 +v -0.793167 16.205425 -0.134192 +v -0.976540 17.098984 -0.385692 +v -0.840819 17.184608 -0.368418 +v -0.897518 16.801075 -0.379906 +v -0.979901 16.960941 -0.382302 +v -0.881648 16.418049 -0.306560 +v -0.816751 16.428890 -0.178964 +v -0.725268 17.065651 -0.347683 +v -0.674151 16.601509 -0.210013 +v -0.786594 16.370762 -0.130927 +v 0.000274 15.468526 1.455768 +v -0.089259 15.395236 1.390597 +v -0.076759 15.484236 1.460835 +v -0.119969 15.362680 1.353359 +v -0.114813 15.303312 1.348673 +v -0.356642 15.399272 0.950692 +v -0.402656 15.428711 0.872731 +v -0.408930 15.468465 0.902082 +v -0.338715 15.420394 1.081236 +v -0.297281 15.369730 1.112616 +v -0.350730 15.345843 0.972511 +v -0.235137 15.506812 1.409744 +v -0.227096 15.400249 1.344392 +v -0.234182 15.304096 1.254563 +v -0.229914 15.363254 1.268479 +v -0.114298 15.378840 1.325295 +v -0.233147 15.377814 1.243928 +v -0.124036 15.384244 1.308582 +v -0.220117 15.389505 1.232229 +v -0.147108 16.216022 0.851610 +v -0.199427 16.341049 0.823383 +v -0.443141 15.430323 0.781443 +v -0.360389 15.319184 0.944324 +v -0.112787 15.260148 1.339388 +v -0.250240 15.275184 1.216837 +v -0.599935 16.182629 0.585236 +v -0.532162 16.036449 0.672706 +v -0.236595 16.128689 0.827268 +v -0.300910 16.264095 0.813819 +v -0.443119 16.286671 0.757680 +v -0.427853 16.362118 0.747460 +v -0.521859 16.275787 0.696574 +v -0.553034 16.341656 0.662921 +v -0.628767 16.248825 0.568732 +v -0.420577 16.030724 0.760429 +v -0.336447 16.053917 0.800306 +v -0.068590 15.835427 1.514722 +v -0.067957 15.927470 1.433058 +v -0.067616 15.766117 1.517781 +v -0.068277 15.735385 1.510685 +v -0.113414 15.781096 1.498348 +v -0.102034 15.760526 1.480406 +v -0.161110 15.787833 1.463472 +v -0.129350 15.751891 1.438522 +v -0.195747 15.767175 1.441460 +v -0.131564 15.716027 1.461864 +v -0.086824 15.550043 1.478026 +v -0.074743 15.661467 1.495767 +v -0.000009 15.708657 1.524415 +v -0.080446 15.717734 1.494552 +v -0.134350 15.833598 1.495275 +v -0.135176 15.893991 1.455489 +v -0.174121 15.823860 1.469227 +v -0.190971 15.059917 0.872672 +v -0.214285 15.033883 0.533777 +v -0.325774 15.075266 0.577420 +v -0.270375 15.073794 0.736528 +v -0.115967 15.047777 0.931075 +v -0.106352 14.999584 0.551040 +v -0.412237 15.155574 0.647132 +v -0.331269 15.151129 0.855814 +v -0.225939 15.145522 1.145826 +v -0.102593 15.145396 1.278453 +v -0.460162 15.553232 0.817302 +v -0.385319 15.694072 1.019348 +v -0.340522 15.617926 1.176159 +v -0.506582 15.212793 0.355818 +v -0.524324 15.672092 0.716559 +v -0.560933 15.452765 0.552928 +v -0.440984 15.864634 0.846073 +v -0.582771 15.872619 0.658712 +v -0.671786 16.009548 0.485817 +v -0.699315 16.174541 0.419936 +v -0.624672 15.439131 0.189047 +v -0.629416 15.544498 0.410744 +v -0.617146 15.731112 0.554915 +v -0.701767 15.852665 0.352187 +v -0.704005 15.746903 0.229795 +v -0.199061 15.850164 1.426666 +v -0.192319 15.602404 1.447535 +v -0.679897 16.404030 0.243671 +v -0.641560 16.448967 0.388263 +v -0.731002 16.075180 0.213212 +v -0.124680 16.063137 1.029504 +v -0.213544 16.038761 1.024648 +v -0.283648 15.993347 1.019476 +v -0.687771 16.438339 0.084325 +v -0.207715 16.545399 0.690540 +v -0.416177 16.546570 0.615277 +v -0.547499 16.506107 0.527310 +v -0.166292 14.655488 0.129625 +v -0.121218 14.873527 0.229886 +v -0.369762 14.742055 0.021669 +v -0.300789 14.956825 0.128686 +v -0.525774 14.845569 -0.138813 +v -0.469636 15.061434 -0.037488 +v -0.616323 15.019048 -0.346991 +v -0.576765 15.209292 -0.257177 +v -0.573572 14.334232 -0.003519 +v -0.806869 14.433048 -0.131592 +v -1.038652 14.771889 -0.453429 +v -0.386587 15.093462 0.190015 +v -0.252065 15.014478 0.318504 +v -0.109421 14.956355 0.373525 +v -0.568614 15.298742 -0.021195 +v -0.734041 15.865130 -0.012364 +v -0.604205 15.386746 -0.423000 +v -0.643038 15.485711 -0.161730 +v -0.243844 16.734852 0.440312 +v -0.216222 16.887920 0.143839 +v -0.189439 16.949886 -0.151580 +v -0.146704 16.934097 -0.500600 +v -0.422054 16.713844 0.361172 +v -0.405164 16.837414 0.111887 +v -0.366540 16.916439 -0.165681 +v -0.326959 16.896000 -0.488362 +v -0.544231 16.692215 0.254420 +v -0.466265 16.837017 -0.003572 +v -0.453870 16.937176 -0.254940 +v -0.437786 16.887306 -0.462036 +v -0.372573 16.806446 -0.672416 +v -0.468271 16.872101 -0.551092 +v -0.200891 16.820683 -0.746481 +v -0.788080 17.208733 -0.369193 +v -0.904456 16.920712 -0.524240 +v -0.633780 16.987427 -0.135028 +v -0.912768 16.653774 -0.502627 +v -0.803017 16.160828 -0.308757 +v -0.709238 15.729056 -0.163462 +v -0.588148 16.926979 -0.085829 +v -0.524612 16.722572 0.130046 +v -0.679600 17.149158 -0.358321 +v -0.497555 16.937649 -0.136864 +v -0.686412 16.829742 -0.637501 +v -0.503790 16.975853 -0.359008 +v -0.712704 16.474739 -0.700069 +v -0.694621 15.889812 -0.651837 +v -0.654092 15.615613 -0.550367 +v -0.566907 16.305046 -0.853556 +v -0.536005 15.793173 -0.776040 +v -0.519973 15.553661 -0.708382 +v -0.570815 16.542480 -0.775821 +v -0.396559 16.303219 -0.967087 +v -0.368654 15.778855 -0.883281 +v -0.383145 15.520159 -0.822524 +v -0.410598 16.497314 -0.898269 +v -0.242737 16.336254 -1.028381 +v -0.225911 15.783993 -0.958148 +v -0.216216 15.519435 -0.907039 +v -0.242763 16.512905 -0.958854 +v -0.001192 16.547787 -1.000639 +v -0.544959 15.319286 -0.646176 +v -0.678369 16.578888 -0.112893 +v -0.456329 15.313438 -0.782824 +v -0.214428 15.261771 -0.940536 +v -0.908861 14.841150 -0.837940 +v -0.694836 17.017757 -0.179672 +v -0.588296 14.725643 -1.093729 +v -0.337633 14.629910 -1.147903 +v -1.473155 14.692004 -0.373970 +v -1.257625 14.303921 0.018065 +v -1.013454 13.478808 0.577580 +v -1.075866 14.064744 0.225018 +v 0.017480 11.946208 0.747444 +v -0.464824 11.480564 0.724521 +v -0.419756 11.983549 0.744836 +v -0.000737 10.923625 0.650897 +v -0.547182 10.896910 0.634323 +v -0.526992 10.213259 0.664394 +v -0.874435 11.410128 0.565720 +v -0.906333 11.833053 0.617293 +v -0.915244 10.842005 0.481352 +v -1.032559 10.261656 0.454086 +v -0.957226 10.176773 -1.157516 +v -1.109562 10.688690 -0.968563 +v -1.419874 10.658401 -0.503447 +v -1.356796 10.169151 -0.805084 +v -1.202198 11.204153 -0.951262 +v -1.364429 11.208640 -0.403456 +v -1.216055 11.545092 -1.061750 +v -1.397675 11.574638 -0.512128 +v -0.366060 9.909740 -1.404769 +v -0.619406 10.722071 -1.198263 +v -0.837805 11.194736 -1.241248 +v -0.796621 11.556040 -1.358046 +v -0.358925 13.108634 0.692325 +v -0.395183 8.610304 0.308238 +v -1.035835 13.131516 0.670153 +v -1.271494 12.713501 0.581218 +v -1.315457 13.225591 0.465303 +v -0.969666 12.274282 0.647463 +v -0.382056 12.392029 0.773657 +v -1.449987 12.948726 0.176575 +v -1.414018 12.337392 0.154860 +v -1.427485 14.784740 -0.832648 +v -0.816012 14.448377 -1.322839 +v -0.378592 14.348337 -1.289991 +v -1.462550 11.938601 -0.636574 +v -1.195825 12.068284 -1.301748 +v -1.196418 12.596881 -1.431163 +v -1.503635 12.376785 -0.718683 +v -0.693155 12.092684 -1.504358 +v -0.631611 12.612163 -1.545491 +v -1.488959 10.102256 -0.241386 +v -1.388880 10.735062 0.058377 +v -1.340721 11.263713 0.009833 +v -1.395436 11.645378 -0.124538 +v -1.461748 12.078078 -0.215391 +v -1.548325 12.561075 -0.163525 +v -1.481575 13.026821 -0.119034 +v -1.409929 13.026859 -0.756004 +v -1.446026 13.291704 0.189790 +v -2.051564 14.511230 -0.207754 +v -1.748816 14.268812 0.059161 +v -1.393089 13.653193 -1.440343 +v -1.067917 13.336966 -1.580938 +v -0.525986 13.362944 -1.563748 +v -1.672543 13.842999 -1.339419 +v -2.143176 14.498187 -0.829847 +v -2.145000 8.721760 -0.255456 +v -1.922310 8.790864 -0.112121 +v -2.168731 8.684004 -0.431701 +v -2.118389 8.676427 -0.592358 +v -1.509714 13.580945 0.135648 +v -1.793648 8.790595 -0.245189 +v -1.452260 13.214108 -0.141582 +v -1.748865 8.752451 -0.449549 +v -1.410142 13.326465 -0.839904 +v -2.052900 13.777570 -1.203280 +v -1.894632 8.743575 -0.715827 +v -2.335642 13.758677 -0.114507 +v -1.985757 13.706717 0.074107 +v -2.461140 13.876985 -0.759634 +v -1.737673 13.629404 0.096637 +v -1.327730 13.492732 0.398946 +v -0.436583 7.579352 0.272382 +v -1.338601 7.605731 0.517548 +v -1.327133 8.384367 0.433320 +v -0.442626 8.152659 0.264565 +v -0.641823 6.517306 0.310751 +v -1.369757 6.506187 0.383302 +v -0.955264 5.732423 0.231321 +v -1.397523 5.660500 0.185448 +v -1.214855 4.720196 0.018585 +v -1.515554 4.706697 -0.046216 +v -1.166805 3.596473 -0.199787 +v -1.585027 3.692396 -0.160711 +v -1.220467 1.961804 -0.297108 +v -1.489529 1.998484 -0.210912 +v -1.341575 0.939828 -0.070032 +v -1.645397 0.879396 -0.233861 +v -1.849539 7.524399 -0.050501 +v -1.771904 8.440808 -0.280407 +v -1.802722 6.474164 -0.112817 +v -1.677607 5.643702 -0.321124 +v -1.773313 4.719378 -0.504190 +v -1.933092 3.821249 -0.693573 +v -1.765345 1.970440 -0.482813 +v -1.729066 0.861267 -0.560950 +v -1.706266 7.476967 -0.785911 +v -1.572615 8.325653 -0.942933 +v -1.698836 6.493998 -0.666673 +v -1.613886 5.702049 -0.748427 +v -1.682428 4.833533 -0.923272 +v -1.796491 3.907060 -1.136917 +v -1.735956 1.929595 -0.841404 +v -1.249263 7.345463 -1.173569 +v -1.137549 8.171953 -1.288573 +v -1.235283 6.498733 -1.092117 +v -1.220005 5.877948 -1.020083 +v -1.327062 4.860350 -1.147803 +v -1.453176 3.834970 -1.330448 +v -1.418793 1.922074 -1.054287 +v -1.452507 0.869691 -0.970246 +v -0.098832 7.936533 -0.265522 +v -0.132481 7.479489 -0.210679 +v -0.319828 6.520226 -0.185323 +v -0.519193 5.723255 -0.218974 +v -0.931029 4.690264 -0.202457 +v -0.817575 3.603707 -0.454805 +v -1.095330 1.885131 -0.520126 +v -0.495504 8.082885 -1.143273 +v -0.478722 7.369698 -1.047485 +v -0.607685 6.588822 -1.001327 +v -0.766254 5.766955 -0.930463 +v -0.998157 4.823695 -1.045572 +v -1.028691 3.759170 -1.219266 +v -1.153370 1.873240 -0.903706 +v -1.940591 8.535154 -0.702790 +v -2.100176 8.506145 -0.575922 +v -2.154577 8.493041 -0.414239 +v -2.143687 8.500991 -0.201223 +v -2.005265 8.585080 0.000163 +v -1.628410 7.836791 0.236748 +v -1.635761 7.737516 0.225714 +v -1.720972 7.747403 0.240751 +v -1.723430 7.834723 0.234773 +v -1.636194 7.661165 0.226581 +v -1.686613 7.662596 0.233635 +v -1.623253 7.924105 0.250464 +v -1.727583 7.917784 0.242916 +v -1.626129 8.040714 0.246329 +v -1.724095 8.039780 0.250923 +v -1.629330 8.139199 0.224446 +v -1.740278 8.164956 0.233748 +v -1.603033 8.339122 0.207854 +v -1.761775 8.300244 0.235621 +v -1.822844 8.150905 0.155076 +v -1.859297 8.239678 0.167862 +v -1.818258 8.060281 0.144946 +v -1.796839 7.919132 0.161683 +v -1.791682 7.857687 0.160181 +v -1.777475 7.756342 0.164829 +v -1.731471 7.682711 0.189299 +v -1.582171 8.448081 0.064688 +v -1.577123 8.275794 0.087171 +v -1.600715 8.090569 0.120857 +v -1.585220 7.954224 0.133569 +v -1.569072 7.848485 0.141938 +v -1.574053 7.757974 0.135943 +v -1.592407 7.669580 0.177949 +v -1.705027 8.147349 0.036404 +v -1.681907 8.004384 0.069346 +v -1.667314 7.887302 0.070494 +v -1.653101 7.759198 0.095776 +v -1.649540 7.689873 0.138566 +v -1.777071 8.121274 0.061328 +v -1.768352 7.957172 0.103703 +v -1.769890 7.883526 0.113990 +v -1.755642 7.757890 0.133325 +v -1.698993 7.680369 0.158420 +v -1.993560 7.005069 0.117002 +v -1.983933 6.922421 0.106669 +v -1.992701 6.920396 0.052142 +v -2.003547 6.994654 0.038336 +v -2.034509 7.167762 0.113241 +v -2.041556 7.160014 0.034586 +v -2.040656 7.298705 0.112888 +v -2.049119 7.288785 0.033805 +v -2.053671 7.420113 0.103817 +v -2.057615 7.408747 0.001229 +v -2.042532 7.533123 0.103911 +v -2.043104 7.528430 -0.010024 +v -2.049568 7.642470 0.097418 +v -2.051437 7.633384 -0.018823 +v -1.952645 6.882671 0.106276 +v -1.953647 6.984038 0.156219 +v -1.954424 7.134699 0.164039 +v -1.961519 7.276585 0.162345 +v -1.950762 7.446013 0.160668 +v -1.955309 7.542860 0.156891 +v -1.961408 7.633327 0.152808 +v -1.917051 6.904703 0.101883 +v -1.884714 6.976875 0.107818 +v -1.878670 7.104386 0.112144 +v -1.871936 7.232395 0.093810 +v -1.870736 7.423203 0.067866 +v -1.861118 7.541310 0.069175 +v -1.863009 7.665504 0.072597 +v -1.939415 6.900035 0.040965 +v -1.903860 6.973166 0.026542 +v -1.929451 7.118192 -0.005825 +v -1.924865 7.264615 -0.030622 +v -1.901813 7.426123 -0.025544 +v -1.887985 7.521589 -0.020158 +v -1.866586 7.675972 -0.033997 +v -1.936550 7.621677 -0.066355 +v -1.940905 7.534570 -0.058833 +v -1.953295 7.426290 -0.061556 +v -1.978741 7.273932 -0.045339 +v -1.977115 7.139817 -0.021852 +v -1.975992 6.984541 -0.000109 +v -1.984707 6.873819 0.040150 +v -2.047548 7.418125 -0.153815 +v -2.058800 7.417009 -0.231173 +v -2.080935 7.578622 -0.246802 +v -2.056497 7.591891 -0.152692 +v -2.041244 7.267597 -0.141959 +v -2.046153 7.258206 -0.200178 +v -2.012529 7.067815 -0.116249 +v -2.016013 7.048638 -0.175136 +v -1.993458 6.930367 -0.090638 +v -1.995605 6.917193 -0.160335 +v -1.967388 6.819527 -0.081016 +v -1.971017 6.818641 -0.145075 +v -1.955372 6.752963 -0.076287 +v -1.956978 6.745317 -0.127604 +v -1.927282 6.808791 -0.045899 +v -1.950795 6.732484 -0.071372 +v -1.950387 6.925416 -0.052900 +v -1.967039 7.072260 -0.066656 +v -1.980647 7.273167 -0.078343 +v -1.981565 7.431525 -0.088754 +v -1.986757 7.551089 -0.092384 +v -1.951375 6.715779 -0.131071 +v -1.926777 6.784699 -0.191903 +v -1.938147 6.880349 -0.214134 +v -1.944285 7.019036 -0.238739 +v -1.955839 7.224914 -0.277859 +v -1.963235 7.402587 -0.300998 +v -1.969064 7.549861 -0.309040 +v -1.867344 6.785473 -0.081381 +v -1.904380 6.736336 -0.087602 +v -1.859180 6.881419 -0.082138 +v -1.874220 7.052032 -0.089791 +v -1.865169 7.243557 -0.113457 +v -1.863469 7.424355 -0.138079 +v -1.857847 7.527579 -0.139619 +v -1.864457 6.790619 -0.151553 +v -1.904333 6.727811 -0.134744 +v -1.861447 6.875696 -0.177539 +v -1.870640 7.012804 -0.204481 +v -1.860978 7.228252 -0.218921 +v -1.857659 7.397229 -0.236630 +v -1.845819 7.551853 -0.256885 +v -1.956972 6.910664 -0.335084 +v -1.950104 6.839828 -0.336045 +v -1.955228 6.838185 -0.383616 +v -1.952564 6.888254 -0.396394 +v -1.979788 7.020387 -0.345951 +v -1.972302 6.995321 -0.418175 +v -2.007966 7.114201 -0.364217 +v -1.980060 7.113409 -0.450240 +v -2.019676 7.330336 -0.385205 +v -1.999890 7.332624 -0.486134 +v -2.026689 7.432956 -0.398286 +v -1.995605 7.433928 -0.503454 +v -2.038879 7.584357 -0.419916 +v -2.018306 7.609719 -0.525230 +v -1.968845 7.202013 -0.581573 +v -1.957182 7.124430 -0.569297 +v -1.941194 7.111697 -0.633923 +v -1.950599 7.202658 -0.650871 +v -1.988131 7.328222 -0.598536 +v -1.955213 7.314967 -0.672848 +v -1.992672 7.447617 -0.609870 +v -1.955227 7.423368 -0.679055 +v -1.994670 7.565196 -0.620165 +v -1.960942 7.531166 -0.695628 +v -1.993507 7.636136 -0.622238 +v -1.951261 7.627452 -0.700379 +v -2.002665 7.733544 -0.626793 +v -1.940059 7.741205 -0.717851 +v -1.905535 6.817431 -0.312286 +v -1.907709 6.933223 -0.293660 +v -1.933569 7.049646 -0.292403 +v -1.941561 7.167646 -0.307594 +v -1.967423 7.331297 -0.319874 +v -1.964779 7.450933 -0.325900 +v -1.985014 7.562587 -0.341022 +v -1.906114 6.904414 -0.441244 +v -1.903848 6.802505 -0.383280 +v -1.909073 7.001489 -0.461596 +v -1.918909 7.122723 -0.482371 +v -1.914405 7.342817 -0.521496 +v -1.895580 7.452630 -0.522135 +v -1.919723 7.614076 -0.510783 +v -1.844177 6.935915 -0.404292 +v -1.864969 6.843200 -0.386430 +v -1.852832 7.018978 -0.434848 +v -1.859022 7.146449 -0.459732 +v -1.859846 7.348552 -0.476549 +v -1.848679 7.461999 -0.484619 +v -1.846038 7.571502 -0.496270 +v -1.838892 6.938828 -0.361865 +v -1.867782 6.846760 -0.343024 +v -1.837780 7.036681 -0.374773 +v -1.844932 7.159862 -0.385480 +v -1.854037 7.346906 -0.398542 +v -1.850542 7.455043 -0.397962 +v -1.838823 7.566884 -0.405641 +v -1.900482 7.216336 -0.661024 +v -1.903819 7.116823 -0.628602 +v -1.895807 7.303193 -0.676896 +v -1.892936 7.427902 -0.689172 +v -1.890468 7.511869 -0.703426 +v -1.876237 7.607887 -0.709795 +v -1.855347 7.697060 -0.716637 +v -1.919991 7.132718 -0.558302 +v -1.935362 7.203389 -0.540126 +v -1.952142 7.329129 -0.546577 +v -1.940681 7.439268 -0.543509 +v -1.923490 7.572762 -0.551711 +v -1.920513 7.638580 -0.555073 +v -1.912756 7.669637 -0.557209 +v -1.855919 7.237089 -0.600714 +v -1.875555 7.136199 -0.593651 +v -1.857316 7.329069 -0.609284 +v -1.848968 7.429795 -0.617720 +v -1.840402 7.522675 -0.634917 +v -1.828642 7.605392 -0.635407 +v -1.820742 7.663642 -0.641730 +v -1.887008 7.231814 -0.547749 +v -1.886982 7.143465 -0.560599 +v -1.886657 7.334083 -0.552622 +v -1.875551 7.435218 -0.558000 +v -1.863170 7.542177 -0.571779 +v -1.849319 7.624108 -0.581144 +v -1.844536 7.664040 -0.578174 +v -1.720025 8.544994 0.153202 +v -1.696539 8.599109 -0.070243 +v -1.852023 8.474012 0.163703 +v -1.907138 8.279037 0.160651 +v -0.539180 9.642618 0.578471 +v 0.002405 9.517052 0.631506 +v -0.466135 9.148336 0.506842 +v -0.070497 8.236018 -0.348157 +v -1.155482 9.727827 0.385432 +v -1.330920 9.695264 -0.982308 +v -1.555637 9.671991 -0.310352 +v -1.510160 8.619151 -0.994291 +v -1.151620 8.498470 -1.355770 +v -0.402394 8.374973 -1.239541 +v -0.979043 9.462859 -1.477427 +v -1.418695 9.078044 -1.062818 +v -1.101961 8.854258 -1.457313 +v -0.448548 8.624262 -1.516745 +v -0.008826 9.193243 -1.348829 +v -0.296551 9.162447 -1.607359 +v -0.132556 7.407582 -0.616512 +v -0.176409 8.060081 -0.840263 +v -0.277940 6.566411 -0.565851 +v -0.477099 5.700701 -0.601962 +v -0.742048 4.743516 -0.715206 +v -0.756850 3.704576 -0.845767 +v -1.080938 1.889782 -0.710978 +v -1.158737 0.881706 -0.437790 +v -0.117711 8.346210 -0.825307 +v -2.012047 7.776084 -0.569176 +v -1.906273 7.688960 -0.528280 +v -2.034316 7.698408 -0.361125 +v -1.980108 7.619427 -0.344949 +v -2.042893 7.710223 -0.116387 +v -1.905306 7.639503 -0.099536 +v -1.833416 7.683014 -0.113210 +v -1.839985 7.660131 -0.360986 +v -1.806182 7.727229 -0.553949 +v -1.942365 7.763467 0.146815 +v -2.063083 7.703106 0.093524 +v -1.945623 8.065556 0.123861 +v -2.061877 8.062585 0.061309 +v -1.953017 7.828043 -0.704786 +v -2.127320 8.010487 -0.175346 +v -2.110765 8.033421 -0.360872 +v -2.067148 8.063485 -0.548919 +v -1.961589 8.072760 -0.686230 +v -1.815020 8.549111 -0.731962 +v -1.837824 7.772094 -0.724469 +v -1.813245 8.106051 -0.755675 +v -1.878258 7.732568 0.086154 +v -1.820938 8.135934 0.081836 +v -1.707507 8.229244 -0.031550 +v -1.668458 8.446059 -0.178074 +v -1.714008 8.607863 -0.311131 +v -1.790374 8.707168 -0.657605 +v -1.687595 8.557540 -0.509491 +v -2.056149 7.846903 0.077139 +v -1.946651 7.901787 0.130288 +v -2.077538 7.802790 -0.131702 +v -2.066277 7.815913 -0.360007 +v -2.036286 7.908834 -0.557573 +v -1.938026 7.936119 -0.693195 +v -1.812352 7.914996 -0.739647 +v -1.860523 7.835668 0.075953 +v -1.810356 7.777808 -0.105680 +v -1.809496 7.774655 -0.361109 +v -1.809026 7.955523 -0.128207 +v -1.818285 7.966255 -0.341368 +v -1.748756 7.867922 -0.564665 +v -1.742202 8.065256 -0.555959 +v -1.801058 7.721470 -0.662246 +v -1.732334 7.925029 -0.695315 +v -1.704568 8.143636 -0.728541 +v -1.706668 8.387012 -0.685015 +v -1.766247 8.183467 -0.188611 +v -1.723345 8.398342 -0.328651 +v -1.715213 8.279565 -0.506788 +v -1.802565 8.165642 -0.366297 +v -0.380922 16.095387 0.716612 +v -0.294622 16.133003 0.750290 +v -0.342951 16.193615 0.734258 +v -0.437486 16.212872 0.692189 +v -0.527190 16.164986 0.598062 +v -0.483894 16.105228 0.621788 +v -0.492897 16.197861 0.649664 +v -0.433635 16.093754 0.683469 +v -1.508280 12.644016 -0.274667 +v -1.447893 11.521567 -0.299605 +v -1.937202 12.795546 -0.054111 +v -2.248559 12.731979 -0.329016 +v -2.010668 12.590903 -1.118359 +v -1.404369 12.561433 -0.966995 +v -1.390468 12.547910 -0.541387 +v -2.256673 12.728246 -0.880537 +v -1.691794 12.717303 -0.096488 +v -1.800737 11.676692 -0.061872 +v -2.262535 11.637548 -0.320517 +v -1.741596 11.597957 -0.885181 +v -1.450764 11.551250 -0.711474 +v -1.388595 11.544201 -0.492932 +v -2.137129 11.704539 -0.737524 +v -1.565334 11.577477 -0.190565 +v -2.146034 10.596272 -0.179547 +v -2.283588 10.611063 -0.507418 +v -1.894556 10.541268 -0.118733 +v -1.490012 10.448003 -0.487679 +v -1.703563 10.467395 -0.189852 +v -1.573507 10.534095 -0.774158 +v -2.022954 10.604335 -0.889960 +v -1.560774 10.446992 -0.297243 +v -1.626750 9.221763 -0.371549 +v -1.708939 8.760977 -0.374926 +v -1.314372 9.251374 0.359653 +v -1.288574 8.855195 0.388971 +v 0.000000 15.361715 1.375312 +v -0.001054 15.832203 1.519357 +v 0.000034 15.678338 1.520693 +v 0.000000 16.054840 1.080271 +v -0.240260 14.129572 0.176693 +v -0.000000 16.911602 0.155570 +v -0.985657 13.725209 0.471916 +v -0.000772 10.775158 -1.180302 +v -0.028496 13.397963 -1.419142 +v -0.343738 15.395738 0.869295 +v -0.360252 15.405045 0.832655 +v -0.314036 15.393435 0.983824 +v 0.000509 15.369565 1.282188 +v -0.220959 15.381270 1.137028 +v -0.131757 15.352736 1.222702 +v -0.251116 15.395931 1.110697 +v -0.128992 15.381831 1.297273 +v -0.000000 15.402776 1.314964 +v -0.276683 15.385144 1.140199 +v -0.336538 15.395041 1.008585 +v -0.320770 15.396367 1.084835 +v -0.710576 15.766885 0.030996 +v -0.952703 16.742805 -0.405217 +v -0.238985 16.145794 -1.048221 +v -0.375772 16.114197 -0.979626 +v -0.557017 16.052200 -0.854878 +v -0.706526 16.150066 -0.705492 +v -0.952605 16.685215 -0.342696 +v -0.877474 16.646004 -0.314462 +v -0.769433 16.511688 -0.210614 +v -0.755763 16.249645 -0.033659 +v -0.889001 16.440662 -0.422794 +v -0.397215 16.695835 -0.784343 +v -0.229332 16.695606 -0.864437 +v -0.561879 17.045437 -0.238955 +v -0.517304 16.801830 -0.657540 +v -0.575244 17.003269 -0.452926 +v -0.529401 16.776035 0.028414 +v -1.462907 13.742237 0.309489 +v -1.646543 14.079930 0.168302 +v -0.410643 13.895884 0.343812 +v 0.000087 13.800344 0.348727 +v -0.344085 13.383238 0.599376 +v -0.306672 14.289104 0.067082 +v -0.228602 14.982800 -1.004701 +v -0.473197 14.998077 -0.945152 +v -0.711135 14.985513 -0.723079 +v -0.744975 14.887847 -0.458494 +v -0.646654 14.679683 -0.224173 +v -0.451424 14.559864 -0.035526 +v -0.001299 14.387014 0.114789 +v -0.267908 14.456693 0.057579 +v -1.346951 11.859764 0.159782 +v -1.283798 11.619125 0.256717 +v 0.002462 15.426412 0.777093 +v -0.000008 15.544136 0.535557 +v 0.000040 15.391946 1.341786 +v -0.000000 16.209900 0.868505 +v -0.001012 15.943992 1.400560 +v -0.001646 15.790702 -1.017960 +v -0.000403 15.541144 -0.942901 +v -0.000849 15.230603 -0.961416 +v 0.016781 8.643369 -1.168274 +v 0.048857 8.473922 -1.013814 +v -0.024663 8.406095 -0.713813 +v 0.000838 15.396200 1.354916 +v -0.000000 14.987311 0.535633 +v -0.000000 16.967728 -0.147267 +v -0.000000 16.846554 -0.747513 +v -0.016730 11.484615 0.712618 +v 0.000000 10.168180 0.694044 +v -0.002955 8.661063 0.387696 +v -0.000000 11.159053 -1.239009 +v 0.000000 12.131835 -1.401071 +v 0.000407 8.348680 -0.322904 +v -0.000003 13.359856 0.574191 +v -0.376728 12.656855 0.794393 +v -0.000024 12.706006 0.670921 +v -0.766077 12.610673 0.796731 +v -0.338618 12.846722 0.747418 +v -0.909026 12.759311 0.754098 +v -0.000004 15.451640 0.747616 +v 0.074868 15.406737 0.768843 +v 0.094712 15.456236 0.737613 +v 0.000000 15.544646 0.182081 +v 0.144161 15.547251 0.175919 +v 0.137859 15.500529 0.031168 +v 0.106825 15.524776 0.554026 +v 0.103978 15.408162 0.764035 +v 0.140806 15.415482 0.655771 +v 0.201025 15.535830 0.211862 +v 0.207240 15.491138 0.042869 +v 0.202130 15.468338 0.474041 +v 0.230267 15.436798 0.124086 +v 0.213369 15.456526 0.208831 +v 0.186055 15.436385 0.457588 +v 0.129068 15.374257 0.637827 +v 0.109209 15.390288 0.731996 +v 0.228057 15.408331 0.078765 +v 0.133086 15.435245 0.248721 +v 0.129961 15.439699 0.423904 +v 0.088901 15.422558 0.620973 +v 0.073270 15.381480 0.746742 +v 0.000057 15.327375 0.136434 +v -0.000380 15.403804 0.248557 +v 0.348652 16.209949 0.789775 +v 0.346696 16.189941 0.740405 +v 0.444912 16.210590 0.705888 +v 0.449786 16.235428 0.752523 +v 0.282619 16.126579 0.794176 +v 0.300239 16.131420 0.766947 +v 0.366285 16.071724 0.772135 +v 0.393397 16.090019 0.749592 +v 0.517287 16.072025 0.663916 +v 0.576668 16.172470 0.597576 +v 0.543284 16.161015 0.605718 +v 0.514141 16.093201 0.658608 +v 0.517086 16.230228 0.691441 +v 0.511933 16.194309 0.680280 +v 0.445580 16.062927 0.740912 +v 0.459394 16.090748 0.723399 +v 0.971226 16.898628 -0.432862 +v 0.935888 17.104820 -0.431174 +v 0.904508 16.479786 -0.324296 +v 0.704647 16.430431 0.010024 +v 0.741777 16.119743 0.048753 +v 0.674616 15.616242 0.105050 +v 0.823025 17.193295 -0.369007 +v 0.793167 16.205425 -0.134192 +v 0.976540 17.098984 -0.385692 +v 0.840819 17.184608 -0.368418 +v 0.897518 16.801075 -0.379906 +v 0.979901 16.960941 -0.382302 +v 0.881648 16.418049 -0.306560 +v 0.816751 16.428890 -0.178964 +v 0.725268 17.065651 -0.347683 +v 0.674151 16.601509 -0.210013 +v 0.786594 16.370762 -0.130927 +v 0.089259 15.395236 1.390597 +v 0.076759 15.484236 1.460835 +v 0.119969 15.362680 1.353359 +v 0.114813 15.303312 1.348673 +v 0.356642 15.399272 0.950692 +v 0.402656 15.428711 0.872731 +v 0.408930 15.468465 0.902082 +v 0.338715 15.420394 1.081236 +v 0.297281 15.369730 1.112616 +v 0.350730 15.345843 0.972511 +v 0.235137 15.506812 1.409744 +v 0.227096 15.400249 1.344392 +v 0.234182 15.304095 1.254563 +v 0.229914 15.363253 1.268480 +v 0.114298 15.378841 1.325296 +v 0.233147 15.377814 1.243928 +v 0.124036 15.384234 1.308582 +v 0.220117 15.389505 1.232229 +v -0.000000 16.323460 0.838237 +v 0.147108 16.216022 0.851610 +v 0.199427 16.341049 0.823383 +v 0.443141 15.430324 0.781443 +v 0.360389 15.319183 0.944324 +v 0.112787 15.260149 1.339388 +v 0.250240 15.275184 1.216837 +v 0.599935 16.182629 0.585236 +v 0.532162 16.036449 0.672706 +v 0.236595 16.128689 0.827268 +v 0.300910 16.264095 0.813819 +v 0.443119 16.286659 0.757680 +v 0.427853 16.362118 0.747460 +v 0.521859 16.275787 0.696574 +v 0.553034 16.341656 0.662921 +v 0.628767 16.248825 0.568732 +v 0.420577 16.030724 0.760429 +v 0.336447 16.053917 0.800306 +v 0.068590 15.835427 1.514722 +v 0.067957 15.927470 1.433058 +v 0.067616 15.766117 1.517781 +v 0.068277 15.735385 1.510685 +v 0.113414 15.781096 1.498348 +v 0.102034 15.760526 1.480406 +v 0.161110 15.787833 1.463472 +v 0.129350 15.751891 1.438522 +v 0.195747 15.767173 1.441460 +v 0.131564 15.716027 1.461864 +v 0.086824 15.550043 1.478026 +v 0.074743 15.661467 1.495767 +v 0.080446 15.717734 1.494552 +v 0.134350 15.833598 1.495275 +v 0.135176 15.893991 1.455489 +v 0.174121 15.823860 1.469227 +v 0.190971 15.059917 0.872672 +v 0.214285 15.033883 0.533777 +v 0.325774 15.075266 0.577420 +v 0.270375 15.073793 0.736528 +v 0.115967 15.047777 0.931075 +v 0.106352 14.999585 0.551040 +v 0.412237 15.155574 0.647132 +v 0.331269 15.151128 0.855814 +v 0.225939 15.145522 1.145826 +v 0.102593 15.145397 1.278454 +v 0.460162 15.553242 0.817302 +v 0.385319 15.694073 1.019348 +v 0.340522 15.617928 1.176160 +v 0.506582 15.212794 0.355818 +v 0.524324 15.672092 0.716559 +v 0.560933 15.452764 0.552928 +v 0.440984 15.864633 0.846073 +v 0.582771 15.872619 0.658712 +v 0.671786 16.009548 0.485817 +v 0.699315 16.174541 0.419936 +v 0.624672 15.439131 0.189047 +v 0.629416 15.544499 0.410744 +v 0.617146 15.731112 0.554915 +v 0.701767 15.852665 0.352187 +v 0.704005 15.746903 0.229795 +v 0.199061 15.850164 1.426666 +v 0.192319 15.602405 1.447536 +v 0.679897 16.404026 0.243671 +v 0.641560 16.448967 0.388263 +v 0.731002 16.075180 0.213212 +v 0.124680 16.063137 1.029504 +v 0.213544 16.038761 1.024648 +v 0.283648 15.993347 1.019476 +v 0.687771 16.438339 0.084325 +v 0.207715 16.545399 0.690540 +v 0.416177 16.546570 0.615277 +v 0.547499 16.506107 0.527310 +v 0.166299 14.655490 0.129625 +v 0.121219 14.873527 0.229886 +v 0.369719 14.741895 0.021670 +v 0.300790 14.956826 0.128686 +v 0.525778 14.845569 -0.138813 +v 0.469636 15.061435 -0.037488 +v 0.616321 15.019048 -0.346991 +v 0.576765 15.209293 -0.257177 +v 0.573574 14.334229 -0.003520 +v 0.807204 14.433291 -0.131570 +v 1.038699 14.771942 -0.453425 +v 0.386587 15.093463 0.190015 +v 0.252065 15.014479 0.318504 +v 0.109421 14.956355 0.373525 +v -0.001556 14.945023 0.389614 +v 0.568614 15.298741 -0.021195 +v 0.734041 15.865130 -0.012364 +v 0.604199 15.386674 -0.423001 +v 0.643038 15.485711 -0.161730 +v -0.000566 16.773777 0.446204 +v 0.243844 16.734852 0.440312 +v 0.216222 16.887920 0.143839 +v 0.189438 16.949886 -0.151580 +v 0.146704 16.934097 -0.500600 +v 0.422054 16.713844 0.361172 +v 0.405164 16.837414 0.111887 +v 0.366540 16.916439 -0.165681 +v 0.326959 16.896000 -0.488362 +v 0.544231 16.692215 0.254420 +v 0.466265 16.837017 -0.003572 +v 0.453870 16.937176 -0.254940 +v 0.437786 16.887306 -0.462036 +v 0.372573 16.806446 -0.672416 +v 0.468271 16.872105 -0.551092 +v 0.200891 16.820683 -0.746481 +v 0.788080 17.208733 -0.369193 +v 0.904456 16.920712 -0.524240 +v 0.633780 16.987427 -0.135028 +v 0.912768 16.653774 -0.502627 +v 0.803017 16.160828 -0.308757 +v 0.709238 15.729056 -0.163462 +v 0.588148 16.926979 -0.085829 +v 0.524612 16.722572 0.130046 +v 0.679600 17.149158 -0.358321 +v 0.497555 16.937649 -0.136864 +v 0.686412 16.829742 -0.637501 +v 0.503790 16.975853 -0.359008 +v 0.712704 16.474739 -0.700069 +v 0.694621 15.889813 -0.651837 +v 0.654092 15.615613 -0.550367 +v 0.566907 16.305046 -0.853556 +v 0.536005 15.793173 -0.776040 +v 0.519978 15.553660 -0.708382 +v 0.570815 16.542480 -0.775822 +v 0.396559 16.303219 -0.967087 +v 0.368654 15.778855 -0.883281 +v 0.383145 15.520159 -0.822523 +v 0.410598 16.497314 -0.898269 +v 0.242737 16.336254 -1.028381 +v 0.225911 15.783994 -0.958148 +v 0.216216 15.519435 -0.907039 +v 0.242763 16.512905 -0.958854 +v 0.544959 15.319286 -0.646176 +v 0.678369 16.578888 -0.112893 +v 0.456330 15.313438 -0.782824 +v 0.214428 15.261771 -0.940536 +v 0.908907 14.841197 -0.837936 +v 0.694836 17.017757 -0.179672 +v 0.588304 14.725640 -1.093729 +v 0.337633 14.629910 -1.147903 +v 1.473194 14.692039 -0.373968 +v 1.257573 14.303807 0.018073 +v 1.013438 13.478761 0.577580 +v 1.075866 14.064729 0.225018 +v 0.464824 11.480564 0.724521 +v 0.419759 11.983588 0.744850 +v 0.547182 10.896910 0.634323 +v 0.527582 10.212850 0.666544 +v 0.874435 11.410128 0.565720 +v 0.906333 11.833054 0.617293 +v 0.915244 10.842005 0.481352 +v 1.032235 10.261507 0.453466 +v 0.957327 10.176783 -1.157516 +v 1.109589 10.688689 -0.968562 +v 1.419874 10.658401 -0.503447 +v 1.357722 10.169648 -0.806163 +v 1.202198 11.204153 -0.951262 +v 1.364429 11.208640 -0.403456 +v 1.216055 11.545092 -1.061750 +v 1.397675 11.574638 -0.512128 +v 0.366049 9.909729 -1.404769 +v 0.619400 10.722070 -1.198263 +v 0.837805 11.194736 -1.241248 +v 0.796621 11.556039 -1.358046 +v 0.358868 13.108617 0.692325 +v 0.394912 8.610627 0.308237 +v 1.035835 13.131516 0.670153 +v 1.271486 12.713490 0.581218 +v 1.315477 13.225554 0.465303 +v 0.969666 12.274282 0.647463 +v 0.382056 12.392030 0.773657 +v 1.449998 12.948711 0.176575 +v 1.414113 12.337300 0.154862 +v 1.427506 14.784765 -0.832647 +v 0.816011 14.448375 -1.322839 +v 0.378592 14.348337 -1.289991 +v -0.031858 14.304527 -1.214211 +v -0.041054 9.918847 -1.327548 +v 1.462550 11.938601 -0.636574 +v 1.195825 12.068284 -1.301748 +v 1.196416 12.596885 -1.431164 +v 1.503671 12.376754 -0.718682 +v 0.693155 12.092686 -1.504358 +v 0.631611 12.612163 -1.545491 +v -0.006604 12.712942 -1.441327 +v 1.490436 10.098902 -0.242235 +v 1.388880 10.735062 0.058377 +v 1.340708 11.263683 0.009828 +v 1.395436 11.645378 -0.124538 +v 1.461748 12.078078 -0.215391 +v 1.548321 12.561078 -0.163526 +v 1.481555 13.026845 -0.119035 +v 1.410028 13.026803 -0.756003 +v 1.446036 13.291687 0.189790 +v 2.051567 14.511229 -0.207753 +v 1.749082 14.269008 0.059166 +v 1.393089 13.653193 -1.440343 +v 1.067917 13.336966 -1.580937 +v 0.525986 13.362944 -1.563748 +v 1.672565 13.842966 -1.339419 +v 2.143177 14.498185 -0.829847 +v 2.144982 8.721772 -0.255464 +v 1.922308 8.790861 -0.112123 +v 2.168747 8.683993 -0.431710 +v 2.118380 8.676428 -0.592372 +v 1.509718 13.580935 0.135648 +v 1.793650 8.790588 -0.245190 +v 1.452237 13.214136 -0.141583 +v 1.748932 8.752480 -0.449530 +v 1.410145 13.326459 -0.839904 +v 2.052913 13.777574 -1.203280 +v 1.894540 8.743539 -0.715858 +v 2.335639 13.758674 -0.114507 +v 1.985957 13.706573 0.074097 +v 2.461166 13.876956 -0.759635 +v 1.737672 13.629401 0.096637 +v 1.327772 13.492553 0.398947 +v 0.436655 7.579327 0.272383 +v 1.338601 7.605732 0.517548 +v 1.327065 8.384345 0.433320 +v 0.442786 8.152566 0.264565 +v 0.641823 6.517307 0.310751 +v 1.369757 6.506188 0.383303 +v 0.955264 5.732423 0.231322 +v 1.397523 5.660500 0.185448 +v 1.214856 4.720196 0.018585 +v 1.515554 4.706697 -0.046216 +v 1.166618 3.596454 -0.199787 +v 1.584458 3.692420 -0.160711 +v 1.215435 1.960958 -0.297631 +v 1.484711 1.999014 -0.212738 +v 1.341953 0.939890 -0.070032 +v 1.644486 0.880507 -0.233862 +v 1.849539 7.524400 -0.050500 +v 1.771904 8.440809 -0.280407 +v 1.802722 6.474165 -0.112817 +v 1.677607 5.643703 -0.321124 +v 1.773313 4.719378 -0.504190 +v 1.932700 3.821307 -0.693573 +v 1.759296 1.971851 -0.483445 +v 1.706266 7.476968 -0.785911 +v 1.572630 8.325664 -0.942933 +v 1.698836 6.493999 -0.666673 +v 1.613885 5.702050 -0.748427 +v 1.682428 4.833533 -0.923272 +v 1.796212 3.907089 -1.136916 +v 1.737483 1.928890 -0.844726 +v 1.635520 0.850062 -0.800759 +v 1.249263 7.345464 -1.173569 +v 1.137579 8.171956 -1.288572 +v 1.235283 6.498734 -1.092117 +v 1.220005 5.877950 -1.020083 +v 1.327062 4.860349 -1.147803 +v 1.452976 3.834968 -1.330448 +v 1.416433 1.921728 -1.055640 +v 1.451607 0.869977 -0.970246 +v 0.098802 7.936556 -0.265522 +v 0.132244 7.479612 -0.210679 +v 0.319828 6.520227 -0.185322 +v 0.519193 5.723256 -0.218974 +v 0.931029 4.690264 -0.202457 +v 0.817559 3.603703 -0.454805 +v 1.091996 1.884290 -0.519804 +v 0.495544 8.082866 -1.143273 +v 0.478722 7.369699 -1.047485 +v 0.607685 6.588823 -1.001327 +v 0.766254 5.766956 -0.930463 +v 0.998158 4.823694 -1.045572 +v 1.028691 3.759169 -1.219266 +v 1.152107 1.872966 -0.903031 +v 1.223521 0.848044 -0.813620 +v 1.940596 8.535151 -0.702791 +v 2.100196 8.506124 -0.575903 +v 2.154599 8.492984 -0.414221 +v 2.143689 8.501004 -0.201227 +v 2.005388 8.584979 0.000097 +v 1.628501 7.836731 0.236724 +v 1.635863 7.737458 0.225683 +v 1.721073 7.747354 0.240715 +v 1.723521 7.834674 0.234744 +v 1.636304 7.661107 0.226544 +v 1.686723 7.662542 0.233596 +v 1.623333 7.924044 0.250445 +v 1.727663 7.917730 0.242883 +v 1.626197 8.040654 0.246317 +v 1.724163 8.039729 0.250905 +v 1.629385 8.139140 0.224441 +v 1.740386 8.164904 0.233758 +v 1.603064 8.339061 0.207862 +v 1.761809 8.300201 0.235619 +v 1.822890 8.150875 0.155061 +v 1.859332 8.239652 0.167851 +v 1.818318 8.060248 0.144926 +v 1.796916 7.919096 0.161655 +v 1.791766 7.857651 0.160148 +v 1.777570 7.756303 0.164791 +v 1.731576 7.682666 0.189259 +v 1.582180 8.448030 0.064704 +v 1.577155 8.275739 0.087177 +v 1.600770 8.090512 0.120850 +v 1.585292 7.954165 0.133555 +v 1.569155 7.848424 0.141918 +v 1.574147 7.757914 0.135917 +v 1.592513 7.669520 0.177916 +v 1.705070 8.147311 0.036395 +v 1.681969 8.004340 0.069329 +v 1.667390 7.887258 0.070470 +v 1.653191 7.759150 0.095745 +v 1.649642 7.689821 0.138530 +v 1.777117 8.121243 0.061314 +v 1.769757 7.956592 0.101967 +v 1.770466 7.883261 0.113325 +v 1.755734 7.757852 0.133288 +v 1.699097 7.680323 0.158381 +v 1.993560 7.005065 0.116999 +v 1.983933 6.922418 0.106666 +v 1.992701 6.920392 0.052139 +v 2.003548 6.994651 0.038333 +v 2.034509 7.167758 0.113238 +v 2.041556 7.160010 0.034583 +v 2.040656 7.298701 0.112886 +v 2.049118 7.288781 0.033803 +v 2.053671 7.420109 0.103814 +v 2.057615 7.408742 0.001226 +v 2.042532 7.533119 0.103908 +v 2.043104 7.528426 -0.010027 +v 2.049557 7.642468 0.097415 +v 2.051436 7.633380 -0.018826 +v 1.952645 6.882668 0.106273 +v 1.953647 6.984035 0.156216 +v 1.954425 7.134696 0.164036 +v 1.961518 7.276581 0.162342 +v 1.950761 7.446010 0.160665 +v 1.955309 7.542856 0.156888 +v 1.961408 7.633323 0.152805 +v 1.917050 6.904700 0.101880 +v 1.884714 6.976871 0.107815 +v 1.878670 7.104383 0.112140 +v 1.871936 7.232391 0.093807 +v 1.870736 7.423200 0.067863 +v 1.861119 7.541306 0.069172 +v 1.865125 7.662027 0.071383 +v 1.939415 6.900031 0.040961 +v 1.903859 6.973162 0.026539 +v 1.929451 7.118188 -0.005828 +v 1.924865 7.264611 -0.030625 +v 1.901812 7.426119 -0.025547 +v 1.887985 7.521585 -0.020161 +v 1.866586 7.675968 -0.034000 +v 1.936551 7.621674 -0.066359 +v 1.940905 7.534565 -0.058836 +v 1.953295 7.426286 -0.061559 +v 1.978741 7.273929 -0.045342 +v 1.977115 7.139813 -0.021855 +v 1.975991 6.984536 -0.000112 +v 1.984707 6.873816 0.040147 +v 2.047549 7.418120 -0.153818 +v 2.058800 7.417005 -0.231176 +v 2.080935 7.578616 -0.246805 +v 2.056496 7.591887 -0.152694 +v 2.041245 7.267592 -0.141962 +v 2.046153 7.258202 -0.200181 +v 2.012530 7.067810 -0.116252 +v 2.016013 7.048634 -0.175139 +v 1.993458 6.930362 -0.090641 +v 1.995606 6.917188 -0.160338 +v 1.967388 6.819522 -0.081019 +v 1.971017 6.818635 -0.145078 +v 1.955372 6.752958 -0.076290 +v 1.956979 6.745312 -0.127607 +v 1.927282 6.808785 -0.045902 +v 1.950795 6.732479 -0.071375 +v 1.950388 6.925411 -0.052903 +v 1.967040 7.072255 -0.066659 +v 1.980647 7.273162 -0.078345 +v 1.981565 7.431520 -0.088756 +v 1.986757 7.551085 -0.092387 +v 1.951376 6.715775 -0.131074 +v 1.926778 6.784695 -0.191906 +v 1.938147 6.880344 -0.214138 +v 1.944285 7.019032 -0.238742 +v 1.955839 7.224909 -0.277862 +v 1.963235 7.402581 -0.301001 +v 1.969064 7.549856 -0.309043 +v 1.867343 6.785468 -0.081384 +v 1.904380 6.736331 -0.087605 +v 1.859181 6.881414 -0.082141 +v 1.874221 7.052026 -0.089794 +v 1.865168 7.243552 -0.113460 +v 1.863469 7.424350 -0.138082 +v 1.857848 7.527574 -0.139621 +v 1.864458 6.790613 -0.151556 +v 1.904333 6.727806 -0.134747 +v 1.861447 6.875691 -0.177542 +v 1.870641 7.012799 -0.204484 +v 1.860978 7.228249 -0.218923 +v 1.857659 7.397224 -0.236632 +v 1.845819 7.551848 -0.256888 +v 1.956974 6.910660 -0.335087 +v 1.950104 6.839824 -0.336048 +v 1.955229 6.838181 -0.383619 +v 1.952565 6.888249 -0.396397 +v 1.979788 7.020383 -0.345954 +v 1.972302 6.995317 -0.418178 +v 2.007967 7.114196 -0.364219 +v 1.980054 7.113408 -0.450240 +v 2.019676 7.330332 -0.385209 +v 1.999891 7.332621 -0.486137 +v 2.026697 7.432949 -0.398292 +v 1.995606 7.433925 -0.503457 +v 2.038880 7.584354 -0.419919 +v 2.018306 7.609716 -0.525234 +v 1.968846 7.202009 -0.581576 +v 1.957182 7.124426 -0.569301 +v 1.941195 7.111693 -0.633927 +v 1.950601 7.202654 -0.650875 +v 1.988131 7.328218 -0.598540 +v 1.955214 7.314963 -0.672851 +v 1.992672 7.447613 -0.609873 +v 1.955229 7.423364 -0.679059 +v 1.994670 7.565192 -0.620168 +v 1.960942 7.531162 -0.695631 +v 1.993507 7.636131 -0.622241 +v 1.951260 7.627448 -0.700382 +v 2.002665 7.733541 -0.626796 +v 1.940059 7.741201 -0.717854 +v 1.905535 6.817428 -0.312289 +v 1.907709 6.933219 -0.293663 +v 1.933571 7.049643 -0.292406 +v 1.941562 7.167643 -0.307597 +v 1.967423 7.331293 -0.319877 +v 1.964780 7.450931 -0.325903 +v 1.985014 7.562583 -0.341025 +v 1.906115 6.904410 -0.441247 +v 1.903849 6.802502 -0.383283 +v 1.909073 7.001484 -0.461599 +v 1.918910 7.122719 -0.482374 +v 1.914405 7.342814 -0.521499 +v 1.895581 7.452626 -0.522138 +v 1.919723 7.614072 -0.510786 +v 1.844178 6.935910 -0.404294 +v 1.864970 6.843196 -0.386433 +v 1.852834 7.018974 -0.434851 +v 1.859022 7.146445 -0.459735 +v 1.859847 7.348548 -0.476552 +v 1.848680 7.461996 -0.484622 +v 1.846040 7.571498 -0.496273 +v 1.838892 6.938824 -0.361868 +v 1.867783 6.846756 -0.343027 +v 1.837781 7.036676 -0.374776 +v 1.844933 7.159858 -0.385483 +v 1.854039 7.346901 -0.398545 +v 1.850543 7.455039 -0.397965 +v 1.838824 7.566881 -0.405644 +v 1.900482 7.216332 -0.661028 +v 1.903819 7.116818 -0.628605 +v 1.895807 7.303189 -0.676900 +v 1.892937 7.427898 -0.689175 +v 1.890469 7.511866 -0.703430 +v 1.876237 7.607883 -0.709798 +v 1.855348 7.697057 -0.716640 +v 1.919991 7.132714 -0.558305 +v 1.935361 7.203385 -0.540129 +v 1.952144 7.329125 -0.546580 +v 1.940681 7.439264 -0.543512 +v 1.923490 7.572759 -0.551714 +v 1.920512 7.638576 -0.555076 +v 1.912755 7.669633 -0.557212 +v 1.855920 7.237085 -0.600717 +v 1.875554 7.136196 -0.593654 +v 1.857255 7.329073 -0.609293 +v 1.848967 7.429792 -0.617723 +v 1.840402 7.522671 -0.634920 +v 1.828643 7.605389 -0.635410 +v 1.820742 7.663638 -0.641733 +v 1.887009 7.231811 -0.547753 +v 1.886983 7.143461 -0.560602 +v 1.886659 7.334079 -0.552625 +v 1.875554 7.435213 -0.558003 +v 1.863171 7.542173 -0.571782 +v 1.849318 7.624104 -0.581147 +v 1.844537 7.664036 -0.578177 +v 1.720029 8.544955 0.153215 +v 1.696529 8.599086 -0.070231 +v 1.852038 8.473978 0.163707 +v 1.907158 8.279021 0.160644 +v 0.539183 9.642621 0.578471 +v 0.466133 9.148366 0.506842 +v 0.070497 8.236018 -0.348157 +v 1.155455 9.727831 0.385432 +v 1.330956 9.695246 -0.982308 +v 1.555588 9.672040 -0.310352 +v 1.510110 8.619114 -0.994290 +v 1.151485 8.498455 -1.355770 +v 0.402372 8.374991 -1.239540 +v 0.979389 9.462986 -1.477427 +v 1.418637 9.077864 -1.062818 +v 1.101272 8.854225 -1.457312 +v 0.448107 8.624773 -1.516745 +v 0.296548 9.162917 -1.607358 +v 0.132480 7.407621 -0.616512 +v 0.176415 8.060077 -0.840263 +v 0.277940 6.566412 -0.565851 +v 0.477099 5.700702 -0.601962 +v 0.742047 4.743516 -0.715206 +v 0.756850 3.704575 -0.845767 +v 1.079545 1.889399 -0.710978 +v 0.117572 8.346373 -0.825307 +v 2.012047 7.776078 -0.569181 +v 1.906274 7.688956 -0.528283 +v 2.034317 7.698403 -0.361127 +v 1.980108 7.619424 -0.344952 +v 2.042893 7.710217 -0.116389 +v 1.905305 7.639498 -0.099538 +v 1.833416 7.683009 -0.113213 +v 1.839985 7.660129 -0.360989 +v 1.806182 7.727227 -0.553953 +v 1.942364 7.763462 0.146812 +v 2.063083 7.703102 0.093522 +v 1.945628 8.065551 0.123856 +v 2.061965 8.062894 0.061285 +v 1.953016 7.828039 -0.704788 +v 2.127320 8.010482 -0.175348 +v 2.110765 8.033416 -0.360875 +v 2.067148 8.063480 -0.548922 +v 1.961589 8.072755 -0.686233 +v 1.815032 8.549117 -0.731964 +v 1.837823 7.772089 -0.724471 +v 1.813246 8.106046 -0.755678 +v 1.878258 7.732564 0.086151 +v 1.820962 8.135919 0.081824 +v 1.707523 8.229224 -0.031553 +v 1.668456 8.446041 -0.178069 +v 1.714003 8.607859 -0.311130 +v 1.790342 8.707141 -0.657618 +v 1.687594 8.557536 -0.509493 +v 2.056157 7.846966 0.077122 +v 1.946652 7.901782 0.130285 +v 2.077538 7.802785 -0.131705 +v 2.066278 7.815908 -0.360010 +v 2.036278 7.908834 -0.557573 +v 1.938026 7.936114 -0.693198 +v 1.812352 7.914992 -0.739650 +v 1.860511 7.835711 0.076068 +v 1.810356 7.777804 -0.105682 +v 1.809497 7.774652 -0.361112 +v 1.809026 7.955518 -0.128210 +v 1.818286 7.966250 -0.341371 +v 1.748756 7.867918 -0.564668 +v 1.742204 8.065251 -0.555962 +v 1.801059 7.721466 -0.662248 +v 1.732334 7.925024 -0.695318 +v 1.704568 8.143632 -0.728544 +v 1.706670 8.387008 -0.685018 +v 1.766249 8.183461 -0.188615 +v 1.723344 8.398337 -0.328654 +v 1.715214 8.279560 -0.506791 +v 1.802564 8.165638 -0.366300 +v 0.380922 16.095387 0.716612 +v 0.294622 16.133003 0.750290 +v 0.342951 16.193615 0.734258 +v 0.437486 16.212872 0.692189 +v 0.527190 16.164986 0.598062 +v 0.483894 16.105228 0.621788 +v 0.492897 16.197861 0.649664 +v 0.433635 16.093754 0.683469 +v 1.508278 12.644022 -0.274683 +v 1.447892 11.521564 -0.299605 +v 1.937232 12.794070 -0.052490 +v 2.248536 12.733118 -0.330863 +v 2.010665 12.590900 -1.118359 +v 1.404366 12.561429 -0.966995 +v 1.390463 12.548161 -0.541999 +v 2.256671 12.728243 -0.880537 +v 1.691796 12.717146 -0.096313 +v 1.800737 11.676688 -0.061872 +v 2.262535 11.637546 -0.320518 +v 1.741593 11.597954 -0.885181 +v 1.450763 11.551248 -0.711475 +v 1.388593 11.544199 -0.492932 +v 2.137126 11.704537 -0.737525 +v 1.565333 11.577474 -0.190565 +v 2.146034 10.596271 -0.179548 +v 2.283588 10.611060 -0.507419 +v 1.894556 10.541266 -0.118734 +v 1.490012 10.448002 -0.487680 +v 1.703563 10.467393 -0.189853 +v 1.573507 10.534092 -0.774159 +v 2.022953 10.604333 -0.889961 +v 1.560725 10.447000 -0.297248 +v 1.626748 9.221790 -0.371549 +v 1.708938 8.760976 -0.374926 +v 1.314366 9.251394 0.359653 +v 1.288582 8.855200 0.388971 +v -0.000000 15.038525 0.970114 +v 0.240260 14.129571 0.176693 +v -0.000013 14.228792 0.133326 +v -0.001414 16.359451 -1.074991 +v 0.985610 13.724837 0.471912 +v -0.000146 11.590995 -1.337402 +v 0.343738 15.395738 0.869295 +v 0.360252 15.405046 0.832655 +v 0.314036 15.393435 0.983824 +v 0.220959 15.381270 1.137028 +v 0.131757 15.352735 1.222702 +v 0.251116 15.395931 1.110697 +v 0.128992 15.381831 1.297273 +v 0.276683 15.385143 1.140199 +v 0.336538 15.395042 1.008585 +v 0.320770 15.396367 1.084835 +v 0.710576 15.766885 0.030996 +v 0.952703 16.742805 -0.405217 +v 0.238985 16.145794 -1.048221 +v 0.375772 16.114197 -0.979626 +v 0.557017 16.052200 -0.854878 +v 0.706526 16.150066 -0.705492 +v 0.952605 16.685215 -0.342696 +v 0.877474 16.646004 -0.314462 +v 0.769433 16.511688 -0.210614 +v 0.755763 16.249645 -0.033659 +v 0.889001 16.440662 -0.422794 +v 0.001149 16.184891 -1.105904 +v 0.000223 16.714584 -0.896053 +v 0.397215 16.695835 -0.784343 +v 0.229332 16.695606 -0.864437 +v 0.561879 17.045437 -0.238955 +v 0.517304 16.801830 -0.657540 +v 0.575244 17.003269 -0.452926 +v 0.529401 16.776039 0.028414 +v 1.462981 13.742146 0.309489 +v 1.646539 14.079920 0.168302 +v 0.410639 13.895311 0.343812 +v 0.344027 13.383228 0.599377 +v 0.306684 14.289096 0.067082 +v 0.000026 14.036936 0.200154 +v -0.008588 14.938047 -1.030641 +v 0.228602 14.982800 -1.004701 +v 0.473200 14.998076 -0.945152 +v 0.711142 14.985511 -0.723079 +v 0.744976 14.887846 -0.458494 +v 0.646708 14.679766 -0.224173 +v 0.451388 14.559574 -0.035526 +v 0.267926 14.456694 0.057579 +v 1.346951 11.859765 0.159782 +v 1.283798 11.619125 0.256717 +v 0.015431 15.501652 0.037752 +v 0.000399 15.443718 0.411812 +v -0.000000 15.382360 0.752109 +v 0.000000 15.301130 1.371840 +v 0.000542 15.275113 1.366711 +v -0.000369 15.756747 1.531953 +v -0.001485 15.552203 1.487918 +v -0.000000 15.144670 1.300652 +v -0.000000 16.554829 0.700247 +v -0.000193 14.851020 0.238358 +v -0.000062 9.059969 0.548716 +v -0.000000 15.420129 1.413064 +v -0.000043 15.722699 1.525703 +v -0.000478 14.599570 0.155627 +v -0.000000 16.940220 -0.535749 +v -0.003726 14.633071 -1.101581 +v -0.000371 13.102063 0.634862 +v -0.000000 12.425843 0.723063 +v 0.376728 12.656855 0.794393 +v 0.766077 12.610673 0.796732 +v 0.338606 12.846717 0.747419 +v -0.000833 12.906754 0.656356 +v 0.909024 12.759311 0.754098 +v 1.866559 -0.023038 0.942110 +v 1.769590 0.356639 0.941028 +v 1.859112 -0.050621 0.602198 +v 1.799828 0.352493 0.611806 +v 1.656603 0.000712 1.028495 +v 1.654525 0.363575 1.039186 +v 1.575322 0.461438 0.565504 +v 1.388790 0.017266 1.515237 +v 1.613526 0.014424 1.517986 +v 1.655222 0.357036 1.481394 +v 1.423829 0.284370 1.533108 +v 1.830983 0.350562 1.375141 +v 1.859790 -0.006232 1.380538 +v 1.623442 -0.002707 1.426343 +v 1.643382 0.363122 1.378170 +v 1.652713 0.361543 1.087534 +v 1.873205 0.349247 1.101521 +v 1.639270 0.363080 1.185497 +v 1.433347 0.364058 1.188162 +v 1.696482 -0.027989 0.549970 +v 1.655847 0.000043 1.215534 +v 1.654687 -0.009031 1.087459 +v 1.871800 0.008169 1.105066 +v 1.449994 0.481692 0.567173 +v 1.437596 0.013222 1.204261 +v 1.419246 -0.006253 0.542581 +v 1.898429 0.176867 0.966487 +v 1.922435 0.142753 0.618723 +v 1.668830 0.185685 1.031751 +v 1.609988 0.104989 1.625223 +v 1.420289 0.116813 1.626034 +v 1.845758 0.194032 1.468744 +v 1.619219 0.197695 1.495714 +v 1.891395 0.156463 1.147712 +v 1.669503 0.180094 1.093458 +v 1.451782 0.178979 1.204964 +v 1.647357 0.182016 1.183110 +v 1.004095 0.009314 0.911139 +v 1.116058 0.393712 0.934488 +v 0.994884 0.019547 0.543783 +v 1.139859 0.437787 0.559017 +v 1.207719 -0.004542 1.021382 +v 1.206194 0.389452 1.029390 +v 1.330335 0.479425 0.569736 +v 1.388790 0.017266 1.515237 +v 1.187484 -0.006560 1.509267 +v 1.195700 0.348015 1.475889 +v 1.423829 0.284370 1.533108 +v 0.990208 0.371949 1.347072 +v 1.019804 -0.009903 1.412101 +v 1.211195 -0.010028 1.407852 +v 1.207044 0.361621 1.346120 +v 1.218782 0.378105 1.093351 +v 1.012523 0.385622 1.103463 +v 1.206465 0.378648 1.170068 +v 1.433347 0.364058 1.188162 +v 1.160185 0.011002 0.540031 +v 1.191427 -0.010682 1.175153 +v 1.192898 -0.005383 1.086938 +v 1.019209 0.009234 1.095455 +v 1.447486 0.016769 1.032846 +v 1.435839 0.373704 1.039806 +v 1.437596 0.013222 1.204261 +v 0.979429 0.209559 0.929251 +v 1.013588 0.241668 0.553372 +v 1.224643 0.197204 1.045009 +v 1.186202 0.201223 1.584586 +v 1.420289 0.116813 1.626034 +v 0.973122 0.195615 1.471532 +v 1.189011 0.190266 1.482171 +v 0.996899 0.198594 1.108243 +v 1.221651 0.194830 1.097118 +v 1.451782 0.178979 1.204964 +v 1.224741 0.192430 1.197521 +v 1.439727 0.209020 1.047668 +v -1.866559 -0.023040 0.942110 +v -1.769599 0.356638 0.941028 +v -1.859112 -0.050621 0.602198 +v -1.799828 0.352493 0.611806 +v -1.656603 0.000712 1.028495 +v -1.654525 0.363574 1.039187 +v -1.575322 0.461438 0.565504 +v -1.388790 0.017266 1.515237 +v -1.613526 0.014425 1.517986 +v -1.655222 0.357036 1.481394 +v -1.423829 0.284370 1.533108 +v -1.830983 0.350562 1.375142 +v -1.859812 -0.006309 1.380555 +v -1.623443 -0.002707 1.426343 +v -1.643382 0.363122 1.378170 +v -1.652713 0.361544 1.087534 +v -1.873205 0.349247 1.101521 +v -1.639270 0.363080 1.185497 +v -1.433328 0.364137 1.188144 +v -1.696482 -0.027989 0.549970 +v -1.655847 0.000044 1.215535 +v -1.654687 -0.009031 1.087460 +v -1.871801 0.008170 1.105066 +v -1.450001 0.481694 0.567174 +v -1.437596 0.013222 1.204261 +v -1.419246 -0.006253 0.542581 +v -1.898429 0.176867 0.966487 +v -1.922435 0.142755 0.618723 +v -1.668830 0.185684 1.031751 +v -1.609989 0.104990 1.625223 +v -1.420289 0.116813 1.626034 +v -1.845758 0.194033 1.468744 +v -1.619219 0.197695 1.495715 +v -1.891396 0.156463 1.147712 +v -1.669503 0.180095 1.093459 +v -1.451782 0.178980 1.204964 +v -1.647357 0.182016 1.183110 +v -1.004095 0.009314 0.911140 +v -1.116058 0.393713 0.934488 +v -0.994884 0.019547 0.543784 +v -1.139859 0.437787 0.559018 +v -1.207720 -0.004542 1.021382 +v -1.206194 0.389453 1.029390 +v -1.330335 0.479425 0.569737 +v -1.388790 0.017266 1.515237 +v -1.187484 -0.006559 1.509267 +v -1.195700 0.348016 1.475889 +v -1.423847 0.284289 1.533130 +v -0.990208 0.371949 1.347072 +v -1.019804 -0.009902 1.412102 +v -1.211195 -0.010027 1.407853 +v -1.207044 0.361621 1.346120 +v -1.218782 0.378105 1.093351 +v -1.012523 0.385622 1.103463 +v -1.206465 0.378648 1.170068 +v -1.433347 0.364058 1.188162 +v -1.160186 0.011002 0.540031 +v -1.191427 -0.010682 1.175153 +v -1.192898 -0.005382 1.086938 +v -1.019209 0.009234 1.095455 +v -1.447486 0.016768 1.032846 +v -1.435839 0.373704 1.039806 +v -1.437596 0.013222 1.204261 +v -0.979429 0.209550 0.929251 +v -1.013588 0.241668 0.553373 +v -1.224644 0.197204 1.045009 +v -1.186202 0.201224 1.584586 +v -1.420270 0.116893 1.626011 +v -0.973122 0.195616 1.471532 +v -1.189011 0.190266 1.482171 +v -0.996899 0.198594 1.108243 +v -1.221651 0.194831 1.097118 +v -1.451782 0.178980 1.204964 +v -1.224741 0.192430 1.197521 +v -1.439728 0.209020 1.047669 +v -1.636105 0.849269 -0.800759 +v -1.208326 0.929884 -0.290352 +v -1.223963 0.848454 -0.813620 +v -1.628730 0.497864 0.214496 +v -1.346350 0.612978 0.289177 +v -1.117090 0.495840 0.156559 +v -1.430450 0.395643 -1.127529 +v -1.570870 0.396042 -0.983569 +v -1.180251 0.371647 -0.939945 +v -1.380211 0.006675 -0.969842 +v -1.559414 0.049180 -0.921508 +v -1.165601 0.066942 -0.918258 +v -1.696180 0.351667 -0.703673 +v -1.682452 0.160587 -0.735195 +v -1.768108 0.391757 -0.379369 +v -1.724331 0.125753 -0.521611 +v -1.828069 0.271692 0.107165 +v -1.818120 0.109921 0.008089 +v -1.105542 0.367068 -0.485566 +v -1.144738 0.061059 -0.608498 +v -1.155091 0.192058 0.118288 +v -1.352396 -0.033230 -0.684338 +v -1.351981 0.083827 0.073456 +v -1.652891 0.001206 0.002434 +v -1.579571 -0.002244 -0.644462 +v 1.728717 0.861877 -0.560950 +v 1.207674 0.929344 -0.290347 +v 1.158276 0.881198 -0.437790 +v 1.628449 0.497488 0.214495 +v 1.346202 0.613088 0.289176 +v 1.117090 0.495840 0.156558 +v 1.430450 0.395643 -1.127530 +v 1.570870 0.396042 -0.983569 +v 1.180252 0.371646 -0.939945 +v 1.380211 0.006675 -0.969843 +v 1.559414 0.049180 -0.921508 +v 1.165601 0.066941 -0.918259 +v 1.696181 0.351666 -0.703674 +v 1.682453 0.160587 -0.735196 +v 1.768108 0.391757 -0.379369 +v 1.724330 0.125752 -0.521612 +v 1.828046 0.271772 0.107156 +v 1.818120 0.109921 0.008089 +v 1.105542 0.367068 -0.485566 +v 1.144738 0.061059 -0.608499 +v 1.155091 0.192058 0.118287 +v 1.352396 -0.033231 -0.684338 +v 1.351981 0.083827 0.073455 +v 1.652891 0.001205 0.002434 +v 1.579571 -0.002245 -0.644463 +vt 0.810900 0.042100 +vt 0.816400 0.041600 +vt 0.806500 0.043900 +vt 0.801800 0.048100 +vt 0.797000 0.089300 +vt 0.810800 0.121200 +vt 0.803600 0.112800 +vt 0.795900 0.087500 +vt 0.808000 0.070200 +vt 0.795200 0.067900 +vt 0.806500 0.103700 +vt 0.798900 0.087000 +vt 0.804600 0.069000 +vt 0.806700 0.053100 +vt 0.813100 0.046000 +vt 0.815100 0.100400 +vt 0.805000 0.086400 +vt 0.810000 0.070000 +vt 0.812700 0.052700 +vt 0.818500 0.049100 +vt 0.831500 0.457400 +vt 0.829100 0.448700 +vt 0.834100 0.448300 +vt 0.836000 0.454400 +vt 0.839200 0.461400 +vt 0.838900 0.457800 +vt 0.844700 0.454900 +vt 0.843000 0.451900 +vt 0.845700 0.439900 +vt 0.842200 0.443000 +vt 0.838500 0.438000 +vt 0.837100 0.431600 +vt 0.831200 0.441200 +vt 0.834800 0.443700 +vt 0.846300 0.448200 +vt 0.843000 0.447600 +vt 0.837200 0.337300 +vt 0.842000 0.335900 +vt 0.845100 0.341600 +vt 0.833988 0.340854 +vt 0.267200 0.914300 +vt 0.229600 0.900800 +vt 0.253100 0.875500 +vt 0.282500 0.893900 +vt 0.847900 0.336000 +vt 0.852200 0.339800 +vt 0.855300 0.344300 +vt 0.856200 0.353100 +vt 0.842200 0.355500 +vt 0.848500 0.347800 +vt 0.839600 0.347000 +vt 0.832600 0.350900 +vt 0.833200 0.340800 +vt 0.834300 0.333700 +vt 0.840300 0.331700 +vt 0.846400 0.331700 +vt 0.910100 0.461900 +vt 0.904900 0.463900 +vt 0.897700 0.460300 +vt 0.908000 0.458100 +vt 0.915700 0.461900 +vt 0.914500 0.464700 +vt 0.896300 0.469900 +vt 0.901800 0.470400 +vt 0.899600 0.477500 +vt 0.894200 0.477300 +vt 0.919600 0.468900 +vt 0.916600 0.470200 +vt 0.921500 0.477200 +vt 0.917900 0.476900 +vt 0.902700 0.477100 +vt 0.903700 0.470900 +vt 0.906700 0.465800 +vt 0.912700 0.466100 +vt 0.909800 0.464400 +vt 0.913700 0.471000 +vt 0.914300 0.477400 +vt 0.908400 0.449000 +vt 0.918700 0.459000 +vt 0.924300 0.467600 +vt 0.927400 0.476500 +vt 0.835500 0.425300 +vt 0.850500 0.434800 +vt 0.840100 0.466700 +vt 0.826400 0.461900 +vt 0.832000 0.474600 +vt 0.818900 0.468900 +vt 0.823400 0.448000 +vt 0.816600 0.448300 +vt 0.826400 0.438800 +vt 0.819700 0.433600 +vt 0.828600 0.419500 +vt 0.852400 0.449000 +vt 0.849300 0.458600 +vt 0.873400 0.476600 +vt 0.876100 0.476200 +vt 0.876500 0.479400 +vt 0.873500 0.479300 +vt 0.875000 0.471800 +vt 0.878100 0.473300 +vt 0.878200 0.468800 +vt 0.881200 0.472700 +vt 0.879200 0.478300 +vt 0.883000 0.477800 +vt 0.869900 0.474000 +vt 0.868600 0.478600 +vt 0.862600 0.477900 +vt 0.865600 0.472400 +vt 0.871900 0.470600 +vt 0.952500 0.466200 +vt 0.951500 0.457600 +vt 0.950500 0.444700 +vt 0.960700 0.455800 +vt 0.953900 0.473400 +vt 0.966400 0.470800 +vt 0.940900 0.453700 +vt 0.940200 0.440000 +vt 0.939100 0.465700 +vt 0.940000 0.475600 +vt 0.894800 0.448700 +vt 0.886400 0.463300 +vt 0.882200 0.455100 +vt 0.877100 0.372700 +vt 0.853500 0.360500 +vt 0.876000 0.350700 +vt 0.894200 0.357300 +vt 0.886900 0.432300 +vt 0.908200 0.419200 +vt 0.870200 0.443100 +vt 0.899800 0.398900 +vt 0.917100 0.373700 +vt 0.934400 0.408600 +vt 0.880100 0.411700 +vt 0.867300 0.423300 +vt 0.866900 0.388900 +vt 0.851700 0.405200 +vt 0.870500 0.467600 +vt 0.887800 0.470600 +vt 0.888900 0.477200 +vt 0.884900 0.325500 +vt 0.921900 0.330900 +vt 0.845600 0.376900 +vt 0.834900 0.399800 +vt 0.853100 0.467900 +vt 0.848300 0.475400 +vt 0.858500 0.461600 +vt 0.825300 0.369200 +vt 0.839400 0.361800 +vt 0.811400 0.387800 +vt 0.798300 0.468000 +vt 0.797400 0.446800 +vt 0.800400 0.428500 +vt 0.803800 0.406800 +vt 0.356800 0.915500 +vt 0.374000 0.912000 +vt 0.375500 0.934800 +vt 0.365200 0.935400 +vt 0.341900 0.921200 +vt 0.353700 0.937900 +vt 0.323000 0.925700 +vt 0.334000 0.936100 +vt 0.961000 0.396200 +vt 0.975500 0.423000 +vt 0.989500 0.457900 +vt 0.370200 0.947800 +vt 0.377300 0.949500 +vt 0.361100 0.946500 +vt 0.935600 0.353000 +vt 0.349000 0.950200 +vt 0.910100 0.303000 +vt 0.895400 0.247800 +vt 0.942300 0.237000 +vt 0.959600 0.280100 +vt 0.334800 0.958100 +vt 0.325700 0.942100 +vt 0.744800 0.417800 +vt 0.766000 0.434100 +vt 0.766700 0.459400 +vt 0.730800 0.445000 +vt 0.716300 0.387600 +vt 0.690100 0.406300 +vt 0.699100 0.329200 +vt 0.668500 0.332400 +vt 0.752900 0.393100 +vt 0.772600 0.411600 +vt 0.734100 0.364400 +vt 0.721000 0.329200 +vt 0.714700 0.293400 +vt 0.732500 0.312600 +vt 0.689500 0.275500 +vt 0.820500 0.336700 +vt 0.828600 0.321900 +vt 0.829700 0.354000 +vt 0.839700 0.318200 +vt 0.852100 0.317700 +vt 0.864500 0.320500 +vt 0.853700 0.332000 +vt 0.868200 0.337900 +vt 0.871400 0.346300 +vt 0.797100 0.333700 +vt 0.808800 0.357100 +vt 0.762800 0.367900 +vt 0.777300 0.392400 +vt 0.780900 0.347200 +vt 0.794400 0.371800 +vt 0.800000 0.297200 +vt 0.747400 0.341100 +vt 0.714500 0.249700 +vt 0.734300 0.271300 +vt 0.769700 0.321800 +vt 0.848800 0.272700 +vt 0.871500 0.275400 +vt 0.916700 0.318700 +vt 0.822700 0.280400 +vt 0.837400 0.247400 +vt 0.869700 0.243700 +vt 0.783300 0.271100 +vt 0.806500 0.256800 +vt 0.753300 0.293500 +vt 0.820700 0.223400 +vt 0.866600 0.217500 +vt 0.888300 0.223500 +vt 0.763300 0.247900 +vt 0.790800 0.233500 +vt 0.811900 0.202900 +vt 0.861000 0.193100 +vt 0.879300 0.194400 +vt 0.748000 0.226100 +vt 0.777800 0.212700 +vt 0.313900 0.947400 +vt 0.933000 0.211000 +vt 0.923900 0.183500 +vt 0.290000 0.943300 +vt 0.284000 0.953000 +vt 0.264200 0.942500 +vt 0.262900 0.930000 +vt 0.296600 0.933100 +vt 0.307700 0.915500 +vt 0.324300 0.899500 +vt 0.303000 0.873400 +vt 0.345400 0.889000 +vt 0.331500 0.851800 +vt 0.273800 0.852400 +vt 0.293200 0.828600 +vt 0.241100 0.836900 +vt 0.253900 0.813500 +vt 0.311000 0.581400 +vt 0.348500 0.582000 +vt 0.349200 0.616900 +vt 0.313900 0.616200 +vt 0.202600 0.544300 +vt 0.234100 0.547500 +vt 0.243500 0.579700 +vt 0.211500 0.576200 +vt 0.243400 0.612800 +vt 0.213400 0.606800 +vt 0.232900 0.644700 +vt 0.206100 0.636300 +vt 0.172800 0.539600 +vt 0.182100 0.573400 +vt 0.184300 0.600600 +vt 0.179200 0.626600 +vt 0.217700 0.778200 +vt 0.267500 0.787600 +vt 0.208700 0.804900 +vt 0.316800 0.770800 +vt 0.308300 0.799800 +vt 0.283000 0.760800 +vt 0.246500 0.685000 +vt 0.261400 0.653900 +vt 0.287000 0.667700 +vt 0.275300 0.695700 +vt 0.334000 0.401200 +vt 0.353600 0.378300 +vt 0.366200 0.385800 +vt 0.351500 0.429300 +vt 0.298900 0.419900 +vt 0.306300 0.451300 +vt 0.347800 0.471500 +vt 0.305100 0.483100 +vt 0.303400 0.707300 +vt 0.317700 0.679800 +vt 0.231100 0.924500 +vt 0.238100 0.941000 +vt 0.230800 0.714600 +vt 0.194300 0.703900 +vt 0.215900 0.676600 +vt 0.190200 0.666100 +vt 0.176900 0.688500 +vt 0.156700 0.670200 +vt 0.165300 0.653000 +vt 0.268000 0.547700 +vt 0.307400 0.546600 +vt 0.274800 0.581700 +vt 0.277500 0.621000 +vt 0.318400 0.646900 +vt 0.349600 0.648300 +vt 0.349500 0.677200 +vt 0.262800 0.723800 +vt 0.293600 0.734300 +vt 0.190100 0.731800 +vt 0.217500 0.739400 +vt 0.226300 0.860300 +vt 0.247200 0.750500 +vt 0.158500 0.806600 +vt 0.105800 0.810700 +vt 0.106300 0.798900 +vt 0.161400 0.789500 +vt 0.156300 0.713000 +vt 0.142400 0.695600 +vt 0.053700 0.814600 +vt 0.054200 0.806900 +vt 0.212100 0.945600 +vt 0.205900 0.928300 +vt 0.155600 0.775700 +vt 0.194700 0.760900 +vt 0.156400 0.822800 +vt 0.201900 0.826900 +vt 0.154600 0.841600 +vt 0.194700 0.848900 +vt 0.180400 0.749600 +vt 0.056500 0.799300 +vt 0.105700 0.787500 +vt 0.166600 0.741500 +vt 0.166500 0.730000 +vt 0.199800 0.909800 +vt 0.193000 0.897400 +vt 0.209000 0.883000 +vt 0.149900 0.764800 +vt 0.145500 0.757000 +vt 0.313700 0.367800 +vt 0.284100 0.381200 +vt 0.285400 0.323500 +vt 0.264300 0.338500 +vt 0.268400 0.298500 +vt 0.248800 0.307300 +vt 0.251400 0.271800 +vt 0.235700 0.277500 +vt 0.237500 0.235500 +vt 0.225200 0.241500 +vt 0.220700 0.190400 +vt 0.212000 0.196300 +vt 0.199400 0.139900 +vt 0.183100 0.141000 +vt 0.252200 0.393700 +vt 0.261700 0.433900 +vt 0.238400 0.350400 +vt 0.226000 0.315400 +vt 0.216500 0.282400 +vt 0.208900 0.246000 +vt 0.197500 0.200800 +vt 0.174100 0.142600 +vt 0.221000 0.401200 +vt 0.227000 0.440500 +vt 0.211000 0.356200 +vt 0.201700 0.320400 +vt 0.195500 0.286300 +vt 0.190900 0.249200 +vt 0.182800 0.204300 +vt 0.161900 0.148900 +vt 0.191300 0.406000 +vt 0.191600 0.443100 +vt 0.185400 0.360900 +vt 0.179000 0.322200 +vt 0.175200 0.289100 +vt 0.171900 0.252000 +vt 0.163300 0.207700 +vt 0.153100 0.152400 +vt 0.334800 0.358900 +vt 0.299500 0.315700 +vt 0.282500 0.290800 +vt 0.263100 0.265900 +vt 0.246900 0.228300 +vt 0.227800 0.182800 +vt 0.208900 0.141500 +vt 0.154900 0.443100 +vt 0.162900 0.408700 +vt 0.162500 0.362600 +vt 0.159500 0.323900 +vt 0.157200 0.289900 +vt 0.155000 0.253300 +vt 0.147600 0.206100 +vt 0.144000 0.157600 +vt 0.473500 0.121600 +vt 0.480300 0.113400 +vt 0.486500 0.122400 +vt 0.477300 0.132100 +vt 0.486300 0.107500 +vt 0.493500 0.118500 +vt 0.495200 0.101400 +vt 0.501400 0.114900 +vt 0.507500 0.098600 +vt 0.511600 0.115100 +vt 0.535400 0.062900 +vt 0.531400 0.060400 +vt 0.534000 0.057000 +vt 0.537700 0.058500 +vt 0.539100 0.055200 +vt 0.537100 0.054100 +vt 0.533200 0.066300 +vt 0.529000 0.063500 +vt 0.530600 0.070900 +vt 0.526300 0.068600 +vt 0.528600 0.075200 +vt 0.522400 0.073500 +vt 0.525300 0.083700 +vt 0.518400 0.079200 +vt 0.514700 0.065700 +vt 0.512000 0.066400 +vt 0.518300 0.063700 +vt 0.523300 0.059200 +vt 0.525400 0.057200 +vt 0.529300 0.054600 +vt 0.532900 0.053300 +vt 0.532900 0.090500 +vt 0.532200 0.084300 +vt 0.533600 0.076000 +vt 0.537000 0.070100 +vt 0.539700 0.066100 +vt 0.541500 0.062400 +vt 0.541700 0.057900 +vt 0.431100 0.170200 +vt 0.435500 0.177900 +vt 0.431500 0.183800 +vt 0.427700 0.177400 +vt 0.428300 0.187800 +vt 0.424800 0.182700 +vt 0.425700 0.191500 +vt 0.422000 0.187900 +vt 0.422300 0.195300 +vt 0.420000 0.190900 +vt 0.426700 0.169200 +vt 0.422400 0.177200 +vt 0.420300 0.180300 +vt 0.417700 0.185900 +vt 0.417700 0.190300 +vt 0.413900 0.189400 +vt 0.415600 0.185400 +vt 0.418100 0.180900 +vt 0.419700 0.178100 +vt 0.422900 0.171800 +vt 0.501300 0.020300 +vt 0.498000 0.018900 +vt 0.499600 0.015500 +vt 0.502000 0.016400 +vt 0.498600 0.027800 +vt 0.495000 0.026300 +vt 0.496800 0.033800 +vt 0.493100 0.032300 +vt 0.494700 0.038900 +vt 0.490300 0.037100 +vt 0.493800 0.044500 +vt 0.487500 0.042400 +vt 0.492400 0.050100 +vt 0.485200 0.048100 +vt 0.503200 0.014100 +vt 0.505400 0.020400 +vt 0.504800 0.027900 +vt 0.502800 0.034200 +vt 0.499800 0.041600 +vt 0.499200 0.046100 +vt 0.499100 0.050300 +vt 0.368800 0.160200 +vt 0.371800 0.160000 +vt 0.372000 0.163500 +vt 0.366300 0.161300 +vt 0.377200 0.159300 +vt 0.379400 0.162600 +vt 0.383200 0.157400 +vt 0.386200 0.162100 +vt 0.391900 0.155000 +vt 0.394100 0.161600 +vt 0.397600 0.153800 +vt 0.398400 0.160300 +vt 0.403400 0.153200 +vt 0.402400 0.159100 +vt 0.367700 0.158100 +vt 0.370900 0.156800 +vt 0.377000 0.153500 +vt 0.383900 0.151000 +vt 0.391500 0.150000 +vt 0.395700 0.149100 +vt 0.404100 0.146400 +vt 0.478600 0.041800 +vt 0.481500 0.039600 +vt 0.483600 0.035100 +vt 0.486600 0.028900 +vt 0.489500 0.023400 +vt 0.494300 0.016400 +vt 0.500000 0.013200 +vt 0.369700 0.154500 +vt 0.365700 0.158100 +vt 0.378200 0.152100 +vt 0.384100 0.149900 +vt 0.390700 0.147500 +vt 0.395400 0.145500 +vt 0.399000 0.144200 +vt 0.460700 0.042000 +vt 0.467300 0.050200 +vt 0.461100 0.053700 +vt 0.457000 0.044300 +vt 0.454200 0.036800 +vt 0.457000 0.035600 +vt 0.452700 0.026700 +vt 0.449600 0.027400 +vt 0.446900 0.021800 +vt 0.450000 0.020400 +vt 0.447500 0.015500 +vt 0.444900 0.017200 +vt 0.446200 0.012100 +vt 0.443600 0.013200 +vt 0.449400 0.012500 +vt 0.445700 0.011100 +vt 0.453600 0.018000 +vt 0.457400 0.023300 +vt 0.462000 0.032500 +vt 0.466400 0.037200 +vt 0.471300 0.040400 +vt 0.443000 0.012000 +vt 0.441100 0.017200 +vt 0.441000 0.022000 +vt 0.442600 0.028100 +vt 0.446600 0.038200 +vt 0.448500 0.047700 +vt 0.448300 0.052300 +vt 0.365800 0.125400 +vt 0.363600 0.128300 +vt 0.361400 0.125300 +vt 0.363700 0.124700 +vt 0.369400 0.126900 +vt 0.370100 0.131300 +vt 0.377000 0.129600 +vt 0.376700 0.132800 +vt 0.386000 0.131300 +vt 0.386300 0.136300 +vt 0.394700 0.133500 +vt 0.392900 0.137500 +vt 0.399900 0.135100 +vt 0.398800 0.139000 +vt 0.367000 0.122900 +vt 0.364000 0.123100 +vt 0.370600 0.122600 +vt 0.377100 0.123400 +vt 0.387100 0.126200 +vt 0.395300 0.127900 +vt 0.403500 0.129000 +vt 0.361900 0.122400 +vt 0.366200 0.119200 +vt 0.371200 0.120000 +vt 0.377500 0.121100 +vt 0.388400 0.121800 +vt 0.398100 0.123400 +vt 0.402900 0.123900 +vt 0.416300 0.045600 +vt 0.414000 0.047500 +vt 0.412200 0.045300 +vt 0.413600 0.043600 +vt 0.421000 0.048500 +vt 0.418100 0.051000 +vt 0.424400 0.051700 +vt 0.422300 0.055200 +vt 0.433000 0.057700 +vt 0.430500 0.061900 +vt 0.437100 0.060600 +vt 0.433800 0.065600 +vt 0.444500 0.065700 +vt 0.440800 0.073100 +vt 0.410600 0.081100 +vt 0.410200 0.084400 +vt 0.405600 0.082900 +vt 0.406300 0.079800 +vt 0.416300 0.082600 +vt 0.414800 0.086300 +vt 0.422000 0.084300 +vt 0.419700 0.088200 +vt 0.428000 0.085500 +vt 0.425200 0.090000 +vt 0.432300 0.086100 +vt 0.430700 0.091900 +vt 0.439300 0.087100 +vt 0.437500 0.095300 +vt 0.412200 0.041500 +vt 0.419400 0.041900 +vt 0.424600 0.044900 +vt 0.429100 0.048200 +vt 0.435900 0.052700 +vt 0.438900 0.054600 +vt 0.444300 0.055500 +vt 0.412100 0.051200 +vt 0.409600 0.044000 +vt 0.415300 0.054900 +vt 0.418800 0.057900 +vt 0.427700 0.065700 +vt 0.431300 0.069300 +vt 0.432900 0.075200 +vt 0.383600 0.096700 +vt 0.379600 0.094800 +vt 0.376200 0.092300 +vt 0.383900 0.093000 +vt 0.387700 0.097800 +vt 0.388300 0.095600 +vt 0.393600 0.101000 +vt 0.392700 0.097800 +vt 0.402200 0.106400 +vt 0.404100 0.102800 +vt 0.407000 0.109600 +vt 0.408800 0.105100 +vt 0.412200 0.112100 +vt 0.414500 0.108700 +vt 0.382500 0.098400 +vt 0.378600 0.096500 +vt 0.386400 0.100800 +vt 0.391600 0.104400 +vt 0.399300 0.110000 +vt 0.403700 0.113700 +vt 0.408600 0.116900 +vt 0.378700 0.102000 +vt 0.374200 0.096000 +vt 0.383700 0.105800 +vt 0.388400 0.109500 +vt 0.395200 0.114600 +vt 0.397900 0.117100 +vt 0.402800 0.120300 +vt 0.409800 0.086800 +vt 0.408300 0.078400 +vt 0.413000 0.088600 +vt 0.418600 0.091600 +vt 0.422800 0.093500 +vt 0.427600 0.096500 +vt 0.432100 0.100400 +vt 0.408000 0.078700 +vt 0.410700 0.077500 +vt 0.417200 0.078000 +vt 0.422500 0.078500 +vt 0.428600 0.078800 +vt 0.431500 0.078600 +vt 0.432300 0.078100 +vt 0.408300 0.090000 +vt 0.405300 0.087200 +vt 0.411500 0.092500 +vt 0.415600 0.095700 +vt 0.419900 0.098700 +vt 0.422900 0.102200 +vt 0.425700 0.105000 +vt 0.406100 0.091600 +vt 0.404800 0.088200 +vt 0.409400 0.095000 +vt 0.413200 0.098300 +vt 0.417100 0.102500 +vt 0.420100 0.105600 +vt 0.421300 0.108000 +vt 0.403500 0.091400 +vt 0.401600 0.088900 +vt 0.407800 0.096300 +vt 0.411600 0.100100 +vt 0.415300 0.105000 +vt 0.416300 0.107700 +vt 0.416700 0.108500 +vt 0.519900 0.091700 +vt 0.525000 0.101100 +vt 0.516800 0.119500 +vt 0.513500 0.088600 +vt 0.509100 0.078400 +vt 0.305200 0.513800 +vt 0.347100 0.508200 +vt 0.347300 0.544900 +vt 0.228300 0.519000 +vt 0.263200 0.517400 +vt 0.227400 0.469000 +vt 0.189200 0.469600 +vt 0.147500 0.466200 +vt 0.196100 0.517900 +vt 0.226500 0.493300 +vt 0.192000 0.493200 +vt 0.160700 0.490400 +vt 0.166500 0.515500 +vt 0.138200 0.406400 +vt 0.126800 0.439600 +vt 0.340100 0.348300 +vt 0.363500 0.373400 +vt 0.142000 0.359500 +vt 0.309400 0.311700 +vt 0.140600 0.325500 +vt 0.290200 0.285300 +vt 0.138100 0.294300 +vt 0.275200 0.259000 +vt 0.132700 0.255100 +vt 0.257900 0.225400 +vt 0.134400 0.204900 +vt 0.233900 0.181800 +vt 0.130300 0.160300 +vt 0.212600 0.142300 +vt 0.377100 0.383600 +vt 0.116000 0.452600 +vt 0.445600 0.083000 +vt 0.432300 0.077800 +vt 0.454900 0.065200 +vt 0.447300 0.054500 +vt 0.475700 0.054800 +vt 0.474900 0.041000 +vt 0.401200 0.141500 +vt 0.407100 0.140700 +vt 0.404800 0.122900 +vt 0.410800 0.123500 +vt 0.416500 0.108900 +vt 0.422500 0.113500 +vt 0.499700 0.055700 +vt 0.491600 0.053400 +vt 0.506200 0.065600 +vt 0.496200 0.072000 +vt 0.443100 0.095600 +vt 0.481400 0.076800 +vt 0.471700 0.084700 +vt 0.463200 0.094600 +vt 0.456000 0.103700 +vt 0.435800 0.103100 +vt 0.470200 0.130100 +vt 0.450800 0.113500 +vt 0.407000 0.154300 +vt 0.407800 0.158400 +vt 0.424600 0.162500 +vt 0.424500 0.167800 +vt 0.424800 0.164900 +vt 0.419600 0.160800 +vt 0.434500 0.158300 +vt 0.449400 0.154600 +vt 0.442200 0.164200 +vt 0.439300 0.169900 +vt 0.530800 0.112600 +vt 0.523700 0.126800 +vt 0.533600 0.102300 +vt 0.538600 0.119800 +vt 0.539700 0.135400 +vt 0.492300 0.061300 +vt 0.502800 0.060900 +vt 0.477400 0.062600 +vt 0.462400 0.072600 +vt 0.455000 0.088100 +vt 0.448800 0.099300 +vt 0.442000 0.107300 +vt 0.412200 0.154600 +vt 0.413800 0.158800 +vt 0.412400 0.142800 +vt 0.418500 0.127700 +vt 0.422700 0.145200 +vt 0.428300 0.133700 +vt 0.430500 0.118200 +vt 0.439800 0.124600 +vt 0.429700 0.106900 +vt 0.438600 0.113200 +vt 0.449000 0.119700 +vt 0.455900 0.125100 +vt 0.435900 0.147200 +vt 0.453800 0.146100 +vt 0.536300 0.111300 +vt 0.454900 0.132800 +vt 0.438600 0.137400 +vt 0.554000 0.122700 +vt 0.547100 0.118400 +vt 0.838600 0.456500 +vt 0.839500 0.451500 +vt 0.838200 0.452300 +vt 0.837900 0.447900 +vt 0.839400 0.444900 +vt 0.838400 0.442100 +vt 0.838200 0.444900 +vt 0.839500 0.447900 +vt 0.176100 0.886900 +vt 0.184200 0.871400 +vt 0.141700 0.880600 +vt 0.149300 0.863200 +vt 0.107700 0.838100 +vt 0.106200 0.823000 +vt 0.162000 0.721300 +vt 0.105200 0.776200 +vt 0.100400 0.765300 +vt 0.108600 0.871800 +vt 0.108300 0.856100 +vt 0.074500 0.867900 +vt 0.062600 0.848000 +vt 0.054000 0.822700 +vt 0.055900 0.833700 +vt 0.062300 0.791100 +vt 0.473500 0.132900 +vt 0.015800 0.817300 +vt 0.016000 0.812800 +vt 0.014600 0.822000 +vt 0.069700 0.781400 +vt 0.012900 0.829200 +vt 0.012600 0.835200 +vt 0.014900 0.853900 +vt 0.015200 0.808900 +vt 0.014600 0.807100 +vt 0.261800 0.489800 +vt 0.264000 0.463800 +vt 0.014700 0.807100 +vt 0.012900 0.802700 +vt 0.543500 0.133300 +vt 0.910000 0.467300 +vt 0.909300 0.465700 +vt 0.908200 0.473100 +vt 0.908200 0.476800 +vt 0.910900 0.471000 +vt 0.911300 0.477800 +vt 0.908700 0.467500 +vt 0.878000 0.483100 +vt 0.882900 0.483000 +vt 0.349300 0.813700 +vt 0.367000 0.832600 +vt 0.363100 0.855300 +vt 0.322300 0.744100 +vt 0.854000 0.334800 +vt 0.859200 0.339100 +vt 0.861200 0.343200 +vt 0.349500 0.778300 +vt 0.350000 0.749600 +vt 0.368400 0.884500 +vt 0.304900 0.953900 +vt 0.295900 0.964300 +vt 0.294000 0.644300 +vt 0.381500 0.779200 +vt 0.381500 0.808700 +vt 0.856300 0.157100 +vt 0.869100 0.156300 +vt 0.918000 0.151000 +vt 0.144000 0.489300 +vt 0.154100 0.519500 +vt 0.131300 0.470000 +vt 0.114200 0.456600 +vt 0.914000 0.482700 +vt 0.911400 0.482600 +vt 0.908500 0.482400 +vt 0.904200 0.482200 +vt 0.918400 0.482800 +vt 0.868500 0.483100 +vt 0.861000 0.483100 +vt 0.848500 0.483100 +vt 0.721000 0.483000 +vt 0.661400 0.424300 +vt 0.381500 0.619000 +vt 0.381500 0.650300 +vt 0.381500 0.583900 +vt 0.381500 0.544400 +vt 0.381500 0.394800 +vt 0.381500 0.433500 +vt 0.163500 0.575900 +vt 0.162900 0.596300 +vt 0.381500 0.505400 +vt 0.381000 0.383700 +vt 0.830500 0.483100 +vt 0.350900 0.724000 +vt 0.326800 0.719400 +vt 0.331600 0.700300 +vt 0.351900 0.701100 +vt 0.846800 0.043900 +vt 0.836800 0.041600 +vt 0.842300 0.042100 +vt 0.851500 0.048100 +vt 0.856300 0.089300 +vt 0.857300 0.087500 +vt 0.849600 0.112800 +vt 0.842400 0.121200 +vt 0.845200 0.070200 +vt 0.858000 0.067900 +vt 0.846700 0.103700 +vt 0.854400 0.087000 +vt 0.848600 0.069000 +vt 0.846600 0.053100 +vt 0.840100 0.046000 +vt 0.838100 0.100400 +vt 0.848200 0.086400 +vt 0.843200 0.070000 +vt 0.840500 0.052700 +vt 0.834800 0.049100 +vt 0.826600 0.098400 +vt 0.826600 0.080000 +vt 0.831500 0.508700 +vt 0.835700 0.512400 +vt 0.834200 0.518600 +vt 0.829000 0.517400 +vt 0.839200 0.504700 +vt 0.838900 0.508300 +vt 0.844700 0.511200 +vt 0.843500 0.512600 +vt 0.845500 0.526300 +vt 0.836800 0.534700 +vt 0.838100 0.528300 +vt 0.842900 0.523500 +vt 0.830900 0.525000 +vt 0.834700 0.523000 +vt 0.846300 0.518000 +vt 0.844300 0.517800 +vt 0.837200 0.628800 +vt 0.833906 0.625246 +vt 0.845100 0.624600 +vt 0.842000 0.630200 +vt 0.495900 0.914300 +vt 0.480600 0.893900 +vt 0.510000 0.875500 +vt 0.533500 0.900800 +vt 0.847900 0.630100 +vt 0.852100 0.626300 +vt 0.855300 0.621900 +vt 0.848500 0.618300 +vt 0.842200 0.610600 +vt 0.856200 0.613000 +vt 0.839500 0.619100 +vt 0.832500 0.615200 +vt 0.833100 0.625300 +vt 0.834200 0.632400 +vt 0.840300 0.634400 +vt 0.846300 0.634400 +vt 0.910000 0.503500 +vt 0.907700 0.507500 +vt 0.897700 0.505600 +vt 0.904600 0.502100 +vt 0.914200 0.500800 +vt 0.915500 0.503800 +vt 0.895700 0.496900 +vt 0.894000 0.488800 +vt 0.899400 0.488300 +vt 0.901100 0.494400 +vt 0.919200 0.496700 +vt 0.915900 0.495000 +vt 0.921600 0.488500 +vt 0.918200 0.488100 +vt 0.902700 0.488000 +vt 0.904100 0.494700 +vt 0.907100 0.499500 +vt 0.909900 0.501100 +vt 0.912600 0.499300 +vt 0.913300 0.494300 +vt 0.914500 0.487700 +vt 0.908400 0.517100 +vt 0.918600 0.507000 +vt 0.924300 0.498500 +vt 0.927400 0.489500 +vt 0.835400 0.540800 +vt 0.850500 0.531300 +vt 0.840100 0.499400 +vt 0.826400 0.504200 +vt 0.832000 0.491500 +vt 0.818900 0.497200 +vt 0.823300 0.518100 +vt 0.816600 0.517800 +vt 0.826200 0.527400 +vt 0.819700 0.532500 +vt 0.828600 0.546600 +vt 0.852400 0.517100 +vt 0.849300 0.507500 +vt 0.873400 0.489500 +vt 0.873500 0.486800 +vt 0.876500 0.486700 +vt 0.876100 0.489900 +vt 0.875000 0.494300 +vt 0.878100 0.492800 +vt 0.878200 0.497300 +vt 0.881300 0.493400 +vt 0.879200 0.487800 +vt 0.883000 0.488100 +vt 0.869900 0.492100 +vt 0.865600 0.493700 +vt 0.862600 0.488200 +vt 0.868600 0.487500 +vt 0.871800 0.495500 +vt 0.952500 0.499900 +vt 0.960700 0.510300 +vt 0.950500 0.521400 +vt 0.951500 0.508500 +vt 0.953900 0.492700 +vt 0.966400 0.495300 +vt 0.940200 0.526100 +vt 0.940900 0.512400 +vt 0.939100 0.500400 +vt 0.940000 0.490500 +vt 0.894800 0.517500 +vt 0.882200 0.511000 +vt 0.886400 0.502800 +vt 0.877100 0.593400 +vt 0.894200 0.608800 +vt 0.876000 0.615400 +vt 0.853400 0.605600 +vt 0.886900 0.533800 +vt 0.908200 0.546900 +vt 0.870200 0.523000 +vt 0.899700 0.567300 +vt 0.917100 0.592400 +vt 0.934400 0.557500 +vt 0.880100 0.554400 +vt 0.867300 0.542800 +vt 0.866900 0.577200 +vt 0.851700 0.560900 +vt 0.870500 0.498500 +vt 0.887800 0.495300 +vt 0.889000 0.488500 +vt 0.921900 0.635200 +vt 0.884900 0.640600 +vt 0.845600 0.589200 +vt 0.834900 0.566300 +vt 0.853100 0.498300 +vt 0.848300 0.490700 +vt 0.858500 0.504500 +vt 0.839400 0.604300 +vt 0.825300 0.596900 +vt 0.811400 0.578300 +vt 0.798300 0.498100 +vt 0.797400 0.519300 +vt 0.800400 0.537600 +vt 0.803800 0.559300 +vt 0.406300 0.915500 +vt 0.397900 0.935400 +vt 0.387600 0.934800 +vt 0.389100 0.912000 +vt 0.421200 0.921200 +vt 0.409400 0.937900 +vt 0.439000 0.929800 +vt 0.424600 0.937200 +vt 0.961000 0.569900 +vt 0.975500 0.543100 +vt 0.989500 0.508200 +vt 0.393000 0.947800 +vt 0.385800 0.949500 +vt 0.402000 0.946500 +vt 0.935500 0.613100 +vt 0.414100 0.950200 +vt 0.909600 0.661600 +vt 0.957900 0.687900 +vt 0.942400 0.720900 +vt 0.895400 0.718300 +vt 0.426500 0.956900 +vt 0.435600 0.942300 +vt 0.744800 0.548300 +vt 0.730800 0.521100 +vt 0.766700 0.506700 +vt 0.766000 0.532000 +vt 0.716300 0.578500 +vt 0.690100 0.559800 +vt 0.699100 0.636900 +vt 0.668400 0.633700 +vt 0.752900 0.573000 +vt 0.772600 0.554500 +vt 0.734100 0.601700 +vt 0.721000 0.636900 +vt 0.714700 0.672700 +vt 0.732500 0.653500 +vt 0.689400 0.690600 +vt 0.820500 0.629400 +vt 0.828500 0.644200 +vt 0.829700 0.612100 +vt 0.839600 0.647900 +vt 0.852000 0.648400 +vt 0.853700 0.634100 +vt 0.864500 0.645600 +vt 0.868200 0.628200 +vt 0.871400 0.619800 +vt 0.797000 0.632400 +vt 0.808800 0.609000 +vt 0.777300 0.573700 +vt 0.762800 0.598200 +vt 0.780900 0.618900 +vt 0.794300 0.594300 +vt 0.800000 0.668900 +vt 0.747300 0.625000 +vt 0.734200 0.694800 +vt 0.714400 0.716400 +vt 0.769700 0.644300 +vt 0.848800 0.693400 +vt 0.871500 0.690700 +vt 0.915400 0.649000 +vt 0.822600 0.685700 +vt 0.837400 0.718700 +vt 0.869700 0.722400 +vt 0.783300 0.695000 +vt 0.806400 0.709300 +vt 0.753300 0.672600 +vt 0.820700 0.742700 +vt 0.866600 0.748600 +vt 0.888200 0.742600 +vt 0.763300 0.718200 +vt 0.790700 0.732600 +vt 0.811900 0.763200 +vt 0.861000 0.773000 +vt 0.879200 0.771700 +vt 0.748000 0.740000 +vt 0.777700 0.753400 +vt 0.448500 0.948400 +vt 0.933900 0.746900 +vt 0.924400 0.777500 +vt 0.473100 0.943300 +vt 0.500200 0.930000 +vt 0.498900 0.942500 +vt 0.479100 0.953000 +vt 0.466500 0.933100 +vt 0.455400 0.915500 +vt 0.438800 0.899500 +vt 0.460100 0.873400 +vt 0.417700 0.889000 +vt 0.431600 0.851800 +vt 0.489300 0.852400 +vt 0.469900 0.828600 +vt 0.509200 0.813500 +vt 0.522000 0.836900 +vt 0.452100 0.581400 +vt 0.449200 0.616200 +vt 0.413900 0.616900 +vt 0.414600 0.582000 +vt 0.560500 0.544300 +vt 0.551200 0.576200 +vt 0.519600 0.579700 +vt 0.529000 0.547500 +vt 0.548500 0.606900 +vt 0.519700 0.612800 +vt 0.555500 0.636500 +vt 0.530200 0.644700 +vt 0.590300 0.539700 +vt 0.579400 0.573600 +vt 0.575600 0.600900 +vt 0.580000 0.627000 +vt 0.545400 0.778200 +vt 0.554400 0.804900 +vt 0.495600 0.787600 +vt 0.446300 0.770800 +vt 0.480100 0.760800 +vt 0.454800 0.799800 +vt 0.516600 0.685000 +vt 0.487800 0.695700 +vt 0.476100 0.667700 +vt 0.501700 0.653900 +vt 0.429100 0.401200 +vt 0.411600 0.429300 +vt 0.395500 0.385600 +vt 0.408000 0.378100 +vt 0.464200 0.419900 +vt 0.456800 0.451300 +vt 0.458000 0.483100 +vt 0.415300 0.471500 +vt 0.459700 0.707300 +vt 0.445400 0.679800 +vt 0.532000 0.924500 +vt 0.525000 0.941000 +vt 0.547200 0.676600 +vt 0.568600 0.703900 +vt 0.532300 0.714600 +vt 0.571800 0.666300 +vt 0.594400 0.653500 +vt 0.604000 0.670700 +vt 0.585500 0.688600 +vt 0.495100 0.547700 +vt 0.488300 0.581700 +vt 0.455700 0.546600 +vt 0.485600 0.621000 +vt 0.444700 0.646900 +vt 0.413500 0.648300 +vt 0.413600 0.677200 +vt 0.500300 0.723800 +vt 0.469500 0.734300 +vt 0.571800 0.731300 +vt 0.545600 0.739400 +vt 0.536800 0.860300 +vt 0.515900 0.750500 +vt 0.604600 0.806600 +vt 0.601700 0.789500 +vt 0.656800 0.798900 +vt 0.657300 0.810700 +vt 0.619400 0.696000 +vt 0.604700 0.712600 +vt 0.708900 0.806900 +vt 0.709400 0.814600 +vt 0.557200 0.928300 +vt 0.551100 0.945600 +vt 0.568400 0.760800 +vt 0.607500 0.775700 +vt 0.606700 0.822800 +vt 0.561200 0.826900 +vt 0.608500 0.841600 +vt 0.568400 0.848900 +vt 0.581500 0.749100 +vt 0.657400 0.787500 +vt 0.706600 0.799300 +vt 0.594400 0.740700 +vt 0.594100 0.729000 +vt 0.563300 0.909800 +vt 0.554100 0.883000 +vt 0.570100 0.897400 +vt 0.613000 0.764700 +vt 0.617200 0.756900 +vt 0.449500 0.367800 +vt 0.479000 0.381200 +vt 0.477700 0.323500 +vt 0.498800 0.338500 +vt 0.494700 0.298500 +vt 0.514300 0.307300 +vt 0.511700 0.271800 +vt 0.527400 0.277500 +vt 0.525600 0.235500 +vt 0.537900 0.241500 +vt 0.541700 0.190600 +vt 0.551100 0.196300 +vt 0.564200 0.139700 +vt 0.580300 0.141500 +vt 0.510900 0.393700 +vt 0.501400 0.433900 +vt 0.524700 0.350400 +vt 0.537100 0.315400 +vt 0.546700 0.282400 +vt 0.554300 0.246000 +vt 0.565600 0.200800 +vt 0.588900 0.143000 +vt 0.542100 0.401200 +vt 0.536200 0.440500 +vt 0.552100 0.356200 +vt 0.561400 0.320400 +vt 0.567600 0.286300 +vt 0.572200 0.249200 +vt 0.580300 0.204300 +vt 0.600600 0.149300 +vt 0.571800 0.406000 +vt 0.571500 0.443100 +vt 0.577700 0.360900 +vt 0.584100 0.322200 +vt 0.588000 0.289100 +vt 0.591200 0.252000 +vt 0.599800 0.207700 +vt 0.609600 0.153200 +vt 0.426800 0.358300 +vt 0.461300 0.315500 +vt 0.478400 0.290600 +vt 0.498700 0.265800 +vt 0.514000 0.228200 +vt 0.533000 0.183100 +vt 0.553800 0.141400 +vt 0.608200 0.443100 +vt 0.600200 0.408700 +vt 0.600600 0.362600 +vt 0.603600 0.323900 +vt 0.606000 0.289900 +vt 0.608100 0.253300 +vt 0.615500 0.206100 +vt 0.619100 0.158500 +vt 0.650900 0.122100 +vt 0.647100 0.132500 +vt 0.637900 0.122900 +vt 0.644100 0.113900 +vt 0.630900 0.118900 +vt 0.638100 0.107900 +vt 0.623000 0.115400 +vt 0.629200 0.101800 +vt 0.616900 0.099100 +vt 0.612800 0.115600 +vt 0.589000 0.063400 +vt 0.586700 0.059000 +vt 0.590400 0.057500 +vt 0.593000 0.060900 +vt 0.585300 0.055700 +vt 0.587300 0.054600 +vt 0.591300 0.066800 +vt 0.595400 0.064000 +vt 0.593800 0.071400 +vt 0.598100 0.069000 +vt 0.595800 0.075700 +vt 0.602000 0.074000 +vt 0.599100 0.084200 +vt 0.606000 0.079700 +vt 0.609700 0.066200 +vt 0.612400 0.066900 +vt 0.606100 0.064200 +vt 0.601100 0.059700 +vt 0.599000 0.057700 +vt 0.595100 0.055100 +vt 0.591500 0.053800 +vt 0.591500 0.091000 +vt 0.592200 0.084700 +vt 0.590800 0.076500 +vt 0.587400 0.070500 +vt 0.584700 0.066500 +vt 0.583000 0.062900 +vt 0.582700 0.058400 +vt 0.693400 0.170700 +vt 0.696700 0.177900 +vt 0.692900 0.184200 +vt 0.688900 0.178400 +vt 0.699700 0.183200 +vt 0.696100 0.188300 +vt 0.702500 0.188400 +vt 0.698700 0.192000 +vt 0.704400 0.191400 +vt 0.702100 0.195800 +vt 0.700100 0.169000 +vt 0.702000 0.177600 +vt 0.704100 0.180700 +vt 0.706700 0.186400 +vt 0.706700 0.190800 +vt 0.708800 0.185900 +vt 0.710500 0.189800 +vt 0.706300 0.181400 +vt 0.704700 0.178600 +vt 0.701500 0.172300 +vt 0.623100 0.020800 +vt 0.622400 0.016900 +vt 0.624800 0.016000 +vt 0.626500 0.019400 +vt 0.625800 0.028300 +vt 0.629400 0.026800 +vt 0.627600 0.034300 +vt 0.631300 0.032800 +vt 0.629700 0.039400 +vt 0.634100 0.037600 +vt 0.630600 0.045000 +vt 0.636900 0.042900 +vt 0.632000 0.050600 +vt 0.639200 0.048600 +vt 0.621200 0.014600 +vt 0.619000 0.020900 +vt 0.619600 0.028300 +vt 0.621600 0.034700 +vt 0.624600 0.042100 +vt 0.625200 0.046600 +vt 0.625300 0.050700 +vt 0.755600 0.160700 +vt 0.758100 0.161700 +vt 0.752400 0.164000 +vt 0.752600 0.160500 +vt 0.745000 0.163100 +vt 0.747300 0.159800 +vt 0.738200 0.162600 +vt 0.741200 0.157900 +vt 0.730300 0.162100 +vt 0.732500 0.155500 +vt 0.726000 0.160800 +vt 0.726900 0.154300 +vt 0.722000 0.159600 +vt 0.721000 0.153600 +vt 0.756700 0.158600 +vt 0.753500 0.157200 +vt 0.747400 0.153900 +vt 0.740600 0.151500 +vt 0.732900 0.150500 +vt 0.728700 0.149600 +vt 0.720300 0.146900 +vt 0.645800 0.042300 +vt 0.642900 0.040100 +vt 0.640800 0.035600 +vt 0.637800 0.029400 +vt 0.634900 0.023900 +vt 0.630100 0.016900 +vt 0.624400 0.013700 +vt 0.754700 0.155000 +vt 0.758700 0.158600 +vt 0.746200 0.152600 +vt 0.740300 0.150300 +vt 0.733700 0.148000 +vt 0.729000 0.146000 +vt 0.725400 0.144700 +vt 0.663700 0.042500 +vt 0.667400 0.044800 +vt 0.663300 0.054200 +vt 0.657100 0.050700 +vt 0.667400 0.036100 +vt 0.670200 0.037200 +vt 0.671700 0.027200 +vt 0.674800 0.027900 +vt 0.674400 0.020900 +vt 0.677500 0.022300 +vt 0.676900 0.016000 +vt 0.679500 0.017700 +vt 0.678200 0.012500 +vt 0.680800 0.013700 +vt 0.675000 0.013000 +vt 0.678700 0.011600 +vt 0.670800 0.018400 +vt 0.667000 0.023800 +vt 0.662400 0.032900 +vt 0.658000 0.037700 +vt 0.653100 0.040900 +vt 0.681400 0.012500 +vt 0.683300 0.017700 +vt 0.683400 0.022500 +vt 0.681800 0.028600 +vt 0.677800 0.038700 +vt 0.675900 0.048200 +vt 0.676100 0.052800 +vt 0.758600 0.125900 +vt 0.760700 0.125200 +vt 0.763000 0.125800 +vt 0.760800 0.128800 +vt 0.755000 0.127400 +vt 0.754300 0.131800 +vt 0.747400 0.130100 +vt 0.747700 0.133200 +vt 0.738400 0.131800 +vt 0.738100 0.136800 +vt 0.729700 0.134000 +vt 0.731500 0.138000 +vt 0.724500 0.135600 +vt 0.725600 0.139500 +vt 0.757400 0.123400 +vt 0.760400 0.123600 +vt 0.753800 0.123000 +vt 0.747300 0.123900 +vt 0.737300 0.126700 +vt 0.729100 0.128400 +vt 0.720900 0.129500 +vt 0.758200 0.119600 +vt 0.762500 0.122900 +vt 0.753300 0.120500 +vt 0.746900 0.121500 +vt 0.736000 0.122300 +vt 0.726300 0.123900 +vt 0.721500 0.124400 +vt 0.708100 0.046100 +vt 0.710800 0.044100 +vt 0.712200 0.045800 +vt 0.710400 0.048000 +vt 0.703400 0.049000 +vt 0.706300 0.051500 +vt 0.700000 0.052200 +vt 0.702100 0.055700 +vt 0.691400 0.058100 +vt 0.693900 0.062400 +vt 0.687300 0.061000 +vt 0.690600 0.066100 +vt 0.679900 0.066200 +vt 0.683600 0.073600 +vt 0.713800 0.081600 +vt 0.718100 0.080300 +vt 0.718800 0.083400 +vt 0.714200 0.084900 +vt 0.708100 0.083000 +vt 0.709600 0.086800 +vt 0.702400 0.084800 +vt 0.704700 0.088700 +vt 0.696400 0.086000 +vt 0.699200 0.090500 +vt 0.692100 0.086600 +vt 0.693700 0.092400 +vt 0.685100 0.087600 +vt 0.686900 0.095800 +vt 0.712200 0.042000 +vt 0.705000 0.042400 +vt 0.699800 0.045400 +vt 0.695300 0.048700 +vt 0.688500 0.053200 +vt 0.685500 0.055100 +vt 0.680100 0.056000 +vt 0.712300 0.051600 +vt 0.714800 0.044400 +vt 0.709200 0.055300 +vt 0.705600 0.058400 +vt 0.696700 0.066200 +vt 0.693100 0.069800 +vt 0.691500 0.075700 +vt 0.740800 0.097200 +vt 0.740500 0.093500 +vt 0.748200 0.092800 +vt 0.744800 0.095300 +vt 0.736700 0.098300 +vt 0.736100 0.096100 +vt 0.730800 0.101500 +vt 0.731700 0.098200 +vt 0.722200 0.106900 +vt 0.720300 0.103300 +vt 0.717400 0.110100 +vt 0.715600 0.105600 +vt 0.712200 0.112600 +vt 0.709900 0.109200 +vt 0.741900 0.098900 +vt 0.745800 0.097000 +vt 0.738000 0.101300 +vt 0.732800 0.104900 +vt 0.725100 0.110500 +vt 0.720700 0.114200 +vt 0.715800 0.117400 +vt 0.750300 0.096500 +vt 0.745700 0.102500 +vt 0.740700 0.106300 +vt 0.736100 0.109900 +vt 0.729200 0.115100 +vt 0.726500 0.117600 +vt 0.721600 0.120700 +vt 0.714600 0.087300 +vt 0.718900 0.086100 +vt 0.711400 0.089100 +vt 0.705800 0.092000 +vt 0.701600 0.094000 +vt 0.696900 0.097000 +vt 0.692300 0.100900 +vt 0.721200 0.088100 +vt 0.713700 0.078000 +vt 0.707300 0.078500 +vt 0.701900 0.079000 +vt 0.695800 0.079300 +vt 0.692900 0.079100 +vt 0.692100 0.078600 +vt 0.716100 0.090500 +vt 0.719100 0.087700 +vt 0.712900 0.093000 +vt 0.708800 0.096200 +vt 0.704500 0.099200 +vt 0.701500 0.102700 +vt 0.698700 0.105400 +vt 0.718300 0.092100 +vt 0.719600 0.088700 +vt 0.715000 0.095500 +vt 0.711200 0.098800 +vt 0.707300 0.103000 +vt 0.704300 0.106100 +vt 0.703100 0.108400 +vt 0.716600 0.096800 +vt 0.712800 0.100500 +vt 0.709100 0.105500 +vt 0.708100 0.108200 +vt 0.707700 0.109000 +vt 0.604500 0.092100 +vt 0.607600 0.120000 +vt 0.599500 0.101600 +vt 0.610900 0.089100 +vt 0.615300 0.078900 +vt 0.457900 0.513800 +vt 0.416100 0.508200 +vt 0.415800 0.544900 +vt 0.534800 0.519000 +vt 0.499900 0.517400 +vt 0.535700 0.469000 +vt 0.573900 0.469600 +vt 0.615600 0.466200 +vt 0.567000 0.517900 +vt 0.536600 0.493300 +vt 0.571100 0.493200 +vt 0.602400 0.490400 +vt 0.596600 0.515500 +vt 0.624900 0.406400 +vt 0.636300 0.439600 +vt 0.397000 0.373000 +vt 0.420000 0.347200 +vt 0.621200 0.359500 +vt 0.449600 0.311400 +vt 0.622500 0.325500 +vt 0.469500 0.285000 +vt 0.625000 0.294300 +vt 0.484200 0.258600 +vt 0.630400 0.255100 +vt 0.500700 0.225000 +vt 0.628700 0.204900 +vt 0.526600 0.182200 +vt 0.632900 0.160700 +vt 0.549600 0.142400 +vt 0.384800 0.383500 +vt 0.647100 0.452600 +vt 0.678800 0.083500 +vt 0.692100 0.078300 +vt 0.669500 0.065700 +vt 0.677100 0.055000 +vt 0.648700 0.055300 +vt 0.649500 0.041500 +vt 0.723200 0.142000 +vt 0.717400 0.141200 +vt 0.719600 0.123400 +vt 0.713600 0.124000 +vt 0.707900 0.109400 +vt 0.701900 0.114000 +vt 0.624700 0.056200 +vt 0.632800 0.053800 +vt 0.618200 0.066100 +vt 0.628200 0.072500 +vt 0.681300 0.096100 +vt 0.643000 0.077300 +vt 0.652700 0.085100 +vt 0.661200 0.095100 +vt 0.668400 0.104100 +vt 0.688600 0.103600 +vt 0.654200 0.130500 +vt 0.673600 0.114000 +vt 0.716600 0.158900 +vt 0.717400 0.154700 +vt 0.699800 0.162900 +vt 0.704800 0.161300 +vt 0.699600 0.165400 +vt 0.699900 0.168300 +vt 0.690000 0.158800 +vt 0.685100 0.170400 +vt 0.682200 0.164700 +vt 0.675000 0.155100 +vt 0.593700 0.113100 +vt 0.600700 0.127300 +vt 0.590800 0.102700 +vt 0.585800 0.120200 +vt 0.584700 0.135900 +vt 0.632100 0.061800 +vt 0.621600 0.061400 +vt 0.647000 0.063100 +vt 0.662000 0.073000 +vt 0.669400 0.088600 +vt 0.675600 0.099800 +vt 0.682400 0.107800 +vt 0.712300 0.155100 +vt 0.710600 0.159300 +vt 0.712000 0.143300 +vt 0.705900 0.128200 +vt 0.701700 0.145700 +vt 0.696100 0.134200 +vt 0.694000 0.118700 +vt 0.684600 0.125100 +vt 0.694700 0.107400 +vt 0.685800 0.113700 +vt 0.675400 0.120200 +vt 0.668500 0.125600 +vt 0.688600 0.147700 +vt 0.670600 0.146600 +vt 0.588100 0.111700 +vt 0.669500 0.133300 +vt 0.685800 0.137900 +vt 0.570400 0.123200 +vt 0.577300 0.118900 +vt 0.839300 0.513400 +vt 0.838600 0.509600 +vt 0.838000 0.512900 +vt 0.837400 0.518600 +vt 0.838700 0.523800 +vt 0.839100 0.521600 +vt 0.837900 0.521800 +vt 0.839100 0.518000 +vt 0.578900 0.871400 +vt 0.587100 0.886900 +vt 0.613800 0.863200 +vt 0.621500 0.880600 +vt 0.656900 0.823000 +vt 0.655400 0.838100 +vt 0.598700 0.720600 +vt 0.662700 0.765300 +vt 0.657900 0.776200 +vt 0.654800 0.856100 +vt 0.654600 0.871800 +vt 0.700500 0.848000 +vt 0.688600 0.867900 +vt 0.709100 0.822700 +vt 0.707200 0.833700 +vt 0.700800 0.791100 +vt 0.650900 0.133400 +vt 0.747300 0.817300 +vt 0.747200 0.812800 +vt 0.748500 0.822000 +vt 0.693400 0.781400 +vt 0.750200 0.829200 +vt 0.750500 0.835200 +vt 0.748300 0.853900 +vt 0.747900 0.808900 +vt 0.748500 0.807100 +vt 0.501300 0.489800 +vt 0.499100 0.463800 +vt 0.750200 0.802700 +vt 0.580900 0.133800 +vt 0.909500 0.499800 +vt 0.910600 0.498200 +vt 0.907900 0.487400 +vt 0.907800 0.493100 +vt 0.910900 0.494100 +vt 0.911400 0.487400 +vt 0.908200 0.498800 +vt 0.413800 0.813700 +vt 0.400000 0.855300 +vt 0.396100 0.832600 +vt 0.440800 0.744100 +vt 0.854000 0.631300 +vt 0.859200 0.627000 +vt 0.861200 0.622900 +vt 0.759000 0.789600 +vt 0.796000 0.801000 +vt 0.413600 0.778300 +vt 0.413100 0.749600 +vt 0.394700 0.884500 +vt 0.381600 0.853700 +vt 0.381600 0.830300 +vt 0.457200 0.955300 +vt 0.464300 0.963100 +vt 0.469100 0.644300 +vt 0.826600 0.123600 +vt 0.826600 0.076800 +vt 0.826600 0.070500 +vt 0.922600 0.482900 +vt 0.927700 0.483000 +vt 0.941400 0.483100 +vt 0.797700 0.483000 +vt 0.820500 0.483100 +vt 0.381600 0.950000 +vt 0.381600 0.935300 +vt 0.498500 0.955300 +vt 0.485400 0.961400 +vt 0.872900 0.483100 +vt 0.875700 0.483100 +vt 0.954400 0.483100 +vt 0.381600 0.907700 +vt 0.381600 0.724200 +vt 0.412200 0.724000 +vt 0.381600 0.751000 +vt 0.516800 0.953700 +vt 0.762800 0.483000 +vt 0.411200 0.701100 +vt 0.431500 0.700300 +vt 0.436400 0.719400 +vt 0.685400 0.224600 +vt 0.719200 0.196900 +vt 0.159400 0.544100 +vt 0.759000 0.176400 +vt 0.123300 0.674600 +vt 0.139200 0.656100 +vt 0.246300 0.953700 +vt 0.213300 0.961000 +vt 0.796100 0.165100 +vt 0.381500 0.853700 +vt 0.381500 0.830300 +vt 0.381500 0.880400 +vt 0.826600 0.037100 +vt 0.826600 0.037200 +vt 0.826600 0.071200 +vt 0.826600 0.056800 +vt 0.826600 0.048200 +vt 0.895200 0.482400 +vt 0.889200 0.482900 +vt 0.797700 0.483100 +vt 0.381500 0.935300 +vt 0.381500 0.950000 +vt 0.658800 0.262700 +vt 0.277700 0.961400 +vt 0.264600 0.955300 +vt 0.381500 0.467700 +vt 0.900400 0.482400 +vt 0.969200 0.483100 +vt 0.381500 0.907700 +vt 0.992100 0.483100 +vt 0.641100 0.327700 +vt 0.381500 0.677700 +vt 0.381500 0.724200 +vt 0.381500 0.751000 +vt 0.157500 0.617200 +vt 0.145600 0.641400 +vt 0.290200 0.971000 +vt 0.381500 0.700900 +vt 0.685400 0.741500 +vt 0.719200 0.769200 +vt 0.609100 0.519500 +vt 0.603500 0.544100 +vt 0.597300 0.576100 +vt 0.620300 0.656800 +vt 0.637700 0.675200 +vt 0.549800 0.961000 +vt 0.381600 0.880400 +vt 0.381600 0.808700 +vt 0.381600 0.779200 +vt 0.658800 0.703400 +vt 0.856200 0.809100 +vt 0.869000 0.809800 +vt 0.915900 0.814200 +vt 0.381600 0.505400 +vt 0.381600 0.467700 +vt 0.619100 0.489300 +vt 0.631800 0.470000 +vt 0.648900 0.456600 +vt 0.661400 0.541800 +vt 0.641100 0.638300 +vt 0.381600 0.650300 +vt 0.381600 0.619000 +vt 0.381600 0.583900 +vt 0.381600 0.544400 +vt 0.381600 0.433500 +vt 0.381600 0.394800 +vt 0.381600 0.677700 +vt 0.596300 0.596700 +vt 0.600800 0.617700 +vt 0.613100 0.642000 +vt 0.471900 0.972900 +vt 0.381600 0.700900 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.167800 0.098600 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.174500 0.096100 +vt 0.154600 0.095900 +vt 0.139400 0.093000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.124800 0.089900 +vt 0.104000 0.096300 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.086200 0.096000 +vt 0.068800 0.096700 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.000000 0.000000 +vt 0.089500 0.120800 +vt 0.071300 0.128800 +vt 0.099400 0.129900 +vt 0.032700 0.163300 +vt 0.032900 0.157100 +vt 0.060400 0.155200 +vt 0.060700 0.166900 +vt 0.131900 0.134400 +vt 0.147100 0.137300 +vt 0.122600 0.153800 +vt 0.114200 0.145700 +vt 0.149200 0.129500 +vt 0.153900 0.130400 +vt 0.153300 0.137200 +vt 0.141900 0.128700 +vt 0.036600 0.143200 +vt 0.064700 0.140700 +vt 0.060500 0.155200 +vt 0.161600 0.128400 +vt 0.166100 0.130900 +vt 0.041900 0.130400 +vt 0.071000 0.129900 +vt 0.065200 0.139600 +vt 0.164700 0.119300 +vt 0.173000 0.119800 +vt 0.042300 0.104200 +vt 0.071400 0.129500 +vt 0.118900 0.121800 +vt 0.103500 0.134500 +vt 0.137400 0.118700 +vt 0.145700 0.117500 +vt 0.154800 0.118600 +vt 0.320800 0.096700 +vt 0.318200 0.128800 +vt 0.300100 0.120800 +vt 0.303400 0.096000 +vt 0.285600 0.096300 +vt 0.290200 0.129900 +vt 0.356800 0.163300 +vt 0.328900 0.166900 +vt 0.329100 0.155200 +vt 0.356600 0.157100 +vt 0.257700 0.134400 +vt 0.275400 0.145700 +vt 0.267000 0.153800 +vt 0.242500 0.137300 +vt 0.240300 0.129500 +vt 0.236300 0.137200 +vt 0.235700 0.130400 +vt 0.247700 0.128700 +vt 0.353000 0.143200 +vt 0.324900 0.140700 +vt 0.228000 0.128400 +vt 0.223400 0.130900 +vt 0.347700 0.130400 +vt 0.324400 0.139600 +vt 0.318600 0.129900 +vt 0.224900 0.119300 +vt 0.216600 0.119800 +vt 0.318200 0.129500 +vt 0.347200 0.104200 +vt 0.215100 0.096100 +vt 0.221700 0.098600 +vt 0.270600 0.121800 +vt 0.286100 0.134500 +vt 0.252200 0.118700 +vt 0.264800 0.089900 +vt 0.243900 0.117500 +vt 0.250200 0.093000 +vt 0.235000 0.095900 +vt 0.234800 0.118600 +vn -0.7489 -0.1922 0.6341 +vn -0.3362 -0.1369 0.9318 +vn -0.4595 0.7028 0.5429 +vn -0.9448 0.0591 0.3223 +vn -0.1804 0.9742 -0.1354 +vn -0.1128 0.9515 -0.2862 +vn -0.5716 0.7974 -0.1937 +vn -0.7624 0.6467 0.0210 +vn -0.3778 0.8856 0.2700 +vn -0.9230 0.3321 0.1942 +vn -0.8725 -0.4150 0.2580 +vn -0.8800 -0.4462 0.1625 +vn -0.6277 -0.7772 -0.0442 +vn -0.3337 -0.9424 -0.0218 +vn -0.4557 -0.8504 0.2630 +vn -0.3882 -0.8334 0.3934 +vn -0.2299 -0.9517 0.2034 +vn 0.0251 -0.9986 -0.0464 +vn 0.2341 -0.9451 -0.2279 +vn 0.0272 -0.9511 0.3077 +vn -0.5164 -0.4089 0.7523 +vn -0.4790 -0.4295 0.7656 +vn -0.1337 -0.9625 0.2358 +vn -0.5150 -0.8564 -0.0367 +vn -0.5912 0.1177 0.7979 +vn -0.9374 0.1306 0.3228 +vn -0.4497 0.4385 0.7781 +vn -0.3515 0.7776 0.5213 +vn -0.5228 0.2922 0.8007 +vn -0.2043 0.6748 0.7091 +vn -0.0586 -0.0361 0.9976 +vn -0.5372 0.0290 0.8430 +vn -0.5882 -0.3875 0.7098 +vn -0.1868 -0.8511 0.4907 +vn -0.5378 0.2931 0.7905 +vn -0.4482 0.7025 0.5528 +vn -0.8419 0.3863 0.3768 +vn -0.8691 0.0616 0.4907 +vn -0.1304 0.2010 0.9709 +vn -0.8184 0.5220 0.2402 +vn -0.3016 0.8890 -0.3445 +vn -0.2454 0.8888 -0.3871 +vn -0.1374 0.8958 0.4225 +vn -0.2064 0.8615 0.4638 +vn -0.8114 -0.0181 0.5842 +vn -0.4611 0.2343 0.8559 +vn -0.5140 0.4321 0.7410 +vn -0.9418 0.1432 0.3042 +vn -0.9269 0.1929 0.3218 +vn -0.8049 0.2147 0.5531 +vn -0.7973 -0.2051 0.5676 +vn -0.8116 0.2759 0.5149 +vn -0.6778 0.5705 -0.4637 +vn -0.4816 0.5354 -0.6939 +vn -0.9295 -0.0244 -0.3681 +vn -0.9761 -0.1630 -0.1436 +vn -0.9160 -0.2063 0.3440 +vn -0.8506 -0.4401 0.2876 +vn -0.9142 -0.2554 0.3145 +vn -0.9081 -0.2269 0.3518 +vn -0.9177 -0.0030 0.3973 +vn -0.9114 0.1180 0.3942 +vn -0.7058 -0.2781 0.6516 +vn -0.5618 -0.6700 0.4852 +vn -0.0841 -0.8244 0.5597 +vn -0.1794 -0.4353 0.8822 +vn -0.7644 -0.1856 0.6175 +vn -0.7115 0.3469 0.6110 +vn -0.4125 -0.1905 0.8908 +vn -0.3869 0.3511 0.8526 +vn 0.0355 -0.9986 0.0397 +vn -0.2866 -0.9535 0.0931 +vn -0.4243 -0.8985 0.1126 +vn -0.4130 0.8838 0.2198 +vn -0.9256 -0.2041 0.3186 +vn -0.2190 0.9613 0.1672 +vn -0.1135 0.9792 0.1680 +vn -0.9013 -0.2510 0.3529 +vn -0.9144 -0.2023 0.3507 +vn -0.8330 -0.2483 0.4944 +vn -0.4166 -0.3775 0.8270 +vn -0.7693 -0.0176 0.6385 +vn -0.6887 0.2185 0.6913 +vn -0.5132 0.4283 0.7437 +vn -0.3191 0.0579 0.9460 +vn -0.2324 0.4176 0.8784 +vn -0.1657 0.3499 0.9220 +vn -0.4805 0.0804 0.8733 +vn -0.4204 0.3896 0.8194 +vn -0.6706 -0.0243 0.7414 +vn -0.7249 0.2658 0.6354 +vn -0.8680 0.1011 0.4862 +vn -0.6260 0.3626 0.6904 +vn -0.6079 0.5289 0.5922 +vn -0.5012 -0.3489 0.7919 +vn -0.6584 -0.4533 0.6008 +vn -0.4658 -0.3096 0.8289 +vn -0.3535 -0.1532 0.9228 +vn -0.4988 -0.2540 0.8286 +vn -0.3740 -0.2467 0.8940 +vn -0.7299 0.0366 0.6825 +vn -0.5165 0.0762 0.8529 +vn -0.5566 -0.0616 0.8285 +vn -0.3309 -0.0507 0.9423 +vn -0.4404 0.2335 0.8669 +vn -0.1380 0.3779 0.9155 +vn -0.1053 0.8238 0.5570 +vn -0.3866 0.7005 0.5998 +vn -0.6628 0.1046 0.7414 +vn -0.3975 -0.9017 0.1702 +vn -0.4594 -0.8746 0.1552 +vn -0.5168 -0.8494 0.1062 +vn -0.3729 -0.9202 0.1190 +vn -0.2098 -0.9568 0.2011 +vn -0.2215 -0.9615 0.1626 +vn -0.7681 -0.5804 0.2705 +vn -0.7821 -0.5776 0.2338 +vn -0.6423 -0.6636 0.3834 +vn -0.3522 -0.7209 0.5968 +vn -0.9147 -0.1202 0.3858 +vn -0.9185 0.0115 0.3952 +vn -0.9228 0.0955 0.3732 +vn -0.9817 -0.1618 0.0996 +vn -0.9904 0.0141 0.1376 +vn -0.9848 -0.1715 0.0279 +vn -0.9684 -0.2467 0.0364 +vn -0.8863 -0.1019 0.4517 +vn -0.9052 -0.2838 0.3162 +vn -0.8367 0.2286 0.4975 +vn -0.9390 -0.2614 0.2233 +vn -0.9230 -0.3794 0.0635 +vn -0.8206 -0.5586 0.1200 +vn -0.9135 -0.1388 0.3823 +vn -0.8385 0.0301 0.5441 +vn -0.9713 -0.1028 0.2144 +vn -0.9163 -0.0161 0.4002 +vn -0.7638 0.3988 0.5076 +vn -0.6377 -0.0820 0.7659 +vn -0.2507 -0.2032 0.9465 +vn -0.9735 -0.2275 -0.0232 +vn -0.9643 -0.2646 -0.0031 +vn -0.9936 0.0191 0.1115 +vn -0.9575 0.0819 0.2765 +vn -0.5036 0.7643 0.4027 +vn -0.2626 0.8347 0.4839 +vn -0.7254 0.5650 0.3932 +vn -0.8964 0.2849 0.3395 +vn -0.9301 0.2145 0.2980 +vn -0.9321 0.3009 0.2014 +vn -0.1640 0.6576 0.7353 +vn -0.4032 0.6560 0.6380 +vn -0.7144 0.5273 0.4599 +vn -0.8950 0.3657 0.2554 +vn -0.6191 -0.0802 0.7812 +vn -0.3667 -0.2199 0.9040 +vn -0.3983 -0.5888 0.7033 +vn -0.6812 -0.4443 0.5819 +vn -0.7804 0.0726 0.6210 +vn -0.8643 -0.2477 0.4377 +vn -0.9213 0.2209 0.3201 +vn -0.9821 -0.1316 0.1349 +vn -0.7426 -0.6399 0.1974 +vn -0.5133 -0.8227 0.2444 +vn -0.3057 -0.8871 0.3459 +vn -0.9158 -0.3898 0.0964 +vn -0.9182 -0.2483 -0.3087 +vn -0.7613 -0.1704 -0.6256 +vn -0.9055 0.1426 -0.3995 +vn -0.9797 -0.1586 -0.1224 +vn -0.3620 0.8755 0.3199 +vn -0.4083 0.7904 0.4566 +vn -0.2049 0.8261 0.5249 +vn -0.1965 0.9283 0.3158 +vn -0.1956 0.9731 0.1213 +vn -0.1575 0.9853 0.0660 +vn -0.1013 0.9647 -0.2432 +vn -0.1498 0.9638 -0.2204 +vn -0.3790 0.8558 0.3519 +vn -0.6995 0.6439 0.3100 +vn 0.3668 0.9275 0.0726 +vn 0.3417 0.9115 -0.2288 +vn -0.1706 0.8282 -0.5338 +vn 0.2648 0.8552 -0.4455 +vn -0.2035 0.8107 -0.5490 +vn -0.0261 0.9924 -0.1202 +vn -0.5094 0.2779 -0.8144 +vn -0.3070 0.7020 0.6425 +vn -0.8366 -0.0667 -0.5437 +vn -0.9427 -0.2102 -0.2589 +vn -0.9714 -0.2340 -0.0387 +vn -0.9728 -0.2307 -0.0188 +vn -0.9386 -0.0860 0.3342 +vn -0.9875 -0.1218 0.0993 +vn 0.3883 0.8921 -0.2308 +vn -0.2858 0.6653 0.6897 +vn 0.2578 0.8553 0.4494 +vn -0.7223 0.6226 0.3011 +vn 0.5070 0.8305 0.2306 +vn -0.5361 0.6231 0.5695 +vn -0.2029 0.4375 -0.8760 +vn 0.6741 0.7236 -0.1483 +vn -0.2552 0.5940 -0.7629 +vn -0.3518 0.5757 -0.7381 +vn 0.4868 0.7215 -0.4923 +vn -0.8390 -0.1499 -0.5230 +vn -0.8761 -0.2440 -0.4158 +vn -0.6857 0.0491 -0.7262 +vn -0.6290 -0.1531 -0.7621 +vn -0.6489 -0.2463 -0.7199 +vn -0.4734 0.3286 -0.8172 +vn -0.6182 0.0877 -0.7811 +vn -0.0508 0.6714 -0.7393 +vn -0.4789 -0.1161 -0.8701 +vn -0.4932 -0.2240 -0.8405 +vn -0.5754 -0.0700 -0.8148 +vn -0.4406 0.3603 -0.8222 +vn -0.4780 0.1429 -0.8666 +vn -0.3222 -0.0719 -0.9439 +vn -0.3209 -0.2261 -0.9197 +vn -0.3286 -0.0631 -0.9423 +vn -0.2873 0.4071 -0.8670 +vn -0.3090 0.2186 -0.9256 +vn -0.6174 0.2179 -0.7559 +vn -0.2588 0.1964 -0.9457 +vn -0.3734 0.4936 -0.7854 +vn -0.1096 0.3319 -0.9369 +vn 0.0755 0.4172 -0.9057 +vn -0.1196 0.6150 -0.7794 +vn -0.6712 0.6980 -0.2492 +vn -0.6624 0.6231 0.4158 +vn -0.5291 0.3964 0.7502 +vn -0.1478 0.6306 0.7618 +vn -0.4693 0.1801 0.8644 +vn -0.1664 0.5151 0.8408 +vn -0.0073 0.6703 0.7420 +vn -0.0526 0.5812 0.8121 +vn -0.2090 0.4800 0.8520 +vn -0.2406 0.2768 0.9303 +vn -0.5689 -0.0082 0.8223 +vn -0.2105 -0.0401 0.9768 +vn -0.1546 -0.0917 0.9837 +vn -0.5143 -0.1142 0.8499 +vn -0.5037 0.2306 -0.8325 +vn -0.8729 0.1629 -0.4599 +vn -0.9628 0.0824 -0.2573 +vn -0.6809 0.0356 -0.7315 +vn -0.9907 -0.0293 -0.1326 +vn -0.7975 -0.1397 -0.5869 +vn -0.9788 -0.1515 -0.1376 +vn -0.7765 -0.2190 -0.5908 +vn 0.0501 0.2454 -0.9681 +vn -0.1948 0.0238 -0.9805 +vn -0.3283 -0.2124 -0.9203 +vn -0.2442 -0.2517 -0.9364 +vn -0.5475 -0.2491 0.7989 +vn -0.4928 0.1097 0.8632 +vn -0.1750 -0.1633 0.9709 +vn -0.2163 0.3135 0.9246 +vn -0.1122 0.4411 0.8904 +vn -0.6583 0.1048 0.7454 +vn -0.9830 -0.1338 0.1256 +vn -0.9828 -0.1107 0.1478 +vn -0.8866 -0.1213 0.4463 +vn -0.8892 -0.1579 0.4292 +vn 0.5670 0.0002 0.8237 +vn 0.9704 -0.0461 0.2368 +vn 0.8857 -0.4366 0.1578 +vn 0.1874 -0.3445 0.9199 +vn -0.3946 0.1176 0.9113 +vn -0.4939 0.0076 0.8694 +vn -0.1404 -0.1953 0.9706 +vn -0.6406 0.0143 0.7677 +vn -0.7140 -0.0665 0.6969 +vn -0.4753 -0.1612 0.8649 +vn -0.1028 0.4682 -0.8776 +vn 0.1566 0.3302 -0.9308 +vn -0.9948 -0.0226 0.0997 +vn -0.9647 -0.0846 -0.2495 +vn -0.9691 -0.1595 -0.1878 +vn -0.6791 -0.1929 -0.7082 +vn -0.5722 -0.1460 -0.8070 +vn 0.0066 -0.0860 -0.9962 +vn -0.1108 -0.1728 -0.9787 +vn -0.9809 0.0829 0.1757 +vn -0.6015 -0.0113 0.7988 +vn -0.9141 0.0356 0.4039 +vn -0.9308 -0.0361 0.3636 +vn -0.4889 -0.1068 0.8657 +vn -0.1049 -0.0529 0.9931 +vn 0.0010 -0.0756 0.9971 +vn -0.9583 0.0068 0.2857 +vn -0.7414 0.0970 0.6639 +vn -0.9815 -0.0836 -0.1720 +vn -0.9980 0.0628 0.0065 +vn -0.5301 0.6872 0.4967 +vn -0.9574 -0.0337 0.2869 +vn 0.3117 -0.1296 0.9413 +vn 0.5419 -0.0284 0.8400 +vn 0.8301 -0.0362 0.5564 +vn 0.7747 -0.1091 0.6227 +vn -0.3727 0.0315 -0.9274 +vn 0.1162 0.0889 -0.9892 +vn 0.6155 -0.0662 0.7854 +vn 0.8872 -0.1079 0.4486 +vn 0.9904 -0.0116 0.1376 +vn -0.2253 -0.4111 0.8833 +vn -0.2531 -0.1207 0.9599 +vn -0.3840 0.0017 0.9233 +vn -0.8908 -0.1151 0.4395 +vn -0.8322 0.0849 0.5478 +vn 0.0310 -0.4340 -0.9004 +vn 0.9867 -0.1252 -0.1032 +vn 0.9963 -0.0475 0.0710 +vn -0.5310 -0.0042 -0.8474 +vn -0.5583 0.0817 -0.8256 +vn -0.6727 0.1452 -0.7255 +vn -0.6126 0.6910 -0.3836 +vn 0.7819 -0.0537 -0.6211 +vn -0.1851 -0.1478 -0.9715 +vn 0.5869 -0.0336 0.8089 +vn -0.3167 0.0302 0.9480 +vn 0.5069 -0.1810 0.8427 +vn -0.3674 -0.1361 0.9200 +vn 0.3495 -0.2512 0.9026 +vn -0.4871 -0.1692 0.8568 +vn 0.2560 -0.2076 0.9441 +vn -0.5502 -0.0919 0.8299 +vn 0.3911 -0.1080 0.9140 +vn -0.4654 -0.0630 0.8828 +vn 0.4702 -0.0115 0.8825 +vn -0.4325 0.0150 0.9015 +vn 0.2949 0.4906 0.8199 +vn -0.7902 0.2802 0.5450 +vn -0.9633 0.0309 0.2665 +vn -0.9788 0.1453 0.1440 +vn -0.9598 -0.1064 0.2594 +vn -0.9801 -0.0423 0.1936 +vn -0.9804 0.0876 0.1763 +vn -0.9884 0.0225 0.1498 +vn -0.9750 -0.0394 0.2186 +vn -0.9997 0.0242 -0.0074 +vn -0.8651 -0.0197 -0.5012 +vn -0.8441 0.0172 -0.5360 +vn -0.8764 -0.0675 -0.4768 +vn -0.8537 0.0554 -0.5178 +vn -0.8162 0.1959 -0.5435 +vn -0.7977 0.0735 -0.5985 +vn -0.8397 -0.0922 -0.5352 +vn -0.8505 0.0220 -0.5255 +vn -0.2886 -0.0964 -0.9526 +vn -0.2579 -0.1522 -0.9541 +vn -0.2680 -0.0918 -0.9590 +vn -0.2152 0.0076 -0.9765 +vn -0.1438 0.1722 -0.9745 +vn -0.1284 0.0204 -0.9915 +vn -0.0839 -0.1329 -0.9875 +vn -0.0820 0.0943 -0.9922 +vn 0.9564 -0.0827 0.2802 +vn 0.9145 -0.2175 0.3412 +vn 0.8622 -0.2927 0.4134 +vn 0.8010 -0.1935 0.5664 +vn 0.8783 -0.1077 0.4657 +vn 0.9267 -0.0754 0.3681 +vn 0.9456 0.1442 0.2915 +vn 0.4535 -0.2181 -0.8641 +vn 0.5127 -0.1412 -0.8469 +vn 0.4970 -0.1439 -0.8557 +vn 0.5219 -0.0894 -0.8483 +vn 0.5409 0.0462 -0.8398 +vn 0.5890 -0.0309 -0.8075 +vn 0.7237 -0.1406 -0.6756 +vn 0.8462 0.0574 -0.5298 +vn -0.4076 0.0146 -0.9130 +vn -0.8264 -0.0763 -0.5578 +vn -0.6968 -0.0754 -0.7133 +vn 0.1972 -0.0468 -0.9792 +vn -0.9885 -0.0772 -0.1299 +vn -0.9914 -0.0573 -0.1173 +vn -0.9544 0.0892 0.2849 +vn -0.8649 0.0880 0.4942 +vn -0.6540 0.3602 0.6653 +vn -0.0324 0.3979 0.9168 +vn 0.5178 -0.0655 0.8530 +vn -0.4222 -0.0754 0.9033 +vn -0.4198 -0.1329 0.8978 +vn 0.5101 -0.0127 0.8600 +vn 0.3742 -0.7354 0.5649 +vn -0.2239 -0.7657 0.6030 +vn 0.5469 -0.0055 0.8372 +vn -0.4343 -0.0728 0.8978 +vn 0.5983 0.0832 0.7969 +vn -0.3620 0.0300 0.9317 +vn 0.6445 0.0602 0.7622 +vn -0.2954 -0.0158 0.9552 +vn 0.6598 0.2113 0.7211 +vn -0.2004 0.0741 0.9769 +vn -0.5837 -0.3805 0.7173 +vn -0.4073 -0.1556 0.8999 +vn -0.9814 -0.1724 0.0841 +vn -0.9872 -0.0942 0.1288 +vn -0.9904 -0.1167 0.0730 +vn -0.9441 -0.3297 0.0043 +vn -0.6800 -0.7332 0.0065 +vn 0.9608 0.2756 0.0298 +vn 0.9633 -0.1839 -0.1955 +vn 0.9470 -0.0792 -0.3114 +vn 0.9535 0.0516 -0.2970 +vn 0.9781 -0.0297 -0.2061 +vn 0.9239 -0.2388 -0.2988 +vn 0.7431 -0.6689 -0.0171 +vn 0.1888 -0.3759 -0.9072 +vn 0.1741 -0.1157 -0.9779 +vn 0.1155 -0.0740 -0.9905 +vn 0.0895 -0.3146 -0.9450 +vn 0.0388 -0.7246 -0.6880 +vn -0.4686 -0.3922 -0.7916 +vn -0.6192 -0.1530 -0.7702 +vn -0.6613 -0.1217 -0.7402 +vn -0.5779 -0.3716 -0.7266 +vn -0.2721 -0.8039 -0.5289 +vn -0.8466 -0.1826 0.5000 +vn -0.9514 -0.1720 -0.2553 +vn -0.9685 -0.2397 -0.0668 +vn -0.8324 -0.2887 0.4730 +vn -0.8591 -0.1017 0.5016 +vn -0.9418 -0.1407 -0.3052 +vn -0.8405 -0.0300 0.5409 +vn -0.9409 -0.0871 -0.3271 +vn -0.8687 0.0288 0.4945 +vn -0.8915 -0.0159 -0.4527 +vn -0.8558 0.0232 0.5167 +vn -0.8434 -0.0069 -0.5372 +vn -0.8630 -0.0191 0.5048 +vn -0.8864 -0.2396 -0.3959 +vn -0.0540 -0.8557 0.5145 +vn -0.0583 -0.2274 0.9720 +vn 0.0070 -0.0282 0.9996 +vn 0.0638 0.0262 0.9976 +vn 0.1486 0.0244 0.9886 +vn 0.1112 0.0186 0.9936 +vn 0.0559 0.0216 0.9982 +vn 0.7385 -0.5974 0.3125 +vn 0.9178 -0.2301 0.3235 +vn 0.9485 -0.0179 0.3162 +vn 0.9733 -0.0298 0.2275 +vn 0.9786 -0.0479 0.1998 +vn 0.9560 -0.0435 0.2901 +vn 0.9196 -0.0590 0.3884 +vn 0.5696 -0.6042 -0.5572 +vn 0.7273 -0.2367 -0.6442 +vn 0.6477 -0.1140 -0.7533 +vn 0.6615 -0.1256 -0.7393 +vn 0.7687 -0.0838 -0.6341 +vn 0.8255 -0.0914 -0.5568 +vn 0.9455 -0.3201 -0.0589 +vn 0.0599 -0.5567 -0.8285 +vn 0.0763 -0.0735 -0.9944 +vn -0.0164 -0.0579 -0.9982 +vn -0.2189 -0.1302 -0.9670 +vn -0.2724 -0.1611 -0.9486 +vn -0.2989 -0.2292 -0.9263 +vn -0.3679 -0.8377 -0.4035 +vn -0.8891 -0.0308 0.4566 +vn -0.8583 0.0737 0.5078 +vn -0.9527 -0.0599 -0.2980 +vn -0.9163 -0.1179 -0.3828 +vn -0.9308 -0.1412 -0.3370 +vn -0.9080 -0.0403 0.4170 +vn -0.9075 -0.0720 0.4138 +vn -0.9271 -0.1686 -0.3347 +vn -0.9258 -0.2068 -0.3163 +vn -0.8947 -0.1111 0.4325 +vn -0.8889 -0.1473 0.4337 +vn -0.9304 -0.2391 -0.2776 +vn -0.9051 -0.1308 0.4044 +vn -0.9538 -0.2149 -0.2101 +vn -0.0809 -0.1161 0.9899 +vn -0.4179 -0.6447 0.6400 +vn -0.2136 0.0198 0.9767 +vn -0.2554 0.0521 0.9654 +vn -0.2456 0.0604 0.9675 +vn -0.1959 0.0350 0.9800 +vn -0.2118 -0.0360 0.9766 +vn -0.4161 -0.8636 -0.2847 +vn -0.1531 -0.4191 -0.8949 +vn -0.2023 -0.2484 -0.9473 +vn -0.1510 -0.1832 -0.9714 +vn -0.1025 -0.1674 -0.9805 +vn -0.0677 -0.1375 -0.9882 +vn -0.1152 -0.3734 -0.9205 +vn 0.8020 -0.2986 0.5173 +vn 0.5195 -0.7168 0.4651 +vn 0.8369 0.0497 0.5451 +vn 0.7817 0.0637 0.6203 +vn 0.7990 0.0405 0.5999 +vn 0.8119 0.0112 0.5836 +vn 0.8087 -0.1011 0.5794 +vn 0.8266 -0.3716 -0.4227 +vn 0.5254 -0.8035 -0.2798 +vn 0.8478 -0.0966 -0.5214 +vn 0.8392 -0.0648 -0.5399 +vn 0.8806 -0.0735 -0.4682 +vn 0.8771 -0.0739 -0.4746 +vn 0.8746 -0.2420 -0.4201 +vn -0.8828 -0.1355 0.4498 +vn -0.8423 -0.2485 -0.4782 +vn -0.8070 -0.4817 -0.3415 +vn -0.8085 -0.4209 0.4112 +vn -0.9211 -0.1459 0.3608 +vn -0.8416 -0.2340 -0.4867 +vn -0.9598 -0.0972 0.2631 +vn -0.7682 -0.1917 -0.6108 +vn -0.9693 -0.0339 0.2435 +vn -0.7487 -0.1060 -0.6543 +vn -0.9763 -0.0417 0.2123 +vn -0.6522 -0.0825 -0.7535 +vn -0.9838 -0.0758 0.1623 +vn -0.6511 -0.1111 -0.7508 +vn -0.9604 -0.1440 0.2383 +vn -0.6149 -0.2275 -0.7551 +vn -0.4299 -0.7509 -0.5012 +vn -0.6839 -0.6243 0.3776 +vn -0.9913 -0.0572 0.1185 +vn -0.5975 -0.1303 -0.7912 +vn -0.9917 0.0027 0.1286 +vn -0.5925 -0.1025 -0.7989 +vn -0.9881 0.0387 0.1487 +vn -0.5976 -0.0693 -0.7988 +vn -0.9846 0.0231 0.1735 +vn -0.5576 -0.0445 -0.8289 +vn -0.9841 -0.1423 -0.1064 +vn -0.4935 0.0044 -0.8697 +vn 0.0735 -0.6922 0.7179 +vn 0.0774 -0.0579 0.9953 +vn -0.0503 0.0430 0.9978 +vn -0.0432 0.0761 0.9962 +vn -0.1501 0.0507 0.9873 +vn -0.1404 0.0465 0.9890 +vn -0.2943 -0.0931 0.9512 +vn -0.0064 -0.3338 -0.9426 +vn 0.0838 -0.9312 -0.3548 +vn -0.0191 -0.2291 -0.9732 +vn 0.0049 -0.1809 -0.9835 +vn 0.1187 -0.1222 -0.9854 +vn 0.2481 -0.0496 -0.9675 +vn 0.0786 -0.1705 -0.9822 +vn 0.8551 -0.2032 -0.4769 +vn 0.7995 -0.4804 -0.3605 +vn 0.7904 -0.0919 -0.6056 +vn 0.8066 -0.0614 -0.5879 +vn 0.8677 -0.0803 -0.4905 +vn 0.8675 -0.0590 -0.4938 +vn 0.7942 -0.1352 -0.5923 +vn 0.9408 -0.0636 0.3328 +vn 0.8433 -0.3832 0.3769 +vn 0.9508 0.0734 0.3010 +vn 0.9332 0.0797 0.3504 +vn 0.9066 0.0181 0.4215 +vn 0.8672 -0.0024 0.4979 +vn 0.8690 -0.1147 0.4813 +vn 0.4295 -0.2087 -0.8786 +vn 0.4170 -0.7790 -0.4682 +vn 0.4359 -0.1335 -0.8900 +vn 0.4262 -0.1436 -0.8932 +vn 0.3806 -0.1471 -0.9130 +vn 0.4111 -0.1434 -0.9002 +vn 0.4012 -0.1914 -0.8957 +vn -0.0145 -0.6685 0.7436 +vn -0.2942 -0.1017 0.9503 +vn -0.4263 0.0102 0.9045 +vn -0.3240 0.0539 0.9445 +vn -0.2175 0.0684 0.9736 +vn -0.2226 0.0177 0.9747 +vn -0.2503 -0.3886 0.8867 +vn 0.9953 -0.0911 -0.0316 +vn 0.8197 -0.5714 0.0393 +vn 0.9980 -0.0558 -0.0280 +vn 0.9946 -0.0918 -0.0485 +vn 0.9845 -0.1258 -0.1222 +vn 0.9841 -0.1614 -0.0743 +vn 0.9434 -0.3029 -0.1348 +vn 0.5613 -0.0310 0.8270 +vn 0.5607 -0.4750 0.6782 +vn 0.5638 0.0080 0.8259 +vn 0.6276 -0.0121 0.7784 +vn 0.6753 -0.0181 0.7372 +vn 0.7023 -0.0703 0.7084 +vn 0.6852 -0.3737 0.6251 +vn 0.2634 0.6398 0.7220 +vn 0.8141 0.5670 0.1258 +vn 0.8380 0.2645 0.4772 +vn -0.3813 0.3325 0.8626 +vn -0.5469 0.0598 0.8351 +vn -0.6242 0.0251 0.7808 +vn -0.2029 -0.1097 0.9730 +vn -0.2145 -0.0311 0.9762 +vn -0.8351 0.2054 -0.5103 +vn -0.9832 0.1576 0.0919 +vn -0.8497 0.0441 -0.5254 +vn -0.4133 -0.2444 -0.8771 +vn 0.3742 -0.5024 -0.7795 +vn -0.4306 0.1985 -0.8804 +vn -0.8507 0.1277 -0.5098 +vn -0.4786 -0.1157 -0.8704 +vn 0.1787 -0.3831 -0.9062 +vn 0.2479 0.0055 -0.9687 +vn 0.9425 -0.1249 -0.3099 +vn 0.8810 -0.1650 -0.4434 +vn 0.9391 -0.2020 -0.2780 +vn 0.9381 -0.2390 -0.2505 +vn 0.9706 -0.1074 -0.2153 +vn 0.9744 -0.0663 -0.2149 +vn 0.9816 -0.1319 -0.1377 +vn 0.9985 0.0450 -0.0292 +vn 0.7230 -0.6051 -0.3334 +vn -0.9240 -0.2068 -0.3216 +vn -0.0835 -0.8185 -0.5683 +vn -0.9802 -0.1708 -0.1000 +vn -0.5655 -0.8235 0.0442 +vn -0.9747 -0.2145 0.0624 +vn 0.2791 -0.6887 0.6691 +vn 0.9150 -0.3207 0.2448 +vn 0.9279 -0.3631 0.0847 +vn 0.9009 -0.4329 0.0309 +vn 0.1336 0.0593 0.9892 +vn -0.8702 -0.0121 0.4924 +vn -0.0947 -0.1073 0.9897 +vn -0.7775 0.0160 0.6287 +vn -0.6186 0.0443 -0.7844 +vn -0.9888 -0.0921 0.1174 +vn -0.9780 -0.1448 -0.1499 +vn -0.8784 -0.1160 -0.4637 +vn -0.5862 -0.0547 -0.8083 +vn 0.2820 -0.1471 -0.9480 +vn 0.3453 0.1714 -0.9227 +vn 0.0095 -0.0322 -0.9994 +vn 0.8230 -0.0751 0.5630 +vn 0.2625 -0.9115 0.3165 +vn 0.8211 -0.4017 -0.4054 +vn 0.9692 -0.0388 -0.2430 +vn 0.9692 0.2393 -0.0576 +vn 0.9872 0.1160 0.1093 +vn 0.9759 0.1452 -0.1629 +vn 0.8487 0.0896 -0.5213 +vn -0.8212 -0.0121 0.5705 +vn 0.0080 0.0360 0.9993 +vn -0.9816 -0.1889 0.0277 +vn -0.9623 -0.2318 -0.1423 +vn -0.9092 -0.1253 -0.3970 +vn -0.5941 -0.0369 -0.8035 +vn 0.1226 -0.1276 -0.9842 +vn 0.8240 -0.0597 0.5633 +vn 0.9828 -0.1307 0.1301 +vn 0.9819 -0.1667 0.0894 +vn 0.9903 -0.1231 0.0637 +vn 0.9912 -0.0639 0.1160 +vn 0.9713 -0.1885 0.1447 +vn 0.9713 -0.0753 0.2254 +vn 0.8688 -0.3742 -0.3243 +vn 0.8761 -0.2097 -0.4341 +vn 0.8389 -0.0391 -0.5428 +vn 0.8545 0.0625 -0.5156 +vn 0.9517 -0.3014 -0.0576 +vn 0.9802 -0.1908 -0.0522 +vn 0.9827 -0.1426 0.1183 +vn 0.9695 -0.2075 0.1299 +vn -0.9026 0.2055 -0.3783 +vn -0.2214 0.9744 0.0381 +vn -0.3517 -0.8538 -0.3839 +vn 0.0916 -0.9839 -0.1534 +vn 0.2203 0.8563 0.4671 +vn 0.6791 -0.2017 0.7058 +vn 0.3536 -0.9254 0.1366 +vn -0.0529 0.9909 0.1235 +vn -0.9429 0.1762 -0.2827 +vn -0.8948 -0.1311 -0.4267 +vn -0.8857 -0.0096 0.4640 +vn -0.0451 -0.0165 0.9988 +vn 0.7837 -0.0981 -0.6132 +vn -0.0679 -0.1221 -0.9902 +vn -0.8648 -0.0862 -0.4946 +vn -0.3498 -0.0377 -0.9361 +vn -0.9700 -0.0065 -0.2429 +vn 0.0205 -0.0242 0.9995 +vn -0.7657 0.0031 0.6431 +vn 0.6195 -0.1021 -0.7783 +vn -0.9865 0.1567 0.0474 +vn -0.9880 0.1483 0.0431 +vn 0.1053 0.9940 0.0305 +vn -0.4134 -0.9092 0.0498 +vn 0.0268 -0.9975 -0.0652 +vn 0.1296 -0.9742 -0.1845 +vn 0.1415 0.9880 -0.0620 +vn 0.2567 0.9305 -0.2611 +vn -0.2464 -0.9691 0.0039 +vn 0.0001 -0.2122 0.9772 +vn 0.0001 -0.1145 0.9934 +vn 0.0462 0.5239 0.8505 +vn -0.0033 0.5217 0.8531 +vn -0.1489 0.3605 0.9208 +vn -0.2929 0.1984 0.9353 +vn -0.8120 0.0506 0.5814 +vn -0.5972 0.2740 0.7538 +vn -0.8678 0.0846 0.4896 +vn 0.0666 0.3606 0.9303 +vn 0.0686 0.2352 0.9695 +vn -0.3064 0.0297 0.9514 +vn -0.8048 -0.1482 0.5746 +vn 0.0000 0.3647 0.9311 +vn 0.0002 0.4877 0.8730 +vn -0.0013 -0.2371 -0.9715 +vn -0.0003 -0.0879 -0.9961 +vn -0.0003 0.1672 -0.9859 +vn -0.0041 -0.5618 -0.8273 +vn 0.0171 -0.0730 -0.9972 +vn -0.0999 -0.8550 -0.5088 +vn 0.0898 -0.9567 -0.2767 +vn 0.0024 0.9628 0.2701 +vn -0.0001 0.9383 -0.3457 +vn 0.0001 -0.9576 -0.2880 +vn -0.0001 -0.9996 0.0267 +vn -0.0010 0.3616 0.9323 +vn -0.0006 0.4144 0.9101 +vn -0.0002 0.8810 0.4730 +vn -0.0002 0.8943 0.4474 +vn 0.0000 0.9481 0.3178 +vn 0.0000 0.9979 0.0647 +vn 0.0002 -0.0944 0.9955 +vn -0.0014 -0.0339 0.9994 +vn -0.0005 -0.0433 0.9991 +vn -0.0009 -0.0393 0.9992 +vn 0.0181 -0.9657 0.2589 +vn 0.0000 -0.6211 0.7837 +vn 0.0005 0.0438 -0.9990 +vn 0.0000 -0.1868 -0.9824 +vn 0.0002 -0.1486 0.9889 +vn 0.0000 0.5484 0.8362 +vn 0.1185 0.1832 0.9759 +vn -0.2721 0.0678 0.9599 +vn -0.1616 -0.0409 0.9860 +vn 0.0867 0.0591 0.9945 +vn 0.4602 0.7035 0.5416 +vn 0.3372 -0.1385 0.9312 +vn 0.7489 -0.1922 0.6341 +vn 0.9448 0.0591 0.3223 +vn 0.1799 0.9742 -0.1358 +vn 0.7624 0.6467 0.0210 +vn 0.5716 0.7974 -0.1937 +vn 0.1122 0.9513 -0.2871 +vn 0.3778 0.8856 0.2699 +vn 0.9230 0.3321 0.1942 +vn 0.8725 -0.4150 0.2580 +vn 0.8800 -0.4462 0.1625 +vn 0.6277 -0.7772 -0.0442 +vn 0.3337 -0.9424 -0.0218 +vn 0.4557 -0.8503 0.2630 +vn 0.3879 -0.8333 0.3938 +vn 0.2298 -0.9517 0.2036 +vn -0.0252 -0.9986 -0.0466 +vn -0.2342 -0.9451 -0.2280 +vn -0.0272 -0.9511 0.3077 +vn 0.0004 -0.8952 0.4456 +vn -0.0006 -0.9548 0.2973 +vn 0.5164 -0.4089 0.7523 +vn 0.5149 -0.8564 -0.0367 +vn 0.1337 -0.9625 0.2358 +vn 0.4790 -0.4295 0.7656 +vn 0.5912 0.1177 0.7979 +vn 0.9374 0.1306 0.3228 +vn 0.4497 0.4385 0.7781 +vn 0.3515 0.7776 0.5213 +vn 0.5228 0.2922 0.8007 +vn 0.5372 0.0290 0.8430 +vn 0.0586 -0.0361 0.9976 +vn 0.2043 0.6748 0.7091 +vn 0.5882 -0.3875 0.7098 +vn 0.1868 -0.8511 0.4906 +vn 0.5378 0.2931 0.7905 +vn 0.4482 0.7025 0.5528 +vn 0.8419 0.3863 0.3768 +vn 0.8184 0.5220 0.2402 +vn 0.1304 0.2010 0.9709 +vn 0.8691 0.0616 0.4907 +vn 0.3016 0.8890 -0.3445 +vn 0.2064 0.8616 0.4638 +vn 0.1375 0.8958 0.4225 +vn 0.2454 0.8888 -0.3871 +vn 0.8114 -0.0181 0.5842 +vn 0.4611 0.2343 0.8559 +vn 0.5140 0.4321 0.7410 +vn 0.8049 0.2147 0.5531 +vn 0.9269 0.1929 0.3218 +vn 0.9418 0.1432 0.3042 +vn 0.7973 -0.2051 0.5676 +vn 0.8116 0.2759 0.5149 +vn 0.6778 0.5705 -0.4637 +vn 0.4816 0.5354 -0.6939 +vn 0.9295 -0.0244 -0.3681 +vn 0.9761 -0.1630 -0.1436 +vn 0.9160 -0.2063 0.3440 +vn 0.9081 -0.2269 0.3518 +vn 0.9142 -0.2554 0.3145 +vn 0.8506 -0.4401 0.2876 +vn 0.9114 0.1180 0.3942 +vn 0.9177 -0.0030 0.3973 +vn 0.7058 -0.2781 0.6516 +vn 0.1791 -0.4349 0.8825 +vn 0.0841 -0.8244 0.5597 +vn 0.5618 -0.6700 0.4852 +vn 0.7644 -0.1856 0.6175 +vn 0.7115 0.3469 0.6110 +vn 0.4128 -0.1897 0.8908 +vn 0.3873 0.3497 0.8530 +vn -0.0355 -0.9986 0.0397 +vn 0.2866 -0.9535 0.0931 +vn 0.4243 -0.8985 0.1126 +vn 0.9256 -0.2041 0.3186 +vn 0.4130 0.8838 0.2197 +vn 0.2189 0.9613 0.1671 +vn 0.1137 0.9792 0.1680 +vn 0.9013 -0.2510 0.3529 +vn 0.9144 -0.2023 0.3507 +vn 0.8330 -0.2483 0.4944 +vn 0.4171 -0.3770 0.8270 +vn 0.7693 -0.0176 0.6385 +vn 0.6887 0.2185 0.6913 +vn 0.5132 0.4283 0.7437 +vn 0.3191 0.0579 0.9460 +vn 0.2324 0.4176 0.8784 +vn 0.1657 0.3499 0.9220 +vn 0.4805 0.0804 0.8733 +vn 0.4204 0.3896 0.8194 +vn 0.6706 -0.0243 0.7414 +vn 0.7249 0.2658 0.6354 +vn 0.8680 0.1011 0.4862 +vn 0.6260 0.3626 0.6904 +vn 0.6079 0.5289 0.5922 +vn 0.5012 -0.3489 0.7919 +vn 0.3524 -0.1524 0.9233 +vn 0.4654 -0.3089 0.8294 +vn 0.6584 -0.4533 0.6008 +vn 0.4989 -0.2540 0.8286 +vn 0.3740 -0.2467 0.8940 +vn 0.7299 0.0366 0.6825 +vn 0.5165 0.0762 0.8529 +vn 0.5566 -0.0614 0.8285 +vn 0.3298 -0.0515 0.9426 +vn 0.4404 0.2334 0.8669 +vn 0.3866 0.7005 0.5998 +vn 0.1062 0.8242 0.5562 +vn 0.1380 0.3780 0.9154 +vn 0.6628 0.1045 0.7414 +vn 0.3975 -0.9017 0.1702 +vn 0.3729 -0.9202 0.1190 +vn 0.5168 -0.8494 0.1062 +vn 0.4594 -0.8746 0.1552 +vn 0.2098 -0.9568 0.2011 +vn 0.2212 -0.9616 0.1624 +vn 0.7821 -0.5776 0.2338 +vn 0.7681 -0.5804 0.2705 +vn 0.6423 -0.6636 0.3834 +vn 0.3524 -0.7210 0.5966 +vn 0.9147 -0.1202 0.3858 +vn 0.9228 0.0955 0.3732 +vn 0.9185 0.0115 0.3952 +vn 0.9817 -0.1618 0.0996 +vn 0.9684 -0.2467 0.0364 +vn 0.9848 -0.1715 0.0279 +vn 0.9904 0.0141 0.1376 +vn 0.8863 -0.1019 0.4517 +vn 0.9052 -0.2838 0.3162 +vn 0.8367 0.2286 0.4975 +vn 0.9390 -0.2614 0.2233 +vn 0.9230 -0.3794 0.0635 +vn 0.8206 -0.5586 0.1200 +vn 0.9135 -0.1388 0.3823 +vn 0.8385 0.0301 0.5441 +vn 0.9713 -0.1028 0.2144 +vn 0.9163 -0.0161 0.4002 +vn 0.7638 0.3988 0.5076 +vn 0.6377 -0.0820 0.7659 +vn 0.2497 -0.2035 0.9467 +vn 0.9643 -0.2646 -0.0031 +vn 0.9735 -0.2275 -0.0232 +vn 0.9936 0.0191 0.1115 +vn 0.9575 0.0819 0.2765 +vn 0.5036 0.7643 0.4027 +vn 0.2625 0.8347 0.4840 +vn 0.7254 0.5650 0.3932 +vn 0.9301 0.2145 0.2980 +vn 0.8964 0.2849 0.3395 +vn 0.9321 0.3009 0.2013 +vn 0.1640 0.6576 0.7353 +vn 0.4032 0.6560 0.6380 +vn 0.7144 0.5273 0.4599 +vn 0.8950 0.3657 0.2554 +vn 0.6191 -0.0801 0.7812 +vn 0.6812 -0.4443 0.5819 +vn 0.3974 -0.5889 0.7037 +vn 0.3661 -0.2204 0.9041 +vn 0.7804 0.0726 0.6211 +vn 0.8643 -0.2477 0.4377 +vn 0.9213 0.2209 0.3201 +vn 0.9821 -0.1316 0.1349 +vn 0.7426 -0.6399 0.1974 +vn 0.5133 -0.8227 0.2444 +vn 0.3046 -0.8873 0.3461 +vn 0.9158 -0.3898 0.0964 +vn 0.9182 -0.2482 -0.3086 +vn 0.9797 -0.1586 -0.1224 +vn 0.9055 0.1426 -0.3995 +vn 0.7613 -0.1704 -0.6256 +vn 0.3620 0.8755 0.3199 +vn 0.1964 0.9283 0.3159 +vn 0.2047 0.8261 0.5249 +vn 0.4083 0.7904 0.4566 +vn 0.1956 0.9731 0.1213 +vn 0.1575 0.9853 0.0660 +vn 0.1013 0.9647 -0.2432 +vn 0.1498 0.9638 -0.2204 +vn 0.3790 0.8558 0.3519 +vn 0.6995 0.6439 0.3100 +vn -0.3668 0.9275 0.0726 +vn -0.3417 0.9115 -0.2288 +vn 0.1706 0.8282 -0.5338 +vn -0.2648 0.8552 -0.4455 +vn 0.2035 0.8107 -0.5489 +vn 0.0261 0.9924 -0.1202 +vn 0.5094 0.2779 -0.8144 +vn 0.3070 0.7020 0.6426 +vn 0.8366 -0.0667 -0.5437 +vn 0.9427 -0.2102 -0.2589 +vn 0.9728 -0.2307 -0.0188 +vn 0.9714 -0.2340 -0.0387 +vn 0.9386 -0.0860 0.3342 +vn 0.9875 -0.1218 0.0993 +vn -0.3883 0.8921 -0.2308 +vn 0.2858 0.6653 0.6897 +vn 0.7223 0.6226 0.3011 +vn -0.2578 0.8553 0.4494 +vn -0.5070 0.8305 0.2306 +vn 0.5361 0.6231 0.5695 +vn 0.2029 0.4375 -0.8760 +vn -0.6741 0.7236 -0.1483 +vn 0.3518 0.5757 -0.7381 +vn 0.2550 0.5937 -0.7631 +vn -0.4868 0.7215 -0.4923 +vn 0.8390 -0.1499 -0.5230 +vn 0.8761 -0.2440 -0.4158 +vn 0.6857 0.0491 -0.7262 +vn 0.6290 -0.1531 -0.7621 +vn 0.6489 -0.2463 -0.7199 +vn 0.4734 0.3286 -0.8172 +vn 0.6182 0.0877 -0.7811 +vn 0.0508 0.6714 -0.7393 +vn 0.4789 -0.1161 -0.8701 +vn 0.4932 -0.2240 -0.8405 +vn 0.5754 -0.0700 -0.8148 +vn 0.4406 0.3603 -0.8222 +vn 0.4780 0.1429 -0.8666 +vn 0.3220 -0.0717 -0.9440 +vn 0.3204 -0.2262 -0.9199 +vn 0.3280 -0.0630 -0.9425 +vn 0.2865 0.4069 -0.8673 +vn 0.3085 0.2195 -0.9255 +vn 0.6174 0.2179 -0.7559 +vn 0.2580 0.1960 -0.9460 +vn 0.3734 0.4936 -0.7854 +vn 0.1196 0.6149 -0.7794 +vn -0.0701 0.4213 -0.9042 +vn 0.1093 0.3315 -0.9371 +vn 0.6712 0.6981 -0.2492 +vn 0.6623 0.6233 0.4158 +vn 0.5289 0.3966 0.7503 +vn 0.1476 0.6306 0.7619 +vn 0.4689 0.1803 0.8646 +vn 0.1661 0.5149 0.8410 +vn 0.0073 0.6702 0.7421 +vn 0.0525 0.5809 0.8123 +vn 0.2404 0.2768 0.9304 +vn 0.2090 0.4800 0.8520 +vn 0.5695 -0.0078 0.8219 +vn 0.5144 -0.1142 0.8499 +vn 0.1546 -0.0916 0.9837 +vn 0.2106 -0.0394 0.9767 +vn 0.5032 0.2308 -0.8328 +vn 0.6806 0.0363 -0.7317 +vn 0.9626 0.0836 -0.2575 +vn 0.8726 0.1631 -0.4604 +vn 0.7975 -0.1397 -0.5869 +vn 0.9907 -0.0293 -0.1326 +vn 0.7765 -0.2190 -0.5908 +vn 0.9788 -0.1515 -0.1376 +vn -0.0337 0.2406 -0.9700 +vn 0.1963 0.0244 -0.9802 +vn 0.3283 -0.2124 -0.9203 +vn 0.2442 -0.2517 -0.9364 +vn 0.5474 -0.2491 0.7989 +vn 0.1737 -0.1630 0.9712 +vn 0.4928 0.1096 0.8632 +vn 0.2163 0.3136 0.9246 +vn 0.6583 0.1048 0.7454 +vn 0.1120 0.4411 0.8904 +vn 0.9830 -0.1339 0.1255 +vn 0.8893 -0.1579 0.4292 +vn 0.8866 -0.1213 0.4464 +vn 0.9828 -0.1107 0.1478 +vn -0.5668 0.0001 0.8238 +vn -0.1869 -0.3449 0.9198 +vn -0.8647 -0.4740 0.1660 +vn -0.9704 -0.0461 0.2369 +vn 0.3946 0.1176 0.9113 +vn 0.4940 0.0076 0.8694 +vn 0.6406 0.0143 0.7677 +vn 0.1404 -0.1957 0.9705 +vn 0.7140 -0.0665 0.6970 +vn 0.4752 -0.1612 0.8649 +vn 0.1028 0.4682 -0.8776 +vn -0.1447 0.3345 -0.9312 +vn 0.9691 -0.1595 -0.1878 +vn 0.9647 -0.0847 -0.2495 +vn 0.9948 -0.0226 0.0996 +vn 0.6791 -0.1930 -0.7082 +vn 0.1112 -0.1733 -0.9786 +vn -0.0038 -0.0877 -0.9961 +vn 0.5722 -0.1460 -0.8070 +vn 0.9810 0.0829 0.1756 +vn 0.9140 0.0359 0.4042 +vn 0.6023 -0.0114 0.7982 +vn 0.9308 -0.0361 0.3636 +vn 0.4889 -0.1068 0.8657 +vn 0.1042 -0.0533 0.9931 +vn -0.0018 -0.0763 0.9971 +vn 0.9583 0.0069 0.2857 +vn 0.7414 0.0970 0.6639 +vn 0.9815 -0.0836 -0.1720 +vn 0.9980 0.0628 0.0065 +vn 0.5301 0.6872 0.4966 +vn 0.9574 -0.0337 0.2868 +vn -0.3132 -0.1296 0.9408 +vn -0.7750 -0.1090 0.6224 +vn -0.8302 -0.0362 0.5563 +vn -0.5423 -0.0284 0.8397 +vn -0.1067 0.0883 -0.9904 +vn 0.3727 0.0315 -0.9274 +vn -0.8872 -0.1079 0.4486 +vn -0.6155 -0.0662 0.7854 +vn 0.2251 -0.4112 0.8833 +vn -0.9904 -0.0116 0.1374 +vn 0.2530 -0.1203 0.9599 +vn 0.3844 0.0018 0.9231 +vn 0.8918 -0.1153 0.4375 +vn 0.8327 0.0849 0.5471 +vn -0.0309 -0.4339 -0.9004 +vn -0.9963 -0.0475 0.0709 +vn -0.9868 -0.1252 -0.1031 +vn 0.5310 -0.0041 -0.8473 +vn 0.5584 0.0817 -0.8256 +vn 0.6726 0.1452 -0.7256 +vn 0.6127 0.6910 -0.3836 +vn -0.7818 -0.0538 -0.6211 +vn 0.1851 -0.1478 -0.9715 +vn -0.5869 -0.0336 0.8090 +vn 0.3167 0.0302 0.9480 +vn -0.5069 -0.1810 0.8428 +vn 0.3674 -0.1361 0.9200 +vn -0.3495 -0.2512 0.9026 +vn 0.4871 -0.1692 0.8568 +vn -0.2560 -0.2076 0.9441 +vn 0.5503 -0.0920 0.8299 +vn -0.3907 -0.1077 0.9142 +vn 0.4660 -0.0641 0.8824 +vn -0.4703 -0.0114 0.8824 +vn 0.4328 0.0157 0.9013 +vn -0.2931 0.4906 0.8206 +vn 0.7897 0.2817 0.5449 +vn 0.9633 0.0309 0.2665 +vn 0.9788 0.1453 0.1440 +vn 0.9598 -0.1064 0.2594 +vn 0.9801 -0.0423 0.1936 +vn 0.9804 0.0874 0.1764 +vn 0.9880 0.0219 0.1527 +vn 0.9738 -0.0386 0.2240 +vn 0.9996 0.0260 -0.0039 +vn 0.8651 -0.0197 -0.5012 +vn 0.8441 0.0172 -0.5360 +vn 0.8764 -0.0675 -0.4768 +vn 0.8537 0.0554 -0.5178 +vn 0.8162 0.1958 -0.5435 +vn 0.7983 0.0737 -0.5977 +vn 0.8411 -0.0924 -0.5328 +vn 0.8512 0.0222 -0.5244 +vn 0.2886 -0.0964 -0.9526 +vn 0.2579 -0.1522 -0.9541 +vn 0.2680 -0.0918 -0.9590 +vn 0.2152 0.0076 -0.9765 +vn 0.1439 0.1722 -0.9745 +vn 0.1265 0.0208 -0.9917 +vn 0.0788 -0.1332 -0.9879 +vn 0.0786 0.0933 -0.9925 +vn -0.9564 -0.0826 0.2802 +vn -0.9144 -0.2176 0.3412 +vn -0.8622 -0.2927 0.4134 +vn -0.8011 -0.1935 0.5664 +vn -0.8790 -0.1069 0.4647 +vn -0.9277 -0.0767 0.3654 +vn -0.9463 0.1424 0.2902 +vn -0.4534 -0.2182 -0.8642 +vn -0.5126 -0.1412 -0.8469 +vn -0.4970 -0.1439 -0.8557 +vn -0.5219 -0.0894 -0.8483 +vn -0.5410 0.0462 -0.8397 +vn -0.5896 -0.0306 -0.8071 +vn -0.7249 -0.1407 -0.6743 +vn -0.8467 0.0566 -0.5290 +vn 0.4076 0.0146 -0.9130 +vn -0.1973 -0.0468 -0.9792 +vn 0.6967 -0.0754 -0.7134 +vn 0.8264 -0.0763 -0.5578 +vn 0.9914 -0.0573 -0.1172 +vn 0.9885 -0.0772 -0.1299 +vn 0.8648 0.0881 0.4942 +vn 0.9544 0.0892 0.2848 +vn 0.6541 0.3601 0.6652 +vn 0.0324 0.3979 0.9168 +vn -0.5177 -0.0656 0.8530 +vn -0.5100 -0.0128 0.8601 +vn 0.4198 -0.1329 0.8978 +vn 0.4223 -0.0754 0.9033 +vn -0.3740 -0.7355 0.5649 +vn 0.2240 -0.7657 0.6029 +vn -0.5468 -0.0056 0.8372 +vn 0.4344 -0.0728 0.8978 +vn -0.5983 0.0831 0.7970 +vn 0.3620 0.0299 0.9317 +vn -0.6445 0.0601 0.7622 +vn 0.2956 -0.0159 0.9551 +vn -0.6598 0.2112 0.7211 +vn 0.2004 0.0741 0.9769 +vn 0.5839 -0.3804 0.7171 +vn 0.4075 -0.1556 0.8998 +vn 0.9817 -0.1677 0.0902 +vn 0.9858 -0.0952 0.1379 +vn 0.9897 -0.1192 0.0792 +vn 0.9439 -0.3302 0.0065 +vn 0.6801 -0.7331 0.0064 +vn -0.9608 0.2755 0.0298 +vn -0.9633 -0.1840 -0.1955 +vn -0.9470 -0.0793 -0.3114 +vn -0.9535 0.0515 -0.2970 +vn -0.9781 -0.0298 -0.2060 +vn -0.9239 -0.2389 -0.2988 +vn -0.7430 -0.6690 -0.0171 +vn -0.1905 -0.3741 -0.9076 +vn -0.1798 -0.1143 -0.9770 +vn -0.1204 -0.0763 -0.9898 +vn -0.0905 -0.3152 -0.9447 +vn -0.0388 -0.7245 -0.6881 +vn 0.4688 -0.3894 -0.7928 +vn 0.6215 -0.1526 -0.7684 +vn 0.6632 -0.1281 -0.7373 +vn 0.5783 -0.3734 -0.7253 +vn 0.2721 -0.8038 -0.5290 +vn 0.8466 -0.1826 0.5000 +vn 0.8324 -0.2887 0.4730 +vn 0.9685 -0.2397 -0.0668 +vn 0.9514 -0.1720 -0.2553 +vn 0.8591 -0.1017 0.5016 +vn 0.9418 -0.1407 -0.3052 +vn 0.8405 -0.0300 0.5409 +vn 0.9409 -0.0871 -0.3271 +vn 0.8687 0.0288 0.4945 +vn 0.8915 -0.0159 -0.4527 +vn 0.8558 0.0233 0.5167 +vn 0.8434 -0.0069 -0.5372 +vn 0.8630 -0.0191 0.5048 +vn 0.8864 -0.2397 -0.3959 +vn 0.0540 -0.8557 0.5145 +vn 0.0583 -0.2274 0.9720 +vn -0.0070 -0.0282 0.9996 +vn -0.0638 0.0262 0.9976 +vn -0.1487 0.0244 0.9886 +vn -0.1133 0.0224 0.9933 +vn -0.0602 0.0228 0.9979 +vn -0.7385 -0.5974 0.3125 +vn -0.9178 -0.2301 0.3235 +vn -0.9485 -0.0179 0.3162 +vn -0.9733 -0.0298 0.2275 +vn -0.9786 -0.0479 0.1998 +vn -0.9560 -0.0380 0.2910 +vn -0.9196 -0.0615 0.3880 +vn -0.5696 -0.6042 -0.5572 +vn -0.7273 -0.2367 -0.6442 +vn -0.6476 -0.1140 -0.7533 +vn -0.6615 -0.1256 -0.7393 +vn -0.7687 -0.0838 -0.6341 +vn -0.8267 -0.0900 -0.5554 +vn -0.9434 -0.3274 -0.0520 +vn -0.0599 -0.5567 -0.8285 +vn -0.0763 -0.0735 -0.9944 +vn 0.0164 -0.0579 -0.9982 +vn 0.2189 -0.1302 -0.9670 +vn 0.2724 -0.1611 -0.9486 +vn 0.2989 -0.2292 -0.9263 +vn 0.3679 -0.8377 -0.4035 +vn 0.8891 -0.0308 0.4566 +vn 0.9163 -0.1179 -0.3828 +vn 0.9527 -0.0599 -0.2980 +vn 0.8583 0.0737 0.5078 +vn 0.9080 -0.0403 0.4170 +vn 0.9308 -0.1412 -0.3370 +vn 0.9075 -0.0720 0.4138 +vn 0.9271 -0.1686 -0.3347 +vn 0.8947 -0.1111 0.4325 +vn 0.9258 -0.2068 -0.3163 +vn 0.8889 -0.1473 0.4337 +vn 0.9304 -0.2391 -0.2776 +vn 0.9051 -0.1308 0.4044 +vn 0.9538 -0.2149 -0.2101 +vn 0.0809 -0.1161 0.9899 +vn 0.4179 -0.6447 0.6400 +vn 0.2136 0.0198 0.9767 +vn 0.2554 0.0521 0.9654 +vn 0.2456 0.0604 0.9675 +vn 0.1958 0.0350 0.9800 +vn 0.2118 -0.0360 0.9766 +vn 0.4161 -0.8636 -0.2847 +vn 0.1531 -0.4191 -0.8949 +vn 0.2023 -0.2484 -0.9473 +vn 0.1510 -0.1832 -0.9714 +vn 0.1025 -0.1674 -0.9805 +vn 0.0677 -0.1375 -0.9882 +vn 0.1152 -0.3734 -0.9205 +vn -0.8020 -0.2986 0.5173 +vn -0.5194 -0.7168 0.4651 +vn -0.8369 0.0497 0.5451 +vn -0.7817 0.0637 0.6203 +vn -0.7990 0.0405 0.5999 +vn -0.8119 0.0112 0.5836 +vn -0.8087 -0.1011 0.5794 +vn -0.8266 -0.3716 -0.4227 +vn -0.5254 -0.8035 -0.2798 +vn -0.8478 -0.0966 -0.5214 +vn -0.8392 -0.0648 -0.5399 +vn -0.8806 -0.0735 -0.4682 +vn -0.8771 -0.0739 -0.4746 +vn -0.8746 -0.2420 -0.4201 +vn 0.8828 -0.1355 0.4498 +vn 0.8085 -0.4209 0.4112 +vn 0.8070 -0.4817 -0.3415 +vn 0.8423 -0.2485 -0.4782 +vn 0.9211 -0.1459 0.3608 +vn 0.8416 -0.2340 -0.4867 +vn 0.9598 -0.0972 0.2631 +vn 0.7682 -0.1917 -0.6108 +vn 0.9693 -0.0339 0.2435 +vn 0.7487 -0.1060 -0.6543 +vn 0.9763 -0.0417 0.2123 +vn 0.6522 -0.0825 -0.7536 +vn 0.9838 -0.0758 0.1623 +vn 0.6511 -0.1111 -0.7508 +vn 0.9604 -0.1440 0.2383 +vn 0.6839 -0.6243 0.3776 +vn 0.4299 -0.7509 -0.5012 +vn 0.6149 -0.2275 -0.7551 +vn 0.9913 -0.0572 0.1185 +vn 0.5975 -0.1303 -0.7912 +vn 0.9917 0.0027 0.1286 +vn 0.5925 -0.1025 -0.7989 +vn 0.9881 0.0387 0.1487 +vn 0.5976 -0.0693 -0.7988 +vn 0.9846 0.0231 0.1735 +vn 0.5576 -0.0445 -0.8289 +vn 0.9841 -0.1423 -0.1064 +vn 0.4935 0.0044 -0.8697 +vn -0.0735 -0.6922 0.7179 +vn -0.0774 -0.0579 0.9953 +vn 0.0503 0.0430 0.9978 +vn 0.0432 0.0761 0.9962 +vn 0.1501 0.0507 0.9873 +vn 0.1404 0.0465 0.9890 +vn 0.2942 -0.0931 0.9512 +vn 0.0064 -0.3338 -0.9426 +vn -0.0838 -0.9312 -0.3548 +vn 0.0191 -0.2291 -0.9732 +vn -0.0049 -0.1809 -0.9835 +vn -0.1187 -0.1222 -0.9854 +vn -0.2481 -0.0496 -0.9675 +vn -0.0786 -0.1705 -0.9822 +vn -0.8551 -0.2032 -0.4769 +vn -0.7995 -0.4804 -0.3605 +vn -0.7904 -0.0919 -0.6056 +vn -0.8066 -0.0614 -0.5879 +vn -0.8677 -0.0803 -0.4905 +vn -0.8675 -0.0590 -0.4938 +vn -0.7942 -0.1352 -0.5923 +vn -0.9408 -0.0636 0.3328 +vn -0.8433 -0.3832 0.3769 +vn -0.9508 0.0734 0.3010 +vn -0.9332 0.0797 0.3504 +vn -0.9066 0.0181 0.4215 +vn -0.8672 -0.0024 0.4979 +vn -0.8690 -0.1147 0.4813 +vn -0.4294 -0.2087 -0.8786 +vn -0.4170 -0.7790 -0.4682 +vn -0.4358 -0.1335 -0.8901 +vn -0.4261 -0.1435 -0.8932 +vn -0.3806 -0.1470 -0.9130 +vn -0.4111 -0.1434 -0.9002 +vn -0.4012 -0.1914 -0.8957 +vn 0.0145 -0.6685 0.7436 +vn 0.2942 -0.1017 0.9503 +vn 0.4263 0.0102 0.9045 +vn 0.3240 0.0539 0.9445 +vn 0.2175 0.0684 0.9736 +vn 0.2226 0.0177 0.9747 +vn 0.2503 -0.3886 0.8867 +vn -0.9953 -0.0913 -0.0316 +vn -0.8197 -0.5714 0.0393 +vn -0.9980 -0.0558 -0.0280 +vn -0.9946 -0.0916 -0.0485 +vn -0.9845 -0.1258 -0.1222 +vn -0.9841 -0.1614 -0.0743 +vn -0.9434 -0.3029 -0.1348 +vn -0.5612 -0.0311 0.8271 +vn -0.5607 -0.4750 0.6782 +vn -0.5636 0.0080 0.8260 +vn -0.6275 -0.0120 0.7785 +vn -0.6753 -0.0181 0.7372 +vn -0.7023 -0.0703 0.7084 +vn -0.6852 -0.3737 0.6251 +vn -0.2633 0.6397 0.7220 +vn -0.8380 0.2646 0.4772 +vn -0.8141 0.5669 0.1259 +vn 0.3813 0.3325 0.8626 +vn 0.5468 0.0598 0.8351 +vn 0.6245 0.0248 0.7806 +vn 0.2033 -0.1105 0.9729 +vn 0.2150 -0.0309 0.9761 +vn 0.8352 0.2044 -0.5106 +vn 0.9833 0.1569 0.0920 +vn 0.8495 0.0443 -0.5256 +vn 0.4132 -0.2440 -0.8773 +vn -0.3942 -0.4946 -0.7746 +vn 0.4308 0.1982 -0.8804 +vn 0.8507 0.1275 -0.5100 +vn 0.4781 -0.1159 -0.8706 +vn -0.1895 -0.3950 -0.8989 +vn -0.2367 -0.0075 -0.9715 +vn -0.9425 -0.1249 -0.3100 +vn -0.8809 -0.1651 -0.4435 +vn -0.9391 -0.2020 -0.2780 +vn -0.9381 -0.2390 -0.2505 +vn -0.9706 -0.1074 -0.2153 +vn -0.9742 -0.0659 -0.2157 +vn -0.9812 -0.1323 -0.1400 +vn -0.9986 0.0434 -0.0308 +vn -0.7332 -0.5700 -0.3708 +vn 0.9240 -0.2068 -0.3216 +vn 0.0835 -0.8185 -0.5683 +vn 0.9802 -0.1708 -0.1000 +vn 0.5655 -0.8235 0.0442 +vn 0.9747 -0.2145 0.0624 +vn -0.2791 -0.6887 0.6691 +vn -0.9145 -0.3217 0.2452 +vn -0.9279 -0.3631 0.0847 +vn -0.9009 -0.4329 0.0309 +vn -0.1355 0.0565 0.9891 +vn 0.8702 -0.0121 0.4924 +vn 0.0949 -0.1072 0.9897 +vn 0.7776 0.0159 0.6286 +vn 0.6187 0.0443 -0.7844 +vn 0.9888 -0.0921 0.1173 +vn 0.9780 -0.1448 -0.1499 +vn 0.8784 -0.1161 -0.4637 +vn 0.5862 -0.0547 -0.8083 +vn -0.2820 -0.1471 -0.9480 +vn -0.3453 0.1713 -0.9227 +vn -0.0095 -0.0322 -0.9994 +vn -0.8242 -0.0822 0.5603 +vn -0.2623 -0.9116 0.3164 +vn -0.8211 -0.4017 -0.4054 +vn -0.9692 -0.0389 -0.2430 +vn -0.9692 0.2393 -0.0577 +vn -0.9872 0.1161 0.1094 +vn -0.9759 0.1453 -0.1628 +vn -0.8487 0.0896 -0.5212 +vn 0.8212 -0.0121 0.5705 +vn -0.0078 0.0361 0.9993 +vn 0.9816 -0.1890 0.0277 +vn 0.9623 -0.2318 -0.1424 +vn 0.9092 -0.1253 -0.3970 +vn 0.5941 -0.0369 -0.8035 +vn -0.1226 -0.1276 -0.9842 +vn -0.8238 -0.0598 0.5637 +vn -0.9828 -0.1308 0.1301 +vn -0.9819 -0.1667 0.0894 +vn -0.9903 -0.1231 0.0637 +vn -0.9912 -0.0639 0.1160 +vn -0.9713 -0.1885 0.1447 +vn -0.9713 -0.0753 0.2254 +vn -0.8688 -0.3742 -0.3243 +vn -0.8761 -0.2097 -0.4341 +vn -0.8389 -0.0391 -0.5429 +vn -0.8545 0.0624 -0.5156 +vn -0.9517 -0.3014 -0.0576 +vn -0.9802 -0.1908 -0.0522 +vn -0.9827 -0.1426 0.1183 +vn -0.9695 -0.2075 0.1299 +vn 0.2214 0.9744 0.0381 +vn 0.9026 0.2055 -0.3783 +vn 0.3516 -0.8538 -0.3839 +vn -0.0917 -0.9839 -0.1535 +vn -0.6791 -0.2017 0.7058 +vn -0.2203 0.8563 0.4671 +vn -0.3536 -0.9254 0.1365 +vn 0.0529 0.9909 0.1235 +vn 0.9429 0.1761 -0.2826 +vn 0.8948 -0.1311 -0.4268 +vn 0.0450 -0.0167 0.9988 +vn 0.8860 -0.0097 0.4635 +vn 0.0679 -0.1221 -0.9902 +vn -0.7837 -0.0981 -0.6133 +vn 0.8648 -0.0862 -0.4946 +vn 0.9700 -0.0065 -0.2429 +vn 0.3498 -0.0377 -0.9361 +vn -0.0205 -0.0242 0.9995 +vn 0.7657 0.0031 0.6431 +vn -0.6195 -0.1021 -0.7783 +vn 0.9865 0.1567 0.0474 +vn 0.9880 0.1483 0.0430 +vn 0.4135 -0.9091 0.0498 +vn -0.1054 0.9940 0.0305 +vn -0.1296 -0.9742 -0.1844 +vn -0.0268 -0.9975 -0.0652 +vn -0.1415 0.9880 -0.0620 +vn -0.2570 0.9305 -0.2610 +vn 0.2465 -0.9691 0.0039 +vn -0.0461 0.5238 0.8506 +vn 0.1488 0.3606 0.9207 +vn 0.0036 0.5214 0.8533 +vn 0.2929 0.1984 0.9353 +vn 0.8120 0.0506 0.5814 +vn 0.5972 0.2740 0.7538 +vn 0.8678 0.0846 0.4896 +vn -0.0016 0.2560 -0.9667 +vn 0.0014 -0.0301 -0.9995 +vn -0.0665 0.3608 0.9302 +vn -0.0684 0.2354 0.9695 +vn 0.3059 0.0299 0.9516 +vn 0.0002 0.3073 0.9516 +vn 0.0002 0.4968 0.8679 +vn 0.8048 -0.1482 0.5746 +vn -0.0023 0.9551 -0.2961 +vn 0.0001 0.9917 -0.1285 +vn 0.0000 -0.9991 0.0428 +vn -0.0010 -0.1429 0.9897 +vn 0.0020 -0.3247 0.9458 +vn 0.0000 -0.7458 0.6661 +vn 0.0000 0.6594 0.7518 +vn 0.0000 0.3696 0.9292 +vn -0.0018 -0.9234 0.3838 +vn -0.0004 -0.6204 0.7843 +vn 0.0000 0.3369 -0.9415 +vn 0.0002 0.2700 -0.9628 +vn -0.0014 -0.0586 0.9983 +vn 0.0000 -0.2983 0.9544 +vn 0.0000 -0.9750 0.2220 +vn -0.0004 -0.2657 0.9640 +vn 0.0007 0.1544 0.9880 +vn -0.1183 0.1829 0.9760 +vn 0.0001 0.2247 0.9744 +vn 0.0171 0.2996 -0.9539 +vn -0.0003 0.8442 0.5360 +vn -0.0866 0.0589 0.9945 +vn 0.1616 -0.0409 0.9860 +vn 0.2721 0.0678 0.9599 +vn 0.0003 0.6186 -0.7857 +vn -0.0011 0.4370 -0.8994 +vn 0.0222 0.1982 -0.9799 +vn 0.0130 0.1151 -0.9933 +vn 0.0020 -0.0448 -0.9990 +vn -0.0014 -0.0255 0.9997 +vn 0.0050 0.1126 0.9936 +vn -0.0018 0.7831 0.6219 +vn 0.0000 0.9822 0.1875 +vn -0.0000 -0.9848 -0.1737 +vn 0.0000 -0.9428 0.3332 +vn 0.0002 -0.5032 0.8641 +vn -0.0022 -0.2565 0.9665 +vn 0.0000 0.8380 -0.5457 +vn 0.0000 -0.2801 0.9600 +vn 0.0000 -0.7924 0.6100 +vn -0.0001 -0.9807 0.1957 +vn 0.0000 0.9661 -0.2581 +vn 0.0001 0.0256 0.9997 +vn 0.0000 -0.2305 -0.9731 +vn -0.0002 -0.1403 -0.9901 +vn -0.0002 0.0959 0.9954 +vn 0.9903 0.1357 -0.0306 +vn 0.6840 0.7288 0.0316 +vn 0.5544 0.8322 0.0054 +vn 0.9883 0.1452 -0.0469 +vn -0.8444 -0.5080 -0.1701 +vn -0.6285 -0.7758 -0.0551 +vn -0.9867 0.1587 -0.0352 +vn -0.9783 0.2000 -0.0540 +vn -0.1719 -0.9823 -0.0742 +vn 0.2794 -0.9586 -0.0535 +vn 0.0723 -0.9962 -0.0479 +vn 0.3024 0.9461 0.1160 +vn 0.1119 0.9882 0.1046 +vn 0.1163 0.9616 0.2485 +vn 0.0522 0.9901 0.1305 +vn 0.9971 -0.0057 0.0757 +vn 0.6645 0.7385 0.1136 +vn 0.6207 0.6782 0.3933 +vn 0.5465 -0.1469 0.8245 +vn -0.5948 -0.1286 0.7935 +vn -0.6671 0.5710 0.4785 +vn -0.9992 0.0212 -0.0323 +vn -0.7469 -0.6644 -0.0251 +vn -0.7495 -0.6216 0.2276 +vn -0.7324 0.6788 0.0526 +vn 0.6295 0.0865 0.7721 +vn 0.5553 0.7215 0.4135 +vn -0.5889 0.7243 0.3587 +vn -0.6182 0.0923 0.7805 +vn -0.9985 0.0092 -0.0543 +vn -0.6953 -0.7186 -0.0081 +vn -0.5941 -0.6485 0.4758 +vn 0.7046 0.7077 -0.0521 +vn -0.7077 0.7058 -0.0317 +vn 0.9983 0.0532 0.0234 +vn -0.1088 0.1888 0.9760 +vn -0.0849 -0.9940 0.0688 +vn -0.7525 0.6584 -0.0117 +vn -0.0124 -0.9999 0.0059 +vn 0.6970 -0.7137 0.0691 +vn 0.6028 -0.7219 0.3396 +vn 0.7052 -0.7067 0.0567 +vn 0.6094 -0.6759 0.4145 +vn -0.0452 -0.9972 -0.0592 +vn 0.5691 -0.8184 -0.0793 +vn 0.5898 -0.8044 0.0713 +vn 0.8250 -0.5394 -0.1686 +vn 0.9258 0.3592 0.1172 +vn 0.9646 0.2444 -0.0986 +vn 0.7505 -0.6241 -0.2172 +vn -0.0259 -0.9988 -0.0410 +vn -0.0723 -0.9962 -0.0479 +vn 0.0842 0.8847 0.4584 +vn -0.6803 0.6908 0.2450 +vn -0.1161 0.9616 0.2488 +vn -0.9646 0.2444 -0.0986 +vn -0.9782 0.2034 -0.0411 +vn -0.5025 0.8642 0.0250 +vn -0.5815 0.7993 0.1512 +vn 0.0876 0.9495 0.3012 +vn -0.0185 0.9946 0.1020 +vn -0.0876 0.9494 0.3014 +vn -0.9987 0.0188 -0.0482 +vn -0.6738 0.1220 0.7288 +vn -0.6196 0.6961 0.3625 +vn -0.6941 0.7166 0.0676 +vn 0.5411 -0.0754 0.8376 +vn 0.6174 0.6122 0.4939 +vn 0.9992 -0.0212 0.0323 +vn 0.5117 -0.7384 0.4392 +vn 0.7066 -0.7071 0.0267 +vn 0.7058 0.7025 0.0913 +vn -0.6788 0.1049 0.7268 +vn 0.5708 0.1075 0.8140 +vn 0.6345 0.6643 0.3950 +vn -0.6038 0.7208 0.3404 +vn 0.9987 -0.0277 0.0410 +vn 0.5942 -0.6676 0.4486 +vn 0.6188 -0.7844 0.0422 +vn -0.6494 0.7582 -0.0572 +vn 0.7464 0.6641 0.0422 +vn -0.9979 0.0307 -0.0575 +vn -0.3368 -0.8854 0.3203 +vn -0.0080 -0.9998 0.0143 +vn -0.7145 -0.6982 -0.0439 +vn -0.6343 -0.6794 0.3687 +vn -0.6724 -0.7402 0.0027 +vn -0.5426 -0.7031 0.4596 +vn -0.0772 -0.9833 -0.1646 +vn -0.7071 -0.7071 0.0024 +vn -0.7045 -0.6695 -0.2353 +vn 0.5815 0.7994 0.1511 +vn 0.1307 -0.9785 -0.1593 +vn -0.6571 0.7527 0.0399 +vn -0.2389 0.9593 0.1507 +vn -0.9883 0.1452 -0.0469 +vn -0.5544 0.8322 0.0054 +vn -0.1119 0.9882 0.1046 +vn -0.0522 0.9901 0.1304 +vn -0.9971 -0.0057 0.0757 +vn -0.5465 -0.1469 0.8245 +vn -0.6207 0.6782 0.3933 +vn -0.6646 0.7385 0.1135 +vn 0.5948 -0.1286 0.7935 +vn 0.6670 0.5709 0.4785 +vn 0.9992 0.0212 -0.0323 +vn 0.7495 -0.6216 0.2276 +vn 0.7469 -0.6644 -0.0251 +vn 0.7323 0.6789 0.0525 +vn -0.6295 0.0866 0.7721 +vn 0.6182 0.0923 0.7805 +vn 0.5889 0.7243 0.3587 +vn -0.5553 0.7215 0.4135 +vn 0.9985 0.0092 -0.0543 +vn 0.5942 -0.6485 0.4758 +vn 0.6954 -0.7186 -0.0081 +vn -0.7046 0.7077 -0.0521 +vn 0.7077 0.7058 -0.0317 +vn -0.9983 0.0533 0.0234 +vn 0.1088 0.1888 0.9760 +vn 0.0849 -0.9940 0.0688 +vn -0.0221 -0.6456 -0.7633 +vn 0.0124 -0.9999 0.0059 +vn -0.6970 -0.7137 0.0691 +vn -0.6028 -0.7219 0.3396 +vn -0.7052 -0.7067 0.0566 +vn -0.6093 -0.6759 0.4145 +vn -0.5898 -0.8044 0.0713 +vn 0.5025 0.8642 0.0250 +vn 0.9782 0.2034 -0.0410 +vn 0.0185 0.9946 0.1020 +vn 0.9987 0.0188 -0.0482 +vn 0.6941 0.7167 0.0676 +vn 0.6196 0.6962 0.3625 +vn 0.6737 0.1220 0.7288 +vn -0.5411 -0.0752 0.8376 +vn -0.6175 0.6121 0.4939 +vn -0.9992 -0.0212 0.0323 +vn -0.7067 -0.7070 0.0268 +vn -0.5117 -0.7383 0.4393 +vn -0.7058 0.7025 0.0913 +vn 0.6788 0.1049 0.7268 +vn 0.6038 0.7208 0.3404 +vn -0.6345 0.6643 0.3950 +vn -0.5708 0.1075 0.8140 +vn -0.9987 -0.0277 0.0410 +vn -0.6188 -0.7844 0.0422 +vn -0.5942 -0.6676 0.4486 +vn 0.6495 0.7582 -0.0572 +vn -0.7464 0.6641 0.0422 +vn 0.9979 0.0307 -0.0575 +vn 0.3368 -0.8854 0.3204 +vn 0.0080 -0.9998 0.0143 +vn 0.7145 -0.6982 -0.0439 +vn 0.6343 -0.6794 0.3688 +vn 0.6724 -0.7402 0.0027 +vn 0.5426 -0.7031 0.4596 +vn 0.7071 -0.7071 0.0024 +vn -0.0531 0.0110 -0.9985 +vn -0.7675 -0.0240 -0.6406 +vn 0.8198 0.0459 -0.5707 +vn 0.0413 -0.7611 -0.6473 +vn -0.6275 -0.5914 -0.5063 +vn 0.7437 -0.4883 -0.4565 +vn -0.9595 -0.0038 -0.2817 +vn -0.9070 -0.2838 -0.3111 +vn -0.9942 0.1012 -0.0366 +vn -0.8892 -0.4244 -0.1706 +vn 0.9988 0.0166 -0.0461 +vn 0.8077 -0.5895 -0.0041 +vn 0.1665 -0.9857 -0.0236 +vn -0.4065 -0.9084 -0.0981 +vn 0.6545 0.7143 0.2477 +vn -0.0841 0.8846 0.4587 +vn -0.9259 0.3591 0.1173 +vn 0.0531 0.0110 -0.9985 +vn 0.7674 -0.0235 -0.6407 +vn -0.8199 0.0455 -0.5706 +vn -0.0413 -0.7611 -0.6473 +vn 0.6275 -0.5914 -0.5063 +vn -0.7437 -0.4883 -0.4565 +vn 0.9595 -0.0034 -0.2816 +vn 0.9070 -0.2838 -0.3111 +vn 0.9941 0.1017 -0.0362 +vn 0.8892 -0.4244 -0.1706 +vn 0.9720 0.2312 -0.0407 +vn 0.8660 -0.4769 -0.1502 +vn -0.9988 0.0162 -0.0462 +vn -0.8077 -0.5895 -0.0041 +vn -0.8416 -0.5159 -0.1595 +vn -0.1665 -0.9857 -0.0236 +vn -0.3133 -0.9485 -0.0473 +vn 0.2446 -0.9682 -0.0522 +vn 0.4065 -0.9084 -0.0981 +usemtl wolfwoman.body +s 1 +f 102/97/97 97/98/98 98/99/99 103/100/100 +f 99/101/101 100/102/102 105/103/103 104/104/104 +f 101/105/105 99/101/101 104/104/104 106/106/106 +f 98/99/99 101/105/105 106/106/106 103/100/100 +f 107/107/107 108/108/108 104/104/104 105/103/103 +f 108/108/108 109/109/109 106/106/106 104/104/104 +f 109/109/109 110/110/110 103/100/100 106/106/106 +f 110/110/110 111/111/111 102/97/97 103/100/100 +f 112/112/112 113/113/113 108/108/108 107/107/107 +f 113/113/113 114/114/114 109/109/109 108/108/108 +f 114/114/114 115/115/115 110/110/110 109/109/109 +f 115/115/115 116/116/116 111/111/111 110/110/110 +f 116/116/116 97/98/98 102/97/97 111/111/111 +f 118/117/117 121/118/118 120/119/119 119/120/120 +f 122/121/121 118/117/117 119/120/120 123/122/122 +f 124/123/123 122/121/121 123/122/122 125/124/124 +f 126/125/125 129/126/126 128/127/127 127/128/128 +f 130/129/129 131/130/130 120/119/119 121/118/118 +f 127/128/128 128/127/127 131/130/130 130/129/129 +f 132/131/131 133/132/132 129/126/126 126/125/125 +f 124/123/123 125/124/124 133/132/132 132/131/131 +f 142/133/133 145/134/134 144/135/135 143/136/136 +f 306/137/137 345/138/138 310/139/139 251/140/140 +f 792/141/141 793/142/142 144/135/135 145/134/134 +f 794/143/143 795/144/144 303/145/145 149/146/146 +f 148/147/147 149/146/146 303/145/145 307/148/148 +f 148/147/147 143/136/136 144/135/135 149/146/146 +f 143/136/136 148/147/147 307/148/148 140/149/149 +f 142/133/133 143/136/136 140/149/149 135/150/150 +f 794/143/143 149/146/146 144/135/135 793/142/142 +f 145/134/134 142/133/133 135/150/150 134/151/151 +f 787/152/152 792/141/141 145/134/134 134/151/151 +f 156/153/153 159/154/154 158/155/155 157/156/156 +f 156/153/153 157/156/156 161/157/157 160/158/158 +f 162/159/159 163/160/160 152/161/161 153/162/162 +f 158/155/155 159/154/154 163/160/160 162/159/159 +f 164/163/163 165/164/164 160/158/158 161/157/157 +f 155/165/165 154/166/166 165/164/164 164/163/163 +f 166/167/167 152/161/161 163/160/160 167/168/168 +f 159/154/154 785/169/169 167/168/168 163/160/160 +f 156/153/153 160/158/158 783/170/170 784/171/171 +f 169/172/172 165/164/164 154/166/166 168/173/173 +f 172/174/174 173/175/175 161/157/157 157/156/156 +f 173/175/175 175/176/176 164/163/163 161/157/157 +f 175/176/176 174/177/177 155/165/165 164/163/163 +f 176/178/178 177/179/179 126/125/125 127/128/128 +f 178/180/180 179/181/181 118/117/117 122/121/121 +f 170/182/182 171/183/183 179/181/181 178/180/180 +f 179/181/181 180/184/184 121/118/118 118/117/117 +f 171/183/183 181/185/185 180/184/184 179/181/181 +f 180/184/184 182/186/186 130/129/129 121/118/118 +f 181/185/185 183/187/187 182/186/186 180/184/184 +f 182/186/186 176/178/178 127/128/128 130/129/129 +f 183/187/187 184/188/188 176/178/178 182/186/186 +f 185/189/189 186/190/190 124/123/123 132/131/131 +f 186/190/190 178/180/180 122/121/121 124/123/123 +f 177/179/179 185/189/189 132/131/131 126/125/125 +f 191/191/191 192/192/192 190/193/193 189/194/194 +f 193/195/195 194/196/196 192/192/192 191/191/191 +f 195/197/197 196/198/198 194/196/196 193/195/195 +f 194/196/196 200/199/199 190/193/193 192/192/192 +f 198/200/200 200/199/199 194/196/196 196/198/198 +f 201/201/201 187/202/202 188/203/203 202/204/204 +f 191/191/191 189/194/194 187/202/202 201/201/201 +f 193/195/195 191/191/191 201/201/201 203/205/205 +f 204/206/206 207/207/207 206/208/208 205/209/209 +f 208/210/210 204/206/206 205/209/209 209/211/211 +f 206/208/208 207/207/207 211/212/212 210/213/213 +f 212/214/214 211/212/212 207/207/207 204/206/206 +f 213/215/215 212/214/214 204/206/206 208/210/210 +f 172/174/174 157/156/156 158/155/155 214/216/216 +f 214/216/216 158/155/155 216/217/217 215/218/218 +f 228/219/219 138/220/220 786/221/221 139/222/222 +f 218/223/223 219/224/224 172/174/174 214/216/216 +f 220/225/225 218/223/223 214/216/216 215/218/218 +f 225/226/226 228/219/219 139/222/222 224/227/227 +f 219/224/224 225/226/226 224/227/227 217/228/228 +f 172/174/174 219/224/224 217/228/228 210/213/213 +f 225/226/226 219/224/224 218/223/223 226/229/229 +f 210/213/213 211/212/212 173/175/175 172/174/174 +f 226/229/229 218/223/223 220/225/225 221/230/230 +f 227/231/231 228/219/219 225/226/226 226/229/229 +f 222/232/232 227/231/231 226/229/229 221/230/230 +f 229/233/233 203/205/205 201/201/201 202/204/204 +f 216/217/217 158/155/155 162/159/159 230/234/234 +f 230/234/234 162/159/159 153/162/162 197/235/235 +f 786/221/221 279/236/236 258/237/237 139/222/222 +f 233/238/238 138/220/220 228/219/219 227/231/231 +f 223/239/239 233/238/238 227/231/231 222/232/232 +f 229/233/233 195/197/197 193/195/195 203/205/205 +f 235/240/240 202/204/204 188/203/203 234/241/241 +f 236/242/242 229/233/233 202/204/204 235/240/240 +f 197/235/235 198/200/200 196/198/198 230/234/234 +f 215/218/218 216/217/217 195/197/197 229/233/233 +f 216/217/217 230/234/234 196/198/198 195/197/197 +f 229/233/233 236/242/242 220/225/225 215/218/218 +f 233/238/238 237/243/243 137/244/244 138/220/220 +f 233/238/238 223/239/239 231/245/245 237/243/243 +f 238/246/246 239/247/247 181/185/185 171/183/183 +f 239/247/247 240/248/248 183/187/187 181/185/185 +f 240/248/248 232/249/249 184/188/188 183/187/187 +f 243/250/250 241/251/251 242/252/252 244/253/253 +f 245/254/254 243/250/250 244/253/253 246/255/255 +f 247/256/256 245/254/254 246/255/255 248/257/257 +f 252/258/258 253/259/259 205/209/209 206/208/208 +f 253/259/259 254/260/260 209/211/211 205/209/209 +f 253/261/259 244/253/253 242/252/252 254/262/260 +f 252/263/258 246/255/255 244/253/253 253/261/259 +f 217/228/228 252/258/258 206/208/208 210/213/213 +f 255/264/261 252/258/258 217/228/228 224/227/227 +f 255/265/261 248/257/257 246/255/255 252/263/258 +f 288/266/262 291/267/263 302/268/264 257/269/265 +f 139/222/222 258/237/237 255/264/261 224/227/227 +f 258/270/237 257/271/265 248/257/257 255/265/261 +f 264/272/266 263/273/267 259/274/268 260/275/269 +f 265/276/270 264/272/266 260/275/269 261/277/271 +f 266/278/272 265/276/270 261/277/271 262/279/273 +f 268/280/274 267/281/275 263/273/267 264/272/266 +f 269/282/276 268/280/274 264/272/266 265/276/270 +f 270/283/277 269/282/276 265/276/270 266/278/272 +f 271/284/278 272/285/279 270/283/277 266/278/272 +f 273/286/280 271/284/278 266/278/272 262/279/273 +f 274/287/281 275/288/282 135/150/150 140/149/149 +f 307/148/148 276/289/283 274/287/281 140/149/149 +f 275/288/282 277/290/284 134/151/151 135/150/150 +f 796/291/285 278/292/286 136/293/287 787/152/152 +f 141/294/288 279/236/236 786/221/221 256/295/289 +f 278/292/286 279/236/236 141/294/288 136/293/287 +f 282/296/290 274/287/281 276/289/283 280/297/291 +f 268/280/274 283/298/292 281/299/293 267/281/275 +f 799/300/294 282/296/290 280/297/291 802/301/295 +f 284/302/296 275/288/282 274/287/281 282/296/290 +f 269/282/276 285/303/297 283/298/292 268/280/274 +f 271/284/278 273/286/280 798/304/298 797/305/299 +f 801/306/300 284/302/296 282/296/290 799/300/294 +f 791/307/301 287/308/302 278/292/286 796/291/285 +f 288/266/262 257/309/265 258/237/237 279/236/236 +f 287/308/302 288/266/262 279/236/236 278/292/286 +f 284/302/296 286/310/303 277/290/284 275/288/282 +f 790/311/304 290/312/305 287/308/302 791/307/301 +f 290/312/305 291/267/263 288/266/262 287/308/302 +f 292/313/306 289/314/307 286/310/303 284/302/296 +f 800/315/308 292/313/306 284/302/296 801/306/300 +f 789/316/309 294/317/310 290/312/305 790/311/304 +f 294/317/310 295/318/311 291/267/263 290/312/305 +f 296/319/312 293/320/313 289/314/307 292/313/306 +f 797/305/299 296/319/312 292/313/306 800/315/308 +f 788/321/314 298/322/315 294/317/310 789/316/309 +f 298/322/315 299/323/316 295/318/311 294/317/310 +f 300/324/317 297/325/318 293/320/313 296/319/312 +f 798/304/298 300/324/317 296/319/312 797/305/299 +f 797/305/299 800/315/308 272/285/279 271/284/278 +f 285/303/297 269/282/276 270/283/277 272/285/279 +f 272/285/279 800/315/308 801/306/300 285/303/297 +f 283/298/292 285/303/297 801/306/300 799/300/294 +f 248/257/257 257/271/265 302/326/264 247/256/256 +f 304/327/319 302/268/264 291/267/263 295/318/311 +f 305/328/320 304/327/319 295/318/311 299/323/316 +f 810/329/321 809/330/322 309/331/323 308/332/324 +f 811/333/325 810/329/321 308/332/324 306/137/137 +f 812/334/326 247/256/256 302/326/264 811/333/325 +f 813/335/327 812/334/326 251/140/140 250/336/328 +f 814/337/329 813/335/327 250/336/328 249/338/330 +f 310/139/139 311/339/331 250/336/328 251/140/140 +f 250/336/328 311/339/331 313/340/332 249/338/330 +f 311/339/331 364/341/333 804/342/334 313/340/332 +f 322/343/335 318/344/336 315/345/337 320/346/338 +f 324/347/339 327/348/340 326/349/341 325/350/342 +f 325/350/342 326/349/341 329/351/343 328/352/344 +f 328/352/344 329/351/343 331/353/345 330/354/346 +f 332/355/347 324/347/339 325/350/342 333/356/348 +f 333/356/348 325/350/342 328/352/344 334/357/349 +f 334/357/349 328/352/344 330/354/346 335/358/350 +f 374/359/351 803/360/352 804/342/334 384/361/353 +f 312/362/354 771/363/355 803/360/352 385/364/356 +f 358/365/357 357/366/358 817/367/359 344/368/360 +f 389/369/361 425/370/362 657/371/363 337/372/364 +f 388/373/365 389/369/361 337/372/364 764/374/366 +f 337/372/364 656/375/367 763/376/368 764/374/366 +f 339/377/369 344/368/360 817/367/359 341/378/370 +f 346/379/371 345/138/138 306/137/137 308/332/324 +f 347/380/372 346/379/371 308/332/324 309/331/323 +f 358/365/357 359/381/373 351/382/374 348/383/375 +f 331/353/345 348/383/375 349/384/376 330/354/346 +f 349/384/376 350/385/377 353/386/378 352/387/379 +f 330/354/346 349/384/376 352/387/379 335/358/350 +f 354/388/380 323/389/381 322/343/335 355/390/382 +f 327/348/340 354/388/380 355/390/382 326/349/341 +f 355/390/382 322/343/335 320/346/338 356/391/383 +f 326/349/341 355/390/382 356/391/383 329/351/343 +f 321/392/384 320/346/338 315/345/337 316/393/385 +f 329/351/343 356/391/383 357/366/358 331/353/345 +f 316/393/385 342/394/386 341/378/370 321/392/384 +f 331/353/345 357/366/358 358/365/357 348/383/375 +f 344/368/360 343/395/387 359/381/373 358/365/357 +f 339/377/369 340/396/388 343/395/387 344/368/360 +f 361/397/389 351/382/374 359/381/373 360/398/390 +f 363/399/391 364/341/333 311/339/331 310/139/139 +f 360/398/390 359/381/373 343/395/387 362/400/392 +f 745/401/393 752/402/394 738/403/395 737/404/396 +f 350/385/377 366/405/397 367/406/398 353/386/378 +f 738/403/395 752/402/394 757/407/399 760/408/400 +f 346/379/371 347/380/372 367/409/398 366/410/397 +f 374/359/351 737/404/396 743/411/401 376/412/402 +f 739/413/403 745/401/393 384/361/353 382/414/404 +f 376/412/402 360/398/390 362/400/392 374/359/351 +f 740/415/405 739/413/403 382/414/404 381/416/406 +f 378/417/407 361/397/389 360/398/390 376/412/402 +f 760/408/400 756/418/408 750/419/409 738/403/395 +f 738/403/395 750/419/409 743/411/401 737/404/396 +f 379/420/410 368/421/411 361/397/389 378/417/407 +f 381/416/406 382/414/404 364/341/333 363/399/391 +f 345/138/138 346/379/371 366/410/397 365/422/412 +f 365/422/412 368/423/411 369/424/413 345/138/138 +f 345/138/138 369/424/413 363/399/391 310/139/139 +f 743/411/401 742/425/414 378/417/407 376/412/402 +f 742/425/414 741/426/415 379/420/410 378/417/407 +f 362/400/392 343/395/387 340/396/388 385/364/356 +f 362/400/392 385/364/356 803/360/352 374/359/351 +f 386/427/416 389/369/361 388/373/365 387/428/417 +f 390/429/418 386/427/416 387/428/417 391/430/419 +f 392/431/420 390/429/418 391/430/419 393/432/421 +f 394/433/422 392/431/420 393/432/421 395/434/423 +f 396/435/424 394/433/422 395/434/423 397/436/425 +f 398/437/426 396/435/424 397/436/425 399/438/427 +f 400/439/428 398/437/426 399/438/427 401/440/429 +f 402/441/430 387/428/417 388/373/365 403/442/431 +f 404/443/432 391/430/419 387/428/417 402/441/430 +f 405/444/433 393/432/421 391/430/419 404/443/432 +f 406/445/434 395/434/423 393/432/421 405/444/433 +f 407/446/435 397/436/425 395/434/423 406/445/434 +f 408/447/436 399/438/427 397/436/425 407/446/435 +f 409/448/437 401/440/429 399/438/427 408/447/436 +f 410/449/438 402/441/430 403/442/431 411/450/439 +f 412/451/440 404/443/432 402/441/430 410/449/438 +f 413/452/441 405/444/433 404/443/432 412/451/440 +f 414/453/442 406/445/434 405/444/433 413/452/441 +f 415/454/443 407/446/435 406/445/434 414/453/442 +f 416/455/444 408/447/436 407/446/435 415/454/443 +f 1740/456/445 409/448/437 408/447/436 416/455/444 +f 417/457/446 410/449/438 411/450/439 418/458/447 +f 419/459/448 412/451/440 410/449/438 417/457/446 +f 420/460/449 413/452/441 412/451/440 419/459/448 +f 421/461/450 414/453/442 413/452/441 420/460/449 +f 422/462/451 415/454/443 414/453/442 421/461/450 +f 423/463/452 416/455/444 415/454/443 422/462/451 +f 424/464/453 1740/456/445 416/455/444 423/463/452 +f 425/370/362 389/369/361 386/427/416 426/465/454 +f 426/465/454 386/427/416 390/429/418 427/466/455 +f 427/466/455 390/429/418 392/431/420 428/467/456 +f 428/467/456 392/431/420 394/433/422 429/468/457 +f 429/468/457 394/433/422 396/435/424 430/469/458 +f 430/469/458 396/435/424 398/437/426 431/470/459 +f 431/470/459 398/437/426 400/439/428 1741/471/460 +f 432/472/461 433/473/462 417/457/446 418/458/447 +f 433/473/462 434/474/463 419/459/448 417/457/446 +f 434/474/463 435/475/464 420/460/449 419/459/448 +f 435/475/464 436/476/465 421/461/450 420/460/449 +f 436/476/465 437/477/466 422/462/451 421/461/450 +f 437/477/466 438/478/467 423/463/452 422/462/451 +f 438/478/467 1742/479/468 424/464/453 423/463/452 +f 439/480/469 440/481/470 373/482/471 380/483/472 +f 440/481/470 441/484/473 372/485/474 373/482/471 +f 441/484/473 442/486/475 370/487/476 372/485/474 +f 443/488/477 371/489/478 370/487/476 442/486/475 +f 444/490/479 447/491/480 446/492/481 445/493/482 +f 448/494/483 445/493/482 446/492/481 449/495/484 +f 450/496/485 451/497/486 447/491/480 444/490/479 +f 452/498/487 453/499/488 451/497/486 450/496/485 +f 454/500/489 455/501/490 453/499/488 452/498/487 +f 456/502/491 457/503/492 455/501/490 454/500/489 +f 458/504/493 455/501/490 457/503/492 459/505/494 +f 460/506/495 453/499/488 455/501/490 458/504/493 +f 461/507/496 451/497/486 453/499/488 460/506/495 +f 462/508/497 447/491/480 451/497/486 461/507/496 +f 463/509/498 446/492/481 447/491/480 462/508/497 +f 464/510/499 449/495/484 446/492/481 463/509/498 +f 465/511/500 456/502/491 454/500/489 466/512/501 +f 466/512/501 454/500/489 452/498/487 467/513/502 +f 467/513/502 452/498/487 450/496/485 468/514/503 +f 468/514/503 450/496/485 444/490/479 469/515/504 +f 469/515/504 444/490/479 445/493/482 470/516/505 +f 470/516/505 445/493/482 448/494/483 471/517/506 +f 472/518/507 467/519/502 468/520/503 473/521/508 +f 473/521/508 468/520/503 469/522/504 474/523/509 +f 474/523/509 469/522/504 470/524/505 475/525/510 +f 475/525/510 470/524/505 471/526/506 476/527/511 +f 477/528/512 472/518/507 473/521/508 478/529/513 +f 478/529/513 473/521/508 474/523/509 479/530/514 +f 479/530/514 474/523/509 475/525/510 480/531/515 +f 480/531/515 475/525/510 476/527/511 481/532/516 +f 481/532/516 464/533/499 463/534/498 480/531/515 +f 480/531/515 463/534/498 462/535/497 479/530/514 +f 479/530/514 462/535/497 461/536/496 478/529/513 +f 478/529/513 461/536/496 460/537/495 477/528/512 +f 482/538/517 485/539/518 484/540/519 483/541/520 +f 486/542/521 487/543/522 485/539/518 482/538/517 +f 488/544/523 489/545/524 487/543/522 486/542/521 +f 490/546/525 491/547/526 489/545/524 488/544/523 +f 492/548/527 493/549/528 491/547/526 490/546/525 +f 494/550/529 495/551/530 493/549/528 492/548/527 +f 496/552/531 497/553/532 482/538/517 483/541/520 +f 497/553/532 498/554/533 486/542/521 482/538/517 +f 498/554/533 499/555/534 488/544/523 486/542/521 +f 499/555/534 500/556/535 490/546/525 488/544/523 +f 500/556/535 501/557/536 492/548/527 490/546/525 +f 501/557/536 502/558/537 494/550/529 492/548/527 +f 503/559/538 504/560/539 497/561/532 496/562/531 +f 504/560/539 505/563/540 498/564/533 497/561/532 +f 505/563/540 506/565/541 499/566/534 498/564/533 +f 506/565/541 507/567/542 500/568/535 499/566/534 +f 507/567/542 508/569/543 501/570/536 500/568/535 +f 508/569/543 509/571/544 502/572/537 501/570/536 +f 510/573/545 511/574/546 504/560/539 503/559/538 +f 511/574/546 512/575/547 505/563/540 504/560/539 +f 512/575/547 513/576/548 506/565/541 505/563/540 +f 513/576/548 514/577/549 507/567/542 506/565/541 +f 514/577/549 515/578/550 508/569/543 507/567/542 +f 515/578/550 516/579/551 509/571/544 508/569/543 +f 517/580/552 518/581/553 493/549/528 495/551/530 +f 518/581/553 519/582/554 491/547/526 493/549/528 +f 519/582/554 520/583/555 489/545/524 491/547/526 +f 520/583/555 521/584/556 487/543/522 489/545/524 +f 521/584/556 522/585/557 485/539/518 487/543/522 +f 522/585/557 523/586/558 484/540/519 485/539/518 +f 522/587/557 511/574/546 510/573/545 523/588/558 +f 521/589/556 512/575/547 511/574/546 522/587/557 +f 520/590/555 513/576/548 512/575/547 521/589/556 +f 519/591/554 514/577/549 513/576/548 520/590/555 +f 518/592/553 515/578/550 514/577/549 519/591/554 +f 517/593/552 516/579/551 515/578/550 518/592/553 +f 524/594/559 527/595/560 526/596/561 525/597/562 +f 524/594/559 525/597/562 529/598/563 528/599/564 +f 530/600/565 528/599/564 529/598/563 531/601/566 +f 530/600/565 531/601/566 533/602/567 532/603/568 +f 534/604/569 532/603/568 533/602/567 535/605/570 +f 536/606/571 534/604/569 535/605/570 537/607/572 +f 538/608/573 534/604/569 536/606/571 539/609/574 +f 540/610/575 532/603/568 534/604/569 538/608/573 +f 541/611/576 530/600/565 532/603/568 540/610/575 +f 542/612/577 528/599/564 530/600/565 541/611/576 +f 543/613/578 524/594/559 528/599/564 542/612/577 +f 544/614/579 527/595/560 524/594/559 543/613/578 +f 545/615/580 537/607/572 535/605/570 546/616/581 +f 546/616/581 535/605/570 533/602/567 547/617/582 +f 547/617/582 533/602/567 531/601/566 548/618/583 +f 548/618/583 531/601/566 529/598/563 549/619/584 +f 549/619/584 529/598/563 525/597/562 550/620/585 +f 550/620/585 525/597/562 526/596/561 551/621/586 +f 552/622/587 538/623/573 539/624/574 553/625/588 +f 554/626/589 540/627/575 538/623/573 552/622/587 +f 555/628/590 541/629/576 540/627/575 554/626/589 +f 556/630/591 542/631/577 541/629/576 555/628/590 +f 557/632/592 543/633/578 542/631/577 556/630/591 +f 558/634/593 544/635/579 543/633/578 557/632/592 +f 559/636/594 552/622/587 553/625/588 560/637/595 +f 561/638/596 554/626/589 552/622/587 559/636/594 +f 562/639/597 555/628/590 554/626/589 561/638/596 +f 563/640/598 556/630/591 555/628/590 562/639/597 +f 564/641/599 557/632/592 556/630/591 563/640/598 +f 565/642/600 558/634/593 557/632/592 564/641/599 +f 560/637/595 545/643/580 546/644/581 559/636/594 +f 561/638/596 559/636/594 546/644/581 547/645/582 +f 562/639/597 561/638/596 547/645/582 548/646/583 +f 563/640/598 562/639/597 548/646/583 549/647/584 +f 564/641/599 563/640/598 549/647/584 550/648/585 +f 565/642/600 564/641/599 550/648/585 551/649/586 +f 566/650/601 569/651/602 568/652/603 567/653/604 +f 570/654/605 571/655/606 569/651/602 566/650/601 +f 572/656/607 573/657/608 571/655/606 570/654/605 +f 574/658/609 575/659/610 573/657/608 572/656/607 +f 576/660/611 577/661/612 575/659/610 574/658/609 +f 578/662/613 579/663/614 577/661/612 576/660/611 +f 580/664/615 583/665/616 582/666/617 581/667/618 +f 584/668/619 585/669/620 583/665/616 580/664/615 +f 586/670/621 587/671/622 585/669/620 584/668/619 +f 588/672/623 589/673/624 587/671/622 586/670/621 +f 590/674/625 591/675/626 589/673/624 588/672/623 +f 592/676/627 593/677/628 591/675/626 590/674/625 +f 594/678/629 595/679/630 566/650/601 567/653/604 +f 595/679/630 596/680/631 570/654/605 566/650/601 +f 596/680/631 597/681/632 572/656/607 570/654/605 +f 597/681/632 598/682/633 574/658/609 572/656/607 +f 598/682/633 599/683/634 576/660/611 574/658/609 +f 599/683/634 600/684/635 578/662/613 576/660/611 +f 601/685/636 602/686/637 568/652/603 569/651/602 +f 603/687/638 601/685/636 569/651/602 571/655/606 +f 604/688/639 603/687/638 571/655/606 573/657/608 +f 605/689/640 604/688/639 573/657/608 575/659/610 +f 606/690/641 605/689/640 575/659/610 577/661/612 +f 607/691/642 606/690/641 577/661/612 579/663/614 +f 608/692/643 609/693/644 602/694/637 601/695/636 +f 610/696/645 608/692/643 601/695/636 603/697/638 +f 611/698/646 610/696/645 603/697/638 604/699/639 +f 612/700/647 611/698/646 604/699/639 605/701/640 +f 613/702/648 612/700/647 605/701/640 606/703/641 +f 614/704/649 613/702/648 606/703/641 607/705/642 +f 615/706/650 616/707/651 609/693/644 608/692/643 +f 617/708/652 615/706/650 608/692/643 610/696/645 +f 618/709/653 617/708/652 610/696/645 611/698/646 +f 619/710/654 618/709/653 611/698/646 612/700/647 +f 620/711/655 619/710/654 612/700/647 613/702/648 +f 621/712/656 620/711/655 613/702/648 614/704/649 +f 615/706/650 595/713/630 594/714/629 616/707/651 +f 617/708/652 596/715/631 595/713/630 615/706/650 +f 618/709/653 597/716/632 596/715/631 617/708/652 +f 619/710/654 598/717/633 597/716/632 618/709/653 +f 620/711/655 599/718/634 598/717/633 619/710/654 +f 621/712/656 600/719/635 599/718/634 620/711/655 +f 622/720/657 623/721/658 582/666/617 583/665/616 +f 624/722/659 622/720/657 583/665/616 585/669/620 +f 625/723/660 624/722/659 585/669/620 587/671/622 +f 626/724/661 625/723/660 587/671/622 589/673/624 +f 627/725/662 626/724/661 589/673/624 591/675/626 +f 628/726/663 627/725/662 591/675/626 593/677/628 +f 629/727/664 630/728/665 580/664/615 581/667/618 +f 630/728/665 631/729/666 584/668/619 580/664/615 +f 631/729/666 632/730/667 586/670/621 584/668/619 +f 632/730/667 633/731/668 588/672/623 586/670/621 +f 633/731/668 634/732/669 590/674/625 588/672/623 +f 634/732/669 635/733/670 592/676/627 590/674/625 +f 636/734/671 637/735/672 623/721/658 622/720/657 +f 638/736/673 636/734/671 622/720/657 624/722/659 +f 639/737/674 638/736/673 624/722/659 625/723/660 +f 640/738/675 639/737/674 625/723/660 626/724/661 +f 641/739/676 640/738/675 626/724/661 627/725/662 +f 642/740/677 641/739/676 627/725/662 628/726/663 +f 643/741/678 644/742/679 637/735/672 636/734/671 +f 645/743/680 643/741/678 636/734/671 638/736/673 +f 646/744/681 645/743/680 638/736/673 639/737/674 +f 647/745/682 646/744/681 639/737/674 640/738/675 +f 648/746/683 647/745/682 640/738/675 641/739/676 +f 649/747/684 648/746/683 641/739/676 642/740/677 +f 643/741/678 630/748/665 629/749/664 644/742/679 +f 645/743/680 631/750/666 630/748/665 643/741/678 +f 646/744/681 632/751/667 631/750/666 645/743/680 +f 647/745/682 633/752/668 632/751/667 646/744/681 +f 648/746/683 634/753/669 633/752/668 647/745/682 +f 649/747/684 635/754/670 634/753/669 648/746/683 +f 650/755/685 651/756/686 375/757/687 371/489/478 +f 651/756/686 650/755/685 456/502/491 465/511/500 +f 652/758/688 650/755/685 371/489/478 443/488/477 +f 650/755/685 652/758/688 457/503/492 456/502/491 +f 653/759/689 459/505/494 457/503/492 652/758/688 +f 471/517/506 448/494/483 449/495/484 464/510/499 +f 481/532/516 476/527/511 471/526/506 464/533/499 +f 496/552/531 483/541/520 484/540/519 523/586/558 +f 510/573/545 503/559/538 496/562/531 523/588/558 +f 539/609/574 536/606/571 537/607/572 545/615/580 +f 560/637/595 553/625/588 539/624/574 545/643/580 +f 594/678/629 567/653/604 568/652/603 602/686/637 +f 616/707/651 594/714/629 602/694/637 609/693/644 +f 629/727/664 581/667/618 582/666/617 623/721/658 +f 644/742/679 629/749/664 623/721/658 637/735/672 +f 658/760/690 763/376/368 656/375/367 654/761/691 +f 658/760/690 654/761/691 319/762/692 323/389/381 +f 323/389/381 319/762/692 318/344/336 322/343/335 +f 659/763/693 660/764/694 354/388/380 327/348/340 +f 660/764/694 658/760/690 323/389/381 354/388/380 +f 661/765/695 662/766/696 418/458/447 411/450/439 +f 662/766/696 663/767/697 432/472/461 418/458/447 +f 324/347/339 664/768/698 659/763/693 327/348/340 +f 665/769/699 666/770/700 662/766/696 661/765/695 +f 666/770/700 667/771/701 663/767/697 662/766/696 +f 669/772/702 664/768/698 324/347/339 332/355/347 +f 659/763/693 664/768/698 666/770/700 665/769/699 +f 664/768/698 669/772/702 667/771/701 666/770/700 +f 670/773/703 433/473/462 432/472/461 671/774/704 +f 426/465/454 670/775/703 671/776/704 425/370/362 +f 672/777/705 434/474/463 433/473/462 670/773/703 +f 427/466/455 672/778/705 670/775/703 426/465/454 +f 673/779/706 435/475/464 434/474/463 672/777/705 +f 428/467/456 673/780/706 672/778/705 427/466/455 +f 674/781/707 436/476/465 435/475/464 673/779/706 +f 429/468/457 674/782/707 673/780/706 428/467/456 +f 675/783/708 437/477/466 436/476/465 674/781/707 +f 430/469/458 675/784/708 674/782/707 429/468/457 +f 676/785/709 438/478/467 437/477/466 675/783/708 +f 431/470/459 676/786/709 675/784/708 430/469/458 +f 677/787/710 1742/479/468 438/478/467 676/785/709 +f 1741/471/460 677/788/710 676/786/709 431/470/459 +f 678/789/711 657/371/363 425/370/362 671/776/704 +f 663/767/697 678/790/711 671/774/704 432/472/461 +f 679/791/712 680/792/713 607/691/642 579/663/614 +f 680/792/713 679/791/712 592/676/627 635/733/670 +f 681/793/714 682/794/715 551/621/586 526/596/561 +f 682/794/715 681/793/714 578/662/613 600/684/635 +f 683/795/716 684/796/717 517/580/552 495/551/530 +f 684/796/717 683/795/716 527/595/560 544/614/579 +f 684/797/717 685/798/718 516/579/551 517/593/552 +f 685/798/718 684/797/717 544/635/579 558/634/593 +f 682/799/715 686/800/719 565/642/600 551/649/586 +f 686/800/719 682/799/715 600/719/635 621/712/656 +f 680/801/713 687/802/720 614/704/649 607/705/642 +f 680/801/713 635/754/670 649/747/684 687/802/720 +f 688/803/721 689/804/722 494/550/529 502/558/537 +f 690/805/723 459/505/494 653/759/689 691/806/724 +f 689/804/722 683/795/716 495/551/530 494/550/529 +f 683/795/716 681/793/714 526/596/561 527/595/560 +f 681/793/714 679/791/712 579/663/614 578/662/613 +f 679/791/712 692/807/725 593/677/628 592/676/627 +f 693/808/726 442/486/475 441/484/473 694/809/727 +f 694/809/727 441/484/473 440/481/470 695/810/728 +f 695/810/728 440/481/470 439/480/469 696/811/729 +f 691/806/724 443/488/477 442/486/475 693/808/726 +f 653/759/689 652/758/688 443/488/477 691/806/724 +f 698/812/730 628/726/663 593/677/628 692/807/725 +f 697/813/731 699/814/732 696/811/729 439/480/469 +f 686/800/719 621/712/656 614/704/649 687/802/720 +f 686/800/719 685/798/718 558/634/593 565/642/600 +f 509/571/544 700/815/733 688/816/721 502/572/537 +f 701/817/734 458/818/493 459/819/494 690/820/723 +f 700/815/733 509/571/544 516/579/551 685/798/718 +f 702/821/735 703/822/736 465/823/500 466/824/501 +f 472/518/507 702/821/735 466/824/501 467/519/502 +f 704/825/737 377/826/738 375/757/687 651/756/686 +f 703/827/736 704/825/737 651/756/686 465/511/500 +f 701/817/734 477/528/512 460/537/495 458/818/493 +f 706/828/739 705/829/740 377/826/738 704/825/737 +f 707/830/741 689/804/722 688/803/721 708/831/742 +f 691/806/724 707/830/741 708/831/742 690/805/723 +f 709/832/743 693/808/726 694/809/727 710/833/744 +f 683/795/716 709/832/743 710/833/744 681/793/714 +f 710/833/744 694/809/727 695/810/728 711/834/745 +f 681/793/714 710/833/744 711/834/745 679/791/712 +f 711/834/745 695/810/728 696/811/729 712/835/746 +f 679/791/712 711/834/745 712/835/746 692/807/725 +f 707/830/741 691/806/724 693/808/726 709/832/743 +f 689/804/722 707/830/741 709/832/743 683/795/716 +f 713/836/747 698/812/730 692/807/725 712/835/746 +f 699/814/732 713/836/747 712/835/746 696/811/729 +f 714/837/748 701/817/734 690/820/723 708/838/742 +f 700/815/733 714/837/748 708/838/742 688/816/721 +f 715/839/749 685/798/718 686/800/719 716/840/750 +f 717/841/751 715/839/749 716/840/750 718/842/752 +f 714/837/748 700/815/733 685/798/718 715/839/749 +f 701/817/734 714/837/748 715/839/749 717/841/751 +f 716/840/750 686/800/719 687/802/720 719/843/753 +f 718/842/752 716/840/750 719/843/753 720/844/754 +f 702/821/735 472/518/507 477/528/512 701/817/734 +f 721/845/755 642/740/677 628/726/663 698/812/730 +f 722/846/756 721/845/755 698/812/730 713/836/747 +f 723/847/757 722/846/756 713/836/747 699/814/732 +f 724/848/758 723/847/757 699/814/732 697/813/731 +f 721/845/755 687/802/720 649/747/684 642/740/677 +f 722/846/756 719/843/753 687/802/720 721/845/755 +f 722/846/756 723/847/757 720/844/754 719/843/753 +f 725/849/759 726/850/760 703/822/736 702/821/735 +f 726/851/760 706/828/739 704/825/737 703/827/736 +f 725/849/759 702/821/735 701/817/734 717/841/751 +f 727/852/761 728/853/762 718/842/752 720/844/754 +f 728/853/762 725/849/759 717/841/751 718/842/752 +f 724/848/758 727/852/761 720/844/754 723/847/757 +f 728/853/762 727/852/761 726/850/760 725/849/759 +f 724/854/758 706/828/739 726/851/760 727/855/761 +f 123/122/122 730/856/763 729/857/764 125/124/124 +f 119/120/120 731/858/765 730/856/763 123/122/122 +f 120/119/119 732/859/766 731/858/765 119/120/120 +f 129/126/126 734/860/767 733/861/768 128/127/127 +f 131/130/130 735/862/769 732/859/766 120/119/119 +f 128/127/127 733/861/768 735/862/769 131/130/130 +f 133/132/132 736/863/770 734/860/767 129/126/126 +f 125/124/124 729/857/764 736/863/770 133/132/132 +f 368/423/411 379/864/410 383/865/771 369/424/413 +f 379/864/410 741/866/415 744/867/772 383/865/771 +f 740/415/405 747/868/773 746/869/774 739/413/403 +f 348/383/375 351/382/374 350/385/377 349/384/376 +f 361/397/389 368/421/411 365/870/412 351/382/374 +f 365/870/412 366/405/397 350/385/377 351/382/374 +f 742/425/414 749/871/775 748/872/776 741/426/415 +f 741/866/415 748/873/776 751/874/777 744/867/772 +f 739/413/403 746/869/774 752/402/394 745/401/393 +f 743/411/401 750/419/409 749/871/775 742/425/414 +f 751/874/777 748/873/776 759/875/778 754/876/779 +f 755/877/780 757/407/399 752/402/394 746/869/774 +f 753/878/781 755/877/780 746/869/774 747/868/773 +f 756/418/408 758/879/782 749/871/775 750/419/409 +f 705/880/740 697/813/731 439/480/469 380/483/472 +f 369/424/413 383/865/771 381/416/406 363/399/391 +f 381/416/406 383/865/771 744/867/772 740/415/405 +f 747/868/773 740/415/405 744/867/772 751/874/777 +f 754/876/779 753/878/781 747/868/773 751/874/777 +f 375/881/687 377/882/738 760/408/400 757/407/399 +f 371/883/478 375/881/687 757/407/399 755/877/780 +f 758/879/782 759/884/778 748/872/776 749/871/775 +f 370/885/476 371/883/478 755/877/780 753/878/781 +f 753/878/781 754/876/779 372/886/474 370/885/476 +f 384/361/353 745/401/393 737/404/396 374/359/351 +f 754/876/779 759/875/778 373/887/471 372/886/474 +f 377/882/738 705/888/740 756/418/408 760/408/400 +f 758/879/782 756/418/408 705/888/740 380/889/472 +f 665/769/699 761/890/783 660/764/694 659/763/693 +f 762/891/784 661/765/695 411/450/439 403/442/431 +f 762/891/784 761/890/783 665/769/699 661/765/695 +f 762/891/784 764/374/366 763/376/368 761/890/783 +f 658/760/690 660/764/694 761/890/783 763/376/368 +f 764/374/366 762/891/784 403/442/431 388/373/365 +f 759/884/778 758/879/782 380/892/472 373/893/471 +f 705/829/740 706/828/739 724/854/758 697/894/731 +f 783/170/170 776/895/785 775/896/786 784/171/171 +f 167/168/168 780/897/787 781/898/788 166/167/167 +f 169/172/172 778/899/789 776/895/785 783/170/170 +f 168/173/173 779/900/790 778/899/789 169/172/172 +f 785/169/169 774/901/791 780/897/787 167/168/168 +f 784/171/171 775/896/786 774/901/791 785/169/169 +f 165/164/164 169/172/172 783/170/170 160/158/158 +f 784/171/171 785/169/169 159/154/154 156/153/153 +f 199/902/792 200/199/199 198/200/200 767/903/793 +f 174/177/177 175/176/176 212/214/214 213/215/215 +f 211/212/212 212/214/214 175/176/176 173/175/175 +f 281/299/293 283/298/292 799/300/294 802/301/295 +f 231/245/245 232/249/249 281/299/293 802/301/295 +f 805/904/794 769/905/795 808/906/796 249/338/330 +f 385/364/356 340/396/388 338/907/797 312/362/354 +f 803/360/352 771/363/355 313/340/332 804/342/334 +f 303/145/145 137/244/244 276/289/283 307/148/148 +f 137/244/244 237/243/243 280/297/291 276/289/283 +f 787/152/152 136/293/287 146/908/798 792/141/141 +f 136/293/287 141/294/288 147/909/799 146/908/798 +f 146/908/798 147/909/799 793/142/142 792/141/141 +f 150/910/800 147/909/799 141/294/288 256/295/289 +f 150/910/800 794/143/143 793/142/142 147/909/799 +f 794/143/143 150/910/800 256/295/289 795/144/144 +f 277/290/284 796/291/285 787/152/152 134/151/151 +f 286/310/303 791/307/301 796/291/285 277/290/284 +f 289/314/307 790/311/304 791/307/301 286/310/303 +f 293/320/313 789/316/309 790/311/304 289/314/307 +f 297/325/318 788/321/314 789/316/309 293/320/313 +f 303/145/145 795/144/144 138/220/220 137/244/244 +f 256/295/289 786/221/221 138/220/220 795/144/144 +f 184/188/188 232/249/249 231/245/245 223/239/239 +f 176/178/178 184/188/188 223/239/239 222/232/232 +f 222/232/232 221/230/230 177/179/179 176/178/178 +f 221/230/230 220/225/225 185/189/189 177/179/179 +f 220/225/225 236/242/242 186/190/190 185/189/189 +f 178/180/180 186/190/190 236/242/242 235/240/240 +f 802/301/295 280/297/291 237/243/243 231/245/245 +f 170/182/182 178/180/180 235/240/240 234/241/241 +f 267/281/275 281/299/293 232/249/249 240/248/248 +f 263/273/267 267/281/275 240/248/248 239/247/247 +f 259/274/268 263/273/267 239/247/247 238/246/246 +f 382/414/404 384/361/353 804/342/334 364/341/333 +f 249/338/330 313/340/332 771/363/355 805/904/794 +f 807/911/801 805/904/794 771/363/355 312/362/354 +f 807/911/801 312/362/354 338/907/797 336/912/802 +f 816/913/803 814/337/329 249/338/330 808/906/796 +f 304/914/319 305/915/320 809/330/322 810/329/321 +f 302/326/264 304/914/319 810/329/321 811/333/325 +f 251/140/140 812/334/326 811/333/325 306/137/137 +f 245/254/254 247/256/256 812/334/326 813/335/327 +f 243/250/250 245/254/254 813/335/327 814/337/329 +f 241/251/251 243/250/250 814/337/329 816/913/803 +f 321/392/384 818/916/804 356/391/383 320/346/338 +f 818/916/804 817/367/359 357/366/358 356/391/383 +f 341/378/370 817/367/359 818/916/804 321/392/384 +f 840/917/805 806/918/806 805/904/794 807/911/801 +f 824/919/807 825/920/808 299/323/316 298/322/315 +f 826/921/809 305/328/320 299/323/316 825/920/808 +f 827/922/810 667/771/701 669/772/702 668/923/811 +f 827/922/810 828/924/812 663/767/697 667/771/701 +f 828/924/812 829/925/813 678/790/711 663/767/697 +f 830/926/814 777/927/815 779/900/790 168/173/173 +f 166/167/167 781/898/788 782/928/816 821/929/817 +f 168/173/173 154/166/166 765/930/818 830/926/814 +f 187/202/202 766/931/819 823/932/820 188/203/203 +f 823/932/820 768/933/821 234/241/241 188/203/203 +f 261/277/271 260/275/269 770/934/822 832/935/823 +f 315/345/337 834/936/824 314/937/825 316/393/385 +f 318/344/336 317/938/826 834/936/824 315/345/337 +f 319/762/692 835/939/827 317/938/826 318/344/336 +f 657/371/363 839/940/828 836/941/829 337/372/364 +f 772/942/830 333/356/348 334/357/349 837/943/831 +f 654/761/691 655/944/832 835/939/827 319/762/692 +f 829/945/813 839/940/828 657/371/363 678/789/711 +f 822/946/833 170/182/182 234/241/241 768/933/821 +f 844/947/834 845/948/835 843/949/836 841/950/837 +f 336/912/802 338/907/797 845/948/835 844/947/834 +f 845/948/835 338/907/797 340/396/388 339/377/369 +f 339/377/369 341/378/370 843/949/836 845/948/835 +f 843/949/836 341/378/370 342/394/386 841/950/837 +f 848/951/838 847/952/839 853/953/840 854/954/841 +f 850/955/842 855/956/843 856/957/844 851/958/845 +f 852/959/846 857/960/847 855/956/843 850/955/842 +f 848/951/838 854/954/841 857/960/847 852/959/846 +f 858/961/848 856/957/844 855/956/843 859/962/849 +f 859/962/849 855/956/843 857/960/847 860/963/850 +f 860/963/850 857/960/847 854/954/841 861/964/851 +f 861/964/851 854/954/841 853/953/840 862/965/852 +f 863/966/853 858/961/848 859/962/849 864/967/854 +f 864/967/854 859/962/849 860/963/850 865/968/855 +f 865/968/855 860/963/850 861/964/851 866/969/856 +f 866/969/856 861/964/851 862/965/852 867/970/857 +f 868/971/858 863/966/853 864/967/854 869/972/859 +f 867/970/857 862/965/852 853/953/840 847/952/839 +f 870/973/860 871/974/861 872/975/862 873/976/863 +f 874/977/864 875/978/865 871/974/861 870/973/860 +f 876/979/866 877/980/867 875/978/865 874/977/864 +f 878/981/868 879/982/869 880/983/870 881/984/871 +f 882/985/872 873/976/863 872/975/862 883/986/873 +f 879/982/869 882/985/872 883/986/873 880/983/870 +f 884/987/874 878/981/868 881/984/871 885/988/875 +f 876/979/866 884/987/874 885/988/875 877/980/867 +f 894/989/876 895/990/877 896/991/878 897/992/879 +f 1058/993/880 1002/994/881 1062/995/882 1095/996/883 +f 1538/997/884 897/992/879 896/991/878 1539/998/885 +f 1540/999/886 901/1000/887 1055/1001/888 1541/1002/889 +f 900/1003/890 1059/1004/891 1055/1001/888 901/1000/887 +f 900/1003/890 901/1000/887 896/991/878 895/990/877 +f 895/990/877 892/1005/892 1059/1004/891 900/1003/890 +f 894/989/876 887/1006/893 892/1005/892 895/990/877 +f 1540/999/886 1539/998/885 896/991/878 901/1000/887 +f 897/992/879 886/1007/894 887/1006/893 894/989/876 +f 1533/1008/895 886/1007/894 897/992/879 1538/997/884 +f 907/1009/896 908/1010/897 909/1011/898 910/1012/899 +f 907/1009/896 911/1013/900 912/1014/901 908/1010/897 +f 913/1015/902 904/1016/903 903/1017/904 914/1018/905 +f 909/1011/898 913/1015/902 914/1018/905 910/1012/899 +f 915/1019/906 912/1014/901 911/1013/900 916/1020/907 +f 906/1021/908 915/1019/906 916/1020/907 905/1022/909 +f 917/1023/910 918/1024/911 914/1018/905 903/1017/904 +f 910/1012/899 914/1018/905 918/1024/911 1531/1025/912 +f 907/1009/896 1530/1026/913 1529/1027/914 911/1013/900 +f 920/1028/915 919/1029/916 905/1022/909 916/1020/907 +f 924/1030/917 908/1010/897 912/1014/901 925/1031/918 +f 925/1031/918 912/1014/901 915/1019/906 927/1032/919 +f 927/1032/919 915/1019/906 906/1021/908 926/1033/920 +f 928/1034/921 879/982/869 878/981/868 929/1035/922 +f 930/1036/923 874/977/864 870/973/860 931/1037/924 +f 922/1038/925 930/1036/923 931/1037/924 923/1039/926 +f 931/1037/924 870/973/860 873/976/863 932/1040/927 +f 923/1039/926 931/1037/924 932/1040/927 933/1041/928 +f 932/1040/927 873/976/863 882/985/872 934/1042/929 +f 933/1041/928 932/1040/927 934/1042/929 935/1043/930 +f 934/1042/929 882/985/872 879/982/869 928/1034/921 +f 935/1043/930 934/1042/929 928/1034/921 936/1044/931 +f 937/1045/932 884/987/874 876/979/866 938/1046/933 +f 938/1046/933 876/979/866 874/977/864 930/1036/923 +f 929/1035/922 878/981/868 884/987/874 937/1045/932 +f 943/1047/934 941/1048/935 942/1049/936 944/1050/937 +f 945/1051/938 943/1047/934 944/1050/937 946/1052/939 +f 947/1053/940 945/1051/938 946/1052/939 948/1054/941 +f 946/1052/939 944/1050/937 942/1049/936 951/1055/942 +f 950/1056/943 948/1054/941 946/1052/939 951/1055/942 +f 952/1057/944 953/1058/945 940/1059/946 939/1060/947 +f 943/1047/934 952/1057/944 939/1060/947 941/1048/935 +f 945/1051/938 954/1061/948 952/1057/944 943/1047/934 +f 955/1062/949 956/1063/950 957/1064/951 958/1065/952 +f 959/1066/953 960/1067/954 956/1063/950 955/1062/949 +f 957/1064/951 961/1068/955 962/1069/956 958/1065/952 +f 963/1070/957 955/1062/949 958/1065/952 962/1069/956 +f 964/1071/958 959/1066/953 955/1062/949 963/1070/957 +f 924/1030/917 965/1072/959 909/1011/898 908/1010/897 +f 965/1072/959 966/1073/960 967/1074/961 909/1011/898 +f 979/1075/962 891/1076/963 1532/1077/964 890/1078/965 +f 969/1079/966 965/1072/959 924/1030/917 970/1080/967 +f 971/1081/968 966/1073/960 965/1072/959 969/1079/966 +f 976/1082/969 975/1083/970 891/1076/963 979/1075/962 +f 970/1080/967 968/1084/971 975/1083/970 976/1082/969 +f 924/1030/917 961/1068/955 968/1084/971 970/1080/967 +f 976/1082/969 977/1085/972 969/1079/966 970/1080/967 +f 961/1068/955 924/1030/917 925/1031/918 962/1069/956 +f 977/1085/972 972/1086/973 971/1081/968 969/1079/966 +f 978/1087/974 977/1085/972 976/1082/969 979/1075/962 +f 973/1088/975 972/1086/973 977/1085/972 978/1087/974 +f 980/1089/976 953/1058/945 952/1057/944 954/1061/948 +f 967/1074/961 981/1090/977 913/1015/902 909/1011/898 +f 981/1090/977 949/1091/978 904/1016/903 913/1015/902 +f 1532/1077/964 891/1076/963 1010/1092/979 1032/1093/980 +f 984/1094/981 978/1087/974 979/1075/962 890/1078/965 +f 974/1095/982 973/1088/975 978/1087/974 984/1094/981 +f 980/1089/976 954/1061/948 945/1051/938 947/1053/940 +f 986/1096/983 985/1097/984 940/1059/946 953/1058/945 +f 987/1098/985 986/1096/983 953/1058/945 980/1089/976 +f 949/1091/978 981/1090/977 948/1054/941 950/1056/943 +f 966/1073/960 980/1089/976 947/1053/940 967/1074/961 +f 967/1074/961 947/1053/940 948/1054/941 981/1090/977 +f 980/1089/976 966/1073/960 971/1081/968 987/1098/985 +f 984/1094/981 890/1078/965 889/1099/986 988/1100/987 +f 984/1094/981 988/1100/987 982/1101/988 974/1095/982 +f 989/1102/989 923/1039/926 933/1041/928 990/1103/990 +f 990/1103/990 933/1041/928 935/1043/930 991/1104/991 +f 991/1104/991 935/1043/930 936/1044/931 983/1105/992 +f 994/1106/993 995/1107/994 993/1108/995 992/1109/996 +f 996/1110/997 997/1111/998 995/1107/994 994/1106/993 +f 998/1112/999 999/1113/1000 997/1111/998 996/1110/997 +f 1003/1114/1001 957/1064/951 956/1063/950 1004/1115/1002 +f 1004/1115/1002 956/1063/950 960/1067/954 1005/1116/1003 +f 1004/1117/1002 1005/1118/1003 993/1108/995 995/1107/994 +f 1003/1119/1001 1004/1117/1002 995/1107/994 997/1111/998 +f 968/1084/971 961/1068/955 957/1064/951 1003/1114/1001 +f 1007/1120/1004 975/1083/970 968/1084/971 1003/1114/1001 +f 1007/1121/1004 1003/1119/1001 997/1111/998 999/1113/1000 +f 1041/1122/1005 1009/1123/1006 1054/1124/1007 1044/1125/1008 +f 891/1076/963 975/1083/970 1007/1120/1004 1010/1092/979 +f 1010/1126/979 1007/1121/1004 999/1113/1000 1009/1127/1006 +f 1017/1128/1009 1013/1129/1010 1012/1130/1011 1016/1131/1012 +f 1018/1132/1013 1014/1133/1014 1013/1129/1010 1017/1128/1009 +f 1019/1134/1015 1015/1135/1016 1014/1133/1014 1018/1132/1013 +f 1021/1136/1017 1017/1128/1009 1016/1131/1012 1020/1137/1018 +f 1022/1138/1019 1018/1132/1013 1017/1128/1009 1021/1136/1017 +f 1023/1139/1020 1019/1134/1015 1018/1132/1013 1022/1138/1019 +f 1024/1140/1021 1019/1134/1015 1023/1139/1020 1025/1141/1022 +f 1026/1142/1023 1015/1135/1016 1019/1134/1015 1024/1140/1021 +f 1027/1143/1024 892/1005/892 887/1006/893 1028/1144/1025 +f 1059/1004/891 892/1005/892 1027/1143/1024 1029/1145/1026 +f 1028/1144/1025 887/1006/893 886/1007/894 1030/1146/1027 +f 1542/1147/1028 1533/1008/895 888/1148/1029 1031/1149/1030 +f 893/1150/1031 1008/1151/1032 1532/1077/964 1032/1093/980 +f 1031/1149/1030 888/1148/1029 893/1150/1031 1032/1093/980 +f 1035/1152/1033 1033/1153/1034 1029/1145/1026 1027/1143/1024 +f 1021/1136/1017 1020/1137/1018 1034/1154/1035 1036/1155/1036 +f 1547/1156/1037 1550/1157/1038 1033/1153/1034 1035/1152/1033 +f 1037/1158/1039 1035/1152/1033 1027/1143/1024 1028/1144/1025 +f 1022/1138/1019 1021/1136/1017 1036/1155/1036 1038/1159/1040 +f 1024/1140/1021 1545/1160/1041 1546/1161/1042 1026/1142/1023 +f 1549/1162/1043 1547/1156/1037 1035/1152/1033 1037/1158/1039 +f 1537/1163/1044 1542/1147/1028 1031/1149/1030 1040/1164/1045 +f 1041/1122/1005 1032/1093/980 1010/1092/979 1009/1165/1006 +f 1040/1164/1045 1031/1149/1030 1032/1093/980 1041/1122/1005 +f 1037/1158/1039 1028/1144/1025 1030/1146/1027 1039/1166/1046 +f 1536/1167/1047 1537/1163/1044 1040/1164/1045 1043/1168/1048 +f 1043/1168/1048 1040/1164/1045 1041/1122/1005 1044/1125/1008 +f 1045/1169/1049 1037/1158/1039 1039/1166/1046 1042/1170/1050 +f 1548/1171/1051 1549/1162/1043 1037/1158/1039 1045/1169/1049 +f 1535/1172/1052 1536/1167/1047 1043/1168/1048 1047/1173/1053 +f 1047/1173/1053 1043/1168/1048 1044/1125/1008 1048/1174/1054 +f 1049/1175/1055 1045/1169/1049 1042/1170/1050 1046/1176/1056 +f 1545/1160/1041 1548/1171/1051 1045/1169/1049 1049/1175/1055 +f 1534/1177/1057 1535/1172/1052 1047/1173/1053 1051/1178/1058 +f 1051/1178/1058 1047/1173/1053 1048/1174/1054 1052/1179/1059 +f 1053/1180/1060 1049/1175/1055 1046/1176/1056 1050/1181/1061 +f 1546/1161/1042 1545/1160/1041 1049/1175/1055 1053/1180/1060 +f 1545/1160/1041 1024/1140/1021 1025/1141/1022 1548/1171/1051 +f 1038/1159/1040 1025/1141/1022 1023/1139/1020 1022/1138/1019 +f 1025/1141/1022 1038/1159/1040 1549/1162/1043 1548/1171/1051 +f 1036/1155/1036 1547/1156/1037 1549/1162/1043 1038/1159/1040 +f 999/1113/1000 998/1112/999 1054/1182/1007 1009/1127/1006 +f 1056/1183/1062 1048/1174/1054 1044/1125/1008 1054/1124/1007 +f 1057/1184/1063 1052/1179/1059 1048/1174/1054 1056/1183/1062 +f 1559/1185/1064 1060/1186/1065 1061/1187/1066 1558/1188/1067 +f 1560/1189/1068 1058/993/880 1060/1186/1065 1559/1185/1064 +f 1561/1190/1069 1560/1189/1068 1054/1182/1007 998/1112/999 +f 1562/1191/1070 1001/1192/1071 1002/994/881 1561/1190/1069 +f 1563/1193/1072 1000/1194/1073 1001/1192/1071 1562/1191/1070 +f 1062/995/882 1002/994/881 1001/1192/1071 1063/1195/1074 +f 1001/1192/1071 1000/1194/1073 1065/1196/1075 1063/1195/1074 +f 1063/1195/1074 1065/1196/1075 1552/1197/1076 1117/1198/1077 +f 1072/1199/1078 1070/1200/1079 1066/1201/1080 1068/1202/1081 +f 1074/1203/1082 1075/1204/1083 1076/1205/1084 1077/1206/1085 +f 1075/1204/1083 1078/1207/1086 1079/1208/1087 1076/1205/1084 +f 1078/1207/1086 1080/1209/1088 1081/1210/1089 1079/1208/1087 +f 1082/1211/1090 1083/1212/1091 1075/1204/1083 1074/1203/1082 +f 1083/1212/1091 1084/1213/1092 1078/1207/1086 1075/1204/1083 +f 1084/1213/1092 1085/1214/1093 1080/1209/1088 1078/1207/1086 +f 1127/1215/1094 1137/1216/1095 1552/1197/1076 1551/1217/1096 +f 1064/1218/1097 1138/1219/1098 1551/1217/1096 1520/1220/1099 +f 1111/1221/1100 1094/1222/1101 1565/1223/1102 1110/1224/1103 +f 1142/1225/1104 1087/1226/1105 1410/1227/1106 1178/1228/1107 +f 1141/1229/1108 1515/1230/1109 1087/1226/1105 1142/1225/1104 +f 1087/1226/1105 1515/1230/1109 1514/1231/1110 1409/1232/1111 +f 1089/1233/1112 1091/1234/1113 1565/1223/1102 1094/1222/1101 +f 1096/1235/1114 1060/1186/1065 1058/993/880 1095/996/883 +f 1097/1236/1115 1061/1187/1066 1060/1186/1065 1096/1235/1114 +f 1111/1221/1100 1100/1237/1116 1103/1238/1117 1112/1239/1118 +f 1081/1210/1089 1080/1209/1088 1101/1240/1119 1100/1237/1116 +f 1101/1240/1119 1104/1241/1120 1105/1242/1121 1102/1243/1122 +f 1080/1209/1088 1085/1214/1093 1104/1241/1120 1101/1240/1119 +f 1107/1244/1123 1108/1245/1124 1072/1199/1078 1073/1246/1125 +f 1077/1206/1085 1076/1205/1084 1108/1245/1124 1107/1244/1123 +f 1108/1245/1124 1109/1247/1126 1070/1200/1079 1072/1199/1078 +f 1076/1205/1084 1079/1208/1087 1109/1247/1126 1108/1245/1124 +f 1071/1248/1127 1067/1249/1128 1066/1201/1080 1070/1200/1079 +f 1079/1208/1087 1081/1210/1089 1110/1224/1103 1109/1247/1126 +f 1067/1249/1128 1071/1248/1127 1091/1234/1113 1092/1250/1129 +f 1081/1210/1089 1100/1237/1116 1111/1221/1100 1110/1224/1103 +f 1094/1222/1101 1111/1221/1100 1112/1239/1118 1093/1251/1130 +f 1089/1233/1112 1094/1222/1101 1093/1251/1130 1090/1252/1131 +f 1114/1253/1132 1113/1254/1133 1112/1239/1118 1103/1238/1117 +f 1116/1255/1134 1062/995/882 1063/1195/1074 1117/1198/1077 +f 1113/1254/1133 1115/1256/1135 1093/1251/1130 1112/1239/1118 +f 1496/1257/1136 1488/1258/1137 1489/1259/1138 1503/1260/1139 +f 1102/1243/1122 1105/1242/1121 1120/1261/1140 1119/1262/1141 +f 1489/1259/1138 1511/1263/1142 1508/1264/1143 1503/1260/1139 +f 1096/1235/1114 1119/1265/1141 1120/1266/1140 1097/1236/1115 +f 1127/1215/1094 1129/1267/1144 1494/1268/1145 1488/1258/1137 +f 1490/1269/1146 1135/1270/1147 1137/1216/1095 1496/1257/1136 +f 1129/1267/1144 1127/1215/1094 1115/1256/1135 1113/1254/1133 +f 1491/1271/1148 1134/1272/1149 1135/1270/1147 1490/1269/1146 +f 1131/1273/1150 1129/1267/1144 1113/1254/1133 1114/1253/1132 +f 1511/1263/1142 1489/1259/1138 1501/1274/1151 1507/1275/1152 +f 1489/1259/1138 1488/1258/1137 1494/1268/1145 1501/1274/1151 +f 1132/1276/1153 1131/1273/1150 1114/1253/1132 1121/1277/1154 +f 1134/1272/1149 1116/1255/1134 1117/1198/1077 1135/1270/1147 +f 1095/996/883 1118/1278/1155 1119/1265/1141 1096/1235/1114 +f 1118/1278/1155 1095/996/883 1122/1279/1156 1121/1280/1154 +f 1095/996/883 1062/995/882 1116/1255/1134 1122/1279/1156 +f 1494/1268/1145 1129/1267/1144 1131/1273/1150 1493/1281/1157 +f 1493/1281/1157 1131/1273/1150 1132/1276/1153 1492/1282/1158 +f 1115/1256/1135 1138/1219/1098 1090/1252/1131 1093/1251/1130 +f 1115/1256/1135 1127/1215/1094 1551/1217/1096 1138/1219/1098 +f 1139/1283/1159 1140/1284/1160 1141/1229/1108 1142/1225/1104 +f 1143/1285/1161 1144/1286/1162 1140/1284/1160 1139/1283/1159 +f 1145/1287/1163 1146/1288/1164 1144/1286/1162 1143/1285/1161 +f 1147/1289/1165 1148/1290/1166 1146/1288/1164 1145/1287/1163 +f 1149/1291/1167 1150/1292/1168 1148/1290/1166 1147/1289/1165 +f 1151/1293/1169 1152/1294/1170 1150/1292/1168 1149/1291/1167 +f 1153/1295/1171 1154/1296/1172 1152/1294/1170 1151/1293/1169 +f 1155/1297/1173 1156/1298/1174 1141/1229/1108 1140/1284/1160 +f 1157/1299/1175 1155/1297/1173 1140/1284/1160 1144/1286/1162 +f 1158/1300/1176 1157/1299/1175 1144/1286/1162 1146/1288/1164 +f 1159/1301/1177 1158/1300/1176 1146/1288/1164 1148/1290/1166 +f 1160/1302/1178 1159/1301/1177 1148/1290/1166 1150/1292/1168 +f 1161/1303/1179 1160/1302/1178 1150/1292/1168 1152/1294/1170 +f 1765/1304/1180 1161/1303/1179 1152/1294/1170 1154/1296/1172 +f 1162/1305/1181 1163/1306/1182 1156/1298/1174 1155/1297/1173 +f 1164/1307/1183 1162/1305/1181 1155/1297/1173 1157/1299/1175 +f 1165/1308/1184 1164/1307/1183 1157/1299/1175 1158/1300/1176 +f 1166/1309/1185 1165/1308/1184 1158/1300/1176 1159/1301/1177 +f 1167/1310/1186 1166/1309/1185 1159/1301/1177 1160/1302/1178 +f 1168/1311/1187 1167/1310/1186 1160/1302/1178 1161/1303/1179 +f 1169/1312/1188 1168/1311/1187 1161/1303/1179 1765/1304/1180 +f 1170/1313/1189 1171/1314/1190 1163/1306/1182 1162/1305/1181 +f 1172/1315/1191 1170/1313/1189 1162/1305/1181 1164/1307/1183 +f 1173/1316/1192 1172/1315/1191 1164/1307/1183 1165/1308/1184 +f 1174/1317/1193 1173/1316/1192 1165/1308/1184 1166/1309/1185 +f 1175/1318/1194 1174/1317/1193 1166/1309/1185 1167/1310/1186 +f 1176/1319/1195 1175/1318/1194 1167/1310/1186 1168/1311/1187 +f 1177/1320/1196 1176/1319/1195 1168/1311/1187 1169/1312/1188 +f 1178/1228/1107 1179/1321/1197 1139/1283/1159 1142/1225/1104 +f 1179/1321/1197 1180/1322/1198 1143/1285/1161 1139/1283/1159 +f 1180/1322/1198 1181/1323/1199 1145/1287/1163 1143/1285/1161 +f 1181/1323/1199 1182/1324/1200 1147/1289/1165 1145/1287/1163 +f 1182/1324/1200 1183/1325/1201 1149/1291/1167 1147/1289/1165 +f 1183/1325/1201 1184/1326/1202 1151/1293/1169 1149/1291/1167 +f 1184/1326/1202 1766/1327/1203 1153/1295/1171 1151/1293/1169 +f 1185/1328/1204 1171/1314/1190 1170/1313/1189 1186/1329/1205 +f 1186/1329/1205 1170/1313/1189 1172/1315/1191 1187/1330/1206 +f 1187/1330/1206 1172/1315/1191 1173/1316/1192 1188/1331/1207 +f 1188/1331/1207 1173/1316/1192 1174/1317/1193 1189/1332/1208 +f 1189/1332/1208 1174/1317/1193 1175/1318/1194 1190/1333/1209 +f 1190/1333/1209 1175/1318/1194 1176/1319/1195 1191/1334/1210 +f 1191/1334/1210 1176/1319/1195 1177/1320/1196 1192/1335/1211 +f 1193/1336/1212 1133/1337/1213 1126/1338/1214 1194/1339/1215 +f 1194/1339/1215 1126/1338/1214 1125/1340/1216 1195/1341/1217 +f 1195/1341/1217 1125/1340/1216 1123/1342/1218 1196/1343/1219 +f 1197/1344/1220 1196/1343/1219 1123/1342/1218 1124/1345/1221 +f 1198/1346/1222 1199/1347/1223 1200/1348/1224 1201/1349/1225 +f 1202/1350/1226 1203/1351/1227 1200/1348/1224 1199/1347/1223 +f 1204/1352/1228 1198/1346/1222 1201/1349/1225 1205/1353/1229 +f 1206/1354/1230 1204/1352/1228 1205/1353/1229 1207/1355/1231 +f 1208/1356/1232 1206/1354/1230 1207/1355/1231 1209/1357/1233 +f 1210/1358/1234 1208/1356/1232 1209/1357/1233 1211/1359/1235 +f 1212/1360/1236 1213/1361/1237 1211/1359/1235 1209/1357/1233 +f 1214/1362/1238 1212/1360/1236 1209/1357/1233 1207/1355/1231 +f 1215/1363/1239 1214/1362/1238 1207/1355/1231 1205/1353/1229 +f 1216/1364/1240 1215/1363/1239 1205/1353/1229 1201/1349/1225 +f 1217/1365/1241 1216/1364/1240 1201/1349/1225 1200/1348/1224 +f 1218/1366/1242 1217/1365/1241 1200/1348/1224 1203/1351/1227 +f 1219/1367/1243 1220/1368/1244 1208/1356/1232 1210/1358/1234 +f 1220/1368/1244 1221/1369/1245 1206/1354/1230 1208/1356/1232 +f 1221/1369/1245 1222/1370/1246 1204/1352/1228 1206/1354/1230 +f 1222/1370/1246 1223/1371/1247 1198/1346/1222 1204/1352/1228 +f 1223/1371/1247 1224/1372/1248 1199/1347/1223 1198/1346/1222 +f 1224/1372/1248 1225/1373/1249 1202/1350/1226 1199/1347/1223 +f 1226/1374/1250 1227/1375/1251 1222/1376/1246 1221/1377/1245 +f 1227/1375/1251 1228/1378/1252 1223/1379/1247 1222/1376/1246 +f 1228/1378/1252 1229/1380/1253 1224/1381/1248 1223/1379/1247 +f 1229/1380/1253 1230/1382/1254 1225/1383/1249 1224/1381/1248 +f 1231/1384/1255 1232/1385/1256 1227/1375/1251 1226/1374/1250 +f 1232/1385/1256 1233/1386/1257 1228/1378/1252 1227/1375/1251 +f 1233/1386/1257 1234/1387/1258 1229/1380/1253 1228/1378/1252 +f 1234/1387/1258 1235/1388/1259 1230/1382/1254 1229/1380/1253 +f 1235/1388/1259 1234/1387/1258 1217/1389/1241 1218/1390/1242 +f 1234/1387/1258 1233/1386/1257 1216/1391/1240 1217/1389/1241 +f 1233/1386/1257 1232/1385/1256 1215/1392/1239 1216/1391/1240 +f 1232/1385/1256 1231/1384/1255 1214/1393/1238 1215/1392/1239 +f 1236/1394/1260 1237/1395/1261 1238/1396/1262 1239/1397/1263 +f 1240/1398/1264 1236/1394/1260 1239/1397/1263 1241/1399/1265 +f 1242/1400/1266 1240/1398/1264 1241/1399/1265 1243/1401/1267 +f 1244/1402/1268 1242/1400/1266 1243/1401/1267 1245/1403/1269 +f 1246/1404/1270 1244/1402/1268 1245/1403/1269 1247/1405/1271 +f 1248/1406/1272 1246/1404/1270 1247/1405/1271 1249/1407/1273 +f 1250/1408/1274 1237/1395/1261 1236/1394/1260 1251/1409/1275 +f 1251/1409/1275 1236/1394/1260 1240/1398/1264 1252/1410/1276 +f 1252/1410/1276 1240/1398/1264 1242/1400/1266 1253/1411/1277 +f 1253/1411/1277 1242/1400/1266 1244/1402/1268 1254/1412/1278 +f 1254/1412/1278 1244/1402/1268 1246/1404/1270 1255/1413/1279 +f 1255/1413/1279 1246/1404/1270 1248/1406/1272 1256/1414/1280 +f 1257/1415/1281 1250/1416/1274 1251/1417/1275 1258/1418/1282 +f 1258/1418/1282 1251/1417/1275 1252/1419/1276 1259/1420/1283 +f 1259/1420/1283 1252/1419/1276 1253/1421/1277 1260/1422/1284 +f 1260/1422/1284 1253/1421/1277 1254/1423/1278 1261/1424/1285 +f 1261/1424/1285 1254/1423/1278 1255/1425/1279 1262/1426/1286 +f 1262/1426/1286 1255/1425/1279 1256/1427/1280 1263/1428/1287 +f 1264/1429/1288 1257/1415/1281 1258/1418/1282 1265/1430/1289 +f 1265/1430/1289 1258/1418/1282 1259/1420/1283 1266/1431/1290 +f 1266/1431/1290 1259/1420/1283 1260/1422/1284 1267/1432/1291 +f 1267/1432/1291 1260/1422/1284 1261/1424/1285 1268/1433/1292 +f 1268/1433/1292 1261/1424/1285 1262/1426/1286 1269/1434/1293 +f 1269/1434/1293 1262/1426/1286 1263/1428/1287 1270/1435/1294 +f 1271/1436/1295 1249/1407/1273 1247/1405/1271 1272/1437/1296 +f 1272/1437/1296 1247/1405/1271 1245/1403/1269 1273/1438/1297 +f 1273/1438/1297 1245/1403/1269 1243/1401/1267 1274/1439/1298 +f 1274/1439/1298 1243/1401/1267 1241/1399/1265 1275/1440/1299 +f 1275/1440/1299 1241/1399/1265 1239/1397/1263 1276/1441/1300 +f 1276/1441/1300 1239/1397/1263 1238/1396/1262 1277/1442/1301 +f 1276/1443/1300 1277/1444/1301 1264/1429/1288 1265/1430/1289 +f 1275/1445/1299 1276/1443/1300 1265/1430/1289 1266/1431/1290 +f 1274/1446/1298 1275/1445/1299 1266/1431/1290 1267/1432/1291 +f 1273/1447/1297 1274/1446/1298 1267/1432/1291 1268/1433/1292 +f 1272/1448/1296 1273/1447/1297 1268/1433/1292 1269/1434/1293 +f 1271/1449/1295 1272/1448/1296 1269/1434/1293 1270/1435/1294 +f 1278/1450/1302 1279/1451/1303 1280/1452/1304 1281/1453/1305 +f 1278/1450/1302 1282/1454/1306 1283/1455/1307 1279/1451/1303 +f 1284/1456/1308 1285/1457/1309 1283/1455/1307 1282/1454/1306 +f 1284/1456/1308 1286/1458/1310 1287/1459/1311 1285/1457/1309 +f 1288/1460/1312 1289/1461/1313 1287/1459/1311 1286/1458/1310 +f 1290/1462/1314 1291/1463/1315 1289/1461/1313 1288/1460/1312 +f 1292/1464/1316 1293/1465/1317 1290/1462/1314 1288/1460/1312 +f 1294/1466/1318 1292/1464/1316 1288/1460/1312 1286/1458/1310 +f 1295/1467/1319 1294/1466/1318 1286/1458/1310 1284/1456/1308 +f 1296/1468/1320 1295/1467/1319 1284/1456/1308 1282/1454/1306 +f 1297/1469/1321 1296/1468/1320 1282/1454/1306 1278/1450/1302 +f 1298/1470/1322 1297/1469/1321 1278/1450/1302 1281/1453/1305 +f 1299/1471/1323 1300/1472/1324 1289/1461/1313 1291/1463/1315 +f 1300/1472/1324 1301/1473/1325 1287/1459/1311 1289/1461/1313 +f 1301/1473/1325 1302/1474/1326 1285/1457/1309 1287/1459/1311 +f 1302/1474/1326 1303/1475/1327 1283/1455/1307 1285/1457/1309 +f 1303/1475/1327 1304/1476/1328 1279/1451/1303 1283/1455/1307 +f 1304/1476/1328 1305/1477/1329 1280/1452/1304 1279/1451/1303 +f 1306/1478/1330 1307/1479/1331 1293/1480/1317 1292/1481/1316 +f 1308/1482/1332 1306/1478/1330 1292/1481/1316 1294/1483/1318 +f 1309/1484/1333 1308/1482/1332 1294/1483/1318 1295/1485/1319 +f 1310/1486/1334 1309/1484/1333 1295/1485/1319 1296/1487/1320 +f 1311/1488/1335 1310/1486/1334 1296/1487/1320 1297/1489/1321 +f 1312/1490/1336 1311/1488/1335 1297/1489/1321 1298/1491/1322 +f 1313/1492/1337 1314/1493/1338 1307/1479/1331 1306/1478/1330 +f 1315/1494/1339 1313/1492/1337 1306/1478/1330 1308/1482/1332 +f 1316/1495/1340 1315/1494/1339 1308/1482/1332 1309/1484/1333 +f 1317/1496/1341 1316/1495/1340 1309/1484/1333 1310/1486/1334 +f 1318/1497/1342 1317/1496/1341 1310/1486/1334 1311/1488/1335 +f 1319/1498/1343 1318/1497/1342 1311/1488/1335 1312/1490/1336 +f 1314/1493/1338 1313/1492/1337 1300/1499/1324 1299/1500/1323 +f 1315/1494/1339 1301/1501/1325 1300/1499/1324 1313/1492/1337 +f 1316/1495/1340 1302/1502/1326 1301/1501/1325 1315/1494/1339 +f 1317/1496/1341 1303/1503/1327 1302/1502/1326 1316/1495/1340 +f 1318/1497/1342 1304/1504/1328 1303/1503/1327 1317/1496/1341 +f 1319/1498/1343 1305/1505/1329 1304/1504/1328 1318/1497/1342 +f 1320/1506/1344 1321/1507/1345 1322/1508/1346 1323/1509/1347 +f 1324/1510/1348 1320/1506/1344 1323/1509/1347 1325/1511/1349 +f 1326/1512/1350 1324/1510/1348 1325/1511/1349 1327/1513/1351 +f 1328/1514/1352 1326/1512/1350 1327/1513/1351 1329/1515/1353 +f 1330/1516/1354 1328/1514/1352 1329/1515/1353 1331/1517/1355 +f 1332/1518/1356 1330/1516/1354 1331/1517/1355 1333/1519/1357 +f 1334/1520/1358 1335/1521/1359 1336/1522/1360 1337/1523/1361 +f 1338/1524/1362 1334/1520/1358 1337/1523/1361 1339/1525/1363 +f 1340/1526/1364 1338/1524/1362 1339/1525/1363 1341/1527/1365 +f 1342/1528/1366 1340/1526/1364 1341/1527/1365 1343/1529/1367 +f 1344/1530/1368 1342/1528/1366 1343/1529/1367 1345/1531/1369 +f 1346/1532/1370 1344/1530/1368 1345/1531/1369 1347/1533/1371 +f 1348/1534/1372 1321/1507/1345 1320/1506/1344 1349/1535/1373 +f 1349/1535/1373 1320/1506/1344 1324/1510/1348 1350/1536/1374 +f 1350/1536/1374 1324/1510/1348 1326/1512/1350 1351/1537/1375 +f 1351/1537/1375 1326/1512/1350 1328/1514/1352 1352/1538/1376 +f 1352/1538/1376 1328/1514/1352 1330/1516/1354 1353/1539/1377 +f 1353/1539/1377 1330/1516/1354 1332/1518/1356 1354/1540/1378 +f 1355/1541/1379 1323/1509/1347 1322/1508/1346 1356/1542/1380 +f 1357/1543/1381 1325/1511/1349 1323/1509/1347 1355/1541/1379 +f 1358/1544/1382 1327/1513/1351 1325/1511/1349 1357/1543/1381 +f 1359/1545/1383 1329/1515/1353 1327/1513/1351 1358/1544/1382 +f 1360/1546/1384 1331/1517/1355 1329/1515/1353 1359/1545/1383 +f 1361/1547/1385 1333/1519/1357 1331/1517/1355 1360/1546/1384 +f 1362/1548/1386 1355/1549/1379 1356/1550/1380 1363/1551/1387 +f 1364/1552/1388 1357/1553/1381 1355/1549/1379 1362/1548/1386 +f 1365/1554/1389 1358/1555/1382 1357/1553/1381 1364/1552/1388 +f 1366/1556/1390 1359/1557/1383 1358/1555/1382 1365/1554/1389 +f 1367/1558/1391 1360/1559/1384 1359/1557/1383 1366/1556/1390 +f 1368/1560/1392 1361/1561/1385 1360/1559/1384 1367/1558/1391 +f 1369/1562/1393 1362/1548/1386 1363/1551/1387 1370/1563/1394 +f 1371/1564/1395 1364/1552/1388 1362/1548/1386 1369/1562/1393 +f 1372/1565/1396 1365/1554/1389 1364/1552/1388 1371/1564/1395 +f 1373/1566/1397 1366/1556/1390 1365/1554/1389 1372/1565/1396 +f 1374/1567/1398 1367/1558/1391 1366/1556/1390 1373/1566/1397 +f 1375/1568/1399 1368/1560/1392 1367/1558/1391 1374/1567/1398 +f 1369/1562/1393 1370/1563/1394 1348/1569/1372 1349/1570/1373 +f 1371/1564/1395 1369/1562/1393 1349/1570/1373 1350/1571/1374 +f 1372/1565/1396 1371/1564/1395 1350/1571/1374 1351/1572/1375 +f 1373/1566/1397 1372/1565/1396 1351/1572/1375 1352/1573/1376 +f 1374/1567/1398 1373/1566/1397 1352/1573/1376 1353/1574/1377 +f 1375/1568/1399 1374/1567/1398 1353/1574/1377 1354/1575/1378 +f 1376/1576/1400 1337/1523/1361 1336/1522/1360 1377/1577/1401 +f 1378/1578/1402 1339/1525/1363 1337/1523/1361 1376/1576/1400 +f 1379/1579/1403 1341/1527/1365 1339/1525/1363 1378/1578/1402 +f 1380/1580/1404 1343/1529/1367 1341/1527/1365 1379/1579/1403 +f 1381/1581/1405 1345/1531/1369 1343/1529/1367 1380/1580/1404 +f 1382/1582/1406 1347/1533/1371 1345/1531/1369 1381/1581/1405 +f 1383/1583/1407 1335/1521/1359 1334/1520/1358 1384/1584/1408 +f 1384/1584/1408 1334/1520/1358 1338/1524/1362 1385/1585/1409 +f 1385/1585/1409 1338/1524/1362 1340/1526/1364 1386/1586/1410 +f 1386/1586/1410 1340/1526/1364 1342/1528/1366 1387/1587/1411 +f 1387/1587/1411 1342/1528/1366 1344/1530/1368 1388/1588/1412 +f 1388/1588/1412 1344/1530/1368 1346/1532/1370 1389/1589/1413 +f 1390/1590/1414 1376/1576/1400 1377/1577/1401 1391/1591/1415 +f 1392/1592/1416 1378/1578/1402 1376/1576/1400 1390/1590/1414 +f 1393/1593/1417 1379/1579/1403 1378/1578/1402 1392/1592/1416 +f 1394/1594/1418 1380/1580/1404 1379/1579/1403 1393/1593/1417 +f 1395/1595/1419 1381/1581/1405 1380/1580/1404 1394/1594/1418 +f 1396/1596/1420 1382/1582/1406 1381/1581/1405 1395/1595/1419 +f 1397/1597/1421 1390/1590/1414 1391/1591/1415 1398/1598/1422 +f 1399/1599/1423 1392/1592/1416 1390/1590/1414 1397/1597/1421 +f 1400/1600/1424 1393/1593/1417 1392/1592/1416 1399/1599/1423 +f 1401/1601/1425 1394/1594/1418 1393/1593/1417 1400/1600/1424 +f 1402/1602/1426 1395/1595/1419 1394/1594/1418 1401/1601/1425 +f 1403/1603/1427 1396/1596/1420 1395/1595/1419 1402/1602/1426 +f 1397/1597/1421 1398/1598/1422 1383/1583/1407 1384/1584/1408 +f 1399/1599/1423 1397/1597/1421 1384/1584/1408 1385/1604/1409 +f 1400/1600/1424 1399/1599/1423 1385/1604/1409 1386/1605/1410 +f 1401/1601/1425 1400/1600/1424 1386/1605/1410 1387/1606/1411 +f 1402/1602/1426 1401/1601/1425 1387/1606/1411 1388/1607/1412 +f 1403/1603/1427 1402/1602/1426 1388/1607/1412 1389/1608/1413 +f 1404/1609/1428 1124/1345/1221 1128/1610/1429 1405/1611/1430 +f 1405/1611/1430 1219/1367/1243 1210/1358/1234 1404/1609/1428 +f 1406/1612/1431 1197/1344/1220 1124/1345/1221 1404/1609/1428 +f 1404/1609/1428 1210/1358/1234 1211/1359/1235 1406/1612/1431 +f 1407/1613/1432 1406/1612/1431 1211/1359/1235 1213/1361/1237 +f 1225/1373/1249 1218/1366/1242 1203/1351/1227 1202/1350/1226 +f 1235/1388/1259 1218/1390/1242 1225/1383/1249 1230/1382/1254 +f 1250/1408/1274 1277/1442/1301 1238/1396/1262 1237/1395/1261 +f 1264/1429/1288 1277/1444/1301 1250/1416/1274 1257/1415/1281 +f 1293/1465/1317 1299/1471/1323 1291/1463/1315 1290/1462/1314 +f 1314/1493/1338 1299/1500/1323 1293/1480/1317 1307/1479/1331 +f 1348/1534/1372 1356/1542/1380 1322/1508/1346 1321/1507/1345 +f 1370/1563/1394 1363/1551/1387 1356/1550/1380 1348/1569/1372 +f 1383/1583/1407 1377/1577/1401 1336/1522/1360 1335/1521/1359 +f 1398/1598/1422 1391/1591/1415 1377/1577/1401 1383/1583/1407 +f 1411/1614/1433 1408/1615/1434 1409/1232/1111 1514/1231/1110 +f 1411/1614/1433 1073/1246/1125 1069/1616/1435 1408/1615/1434 +f 1073/1246/1125 1072/1199/1078 1068/1202/1081 1069/1616/1435 +f 1412/1617/1436 1077/1206/1085 1107/1244/1123 1413/1618/1437 +f 1413/1618/1437 1107/1244/1123 1073/1246/1125 1411/1614/1433 +f 1414/1619/1438 1163/1306/1182 1171/1314/1190 1415/1620/1439 +f 1415/1620/1439 1171/1314/1190 1185/1328/1204 1416/1621/1440 +f 1074/1203/1082 1077/1206/1085 1412/1617/1436 1417/1622/1441 +f 1418/1623/1442 1414/1619/1438 1415/1620/1439 1419/1624/1443 +f 1419/1624/1443 1415/1620/1439 1416/1621/1440 1420/1625/1444 +f 1421/1626/1445 1082/1211/1090 1074/1203/1082 1417/1622/1441 +f 1412/1617/1436 1418/1623/1442 1419/1624/1443 1417/1622/1441 +f 1417/1622/1441 1419/1624/1443 1420/1625/1444 1421/1626/1445 +f 1422/1627/1446 1423/1628/1447 1185/1328/1204 1186/1329/1205 +f 1179/1321/1197 1178/1228/1107 1423/1629/1447 1422/1630/1446 +f 1424/1631/1448 1422/1627/1446 1186/1329/1205 1187/1330/1206 +f 1180/1322/1198 1179/1321/1197 1422/1630/1446 1424/1632/1448 +f 1425/1633/1449 1424/1631/1448 1187/1330/1206 1188/1331/1207 +f 1181/1323/1199 1180/1322/1198 1424/1632/1448 1425/1634/1449 +f 1426/1635/1450 1425/1633/1449 1188/1331/1207 1189/1332/1208 +f 1182/1324/1200 1181/1323/1199 1425/1634/1449 1426/1636/1450 +f 1427/1637/1451 1426/1635/1450 1189/1332/1208 1190/1333/1209 +f 1183/1325/1201 1182/1324/1200 1426/1636/1450 1427/1638/1451 +f 1428/1639/1452 1427/1637/1451 1190/1333/1209 1191/1334/1210 +f 1184/1326/1202 1183/1325/1201 1427/1638/1451 1428/1640/1452 +f 1767/1641/1453 1428/1639/1452 1191/1334/1210 1192/1335/1211 +f 1766/1327/1203 1184/1326/1202 1428/1640/1452 1767/1642/1453 +f 1429/1643/1454 1423/1629/1447 1178/1228/1107 1410/1227/1106 +f 1416/1621/1440 1185/1328/1204 1423/1628/1447 1429/1644/1454 +f 1430/1645/1455 1333/1519/1357 1361/1547/1385 1431/1646/1456 +f 1431/1646/1456 1389/1589/1413 1346/1532/1370 1430/1645/1455 +f 1432/1647/1457 1280/1452/1304 1305/1477/1329 1433/1648/1458 +f 1433/1648/1458 1354/1540/1378 1332/1518/1356 1432/1647/1457 +f 1434/1649/1459 1249/1407/1273 1271/1436/1295 1435/1650/1460 +f 1435/1650/1460 1298/1470/1322 1281/1453/1305 1434/1649/1459 +f 1435/1651/1460 1271/1449/1295 1270/1435/1294 1436/1652/1461 +f 1436/1652/1461 1312/1490/1336 1298/1491/1322 1435/1651/1460 +f 1433/1653/1458 1305/1505/1329 1319/1498/1343 1437/1654/1462 +f 1437/1654/1462 1375/1568/1399 1354/1575/1378 1433/1653/1458 +f 1431/1655/1456 1361/1561/1385 1368/1560/1392 1438/1656/1463 +f 1431/1655/1456 1438/1656/1463 1403/1603/1427 1389/1608/1413 +f 1439/1657/1464 1256/1414/1280 1248/1406/1272 1440/1658/1465 +f 1441/1659/1466 1442/1660/1467 1407/1613/1432 1213/1361/1237 +f 1440/1658/1465 1248/1406/1272 1249/1407/1273 1434/1649/1459 +f 1434/1649/1459 1281/1453/1305 1280/1452/1304 1432/1647/1457 +f 1432/1647/1457 1332/1518/1356 1333/1519/1357 1430/1645/1455 +f 1430/1645/1455 1346/1532/1370 1347/1533/1371 1443/1661/1468 +f 1444/1662/1469 1445/1663/1470 1195/1341/1217 1196/1343/1219 +f 1445/1663/1470 1446/1664/1471 1194/1339/1215 1195/1341/1217 +f 1446/1664/1471 1447/1665/1472 1193/1336/1212 1194/1339/1215 +f 1442/1660/1467 1444/1662/1469 1196/1343/1219 1197/1344/1220 +f 1407/1613/1432 1442/1660/1467 1197/1344/1220 1406/1612/1431 +f 1449/1666/1473 1443/1661/1468 1347/1533/1371 1382/1582/1406 +f 1448/1667/1474 1193/1336/1212 1447/1665/1472 1450/1668/1475 +f 1437/1654/1462 1438/1656/1463 1368/1560/1392 1375/1568/1399 +f 1437/1654/1462 1319/1498/1343 1312/1490/1336 1436/1652/1461 +f 1263/1428/1287 1256/1427/1280 1439/1669/1464 1451/1670/1476 +f 1452/1671/1477 1441/1672/1466 1213/1673/1237 1212/1674/1236 +f 1451/1670/1476 1436/1652/1461 1270/1435/1294 1263/1428/1287 +f 1453/1675/1478 1220/1676/1244 1219/1677/1243 1454/1678/1479 +f 1226/1374/1250 1221/1377/1245 1220/1676/1244 1453/1675/1478 +f 1455/1679/1480 1405/1611/1430 1128/1610/1429 1130/1680/1481 +f 1454/1681/1479 1219/1367/1243 1405/1611/1430 1455/1679/1480 +f 1452/1671/1477 1212/1674/1236 1214/1393/1238 1231/1384/1255 +f 1457/1682/1482 1455/1679/1480 1130/1680/1481 1456/1683/1483 +f 1458/1684/1484 1459/1685/1485 1439/1657/1464 1440/1658/1465 +f 1442/1660/1467 1441/1659/1466 1459/1685/1485 1458/1684/1484 +f 1460/1686/1486 1461/1687/1487 1445/1663/1470 1444/1662/1469 +f 1434/1649/1459 1432/1647/1457 1461/1687/1487 1460/1686/1486 +f 1461/1687/1487 1462/1688/1488 1446/1664/1471 1445/1663/1470 +f 1432/1647/1457 1430/1645/1455 1462/1688/1488 1461/1687/1487 +f 1462/1688/1488 1463/1689/1489 1447/1665/1472 1446/1664/1471 +f 1430/1645/1455 1443/1661/1468 1463/1689/1489 1462/1688/1488 +f 1458/1684/1484 1460/1686/1486 1444/1662/1469 1442/1660/1467 +f 1440/1658/1465 1434/1649/1459 1460/1686/1486 1458/1684/1484 +f 1464/1690/1490 1463/1689/1489 1443/1661/1468 1449/1666/1473 +f 1450/1668/1475 1447/1665/1472 1463/1689/1489 1464/1690/1490 +f 1465/1691/1491 1459/1692/1485 1441/1672/1466 1452/1671/1477 +f 1451/1670/1476 1439/1669/1464 1459/1692/1485 1465/1691/1491 +f 1466/1693/1492 1467/1694/1493 1437/1654/1462 1436/1652/1461 +f 1468/1695/1494 1469/1696/1495 1467/1694/1493 1466/1693/1492 +f 1465/1691/1491 1466/1693/1492 1436/1652/1461 1451/1670/1476 +f 1452/1671/1477 1468/1695/1494 1466/1693/1492 1465/1691/1491 +f 1467/1694/1493 1470/1697/1496 1438/1656/1463 1437/1654/1462 +f 1469/1696/1495 1471/1698/1497 1470/1697/1496 1467/1694/1493 +f 1453/1675/1478 1452/1671/1477 1231/1384/1255 1226/1374/1250 +f 1472/1699/1498 1449/1666/1473 1382/1582/1406 1396/1596/1420 +f 1473/1700/1499 1464/1690/1490 1449/1666/1473 1472/1699/1498 +f 1474/1701/1500 1450/1668/1475 1464/1690/1490 1473/1700/1499 +f 1475/1702/1501 1448/1667/1474 1450/1668/1475 1474/1701/1500 +f 1472/1699/1498 1396/1596/1420 1403/1603/1427 1438/1656/1463 +f 1473/1700/1499 1472/1699/1498 1438/1656/1463 1470/1697/1496 +f 1473/1700/1499 1470/1697/1496 1471/1698/1497 1474/1701/1500 +f 1476/1703/1502 1453/1675/1478 1454/1678/1479 1477/1704/1503 +f 1477/1705/1503 1454/1681/1479 1455/1679/1480 1457/1682/1482 +f 1476/1703/1502 1468/1695/1494 1452/1671/1477 1453/1675/1478 +f 1478/1706/1504 1471/1698/1497 1469/1696/1495 1479/1707/1505 +f 1479/1707/1505 1469/1696/1495 1468/1695/1494 1476/1703/1502 +f 1475/1702/1501 1474/1701/1500 1471/1698/1497 1478/1706/1504 +f 1479/1707/1505 1476/1703/1502 1477/1704/1503 1478/1706/1504 +f 1475/1708/1501 1478/1709/1504 1477/1705/1503 1457/1682/1482 +f 875/978/865 877/980/867 1480/1710/1506 1481/1711/1507 +f 871/974/861 875/978/865 1481/1711/1507 1482/1712/1508 +f 872/975/862 871/974/861 1482/1712/1508 1483/1713/1509 +f 881/984/871 880/983/870 1484/1714/1510 1485/1715/1511 +f 883/986/873 872/975/862 1483/1713/1509 1486/1716/1512 +f 880/983/870 883/986/873 1486/1716/1512 1484/1714/1510 +f 885/988/875 881/984/871 1485/1715/1511 1487/1717/1513 +f 877/980/867 885/988/875 1487/1717/1513 1480/1710/1506 +f 1121/1280/1154 1122/1279/1156 1136/1718/1514 1132/1719/1153 +f 1132/1719/1153 1136/1718/1514 1495/1720/1515 1492/1721/1158 +f 1491/1271/1148 1490/1269/1146 1497/1722/1516 1498/1723/1517 +f 1100/1237/1116 1101/1240/1119 1102/1243/1122 1103/1238/1117 +f 1114/1253/1132 1103/1238/1117 1118/1724/1155 1121/1277/1154 +f 1118/1724/1155 1103/1238/1117 1102/1243/1122 1119/1262/1141 +f 1493/1281/1157 1492/1282/1158 1499/1725/1518 1500/1726/1519 +f 1492/1721/1158 1495/1720/1515 1502/1727/1520 1499/1728/1518 +f 1490/1269/1146 1496/1257/1136 1503/1260/1139 1497/1722/1516 +f 1494/1268/1145 1493/1281/1157 1500/1726/1519 1501/1274/1151 +f 1502/1727/1520 1505/1729/1521 1510/1730/1522 1499/1728/1518 +f 1506/1731/1523 1497/1722/1516 1503/1260/1139 1508/1264/1143 +f 1504/1732/1524 1498/1723/1517 1497/1722/1516 1506/1731/1523 +f 1507/1275/1152 1501/1274/1151 1500/1726/1519 1509/1733/1525 +f 1456/1734/1483 1133/1337/1213 1193/1336/1212 1448/1667/1474 +f 1122/1279/1156 1116/1255/1134 1134/1272/1149 1136/1718/1514 +f 1134/1272/1149 1491/1271/1148 1495/1720/1515 1136/1718/1514 +f 1498/1723/1517 1502/1727/1520 1495/1720/1515 1491/1271/1148 +f 1505/1729/1521 1502/1727/1520 1498/1723/1517 1504/1732/1524 +f 1128/1735/1429 1508/1264/1143 1511/1263/1142 1130/1736/1481 +f 1124/1737/1221 1506/1731/1523 1508/1264/1143 1128/1735/1429 +f 1509/1733/1525 1500/1726/1519 1499/1725/1518 1510/1738/1522 +f 1123/1739/1218 1504/1732/1524 1506/1731/1523 1124/1737/1221 +f 1504/1732/1524 1123/1739/1218 1125/1740/1216 1505/1729/1521 +f 1137/1216/1095 1127/1215/1094 1488/1258/1137 1496/1257/1136 +f 1505/1729/1521 1125/1740/1216 1126/1741/1214 1510/1730/1522 +f 1130/1736/1481 1511/1263/1142 1507/1275/1152 1456/1742/1483 +f 1509/1733/1525 1133/1743/1213 1456/1742/1483 1507/1275/1152 +f 1418/1623/1442 1412/1617/1436 1413/1618/1437 1512/1744/1526 +f 1513/1745/1527 1156/1298/1174 1163/1306/1182 1414/1619/1438 +f 1513/1745/1527 1414/1619/1438 1418/1623/1442 1512/1744/1526 +f 1513/1745/1527 1512/1744/1526 1514/1231/1110 1515/1230/1109 +f 1411/1614/1433 1514/1231/1110 1512/1744/1526 1413/1618/1437 +f 1515/1230/1109 1141/1229/1108 1156/1298/1174 1513/1745/1527 +f 1510/1738/1522 1126/1746/1214 1133/1743/1213 1509/1733/1525 +f 1456/1683/1483 1448/1747/1474 1475/1708/1501 1457/1682/1482 +f 1529/1027/914 1530/1026/913 1523/1748/1528 1524/1749/1529 +f 918/1024/911 917/1023/910 1528/1750/1530 1527/1751/1531 +f 920/1028/915 1529/1027/914 1524/1749/1529 1525/1752/1532 +f 919/1029/916 920/1028/915 1525/1752/1532 1526/1753/1533 +f 1531/1025/912 918/1024/911 1527/1751/1531 1522/1754/1534 +f 1530/1026/913 1531/1025/912 1522/1754/1534 1523/1748/1528 +f 916/1020/907 911/1013/900 1529/1027/914 920/1028/915 +f 1530/1026/913 907/1009/896 910/1012/899 1531/1025/912 +f 926/1033/920 964/1071/958 963/1070/957 927/1032/919 +f 962/1069/956 925/1031/918 927/1032/919 963/1070/957 +f 1034/1154/1035 1550/1157/1038 1547/1156/1037 1036/1155/1036 +f 982/1101/988 1550/1157/1038 1034/1154/1035 983/1105/992 +f 1553/1755/1535 1000/1194/1073 1555/1756/1536 1517/1757/1537 +f 1138/1219/1098 1064/1218/1097 1088/1758/1538 1090/1252/1131 +f 1551/1217/1096 1552/1197/1076 1065/1196/1075 1520/1220/1099 +f 1055/1001/888 1059/1004/891 1029/1145/1026 889/1099/986 +f 889/1099/986 1029/1145/1026 1033/1153/1034 988/1100/987 +f 1533/1008/895 1538/997/884 898/1759/1539 888/1148/1029 +f 888/1148/1029 898/1759/1539 899/1760/1540 893/1150/1031 +f 898/1759/1539 1538/997/884 1539/998/885 899/1760/1540 +f 902/1761/1541 1008/1151/1032 893/1150/1031 899/1760/1540 +f 902/1761/1541 899/1760/1540 1539/998/885 1540/999/886 +f 1540/999/886 1541/1002/889 1008/1151/1032 902/1761/1541 +f 1030/1146/1027 886/1007/894 1533/1008/895 1542/1147/1028 +f 1039/1166/1046 1030/1146/1027 1542/1147/1028 1537/1163/1044 +f 1042/1170/1050 1039/1166/1046 1537/1163/1044 1536/1167/1047 +f 1046/1176/1056 1042/1170/1050 1536/1167/1047 1535/1172/1052 +f 1050/1181/1061 1046/1176/1056 1535/1172/1052 1534/1177/1057 +f 1519/1762/1542 1050/1181/1061 1534/1177/1057 1543/1763/1543 +f 1055/1001/888 889/1099/986 890/1078/965 1541/1002/889 +f 1008/1151/1032 1541/1002/889 890/1078/965 1532/1077/964 +f 936/1044/931 974/1095/982 982/1101/988 983/1105/992 +f 928/1034/921 973/1088/975 974/1095/982 936/1044/931 +f 973/1088/975 928/1034/921 929/1035/922 972/1086/973 +f 972/1086/973 929/1035/922 937/1045/932 971/1081/968 +f 971/1081/968 937/1045/932 938/1046/933 987/1098/985 +f 930/1036/923 986/1096/983 987/1098/985 938/1046/933 +f 1550/1157/1038 982/1101/988 988/1100/987 1033/1153/1034 +f 922/1038/925 985/1097/984 986/1096/983 930/1036/923 +f 1020/1137/1018 991/1104/991 983/1105/992 1034/1154/1035 +f 1016/1131/1012 990/1103/990 991/1104/991 1020/1137/1018 +f 1012/1130/1011 989/1102/989 990/1103/990 1016/1131/1012 +f 1135/1270/1147 1117/1198/1077 1552/1197/1076 1137/1216/1095 +f 1000/1194/1073 1553/1755/1535 1520/1220/1099 1065/1196/1075 +f 1554/1764/1544 1064/1218/1097 1520/1220/1099 1553/1755/1535 +f 1554/1764/1544 1086/1765/1545 1088/1758/1538 1064/1218/1097 +f 1564/1766/1546 1555/1756/1536 1000/1194/1073 1563/1193/1072 +f 1518/1767/1547 1556/1768/1548 1517/1757/1537 1555/1756/1536 +f 1056/1769/1062 1559/1185/1064 1558/1188/1067 1057/1770/1063 +f 1054/1182/1007 1560/1189/1068 1559/1185/1064 1056/1769/1062 +f 1002/994/881 1058/993/880 1560/1189/1068 1561/1190/1069 +f 996/1110/997 1562/1191/1070 1561/1190/1069 998/1112/999 +f 994/1106/993 1563/1193/1072 1562/1191/1070 996/1110/997 +f 992/1109/996 1564/1766/1546 1563/1193/1072 994/1106/993 +f 1071/1248/1127 1070/1200/1079 1109/1247/1126 1566/1771/1549 +f 1566/1771/1549 1109/1247/1126 1110/1224/1103 1565/1223/1102 +f 1091/1234/1113 1071/1248/1127 1566/1771/1549 1565/1223/1102 +f 850/955/842 851/958/845 1567/1772/1550 849/1773/1551 +f 869/972/859 864/967/854 865/968/855 1568/1774/1552 +f 926/1033/920 906/1021/908 1570/1775/1553 1571/1776/1554 +f 1571/1776/1554 1574/1777/1555 964/1071/958 926/1033/920 +f 1575/1778/1556 921/1779/1557 923/1039/926 989/1102/989 +f 1005/1118/1003 1006/1780/1558 1576/1781/1559 993/1108/995 +f 1558/1188/1067 1061/1187/1066 1582/1782/1560 1557/1783/1561 +f 941/1048/935 1572/1784/1562 1579/1785/1563 942/1049/936 +f 1574/1777/1555 1516/1786/1564 959/1066/953 964/1071/958 +f 992/1109/996 993/1108/995 1576/1781/1559 1580/1787/1565 +f 1588/1788/1566 1587/1789/1567 1086/1765/1545 1583/1790/1568 +f 1098/1791/1569 1582/1782/1560 1061/1187/1066 1097/1236/1115 +f 1011/1792/1570 1575/1778/1556 989/1102/989 1012/1130/1011 +f 1587/1789/1567 1585/1793/1571 1586/1794/1572 1589/1795/1573 +f 1086/1765/1545 1587/1789/1567 1589/1795/1573 1088/1758/1538 +f 1589/1795/1573 1089/1233/1112 1090/1252/1131 1088/1758/1538 +f 1089/1233/1112 1589/1795/1573 1586/1794/1572 1091/1234/1113 +f 1586/1794/1572 1585/1793/1571 1092/1250/1129 1091/1234/1113 +f 868/971/858 869/972/859 113/113/113 112/112/112 +f 1544/1796/1574 301/1797/1575 300/324/317 798/304/298 +f 668/923/811 669/772/702 332/355/347 1099/1798/1576 +f 260/275/269 259/274/268 1011/1792/1570 770/934/822 +f 301/1797/1575 1519/1799/1542 297/325/318 300/324/317 +f 1099/1798/1576 332/355/347 333/356/348 772/942/830 +f 353/386/378 367/406/398 773/1800/1577 1106/1801/1578 +f 347/380/372 1098/1802/1569 773/1803/1577 367/409/398 +f 1519/1799/1542 1543/1804/1543 788/321/314 297/325/318 +f 1518/1805/1547 808/906/796 769/905/795 1556/1806/1548 +f 815/1807/1579 816/913/803 808/906/796 1518/1805/1547 +f 1556/1806/1548 769/905/795 805/904/794 806/918/806 +f 98/99/99 97/98/98 819/1808/1580 846/1809/1581 +f 99/101/101 849/1773/1551 1567/1772/1550 100/102/102 +f 101/105/105 820/1810/1582 849/1773/1551 99/101/101 +f 98/99/99 846/1809/1581 820/1810/1582 101/105/105 +f 869/972/859 1568/1774/1552 114/114/114 113/113/113 +f 1568/1774/1552 117/1811/1583 115/115/115 114/114/114 +f 117/1811/1583 1569/1812/1584 116/116/116 115/115/115 +f 819/1808/1580 97/98/98 116/116/116 1569/1812/1584 +f 921/1779/1557 171/183/183 170/182/182 822/946/833 +f 174/177/177 1571/1776/1554 1570/1775/1553 155/165/165 +f 1571/1776/1554 174/177/177 213/215/215 1574/1777/1555 +f 197/235/235 153/162/162 151/1813/1585 1573/1814/1586 +f 1575/1815/1556 238/246/246 171/183/183 921/1779/1557 +f 254/262/260 242/252/252 1576/1816/1559 1006/1817/1558 +f 833/1818/1587 1544/1796/1574 798/304/298 273/286/280 +f 809/330/322 1557/1819/1561 1582/1820/1560 309/331/323 +f 656/375/367 1577/1821/1588 655/944/832 654/761/691 +f 152/161/161 1578/1822/1589 151/1813/1585 153/162/162 +f 154/166/166 155/165/165 1570/1775/1553 765/930/818 +f 821/929/817 1578/1822/1589 152/161/161 166/167/167 +f 189/194/194 190/193/193 1579/1785/1563 1572/1784/1562 +f 1573/1814/1586 767/903/793 198/200/200 197/235/235 +f 187/202/202 189/194/194 1572/1784/1562 766/931/819 +f 199/902/792 1579/1785/1563 190/193/193 200/199/199 +f 1516/1786/1564 208/210/210 209/211/211 831/1823/1590 +f 1574/1777/1555 213/215/215 208/210/210 1516/1786/1564 +f 241/251/251 1580/1824/1565 1576/1816/1559 242/252/252 +f 254/260/260 1006/1825/1558 831/1823/1590 209/211/211 +f 262/279/273 261/277/271 832/935/823 1581/1826/1591 +f 833/1818/1587 273/286/280 262/279/273 1581/1826/1591 +f 1543/1804/1543 824/919/807 298/322/315 788/321/314 +f 1584/1827/1592 342/394/386 316/393/385 314/937/825 +f 337/372/364 836/941/829 1577/1821/1588 656/375/367 +f 1588/1828/1566 1583/1829/1568 336/912/802 844/947/834 +f 1098/1802/1569 347/380/372 309/331/323 1582/1820/1560 +f 837/943/831 334/357/349 335/358/350 1521/1830/1593 +f 352/387/379 353/386/378 1106/1801/1578 838/1831/1594 +f 335/358/350 352/387/379 838/1831/1594 1521/1830/1593 +f 1011/1792/1570 259/274/268 238/246/246 1575/1815/1556 +f 840/917/805 807/911/801 336/912/802 1583/1829/1568 +f 305/915/320 826/1832/809 1557/1819/1561 809/330/322 +f 1580/1824/1565 241/251/251 816/913/803 815/1807/1579 +f 1584/1827/1592 842/1833/1595 841/950/837 342/394/386 +f 842/1833/1595 1588/1828/1566 844/947/834 841/950/837 +f 1544/1834/1574 1546/1161/1042 1053/1180/1060 301/1835/1575 +f 668/1836/811 1099/1837/1576 1082/1211/1090 1421/1626/1445 +f 199/902/792 767/903/793 950/1056/943 951/1055/942 +f 1013/1129/1010 770/934/822 1011/1792/1570 1012/1130/1011 +f 301/1835/1575 1053/1180/1060 1050/1181/1061 1519/1762/1542 +f 1099/1837/1576 772/1838/830 1083/1212/1091 1082/1211/1090 +f 1105/1242/1121 1106/1839/1578 773/1840/1577 1120/1261/1140 +f 1097/1236/1115 1120/1266/1140 773/1841/1577 1098/1791/1569 +f 815/1842/1579 1518/1767/1547 1555/1756/1536 1564/1766/1546 +f 1556/1768/1548 806/1843/806 1553/1755/1535 1517/1757/1537 +f 819/1808/1580 847/952/839 848/951/838 846/1809/1581 +f 852/959/846 850/955/842 849/1773/1551 820/1810/1582 +f 848/951/838 852/959/846 820/1810/1582 846/1809/1581 +f 1568/1774/1552 865/968/855 866/969/856 117/1811/1583 +f 117/1811/1583 866/969/856 867/970/857 1569/1812/1584 +f 819/1808/1580 1569/1812/1584 867/970/857 847/952/839 +f 921/1779/1557 822/946/833 922/1038/925 923/1039/926 +f 949/1091/978 1573/1814/1586 151/1813/1585 904/1016/903 +f 840/1844/805 1554/1764/1544 1553/1755/1535 806/1843/806 +f 833/1845/1587 1026/1142/1023 1546/1161/1042 1544/1834/1574 +f 824/1846/807 1051/1178/1058 1052/1179/1059 825/1847/808 +f 826/1848/809 825/1847/808 1052/1179/1059 1057/1184/1063 +f 1409/1232/1111 1408/1615/1434 655/1849/832 1577/1850/1588 +f 827/1851/810 668/1836/811 1421/1626/1445 1420/1625/1444 +f 827/1851/810 1420/1625/1444 1416/1621/1440 828/1852/812 +f 828/1852/812 1416/1621/1440 1429/1644/1454 829/1853/813 +f 830/926/814 919/1029/916 1526/1753/1533 777/927/815 +f 917/1023/910 821/929/817 782/928/816 1528/1750/1530 +f 903/1017/904 904/1016/903 151/1813/1585 1578/1822/1589 +f 905/1022/909 765/930/818 1570/1775/1553 906/1021/908 +f 821/929/817 917/1023/910 903/1017/904 1578/1822/1589 +f 919/1029/916 830/926/814 765/930/818 905/1022/909 +f 939/1060/947 940/1059/946 823/932/820 766/931/819 +f 1573/1814/1586 949/1091/978 950/1056/943 767/903/793 +f 939/1060/947 766/931/819 1572/1784/1562 941/1048/935 +f 199/902/792 951/1055/942 942/1049/936 1579/1785/1563 +f 1516/1786/1564 831/1823/1590 960/1067/954 959/1066/953 +f 823/932/820 940/1059/946 985/1097/984 768/933/821 +f 1005/1116/1003 960/1067/954 831/1823/1590 1006/1825/1558 +f 1014/1133/1014 832/1854/823 770/934/822 1013/1129/1010 +f 1015/1135/1016 1581/1855/1591 832/1854/823 1014/1133/1014 +f 833/1845/1587 1581/1855/1591 1015/1135/1016 1026/1142/1023 +f 1543/1763/1543 1534/1177/1057 1051/1178/1058 824/1846/807 +f 1066/1201/1080 1067/1249/1128 314/1856/825 834/1857/824 +f 1068/1202/1081 1066/1201/1080 834/1857/824 317/1858/826 +f 1069/1616/1435 1068/1202/1081 317/1858/826 835/1859/827 +f 1410/1227/1106 1087/1226/1105 836/1860/829 839/1861/828 +f 1584/1862/1592 314/1856/825 1067/1249/1128 1092/1250/1129 +f 1087/1226/1105 1409/1232/1111 1577/1850/1588 836/1860/829 +f 837/1863/831 1521/1864/1593 1085/1214/1093 1084/1213/1092 +f 772/1838/830 837/1863/831 1084/1213/1092 1083/1212/1091 +f 1104/1241/1120 838/1865/1594 1106/1839/1578 1105/1242/1121 +f 1085/1214/1093 1521/1864/1593 838/1865/1594 1104/1241/1120 +f 1408/1615/1434 1069/1616/1435 835/1859/827 655/1849/832 +f 829/945/813 1429/1643/1454 1410/1227/1106 839/1861/828 +f 822/946/833 768/933/821 985/1097/984 922/1038/925 +f 840/1844/805 1583/1790/1568 1086/1765/1545 1554/1764/1544 +f 1057/1770/1063 1558/1188/1067 1557/1783/1561 826/1866/809 +f 1580/1787/1565 815/1842/1579 1564/1766/1546 992/1109/996 +f 1584/1862/1592 1092/1250/1129 1585/1793/1571 842/1867/1595 +f 842/1867/1595 1585/1793/1571 1587/1789/1567 1588/1788/1566 +f 1617/1868/1596 1593/1869/1597 1591/1870/1598 1616/1871/1599 +f 1757/1872/1600 1667/1873/1601 1692/1874/1602 1756/1875/1603 +f 1763/1876/1604 1762/1877/1605 1690/1878/1606 +f 1593/1869/1597 1596/1879/1607 1595/1880/1608 1591/1870/1598 +f 1596/1879/1607 1613/1881/1609 1651/1882/1610 1595/1880/1608 +f 1626/1883/1611 1607/1884/1612 1599/1885/1613 1619/1886/1614 +f 1620/1887/1615 1619/1886/1614 1599/1885/1613 1600/1888/1616 +f 1625/1889/1617 1614/1890/1618 1597/1891/1619 1620/1887/1615 +f 1607/1884/1612 1608/1892/1620 1600/1888/1616 1599/1885/1613 +f 1621/1893/1621 1601/1894/1622 1604/1895/1623 1622/1896/1624 +f 1624/1897/1625 1611/1898/1626 1603/1899/1627 1622/1896/1624 +f 1606/1900/1628 1605/1901/1629 1604/1895/1623 1601/1894/1622 +f 1623/1902/1630 1606/1900/1628 1601/1894/1622 1621/1893/1621 +f 1616/1871/1599 1591/1870/1598 1606/1900/1628 1623/1902/1630 +f 1591/1870/1598 1595/1880/1608 1605/1901/1629 1606/1900/1628 +f 1618/1903/1631 1594/1904/1632 1611/1898/1626 1624/1897/1625 +f 1595/1880/1608 1651/1882/1610 1608/1892/1620 1607/1884/1612 +f 1664/1905/1633 1650/1906/1634 1614/1890/1618 1625/1889/1617 +f 1618/1903/1631 1595/1880/1608 1607/1884/1612 1626/1883/1611 +f 1597/1891/1619 1614/1890/1618 1610/1907/1635 1598/1908/1636 +f 1603/1899/1627 1611/1898/1626 1612/1909/1637 1602/1910/1638 +f 1609/1911/1639 1592/1912/1640 1590/1913/1641 1594/1904/1632 +f 1760/1914/1642 1745/1915/1643 1729/1916/1644 1704/1917/1645 +f 1667/1873/1601 1757/1872/1600 1763/1876/1604 1684/1918/1646 +f 1615/1919/1647 1609/1911/1639 1594/1904/1632 1650/1906/1634 +f 1594/1904/1632 1590/1913/1641 1612/1909/1637 1611/1898/1626 +f 1650/1906/1634 1594/1904/1632 1610/1907/1635 1614/1890/1618 +f 1594/1904/1632 1618/1903/1631 1626/1883/1611 1610/1907/1635 +f 1651/1882/1610 1664/1905/1633 1625/1889/1617 1608/1892/1620 +f 1595/1880/1608 1618/1903/1631 1624/1897/1625 1605/1901/1629 +f 1590/1913/1641 1616/1871/1599 1623/1902/1630 1612/1909/1637 +f 1612/1909/1637 1623/1902/1630 1621/1893/1621 1602/1910/1638 +f 1605/1901/1629 1624/1897/1625 1622/1896/1624 1604/1895/1623 +f 1602/1910/1638 1621/1893/1621 1622/1896/1624 1603/1899/1627 +f 1608/1892/1620 1625/1889/1617 1620/1887/1615 1600/1888/1616 +f 1597/1891/1619 1598/1908/1636 1619/1886/1614 1620/1887/1615 +f 1610/1907/1635 1626/1883/1611 1619/1886/1614 1598/1908/1636 +f 1592/1912/1640 1617/1868/1596 1616/1871/1599 1590/1913/1641 +f 1744/1920/1648 1743/1921/1649 1688/1922/1650 +f 1654/1923/1651 1653/1924/1652 1628/1925/1653 1630/1926/1654 +f 1744/1920/1648 1688/1922/1650 1708/1927/1655 +f 1630/1926/1654 1628/1925/1653 1632/1928/1656 1633/1929/1657 +f 1633/1929/1657 1632/1928/1656 1651/1882/1610 1613/1881/1609 +f 1663/1930/1658 1656/1931/1659 1636/1932/1660 1644/1933/1661 +f 1657/1934/1662 1637/1935/1663 1636/1932/1660 1656/1931/1659 +f 1662/1936/1664 1657/1934/1662 1634/1937/1665 1652/1938/1666 +f 1644/1933/1661 1636/1932/1660 1637/1935/1663 1645/1939/1667 +f 1658/1940/1668 1659/1941/1669 1641/1942/1670 1638/1943/1671 +f 1661/1944/1672 1659/1941/1669 1640/1945/1673 1648/1946/1674 +f 1643/1947/1675 1638/1943/1671 1641/1942/1670 1642/1948/1676 +f 1660/1949/1677 1658/1940/1668 1638/1943/1671 1643/1947/1675 +f 1653/1924/1652 1660/1949/1677 1643/1947/1675 1628/1925/1653 +f 1628/1925/1653 1643/1947/1675 1642/1948/1676 1632/1928/1656 +f 1655/1950/1678 1661/1944/1672 1648/1946/1674 1631/1951/1679 +f 1632/1928/1656 1644/1933/1661 1645/1939/1667 1651/1882/1610 +f 1664/1905/1633 1662/1936/1664 1652/1938/1666 1650/1906/1634 +f 1655/1950/1678 1663/1930/1658 1644/1933/1661 1632/1928/1656 +f 1647/1952/1680 1652/1938/1666 1634/1937/1665 1635/1953/1681 +f 1649/1954/1682 1648/1946/1674 1640/1945/1673 1639/1955/1683 +f 1646/1956/1684 1631/1951/1679 1627/1957/1685 1629/1958/1686 +f 1745/1915/1643 1705/1959/1687 1729/1916/1644 +f 1721/1960/1688 1762/1877/1605 1760/1914/1642 1704/1917/1645 +f 1615/1919/1647 1650/1906/1634 1631/1951/1679 1646/1956/1684 +f 1631/1951/1679 1648/1946/1674 1649/1954/1682 1627/1957/1685 +f 1650/1906/1634 1652/1938/1666 1647/1952/1680 1631/1951/1679 +f 1631/1951/1679 1647/1952/1680 1663/1930/1658 1655/1950/1678 +f 1651/1882/1610 1645/1939/1667 1662/1936/1664 1664/1905/1633 +f 1632/1928/1656 1642/1948/1676 1661/1944/1672 1655/1950/1678 +f 1627/1957/1685 1649/1954/1682 1660/1949/1677 1653/1924/1652 +f 1649/1954/1682 1639/1955/1683 1658/1940/1668 1660/1949/1677 +f 1642/1948/1676 1641/1942/1670 1659/1941/1669 1661/1944/1672 +f 1639/1955/1683 1640/1945/1673 1659/1941/1669 1658/1940/1668 +f 1645/1939/1667 1637/1935/1663 1657/1934/1662 1662/1936/1664 +f 1634/1937/1665 1657/1934/1662 1656/1931/1659 1635/1953/1681 +f 1647/1952/1680 1635/1953/1681 1656/1931/1659 1663/1930/1658 +f 1743/1921/1649 1668/1961/1689 1671/1962/1690 +f 1629/1958/1686 1627/1957/1685 1653/1924/1652 1654/1923/1651 +f 1756/1875/1603 1692/1874/1602 1668/1961/1689 1743/1921/1649 +f 1743/1921/1649 1671/1962/1690 1688/1922/1650 +f 1763/1876/1604 1690/1878/1606 1684/1918/1646 +f 1762/1877/1605 1721/1960/1688 1690/1878/1606 +f 1744/1920/1648 1708/1927/1655 1705/1959/1687 +f 1744/1920/1648 1705/1959/1687 1745/1915/1643 +f 1692/1874/1602 1691/1963/1691 1666/1964/1692 1668/1961/1689 +f 1668/1961/1689 1666/1964/1692 1670/1965/1693 1671/1962/1690 +f 1671/1962/1690 1670/1965/1693 1726/1966/1694 1688/1922/1650 +f 1701/1967/1695 1694/1968/1696 1674/1969/1697 1682/1970/1698 +f 1695/1971/1699 1675/1972/1700 1674/1969/1697 1694/1968/1696 +f 1700/1973/1701 1695/1971/1699 1672/1974/1702 1689/1975/1703 +f 1682/1970/1698 1674/1969/1697 1675/1972/1700 1683/1976/1704 +f 1696/1977/1705 1697/1978/1706 1679/1979/1707 1676/1980/1708 +f 1699/1981/1709 1697/1978/1706 1678/1982/1710 1686/1983/1711 +f 1681/1984/1712 1676/1980/1708 1679/1979/1707 1680/1985/1713 +f 1698/1986/1714 1696/1977/1705 1676/1980/1708 1681/1984/1712 +f 1691/1963/1691 1698/1986/1714 1681/1984/1712 1666/1964/1692 +f 1666/1964/1692 1681/1984/1712 1680/1985/1713 1670/1965/1693 +f 1693/1987/1715 1699/1981/1709 1686/1983/1711 1669/1988/1716 +f 1670/1965/1693 1682/1970/1698 1683/1976/1704 1726/1966/1694 +f 1739/1989/1717 1700/1973/1701 1689/1975/1703 1725/1990/1718 +f 1693/1987/1715 1701/1967/1695 1682/1970/1698 1670/1965/1693 +f 1685/1991/1719 1689/1975/1703 1672/1974/1702 1673/1992/1720 +f 1687/1993/1721 1686/1983/1711 1678/1982/1710 1677/1994/1722 +f 1684/1918/1646 1669/1988/1716 1665/1995/1723 1667/1873/1601 +f 1690/1878/1606 1725/1990/1718 1669/1988/1716 1684/1918/1646 +f 1669/1988/1716 1686/1983/1711 1687/1993/1721 1665/1995/1723 +f 1725/1990/1718 1689/1975/1703 1685/1991/1719 1669/1988/1716 +f 1669/1988/1716 1685/1991/1719 1701/1967/1695 1693/1987/1715 +f 1726/1966/1694 1683/1976/1704 1700/1973/1701 1739/1989/1717 +f 1670/1965/1693 1680/1985/1713 1699/1981/1709 1693/1987/1715 +f 1665/1995/1723 1687/1993/1721 1698/1986/1714 1691/1963/1691 +f 1687/1993/1721 1677/1994/1722 1696/1977/1705 1698/1986/1714 +f 1680/1985/1713 1679/1979/1707 1697/1978/1706 1699/1981/1709 +f 1677/1994/1722 1678/1982/1710 1697/1978/1706 1696/1977/1705 +f 1683/1976/1704 1675/1972/1700 1695/1971/1699 1700/1973/1701 +f 1672/1974/1702 1695/1971/1699 1694/1968/1696 1673/1992/1720 +f 1685/1991/1719 1673/1992/1720 1694/1968/1696 1701/1967/1695 +f 1667/1873/1601 1665/1995/1723 1691/1963/1691 1692/1874/1602 +f 1729/1916/1644 1705/1959/1687 1703/1996/1724 1728/1997/1725 +f 1705/1959/1687 1708/1927/1655 1707/1998/1726 1703/1996/1724 +f 1708/1927/1655 1688/1922/1650 1726/1966/1694 1707/1998/1726 +f 1738/1999/1727 1719/2000/1728 1711/2001/1729 1731/2002/1730 +f 1732/2003/1731 1731/2002/1730 1711/2001/1729 1712/2004/1732 +f 1737/2005/1733 1727/2006/1734 1709/2007/1735 1732/2003/1731 +f 1719/2000/1728 1720/2008/1736 1712/2004/1732 1711/2001/1729 +f 1733/2009/1737 1713/2010/1738 1716/2011/1739 1734/2012/1740 +f 1736/2013/1741 1723/2014/1742 1715/2015/1743 1734/2012/1740 +f 1718/2016/1744 1717/2017/1745 1716/2011/1739 1713/2010/1738 +f 1735/2018/1746 1718/2016/1744 1713/2010/1738 1733/2009/1737 +f 1728/1997/1725 1703/1996/1724 1718/2016/1744 1735/2018/1746 +f 1703/1996/1724 1707/1998/1726 1717/2017/1745 1718/2016/1744 +f 1730/2019/1747 1706/2020/1748 1723/2014/1742 1736/2013/1741 +f 1707/1998/1726 1726/1966/1694 1720/2008/1736 1719/2000/1728 +f 1739/1989/1717 1725/1990/1718 1727/2006/1734 1737/2005/1733 +f 1730/2019/1747 1707/1998/1726 1719/2000/1728 1738/1999/1727 +f 1709/2007/1735 1727/2006/1734 1722/2021/1749 1710/2022/1750 +f 1715/2015/1743 1723/2014/1742 1724/2023/1751 1714/2024/1752 +f 1721/1960/1688 1704/1917/1645 1702/2025/1753 1706/2020/1748 +f 1690/1878/1606 1721/1960/1688 1706/2020/1748 1725/1990/1718 +f 1706/2020/1748 1702/2025/1753 1724/2023/1751 1723/2014/1742 +f 1725/1990/1718 1706/2020/1748 1722/2021/1749 1727/2006/1734 +f 1706/2020/1748 1730/2019/1747 1738/1999/1727 1722/2021/1749 +f 1726/1966/1694 1739/1989/1717 1737/2005/1733 1720/2008/1736 +f 1707/1998/1726 1730/2019/1747 1736/2013/1741 1717/2017/1745 +f 1702/2025/1753 1728/1997/1725 1735/2018/1746 1724/2023/1751 +f 1724/2023/1751 1735/2018/1746 1733/2009/1737 1714/2024/1752 +f 1717/2017/1745 1736/2013/1741 1734/2012/1740 1716/2011/1739 +f 1714/2024/1752 1733/2009/1737 1734/2012/1740 1715/2015/1743 +f 1720/2008/1736 1737/2005/1733 1732/2003/1731 1712/2004/1732 +f 1709/2007/1735 1710/2022/1750 1731/2002/1730 1732/2003/1731 +f 1722/2021/1749 1738/1999/1727 1731/2002/1730 1710/2022/1750 +f 1704/1917/1645 1729/1916/1644 1728/1997/1725 1702/2025/1753 +f 1743/1921/1649 1744/1920/1648 400/2026/428 401/2027/429 +f 1745/1915/1643 1741/2028/460 400/2026/428 1744/1920/1648 +f 1746/2029/1754 1747/2030/1755 1740/2031/445 424/2032/453 +f 1748/2033/1756 1746/2034/1754 424/2035/453 1742/2036/468 +f 1749/2037/1757 1750/2038/1758 1747/2039/1755 1746/2034/1754 +f 1751/2040/1759 1749/2037/1757 1746/2034/1754 1748/2033/1756 +f 1752/2041/1760 409/2042/437 1740/2043/445 1747/2030/1755 +f 1753/2044/1761 1752/2045/1760 1747/2039/1755 1750/2038/1758 +f 1754/2046/1762 401/2047/429 409/2048/437 1752/2041/1760 +f 1755/2049/1763 1754/2050/1762 1752/2045/1760 1753/2044/1761 +f 1754/2046/1762 1756/2051/1603 1743/1921/1649 401/2052/429 +f 1755/2049/1763 1757/1872/1600 1756/1875/1603 1754/2050/1762 +f 1758/2053/1764 1748/2033/1756 1742/2036/468 677/2054/710 +f 1745/1915/1643 1758/2053/1764 677/2054/710 1741/2028/460 +f 1759/2055/1765 1751/2040/1759 1748/2033/1756 1758/2053/1764 +f 1760/1914/1642 1759/2055/1765 1758/2053/1764 1745/1915/1643 +f 1761/2056/1766 1749/2037/1757 1751/2040/1759 1759/2055/1765 +f 1762/1877/1605 1761/2056/1766 1759/2055/1765 1760/1914/1642 +f 1763/1876/1604 1764/2057/1767 1761/2056/1766 1762/1877/1605 +f 1755/2049/1763 1764/2057/1767 1763/1876/1604 1757/1872/1600 +f 1749/2037/1757 1761/2056/1766 1764/2057/1767 1750/2038/1758 +f 1764/2057/1767 1755/2049/1763 1753/2044/1761 1750/2038/1758 +f 1768/2058/1768 1154/2059/1172 1153/2060/1171 1769/2061/1769 +f 1770/2062/1770 1769/2061/1769 1153/2060/1171 1766/2063/1203 +f 1771/2064/1771 1177/2065/1196 1169/2066/1188 1772/2067/1772 +f 1773/2068/1773 1192/2069/1211 1177/2070/1196 1771/2071/1771 +f 1774/2072/1774 1771/2071/1771 1772/2073/1772 1775/2074/1775 +f 1776/2075/1776 1773/2068/1773 1771/2071/1771 1774/2072/1774 +f 1777/2076/1777 1772/2067/1772 1169/2066/1188 1765/2077/1180 +f 1778/2078/1778 1775/2074/1775 1772/2073/1772 1777/2079/1777 +f 1779/2080/1779 1777/2076/1777 1765/2081/1180 1154/2082/1172 +f 1780/2083/1780 1778/2078/1778 1777/2079/1777 1779/2084/1779 +f 1779/2080/1779 1154/2085/1172 1768/2058/1768 1781/2086/1781 +f 1780/2083/1780 1779/2084/1779 1781/2087/1781 1782/2088/1782 +f 1783/2089/1783 1767/2090/1453 1192/2069/1211 1773/2068/1773 +f 1770/2062/1770 1766/2063/1203 1767/2090/1453 1783/2089/1783 +f 1784/2091/1784 1783/2089/1783 1773/2068/1773 1776/2075/1776 +f 1785/2092/1785 1770/2062/1770 1783/2089/1783 1784/2091/1784 +f 1786/2093/1786 1784/2091/1784 1776/2075/1776 1774/2072/1774 +f 1787/2094/1787 1785/2092/1785 1784/2091/1784 1786/2093/1786 +f 1788/2095/1788 1787/2094/1787 1786/2093/1786 1789/2096/1789 +f 1780/2083/1780 1782/2088/1782 1788/2095/1788 1789/2096/1789 +f 1774/2072/1774 1775/2074/1775 1789/2096/1789 1786/2093/1786 +f 1789/2096/1789 1775/2074/1775 1778/2078/1778 1780/2083/1780 +f 1768/2058/1768 1613/1881/1609 1596/1879/1607 +f 1769/2061/1769 1633/1929/1657 1613/1881/1609 +f 1769/2061/1769 1630/1926/1654 1633/1929/1657 +f 1770/2062/1770 1654/1923/1651 1630/1926/1654 +f 1768/2058/1768 1596/1879/1607 1593/1869/1597 1781/2086/1781 +f 1785/2092/1785 1646/1956/1684 1629/1958/1686 +f 1787/2094/1787 1615/1919/1647 1646/1956/1684 +f 1788/2095/1788 1609/1911/1639 1615/1919/1647 +f 1782/2088/1782 1609/1911/1639 1788/2095/1788 +f 1781/2087/1781 1593/1869/1597 1617/1868/1596 +f 1768/2058/1768 1769/2061/1769 1613/1881/1609 +f 1769/2061/1769 1770/2062/1770 1630/1926/1654 +f 1785/2092/1785 1787/2094/1787 1646/1956/1684 +f 1787/2094/1787 1788/2095/1788 1615/1919/1647 +f 1782/2088/1782 1592/1912/1640 1609/1911/1639 +f 1770/2062/1770 1785/2092/1785 1629/1958/1686 1654/1923/1651 +f 1781/2087/1781 1617/1868/1596 1592/1912/1640 1782/2088/1782 diff --git a/mods/player_api/models/character2.png b/mods/player_api/models/character2.png new file mode 100644 index 0000000..d7fae26 Binary files /dev/null and b/mods/player_api/models/character2.png differ diff --git a/mods/player_api/models/untitled.blend b/mods/player_api/models/untitled.blend new file mode 100644 index 0000000..153d3f2 Binary files /dev/null and b/mods/player_api/models/untitled.blend differ diff --git a/mods/player_api/models/untitled2.blend b/mods/player_api/models/untitled2.blend new file mode 100644 index 0000000..3e20c77 Binary files /dev/null and b/mods/player_api/models/untitled2.blend differ diff --git a/mods/player_api/models/untitled2.blend.x b/mods/player_api/models/untitled2.blend.x new file mode 100644 index 0000000..02c48b0 --- /dev/null +++ b/mods/player_api/models/untitled2.blend.x @@ -0,0 +1,27198 @@ +xof 0303txt 0032 + +template AnimTicksPerSecond { + <9E415A43-7BA6-4a73-8743-B73D47E88476> + DWORD AnimTicksPerSecond; +} + +template XSkinMeshHeader { + <3cf169ce-ff7c-44ab-93c0-f78f62d172e2> + WORD nMaxSkinWeightsPerVertex; + WORD nMaxSkinWeightsPerFace; + WORD nBones; +} + +template SkinWeights { + <6f0d123b-bad2-4167-a0d0-80224f25fabb> + STRING transformNodeName; + DWORD nWeights; + array DWORD vertexIndices[nWeights]; + array float weights[nWeights]; + Matrix4x4 matrixOffset; +} + +Frame Root { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + 0.000000,-0.000000, 1.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 0.000000, 1.000000;; + } + Frame wolfwoman { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 1.000000, 0.000000, + 0.000000, 0.000000, 0.815400, 1.000000;; + } + Frame wolfwoman_Root { + FrameTransformMatrix { + 0.000000, 0.000000, 1.000000, 0.000000, + 0.000000,-1.000000, 0.000000, 0.000000, + 1.000000, 0.000000,-0.000000, 0.000000, + 0.000000, 0.093508,-0.815400, 1.000000;; + } + Frame wolfwoman_pelvis { + FrameTransformMatrix { + 0.000000,-0.000000, 1.000000, 0.000000, + 0.939435,-0.342728,-0.000000, 0.000000, + 0.342728, 0.939435, 0.000000, 0.000000, + 0.923640, 0.029630,-0.000000, 1.000000;; + } + Frame wolfwoman_spine_01 { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + -0.000000, 0.888162, 0.459530, 0.000000, + -0.000000,-0.459530, 0.888162, 0.000000, + 0.000000, 0.093052,-0.000000, 1.000000;; + } + Frame wolfwoman_spine_02 { + FrameTransformMatrix { + 1.000000,-0.000000, 0.000000, 0.000000, + 0.000000, 0.963407,-0.268043, 0.000000, + 0.000000, 0.268043, 0.963407, 0.000000, + 0.000000, 0.070411, 0.000000, 1.000000;; + } + Frame wolfwoman_spine_03 { + FrameTransformMatrix { + 1.000000,-0.000000, 0.000000, 0.000000, + -0.000000, 0.999897,-0.014352, 0.000000, + -0.000000, 0.014352, 0.999897, 0.000000, + -0.000000, 0.060524,-0.000000, 1.000000;; + } + Frame wolfwoman_clavicle_l { + FrameTransformMatrix { + 0.046528,-0.998162,-0.038825, 0.000000, + 0.998697, 0.047299,-0.019178, 0.000000, + 0.020979,-0.037882, 0.999062, 0.000000, + 0.022776, 0.257050, 0.092512, 1.000000;; + } + Frame wolfwoman_upperarm_l { + FrameTransformMatrix { + 0.996025,-0.078079,-0.042877, 0.000000, + 0.076942, 0.996655,-0.027562, 0.000000, + 0.044886, 0.024154, 0.998700, 0.000000, + -0.000000, 0.171145,-0.000000, 1.000000;; + } + Frame wolfwoman_lowerarm_l { + FrameTransformMatrix { + 0.986112, 0.056134, 0.156311, 0.000000, + -0.076674, 0.988722, 0.128645, 0.000000, + -0.147327,-0.138843, 0.979294, 0.000000, + -0.000000, 0.252007, 0.000000, 1.000000;; + } + Frame wolfwoman_hand_l { + FrameTransformMatrix { + 0.732797,-0.005216,-0.680428, 0.000000, + 0.145169, 0.978147, 0.148844, 0.000000, + 0.664782,-0.207849, 0.717540, 0.000000, + 0.000000, 0.267477, 0.000000, 1.000000;; + } + Frame wolfwoman_index_01_l { + FrameTransformMatrix { + 0.939490,-0.179835,-0.291578, 0.000000, + 0.135355, 0.976742,-0.166295, 0.000000, + 0.314702, 0.116766, 0.941981, 0.000000, + -0.017904, 0.115054, 0.007472, 1.000000;; + } + Frame wolfwoman_index_02_l { + FrameTransformMatrix { + 0.997568,-0.033835, 0.060937, 0.000000, + 0.035839, 0.998842,-0.032096, 0.000000, + -0.059780, 0.034202, 0.997626, 0.000000, + 0.000000, 0.028372, 0.000000, 1.000000;; + } + Frame wolfwoman_index_03_l { + FrameTransformMatrix { + 0.993565,-0.084559,-0.075356, 0.000000, + 0.091127, 0.991902, 0.088465, 0.000000, + 0.067265,-0.094763, 0.993225, 0.000000, + 0.000000, 0.025422, 0.000000, 1.000000;; + } + } // End of wolfwoman_index_03_l + } // End of wolfwoman_index_02_l + } // End of wolfwoman_index_01_l + Frame wolfwoman_middle_01_l { + FrameTransformMatrix { + 0.809737,-0.233185,-0.538471, 0.000000, + 0.187630, 0.972365,-0.138930, 0.000000, + 0.555987, 0.011464, 0.831112, 0.000000, + -0.007725, 0.110602,-0.017004, 1.000000;; + } + Frame wolfwoman_middle_02_l { + FrameTransformMatrix { + 0.994520, 0.067572, 0.079778, 0.000000, + -0.068067, 0.997675, 0.003506, 0.000000, + -0.079356,-0.008917, 0.996807, 0.000000, + -0.000000, 0.036967,-0.000000, 1.000000;; + } + Frame wolfwoman_middle_03_l { + FrameTransformMatrix { + 0.991647,-0.080448,-0.100817, 0.000000, + 0.090900, 0.990439, 0.103771, 0.000000, + 0.091504,-0.112068, 0.989479, 0.000000, + -0.000000, 0.030088, 0.000000, 1.000000;; + } + } // End of wolfwoman_middle_03_l + } // End of wolfwoman_middle_02_l + } // End of wolfwoman_middle_01_l + Frame wolfwoman_pinky_01_l { + FrameTransformMatrix { + 0.740376,-0.229205,-0.631908, 0.000000, + 0.116710, 0.969624,-0.214958, 0.000000, + 0.661983, 0.085399, 0.744638, 0.000000, + 0.019979, 0.091784,-0.044153, 1.000000;; + } + Frame wolfwoman_pinky_02_l { + FrameTransformMatrix { + 0.998011, 0.048609, 0.040137, 0.000000, + -0.049045, 0.998747, 0.009951, 0.000000, + -0.039603,-0.011900, 0.999145, 0.000000, + -0.000000, 0.023347,-0.000000, 1.000000;; + } + Frame wolfwoman_pinky_03_l { + FrameTransformMatrix { + 0.999767,-0.015672,-0.014826, 0.000000, + 0.015415, 0.999732,-0.017269, 0.000000, + 0.015093, 0.017037, 0.999741, 0.000000, + 0.000000, 0.017090,-0.000000, 1.000000;; + } + } // End of wolfwoman_pinky_03_l + } // End of wolfwoman_pinky_02_l + } // End of wolfwoman_pinky_01_l + Frame wolfwoman_ring_01_l { + FrameTransformMatrix { + 0.724659,-0.245042,-0.644068, 0.000000, + 0.191348, 0.969439,-0.153541, 0.000000, + 0.662008,-0.011976, 0.749401, 0.000000, + 0.004418, 0.101883,-0.033798, 1.000000;; + } + Frame wolfwoman_ring_02_l { + FrameTransformMatrix { + 0.990579, 0.097342, 0.096322, 0.000000, + -0.096574, 0.995246,-0.012618, 0.000000, + -0.097092, 0.003197, 0.995270, 0.000000, + 0.000000, 0.032563, 0.000000, 1.000000;; + } + Frame wolfwoman_ring_03_l { + FrameTransformMatrix { + 0.988272,-0.095273,-0.119338, 0.000000, + 0.107100, 0.989510, 0.096951, 0.000000, + 0.108849,-0.108595, 0.988109, 0.000000, + 0.000000, 0.027209,-0.000000, 1.000000;; + } + } // End of wolfwoman_ring_03_l + } // End of wolfwoman_ring_02_l + } // End of wolfwoman_ring_01_l + Frame wolfwoman_thumb_01_l { + FrameTransformMatrix { + -0.698694, 0.705338,-0.119687, 0.000000, + 0.362254, 0.493062, 0.790988, 0.000000, + 0.616927, 0.509302,-0.600011, 0.000000, + -0.010974, 0.043726, 0.019651, 1.000000;; + } + Frame wolfwoman_thumb_02_l { + FrameTransformMatrix { + 0.713224,-0.069461,-0.697486, 0.000000, + 0.634216, 0.487663, 0.599962, 0.000000, + 0.298464,-0.870264, 0.391866, 0.000000, + -0.000000, 0.033709,-0.000000, 1.000000;; + } + Frame wolfwoman_thumb_03_l { + FrameTransformMatrix { + 0.919559, 0.233831,-0.315808, 0.000000, + -0.157434, 0.955589, 0.249127, 0.000000, + 0.360036,-0.179368, 0.915534, 0.000000, + 0.000000, 0.039923, 0.000000, 1.000000;; + } + } // End of wolfwoman_thumb_03_l + } // End of wolfwoman_thumb_02_l + } // End of wolfwoman_thumb_01_l + } // End of wolfwoman_hand_l + } // End of wolfwoman_lowerarm_l + } // End of wolfwoman_upperarm_l + } // End of wolfwoman_clavicle_l + Frame wolfwoman_clavicle_r { + FrameTransformMatrix { + 0.046530, 0.998162, 0.038825, 0.000000, + -0.998697, 0.047300,-0.019178, 0.000000, + -0.020979,-0.037882, 0.999062, 0.000000, + -0.022776, 0.257050, 0.092512, 1.000000;; + } + Frame wolfwoman_upperarm_r { + FrameTransformMatrix { + 0.996025, 0.078081, 0.042877, 0.000000, + -0.076944, 0.996654,-0.027562, 0.000000, + -0.044886, 0.024154, 0.998700, 0.000000, + 0.000000, 0.171145, 0.000000, 1.000000;; + } + Frame wolfwoman_lowerarm_r { + FrameTransformMatrix { + 0.986111,-0.056135,-0.156311, 0.000000, + 0.076675, 0.988722, 0.128645, 0.000000, + 0.147326,-0.138843, 0.979294, 0.000000, + 0.000000, 0.252007, 0.000000, 1.000000;; + } + Frame wolfwoman_hand_r { + FrameTransformMatrix { + 0.732796, 0.005216, 0.680428, 0.000000, + -0.145169, 0.978147, 0.148844, 0.000000, + -0.664782,-0.207849, 0.717540, 0.000000, + 0.000000, 0.267477, 0.000000, 1.000000;; + } + Frame wolfwoman_index_01_r { + FrameTransformMatrix { + 0.939489, 0.179835, 0.291581, 0.000000, + -0.135355, 0.976742,-0.166294, 0.000000, + -0.314705, 0.116764, 0.941980, 0.000000, + 0.017904, 0.115053, 0.007472, 1.000000;; + } + Frame wolfwoman_index_02_r { + FrameTransformMatrix { + 0.997567, 0.033837,-0.060944, 0.000000, + -0.035841, 0.998842,-0.032099, 0.000000, + 0.059787, 0.034205, 0.997625, 0.000000, + 0.000000, 0.028372,-0.000000, 1.000000;; + } + Frame wolfwoman_index_03_r { + FrameTransformMatrix { + 0.993565, 0.084557, 0.075361, 0.000000, + -0.091126, 0.991902, 0.088469, 0.000000, + -0.067270,-0.094767, 0.993224, 0.000000, + -0.000000, 0.025422, 0.000000, 1.000000;; + } + } // End of wolfwoman_index_03_r + } // End of wolfwoman_index_02_r + } // End of wolfwoman_index_01_r + Frame wolfwoman_middle_01_r { + FrameTransformMatrix { + 0.809736, 0.233186, 0.538471, 0.000000, + -0.187631, 0.972365,-0.138930, 0.000000, + -0.555987, 0.011463, 0.831112, 0.000000, + 0.007725, 0.110602,-0.017004, 1.000000;; + } + Frame wolfwoman_middle_02_r { + FrameTransformMatrix { + 0.994519,-0.067576,-0.079780, 0.000000, + 0.068071, 0.997674, 0.003503, 0.000000, + 0.079358,-0.008914, 0.996806, 0.000000, + -0.000000, 0.036967, 0.000000, 1.000000;; + } + Frame wolfwoman_middle_03_r { + FrameTransformMatrix { + 0.991647, 0.080450, 0.100822, 0.000000, + -0.090903, 0.990438, 0.103776, 0.000000, + -0.091509,-0.112074, 0.989477, 0.000000, + -0.000000, 0.030088,-0.000000, 1.000000;; + } + } // End of wolfwoman_middle_03_r + } // End of wolfwoman_middle_02_r + } // End of wolfwoman_middle_01_r + Frame wolfwoman_pinky_01_r { + FrameTransformMatrix { + 0.740378, 0.229203, 0.631907, 0.000000, + -0.116704, 0.969625,-0.214962, 0.000000, + -0.661982, 0.085407, 0.744638, 0.000000, + -0.019979, 0.091784,-0.044153, 1.000000;; + } + Frame wolfwoman_pinky_02_r { + FrameTransformMatrix { + 0.998011,-0.048606,-0.040135, 0.000000, + 0.049043, 0.998747, 0.009966, 0.000000, + 0.039600,-0.011915, 0.999145, 0.000000, + 0.000000, 0.023347,-0.000000, 1.000000;; + } + Frame wolfwoman_pinky_03_r { + FrameTransformMatrix { + 0.999767, 0.015671, 0.014827, 0.000000, + -0.015414, 0.999732,-0.017273, 0.000000, + -0.015094, 0.017041, 0.999741, 0.000000, + -0.000000, 0.017090,-0.000000, 1.000000;; + } + } // End of wolfwoman_pinky_03_r + } // End of wolfwoman_pinky_02_r + } // End of wolfwoman_pinky_01_r + Frame wolfwoman_ring_01_r { + FrameTransformMatrix { + 0.724659, 0.245042, 0.644068, 0.000000, + -0.191350, 0.969438,-0.153539, 0.000000, + -0.662008,-0.011979, 0.749401, 0.000000, + -0.004418, 0.101883,-0.033798, 1.000000;; + } + Frame wolfwoman_ring_02_r { + FrameTransformMatrix { + 0.990579,-0.097344,-0.096322, 0.000000, + 0.096575, 0.995246,-0.012624, 0.000000, + 0.097093, 0.003203, 0.995270, 0.000000, + -0.000000, 0.032563, 0.000000, 1.000000;; + } + Frame wolfwoman_ring_03_r { + FrameTransformMatrix { + 0.988271, 0.095275, 0.119340, 0.000000, + -0.107103, 0.989509, 0.096957, 0.000000, + -0.108851,-0.108602, 0.988108, 0.000000, + -0.000000, 0.027209, 0.000000, 1.000000;; + } + } // End of wolfwoman_ring_03_r + } // End of wolfwoman_ring_02_r + } // End of wolfwoman_ring_01_r + Frame wolfwoman_thumb_01_r { + FrameTransformMatrix { + -0.698623,-0.705422, 0.119604, 0.000000, + -0.362316, 0.492943, 0.791034, 0.000000, + -0.616971, 0.509300,-0.599967, 0.000000, + 0.010974, 0.043726, 0.019651, 1.000000;; + } + Frame wolfwoman_thumb_02_r { + FrameTransformMatrix { + 0.713319, 0.069803, 0.697354, 0.000000, + -0.634235, 0.487664, 0.599941, 0.000000, + -0.298198,-0.870236, 0.392132, 0.000000, + -0.000000, 0.033709, 0.000000, 1.000000;; + } + Frame wolfwoman_thumb_03_r { + FrameTransformMatrix { + 0.919539,-0.233781, 0.315903, 0.000000, + 0.157340, 0.955589, 0.249186, 0.000000, + -0.360128,-0.179432, 0.915484, 0.000000, + 0.000000, 0.039923,-0.000000, 1.000000;; + } + } // End of wolfwoman_thumb_03_r + } // End of wolfwoman_thumb_02_r + } // End of wolfwoman_thumb_01_r + } // End of wolfwoman_hand_r + } // End of wolfwoman_lowerarm_r + } // End of wolfwoman_upperarm_r + } // End of wolfwoman_clavicle_r + Frame wolfwoman_neck_01 { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + -0.000000, 0.875836, 0.482609, 0.000000, + -0.000000,-0.482609, 0.875836, 0.000000, + 0.000000, 0.332299, 0.093567, 1.000000;; + } + Frame wolfwoman_head { + FrameTransformMatrix { + 1.000000, 0.000000,-0.000000, 0.000000, + 0.000000, 0.926501,-0.376292, 0.000000, + -0.000000, 0.376292, 0.926501, 0.000000, + 0.000000, 0.100582, 0.000000, 1.000000;; + } + } // End of wolfwoman_head + } // End of wolfwoman_neck_01 + } // End of wolfwoman_spine_03 + } // End of wolfwoman_spine_02 + } // End of wolfwoman_spine_01 + Frame wolfwoman_thigh_l { + FrameTransformMatrix { + 0.907777, 0.139664,-0.395518, 0.000000, + 0.033415,-0.964021,-0.263718, 0.000000, + -0.418119, 0.226181,-0.879782, 0.000000, + 0.108498,-0.001024,-0.011742, 1.000000;; + } + Frame wolfwoman_calf_l { + FrameTransformMatrix { + 0.898761,-0.001552,-0.438437, 0.000000, + 0.049325, 0.994003, 0.097594, 0.000000, + 0.435656,-0.109340, 0.893448, 0.000000, + 0.000000, 0.417580, 0.000000, 1.000000;; + } + Frame wolfwoman_foot_l { + FrameTransformMatrix { + 0.997850,-0.064808,-0.009801, 0.000000, + 0.018824, 0.426584,-0.904252, 0.000000, + 0.062783, 0.902123, 0.426887, 0.000000, + -0.000000, 0.436202,-0.000000, 1.000000;; + } + Frame wolfwoman_ball_l { + FrameTransformMatrix { + 0.999313,-0.000422,-0.037056, 0.000000, + -0.019030, 0.852176,-0.522909, 0.000000, + 0.031799, 0.523255, 0.851583, 0.000000, + 0.000000, 0.140589,-0.000000, 1.000000;; + } + } // End of wolfwoman_ball_l + } // End of wolfwoman_foot_l + } // End of wolfwoman_calf_l + } // End of wolfwoman_thigh_l + Frame wolfwoman_thigh_r { + FrameTransformMatrix { + 0.907777,-0.139664, 0.395518, 0.000000, + -0.033415,-0.964021,-0.263718, 0.000000, + 0.418119, 0.226181,-0.879782, 0.000000, + -0.108498,-0.001024,-0.011742, 1.000000;; + } + Frame wolfwoman_calf_r { + FrameTransformMatrix { + 0.898761, 0.001552, 0.438437, 0.000000, + -0.049325, 0.994003, 0.097594, 0.000000, + -0.435656,-0.109340, 0.893448, 0.000000, + -0.000000, 0.417580, 0.000000, 1.000000;; + } + Frame wolfwoman_foot_r { + FrameTransformMatrix { + 0.997850, 0.064808, 0.009801, 0.000000, + -0.018824, 0.426584,-0.904252, 0.000000, + -0.062783, 0.902123, 0.426887, 0.000000, + 0.000000, 0.436202,-0.000000, 1.000000;; + } + Frame wolfwoman_ball_r { + FrameTransformMatrix { + 0.999314, 0.000416, 0.037046, 0.000000, + 0.019030, 0.852177,-0.522908, 0.000000, + -0.031787, 0.523254, 0.851584, 0.000000, + -0.000000, 0.140589, 0.000000, 1.000000;; + } + } // End of wolfwoman_ball_r + } // End of wolfwoman_foot_r + } // End of wolfwoman_calf_r + } // End of wolfwoman_thigh_r + } // End of wolfwoman_pelvis + } // End of wolfwoman_Root + } // End of wolfwoman +} // End of Root +AnimTicksPerSecond { + 24; +} +AnimationSet Global { + Animation { + {wolfwoman} + AnimationKey { // Rotation + 0; + 160; + 0;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 1;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 2;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 3;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 4;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 5;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 6;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 7;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 8;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 9;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 10;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 11;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 12;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 13;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 14;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 15;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 16;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 17;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 18;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 19;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 20;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 21;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 22;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 23;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 24;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 25;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 26;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 27;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 28;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 29;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 30;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 31;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 32;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 33;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 34;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 35;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 36;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 37;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 38;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 39;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 40;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 41;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 42;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 43;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 44;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 45;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 46;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 47;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 48;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 49;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 50;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 51;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 52;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 53;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 54;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 55;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 56;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 57;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 58;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 59;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 60;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 61;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 62;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 63;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 64;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 65;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 66;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 67;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 68;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 69;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 70;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 71;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 72;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 73;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 74;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 75;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 76;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 77;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 78;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 79;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 80;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 81;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 82;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 83;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 84;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 85;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 86;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 87;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 88;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 89;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 90;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 91;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 92;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 93;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 94;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 95;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 96;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 97;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 98;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 99;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 100;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 101;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 102;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 103;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 104;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 105;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 106;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 107;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 108;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 109;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 110;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 111;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 112;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 113;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 114;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 115;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 116;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 117;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 118;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 119;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 120;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 121;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 122;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 123;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 124;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 125;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 126;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 127;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 128;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 129;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 130;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 131;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 132;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 133;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 134;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 135;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 136;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 137;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 138;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 139;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 140;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 141;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 142;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 143;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 144;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 145;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 146;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 147;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 148;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 149;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 150;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 151;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 152;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 153;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 154;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 155;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 156;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 157;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 158;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 159;4;-1.000000, 0.000000, 0.000000, 0.000000;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.000000, 0.815400;;, + 1;3; 0.000000, 0.000000, 0.815400;;, + 2;3; 0.000000, 0.000000, 0.815400;;, + 3;3; 0.000000, 0.000000, 0.815400;;, + 4;3; 0.000000, 0.000000, 0.815400;;, + 5;3; 0.000000, 0.000000, 0.815400;;, + 6;3; 0.000000, 0.000000, 0.815400;;, + 7;3; 0.000000, 0.000000, 0.815400;;, + 8;3; 0.000000, 0.000000, 0.815400;;, + 9;3; 0.000000, 0.000000, 0.815400;;, + 10;3; 0.000000, 0.000000, 0.815400;;, + 11;3; 0.000000, 0.000000, 0.815400;;, + 12;3; 0.000000, 0.000000, 0.815400;;, + 13;3; 0.000000, 0.000000, 0.815400;;, + 14;3; 0.000000, 0.000000, 0.815400;;, + 15;3; 0.000000, 0.000000, 0.815400;;, + 16;3; 0.000000, 0.000000, 0.815400;;, + 17;3; 0.000000, 0.000000, 0.815400;;, + 18;3; 0.000000, 0.000000, 0.815400;;, + 19;3; 0.000000, 0.000000, 0.815400;;, + 20;3; 0.000000, 0.000000, 0.815400;;, + 21;3; 0.000000, 0.000000, 0.815400;;, + 22;3; 0.000000, 0.000000, 0.815400;;, + 23;3; 0.000000, 0.000000, 0.815400;;, + 24;3; 0.000000, 0.000000, 0.815400;;, + 25;3; 0.000000, 0.000000, 0.815400;;, + 26;3; 0.000000, 0.000000, 0.815400;;, + 27;3; 0.000000, 0.000000, 0.815400;;, + 28;3; 0.000000, 0.000000, 0.815400;;, + 29;3; 0.000000, 0.000000, 0.815400;;, + 30;3; 0.000000, 0.000000, 0.815400;;, + 31;3; 0.000000, 0.000000, 0.815400;;, + 32;3; 0.000000, 0.000000, 0.815400;;, + 33;3; 0.000000, 0.000000, 0.815400;;, + 34;3; 0.000000, 0.000000, 0.815400;;, + 35;3; 0.000000, 0.000000, 0.815400;;, + 36;3; 0.000000, 0.000000, 0.815400;;, + 37;3; 0.000000, 0.000000, 0.815400;;, + 38;3; 0.000000, 0.000000, 0.815400;;, + 39;3; 0.000000, 0.000000, 0.815400;;, + 40;3; 0.000000, 0.000000, 0.815400;;, + 41;3; 0.000000, 0.000000, 0.815400;;, + 42;3; 0.000000, 0.000000, 0.815400;;, + 43;3; 0.000000, 0.000000, 0.815400;;, + 44;3; 0.000000, 0.000000, 0.815400;;, + 45;3; 0.000000, 0.000000, 0.815400;;, + 46;3; 0.000000, 0.000000, 0.815400;;, + 47;3; 0.000000, 0.000000, 0.815400;;, + 48;3; 0.000000, 0.000000, 0.815400;;, + 49;3; 0.000000, 0.000000, 0.815400;;, + 50;3; 0.000000, 0.000000, 0.815400;;, + 51;3; 0.000000, 0.000000, 0.815400;;, + 52;3; 0.000000, 0.000000, 0.815400;;, + 53;3; 0.000000, 0.000000, 0.815400;;, + 54;3; 0.000000, 0.000000, 0.815400;;, + 55;3; 0.000000, 0.000000, 0.815400;;, + 56;3; 0.000000, 0.000000, 0.815400;;, + 57;3; 0.000000, 0.000000, 0.815400;;, + 58;3; 0.000000, 0.000000, 0.815400;;, + 59;3; 0.000000, 0.000000, 0.815400;;, + 60;3; 0.000000, 0.000000, 0.815400;;, + 61;3; 0.000000, 0.000000, 0.815400;;, + 62;3; 0.000000, 0.000000, 0.815400;;, + 63;3; 0.000000, 0.000000, 0.815400;;, + 64;3; 0.000000, 0.000000, 0.815400;;, + 65;3; 0.000000, 0.000000, 0.815400;;, + 66;3; 0.000000, 0.000000, 0.815400;;, + 67;3; 0.000000, 0.000000, 0.815400;;, + 68;3; 0.000000, 0.000000, 0.815400;;, + 69;3; 0.000000, 0.000000, 0.815400;;, + 70;3; 0.000000, 0.000000, 0.815400;;, + 71;3; 0.000000, 0.000000, 0.815400;;, + 72;3; 0.000000, 0.000000, 0.815400;;, + 73;3; 0.000000, 0.000000, 0.815400;;, + 74;3; 0.000000, 0.000000, 0.815400;;, + 75;3; 0.000000, 0.000000, 0.815400;;, + 76;3; 0.000000, 0.000000, 0.815400;;, + 77;3; 0.000000, 0.000000, 0.815400;;, + 78;3; 0.000000, 0.000000, 0.815400;;, + 79;3; 0.000000, 0.000000, 0.815400;;, + 80;3; 0.000000, 0.000000, 0.815400;;, + 81;3; 0.000000, 0.000000, 0.815400;;, + 82;3; 0.000000, 0.000000, 0.815400;;, + 83;3; 0.000000, 0.000000, 0.815400;;, + 84;3; 0.000000, 0.000000, 0.815400;;, + 85;3; 0.000000, 0.000000, 0.815400;;, + 86;3; 0.000000, 0.000000, 0.815400;;, + 87;3; 0.000000, 0.000000, 0.815400;;, + 88;3; 0.000000, 0.000000, 0.815400;;, + 89;3; 0.000000, 0.000000, 0.815400;;, + 90;3; 0.000000, 0.000000, 0.815400;;, + 91;3; 0.000000, 0.000000, 0.815400;;, + 92;3; 0.000000, 0.000000, 0.815400;;, + 93;3; 0.000000, 0.000000, 0.815400;;, + 94;3; 0.000000, 0.000000, 0.815400;;, + 95;3; 0.000000, 0.000000, 0.815400;;, + 96;3; 0.000000, 0.000000, 0.815400;;, + 97;3; 0.000000, 0.000000, 0.815400;;, + 98;3; 0.000000, 0.000000, 0.815400;;, + 99;3; 0.000000, 0.000000, 0.815400;;, + 100;3; 0.000000, 0.000000, 0.815400;;, + 101;3; 0.000000, 0.000000, 0.815400;;, + 102;3; 0.000000, 0.000000, 0.815400;;, + 103;3; 0.000000, 0.000000, 0.815400;;, + 104;3; 0.000000, 0.000000, 0.815400;;, + 105;3; 0.000000, 0.000000, 0.815400;;, + 106;3; 0.000000, 0.000000, 0.815400;;, + 107;3; 0.000000, 0.000000, 0.815400;;, + 108;3; 0.000000, 0.000000, 0.815400;;, + 109;3; 0.000000, 0.000000, 0.815400;;, + 110;3; 0.000000, 0.000000, 0.815400;;, + 111;3; 0.000000, 0.000000, 0.815400;;, + 112;3; 0.000000, 0.000000, 0.815400;;, + 113;3; 0.000000, 0.000000, 0.815400;;, + 114;3; 0.000000, 0.000000, 0.815400;;, + 115;3; 0.000000, 0.000000, 0.815400;;, + 116;3; 0.000000, 0.000000, 0.815400;;, + 117;3; 0.000000, 0.000000, 0.815400;;, + 118;3; 0.000000, 0.000000, 0.815400;;, + 119;3; 0.000000, 0.000000, 0.815400;;, + 120;3; 0.000000, 0.000000, 0.815400;;, + 121;3; 0.000000, 0.000000, 0.815400;;, + 122;3; 0.000000, 0.000000, 0.815400;;, + 123;3; 0.000000, 0.000000, 0.815400;;, + 124;3; 0.000000, 0.000000, 0.815400;;, + 125;3; 0.000000, 0.000000, 0.815400;;, + 126;3; 0.000000, 0.000000, 0.815400;;, + 127;3; 0.000000, 0.000000, 0.815400;;, + 128;3; 0.000000, 0.000000, 0.815400;;, + 129;3; 0.000000, 0.000000, 0.815400;;, + 130;3; 0.000000, 0.000000, 0.815400;;, + 131;3; 0.000000, 0.000000, 0.815400;;, + 132;3; 0.000000, 0.000000, 0.815400;;, + 133;3; 0.000000, 0.000000, 0.815400;;, + 134;3; 0.000000, 0.000000, 0.815400;;, + 135;3; 0.000000, 0.000000, 0.815400;;, + 136;3; 0.000000, 0.000000, 0.815400;;, + 137;3; 0.000000, 0.000000, 0.815400;;, + 138;3; 0.000000, 0.000000, 0.815400;;, + 139;3; 0.000000, 0.000000, 0.815400;;, + 140;3; 0.000000, 0.000000, 0.815400;;, + 141;3; 0.000000, 0.000000, 0.815400;;, + 142;3; 0.000000, 0.000000, 0.815400;;, + 143;3; 0.000000, 0.000000, 0.815400;;, + 144;3; 0.000000, 0.000000, 0.815400;;, + 145;3; 0.000000, 0.000000, 0.815400;;, + 146;3; 0.000000, 0.000000, 0.815400;;, + 147;3; 0.000000, 0.000000, 0.815400;;, + 148;3; 0.000000, 0.000000, 0.815400;;, + 149;3; 0.000000, 0.000000, 0.815400;;, + 150;3; 0.000000, 0.000000, 0.815400;;, + 151;3; 0.000000, 0.000000, 0.815400;;, + 152;3; 0.000000, 0.000000, 0.815400;;, + 153;3; 0.000000, 0.000000, 0.815400;;, + 154;3; 0.000000, 0.000000, 0.815400;;, + 155;3; 0.000000, 0.000000, 0.815400;;, + 156;3; 0.000000, 0.000000, 0.815400;;, + 157;3; 0.000000, 0.000000, 0.815400;;, + 158;3; 0.000000, 0.000000, 0.815400;;, + 159;3; 0.000000, 0.000000, 0.815400;;; + } + } + Animation { + {wolfwoman_Root} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 1;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 2;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 3;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 4;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 5;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 6;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 7;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 8;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 9;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 10;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 11;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 12;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 13;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 14;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 15;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 16;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 17;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 18;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 19;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 20;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 21;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 22;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 23;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 24;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 25;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 26;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 27;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 28;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 29;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 30;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 31;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 32;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 33;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 34;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 35;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 36;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 37;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 38;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 39;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 40;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 41;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 42;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 43;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 44;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 45;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 46;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 47;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 48;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 49;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 50;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 51;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 52;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 53;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 54;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 55;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 56;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 57;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 58;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 59;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 60;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 61;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 62;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 63;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 64;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 65;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 66;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 67;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 68;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 69;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 70;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 71;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 72;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 73;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 74;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 75;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 76;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 77;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 78;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 79;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 80;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 81;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 82;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 83;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 84;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 85;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 86;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 87;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 88;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 89;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 90;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 91;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 92;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 93;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 94;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 95;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 96;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 97;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 98;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 99;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 100;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 101;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 102;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 103;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 104;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 105;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 106;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 107;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 108;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 109;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 110;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 111;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 112;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 113;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 114;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 115;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 116;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 117;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 118;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 119;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 120;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 121;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 122;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 123;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 124;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 125;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 126;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 127;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 128;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 129;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 130;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 131;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 132;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 133;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 134;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 135;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 136;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 137;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 138;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 139;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 140;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 141;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 142;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 143;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 144;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 145;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 146;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 147;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 148;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 149;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 150;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 151;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 152;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 153;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 154;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 155;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 156;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 157;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 158;4;-0.000000, 0.707107, 0.000000, 0.707107;;, + 159;4;-0.000000, 0.707107, 0.000000, 0.707107;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.093508,-0.815400;;, + 1;3; 0.000000, 0.093508,-0.815400;;, + 2;3; 0.000000, 0.093508,-0.815400;;, + 3;3; 0.000000, 0.093508,-0.815400;;, + 4;3; 0.000000, 0.093508,-0.815400;;, + 5;3; 0.000000, 0.093508,-0.815400;;, + 6;3; 0.000000, 0.093508,-0.815400;;, + 7;3; 0.000000, 0.093508,-0.815400;;, + 8;3; 0.000000, 0.093508,-0.815400;;, + 9;3; 0.000000, 0.093508,-0.815400;;, + 10;3; 0.000000, 0.093508,-0.815400;;, + 11;3; 0.000000, 0.093508,-0.815400;;, + 12;3; 0.000000, 0.093508,-0.815400;;, + 13;3; 0.000000, 0.093508,-0.815400;;, + 14;3; 0.000000, 0.093508,-0.815400;;, + 15;3; 0.000000, 0.093508,-0.815400;;, + 16;3; 0.000000, 0.093508,-0.815400;;, + 17;3; 0.000000, 0.093508,-0.815400;;, + 18;3; 0.000000, 0.093508,-0.815400;;, + 19;3; 0.000000, 0.093508,-0.815400;;, + 20;3; 0.000000, 0.093508,-0.815400;;, + 21;3; 0.000000, 0.093508,-0.815400;;, + 22;3; 0.000000, 0.093508,-0.815400;;, + 23;3; 0.000000, 0.093508,-0.815400;;, + 24;3; 0.000000, 0.093508,-0.815400;;, + 25;3; 0.000000, 0.093508,-0.815400;;, + 26;3; 0.000000, 0.093508,-0.815400;;, + 27;3; 0.000000, 0.093508,-0.815400;;, + 28;3; 0.000000, 0.093508,-0.815400;;, + 29;3; 0.000000, 0.093508,-0.815400;;, + 30;3; 0.000000, 0.093508,-0.815400;;, + 31;3; 0.000000, 0.093508,-0.815400;;, + 32;3; 0.000000, 0.093508,-0.815400;;, + 33;3; 0.000000, 0.093508,-0.815400;;, + 34;3; 0.000000, 0.093508,-0.815400;;, + 35;3; 0.000000, 0.093508,-0.815400;;, + 36;3; 0.000000, 0.093508,-0.815400;;, + 37;3; 0.000000, 0.093508,-0.815400;;, + 38;3; 0.000000, 0.093508,-0.815400;;, + 39;3; 0.000000, 0.093508,-0.815400;;, + 40;3; 0.000000, 0.093508,-0.815400;;, + 41;3; 0.000000, 0.093508,-0.815400;;, + 42;3; 0.000000, 0.093508,-0.815400;;, + 43;3; 0.000000, 0.093508,-0.815400;;, + 44;3; 0.000000, 0.093508,-0.815400;;, + 45;3; 0.000000, 0.093508,-0.815400;;, + 46;3; 0.000000, 0.093508,-0.815400;;, + 47;3; 0.000000, 0.093508,-0.815400;;, + 48;3; 0.000000, 0.093508,-0.815400;;, + 49;3; 0.000000, 0.093508,-0.815400;;, + 50;3; 0.000000, 0.093508,-0.815400;;, + 51;3; 0.000000, 0.093508,-0.815400;;, + 52;3; 0.000000, 0.093508,-0.815400;;, + 53;3; 0.000000, 0.093508,-0.815400;;, + 54;3; 0.000000, 0.093508,-0.815400;;, + 55;3; 0.000000, 0.093508,-0.815400;;, + 56;3; 0.000000, 0.093508,-0.815400;;, + 57;3; 0.000000, 0.093508,-0.815400;;, + 58;3; 0.000000, 0.093508,-0.815400;;, + 59;3; 0.000000, 0.093508,-0.815400;;, + 60;3; 0.000000, 0.093508,-0.815400;;, + 61;3; 0.000000, 0.093508,-0.815400;;, + 62;3; 0.000000, 0.093508,-0.815400;;, + 63;3; 0.000000, 0.093508,-0.815400;;, + 64;3; 0.000000, 0.093508,-0.815400;;, + 65;3; 0.000000, 0.093508,-0.815400;;, + 66;3; 0.000000, 0.093508,-0.815400;;, + 67;3; 0.000000, 0.093508,-0.815400;;, + 68;3; 0.000000, 0.093508,-0.815400;;, + 69;3; 0.000000, 0.093508,-0.815400;;, + 70;3; 0.000000, 0.093508,-0.815400;;, + 71;3; 0.000000, 0.093508,-0.815400;;, + 72;3; 0.000000, 0.093508,-0.815400;;, + 73;3; 0.000000, 0.093508,-0.815400;;, + 74;3; 0.000000, 0.093508,-0.815400;;, + 75;3; 0.000000, 0.093508,-0.815400;;, + 76;3; 0.000000, 0.093508,-0.815400;;, + 77;3; 0.000000, 0.093508,-0.815400;;, + 78;3; 0.000000, 0.093508,-0.815400;;, + 79;3; 0.000000, 0.093508,-0.815400;;, + 80;3; 0.000000, 0.093508,-0.815400;;, + 81;3; 0.000000, 0.093508,-0.815400;;, + 82;3; 0.000000, 0.093508,-0.815400;;, + 83;3; 0.000000, 0.093508,-0.815400;;, + 84;3; 0.000000, 0.093508,-0.815400;;, + 85;3; 0.000000, 0.093508,-0.815400;;, + 86;3; 0.000000, 0.093508,-0.815400;;, + 87;3; 0.000000, 0.093508,-0.815400;;, + 88;3; 0.000000, 0.093508,-0.815400;;, + 89;3; 0.000000, 0.093508,-0.815400;;, + 90;3; 0.000000, 0.093508,-0.815400;;, + 91;3; 0.000000, 0.093508,-0.815400;;, + 92;3; 0.000000, 0.093508,-0.815400;;, + 93;3; 0.000000, 0.093508,-0.815400;;, + 94;3; 0.000000, 0.093508,-0.815400;;, + 95;3; 0.000000, 0.093508,-0.815400;;, + 96;3; 0.000000, 0.093508,-0.815400;;, + 97;3; 0.000000, 0.093508,-0.815400;;, + 98;3; 0.000000, 0.093508,-0.815400;;, + 99;3; 0.000000, 0.093508,-0.815400;;, + 100;3; 0.000000, 0.093508,-0.815400;;, + 101;3; 0.000000, 0.093508,-0.815400;;, + 102;3; 0.000000, 0.093508,-0.815400;;, + 103;3; 0.000000, 0.093508,-0.815400;;, + 104;3; 0.000000, 0.093508,-0.815400;;, + 105;3; 0.000000, 0.093508,-0.815400;;, + 106;3; 0.000000, 0.093508,-0.815400;;, + 107;3; 0.000000, 0.093508,-0.815400;;, + 108;3; 0.000000, 0.093508,-0.815400;;, + 109;3; 0.000000, 0.093508,-0.815400;;, + 110;3; 0.000000, 0.093508,-0.815400;;, + 111;3; 0.000000, 0.093508,-0.815400;;, + 112;3; 0.000000, 0.093508,-0.815400;;, + 113;3; 0.000000, 0.093508,-0.815400;;, + 114;3; 0.000000, 0.093508,-0.815400;;, + 115;3; 0.000000, 0.093508,-0.815400;;, + 116;3; 0.000000, 0.093508,-0.815400;;, + 117;3; 0.000000, 0.093508,-0.815400;;, + 118;3; 0.000000, 0.093508,-0.815400;;, + 119;3; 0.000000, 0.093508,-0.815400;;, + 120;3; 0.000000, 0.093508,-0.815400;;, + 121;3; 0.000000, 0.093508,-0.815400;;, + 122;3; 0.000000, 0.093508,-0.815400;;, + 123;3; 0.000000, 0.093508,-0.815400;;, + 124;3; 0.000000, 0.093508,-0.815400;;, + 125;3; 0.000000, 0.093508,-0.815400;;, + 126;3; 0.000000, 0.093508,-0.815400;;, + 127;3; 0.000000, 0.093508,-0.815400;;, + 128;3; 0.000000, 0.093508,-0.815400;;, + 129;3; 0.000000, 0.093508,-0.815400;;, + 130;3; 0.000000, 0.093508,-0.815400;;, + 131;3; 0.000000, 0.093508,-0.815400;;, + 132;3; 0.000000, 0.093508,-0.815400;;, + 133;3; 0.000000, 0.093508,-0.815400;;, + 134;3; 0.000000, 0.093508,-0.815400;;, + 135;3; 0.000000, 0.093508,-0.815400;;, + 136;3; 0.000000, 0.093508,-0.815400;;, + 137;3; 0.000000, 0.093508,-0.815400;;, + 138;3; 0.000000, 0.093508,-0.815400;;, + 139;3; 0.000000, 0.093508,-0.815400;;, + 140;3; 0.000000, 0.093508,-0.815400;;, + 141;3; 0.000000, 0.093508,-0.815400;;, + 142;3; 0.000000, 0.093508,-0.815400;;, + 143;3; 0.000000, 0.093508,-0.815400;;, + 144;3; 0.000000, 0.093508,-0.815400;;, + 145;3; 0.000000, 0.093508,-0.815400;;, + 146;3; 0.000000, 0.093508,-0.815400;;, + 147;3; 0.000000, 0.093508,-0.815400;;, + 148;3; 0.000000, 0.093508,-0.815400;;, + 149;3; 0.000000, 0.093508,-0.815400;;, + 150;3; 0.000000, 0.093508,-0.815400;;, + 151;3; 0.000000, 0.093508,-0.815400;;, + 152;3; 0.000000, 0.093508,-0.815400;;, + 153;3; 0.000000, 0.093508,-0.815400;;, + 154;3; 0.000000, 0.093508,-0.815400;;, + 155;3; 0.000000, 0.093508,-0.815400;;, + 156;3; 0.000000, 0.093508,-0.815400;;, + 157;3; 0.000000, 0.093508,-0.815400;;, + 158;3; 0.000000, 0.093508,-0.815400;;, + 159;3; 0.000000, 0.093508,-0.815400;;; + } + } + Animation { + {wolfwoman_pelvis} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 1;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 2;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 3;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 4;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 5;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 6;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 7;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 8;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 9;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 10;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 11;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 12;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 13;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 14;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 15;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 16;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 17;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 18;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 19;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 20;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 21;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 22;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 23;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 24;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 25;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 26;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 27;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 28;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 29;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 30;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 31;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 32;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 33;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 34;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 35;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 36;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 37;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 38;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 39;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 40;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 41;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 42;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 43;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 44;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 45;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 46;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 47;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 48;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 49;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 50;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 51;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 52;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 53;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 54;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 55;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 56;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 57;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 58;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 59;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 60;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 61;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 62;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 63;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 64;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 65;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 66;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 67;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 68;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 69;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 70;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 71;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 72;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 73;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 74;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 75;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 76;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 77;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 78;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 79;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 80;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 81;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 82;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 83;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 84;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 85;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 86;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 87;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 88;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 89;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 90;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 91;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 92;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 93;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 94;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 95;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 96;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 97;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 98;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 99;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 100;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 101;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 102;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 103;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 104;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 105;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 106;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 107;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 108;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 109;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 110;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 111;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 112;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 113;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 114;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 115;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 116;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 117;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 118;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 119;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 120;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 121;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 122;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 123;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 124;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 125;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 126;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 127;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 128;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 129;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 130;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 131;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 132;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 133;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 134;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 135;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 136;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 137;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 138;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 139;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 140;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 141;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 142;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 143;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 144;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 145;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 146;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 147;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 148;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 149;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 150;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 151;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 152;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 153;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 154;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 155;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 156;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 157;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 158;4;-0.405362,-0.579381,-0.405362,-0.579381;;, + 159;4;-0.405362,-0.579381,-0.405362,-0.579381;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.923640, 0.029630,-0.000000;;, + 1;3; 0.923640, 0.029630,-0.000000;;, + 2;3; 0.923640, 0.029630,-0.000000;;, + 3;3; 0.923640, 0.029630,-0.000000;;, + 4;3; 0.923640, 0.029630,-0.000000;;, + 5;3; 0.923640, 0.029630,-0.000000;;, + 6;3; 0.923640, 0.029630,-0.000000;;, + 7;3; 0.923640, 0.029630,-0.000000;;, + 8;3; 0.923640, 0.029630,-0.000000;;, + 9;3; 0.923640, 0.029630,-0.000000;;, + 10;3; 0.923640, 0.029630,-0.000000;;, + 11;3; 0.923640, 0.029630,-0.000000;;, + 12;3; 0.923640, 0.029630,-0.000000;;, + 13;3; 0.923640, 0.029630,-0.000000;;, + 14;3; 0.923640, 0.029630,-0.000000;;, + 15;3; 0.923640, 0.029630,-0.000000;;, + 16;3; 0.923640, 0.029630,-0.000000;;, + 17;3; 0.923640, 0.029630,-0.000000;;, + 18;3; 0.923640, 0.029630,-0.000000;;, + 19;3; 0.923640, 0.029630,-0.000000;;, + 20;3; 0.923640, 0.029630,-0.000000;;, + 21;3; 0.923640, 0.029630,-0.000000;;, + 22;3; 0.923640, 0.029630,-0.000000;;, + 23;3; 0.923640, 0.029630,-0.000000;;, + 24;3; 0.923640, 0.029630,-0.000000;;, + 25;3; 0.923640, 0.029630,-0.000000;;, + 26;3; 0.923640, 0.029630,-0.000000;;, + 27;3; 0.923640, 0.029630,-0.000000;;, + 28;3; 0.923640, 0.029630,-0.000000;;, + 29;3; 0.923640, 0.029630,-0.000000;;, + 30;3; 0.923640, 0.029630,-0.000000;;, + 31;3; 0.923640, 0.029630,-0.000000;;, + 32;3; 0.923640, 0.029630,-0.000000;;, + 33;3; 0.923640, 0.029630,-0.000000;;, + 34;3; 0.923640, 0.029630,-0.000000;;, + 35;3; 0.923640, 0.029630,-0.000000;;, + 36;3; 0.923640, 0.029630,-0.000000;;, + 37;3; 0.923640, 0.029630,-0.000000;;, + 38;3; 0.923640, 0.029630,-0.000000;;, + 39;3; 0.923640, 0.029630,-0.000000;;, + 40;3; 0.923640, 0.029630,-0.000000;;, + 41;3; 0.923640, 0.029630,-0.000000;;, + 42;3; 0.923640, 0.029630,-0.000000;;, + 43;3; 0.923640, 0.029630,-0.000000;;, + 44;3; 0.923640, 0.029630,-0.000000;;, + 45;3; 0.923640, 0.029630,-0.000000;;, + 46;3; 0.923640, 0.029630,-0.000000;;, + 47;3; 0.923640, 0.029630,-0.000000;;, + 48;3; 0.923640, 0.029630,-0.000000;;, + 49;3; 0.923640, 0.029630,-0.000000;;, + 50;3; 0.923640, 0.029630,-0.000000;;, + 51;3; 0.923640, 0.029630,-0.000000;;, + 52;3; 0.923640, 0.029630,-0.000000;;, + 53;3; 0.923640, 0.029630,-0.000000;;, + 54;3; 0.923640, 0.029630,-0.000000;;, + 55;3; 0.923640, 0.029630,-0.000000;;, + 56;3; 0.923640, 0.029630,-0.000000;;, + 57;3; 0.923640, 0.029630,-0.000000;;, + 58;3; 0.923640, 0.029630,-0.000000;;, + 59;3; 0.923640, 0.029630,-0.000000;;, + 60;3; 0.923640, 0.029630,-0.000000;;, + 61;3; 0.923640, 0.029630,-0.000000;;, + 62;3; 0.923640, 0.029630,-0.000000;;, + 63;3; 0.923640, 0.029630,-0.000000;;, + 64;3; 0.923640, 0.029630,-0.000000;;, + 65;3; 0.923640, 0.029630,-0.000000;;, + 66;3; 0.923640, 0.029630,-0.000000;;, + 67;3; 0.923640, 0.029630,-0.000000;;, + 68;3; 0.923640, 0.029630,-0.000000;;, + 69;3; 0.923640, 0.029630,-0.000000;;, + 70;3; 0.923640, 0.029630,-0.000000;;, + 71;3; 0.923640, 0.029630,-0.000000;;, + 72;3; 0.923640, 0.029630,-0.000000;;, + 73;3; 0.923640, 0.029630,-0.000000;;, + 74;3; 0.923640, 0.029630,-0.000000;;, + 75;3; 0.923640, 0.029630,-0.000000;;, + 76;3; 0.923640, 0.029630,-0.000000;;, + 77;3; 0.923640, 0.029630,-0.000000;;, + 78;3; 0.923640, 0.029630,-0.000000;;, + 79;3; 0.488640, 0.029630,-0.000000;;, + 80;3; 0.053640, 0.029630,-0.000000;;, + 81;3; 0.053640, 0.029630,-0.000000;;, + 82;3; 0.053640, 0.029630,-0.000000;;, + 83;3; 0.053640, 0.029630,-0.000000;;, + 84;3; 0.053640, 0.029630,-0.000000;;, + 85;3; 0.053640, 0.029630,-0.000000;;, + 86;3; 0.053640, 0.029630,-0.000000;;, + 87;3; 0.053640, 0.029630,-0.000000;;, + 88;3; 0.053640, 0.029630,-0.000000;;, + 89;3; 0.053640, 0.029630,-0.000000;;, + 90;3; 0.053640, 0.029630,-0.000000;;, + 91;3; 0.053640, 0.029630,-0.000000;;, + 92;3; 0.053640, 0.029630,-0.000000;;, + 93;3; 0.053640, 0.029630,-0.000000;;, + 94;3; 0.053640, 0.029630,-0.000000;;, + 95;3; 0.053640, 0.029630,-0.000000;;, + 96;3; 0.053640, 0.029630,-0.000000;;, + 97;3; 0.053640, 0.029630,-0.000000;;, + 98;3; 0.053640, 0.029630,-0.000000;;, + 99;3; 0.053640, 0.029630,-0.000000;;, + 100;3; 0.053640, 0.029630,-0.000000;;, + 101;3; 0.053640, 0.029630,-0.000000;;, + 102;3; 0.053640, 0.029630,-0.000000;;, + 103;3; 0.053640, 0.029630,-0.000000;;, + 104;3; 0.053640, 0.029630,-0.000000;;, + 105;3; 0.053640, 0.029630,-0.000000;;, + 106;3; 0.053640, 0.029630,-0.000000;;, + 107;3; 0.053640, 0.029630,-0.000000;;, + 108;3; 0.053640, 0.029630,-0.000000;;, + 109;3; 0.053640, 0.029630,-0.000000;;, + 110;3; 0.053640, 0.029630,-0.000000;;, + 111;3; 0.053640, 0.029630,-0.000000;;, + 112;3; 0.053640, 0.029630,-0.000000;;, + 113;3; 0.053640, 0.029630,-0.000000;;, + 114;3; 0.053640, 0.029630,-0.000000;;, + 115;3; 0.053640, 0.029630,-0.000000;;, + 116;3; 0.053640, 0.029630,-0.000000;;, + 117;3; 0.053640, 0.029630,-0.000000;;, + 118;3; 0.053640, 0.029630,-0.000000;;, + 119;3; 0.053640, 0.029630,-0.000000;;, + 120;3; 0.053640, 0.029630,-0.000000;;, + 121;3; 0.053640, 0.029630,-0.000000;;, + 122;3; 0.053640, 0.029630,-0.000000;;, + 123;3; 0.053640, 0.029630,-0.000000;;, + 124;3; 0.053640, 0.029630,-0.000000;;, + 125;3; 0.053640, 0.029630,-0.000000;;, + 126;3; 0.053640, 0.029630,-0.000000;;, + 127;3; 0.053640, 0.029630,-0.000000;;, + 128;3; 0.053640, 0.029630,-0.000000;;, + 129;3; 0.053640, 0.029630,-0.000000;;, + 130;3; 0.053640, 0.029630,-0.000000;;, + 131;3; 0.053640, 0.029630,-0.000000;;, + 132;3; 0.053640, 0.029630,-0.000000;;, + 133;3; 0.053640, 0.029630,-0.000000;;, + 134;3; 0.053640, 0.029630,-0.000000;;, + 135;3; 0.053640, 0.029630,-0.000000;;, + 136;3; 0.053640, 0.029630,-0.000000;;, + 137;3; 0.053640, 0.029630,-0.000000;;, + 138;3; 0.053640, 0.029630,-0.000000;;, + 139;3; 0.053640, 0.029630,-0.000000;;, + 140;3; 0.053640, 0.029630,-0.000000;;, + 141;3; 0.053640, 0.029630,-0.000000;;, + 142;3; 0.053640, 0.029630,-0.000000;;, + 143;3; 0.053640, 0.029630,-0.000000;;, + 144;3; 0.053640, 0.029630,-0.000000;;, + 145;3; 0.053640, 0.029630,-0.000000;;, + 146;3; 0.053640, 0.029630,-0.000000;;, + 147;3; 0.053640, 0.029630,-0.000000;;, + 148;3; 0.053640, 0.029630,-0.000000;;, + 149;3; 0.053640, 0.029630,-0.000000;;, + 150;3; 0.053640, 0.029630,-0.000000;;, + 151;3; 0.053640, 0.029630,-0.000000;;, + 152;3; 0.053640, 0.029630,-0.000000;;, + 153;3; 0.053640, 0.029630,-0.000000;;, + 154;3; 0.053640, 0.029630,-0.000000;;, + 155;3; 0.053640, 0.029630,-0.000000;;, + 156;3; 0.053640, 0.029630,-0.000000;;, + 157;3; 0.053640, 0.029630,-0.000000;;, + 158;3; 0.053640, 0.029630,-0.000000;;, + 159;3; 0.053640, 0.029630,-0.000000;;; + } + } + Animation { + {wolfwoman_spine_01} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 1;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 2;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 3;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 4;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 5;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 6;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 7;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 8;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 9;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 10;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 11;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 12;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 13;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 14;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 15;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 16;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 17;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 18;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 19;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 20;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 21;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 22;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 23;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 24;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 25;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 26;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 27;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 28;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 29;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 30;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 31;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 32;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 33;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 34;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 35;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 36;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 37;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 38;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 39;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 40;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 41;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 42;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 43;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 44;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 45;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 46;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 47;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 48;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 49;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 50;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 51;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 52;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 53;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 54;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 55;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 56;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 57;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 58;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 59;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 60;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 61;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 62;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 63;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 64;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 65;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 66;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 67;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 68;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 69;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 70;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 71;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 72;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 73;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 74;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 75;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 76;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 77;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 78;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 79;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 80;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 81;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 82;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 83;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 84;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 85;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 86;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 87;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 88;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 89;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 90;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 91;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 92;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 93;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 94;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 95;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 96;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 97;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 98;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 99;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 100;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 101;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 102;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 103;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 104;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 105;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 106;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 107;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 108;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 109;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 110;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 111;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 112;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 113;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 114;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 115;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 116;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 117;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 118;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 119;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 120;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 121;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 122;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 123;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 124;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 125;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 126;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 127;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 128;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 129;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 130;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 131;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 132;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 133;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 134;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 135;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 136;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 137;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 138;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 139;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 140;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 141;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 142;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 143;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 144;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 145;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 146;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 147;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 148;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 149;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 150;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 151;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 152;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 153;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 154;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 155;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 156;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 157;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 158;4;-0.971638, 0.236472,-0.000000, 0.000000;;, + 159;4;-0.971638, 0.236472,-0.000000, 0.000000;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.093052,-0.000000;;, + 1;3; 0.000000, 0.093052,-0.000000;;, + 2;3; 0.000000, 0.093052,-0.000000;;, + 3;3; 0.000000, 0.093052,-0.000000;;, + 4;3; 0.000000, 0.093052,-0.000000;;, + 5;3; 0.000000, 0.093052,-0.000000;;, + 6;3; 0.000000, 0.093052,-0.000000;;, + 7;3; 0.000000, 0.093052,-0.000000;;, + 8;3; 0.000000, 0.093052,-0.000000;;, + 9;3; 0.000000, 0.093052,-0.000000;;, + 10;3; 0.000000, 0.093052,-0.000000;;, + 11;3; 0.000000, 0.093052,-0.000000;;, + 12;3; 0.000000, 0.093052,-0.000000;;, + 13;3; 0.000000, 0.093052,-0.000000;;, + 14;3; 0.000000, 0.093052,-0.000000;;, + 15;3; 0.000000, 0.093052,-0.000000;;, + 16;3; 0.000000, 0.093052,-0.000000;;, + 17;3; 0.000000, 0.093052,-0.000000;;, + 18;3; 0.000000, 0.093052,-0.000000;;, + 19;3; 0.000000, 0.093052,-0.000000;;, + 20;3; 0.000000, 0.093052,-0.000000;;, + 21;3; 0.000000, 0.093052,-0.000000;;, + 22;3; 0.000000, 0.093052,-0.000000;;, + 23;3; 0.000000, 0.093052,-0.000000;;, + 24;3; 0.000000, 0.093052,-0.000000;;, + 25;3; 0.000000, 0.093052,-0.000000;;, + 26;3; 0.000000, 0.093052,-0.000000;;, + 27;3; 0.000000, 0.093052,-0.000000;;, + 28;3; 0.000000, 0.093052,-0.000000;;, + 29;3; 0.000000, 0.093052,-0.000000;;, + 30;3; 0.000000, 0.093052,-0.000000;;, + 31;3; 0.000000, 0.093052,-0.000000;;, + 32;3; 0.000000, 0.093052,-0.000000;;, + 33;3; 0.000000, 0.093052,-0.000000;;, + 34;3; 0.000000, 0.093052,-0.000000;;, + 35;3; 0.000000, 0.093052,-0.000000;;, + 36;3; 0.000000, 0.093052,-0.000000;;, + 37;3; 0.000000, 0.093052,-0.000000;;, + 38;3; 0.000000, 0.093052,-0.000000;;, + 39;3; 0.000000, 0.093052,-0.000000;;, + 40;3; 0.000000, 0.093052,-0.000000;;, + 41;3; 0.000000, 0.093052,-0.000000;;, + 42;3; 0.000000, 0.093052,-0.000000;;, + 43;3; 0.000000, 0.093052,-0.000000;;, + 44;3; 0.000000, 0.093052,-0.000000;;, + 45;3; 0.000000, 0.093052,-0.000000;;, + 46;3; 0.000000, 0.093052,-0.000000;;, + 47;3; 0.000000, 0.093052,-0.000000;;, + 48;3; 0.000000, 0.093052,-0.000000;;, + 49;3; 0.000000, 0.093052,-0.000000;;, + 50;3; 0.000000, 0.093052,-0.000000;;, + 51;3; 0.000000, 0.093052,-0.000000;;, + 52;3; 0.000000, 0.093052,-0.000000;;, + 53;3; 0.000000, 0.093052,-0.000000;;, + 54;3; 0.000000, 0.093052,-0.000000;;, + 55;3; 0.000000, 0.093052,-0.000000;;, + 56;3; 0.000000, 0.093052,-0.000000;;, + 57;3; 0.000000, 0.093052,-0.000000;;, + 58;3; 0.000000, 0.093052,-0.000000;;, + 59;3; 0.000000, 0.093052,-0.000000;;, + 60;3; 0.000000, 0.093052,-0.000000;;, + 61;3; 0.000000, 0.093052,-0.000000;;, + 62;3; 0.000000, 0.093052,-0.000000;;, + 63;3; 0.000000, 0.093052,-0.000000;;, + 64;3; 0.000000, 0.093052,-0.000000;;, + 65;3; 0.000000, 0.093052,-0.000000;;, + 66;3; 0.000000, 0.093052,-0.000000;;, + 67;3; 0.000000, 0.093052,-0.000000;;, + 68;3; 0.000000, 0.093052,-0.000000;;, + 69;3; 0.000000, 0.093052,-0.000000;;, + 70;3; 0.000000, 0.093052,-0.000000;;, + 71;3; 0.000000, 0.093052,-0.000000;;, + 72;3; 0.000000, 0.093052,-0.000000;;, + 73;3; 0.000000, 0.093052,-0.000000;;, + 74;3; 0.000000, 0.093052,-0.000000;;, + 75;3; 0.000000, 0.093052,-0.000000;;, + 76;3; 0.000000, 0.093052,-0.000000;;, + 77;3; 0.000000, 0.093052,-0.000000;;, + 78;3; 0.000000, 0.093052,-0.000000;;, + 79;3; 0.000000, 0.093052,-0.000000;;, + 80;3; 0.000000, 0.093052,-0.000000;;, + 81;3; 0.000000, 0.093052,-0.000000;;, + 82;3; 0.000000, 0.093052,-0.000000;;, + 83;3; 0.000000, 0.093052,-0.000000;;, + 84;3; 0.000000, 0.093052,-0.000000;;, + 85;3; 0.000000, 0.093052,-0.000000;;, + 86;3; 0.000000, 0.093052,-0.000000;;, + 87;3; 0.000000, 0.093052,-0.000000;;, + 88;3; 0.000000, 0.093052,-0.000000;;, + 89;3; 0.000000, 0.093052,-0.000000;;, + 90;3; 0.000000, 0.093052,-0.000000;;, + 91;3; 0.000000, 0.093052,-0.000000;;, + 92;3; 0.000000, 0.093052,-0.000000;;, + 93;3; 0.000000, 0.093052,-0.000000;;, + 94;3; 0.000000, 0.093052,-0.000000;;, + 95;3; 0.000000, 0.093052,-0.000000;;, + 96;3; 0.000000, 0.093052,-0.000000;;, + 97;3; 0.000000, 0.093052,-0.000000;;, + 98;3; 0.000000, 0.093052,-0.000000;;, + 99;3; 0.000000, 0.093052,-0.000000;;, + 100;3; 0.000000, 0.093052,-0.000000;;, + 101;3; 0.000000, 0.093052,-0.000000;;, + 102;3; 0.000000, 0.093052,-0.000000;;, + 103;3; 0.000000, 0.093052,-0.000000;;, + 104;3; 0.000000, 0.093052,-0.000000;;, + 105;3; 0.000000, 0.093052,-0.000000;;, + 106;3; 0.000000, 0.093052,-0.000000;;, + 107;3; 0.000000, 0.093052,-0.000000;;, + 108;3; 0.000000, 0.093052,-0.000000;;, + 109;3; 0.000000, 0.093052,-0.000000;;, + 110;3; 0.000000, 0.093052,-0.000000;;, + 111;3; 0.000000, 0.093052,-0.000000;;, + 112;3; 0.000000, 0.093052,-0.000000;;, + 113;3; 0.000000, 0.093052,-0.000000;;, + 114;3; 0.000000, 0.093052,-0.000000;;, + 115;3; 0.000000, 0.093052,-0.000000;;, + 116;3; 0.000000, 0.093052,-0.000000;;, + 117;3; 0.000000, 0.093052,-0.000000;;, + 118;3; 0.000000, 0.093052,-0.000000;;, + 119;3; 0.000000, 0.093052,-0.000000;;, + 120;3; 0.000000, 0.093052,-0.000000;;, + 121;3; 0.000000, 0.093052,-0.000000;;, + 122;3; 0.000000, 0.093052,-0.000000;;, + 123;3; 0.000000, 0.093052,-0.000000;;, + 124;3; 0.000000, 0.093052,-0.000000;;, + 125;3; 0.000000, 0.093052,-0.000000;;, + 126;3; 0.000000, 0.093052,-0.000000;;, + 127;3; 0.000000, 0.093052,-0.000000;;, + 128;3; 0.000000, 0.093052,-0.000000;;, + 129;3; 0.000000, 0.093052,-0.000000;;, + 130;3; 0.000000, 0.093052,-0.000000;;, + 131;3; 0.000000, 0.093052,-0.000000;;, + 132;3; 0.000000, 0.093052,-0.000000;;, + 133;3; 0.000000, 0.093052,-0.000000;;, + 134;3; 0.000000, 0.093052,-0.000000;;, + 135;3; 0.000000, 0.093052,-0.000000;;, + 136;3; 0.000000, 0.093052,-0.000000;;, + 137;3; 0.000000, 0.093052,-0.000000;;, + 138;3; 0.000000, 0.093052,-0.000000;;, + 139;3; 0.000000, 0.093052,-0.000000;;, + 140;3; 0.000000, 0.093052,-0.000000;;, + 141;3; 0.000000, 0.093052,-0.000000;;, + 142;3; 0.000000, 0.093052,-0.000000;;, + 143;3; 0.000000, 0.093052,-0.000000;;, + 144;3; 0.000000, 0.093052,-0.000000;;, + 145;3; 0.000000, 0.093052,-0.000000;;, + 146;3; 0.000000, 0.093052,-0.000000;;, + 147;3; 0.000000, 0.093052,-0.000000;;, + 148;3; 0.000000, 0.093052,-0.000000;;, + 149;3; 0.000000, 0.093052,-0.000000;;, + 150;3; 0.000000, 0.093052,-0.000000;;, + 151;3; 0.000000, 0.093052,-0.000000;;, + 152;3; 0.000000, 0.093052,-0.000000;;, + 153;3; 0.000000, 0.093052,-0.000000;;, + 154;3; 0.000000, 0.093052,-0.000000;;, + 155;3; 0.000000, 0.093052,-0.000000;;, + 156;3; 0.000000, 0.093052,-0.000000;;, + 157;3; 0.000000, 0.093052,-0.000000;;, + 158;3; 0.000000, 0.093052,-0.000000;;, + 159;3; 0.000000, 0.093052,-0.000000;;; + } + } + Animation { + {wolfwoman_spine_02} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 1;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 2;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 3;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 4;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 5;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 6;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 7;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 8;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 9;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 10;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 11;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 12;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 13;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 14;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 15;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 16;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 17;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 18;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 19;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 20;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 21;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 22;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 23;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 24;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 25;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 26;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 27;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 28;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 29;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 30;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 31;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 32;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 33;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 34;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 35;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 36;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 37;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 38;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 39;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 40;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 41;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 42;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 43;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 44;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 45;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 46;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 47;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 48;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 49;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 50;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 51;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 52;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 53;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 54;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 55;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 56;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 57;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 58;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 59;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 60;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 61;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 62;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 63;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 64;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 65;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 66;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 67;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 68;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 69;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 70;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 71;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 72;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 73;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 74;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 75;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 76;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 77;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 78;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 79;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 80;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 81;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 82;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 83;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 84;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 85;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 86;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 87;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 88;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 89;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 90;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 91;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 92;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 93;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 94;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 95;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 96;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 97;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 98;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 99;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 100;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 101;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 102;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 103;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 104;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 105;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 106;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 107;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 108;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 109;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 110;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 111;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 112;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 113;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 114;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 115;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 116;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 117;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 118;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 119;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 120;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 121;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 122;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 123;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 124;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 125;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 126;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 127;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 128;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 129;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 130;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 131;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 132;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 133;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 134;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 135;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 136;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 137;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 138;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 139;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 140;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 141;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 142;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 143;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 144;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 145;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 146;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 147;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 148;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 149;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 150;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 151;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 152;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 153;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 154;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 155;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 156;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 157;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 158;4;-0.990810,-0.135265,-0.000000,-0.000000;;, + 159;4;-0.990810,-0.135265,-0.000000,-0.000000;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.070411, 0.000000;;, + 1;3; 0.000000, 0.070411, 0.000000;;, + 2;3; 0.000000, 0.070411, 0.000000;;, + 3;3; 0.000000, 0.070411, 0.000000;;, + 4;3; 0.000000, 0.070411, 0.000000;;, + 5;3; 0.000000, 0.070411, 0.000000;;, + 6;3; 0.000000, 0.070411, 0.000000;;, + 7;3; 0.000000, 0.070411, 0.000000;;, + 8;3; 0.000000, 0.070411, 0.000000;;, + 9;3; 0.000000, 0.070411, 0.000000;;, + 10;3; 0.000000, 0.070411, 0.000000;;, + 11;3; 0.000000, 0.070411, 0.000000;;, + 12;3; 0.000000, 0.070411, 0.000000;;, + 13;3; 0.000000, 0.070411, 0.000000;;, + 14;3; 0.000000, 0.070411, 0.000000;;, + 15;3; 0.000000, 0.070411, 0.000000;;, + 16;3; 0.000000, 0.070411, 0.000000;;, + 17;3; 0.000000, 0.070411, 0.000000;;, + 18;3; 0.000000, 0.070411, 0.000000;;, + 19;3; 0.000000, 0.070411, 0.000000;;, + 20;3; 0.000000, 0.070411, 0.000000;;, + 21;3; 0.000000, 0.070411, 0.000000;;, + 22;3; 0.000000, 0.070411, 0.000000;;, + 23;3; 0.000000, 0.070411, 0.000000;;, + 24;3; 0.000000, 0.070411, 0.000000;;, + 25;3; 0.000000, 0.070411, 0.000000;;, + 26;3; 0.000000, 0.070411, 0.000000;;, + 27;3; 0.000000, 0.070411, 0.000000;;, + 28;3; 0.000000, 0.070411, 0.000000;;, + 29;3; 0.000000, 0.070411, 0.000000;;, + 30;3; 0.000000, 0.070411, 0.000000;;, + 31;3; 0.000000, 0.070411, 0.000000;;, + 32;3; 0.000000, 0.070411, 0.000000;;, + 33;3; 0.000000, 0.070411, 0.000000;;, + 34;3; 0.000000, 0.070411, 0.000000;;, + 35;3; 0.000000, 0.070411, 0.000000;;, + 36;3; 0.000000, 0.070411, 0.000000;;, + 37;3; 0.000000, 0.070411, 0.000000;;, + 38;3; 0.000000, 0.070411, 0.000000;;, + 39;3; 0.000000, 0.070411, 0.000000;;, + 40;3; 0.000000, 0.070411, 0.000000;;, + 41;3; 0.000000, 0.070411, 0.000000;;, + 42;3; 0.000000, 0.070411, 0.000000;;, + 43;3; 0.000000, 0.070411, 0.000000;;, + 44;3; 0.000000, 0.070411, 0.000000;;, + 45;3; 0.000000, 0.070411, 0.000000;;, + 46;3; 0.000000, 0.070411, 0.000000;;, + 47;3; 0.000000, 0.070411, 0.000000;;, + 48;3; 0.000000, 0.070411, 0.000000;;, + 49;3; 0.000000, 0.070411, 0.000000;;, + 50;3; 0.000000, 0.070411, 0.000000;;, + 51;3; 0.000000, 0.070411, 0.000000;;, + 52;3; 0.000000, 0.070411, 0.000000;;, + 53;3; 0.000000, 0.070411, 0.000000;;, + 54;3; 0.000000, 0.070411, 0.000000;;, + 55;3; 0.000000, 0.070411, 0.000000;;, + 56;3; 0.000000, 0.070411, 0.000000;;, + 57;3; 0.000000, 0.070411, 0.000000;;, + 58;3; 0.000000, 0.070411, 0.000000;;, + 59;3; 0.000000, 0.070411, 0.000000;;, + 60;3; 0.000000, 0.070411, 0.000000;;, + 61;3; 0.000000, 0.070411, 0.000000;;, + 62;3; 0.000000, 0.070411, 0.000000;;, + 63;3; 0.000000, 0.070411, 0.000000;;, + 64;3; 0.000000, 0.070411, 0.000000;;, + 65;3; 0.000000, 0.070411, 0.000000;;, + 66;3; 0.000000, 0.070411, 0.000000;;, + 67;3; 0.000000, 0.070411, 0.000000;;, + 68;3; 0.000000, 0.070411, 0.000000;;, + 69;3; 0.000000, 0.070411, 0.000000;;, + 70;3; 0.000000, 0.070411, 0.000000;;, + 71;3; 0.000000, 0.070411, 0.000000;;, + 72;3; 0.000000, 0.070411, 0.000000;;, + 73;3; 0.000000, 0.070411, 0.000000;;, + 74;3; 0.000000, 0.070411, 0.000000;;, + 75;3; 0.000000, 0.070411, 0.000000;;, + 76;3; 0.000000, 0.070411, 0.000000;;, + 77;3; 0.000000, 0.070411, 0.000000;;, + 78;3; 0.000000, 0.070411, 0.000000;;, + 79;3;-0.000000, 0.070411, 0.000000;;, + 80;3; 0.000000, 0.070411, 0.000000;;, + 81;3; 0.000000, 0.070411, 0.000000;;, + 82;3; 0.000000, 0.070411, 0.000000;;, + 83;3; 0.000000, 0.070411, 0.000000;;, + 84;3; 0.000000, 0.070411, 0.000000;;, + 85;3; 0.000000, 0.070411, 0.000000;;, + 86;3; 0.000000, 0.070411, 0.000000;;, + 87;3; 0.000000, 0.070411, 0.000000;;, + 88;3; 0.000000, 0.070411, 0.000000;;, + 89;3; 0.000000, 0.070411, 0.000000;;, + 90;3; 0.000000, 0.070411, 0.000000;;, + 91;3; 0.000000, 0.070411, 0.000000;;, + 92;3; 0.000000, 0.070411, 0.000000;;, + 93;3; 0.000000, 0.070411, 0.000000;;, + 94;3; 0.000000, 0.070411, 0.000000;;, + 95;3; 0.000000, 0.070411, 0.000000;;, + 96;3; 0.000000, 0.070411, 0.000000;;, + 97;3; 0.000000, 0.070411, 0.000000;;, + 98;3; 0.000000, 0.070411, 0.000000;;, + 99;3; 0.000000, 0.070411, 0.000000;;, + 100;3; 0.000000, 0.070411, 0.000000;;, + 101;3; 0.000000, 0.070411, 0.000000;;, + 102;3; 0.000000, 0.070411, 0.000000;;, + 103;3; 0.000000, 0.070411, 0.000000;;, + 104;3; 0.000000, 0.070411, 0.000000;;, + 105;3; 0.000000, 0.070411, 0.000000;;, + 106;3; 0.000000, 0.070411, 0.000000;;, + 107;3; 0.000000, 0.070411, 0.000000;;, + 108;3; 0.000000, 0.070411, 0.000000;;, + 109;3; 0.000000, 0.070411, 0.000000;;, + 110;3; 0.000000, 0.070411, 0.000000;;, + 111;3; 0.000000, 0.070411, 0.000000;;, + 112;3; 0.000000, 0.070411, 0.000000;;, + 113;3; 0.000000, 0.070411, 0.000000;;, + 114;3; 0.000000, 0.070411, 0.000000;;, + 115;3; 0.000000, 0.070411, 0.000000;;, + 116;3; 0.000000, 0.070411, 0.000000;;, + 117;3; 0.000000, 0.070411, 0.000000;;, + 118;3; 0.000000, 0.070411, 0.000000;;, + 119;3; 0.000000, 0.070411, 0.000000;;, + 120;3; 0.000000, 0.070411, 0.000000;;, + 121;3; 0.000000, 0.070411, 0.000000;;, + 122;3; 0.000000, 0.070411, 0.000000;;, + 123;3; 0.000000, 0.070411, 0.000000;;, + 124;3; 0.000000, 0.070411, 0.000000;;, + 125;3; 0.000000, 0.070411, 0.000000;;, + 126;3; 0.000000, 0.070411, 0.000000;;, + 127;3; 0.000000, 0.070411, 0.000000;;, + 128;3; 0.000000, 0.070411, 0.000000;;, + 129;3; 0.000000, 0.070411, 0.000000;;, + 130;3; 0.000000, 0.070411, 0.000000;;, + 131;3; 0.000000, 0.070411, 0.000000;;, + 132;3; 0.000000, 0.070411, 0.000000;;, + 133;3; 0.000000, 0.070411, 0.000000;;, + 134;3; 0.000000, 0.070411, 0.000000;;, + 135;3; 0.000000, 0.070411, 0.000000;;, + 136;3; 0.000000, 0.070411, 0.000000;;, + 137;3; 0.000000, 0.070411, 0.000000;;, + 138;3; 0.000000, 0.070411, 0.000000;;, + 139;3; 0.000000, 0.070411, 0.000000;;, + 140;3; 0.000000, 0.070411, 0.000000;;, + 141;3; 0.000000, 0.070411, 0.000000;;, + 142;3; 0.000000, 0.070411, 0.000000;;, + 143;3; 0.000000, 0.070411, 0.000000;;, + 144;3; 0.000000, 0.070411, 0.000000;;, + 145;3; 0.000000, 0.070411, 0.000000;;, + 146;3; 0.000000, 0.070411, 0.000000;;, + 147;3; 0.000000, 0.070411, 0.000000;;, + 148;3; 0.000000, 0.070411, 0.000000;;, + 149;3; 0.000000, 0.070411, 0.000000;;, + 150;3; 0.000000, 0.070411, 0.000000;;, + 151;3; 0.000000, 0.070411, 0.000000;;, + 152;3; 0.000000, 0.070411, 0.000000;;, + 153;3; 0.000000, 0.070411, 0.000000;;, + 154;3; 0.000000, 0.070411, 0.000000;;, + 155;3; 0.000000, 0.070411, 0.000000;;, + 156;3; 0.000000, 0.070411, 0.000000;;, + 157;3; 0.000000, 0.070411, 0.000000;;, + 158;3; 0.000000, 0.070411, 0.000000;;, + 159;3; 0.000000, 0.070411, 0.000000;;; + } + } + Animation { + {wolfwoman_spine_03} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 1;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 2;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 3;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 4;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 5;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 6;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 7;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 8;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 9;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 10;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 11;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 12;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 13;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 14;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 15;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 16;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 17;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 18;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 19;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 20;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 21;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 22;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 23;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 24;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 25;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 26;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 27;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 28;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 29;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 30;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 31;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 32;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 33;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 34;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 35;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 36;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 37;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 38;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 39;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 40;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 41;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 42;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 43;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 44;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 45;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 46;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 47;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 48;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 49;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 50;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 51;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 52;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 53;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 54;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 55;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 56;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 57;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 58;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 59;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 60;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 61;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 62;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 63;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 64;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 65;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 66;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 67;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 68;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 69;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 70;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 71;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 72;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 73;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 74;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 75;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 76;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 77;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 78;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 79;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 80;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 81;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 82;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 83;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 84;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 85;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 86;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 87;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 88;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 89;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 90;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 91;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 92;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 93;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 94;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 95;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 96;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 97;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 98;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 99;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 100;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 101;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 102;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 103;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 104;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 105;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 106;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 107;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 108;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 109;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 110;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 111;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 112;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 113;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 114;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 115;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 116;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 117;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 118;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 119;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 120;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 121;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 122;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 123;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 124;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 125;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 126;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 127;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 128;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 129;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 130;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 131;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 132;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 133;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 134;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 135;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 136;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 137;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 138;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 139;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 140;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 141;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 142;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 143;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 144;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 145;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 146;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 147;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 148;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 149;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 150;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 151;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 152;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 153;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 154;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 155;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 156;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 157;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 158;4;-0.999974,-0.007176,-0.000000,-0.000000;;, + 159;4;-0.999974,-0.007176,-0.000000,-0.000000;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.060524,-0.000000;;, + 1;3;-0.000000, 0.060524,-0.000000;;, + 2;3;-0.000000, 0.060524,-0.000000;;, + 3;3;-0.000000, 0.060524,-0.000000;;, + 4;3;-0.000000, 0.060524,-0.000000;;, + 5;3;-0.000000, 0.060524,-0.000000;;, + 6;3;-0.000000, 0.060524,-0.000000;;, + 7;3;-0.000000, 0.060524,-0.000000;;, + 8;3;-0.000000, 0.060524,-0.000000;;, + 9;3;-0.000000, 0.060524,-0.000000;;, + 10;3;-0.000000, 0.060524,-0.000000;;, + 11;3;-0.000000, 0.060524,-0.000000;;, + 12;3;-0.000000, 0.060524,-0.000000;;, + 13;3;-0.000000, 0.060524,-0.000000;;, + 14;3;-0.000000, 0.060524,-0.000000;;, + 15;3;-0.000000, 0.060524,-0.000000;;, + 16;3;-0.000000, 0.060524,-0.000000;;, + 17;3;-0.000000, 0.060524,-0.000000;;, + 18;3;-0.000000, 0.060524,-0.000000;;, + 19;3;-0.000000, 0.060524,-0.000000;;, + 20;3;-0.000000, 0.060524,-0.000000;;, + 21;3;-0.000000, 0.060524,-0.000000;;, + 22;3;-0.000000, 0.060524,-0.000000;;, + 23;3;-0.000000, 0.060524,-0.000000;;, + 24;3;-0.000000, 0.060524,-0.000000;;, + 25;3;-0.000000, 0.060524,-0.000000;;, + 26;3;-0.000000, 0.060524,-0.000000;;, + 27;3;-0.000000, 0.060524,-0.000000;;, + 28;3;-0.000000, 0.060524,-0.000000;;, + 29;3;-0.000000, 0.060524,-0.000000;;, + 30;3;-0.000000, 0.060524,-0.000000;;, + 31;3;-0.000000, 0.060524,-0.000000;;, + 32;3;-0.000000, 0.060524,-0.000000;;, + 33;3;-0.000000, 0.060524,-0.000000;;, + 34;3;-0.000000, 0.060524,-0.000000;;, + 35;3;-0.000000, 0.060524,-0.000000;;, + 36;3;-0.000000, 0.060524,-0.000000;;, + 37;3;-0.000000, 0.060524,-0.000000;;, + 38;3;-0.000000, 0.060524,-0.000000;;, + 39;3;-0.000000, 0.060524,-0.000000;;, + 40;3;-0.000000, 0.060524,-0.000000;;, + 41;3;-0.000000, 0.060524,-0.000000;;, + 42;3;-0.000000, 0.060524,-0.000000;;, + 43;3;-0.000000, 0.060524,-0.000000;;, + 44;3;-0.000000, 0.060524,-0.000000;;, + 45;3;-0.000000, 0.060524,-0.000000;;, + 46;3;-0.000000, 0.060524,-0.000000;;, + 47;3;-0.000000, 0.060524,-0.000000;;, + 48;3;-0.000000, 0.060524,-0.000000;;, + 49;3;-0.000000, 0.060524,-0.000000;;, + 50;3;-0.000000, 0.060524,-0.000000;;, + 51;3;-0.000000, 0.060524,-0.000000;;, + 52;3;-0.000000, 0.060524,-0.000000;;, + 53;3;-0.000000, 0.060524,-0.000000;;, + 54;3;-0.000000, 0.060524,-0.000000;;, + 55;3;-0.000000, 0.060524,-0.000000;;, + 56;3;-0.000000, 0.060524,-0.000000;;, + 57;3;-0.000000, 0.060524,-0.000000;;, + 58;3;-0.000000, 0.060524,-0.000000;;, + 59;3;-0.000000, 0.060524,-0.000000;;, + 60;3;-0.000000, 0.060524,-0.000000;;, + 61;3;-0.000000, 0.060524,-0.000000;;, + 62;3;-0.000000, 0.060524,-0.000000;;, + 63;3;-0.000000, 0.060524,-0.000000;;, + 64;3;-0.000000, 0.060524,-0.000000;;, + 65;3;-0.000000, 0.060524,-0.000000;;, + 66;3;-0.000000, 0.060524,-0.000000;;, + 67;3;-0.000000, 0.060524,-0.000000;;, + 68;3;-0.000000, 0.060524,-0.000000;;, + 69;3;-0.000000, 0.060524,-0.000000;;, + 70;3;-0.000000, 0.060524,-0.000000;;, + 71;3;-0.000000, 0.060524,-0.000000;;, + 72;3;-0.000000, 0.060524,-0.000000;;, + 73;3;-0.000000, 0.060524,-0.000000;;, + 74;3;-0.000000, 0.060524,-0.000000;;, + 75;3;-0.000000, 0.060524,-0.000000;;, + 76;3;-0.000000, 0.060524,-0.000000;;, + 77;3;-0.000000, 0.060524,-0.000000;;, + 78;3;-0.000000, 0.060524,-0.000000;;, + 79;3; 0.000000, 0.060524,-0.000000;;, + 80;3; 0.000000, 0.060524,-0.000000;;, + 81;3; 0.000000, 0.060524,-0.000000;;, + 82;3; 0.000000, 0.060524,-0.000000;;, + 83;3; 0.000000, 0.060524,-0.000000;;, + 84;3; 0.000000, 0.060524,-0.000000;;, + 85;3; 0.000000, 0.060524,-0.000000;;, + 86;3; 0.000000, 0.060524,-0.000000;;, + 87;3; 0.000000, 0.060524,-0.000000;;, + 88;3; 0.000000, 0.060524,-0.000000;;, + 89;3; 0.000000, 0.060524,-0.000000;;, + 90;3; 0.000000, 0.060524,-0.000000;;, + 91;3; 0.000000, 0.060524,-0.000000;;, + 92;3; 0.000000, 0.060524,-0.000000;;, + 93;3; 0.000000, 0.060524,-0.000000;;, + 94;3; 0.000000, 0.060524,-0.000000;;, + 95;3; 0.000000, 0.060524,-0.000000;;, + 96;3; 0.000000, 0.060524,-0.000000;;, + 97;3; 0.000000, 0.060524,-0.000000;;, + 98;3; 0.000000, 0.060524,-0.000000;;, + 99;3; 0.000000, 0.060524,-0.000000;;, + 100;3; 0.000000, 0.060524,-0.000000;;, + 101;3; 0.000000, 0.060524,-0.000000;;, + 102;3; 0.000000, 0.060524,-0.000000;;, + 103;3; 0.000000, 0.060524,-0.000000;;, + 104;3; 0.000000, 0.060524,-0.000000;;, + 105;3; 0.000000, 0.060524,-0.000000;;, + 106;3; 0.000000, 0.060524,-0.000000;;, + 107;3; 0.000000, 0.060524,-0.000000;;, + 108;3; 0.000000, 0.060524,-0.000000;;, + 109;3; 0.000000, 0.060524,-0.000000;;, + 110;3; 0.000000, 0.060524,-0.000000;;, + 111;3; 0.000000, 0.060524,-0.000000;;, + 112;3; 0.000000, 0.060524,-0.000000;;, + 113;3; 0.000000, 0.060524,-0.000000;;, + 114;3; 0.000000, 0.060524,-0.000000;;, + 115;3; 0.000000, 0.060524,-0.000000;;, + 116;3; 0.000000, 0.060524,-0.000000;;, + 117;3; 0.000000, 0.060524,-0.000000;;, + 118;3; 0.000000, 0.060524,-0.000000;;, + 119;3; 0.000000, 0.060524,-0.000000;;, + 120;3; 0.000000, 0.060524,-0.000000;;, + 121;3; 0.000000, 0.060524,-0.000000;;, + 122;3; 0.000000, 0.060524,-0.000000;;, + 123;3; 0.000000, 0.060524,-0.000000;;, + 124;3; 0.000000, 0.060524,-0.000000;;, + 125;3; 0.000000, 0.060524,-0.000000;;, + 126;3; 0.000000, 0.060524,-0.000000;;, + 127;3; 0.000000, 0.060524,-0.000000;;, + 128;3; 0.000000, 0.060524,-0.000000;;, + 129;3; 0.000000, 0.060524,-0.000000;;, + 130;3; 0.000000, 0.060524,-0.000000;;, + 131;3; 0.000000, 0.060524,-0.000000;;, + 132;3; 0.000000, 0.060524,-0.000000;;, + 133;3; 0.000000, 0.060524,-0.000000;;, + 134;3; 0.000000, 0.060524,-0.000000;;, + 135;3; 0.000000, 0.060524,-0.000000;;, + 136;3; 0.000000, 0.060524,-0.000000;;, + 137;3; 0.000000, 0.060524,-0.000000;;, + 138;3; 0.000000, 0.060524,-0.000000;;, + 139;3; 0.000000, 0.060524,-0.000000;;, + 140;3; 0.000000, 0.060524,-0.000000;;, + 141;3; 0.000000, 0.060524,-0.000000;;, + 142;3; 0.000000, 0.060524,-0.000000;;, + 143;3; 0.000000, 0.060524,-0.000000;;, + 144;3; 0.000000, 0.060524,-0.000000;;, + 145;3; 0.000000, 0.060524,-0.000000;;, + 146;3; 0.000000, 0.060524,-0.000000;;, + 147;3; 0.000000, 0.060524,-0.000000;;, + 148;3; 0.000000, 0.060524,-0.000000;;, + 149;3; 0.000000, 0.060524,-0.000000;;, + 150;3; 0.000000, 0.060524,-0.000000;;, + 151;3; 0.000000, 0.060524,-0.000000;;, + 152;3; 0.000000, 0.060524,-0.000000;;, + 153;3; 0.000000, 0.060524,-0.000000;;, + 154;3; 0.000000, 0.060524,-0.000000;;, + 155;3; 0.000000, 0.060524,-0.000000;;, + 156;3; 0.000000, 0.060524,-0.000000;;, + 157;3; 0.000000, 0.060524,-0.000000;;, + 158;3; 0.000000, 0.060524,-0.000000;;, + 159;3; 0.000000, 0.060524,-0.000000;;; + } + } + Animation { + {wolfwoman_clavicle_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 1;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 2;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 3;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 4;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 5;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 6;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 7;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 8;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 9;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 10;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 11;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 12;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 13;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 14;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 15;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 16;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 17;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 18;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 19;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 20;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 21;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 22;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 23;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 24;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 25;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 26;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 27;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 28;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 29;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 30;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 31;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 32;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 33;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 34;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 35;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 36;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 37;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 38;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 39;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 40;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 41;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 42;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 43;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 44;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 45;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 46;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 47;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 48;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 49;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 50;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 51;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 52;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 53;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 54;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 55;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 56;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 57;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 58;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 59;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 60;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 61;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 62;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 63;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 64;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 65;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 66;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 67;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 68;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 69;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 70;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 71;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 72;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 73;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 74;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 75;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 76;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 77;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 78;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 79;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 80;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 81;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 82;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 83;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 84;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 85;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 86;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 87;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 88;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 89;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 90;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 91;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 92;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 93;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 94;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 95;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 96;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 97;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 98;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 99;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 100;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 101;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 102;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 103;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 104;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 105;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 106;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 107;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 108;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 109;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 110;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 111;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 112;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 113;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 114;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 115;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 116;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 117;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 118;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 119;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 120;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 121;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 122;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 123;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 124;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 125;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 126;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 127;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 128;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 129;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 130;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 131;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 132;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 133;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 134;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 135;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 136;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 137;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 138;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 139;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 140;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 141;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 142;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 143;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 144;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 145;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 146;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 147;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 148;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 149;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 150;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 151;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 152;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 153;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 154;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 155;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 156;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 157;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 158;4;-0.723341, 0.006465, 0.020669,-0.690151;;, + 159;4;-0.723341, 0.006465, 0.020669,-0.690151;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.022776, 0.257050, 0.092512;;, + 1;3; 0.022776, 0.257050, 0.092512;;, + 2;3; 0.022776, 0.257050, 0.092512;;, + 3;3; 0.022776, 0.257050, 0.092512;;, + 4;3; 0.022776, 0.257050, 0.092512;;, + 5;3; 0.022776, 0.257050, 0.092512;;, + 6;3; 0.022776, 0.257050, 0.092512;;, + 7;3; 0.022776, 0.257050, 0.092512;;, + 8;3; 0.022776, 0.257050, 0.092512;;, + 9;3; 0.022776, 0.257050, 0.092512;;, + 10;3; 0.022776, 0.257050, 0.092512;;, + 11;3; 0.022776, 0.257050, 0.092512;;, + 12;3; 0.022776, 0.257050, 0.092512;;, + 13;3; 0.022776, 0.257050, 0.092512;;, + 14;3; 0.022776, 0.257050, 0.092512;;, + 15;3; 0.022776, 0.257050, 0.092512;;, + 16;3; 0.022776, 0.257050, 0.092512;;, + 17;3; 0.022776, 0.257050, 0.092512;;, + 18;3; 0.022776, 0.257050, 0.092512;;, + 19;3; 0.022776, 0.257050, 0.092512;;, + 20;3; 0.022776, 0.257050, 0.092512;;, + 21;3; 0.022776, 0.257050, 0.092512;;, + 22;3; 0.022776, 0.257050, 0.092512;;, + 23;3; 0.022776, 0.257050, 0.092512;;, + 24;3; 0.022776, 0.257050, 0.092512;;, + 25;3; 0.022776, 0.257050, 0.092512;;, + 26;3; 0.022776, 0.257050, 0.092512;;, + 27;3; 0.022776, 0.257050, 0.092512;;, + 28;3; 0.022776, 0.257050, 0.092512;;, + 29;3; 0.022776, 0.257050, 0.092512;;, + 30;3; 0.022776, 0.257050, 0.092512;;, + 31;3; 0.022776, 0.257050, 0.092512;;, + 32;3; 0.022776, 0.257050, 0.092512;;, + 33;3; 0.022776, 0.257050, 0.092512;;, + 34;3; 0.022776, 0.257050, 0.092512;;, + 35;3; 0.022776, 0.257050, 0.092512;;, + 36;3; 0.022776, 0.257050, 0.092512;;, + 37;3; 0.022776, 0.257050, 0.092512;;, + 38;3; 0.022776, 0.257050, 0.092512;;, + 39;3; 0.022776, 0.257050, 0.092512;;, + 40;3; 0.022776, 0.257050, 0.092512;;, + 41;3; 0.022776, 0.257050, 0.092512;;, + 42;3; 0.022776, 0.257050, 0.092512;;, + 43;3; 0.022776, 0.257050, 0.092512;;, + 44;3; 0.022776, 0.257050, 0.092512;;, + 45;3; 0.022776, 0.257050, 0.092512;;, + 46;3; 0.022776, 0.257050, 0.092512;;, + 47;3; 0.022776, 0.257050, 0.092512;;, + 48;3; 0.022776, 0.257050, 0.092512;;, + 49;3; 0.022776, 0.257050, 0.092512;;, + 50;3; 0.022776, 0.257050, 0.092512;;, + 51;3; 0.022776, 0.257050, 0.092512;;, + 52;3; 0.022776, 0.257050, 0.092512;;, + 53;3; 0.022776, 0.257050, 0.092512;;, + 54;3; 0.022776, 0.257050, 0.092512;;, + 55;3; 0.022776, 0.257050, 0.092512;;, + 56;3; 0.022776, 0.257050, 0.092512;;, + 57;3; 0.022776, 0.257050, 0.092512;;, + 58;3; 0.022776, 0.257050, 0.092512;;, + 59;3; 0.022776, 0.257050, 0.092512;;, + 60;3; 0.022776, 0.257050, 0.092512;;, + 61;3; 0.022776, 0.257050, 0.092512;;, + 62;3; 0.022776, 0.257050, 0.092512;;, + 63;3; 0.022776, 0.257050, 0.092512;;, + 64;3; 0.022776, 0.257050, 0.092512;;, + 65;3; 0.022776, 0.257050, 0.092512;;, + 66;3; 0.022776, 0.257050, 0.092512;;, + 67;3; 0.022776, 0.257050, 0.092512;;, + 68;3; 0.022776, 0.257050, 0.092512;;, + 69;3; 0.022776, 0.257050, 0.092512;;, + 70;3; 0.022776, 0.257050, 0.092512;;, + 71;3; 0.022776, 0.257050, 0.092512;;, + 72;3; 0.022776, 0.257050, 0.092512;;, + 73;3; 0.022776, 0.257050, 0.092512;;, + 74;3; 0.022776, 0.257050, 0.092512;;, + 75;3; 0.022776, 0.257050, 0.092512;;, + 76;3; 0.022776, 0.257050, 0.092512;;, + 77;3; 0.022776, 0.257050, 0.092512;;, + 78;3; 0.022776, 0.257050, 0.092512;;, + 79;3; 0.022776, 0.257050, 0.092512;;, + 80;3; 0.022776, 0.257050, 0.092512;;, + 81;3; 0.022776, 0.257050, 0.092512;;, + 82;3; 0.022776, 0.257050, 0.092512;;, + 83;3; 0.022776, 0.257050, 0.092512;;, + 84;3; 0.022776, 0.257050, 0.092512;;, + 85;3; 0.022776, 0.257050, 0.092512;;, + 86;3; 0.022776, 0.257050, 0.092512;;, + 87;3; 0.022776, 0.257050, 0.092512;;, + 88;3; 0.022776, 0.257050, 0.092512;;, + 89;3; 0.022776, 0.257050, 0.092512;;, + 90;3; 0.022776, 0.257050, 0.092512;;, + 91;3; 0.022776, 0.257050, 0.092512;;, + 92;3; 0.022776, 0.257050, 0.092512;;, + 93;3; 0.022776, 0.257050, 0.092512;;, + 94;3; 0.022776, 0.257050, 0.092512;;, + 95;3; 0.022776, 0.257050, 0.092512;;, + 96;3; 0.022776, 0.257050, 0.092512;;, + 97;3; 0.022776, 0.257050, 0.092512;;, + 98;3; 0.022776, 0.257050, 0.092512;;, + 99;3; 0.022776, 0.257050, 0.092512;;, + 100;3; 0.022776, 0.257050, 0.092512;;, + 101;3; 0.022776, 0.257050, 0.092512;;, + 102;3; 0.022776, 0.257050, 0.092512;;, + 103;3; 0.022776, 0.257050, 0.092512;;, + 104;3; 0.022776, 0.257050, 0.092512;;, + 105;3; 0.022776, 0.257050, 0.092512;;, + 106;3; 0.022776, 0.257050, 0.092512;;, + 107;3; 0.022776, 0.257050, 0.092512;;, + 108;3; 0.022776, 0.257050, 0.092512;;, + 109;3; 0.022776, 0.257050, 0.092512;;, + 110;3; 0.022776, 0.257050, 0.092512;;, + 111;3; 0.022776, 0.257050, 0.092512;;, + 112;3; 0.022776, 0.257050, 0.092512;;, + 113;3; 0.022776, 0.257050, 0.092512;;, + 114;3; 0.022776, 0.257050, 0.092512;;, + 115;3; 0.022776, 0.257050, 0.092512;;, + 116;3; 0.022776, 0.257050, 0.092512;;, + 117;3; 0.022776, 0.257050, 0.092512;;, + 118;3; 0.022776, 0.257050, 0.092512;;, + 119;3; 0.022776, 0.257050, 0.092512;;, + 120;3; 0.022776, 0.257050, 0.092512;;, + 121;3; 0.022776, 0.257050, 0.092512;;, + 122;3; 0.022776, 0.257050, 0.092512;;, + 123;3; 0.022776, 0.257050, 0.092512;;, + 124;3; 0.022776, 0.257050, 0.092512;;, + 125;3; 0.022776, 0.257050, 0.092512;;, + 126;3; 0.022776, 0.257050, 0.092512;;, + 127;3; 0.022776, 0.257050, 0.092512;;, + 128;3; 0.022776, 0.257050, 0.092512;;, + 129;3; 0.022776, 0.257050, 0.092512;;, + 130;3; 0.022776, 0.257050, 0.092512;;, + 131;3; 0.022776, 0.257050, 0.092512;;, + 132;3; 0.022776, 0.257050, 0.092512;;, + 133;3; 0.022776, 0.257050, 0.092512;;, + 134;3; 0.022776, 0.257050, 0.092512;;, + 135;3; 0.022776, 0.257050, 0.092512;;, + 136;3; 0.022776, 0.257050, 0.092512;;, + 137;3; 0.022776, 0.257050, 0.092512;;, + 138;3; 0.022776, 0.257050, 0.092512;;, + 139;3; 0.022776, 0.257050, 0.092512;;, + 140;3; 0.022776, 0.257050, 0.092512;;, + 141;3; 0.022776, 0.257050, 0.092512;;, + 142;3; 0.022776, 0.257050, 0.092512;;, + 143;3; 0.022776, 0.257050, 0.092512;;, + 144;3; 0.022776, 0.257050, 0.092512;;, + 145;3; 0.022776, 0.257050, 0.092512;;, + 146;3; 0.022776, 0.257050, 0.092512;;, + 147;3; 0.022776, 0.257050, 0.092512;;, + 148;3; 0.022776, 0.257050, 0.092512;;, + 149;3; 0.022776, 0.257050, 0.092512;;, + 150;3; 0.022776, 0.257050, 0.092512;;, + 151;3; 0.022776, 0.257050, 0.092512;;, + 152;3; 0.022776, 0.257050, 0.092512;;, + 153;3; 0.022776, 0.257050, 0.092512;;, + 154;3; 0.022776, 0.257050, 0.092512;;, + 155;3; 0.022776, 0.257050, 0.092512;;, + 156;3; 0.022776, 0.257050, 0.092512;;, + 157;3; 0.022776, 0.257050, 0.092512;;, + 158;3; 0.022776, 0.257050, 0.092512;;, + 159;3; 0.022776, 0.257050, 0.092512;;; + } + } + Animation { + {wolfwoman_upperarm_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 1;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 2;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 3;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 4;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 5;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 6;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 7;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 8;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 9;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 10;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 11;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 12;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 13;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 14;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 15;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 16;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 17;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 18;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 19;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 20;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 21;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 22;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 23;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 24;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 25;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 26;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 27;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 28;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 29;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 30;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 31;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 32;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 33;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 34;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 35;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 36;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 37;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 38;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 39;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 40;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 41;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 42;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 43;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 44;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 45;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 46;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 47;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 48;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 49;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 50;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 51;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 52;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 53;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 54;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 55;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 56;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 57;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 58;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 59;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 60;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 61;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 62;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 63;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 64;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 65;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 66;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 67;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 68;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 69;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 70;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 71;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 72;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 73;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 74;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 75;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 76;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 77;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 78;4;-0.677618,-0.078359, 0.039993,-0.730133;;, + 79;4;-0.707544,-0.054571, 0.112065,-0.695590;;, + 80;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 81;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 82;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 83;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 84;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 85;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 86;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 87;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 88;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 89;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 90;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 91;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 92;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 93;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 94;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 95;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 96;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 97;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 98;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 99;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 100;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 101;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 102;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 103;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 104;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 105;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 106;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 107;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 108;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 109;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 110;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 111;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 112;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 113;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 114;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 115;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 116;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 117;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 118;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 119;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 120;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 121;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 122;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 123;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 124;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 125;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 126;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 127;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 128;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 129;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 130;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 131;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 132;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 133;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 134;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 135;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 136;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 137;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 138;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 139;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 140;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 141;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 142;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 143;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 144;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 145;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 146;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 147;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 148;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 149;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 150;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 151;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 152;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 153;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 154;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 155;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 156;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 157;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 158;4;-0.731916,-0.030354, 0.183258,-0.655586;;, + 159;4;-0.731916,-0.030354, 0.183258,-0.655586;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.171145, 0.000000;;, + 1;3;-0.000000, 0.171145, 0.000000;;, + 2;3;-0.000000, 0.171145, 0.000000;;, + 3;3;-0.000000, 0.171145, 0.000000;;, + 4;3;-0.000000, 0.171145, 0.000000;;, + 5;3;-0.000000, 0.171145, 0.000000;;, + 6;3;-0.000000, 0.171145, 0.000000;;, + 7;3;-0.000000, 0.171145, 0.000000;;, + 8;3;-0.000000, 0.171145, 0.000000;;, + 9;3;-0.000000, 0.171145, 0.000000;;, + 10;3;-0.000000, 0.171145, 0.000000;;, + 11;3;-0.000000, 0.171145, 0.000000;;, + 12;3;-0.000000, 0.171145, 0.000000;;, + 13;3;-0.000000, 0.171145, 0.000000;;, + 14;3;-0.000000, 0.171145, 0.000000;;, + 15;3;-0.000000, 0.171145, 0.000000;;, + 16;3;-0.000000, 0.171145, 0.000000;;, + 17;3;-0.000000, 0.171145, 0.000000;;, + 18;3;-0.000000, 0.171145, 0.000000;;, + 19;3;-0.000000, 0.171145, 0.000000;;, + 20;3;-0.000000, 0.171145, 0.000000;;, + 21;3;-0.000000, 0.171145, 0.000000;;, + 22;3;-0.000000, 0.171145, 0.000000;;, + 23;3;-0.000000, 0.171145, 0.000000;;, + 24;3;-0.000000, 0.171145, 0.000000;;, + 25;3;-0.000000, 0.171145, 0.000000;;, + 26;3;-0.000000, 0.171145, 0.000000;;, + 27;3;-0.000000, 0.171145, 0.000000;;, + 28;3;-0.000000, 0.171145, 0.000000;;, + 29;3;-0.000000, 0.171145, 0.000000;;, + 30;3;-0.000000, 0.171145, 0.000000;;, + 31;3;-0.000000, 0.171145, 0.000000;;, + 32;3;-0.000000, 0.171145, 0.000000;;, + 33;3;-0.000000, 0.171145, 0.000000;;, + 34;3;-0.000000, 0.171145, 0.000000;;, + 35;3;-0.000000, 0.171145, 0.000000;;, + 36;3;-0.000000, 0.171145, 0.000000;;, + 37;3;-0.000000, 0.171145, 0.000000;;, + 38;3;-0.000000, 0.171145, 0.000000;;, + 39;3;-0.000000, 0.171145, 0.000000;;, + 40;3;-0.000000, 0.171145, 0.000000;;, + 41;3;-0.000000, 0.171145, 0.000000;;, + 42;3;-0.000000, 0.171145, 0.000000;;, + 43;3;-0.000000, 0.171145, 0.000000;;, + 44;3;-0.000000, 0.171145, 0.000000;;, + 45;3;-0.000000, 0.171145, 0.000000;;, + 46;3;-0.000000, 0.171145, 0.000000;;, + 47;3;-0.000000, 0.171145, 0.000000;;, + 48;3;-0.000000, 0.171145, 0.000000;;, + 49;3;-0.000000, 0.171145, 0.000000;;, + 50;3;-0.000000, 0.171145, 0.000000;;, + 51;3;-0.000000, 0.171145, 0.000000;;, + 52;3;-0.000000, 0.171145, 0.000000;;, + 53;3;-0.000000, 0.171145, 0.000000;;, + 54;3;-0.000000, 0.171145, 0.000000;;, + 55;3;-0.000000, 0.171145, 0.000000;;, + 56;3;-0.000000, 0.171145, 0.000000;;, + 57;3;-0.000000, 0.171145, 0.000000;;, + 58;3;-0.000000, 0.171145, 0.000000;;, + 59;3;-0.000000, 0.171145, 0.000000;;, + 60;3;-0.000000, 0.171145, 0.000000;;, + 61;3;-0.000000, 0.171145, 0.000000;;, + 62;3;-0.000000, 0.171145, 0.000000;;, + 63;3;-0.000000, 0.171145, 0.000000;;, + 64;3;-0.000000, 0.171145, 0.000000;;, + 65;3;-0.000000, 0.171145, 0.000000;;, + 66;3;-0.000000, 0.171145, 0.000000;;, + 67;3;-0.000000, 0.171145, 0.000000;;, + 68;3;-0.000000, 0.171145, 0.000000;;, + 69;3;-0.000000, 0.171145, 0.000000;;, + 70;3;-0.000000, 0.171145, 0.000000;;, + 71;3;-0.000000, 0.171145, 0.000000;;, + 72;3;-0.000000, 0.171145, 0.000000;;, + 73;3;-0.000000, 0.171145, 0.000000;;, + 74;3;-0.000000, 0.171145, 0.000000;;, + 75;3;-0.000000, 0.171145, 0.000000;;, + 76;3;-0.000000, 0.171145, 0.000000;;, + 77;3;-0.000000, 0.171145, 0.000000;;, + 78;3;-0.000000, 0.171145, 0.000000;;, + 79;3;-0.000000, 0.171145,-0.000000;;, + 80;3;-0.000000, 0.171145,-0.000000;;, + 81;3;-0.000000, 0.171145,-0.000000;;, + 82;3;-0.000000, 0.171145,-0.000000;;, + 83;3;-0.000000, 0.171145,-0.000000;;, + 84;3;-0.000000, 0.171145,-0.000000;;, + 85;3;-0.000000, 0.171145,-0.000000;;, + 86;3;-0.000000, 0.171145,-0.000000;;, + 87;3;-0.000000, 0.171145,-0.000000;;, + 88;3;-0.000000, 0.171145,-0.000000;;, + 89;3;-0.000000, 0.171145,-0.000000;;, + 90;3;-0.000000, 0.171145,-0.000000;;, + 91;3;-0.000000, 0.171145,-0.000000;;, + 92;3;-0.000000, 0.171145,-0.000000;;, + 93;3;-0.000000, 0.171145,-0.000000;;, + 94;3;-0.000000, 0.171145,-0.000000;;, + 95;3;-0.000000, 0.171145,-0.000000;;, + 96;3;-0.000000, 0.171145,-0.000000;;, + 97;3;-0.000000, 0.171145,-0.000000;;, + 98;3;-0.000000, 0.171145,-0.000000;;, + 99;3;-0.000000, 0.171145,-0.000000;;, + 100;3;-0.000000, 0.171145,-0.000000;;, + 101;3;-0.000000, 0.171145,-0.000000;;, + 102;3;-0.000000, 0.171145,-0.000000;;, + 103;3;-0.000000, 0.171145,-0.000000;;, + 104;3;-0.000000, 0.171145,-0.000000;;, + 105;3;-0.000000, 0.171145,-0.000000;;, + 106;3;-0.000000, 0.171145,-0.000000;;, + 107;3;-0.000000, 0.171145,-0.000000;;, + 108;3;-0.000000, 0.171145,-0.000000;;, + 109;3;-0.000000, 0.171145,-0.000000;;, + 110;3;-0.000000, 0.171145,-0.000000;;, + 111;3;-0.000000, 0.171145,-0.000000;;, + 112;3;-0.000000, 0.171145,-0.000000;;, + 113;3;-0.000000, 0.171145,-0.000000;;, + 114;3;-0.000000, 0.171145,-0.000000;;, + 115;3;-0.000000, 0.171145,-0.000000;;, + 116;3;-0.000000, 0.171145,-0.000000;;, + 117;3;-0.000000, 0.171145,-0.000000;;, + 118;3;-0.000000, 0.171145,-0.000000;;, + 119;3;-0.000000, 0.171145,-0.000000;;, + 120;3;-0.000000, 0.171145,-0.000000;;, + 121;3;-0.000000, 0.171145,-0.000000;;, + 122;3;-0.000000, 0.171145,-0.000000;;, + 123;3;-0.000000, 0.171145,-0.000000;;, + 124;3;-0.000000, 0.171145,-0.000000;;, + 125;3;-0.000000, 0.171145,-0.000000;;, + 126;3;-0.000000, 0.171145,-0.000000;;, + 127;3;-0.000000, 0.171145,-0.000000;;, + 128;3;-0.000000, 0.171145,-0.000000;;, + 129;3;-0.000000, 0.171145,-0.000000;;, + 130;3;-0.000000, 0.171145,-0.000000;;, + 131;3;-0.000000, 0.171145,-0.000000;;, + 132;3;-0.000000, 0.171145,-0.000000;;, + 133;3;-0.000000, 0.171145,-0.000000;;, + 134;3;-0.000000, 0.171145,-0.000000;;, + 135;3;-0.000000, 0.171145,-0.000000;;, + 136;3;-0.000000, 0.171145,-0.000000;;, + 137;3;-0.000000, 0.171145,-0.000000;;, + 138;3;-0.000000, 0.171145,-0.000000;;, + 139;3;-0.000000, 0.171145,-0.000000;;, + 140;3;-0.000000, 0.171145,-0.000000;;, + 141;3;-0.000000, 0.171145,-0.000000;;, + 142;3;-0.000000, 0.171145,-0.000000;;, + 143;3;-0.000000, 0.171145,-0.000000;;, + 144;3;-0.000000, 0.171145,-0.000000;;, + 145;3;-0.000000, 0.171145,-0.000000;;, + 146;3;-0.000000, 0.171145,-0.000000;;, + 147;3;-0.000000, 0.171145,-0.000000;;, + 148;3;-0.000000, 0.171145,-0.000000;;, + 149;3;-0.000000, 0.171145,-0.000000;;, + 150;3;-0.000000, 0.171145,-0.000000;;, + 151;3;-0.000000, 0.171145,-0.000000;;, + 152;3;-0.000000, 0.171145,-0.000000;;, + 153;3;-0.000000, 0.171145,-0.000000;;, + 154;3;-0.000000, 0.171145,-0.000000;;, + 155;3;-0.000000, 0.171145,-0.000000;;, + 156;3;-0.000000, 0.171145,-0.000000;;, + 157;3;-0.000000, 0.171145,-0.000000;;, + 158;3;-0.000000, 0.171145,-0.000000;;, + 159;3;-0.000000, 0.171145,-0.000000;;; + } + } + Animation { + {wolfwoman_lowerarm_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 1;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 2;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 3;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 4;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 5;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 6;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 7;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 8;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 9;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 10;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 11;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 12;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 13;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 14;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 15;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 16;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 17;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 18;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 19;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 20;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 21;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 22;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 23;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 24;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 25;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 26;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 27;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 28;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 29;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 30;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 31;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 32;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 33;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 34;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 35;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 36;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 37;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 38;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 39;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 40;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 41;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 42;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 43;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 44;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 45;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 46;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 47;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 48;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 49;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 50;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 51;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 52;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 53;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 54;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 55;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 56;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 57;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 58;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 59;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 60;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 61;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 62;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 63;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 64;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 65;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 66;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 67;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 68;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 69;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 70;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 71;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 72;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 73;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 74;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 75;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 76;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 77;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 78;4;-0.994250, 0.067259,-0.076348, 0.033394;;, + 79;4;-0.942963, 0.322298,-0.065104, 0.052017;;, + 80;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 81;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 82;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 83;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 84;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 85;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 86;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 87;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 88;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 89;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 90;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 91;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 92;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 93;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 94;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 95;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 96;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 97;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 98;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 99;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 100;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 101;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 102;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 103;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 104;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 105;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 106;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 107;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 108;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 109;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 110;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 111;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 112;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 113;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 114;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 115;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 116;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 117;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 118;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 119;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 120;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 121;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 122;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 123;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 124;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 125;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 126;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 127;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 128;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 129;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 130;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 131;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 132;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 133;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 134;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 135;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 136;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 137;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 138;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 139;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 140;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 141;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 142;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 143;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 144;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 145;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 146;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 147;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 148;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 149;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 150;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 151;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 152;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 153;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 154;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 155;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 156;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 157;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 158;4;-0.827416, 0.555373,-0.049423, 0.067094;;, + 159;4;-0.827416, 0.555373,-0.049423, 0.067094;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.252007, 0.000000;;, + 1;3; 0.000000, 0.252007, 0.000000;;, + 2;3; 0.000000, 0.252007, 0.000000;;, + 3;3; 0.000000, 0.252007, 0.000000;;, + 4;3; 0.000000, 0.252007, 0.000000;;, + 5;3; 0.000000, 0.252007, 0.000000;;, + 6;3; 0.000000, 0.252007, 0.000000;;, + 7;3; 0.000000, 0.252007, 0.000000;;, + 8;3; 0.000000, 0.252007, 0.000000;;, + 9;3; 0.000000, 0.252007, 0.000000;;, + 10;3; 0.000000, 0.252007, 0.000000;;, + 11;3; 0.000000, 0.252007, 0.000000;;, + 12;3; 0.000000, 0.252007, 0.000000;;, + 13;3; 0.000000, 0.252007, 0.000000;;, + 14;3; 0.000000, 0.252007, 0.000000;;, + 15;3; 0.000000, 0.252007, 0.000000;;, + 16;3; 0.000000, 0.252007, 0.000000;;, + 17;3; 0.000000, 0.252007, 0.000000;;, + 18;3; 0.000000, 0.252007, 0.000000;;, + 19;3; 0.000000, 0.252007, 0.000000;;, + 20;3; 0.000000, 0.252007, 0.000000;;, + 21;3; 0.000000, 0.252007, 0.000000;;, + 22;3; 0.000000, 0.252007, 0.000000;;, + 23;3; 0.000000, 0.252007, 0.000000;;, + 24;3; 0.000000, 0.252007, 0.000000;;, + 25;3; 0.000000, 0.252007, 0.000000;;, + 26;3; 0.000000, 0.252007, 0.000000;;, + 27;3; 0.000000, 0.252007, 0.000000;;, + 28;3; 0.000000, 0.252007, 0.000000;;, + 29;3; 0.000000, 0.252007, 0.000000;;, + 30;3; 0.000000, 0.252007, 0.000000;;, + 31;3; 0.000000, 0.252007, 0.000000;;, + 32;3; 0.000000, 0.252007, 0.000000;;, + 33;3; 0.000000, 0.252007, 0.000000;;, + 34;3; 0.000000, 0.252007, 0.000000;;, + 35;3; 0.000000, 0.252007, 0.000000;;, + 36;3; 0.000000, 0.252007, 0.000000;;, + 37;3; 0.000000, 0.252007, 0.000000;;, + 38;3; 0.000000, 0.252007, 0.000000;;, + 39;3; 0.000000, 0.252007, 0.000000;;, + 40;3; 0.000000, 0.252007, 0.000000;;, + 41;3; 0.000000, 0.252007, 0.000000;;, + 42;3; 0.000000, 0.252007, 0.000000;;, + 43;3; 0.000000, 0.252007, 0.000000;;, + 44;3; 0.000000, 0.252007, 0.000000;;, + 45;3; 0.000000, 0.252007, 0.000000;;, + 46;3; 0.000000, 0.252007, 0.000000;;, + 47;3; 0.000000, 0.252007, 0.000000;;, + 48;3; 0.000000, 0.252007, 0.000000;;, + 49;3; 0.000000, 0.252007, 0.000000;;, + 50;3; 0.000000, 0.252007, 0.000000;;, + 51;3; 0.000000, 0.252007, 0.000000;;, + 52;3; 0.000000, 0.252007, 0.000000;;, + 53;3; 0.000000, 0.252007, 0.000000;;, + 54;3; 0.000000, 0.252007, 0.000000;;, + 55;3; 0.000000, 0.252007, 0.000000;;, + 56;3; 0.000000, 0.252007, 0.000000;;, + 57;3; 0.000000, 0.252007, 0.000000;;, + 58;3; 0.000000, 0.252007, 0.000000;;, + 59;3; 0.000000, 0.252007, 0.000000;;, + 60;3; 0.000000, 0.252007, 0.000000;;, + 61;3; 0.000000, 0.252007, 0.000000;;, + 62;3; 0.000000, 0.252007, 0.000000;;, + 63;3; 0.000000, 0.252007, 0.000000;;, + 64;3; 0.000000, 0.252007, 0.000000;;, + 65;3; 0.000000, 0.252007, 0.000000;;, + 66;3; 0.000000, 0.252007, 0.000000;;, + 67;3; 0.000000, 0.252007, 0.000000;;, + 68;3; 0.000000, 0.252007, 0.000000;;, + 69;3; 0.000000, 0.252007, 0.000000;;, + 70;3; 0.000000, 0.252007, 0.000000;;, + 71;3; 0.000000, 0.252007, 0.000000;;, + 72;3; 0.000000, 0.252007, 0.000000;;, + 73;3; 0.000000, 0.252007, 0.000000;;, + 74;3; 0.000000, 0.252007, 0.000000;;, + 75;3; 0.000000, 0.252007, 0.000000;;, + 76;3; 0.000000, 0.252007, 0.000000;;, + 77;3; 0.000000, 0.252007, 0.000000;;, + 78;3; 0.000000, 0.252007, 0.000000;;, + 79;3; 0.000000, 0.252007, 0.000000;;, + 80;3; 0.000000, 0.252007, 0.000000;;, + 81;3; 0.000000, 0.252007, 0.000000;;, + 82;3; 0.000000, 0.252007, 0.000000;;, + 83;3; 0.000000, 0.252007, 0.000000;;, + 84;3; 0.000000, 0.252007, 0.000000;;, + 85;3; 0.000000, 0.252007, 0.000000;;, + 86;3; 0.000000, 0.252007, 0.000000;;, + 87;3; 0.000000, 0.252007, 0.000000;;, + 88;3; 0.000000, 0.252007, 0.000000;;, + 89;3; 0.000000, 0.252007, 0.000000;;, + 90;3; 0.000000, 0.252007, 0.000000;;, + 91;3; 0.000000, 0.252007, 0.000000;;, + 92;3; 0.000000, 0.252007, 0.000000;;, + 93;3; 0.000000, 0.252007, 0.000000;;, + 94;3; 0.000000, 0.252007, 0.000000;;, + 95;3; 0.000000, 0.252007, 0.000000;;, + 96;3; 0.000000, 0.252007, 0.000000;;, + 97;3; 0.000000, 0.252007, 0.000000;;, + 98;3; 0.000000, 0.252007, 0.000000;;, + 99;3; 0.000000, 0.252007, 0.000000;;, + 100;3; 0.000000, 0.252007, 0.000000;;, + 101;3; 0.000000, 0.252007, 0.000000;;, + 102;3; 0.000000, 0.252007, 0.000000;;, + 103;3; 0.000000, 0.252007, 0.000000;;, + 104;3; 0.000000, 0.252007, 0.000000;;, + 105;3; 0.000000, 0.252007, 0.000000;;, + 106;3; 0.000000, 0.252007, 0.000000;;, + 107;3; 0.000000, 0.252007, 0.000000;;, + 108;3; 0.000000, 0.252007, 0.000000;;, + 109;3; 0.000000, 0.252007, 0.000000;;, + 110;3; 0.000000, 0.252007, 0.000000;;, + 111;3; 0.000000, 0.252007, 0.000000;;, + 112;3; 0.000000, 0.252007, 0.000000;;, + 113;3; 0.000000, 0.252007, 0.000000;;, + 114;3; 0.000000, 0.252007, 0.000000;;, + 115;3; 0.000000, 0.252007, 0.000000;;, + 116;3; 0.000000, 0.252007, 0.000000;;, + 117;3; 0.000000, 0.252007, 0.000000;;, + 118;3; 0.000000, 0.252007, 0.000000;;, + 119;3; 0.000000, 0.252007, 0.000000;;, + 120;3; 0.000000, 0.252007, 0.000000;;, + 121;3; 0.000000, 0.252007, 0.000000;;, + 122;3; 0.000000, 0.252007, 0.000000;;, + 123;3; 0.000000, 0.252007, 0.000000;;, + 124;3; 0.000000, 0.252007, 0.000000;;, + 125;3; 0.000000, 0.252007, 0.000000;;, + 126;3; 0.000000, 0.252007, 0.000000;;, + 127;3; 0.000000, 0.252007, 0.000000;;, + 128;3; 0.000000, 0.252007, 0.000000;;, + 129;3; 0.000000, 0.252007, 0.000000;;, + 130;3; 0.000000, 0.252007, 0.000000;;, + 131;3; 0.000000, 0.252007, 0.000000;;, + 132;3; 0.000000, 0.252007, 0.000000;;, + 133;3; 0.000000, 0.252007, 0.000000;;, + 134;3; 0.000000, 0.252007, 0.000000;;, + 135;3; 0.000000, 0.252007, 0.000000;;, + 136;3; 0.000000, 0.252007, 0.000000;;, + 137;3; 0.000000, 0.252007, 0.000000;;, + 138;3; 0.000000, 0.252007, 0.000000;;, + 139;3; 0.000000, 0.252007, 0.000000;;, + 140;3; 0.000000, 0.252007, 0.000000;;, + 141;3; 0.000000, 0.252007, 0.000000;;, + 142;3; 0.000000, 0.252007, 0.000000;;, + 143;3; 0.000000, 0.252007, 0.000000;;, + 144;3; 0.000000, 0.252007, 0.000000;;, + 145;3; 0.000000, 0.252007, 0.000000;;, + 146;3; 0.000000, 0.252007, 0.000000;;, + 147;3; 0.000000, 0.252007, 0.000000;;, + 148;3; 0.000000, 0.252007, 0.000000;;, + 149;3; 0.000000, 0.252007, 0.000000;;, + 150;3; 0.000000, 0.252007, 0.000000;;, + 151;3; 0.000000, 0.252007, 0.000000;;, + 152;3; 0.000000, 0.252007, 0.000000;;, + 153;3; 0.000000, 0.252007, 0.000000;;, + 154;3; 0.000000, 0.252007, 0.000000;;, + 155;3; 0.000000, 0.252007, 0.000000;;, + 156;3; 0.000000, 0.252007, 0.000000;;, + 157;3; 0.000000, 0.252007, 0.000000;;, + 158;3; 0.000000, 0.252007, 0.000000;;, + 159;3; 0.000000, 0.252007, 0.000000;;; + } + } + Animation { + {wolfwoman_hand_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 1;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 2;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 3;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 4;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 5;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 6;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 7;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 8;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 9;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 10;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 11;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 12;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 13;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 14;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 15;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 16;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 17;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 18;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 19;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 20;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 21;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 22;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 23;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 24;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 25;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 26;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 27;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 28;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 29;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 30;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 31;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 32;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 33;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 34;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 35;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 36;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 37;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 38;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 39;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 40;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 41;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 42;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 43;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 44;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 45;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 46;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 47;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 48;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 49;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 50;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 51;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 52;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 53;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 54;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 55;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 56;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 57;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 58;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 59;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 60;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 61;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 62;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 63;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 64;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 65;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 66;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 67;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 68;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 69;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 70;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 71;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 72;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 73;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 74;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 75;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 76;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 77;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 78;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 79;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 80;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 81;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 82;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 83;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 84;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 85;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 86;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 87;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 88;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 89;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 90;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 91;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 92;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 93;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 94;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 95;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 96;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 97;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 98;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 99;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 100;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 101;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 102;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 103;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 104;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 105;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 106;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 107;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 108;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 109;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 110;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 111;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 112;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 113;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 114;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 115;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 116;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 117;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 118;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 119;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 120;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 121;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 122;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 123;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 124;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 125;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 126;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 127;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 128;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 129;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 130;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 131;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 132;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 133;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 134;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 135;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 136;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 137;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 138;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 139;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 140;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 141;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 142;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 143;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 144;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 145;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 146;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 147;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 148;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 149;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 150;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 151;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 152;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 153;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 154;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 155;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 156;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 157;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 158;4;-0.925808, 0.096319, 0.363253,-0.040609;;, + 159;4;-0.925808, 0.096319, 0.363253,-0.040609;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.267477, 0.000000;;, + 1;3;-0.000000, 0.267477, 0.000000;;, + 2;3;-0.000000, 0.267477, 0.000000;;, + 3;3;-0.000000, 0.267477, 0.000000;;, + 4;3;-0.000000, 0.267477, 0.000000;;, + 5;3;-0.000000, 0.267477, 0.000000;;, + 6;3;-0.000000, 0.267477, 0.000000;;, + 7;3;-0.000000, 0.267477, 0.000000;;, + 8;3;-0.000000, 0.267477, 0.000000;;, + 9;3;-0.000000, 0.267477, 0.000000;;, + 10;3;-0.000000, 0.267477, 0.000000;;, + 11;3;-0.000000, 0.267477, 0.000000;;, + 12;3;-0.000000, 0.267477, 0.000000;;, + 13;3;-0.000000, 0.267477, 0.000000;;, + 14;3;-0.000000, 0.267477, 0.000000;;, + 15;3;-0.000000, 0.267477, 0.000000;;, + 16;3;-0.000000, 0.267477, 0.000000;;, + 17;3;-0.000000, 0.267477, 0.000000;;, + 18;3;-0.000000, 0.267477, 0.000000;;, + 19;3;-0.000000, 0.267477, 0.000000;;, + 20;3;-0.000000, 0.267477, 0.000000;;, + 21;3;-0.000000, 0.267477, 0.000000;;, + 22;3;-0.000000, 0.267477, 0.000000;;, + 23;3;-0.000000, 0.267477, 0.000000;;, + 24;3;-0.000000, 0.267477, 0.000000;;, + 25;3;-0.000000, 0.267477, 0.000000;;, + 26;3;-0.000000, 0.267477, 0.000000;;, + 27;3;-0.000000, 0.267477, 0.000000;;, + 28;3;-0.000000, 0.267477, 0.000000;;, + 29;3;-0.000000, 0.267477, 0.000000;;, + 30;3;-0.000000, 0.267477, 0.000000;;, + 31;3;-0.000000, 0.267477, 0.000000;;, + 32;3;-0.000000, 0.267477, 0.000000;;, + 33;3;-0.000000, 0.267477, 0.000000;;, + 34;3;-0.000000, 0.267477, 0.000000;;, + 35;3;-0.000000, 0.267477, 0.000000;;, + 36;3;-0.000000, 0.267477, 0.000000;;, + 37;3;-0.000000, 0.267477, 0.000000;;, + 38;3;-0.000000, 0.267477, 0.000000;;, + 39;3;-0.000000, 0.267477, 0.000000;;, + 40;3;-0.000000, 0.267477, 0.000000;;, + 41;3;-0.000000, 0.267477, 0.000000;;, + 42;3;-0.000000, 0.267477, 0.000000;;, + 43;3;-0.000000, 0.267477, 0.000000;;, + 44;3;-0.000000, 0.267477, 0.000000;;, + 45;3;-0.000000, 0.267477, 0.000000;;, + 46;3;-0.000000, 0.267477, 0.000000;;, + 47;3;-0.000000, 0.267477, 0.000000;;, + 48;3;-0.000000, 0.267477, 0.000000;;, + 49;3;-0.000000, 0.267477, 0.000000;;, + 50;3;-0.000000, 0.267477, 0.000000;;, + 51;3;-0.000000, 0.267477, 0.000000;;, + 52;3;-0.000000, 0.267477, 0.000000;;, + 53;3;-0.000000, 0.267477, 0.000000;;, + 54;3;-0.000000, 0.267477, 0.000000;;, + 55;3;-0.000000, 0.267477, 0.000000;;, + 56;3;-0.000000, 0.267477, 0.000000;;, + 57;3;-0.000000, 0.267477, 0.000000;;, + 58;3;-0.000000, 0.267477, 0.000000;;, + 59;3;-0.000000, 0.267477, 0.000000;;, + 60;3;-0.000000, 0.267477, 0.000000;;, + 61;3;-0.000000, 0.267477, 0.000000;;, + 62;3;-0.000000, 0.267477, 0.000000;;, + 63;3;-0.000000, 0.267477, 0.000000;;, + 64;3;-0.000000, 0.267477, 0.000000;;, + 65;3;-0.000000, 0.267477, 0.000000;;, + 66;3;-0.000000, 0.267477, 0.000000;;, + 67;3;-0.000000, 0.267477, 0.000000;;, + 68;3;-0.000000, 0.267477, 0.000000;;, + 69;3;-0.000000, 0.267477, 0.000000;;, + 70;3;-0.000000, 0.267477, 0.000000;;, + 71;3;-0.000000, 0.267477, 0.000000;;, + 72;3;-0.000000, 0.267477, 0.000000;;, + 73;3;-0.000000, 0.267477, 0.000000;;, + 74;3;-0.000000, 0.267477, 0.000000;;, + 75;3;-0.000000, 0.267477, 0.000000;;, + 76;3;-0.000000, 0.267477, 0.000000;;, + 77;3;-0.000000, 0.267477, 0.000000;;, + 78;3;-0.000000, 0.267477, 0.000000;;, + 79;3;-0.000000, 0.267477, 0.000000;;, + 80;3;-0.000000, 0.267477, 0.000000;;, + 81;3;-0.000000, 0.267477, 0.000000;;, + 82;3;-0.000000, 0.267477, 0.000000;;, + 83;3;-0.000000, 0.267477, 0.000000;;, + 84;3;-0.000000, 0.267477, 0.000000;;, + 85;3;-0.000000, 0.267477, 0.000000;;, + 86;3;-0.000000, 0.267477, 0.000000;;, + 87;3;-0.000000, 0.267477, 0.000000;;, + 88;3;-0.000000, 0.267477, 0.000000;;, + 89;3;-0.000000, 0.267477, 0.000000;;, + 90;3;-0.000000, 0.267477, 0.000000;;, + 91;3;-0.000000, 0.267477, 0.000000;;, + 92;3;-0.000000, 0.267477, 0.000000;;, + 93;3;-0.000000, 0.267477, 0.000000;;, + 94;3;-0.000000, 0.267477, 0.000000;;, + 95;3;-0.000000, 0.267477, 0.000000;;, + 96;3;-0.000000, 0.267477, 0.000000;;, + 97;3;-0.000000, 0.267477, 0.000000;;, + 98;3;-0.000000, 0.267477, 0.000000;;, + 99;3;-0.000000, 0.267477, 0.000000;;, + 100;3;-0.000000, 0.267477, 0.000000;;, + 101;3;-0.000000, 0.267477, 0.000000;;, + 102;3;-0.000000, 0.267477, 0.000000;;, + 103;3;-0.000000, 0.267477, 0.000000;;, + 104;3;-0.000000, 0.267477, 0.000000;;, + 105;3;-0.000000, 0.267477, 0.000000;;, + 106;3;-0.000000, 0.267477, 0.000000;;, + 107;3;-0.000000, 0.267477, 0.000000;;, + 108;3;-0.000000, 0.267477, 0.000000;;, + 109;3;-0.000000, 0.267477, 0.000000;;, + 110;3;-0.000000, 0.267477, 0.000000;;, + 111;3;-0.000000, 0.267477, 0.000000;;, + 112;3;-0.000000, 0.267477, 0.000000;;, + 113;3;-0.000000, 0.267477, 0.000000;;, + 114;3;-0.000000, 0.267477, 0.000000;;, + 115;3;-0.000000, 0.267477, 0.000000;;, + 116;3;-0.000000, 0.267477, 0.000000;;, + 117;3;-0.000000, 0.267477, 0.000000;;, + 118;3;-0.000000, 0.267477, 0.000000;;, + 119;3;-0.000000, 0.267477, 0.000000;;, + 120;3;-0.000000, 0.267477, 0.000000;;, + 121;3;-0.000000, 0.267477, 0.000000;;, + 122;3;-0.000000, 0.267477, 0.000000;;, + 123;3;-0.000000, 0.267477, 0.000000;;, + 124;3;-0.000000, 0.267477, 0.000000;;, + 125;3;-0.000000, 0.267477, 0.000000;;, + 126;3;-0.000000, 0.267477, 0.000000;;, + 127;3;-0.000000, 0.267477, 0.000000;;, + 128;3;-0.000000, 0.267477, 0.000000;;, + 129;3;-0.000000, 0.267477, 0.000000;;, + 130;3;-0.000000, 0.267477, 0.000000;;, + 131;3;-0.000000, 0.267477, 0.000000;;, + 132;3;-0.000000, 0.267477, 0.000000;;, + 133;3;-0.000000, 0.267477, 0.000000;;, + 134;3;-0.000000, 0.267477, 0.000000;;, + 135;3;-0.000000, 0.267477, 0.000000;;, + 136;3;-0.000000, 0.267477, 0.000000;;, + 137;3;-0.000000, 0.267477, 0.000000;;, + 138;3;-0.000000, 0.267477, 0.000000;;, + 139;3;-0.000000, 0.267477, 0.000000;;, + 140;3;-0.000000, 0.267477, 0.000000;;, + 141;3;-0.000000, 0.267477, 0.000000;;, + 142;3;-0.000000, 0.267477, 0.000000;;, + 143;3;-0.000000, 0.267477, 0.000000;;, + 144;3;-0.000000, 0.267477, 0.000000;;, + 145;3;-0.000000, 0.267477, 0.000000;;, + 146;3;-0.000000, 0.267477, 0.000000;;, + 147;3;-0.000000, 0.267477, 0.000000;;, + 148;3;-0.000000, 0.267477, 0.000000;;, + 149;3;-0.000000, 0.267477, 0.000000;;, + 150;3;-0.000000, 0.267477, 0.000000;;, + 151;3;-0.000000, 0.267477, 0.000000;;, + 152;3;-0.000000, 0.267477, 0.000000;;, + 153;3;-0.000000, 0.267477, 0.000000;;, + 154;3;-0.000000, 0.267477, 0.000000;;, + 155;3;-0.000000, 0.267477, 0.000000;;, + 156;3;-0.000000, 0.267477, 0.000000;;, + 157;3;-0.000000, 0.267477, 0.000000;;, + 158;3;-0.000000, 0.267477, 0.000000;;, + 159;3;-0.000000, 0.267477, 0.000000;;; + } + } + Animation { + {wolfwoman_index_01_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 1;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 2;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 3;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 4;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 5;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 6;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 7;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 8;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 9;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 10;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 11;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 12;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 13;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 14;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 15;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 16;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 17;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 18;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 19;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 20;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 21;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 22;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 23;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 24;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 25;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 26;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 27;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 28;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 29;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 30;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 31;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 32;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 33;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 34;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 35;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 36;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 37;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 38;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 39;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 40;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 41;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 42;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 43;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 44;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 45;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 46;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 47;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 48;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 49;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 50;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 51;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 52;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 53;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 54;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 55;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 56;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 57;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 58;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 59;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 60;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 61;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 62;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 63;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 64;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 65;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 66;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 67;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 68;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 69;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 70;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 71;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 72;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 73;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 74;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 75;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 76;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 77;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 78;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 79;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 80;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 81;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 82;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 83;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 84;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 85;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 86;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 87;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 88;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 89;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 90;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 91;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 92;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 93;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 94;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 95;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 96;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 97;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 98;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 99;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 100;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 101;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 102;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 103;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 104;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 105;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 106;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 107;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 108;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 109;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 110;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 111;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 112;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 113;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 114;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 115;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 116;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 117;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 118;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 119;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 120;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 121;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 122;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 123;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 124;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 125;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 126;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 127;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 128;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 129;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 130;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 131;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 132;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 133;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 134;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 135;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 136;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 137;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 138;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 139;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 140;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 141;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 142;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 143;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 144;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 145;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 146;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 147;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 148;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 149;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 150;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 151;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 152;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 153;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 154;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 155;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 156;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 157;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 158;4;-0.982117,-0.072054, 0.154330,-0.080232;;, + 159;4;-0.982117,-0.072054, 0.154330,-0.080232;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.017904, 0.115054, 0.007472;;, + 1;3;-0.017904, 0.115054, 0.007472;;, + 2;3;-0.017904, 0.115054, 0.007472;;, + 3;3;-0.017904, 0.115054, 0.007472;;, + 4;3;-0.017904, 0.115054, 0.007472;;, + 5;3;-0.017904, 0.115054, 0.007472;;, + 6;3;-0.017904, 0.115054, 0.007472;;, + 7;3;-0.017904, 0.115054, 0.007472;;, + 8;3;-0.017904, 0.115054, 0.007472;;, + 9;3;-0.017904, 0.115054, 0.007472;;, + 10;3;-0.017904, 0.115054, 0.007472;;, + 11;3;-0.017904, 0.115054, 0.007472;;, + 12;3;-0.017904, 0.115054, 0.007472;;, + 13;3;-0.017904, 0.115054, 0.007472;;, + 14;3;-0.017904, 0.115054, 0.007472;;, + 15;3;-0.017904, 0.115054, 0.007472;;, + 16;3;-0.017904, 0.115054, 0.007472;;, + 17;3;-0.017904, 0.115054, 0.007472;;, + 18;3;-0.017904, 0.115054, 0.007472;;, + 19;3;-0.017904, 0.115054, 0.007472;;, + 20;3;-0.017904, 0.115054, 0.007472;;, + 21;3;-0.017904, 0.115054, 0.007472;;, + 22;3;-0.017904, 0.115054, 0.007472;;, + 23;3;-0.017904, 0.115054, 0.007472;;, + 24;3;-0.017904, 0.115054, 0.007472;;, + 25;3;-0.017904, 0.115054, 0.007472;;, + 26;3;-0.017904, 0.115054, 0.007472;;, + 27;3;-0.017904, 0.115054, 0.007472;;, + 28;3;-0.017904, 0.115054, 0.007472;;, + 29;3;-0.017904, 0.115054, 0.007472;;, + 30;3;-0.017904, 0.115054, 0.007472;;, + 31;3;-0.017904, 0.115054, 0.007472;;, + 32;3;-0.017904, 0.115054, 0.007472;;, + 33;3;-0.017904, 0.115054, 0.007472;;, + 34;3;-0.017904, 0.115054, 0.007472;;, + 35;3;-0.017904, 0.115054, 0.007472;;, + 36;3;-0.017904, 0.115054, 0.007472;;, + 37;3;-0.017904, 0.115054, 0.007472;;, + 38;3;-0.017904, 0.115054, 0.007472;;, + 39;3;-0.017904, 0.115054, 0.007472;;, + 40;3;-0.017904, 0.115054, 0.007472;;, + 41;3;-0.017904, 0.115054, 0.007472;;, + 42;3;-0.017904, 0.115054, 0.007472;;, + 43;3;-0.017904, 0.115054, 0.007472;;, + 44;3;-0.017904, 0.115054, 0.007472;;, + 45;3;-0.017904, 0.115054, 0.007472;;, + 46;3;-0.017904, 0.115054, 0.007472;;, + 47;3;-0.017904, 0.115054, 0.007472;;, + 48;3;-0.017904, 0.115054, 0.007472;;, + 49;3;-0.017904, 0.115054, 0.007472;;, + 50;3;-0.017904, 0.115054, 0.007472;;, + 51;3;-0.017904, 0.115054, 0.007472;;, + 52;3;-0.017904, 0.115054, 0.007472;;, + 53;3;-0.017904, 0.115054, 0.007472;;, + 54;3;-0.017904, 0.115054, 0.007472;;, + 55;3;-0.017904, 0.115054, 0.007472;;, + 56;3;-0.017904, 0.115054, 0.007472;;, + 57;3;-0.017904, 0.115054, 0.007472;;, + 58;3;-0.017904, 0.115054, 0.007472;;, + 59;3;-0.017904, 0.115054, 0.007472;;, + 60;3;-0.017904, 0.115054, 0.007472;;, + 61;3;-0.017904, 0.115054, 0.007472;;, + 62;3;-0.017904, 0.115054, 0.007472;;, + 63;3;-0.017904, 0.115054, 0.007472;;, + 64;3;-0.017904, 0.115054, 0.007472;;, + 65;3;-0.017904, 0.115054, 0.007472;;, + 66;3;-0.017904, 0.115054, 0.007472;;, + 67;3;-0.017904, 0.115054, 0.007472;;, + 68;3;-0.017904, 0.115054, 0.007472;;, + 69;3;-0.017904, 0.115054, 0.007472;;, + 70;3;-0.017904, 0.115054, 0.007472;;, + 71;3;-0.017904, 0.115054, 0.007472;;, + 72;3;-0.017904, 0.115054, 0.007472;;, + 73;3;-0.017904, 0.115054, 0.007472;;, + 74;3;-0.017904, 0.115054, 0.007472;;, + 75;3;-0.017904, 0.115054, 0.007472;;, + 76;3;-0.017904, 0.115054, 0.007472;;, + 77;3;-0.017904, 0.115054, 0.007472;;, + 78;3;-0.017904, 0.115054, 0.007472;;, + 79;3;-0.017904, 0.115053, 0.007472;;, + 80;3;-0.017904, 0.115054, 0.007472;;, + 81;3;-0.017904, 0.115054, 0.007472;;, + 82;3;-0.017904, 0.115054, 0.007472;;, + 83;3;-0.017904, 0.115054, 0.007472;;, + 84;3;-0.017904, 0.115054, 0.007472;;, + 85;3;-0.017904, 0.115054, 0.007472;;, + 86;3;-0.017904, 0.115054, 0.007472;;, + 87;3;-0.017904, 0.115054, 0.007472;;, + 88;3;-0.017904, 0.115054, 0.007472;;, + 89;3;-0.017904, 0.115054, 0.007472;;, + 90;3;-0.017904, 0.115054, 0.007472;;, + 91;3;-0.017904, 0.115054, 0.007472;;, + 92;3;-0.017904, 0.115054, 0.007472;;, + 93;3;-0.017904, 0.115054, 0.007472;;, + 94;3;-0.017904, 0.115054, 0.007472;;, + 95;3;-0.017904, 0.115054, 0.007472;;, + 96;3;-0.017904, 0.115054, 0.007472;;, + 97;3;-0.017904, 0.115054, 0.007472;;, + 98;3;-0.017904, 0.115054, 0.007472;;, + 99;3;-0.017904, 0.115054, 0.007472;;, + 100;3;-0.017904, 0.115054, 0.007472;;, + 101;3;-0.017904, 0.115054, 0.007472;;, + 102;3;-0.017904, 0.115054, 0.007472;;, + 103;3;-0.017904, 0.115054, 0.007472;;, + 104;3;-0.017904, 0.115054, 0.007472;;, + 105;3;-0.017904, 0.115054, 0.007472;;, + 106;3;-0.017904, 0.115054, 0.007472;;, + 107;3;-0.017904, 0.115054, 0.007472;;, + 108;3;-0.017904, 0.115054, 0.007472;;, + 109;3;-0.017904, 0.115054, 0.007472;;, + 110;3;-0.017904, 0.115054, 0.007472;;, + 111;3;-0.017904, 0.115054, 0.007472;;, + 112;3;-0.017904, 0.115054, 0.007472;;, + 113;3;-0.017904, 0.115054, 0.007472;;, + 114;3;-0.017904, 0.115054, 0.007472;;, + 115;3;-0.017904, 0.115054, 0.007472;;, + 116;3;-0.017904, 0.115054, 0.007472;;, + 117;3;-0.017904, 0.115054, 0.007472;;, + 118;3;-0.017904, 0.115054, 0.007472;;, + 119;3;-0.017904, 0.115054, 0.007472;;, + 120;3;-0.017904, 0.115054, 0.007472;;, + 121;3;-0.017904, 0.115054, 0.007472;;, + 122;3;-0.017904, 0.115054, 0.007472;;, + 123;3;-0.017904, 0.115054, 0.007472;;, + 124;3;-0.017904, 0.115054, 0.007472;;, + 125;3;-0.017904, 0.115054, 0.007472;;, + 126;3;-0.017904, 0.115054, 0.007472;;, + 127;3;-0.017904, 0.115054, 0.007472;;, + 128;3;-0.017904, 0.115054, 0.007472;;, + 129;3;-0.017904, 0.115054, 0.007472;;, + 130;3;-0.017904, 0.115054, 0.007472;;, + 131;3;-0.017904, 0.115054, 0.007472;;, + 132;3;-0.017904, 0.115054, 0.007472;;, + 133;3;-0.017904, 0.115054, 0.007472;;, + 134;3;-0.017904, 0.115054, 0.007472;;, + 135;3;-0.017904, 0.115054, 0.007472;;, + 136;3;-0.017904, 0.115054, 0.007472;;, + 137;3;-0.017904, 0.115054, 0.007472;;, + 138;3;-0.017904, 0.115054, 0.007472;;, + 139;3;-0.017904, 0.115054, 0.007472;;, + 140;3;-0.017904, 0.115054, 0.007472;;, + 141;3;-0.017904, 0.115054, 0.007472;;, + 142;3;-0.017904, 0.115054, 0.007472;;, + 143;3;-0.017904, 0.115054, 0.007472;;, + 144;3;-0.017904, 0.115054, 0.007472;;, + 145;3;-0.017904, 0.115054, 0.007472;;, + 146;3;-0.017904, 0.115054, 0.007472;;, + 147;3;-0.017904, 0.115054, 0.007472;;, + 148;3;-0.017904, 0.115054, 0.007472;;, + 149;3;-0.017904, 0.115054, 0.007472;;, + 150;3;-0.017904, 0.115054, 0.007472;;, + 151;3;-0.017904, 0.115054, 0.007472;;, + 152;3;-0.017904, 0.115054, 0.007472;;, + 153;3;-0.017904, 0.115054, 0.007472;;, + 154;3;-0.017904, 0.115054, 0.007472;;, + 155;3;-0.017904, 0.115054, 0.007472;;, + 156;3;-0.017904, 0.115054, 0.007472;;, + 157;3;-0.017904, 0.115054, 0.007472;;, + 158;3;-0.017904, 0.115054, 0.007472;;, + 159;3;-0.017904, 0.115054, 0.007472;;; + } + } + Animation { + {wolfwoman_index_02_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 1;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 2;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 3;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 4;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 5;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 6;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 7;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 8;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 9;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 10;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 11;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 12;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 13;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 14;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 15;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 16;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 17;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 18;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 19;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 20;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 21;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 22;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 23;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 24;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 25;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 26;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 27;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 28;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 29;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 30;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 31;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 32;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 33;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 34;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 35;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 36;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 37;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 38;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 39;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 40;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 41;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 42;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 43;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 44;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 45;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 46;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 47;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 48;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 49;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 50;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 51;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 52;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 53;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 54;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 55;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 56;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 57;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 58;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 59;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 60;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 61;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 62;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 63;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 64;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 65;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 66;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 67;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 68;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 69;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 70;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 71;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 72;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 73;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 74;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 75;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 76;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 77;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 78;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 79;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 80;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 81;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 82;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 83;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 84;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 85;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 86;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 87;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 88;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 89;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 90;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 91;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 92;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 93;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 94;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 95;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 96;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 97;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 98;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 99;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 100;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 101;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 102;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 103;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 104;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 105;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 106;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 107;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 108;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 109;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 110;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 111;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 112;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 113;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 114;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 115;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 116;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 117;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 118;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 119;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 120;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 121;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 122;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 123;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 124;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 125;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 126;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 127;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 128;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 129;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 130;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 131;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 132;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 133;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 134;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 135;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 136;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 137;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 138;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 139;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 140;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 141;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 142;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 143;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 144;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 145;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 146;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 147;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 148;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 149;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 150;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 151;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 152;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 153;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 154;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 155;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 156;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 157;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 158;4;-0.999254,-0.016587,-0.030202,-0.017431;;, + 159;4;-0.999254,-0.016587,-0.030202,-0.017431;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.028372, 0.000000;;, + 1;3; 0.000000, 0.028372, 0.000000;;, + 2;3; 0.000000, 0.028372, 0.000000;;, + 3;3; 0.000000, 0.028372, 0.000000;;, + 4;3; 0.000000, 0.028372, 0.000000;;, + 5;3; 0.000000, 0.028372, 0.000000;;, + 6;3; 0.000000, 0.028372, 0.000000;;, + 7;3; 0.000000, 0.028372, 0.000000;;, + 8;3; 0.000000, 0.028372, 0.000000;;, + 9;3; 0.000000, 0.028372, 0.000000;;, + 10;3; 0.000000, 0.028372, 0.000000;;, + 11;3; 0.000000, 0.028372, 0.000000;;, + 12;3; 0.000000, 0.028372, 0.000000;;, + 13;3; 0.000000, 0.028372, 0.000000;;, + 14;3; 0.000000, 0.028372, 0.000000;;, + 15;3; 0.000000, 0.028372, 0.000000;;, + 16;3; 0.000000, 0.028372, 0.000000;;, + 17;3; 0.000000, 0.028372, 0.000000;;, + 18;3; 0.000000, 0.028372, 0.000000;;, + 19;3; 0.000000, 0.028372, 0.000000;;, + 20;3; 0.000000, 0.028372, 0.000000;;, + 21;3; 0.000000, 0.028372, 0.000000;;, + 22;3; 0.000000, 0.028372, 0.000000;;, + 23;3; 0.000000, 0.028372, 0.000000;;, + 24;3; 0.000000, 0.028372, 0.000000;;, + 25;3; 0.000000, 0.028372, 0.000000;;, + 26;3; 0.000000, 0.028372, 0.000000;;, + 27;3; 0.000000, 0.028372, 0.000000;;, + 28;3; 0.000000, 0.028372, 0.000000;;, + 29;3; 0.000000, 0.028372, 0.000000;;, + 30;3; 0.000000, 0.028372, 0.000000;;, + 31;3; 0.000000, 0.028372, 0.000000;;, + 32;3; 0.000000, 0.028372, 0.000000;;, + 33;3; 0.000000, 0.028372, 0.000000;;, + 34;3; 0.000000, 0.028372, 0.000000;;, + 35;3; 0.000000, 0.028372, 0.000000;;, + 36;3; 0.000000, 0.028372, 0.000000;;, + 37;3; 0.000000, 0.028372, 0.000000;;, + 38;3; 0.000000, 0.028372, 0.000000;;, + 39;3; 0.000000, 0.028372, 0.000000;;, + 40;3; 0.000000, 0.028372, 0.000000;;, + 41;3; 0.000000, 0.028372, 0.000000;;, + 42;3; 0.000000, 0.028372, 0.000000;;, + 43;3; 0.000000, 0.028372, 0.000000;;, + 44;3; 0.000000, 0.028372, 0.000000;;, + 45;3; 0.000000, 0.028372, 0.000000;;, + 46;3; 0.000000, 0.028372, 0.000000;;, + 47;3; 0.000000, 0.028372, 0.000000;;, + 48;3; 0.000000, 0.028372, 0.000000;;, + 49;3; 0.000000, 0.028372, 0.000000;;, + 50;3; 0.000000, 0.028372, 0.000000;;, + 51;3; 0.000000, 0.028372, 0.000000;;, + 52;3; 0.000000, 0.028372, 0.000000;;, + 53;3; 0.000000, 0.028372, 0.000000;;, + 54;3; 0.000000, 0.028372, 0.000000;;, + 55;3; 0.000000, 0.028372, 0.000000;;, + 56;3; 0.000000, 0.028372, 0.000000;;, + 57;3; 0.000000, 0.028372, 0.000000;;, + 58;3; 0.000000, 0.028372, 0.000000;;, + 59;3; 0.000000, 0.028372, 0.000000;;, + 60;3; 0.000000, 0.028372, 0.000000;;, + 61;3; 0.000000, 0.028372, 0.000000;;, + 62;3; 0.000000, 0.028372, 0.000000;;, + 63;3; 0.000000, 0.028372, 0.000000;;, + 64;3; 0.000000, 0.028372, 0.000000;;, + 65;3; 0.000000, 0.028372, 0.000000;;, + 66;3; 0.000000, 0.028372, 0.000000;;, + 67;3; 0.000000, 0.028372, 0.000000;;, + 68;3; 0.000000, 0.028372, 0.000000;;, + 69;3; 0.000000, 0.028372, 0.000000;;, + 70;3; 0.000000, 0.028372, 0.000000;;, + 71;3; 0.000000, 0.028372, 0.000000;;, + 72;3; 0.000000, 0.028372, 0.000000;;, + 73;3; 0.000000, 0.028372, 0.000000;;, + 74;3; 0.000000, 0.028372, 0.000000;;, + 75;3; 0.000000, 0.028372, 0.000000;;, + 76;3; 0.000000, 0.028372, 0.000000;;, + 77;3; 0.000000, 0.028372, 0.000000;;, + 78;3; 0.000000, 0.028372, 0.000000;;, + 79;3; 0.000000, 0.028372, 0.000000;;, + 80;3;-0.000000, 0.028372, 0.000000;;, + 81;3;-0.000000, 0.028372, 0.000000;;, + 82;3;-0.000000, 0.028372, 0.000000;;, + 83;3;-0.000000, 0.028372, 0.000000;;, + 84;3;-0.000000, 0.028372, 0.000000;;, + 85;3;-0.000000, 0.028372, 0.000000;;, + 86;3;-0.000000, 0.028372, 0.000000;;, + 87;3;-0.000000, 0.028372, 0.000000;;, + 88;3;-0.000000, 0.028372, 0.000000;;, + 89;3;-0.000000, 0.028372, 0.000000;;, + 90;3;-0.000000, 0.028372, 0.000000;;, + 91;3;-0.000000, 0.028372, 0.000000;;, + 92;3;-0.000000, 0.028372, 0.000000;;, + 93;3;-0.000000, 0.028372, 0.000000;;, + 94;3;-0.000000, 0.028372, 0.000000;;, + 95;3;-0.000000, 0.028372, 0.000000;;, + 96;3;-0.000000, 0.028372, 0.000000;;, + 97;3;-0.000000, 0.028372, 0.000000;;, + 98;3;-0.000000, 0.028372, 0.000000;;, + 99;3;-0.000000, 0.028372, 0.000000;;, + 100;3;-0.000000, 0.028372, 0.000000;;, + 101;3;-0.000000, 0.028372, 0.000000;;, + 102;3;-0.000000, 0.028372, 0.000000;;, + 103;3;-0.000000, 0.028372, 0.000000;;, + 104;3;-0.000000, 0.028372, 0.000000;;, + 105;3;-0.000000, 0.028372, 0.000000;;, + 106;3;-0.000000, 0.028372, 0.000000;;, + 107;3;-0.000000, 0.028372, 0.000000;;, + 108;3;-0.000000, 0.028372, 0.000000;;, + 109;3;-0.000000, 0.028372, 0.000000;;, + 110;3;-0.000000, 0.028372, 0.000000;;, + 111;3;-0.000000, 0.028372, 0.000000;;, + 112;3;-0.000000, 0.028372, 0.000000;;, + 113;3;-0.000000, 0.028372, 0.000000;;, + 114;3;-0.000000, 0.028372, 0.000000;;, + 115;3;-0.000000, 0.028372, 0.000000;;, + 116;3;-0.000000, 0.028372, 0.000000;;, + 117;3;-0.000000, 0.028372, 0.000000;;, + 118;3;-0.000000, 0.028372, 0.000000;;, + 119;3;-0.000000, 0.028372, 0.000000;;, + 120;3;-0.000000, 0.028372, 0.000000;;, + 121;3;-0.000000, 0.028372, 0.000000;;, + 122;3;-0.000000, 0.028372, 0.000000;;, + 123;3;-0.000000, 0.028372, 0.000000;;, + 124;3;-0.000000, 0.028372, 0.000000;;, + 125;3;-0.000000, 0.028372, 0.000000;;, + 126;3;-0.000000, 0.028372, 0.000000;;, + 127;3;-0.000000, 0.028372, 0.000000;;, + 128;3;-0.000000, 0.028372, 0.000000;;, + 129;3;-0.000000, 0.028372, 0.000000;;, + 130;3;-0.000000, 0.028372, 0.000000;;, + 131;3;-0.000000, 0.028372, 0.000000;;, + 132;3;-0.000000, 0.028372, 0.000000;;, + 133;3;-0.000000, 0.028372, 0.000000;;, + 134;3;-0.000000, 0.028372, 0.000000;;, + 135;3;-0.000000, 0.028372, 0.000000;;, + 136;3;-0.000000, 0.028372, 0.000000;;, + 137;3;-0.000000, 0.028372, 0.000000;;, + 138;3;-0.000000, 0.028372, 0.000000;;, + 139;3;-0.000000, 0.028372, 0.000000;;, + 140;3;-0.000000, 0.028372, 0.000000;;, + 141;3;-0.000000, 0.028372, 0.000000;;, + 142;3;-0.000000, 0.028372, 0.000000;;, + 143;3;-0.000000, 0.028372, 0.000000;;, + 144;3;-0.000000, 0.028372, 0.000000;;, + 145;3;-0.000000, 0.028372, 0.000000;;, + 146;3;-0.000000, 0.028372, 0.000000;;, + 147;3;-0.000000, 0.028372, 0.000000;;, + 148;3;-0.000000, 0.028372, 0.000000;;, + 149;3;-0.000000, 0.028372, 0.000000;;, + 150;3;-0.000000, 0.028372, 0.000000;;, + 151;3;-0.000000, 0.028372, 0.000000;;, + 152;3;-0.000000, 0.028372, 0.000000;;, + 153;3;-0.000000, 0.028372, 0.000000;;, + 154;3;-0.000000, 0.028372, 0.000000;;, + 155;3;-0.000000, 0.028372, 0.000000;;, + 156;3;-0.000000, 0.028372, 0.000000;;, + 157;3;-0.000000, 0.028372, 0.000000;;, + 158;3;-0.000000, 0.028372, 0.000000;;, + 159;3;-0.000000, 0.028372, 0.000000;;; + } + } + Animation { + {wolfwoman_index_03_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 1;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 2;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 3;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 4;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 5;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 6;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 7;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 8;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 9;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 10;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 11;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 12;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 13;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 14;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 15;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 16;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 17;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 18;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 19;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 20;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 21;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 22;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 23;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 24;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 25;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 26;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 27;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 28;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 29;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 30;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 31;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 32;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 33;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 34;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 35;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 36;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 37;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 38;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 39;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 40;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 41;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 42;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 43;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 44;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 45;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 46;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 47;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 48;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 49;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 50;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 51;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 52;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 53;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 54;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 55;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 56;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 57;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 58;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 59;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 60;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 61;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 62;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 63;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 64;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 65;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 66;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 67;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 68;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 69;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 70;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 71;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 72;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 73;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 74;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 75;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 76;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 77;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 78;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 79;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 80;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 81;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 82;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 83;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 84;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 85;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 86;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 87;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 88;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 89;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 90;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 91;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 92;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 93;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 94;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 95;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 96;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 97;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 98;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 99;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 100;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 101;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 102;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 103;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 104;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 105;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 106;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 107;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 108;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 109;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 110;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 111;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 112;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 113;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 114;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 115;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 116;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 117;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 118;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 119;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 120;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 121;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 122;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 123;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 124;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 125;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 126;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 127;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 128;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 129;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 130;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 131;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 132;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 133;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 134;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 135;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 136;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 137;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 138;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 139;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 140;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 141;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 142;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 143;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 144;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 145;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 146;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 147;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 148;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 149;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 150;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 151;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 152;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 153;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 154;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 155;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 156;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 157;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 158;4;-0.997333, 0.045930, 0.035750,-0.044039;;, + 159;4;-0.997333, 0.045930, 0.035750,-0.044039;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.025422, 0.000000;;, + 1;3; 0.000000, 0.025422, 0.000000;;, + 2;3; 0.000000, 0.025422, 0.000000;;, + 3;3; 0.000000, 0.025422, 0.000000;;, + 4;3; 0.000000, 0.025422, 0.000000;;, + 5;3; 0.000000, 0.025422, 0.000000;;, + 6;3; 0.000000, 0.025422, 0.000000;;, + 7;3; 0.000000, 0.025422, 0.000000;;, + 8;3; 0.000000, 0.025422, 0.000000;;, + 9;3; 0.000000, 0.025422, 0.000000;;, + 10;3; 0.000000, 0.025422, 0.000000;;, + 11;3; 0.000000, 0.025422, 0.000000;;, + 12;3; 0.000000, 0.025422, 0.000000;;, + 13;3; 0.000000, 0.025422, 0.000000;;, + 14;3; 0.000000, 0.025422, 0.000000;;, + 15;3; 0.000000, 0.025422, 0.000000;;, + 16;3; 0.000000, 0.025422, 0.000000;;, + 17;3; 0.000000, 0.025422, 0.000000;;, + 18;3; 0.000000, 0.025422, 0.000000;;, + 19;3; 0.000000, 0.025422, 0.000000;;, + 20;3; 0.000000, 0.025422, 0.000000;;, + 21;3; 0.000000, 0.025422, 0.000000;;, + 22;3; 0.000000, 0.025422, 0.000000;;, + 23;3; 0.000000, 0.025422, 0.000000;;, + 24;3; 0.000000, 0.025422, 0.000000;;, + 25;3; 0.000000, 0.025422, 0.000000;;, + 26;3; 0.000000, 0.025422, 0.000000;;, + 27;3; 0.000000, 0.025422, 0.000000;;, + 28;3; 0.000000, 0.025422, 0.000000;;, + 29;3; 0.000000, 0.025422, 0.000000;;, + 30;3; 0.000000, 0.025422, 0.000000;;, + 31;3; 0.000000, 0.025422, 0.000000;;, + 32;3; 0.000000, 0.025422, 0.000000;;, + 33;3; 0.000000, 0.025422, 0.000000;;, + 34;3; 0.000000, 0.025422, 0.000000;;, + 35;3; 0.000000, 0.025422, 0.000000;;, + 36;3; 0.000000, 0.025422, 0.000000;;, + 37;3; 0.000000, 0.025422, 0.000000;;, + 38;3; 0.000000, 0.025422, 0.000000;;, + 39;3; 0.000000, 0.025422, 0.000000;;, + 40;3; 0.000000, 0.025422, 0.000000;;, + 41;3; 0.000000, 0.025422, 0.000000;;, + 42;3; 0.000000, 0.025422, 0.000000;;, + 43;3; 0.000000, 0.025422, 0.000000;;, + 44;3; 0.000000, 0.025422, 0.000000;;, + 45;3; 0.000000, 0.025422, 0.000000;;, + 46;3; 0.000000, 0.025422, 0.000000;;, + 47;3; 0.000000, 0.025422, 0.000000;;, + 48;3; 0.000000, 0.025422, 0.000000;;, + 49;3; 0.000000, 0.025422, 0.000000;;, + 50;3; 0.000000, 0.025422, 0.000000;;, + 51;3; 0.000000, 0.025422, 0.000000;;, + 52;3; 0.000000, 0.025422, 0.000000;;, + 53;3; 0.000000, 0.025422, 0.000000;;, + 54;3; 0.000000, 0.025422, 0.000000;;, + 55;3; 0.000000, 0.025422, 0.000000;;, + 56;3; 0.000000, 0.025422, 0.000000;;, + 57;3; 0.000000, 0.025422, 0.000000;;, + 58;3; 0.000000, 0.025422, 0.000000;;, + 59;3; 0.000000, 0.025422, 0.000000;;, + 60;3; 0.000000, 0.025422, 0.000000;;, + 61;3; 0.000000, 0.025422, 0.000000;;, + 62;3; 0.000000, 0.025422, 0.000000;;, + 63;3; 0.000000, 0.025422, 0.000000;;, + 64;3; 0.000000, 0.025422, 0.000000;;, + 65;3; 0.000000, 0.025422, 0.000000;;, + 66;3; 0.000000, 0.025422, 0.000000;;, + 67;3; 0.000000, 0.025422, 0.000000;;, + 68;3; 0.000000, 0.025422, 0.000000;;, + 69;3; 0.000000, 0.025422, 0.000000;;, + 70;3; 0.000000, 0.025422, 0.000000;;, + 71;3; 0.000000, 0.025422, 0.000000;;, + 72;3; 0.000000, 0.025422, 0.000000;;, + 73;3; 0.000000, 0.025422, 0.000000;;, + 74;3; 0.000000, 0.025422, 0.000000;;, + 75;3; 0.000000, 0.025422, 0.000000;;, + 76;3; 0.000000, 0.025422, 0.000000;;, + 77;3; 0.000000, 0.025422, 0.000000;;, + 78;3; 0.000000, 0.025422, 0.000000;;, + 79;3; 0.000000, 0.025422, 0.000000;;, + 80;3; 0.000000, 0.025422,-0.000000;;, + 81;3; 0.000000, 0.025422,-0.000000;;, + 82;3; 0.000000, 0.025422,-0.000000;;, + 83;3; 0.000000, 0.025422,-0.000000;;, + 84;3; 0.000000, 0.025422,-0.000000;;, + 85;3; 0.000000, 0.025422,-0.000000;;, + 86;3; 0.000000, 0.025422,-0.000000;;, + 87;3; 0.000000, 0.025422,-0.000000;;, + 88;3; 0.000000, 0.025422,-0.000000;;, + 89;3; 0.000000, 0.025422,-0.000000;;, + 90;3; 0.000000, 0.025422,-0.000000;;, + 91;3; 0.000000, 0.025422,-0.000000;;, + 92;3; 0.000000, 0.025422,-0.000000;;, + 93;3; 0.000000, 0.025422,-0.000000;;, + 94;3; 0.000000, 0.025422,-0.000000;;, + 95;3; 0.000000, 0.025422,-0.000000;;, + 96;3; 0.000000, 0.025422,-0.000000;;, + 97;3; 0.000000, 0.025422,-0.000000;;, + 98;3; 0.000000, 0.025422,-0.000000;;, + 99;3; 0.000000, 0.025422,-0.000000;;, + 100;3; 0.000000, 0.025422,-0.000000;;, + 101;3; 0.000000, 0.025422,-0.000000;;, + 102;3; 0.000000, 0.025422,-0.000000;;, + 103;3; 0.000000, 0.025422,-0.000000;;, + 104;3; 0.000000, 0.025422,-0.000000;;, + 105;3; 0.000000, 0.025422,-0.000000;;, + 106;3; 0.000000, 0.025422,-0.000000;;, + 107;3; 0.000000, 0.025422,-0.000000;;, + 108;3; 0.000000, 0.025422,-0.000000;;, + 109;3; 0.000000, 0.025422,-0.000000;;, + 110;3; 0.000000, 0.025422,-0.000000;;, + 111;3; 0.000000, 0.025422,-0.000000;;, + 112;3; 0.000000, 0.025422,-0.000000;;, + 113;3; 0.000000, 0.025422,-0.000000;;, + 114;3; 0.000000, 0.025422,-0.000000;;, + 115;3; 0.000000, 0.025422,-0.000000;;, + 116;3; 0.000000, 0.025422,-0.000000;;, + 117;3; 0.000000, 0.025422,-0.000000;;, + 118;3; 0.000000, 0.025422,-0.000000;;, + 119;3; 0.000000, 0.025422,-0.000000;;, + 120;3; 0.000000, 0.025422,-0.000000;;, + 121;3; 0.000000, 0.025422,-0.000000;;, + 122;3; 0.000000, 0.025422,-0.000000;;, + 123;3; 0.000000, 0.025422,-0.000000;;, + 124;3; 0.000000, 0.025422,-0.000000;;, + 125;3; 0.000000, 0.025422,-0.000000;;, + 126;3; 0.000000, 0.025422,-0.000000;;, + 127;3; 0.000000, 0.025422,-0.000000;;, + 128;3; 0.000000, 0.025422,-0.000000;;, + 129;3; 0.000000, 0.025422,-0.000000;;, + 130;3; 0.000000, 0.025422,-0.000000;;, + 131;3; 0.000000, 0.025422,-0.000000;;, + 132;3; 0.000000, 0.025422,-0.000000;;, + 133;3; 0.000000, 0.025422,-0.000000;;, + 134;3; 0.000000, 0.025422,-0.000000;;, + 135;3; 0.000000, 0.025422,-0.000000;;, + 136;3; 0.000000, 0.025422,-0.000000;;, + 137;3; 0.000000, 0.025422,-0.000000;;, + 138;3; 0.000000, 0.025422,-0.000000;;, + 139;3; 0.000000, 0.025422,-0.000000;;, + 140;3; 0.000000, 0.025422,-0.000000;;, + 141;3; 0.000000, 0.025422,-0.000000;;, + 142;3; 0.000000, 0.025422,-0.000000;;, + 143;3; 0.000000, 0.025422,-0.000000;;, + 144;3; 0.000000, 0.025422,-0.000000;;, + 145;3; 0.000000, 0.025422,-0.000000;;, + 146;3; 0.000000, 0.025422,-0.000000;;, + 147;3; 0.000000, 0.025422,-0.000000;;, + 148;3; 0.000000, 0.025422,-0.000000;;, + 149;3; 0.000000, 0.025422,-0.000000;;, + 150;3; 0.000000, 0.025422,-0.000000;;, + 151;3; 0.000000, 0.025422,-0.000000;;, + 152;3; 0.000000, 0.025422,-0.000000;;, + 153;3; 0.000000, 0.025422,-0.000000;;, + 154;3; 0.000000, 0.025422,-0.000000;;, + 155;3; 0.000000, 0.025422,-0.000000;;, + 156;3; 0.000000, 0.025422,-0.000000;;, + 157;3; 0.000000, 0.025422,-0.000000;;, + 158;3; 0.000000, 0.025422,-0.000000;;, + 159;3; 0.000000, 0.025422,-0.000000;;; + } + } + Animation { + {wolfwoman_middle_01_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 1;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 2;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 3;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 4;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 5;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 6;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 7;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 8;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 9;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 10;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 11;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 12;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 13;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 14;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 15;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 16;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 17;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 18;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 19;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 20;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 21;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 22;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 23;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 24;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 25;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 26;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 27;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 28;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 29;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 30;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 31;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 32;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 33;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 34;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 35;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 36;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 37;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 38;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 39;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 40;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 41;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 42;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 43;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 44;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 45;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 46;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 47;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 48;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 49;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 50;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 51;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 52;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 53;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 54;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 55;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 56;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 57;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 58;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 59;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 60;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 61;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 62;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 63;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 64;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 65;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 66;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 67;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 68;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 69;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 70;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 71;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 72;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 73;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 74;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 75;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 76;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 77;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 78;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 79;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 80;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 81;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 82;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 83;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 84;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 85;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 86;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 87;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 88;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 89;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 90;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 91;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 92;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 93;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 94;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 95;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 96;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 97;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 98;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 99;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 100;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 101;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 102;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 103;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 104;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 105;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 106;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 107;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 108;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 109;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 110;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 111;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 112;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 113;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 114;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 115;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 116;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 117;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 118;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 119;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 120;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 121;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 122;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 123;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 124;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 125;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 126;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 127;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 128;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 129;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 130;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 131;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 132;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 133;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 134;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 135;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 136;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 137;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 138;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 139;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 140;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 141;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 142;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 143;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 144;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 145;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 146;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 147;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 148;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 149;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 150;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 151;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 152;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 153;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 154;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 155;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 156;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 157;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 158;4;-0.950423,-0.039560, 0.287887,-0.110691;;, + 159;4;-0.950423,-0.039560, 0.287887,-0.110691;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.007724, 0.110602,-0.017004;;, + 1;3;-0.007724, 0.110602,-0.017004;;, + 2;3;-0.007724, 0.110602,-0.017004;;, + 3;3;-0.007724, 0.110602,-0.017004;;, + 4;3;-0.007724, 0.110602,-0.017004;;, + 5;3;-0.007724, 0.110602,-0.017004;;, + 6;3;-0.007724, 0.110602,-0.017004;;, + 7;3;-0.007724, 0.110602,-0.017004;;, + 8;3;-0.007724, 0.110602,-0.017004;;, + 9;3;-0.007724, 0.110602,-0.017004;;, + 10;3;-0.007724, 0.110602,-0.017004;;, + 11;3;-0.007724, 0.110602,-0.017004;;, + 12;3;-0.007724, 0.110602,-0.017004;;, + 13;3;-0.007724, 0.110602,-0.017004;;, + 14;3;-0.007724, 0.110602,-0.017004;;, + 15;3;-0.007724, 0.110602,-0.017004;;, + 16;3;-0.007724, 0.110602,-0.017004;;, + 17;3;-0.007724, 0.110602,-0.017004;;, + 18;3;-0.007724, 0.110602,-0.017004;;, + 19;3;-0.007724, 0.110602,-0.017004;;, + 20;3;-0.007724, 0.110602,-0.017004;;, + 21;3;-0.007724, 0.110602,-0.017004;;, + 22;3;-0.007724, 0.110602,-0.017004;;, + 23;3;-0.007724, 0.110602,-0.017004;;, + 24;3;-0.007724, 0.110602,-0.017004;;, + 25;3;-0.007724, 0.110602,-0.017004;;, + 26;3;-0.007724, 0.110602,-0.017004;;, + 27;3;-0.007724, 0.110602,-0.017004;;, + 28;3;-0.007724, 0.110602,-0.017004;;, + 29;3;-0.007724, 0.110602,-0.017004;;, + 30;3;-0.007724, 0.110602,-0.017004;;, + 31;3;-0.007724, 0.110602,-0.017004;;, + 32;3;-0.007724, 0.110602,-0.017004;;, + 33;3;-0.007724, 0.110602,-0.017004;;, + 34;3;-0.007724, 0.110602,-0.017004;;, + 35;3;-0.007724, 0.110602,-0.017004;;, + 36;3;-0.007724, 0.110602,-0.017004;;, + 37;3;-0.007724, 0.110602,-0.017004;;, + 38;3;-0.007724, 0.110602,-0.017004;;, + 39;3;-0.007724, 0.110602,-0.017004;;, + 40;3;-0.007724, 0.110602,-0.017004;;, + 41;3;-0.007724, 0.110602,-0.017004;;, + 42;3;-0.007724, 0.110602,-0.017004;;, + 43;3;-0.007724, 0.110602,-0.017004;;, + 44;3;-0.007724, 0.110602,-0.017004;;, + 45;3;-0.007724, 0.110602,-0.017004;;, + 46;3;-0.007724, 0.110602,-0.017004;;, + 47;3;-0.007724, 0.110602,-0.017004;;, + 48;3;-0.007724, 0.110602,-0.017004;;, + 49;3;-0.007724, 0.110602,-0.017004;;, + 50;3;-0.007724, 0.110602,-0.017004;;, + 51;3;-0.007724, 0.110602,-0.017004;;, + 52;3;-0.007724, 0.110602,-0.017004;;, + 53;3;-0.007724, 0.110602,-0.017004;;, + 54;3;-0.007724, 0.110602,-0.017004;;, + 55;3;-0.007724, 0.110602,-0.017004;;, + 56;3;-0.007724, 0.110602,-0.017004;;, + 57;3;-0.007724, 0.110602,-0.017004;;, + 58;3;-0.007724, 0.110602,-0.017004;;, + 59;3;-0.007724, 0.110602,-0.017004;;, + 60;3;-0.007724, 0.110602,-0.017004;;, + 61;3;-0.007724, 0.110602,-0.017004;;, + 62;3;-0.007724, 0.110602,-0.017004;;, + 63;3;-0.007724, 0.110602,-0.017004;;, + 64;3;-0.007724, 0.110602,-0.017004;;, + 65;3;-0.007724, 0.110602,-0.017004;;, + 66;3;-0.007724, 0.110602,-0.017004;;, + 67;3;-0.007724, 0.110602,-0.017004;;, + 68;3;-0.007724, 0.110602,-0.017004;;, + 69;3;-0.007724, 0.110602,-0.017004;;, + 70;3;-0.007724, 0.110602,-0.017004;;, + 71;3;-0.007724, 0.110602,-0.017004;;, + 72;3;-0.007724, 0.110602,-0.017004;;, + 73;3;-0.007724, 0.110602,-0.017004;;, + 74;3;-0.007724, 0.110602,-0.017004;;, + 75;3;-0.007724, 0.110602,-0.017004;;, + 76;3;-0.007724, 0.110602,-0.017004;;, + 77;3;-0.007724, 0.110602,-0.017004;;, + 78;3;-0.007724, 0.110602,-0.017004;;, + 79;3;-0.007724, 0.110602,-0.017004;;, + 80;3;-0.007724, 0.110602,-0.017004;;, + 81;3;-0.007724, 0.110602,-0.017004;;, + 82;3;-0.007724, 0.110602,-0.017004;;, + 83;3;-0.007724, 0.110602,-0.017004;;, + 84;3;-0.007724, 0.110602,-0.017004;;, + 85;3;-0.007724, 0.110602,-0.017004;;, + 86;3;-0.007724, 0.110602,-0.017004;;, + 87;3;-0.007724, 0.110602,-0.017004;;, + 88;3;-0.007724, 0.110602,-0.017004;;, + 89;3;-0.007724, 0.110602,-0.017004;;, + 90;3;-0.007724, 0.110602,-0.017004;;, + 91;3;-0.007724, 0.110602,-0.017004;;, + 92;3;-0.007724, 0.110602,-0.017004;;, + 93;3;-0.007724, 0.110602,-0.017004;;, + 94;3;-0.007724, 0.110602,-0.017004;;, + 95;3;-0.007724, 0.110602,-0.017004;;, + 96;3;-0.007724, 0.110602,-0.017004;;, + 97;3;-0.007724, 0.110602,-0.017004;;, + 98;3;-0.007724, 0.110602,-0.017004;;, + 99;3;-0.007724, 0.110602,-0.017004;;, + 100;3;-0.007724, 0.110602,-0.017004;;, + 101;3;-0.007724, 0.110602,-0.017004;;, + 102;3;-0.007724, 0.110602,-0.017004;;, + 103;3;-0.007724, 0.110602,-0.017004;;, + 104;3;-0.007724, 0.110602,-0.017004;;, + 105;3;-0.007724, 0.110602,-0.017004;;, + 106;3;-0.007724, 0.110602,-0.017004;;, + 107;3;-0.007724, 0.110602,-0.017004;;, + 108;3;-0.007724, 0.110602,-0.017004;;, + 109;3;-0.007724, 0.110602,-0.017004;;, + 110;3;-0.007724, 0.110602,-0.017004;;, + 111;3;-0.007724, 0.110602,-0.017004;;, + 112;3;-0.007724, 0.110602,-0.017004;;, + 113;3;-0.007724, 0.110602,-0.017004;;, + 114;3;-0.007724, 0.110602,-0.017004;;, + 115;3;-0.007724, 0.110602,-0.017004;;, + 116;3;-0.007724, 0.110602,-0.017004;;, + 117;3;-0.007724, 0.110602,-0.017004;;, + 118;3;-0.007724, 0.110602,-0.017004;;, + 119;3;-0.007724, 0.110602,-0.017004;;, + 120;3;-0.007724, 0.110602,-0.017004;;, + 121;3;-0.007724, 0.110602,-0.017004;;, + 122;3;-0.007724, 0.110602,-0.017004;;, + 123;3;-0.007724, 0.110602,-0.017004;;, + 124;3;-0.007724, 0.110602,-0.017004;;, + 125;3;-0.007724, 0.110602,-0.017004;;, + 126;3;-0.007724, 0.110602,-0.017004;;, + 127;3;-0.007724, 0.110602,-0.017004;;, + 128;3;-0.007724, 0.110602,-0.017004;;, + 129;3;-0.007724, 0.110602,-0.017004;;, + 130;3;-0.007724, 0.110602,-0.017004;;, + 131;3;-0.007724, 0.110602,-0.017004;;, + 132;3;-0.007724, 0.110602,-0.017004;;, + 133;3;-0.007724, 0.110602,-0.017004;;, + 134;3;-0.007724, 0.110602,-0.017004;;, + 135;3;-0.007724, 0.110602,-0.017004;;, + 136;3;-0.007724, 0.110602,-0.017004;;, + 137;3;-0.007724, 0.110602,-0.017004;;, + 138;3;-0.007724, 0.110602,-0.017004;;, + 139;3;-0.007724, 0.110602,-0.017004;;, + 140;3;-0.007724, 0.110602,-0.017004;;, + 141;3;-0.007724, 0.110602,-0.017004;;, + 142;3;-0.007724, 0.110602,-0.017004;;, + 143;3;-0.007724, 0.110602,-0.017004;;, + 144;3;-0.007724, 0.110602,-0.017004;;, + 145;3;-0.007724, 0.110602,-0.017004;;, + 146;3;-0.007724, 0.110602,-0.017004;;, + 147;3;-0.007724, 0.110602,-0.017004;;, + 148;3;-0.007724, 0.110602,-0.017004;;, + 149;3;-0.007724, 0.110602,-0.017004;;, + 150;3;-0.007724, 0.110602,-0.017004;;, + 151;3;-0.007724, 0.110602,-0.017004;;, + 152;3;-0.007724, 0.110602,-0.017004;;, + 153;3;-0.007724, 0.110602,-0.017004;;, + 154;3;-0.007724, 0.110602,-0.017004;;, + 155;3;-0.007724, 0.110602,-0.017004;;, + 156;3;-0.007724, 0.110602,-0.017004;;, + 157;3;-0.007724, 0.110602,-0.017004;;, + 158;3;-0.007724, 0.110602,-0.017004;;, + 159;3;-0.007724, 0.110602,-0.017004;;; + } + } + Animation { + {wolfwoman_middle_02_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 1;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 2;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 3;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 4;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 5;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 6;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 7;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 8;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 9;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 10;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 11;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 12;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 13;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 14;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 15;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 16;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 17;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 18;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 19;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 20;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 21;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 22;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 23;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 24;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 25;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 26;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 27;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 28;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 29;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 30;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 31;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 32;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 33;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 34;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 35;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 36;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 37;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 38;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 39;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 40;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 41;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 42;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 43;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 44;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 45;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 46;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 47;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 48;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 49;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 50;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 51;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 52;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 53;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 54;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 55;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 56;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 57;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 58;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 59;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 60;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 61;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 62;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 63;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 64;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 65;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 66;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 67;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 68;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 69;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 70;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 71;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 72;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 73;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 74;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 75;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 76;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 77;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 78;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 79;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 80;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 81;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 82;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 83;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 84;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 85;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 86;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 87;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 88;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 89;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 90;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 91;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 92;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 93;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 94;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 95;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 96;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 97;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 98;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 99;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 100;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 101;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 102;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 103;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 104;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 105;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 106;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 107;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 108;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 109;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 110;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 111;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 112;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 113;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 114;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 115;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 116;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 117;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 118;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 119;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 120;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 121;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 122;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 123;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 124;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 125;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 126;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 127;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 128;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 129;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 130;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 131;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 132;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 133;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 134;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 135;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 136;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 137;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 138;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 139;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 140;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 141;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 142;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 143;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 144;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 145;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 146;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 147;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 148;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 149;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 150;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 151;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 152;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 153;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 154;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 155;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 156;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 157;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 158;4;-0.998624, 0.003110,-0.039838, 0.033956;;, + 159;4;-0.998624, 0.003110,-0.039838, 0.033956;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.036967,-0.000000;;, + 1;3;-0.000000, 0.036967,-0.000000;;, + 2;3;-0.000000, 0.036967,-0.000000;;, + 3;3;-0.000000, 0.036967,-0.000000;;, + 4;3;-0.000000, 0.036967,-0.000000;;, + 5;3;-0.000000, 0.036967,-0.000000;;, + 6;3;-0.000000, 0.036967,-0.000000;;, + 7;3;-0.000000, 0.036967,-0.000000;;, + 8;3;-0.000000, 0.036967,-0.000000;;, + 9;3;-0.000000, 0.036967,-0.000000;;, + 10;3;-0.000000, 0.036967,-0.000000;;, + 11;3;-0.000000, 0.036967,-0.000000;;, + 12;3;-0.000000, 0.036967,-0.000000;;, + 13;3;-0.000000, 0.036967,-0.000000;;, + 14;3;-0.000000, 0.036967,-0.000000;;, + 15;3;-0.000000, 0.036967,-0.000000;;, + 16;3;-0.000000, 0.036967,-0.000000;;, + 17;3;-0.000000, 0.036967,-0.000000;;, + 18;3;-0.000000, 0.036967,-0.000000;;, + 19;3;-0.000000, 0.036967,-0.000000;;, + 20;3;-0.000000, 0.036967,-0.000000;;, + 21;3;-0.000000, 0.036967,-0.000000;;, + 22;3;-0.000000, 0.036967,-0.000000;;, + 23;3;-0.000000, 0.036967,-0.000000;;, + 24;3;-0.000000, 0.036967,-0.000000;;, + 25;3;-0.000000, 0.036967,-0.000000;;, + 26;3;-0.000000, 0.036967,-0.000000;;, + 27;3;-0.000000, 0.036967,-0.000000;;, + 28;3;-0.000000, 0.036967,-0.000000;;, + 29;3;-0.000000, 0.036967,-0.000000;;, + 30;3;-0.000000, 0.036967,-0.000000;;, + 31;3;-0.000000, 0.036967,-0.000000;;, + 32;3;-0.000000, 0.036967,-0.000000;;, + 33;3;-0.000000, 0.036967,-0.000000;;, + 34;3;-0.000000, 0.036967,-0.000000;;, + 35;3;-0.000000, 0.036967,-0.000000;;, + 36;3;-0.000000, 0.036967,-0.000000;;, + 37;3;-0.000000, 0.036967,-0.000000;;, + 38;3;-0.000000, 0.036967,-0.000000;;, + 39;3;-0.000000, 0.036967,-0.000000;;, + 40;3;-0.000000, 0.036967,-0.000000;;, + 41;3;-0.000000, 0.036967,-0.000000;;, + 42;3;-0.000000, 0.036967,-0.000000;;, + 43;3;-0.000000, 0.036967,-0.000000;;, + 44;3;-0.000000, 0.036967,-0.000000;;, + 45;3;-0.000000, 0.036967,-0.000000;;, + 46;3;-0.000000, 0.036967,-0.000000;;, + 47;3;-0.000000, 0.036967,-0.000000;;, + 48;3;-0.000000, 0.036967,-0.000000;;, + 49;3;-0.000000, 0.036967,-0.000000;;, + 50;3;-0.000000, 0.036967,-0.000000;;, + 51;3;-0.000000, 0.036967,-0.000000;;, + 52;3;-0.000000, 0.036967,-0.000000;;, + 53;3;-0.000000, 0.036967,-0.000000;;, + 54;3;-0.000000, 0.036967,-0.000000;;, + 55;3;-0.000000, 0.036967,-0.000000;;, + 56;3;-0.000000, 0.036967,-0.000000;;, + 57;3;-0.000000, 0.036967,-0.000000;;, + 58;3;-0.000000, 0.036967,-0.000000;;, + 59;3;-0.000000, 0.036967,-0.000000;;, + 60;3;-0.000000, 0.036967,-0.000000;;, + 61;3;-0.000000, 0.036967,-0.000000;;, + 62;3;-0.000000, 0.036967,-0.000000;;, + 63;3;-0.000000, 0.036967,-0.000000;;, + 64;3;-0.000000, 0.036967,-0.000000;;, + 65;3;-0.000000, 0.036967,-0.000000;;, + 66;3;-0.000000, 0.036967,-0.000000;;, + 67;3;-0.000000, 0.036967,-0.000000;;, + 68;3;-0.000000, 0.036967,-0.000000;;, + 69;3;-0.000000, 0.036967,-0.000000;;, + 70;3;-0.000000, 0.036967,-0.000000;;, + 71;3;-0.000000, 0.036967,-0.000000;;, + 72;3;-0.000000, 0.036967,-0.000000;;, + 73;3;-0.000000, 0.036967,-0.000000;;, + 74;3;-0.000000, 0.036967,-0.000000;;, + 75;3;-0.000000, 0.036967,-0.000000;;, + 76;3;-0.000000, 0.036967,-0.000000;;, + 77;3;-0.000000, 0.036967,-0.000000;;, + 78;3;-0.000000, 0.036967,-0.000000;;, + 79;3;-0.000000, 0.036967,-0.000000;;, + 80;3;-0.000000, 0.036967,-0.000000;;, + 81;3;-0.000000, 0.036967,-0.000000;;, + 82;3;-0.000000, 0.036967,-0.000000;;, + 83;3;-0.000000, 0.036967,-0.000000;;, + 84;3;-0.000000, 0.036967,-0.000000;;, + 85;3;-0.000000, 0.036967,-0.000000;;, + 86;3;-0.000000, 0.036967,-0.000000;;, + 87;3;-0.000000, 0.036967,-0.000000;;, + 88;3;-0.000000, 0.036967,-0.000000;;, + 89;3;-0.000000, 0.036967,-0.000000;;, + 90;3;-0.000000, 0.036967,-0.000000;;, + 91;3;-0.000000, 0.036967,-0.000000;;, + 92;3;-0.000000, 0.036967,-0.000000;;, + 93;3;-0.000000, 0.036967,-0.000000;;, + 94;3;-0.000000, 0.036967,-0.000000;;, + 95;3;-0.000000, 0.036967,-0.000000;;, + 96;3;-0.000000, 0.036967,-0.000000;;, + 97;3;-0.000000, 0.036967,-0.000000;;, + 98;3;-0.000000, 0.036967,-0.000000;;, + 99;3;-0.000000, 0.036967,-0.000000;;, + 100;3;-0.000000, 0.036967,-0.000000;;, + 101;3;-0.000000, 0.036967,-0.000000;;, + 102;3;-0.000000, 0.036967,-0.000000;;, + 103;3;-0.000000, 0.036967,-0.000000;;, + 104;3;-0.000000, 0.036967,-0.000000;;, + 105;3;-0.000000, 0.036967,-0.000000;;, + 106;3;-0.000000, 0.036967,-0.000000;;, + 107;3;-0.000000, 0.036967,-0.000000;;, + 108;3;-0.000000, 0.036967,-0.000000;;, + 109;3;-0.000000, 0.036967,-0.000000;;, + 110;3;-0.000000, 0.036967,-0.000000;;, + 111;3;-0.000000, 0.036967,-0.000000;;, + 112;3;-0.000000, 0.036967,-0.000000;;, + 113;3;-0.000000, 0.036967,-0.000000;;, + 114;3;-0.000000, 0.036967,-0.000000;;, + 115;3;-0.000000, 0.036967,-0.000000;;, + 116;3;-0.000000, 0.036967,-0.000000;;, + 117;3;-0.000000, 0.036967,-0.000000;;, + 118;3;-0.000000, 0.036967,-0.000000;;, + 119;3;-0.000000, 0.036967,-0.000000;;, + 120;3;-0.000000, 0.036967,-0.000000;;, + 121;3;-0.000000, 0.036967,-0.000000;;, + 122;3;-0.000000, 0.036967,-0.000000;;, + 123;3;-0.000000, 0.036967,-0.000000;;, + 124;3;-0.000000, 0.036967,-0.000000;;, + 125;3;-0.000000, 0.036967,-0.000000;;, + 126;3;-0.000000, 0.036967,-0.000000;;, + 127;3;-0.000000, 0.036967,-0.000000;;, + 128;3;-0.000000, 0.036967,-0.000000;;, + 129;3;-0.000000, 0.036967,-0.000000;;, + 130;3;-0.000000, 0.036967,-0.000000;;, + 131;3;-0.000000, 0.036967,-0.000000;;, + 132;3;-0.000000, 0.036967,-0.000000;;, + 133;3;-0.000000, 0.036967,-0.000000;;, + 134;3;-0.000000, 0.036967,-0.000000;;, + 135;3;-0.000000, 0.036967,-0.000000;;, + 136;3;-0.000000, 0.036967,-0.000000;;, + 137;3;-0.000000, 0.036967,-0.000000;;, + 138;3;-0.000000, 0.036967,-0.000000;;, + 139;3;-0.000000, 0.036967,-0.000000;;, + 140;3;-0.000000, 0.036967,-0.000000;;, + 141;3;-0.000000, 0.036967,-0.000000;;, + 142;3;-0.000000, 0.036967,-0.000000;;, + 143;3;-0.000000, 0.036967,-0.000000;;, + 144;3;-0.000000, 0.036967,-0.000000;;, + 145;3;-0.000000, 0.036967,-0.000000;;, + 146;3;-0.000000, 0.036967,-0.000000;;, + 147;3;-0.000000, 0.036967,-0.000000;;, + 148;3;-0.000000, 0.036967,-0.000000;;, + 149;3;-0.000000, 0.036967,-0.000000;;, + 150;3;-0.000000, 0.036967,-0.000000;;, + 151;3;-0.000000, 0.036967,-0.000000;;, + 152;3;-0.000000, 0.036967,-0.000000;;, + 153;3;-0.000000, 0.036967,-0.000000;;, + 154;3;-0.000000, 0.036967,-0.000000;;, + 155;3;-0.000000, 0.036967,-0.000000;;, + 156;3;-0.000000, 0.036967,-0.000000;;, + 157;3;-0.000000, 0.036967,-0.000000;;, + 158;3;-0.000000, 0.036967,-0.000000;;, + 159;3;-0.000000, 0.036967,-0.000000;;; + } + } + Animation { + {wolfwoman_middle_03_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 1;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 2;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 3;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 4;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 5;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 6;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 7;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 8;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 9;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 10;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 11;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 12;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 13;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 14;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 15;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 16;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 17;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 18;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 19;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 20;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 21;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 22;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 23;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 24;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 25;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 26;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 27;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 28;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 29;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 30;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 31;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 32;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 33;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 34;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 35;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 36;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 37;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 38;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 39;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 40;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 41;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 42;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 43;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 44;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 45;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 46;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 47;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 48;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 49;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 50;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 51;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 52;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 53;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 54;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 55;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 56;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 57;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 58;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 59;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 60;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 61;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 62;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 63;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 64;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 65;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 66;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 67;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 68;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 69;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 70;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 71;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 72;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 73;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 74;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 75;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 76;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 77;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 78;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 79;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 80;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 81;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 82;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 83;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 84;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 85;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 86;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 87;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 88;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 89;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 90;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 91;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 92;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 93;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 94;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 95;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 96;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 97;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 98;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 99;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 100;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 101;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 102;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 103;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 104;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 105;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 106;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 107;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 108;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 109;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 110;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 111;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 112;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 113;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 114;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 115;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 116;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 117;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 118;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 119;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 120;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 121;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 122;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 123;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 124;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 125;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 126;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 127;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 128;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 129;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 130;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 131;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 132;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 133;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 134;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 135;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 136;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 137;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 138;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 139;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 140;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 141;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 142;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 143;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 144;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 145;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 146;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 147;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 148;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 149;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 150;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 151;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 152;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 153;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 154;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 155;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 156;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 157;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 158;4;-0.996439, 0.054153, 0.048252,-0.042990;;, + 159;4;-0.996439, 0.054153, 0.048252,-0.042990;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.030088, 0.000000;;, + 1;3;-0.000000, 0.030088, 0.000000;;, + 2;3;-0.000000, 0.030088, 0.000000;;, + 3;3;-0.000000, 0.030088, 0.000000;;, + 4;3;-0.000000, 0.030088, 0.000000;;, + 5;3;-0.000000, 0.030088, 0.000000;;, + 6;3;-0.000000, 0.030088, 0.000000;;, + 7;3;-0.000000, 0.030088, 0.000000;;, + 8;3;-0.000000, 0.030088, 0.000000;;, + 9;3;-0.000000, 0.030088, 0.000000;;, + 10;3;-0.000000, 0.030088, 0.000000;;, + 11;3;-0.000000, 0.030088, 0.000000;;, + 12;3;-0.000000, 0.030088, 0.000000;;, + 13;3;-0.000000, 0.030088, 0.000000;;, + 14;3;-0.000000, 0.030088, 0.000000;;, + 15;3;-0.000000, 0.030088, 0.000000;;, + 16;3;-0.000000, 0.030088, 0.000000;;, + 17;3;-0.000000, 0.030088, 0.000000;;, + 18;3;-0.000000, 0.030088, 0.000000;;, + 19;3;-0.000000, 0.030088, 0.000000;;, + 20;3;-0.000000, 0.030088, 0.000000;;, + 21;3;-0.000000, 0.030088, 0.000000;;, + 22;3;-0.000000, 0.030088, 0.000000;;, + 23;3;-0.000000, 0.030088, 0.000000;;, + 24;3;-0.000000, 0.030088, 0.000000;;, + 25;3;-0.000000, 0.030088, 0.000000;;, + 26;3;-0.000000, 0.030088, 0.000000;;, + 27;3;-0.000000, 0.030088, 0.000000;;, + 28;3;-0.000000, 0.030088, 0.000000;;, + 29;3;-0.000000, 0.030088, 0.000000;;, + 30;3;-0.000000, 0.030088, 0.000000;;, + 31;3;-0.000000, 0.030088, 0.000000;;, + 32;3;-0.000000, 0.030088, 0.000000;;, + 33;3;-0.000000, 0.030088, 0.000000;;, + 34;3;-0.000000, 0.030088, 0.000000;;, + 35;3;-0.000000, 0.030088, 0.000000;;, + 36;3;-0.000000, 0.030088, 0.000000;;, + 37;3;-0.000000, 0.030088, 0.000000;;, + 38;3;-0.000000, 0.030088, 0.000000;;, + 39;3;-0.000000, 0.030088, 0.000000;;, + 40;3;-0.000000, 0.030088, 0.000000;;, + 41;3;-0.000000, 0.030088, 0.000000;;, + 42;3;-0.000000, 0.030088, 0.000000;;, + 43;3;-0.000000, 0.030088, 0.000000;;, + 44;3;-0.000000, 0.030088, 0.000000;;, + 45;3;-0.000000, 0.030088, 0.000000;;, + 46;3;-0.000000, 0.030088, 0.000000;;, + 47;3;-0.000000, 0.030088, 0.000000;;, + 48;3;-0.000000, 0.030088, 0.000000;;, + 49;3;-0.000000, 0.030088, 0.000000;;, + 50;3;-0.000000, 0.030088, 0.000000;;, + 51;3;-0.000000, 0.030088, 0.000000;;, + 52;3;-0.000000, 0.030088, 0.000000;;, + 53;3;-0.000000, 0.030088, 0.000000;;, + 54;3;-0.000000, 0.030088, 0.000000;;, + 55;3;-0.000000, 0.030088, 0.000000;;, + 56;3;-0.000000, 0.030088, 0.000000;;, + 57;3;-0.000000, 0.030088, 0.000000;;, + 58;3;-0.000000, 0.030088, 0.000000;;, + 59;3;-0.000000, 0.030088, 0.000000;;, + 60;3;-0.000000, 0.030088, 0.000000;;, + 61;3;-0.000000, 0.030088, 0.000000;;, + 62;3;-0.000000, 0.030088, 0.000000;;, + 63;3;-0.000000, 0.030088, 0.000000;;, + 64;3;-0.000000, 0.030088, 0.000000;;, + 65;3;-0.000000, 0.030088, 0.000000;;, + 66;3;-0.000000, 0.030088, 0.000000;;, + 67;3;-0.000000, 0.030088, 0.000000;;, + 68;3;-0.000000, 0.030088, 0.000000;;, + 69;3;-0.000000, 0.030088, 0.000000;;, + 70;3;-0.000000, 0.030088, 0.000000;;, + 71;3;-0.000000, 0.030088, 0.000000;;, + 72;3;-0.000000, 0.030088, 0.000000;;, + 73;3;-0.000000, 0.030088, 0.000000;;, + 74;3;-0.000000, 0.030088, 0.000000;;, + 75;3;-0.000000, 0.030088, 0.000000;;, + 76;3;-0.000000, 0.030088, 0.000000;;, + 77;3;-0.000000, 0.030088, 0.000000;;, + 78;3;-0.000000, 0.030088, 0.000000;;, + 79;3;-0.000000, 0.030088, 0.000000;;, + 80;3;-0.000000, 0.030088, 0.000000;;, + 81;3;-0.000000, 0.030088, 0.000000;;, + 82;3;-0.000000, 0.030088, 0.000000;;, + 83;3;-0.000000, 0.030088, 0.000000;;, + 84;3;-0.000000, 0.030088, 0.000000;;, + 85;3;-0.000000, 0.030088, 0.000000;;, + 86;3;-0.000000, 0.030088, 0.000000;;, + 87;3;-0.000000, 0.030088, 0.000000;;, + 88;3;-0.000000, 0.030088, 0.000000;;, + 89;3;-0.000000, 0.030088, 0.000000;;, + 90;3;-0.000000, 0.030088, 0.000000;;, + 91;3;-0.000000, 0.030088, 0.000000;;, + 92;3;-0.000000, 0.030088, 0.000000;;, + 93;3;-0.000000, 0.030088, 0.000000;;, + 94;3;-0.000000, 0.030088, 0.000000;;, + 95;3;-0.000000, 0.030088, 0.000000;;, + 96;3;-0.000000, 0.030088, 0.000000;;, + 97;3;-0.000000, 0.030088, 0.000000;;, + 98;3;-0.000000, 0.030088, 0.000000;;, + 99;3;-0.000000, 0.030088, 0.000000;;, + 100;3;-0.000000, 0.030088, 0.000000;;, + 101;3;-0.000000, 0.030088, 0.000000;;, + 102;3;-0.000000, 0.030088, 0.000000;;, + 103;3;-0.000000, 0.030088, 0.000000;;, + 104;3;-0.000000, 0.030088, 0.000000;;, + 105;3;-0.000000, 0.030088, 0.000000;;, + 106;3;-0.000000, 0.030088, 0.000000;;, + 107;3;-0.000000, 0.030088, 0.000000;;, + 108;3;-0.000000, 0.030088, 0.000000;;, + 109;3;-0.000000, 0.030088, 0.000000;;, + 110;3;-0.000000, 0.030088, 0.000000;;, + 111;3;-0.000000, 0.030088, 0.000000;;, + 112;3;-0.000000, 0.030088, 0.000000;;, + 113;3;-0.000000, 0.030088, 0.000000;;, + 114;3;-0.000000, 0.030088, 0.000000;;, + 115;3;-0.000000, 0.030088, 0.000000;;, + 116;3;-0.000000, 0.030088, 0.000000;;, + 117;3;-0.000000, 0.030088, 0.000000;;, + 118;3;-0.000000, 0.030088, 0.000000;;, + 119;3;-0.000000, 0.030088, 0.000000;;, + 120;3;-0.000000, 0.030088, 0.000000;;, + 121;3;-0.000000, 0.030088, 0.000000;;, + 122;3;-0.000000, 0.030088, 0.000000;;, + 123;3;-0.000000, 0.030088, 0.000000;;, + 124;3;-0.000000, 0.030088, 0.000000;;, + 125;3;-0.000000, 0.030088, 0.000000;;, + 126;3;-0.000000, 0.030088, 0.000000;;, + 127;3;-0.000000, 0.030088, 0.000000;;, + 128;3;-0.000000, 0.030088, 0.000000;;, + 129;3;-0.000000, 0.030088, 0.000000;;, + 130;3;-0.000000, 0.030088, 0.000000;;, + 131;3;-0.000000, 0.030088, 0.000000;;, + 132;3;-0.000000, 0.030088, 0.000000;;, + 133;3;-0.000000, 0.030088, 0.000000;;, + 134;3;-0.000000, 0.030088, 0.000000;;, + 135;3;-0.000000, 0.030088, 0.000000;;, + 136;3;-0.000000, 0.030088, 0.000000;;, + 137;3;-0.000000, 0.030088, 0.000000;;, + 138;3;-0.000000, 0.030088, 0.000000;;, + 139;3;-0.000000, 0.030088, 0.000000;;, + 140;3;-0.000000, 0.030088, 0.000000;;, + 141;3;-0.000000, 0.030088, 0.000000;;, + 142;3;-0.000000, 0.030088, 0.000000;;, + 143;3;-0.000000, 0.030088, 0.000000;;, + 144;3;-0.000000, 0.030088, 0.000000;;, + 145;3;-0.000000, 0.030088, 0.000000;;, + 146;3;-0.000000, 0.030088, 0.000000;;, + 147;3;-0.000000, 0.030088, 0.000000;;, + 148;3;-0.000000, 0.030088, 0.000000;;, + 149;3;-0.000000, 0.030088, 0.000000;;, + 150;3;-0.000000, 0.030088, 0.000000;;, + 151;3;-0.000000, 0.030088, 0.000000;;, + 152;3;-0.000000, 0.030088, 0.000000;;, + 153;3;-0.000000, 0.030088, 0.000000;;, + 154;3;-0.000000, 0.030088, 0.000000;;, + 155;3;-0.000000, 0.030088, 0.000000;;, + 156;3;-0.000000, 0.030088, 0.000000;;, + 157;3;-0.000000, 0.030088, 0.000000;;, + 158;3;-0.000000, 0.030088, 0.000000;;, + 159;3;-0.000000, 0.030088, 0.000000;;; + } + } + Animation { + {wolfwoman_pinky_01_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 1;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 2;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 3;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 4;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 5;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 6;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 7;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 8;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 9;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 10;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 11;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 12;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 13;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 14;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 15;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 16;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 17;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 18;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 19;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 20;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 21;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 22;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 23;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 24;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 25;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 26;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 27;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 28;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 29;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 30;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 31;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 32;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 33;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 34;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 35;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 36;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 37;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 38;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 39;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 40;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 41;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 42;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 43;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 44;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 45;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 46;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 47;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 48;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 49;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 50;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 51;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 52;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 53;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 54;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 55;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 56;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 57;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 58;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 59;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 60;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 61;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 62;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 63;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 64;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 65;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 66;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 67;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 68;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 69;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 70;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 71;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 72;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 73;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 74;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 75;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 76;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 77;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 78;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 79;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 80;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 81;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 82;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 83;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 84;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 85;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 86;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 87;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 88;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 89;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 90;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 91;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 92;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 93;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 94;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 95;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 96;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 97;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 98;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 99;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 100;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 101;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 102;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 103;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 104;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 105;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 106;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 107;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 108;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 109;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 110;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 111;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 112;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 113;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 114;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 115;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 116;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 117;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 118;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 119;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 120;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 121;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 122;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 123;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 124;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 125;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 126;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 127;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 128;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 129;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 130;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 131;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 132;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 133;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 134;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 135;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 136;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 137;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 138;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 139;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 140;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 141;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 142;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 143;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 144;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 145;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 146;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 147;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 148;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 149;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 150;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 151;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 152;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 153;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 154;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 155;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 156;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 157;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 158;4;-0.929333,-0.080799, 0.348070,-0.093055;;, + 159;4;-0.929333,-0.080799, 0.348070,-0.093055;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.019979, 0.091784,-0.044153;;, + 1;3; 0.019979, 0.091784,-0.044153;;, + 2;3; 0.019979, 0.091784,-0.044153;;, + 3;3; 0.019979, 0.091784,-0.044153;;, + 4;3; 0.019979, 0.091784,-0.044153;;, + 5;3; 0.019979, 0.091784,-0.044153;;, + 6;3; 0.019979, 0.091784,-0.044153;;, + 7;3; 0.019979, 0.091784,-0.044153;;, + 8;3; 0.019979, 0.091784,-0.044153;;, + 9;3; 0.019979, 0.091784,-0.044153;;, + 10;3; 0.019979, 0.091784,-0.044153;;, + 11;3; 0.019979, 0.091784,-0.044153;;, + 12;3; 0.019979, 0.091784,-0.044153;;, + 13;3; 0.019979, 0.091784,-0.044153;;, + 14;3; 0.019979, 0.091784,-0.044153;;, + 15;3; 0.019979, 0.091784,-0.044153;;, + 16;3; 0.019979, 0.091784,-0.044153;;, + 17;3; 0.019979, 0.091784,-0.044153;;, + 18;3; 0.019979, 0.091784,-0.044153;;, + 19;3; 0.019979, 0.091784,-0.044153;;, + 20;3; 0.019979, 0.091784,-0.044153;;, + 21;3; 0.019979, 0.091784,-0.044153;;, + 22;3; 0.019979, 0.091784,-0.044153;;, + 23;3; 0.019979, 0.091784,-0.044153;;, + 24;3; 0.019979, 0.091784,-0.044153;;, + 25;3; 0.019979, 0.091784,-0.044153;;, + 26;3; 0.019979, 0.091784,-0.044153;;, + 27;3; 0.019979, 0.091784,-0.044153;;, + 28;3; 0.019979, 0.091784,-0.044153;;, + 29;3; 0.019979, 0.091784,-0.044153;;, + 30;3; 0.019979, 0.091784,-0.044153;;, + 31;3; 0.019979, 0.091784,-0.044153;;, + 32;3; 0.019979, 0.091784,-0.044153;;, + 33;3; 0.019979, 0.091784,-0.044153;;, + 34;3; 0.019979, 0.091784,-0.044153;;, + 35;3; 0.019979, 0.091784,-0.044153;;, + 36;3; 0.019979, 0.091784,-0.044153;;, + 37;3; 0.019979, 0.091784,-0.044153;;, + 38;3; 0.019979, 0.091784,-0.044153;;, + 39;3; 0.019979, 0.091784,-0.044153;;, + 40;3; 0.019979, 0.091784,-0.044153;;, + 41;3; 0.019979, 0.091784,-0.044153;;, + 42;3; 0.019979, 0.091784,-0.044153;;, + 43;3; 0.019979, 0.091784,-0.044153;;, + 44;3; 0.019979, 0.091784,-0.044153;;, + 45;3; 0.019979, 0.091784,-0.044153;;, + 46;3; 0.019979, 0.091784,-0.044153;;, + 47;3; 0.019979, 0.091784,-0.044153;;, + 48;3; 0.019979, 0.091784,-0.044153;;, + 49;3; 0.019979, 0.091784,-0.044153;;, + 50;3; 0.019979, 0.091784,-0.044153;;, + 51;3; 0.019979, 0.091784,-0.044153;;, + 52;3; 0.019979, 0.091784,-0.044153;;, + 53;3; 0.019979, 0.091784,-0.044153;;, + 54;3; 0.019979, 0.091784,-0.044153;;, + 55;3; 0.019979, 0.091784,-0.044153;;, + 56;3; 0.019979, 0.091784,-0.044153;;, + 57;3; 0.019979, 0.091784,-0.044153;;, + 58;3; 0.019979, 0.091784,-0.044153;;, + 59;3; 0.019979, 0.091784,-0.044153;;, + 60;3; 0.019979, 0.091784,-0.044153;;, + 61;3; 0.019979, 0.091784,-0.044153;;, + 62;3; 0.019979, 0.091784,-0.044153;;, + 63;3; 0.019979, 0.091784,-0.044153;;, + 64;3; 0.019979, 0.091784,-0.044153;;, + 65;3; 0.019979, 0.091784,-0.044153;;, + 66;3; 0.019979, 0.091784,-0.044153;;, + 67;3; 0.019979, 0.091784,-0.044153;;, + 68;3; 0.019979, 0.091784,-0.044153;;, + 69;3; 0.019979, 0.091784,-0.044153;;, + 70;3; 0.019979, 0.091784,-0.044153;;, + 71;3; 0.019979, 0.091784,-0.044153;;, + 72;3; 0.019979, 0.091784,-0.044153;;, + 73;3; 0.019979, 0.091784,-0.044153;;, + 74;3; 0.019979, 0.091784,-0.044153;;, + 75;3; 0.019979, 0.091784,-0.044153;;, + 76;3; 0.019979, 0.091784,-0.044153;;, + 77;3; 0.019979, 0.091784,-0.044153;;, + 78;3; 0.019979, 0.091784,-0.044153;;, + 79;3; 0.019979, 0.091784,-0.044153;;, + 80;3; 0.019979, 0.091784,-0.044153;;, + 81;3; 0.019979, 0.091784,-0.044153;;, + 82;3; 0.019979, 0.091784,-0.044153;;, + 83;3; 0.019979, 0.091784,-0.044153;;, + 84;3; 0.019979, 0.091784,-0.044153;;, + 85;3; 0.019979, 0.091784,-0.044153;;, + 86;3; 0.019979, 0.091784,-0.044153;;, + 87;3; 0.019979, 0.091784,-0.044153;;, + 88;3; 0.019979, 0.091784,-0.044153;;, + 89;3; 0.019979, 0.091784,-0.044153;;, + 90;3; 0.019979, 0.091784,-0.044153;;, + 91;3; 0.019979, 0.091784,-0.044153;;, + 92;3; 0.019979, 0.091784,-0.044153;;, + 93;3; 0.019979, 0.091784,-0.044153;;, + 94;3; 0.019979, 0.091784,-0.044153;;, + 95;3; 0.019979, 0.091784,-0.044153;;, + 96;3; 0.019979, 0.091784,-0.044153;;, + 97;3; 0.019979, 0.091784,-0.044153;;, + 98;3; 0.019979, 0.091784,-0.044153;;, + 99;3; 0.019979, 0.091784,-0.044153;;, + 100;3; 0.019979, 0.091784,-0.044153;;, + 101;3; 0.019979, 0.091784,-0.044153;;, + 102;3; 0.019979, 0.091784,-0.044153;;, + 103;3; 0.019979, 0.091784,-0.044153;;, + 104;3; 0.019979, 0.091784,-0.044153;;, + 105;3; 0.019979, 0.091784,-0.044153;;, + 106;3; 0.019979, 0.091784,-0.044153;;, + 107;3; 0.019979, 0.091784,-0.044153;;, + 108;3; 0.019979, 0.091784,-0.044153;;, + 109;3; 0.019979, 0.091784,-0.044153;;, + 110;3; 0.019979, 0.091784,-0.044153;;, + 111;3; 0.019979, 0.091784,-0.044153;;, + 112;3; 0.019979, 0.091784,-0.044153;;, + 113;3; 0.019979, 0.091784,-0.044153;;, + 114;3; 0.019979, 0.091784,-0.044153;;, + 115;3; 0.019979, 0.091784,-0.044153;;, + 116;3; 0.019979, 0.091784,-0.044153;;, + 117;3; 0.019979, 0.091784,-0.044153;;, + 118;3; 0.019979, 0.091784,-0.044153;;, + 119;3; 0.019979, 0.091784,-0.044153;;, + 120;3; 0.019979, 0.091784,-0.044153;;, + 121;3; 0.019979, 0.091784,-0.044153;;, + 122;3; 0.019979, 0.091784,-0.044153;;, + 123;3; 0.019979, 0.091784,-0.044153;;, + 124;3; 0.019979, 0.091784,-0.044153;;, + 125;3; 0.019979, 0.091784,-0.044153;;, + 126;3; 0.019979, 0.091784,-0.044153;;, + 127;3; 0.019979, 0.091784,-0.044153;;, + 128;3; 0.019979, 0.091784,-0.044153;;, + 129;3; 0.019979, 0.091784,-0.044153;;, + 130;3; 0.019979, 0.091784,-0.044153;;, + 131;3; 0.019979, 0.091784,-0.044153;;, + 132;3; 0.019979, 0.091784,-0.044153;;, + 133;3; 0.019979, 0.091784,-0.044153;;, + 134;3; 0.019979, 0.091784,-0.044153;;, + 135;3; 0.019979, 0.091784,-0.044153;;, + 136;3; 0.019979, 0.091784,-0.044153;;, + 137;3; 0.019979, 0.091784,-0.044153;;, + 138;3; 0.019979, 0.091784,-0.044153;;, + 139;3; 0.019979, 0.091784,-0.044153;;, + 140;3; 0.019979, 0.091784,-0.044153;;, + 141;3; 0.019979, 0.091784,-0.044153;;, + 142;3; 0.019979, 0.091784,-0.044153;;, + 143;3; 0.019979, 0.091784,-0.044153;;, + 144;3; 0.019979, 0.091784,-0.044153;;, + 145;3; 0.019979, 0.091784,-0.044153;;, + 146;3; 0.019979, 0.091784,-0.044153;;, + 147;3; 0.019979, 0.091784,-0.044153;;, + 148;3; 0.019979, 0.091784,-0.044153;;, + 149;3; 0.019979, 0.091784,-0.044153;;, + 150;3; 0.019979, 0.091784,-0.044153;;, + 151;3; 0.019979, 0.091784,-0.044153;;, + 152;3; 0.019979, 0.091784,-0.044153;;, + 153;3; 0.019979, 0.091784,-0.044153;;, + 154;3; 0.019979, 0.091784,-0.044153;;, + 155;3; 0.019979, 0.091784,-0.044153;;, + 156;3; 0.019979, 0.091784,-0.044153;;, + 157;3; 0.019979, 0.091784,-0.044153;;, + 158;3; 0.019979, 0.091784,-0.044153;;, + 159;3; 0.019979, 0.091784,-0.044153;;; + } + } + Animation { + {wolfwoman_pinky_02_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 1;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 2;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 3;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 4;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 5;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 6;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 7;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 8;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 9;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 10;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 11;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 12;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 13;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 14;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 15;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 16;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 17;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 18;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 19;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 20;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 21;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 22;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 23;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 24;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 25;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 26;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 27;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 28;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 29;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 30;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 31;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 32;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 33;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 34;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 35;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 36;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 37;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 38;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 39;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 40;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 41;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 42;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 43;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 44;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 45;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 46;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 47;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 48;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 49;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 50;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 51;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 52;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 53;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 54;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 55;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 56;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 57;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 58;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 59;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 60;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 61;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 62;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 63;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 64;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 65;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 66;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 67;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 68;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 69;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 70;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 71;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 72;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 73;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 74;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 75;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 76;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 77;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 78;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 79;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 80;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 81;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 82;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 83;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 84;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 85;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 86;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 87;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 88;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 89;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 90;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 91;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 92;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 93;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 94;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 95;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 96;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 97;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 98;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 99;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 100;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 101;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 102;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 103;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 104;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 105;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 106;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 107;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 108;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 109;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 110;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 111;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 112;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 113;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 114;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 115;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 116;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 117;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 118;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 119;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 120;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 121;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 122;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 123;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 124;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 125;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 126;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 127;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 128;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 129;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 130;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 131;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 132;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 133;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 134;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 135;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 136;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 137;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 138;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 139;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 140;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 141;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 142;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 143;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 144;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 145;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 146;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 147;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 148;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 149;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 150;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 151;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 152;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 153;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 154;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 155;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 156;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 157;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 158;4;-0.999488, 0.005466,-0.019945, 0.024426;;, + 159;4;-0.999488, 0.005466,-0.019945, 0.024426;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.023347,-0.000000;;, + 1;3;-0.000000, 0.023347,-0.000000;;, + 2;3;-0.000000, 0.023347,-0.000000;;, + 3;3;-0.000000, 0.023347,-0.000000;;, + 4;3;-0.000000, 0.023347,-0.000000;;, + 5;3;-0.000000, 0.023347,-0.000000;;, + 6;3;-0.000000, 0.023347,-0.000000;;, + 7;3;-0.000000, 0.023347,-0.000000;;, + 8;3;-0.000000, 0.023347,-0.000000;;, + 9;3;-0.000000, 0.023347,-0.000000;;, + 10;3;-0.000000, 0.023347,-0.000000;;, + 11;3;-0.000000, 0.023347,-0.000000;;, + 12;3;-0.000000, 0.023347,-0.000000;;, + 13;3;-0.000000, 0.023347,-0.000000;;, + 14;3;-0.000000, 0.023347,-0.000000;;, + 15;3;-0.000000, 0.023347,-0.000000;;, + 16;3;-0.000000, 0.023347,-0.000000;;, + 17;3;-0.000000, 0.023347,-0.000000;;, + 18;3;-0.000000, 0.023347,-0.000000;;, + 19;3;-0.000000, 0.023347,-0.000000;;, + 20;3;-0.000000, 0.023347,-0.000000;;, + 21;3;-0.000000, 0.023347,-0.000000;;, + 22;3;-0.000000, 0.023347,-0.000000;;, + 23;3;-0.000000, 0.023347,-0.000000;;, + 24;3;-0.000000, 0.023347,-0.000000;;, + 25;3;-0.000000, 0.023347,-0.000000;;, + 26;3;-0.000000, 0.023347,-0.000000;;, + 27;3;-0.000000, 0.023347,-0.000000;;, + 28;3;-0.000000, 0.023347,-0.000000;;, + 29;3;-0.000000, 0.023347,-0.000000;;, + 30;3;-0.000000, 0.023347,-0.000000;;, + 31;3;-0.000000, 0.023347,-0.000000;;, + 32;3;-0.000000, 0.023347,-0.000000;;, + 33;3;-0.000000, 0.023347,-0.000000;;, + 34;3;-0.000000, 0.023347,-0.000000;;, + 35;3;-0.000000, 0.023347,-0.000000;;, + 36;3;-0.000000, 0.023347,-0.000000;;, + 37;3;-0.000000, 0.023347,-0.000000;;, + 38;3;-0.000000, 0.023347,-0.000000;;, + 39;3;-0.000000, 0.023347,-0.000000;;, + 40;3;-0.000000, 0.023347,-0.000000;;, + 41;3;-0.000000, 0.023347,-0.000000;;, + 42;3;-0.000000, 0.023347,-0.000000;;, + 43;3;-0.000000, 0.023347,-0.000000;;, + 44;3;-0.000000, 0.023347,-0.000000;;, + 45;3;-0.000000, 0.023347,-0.000000;;, + 46;3;-0.000000, 0.023347,-0.000000;;, + 47;3;-0.000000, 0.023347,-0.000000;;, + 48;3;-0.000000, 0.023347,-0.000000;;, + 49;3;-0.000000, 0.023347,-0.000000;;, + 50;3;-0.000000, 0.023347,-0.000000;;, + 51;3;-0.000000, 0.023347,-0.000000;;, + 52;3;-0.000000, 0.023347,-0.000000;;, + 53;3;-0.000000, 0.023347,-0.000000;;, + 54;3;-0.000000, 0.023347,-0.000000;;, + 55;3;-0.000000, 0.023347,-0.000000;;, + 56;3;-0.000000, 0.023347,-0.000000;;, + 57;3;-0.000000, 0.023347,-0.000000;;, + 58;3;-0.000000, 0.023347,-0.000000;;, + 59;3;-0.000000, 0.023347,-0.000000;;, + 60;3;-0.000000, 0.023347,-0.000000;;, + 61;3;-0.000000, 0.023347,-0.000000;;, + 62;3;-0.000000, 0.023347,-0.000000;;, + 63;3;-0.000000, 0.023347,-0.000000;;, + 64;3;-0.000000, 0.023347,-0.000000;;, + 65;3;-0.000000, 0.023347,-0.000000;;, + 66;3;-0.000000, 0.023347,-0.000000;;, + 67;3;-0.000000, 0.023347,-0.000000;;, + 68;3;-0.000000, 0.023347,-0.000000;;, + 69;3;-0.000000, 0.023347,-0.000000;;, + 70;3;-0.000000, 0.023347,-0.000000;;, + 71;3;-0.000000, 0.023347,-0.000000;;, + 72;3;-0.000000, 0.023347,-0.000000;;, + 73;3;-0.000000, 0.023347,-0.000000;;, + 74;3;-0.000000, 0.023347,-0.000000;;, + 75;3;-0.000000, 0.023347,-0.000000;;, + 76;3;-0.000000, 0.023347,-0.000000;;, + 77;3;-0.000000, 0.023347,-0.000000;;, + 78;3;-0.000000, 0.023347,-0.000000;;, + 79;3;-0.000000, 0.023347,-0.000000;;, + 80;3;-0.000000, 0.023347,-0.000000;;, + 81;3;-0.000000, 0.023347,-0.000000;;, + 82;3;-0.000000, 0.023347,-0.000000;;, + 83;3;-0.000000, 0.023347,-0.000000;;, + 84;3;-0.000000, 0.023347,-0.000000;;, + 85;3;-0.000000, 0.023347,-0.000000;;, + 86;3;-0.000000, 0.023347,-0.000000;;, + 87;3;-0.000000, 0.023347,-0.000000;;, + 88;3;-0.000000, 0.023347,-0.000000;;, + 89;3;-0.000000, 0.023347,-0.000000;;, + 90;3;-0.000000, 0.023347,-0.000000;;, + 91;3;-0.000000, 0.023347,-0.000000;;, + 92;3;-0.000000, 0.023347,-0.000000;;, + 93;3;-0.000000, 0.023347,-0.000000;;, + 94;3;-0.000000, 0.023347,-0.000000;;, + 95;3;-0.000000, 0.023347,-0.000000;;, + 96;3;-0.000000, 0.023347,-0.000000;;, + 97;3;-0.000000, 0.023347,-0.000000;;, + 98;3;-0.000000, 0.023347,-0.000000;;, + 99;3;-0.000000, 0.023347,-0.000000;;, + 100;3;-0.000000, 0.023347,-0.000000;;, + 101;3;-0.000000, 0.023347,-0.000000;;, + 102;3;-0.000000, 0.023347,-0.000000;;, + 103;3;-0.000000, 0.023347,-0.000000;;, + 104;3;-0.000000, 0.023347,-0.000000;;, + 105;3;-0.000000, 0.023347,-0.000000;;, + 106;3;-0.000000, 0.023347,-0.000000;;, + 107;3;-0.000000, 0.023347,-0.000000;;, + 108;3;-0.000000, 0.023347,-0.000000;;, + 109;3;-0.000000, 0.023347,-0.000000;;, + 110;3;-0.000000, 0.023347,-0.000000;;, + 111;3;-0.000000, 0.023347,-0.000000;;, + 112;3;-0.000000, 0.023347,-0.000000;;, + 113;3;-0.000000, 0.023347,-0.000000;;, + 114;3;-0.000000, 0.023347,-0.000000;;, + 115;3;-0.000000, 0.023347,-0.000000;;, + 116;3;-0.000000, 0.023347,-0.000000;;, + 117;3;-0.000000, 0.023347,-0.000000;;, + 118;3;-0.000000, 0.023347,-0.000000;;, + 119;3;-0.000000, 0.023347,-0.000000;;, + 120;3;-0.000000, 0.023347,-0.000000;;, + 121;3;-0.000000, 0.023347,-0.000000;;, + 122;3;-0.000000, 0.023347,-0.000000;;, + 123;3;-0.000000, 0.023347,-0.000000;;, + 124;3;-0.000000, 0.023347,-0.000000;;, + 125;3;-0.000000, 0.023347,-0.000000;;, + 126;3;-0.000000, 0.023347,-0.000000;;, + 127;3;-0.000000, 0.023347,-0.000000;;, + 128;3;-0.000000, 0.023347,-0.000000;;, + 129;3;-0.000000, 0.023347,-0.000000;;, + 130;3;-0.000000, 0.023347,-0.000000;;, + 131;3;-0.000000, 0.023347,-0.000000;;, + 132;3;-0.000000, 0.023347,-0.000000;;, + 133;3;-0.000000, 0.023347,-0.000000;;, + 134;3;-0.000000, 0.023347,-0.000000;;, + 135;3;-0.000000, 0.023347,-0.000000;;, + 136;3;-0.000000, 0.023347,-0.000000;;, + 137;3;-0.000000, 0.023347,-0.000000;;, + 138;3;-0.000000, 0.023347,-0.000000;;, + 139;3;-0.000000, 0.023347,-0.000000;;, + 140;3;-0.000000, 0.023347,-0.000000;;, + 141;3;-0.000000, 0.023347,-0.000000;;, + 142;3;-0.000000, 0.023347,-0.000000;;, + 143;3;-0.000000, 0.023347,-0.000000;;, + 144;3;-0.000000, 0.023347,-0.000000;;, + 145;3;-0.000000, 0.023347,-0.000000;;, + 146;3;-0.000000, 0.023347,-0.000000;;, + 147;3;-0.000000, 0.023347,-0.000000;;, + 148;3;-0.000000, 0.023347,-0.000000;;, + 149;3;-0.000000, 0.023347,-0.000000;;, + 150;3;-0.000000, 0.023347,-0.000000;;, + 151;3;-0.000000, 0.023347,-0.000000;;, + 152;3;-0.000000, 0.023347,-0.000000;;, + 153;3;-0.000000, 0.023347,-0.000000;;, + 154;3;-0.000000, 0.023347,-0.000000;;, + 155;3;-0.000000, 0.023347,-0.000000;;, + 156;3;-0.000000, 0.023347,-0.000000;;, + 157;3;-0.000000, 0.023347,-0.000000;;, + 158;3;-0.000000, 0.023347,-0.000000;;, + 159;3;-0.000000, 0.023347,-0.000000;;; + } + } + Animation { + {wolfwoman_pinky_03_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 1;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 2;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 3;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 4;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 5;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 6;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 7;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 8;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 9;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 10;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 11;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 12;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 13;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 14;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 15;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 16;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 17;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 18;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 19;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 20;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 21;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 22;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 23;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 24;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 25;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 26;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 27;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 28;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 29;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 30;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 31;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 32;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 33;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 34;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 35;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 36;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 37;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 38;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 39;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 40;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 41;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 42;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 43;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 44;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 45;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 46;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 47;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 48;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 49;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 50;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 51;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 52;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 53;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 54;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 55;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 56;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 57;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 58;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 59;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 60;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 61;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 62;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 63;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 64;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 65;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 66;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 67;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 68;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 69;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 70;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 71;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 72;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 73;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 74;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 75;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 76;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 77;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 78;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 79;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 80;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 81;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 82;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 83;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 84;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 85;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 86;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 87;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 88;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 89;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 90;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 91;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 92;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 93;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 94;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 95;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 96;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 97;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 98;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 99;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 100;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 101;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 102;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 103;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 104;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 105;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 106;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 107;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 108;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 109;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 110;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 111;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 112;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 113;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 114;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 115;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 116;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 117;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 118;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 119;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 120;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 121;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 122;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 123;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 124;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 125;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 126;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 127;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 128;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 129;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 130;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 131;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 132;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 133;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 134;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 135;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 136;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 137;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 138;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 139;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 140;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 141;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 142;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 143;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 144;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 145;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 146;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 147;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 148;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 149;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 150;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 151;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 152;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 153;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 154;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 155;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 156;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 157;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 158;4;-0.999905,-0.008577, 0.007481,-0.007772;;, + 159;4;-0.999905,-0.008577, 0.007481,-0.007772;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.017090,-0.000000;;, + 1;3; 0.000000, 0.017090,-0.000000;;, + 2;3; 0.000000, 0.017090,-0.000000;;, + 3;3; 0.000000, 0.017090,-0.000000;;, + 4;3; 0.000000, 0.017090,-0.000000;;, + 5;3; 0.000000, 0.017090,-0.000000;;, + 6;3; 0.000000, 0.017090,-0.000000;;, + 7;3; 0.000000, 0.017090,-0.000000;;, + 8;3; 0.000000, 0.017090,-0.000000;;, + 9;3; 0.000000, 0.017090,-0.000000;;, + 10;3; 0.000000, 0.017090,-0.000000;;, + 11;3; 0.000000, 0.017090,-0.000000;;, + 12;3; 0.000000, 0.017090,-0.000000;;, + 13;3; 0.000000, 0.017090,-0.000000;;, + 14;3; 0.000000, 0.017090,-0.000000;;, + 15;3; 0.000000, 0.017090,-0.000000;;, + 16;3; 0.000000, 0.017090,-0.000000;;, + 17;3; 0.000000, 0.017090,-0.000000;;, + 18;3; 0.000000, 0.017090,-0.000000;;, + 19;3; 0.000000, 0.017090,-0.000000;;, + 20;3; 0.000000, 0.017090,-0.000000;;, + 21;3; 0.000000, 0.017090,-0.000000;;, + 22;3; 0.000000, 0.017090,-0.000000;;, + 23;3; 0.000000, 0.017090,-0.000000;;, + 24;3; 0.000000, 0.017090,-0.000000;;, + 25;3; 0.000000, 0.017090,-0.000000;;, + 26;3; 0.000000, 0.017090,-0.000000;;, + 27;3; 0.000000, 0.017090,-0.000000;;, + 28;3; 0.000000, 0.017090,-0.000000;;, + 29;3; 0.000000, 0.017090,-0.000000;;, + 30;3; 0.000000, 0.017090,-0.000000;;, + 31;3; 0.000000, 0.017090,-0.000000;;, + 32;3; 0.000000, 0.017090,-0.000000;;, + 33;3; 0.000000, 0.017090,-0.000000;;, + 34;3; 0.000000, 0.017090,-0.000000;;, + 35;3; 0.000000, 0.017090,-0.000000;;, + 36;3; 0.000000, 0.017090,-0.000000;;, + 37;3; 0.000000, 0.017090,-0.000000;;, + 38;3; 0.000000, 0.017090,-0.000000;;, + 39;3; 0.000000, 0.017090,-0.000000;;, + 40;3; 0.000000, 0.017090,-0.000000;;, + 41;3; 0.000000, 0.017090,-0.000000;;, + 42;3; 0.000000, 0.017090,-0.000000;;, + 43;3; 0.000000, 0.017090,-0.000000;;, + 44;3; 0.000000, 0.017090,-0.000000;;, + 45;3; 0.000000, 0.017090,-0.000000;;, + 46;3; 0.000000, 0.017090,-0.000000;;, + 47;3; 0.000000, 0.017090,-0.000000;;, + 48;3; 0.000000, 0.017090,-0.000000;;, + 49;3; 0.000000, 0.017090,-0.000000;;, + 50;3; 0.000000, 0.017090,-0.000000;;, + 51;3; 0.000000, 0.017090,-0.000000;;, + 52;3; 0.000000, 0.017090,-0.000000;;, + 53;3; 0.000000, 0.017090,-0.000000;;, + 54;3; 0.000000, 0.017090,-0.000000;;, + 55;3; 0.000000, 0.017090,-0.000000;;, + 56;3; 0.000000, 0.017090,-0.000000;;, + 57;3; 0.000000, 0.017090,-0.000000;;, + 58;3; 0.000000, 0.017090,-0.000000;;, + 59;3; 0.000000, 0.017090,-0.000000;;, + 60;3; 0.000000, 0.017090,-0.000000;;, + 61;3; 0.000000, 0.017090,-0.000000;;, + 62;3; 0.000000, 0.017090,-0.000000;;, + 63;3; 0.000000, 0.017090,-0.000000;;, + 64;3; 0.000000, 0.017090,-0.000000;;, + 65;3; 0.000000, 0.017090,-0.000000;;, + 66;3; 0.000000, 0.017090,-0.000000;;, + 67;3; 0.000000, 0.017090,-0.000000;;, + 68;3; 0.000000, 0.017090,-0.000000;;, + 69;3; 0.000000, 0.017090,-0.000000;;, + 70;3; 0.000000, 0.017090,-0.000000;;, + 71;3; 0.000000, 0.017090,-0.000000;;, + 72;3; 0.000000, 0.017090,-0.000000;;, + 73;3; 0.000000, 0.017090,-0.000000;;, + 74;3; 0.000000, 0.017090,-0.000000;;, + 75;3; 0.000000, 0.017090,-0.000000;;, + 76;3; 0.000000, 0.017090,-0.000000;;, + 77;3; 0.000000, 0.017090,-0.000000;;, + 78;3; 0.000000, 0.017090,-0.000000;;, + 79;3; 0.000000, 0.017090,-0.000000;;, + 80;3;-0.000000, 0.017090,-0.000000;;, + 81;3;-0.000000, 0.017090,-0.000000;;, + 82;3;-0.000000, 0.017090,-0.000000;;, + 83;3;-0.000000, 0.017090,-0.000000;;, + 84;3;-0.000000, 0.017090,-0.000000;;, + 85;3;-0.000000, 0.017090,-0.000000;;, + 86;3;-0.000000, 0.017090,-0.000000;;, + 87;3;-0.000000, 0.017090,-0.000000;;, + 88;3;-0.000000, 0.017090,-0.000000;;, + 89;3;-0.000000, 0.017090,-0.000000;;, + 90;3;-0.000000, 0.017090,-0.000000;;, + 91;3;-0.000000, 0.017090,-0.000000;;, + 92;3;-0.000000, 0.017090,-0.000000;;, + 93;3;-0.000000, 0.017090,-0.000000;;, + 94;3;-0.000000, 0.017090,-0.000000;;, + 95;3;-0.000000, 0.017090,-0.000000;;, + 96;3;-0.000000, 0.017090,-0.000000;;, + 97;3;-0.000000, 0.017090,-0.000000;;, + 98;3;-0.000000, 0.017090,-0.000000;;, + 99;3;-0.000000, 0.017090,-0.000000;;, + 100;3;-0.000000, 0.017090,-0.000000;;, + 101;3;-0.000000, 0.017090,-0.000000;;, + 102;3;-0.000000, 0.017090,-0.000000;;, + 103;3;-0.000000, 0.017090,-0.000000;;, + 104;3;-0.000000, 0.017090,-0.000000;;, + 105;3;-0.000000, 0.017090,-0.000000;;, + 106;3;-0.000000, 0.017090,-0.000000;;, + 107;3;-0.000000, 0.017090,-0.000000;;, + 108;3;-0.000000, 0.017090,-0.000000;;, + 109;3;-0.000000, 0.017090,-0.000000;;, + 110;3;-0.000000, 0.017090,-0.000000;;, + 111;3;-0.000000, 0.017090,-0.000000;;, + 112;3;-0.000000, 0.017090,-0.000000;;, + 113;3;-0.000000, 0.017090,-0.000000;;, + 114;3;-0.000000, 0.017090,-0.000000;;, + 115;3;-0.000000, 0.017090,-0.000000;;, + 116;3;-0.000000, 0.017090,-0.000000;;, + 117;3;-0.000000, 0.017090,-0.000000;;, + 118;3;-0.000000, 0.017090,-0.000000;;, + 119;3;-0.000000, 0.017090,-0.000000;;, + 120;3;-0.000000, 0.017090,-0.000000;;, + 121;3;-0.000000, 0.017090,-0.000000;;, + 122;3;-0.000000, 0.017090,-0.000000;;, + 123;3;-0.000000, 0.017090,-0.000000;;, + 124;3;-0.000000, 0.017090,-0.000000;;, + 125;3;-0.000000, 0.017090,-0.000000;;, + 126;3;-0.000000, 0.017090,-0.000000;;, + 127;3;-0.000000, 0.017090,-0.000000;;, + 128;3;-0.000000, 0.017090,-0.000000;;, + 129;3;-0.000000, 0.017090,-0.000000;;, + 130;3;-0.000000, 0.017090,-0.000000;;, + 131;3;-0.000000, 0.017090,-0.000000;;, + 132;3;-0.000000, 0.017090,-0.000000;;, + 133;3;-0.000000, 0.017090,-0.000000;;, + 134;3;-0.000000, 0.017090,-0.000000;;, + 135;3;-0.000000, 0.017090,-0.000000;;, + 136;3;-0.000000, 0.017090,-0.000000;;, + 137;3;-0.000000, 0.017090,-0.000000;;, + 138;3;-0.000000, 0.017090,-0.000000;;, + 139;3;-0.000000, 0.017090,-0.000000;;, + 140;3;-0.000000, 0.017090,-0.000000;;, + 141;3;-0.000000, 0.017090,-0.000000;;, + 142;3;-0.000000, 0.017090,-0.000000;;, + 143;3;-0.000000, 0.017090,-0.000000;;, + 144;3;-0.000000, 0.017090,-0.000000;;, + 145;3;-0.000000, 0.017090,-0.000000;;, + 146;3;-0.000000, 0.017090,-0.000000;;, + 147;3;-0.000000, 0.017090,-0.000000;;, + 148;3;-0.000000, 0.017090,-0.000000;;, + 149;3;-0.000000, 0.017090,-0.000000;;, + 150;3;-0.000000, 0.017090,-0.000000;;, + 151;3;-0.000000, 0.017090,-0.000000;;, + 152;3;-0.000000, 0.017090,-0.000000;;, + 153;3;-0.000000, 0.017090,-0.000000;;, + 154;3;-0.000000, 0.017090,-0.000000;;, + 155;3;-0.000000, 0.017090,-0.000000;;, + 156;3;-0.000000, 0.017090,-0.000000;;, + 157;3;-0.000000, 0.017090,-0.000000;;, + 158;3;-0.000000, 0.017090,-0.000000;;, + 159;3;-0.000000, 0.017090,-0.000000;;; + } + } + Animation { + {wolfwoman_ring_01_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 1;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 2;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 3;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 4;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 5;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 6;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 7;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 8;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 9;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 10;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 11;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 12;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 13;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 14;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 15;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 16;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 17;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 18;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 19;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 20;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 21;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 22;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 23;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 24;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 25;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 26;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 27;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 28;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 29;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 30;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 31;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 32;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 33;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 34;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 35;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 36;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 37;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 38;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 39;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 40;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 41;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 42;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 43;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 44;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 45;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 46;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 47;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 48;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 49;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 50;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 51;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 52;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 53;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 54;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 55;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 56;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 57;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 58;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 59;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 60;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 61;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 62;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 63;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 64;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 65;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 66;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 67;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 68;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 69;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 70;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 71;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 72;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 73;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 74;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 75;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 76;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 77;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 78;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 79;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 80;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 81;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 82;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 83;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 84;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 85;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 86;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 87;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 88;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 89;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 90;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 91;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 92;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 93;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 94;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 95;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 96;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 97;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 98;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 99;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 100;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 101;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 102;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 103;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 104;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 105;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 106;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 107;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 108;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 109;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 110;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 111;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 112;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 113;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 114;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 115;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 116;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 117;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 118;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 119;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 120;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 121;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 122;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 123;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 124;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 125;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 126;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 127;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 128;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 129;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 130;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 131;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 132;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 133;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 134;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 135;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 136;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 137;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 138;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 139;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 140;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 141;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 142;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 143;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 144;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 145;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 146;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 147;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 148;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 149;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 150;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 151;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 152;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 153;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 154;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 155;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 156;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 157;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 158;4;-0.927833,-0.038144, 0.351916,-0.117583;;, + 159;4;-0.927833,-0.038144, 0.351916,-0.117583;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.004418, 0.101883,-0.033798;;, + 1;3; 0.004418, 0.101883,-0.033798;;, + 2;3; 0.004418, 0.101883,-0.033798;;, + 3;3; 0.004418, 0.101883,-0.033798;;, + 4;3; 0.004418, 0.101883,-0.033798;;, + 5;3; 0.004418, 0.101883,-0.033798;;, + 6;3; 0.004418, 0.101883,-0.033798;;, + 7;3; 0.004418, 0.101883,-0.033798;;, + 8;3; 0.004418, 0.101883,-0.033798;;, + 9;3; 0.004418, 0.101883,-0.033798;;, + 10;3; 0.004418, 0.101883,-0.033798;;, + 11;3; 0.004418, 0.101883,-0.033798;;, + 12;3; 0.004418, 0.101883,-0.033798;;, + 13;3; 0.004418, 0.101883,-0.033798;;, + 14;3; 0.004418, 0.101883,-0.033798;;, + 15;3; 0.004418, 0.101883,-0.033798;;, + 16;3; 0.004418, 0.101883,-0.033798;;, + 17;3; 0.004418, 0.101883,-0.033798;;, + 18;3; 0.004418, 0.101883,-0.033798;;, + 19;3; 0.004418, 0.101883,-0.033798;;, + 20;3; 0.004418, 0.101883,-0.033798;;, + 21;3; 0.004418, 0.101883,-0.033798;;, + 22;3; 0.004418, 0.101883,-0.033798;;, + 23;3; 0.004418, 0.101883,-0.033798;;, + 24;3; 0.004418, 0.101883,-0.033798;;, + 25;3; 0.004418, 0.101883,-0.033798;;, + 26;3; 0.004418, 0.101883,-0.033798;;, + 27;3; 0.004418, 0.101883,-0.033798;;, + 28;3; 0.004418, 0.101883,-0.033798;;, + 29;3; 0.004418, 0.101883,-0.033798;;, + 30;3; 0.004418, 0.101883,-0.033798;;, + 31;3; 0.004418, 0.101883,-0.033798;;, + 32;3; 0.004418, 0.101883,-0.033798;;, + 33;3; 0.004418, 0.101883,-0.033798;;, + 34;3; 0.004418, 0.101883,-0.033798;;, + 35;3; 0.004418, 0.101883,-0.033798;;, + 36;3; 0.004418, 0.101883,-0.033798;;, + 37;3; 0.004418, 0.101883,-0.033798;;, + 38;3; 0.004418, 0.101883,-0.033798;;, + 39;3; 0.004418, 0.101883,-0.033798;;, + 40;3; 0.004418, 0.101883,-0.033798;;, + 41;3; 0.004418, 0.101883,-0.033798;;, + 42;3; 0.004418, 0.101883,-0.033798;;, + 43;3; 0.004418, 0.101883,-0.033798;;, + 44;3; 0.004418, 0.101883,-0.033798;;, + 45;3; 0.004418, 0.101883,-0.033798;;, + 46;3; 0.004418, 0.101883,-0.033798;;, + 47;3; 0.004418, 0.101883,-0.033798;;, + 48;3; 0.004418, 0.101883,-0.033798;;, + 49;3; 0.004418, 0.101883,-0.033798;;, + 50;3; 0.004418, 0.101883,-0.033798;;, + 51;3; 0.004418, 0.101883,-0.033798;;, + 52;3; 0.004418, 0.101883,-0.033798;;, + 53;3; 0.004418, 0.101883,-0.033798;;, + 54;3; 0.004418, 0.101883,-0.033798;;, + 55;3; 0.004418, 0.101883,-0.033798;;, + 56;3; 0.004418, 0.101883,-0.033798;;, + 57;3; 0.004418, 0.101883,-0.033798;;, + 58;3; 0.004418, 0.101883,-0.033798;;, + 59;3; 0.004418, 0.101883,-0.033798;;, + 60;3; 0.004418, 0.101883,-0.033798;;, + 61;3; 0.004418, 0.101883,-0.033798;;, + 62;3; 0.004418, 0.101883,-0.033798;;, + 63;3; 0.004418, 0.101883,-0.033798;;, + 64;3; 0.004418, 0.101883,-0.033798;;, + 65;3; 0.004418, 0.101883,-0.033798;;, + 66;3; 0.004418, 0.101883,-0.033798;;, + 67;3; 0.004418, 0.101883,-0.033798;;, + 68;3; 0.004418, 0.101883,-0.033798;;, + 69;3; 0.004418, 0.101883,-0.033798;;, + 70;3; 0.004418, 0.101883,-0.033798;;, + 71;3; 0.004418, 0.101883,-0.033798;;, + 72;3; 0.004418, 0.101883,-0.033798;;, + 73;3; 0.004418, 0.101883,-0.033798;;, + 74;3; 0.004418, 0.101883,-0.033798;;, + 75;3; 0.004418, 0.101883,-0.033798;;, + 76;3; 0.004418, 0.101883,-0.033798;;, + 77;3; 0.004418, 0.101883,-0.033798;;, + 78;3; 0.004418, 0.101883,-0.033798;;, + 79;3; 0.004418, 0.101883,-0.033798;;, + 80;3; 0.004418, 0.101883,-0.033798;;, + 81;3; 0.004418, 0.101883,-0.033798;;, + 82;3; 0.004418, 0.101883,-0.033798;;, + 83;3; 0.004418, 0.101883,-0.033798;;, + 84;3; 0.004418, 0.101883,-0.033798;;, + 85;3; 0.004418, 0.101883,-0.033798;;, + 86;3; 0.004418, 0.101883,-0.033798;;, + 87;3; 0.004418, 0.101883,-0.033798;;, + 88;3; 0.004418, 0.101883,-0.033798;;, + 89;3; 0.004418, 0.101883,-0.033798;;, + 90;3; 0.004418, 0.101883,-0.033798;;, + 91;3; 0.004418, 0.101883,-0.033798;;, + 92;3; 0.004418, 0.101883,-0.033798;;, + 93;3; 0.004418, 0.101883,-0.033798;;, + 94;3; 0.004418, 0.101883,-0.033798;;, + 95;3; 0.004418, 0.101883,-0.033798;;, + 96;3; 0.004418, 0.101883,-0.033798;;, + 97;3; 0.004418, 0.101883,-0.033798;;, + 98;3; 0.004418, 0.101883,-0.033798;;, + 99;3; 0.004418, 0.101883,-0.033798;;, + 100;3; 0.004418, 0.101883,-0.033798;;, + 101;3; 0.004418, 0.101883,-0.033798;;, + 102;3; 0.004418, 0.101883,-0.033798;;, + 103;3; 0.004418, 0.101883,-0.033798;;, + 104;3; 0.004418, 0.101883,-0.033798;;, + 105;3; 0.004418, 0.101883,-0.033798;;, + 106;3; 0.004418, 0.101883,-0.033798;;, + 107;3; 0.004418, 0.101883,-0.033798;;, + 108;3; 0.004418, 0.101883,-0.033798;;, + 109;3; 0.004418, 0.101883,-0.033798;;, + 110;3; 0.004418, 0.101883,-0.033798;;, + 111;3; 0.004418, 0.101883,-0.033798;;, + 112;3; 0.004418, 0.101883,-0.033798;;, + 113;3; 0.004418, 0.101883,-0.033798;;, + 114;3; 0.004418, 0.101883,-0.033798;;, + 115;3; 0.004418, 0.101883,-0.033798;;, + 116;3; 0.004418, 0.101883,-0.033798;;, + 117;3; 0.004418, 0.101883,-0.033798;;, + 118;3; 0.004418, 0.101883,-0.033798;;, + 119;3; 0.004418, 0.101883,-0.033798;;, + 120;3; 0.004418, 0.101883,-0.033798;;, + 121;3; 0.004418, 0.101883,-0.033798;;, + 122;3; 0.004418, 0.101883,-0.033798;;, + 123;3; 0.004418, 0.101883,-0.033798;;, + 124;3; 0.004418, 0.101883,-0.033798;;, + 125;3; 0.004418, 0.101883,-0.033798;;, + 126;3; 0.004418, 0.101883,-0.033798;;, + 127;3; 0.004418, 0.101883,-0.033798;;, + 128;3; 0.004418, 0.101883,-0.033798;;, + 129;3; 0.004418, 0.101883,-0.033798;;, + 130;3; 0.004418, 0.101883,-0.033798;;, + 131;3; 0.004418, 0.101883,-0.033798;;, + 132;3; 0.004418, 0.101883,-0.033798;;, + 133;3; 0.004418, 0.101883,-0.033798;;, + 134;3; 0.004418, 0.101883,-0.033798;;, + 135;3; 0.004418, 0.101883,-0.033798;;, + 136;3; 0.004418, 0.101883,-0.033798;;, + 137;3; 0.004418, 0.101883,-0.033798;;, + 138;3; 0.004418, 0.101883,-0.033798;;, + 139;3; 0.004418, 0.101883,-0.033798;;, + 140;3; 0.004418, 0.101883,-0.033798;;, + 141;3; 0.004418, 0.101883,-0.033798;;, + 142;3; 0.004418, 0.101883,-0.033798;;, + 143;3; 0.004418, 0.101883,-0.033798;;, + 144;3; 0.004418, 0.101883,-0.033798;;, + 145;3; 0.004418, 0.101883,-0.033798;;, + 146;3; 0.004418, 0.101883,-0.033798;;, + 147;3; 0.004418, 0.101883,-0.033798;;, + 148;3; 0.004418, 0.101883,-0.033798;;, + 149;3; 0.004418, 0.101883,-0.033798;;, + 150;3; 0.004418, 0.101883,-0.033798;;, + 151;3; 0.004418, 0.101883,-0.033798;;, + 152;3; 0.004418, 0.101883,-0.033798;;, + 153;3; 0.004418, 0.101883,-0.033798;;, + 154;3; 0.004418, 0.101883,-0.033798;;, + 155;3; 0.004418, 0.101883,-0.033798;;, + 156;3; 0.004418, 0.101883,-0.033798;;, + 157;3; 0.004418, 0.101883,-0.033798;;, + 158;3; 0.004418, 0.101883,-0.033798;;, + 159;3; 0.004418, 0.101883,-0.033798;;; + } + } + Animation { + {wolfwoman_ring_02_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 1;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 2;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 3;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 4;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 5;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 6;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 7;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 8;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 9;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 10;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 11;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 12;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 13;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 14;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 15;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 16;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 17;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 18;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 19;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 20;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 21;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 22;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 23;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 24;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 25;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 26;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 27;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 28;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 29;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 30;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 31;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 32;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 33;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 34;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 35;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 36;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 37;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 38;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 39;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 40;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 41;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 42;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 43;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 44;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 45;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 46;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 47;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 48;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 49;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 50;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 51;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 52;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 53;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 54;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 55;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 56;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 57;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 58;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 59;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 60;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 61;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 62;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 63;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 64;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 65;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 66;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 67;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 68;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 69;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 70;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 71;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 72;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 73;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 74;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 75;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 76;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 77;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 78;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 79;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 80;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 81;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 82;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 83;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 84;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 85;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 86;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 87;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 88;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 89;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 90;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 91;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 92;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 93;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 94;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 95;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 96;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 97;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 98;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 99;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 100;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 101;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 102;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 103;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 104;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 105;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 106;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 107;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 108;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 109;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 110;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 111;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 112;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 113;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 114;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 115;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 116;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 117;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 118;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 119;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 120;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 121;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 122;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 123;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 124;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 125;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 126;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 127;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 128;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 129;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 130;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 131;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 132;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 133;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 134;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 135;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 136;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 137;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 138;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 139;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 140;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 141;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 142;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 143;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 144;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 145;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 146;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 147;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 148;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 149;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 150;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 151;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 152;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 153;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 154;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 155;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 156;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 157;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 158;4;-0.997634,-0.003963,-0.048468, 0.048594;;, + 159;4;-0.997634,-0.003963,-0.048468, 0.048594;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.032563,-0.000000;;, + 1;3;-0.000000, 0.032563,-0.000000;;, + 2;3;-0.000000, 0.032563,-0.000000;;, + 3;3;-0.000000, 0.032563,-0.000000;;, + 4;3;-0.000000, 0.032563,-0.000000;;, + 5;3;-0.000000, 0.032563,-0.000000;;, + 6;3;-0.000000, 0.032563,-0.000000;;, + 7;3;-0.000000, 0.032563,-0.000000;;, + 8;3;-0.000000, 0.032563,-0.000000;;, + 9;3;-0.000000, 0.032563,-0.000000;;, + 10;3;-0.000000, 0.032563,-0.000000;;, + 11;3;-0.000000, 0.032563,-0.000000;;, + 12;3;-0.000000, 0.032563,-0.000000;;, + 13;3;-0.000000, 0.032563,-0.000000;;, + 14;3;-0.000000, 0.032563,-0.000000;;, + 15;3;-0.000000, 0.032563,-0.000000;;, + 16;3;-0.000000, 0.032563,-0.000000;;, + 17;3;-0.000000, 0.032563,-0.000000;;, + 18;3;-0.000000, 0.032563,-0.000000;;, + 19;3;-0.000000, 0.032563,-0.000000;;, + 20;3;-0.000000, 0.032563,-0.000000;;, + 21;3;-0.000000, 0.032563,-0.000000;;, + 22;3;-0.000000, 0.032563,-0.000000;;, + 23;3;-0.000000, 0.032563,-0.000000;;, + 24;3;-0.000000, 0.032563,-0.000000;;, + 25;3;-0.000000, 0.032563,-0.000000;;, + 26;3;-0.000000, 0.032563,-0.000000;;, + 27;3;-0.000000, 0.032563,-0.000000;;, + 28;3;-0.000000, 0.032563,-0.000000;;, + 29;3;-0.000000, 0.032563,-0.000000;;, + 30;3;-0.000000, 0.032563,-0.000000;;, + 31;3;-0.000000, 0.032563,-0.000000;;, + 32;3;-0.000000, 0.032563,-0.000000;;, + 33;3;-0.000000, 0.032563,-0.000000;;, + 34;3;-0.000000, 0.032563,-0.000000;;, + 35;3;-0.000000, 0.032563,-0.000000;;, + 36;3;-0.000000, 0.032563,-0.000000;;, + 37;3;-0.000000, 0.032563,-0.000000;;, + 38;3;-0.000000, 0.032563,-0.000000;;, + 39;3;-0.000000, 0.032563,-0.000000;;, + 40;3;-0.000000, 0.032563,-0.000000;;, + 41;3;-0.000000, 0.032563,-0.000000;;, + 42;3;-0.000000, 0.032563,-0.000000;;, + 43;3;-0.000000, 0.032563,-0.000000;;, + 44;3;-0.000000, 0.032563,-0.000000;;, + 45;3;-0.000000, 0.032563,-0.000000;;, + 46;3;-0.000000, 0.032563,-0.000000;;, + 47;3;-0.000000, 0.032563,-0.000000;;, + 48;3;-0.000000, 0.032563,-0.000000;;, + 49;3;-0.000000, 0.032563,-0.000000;;, + 50;3;-0.000000, 0.032563,-0.000000;;, + 51;3;-0.000000, 0.032563,-0.000000;;, + 52;3;-0.000000, 0.032563,-0.000000;;, + 53;3;-0.000000, 0.032563,-0.000000;;, + 54;3;-0.000000, 0.032563,-0.000000;;, + 55;3;-0.000000, 0.032563,-0.000000;;, + 56;3;-0.000000, 0.032563,-0.000000;;, + 57;3;-0.000000, 0.032563,-0.000000;;, + 58;3;-0.000000, 0.032563,-0.000000;;, + 59;3;-0.000000, 0.032563,-0.000000;;, + 60;3;-0.000000, 0.032563,-0.000000;;, + 61;3;-0.000000, 0.032563,-0.000000;;, + 62;3;-0.000000, 0.032563,-0.000000;;, + 63;3;-0.000000, 0.032563,-0.000000;;, + 64;3;-0.000000, 0.032563,-0.000000;;, + 65;3;-0.000000, 0.032563,-0.000000;;, + 66;3;-0.000000, 0.032563,-0.000000;;, + 67;3;-0.000000, 0.032563,-0.000000;;, + 68;3;-0.000000, 0.032563,-0.000000;;, + 69;3;-0.000000, 0.032563,-0.000000;;, + 70;3;-0.000000, 0.032563,-0.000000;;, + 71;3;-0.000000, 0.032563,-0.000000;;, + 72;3;-0.000000, 0.032563,-0.000000;;, + 73;3;-0.000000, 0.032563,-0.000000;;, + 74;3;-0.000000, 0.032563,-0.000000;;, + 75;3;-0.000000, 0.032563,-0.000000;;, + 76;3;-0.000000, 0.032563,-0.000000;;, + 77;3;-0.000000, 0.032563,-0.000000;;, + 78;3;-0.000000, 0.032563,-0.000000;;, + 79;3;-0.000000, 0.032563, 0.000000;;, + 80;3; 0.000000, 0.032563, 0.000000;;, + 81;3; 0.000000, 0.032563, 0.000000;;, + 82;3; 0.000000, 0.032563, 0.000000;;, + 83;3; 0.000000, 0.032563, 0.000000;;, + 84;3; 0.000000, 0.032563, 0.000000;;, + 85;3; 0.000000, 0.032563, 0.000000;;, + 86;3; 0.000000, 0.032563, 0.000000;;, + 87;3; 0.000000, 0.032563, 0.000000;;, + 88;3; 0.000000, 0.032563, 0.000000;;, + 89;3; 0.000000, 0.032563, 0.000000;;, + 90;3; 0.000000, 0.032563, 0.000000;;, + 91;3; 0.000000, 0.032563, 0.000000;;, + 92;3; 0.000000, 0.032563, 0.000000;;, + 93;3; 0.000000, 0.032563, 0.000000;;, + 94;3; 0.000000, 0.032563, 0.000000;;, + 95;3; 0.000000, 0.032563, 0.000000;;, + 96;3; 0.000000, 0.032563, 0.000000;;, + 97;3; 0.000000, 0.032563, 0.000000;;, + 98;3; 0.000000, 0.032563, 0.000000;;, + 99;3; 0.000000, 0.032563, 0.000000;;, + 100;3; 0.000000, 0.032563, 0.000000;;, + 101;3; 0.000000, 0.032563, 0.000000;;, + 102;3; 0.000000, 0.032563, 0.000000;;, + 103;3; 0.000000, 0.032563, 0.000000;;, + 104;3; 0.000000, 0.032563, 0.000000;;, + 105;3; 0.000000, 0.032563, 0.000000;;, + 106;3; 0.000000, 0.032563, 0.000000;;, + 107;3; 0.000000, 0.032563, 0.000000;;, + 108;3; 0.000000, 0.032563, 0.000000;;, + 109;3; 0.000000, 0.032563, 0.000000;;, + 110;3; 0.000000, 0.032563, 0.000000;;, + 111;3; 0.000000, 0.032563, 0.000000;;, + 112;3; 0.000000, 0.032563, 0.000000;;, + 113;3; 0.000000, 0.032563, 0.000000;;, + 114;3; 0.000000, 0.032563, 0.000000;;, + 115;3; 0.000000, 0.032563, 0.000000;;, + 116;3; 0.000000, 0.032563, 0.000000;;, + 117;3; 0.000000, 0.032563, 0.000000;;, + 118;3; 0.000000, 0.032563, 0.000000;;, + 119;3; 0.000000, 0.032563, 0.000000;;, + 120;3; 0.000000, 0.032563, 0.000000;;, + 121;3; 0.000000, 0.032563, 0.000000;;, + 122;3; 0.000000, 0.032563, 0.000000;;, + 123;3; 0.000000, 0.032563, 0.000000;;, + 124;3; 0.000000, 0.032563, 0.000000;;, + 125;3; 0.000000, 0.032563, 0.000000;;, + 126;3; 0.000000, 0.032563, 0.000000;;, + 127;3; 0.000000, 0.032563, 0.000000;;, + 128;3; 0.000000, 0.032563, 0.000000;;, + 129;3; 0.000000, 0.032563, 0.000000;;, + 130;3; 0.000000, 0.032563, 0.000000;;, + 131;3; 0.000000, 0.032563, 0.000000;;, + 132;3; 0.000000, 0.032563, 0.000000;;, + 133;3; 0.000000, 0.032563, 0.000000;;, + 134;3; 0.000000, 0.032563, 0.000000;;, + 135;3; 0.000000, 0.032563, 0.000000;;, + 136;3; 0.000000, 0.032563, 0.000000;;, + 137;3; 0.000000, 0.032563, 0.000000;;, + 138;3; 0.000000, 0.032563, 0.000000;;, + 139;3; 0.000000, 0.032563, 0.000000;;, + 140;3; 0.000000, 0.032563, 0.000000;;, + 141;3; 0.000000, 0.032563, 0.000000;;, + 142;3; 0.000000, 0.032563, 0.000000;;, + 143;3; 0.000000, 0.032563, 0.000000;;, + 144;3; 0.000000, 0.032563, 0.000000;;, + 145;3; 0.000000, 0.032563, 0.000000;;, + 146;3; 0.000000, 0.032563, 0.000000;;, + 147;3; 0.000000, 0.032563, 0.000000;;, + 148;3; 0.000000, 0.032563, 0.000000;;, + 149;3; 0.000000, 0.032563, 0.000000;;, + 150;3; 0.000000, 0.032563, 0.000000;;, + 151;3; 0.000000, 0.032563, 0.000000;;, + 152;3; 0.000000, 0.032563, 0.000000;;, + 153;3; 0.000000, 0.032563, 0.000000;;, + 154;3; 0.000000, 0.032563, 0.000000;;, + 155;3; 0.000000, 0.032563, 0.000000;;, + 156;3; 0.000000, 0.032563, 0.000000;;, + 157;3; 0.000000, 0.032563, 0.000000;;, + 158;3; 0.000000, 0.032563, 0.000000;;, + 159;3; 0.000000, 0.032563, 0.000000;;; + } + } + Animation { + {wolfwoman_ring_03_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 1;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 2;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 3;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 4;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 5;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 6;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 7;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 8;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 9;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 10;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 11;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 12;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 13;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 14;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 15;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 16;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 17;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 18;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 19;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 20;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 21;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 22;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 23;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 24;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 25;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 26;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 27;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 28;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 29;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 30;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 31;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 32;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 33;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 34;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 35;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 36;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 37;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 38;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 39;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 40;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 41;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 42;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 43;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 44;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 45;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 46;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 47;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 48;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 49;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 50;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 51;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 52;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 53;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 54;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 55;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 56;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 57;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 58;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 59;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 60;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 61;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 62;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 63;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 64;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 65;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 66;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 67;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 68;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 69;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 70;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 71;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 72;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 73;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 74;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 75;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 76;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 77;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 78;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 79;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 80;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 81;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 82;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 83;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 84;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 85;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 86;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 87;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 88;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 89;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 90;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 91;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 92;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 93;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 94;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 95;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 96;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 97;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 98;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 99;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 100;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 101;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 102;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 103;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 104;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 105;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 106;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 107;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 108;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 109;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 110;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 111;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 112;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 113;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 114;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 115;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 116;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 117;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 118;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 119;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 120;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 121;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 122;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 123;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 124;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 125;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 126;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 127;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 128;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 129;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 130;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 131;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 132;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 133;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 134;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 135;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 136;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 137;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 138;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 139;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 140;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 141;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 142;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 143;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 144;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 145;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 146;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 147;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 148;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 149;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 150;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 151;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 152;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 153;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 154;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 155;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 156;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 157;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 158;4;-0.995727, 0.051607, 0.057292,-0.050810;;, + 159;4;-0.995727, 0.051607, 0.057292,-0.050810;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.027209,-0.000000;;, + 1;3; 0.000000, 0.027209,-0.000000;;, + 2;3; 0.000000, 0.027209,-0.000000;;, + 3;3; 0.000000, 0.027209,-0.000000;;, + 4;3; 0.000000, 0.027209,-0.000000;;, + 5;3; 0.000000, 0.027209,-0.000000;;, + 6;3; 0.000000, 0.027209,-0.000000;;, + 7;3; 0.000000, 0.027209,-0.000000;;, + 8;3; 0.000000, 0.027209,-0.000000;;, + 9;3; 0.000000, 0.027209,-0.000000;;, + 10;3; 0.000000, 0.027209,-0.000000;;, + 11;3; 0.000000, 0.027209,-0.000000;;, + 12;3; 0.000000, 0.027209,-0.000000;;, + 13;3; 0.000000, 0.027209,-0.000000;;, + 14;3; 0.000000, 0.027209,-0.000000;;, + 15;3; 0.000000, 0.027209,-0.000000;;, + 16;3; 0.000000, 0.027209,-0.000000;;, + 17;3; 0.000000, 0.027209,-0.000000;;, + 18;3; 0.000000, 0.027209,-0.000000;;, + 19;3; 0.000000, 0.027209,-0.000000;;, + 20;3; 0.000000, 0.027209,-0.000000;;, + 21;3; 0.000000, 0.027209,-0.000000;;, + 22;3; 0.000000, 0.027209,-0.000000;;, + 23;3; 0.000000, 0.027209,-0.000000;;, + 24;3; 0.000000, 0.027209,-0.000000;;, + 25;3; 0.000000, 0.027209,-0.000000;;, + 26;3; 0.000000, 0.027209,-0.000000;;, + 27;3; 0.000000, 0.027209,-0.000000;;, + 28;3; 0.000000, 0.027209,-0.000000;;, + 29;3; 0.000000, 0.027209,-0.000000;;, + 30;3; 0.000000, 0.027209,-0.000000;;, + 31;3; 0.000000, 0.027209,-0.000000;;, + 32;3; 0.000000, 0.027209,-0.000000;;, + 33;3; 0.000000, 0.027209,-0.000000;;, + 34;3; 0.000000, 0.027209,-0.000000;;, + 35;3; 0.000000, 0.027209,-0.000000;;, + 36;3; 0.000000, 0.027209,-0.000000;;, + 37;3; 0.000000, 0.027209,-0.000000;;, + 38;3; 0.000000, 0.027209,-0.000000;;, + 39;3; 0.000000, 0.027209,-0.000000;;, + 40;3; 0.000000, 0.027209,-0.000000;;, + 41;3; 0.000000, 0.027209,-0.000000;;, + 42;3; 0.000000, 0.027209,-0.000000;;, + 43;3; 0.000000, 0.027209,-0.000000;;, + 44;3; 0.000000, 0.027209,-0.000000;;, + 45;3; 0.000000, 0.027209,-0.000000;;, + 46;3; 0.000000, 0.027209,-0.000000;;, + 47;3; 0.000000, 0.027209,-0.000000;;, + 48;3; 0.000000, 0.027209,-0.000000;;, + 49;3; 0.000000, 0.027209,-0.000000;;, + 50;3; 0.000000, 0.027209,-0.000000;;, + 51;3; 0.000000, 0.027209,-0.000000;;, + 52;3; 0.000000, 0.027209,-0.000000;;, + 53;3; 0.000000, 0.027209,-0.000000;;, + 54;3; 0.000000, 0.027209,-0.000000;;, + 55;3; 0.000000, 0.027209,-0.000000;;, + 56;3; 0.000000, 0.027209,-0.000000;;, + 57;3; 0.000000, 0.027209,-0.000000;;, + 58;3; 0.000000, 0.027209,-0.000000;;, + 59;3; 0.000000, 0.027209,-0.000000;;, + 60;3; 0.000000, 0.027209,-0.000000;;, + 61;3; 0.000000, 0.027209,-0.000000;;, + 62;3; 0.000000, 0.027209,-0.000000;;, + 63;3; 0.000000, 0.027209,-0.000000;;, + 64;3; 0.000000, 0.027209,-0.000000;;, + 65;3; 0.000000, 0.027209,-0.000000;;, + 66;3; 0.000000, 0.027209,-0.000000;;, + 67;3; 0.000000, 0.027209,-0.000000;;, + 68;3; 0.000000, 0.027209,-0.000000;;, + 69;3; 0.000000, 0.027209,-0.000000;;, + 70;3; 0.000000, 0.027209,-0.000000;;, + 71;3; 0.000000, 0.027209,-0.000000;;, + 72;3; 0.000000, 0.027209,-0.000000;;, + 73;3; 0.000000, 0.027209,-0.000000;;, + 74;3; 0.000000, 0.027209,-0.000000;;, + 75;3; 0.000000, 0.027209,-0.000000;;, + 76;3; 0.000000, 0.027209,-0.000000;;, + 77;3; 0.000000, 0.027209,-0.000000;;, + 78;3; 0.000000, 0.027209,-0.000000;;, + 79;3; 0.000000, 0.027209,-0.000000;;, + 80;3; 0.000000, 0.027209,-0.000000;;, + 81;3; 0.000000, 0.027209,-0.000000;;, + 82;3; 0.000000, 0.027209,-0.000000;;, + 83;3; 0.000000, 0.027209,-0.000000;;, + 84;3; 0.000000, 0.027209,-0.000000;;, + 85;3; 0.000000, 0.027209,-0.000000;;, + 86;3; 0.000000, 0.027209,-0.000000;;, + 87;3; 0.000000, 0.027209,-0.000000;;, + 88;3; 0.000000, 0.027209,-0.000000;;, + 89;3; 0.000000, 0.027209,-0.000000;;, + 90;3; 0.000000, 0.027209,-0.000000;;, + 91;3; 0.000000, 0.027209,-0.000000;;, + 92;3; 0.000000, 0.027209,-0.000000;;, + 93;3; 0.000000, 0.027209,-0.000000;;, + 94;3; 0.000000, 0.027209,-0.000000;;, + 95;3; 0.000000, 0.027209,-0.000000;;, + 96;3; 0.000000, 0.027209,-0.000000;;, + 97;3; 0.000000, 0.027209,-0.000000;;, + 98;3; 0.000000, 0.027209,-0.000000;;, + 99;3; 0.000000, 0.027209,-0.000000;;, + 100;3; 0.000000, 0.027209,-0.000000;;, + 101;3; 0.000000, 0.027209,-0.000000;;, + 102;3; 0.000000, 0.027209,-0.000000;;, + 103;3; 0.000000, 0.027209,-0.000000;;, + 104;3; 0.000000, 0.027209,-0.000000;;, + 105;3; 0.000000, 0.027209,-0.000000;;, + 106;3; 0.000000, 0.027209,-0.000000;;, + 107;3; 0.000000, 0.027209,-0.000000;;, + 108;3; 0.000000, 0.027209,-0.000000;;, + 109;3; 0.000000, 0.027209,-0.000000;;, + 110;3; 0.000000, 0.027209,-0.000000;;, + 111;3; 0.000000, 0.027209,-0.000000;;, + 112;3; 0.000000, 0.027209,-0.000000;;, + 113;3; 0.000000, 0.027209,-0.000000;;, + 114;3; 0.000000, 0.027209,-0.000000;;, + 115;3; 0.000000, 0.027209,-0.000000;;, + 116;3; 0.000000, 0.027209,-0.000000;;, + 117;3; 0.000000, 0.027209,-0.000000;;, + 118;3; 0.000000, 0.027209,-0.000000;;, + 119;3; 0.000000, 0.027209,-0.000000;;, + 120;3; 0.000000, 0.027209,-0.000000;;, + 121;3; 0.000000, 0.027209,-0.000000;;, + 122;3; 0.000000, 0.027209,-0.000000;;, + 123;3; 0.000000, 0.027209,-0.000000;;, + 124;3; 0.000000, 0.027209,-0.000000;;, + 125;3; 0.000000, 0.027209,-0.000000;;, + 126;3; 0.000000, 0.027209,-0.000000;;, + 127;3; 0.000000, 0.027209,-0.000000;;, + 128;3; 0.000000, 0.027209,-0.000000;;, + 129;3; 0.000000, 0.027209,-0.000000;;, + 130;3; 0.000000, 0.027209,-0.000000;;, + 131;3; 0.000000, 0.027209,-0.000000;;, + 132;3; 0.000000, 0.027209,-0.000000;;, + 133;3; 0.000000, 0.027209,-0.000000;;, + 134;3; 0.000000, 0.027209,-0.000000;;, + 135;3; 0.000000, 0.027209,-0.000000;;, + 136;3; 0.000000, 0.027209,-0.000000;;, + 137;3; 0.000000, 0.027209,-0.000000;;, + 138;3; 0.000000, 0.027209,-0.000000;;, + 139;3; 0.000000, 0.027209,-0.000000;;, + 140;3; 0.000000, 0.027209,-0.000000;;, + 141;3; 0.000000, 0.027209,-0.000000;;, + 142;3; 0.000000, 0.027209,-0.000000;;, + 143;3; 0.000000, 0.027209,-0.000000;;, + 144;3; 0.000000, 0.027209,-0.000000;;, + 145;3; 0.000000, 0.027209,-0.000000;;, + 146;3; 0.000000, 0.027209,-0.000000;;, + 147;3; 0.000000, 0.027209,-0.000000;;, + 148;3; 0.000000, 0.027209,-0.000000;;, + 149;3; 0.000000, 0.027209,-0.000000;;, + 150;3; 0.000000, 0.027209,-0.000000;;, + 151;3; 0.000000, 0.027209,-0.000000;;, + 152;3; 0.000000, 0.027209,-0.000000;;, + 153;3; 0.000000, 0.027209,-0.000000;;, + 154;3; 0.000000, 0.027209,-0.000000;;, + 155;3; 0.000000, 0.027209,-0.000000;;, + 156;3; 0.000000, 0.027209,-0.000000;;, + 157;3; 0.000000, 0.027209,-0.000000;;, + 158;3; 0.000000, 0.027209,-0.000000;;, + 159;3; 0.000000, 0.027209,-0.000000;;; + } + } + Animation { + {wolfwoman_thumb_01_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 1;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 2;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 3;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 4;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 5;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 6;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 7;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 8;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 9;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 10;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 11;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 12;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 13;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 14;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 15;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 16;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 17;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 18;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 19;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 20;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 21;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 22;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 23;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 24;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 25;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 26;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 27;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 28;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 29;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 30;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 31;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 32;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 33;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 34;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 35;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 36;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 37;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 38;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 39;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 40;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 41;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 42;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 43;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 44;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 45;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 46;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 47;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 48;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 49;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 50;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 51;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 52;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 53;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 54;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 55;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 56;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 57;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 58;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 59;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 60;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 61;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 62;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 63;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 64;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 65;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 66;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 67;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 68;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 69;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 70;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 71;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 72;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 73;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 74;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 75;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 76;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 77;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 78;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 79;4;-0.220430, 0.319474, 0.835429, 0.389108;;, + 80;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 81;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 82;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 83;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 84;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 85;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 86;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 87;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 88;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 89;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 90;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 91;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 92;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 93;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 94;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 95;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 96;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 97;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 98;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 99;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 100;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 101;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 102;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 103;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 104;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 105;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 106;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 107;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 108;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 109;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 110;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 111;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 112;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 113;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 114;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 115;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 116;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 117;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 118;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 119;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 120;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 121;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 122;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 123;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 124;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 125;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 126;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 127;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 128;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 129;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 130;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 131;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 132;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 133;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 134;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 135;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 136;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 137;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 138;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 139;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 140;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 141;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 142;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 143;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 144;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 145;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 146;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 147;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 148;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 149;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 150;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 151;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 152;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 153;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 154;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 155;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 156;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 157;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 158;4;-0.220430, 0.319474, 0.835429, 0.389109;;, + 159;4;-0.220430, 0.319474, 0.835429, 0.389109;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.010974, 0.043726, 0.019651;;, + 1;3;-0.010974, 0.043726, 0.019651;;, + 2;3;-0.010974, 0.043726, 0.019651;;, + 3;3;-0.010974, 0.043726, 0.019651;;, + 4;3;-0.010974, 0.043726, 0.019651;;, + 5;3;-0.010974, 0.043726, 0.019651;;, + 6;3;-0.010974, 0.043726, 0.019651;;, + 7;3;-0.010974, 0.043726, 0.019651;;, + 8;3;-0.010974, 0.043726, 0.019651;;, + 9;3;-0.010974, 0.043726, 0.019651;;, + 10;3;-0.010974, 0.043726, 0.019651;;, + 11;3;-0.010974, 0.043726, 0.019651;;, + 12;3;-0.010974, 0.043726, 0.019651;;, + 13;3;-0.010974, 0.043726, 0.019651;;, + 14;3;-0.010974, 0.043726, 0.019651;;, + 15;3;-0.010974, 0.043726, 0.019651;;, + 16;3;-0.010974, 0.043726, 0.019651;;, + 17;3;-0.010974, 0.043726, 0.019651;;, + 18;3;-0.010974, 0.043726, 0.019651;;, + 19;3;-0.010974, 0.043726, 0.019651;;, + 20;3;-0.010974, 0.043726, 0.019651;;, + 21;3;-0.010974, 0.043726, 0.019651;;, + 22;3;-0.010974, 0.043726, 0.019651;;, + 23;3;-0.010974, 0.043726, 0.019651;;, + 24;3;-0.010974, 0.043726, 0.019651;;, + 25;3;-0.010974, 0.043726, 0.019651;;, + 26;3;-0.010974, 0.043726, 0.019651;;, + 27;3;-0.010974, 0.043726, 0.019651;;, + 28;3;-0.010974, 0.043726, 0.019651;;, + 29;3;-0.010974, 0.043726, 0.019651;;, + 30;3;-0.010974, 0.043726, 0.019651;;, + 31;3;-0.010974, 0.043726, 0.019651;;, + 32;3;-0.010974, 0.043726, 0.019651;;, + 33;3;-0.010974, 0.043726, 0.019651;;, + 34;3;-0.010974, 0.043726, 0.019651;;, + 35;3;-0.010974, 0.043726, 0.019651;;, + 36;3;-0.010974, 0.043726, 0.019651;;, + 37;3;-0.010974, 0.043726, 0.019651;;, + 38;3;-0.010974, 0.043726, 0.019651;;, + 39;3;-0.010974, 0.043726, 0.019651;;, + 40;3;-0.010974, 0.043726, 0.019651;;, + 41;3;-0.010974, 0.043726, 0.019651;;, + 42;3;-0.010974, 0.043726, 0.019651;;, + 43;3;-0.010974, 0.043726, 0.019651;;, + 44;3;-0.010974, 0.043726, 0.019651;;, + 45;3;-0.010974, 0.043726, 0.019651;;, + 46;3;-0.010974, 0.043726, 0.019651;;, + 47;3;-0.010974, 0.043726, 0.019651;;, + 48;3;-0.010974, 0.043726, 0.019651;;, + 49;3;-0.010974, 0.043726, 0.019651;;, + 50;3;-0.010974, 0.043726, 0.019651;;, + 51;3;-0.010974, 0.043726, 0.019651;;, + 52;3;-0.010974, 0.043726, 0.019651;;, + 53;3;-0.010974, 0.043726, 0.019651;;, + 54;3;-0.010974, 0.043726, 0.019651;;, + 55;3;-0.010974, 0.043726, 0.019651;;, + 56;3;-0.010974, 0.043726, 0.019651;;, + 57;3;-0.010974, 0.043726, 0.019651;;, + 58;3;-0.010974, 0.043726, 0.019651;;, + 59;3;-0.010974, 0.043726, 0.019651;;, + 60;3;-0.010974, 0.043726, 0.019651;;, + 61;3;-0.010974, 0.043726, 0.019651;;, + 62;3;-0.010974, 0.043726, 0.019651;;, + 63;3;-0.010974, 0.043726, 0.019651;;, + 64;3;-0.010974, 0.043726, 0.019651;;, + 65;3;-0.010974, 0.043726, 0.019651;;, + 66;3;-0.010974, 0.043726, 0.019651;;, + 67;3;-0.010974, 0.043726, 0.019651;;, + 68;3;-0.010974, 0.043726, 0.019651;;, + 69;3;-0.010974, 0.043726, 0.019651;;, + 70;3;-0.010974, 0.043726, 0.019651;;, + 71;3;-0.010974, 0.043726, 0.019651;;, + 72;3;-0.010974, 0.043726, 0.019651;;, + 73;3;-0.010974, 0.043726, 0.019651;;, + 74;3;-0.010974, 0.043726, 0.019651;;, + 75;3;-0.010974, 0.043726, 0.019651;;, + 76;3;-0.010974, 0.043726, 0.019651;;, + 77;3;-0.010974, 0.043726, 0.019651;;, + 78;3;-0.010974, 0.043726, 0.019651;;, + 79;3;-0.010974, 0.043726, 0.019651;;, + 80;3;-0.010974, 0.043726, 0.019651;;, + 81;3;-0.010974, 0.043726, 0.019651;;, + 82;3;-0.010974, 0.043726, 0.019651;;, + 83;3;-0.010974, 0.043726, 0.019651;;, + 84;3;-0.010974, 0.043726, 0.019651;;, + 85;3;-0.010974, 0.043726, 0.019651;;, + 86;3;-0.010974, 0.043726, 0.019651;;, + 87;3;-0.010974, 0.043726, 0.019651;;, + 88;3;-0.010974, 0.043726, 0.019651;;, + 89;3;-0.010974, 0.043726, 0.019651;;, + 90;3;-0.010974, 0.043726, 0.019651;;, + 91;3;-0.010974, 0.043726, 0.019651;;, + 92;3;-0.010974, 0.043726, 0.019651;;, + 93;3;-0.010974, 0.043726, 0.019651;;, + 94;3;-0.010974, 0.043726, 0.019651;;, + 95;3;-0.010974, 0.043726, 0.019651;;, + 96;3;-0.010974, 0.043726, 0.019651;;, + 97;3;-0.010974, 0.043726, 0.019651;;, + 98;3;-0.010974, 0.043726, 0.019651;;, + 99;3;-0.010974, 0.043726, 0.019651;;, + 100;3;-0.010974, 0.043726, 0.019651;;, + 101;3;-0.010974, 0.043726, 0.019651;;, + 102;3;-0.010974, 0.043726, 0.019651;;, + 103;3;-0.010974, 0.043726, 0.019651;;, + 104;3;-0.010974, 0.043726, 0.019651;;, + 105;3;-0.010974, 0.043726, 0.019651;;, + 106;3;-0.010974, 0.043726, 0.019651;;, + 107;3;-0.010974, 0.043726, 0.019651;;, + 108;3;-0.010974, 0.043726, 0.019651;;, + 109;3;-0.010974, 0.043726, 0.019651;;, + 110;3;-0.010974, 0.043726, 0.019651;;, + 111;3;-0.010974, 0.043726, 0.019651;;, + 112;3;-0.010974, 0.043726, 0.019651;;, + 113;3;-0.010974, 0.043726, 0.019651;;, + 114;3;-0.010974, 0.043726, 0.019651;;, + 115;3;-0.010974, 0.043726, 0.019651;;, + 116;3;-0.010974, 0.043726, 0.019651;;, + 117;3;-0.010974, 0.043726, 0.019651;;, + 118;3;-0.010974, 0.043726, 0.019651;;, + 119;3;-0.010974, 0.043726, 0.019651;;, + 120;3;-0.010974, 0.043726, 0.019651;;, + 121;3;-0.010974, 0.043726, 0.019651;;, + 122;3;-0.010974, 0.043726, 0.019651;;, + 123;3;-0.010974, 0.043726, 0.019651;;, + 124;3;-0.010974, 0.043726, 0.019651;;, + 125;3;-0.010974, 0.043726, 0.019651;;, + 126;3;-0.010974, 0.043726, 0.019651;;, + 127;3;-0.010974, 0.043726, 0.019651;;, + 128;3;-0.010974, 0.043726, 0.019651;;, + 129;3;-0.010974, 0.043726, 0.019651;;, + 130;3;-0.010974, 0.043726, 0.019651;;, + 131;3;-0.010974, 0.043726, 0.019651;;, + 132;3;-0.010974, 0.043726, 0.019651;;, + 133;3;-0.010974, 0.043726, 0.019651;;, + 134;3;-0.010974, 0.043726, 0.019651;;, + 135;3;-0.010974, 0.043726, 0.019651;;, + 136;3;-0.010974, 0.043726, 0.019651;;, + 137;3;-0.010974, 0.043726, 0.019651;;, + 138;3;-0.010974, 0.043726, 0.019651;;, + 139;3;-0.010974, 0.043726, 0.019651;;, + 140;3;-0.010974, 0.043726, 0.019651;;, + 141;3;-0.010974, 0.043726, 0.019651;;, + 142;3;-0.010974, 0.043726, 0.019651;;, + 143;3;-0.010974, 0.043726, 0.019651;;, + 144;3;-0.010974, 0.043726, 0.019651;;, + 145;3;-0.010974, 0.043726, 0.019651;;, + 146;3;-0.010974, 0.043726, 0.019651;;, + 147;3;-0.010974, 0.043726, 0.019651;;, + 148;3;-0.010974, 0.043726, 0.019651;;, + 149;3;-0.010974, 0.043726, 0.019651;;, + 150;3;-0.010974, 0.043726, 0.019651;;, + 151;3;-0.010974, 0.043726, 0.019651;;, + 152;3;-0.010974, 0.043726, 0.019651;;, + 153;3;-0.010974, 0.043726, 0.019651;;, + 154;3;-0.010974, 0.043726, 0.019651;;, + 155;3;-0.010974, 0.043726, 0.019651;;, + 156;3;-0.010974, 0.043726, 0.019651;;, + 157;3;-0.010974, 0.043726, 0.019651;;, + 158;3;-0.010974, 0.043726, 0.019651;;, + 159;3;-0.010974, 0.043726, 0.019651;;; + } + } + Animation { + {wolfwoman_thumb_02_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 1;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 2;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 3;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 4;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 5;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 6;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 7;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 8;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 9;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 10;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 11;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 12;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 13;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 14;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 15;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 16;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 17;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 18;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 19;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 20;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 21;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 22;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 23;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 24;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 25;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 26;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 27;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 28;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 29;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 30;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 31;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 32;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 33;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 34;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 35;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 36;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 37;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 38;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 39;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 40;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 41;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 42;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 43;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 44;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 45;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 46;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 47;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 48;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 49;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 50;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 51;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 52;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 53;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 54;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 55;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 56;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 57;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 58;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 59;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 60;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 61;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 62;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 63;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 64;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 65;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 66;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 67;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 68;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 69;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 70;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 71;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 72;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 73;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 74;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 75;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 76;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 77;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 78;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 79;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 80;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 81;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 82;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 83;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 84;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 85;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 86;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 87;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 88;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 89;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 90;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 91;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 92;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 93;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 94;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 95;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 96;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 97;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 98;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 99;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 100;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 101;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 102;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 103;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 104;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 105;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 106;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 107;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 108;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 109;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 110;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 111;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 112;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 113;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 114;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 115;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 116;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 117;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 118;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 119;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 120;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 121;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 122;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 123;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 124;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 125;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 126;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 127;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 128;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 129;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 130;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 131;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 132;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 133;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 134;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 135;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 136;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 137;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 138;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 139;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 140;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 141;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 142;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 143;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 144;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 145;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 146;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 147;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 148;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 149;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 150;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 151;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 152;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 153;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 154;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 155;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 156;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 157;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 158;4;-0.805102, 0.456535, 0.309262,-0.218506;;, + 159;4;-0.805102, 0.456535, 0.309262,-0.218506;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.033709,-0.000000;;, + 1;3; 0.000000, 0.033709,-0.000000;;, + 2;3; 0.000000, 0.033709,-0.000000;;, + 3;3; 0.000000, 0.033709,-0.000000;;, + 4;3; 0.000000, 0.033709,-0.000000;;, + 5;3; 0.000000, 0.033709,-0.000000;;, + 6;3; 0.000000, 0.033709,-0.000000;;, + 7;3; 0.000000, 0.033709,-0.000000;;, + 8;3; 0.000000, 0.033709,-0.000000;;, + 9;3; 0.000000, 0.033709,-0.000000;;, + 10;3; 0.000000, 0.033709,-0.000000;;, + 11;3; 0.000000, 0.033709,-0.000000;;, + 12;3; 0.000000, 0.033709,-0.000000;;, + 13;3; 0.000000, 0.033709,-0.000000;;, + 14;3; 0.000000, 0.033709,-0.000000;;, + 15;3; 0.000000, 0.033709,-0.000000;;, + 16;3; 0.000000, 0.033709,-0.000000;;, + 17;3; 0.000000, 0.033709,-0.000000;;, + 18;3; 0.000000, 0.033709,-0.000000;;, + 19;3; 0.000000, 0.033709,-0.000000;;, + 20;3; 0.000000, 0.033709,-0.000000;;, + 21;3; 0.000000, 0.033709,-0.000000;;, + 22;3; 0.000000, 0.033709,-0.000000;;, + 23;3; 0.000000, 0.033709,-0.000000;;, + 24;3; 0.000000, 0.033709,-0.000000;;, + 25;3; 0.000000, 0.033709,-0.000000;;, + 26;3; 0.000000, 0.033709,-0.000000;;, + 27;3; 0.000000, 0.033709,-0.000000;;, + 28;3; 0.000000, 0.033709,-0.000000;;, + 29;3; 0.000000, 0.033709,-0.000000;;, + 30;3; 0.000000, 0.033709,-0.000000;;, + 31;3; 0.000000, 0.033709,-0.000000;;, + 32;3; 0.000000, 0.033709,-0.000000;;, + 33;3; 0.000000, 0.033709,-0.000000;;, + 34;3; 0.000000, 0.033709,-0.000000;;, + 35;3; 0.000000, 0.033709,-0.000000;;, + 36;3; 0.000000, 0.033709,-0.000000;;, + 37;3; 0.000000, 0.033709,-0.000000;;, + 38;3; 0.000000, 0.033709,-0.000000;;, + 39;3; 0.000000, 0.033709,-0.000000;;, + 40;3; 0.000000, 0.033709,-0.000000;;, + 41;3; 0.000000, 0.033709,-0.000000;;, + 42;3; 0.000000, 0.033709,-0.000000;;, + 43;3; 0.000000, 0.033709,-0.000000;;, + 44;3; 0.000000, 0.033709,-0.000000;;, + 45;3; 0.000000, 0.033709,-0.000000;;, + 46;3; 0.000000, 0.033709,-0.000000;;, + 47;3; 0.000000, 0.033709,-0.000000;;, + 48;3; 0.000000, 0.033709,-0.000000;;, + 49;3; 0.000000, 0.033709,-0.000000;;, + 50;3; 0.000000, 0.033709,-0.000000;;, + 51;3; 0.000000, 0.033709,-0.000000;;, + 52;3; 0.000000, 0.033709,-0.000000;;, + 53;3; 0.000000, 0.033709,-0.000000;;, + 54;3; 0.000000, 0.033709,-0.000000;;, + 55;3; 0.000000, 0.033709,-0.000000;;, + 56;3; 0.000000, 0.033709,-0.000000;;, + 57;3; 0.000000, 0.033709,-0.000000;;, + 58;3; 0.000000, 0.033709,-0.000000;;, + 59;3; 0.000000, 0.033709,-0.000000;;, + 60;3; 0.000000, 0.033709,-0.000000;;, + 61;3; 0.000000, 0.033709,-0.000000;;, + 62;3; 0.000000, 0.033709,-0.000000;;, + 63;3; 0.000000, 0.033709,-0.000000;;, + 64;3; 0.000000, 0.033709,-0.000000;;, + 65;3; 0.000000, 0.033709,-0.000000;;, + 66;3; 0.000000, 0.033709,-0.000000;;, + 67;3; 0.000000, 0.033709,-0.000000;;, + 68;3; 0.000000, 0.033709,-0.000000;;, + 69;3; 0.000000, 0.033709,-0.000000;;, + 70;3; 0.000000, 0.033709,-0.000000;;, + 71;3; 0.000000, 0.033709,-0.000000;;, + 72;3; 0.000000, 0.033709,-0.000000;;, + 73;3; 0.000000, 0.033709,-0.000000;;, + 74;3; 0.000000, 0.033709,-0.000000;;, + 75;3; 0.000000, 0.033709,-0.000000;;, + 76;3; 0.000000, 0.033709,-0.000000;;, + 77;3; 0.000000, 0.033709,-0.000000;;, + 78;3; 0.000000, 0.033709,-0.000000;;, + 79;3;-0.000000, 0.033709,-0.000000;;, + 80;3;-0.000000, 0.033709,-0.000000;;, + 81;3;-0.000000, 0.033709,-0.000000;;, + 82;3;-0.000000, 0.033709,-0.000000;;, + 83;3;-0.000000, 0.033709,-0.000000;;, + 84;3;-0.000000, 0.033709,-0.000000;;, + 85;3;-0.000000, 0.033709,-0.000000;;, + 86;3;-0.000000, 0.033709,-0.000000;;, + 87;3;-0.000000, 0.033709,-0.000000;;, + 88;3;-0.000000, 0.033709,-0.000000;;, + 89;3;-0.000000, 0.033709,-0.000000;;, + 90;3;-0.000000, 0.033709,-0.000000;;, + 91;3;-0.000000, 0.033709,-0.000000;;, + 92;3;-0.000000, 0.033709,-0.000000;;, + 93;3;-0.000000, 0.033709,-0.000000;;, + 94;3;-0.000000, 0.033709,-0.000000;;, + 95;3;-0.000000, 0.033709,-0.000000;;, + 96;3;-0.000000, 0.033709,-0.000000;;, + 97;3;-0.000000, 0.033709,-0.000000;;, + 98;3;-0.000000, 0.033709,-0.000000;;, + 99;3;-0.000000, 0.033709,-0.000000;;, + 100;3;-0.000000, 0.033709,-0.000000;;, + 101;3;-0.000000, 0.033709,-0.000000;;, + 102;3;-0.000000, 0.033709,-0.000000;;, + 103;3;-0.000000, 0.033709,-0.000000;;, + 104;3;-0.000000, 0.033709,-0.000000;;, + 105;3;-0.000000, 0.033709,-0.000000;;, + 106;3;-0.000000, 0.033709,-0.000000;;, + 107;3;-0.000000, 0.033709,-0.000000;;, + 108;3;-0.000000, 0.033709,-0.000000;;, + 109;3;-0.000000, 0.033709,-0.000000;;, + 110;3;-0.000000, 0.033709,-0.000000;;, + 111;3;-0.000000, 0.033709,-0.000000;;, + 112;3;-0.000000, 0.033709,-0.000000;;, + 113;3;-0.000000, 0.033709,-0.000000;;, + 114;3;-0.000000, 0.033709,-0.000000;;, + 115;3;-0.000000, 0.033709,-0.000000;;, + 116;3;-0.000000, 0.033709,-0.000000;;, + 117;3;-0.000000, 0.033709,-0.000000;;, + 118;3;-0.000000, 0.033709,-0.000000;;, + 119;3;-0.000000, 0.033709,-0.000000;;, + 120;3;-0.000000, 0.033709,-0.000000;;, + 121;3;-0.000000, 0.033709,-0.000000;;, + 122;3;-0.000000, 0.033709,-0.000000;;, + 123;3;-0.000000, 0.033709,-0.000000;;, + 124;3;-0.000000, 0.033709,-0.000000;;, + 125;3;-0.000000, 0.033709,-0.000000;;, + 126;3;-0.000000, 0.033709,-0.000000;;, + 127;3;-0.000000, 0.033709,-0.000000;;, + 128;3;-0.000000, 0.033709,-0.000000;;, + 129;3;-0.000000, 0.033709,-0.000000;;, + 130;3;-0.000000, 0.033709,-0.000000;;, + 131;3;-0.000000, 0.033709,-0.000000;;, + 132;3;-0.000000, 0.033709,-0.000000;;, + 133;3;-0.000000, 0.033709,-0.000000;;, + 134;3;-0.000000, 0.033709,-0.000000;;, + 135;3;-0.000000, 0.033709,-0.000000;;, + 136;3;-0.000000, 0.033709,-0.000000;;, + 137;3;-0.000000, 0.033709,-0.000000;;, + 138;3;-0.000000, 0.033709,-0.000000;;, + 139;3;-0.000000, 0.033709,-0.000000;;, + 140;3;-0.000000, 0.033709,-0.000000;;, + 141;3;-0.000000, 0.033709,-0.000000;;, + 142;3;-0.000000, 0.033709,-0.000000;;, + 143;3;-0.000000, 0.033709,-0.000000;;, + 144;3;-0.000000, 0.033709,-0.000000;;, + 145;3;-0.000000, 0.033709,-0.000000;;, + 146;3;-0.000000, 0.033709,-0.000000;;, + 147;3;-0.000000, 0.033709,-0.000000;;, + 148;3;-0.000000, 0.033709,-0.000000;;, + 149;3;-0.000000, 0.033709,-0.000000;;, + 150;3;-0.000000, 0.033709,-0.000000;;, + 151;3;-0.000000, 0.033709,-0.000000;;, + 152;3;-0.000000, 0.033709,-0.000000;;, + 153;3;-0.000000, 0.033709,-0.000000;;, + 154;3;-0.000000, 0.033709,-0.000000;;, + 155;3;-0.000000, 0.033709,-0.000000;;, + 156;3;-0.000000, 0.033709,-0.000000;;, + 157;3;-0.000000, 0.033709,-0.000000;;, + 158;3;-0.000000, 0.033709,-0.000000;;, + 159;3;-0.000000, 0.033709,-0.000000;;; + } + } + Animation { + {wolfwoman_thumb_03_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 1;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 2;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 3;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 4;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 5;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 6;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 7;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 8;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 9;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 10;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 11;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 12;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 13;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 14;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 15;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 16;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 17;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 18;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 19;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 20;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 21;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 22;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 23;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 24;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 25;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 26;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 27;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 28;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 29;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 30;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 31;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 32;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 33;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 34;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 35;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 36;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 37;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 38;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 39;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 40;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 41;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 42;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 43;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 44;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 45;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 46;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 47;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 48;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 49;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 50;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 51;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 52;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 53;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 54;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 55;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 56;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 57;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 58;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 59;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 60;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 61;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 62;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 63;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 64;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 65;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 66;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 67;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 68;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 69;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 70;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 71;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 72;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 73;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 74;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 75;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 76;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 77;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 78;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 79;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 80;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 81;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 82;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 83;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 84;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 85;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 86;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 87;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 88;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 89;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 90;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 91;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 92;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 93;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 94;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 95;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 96;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 97;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 98;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 99;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 100;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 101;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 102;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 103;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 104;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 105;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 106;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 107;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 108;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 109;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 110;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 111;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 112;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 113;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 114;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 115;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 116;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 117;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 118;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 119;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 120;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 121;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 122;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 123;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 124;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 125;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 126;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 127;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 128;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 129;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 130;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 131;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 132;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 133;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 134;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 135;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 136;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 137;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 138;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 139;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 140;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 141;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 142;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 143;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 144;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 145;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 146;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 147;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 148;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 149;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 150;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 151;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 152;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 153;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 154;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 155;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 156;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 157;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 158;4;-0.973484, 0.110041, 0.173563, 0.100481;;, + 159;4;-0.973484, 0.110041, 0.173563, 0.100481;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.039923,-0.000000;;, + 1;3;-0.000000, 0.039923,-0.000000;;, + 2;3;-0.000000, 0.039923,-0.000000;;, + 3;3;-0.000000, 0.039923,-0.000000;;, + 4;3;-0.000000, 0.039923,-0.000000;;, + 5;3;-0.000000, 0.039923,-0.000000;;, + 6;3;-0.000000, 0.039923,-0.000000;;, + 7;3;-0.000000, 0.039923,-0.000000;;, + 8;3;-0.000000, 0.039923,-0.000000;;, + 9;3;-0.000000, 0.039923,-0.000000;;, + 10;3;-0.000000, 0.039923,-0.000000;;, + 11;3;-0.000000, 0.039923,-0.000000;;, + 12;3;-0.000000, 0.039923,-0.000000;;, + 13;3;-0.000000, 0.039923,-0.000000;;, + 14;3;-0.000000, 0.039923,-0.000000;;, + 15;3;-0.000000, 0.039923,-0.000000;;, + 16;3;-0.000000, 0.039923,-0.000000;;, + 17;3;-0.000000, 0.039923,-0.000000;;, + 18;3;-0.000000, 0.039923,-0.000000;;, + 19;3;-0.000000, 0.039923,-0.000000;;, + 20;3;-0.000000, 0.039923,-0.000000;;, + 21;3;-0.000000, 0.039923,-0.000000;;, + 22;3;-0.000000, 0.039923,-0.000000;;, + 23;3;-0.000000, 0.039923,-0.000000;;, + 24;3;-0.000000, 0.039923,-0.000000;;, + 25;3;-0.000000, 0.039923,-0.000000;;, + 26;3;-0.000000, 0.039923,-0.000000;;, + 27;3;-0.000000, 0.039923,-0.000000;;, + 28;3;-0.000000, 0.039923,-0.000000;;, + 29;3;-0.000000, 0.039923,-0.000000;;, + 30;3;-0.000000, 0.039923,-0.000000;;, + 31;3;-0.000000, 0.039923,-0.000000;;, + 32;3;-0.000000, 0.039923,-0.000000;;, + 33;3;-0.000000, 0.039923,-0.000000;;, + 34;3;-0.000000, 0.039923,-0.000000;;, + 35;3;-0.000000, 0.039923,-0.000000;;, + 36;3;-0.000000, 0.039923,-0.000000;;, + 37;3;-0.000000, 0.039923,-0.000000;;, + 38;3;-0.000000, 0.039923,-0.000000;;, + 39;3;-0.000000, 0.039923,-0.000000;;, + 40;3;-0.000000, 0.039923,-0.000000;;, + 41;3;-0.000000, 0.039923,-0.000000;;, + 42;3;-0.000000, 0.039923,-0.000000;;, + 43;3;-0.000000, 0.039923,-0.000000;;, + 44;3;-0.000000, 0.039923,-0.000000;;, + 45;3;-0.000000, 0.039923,-0.000000;;, + 46;3;-0.000000, 0.039923,-0.000000;;, + 47;3;-0.000000, 0.039923,-0.000000;;, + 48;3;-0.000000, 0.039923,-0.000000;;, + 49;3;-0.000000, 0.039923,-0.000000;;, + 50;3;-0.000000, 0.039923,-0.000000;;, + 51;3;-0.000000, 0.039923,-0.000000;;, + 52;3;-0.000000, 0.039923,-0.000000;;, + 53;3;-0.000000, 0.039923,-0.000000;;, + 54;3;-0.000000, 0.039923,-0.000000;;, + 55;3;-0.000000, 0.039923,-0.000000;;, + 56;3;-0.000000, 0.039923,-0.000000;;, + 57;3;-0.000000, 0.039923,-0.000000;;, + 58;3;-0.000000, 0.039923,-0.000000;;, + 59;3;-0.000000, 0.039923,-0.000000;;, + 60;3;-0.000000, 0.039923,-0.000000;;, + 61;3;-0.000000, 0.039923,-0.000000;;, + 62;3;-0.000000, 0.039923,-0.000000;;, + 63;3;-0.000000, 0.039923,-0.000000;;, + 64;3;-0.000000, 0.039923,-0.000000;;, + 65;3;-0.000000, 0.039923,-0.000000;;, + 66;3;-0.000000, 0.039923,-0.000000;;, + 67;3;-0.000000, 0.039923,-0.000000;;, + 68;3;-0.000000, 0.039923,-0.000000;;, + 69;3;-0.000000, 0.039923,-0.000000;;, + 70;3;-0.000000, 0.039923,-0.000000;;, + 71;3;-0.000000, 0.039923,-0.000000;;, + 72;3;-0.000000, 0.039923,-0.000000;;, + 73;3;-0.000000, 0.039923,-0.000000;;, + 74;3;-0.000000, 0.039923,-0.000000;;, + 75;3;-0.000000, 0.039923,-0.000000;;, + 76;3;-0.000000, 0.039923,-0.000000;;, + 77;3;-0.000000, 0.039923,-0.000000;;, + 78;3;-0.000000, 0.039923,-0.000000;;, + 79;3; 0.000000, 0.039923, 0.000000;;, + 80;3; 0.000000, 0.039923,-0.000000;;, + 81;3; 0.000000, 0.039923,-0.000000;;, + 82;3; 0.000000, 0.039923,-0.000000;;, + 83;3; 0.000000, 0.039923,-0.000000;;, + 84;3; 0.000000, 0.039923,-0.000000;;, + 85;3; 0.000000, 0.039923,-0.000000;;, + 86;3; 0.000000, 0.039923,-0.000000;;, + 87;3; 0.000000, 0.039923,-0.000000;;, + 88;3; 0.000000, 0.039923,-0.000000;;, + 89;3; 0.000000, 0.039923,-0.000000;;, + 90;3; 0.000000, 0.039923,-0.000000;;, + 91;3; 0.000000, 0.039923,-0.000000;;, + 92;3; 0.000000, 0.039923,-0.000000;;, + 93;3; 0.000000, 0.039923,-0.000000;;, + 94;3; 0.000000, 0.039923,-0.000000;;, + 95;3; 0.000000, 0.039923,-0.000000;;, + 96;3; 0.000000, 0.039923,-0.000000;;, + 97;3; 0.000000, 0.039923,-0.000000;;, + 98;3; 0.000000, 0.039923,-0.000000;;, + 99;3; 0.000000, 0.039923,-0.000000;;, + 100;3; 0.000000, 0.039923,-0.000000;;, + 101;3; 0.000000, 0.039923,-0.000000;;, + 102;3; 0.000000, 0.039923,-0.000000;;, + 103;3; 0.000000, 0.039923,-0.000000;;, + 104;3; 0.000000, 0.039923,-0.000000;;, + 105;3; 0.000000, 0.039923,-0.000000;;, + 106;3; 0.000000, 0.039923,-0.000000;;, + 107;3; 0.000000, 0.039923,-0.000000;;, + 108;3; 0.000000, 0.039923,-0.000000;;, + 109;3; 0.000000, 0.039923,-0.000000;;, + 110;3; 0.000000, 0.039923,-0.000000;;, + 111;3; 0.000000, 0.039923,-0.000000;;, + 112;3; 0.000000, 0.039923,-0.000000;;, + 113;3; 0.000000, 0.039923,-0.000000;;, + 114;3; 0.000000, 0.039923,-0.000000;;, + 115;3; 0.000000, 0.039923,-0.000000;;, + 116;3; 0.000000, 0.039923,-0.000000;;, + 117;3; 0.000000, 0.039923,-0.000000;;, + 118;3; 0.000000, 0.039923,-0.000000;;, + 119;3; 0.000000, 0.039923,-0.000000;;, + 120;3; 0.000000, 0.039923,-0.000000;;, + 121;3; 0.000000, 0.039923,-0.000000;;, + 122;3; 0.000000, 0.039923,-0.000000;;, + 123;3; 0.000000, 0.039923,-0.000000;;, + 124;3; 0.000000, 0.039923,-0.000000;;, + 125;3; 0.000000, 0.039923,-0.000000;;, + 126;3; 0.000000, 0.039923,-0.000000;;, + 127;3; 0.000000, 0.039923,-0.000000;;, + 128;3; 0.000000, 0.039923,-0.000000;;, + 129;3; 0.000000, 0.039923,-0.000000;;, + 130;3; 0.000000, 0.039923,-0.000000;;, + 131;3; 0.000000, 0.039923,-0.000000;;, + 132;3; 0.000000, 0.039923,-0.000000;;, + 133;3; 0.000000, 0.039923,-0.000000;;, + 134;3; 0.000000, 0.039923,-0.000000;;, + 135;3; 0.000000, 0.039923,-0.000000;;, + 136;3; 0.000000, 0.039923,-0.000000;;, + 137;3; 0.000000, 0.039923,-0.000000;;, + 138;3; 0.000000, 0.039923,-0.000000;;, + 139;3; 0.000000, 0.039923,-0.000000;;, + 140;3; 0.000000, 0.039923,-0.000000;;, + 141;3; 0.000000, 0.039923,-0.000000;;, + 142;3; 0.000000, 0.039923,-0.000000;;, + 143;3; 0.000000, 0.039923,-0.000000;;, + 144;3; 0.000000, 0.039923,-0.000000;;, + 145;3; 0.000000, 0.039923,-0.000000;;, + 146;3; 0.000000, 0.039923,-0.000000;;, + 147;3; 0.000000, 0.039923,-0.000000;;, + 148;3; 0.000000, 0.039923,-0.000000;;, + 149;3; 0.000000, 0.039923,-0.000000;;, + 150;3; 0.000000, 0.039923,-0.000000;;, + 151;3; 0.000000, 0.039923,-0.000000;;, + 152;3; 0.000000, 0.039923,-0.000000;;, + 153;3; 0.000000, 0.039923,-0.000000;;, + 154;3; 0.000000, 0.039923,-0.000000;;, + 155;3; 0.000000, 0.039923,-0.000000;;, + 156;3; 0.000000, 0.039923,-0.000000;;, + 157;3; 0.000000, 0.039923,-0.000000;;, + 158;3; 0.000000, 0.039923,-0.000000;;, + 159;3; 0.000000, 0.039923,-0.000000;;; + } + } + Animation { + {wolfwoman_clavicle_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 1;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 2;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 3;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 4;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 5;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 6;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 7;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 8;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 9;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 10;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 11;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 12;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 13;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 14;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 15;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 16;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 17;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 18;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 19;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 20;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 21;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 22;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 23;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 24;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 25;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 26;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 27;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 28;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 29;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 30;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 31;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 32;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 33;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 34;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 35;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 36;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 37;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 38;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 39;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 40;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 41;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 42;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 43;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 44;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 45;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 46;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 47;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 48;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 49;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 50;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 51;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 52;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 53;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 54;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 55;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 56;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 57;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 58;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 59;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 60;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 61;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 62;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 63;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 64;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 65;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 66;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 67;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 68;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 69;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 70;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 71;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 72;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 73;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 74;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 75;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 76;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 77;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 78;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 79;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 80;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 81;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 82;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 83;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 84;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 85;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 86;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 87;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 88;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 89;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 90;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 91;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 92;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 93;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 94;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 95;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 96;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 97;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 98;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 99;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 100;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 101;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 102;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 103;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 104;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 105;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 106;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 107;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 108;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 109;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 110;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 111;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 112;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 113;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 114;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 115;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 116;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 117;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 118;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 119;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 120;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 121;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 122;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 123;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 124;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 125;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 126;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 127;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 128;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 129;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 130;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 131;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 132;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 133;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 134;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 135;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 136;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 137;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 138;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 139;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 140;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 141;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 142;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 143;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 144;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 145;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 146;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 147;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 148;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 149;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 150;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 151;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 152;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 153;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 154;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 155;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 156;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 157;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 158;4;-0.723342, 0.006465,-0.020669, 0.690151;;, + 159;4;-0.723342, 0.006465,-0.020669, 0.690151;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.022776, 0.257050, 0.092512;;, + 1;3;-0.022776, 0.257050, 0.092512;;, + 2;3;-0.022776, 0.257050, 0.092512;;, + 3;3;-0.022776, 0.257050, 0.092512;;, + 4;3;-0.022776, 0.257050, 0.092512;;, + 5;3;-0.022776, 0.257050, 0.092512;;, + 6;3;-0.022776, 0.257050, 0.092512;;, + 7;3;-0.022776, 0.257050, 0.092512;;, + 8;3;-0.022776, 0.257050, 0.092512;;, + 9;3;-0.022776, 0.257050, 0.092512;;, + 10;3;-0.022776, 0.257050, 0.092512;;, + 11;3;-0.022776, 0.257050, 0.092512;;, + 12;3;-0.022776, 0.257050, 0.092512;;, + 13;3;-0.022776, 0.257050, 0.092512;;, + 14;3;-0.022776, 0.257050, 0.092512;;, + 15;3;-0.022776, 0.257050, 0.092512;;, + 16;3;-0.022776, 0.257050, 0.092512;;, + 17;3;-0.022776, 0.257050, 0.092512;;, + 18;3;-0.022776, 0.257050, 0.092512;;, + 19;3;-0.022776, 0.257050, 0.092512;;, + 20;3;-0.022776, 0.257050, 0.092512;;, + 21;3;-0.022776, 0.257050, 0.092512;;, + 22;3;-0.022776, 0.257050, 0.092512;;, + 23;3;-0.022776, 0.257050, 0.092512;;, + 24;3;-0.022776, 0.257050, 0.092512;;, + 25;3;-0.022776, 0.257050, 0.092512;;, + 26;3;-0.022776, 0.257050, 0.092512;;, + 27;3;-0.022776, 0.257050, 0.092512;;, + 28;3;-0.022776, 0.257050, 0.092512;;, + 29;3;-0.022776, 0.257050, 0.092512;;, + 30;3;-0.022776, 0.257050, 0.092512;;, + 31;3;-0.022776, 0.257050, 0.092512;;, + 32;3;-0.022776, 0.257050, 0.092512;;, + 33;3;-0.022776, 0.257050, 0.092512;;, + 34;3;-0.022776, 0.257050, 0.092512;;, + 35;3;-0.022776, 0.257050, 0.092512;;, + 36;3;-0.022776, 0.257050, 0.092512;;, + 37;3;-0.022776, 0.257050, 0.092512;;, + 38;3;-0.022776, 0.257050, 0.092512;;, + 39;3;-0.022776, 0.257050, 0.092512;;, + 40;3;-0.022776, 0.257050, 0.092512;;, + 41;3;-0.022776, 0.257050, 0.092512;;, + 42;3;-0.022776, 0.257050, 0.092512;;, + 43;3;-0.022776, 0.257050, 0.092512;;, + 44;3;-0.022776, 0.257050, 0.092512;;, + 45;3;-0.022776, 0.257050, 0.092512;;, + 46;3;-0.022776, 0.257050, 0.092512;;, + 47;3;-0.022776, 0.257050, 0.092512;;, + 48;3;-0.022776, 0.257050, 0.092512;;, + 49;3;-0.022776, 0.257050, 0.092512;;, + 50;3;-0.022776, 0.257050, 0.092512;;, + 51;3;-0.022776, 0.257050, 0.092512;;, + 52;3;-0.022776, 0.257050, 0.092512;;, + 53;3;-0.022776, 0.257050, 0.092512;;, + 54;3;-0.022776, 0.257050, 0.092512;;, + 55;3;-0.022776, 0.257050, 0.092512;;, + 56;3;-0.022776, 0.257050, 0.092512;;, + 57;3;-0.022776, 0.257050, 0.092512;;, + 58;3;-0.022776, 0.257050, 0.092512;;, + 59;3;-0.022776, 0.257050, 0.092512;;, + 60;3;-0.022776, 0.257050, 0.092512;;, + 61;3;-0.022776, 0.257050, 0.092512;;, + 62;3;-0.022776, 0.257050, 0.092512;;, + 63;3;-0.022776, 0.257050, 0.092512;;, + 64;3;-0.022776, 0.257050, 0.092512;;, + 65;3;-0.022776, 0.257050, 0.092512;;, + 66;3;-0.022776, 0.257050, 0.092512;;, + 67;3;-0.022776, 0.257050, 0.092512;;, + 68;3;-0.022776, 0.257050, 0.092512;;, + 69;3;-0.022776, 0.257050, 0.092512;;, + 70;3;-0.022776, 0.257050, 0.092512;;, + 71;3;-0.022776, 0.257050, 0.092512;;, + 72;3;-0.022776, 0.257050, 0.092512;;, + 73;3;-0.022776, 0.257050, 0.092512;;, + 74;3;-0.022776, 0.257050, 0.092512;;, + 75;3;-0.022776, 0.257050, 0.092512;;, + 76;3;-0.022776, 0.257050, 0.092512;;, + 77;3;-0.022776, 0.257050, 0.092512;;, + 78;3;-0.022776, 0.257050, 0.092512;;, + 79;3;-0.022776, 0.257050, 0.092512;;, + 80;3;-0.022776, 0.257050, 0.092512;;, + 81;3;-0.022776, 0.257050, 0.092512;;, + 82;3;-0.022776, 0.257050, 0.092512;;, + 83;3;-0.022776, 0.257050, 0.092512;;, + 84;3;-0.022776, 0.257050, 0.092512;;, + 85;3;-0.022776, 0.257050, 0.092512;;, + 86;3;-0.022776, 0.257050, 0.092512;;, + 87;3;-0.022776, 0.257050, 0.092512;;, + 88;3;-0.022776, 0.257050, 0.092512;;, + 89;3;-0.022776, 0.257050, 0.092512;;, + 90;3;-0.022776, 0.257050, 0.092512;;, + 91;3;-0.022776, 0.257050, 0.092512;;, + 92;3;-0.022776, 0.257050, 0.092512;;, + 93;3;-0.022776, 0.257050, 0.092512;;, + 94;3;-0.022776, 0.257050, 0.092512;;, + 95;3;-0.022776, 0.257050, 0.092512;;, + 96;3;-0.022776, 0.257050, 0.092512;;, + 97;3;-0.022776, 0.257050, 0.092512;;, + 98;3;-0.022776, 0.257050, 0.092512;;, + 99;3;-0.022776, 0.257050, 0.092512;;, + 100;3;-0.022776, 0.257050, 0.092512;;, + 101;3;-0.022776, 0.257050, 0.092512;;, + 102;3;-0.022776, 0.257050, 0.092512;;, + 103;3;-0.022776, 0.257050, 0.092512;;, + 104;3;-0.022776, 0.257050, 0.092512;;, + 105;3;-0.022776, 0.257050, 0.092512;;, + 106;3;-0.022776, 0.257050, 0.092512;;, + 107;3;-0.022776, 0.257050, 0.092512;;, + 108;3;-0.022776, 0.257050, 0.092512;;, + 109;3;-0.022776, 0.257050, 0.092512;;, + 110;3;-0.022776, 0.257050, 0.092512;;, + 111;3;-0.022776, 0.257050, 0.092512;;, + 112;3;-0.022776, 0.257050, 0.092512;;, + 113;3;-0.022776, 0.257050, 0.092512;;, + 114;3;-0.022776, 0.257050, 0.092512;;, + 115;3;-0.022776, 0.257050, 0.092512;;, + 116;3;-0.022776, 0.257050, 0.092512;;, + 117;3;-0.022776, 0.257050, 0.092512;;, + 118;3;-0.022776, 0.257050, 0.092512;;, + 119;3;-0.022776, 0.257050, 0.092512;;, + 120;3;-0.022776, 0.257050, 0.092512;;, + 121;3;-0.022776, 0.257050, 0.092512;;, + 122;3;-0.022776, 0.257050, 0.092512;;, + 123;3;-0.022776, 0.257050, 0.092512;;, + 124;3;-0.022776, 0.257050, 0.092512;;, + 125;3;-0.022776, 0.257050, 0.092512;;, + 126;3;-0.022776, 0.257050, 0.092512;;, + 127;3;-0.022776, 0.257050, 0.092512;;, + 128;3;-0.022776, 0.257050, 0.092512;;, + 129;3;-0.022776, 0.257050, 0.092512;;, + 130;3;-0.022776, 0.257050, 0.092512;;, + 131;3;-0.022776, 0.257050, 0.092512;;, + 132;3;-0.022776, 0.257050, 0.092512;;, + 133;3;-0.022776, 0.257050, 0.092512;;, + 134;3;-0.022776, 0.257050, 0.092512;;, + 135;3;-0.022776, 0.257050, 0.092512;;, + 136;3;-0.022776, 0.257050, 0.092512;;, + 137;3;-0.022776, 0.257050, 0.092512;;, + 138;3;-0.022776, 0.257050, 0.092512;;, + 139;3;-0.022776, 0.257050, 0.092512;;, + 140;3;-0.022776, 0.257050, 0.092512;;, + 141;3;-0.022776, 0.257050, 0.092512;;, + 142;3;-0.022776, 0.257050, 0.092512;;, + 143;3;-0.022776, 0.257050, 0.092512;;, + 144;3;-0.022776, 0.257050, 0.092512;;, + 145;3;-0.022776, 0.257050, 0.092512;;, + 146;3;-0.022776, 0.257050, 0.092512;;, + 147;3;-0.022776, 0.257050, 0.092512;;, + 148;3;-0.022776, 0.257050, 0.092512;;, + 149;3;-0.022776, 0.257050, 0.092512;;, + 150;3;-0.022776, 0.257050, 0.092512;;, + 151;3;-0.022776, 0.257050, 0.092512;;, + 152;3;-0.022776, 0.257050, 0.092512;;, + 153;3;-0.022776, 0.257050, 0.092512;;, + 154;3;-0.022776, 0.257050, 0.092512;;, + 155;3;-0.022776, 0.257050, 0.092512;;, + 156;3;-0.022776, 0.257050, 0.092512;;, + 157;3;-0.022776, 0.257050, 0.092512;;, + 158;3;-0.022776, 0.257050, 0.092512;;, + 159;3;-0.022776, 0.257050, 0.092512;;; + } + } + Animation { + {wolfwoman_upperarm_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 1;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 2;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 3;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 4;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 5;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 6;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 7;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 8;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 9;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 10;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 11;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 12;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 13;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 14;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 15;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 16;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 17;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 18;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 19;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 20;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 21;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 22;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 23;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 24;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 25;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 26;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 27;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 28;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 29;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 30;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 31;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 32;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 33;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 34;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 35;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 36;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 37;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 38;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 39;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 40;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 41;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 42;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 43;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 44;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 45;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 46;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 47;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 48;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 49;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 50;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 51;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 52;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 53;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 54;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 55;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 56;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 57;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 58;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 59;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 60;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 61;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 62;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 63;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 64;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 65;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 66;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 67;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 68;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 69;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 70;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 71;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 72;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 73;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 74;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 75;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 76;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 77;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 78;4;-0.677617,-0.078360,-0.039993, 0.730134;;, + 79;4;-0.707543,-0.054571,-0.112065, 0.695590;;, + 80;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 81;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 82;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 83;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 84;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 85;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 86;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 87;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 88;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 89;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 90;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 91;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 92;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 93;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 94;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 95;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 96;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 97;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 98;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 99;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 100;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 101;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 102;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 103;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 104;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 105;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 106;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 107;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 108;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 109;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 110;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 111;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 112;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 113;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 114;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 115;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 116;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 117;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 118;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 119;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 120;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 121;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 122;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 123;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 124;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 125;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 126;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 127;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 128;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 129;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 130;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 131;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 132;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 133;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 134;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 135;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 136;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 137;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 138;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 139;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 140;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 141;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 142;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 143;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 144;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 145;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 146;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 147;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 148;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 149;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 150;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 151;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 152;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 153;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 154;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 155;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 156;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 157;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 158;4;-0.731916,-0.030354,-0.183258, 0.655587;;, + 159;4;-0.731916,-0.030354,-0.183258, 0.655587;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.171145, 0.000000;;, + 1;3; 0.000000, 0.171145, 0.000000;;, + 2;3; 0.000000, 0.171145, 0.000000;;, + 3;3; 0.000000, 0.171145, 0.000000;;, + 4;3; 0.000000, 0.171145, 0.000000;;, + 5;3; 0.000000, 0.171145, 0.000000;;, + 6;3; 0.000000, 0.171145, 0.000000;;, + 7;3; 0.000000, 0.171145, 0.000000;;, + 8;3; 0.000000, 0.171145, 0.000000;;, + 9;3; 0.000000, 0.171145, 0.000000;;, + 10;3; 0.000000, 0.171145, 0.000000;;, + 11;3; 0.000000, 0.171145, 0.000000;;, + 12;3; 0.000000, 0.171145, 0.000000;;, + 13;3; 0.000000, 0.171145, 0.000000;;, + 14;3; 0.000000, 0.171145, 0.000000;;, + 15;3; 0.000000, 0.171145, 0.000000;;, + 16;3; 0.000000, 0.171145, 0.000000;;, + 17;3; 0.000000, 0.171145, 0.000000;;, + 18;3; 0.000000, 0.171145, 0.000000;;, + 19;3; 0.000000, 0.171145, 0.000000;;, + 20;3; 0.000000, 0.171145, 0.000000;;, + 21;3; 0.000000, 0.171145, 0.000000;;, + 22;3; 0.000000, 0.171145, 0.000000;;, + 23;3; 0.000000, 0.171145, 0.000000;;, + 24;3; 0.000000, 0.171145, 0.000000;;, + 25;3; 0.000000, 0.171145, 0.000000;;, + 26;3; 0.000000, 0.171145, 0.000000;;, + 27;3; 0.000000, 0.171145, 0.000000;;, + 28;3; 0.000000, 0.171145, 0.000000;;, + 29;3; 0.000000, 0.171145, 0.000000;;, + 30;3; 0.000000, 0.171145, 0.000000;;, + 31;3; 0.000000, 0.171145, 0.000000;;, + 32;3; 0.000000, 0.171145, 0.000000;;, + 33;3; 0.000000, 0.171145, 0.000000;;, + 34;3; 0.000000, 0.171145, 0.000000;;, + 35;3; 0.000000, 0.171145, 0.000000;;, + 36;3; 0.000000, 0.171145, 0.000000;;, + 37;3; 0.000000, 0.171145, 0.000000;;, + 38;3; 0.000000, 0.171145, 0.000000;;, + 39;3; 0.000000, 0.171145, 0.000000;;, + 40;3; 0.000000, 0.171145, 0.000000;;, + 41;3; 0.000000, 0.171145, 0.000000;;, + 42;3; 0.000000, 0.171145, 0.000000;;, + 43;3; 0.000000, 0.171145, 0.000000;;, + 44;3; 0.000000, 0.171145, 0.000000;;, + 45;3; 0.000000, 0.171145, 0.000000;;, + 46;3; 0.000000, 0.171145, 0.000000;;, + 47;3; 0.000000, 0.171145, 0.000000;;, + 48;3; 0.000000, 0.171145, 0.000000;;, + 49;3; 0.000000, 0.171145, 0.000000;;, + 50;3; 0.000000, 0.171145, 0.000000;;, + 51;3; 0.000000, 0.171145, 0.000000;;, + 52;3; 0.000000, 0.171145, 0.000000;;, + 53;3; 0.000000, 0.171145, 0.000000;;, + 54;3; 0.000000, 0.171145, 0.000000;;, + 55;3; 0.000000, 0.171145, 0.000000;;, + 56;3; 0.000000, 0.171145, 0.000000;;, + 57;3; 0.000000, 0.171145, 0.000000;;, + 58;3; 0.000000, 0.171145, 0.000000;;, + 59;3; 0.000000, 0.171145, 0.000000;;, + 60;3; 0.000000, 0.171145, 0.000000;;, + 61;3; 0.000000, 0.171145, 0.000000;;, + 62;3; 0.000000, 0.171145, 0.000000;;, + 63;3; 0.000000, 0.171145, 0.000000;;, + 64;3; 0.000000, 0.171145, 0.000000;;, + 65;3; 0.000000, 0.171145, 0.000000;;, + 66;3; 0.000000, 0.171145, 0.000000;;, + 67;3; 0.000000, 0.171145, 0.000000;;, + 68;3; 0.000000, 0.171145, 0.000000;;, + 69;3; 0.000000, 0.171145, 0.000000;;, + 70;3; 0.000000, 0.171145, 0.000000;;, + 71;3; 0.000000, 0.171145, 0.000000;;, + 72;3; 0.000000, 0.171145, 0.000000;;, + 73;3; 0.000000, 0.171145, 0.000000;;, + 74;3; 0.000000, 0.171145, 0.000000;;, + 75;3; 0.000000, 0.171145, 0.000000;;, + 76;3; 0.000000, 0.171145, 0.000000;;, + 77;3; 0.000000, 0.171145, 0.000000;;, + 78;3; 0.000000, 0.171145, 0.000000;;, + 79;3; 0.000000, 0.171145, 0.000000;;, + 80;3; 0.000000, 0.171145, 0.000000;;, + 81;3; 0.000000, 0.171145, 0.000000;;, + 82;3; 0.000000, 0.171145, 0.000000;;, + 83;3; 0.000000, 0.171145, 0.000000;;, + 84;3; 0.000000, 0.171145, 0.000000;;, + 85;3; 0.000000, 0.171145, 0.000000;;, + 86;3; 0.000000, 0.171145, 0.000000;;, + 87;3; 0.000000, 0.171145, 0.000000;;, + 88;3; 0.000000, 0.171145, 0.000000;;, + 89;3; 0.000000, 0.171145, 0.000000;;, + 90;3; 0.000000, 0.171145, 0.000000;;, + 91;3; 0.000000, 0.171145, 0.000000;;, + 92;3; 0.000000, 0.171145, 0.000000;;, + 93;3; 0.000000, 0.171145, 0.000000;;, + 94;3; 0.000000, 0.171145, 0.000000;;, + 95;3; 0.000000, 0.171145, 0.000000;;, + 96;3; 0.000000, 0.171145, 0.000000;;, + 97;3; 0.000000, 0.171145, 0.000000;;, + 98;3; 0.000000, 0.171145, 0.000000;;, + 99;3; 0.000000, 0.171145, 0.000000;;, + 100;3; 0.000000, 0.171145, 0.000000;;, + 101;3; 0.000000, 0.171145, 0.000000;;, + 102;3; 0.000000, 0.171145, 0.000000;;, + 103;3; 0.000000, 0.171145, 0.000000;;, + 104;3; 0.000000, 0.171145, 0.000000;;, + 105;3; 0.000000, 0.171145, 0.000000;;, + 106;3; 0.000000, 0.171145, 0.000000;;, + 107;3; 0.000000, 0.171145, 0.000000;;, + 108;3; 0.000000, 0.171145, 0.000000;;, + 109;3; 0.000000, 0.171145, 0.000000;;, + 110;3; 0.000000, 0.171145, 0.000000;;, + 111;3; 0.000000, 0.171145, 0.000000;;, + 112;3; 0.000000, 0.171145, 0.000000;;, + 113;3; 0.000000, 0.171145, 0.000000;;, + 114;3; 0.000000, 0.171145, 0.000000;;, + 115;3; 0.000000, 0.171145, 0.000000;;, + 116;3; 0.000000, 0.171145, 0.000000;;, + 117;3; 0.000000, 0.171145, 0.000000;;, + 118;3; 0.000000, 0.171145, 0.000000;;, + 119;3; 0.000000, 0.171145, 0.000000;;, + 120;3; 0.000000, 0.171145, 0.000000;;, + 121;3; 0.000000, 0.171145, 0.000000;;, + 122;3; 0.000000, 0.171145, 0.000000;;, + 123;3; 0.000000, 0.171145, 0.000000;;, + 124;3; 0.000000, 0.171145, 0.000000;;, + 125;3; 0.000000, 0.171145, 0.000000;;, + 126;3; 0.000000, 0.171145, 0.000000;;, + 127;3; 0.000000, 0.171145, 0.000000;;, + 128;3; 0.000000, 0.171145, 0.000000;;, + 129;3; 0.000000, 0.171145, 0.000000;;, + 130;3; 0.000000, 0.171145, 0.000000;;, + 131;3; 0.000000, 0.171145, 0.000000;;, + 132;3; 0.000000, 0.171145, 0.000000;;, + 133;3; 0.000000, 0.171145, 0.000000;;, + 134;3; 0.000000, 0.171145, 0.000000;;, + 135;3; 0.000000, 0.171145, 0.000000;;, + 136;3; 0.000000, 0.171145, 0.000000;;, + 137;3; 0.000000, 0.171145, 0.000000;;, + 138;3; 0.000000, 0.171145, 0.000000;;, + 139;3; 0.000000, 0.171145, 0.000000;;, + 140;3; 0.000000, 0.171145, 0.000000;;, + 141;3; 0.000000, 0.171145, 0.000000;;, + 142;3; 0.000000, 0.171145, 0.000000;;, + 143;3; 0.000000, 0.171145, 0.000000;;, + 144;3; 0.000000, 0.171145, 0.000000;;, + 145;3; 0.000000, 0.171145, 0.000000;;, + 146;3; 0.000000, 0.171145, 0.000000;;, + 147;3; 0.000000, 0.171145, 0.000000;;, + 148;3; 0.000000, 0.171145, 0.000000;;, + 149;3; 0.000000, 0.171145, 0.000000;;, + 150;3; 0.000000, 0.171145, 0.000000;;, + 151;3; 0.000000, 0.171145, 0.000000;;, + 152;3; 0.000000, 0.171145, 0.000000;;, + 153;3; 0.000000, 0.171145, 0.000000;;, + 154;3; 0.000000, 0.171145, 0.000000;;, + 155;3; 0.000000, 0.171145, 0.000000;;, + 156;3; 0.000000, 0.171145, 0.000000;;, + 157;3; 0.000000, 0.171145, 0.000000;;, + 158;3; 0.000000, 0.171145, 0.000000;;, + 159;3; 0.000000, 0.171145, 0.000000;;; + } + } + Animation { + {wolfwoman_lowerarm_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 1;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 2;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 3;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 4;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 5;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 6;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 7;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 8;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 9;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 10;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 11;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 12;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 13;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 14;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 15;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 16;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 17;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 18;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 19;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 20;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 21;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 22;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 23;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 24;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 25;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 26;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 27;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 28;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 29;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 30;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 31;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 32;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 33;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 34;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 35;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 36;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 37;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 38;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 39;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 40;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 41;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 42;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 43;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 44;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 45;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 46;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 47;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 48;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 49;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 50;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 51;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 52;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 53;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 54;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 55;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 56;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 57;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 58;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 59;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 60;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 61;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 62;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 63;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 64;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 65;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 66;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 67;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 68;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 69;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 70;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 71;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 72;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 73;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 74;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 75;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 76;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 77;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 78;4;-0.994250, 0.067259, 0.076348,-0.033395;;, + 79;4;-0.942963, 0.322298, 0.065104,-0.052017;;, + 80;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 81;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 82;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 83;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 84;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 85;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 86;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 87;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 88;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 89;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 90;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 91;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 92;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 93;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 94;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 95;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 96;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 97;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 98;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 99;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 100;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 101;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 102;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 103;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 104;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 105;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 106;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 107;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 108;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 109;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 110;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 111;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 112;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 113;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 114;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 115;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 116;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 117;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 118;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 119;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 120;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 121;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 122;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 123;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 124;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 125;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 126;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 127;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 128;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 129;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 130;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 131;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 132;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 133;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 134;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 135;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 136;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 137;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 138;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 139;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 140;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 141;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 142;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 143;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 144;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 145;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 146;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 147;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 148;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 149;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 150;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 151;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 152;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 153;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 154;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 155;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 156;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 157;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 158;4;-0.827416, 0.555373, 0.049422,-0.067095;;, + 159;4;-0.827416, 0.555373, 0.049422,-0.067095;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.252007, 0.000000;;, + 1;3; 0.000000, 0.252007, 0.000000;;, + 2;3; 0.000000, 0.252007, 0.000000;;, + 3;3; 0.000000, 0.252007, 0.000000;;, + 4;3; 0.000000, 0.252007, 0.000000;;, + 5;3; 0.000000, 0.252007, 0.000000;;, + 6;3; 0.000000, 0.252007, 0.000000;;, + 7;3; 0.000000, 0.252007, 0.000000;;, + 8;3; 0.000000, 0.252007, 0.000000;;, + 9;3; 0.000000, 0.252007, 0.000000;;, + 10;3; 0.000000, 0.252007, 0.000000;;, + 11;3; 0.000000, 0.252007, 0.000000;;, + 12;3; 0.000000, 0.252007, 0.000000;;, + 13;3; 0.000000, 0.252007, 0.000000;;, + 14;3; 0.000000, 0.252007, 0.000000;;, + 15;3; 0.000000, 0.252007, 0.000000;;, + 16;3; 0.000000, 0.252007, 0.000000;;, + 17;3; 0.000000, 0.252007, 0.000000;;, + 18;3; 0.000000, 0.252007, 0.000000;;, + 19;3; 0.000000, 0.252007, 0.000000;;, + 20;3; 0.000000, 0.252007, 0.000000;;, + 21;3; 0.000000, 0.252007, 0.000000;;, + 22;3; 0.000000, 0.252007, 0.000000;;, + 23;3; 0.000000, 0.252007, 0.000000;;, + 24;3; 0.000000, 0.252007, 0.000000;;, + 25;3; 0.000000, 0.252007, 0.000000;;, + 26;3; 0.000000, 0.252007, 0.000000;;, + 27;3; 0.000000, 0.252007, 0.000000;;, + 28;3; 0.000000, 0.252007, 0.000000;;, + 29;3; 0.000000, 0.252007, 0.000000;;, + 30;3; 0.000000, 0.252007, 0.000000;;, + 31;3; 0.000000, 0.252007, 0.000000;;, + 32;3; 0.000000, 0.252007, 0.000000;;, + 33;3; 0.000000, 0.252007, 0.000000;;, + 34;3; 0.000000, 0.252007, 0.000000;;, + 35;3; 0.000000, 0.252007, 0.000000;;, + 36;3; 0.000000, 0.252007, 0.000000;;, + 37;3; 0.000000, 0.252007, 0.000000;;, + 38;3; 0.000000, 0.252007, 0.000000;;, + 39;3; 0.000000, 0.252007, 0.000000;;, + 40;3; 0.000000, 0.252007, 0.000000;;, + 41;3; 0.000000, 0.252007, 0.000000;;, + 42;3; 0.000000, 0.252007, 0.000000;;, + 43;3; 0.000000, 0.252007, 0.000000;;, + 44;3; 0.000000, 0.252007, 0.000000;;, + 45;3; 0.000000, 0.252007, 0.000000;;, + 46;3; 0.000000, 0.252007, 0.000000;;, + 47;3; 0.000000, 0.252007, 0.000000;;, + 48;3; 0.000000, 0.252007, 0.000000;;, + 49;3; 0.000000, 0.252007, 0.000000;;, + 50;3; 0.000000, 0.252007, 0.000000;;, + 51;3; 0.000000, 0.252007, 0.000000;;, + 52;3; 0.000000, 0.252007, 0.000000;;, + 53;3; 0.000000, 0.252007, 0.000000;;, + 54;3; 0.000000, 0.252007, 0.000000;;, + 55;3; 0.000000, 0.252007, 0.000000;;, + 56;3; 0.000000, 0.252007, 0.000000;;, + 57;3; 0.000000, 0.252007, 0.000000;;, + 58;3; 0.000000, 0.252007, 0.000000;;, + 59;3; 0.000000, 0.252007, 0.000000;;, + 60;3; 0.000000, 0.252007, 0.000000;;, + 61;3; 0.000000, 0.252007, 0.000000;;, + 62;3; 0.000000, 0.252007, 0.000000;;, + 63;3; 0.000000, 0.252007, 0.000000;;, + 64;3; 0.000000, 0.252007, 0.000000;;, + 65;3; 0.000000, 0.252007, 0.000000;;, + 66;3; 0.000000, 0.252007, 0.000000;;, + 67;3; 0.000000, 0.252007, 0.000000;;, + 68;3; 0.000000, 0.252007, 0.000000;;, + 69;3; 0.000000, 0.252007, 0.000000;;, + 70;3; 0.000000, 0.252007, 0.000000;;, + 71;3; 0.000000, 0.252007, 0.000000;;, + 72;3; 0.000000, 0.252007, 0.000000;;, + 73;3; 0.000000, 0.252007, 0.000000;;, + 74;3; 0.000000, 0.252007, 0.000000;;, + 75;3; 0.000000, 0.252007, 0.000000;;, + 76;3; 0.000000, 0.252007, 0.000000;;, + 77;3; 0.000000, 0.252007, 0.000000;;, + 78;3; 0.000000, 0.252007, 0.000000;;, + 79;3; 0.000000, 0.252007, 0.000000;;, + 80;3; 0.000000, 0.252007, 0.000000;;, + 81;3; 0.000000, 0.252007, 0.000000;;, + 82;3; 0.000000, 0.252007, 0.000000;;, + 83;3; 0.000000, 0.252007, 0.000000;;, + 84;3; 0.000000, 0.252007, 0.000000;;, + 85;3; 0.000000, 0.252007, 0.000000;;, + 86;3; 0.000000, 0.252007, 0.000000;;, + 87;3; 0.000000, 0.252007, 0.000000;;, + 88;3; 0.000000, 0.252007, 0.000000;;, + 89;3; 0.000000, 0.252007, 0.000000;;, + 90;3; 0.000000, 0.252007, 0.000000;;, + 91;3; 0.000000, 0.252007, 0.000000;;, + 92;3; 0.000000, 0.252007, 0.000000;;, + 93;3; 0.000000, 0.252007, 0.000000;;, + 94;3; 0.000000, 0.252007, 0.000000;;, + 95;3; 0.000000, 0.252007, 0.000000;;, + 96;3; 0.000000, 0.252007, 0.000000;;, + 97;3; 0.000000, 0.252007, 0.000000;;, + 98;3; 0.000000, 0.252007, 0.000000;;, + 99;3; 0.000000, 0.252007, 0.000000;;, + 100;3; 0.000000, 0.252007, 0.000000;;, + 101;3; 0.000000, 0.252007, 0.000000;;, + 102;3; 0.000000, 0.252007, 0.000000;;, + 103;3; 0.000000, 0.252007, 0.000000;;, + 104;3; 0.000000, 0.252007, 0.000000;;, + 105;3; 0.000000, 0.252007, 0.000000;;, + 106;3; 0.000000, 0.252007, 0.000000;;, + 107;3; 0.000000, 0.252007, 0.000000;;, + 108;3; 0.000000, 0.252007, 0.000000;;, + 109;3; 0.000000, 0.252007, 0.000000;;, + 110;3; 0.000000, 0.252007, 0.000000;;, + 111;3; 0.000000, 0.252007, 0.000000;;, + 112;3; 0.000000, 0.252007, 0.000000;;, + 113;3; 0.000000, 0.252007, 0.000000;;, + 114;3; 0.000000, 0.252007, 0.000000;;, + 115;3; 0.000000, 0.252007, 0.000000;;, + 116;3; 0.000000, 0.252007, 0.000000;;, + 117;3; 0.000000, 0.252007, 0.000000;;, + 118;3; 0.000000, 0.252007, 0.000000;;, + 119;3; 0.000000, 0.252007, 0.000000;;, + 120;3; 0.000000, 0.252007, 0.000000;;, + 121;3; 0.000000, 0.252007, 0.000000;;, + 122;3; 0.000000, 0.252007, 0.000000;;, + 123;3; 0.000000, 0.252007, 0.000000;;, + 124;3; 0.000000, 0.252007, 0.000000;;, + 125;3; 0.000000, 0.252007, 0.000000;;, + 126;3; 0.000000, 0.252007, 0.000000;;, + 127;3; 0.000000, 0.252007, 0.000000;;, + 128;3; 0.000000, 0.252007, 0.000000;;, + 129;3; 0.000000, 0.252007, 0.000000;;, + 130;3; 0.000000, 0.252007, 0.000000;;, + 131;3; 0.000000, 0.252007, 0.000000;;, + 132;3; 0.000000, 0.252007, 0.000000;;, + 133;3; 0.000000, 0.252007, 0.000000;;, + 134;3; 0.000000, 0.252007, 0.000000;;, + 135;3; 0.000000, 0.252007, 0.000000;;, + 136;3; 0.000000, 0.252007, 0.000000;;, + 137;3; 0.000000, 0.252007, 0.000000;;, + 138;3; 0.000000, 0.252007, 0.000000;;, + 139;3; 0.000000, 0.252007, 0.000000;;, + 140;3; 0.000000, 0.252007, 0.000000;;, + 141;3; 0.000000, 0.252007, 0.000000;;, + 142;3; 0.000000, 0.252007, 0.000000;;, + 143;3; 0.000000, 0.252007, 0.000000;;, + 144;3; 0.000000, 0.252007, 0.000000;;, + 145;3; 0.000000, 0.252007, 0.000000;;, + 146;3; 0.000000, 0.252007, 0.000000;;, + 147;3; 0.000000, 0.252007, 0.000000;;, + 148;3; 0.000000, 0.252007, 0.000000;;, + 149;3; 0.000000, 0.252007, 0.000000;;, + 150;3; 0.000000, 0.252007, 0.000000;;, + 151;3; 0.000000, 0.252007, 0.000000;;, + 152;3; 0.000000, 0.252007, 0.000000;;, + 153;3; 0.000000, 0.252007, 0.000000;;, + 154;3; 0.000000, 0.252007, 0.000000;;, + 155;3; 0.000000, 0.252007, 0.000000;;, + 156;3; 0.000000, 0.252007, 0.000000;;, + 157;3; 0.000000, 0.252007, 0.000000;;, + 158;3; 0.000000, 0.252007, 0.000000;;, + 159;3; 0.000000, 0.252007, 0.000000;;; + } + } + Animation { + {wolfwoman_hand_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 1;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 2;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 3;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 4;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 5;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 6;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 7;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 8;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 9;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 10;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 11;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 12;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 13;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 14;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 15;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 16;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 17;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 18;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 19;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 20;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 21;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 22;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 23;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 24;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 25;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 26;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 27;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 28;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 29;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 30;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 31;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 32;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 33;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 34;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 35;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 36;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 37;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 38;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 39;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 40;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 41;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 42;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 43;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 44;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 45;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 46;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 47;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 48;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 49;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 50;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 51;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 52;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 53;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 54;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 55;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 56;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 57;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 58;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 59;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 60;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 61;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 62;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 63;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 64;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 65;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 66;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 67;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 68;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 69;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 70;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 71;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 72;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 73;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 74;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 75;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 76;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 77;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 78;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 79;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 80;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 81;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 82;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 83;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 84;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 85;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 86;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 87;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 88;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 89;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 90;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 91;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 92;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 93;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 94;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 95;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 96;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 97;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 98;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 99;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 100;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 101;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 102;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 103;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 104;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 105;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 106;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 107;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 108;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 109;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 110;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 111;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 112;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 113;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 114;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 115;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 116;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 117;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 118;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 119;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 120;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 121;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 122;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 123;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 124;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 125;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 126;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 127;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 128;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 129;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 130;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 131;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 132;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 133;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 134;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 135;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 136;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 137;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 138;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 139;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 140;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 141;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 142;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 143;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 144;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 145;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 146;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 147;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 148;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 149;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 150;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 151;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 152;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 153;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 154;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 155;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 156;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 157;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 158;4;-0.925808, 0.096319,-0.363253, 0.040609;;, + 159;4;-0.925808, 0.096319,-0.363253, 0.040609;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.267477, 0.000000;;, + 1;3;-0.000000, 0.267477, 0.000000;;, + 2;3;-0.000000, 0.267477, 0.000000;;, + 3;3;-0.000000, 0.267477, 0.000000;;, + 4;3;-0.000000, 0.267477, 0.000000;;, + 5;3;-0.000000, 0.267477, 0.000000;;, + 6;3;-0.000000, 0.267477, 0.000000;;, + 7;3;-0.000000, 0.267477, 0.000000;;, + 8;3;-0.000000, 0.267477, 0.000000;;, + 9;3;-0.000000, 0.267477, 0.000000;;, + 10;3;-0.000000, 0.267477, 0.000000;;, + 11;3;-0.000000, 0.267477, 0.000000;;, + 12;3;-0.000000, 0.267477, 0.000000;;, + 13;3;-0.000000, 0.267477, 0.000000;;, + 14;3;-0.000000, 0.267477, 0.000000;;, + 15;3;-0.000000, 0.267477, 0.000000;;, + 16;3;-0.000000, 0.267477, 0.000000;;, + 17;3;-0.000000, 0.267477, 0.000000;;, + 18;3;-0.000000, 0.267477, 0.000000;;, + 19;3;-0.000000, 0.267477, 0.000000;;, + 20;3;-0.000000, 0.267477, 0.000000;;, + 21;3;-0.000000, 0.267477, 0.000000;;, + 22;3;-0.000000, 0.267477, 0.000000;;, + 23;3;-0.000000, 0.267477, 0.000000;;, + 24;3;-0.000000, 0.267477, 0.000000;;, + 25;3;-0.000000, 0.267477, 0.000000;;, + 26;3;-0.000000, 0.267477, 0.000000;;, + 27;3;-0.000000, 0.267477, 0.000000;;, + 28;3;-0.000000, 0.267477, 0.000000;;, + 29;3;-0.000000, 0.267477, 0.000000;;, + 30;3;-0.000000, 0.267477, 0.000000;;, + 31;3;-0.000000, 0.267477, 0.000000;;, + 32;3;-0.000000, 0.267477, 0.000000;;, + 33;3;-0.000000, 0.267477, 0.000000;;, + 34;3;-0.000000, 0.267477, 0.000000;;, + 35;3;-0.000000, 0.267477, 0.000000;;, + 36;3;-0.000000, 0.267477, 0.000000;;, + 37;3;-0.000000, 0.267477, 0.000000;;, + 38;3;-0.000000, 0.267477, 0.000000;;, + 39;3;-0.000000, 0.267477, 0.000000;;, + 40;3;-0.000000, 0.267477, 0.000000;;, + 41;3;-0.000000, 0.267477, 0.000000;;, + 42;3;-0.000000, 0.267477, 0.000000;;, + 43;3;-0.000000, 0.267477, 0.000000;;, + 44;3;-0.000000, 0.267477, 0.000000;;, + 45;3;-0.000000, 0.267477, 0.000000;;, + 46;3;-0.000000, 0.267477, 0.000000;;, + 47;3;-0.000000, 0.267477, 0.000000;;, + 48;3;-0.000000, 0.267477, 0.000000;;, + 49;3;-0.000000, 0.267477, 0.000000;;, + 50;3;-0.000000, 0.267477, 0.000000;;, + 51;3;-0.000000, 0.267477, 0.000000;;, + 52;3;-0.000000, 0.267477, 0.000000;;, + 53;3;-0.000000, 0.267477, 0.000000;;, + 54;3;-0.000000, 0.267477, 0.000000;;, + 55;3;-0.000000, 0.267477, 0.000000;;, + 56;3;-0.000000, 0.267477, 0.000000;;, + 57;3;-0.000000, 0.267477, 0.000000;;, + 58;3;-0.000000, 0.267477, 0.000000;;, + 59;3;-0.000000, 0.267477, 0.000000;;, + 60;3;-0.000000, 0.267477, 0.000000;;, + 61;3;-0.000000, 0.267477, 0.000000;;, + 62;3;-0.000000, 0.267477, 0.000000;;, + 63;3;-0.000000, 0.267477, 0.000000;;, + 64;3;-0.000000, 0.267477, 0.000000;;, + 65;3;-0.000000, 0.267477, 0.000000;;, + 66;3;-0.000000, 0.267477, 0.000000;;, + 67;3;-0.000000, 0.267477, 0.000000;;, + 68;3;-0.000000, 0.267477, 0.000000;;, + 69;3;-0.000000, 0.267477, 0.000000;;, + 70;3;-0.000000, 0.267477, 0.000000;;, + 71;3;-0.000000, 0.267477, 0.000000;;, + 72;3;-0.000000, 0.267477, 0.000000;;, + 73;3;-0.000000, 0.267477, 0.000000;;, + 74;3;-0.000000, 0.267477, 0.000000;;, + 75;3;-0.000000, 0.267477, 0.000000;;, + 76;3;-0.000000, 0.267477, 0.000000;;, + 77;3;-0.000000, 0.267477, 0.000000;;, + 78;3;-0.000000, 0.267477, 0.000000;;, + 79;3; 0.000000, 0.267477, 0.000000;;, + 80;3; 0.000000, 0.267477, 0.000000;;, + 81;3; 0.000000, 0.267477, 0.000000;;, + 82;3; 0.000000, 0.267477, 0.000000;;, + 83;3; 0.000000, 0.267477, 0.000000;;, + 84;3; 0.000000, 0.267477, 0.000000;;, + 85;3; 0.000000, 0.267477, 0.000000;;, + 86;3; 0.000000, 0.267477, 0.000000;;, + 87;3; 0.000000, 0.267477, 0.000000;;, + 88;3; 0.000000, 0.267477, 0.000000;;, + 89;3; 0.000000, 0.267477, 0.000000;;, + 90;3; 0.000000, 0.267477, 0.000000;;, + 91;3; 0.000000, 0.267477, 0.000000;;, + 92;3; 0.000000, 0.267477, 0.000000;;, + 93;3; 0.000000, 0.267477, 0.000000;;, + 94;3; 0.000000, 0.267477, 0.000000;;, + 95;3; 0.000000, 0.267477, 0.000000;;, + 96;3; 0.000000, 0.267477, 0.000000;;, + 97;3; 0.000000, 0.267477, 0.000000;;, + 98;3; 0.000000, 0.267477, 0.000000;;, + 99;3; 0.000000, 0.267477, 0.000000;;, + 100;3; 0.000000, 0.267477, 0.000000;;, + 101;3; 0.000000, 0.267477, 0.000000;;, + 102;3; 0.000000, 0.267477, 0.000000;;, + 103;3; 0.000000, 0.267477, 0.000000;;, + 104;3; 0.000000, 0.267477, 0.000000;;, + 105;3; 0.000000, 0.267477, 0.000000;;, + 106;3; 0.000000, 0.267477, 0.000000;;, + 107;3; 0.000000, 0.267477, 0.000000;;, + 108;3; 0.000000, 0.267477, 0.000000;;, + 109;3; 0.000000, 0.267477, 0.000000;;, + 110;3; 0.000000, 0.267477, 0.000000;;, + 111;3; 0.000000, 0.267477, 0.000000;;, + 112;3; 0.000000, 0.267477, 0.000000;;, + 113;3; 0.000000, 0.267477, 0.000000;;, + 114;3; 0.000000, 0.267477, 0.000000;;, + 115;3; 0.000000, 0.267477, 0.000000;;, + 116;3; 0.000000, 0.267477, 0.000000;;, + 117;3; 0.000000, 0.267477, 0.000000;;, + 118;3; 0.000000, 0.267477, 0.000000;;, + 119;3; 0.000000, 0.267477, 0.000000;;, + 120;3; 0.000000, 0.267477, 0.000000;;, + 121;3; 0.000000, 0.267477, 0.000000;;, + 122;3; 0.000000, 0.267477, 0.000000;;, + 123;3; 0.000000, 0.267477, 0.000000;;, + 124;3; 0.000000, 0.267477, 0.000000;;, + 125;3; 0.000000, 0.267477, 0.000000;;, + 126;3; 0.000000, 0.267477, 0.000000;;, + 127;3; 0.000000, 0.267477, 0.000000;;, + 128;3; 0.000000, 0.267477, 0.000000;;, + 129;3; 0.000000, 0.267477, 0.000000;;, + 130;3; 0.000000, 0.267477, 0.000000;;, + 131;3; 0.000000, 0.267477, 0.000000;;, + 132;3; 0.000000, 0.267477, 0.000000;;, + 133;3; 0.000000, 0.267477, 0.000000;;, + 134;3; 0.000000, 0.267477, 0.000000;;, + 135;3; 0.000000, 0.267477, 0.000000;;, + 136;3; 0.000000, 0.267477, 0.000000;;, + 137;3; 0.000000, 0.267477, 0.000000;;, + 138;3; 0.000000, 0.267477, 0.000000;;, + 139;3; 0.000000, 0.267477, 0.000000;;, + 140;3; 0.000000, 0.267477, 0.000000;;, + 141;3; 0.000000, 0.267477, 0.000000;;, + 142;3; 0.000000, 0.267477, 0.000000;;, + 143;3; 0.000000, 0.267477, 0.000000;;, + 144;3; 0.000000, 0.267477, 0.000000;;, + 145;3; 0.000000, 0.267477, 0.000000;;, + 146;3; 0.000000, 0.267477, 0.000000;;, + 147;3; 0.000000, 0.267477, 0.000000;;, + 148;3; 0.000000, 0.267477, 0.000000;;, + 149;3; 0.000000, 0.267477, 0.000000;;, + 150;3; 0.000000, 0.267477, 0.000000;;, + 151;3; 0.000000, 0.267477, 0.000000;;, + 152;3; 0.000000, 0.267477, 0.000000;;, + 153;3; 0.000000, 0.267477, 0.000000;;, + 154;3; 0.000000, 0.267477, 0.000000;;, + 155;3; 0.000000, 0.267477, 0.000000;;, + 156;3; 0.000000, 0.267477, 0.000000;;, + 157;3; 0.000000, 0.267477, 0.000000;;, + 158;3; 0.000000, 0.267477, 0.000000;;, + 159;3; 0.000000, 0.267477, 0.000000;;; + } + } + Animation { + {wolfwoman_index_01_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 1;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 2;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 3;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 4;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 5;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 6;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 7;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 8;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 9;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 10;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 11;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 12;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 13;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 14;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 15;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 16;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 17;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 18;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 19;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 20;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 21;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 22;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 23;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 24;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 25;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 26;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 27;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 28;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 29;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 30;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 31;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 32;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 33;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 34;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 35;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 36;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 37;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 38;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 39;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 40;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 41;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 42;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 43;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 44;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 45;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 46;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 47;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 48;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 49;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 50;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 51;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 52;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 53;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 54;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 55;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 56;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 57;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 58;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 59;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 60;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 61;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 62;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 63;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 64;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 65;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 66;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 67;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 68;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 69;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 70;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 71;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 72;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 73;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 74;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 75;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 76;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 77;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 78;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 79;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 80;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 81;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 82;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 83;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 84;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 85;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 86;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 87;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 88;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 89;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 90;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 91;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 92;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 93;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 94;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 95;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 96;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 97;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 98;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 99;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 100;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 101;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 102;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 103;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 104;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 105;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 106;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 107;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 108;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 109;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 110;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 111;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 112;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 113;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 114;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 115;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 116;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 117;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 118;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 119;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 120;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 121;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 122;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 123;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 124;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 125;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 126;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 127;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 128;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 129;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 130;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 131;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 132;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 133;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 134;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 135;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 136;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 137;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 138;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 139;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 140;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 141;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 142;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 143;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 144;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 145;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 146;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 147;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 148;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 149;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 150;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 151;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 152;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 153;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 154;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 155;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 156;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 157;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 158;4;-0.982117,-0.072053,-0.154332, 0.080232;;, + 159;4;-0.982117,-0.072053,-0.154332, 0.080232;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.017904, 0.115054, 0.007472;;, + 1;3; 0.017904, 0.115054, 0.007472;;, + 2;3; 0.017904, 0.115054, 0.007472;;, + 3;3; 0.017904, 0.115054, 0.007472;;, + 4;3; 0.017904, 0.115054, 0.007472;;, + 5;3; 0.017904, 0.115054, 0.007472;;, + 6;3; 0.017904, 0.115054, 0.007472;;, + 7;3; 0.017904, 0.115054, 0.007472;;, + 8;3; 0.017904, 0.115054, 0.007472;;, + 9;3; 0.017904, 0.115054, 0.007472;;, + 10;3; 0.017904, 0.115054, 0.007472;;, + 11;3; 0.017904, 0.115054, 0.007472;;, + 12;3; 0.017904, 0.115054, 0.007472;;, + 13;3; 0.017904, 0.115054, 0.007472;;, + 14;3; 0.017904, 0.115054, 0.007472;;, + 15;3; 0.017904, 0.115054, 0.007472;;, + 16;3; 0.017904, 0.115054, 0.007472;;, + 17;3; 0.017904, 0.115054, 0.007472;;, + 18;3; 0.017904, 0.115054, 0.007472;;, + 19;3; 0.017904, 0.115054, 0.007472;;, + 20;3; 0.017904, 0.115054, 0.007472;;, + 21;3; 0.017904, 0.115054, 0.007472;;, + 22;3; 0.017904, 0.115054, 0.007472;;, + 23;3; 0.017904, 0.115054, 0.007472;;, + 24;3; 0.017904, 0.115054, 0.007472;;, + 25;3; 0.017904, 0.115054, 0.007472;;, + 26;3; 0.017904, 0.115054, 0.007472;;, + 27;3; 0.017904, 0.115054, 0.007472;;, + 28;3; 0.017904, 0.115054, 0.007472;;, + 29;3; 0.017904, 0.115054, 0.007472;;, + 30;3; 0.017904, 0.115054, 0.007472;;, + 31;3; 0.017904, 0.115054, 0.007472;;, + 32;3; 0.017904, 0.115054, 0.007472;;, + 33;3; 0.017904, 0.115054, 0.007472;;, + 34;3; 0.017904, 0.115054, 0.007472;;, + 35;3; 0.017904, 0.115054, 0.007472;;, + 36;3; 0.017904, 0.115054, 0.007472;;, + 37;3; 0.017904, 0.115054, 0.007472;;, + 38;3; 0.017904, 0.115054, 0.007472;;, + 39;3; 0.017904, 0.115054, 0.007472;;, + 40;3; 0.017904, 0.115054, 0.007472;;, + 41;3; 0.017904, 0.115054, 0.007472;;, + 42;3; 0.017904, 0.115054, 0.007472;;, + 43;3; 0.017904, 0.115054, 0.007472;;, + 44;3; 0.017904, 0.115054, 0.007472;;, + 45;3; 0.017904, 0.115054, 0.007472;;, + 46;3; 0.017904, 0.115054, 0.007472;;, + 47;3; 0.017904, 0.115054, 0.007472;;, + 48;3; 0.017904, 0.115054, 0.007472;;, + 49;3; 0.017904, 0.115054, 0.007472;;, + 50;3; 0.017904, 0.115054, 0.007472;;, + 51;3; 0.017904, 0.115054, 0.007472;;, + 52;3; 0.017904, 0.115054, 0.007472;;, + 53;3; 0.017904, 0.115054, 0.007472;;, + 54;3; 0.017904, 0.115054, 0.007472;;, + 55;3; 0.017904, 0.115054, 0.007472;;, + 56;3; 0.017904, 0.115054, 0.007472;;, + 57;3; 0.017904, 0.115054, 0.007472;;, + 58;3; 0.017904, 0.115054, 0.007472;;, + 59;3; 0.017904, 0.115054, 0.007472;;, + 60;3; 0.017904, 0.115054, 0.007472;;, + 61;3; 0.017904, 0.115054, 0.007472;;, + 62;3; 0.017904, 0.115054, 0.007472;;, + 63;3; 0.017904, 0.115054, 0.007472;;, + 64;3; 0.017904, 0.115054, 0.007472;;, + 65;3; 0.017904, 0.115054, 0.007472;;, + 66;3; 0.017904, 0.115054, 0.007472;;, + 67;3; 0.017904, 0.115054, 0.007472;;, + 68;3; 0.017904, 0.115054, 0.007472;;, + 69;3; 0.017904, 0.115054, 0.007472;;, + 70;3; 0.017904, 0.115054, 0.007472;;, + 71;3; 0.017904, 0.115054, 0.007472;;, + 72;3; 0.017904, 0.115054, 0.007472;;, + 73;3; 0.017904, 0.115054, 0.007472;;, + 74;3; 0.017904, 0.115054, 0.007472;;, + 75;3; 0.017904, 0.115054, 0.007472;;, + 76;3; 0.017904, 0.115054, 0.007472;;, + 77;3; 0.017904, 0.115054, 0.007472;;, + 78;3; 0.017904, 0.115054, 0.007472;;, + 79;3; 0.017904, 0.115054, 0.007472;;, + 80;3; 0.017904, 0.115054, 0.007472;;, + 81;3; 0.017904, 0.115054, 0.007472;;, + 82;3; 0.017904, 0.115054, 0.007472;;, + 83;3; 0.017904, 0.115054, 0.007472;;, + 84;3; 0.017904, 0.115054, 0.007472;;, + 85;3; 0.017904, 0.115054, 0.007472;;, + 86;3; 0.017904, 0.115054, 0.007472;;, + 87;3; 0.017904, 0.115054, 0.007472;;, + 88;3; 0.017904, 0.115054, 0.007472;;, + 89;3; 0.017904, 0.115054, 0.007472;;, + 90;3; 0.017904, 0.115054, 0.007472;;, + 91;3; 0.017904, 0.115054, 0.007472;;, + 92;3; 0.017904, 0.115054, 0.007472;;, + 93;3; 0.017904, 0.115054, 0.007472;;, + 94;3; 0.017904, 0.115054, 0.007472;;, + 95;3; 0.017904, 0.115054, 0.007472;;, + 96;3; 0.017904, 0.115054, 0.007472;;, + 97;3; 0.017904, 0.115054, 0.007472;;, + 98;3; 0.017904, 0.115054, 0.007472;;, + 99;3; 0.017904, 0.115054, 0.007472;;, + 100;3; 0.017904, 0.115054, 0.007472;;, + 101;3; 0.017904, 0.115054, 0.007472;;, + 102;3; 0.017904, 0.115054, 0.007472;;, + 103;3; 0.017904, 0.115054, 0.007472;;, + 104;3; 0.017904, 0.115054, 0.007472;;, + 105;3; 0.017904, 0.115054, 0.007472;;, + 106;3; 0.017904, 0.115054, 0.007472;;, + 107;3; 0.017904, 0.115054, 0.007472;;, + 108;3; 0.017904, 0.115054, 0.007472;;, + 109;3; 0.017904, 0.115054, 0.007472;;, + 110;3; 0.017904, 0.115054, 0.007472;;, + 111;3; 0.017904, 0.115054, 0.007472;;, + 112;3; 0.017904, 0.115054, 0.007472;;, + 113;3; 0.017904, 0.115054, 0.007472;;, + 114;3; 0.017904, 0.115054, 0.007472;;, + 115;3; 0.017904, 0.115054, 0.007472;;, + 116;3; 0.017904, 0.115054, 0.007472;;, + 117;3; 0.017904, 0.115054, 0.007472;;, + 118;3; 0.017904, 0.115054, 0.007472;;, + 119;3; 0.017904, 0.115054, 0.007472;;, + 120;3; 0.017904, 0.115054, 0.007472;;, + 121;3; 0.017904, 0.115054, 0.007472;;, + 122;3; 0.017904, 0.115054, 0.007472;;, + 123;3; 0.017904, 0.115054, 0.007472;;, + 124;3; 0.017904, 0.115054, 0.007472;;, + 125;3; 0.017904, 0.115054, 0.007472;;, + 126;3; 0.017904, 0.115054, 0.007472;;, + 127;3; 0.017904, 0.115054, 0.007472;;, + 128;3; 0.017904, 0.115054, 0.007472;;, + 129;3; 0.017904, 0.115054, 0.007472;;, + 130;3; 0.017904, 0.115054, 0.007472;;, + 131;3; 0.017904, 0.115054, 0.007472;;, + 132;3; 0.017904, 0.115054, 0.007472;;, + 133;3; 0.017904, 0.115054, 0.007472;;, + 134;3; 0.017904, 0.115054, 0.007472;;, + 135;3; 0.017904, 0.115054, 0.007472;;, + 136;3; 0.017904, 0.115054, 0.007472;;, + 137;3; 0.017904, 0.115054, 0.007472;;, + 138;3; 0.017904, 0.115054, 0.007472;;, + 139;3; 0.017904, 0.115054, 0.007472;;, + 140;3; 0.017904, 0.115054, 0.007472;;, + 141;3; 0.017904, 0.115054, 0.007472;;, + 142;3; 0.017904, 0.115054, 0.007472;;, + 143;3; 0.017904, 0.115054, 0.007472;;, + 144;3; 0.017904, 0.115054, 0.007472;;, + 145;3; 0.017904, 0.115054, 0.007472;;, + 146;3; 0.017904, 0.115054, 0.007472;;, + 147;3; 0.017904, 0.115054, 0.007472;;, + 148;3; 0.017904, 0.115054, 0.007472;;, + 149;3; 0.017904, 0.115054, 0.007472;;, + 150;3; 0.017904, 0.115054, 0.007472;;, + 151;3; 0.017904, 0.115054, 0.007472;;, + 152;3; 0.017904, 0.115054, 0.007472;;, + 153;3; 0.017904, 0.115054, 0.007472;;, + 154;3; 0.017904, 0.115054, 0.007472;;, + 155;3; 0.017904, 0.115054, 0.007472;;, + 156;3; 0.017904, 0.115054, 0.007472;;, + 157;3; 0.017904, 0.115054, 0.007472;;, + 158;3; 0.017904, 0.115054, 0.007472;;, + 159;3; 0.017904, 0.115054, 0.007472;;; + } + } + Animation { + {wolfwoman_index_02_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 1;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 2;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 3;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 4;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 5;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 6;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 7;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 8;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 9;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 10;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 11;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 12;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 13;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 14;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 15;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 16;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 17;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 18;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 19;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 20;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 21;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 22;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 23;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 24;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 25;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 26;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 27;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 28;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 29;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 30;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 31;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 32;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 33;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 34;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 35;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 36;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 37;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 38;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 39;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 40;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 41;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 42;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 43;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 44;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 45;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 46;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 47;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 48;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 49;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 50;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 51;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 52;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 53;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 54;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 55;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 56;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 57;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 58;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 59;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 60;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 61;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 62;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 63;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 64;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 65;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 66;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 67;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 68;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 69;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 70;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 71;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 72;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 73;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 74;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 75;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 76;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 77;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 78;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 79;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 80;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 81;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 82;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 83;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 84;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 85;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 86;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 87;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 88;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 89;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 90;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 91;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 92;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 93;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 94;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 95;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 96;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 97;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 98;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 99;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 100;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 101;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 102;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 103;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 104;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 105;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 106;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 107;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 108;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 109;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 110;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 111;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 112;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 113;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 114;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 115;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 116;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 117;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 118;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 119;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 120;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 121;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 122;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 123;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 124;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 125;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 126;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 127;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 128;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 129;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 130;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 131;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 132;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 133;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 134;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 135;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 136;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 137;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 138;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 139;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 140;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 141;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 142;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 143;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 144;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 145;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 146;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 147;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 148;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 149;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 150;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 151;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 152;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 153;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 154;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 155;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 156;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 157;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 158;4;-0.999254,-0.016588, 0.030205, 0.017432;;, + 159;4;-0.999254,-0.016588, 0.030205, 0.017432;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.028372,-0.000000;;, + 1;3; 0.000000, 0.028372,-0.000000;;, + 2;3; 0.000000, 0.028372,-0.000000;;, + 3;3; 0.000000, 0.028372,-0.000000;;, + 4;3; 0.000000, 0.028372,-0.000000;;, + 5;3; 0.000000, 0.028372,-0.000000;;, + 6;3; 0.000000, 0.028372,-0.000000;;, + 7;3; 0.000000, 0.028372,-0.000000;;, + 8;3; 0.000000, 0.028372,-0.000000;;, + 9;3; 0.000000, 0.028372,-0.000000;;, + 10;3; 0.000000, 0.028372,-0.000000;;, + 11;3; 0.000000, 0.028372,-0.000000;;, + 12;3; 0.000000, 0.028372,-0.000000;;, + 13;3; 0.000000, 0.028372,-0.000000;;, + 14;3; 0.000000, 0.028372,-0.000000;;, + 15;3; 0.000000, 0.028372,-0.000000;;, + 16;3; 0.000000, 0.028372,-0.000000;;, + 17;3; 0.000000, 0.028372,-0.000000;;, + 18;3; 0.000000, 0.028372,-0.000000;;, + 19;3; 0.000000, 0.028372,-0.000000;;, + 20;3; 0.000000, 0.028372,-0.000000;;, + 21;3; 0.000000, 0.028372,-0.000000;;, + 22;3; 0.000000, 0.028372,-0.000000;;, + 23;3; 0.000000, 0.028372,-0.000000;;, + 24;3; 0.000000, 0.028372,-0.000000;;, + 25;3; 0.000000, 0.028372,-0.000000;;, + 26;3; 0.000000, 0.028372,-0.000000;;, + 27;3; 0.000000, 0.028372,-0.000000;;, + 28;3; 0.000000, 0.028372,-0.000000;;, + 29;3; 0.000000, 0.028372,-0.000000;;, + 30;3; 0.000000, 0.028372,-0.000000;;, + 31;3; 0.000000, 0.028372,-0.000000;;, + 32;3; 0.000000, 0.028372,-0.000000;;, + 33;3; 0.000000, 0.028372,-0.000000;;, + 34;3; 0.000000, 0.028372,-0.000000;;, + 35;3; 0.000000, 0.028372,-0.000000;;, + 36;3; 0.000000, 0.028372,-0.000000;;, + 37;3; 0.000000, 0.028372,-0.000000;;, + 38;3; 0.000000, 0.028372,-0.000000;;, + 39;3; 0.000000, 0.028372,-0.000000;;, + 40;3; 0.000000, 0.028372,-0.000000;;, + 41;3; 0.000000, 0.028372,-0.000000;;, + 42;3; 0.000000, 0.028372,-0.000000;;, + 43;3; 0.000000, 0.028372,-0.000000;;, + 44;3; 0.000000, 0.028372,-0.000000;;, + 45;3; 0.000000, 0.028372,-0.000000;;, + 46;3; 0.000000, 0.028372,-0.000000;;, + 47;3; 0.000000, 0.028372,-0.000000;;, + 48;3; 0.000000, 0.028372,-0.000000;;, + 49;3; 0.000000, 0.028372,-0.000000;;, + 50;3; 0.000000, 0.028372,-0.000000;;, + 51;3; 0.000000, 0.028372,-0.000000;;, + 52;3; 0.000000, 0.028372,-0.000000;;, + 53;3; 0.000000, 0.028372,-0.000000;;, + 54;3; 0.000000, 0.028372,-0.000000;;, + 55;3; 0.000000, 0.028372,-0.000000;;, + 56;3; 0.000000, 0.028372,-0.000000;;, + 57;3; 0.000000, 0.028372,-0.000000;;, + 58;3; 0.000000, 0.028372,-0.000000;;, + 59;3; 0.000000, 0.028372,-0.000000;;, + 60;3; 0.000000, 0.028372,-0.000000;;, + 61;3; 0.000000, 0.028372,-0.000000;;, + 62;3; 0.000000, 0.028372,-0.000000;;, + 63;3; 0.000000, 0.028372,-0.000000;;, + 64;3; 0.000000, 0.028372,-0.000000;;, + 65;3; 0.000000, 0.028372,-0.000000;;, + 66;3; 0.000000, 0.028372,-0.000000;;, + 67;3; 0.000000, 0.028372,-0.000000;;, + 68;3; 0.000000, 0.028372,-0.000000;;, + 69;3; 0.000000, 0.028372,-0.000000;;, + 70;3; 0.000000, 0.028372,-0.000000;;, + 71;3; 0.000000, 0.028372,-0.000000;;, + 72;3; 0.000000, 0.028372,-0.000000;;, + 73;3; 0.000000, 0.028372,-0.000000;;, + 74;3; 0.000000, 0.028372,-0.000000;;, + 75;3; 0.000000, 0.028372,-0.000000;;, + 76;3; 0.000000, 0.028372,-0.000000;;, + 77;3; 0.000000, 0.028372,-0.000000;;, + 78;3; 0.000000, 0.028372,-0.000000;;, + 79;3; 0.000000, 0.028372,-0.000000;;, + 80;3; 0.000000, 0.028372, 0.000000;;, + 81;3; 0.000000, 0.028372, 0.000000;;, + 82;3; 0.000000, 0.028372, 0.000000;;, + 83;3; 0.000000, 0.028372, 0.000000;;, + 84;3; 0.000000, 0.028372, 0.000000;;, + 85;3; 0.000000, 0.028372, 0.000000;;, + 86;3; 0.000000, 0.028372, 0.000000;;, + 87;3; 0.000000, 0.028372, 0.000000;;, + 88;3; 0.000000, 0.028372, 0.000000;;, + 89;3; 0.000000, 0.028372, 0.000000;;, + 90;3; 0.000000, 0.028372, 0.000000;;, + 91;3; 0.000000, 0.028372, 0.000000;;, + 92;3; 0.000000, 0.028372, 0.000000;;, + 93;3; 0.000000, 0.028372, 0.000000;;, + 94;3; 0.000000, 0.028372, 0.000000;;, + 95;3; 0.000000, 0.028372, 0.000000;;, + 96;3; 0.000000, 0.028372, 0.000000;;, + 97;3; 0.000000, 0.028372, 0.000000;;, + 98;3; 0.000000, 0.028372, 0.000000;;, + 99;3; 0.000000, 0.028372, 0.000000;;, + 100;3; 0.000000, 0.028372, 0.000000;;, + 101;3; 0.000000, 0.028372, 0.000000;;, + 102;3; 0.000000, 0.028372, 0.000000;;, + 103;3; 0.000000, 0.028372, 0.000000;;, + 104;3; 0.000000, 0.028372, 0.000000;;, + 105;3; 0.000000, 0.028372, 0.000000;;, + 106;3; 0.000000, 0.028372, 0.000000;;, + 107;3; 0.000000, 0.028372, 0.000000;;, + 108;3; 0.000000, 0.028372, 0.000000;;, + 109;3; 0.000000, 0.028372, 0.000000;;, + 110;3; 0.000000, 0.028372, 0.000000;;, + 111;3; 0.000000, 0.028372, 0.000000;;, + 112;3; 0.000000, 0.028372, 0.000000;;, + 113;3; 0.000000, 0.028372, 0.000000;;, + 114;3; 0.000000, 0.028372, 0.000000;;, + 115;3; 0.000000, 0.028372, 0.000000;;, + 116;3; 0.000000, 0.028372, 0.000000;;, + 117;3; 0.000000, 0.028372, 0.000000;;, + 118;3; 0.000000, 0.028372, 0.000000;;, + 119;3; 0.000000, 0.028372, 0.000000;;, + 120;3; 0.000000, 0.028372, 0.000000;;, + 121;3; 0.000000, 0.028372, 0.000000;;, + 122;3; 0.000000, 0.028372, 0.000000;;, + 123;3; 0.000000, 0.028372, 0.000000;;, + 124;3; 0.000000, 0.028372, 0.000000;;, + 125;3; 0.000000, 0.028372, 0.000000;;, + 126;3; 0.000000, 0.028372, 0.000000;;, + 127;3; 0.000000, 0.028372, 0.000000;;, + 128;3; 0.000000, 0.028372, 0.000000;;, + 129;3; 0.000000, 0.028372, 0.000000;;, + 130;3; 0.000000, 0.028372, 0.000000;;, + 131;3; 0.000000, 0.028372, 0.000000;;, + 132;3; 0.000000, 0.028372, 0.000000;;, + 133;3; 0.000000, 0.028372, 0.000000;;, + 134;3; 0.000000, 0.028372, 0.000000;;, + 135;3; 0.000000, 0.028372, 0.000000;;, + 136;3; 0.000000, 0.028372, 0.000000;;, + 137;3; 0.000000, 0.028372, 0.000000;;, + 138;3; 0.000000, 0.028372, 0.000000;;, + 139;3; 0.000000, 0.028372, 0.000000;;, + 140;3; 0.000000, 0.028372, 0.000000;;, + 141;3; 0.000000, 0.028372, 0.000000;;, + 142;3; 0.000000, 0.028372, 0.000000;;, + 143;3; 0.000000, 0.028372, 0.000000;;, + 144;3; 0.000000, 0.028372, 0.000000;;, + 145;3; 0.000000, 0.028372, 0.000000;;, + 146;3; 0.000000, 0.028372, 0.000000;;, + 147;3; 0.000000, 0.028372, 0.000000;;, + 148;3; 0.000000, 0.028372, 0.000000;;, + 149;3; 0.000000, 0.028372, 0.000000;;, + 150;3; 0.000000, 0.028372, 0.000000;;, + 151;3; 0.000000, 0.028372, 0.000000;;, + 152;3; 0.000000, 0.028372, 0.000000;;, + 153;3; 0.000000, 0.028372, 0.000000;;, + 154;3; 0.000000, 0.028372, 0.000000;;, + 155;3; 0.000000, 0.028372, 0.000000;;, + 156;3; 0.000000, 0.028372, 0.000000;;, + 157;3; 0.000000, 0.028372, 0.000000;;, + 158;3; 0.000000, 0.028372, 0.000000;;, + 159;3; 0.000000, 0.028372, 0.000000;;; + } + } + Animation { + {wolfwoman_index_03_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 1;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 2;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 3;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 4;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 5;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 6;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 7;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 8;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 9;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 10;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 11;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 12;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 13;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 14;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 15;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 16;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 17;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 18;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 19;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 20;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 21;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 22;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 23;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 24;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 25;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 26;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 27;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 28;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 29;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 30;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 31;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 32;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 33;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 34;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 35;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 36;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 37;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 38;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 39;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 40;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 41;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 42;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 43;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 44;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 45;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 46;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 47;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 48;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 49;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 50;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 51;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 52;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 53;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 54;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 55;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 56;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 57;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 58;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 59;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 60;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 61;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 62;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 63;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 64;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 65;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 66;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 67;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 68;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 69;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 70;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 71;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 72;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 73;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 74;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 75;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 76;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 77;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 78;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 79;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 80;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 81;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 82;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 83;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 84;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 85;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 86;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 87;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 88;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 89;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 90;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 91;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 92;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 93;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 94;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 95;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 96;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 97;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 98;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 99;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 100;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 101;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 102;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 103;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 104;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 105;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 106;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 107;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 108;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 109;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 110;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 111;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 112;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 113;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 114;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 115;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 116;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 117;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 118;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 119;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 120;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 121;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 122;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 123;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 124;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 125;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 126;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 127;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 128;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 129;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 130;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 131;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 132;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 133;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 134;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 135;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 136;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 137;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 138;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 139;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 140;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 141;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 142;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 143;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 144;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 145;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 146;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 147;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 148;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 149;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 150;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 151;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 152;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 153;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 154;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 155;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 156;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 157;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 158;4;-0.997333, 0.045931,-0.035753, 0.044038;;, + 159;4;-0.997333, 0.045931,-0.035753, 0.044038;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.025422, 0.000000;;, + 1;3; 0.000000, 0.025422, 0.000000;;, + 2;3; 0.000000, 0.025422, 0.000000;;, + 3;3; 0.000000, 0.025422, 0.000000;;, + 4;3; 0.000000, 0.025422, 0.000000;;, + 5;3; 0.000000, 0.025422, 0.000000;;, + 6;3; 0.000000, 0.025422, 0.000000;;, + 7;3; 0.000000, 0.025422, 0.000000;;, + 8;3; 0.000000, 0.025422, 0.000000;;, + 9;3; 0.000000, 0.025422, 0.000000;;, + 10;3; 0.000000, 0.025422, 0.000000;;, + 11;3; 0.000000, 0.025422, 0.000000;;, + 12;3; 0.000000, 0.025422, 0.000000;;, + 13;3; 0.000000, 0.025422, 0.000000;;, + 14;3; 0.000000, 0.025422, 0.000000;;, + 15;3; 0.000000, 0.025422, 0.000000;;, + 16;3; 0.000000, 0.025422, 0.000000;;, + 17;3; 0.000000, 0.025422, 0.000000;;, + 18;3; 0.000000, 0.025422, 0.000000;;, + 19;3; 0.000000, 0.025422, 0.000000;;, + 20;3; 0.000000, 0.025422, 0.000000;;, + 21;3; 0.000000, 0.025422, 0.000000;;, + 22;3; 0.000000, 0.025422, 0.000000;;, + 23;3; 0.000000, 0.025422, 0.000000;;, + 24;3; 0.000000, 0.025422, 0.000000;;, + 25;3; 0.000000, 0.025422, 0.000000;;, + 26;3; 0.000000, 0.025422, 0.000000;;, + 27;3; 0.000000, 0.025422, 0.000000;;, + 28;3; 0.000000, 0.025422, 0.000000;;, + 29;3; 0.000000, 0.025422, 0.000000;;, + 30;3; 0.000000, 0.025422, 0.000000;;, + 31;3; 0.000000, 0.025422, 0.000000;;, + 32;3; 0.000000, 0.025422, 0.000000;;, + 33;3; 0.000000, 0.025422, 0.000000;;, + 34;3; 0.000000, 0.025422, 0.000000;;, + 35;3; 0.000000, 0.025422, 0.000000;;, + 36;3; 0.000000, 0.025422, 0.000000;;, + 37;3; 0.000000, 0.025422, 0.000000;;, + 38;3; 0.000000, 0.025422, 0.000000;;, + 39;3; 0.000000, 0.025422, 0.000000;;, + 40;3; 0.000000, 0.025422, 0.000000;;, + 41;3; 0.000000, 0.025422, 0.000000;;, + 42;3; 0.000000, 0.025422, 0.000000;;, + 43;3; 0.000000, 0.025422, 0.000000;;, + 44;3; 0.000000, 0.025422, 0.000000;;, + 45;3; 0.000000, 0.025422, 0.000000;;, + 46;3; 0.000000, 0.025422, 0.000000;;, + 47;3; 0.000000, 0.025422, 0.000000;;, + 48;3; 0.000000, 0.025422, 0.000000;;, + 49;3; 0.000000, 0.025422, 0.000000;;, + 50;3; 0.000000, 0.025422, 0.000000;;, + 51;3; 0.000000, 0.025422, 0.000000;;, + 52;3; 0.000000, 0.025422, 0.000000;;, + 53;3; 0.000000, 0.025422, 0.000000;;, + 54;3; 0.000000, 0.025422, 0.000000;;, + 55;3; 0.000000, 0.025422, 0.000000;;, + 56;3; 0.000000, 0.025422, 0.000000;;, + 57;3; 0.000000, 0.025422, 0.000000;;, + 58;3; 0.000000, 0.025422, 0.000000;;, + 59;3; 0.000000, 0.025422, 0.000000;;, + 60;3; 0.000000, 0.025422, 0.000000;;, + 61;3; 0.000000, 0.025422, 0.000000;;, + 62;3; 0.000000, 0.025422, 0.000000;;, + 63;3; 0.000000, 0.025422, 0.000000;;, + 64;3; 0.000000, 0.025422, 0.000000;;, + 65;3; 0.000000, 0.025422, 0.000000;;, + 66;3; 0.000000, 0.025422, 0.000000;;, + 67;3; 0.000000, 0.025422, 0.000000;;, + 68;3; 0.000000, 0.025422, 0.000000;;, + 69;3; 0.000000, 0.025422, 0.000000;;, + 70;3; 0.000000, 0.025422, 0.000000;;, + 71;3; 0.000000, 0.025422, 0.000000;;, + 72;3; 0.000000, 0.025422, 0.000000;;, + 73;3; 0.000000, 0.025422, 0.000000;;, + 74;3; 0.000000, 0.025422, 0.000000;;, + 75;3; 0.000000, 0.025422, 0.000000;;, + 76;3; 0.000000, 0.025422, 0.000000;;, + 77;3; 0.000000, 0.025422, 0.000000;;, + 78;3; 0.000000, 0.025422, 0.000000;;, + 79;3;-0.000000, 0.025422, 0.000000;;, + 80;3;-0.000000, 0.025422, 0.000000;;, + 81;3;-0.000000, 0.025422, 0.000000;;, + 82;3;-0.000000, 0.025422, 0.000000;;, + 83;3;-0.000000, 0.025422, 0.000000;;, + 84;3;-0.000000, 0.025422, 0.000000;;, + 85;3;-0.000000, 0.025422, 0.000000;;, + 86;3;-0.000000, 0.025422, 0.000000;;, + 87;3;-0.000000, 0.025422, 0.000000;;, + 88;3;-0.000000, 0.025422, 0.000000;;, + 89;3;-0.000000, 0.025422, 0.000000;;, + 90;3;-0.000000, 0.025422, 0.000000;;, + 91;3;-0.000000, 0.025422, 0.000000;;, + 92;3;-0.000000, 0.025422, 0.000000;;, + 93;3;-0.000000, 0.025422, 0.000000;;, + 94;3;-0.000000, 0.025422, 0.000000;;, + 95;3;-0.000000, 0.025422, 0.000000;;, + 96;3;-0.000000, 0.025422, 0.000000;;, + 97;3;-0.000000, 0.025422, 0.000000;;, + 98;3;-0.000000, 0.025422, 0.000000;;, + 99;3;-0.000000, 0.025422, 0.000000;;, + 100;3;-0.000000, 0.025422, 0.000000;;, + 101;3;-0.000000, 0.025422, 0.000000;;, + 102;3;-0.000000, 0.025422, 0.000000;;, + 103;3;-0.000000, 0.025422, 0.000000;;, + 104;3;-0.000000, 0.025422, 0.000000;;, + 105;3;-0.000000, 0.025422, 0.000000;;, + 106;3;-0.000000, 0.025422, 0.000000;;, + 107;3;-0.000000, 0.025422, 0.000000;;, + 108;3;-0.000000, 0.025422, 0.000000;;, + 109;3;-0.000000, 0.025422, 0.000000;;, + 110;3;-0.000000, 0.025422, 0.000000;;, + 111;3;-0.000000, 0.025422, 0.000000;;, + 112;3;-0.000000, 0.025422, 0.000000;;, + 113;3;-0.000000, 0.025422, 0.000000;;, + 114;3;-0.000000, 0.025422, 0.000000;;, + 115;3;-0.000000, 0.025422, 0.000000;;, + 116;3;-0.000000, 0.025422, 0.000000;;, + 117;3;-0.000000, 0.025422, 0.000000;;, + 118;3;-0.000000, 0.025422, 0.000000;;, + 119;3;-0.000000, 0.025422, 0.000000;;, + 120;3;-0.000000, 0.025422, 0.000000;;, + 121;3;-0.000000, 0.025422, 0.000000;;, + 122;3;-0.000000, 0.025422, 0.000000;;, + 123;3;-0.000000, 0.025422, 0.000000;;, + 124;3;-0.000000, 0.025422, 0.000000;;, + 125;3;-0.000000, 0.025422, 0.000000;;, + 126;3;-0.000000, 0.025422, 0.000000;;, + 127;3;-0.000000, 0.025422, 0.000000;;, + 128;3;-0.000000, 0.025422, 0.000000;;, + 129;3;-0.000000, 0.025422, 0.000000;;, + 130;3;-0.000000, 0.025422, 0.000000;;, + 131;3;-0.000000, 0.025422, 0.000000;;, + 132;3;-0.000000, 0.025422, 0.000000;;, + 133;3;-0.000000, 0.025422, 0.000000;;, + 134;3;-0.000000, 0.025422, 0.000000;;, + 135;3;-0.000000, 0.025422, 0.000000;;, + 136;3;-0.000000, 0.025422, 0.000000;;, + 137;3;-0.000000, 0.025422, 0.000000;;, + 138;3;-0.000000, 0.025422, 0.000000;;, + 139;3;-0.000000, 0.025422, 0.000000;;, + 140;3;-0.000000, 0.025422, 0.000000;;, + 141;3;-0.000000, 0.025422, 0.000000;;, + 142;3;-0.000000, 0.025422, 0.000000;;, + 143;3;-0.000000, 0.025422, 0.000000;;, + 144;3;-0.000000, 0.025422, 0.000000;;, + 145;3;-0.000000, 0.025422, 0.000000;;, + 146;3;-0.000000, 0.025422, 0.000000;;, + 147;3;-0.000000, 0.025422, 0.000000;;, + 148;3;-0.000000, 0.025422, 0.000000;;, + 149;3;-0.000000, 0.025422, 0.000000;;, + 150;3;-0.000000, 0.025422, 0.000000;;, + 151;3;-0.000000, 0.025422, 0.000000;;, + 152;3;-0.000000, 0.025422, 0.000000;;, + 153;3;-0.000000, 0.025422, 0.000000;;, + 154;3;-0.000000, 0.025422, 0.000000;;, + 155;3;-0.000000, 0.025422, 0.000000;;, + 156;3;-0.000000, 0.025422, 0.000000;;, + 157;3;-0.000000, 0.025422, 0.000000;;, + 158;3;-0.000000, 0.025422, 0.000000;;, + 159;3;-0.000000, 0.025422, 0.000000;;; + } + } + Animation { + {wolfwoman_middle_01_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 1;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 2;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 3;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 4;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 5;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 6;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 7;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 8;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 9;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 10;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 11;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 12;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 13;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 14;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 15;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 16;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 17;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 18;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 19;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 20;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 21;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 22;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 23;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 24;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 25;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 26;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 27;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 28;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 29;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 30;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 31;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 32;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 33;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 34;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 35;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 36;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 37;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 38;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 39;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 40;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 41;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 42;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 43;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 44;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 45;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 46;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 47;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 48;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 49;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 50;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 51;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 52;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 53;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 54;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 55;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 56;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 57;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 58;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 59;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 60;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 61;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 62;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 63;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 64;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 65;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 66;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 67;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 68;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 69;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 70;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 71;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 72;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 73;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 74;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 75;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 76;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 77;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 78;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 79;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 80;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 81;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 82;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 83;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 84;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 85;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 86;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 87;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 88;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 89;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 90;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 91;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 92;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 93;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 94;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 95;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 96;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 97;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 98;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 99;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 100;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 101;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 102;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 103;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 104;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 105;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 106;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 107;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 108;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 109;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 110;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 111;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 112;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 113;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 114;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 115;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 116;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 117;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 118;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 119;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 120;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 121;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 122;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 123;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 124;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 125;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 126;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 127;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 128;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 129;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 130;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 131;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 132;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 133;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 134;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 135;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 136;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 137;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 138;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 139;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 140;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 141;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 142;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 143;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 144;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 145;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 146;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 147;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 148;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 149;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 150;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 151;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 152;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 153;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 154;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 155;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 156;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 157;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 158;4;-0.950423,-0.039560,-0.287887, 0.110692;;, + 159;4;-0.950423,-0.039560,-0.287887, 0.110692;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.007725, 0.110602,-0.017004;;, + 1;3; 0.007725, 0.110602,-0.017004;;, + 2;3; 0.007725, 0.110602,-0.017004;;, + 3;3; 0.007725, 0.110602,-0.017004;;, + 4;3; 0.007725, 0.110602,-0.017004;;, + 5;3; 0.007725, 0.110602,-0.017004;;, + 6;3; 0.007725, 0.110602,-0.017004;;, + 7;3; 0.007725, 0.110602,-0.017004;;, + 8;3; 0.007725, 0.110602,-0.017004;;, + 9;3; 0.007725, 0.110602,-0.017004;;, + 10;3; 0.007725, 0.110602,-0.017004;;, + 11;3; 0.007725, 0.110602,-0.017004;;, + 12;3; 0.007725, 0.110602,-0.017004;;, + 13;3; 0.007725, 0.110602,-0.017004;;, + 14;3; 0.007725, 0.110602,-0.017004;;, + 15;3; 0.007725, 0.110602,-0.017004;;, + 16;3; 0.007725, 0.110602,-0.017004;;, + 17;3; 0.007725, 0.110602,-0.017004;;, + 18;3; 0.007725, 0.110602,-0.017004;;, + 19;3; 0.007725, 0.110602,-0.017004;;, + 20;3; 0.007725, 0.110602,-0.017004;;, + 21;3; 0.007725, 0.110602,-0.017004;;, + 22;3; 0.007725, 0.110602,-0.017004;;, + 23;3; 0.007725, 0.110602,-0.017004;;, + 24;3; 0.007725, 0.110602,-0.017004;;, + 25;3; 0.007725, 0.110602,-0.017004;;, + 26;3; 0.007725, 0.110602,-0.017004;;, + 27;3; 0.007725, 0.110602,-0.017004;;, + 28;3; 0.007725, 0.110602,-0.017004;;, + 29;3; 0.007725, 0.110602,-0.017004;;, + 30;3; 0.007725, 0.110602,-0.017004;;, + 31;3; 0.007725, 0.110602,-0.017004;;, + 32;3; 0.007725, 0.110602,-0.017004;;, + 33;3; 0.007725, 0.110602,-0.017004;;, + 34;3; 0.007725, 0.110602,-0.017004;;, + 35;3; 0.007725, 0.110602,-0.017004;;, + 36;3; 0.007725, 0.110602,-0.017004;;, + 37;3; 0.007725, 0.110602,-0.017004;;, + 38;3; 0.007725, 0.110602,-0.017004;;, + 39;3; 0.007725, 0.110602,-0.017004;;, + 40;3; 0.007725, 0.110602,-0.017004;;, + 41;3; 0.007725, 0.110602,-0.017004;;, + 42;3; 0.007725, 0.110602,-0.017004;;, + 43;3; 0.007725, 0.110602,-0.017004;;, + 44;3; 0.007725, 0.110602,-0.017004;;, + 45;3; 0.007725, 0.110602,-0.017004;;, + 46;3; 0.007725, 0.110602,-0.017004;;, + 47;3; 0.007725, 0.110602,-0.017004;;, + 48;3; 0.007725, 0.110602,-0.017004;;, + 49;3; 0.007725, 0.110602,-0.017004;;, + 50;3; 0.007725, 0.110602,-0.017004;;, + 51;3; 0.007725, 0.110602,-0.017004;;, + 52;3; 0.007725, 0.110602,-0.017004;;, + 53;3; 0.007725, 0.110602,-0.017004;;, + 54;3; 0.007725, 0.110602,-0.017004;;, + 55;3; 0.007725, 0.110602,-0.017004;;, + 56;3; 0.007725, 0.110602,-0.017004;;, + 57;3; 0.007725, 0.110602,-0.017004;;, + 58;3; 0.007725, 0.110602,-0.017004;;, + 59;3; 0.007725, 0.110602,-0.017004;;, + 60;3; 0.007725, 0.110602,-0.017004;;, + 61;3; 0.007725, 0.110602,-0.017004;;, + 62;3; 0.007725, 0.110602,-0.017004;;, + 63;3; 0.007725, 0.110602,-0.017004;;, + 64;3; 0.007725, 0.110602,-0.017004;;, + 65;3; 0.007725, 0.110602,-0.017004;;, + 66;3; 0.007725, 0.110602,-0.017004;;, + 67;3; 0.007725, 0.110602,-0.017004;;, + 68;3; 0.007725, 0.110602,-0.017004;;, + 69;3; 0.007725, 0.110602,-0.017004;;, + 70;3; 0.007725, 0.110602,-0.017004;;, + 71;3; 0.007725, 0.110602,-0.017004;;, + 72;3; 0.007725, 0.110602,-0.017004;;, + 73;3; 0.007725, 0.110602,-0.017004;;, + 74;3; 0.007725, 0.110602,-0.017004;;, + 75;3; 0.007725, 0.110602,-0.017004;;, + 76;3; 0.007725, 0.110602,-0.017004;;, + 77;3; 0.007725, 0.110602,-0.017004;;, + 78;3; 0.007725, 0.110602,-0.017004;;, + 79;3; 0.007725, 0.110602,-0.017004;;, + 80;3; 0.007724, 0.110602,-0.017004;;, + 81;3; 0.007724, 0.110602,-0.017004;;, + 82;3; 0.007724, 0.110602,-0.017004;;, + 83;3; 0.007724, 0.110602,-0.017004;;, + 84;3; 0.007724, 0.110602,-0.017004;;, + 85;3; 0.007724, 0.110602,-0.017004;;, + 86;3; 0.007724, 0.110602,-0.017004;;, + 87;3; 0.007724, 0.110602,-0.017004;;, + 88;3; 0.007724, 0.110602,-0.017004;;, + 89;3; 0.007724, 0.110602,-0.017004;;, + 90;3; 0.007724, 0.110602,-0.017004;;, + 91;3; 0.007724, 0.110602,-0.017004;;, + 92;3; 0.007724, 0.110602,-0.017004;;, + 93;3; 0.007724, 0.110602,-0.017004;;, + 94;3; 0.007724, 0.110602,-0.017004;;, + 95;3; 0.007724, 0.110602,-0.017004;;, + 96;3; 0.007724, 0.110602,-0.017004;;, + 97;3; 0.007724, 0.110602,-0.017004;;, + 98;3; 0.007724, 0.110602,-0.017004;;, + 99;3; 0.007724, 0.110602,-0.017004;;, + 100;3; 0.007724, 0.110602,-0.017004;;, + 101;3; 0.007724, 0.110602,-0.017004;;, + 102;3; 0.007724, 0.110602,-0.017004;;, + 103;3; 0.007724, 0.110602,-0.017004;;, + 104;3; 0.007724, 0.110602,-0.017004;;, + 105;3; 0.007724, 0.110602,-0.017004;;, + 106;3; 0.007724, 0.110602,-0.017004;;, + 107;3; 0.007724, 0.110602,-0.017004;;, + 108;3; 0.007724, 0.110602,-0.017004;;, + 109;3; 0.007724, 0.110602,-0.017004;;, + 110;3; 0.007724, 0.110602,-0.017004;;, + 111;3; 0.007724, 0.110602,-0.017004;;, + 112;3; 0.007724, 0.110602,-0.017004;;, + 113;3; 0.007724, 0.110602,-0.017004;;, + 114;3; 0.007724, 0.110602,-0.017004;;, + 115;3; 0.007724, 0.110602,-0.017004;;, + 116;3; 0.007724, 0.110602,-0.017004;;, + 117;3; 0.007724, 0.110602,-0.017004;;, + 118;3; 0.007724, 0.110602,-0.017004;;, + 119;3; 0.007724, 0.110602,-0.017004;;, + 120;3; 0.007724, 0.110602,-0.017004;;, + 121;3; 0.007724, 0.110602,-0.017004;;, + 122;3; 0.007724, 0.110602,-0.017004;;, + 123;3; 0.007724, 0.110602,-0.017004;;, + 124;3; 0.007724, 0.110602,-0.017004;;, + 125;3; 0.007724, 0.110602,-0.017004;;, + 126;3; 0.007724, 0.110602,-0.017004;;, + 127;3; 0.007724, 0.110602,-0.017004;;, + 128;3; 0.007724, 0.110602,-0.017004;;, + 129;3; 0.007724, 0.110602,-0.017004;;, + 130;3; 0.007724, 0.110602,-0.017004;;, + 131;3; 0.007724, 0.110602,-0.017004;;, + 132;3; 0.007724, 0.110602,-0.017004;;, + 133;3; 0.007724, 0.110602,-0.017004;;, + 134;3; 0.007724, 0.110602,-0.017004;;, + 135;3; 0.007724, 0.110602,-0.017004;;, + 136;3; 0.007724, 0.110602,-0.017004;;, + 137;3; 0.007724, 0.110602,-0.017004;;, + 138;3; 0.007724, 0.110602,-0.017004;;, + 139;3; 0.007724, 0.110602,-0.017004;;, + 140;3; 0.007724, 0.110602,-0.017004;;, + 141;3; 0.007724, 0.110602,-0.017004;;, + 142;3; 0.007724, 0.110602,-0.017004;;, + 143;3; 0.007724, 0.110602,-0.017004;;, + 144;3; 0.007724, 0.110602,-0.017004;;, + 145;3; 0.007724, 0.110602,-0.017004;;, + 146;3; 0.007724, 0.110602,-0.017004;;, + 147;3; 0.007724, 0.110602,-0.017004;;, + 148;3; 0.007724, 0.110602,-0.017004;;, + 149;3; 0.007724, 0.110602,-0.017004;;, + 150;3; 0.007724, 0.110602,-0.017004;;, + 151;3; 0.007724, 0.110602,-0.017004;;, + 152;3; 0.007724, 0.110602,-0.017004;;, + 153;3; 0.007724, 0.110602,-0.017004;;, + 154;3; 0.007724, 0.110602,-0.017004;;, + 155;3; 0.007724, 0.110602,-0.017004;;, + 156;3; 0.007724, 0.110602,-0.017004;;, + 157;3; 0.007724, 0.110602,-0.017004;;, + 158;3; 0.007724, 0.110602,-0.017004;;, + 159;3; 0.007724, 0.110602,-0.017004;;; + } + } + Animation { + {wolfwoman_middle_02_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 1;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 2;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 3;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 4;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 5;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 6;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 7;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 8;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 9;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 10;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 11;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 12;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 13;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 14;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 15;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 16;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 17;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 18;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 19;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 20;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 21;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 22;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 23;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 24;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 25;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 26;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 27;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 28;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 29;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 30;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 31;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 32;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 33;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 34;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 35;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 36;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 37;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 38;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 39;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 40;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 41;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 42;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 43;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 44;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 45;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 46;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 47;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 48;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 49;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 50;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 51;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 52;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 53;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 54;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 55;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 56;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 57;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 58;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 59;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 60;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 61;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 62;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 63;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 64;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 65;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 66;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 67;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 68;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 69;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 70;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 71;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 72;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 73;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 74;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 75;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 76;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 77;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 78;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 79;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 80;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 81;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 82;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 83;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 84;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 85;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 86;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 87;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 88;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 89;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 90;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 91;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 92;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 93;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 94;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 95;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 96;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 97;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 98;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 99;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 100;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 101;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 102;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 103;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 104;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 105;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 106;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 107;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 108;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 109;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 110;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 111;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 112;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 113;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 114;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 115;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 116;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 117;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 118;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 119;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 120;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 121;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 122;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 123;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 124;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 125;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 126;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 127;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 128;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 129;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 130;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 131;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 132;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 133;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 134;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 135;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 136;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 137;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 138;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 139;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 140;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 141;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 142;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 143;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 144;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 145;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 146;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 147;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 148;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 149;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 150;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 151;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 152;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 153;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 154;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 155;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 156;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 157;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 158;4;-0.998624, 0.003109, 0.039839,-0.033958;;, + 159;4;-0.998624, 0.003109, 0.039839,-0.033958;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.036967, 0.000000;;, + 1;3;-0.000000, 0.036967, 0.000000;;, + 2;3;-0.000000, 0.036967, 0.000000;;, + 3;3;-0.000000, 0.036967, 0.000000;;, + 4;3;-0.000000, 0.036967, 0.000000;;, + 5;3;-0.000000, 0.036967, 0.000000;;, + 6;3;-0.000000, 0.036967, 0.000000;;, + 7;3;-0.000000, 0.036967, 0.000000;;, + 8;3;-0.000000, 0.036967, 0.000000;;, + 9;3;-0.000000, 0.036967, 0.000000;;, + 10;3;-0.000000, 0.036967, 0.000000;;, + 11;3;-0.000000, 0.036967, 0.000000;;, + 12;3;-0.000000, 0.036967, 0.000000;;, + 13;3;-0.000000, 0.036967, 0.000000;;, + 14;3;-0.000000, 0.036967, 0.000000;;, + 15;3;-0.000000, 0.036967, 0.000000;;, + 16;3;-0.000000, 0.036967, 0.000000;;, + 17;3;-0.000000, 0.036967, 0.000000;;, + 18;3;-0.000000, 0.036967, 0.000000;;, + 19;3;-0.000000, 0.036967, 0.000000;;, + 20;3;-0.000000, 0.036967, 0.000000;;, + 21;3;-0.000000, 0.036967, 0.000000;;, + 22;3;-0.000000, 0.036967, 0.000000;;, + 23;3;-0.000000, 0.036967, 0.000000;;, + 24;3;-0.000000, 0.036967, 0.000000;;, + 25;3;-0.000000, 0.036967, 0.000000;;, + 26;3;-0.000000, 0.036967, 0.000000;;, + 27;3;-0.000000, 0.036967, 0.000000;;, + 28;3;-0.000000, 0.036967, 0.000000;;, + 29;3;-0.000000, 0.036967, 0.000000;;, + 30;3;-0.000000, 0.036967, 0.000000;;, + 31;3;-0.000000, 0.036967, 0.000000;;, + 32;3;-0.000000, 0.036967, 0.000000;;, + 33;3;-0.000000, 0.036967, 0.000000;;, + 34;3;-0.000000, 0.036967, 0.000000;;, + 35;3;-0.000000, 0.036967, 0.000000;;, + 36;3;-0.000000, 0.036967, 0.000000;;, + 37;3;-0.000000, 0.036967, 0.000000;;, + 38;3;-0.000000, 0.036967, 0.000000;;, + 39;3;-0.000000, 0.036967, 0.000000;;, + 40;3;-0.000000, 0.036967, 0.000000;;, + 41;3;-0.000000, 0.036967, 0.000000;;, + 42;3;-0.000000, 0.036967, 0.000000;;, + 43;3;-0.000000, 0.036967, 0.000000;;, + 44;3;-0.000000, 0.036967, 0.000000;;, + 45;3;-0.000000, 0.036967, 0.000000;;, + 46;3;-0.000000, 0.036967, 0.000000;;, + 47;3;-0.000000, 0.036967, 0.000000;;, + 48;3;-0.000000, 0.036967, 0.000000;;, + 49;3;-0.000000, 0.036967, 0.000000;;, + 50;3;-0.000000, 0.036967, 0.000000;;, + 51;3;-0.000000, 0.036967, 0.000000;;, + 52;3;-0.000000, 0.036967, 0.000000;;, + 53;3;-0.000000, 0.036967, 0.000000;;, + 54;3;-0.000000, 0.036967, 0.000000;;, + 55;3;-0.000000, 0.036967, 0.000000;;, + 56;3;-0.000000, 0.036967, 0.000000;;, + 57;3;-0.000000, 0.036967, 0.000000;;, + 58;3;-0.000000, 0.036967, 0.000000;;, + 59;3;-0.000000, 0.036967, 0.000000;;, + 60;3;-0.000000, 0.036967, 0.000000;;, + 61;3;-0.000000, 0.036967, 0.000000;;, + 62;3;-0.000000, 0.036967, 0.000000;;, + 63;3;-0.000000, 0.036967, 0.000000;;, + 64;3;-0.000000, 0.036967, 0.000000;;, + 65;3;-0.000000, 0.036967, 0.000000;;, + 66;3;-0.000000, 0.036967, 0.000000;;, + 67;3;-0.000000, 0.036967, 0.000000;;, + 68;3;-0.000000, 0.036967, 0.000000;;, + 69;3;-0.000000, 0.036967, 0.000000;;, + 70;3;-0.000000, 0.036967, 0.000000;;, + 71;3;-0.000000, 0.036967, 0.000000;;, + 72;3;-0.000000, 0.036967, 0.000000;;, + 73;3;-0.000000, 0.036967, 0.000000;;, + 74;3;-0.000000, 0.036967, 0.000000;;, + 75;3;-0.000000, 0.036967, 0.000000;;, + 76;3;-0.000000, 0.036967, 0.000000;;, + 77;3;-0.000000, 0.036967, 0.000000;;, + 78;3;-0.000000, 0.036967, 0.000000;;, + 79;3;-0.000000, 0.036967, 0.000000;;, + 80;3; 0.000000, 0.036967, 0.000000;;, + 81;3; 0.000000, 0.036967, 0.000000;;, + 82;3; 0.000000, 0.036967, 0.000000;;, + 83;3; 0.000000, 0.036967, 0.000000;;, + 84;3; 0.000000, 0.036967, 0.000000;;, + 85;3; 0.000000, 0.036967, 0.000000;;, + 86;3; 0.000000, 0.036967, 0.000000;;, + 87;3; 0.000000, 0.036967, 0.000000;;, + 88;3; 0.000000, 0.036967, 0.000000;;, + 89;3; 0.000000, 0.036967, 0.000000;;, + 90;3; 0.000000, 0.036967, 0.000000;;, + 91;3; 0.000000, 0.036967, 0.000000;;, + 92;3; 0.000000, 0.036967, 0.000000;;, + 93;3; 0.000000, 0.036967, 0.000000;;, + 94;3; 0.000000, 0.036967, 0.000000;;, + 95;3; 0.000000, 0.036967, 0.000000;;, + 96;3; 0.000000, 0.036967, 0.000000;;, + 97;3; 0.000000, 0.036967, 0.000000;;, + 98;3; 0.000000, 0.036967, 0.000000;;, + 99;3; 0.000000, 0.036967, 0.000000;;, + 100;3; 0.000000, 0.036967, 0.000000;;, + 101;3; 0.000000, 0.036967, 0.000000;;, + 102;3; 0.000000, 0.036967, 0.000000;;, + 103;3; 0.000000, 0.036967, 0.000000;;, + 104;3; 0.000000, 0.036967, 0.000000;;, + 105;3; 0.000000, 0.036967, 0.000000;;, + 106;3; 0.000000, 0.036967, 0.000000;;, + 107;3; 0.000000, 0.036967, 0.000000;;, + 108;3; 0.000000, 0.036967, 0.000000;;, + 109;3; 0.000000, 0.036967, 0.000000;;, + 110;3; 0.000000, 0.036967, 0.000000;;, + 111;3; 0.000000, 0.036967, 0.000000;;, + 112;3; 0.000000, 0.036967, 0.000000;;, + 113;3; 0.000000, 0.036967, 0.000000;;, + 114;3; 0.000000, 0.036967, 0.000000;;, + 115;3; 0.000000, 0.036967, 0.000000;;, + 116;3; 0.000000, 0.036967, 0.000000;;, + 117;3; 0.000000, 0.036967, 0.000000;;, + 118;3; 0.000000, 0.036967, 0.000000;;, + 119;3; 0.000000, 0.036967, 0.000000;;, + 120;3; 0.000000, 0.036967, 0.000000;;, + 121;3; 0.000000, 0.036967, 0.000000;;, + 122;3; 0.000000, 0.036967, 0.000000;;, + 123;3; 0.000000, 0.036967, 0.000000;;, + 124;3; 0.000000, 0.036967, 0.000000;;, + 125;3; 0.000000, 0.036967, 0.000000;;, + 126;3; 0.000000, 0.036967, 0.000000;;, + 127;3; 0.000000, 0.036967, 0.000000;;, + 128;3; 0.000000, 0.036967, 0.000000;;, + 129;3; 0.000000, 0.036967, 0.000000;;, + 130;3; 0.000000, 0.036967, 0.000000;;, + 131;3; 0.000000, 0.036967, 0.000000;;, + 132;3; 0.000000, 0.036967, 0.000000;;, + 133;3; 0.000000, 0.036967, 0.000000;;, + 134;3; 0.000000, 0.036967, 0.000000;;, + 135;3; 0.000000, 0.036967, 0.000000;;, + 136;3; 0.000000, 0.036967, 0.000000;;, + 137;3; 0.000000, 0.036967, 0.000000;;, + 138;3; 0.000000, 0.036967, 0.000000;;, + 139;3; 0.000000, 0.036967, 0.000000;;, + 140;3; 0.000000, 0.036967, 0.000000;;, + 141;3; 0.000000, 0.036967, 0.000000;;, + 142;3; 0.000000, 0.036967, 0.000000;;, + 143;3; 0.000000, 0.036967, 0.000000;;, + 144;3; 0.000000, 0.036967, 0.000000;;, + 145;3; 0.000000, 0.036967, 0.000000;;, + 146;3; 0.000000, 0.036967, 0.000000;;, + 147;3; 0.000000, 0.036967, 0.000000;;, + 148;3; 0.000000, 0.036967, 0.000000;;, + 149;3; 0.000000, 0.036967, 0.000000;;, + 150;3; 0.000000, 0.036967, 0.000000;;, + 151;3; 0.000000, 0.036967, 0.000000;;, + 152;3; 0.000000, 0.036967, 0.000000;;, + 153;3; 0.000000, 0.036967, 0.000000;;, + 154;3; 0.000000, 0.036967, 0.000000;;, + 155;3; 0.000000, 0.036967, 0.000000;;, + 156;3; 0.000000, 0.036967, 0.000000;;, + 157;3; 0.000000, 0.036967, 0.000000;;, + 158;3; 0.000000, 0.036967, 0.000000;;, + 159;3; 0.000000, 0.036967, 0.000000;;; + } + } + Animation { + {wolfwoman_middle_03_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 1;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 2;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 3;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 4;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 5;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 6;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 7;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 8;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 9;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 10;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 11;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 12;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 13;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 14;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 15;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 16;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 17;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 18;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 19;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 20;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 21;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 22;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 23;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 24;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 25;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 26;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 27;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 28;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 29;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 30;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 31;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 32;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 33;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 34;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 35;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 36;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 37;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 38;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 39;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 40;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 41;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 42;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 43;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 44;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 45;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 46;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 47;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 48;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 49;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 50;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 51;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 52;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 53;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 54;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 55;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 56;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 57;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 58;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 59;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 60;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 61;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 62;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 63;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 64;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 65;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 66;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 67;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 68;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 69;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 70;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 71;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 72;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 73;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 74;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 75;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 76;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 77;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 78;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 79;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 80;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 81;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 82;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 83;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 84;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 85;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 86;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 87;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 88;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 89;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 90;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 91;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 92;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 93;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 94;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 95;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 96;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 97;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 98;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 99;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 100;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 101;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 102;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 103;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 104;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 105;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 106;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 107;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 108;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 109;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 110;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 111;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 112;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 113;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 114;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 115;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 116;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 117;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 118;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 119;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 120;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 121;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 122;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 123;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 124;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 125;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 126;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 127;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 128;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 129;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 130;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 131;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 132;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 133;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 134;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 135;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 136;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 137;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 138;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 139;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 140;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 141;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 142;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 143;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 144;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 145;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 146;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 147;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 148;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 149;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 150;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 151;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 152;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 153;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 154;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 155;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 156;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 157;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 158;4;-0.996439, 0.054155,-0.048255, 0.042991;;, + 159;4;-0.996439, 0.054155,-0.048255, 0.042991;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.030088,-0.000000;;, + 1;3;-0.000000, 0.030088,-0.000000;;, + 2;3;-0.000000, 0.030088,-0.000000;;, + 3;3;-0.000000, 0.030088,-0.000000;;, + 4;3;-0.000000, 0.030088,-0.000000;;, + 5;3;-0.000000, 0.030088,-0.000000;;, + 6;3;-0.000000, 0.030088,-0.000000;;, + 7;3;-0.000000, 0.030088,-0.000000;;, + 8;3;-0.000000, 0.030088,-0.000000;;, + 9;3;-0.000000, 0.030088,-0.000000;;, + 10;3;-0.000000, 0.030088,-0.000000;;, + 11;3;-0.000000, 0.030088,-0.000000;;, + 12;3;-0.000000, 0.030088,-0.000000;;, + 13;3;-0.000000, 0.030088,-0.000000;;, + 14;3;-0.000000, 0.030088,-0.000000;;, + 15;3;-0.000000, 0.030088,-0.000000;;, + 16;3;-0.000000, 0.030088,-0.000000;;, + 17;3;-0.000000, 0.030088,-0.000000;;, + 18;3;-0.000000, 0.030088,-0.000000;;, + 19;3;-0.000000, 0.030088,-0.000000;;, + 20;3;-0.000000, 0.030088,-0.000000;;, + 21;3;-0.000000, 0.030088,-0.000000;;, + 22;3;-0.000000, 0.030088,-0.000000;;, + 23;3;-0.000000, 0.030088,-0.000000;;, + 24;3;-0.000000, 0.030088,-0.000000;;, + 25;3;-0.000000, 0.030088,-0.000000;;, + 26;3;-0.000000, 0.030088,-0.000000;;, + 27;3;-0.000000, 0.030088,-0.000000;;, + 28;3;-0.000000, 0.030088,-0.000000;;, + 29;3;-0.000000, 0.030088,-0.000000;;, + 30;3;-0.000000, 0.030088,-0.000000;;, + 31;3;-0.000000, 0.030088,-0.000000;;, + 32;3;-0.000000, 0.030088,-0.000000;;, + 33;3;-0.000000, 0.030088,-0.000000;;, + 34;3;-0.000000, 0.030088,-0.000000;;, + 35;3;-0.000000, 0.030088,-0.000000;;, + 36;3;-0.000000, 0.030088,-0.000000;;, + 37;3;-0.000000, 0.030088,-0.000000;;, + 38;3;-0.000000, 0.030088,-0.000000;;, + 39;3;-0.000000, 0.030088,-0.000000;;, + 40;3;-0.000000, 0.030088,-0.000000;;, + 41;3;-0.000000, 0.030088,-0.000000;;, + 42;3;-0.000000, 0.030088,-0.000000;;, + 43;3;-0.000000, 0.030088,-0.000000;;, + 44;3;-0.000000, 0.030088,-0.000000;;, + 45;3;-0.000000, 0.030088,-0.000000;;, + 46;3;-0.000000, 0.030088,-0.000000;;, + 47;3;-0.000000, 0.030088,-0.000000;;, + 48;3;-0.000000, 0.030088,-0.000000;;, + 49;3;-0.000000, 0.030088,-0.000000;;, + 50;3;-0.000000, 0.030088,-0.000000;;, + 51;3;-0.000000, 0.030088,-0.000000;;, + 52;3;-0.000000, 0.030088,-0.000000;;, + 53;3;-0.000000, 0.030088,-0.000000;;, + 54;3;-0.000000, 0.030088,-0.000000;;, + 55;3;-0.000000, 0.030088,-0.000000;;, + 56;3;-0.000000, 0.030088,-0.000000;;, + 57;3;-0.000000, 0.030088,-0.000000;;, + 58;3;-0.000000, 0.030088,-0.000000;;, + 59;3;-0.000000, 0.030088,-0.000000;;, + 60;3;-0.000000, 0.030088,-0.000000;;, + 61;3;-0.000000, 0.030088,-0.000000;;, + 62;3;-0.000000, 0.030088,-0.000000;;, + 63;3;-0.000000, 0.030088,-0.000000;;, + 64;3;-0.000000, 0.030088,-0.000000;;, + 65;3;-0.000000, 0.030088,-0.000000;;, + 66;3;-0.000000, 0.030088,-0.000000;;, + 67;3;-0.000000, 0.030088,-0.000000;;, + 68;3;-0.000000, 0.030088,-0.000000;;, + 69;3;-0.000000, 0.030088,-0.000000;;, + 70;3;-0.000000, 0.030088,-0.000000;;, + 71;3;-0.000000, 0.030088,-0.000000;;, + 72;3;-0.000000, 0.030088,-0.000000;;, + 73;3;-0.000000, 0.030088,-0.000000;;, + 74;3;-0.000000, 0.030088,-0.000000;;, + 75;3;-0.000000, 0.030088,-0.000000;;, + 76;3;-0.000000, 0.030088,-0.000000;;, + 77;3;-0.000000, 0.030088,-0.000000;;, + 78;3;-0.000000, 0.030088,-0.000000;;, + 79;3;-0.000000, 0.030088,-0.000000;;, + 80;3;-0.000000, 0.030088,-0.000000;;, + 81;3;-0.000000, 0.030088,-0.000000;;, + 82;3;-0.000000, 0.030088,-0.000000;;, + 83;3;-0.000000, 0.030088,-0.000000;;, + 84;3;-0.000000, 0.030088,-0.000000;;, + 85;3;-0.000000, 0.030088,-0.000000;;, + 86;3;-0.000000, 0.030088,-0.000000;;, + 87;3;-0.000000, 0.030088,-0.000000;;, + 88;3;-0.000000, 0.030088,-0.000000;;, + 89;3;-0.000000, 0.030088,-0.000000;;, + 90;3;-0.000000, 0.030088,-0.000000;;, + 91;3;-0.000000, 0.030088,-0.000000;;, + 92;3;-0.000000, 0.030088,-0.000000;;, + 93;3;-0.000000, 0.030088,-0.000000;;, + 94;3;-0.000000, 0.030088,-0.000000;;, + 95;3;-0.000000, 0.030088,-0.000000;;, + 96;3;-0.000000, 0.030088,-0.000000;;, + 97;3;-0.000000, 0.030088,-0.000000;;, + 98;3;-0.000000, 0.030088,-0.000000;;, + 99;3;-0.000000, 0.030088,-0.000000;;, + 100;3;-0.000000, 0.030088,-0.000000;;, + 101;3;-0.000000, 0.030088,-0.000000;;, + 102;3;-0.000000, 0.030088,-0.000000;;, + 103;3;-0.000000, 0.030088,-0.000000;;, + 104;3;-0.000000, 0.030088,-0.000000;;, + 105;3;-0.000000, 0.030088,-0.000000;;, + 106;3;-0.000000, 0.030088,-0.000000;;, + 107;3;-0.000000, 0.030088,-0.000000;;, + 108;3;-0.000000, 0.030088,-0.000000;;, + 109;3;-0.000000, 0.030088,-0.000000;;, + 110;3;-0.000000, 0.030088,-0.000000;;, + 111;3;-0.000000, 0.030088,-0.000000;;, + 112;3;-0.000000, 0.030088,-0.000000;;, + 113;3;-0.000000, 0.030088,-0.000000;;, + 114;3;-0.000000, 0.030088,-0.000000;;, + 115;3;-0.000000, 0.030088,-0.000000;;, + 116;3;-0.000000, 0.030088,-0.000000;;, + 117;3;-0.000000, 0.030088,-0.000000;;, + 118;3;-0.000000, 0.030088,-0.000000;;, + 119;3;-0.000000, 0.030088,-0.000000;;, + 120;3;-0.000000, 0.030088,-0.000000;;, + 121;3;-0.000000, 0.030088,-0.000000;;, + 122;3;-0.000000, 0.030088,-0.000000;;, + 123;3;-0.000000, 0.030088,-0.000000;;, + 124;3;-0.000000, 0.030088,-0.000000;;, + 125;3;-0.000000, 0.030088,-0.000000;;, + 126;3;-0.000000, 0.030088,-0.000000;;, + 127;3;-0.000000, 0.030088,-0.000000;;, + 128;3;-0.000000, 0.030088,-0.000000;;, + 129;3;-0.000000, 0.030088,-0.000000;;, + 130;3;-0.000000, 0.030088,-0.000000;;, + 131;3;-0.000000, 0.030088,-0.000000;;, + 132;3;-0.000000, 0.030088,-0.000000;;, + 133;3;-0.000000, 0.030088,-0.000000;;, + 134;3;-0.000000, 0.030088,-0.000000;;, + 135;3;-0.000000, 0.030088,-0.000000;;, + 136;3;-0.000000, 0.030088,-0.000000;;, + 137;3;-0.000000, 0.030088,-0.000000;;, + 138;3;-0.000000, 0.030088,-0.000000;;, + 139;3;-0.000000, 0.030088,-0.000000;;, + 140;3;-0.000000, 0.030088,-0.000000;;, + 141;3;-0.000000, 0.030088,-0.000000;;, + 142;3;-0.000000, 0.030088,-0.000000;;, + 143;3;-0.000000, 0.030088,-0.000000;;, + 144;3;-0.000000, 0.030088,-0.000000;;, + 145;3;-0.000000, 0.030088,-0.000000;;, + 146;3;-0.000000, 0.030088,-0.000000;;, + 147;3;-0.000000, 0.030088,-0.000000;;, + 148;3;-0.000000, 0.030088,-0.000000;;, + 149;3;-0.000000, 0.030088,-0.000000;;, + 150;3;-0.000000, 0.030088,-0.000000;;, + 151;3;-0.000000, 0.030088,-0.000000;;, + 152;3;-0.000000, 0.030088,-0.000000;;, + 153;3;-0.000000, 0.030088,-0.000000;;, + 154;3;-0.000000, 0.030088,-0.000000;;, + 155;3;-0.000000, 0.030088,-0.000000;;, + 156;3;-0.000000, 0.030088,-0.000000;;, + 157;3;-0.000000, 0.030088,-0.000000;;, + 158;3;-0.000000, 0.030088,-0.000000;;, + 159;3;-0.000000, 0.030088,-0.000000;;; + } + } + Animation { + {wolfwoman_pinky_01_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 1;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 2;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 3;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 4;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 5;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 6;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 7;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 8;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 9;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 10;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 11;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 12;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 13;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 14;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 15;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 16;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 17;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 18;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 19;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 20;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 21;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 22;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 23;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 24;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 25;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 26;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 27;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 28;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 29;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 30;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 31;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 32;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 33;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 34;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 35;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 36;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 37;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 38;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 39;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 40;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 41;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 42;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 43;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 44;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 45;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 46;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 47;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 48;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 49;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 50;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 51;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 52;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 53;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 54;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 55;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 56;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 57;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 58;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 59;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 60;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 61;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 62;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 63;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 64;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 65;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 66;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 67;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 68;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 69;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 70;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 71;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 72;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 73;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 74;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 75;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 76;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 77;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 78;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 79;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 80;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 81;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 82;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 83;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 84;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 85;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 86;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 87;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 88;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 89;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 90;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 91;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 92;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 93;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 94;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 95;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 96;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 97;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 98;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 99;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 100;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 101;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 102;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 103;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 104;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 105;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 106;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 107;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 108;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 109;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 110;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 111;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 112;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 113;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 114;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 115;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 116;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 117;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 118;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 119;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 120;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 121;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 122;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 123;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 124;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 125;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 126;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 127;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 128;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 129;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 130;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 131;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 132;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 133;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 134;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 135;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 136;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 137;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 138;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 139;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 140;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 141;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 142;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 143;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 144;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 145;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 146;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 147;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 148;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 149;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 150;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 151;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 152;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 153;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 154;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 155;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 156;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 157;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 158;4;-0.929333,-0.080802,-0.348069, 0.093052;;, + 159;4;-0.929333,-0.080802,-0.348069, 0.093052;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.019979, 0.091784,-0.044153;;, + 1;3;-0.019979, 0.091784,-0.044153;;, + 2;3;-0.019979, 0.091784,-0.044153;;, + 3;3;-0.019979, 0.091784,-0.044153;;, + 4;3;-0.019979, 0.091784,-0.044153;;, + 5;3;-0.019979, 0.091784,-0.044153;;, + 6;3;-0.019979, 0.091784,-0.044153;;, + 7;3;-0.019979, 0.091784,-0.044153;;, + 8;3;-0.019979, 0.091784,-0.044153;;, + 9;3;-0.019979, 0.091784,-0.044153;;, + 10;3;-0.019979, 0.091784,-0.044153;;, + 11;3;-0.019979, 0.091784,-0.044153;;, + 12;3;-0.019979, 0.091784,-0.044153;;, + 13;3;-0.019979, 0.091784,-0.044153;;, + 14;3;-0.019979, 0.091784,-0.044153;;, + 15;3;-0.019979, 0.091784,-0.044153;;, + 16;3;-0.019979, 0.091784,-0.044153;;, + 17;3;-0.019979, 0.091784,-0.044153;;, + 18;3;-0.019979, 0.091784,-0.044153;;, + 19;3;-0.019979, 0.091784,-0.044153;;, + 20;3;-0.019979, 0.091784,-0.044153;;, + 21;3;-0.019979, 0.091784,-0.044153;;, + 22;3;-0.019979, 0.091784,-0.044153;;, + 23;3;-0.019979, 0.091784,-0.044153;;, + 24;3;-0.019979, 0.091784,-0.044153;;, + 25;3;-0.019979, 0.091784,-0.044153;;, + 26;3;-0.019979, 0.091784,-0.044153;;, + 27;3;-0.019979, 0.091784,-0.044153;;, + 28;3;-0.019979, 0.091784,-0.044153;;, + 29;3;-0.019979, 0.091784,-0.044153;;, + 30;3;-0.019979, 0.091784,-0.044153;;, + 31;3;-0.019979, 0.091784,-0.044153;;, + 32;3;-0.019979, 0.091784,-0.044153;;, + 33;3;-0.019979, 0.091784,-0.044153;;, + 34;3;-0.019979, 0.091784,-0.044153;;, + 35;3;-0.019979, 0.091784,-0.044153;;, + 36;3;-0.019979, 0.091784,-0.044153;;, + 37;3;-0.019979, 0.091784,-0.044153;;, + 38;3;-0.019979, 0.091784,-0.044153;;, + 39;3;-0.019979, 0.091784,-0.044153;;, + 40;3;-0.019979, 0.091784,-0.044153;;, + 41;3;-0.019979, 0.091784,-0.044153;;, + 42;3;-0.019979, 0.091784,-0.044153;;, + 43;3;-0.019979, 0.091784,-0.044153;;, + 44;3;-0.019979, 0.091784,-0.044153;;, + 45;3;-0.019979, 0.091784,-0.044153;;, + 46;3;-0.019979, 0.091784,-0.044153;;, + 47;3;-0.019979, 0.091784,-0.044153;;, + 48;3;-0.019979, 0.091784,-0.044153;;, + 49;3;-0.019979, 0.091784,-0.044153;;, + 50;3;-0.019979, 0.091784,-0.044153;;, + 51;3;-0.019979, 0.091784,-0.044153;;, + 52;3;-0.019979, 0.091784,-0.044153;;, + 53;3;-0.019979, 0.091784,-0.044153;;, + 54;3;-0.019979, 0.091784,-0.044153;;, + 55;3;-0.019979, 0.091784,-0.044153;;, + 56;3;-0.019979, 0.091784,-0.044153;;, + 57;3;-0.019979, 0.091784,-0.044153;;, + 58;3;-0.019979, 0.091784,-0.044153;;, + 59;3;-0.019979, 0.091784,-0.044153;;, + 60;3;-0.019979, 0.091784,-0.044153;;, + 61;3;-0.019979, 0.091784,-0.044153;;, + 62;3;-0.019979, 0.091784,-0.044153;;, + 63;3;-0.019979, 0.091784,-0.044153;;, + 64;3;-0.019979, 0.091784,-0.044153;;, + 65;3;-0.019979, 0.091784,-0.044153;;, + 66;3;-0.019979, 0.091784,-0.044153;;, + 67;3;-0.019979, 0.091784,-0.044153;;, + 68;3;-0.019979, 0.091784,-0.044153;;, + 69;3;-0.019979, 0.091784,-0.044153;;, + 70;3;-0.019979, 0.091784,-0.044153;;, + 71;3;-0.019979, 0.091784,-0.044153;;, + 72;3;-0.019979, 0.091784,-0.044153;;, + 73;3;-0.019979, 0.091784,-0.044153;;, + 74;3;-0.019979, 0.091784,-0.044153;;, + 75;3;-0.019979, 0.091784,-0.044153;;, + 76;3;-0.019979, 0.091784,-0.044153;;, + 77;3;-0.019979, 0.091784,-0.044153;;, + 78;3;-0.019979, 0.091784,-0.044153;;, + 79;3;-0.019979, 0.091784,-0.044153;;, + 80;3;-0.019979, 0.091784,-0.044153;;, + 81;3;-0.019979, 0.091784,-0.044153;;, + 82;3;-0.019979, 0.091784,-0.044153;;, + 83;3;-0.019979, 0.091784,-0.044153;;, + 84;3;-0.019979, 0.091784,-0.044153;;, + 85;3;-0.019979, 0.091784,-0.044153;;, + 86;3;-0.019979, 0.091784,-0.044153;;, + 87;3;-0.019979, 0.091784,-0.044153;;, + 88;3;-0.019979, 0.091784,-0.044153;;, + 89;3;-0.019979, 0.091784,-0.044153;;, + 90;3;-0.019979, 0.091784,-0.044153;;, + 91;3;-0.019979, 0.091784,-0.044153;;, + 92;3;-0.019979, 0.091784,-0.044153;;, + 93;3;-0.019979, 0.091784,-0.044153;;, + 94;3;-0.019979, 0.091784,-0.044153;;, + 95;3;-0.019979, 0.091784,-0.044153;;, + 96;3;-0.019979, 0.091784,-0.044153;;, + 97;3;-0.019979, 0.091784,-0.044153;;, + 98;3;-0.019979, 0.091784,-0.044153;;, + 99;3;-0.019979, 0.091784,-0.044153;;, + 100;3;-0.019979, 0.091784,-0.044153;;, + 101;3;-0.019979, 0.091784,-0.044153;;, + 102;3;-0.019979, 0.091784,-0.044153;;, + 103;3;-0.019979, 0.091784,-0.044153;;, + 104;3;-0.019979, 0.091784,-0.044153;;, + 105;3;-0.019979, 0.091784,-0.044153;;, + 106;3;-0.019979, 0.091784,-0.044153;;, + 107;3;-0.019979, 0.091784,-0.044153;;, + 108;3;-0.019979, 0.091784,-0.044153;;, + 109;3;-0.019979, 0.091784,-0.044153;;, + 110;3;-0.019979, 0.091784,-0.044153;;, + 111;3;-0.019979, 0.091784,-0.044153;;, + 112;3;-0.019979, 0.091784,-0.044153;;, + 113;3;-0.019979, 0.091784,-0.044153;;, + 114;3;-0.019979, 0.091784,-0.044153;;, + 115;3;-0.019979, 0.091784,-0.044153;;, + 116;3;-0.019979, 0.091784,-0.044153;;, + 117;3;-0.019979, 0.091784,-0.044153;;, + 118;3;-0.019979, 0.091784,-0.044153;;, + 119;3;-0.019979, 0.091784,-0.044153;;, + 120;3;-0.019979, 0.091784,-0.044153;;, + 121;3;-0.019979, 0.091784,-0.044153;;, + 122;3;-0.019979, 0.091784,-0.044153;;, + 123;3;-0.019979, 0.091784,-0.044153;;, + 124;3;-0.019979, 0.091784,-0.044153;;, + 125;3;-0.019979, 0.091784,-0.044153;;, + 126;3;-0.019979, 0.091784,-0.044153;;, + 127;3;-0.019979, 0.091784,-0.044153;;, + 128;3;-0.019979, 0.091784,-0.044153;;, + 129;3;-0.019979, 0.091784,-0.044153;;, + 130;3;-0.019979, 0.091784,-0.044153;;, + 131;3;-0.019979, 0.091784,-0.044153;;, + 132;3;-0.019979, 0.091784,-0.044153;;, + 133;3;-0.019979, 0.091784,-0.044153;;, + 134;3;-0.019979, 0.091784,-0.044153;;, + 135;3;-0.019979, 0.091784,-0.044153;;, + 136;3;-0.019979, 0.091784,-0.044153;;, + 137;3;-0.019979, 0.091784,-0.044153;;, + 138;3;-0.019979, 0.091784,-0.044153;;, + 139;3;-0.019979, 0.091784,-0.044153;;, + 140;3;-0.019979, 0.091784,-0.044153;;, + 141;3;-0.019979, 0.091784,-0.044153;;, + 142;3;-0.019979, 0.091784,-0.044153;;, + 143;3;-0.019979, 0.091784,-0.044153;;, + 144;3;-0.019979, 0.091784,-0.044153;;, + 145;3;-0.019979, 0.091784,-0.044153;;, + 146;3;-0.019979, 0.091784,-0.044153;;, + 147;3;-0.019979, 0.091784,-0.044153;;, + 148;3;-0.019979, 0.091784,-0.044153;;, + 149;3;-0.019979, 0.091784,-0.044153;;, + 150;3;-0.019979, 0.091784,-0.044153;;, + 151;3;-0.019979, 0.091784,-0.044153;;, + 152;3;-0.019979, 0.091784,-0.044153;;, + 153;3;-0.019979, 0.091784,-0.044153;;, + 154;3;-0.019979, 0.091784,-0.044153;;, + 155;3;-0.019979, 0.091784,-0.044153;;, + 156;3;-0.019979, 0.091784,-0.044153;;, + 157;3;-0.019979, 0.091784,-0.044153;;, + 158;3;-0.019979, 0.091784,-0.044153;;, + 159;3;-0.019979, 0.091784,-0.044153;;; + } + } + Animation { + {wolfwoman_pinky_02_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 1;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 2;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 3;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 4;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 5;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 6;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 7;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 8;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 9;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 10;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 11;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 12;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 13;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 14;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 15;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 16;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 17;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 18;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 19;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 20;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 21;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 22;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 23;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 24;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 25;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 26;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 27;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 28;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 29;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 30;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 31;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 32;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 33;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 34;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 35;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 36;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 37;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 38;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 39;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 40;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 41;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 42;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 43;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 44;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 45;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 46;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 47;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 48;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 49;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 50;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 51;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 52;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 53;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 54;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 55;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 56;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 57;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 58;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 59;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 60;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 61;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 62;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 63;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 64;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 65;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 66;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 67;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 68;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 69;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 70;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 71;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 72;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 73;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 74;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 75;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 76;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 77;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 78;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 79;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 80;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 81;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 82;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 83;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 84;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 85;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 86;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 87;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 88;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 89;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 90;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 91;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 92;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 93;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 94;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 95;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 96;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 97;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 98;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 99;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 100;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 101;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 102;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 103;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 104;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 105;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 106;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 107;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 108;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 109;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 110;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 111;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 112;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 113;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 114;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 115;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 116;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 117;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 118;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 119;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 120;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 121;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 122;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 123;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 124;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 125;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 126;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 127;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 128;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 129;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 130;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 131;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 132;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 133;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 134;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 135;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 136;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 137;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 138;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 139;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 140;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 141;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 142;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 143;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 144;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 145;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 146;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 147;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 148;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 149;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 150;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 151;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 152;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 153;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 154;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 155;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 156;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 157;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 158;4;-0.999488, 0.005473, 0.019944,-0.024425;;, + 159;4;-0.999488, 0.005473, 0.019944,-0.024425;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.023347,-0.000000;;, + 1;3; 0.000000, 0.023347,-0.000000;;, + 2;3; 0.000000, 0.023347,-0.000000;;, + 3;3; 0.000000, 0.023347,-0.000000;;, + 4;3; 0.000000, 0.023347,-0.000000;;, + 5;3; 0.000000, 0.023347,-0.000000;;, + 6;3; 0.000000, 0.023347,-0.000000;;, + 7;3; 0.000000, 0.023347,-0.000000;;, + 8;3; 0.000000, 0.023347,-0.000000;;, + 9;3; 0.000000, 0.023347,-0.000000;;, + 10;3; 0.000000, 0.023347,-0.000000;;, + 11;3; 0.000000, 0.023347,-0.000000;;, + 12;3; 0.000000, 0.023347,-0.000000;;, + 13;3; 0.000000, 0.023347,-0.000000;;, + 14;3; 0.000000, 0.023347,-0.000000;;, + 15;3; 0.000000, 0.023347,-0.000000;;, + 16;3; 0.000000, 0.023347,-0.000000;;, + 17;3; 0.000000, 0.023347,-0.000000;;, + 18;3; 0.000000, 0.023347,-0.000000;;, + 19;3; 0.000000, 0.023347,-0.000000;;, + 20;3; 0.000000, 0.023347,-0.000000;;, + 21;3; 0.000000, 0.023347,-0.000000;;, + 22;3; 0.000000, 0.023347,-0.000000;;, + 23;3; 0.000000, 0.023347,-0.000000;;, + 24;3; 0.000000, 0.023347,-0.000000;;, + 25;3; 0.000000, 0.023347,-0.000000;;, + 26;3; 0.000000, 0.023347,-0.000000;;, + 27;3; 0.000000, 0.023347,-0.000000;;, + 28;3; 0.000000, 0.023347,-0.000000;;, + 29;3; 0.000000, 0.023347,-0.000000;;, + 30;3; 0.000000, 0.023347,-0.000000;;, + 31;3; 0.000000, 0.023347,-0.000000;;, + 32;3; 0.000000, 0.023347,-0.000000;;, + 33;3; 0.000000, 0.023347,-0.000000;;, + 34;3; 0.000000, 0.023347,-0.000000;;, + 35;3; 0.000000, 0.023347,-0.000000;;, + 36;3; 0.000000, 0.023347,-0.000000;;, + 37;3; 0.000000, 0.023347,-0.000000;;, + 38;3; 0.000000, 0.023347,-0.000000;;, + 39;3; 0.000000, 0.023347,-0.000000;;, + 40;3; 0.000000, 0.023347,-0.000000;;, + 41;3; 0.000000, 0.023347,-0.000000;;, + 42;3; 0.000000, 0.023347,-0.000000;;, + 43;3; 0.000000, 0.023347,-0.000000;;, + 44;3; 0.000000, 0.023347,-0.000000;;, + 45;3; 0.000000, 0.023347,-0.000000;;, + 46;3; 0.000000, 0.023347,-0.000000;;, + 47;3; 0.000000, 0.023347,-0.000000;;, + 48;3; 0.000000, 0.023347,-0.000000;;, + 49;3; 0.000000, 0.023347,-0.000000;;, + 50;3; 0.000000, 0.023347,-0.000000;;, + 51;3; 0.000000, 0.023347,-0.000000;;, + 52;3; 0.000000, 0.023347,-0.000000;;, + 53;3; 0.000000, 0.023347,-0.000000;;, + 54;3; 0.000000, 0.023347,-0.000000;;, + 55;3; 0.000000, 0.023347,-0.000000;;, + 56;3; 0.000000, 0.023347,-0.000000;;, + 57;3; 0.000000, 0.023347,-0.000000;;, + 58;3; 0.000000, 0.023347,-0.000000;;, + 59;3; 0.000000, 0.023347,-0.000000;;, + 60;3; 0.000000, 0.023347,-0.000000;;, + 61;3; 0.000000, 0.023347,-0.000000;;, + 62;3; 0.000000, 0.023347,-0.000000;;, + 63;3; 0.000000, 0.023347,-0.000000;;, + 64;3; 0.000000, 0.023347,-0.000000;;, + 65;3; 0.000000, 0.023347,-0.000000;;, + 66;3; 0.000000, 0.023347,-0.000000;;, + 67;3; 0.000000, 0.023347,-0.000000;;, + 68;3; 0.000000, 0.023347,-0.000000;;, + 69;3; 0.000000, 0.023347,-0.000000;;, + 70;3; 0.000000, 0.023347,-0.000000;;, + 71;3; 0.000000, 0.023347,-0.000000;;, + 72;3; 0.000000, 0.023347,-0.000000;;, + 73;3; 0.000000, 0.023347,-0.000000;;, + 74;3; 0.000000, 0.023347,-0.000000;;, + 75;3; 0.000000, 0.023347,-0.000000;;, + 76;3; 0.000000, 0.023347,-0.000000;;, + 77;3; 0.000000, 0.023347,-0.000000;;, + 78;3; 0.000000, 0.023347,-0.000000;;, + 79;3; 0.000000, 0.023347,-0.000000;;, + 80;3; 0.000000, 0.023347,-0.000000;;, + 81;3; 0.000000, 0.023347,-0.000000;;, + 82;3; 0.000000, 0.023347,-0.000000;;, + 83;3; 0.000000, 0.023347,-0.000000;;, + 84;3; 0.000000, 0.023347,-0.000000;;, + 85;3; 0.000000, 0.023347,-0.000000;;, + 86;3; 0.000000, 0.023347,-0.000000;;, + 87;3; 0.000000, 0.023347,-0.000000;;, + 88;3; 0.000000, 0.023347,-0.000000;;, + 89;3; 0.000000, 0.023347,-0.000000;;, + 90;3; 0.000000, 0.023347,-0.000000;;, + 91;3; 0.000000, 0.023347,-0.000000;;, + 92;3; 0.000000, 0.023347,-0.000000;;, + 93;3; 0.000000, 0.023347,-0.000000;;, + 94;3; 0.000000, 0.023347,-0.000000;;, + 95;3; 0.000000, 0.023347,-0.000000;;, + 96;3; 0.000000, 0.023347,-0.000000;;, + 97;3; 0.000000, 0.023347,-0.000000;;, + 98;3; 0.000000, 0.023347,-0.000000;;, + 99;3; 0.000000, 0.023347,-0.000000;;, + 100;3; 0.000000, 0.023347,-0.000000;;, + 101;3; 0.000000, 0.023347,-0.000000;;, + 102;3; 0.000000, 0.023347,-0.000000;;, + 103;3; 0.000000, 0.023347,-0.000000;;, + 104;3; 0.000000, 0.023347,-0.000000;;, + 105;3; 0.000000, 0.023347,-0.000000;;, + 106;3; 0.000000, 0.023347,-0.000000;;, + 107;3; 0.000000, 0.023347,-0.000000;;, + 108;3; 0.000000, 0.023347,-0.000000;;, + 109;3; 0.000000, 0.023347,-0.000000;;, + 110;3; 0.000000, 0.023347,-0.000000;;, + 111;3; 0.000000, 0.023347,-0.000000;;, + 112;3; 0.000000, 0.023347,-0.000000;;, + 113;3; 0.000000, 0.023347,-0.000000;;, + 114;3; 0.000000, 0.023347,-0.000000;;, + 115;3; 0.000000, 0.023347,-0.000000;;, + 116;3; 0.000000, 0.023347,-0.000000;;, + 117;3; 0.000000, 0.023347,-0.000000;;, + 118;3; 0.000000, 0.023347,-0.000000;;, + 119;3; 0.000000, 0.023347,-0.000000;;, + 120;3; 0.000000, 0.023347,-0.000000;;, + 121;3; 0.000000, 0.023347,-0.000000;;, + 122;3; 0.000000, 0.023347,-0.000000;;, + 123;3; 0.000000, 0.023347,-0.000000;;, + 124;3; 0.000000, 0.023347,-0.000000;;, + 125;3; 0.000000, 0.023347,-0.000000;;, + 126;3; 0.000000, 0.023347,-0.000000;;, + 127;3; 0.000000, 0.023347,-0.000000;;, + 128;3; 0.000000, 0.023347,-0.000000;;, + 129;3; 0.000000, 0.023347,-0.000000;;, + 130;3; 0.000000, 0.023347,-0.000000;;, + 131;3; 0.000000, 0.023347,-0.000000;;, + 132;3; 0.000000, 0.023347,-0.000000;;, + 133;3; 0.000000, 0.023347,-0.000000;;, + 134;3; 0.000000, 0.023347,-0.000000;;, + 135;3; 0.000000, 0.023347,-0.000000;;, + 136;3; 0.000000, 0.023347,-0.000000;;, + 137;3; 0.000000, 0.023347,-0.000000;;, + 138;3; 0.000000, 0.023347,-0.000000;;, + 139;3; 0.000000, 0.023347,-0.000000;;, + 140;3; 0.000000, 0.023347,-0.000000;;, + 141;3; 0.000000, 0.023347,-0.000000;;, + 142;3; 0.000000, 0.023347,-0.000000;;, + 143;3; 0.000000, 0.023347,-0.000000;;, + 144;3; 0.000000, 0.023347,-0.000000;;, + 145;3; 0.000000, 0.023347,-0.000000;;, + 146;3; 0.000000, 0.023347,-0.000000;;, + 147;3; 0.000000, 0.023347,-0.000000;;, + 148;3; 0.000000, 0.023347,-0.000000;;, + 149;3; 0.000000, 0.023347,-0.000000;;, + 150;3; 0.000000, 0.023347,-0.000000;;, + 151;3; 0.000000, 0.023347,-0.000000;;, + 152;3; 0.000000, 0.023347,-0.000000;;, + 153;3; 0.000000, 0.023347,-0.000000;;, + 154;3; 0.000000, 0.023347,-0.000000;;, + 155;3; 0.000000, 0.023347,-0.000000;;, + 156;3; 0.000000, 0.023347,-0.000000;;, + 157;3; 0.000000, 0.023347,-0.000000;;, + 158;3; 0.000000, 0.023347,-0.000000;;, + 159;3; 0.000000, 0.023347,-0.000000;;; + } + } + Animation { + {wolfwoman_pinky_03_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 1;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 2;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 3;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 4;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 5;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 6;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 7;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 8;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 9;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 10;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 11;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 12;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 13;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 14;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 15;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 16;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 17;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 18;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 19;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 20;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 21;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 22;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 23;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 24;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 25;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 26;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 27;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 28;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 29;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 30;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 31;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 32;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 33;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 34;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 35;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 36;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 37;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 38;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 39;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 40;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 41;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 42;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 43;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 44;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 45;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 46;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 47;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 48;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 49;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 50;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 51;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 52;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 53;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 54;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 55;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 56;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 57;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 58;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 59;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 60;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 61;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 62;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 63;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 64;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 65;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 66;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 67;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 68;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 69;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 70;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 71;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 72;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 73;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 74;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 75;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 76;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 77;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 78;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 79;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 80;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 81;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 82;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 83;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 84;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 85;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 86;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 87;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 88;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 89;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 90;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 91;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 92;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 93;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 94;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 95;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 96;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 97;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 98;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 99;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 100;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 101;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 102;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 103;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 104;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 105;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 106;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 107;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 108;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 109;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 110;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 111;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 112;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 113;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 114;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 115;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 116;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 117;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 118;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 119;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 120;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 121;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 122;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 123;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 124;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 125;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 126;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 127;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 128;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 129;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 130;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 131;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 132;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 133;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 134;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 135;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 136;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 137;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 138;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 139;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 140;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 141;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 142;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 143;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 144;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 145;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 146;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 147;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 148;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 149;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 150;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 151;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 152;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 153;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 154;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 155;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 156;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 157;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 158;4;-0.999905,-0.008579,-0.007481, 0.007772;;, + 159;4;-0.999905,-0.008579,-0.007481, 0.007772;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.017090,-0.000000;;, + 1;3;-0.000000, 0.017090,-0.000000;;, + 2;3;-0.000000, 0.017090,-0.000000;;, + 3;3;-0.000000, 0.017090,-0.000000;;, + 4;3;-0.000000, 0.017090,-0.000000;;, + 5;3;-0.000000, 0.017090,-0.000000;;, + 6;3;-0.000000, 0.017090,-0.000000;;, + 7;3;-0.000000, 0.017090,-0.000000;;, + 8;3;-0.000000, 0.017090,-0.000000;;, + 9;3;-0.000000, 0.017090,-0.000000;;, + 10;3;-0.000000, 0.017090,-0.000000;;, + 11;3;-0.000000, 0.017090,-0.000000;;, + 12;3;-0.000000, 0.017090,-0.000000;;, + 13;3;-0.000000, 0.017090,-0.000000;;, + 14;3;-0.000000, 0.017090,-0.000000;;, + 15;3;-0.000000, 0.017090,-0.000000;;, + 16;3;-0.000000, 0.017090,-0.000000;;, + 17;3;-0.000000, 0.017090,-0.000000;;, + 18;3;-0.000000, 0.017090,-0.000000;;, + 19;3;-0.000000, 0.017090,-0.000000;;, + 20;3;-0.000000, 0.017090,-0.000000;;, + 21;3;-0.000000, 0.017090,-0.000000;;, + 22;3;-0.000000, 0.017090,-0.000000;;, + 23;3;-0.000000, 0.017090,-0.000000;;, + 24;3;-0.000000, 0.017090,-0.000000;;, + 25;3;-0.000000, 0.017090,-0.000000;;, + 26;3;-0.000000, 0.017090,-0.000000;;, + 27;3;-0.000000, 0.017090,-0.000000;;, + 28;3;-0.000000, 0.017090,-0.000000;;, + 29;3;-0.000000, 0.017090,-0.000000;;, + 30;3;-0.000000, 0.017090,-0.000000;;, + 31;3;-0.000000, 0.017090,-0.000000;;, + 32;3;-0.000000, 0.017090,-0.000000;;, + 33;3;-0.000000, 0.017090,-0.000000;;, + 34;3;-0.000000, 0.017090,-0.000000;;, + 35;3;-0.000000, 0.017090,-0.000000;;, + 36;3;-0.000000, 0.017090,-0.000000;;, + 37;3;-0.000000, 0.017090,-0.000000;;, + 38;3;-0.000000, 0.017090,-0.000000;;, + 39;3;-0.000000, 0.017090,-0.000000;;, + 40;3;-0.000000, 0.017090,-0.000000;;, + 41;3;-0.000000, 0.017090,-0.000000;;, + 42;3;-0.000000, 0.017090,-0.000000;;, + 43;3;-0.000000, 0.017090,-0.000000;;, + 44;3;-0.000000, 0.017090,-0.000000;;, + 45;3;-0.000000, 0.017090,-0.000000;;, + 46;3;-0.000000, 0.017090,-0.000000;;, + 47;3;-0.000000, 0.017090,-0.000000;;, + 48;3;-0.000000, 0.017090,-0.000000;;, + 49;3;-0.000000, 0.017090,-0.000000;;, + 50;3;-0.000000, 0.017090,-0.000000;;, + 51;3;-0.000000, 0.017090,-0.000000;;, + 52;3;-0.000000, 0.017090,-0.000000;;, + 53;3;-0.000000, 0.017090,-0.000000;;, + 54;3;-0.000000, 0.017090,-0.000000;;, + 55;3;-0.000000, 0.017090,-0.000000;;, + 56;3;-0.000000, 0.017090,-0.000000;;, + 57;3;-0.000000, 0.017090,-0.000000;;, + 58;3;-0.000000, 0.017090,-0.000000;;, + 59;3;-0.000000, 0.017090,-0.000000;;, + 60;3;-0.000000, 0.017090,-0.000000;;, + 61;3;-0.000000, 0.017090,-0.000000;;, + 62;3;-0.000000, 0.017090,-0.000000;;, + 63;3;-0.000000, 0.017090,-0.000000;;, + 64;3;-0.000000, 0.017090,-0.000000;;, + 65;3;-0.000000, 0.017090,-0.000000;;, + 66;3;-0.000000, 0.017090,-0.000000;;, + 67;3;-0.000000, 0.017090,-0.000000;;, + 68;3;-0.000000, 0.017090,-0.000000;;, + 69;3;-0.000000, 0.017090,-0.000000;;, + 70;3;-0.000000, 0.017090,-0.000000;;, + 71;3;-0.000000, 0.017090,-0.000000;;, + 72;3;-0.000000, 0.017090,-0.000000;;, + 73;3;-0.000000, 0.017090,-0.000000;;, + 74;3;-0.000000, 0.017090,-0.000000;;, + 75;3;-0.000000, 0.017090,-0.000000;;, + 76;3;-0.000000, 0.017090,-0.000000;;, + 77;3;-0.000000, 0.017090,-0.000000;;, + 78;3;-0.000000, 0.017090,-0.000000;;, + 79;3;-0.000000, 0.017090,-0.000000;;, + 80;3;-0.000000, 0.017090,-0.000000;;, + 81;3;-0.000000, 0.017090,-0.000000;;, + 82;3;-0.000000, 0.017090,-0.000000;;, + 83;3;-0.000000, 0.017090,-0.000000;;, + 84;3;-0.000000, 0.017090,-0.000000;;, + 85;3;-0.000000, 0.017090,-0.000000;;, + 86;3;-0.000000, 0.017090,-0.000000;;, + 87;3;-0.000000, 0.017090,-0.000000;;, + 88;3;-0.000000, 0.017090,-0.000000;;, + 89;3;-0.000000, 0.017090,-0.000000;;, + 90;3;-0.000000, 0.017090,-0.000000;;, + 91;3;-0.000000, 0.017090,-0.000000;;, + 92;3;-0.000000, 0.017090,-0.000000;;, + 93;3;-0.000000, 0.017090,-0.000000;;, + 94;3;-0.000000, 0.017090,-0.000000;;, + 95;3;-0.000000, 0.017090,-0.000000;;, + 96;3;-0.000000, 0.017090,-0.000000;;, + 97;3;-0.000000, 0.017090,-0.000000;;, + 98;3;-0.000000, 0.017090,-0.000000;;, + 99;3;-0.000000, 0.017090,-0.000000;;, + 100;3;-0.000000, 0.017090,-0.000000;;, + 101;3;-0.000000, 0.017090,-0.000000;;, + 102;3;-0.000000, 0.017090,-0.000000;;, + 103;3;-0.000000, 0.017090,-0.000000;;, + 104;3;-0.000000, 0.017090,-0.000000;;, + 105;3;-0.000000, 0.017090,-0.000000;;, + 106;3;-0.000000, 0.017090,-0.000000;;, + 107;3;-0.000000, 0.017090,-0.000000;;, + 108;3;-0.000000, 0.017090,-0.000000;;, + 109;3;-0.000000, 0.017090,-0.000000;;, + 110;3;-0.000000, 0.017090,-0.000000;;, + 111;3;-0.000000, 0.017090,-0.000000;;, + 112;3;-0.000000, 0.017090,-0.000000;;, + 113;3;-0.000000, 0.017090,-0.000000;;, + 114;3;-0.000000, 0.017090,-0.000000;;, + 115;3;-0.000000, 0.017090,-0.000000;;, + 116;3;-0.000000, 0.017090,-0.000000;;, + 117;3;-0.000000, 0.017090,-0.000000;;, + 118;3;-0.000000, 0.017090,-0.000000;;, + 119;3;-0.000000, 0.017090,-0.000000;;, + 120;3;-0.000000, 0.017090,-0.000000;;, + 121;3;-0.000000, 0.017090,-0.000000;;, + 122;3;-0.000000, 0.017090,-0.000000;;, + 123;3;-0.000000, 0.017090,-0.000000;;, + 124;3;-0.000000, 0.017090,-0.000000;;, + 125;3;-0.000000, 0.017090,-0.000000;;, + 126;3;-0.000000, 0.017090,-0.000000;;, + 127;3;-0.000000, 0.017090,-0.000000;;, + 128;3;-0.000000, 0.017090,-0.000000;;, + 129;3;-0.000000, 0.017090,-0.000000;;, + 130;3;-0.000000, 0.017090,-0.000000;;, + 131;3;-0.000000, 0.017090,-0.000000;;, + 132;3;-0.000000, 0.017090,-0.000000;;, + 133;3;-0.000000, 0.017090,-0.000000;;, + 134;3;-0.000000, 0.017090,-0.000000;;, + 135;3;-0.000000, 0.017090,-0.000000;;, + 136;3;-0.000000, 0.017090,-0.000000;;, + 137;3;-0.000000, 0.017090,-0.000000;;, + 138;3;-0.000000, 0.017090,-0.000000;;, + 139;3;-0.000000, 0.017090,-0.000000;;, + 140;3;-0.000000, 0.017090,-0.000000;;, + 141;3;-0.000000, 0.017090,-0.000000;;, + 142;3;-0.000000, 0.017090,-0.000000;;, + 143;3;-0.000000, 0.017090,-0.000000;;, + 144;3;-0.000000, 0.017090,-0.000000;;, + 145;3;-0.000000, 0.017090,-0.000000;;, + 146;3;-0.000000, 0.017090,-0.000000;;, + 147;3;-0.000000, 0.017090,-0.000000;;, + 148;3;-0.000000, 0.017090,-0.000000;;, + 149;3;-0.000000, 0.017090,-0.000000;;, + 150;3;-0.000000, 0.017090,-0.000000;;, + 151;3;-0.000000, 0.017090,-0.000000;;, + 152;3;-0.000000, 0.017090,-0.000000;;, + 153;3;-0.000000, 0.017090,-0.000000;;, + 154;3;-0.000000, 0.017090,-0.000000;;, + 155;3;-0.000000, 0.017090,-0.000000;;, + 156;3;-0.000000, 0.017090,-0.000000;;, + 157;3;-0.000000, 0.017090,-0.000000;;, + 158;3;-0.000000, 0.017090,-0.000000;;, + 159;3;-0.000000, 0.017090,-0.000000;;; + } + } + Animation { + {wolfwoman_ring_01_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 1;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 2;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 3;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 4;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 5;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 6;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 7;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 8;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 9;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 10;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 11;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 12;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 13;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 14;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 15;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 16;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 17;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 18;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 19;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 20;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 21;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 22;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 23;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 24;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 25;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 26;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 27;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 28;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 29;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 30;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 31;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 32;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 33;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 34;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 35;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 36;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 37;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 38;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 39;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 40;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 41;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 42;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 43;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 44;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 45;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 46;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 47;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 48;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 49;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 50;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 51;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 52;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 53;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 54;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 55;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 56;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 57;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 58;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 59;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 60;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 61;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 62;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 63;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 64;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 65;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 66;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 67;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 68;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 69;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 70;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 71;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 72;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 73;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 74;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 75;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 76;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 77;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 78;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 79;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 80;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 81;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 82;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 83;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 84;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 85;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 86;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 87;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 88;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 89;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 90;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 91;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 92;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 93;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 94;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 95;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 96;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 97;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 98;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 99;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 100;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 101;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 102;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 103;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 104;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 105;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 106;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 107;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 108;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 109;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 110;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 111;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 112;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 113;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 114;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 115;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 116;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 117;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 118;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 119;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 120;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 121;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 122;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 123;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 124;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 125;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 126;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 127;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 128;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 129;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 130;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 131;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 132;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 133;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 134;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 135;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 136;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 137;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 138;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 139;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 140;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 141;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 142;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 143;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 144;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 145;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 146;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 147;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 148;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 149;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 150;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 151;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 152;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 153;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 154;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 155;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 156;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 157;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 158;4;-0.927833,-0.038143,-0.351915, 0.117584;;, + 159;4;-0.927833,-0.038143,-0.351915, 0.117584;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.004418, 0.101883,-0.033798;;, + 1;3;-0.004418, 0.101883,-0.033798;;, + 2;3;-0.004418, 0.101883,-0.033798;;, + 3;3;-0.004418, 0.101883,-0.033798;;, + 4;3;-0.004418, 0.101883,-0.033798;;, + 5;3;-0.004418, 0.101883,-0.033798;;, + 6;3;-0.004418, 0.101883,-0.033798;;, + 7;3;-0.004418, 0.101883,-0.033798;;, + 8;3;-0.004418, 0.101883,-0.033798;;, + 9;3;-0.004418, 0.101883,-0.033798;;, + 10;3;-0.004418, 0.101883,-0.033798;;, + 11;3;-0.004418, 0.101883,-0.033798;;, + 12;3;-0.004418, 0.101883,-0.033798;;, + 13;3;-0.004418, 0.101883,-0.033798;;, + 14;3;-0.004418, 0.101883,-0.033798;;, + 15;3;-0.004418, 0.101883,-0.033798;;, + 16;3;-0.004418, 0.101883,-0.033798;;, + 17;3;-0.004418, 0.101883,-0.033798;;, + 18;3;-0.004418, 0.101883,-0.033798;;, + 19;3;-0.004418, 0.101883,-0.033798;;, + 20;3;-0.004418, 0.101883,-0.033798;;, + 21;3;-0.004418, 0.101883,-0.033798;;, + 22;3;-0.004418, 0.101883,-0.033798;;, + 23;3;-0.004418, 0.101883,-0.033798;;, + 24;3;-0.004418, 0.101883,-0.033798;;, + 25;3;-0.004418, 0.101883,-0.033798;;, + 26;3;-0.004418, 0.101883,-0.033798;;, + 27;3;-0.004418, 0.101883,-0.033798;;, + 28;3;-0.004418, 0.101883,-0.033798;;, + 29;3;-0.004418, 0.101883,-0.033798;;, + 30;3;-0.004418, 0.101883,-0.033798;;, + 31;3;-0.004418, 0.101883,-0.033798;;, + 32;3;-0.004418, 0.101883,-0.033798;;, + 33;3;-0.004418, 0.101883,-0.033798;;, + 34;3;-0.004418, 0.101883,-0.033798;;, + 35;3;-0.004418, 0.101883,-0.033798;;, + 36;3;-0.004418, 0.101883,-0.033798;;, + 37;3;-0.004418, 0.101883,-0.033798;;, + 38;3;-0.004418, 0.101883,-0.033798;;, + 39;3;-0.004418, 0.101883,-0.033798;;, + 40;3;-0.004418, 0.101883,-0.033798;;, + 41;3;-0.004418, 0.101883,-0.033798;;, + 42;3;-0.004418, 0.101883,-0.033798;;, + 43;3;-0.004418, 0.101883,-0.033798;;, + 44;3;-0.004418, 0.101883,-0.033798;;, + 45;3;-0.004418, 0.101883,-0.033798;;, + 46;3;-0.004418, 0.101883,-0.033798;;, + 47;3;-0.004418, 0.101883,-0.033798;;, + 48;3;-0.004418, 0.101883,-0.033798;;, + 49;3;-0.004418, 0.101883,-0.033798;;, + 50;3;-0.004418, 0.101883,-0.033798;;, + 51;3;-0.004418, 0.101883,-0.033798;;, + 52;3;-0.004418, 0.101883,-0.033798;;, + 53;3;-0.004418, 0.101883,-0.033798;;, + 54;3;-0.004418, 0.101883,-0.033798;;, + 55;3;-0.004418, 0.101883,-0.033798;;, + 56;3;-0.004418, 0.101883,-0.033798;;, + 57;3;-0.004418, 0.101883,-0.033798;;, + 58;3;-0.004418, 0.101883,-0.033798;;, + 59;3;-0.004418, 0.101883,-0.033798;;, + 60;3;-0.004418, 0.101883,-0.033798;;, + 61;3;-0.004418, 0.101883,-0.033798;;, + 62;3;-0.004418, 0.101883,-0.033798;;, + 63;3;-0.004418, 0.101883,-0.033798;;, + 64;3;-0.004418, 0.101883,-0.033798;;, + 65;3;-0.004418, 0.101883,-0.033798;;, + 66;3;-0.004418, 0.101883,-0.033798;;, + 67;3;-0.004418, 0.101883,-0.033798;;, + 68;3;-0.004418, 0.101883,-0.033798;;, + 69;3;-0.004418, 0.101883,-0.033798;;, + 70;3;-0.004418, 0.101883,-0.033798;;, + 71;3;-0.004418, 0.101883,-0.033798;;, + 72;3;-0.004418, 0.101883,-0.033798;;, + 73;3;-0.004418, 0.101883,-0.033798;;, + 74;3;-0.004418, 0.101883,-0.033798;;, + 75;3;-0.004418, 0.101883,-0.033798;;, + 76;3;-0.004418, 0.101883,-0.033798;;, + 77;3;-0.004418, 0.101883,-0.033798;;, + 78;3;-0.004418, 0.101883,-0.033798;;, + 79;3;-0.004418, 0.101883,-0.033798;;, + 80;3;-0.004418, 0.101883,-0.033798;;, + 81;3;-0.004418, 0.101883,-0.033798;;, + 82;3;-0.004418, 0.101883,-0.033798;;, + 83;3;-0.004418, 0.101883,-0.033798;;, + 84;3;-0.004418, 0.101883,-0.033798;;, + 85;3;-0.004418, 0.101883,-0.033798;;, + 86;3;-0.004418, 0.101883,-0.033798;;, + 87;3;-0.004418, 0.101883,-0.033798;;, + 88;3;-0.004418, 0.101883,-0.033798;;, + 89;3;-0.004418, 0.101883,-0.033798;;, + 90;3;-0.004418, 0.101883,-0.033798;;, + 91;3;-0.004418, 0.101883,-0.033798;;, + 92;3;-0.004418, 0.101883,-0.033798;;, + 93;3;-0.004418, 0.101883,-0.033798;;, + 94;3;-0.004418, 0.101883,-0.033798;;, + 95;3;-0.004418, 0.101883,-0.033798;;, + 96;3;-0.004418, 0.101883,-0.033798;;, + 97;3;-0.004418, 0.101883,-0.033798;;, + 98;3;-0.004418, 0.101883,-0.033798;;, + 99;3;-0.004418, 0.101883,-0.033798;;, + 100;3;-0.004418, 0.101883,-0.033798;;, + 101;3;-0.004418, 0.101883,-0.033798;;, + 102;3;-0.004418, 0.101883,-0.033798;;, + 103;3;-0.004418, 0.101883,-0.033798;;, + 104;3;-0.004418, 0.101883,-0.033798;;, + 105;3;-0.004418, 0.101883,-0.033798;;, + 106;3;-0.004418, 0.101883,-0.033798;;, + 107;3;-0.004418, 0.101883,-0.033798;;, + 108;3;-0.004418, 0.101883,-0.033798;;, + 109;3;-0.004418, 0.101883,-0.033798;;, + 110;3;-0.004418, 0.101883,-0.033798;;, + 111;3;-0.004418, 0.101883,-0.033798;;, + 112;3;-0.004418, 0.101883,-0.033798;;, + 113;3;-0.004418, 0.101883,-0.033798;;, + 114;3;-0.004418, 0.101883,-0.033798;;, + 115;3;-0.004418, 0.101883,-0.033798;;, + 116;3;-0.004418, 0.101883,-0.033798;;, + 117;3;-0.004418, 0.101883,-0.033798;;, + 118;3;-0.004418, 0.101883,-0.033798;;, + 119;3;-0.004418, 0.101883,-0.033798;;, + 120;3;-0.004418, 0.101883,-0.033798;;, + 121;3;-0.004418, 0.101883,-0.033798;;, + 122;3;-0.004418, 0.101883,-0.033798;;, + 123;3;-0.004418, 0.101883,-0.033798;;, + 124;3;-0.004418, 0.101883,-0.033798;;, + 125;3;-0.004418, 0.101883,-0.033798;;, + 126;3;-0.004418, 0.101883,-0.033798;;, + 127;3;-0.004418, 0.101883,-0.033798;;, + 128;3;-0.004418, 0.101883,-0.033798;;, + 129;3;-0.004418, 0.101883,-0.033798;;, + 130;3;-0.004418, 0.101883,-0.033798;;, + 131;3;-0.004418, 0.101883,-0.033798;;, + 132;3;-0.004418, 0.101883,-0.033798;;, + 133;3;-0.004418, 0.101883,-0.033798;;, + 134;3;-0.004418, 0.101883,-0.033798;;, + 135;3;-0.004418, 0.101883,-0.033798;;, + 136;3;-0.004418, 0.101883,-0.033798;;, + 137;3;-0.004418, 0.101883,-0.033798;;, + 138;3;-0.004418, 0.101883,-0.033798;;, + 139;3;-0.004418, 0.101883,-0.033798;;, + 140;3;-0.004418, 0.101883,-0.033798;;, + 141;3;-0.004418, 0.101883,-0.033798;;, + 142;3;-0.004418, 0.101883,-0.033798;;, + 143;3;-0.004418, 0.101883,-0.033798;;, + 144;3;-0.004418, 0.101883,-0.033798;;, + 145;3;-0.004418, 0.101883,-0.033798;;, + 146;3;-0.004418, 0.101883,-0.033798;;, + 147;3;-0.004418, 0.101883,-0.033798;;, + 148;3;-0.004418, 0.101883,-0.033798;;, + 149;3;-0.004418, 0.101883,-0.033798;;, + 150;3;-0.004418, 0.101883,-0.033798;;, + 151;3;-0.004418, 0.101883,-0.033798;;, + 152;3;-0.004418, 0.101883,-0.033798;;, + 153;3;-0.004418, 0.101883,-0.033798;;, + 154;3;-0.004418, 0.101883,-0.033798;;, + 155;3;-0.004418, 0.101883,-0.033798;;, + 156;3;-0.004418, 0.101883,-0.033798;;, + 157;3;-0.004418, 0.101883,-0.033798;;, + 158;3;-0.004418, 0.101883,-0.033798;;, + 159;3;-0.004418, 0.101883,-0.033798;;; + } + } + Animation { + {wolfwoman_ring_02_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 1;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 2;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 3;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 4;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 5;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 6;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 7;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 8;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 9;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 10;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 11;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 12;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 13;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 14;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 15;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 16;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 17;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 18;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 19;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 20;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 21;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 22;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 23;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 24;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 25;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 26;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 27;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 28;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 29;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 30;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 31;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 32;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 33;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 34;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 35;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 36;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 37;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 38;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 39;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 40;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 41;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 42;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 43;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 44;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 45;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 46;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 47;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 48;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 49;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 50;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 51;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 52;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 53;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 54;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 55;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 56;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 57;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 58;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 59;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 60;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 61;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 62;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 63;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 64;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 65;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 66;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 67;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 68;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 69;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 70;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 71;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 72;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 73;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 74;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 75;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 76;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 77;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 78;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 79;4;-0.997634,-0.003966, 0.048468,-0.048595;;, + 80;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 81;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 82;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 83;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 84;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 85;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 86;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 87;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 88;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 89;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 90;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 91;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 92;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 93;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 94;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 95;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 96;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 97;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 98;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 99;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 100;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 101;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 102;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 103;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 104;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 105;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 106;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 107;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 108;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 109;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 110;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 111;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 112;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 113;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 114;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 115;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 116;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 117;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 118;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 119;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 120;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 121;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 122;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 123;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 124;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 125;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 126;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 127;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 128;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 129;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 130;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 131;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 132;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 133;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 134;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 135;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 136;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 137;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 138;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 139;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 140;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 141;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 142;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 143;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 144;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 145;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 146;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 147;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 148;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 149;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 150;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 151;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 152;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 153;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 154;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 155;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 156;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 157;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 158;4;-0.997634,-0.003966, 0.048469,-0.048595;;, + 159;4;-0.997634,-0.003966, 0.048469,-0.048595;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.032563, 0.000000;;, + 1;3;-0.000000, 0.032563, 0.000000;;, + 2;3;-0.000000, 0.032563, 0.000000;;, + 3;3;-0.000000, 0.032563, 0.000000;;, + 4;3;-0.000000, 0.032563, 0.000000;;, + 5;3;-0.000000, 0.032563, 0.000000;;, + 6;3;-0.000000, 0.032563, 0.000000;;, + 7;3;-0.000000, 0.032563, 0.000000;;, + 8;3;-0.000000, 0.032563, 0.000000;;, + 9;3;-0.000000, 0.032563, 0.000000;;, + 10;3;-0.000000, 0.032563, 0.000000;;, + 11;3;-0.000000, 0.032563, 0.000000;;, + 12;3;-0.000000, 0.032563, 0.000000;;, + 13;3;-0.000000, 0.032563, 0.000000;;, + 14;3;-0.000000, 0.032563, 0.000000;;, + 15;3;-0.000000, 0.032563, 0.000000;;, + 16;3;-0.000000, 0.032563, 0.000000;;, + 17;3;-0.000000, 0.032563, 0.000000;;, + 18;3;-0.000000, 0.032563, 0.000000;;, + 19;3;-0.000000, 0.032563, 0.000000;;, + 20;3;-0.000000, 0.032563, 0.000000;;, + 21;3;-0.000000, 0.032563, 0.000000;;, + 22;3;-0.000000, 0.032563, 0.000000;;, + 23;3;-0.000000, 0.032563, 0.000000;;, + 24;3;-0.000000, 0.032563, 0.000000;;, + 25;3;-0.000000, 0.032563, 0.000000;;, + 26;3;-0.000000, 0.032563, 0.000000;;, + 27;3;-0.000000, 0.032563, 0.000000;;, + 28;3;-0.000000, 0.032563, 0.000000;;, + 29;3;-0.000000, 0.032563, 0.000000;;, + 30;3;-0.000000, 0.032563, 0.000000;;, + 31;3;-0.000000, 0.032563, 0.000000;;, + 32;3;-0.000000, 0.032563, 0.000000;;, + 33;3;-0.000000, 0.032563, 0.000000;;, + 34;3;-0.000000, 0.032563, 0.000000;;, + 35;3;-0.000000, 0.032563, 0.000000;;, + 36;3;-0.000000, 0.032563, 0.000000;;, + 37;3;-0.000000, 0.032563, 0.000000;;, + 38;3;-0.000000, 0.032563, 0.000000;;, + 39;3;-0.000000, 0.032563, 0.000000;;, + 40;3;-0.000000, 0.032563, 0.000000;;, + 41;3;-0.000000, 0.032563, 0.000000;;, + 42;3;-0.000000, 0.032563, 0.000000;;, + 43;3;-0.000000, 0.032563, 0.000000;;, + 44;3;-0.000000, 0.032563, 0.000000;;, + 45;3;-0.000000, 0.032563, 0.000000;;, + 46;3;-0.000000, 0.032563, 0.000000;;, + 47;3;-0.000000, 0.032563, 0.000000;;, + 48;3;-0.000000, 0.032563, 0.000000;;, + 49;3;-0.000000, 0.032563, 0.000000;;, + 50;3;-0.000000, 0.032563, 0.000000;;, + 51;3;-0.000000, 0.032563, 0.000000;;, + 52;3;-0.000000, 0.032563, 0.000000;;, + 53;3;-0.000000, 0.032563, 0.000000;;, + 54;3;-0.000000, 0.032563, 0.000000;;, + 55;3;-0.000000, 0.032563, 0.000000;;, + 56;3;-0.000000, 0.032563, 0.000000;;, + 57;3;-0.000000, 0.032563, 0.000000;;, + 58;3;-0.000000, 0.032563, 0.000000;;, + 59;3;-0.000000, 0.032563, 0.000000;;, + 60;3;-0.000000, 0.032563, 0.000000;;, + 61;3;-0.000000, 0.032563, 0.000000;;, + 62;3;-0.000000, 0.032563, 0.000000;;, + 63;3;-0.000000, 0.032563, 0.000000;;, + 64;3;-0.000000, 0.032563, 0.000000;;, + 65;3;-0.000000, 0.032563, 0.000000;;, + 66;3;-0.000000, 0.032563, 0.000000;;, + 67;3;-0.000000, 0.032563, 0.000000;;, + 68;3;-0.000000, 0.032563, 0.000000;;, + 69;3;-0.000000, 0.032563, 0.000000;;, + 70;3;-0.000000, 0.032563, 0.000000;;, + 71;3;-0.000000, 0.032563, 0.000000;;, + 72;3;-0.000000, 0.032563, 0.000000;;, + 73;3;-0.000000, 0.032563, 0.000000;;, + 74;3;-0.000000, 0.032563, 0.000000;;, + 75;3;-0.000000, 0.032563, 0.000000;;, + 76;3;-0.000000, 0.032563, 0.000000;;, + 77;3;-0.000000, 0.032563, 0.000000;;, + 78;3;-0.000000, 0.032563, 0.000000;;, + 79;3;-0.000000, 0.032563, 0.000000;;, + 80;3; 0.000000, 0.032563, 0.000000;;, + 81;3; 0.000000, 0.032563, 0.000000;;, + 82;3; 0.000000, 0.032563, 0.000000;;, + 83;3; 0.000000, 0.032563, 0.000000;;, + 84;3; 0.000000, 0.032563, 0.000000;;, + 85;3; 0.000000, 0.032563, 0.000000;;, + 86;3; 0.000000, 0.032563, 0.000000;;, + 87;3; 0.000000, 0.032563, 0.000000;;, + 88;3; 0.000000, 0.032563, 0.000000;;, + 89;3; 0.000000, 0.032563, 0.000000;;, + 90;3; 0.000000, 0.032563, 0.000000;;, + 91;3; 0.000000, 0.032563, 0.000000;;, + 92;3; 0.000000, 0.032563, 0.000000;;, + 93;3; 0.000000, 0.032563, 0.000000;;, + 94;3; 0.000000, 0.032563, 0.000000;;, + 95;3; 0.000000, 0.032563, 0.000000;;, + 96;3; 0.000000, 0.032563, 0.000000;;, + 97;3; 0.000000, 0.032563, 0.000000;;, + 98;3; 0.000000, 0.032563, 0.000000;;, + 99;3; 0.000000, 0.032563, 0.000000;;, + 100;3; 0.000000, 0.032563, 0.000000;;, + 101;3; 0.000000, 0.032563, 0.000000;;, + 102;3; 0.000000, 0.032563, 0.000000;;, + 103;3; 0.000000, 0.032563, 0.000000;;, + 104;3; 0.000000, 0.032563, 0.000000;;, + 105;3; 0.000000, 0.032563, 0.000000;;, + 106;3; 0.000000, 0.032563, 0.000000;;, + 107;3; 0.000000, 0.032563, 0.000000;;, + 108;3; 0.000000, 0.032563, 0.000000;;, + 109;3; 0.000000, 0.032563, 0.000000;;, + 110;3; 0.000000, 0.032563, 0.000000;;, + 111;3; 0.000000, 0.032563, 0.000000;;, + 112;3; 0.000000, 0.032563, 0.000000;;, + 113;3; 0.000000, 0.032563, 0.000000;;, + 114;3; 0.000000, 0.032563, 0.000000;;, + 115;3; 0.000000, 0.032563, 0.000000;;, + 116;3; 0.000000, 0.032563, 0.000000;;, + 117;3; 0.000000, 0.032563, 0.000000;;, + 118;3; 0.000000, 0.032563, 0.000000;;, + 119;3; 0.000000, 0.032563, 0.000000;;, + 120;3; 0.000000, 0.032563, 0.000000;;, + 121;3; 0.000000, 0.032563, 0.000000;;, + 122;3; 0.000000, 0.032563, 0.000000;;, + 123;3; 0.000000, 0.032563, 0.000000;;, + 124;3; 0.000000, 0.032563, 0.000000;;, + 125;3; 0.000000, 0.032563, 0.000000;;, + 126;3; 0.000000, 0.032563, 0.000000;;, + 127;3; 0.000000, 0.032563, 0.000000;;, + 128;3; 0.000000, 0.032563, 0.000000;;, + 129;3; 0.000000, 0.032563, 0.000000;;, + 130;3; 0.000000, 0.032563, 0.000000;;, + 131;3; 0.000000, 0.032563, 0.000000;;, + 132;3; 0.000000, 0.032563, 0.000000;;, + 133;3; 0.000000, 0.032563, 0.000000;;, + 134;3; 0.000000, 0.032563, 0.000000;;, + 135;3; 0.000000, 0.032563, 0.000000;;, + 136;3; 0.000000, 0.032563, 0.000000;;, + 137;3; 0.000000, 0.032563, 0.000000;;, + 138;3; 0.000000, 0.032563, 0.000000;;, + 139;3; 0.000000, 0.032563, 0.000000;;, + 140;3; 0.000000, 0.032563, 0.000000;;, + 141;3; 0.000000, 0.032563, 0.000000;;, + 142;3; 0.000000, 0.032563, 0.000000;;, + 143;3; 0.000000, 0.032563, 0.000000;;, + 144;3; 0.000000, 0.032563, 0.000000;;, + 145;3; 0.000000, 0.032563, 0.000000;;, + 146;3; 0.000000, 0.032563, 0.000000;;, + 147;3; 0.000000, 0.032563, 0.000000;;, + 148;3; 0.000000, 0.032563, 0.000000;;, + 149;3; 0.000000, 0.032563, 0.000000;;, + 150;3; 0.000000, 0.032563, 0.000000;;, + 151;3; 0.000000, 0.032563, 0.000000;;, + 152;3; 0.000000, 0.032563, 0.000000;;, + 153;3; 0.000000, 0.032563, 0.000000;;, + 154;3; 0.000000, 0.032563, 0.000000;;, + 155;3; 0.000000, 0.032563, 0.000000;;, + 156;3; 0.000000, 0.032563, 0.000000;;, + 157;3; 0.000000, 0.032563, 0.000000;;, + 158;3; 0.000000, 0.032563, 0.000000;;, + 159;3; 0.000000, 0.032563, 0.000000;;; + } + } + Animation { + {wolfwoman_ring_03_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 1;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 2;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 3;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 4;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 5;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 6;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 7;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 8;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 9;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 10;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 11;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 12;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 13;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 14;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 15;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 16;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 17;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 18;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 19;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 20;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 21;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 22;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 23;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 24;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 25;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 26;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 27;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 28;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 29;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 30;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 31;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 32;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 33;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 34;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 35;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 36;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 37;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 38;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 39;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 40;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 41;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 42;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 43;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 44;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 45;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 46;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 47;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 48;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 49;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 50;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 51;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 52;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 53;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 54;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 55;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 56;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 57;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 58;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 59;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 60;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 61;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 62;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 63;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 64;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 65;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 66;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 67;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 68;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 69;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 70;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 71;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 72;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 73;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 74;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 75;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 76;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 77;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 78;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 79;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 80;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 81;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 82;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 83;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 84;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 85;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 86;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 87;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 88;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 89;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 90;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 91;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 92;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 93;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 94;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 95;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 96;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 97;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 98;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 99;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 100;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 101;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 102;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 103;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 104;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 105;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 106;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 107;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 108;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 109;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 110;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 111;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 112;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 113;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 114;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 115;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 116;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 117;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 118;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 119;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 120;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 121;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 122;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 123;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 124;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 125;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 126;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 127;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 128;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 129;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 130;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 131;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 132;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 133;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 134;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 135;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 136;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 137;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 138;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 139;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 140;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 141;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 142;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 143;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 144;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 145;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 146;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 147;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 148;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 149;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 150;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 151;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 152;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 153;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 154;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 155;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 156;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 157;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 158;4;-0.995727, 0.051610,-0.057293, 0.050812;;, + 159;4;-0.995727, 0.051610,-0.057293, 0.050812;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.027209, 0.000000;;, + 1;3;-0.000000, 0.027209, 0.000000;;, + 2;3;-0.000000, 0.027209, 0.000000;;, + 3;3;-0.000000, 0.027209, 0.000000;;, + 4;3;-0.000000, 0.027209, 0.000000;;, + 5;3;-0.000000, 0.027209, 0.000000;;, + 6;3;-0.000000, 0.027209, 0.000000;;, + 7;3;-0.000000, 0.027209, 0.000000;;, + 8;3;-0.000000, 0.027209, 0.000000;;, + 9;3;-0.000000, 0.027209, 0.000000;;, + 10;3;-0.000000, 0.027209, 0.000000;;, + 11;3;-0.000000, 0.027209, 0.000000;;, + 12;3;-0.000000, 0.027209, 0.000000;;, + 13;3;-0.000000, 0.027209, 0.000000;;, + 14;3;-0.000000, 0.027209, 0.000000;;, + 15;3;-0.000000, 0.027209, 0.000000;;, + 16;3;-0.000000, 0.027209, 0.000000;;, + 17;3;-0.000000, 0.027209, 0.000000;;, + 18;3;-0.000000, 0.027209, 0.000000;;, + 19;3;-0.000000, 0.027209, 0.000000;;, + 20;3;-0.000000, 0.027209, 0.000000;;, + 21;3;-0.000000, 0.027209, 0.000000;;, + 22;3;-0.000000, 0.027209, 0.000000;;, + 23;3;-0.000000, 0.027209, 0.000000;;, + 24;3;-0.000000, 0.027209, 0.000000;;, + 25;3;-0.000000, 0.027209, 0.000000;;, + 26;3;-0.000000, 0.027209, 0.000000;;, + 27;3;-0.000000, 0.027209, 0.000000;;, + 28;3;-0.000000, 0.027209, 0.000000;;, + 29;3;-0.000000, 0.027209, 0.000000;;, + 30;3;-0.000000, 0.027209, 0.000000;;, + 31;3;-0.000000, 0.027209, 0.000000;;, + 32;3;-0.000000, 0.027209, 0.000000;;, + 33;3;-0.000000, 0.027209, 0.000000;;, + 34;3;-0.000000, 0.027209, 0.000000;;, + 35;3;-0.000000, 0.027209, 0.000000;;, + 36;3;-0.000000, 0.027209, 0.000000;;, + 37;3;-0.000000, 0.027209, 0.000000;;, + 38;3;-0.000000, 0.027209, 0.000000;;, + 39;3;-0.000000, 0.027209, 0.000000;;, + 40;3;-0.000000, 0.027209, 0.000000;;, + 41;3;-0.000000, 0.027209, 0.000000;;, + 42;3;-0.000000, 0.027209, 0.000000;;, + 43;3;-0.000000, 0.027209, 0.000000;;, + 44;3;-0.000000, 0.027209, 0.000000;;, + 45;3;-0.000000, 0.027209, 0.000000;;, + 46;3;-0.000000, 0.027209, 0.000000;;, + 47;3;-0.000000, 0.027209, 0.000000;;, + 48;3;-0.000000, 0.027209, 0.000000;;, + 49;3;-0.000000, 0.027209, 0.000000;;, + 50;3;-0.000000, 0.027209, 0.000000;;, + 51;3;-0.000000, 0.027209, 0.000000;;, + 52;3;-0.000000, 0.027209, 0.000000;;, + 53;3;-0.000000, 0.027209, 0.000000;;, + 54;3;-0.000000, 0.027209, 0.000000;;, + 55;3;-0.000000, 0.027209, 0.000000;;, + 56;3;-0.000000, 0.027209, 0.000000;;, + 57;3;-0.000000, 0.027209, 0.000000;;, + 58;3;-0.000000, 0.027209, 0.000000;;, + 59;3;-0.000000, 0.027209, 0.000000;;, + 60;3;-0.000000, 0.027209, 0.000000;;, + 61;3;-0.000000, 0.027209, 0.000000;;, + 62;3;-0.000000, 0.027209, 0.000000;;, + 63;3;-0.000000, 0.027209, 0.000000;;, + 64;3;-0.000000, 0.027209, 0.000000;;, + 65;3;-0.000000, 0.027209, 0.000000;;, + 66;3;-0.000000, 0.027209, 0.000000;;, + 67;3;-0.000000, 0.027209, 0.000000;;, + 68;3;-0.000000, 0.027209, 0.000000;;, + 69;3;-0.000000, 0.027209, 0.000000;;, + 70;3;-0.000000, 0.027209, 0.000000;;, + 71;3;-0.000000, 0.027209, 0.000000;;, + 72;3;-0.000000, 0.027209, 0.000000;;, + 73;3;-0.000000, 0.027209, 0.000000;;, + 74;3;-0.000000, 0.027209, 0.000000;;, + 75;3;-0.000000, 0.027209, 0.000000;;, + 76;3;-0.000000, 0.027209, 0.000000;;, + 77;3;-0.000000, 0.027209, 0.000000;;, + 78;3;-0.000000, 0.027209, 0.000000;;, + 79;3;-0.000000, 0.027209, 0.000000;;, + 80;3; 0.000000, 0.027209, 0.000000;;, + 81;3; 0.000000, 0.027209, 0.000000;;, + 82;3; 0.000000, 0.027209, 0.000000;;, + 83;3; 0.000000, 0.027209, 0.000000;;, + 84;3; 0.000000, 0.027209, 0.000000;;, + 85;3; 0.000000, 0.027209, 0.000000;;, + 86;3; 0.000000, 0.027209, 0.000000;;, + 87;3; 0.000000, 0.027209, 0.000000;;, + 88;3; 0.000000, 0.027209, 0.000000;;, + 89;3; 0.000000, 0.027209, 0.000000;;, + 90;3; 0.000000, 0.027209, 0.000000;;, + 91;3; 0.000000, 0.027209, 0.000000;;, + 92;3; 0.000000, 0.027209, 0.000000;;, + 93;3; 0.000000, 0.027209, 0.000000;;, + 94;3; 0.000000, 0.027209, 0.000000;;, + 95;3; 0.000000, 0.027209, 0.000000;;, + 96;3; 0.000000, 0.027209, 0.000000;;, + 97;3; 0.000000, 0.027209, 0.000000;;, + 98;3; 0.000000, 0.027209, 0.000000;;, + 99;3; 0.000000, 0.027209, 0.000000;;, + 100;3; 0.000000, 0.027209, 0.000000;;, + 101;3; 0.000000, 0.027209, 0.000000;;, + 102;3; 0.000000, 0.027209, 0.000000;;, + 103;3; 0.000000, 0.027209, 0.000000;;, + 104;3; 0.000000, 0.027209, 0.000000;;, + 105;3; 0.000000, 0.027209, 0.000000;;, + 106;3; 0.000000, 0.027209, 0.000000;;, + 107;3; 0.000000, 0.027209, 0.000000;;, + 108;3; 0.000000, 0.027209, 0.000000;;, + 109;3; 0.000000, 0.027209, 0.000000;;, + 110;3; 0.000000, 0.027209, 0.000000;;, + 111;3; 0.000000, 0.027209, 0.000000;;, + 112;3; 0.000000, 0.027209, 0.000000;;, + 113;3; 0.000000, 0.027209, 0.000000;;, + 114;3; 0.000000, 0.027209, 0.000000;;, + 115;3; 0.000000, 0.027209, 0.000000;;, + 116;3; 0.000000, 0.027209, 0.000000;;, + 117;3; 0.000000, 0.027209, 0.000000;;, + 118;3; 0.000000, 0.027209, 0.000000;;, + 119;3; 0.000000, 0.027209, 0.000000;;, + 120;3; 0.000000, 0.027209, 0.000000;;, + 121;3; 0.000000, 0.027209, 0.000000;;, + 122;3; 0.000000, 0.027209, 0.000000;;, + 123;3; 0.000000, 0.027209, 0.000000;;, + 124;3; 0.000000, 0.027209, 0.000000;;, + 125;3; 0.000000, 0.027209, 0.000000;;, + 126;3; 0.000000, 0.027209, 0.000000;;, + 127;3; 0.000000, 0.027209, 0.000000;;, + 128;3; 0.000000, 0.027209, 0.000000;;, + 129;3; 0.000000, 0.027209, 0.000000;;, + 130;3; 0.000000, 0.027209, 0.000000;;, + 131;3; 0.000000, 0.027209, 0.000000;;, + 132;3; 0.000000, 0.027209, 0.000000;;, + 133;3; 0.000000, 0.027209, 0.000000;;, + 134;3; 0.000000, 0.027209, 0.000000;;, + 135;3; 0.000000, 0.027209, 0.000000;;, + 136;3; 0.000000, 0.027209, 0.000000;;, + 137;3; 0.000000, 0.027209, 0.000000;;, + 138;3; 0.000000, 0.027209, 0.000000;;, + 139;3; 0.000000, 0.027209, 0.000000;;, + 140;3; 0.000000, 0.027209, 0.000000;;, + 141;3; 0.000000, 0.027209, 0.000000;;, + 142;3; 0.000000, 0.027209, 0.000000;;, + 143;3; 0.000000, 0.027209, 0.000000;;, + 144;3; 0.000000, 0.027209, 0.000000;;, + 145;3; 0.000000, 0.027209, 0.000000;;, + 146;3; 0.000000, 0.027209, 0.000000;;, + 147;3; 0.000000, 0.027209, 0.000000;;, + 148;3; 0.000000, 0.027209, 0.000000;;, + 149;3; 0.000000, 0.027209, 0.000000;;, + 150;3; 0.000000, 0.027209, 0.000000;;, + 151;3; 0.000000, 0.027209, 0.000000;;, + 152;3; 0.000000, 0.027209, 0.000000;;, + 153;3; 0.000000, 0.027209, 0.000000;;, + 154;3; 0.000000, 0.027209, 0.000000;;, + 155;3; 0.000000, 0.027209, 0.000000;;, + 156;3; 0.000000, 0.027209, 0.000000;;, + 157;3; 0.000000, 0.027209, 0.000000;;, + 158;3; 0.000000, 0.027209, 0.000000;;, + 159;3; 0.000000, 0.027209, 0.000000;;; + } + } + Animation { + {wolfwoman_thumb_01_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 1;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 2;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 3;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 4;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 5;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 6;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 7;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 8;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 9;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 10;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 11;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 12;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 13;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 14;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 15;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 16;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 17;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 18;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 19;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 20;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 21;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 22;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 23;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 24;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 25;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 26;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 27;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 28;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 29;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 30;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 31;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 32;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 33;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 34;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 35;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 36;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 37;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 38;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 39;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 40;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 41;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 42;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 43;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 44;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 45;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 46;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 47;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 48;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 49;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 50;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 51;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 52;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 53;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 54;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 55;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 56;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 57;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 58;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 59;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 60;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 61;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 62;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 63;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 64;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 65;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 66;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 67;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 68;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 69;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 70;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 71;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 72;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 73;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 74;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 75;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 76;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 77;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 78;4;-0.220427, 0.319531,-0.835394,-0.389138;;, + 79;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 80;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 81;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 82;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 83;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 84;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 85;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 86;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 87;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 88;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 89;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 90;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 91;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 92;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 93;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 94;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 95;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 96;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 97;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 98;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 99;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 100;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 101;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 102;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 103;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 104;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 105;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 106;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 107;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 108;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 109;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 110;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 111;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 112;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 113;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 114;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 115;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 116;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 117;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 118;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 119;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 120;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 121;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 122;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 123;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 124;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 125;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 126;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 127;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 128;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 129;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 130;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 131;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 132;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 133;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 134;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 135;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 136;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 137;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 138;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 139;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 140;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 141;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 142;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 143;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 144;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 145;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 146;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 147;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 148;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 149;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 150;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 151;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 152;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 153;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 154;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 155;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 156;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 157;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 158;4;-0.220428, 0.319531,-0.835394,-0.389138;;, + 159;4;-0.220428, 0.319531,-0.835394,-0.389138;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.010974, 0.043726, 0.019651;;, + 1;3; 0.010974, 0.043726, 0.019651;;, + 2;3; 0.010974, 0.043726, 0.019651;;, + 3;3; 0.010974, 0.043726, 0.019651;;, + 4;3; 0.010974, 0.043726, 0.019651;;, + 5;3; 0.010974, 0.043726, 0.019651;;, + 6;3; 0.010974, 0.043726, 0.019651;;, + 7;3; 0.010974, 0.043726, 0.019651;;, + 8;3; 0.010974, 0.043726, 0.019651;;, + 9;3; 0.010974, 0.043726, 0.019651;;, + 10;3; 0.010974, 0.043726, 0.019651;;, + 11;3; 0.010974, 0.043726, 0.019651;;, + 12;3; 0.010974, 0.043726, 0.019651;;, + 13;3; 0.010974, 0.043726, 0.019651;;, + 14;3; 0.010974, 0.043726, 0.019651;;, + 15;3; 0.010974, 0.043726, 0.019651;;, + 16;3; 0.010974, 0.043726, 0.019651;;, + 17;3; 0.010974, 0.043726, 0.019651;;, + 18;3; 0.010974, 0.043726, 0.019651;;, + 19;3; 0.010974, 0.043726, 0.019651;;, + 20;3; 0.010974, 0.043726, 0.019651;;, + 21;3; 0.010974, 0.043726, 0.019651;;, + 22;3; 0.010974, 0.043726, 0.019651;;, + 23;3; 0.010974, 0.043726, 0.019651;;, + 24;3; 0.010974, 0.043726, 0.019651;;, + 25;3; 0.010974, 0.043726, 0.019651;;, + 26;3; 0.010974, 0.043726, 0.019651;;, + 27;3; 0.010974, 0.043726, 0.019651;;, + 28;3; 0.010974, 0.043726, 0.019651;;, + 29;3; 0.010974, 0.043726, 0.019651;;, + 30;3; 0.010974, 0.043726, 0.019651;;, + 31;3; 0.010974, 0.043726, 0.019651;;, + 32;3; 0.010974, 0.043726, 0.019651;;, + 33;3; 0.010974, 0.043726, 0.019651;;, + 34;3; 0.010974, 0.043726, 0.019651;;, + 35;3; 0.010974, 0.043726, 0.019651;;, + 36;3; 0.010974, 0.043726, 0.019651;;, + 37;3; 0.010974, 0.043726, 0.019651;;, + 38;3; 0.010974, 0.043726, 0.019651;;, + 39;3; 0.010974, 0.043726, 0.019651;;, + 40;3; 0.010974, 0.043726, 0.019651;;, + 41;3; 0.010974, 0.043726, 0.019651;;, + 42;3; 0.010974, 0.043726, 0.019651;;, + 43;3; 0.010974, 0.043726, 0.019651;;, + 44;3; 0.010974, 0.043726, 0.019651;;, + 45;3; 0.010974, 0.043726, 0.019651;;, + 46;3; 0.010974, 0.043726, 0.019651;;, + 47;3; 0.010974, 0.043726, 0.019651;;, + 48;3; 0.010974, 0.043726, 0.019651;;, + 49;3; 0.010974, 0.043726, 0.019651;;, + 50;3; 0.010974, 0.043726, 0.019651;;, + 51;3; 0.010974, 0.043726, 0.019651;;, + 52;3; 0.010974, 0.043726, 0.019651;;, + 53;3; 0.010974, 0.043726, 0.019651;;, + 54;3; 0.010974, 0.043726, 0.019651;;, + 55;3; 0.010974, 0.043726, 0.019651;;, + 56;3; 0.010974, 0.043726, 0.019651;;, + 57;3; 0.010974, 0.043726, 0.019651;;, + 58;3; 0.010974, 0.043726, 0.019651;;, + 59;3; 0.010974, 0.043726, 0.019651;;, + 60;3; 0.010974, 0.043726, 0.019651;;, + 61;3; 0.010974, 0.043726, 0.019651;;, + 62;3; 0.010974, 0.043726, 0.019651;;, + 63;3; 0.010974, 0.043726, 0.019651;;, + 64;3; 0.010974, 0.043726, 0.019651;;, + 65;3; 0.010974, 0.043726, 0.019651;;, + 66;3; 0.010974, 0.043726, 0.019651;;, + 67;3; 0.010974, 0.043726, 0.019651;;, + 68;3; 0.010974, 0.043726, 0.019651;;, + 69;3; 0.010974, 0.043726, 0.019651;;, + 70;3; 0.010974, 0.043726, 0.019651;;, + 71;3; 0.010974, 0.043726, 0.019651;;, + 72;3; 0.010974, 0.043726, 0.019651;;, + 73;3; 0.010974, 0.043726, 0.019651;;, + 74;3; 0.010974, 0.043726, 0.019651;;, + 75;3; 0.010974, 0.043726, 0.019651;;, + 76;3; 0.010974, 0.043726, 0.019651;;, + 77;3; 0.010974, 0.043726, 0.019651;;, + 78;3; 0.010974, 0.043726, 0.019651;;, + 79;3; 0.010974, 0.043726, 0.019651;;, + 80;3; 0.010974, 0.043726, 0.019651;;, + 81;3; 0.010974, 0.043726, 0.019651;;, + 82;3; 0.010974, 0.043726, 0.019651;;, + 83;3; 0.010974, 0.043726, 0.019651;;, + 84;3; 0.010974, 0.043726, 0.019651;;, + 85;3; 0.010974, 0.043726, 0.019651;;, + 86;3; 0.010974, 0.043726, 0.019651;;, + 87;3; 0.010974, 0.043726, 0.019651;;, + 88;3; 0.010974, 0.043726, 0.019651;;, + 89;3; 0.010974, 0.043726, 0.019651;;, + 90;3; 0.010974, 0.043726, 0.019651;;, + 91;3; 0.010974, 0.043726, 0.019651;;, + 92;3; 0.010974, 0.043726, 0.019651;;, + 93;3; 0.010974, 0.043726, 0.019651;;, + 94;3; 0.010974, 0.043726, 0.019651;;, + 95;3; 0.010974, 0.043726, 0.019651;;, + 96;3; 0.010974, 0.043726, 0.019651;;, + 97;3; 0.010974, 0.043726, 0.019651;;, + 98;3; 0.010974, 0.043726, 0.019651;;, + 99;3; 0.010974, 0.043726, 0.019651;;, + 100;3; 0.010974, 0.043726, 0.019651;;, + 101;3; 0.010974, 0.043726, 0.019651;;, + 102;3; 0.010974, 0.043726, 0.019651;;, + 103;3; 0.010974, 0.043726, 0.019651;;, + 104;3; 0.010974, 0.043726, 0.019651;;, + 105;3; 0.010974, 0.043726, 0.019651;;, + 106;3; 0.010974, 0.043726, 0.019651;;, + 107;3; 0.010974, 0.043726, 0.019651;;, + 108;3; 0.010974, 0.043726, 0.019651;;, + 109;3; 0.010974, 0.043726, 0.019651;;, + 110;3; 0.010974, 0.043726, 0.019651;;, + 111;3; 0.010974, 0.043726, 0.019651;;, + 112;3; 0.010974, 0.043726, 0.019651;;, + 113;3; 0.010974, 0.043726, 0.019651;;, + 114;3; 0.010974, 0.043726, 0.019651;;, + 115;3; 0.010974, 0.043726, 0.019651;;, + 116;3; 0.010974, 0.043726, 0.019651;;, + 117;3; 0.010974, 0.043726, 0.019651;;, + 118;3; 0.010974, 0.043726, 0.019651;;, + 119;3; 0.010974, 0.043726, 0.019651;;, + 120;3; 0.010974, 0.043726, 0.019651;;, + 121;3; 0.010974, 0.043726, 0.019651;;, + 122;3; 0.010974, 0.043726, 0.019651;;, + 123;3; 0.010974, 0.043726, 0.019651;;, + 124;3; 0.010974, 0.043726, 0.019651;;, + 125;3; 0.010974, 0.043726, 0.019651;;, + 126;3; 0.010974, 0.043726, 0.019651;;, + 127;3; 0.010974, 0.043726, 0.019651;;, + 128;3; 0.010974, 0.043726, 0.019651;;, + 129;3; 0.010974, 0.043726, 0.019651;;, + 130;3; 0.010974, 0.043726, 0.019651;;, + 131;3; 0.010974, 0.043726, 0.019651;;, + 132;3; 0.010974, 0.043726, 0.019651;;, + 133;3; 0.010974, 0.043726, 0.019651;;, + 134;3; 0.010974, 0.043726, 0.019651;;, + 135;3; 0.010974, 0.043726, 0.019651;;, + 136;3; 0.010974, 0.043726, 0.019651;;, + 137;3; 0.010974, 0.043726, 0.019651;;, + 138;3; 0.010974, 0.043726, 0.019651;;, + 139;3; 0.010974, 0.043726, 0.019651;;, + 140;3; 0.010974, 0.043726, 0.019651;;, + 141;3; 0.010974, 0.043726, 0.019651;;, + 142;3; 0.010974, 0.043726, 0.019651;;, + 143;3; 0.010974, 0.043726, 0.019651;;, + 144;3; 0.010974, 0.043726, 0.019651;;, + 145;3; 0.010974, 0.043726, 0.019651;;, + 146;3; 0.010974, 0.043726, 0.019651;;, + 147;3; 0.010974, 0.043726, 0.019651;;, + 148;3; 0.010974, 0.043726, 0.019651;;, + 149;3; 0.010974, 0.043726, 0.019651;;, + 150;3; 0.010974, 0.043726, 0.019651;;, + 151;3; 0.010974, 0.043726, 0.019651;;, + 152;3; 0.010974, 0.043726, 0.019651;;, + 153;3; 0.010974, 0.043726, 0.019651;;, + 154;3; 0.010974, 0.043726, 0.019651;;, + 155;3; 0.010974, 0.043726, 0.019651;;, + 156;3; 0.010974, 0.043726, 0.019651;;, + 157;3; 0.010974, 0.043726, 0.019651;;, + 158;3; 0.010974, 0.043726, 0.019651;;, + 159;3; 0.010974, 0.043726, 0.019651;;; + } + } + Animation { + {wolfwoman_thumb_02_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 1;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 2;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 3;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 4;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 5;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 6;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 7;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 8;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 9;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 10;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 11;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 12;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 13;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 14;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 15;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 16;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 17;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 18;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 19;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 20;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 21;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 22;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 23;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 24;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 25;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 26;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 27;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 28;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 29;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 30;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 31;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 32;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 33;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 34;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 35;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 36;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 37;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 38;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 39;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 40;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 41;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 42;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 43;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 44;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 45;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 46;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 47;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 48;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 49;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 50;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 51;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 52;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 53;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 54;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 55;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 56;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 57;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 58;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 59;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 60;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 61;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 62;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 63;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 64;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 65;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 66;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 67;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 68;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 69;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 70;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 71;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 72;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 73;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 74;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 75;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 76;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 77;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 78;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 79;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 80;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 81;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 82;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 83;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 84;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 85;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 86;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 87;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 88;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 89;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 90;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 91;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 92;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 93;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 94;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 95;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 96;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 97;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 98;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 99;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 100;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 101;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 102;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 103;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 104;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 105;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 106;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 107;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 108;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 109;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 110;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 111;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 112;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 113;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 114;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 115;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 116;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 117;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 118;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 119;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 120;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 121;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 122;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 123;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 124;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 125;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 126;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 127;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 128;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 129;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 130;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 131;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 132;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 133;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 134;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 135;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 136;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 137;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 138;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 139;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 140;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 141;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 142;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 143;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 144;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 145;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 146;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 147;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 148;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 149;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 150;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 151;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 152;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 153;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 154;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 155;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 156;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 157;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 158;4;-0.805158, 0.456487,-0.309117, 0.218602;;, + 159;4;-0.805158, 0.456487,-0.309117, 0.218602;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.033709, 0.000000;;, + 1;3;-0.000000, 0.033709, 0.000000;;, + 2;3;-0.000000, 0.033709, 0.000000;;, + 3;3;-0.000000, 0.033709, 0.000000;;, + 4;3;-0.000000, 0.033709, 0.000000;;, + 5;3;-0.000000, 0.033709, 0.000000;;, + 6;3;-0.000000, 0.033709, 0.000000;;, + 7;3;-0.000000, 0.033709, 0.000000;;, + 8;3;-0.000000, 0.033709, 0.000000;;, + 9;3;-0.000000, 0.033709, 0.000000;;, + 10;3;-0.000000, 0.033709, 0.000000;;, + 11;3;-0.000000, 0.033709, 0.000000;;, + 12;3;-0.000000, 0.033709, 0.000000;;, + 13;3;-0.000000, 0.033709, 0.000000;;, + 14;3;-0.000000, 0.033709, 0.000000;;, + 15;3;-0.000000, 0.033709, 0.000000;;, + 16;3;-0.000000, 0.033709, 0.000000;;, + 17;3;-0.000000, 0.033709, 0.000000;;, + 18;3;-0.000000, 0.033709, 0.000000;;, + 19;3;-0.000000, 0.033709, 0.000000;;, + 20;3;-0.000000, 0.033709, 0.000000;;, + 21;3;-0.000000, 0.033709, 0.000000;;, + 22;3;-0.000000, 0.033709, 0.000000;;, + 23;3;-0.000000, 0.033709, 0.000000;;, + 24;3;-0.000000, 0.033709, 0.000000;;, + 25;3;-0.000000, 0.033709, 0.000000;;, + 26;3;-0.000000, 0.033709, 0.000000;;, + 27;3;-0.000000, 0.033709, 0.000000;;, + 28;3;-0.000000, 0.033709, 0.000000;;, + 29;3;-0.000000, 0.033709, 0.000000;;, + 30;3;-0.000000, 0.033709, 0.000000;;, + 31;3;-0.000000, 0.033709, 0.000000;;, + 32;3;-0.000000, 0.033709, 0.000000;;, + 33;3;-0.000000, 0.033709, 0.000000;;, + 34;3;-0.000000, 0.033709, 0.000000;;, + 35;3;-0.000000, 0.033709, 0.000000;;, + 36;3;-0.000000, 0.033709, 0.000000;;, + 37;3;-0.000000, 0.033709, 0.000000;;, + 38;3;-0.000000, 0.033709, 0.000000;;, + 39;3;-0.000000, 0.033709, 0.000000;;, + 40;3;-0.000000, 0.033709, 0.000000;;, + 41;3;-0.000000, 0.033709, 0.000000;;, + 42;3;-0.000000, 0.033709, 0.000000;;, + 43;3;-0.000000, 0.033709, 0.000000;;, + 44;3;-0.000000, 0.033709, 0.000000;;, + 45;3;-0.000000, 0.033709, 0.000000;;, + 46;3;-0.000000, 0.033709, 0.000000;;, + 47;3;-0.000000, 0.033709, 0.000000;;, + 48;3;-0.000000, 0.033709, 0.000000;;, + 49;3;-0.000000, 0.033709, 0.000000;;, + 50;3;-0.000000, 0.033709, 0.000000;;, + 51;3;-0.000000, 0.033709, 0.000000;;, + 52;3;-0.000000, 0.033709, 0.000000;;, + 53;3;-0.000000, 0.033709, 0.000000;;, + 54;3;-0.000000, 0.033709, 0.000000;;, + 55;3;-0.000000, 0.033709, 0.000000;;, + 56;3;-0.000000, 0.033709, 0.000000;;, + 57;3;-0.000000, 0.033709, 0.000000;;, + 58;3;-0.000000, 0.033709, 0.000000;;, + 59;3;-0.000000, 0.033709, 0.000000;;, + 60;3;-0.000000, 0.033709, 0.000000;;, + 61;3;-0.000000, 0.033709, 0.000000;;, + 62;3;-0.000000, 0.033709, 0.000000;;, + 63;3;-0.000000, 0.033709, 0.000000;;, + 64;3;-0.000000, 0.033709, 0.000000;;, + 65;3;-0.000000, 0.033709, 0.000000;;, + 66;3;-0.000000, 0.033709, 0.000000;;, + 67;3;-0.000000, 0.033709, 0.000000;;, + 68;3;-0.000000, 0.033709, 0.000000;;, + 69;3;-0.000000, 0.033709, 0.000000;;, + 70;3;-0.000000, 0.033709, 0.000000;;, + 71;3;-0.000000, 0.033709, 0.000000;;, + 72;3;-0.000000, 0.033709, 0.000000;;, + 73;3;-0.000000, 0.033709, 0.000000;;, + 74;3;-0.000000, 0.033709, 0.000000;;, + 75;3;-0.000000, 0.033709, 0.000000;;, + 76;3;-0.000000, 0.033709, 0.000000;;, + 77;3;-0.000000, 0.033709, 0.000000;;, + 78;3;-0.000000, 0.033709, 0.000000;;, + 79;3;-0.000000, 0.033709, 0.000000;;, + 80;3;-0.000000, 0.033709, 0.000000;;, + 81;3;-0.000000, 0.033709, 0.000000;;, + 82;3;-0.000000, 0.033709, 0.000000;;, + 83;3;-0.000000, 0.033709, 0.000000;;, + 84;3;-0.000000, 0.033709, 0.000000;;, + 85;3;-0.000000, 0.033709, 0.000000;;, + 86;3;-0.000000, 0.033709, 0.000000;;, + 87;3;-0.000000, 0.033709, 0.000000;;, + 88;3;-0.000000, 0.033709, 0.000000;;, + 89;3;-0.000000, 0.033709, 0.000000;;, + 90;3;-0.000000, 0.033709, 0.000000;;, + 91;3;-0.000000, 0.033709, 0.000000;;, + 92;3;-0.000000, 0.033709, 0.000000;;, + 93;3;-0.000000, 0.033709, 0.000000;;, + 94;3;-0.000000, 0.033709, 0.000000;;, + 95;3;-0.000000, 0.033709, 0.000000;;, + 96;3;-0.000000, 0.033709, 0.000000;;, + 97;3;-0.000000, 0.033709, 0.000000;;, + 98;3;-0.000000, 0.033709, 0.000000;;, + 99;3;-0.000000, 0.033709, 0.000000;;, + 100;3;-0.000000, 0.033709, 0.000000;;, + 101;3;-0.000000, 0.033709, 0.000000;;, + 102;3;-0.000000, 0.033709, 0.000000;;, + 103;3;-0.000000, 0.033709, 0.000000;;, + 104;3;-0.000000, 0.033709, 0.000000;;, + 105;3;-0.000000, 0.033709, 0.000000;;, + 106;3;-0.000000, 0.033709, 0.000000;;, + 107;3;-0.000000, 0.033709, 0.000000;;, + 108;3;-0.000000, 0.033709, 0.000000;;, + 109;3;-0.000000, 0.033709, 0.000000;;, + 110;3;-0.000000, 0.033709, 0.000000;;, + 111;3;-0.000000, 0.033709, 0.000000;;, + 112;3;-0.000000, 0.033709, 0.000000;;, + 113;3;-0.000000, 0.033709, 0.000000;;, + 114;3;-0.000000, 0.033709, 0.000000;;, + 115;3;-0.000000, 0.033709, 0.000000;;, + 116;3;-0.000000, 0.033709, 0.000000;;, + 117;3;-0.000000, 0.033709, 0.000000;;, + 118;3;-0.000000, 0.033709, 0.000000;;, + 119;3;-0.000000, 0.033709, 0.000000;;, + 120;3;-0.000000, 0.033709, 0.000000;;, + 121;3;-0.000000, 0.033709, 0.000000;;, + 122;3;-0.000000, 0.033709, 0.000000;;, + 123;3;-0.000000, 0.033709, 0.000000;;, + 124;3;-0.000000, 0.033709, 0.000000;;, + 125;3;-0.000000, 0.033709, 0.000000;;, + 126;3;-0.000000, 0.033709, 0.000000;;, + 127;3;-0.000000, 0.033709, 0.000000;;, + 128;3;-0.000000, 0.033709, 0.000000;;, + 129;3;-0.000000, 0.033709, 0.000000;;, + 130;3;-0.000000, 0.033709, 0.000000;;, + 131;3;-0.000000, 0.033709, 0.000000;;, + 132;3;-0.000000, 0.033709, 0.000000;;, + 133;3;-0.000000, 0.033709, 0.000000;;, + 134;3;-0.000000, 0.033709, 0.000000;;, + 135;3;-0.000000, 0.033709, 0.000000;;, + 136;3;-0.000000, 0.033709, 0.000000;;, + 137;3;-0.000000, 0.033709, 0.000000;;, + 138;3;-0.000000, 0.033709, 0.000000;;, + 139;3;-0.000000, 0.033709, 0.000000;;, + 140;3;-0.000000, 0.033709, 0.000000;;, + 141;3;-0.000000, 0.033709, 0.000000;;, + 142;3;-0.000000, 0.033709, 0.000000;;, + 143;3;-0.000000, 0.033709, 0.000000;;, + 144;3;-0.000000, 0.033709, 0.000000;;, + 145;3;-0.000000, 0.033709, 0.000000;;, + 146;3;-0.000000, 0.033709, 0.000000;;, + 147;3;-0.000000, 0.033709, 0.000000;;, + 148;3;-0.000000, 0.033709, 0.000000;;, + 149;3;-0.000000, 0.033709, 0.000000;;, + 150;3;-0.000000, 0.033709, 0.000000;;, + 151;3;-0.000000, 0.033709, 0.000000;;, + 152;3;-0.000000, 0.033709, 0.000000;;, + 153;3;-0.000000, 0.033709, 0.000000;;, + 154;3;-0.000000, 0.033709, 0.000000;;, + 155;3;-0.000000, 0.033709, 0.000000;;, + 156;3;-0.000000, 0.033709, 0.000000;;, + 157;3;-0.000000, 0.033709, 0.000000;;, + 158;3;-0.000000, 0.033709, 0.000000;;, + 159;3;-0.000000, 0.033709, 0.000000;;; + } + } + Animation { + {wolfwoman_thumb_03_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 1;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 2;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 3;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 4;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 5;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 6;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 7;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 8;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 9;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 10;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 11;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 12;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 13;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 14;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 15;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 16;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 17;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 18;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 19;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 20;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 21;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 22;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 23;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 24;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 25;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 26;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 27;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 28;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 29;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 30;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 31;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 32;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 33;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 34;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 35;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 36;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 37;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 38;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 39;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 40;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 41;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 42;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 43;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 44;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 45;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 46;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 47;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 48;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 49;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 50;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 51;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 52;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 53;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 54;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 55;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 56;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 57;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 58;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 59;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 60;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 61;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 62;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 63;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 64;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 65;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 66;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 67;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 68;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 69;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 70;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 71;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 72;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 73;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 74;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 75;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 76;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 77;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 78;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 79;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 80;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 81;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 82;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 83;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 84;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 85;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 86;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 87;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 88;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 89;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 90;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 91;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 92;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 93;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 94;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 95;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 96;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 97;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 98;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 99;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 100;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 101;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 102;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 103;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 104;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 105;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 106;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 107;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 108;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 109;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 110;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 111;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 112;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 113;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 114;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 115;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 116;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 117;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 118;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 119;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 120;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 121;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 122;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 123;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 124;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 125;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 126;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 127;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 128;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 129;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 130;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 131;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 132;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 133;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 134;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 135;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 136;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 137;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 138;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 139;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 140;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 141;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 142;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 143;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 144;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 145;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 146;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 147;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 148;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 149;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 150;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 151;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 152;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 153;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 154;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 155;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 156;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 157;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 158;4;-0.973475, 0.110074,-0.173613,-0.100445;;, + 159;4;-0.973475, 0.110074,-0.173613,-0.100445;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.039923,-0.000000;;, + 1;3; 0.000000, 0.039923,-0.000000;;, + 2;3; 0.000000, 0.039923,-0.000000;;, + 3;3; 0.000000, 0.039923,-0.000000;;, + 4;3; 0.000000, 0.039923,-0.000000;;, + 5;3; 0.000000, 0.039923,-0.000000;;, + 6;3; 0.000000, 0.039923,-0.000000;;, + 7;3; 0.000000, 0.039923,-0.000000;;, + 8;3; 0.000000, 0.039923,-0.000000;;, + 9;3; 0.000000, 0.039923,-0.000000;;, + 10;3; 0.000000, 0.039923,-0.000000;;, + 11;3; 0.000000, 0.039923,-0.000000;;, + 12;3; 0.000000, 0.039923,-0.000000;;, + 13;3; 0.000000, 0.039923,-0.000000;;, + 14;3; 0.000000, 0.039923,-0.000000;;, + 15;3; 0.000000, 0.039923,-0.000000;;, + 16;3; 0.000000, 0.039923,-0.000000;;, + 17;3; 0.000000, 0.039923,-0.000000;;, + 18;3; 0.000000, 0.039923,-0.000000;;, + 19;3; 0.000000, 0.039923,-0.000000;;, + 20;3; 0.000000, 0.039923,-0.000000;;, + 21;3; 0.000000, 0.039923,-0.000000;;, + 22;3; 0.000000, 0.039923,-0.000000;;, + 23;3; 0.000000, 0.039923,-0.000000;;, + 24;3; 0.000000, 0.039923,-0.000000;;, + 25;3; 0.000000, 0.039923,-0.000000;;, + 26;3; 0.000000, 0.039923,-0.000000;;, + 27;3; 0.000000, 0.039923,-0.000000;;, + 28;3; 0.000000, 0.039923,-0.000000;;, + 29;3; 0.000000, 0.039923,-0.000000;;, + 30;3; 0.000000, 0.039923,-0.000000;;, + 31;3; 0.000000, 0.039923,-0.000000;;, + 32;3; 0.000000, 0.039923,-0.000000;;, + 33;3; 0.000000, 0.039923,-0.000000;;, + 34;3; 0.000000, 0.039923,-0.000000;;, + 35;3; 0.000000, 0.039923,-0.000000;;, + 36;3; 0.000000, 0.039923,-0.000000;;, + 37;3; 0.000000, 0.039923,-0.000000;;, + 38;3; 0.000000, 0.039923,-0.000000;;, + 39;3; 0.000000, 0.039923,-0.000000;;, + 40;3; 0.000000, 0.039923,-0.000000;;, + 41;3; 0.000000, 0.039923,-0.000000;;, + 42;3; 0.000000, 0.039923,-0.000000;;, + 43;3; 0.000000, 0.039923,-0.000000;;, + 44;3; 0.000000, 0.039923,-0.000000;;, + 45;3; 0.000000, 0.039923,-0.000000;;, + 46;3; 0.000000, 0.039923,-0.000000;;, + 47;3; 0.000000, 0.039923,-0.000000;;, + 48;3; 0.000000, 0.039923,-0.000000;;, + 49;3; 0.000000, 0.039923,-0.000000;;, + 50;3; 0.000000, 0.039923,-0.000000;;, + 51;3; 0.000000, 0.039923,-0.000000;;, + 52;3; 0.000000, 0.039923,-0.000000;;, + 53;3; 0.000000, 0.039923,-0.000000;;, + 54;3; 0.000000, 0.039923,-0.000000;;, + 55;3; 0.000000, 0.039923,-0.000000;;, + 56;3; 0.000000, 0.039923,-0.000000;;, + 57;3; 0.000000, 0.039923,-0.000000;;, + 58;3; 0.000000, 0.039923,-0.000000;;, + 59;3; 0.000000, 0.039923,-0.000000;;, + 60;3; 0.000000, 0.039923,-0.000000;;, + 61;3; 0.000000, 0.039923,-0.000000;;, + 62;3; 0.000000, 0.039923,-0.000000;;, + 63;3; 0.000000, 0.039923,-0.000000;;, + 64;3; 0.000000, 0.039923,-0.000000;;, + 65;3; 0.000000, 0.039923,-0.000000;;, + 66;3; 0.000000, 0.039923,-0.000000;;, + 67;3; 0.000000, 0.039923,-0.000000;;, + 68;3; 0.000000, 0.039923,-0.000000;;, + 69;3; 0.000000, 0.039923,-0.000000;;, + 70;3; 0.000000, 0.039923,-0.000000;;, + 71;3; 0.000000, 0.039923,-0.000000;;, + 72;3; 0.000000, 0.039923,-0.000000;;, + 73;3; 0.000000, 0.039923,-0.000000;;, + 74;3; 0.000000, 0.039923,-0.000000;;, + 75;3; 0.000000, 0.039923,-0.000000;;, + 76;3; 0.000000, 0.039923,-0.000000;;, + 77;3; 0.000000, 0.039923,-0.000000;;, + 78;3; 0.000000, 0.039923,-0.000000;;, + 79;3; 0.000000, 0.039923,-0.000000;;, + 80;3; 0.000000, 0.039923,-0.000000;;, + 81;3; 0.000000, 0.039923,-0.000000;;, + 82;3; 0.000000, 0.039923,-0.000000;;, + 83;3; 0.000000, 0.039923,-0.000000;;, + 84;3; 0.000000, 0.039923,-0.000000;;, + 85;3; 0.000000, 0.039923,-0.000000;;, + 86;3; 0.000000, 0.039923,-0.000000;;, + 87;3; 0.000000, 0.039923,-0.000000;;, + 88;3; 0.000000, 0.039923,-0.000000;;, + 89;3; 0.000000, 0.039923,-0.000000;;, + 90;3; 0.000000, 0.039923,-0.000000;;, + 91;3; 0.000000, 0.039923,-0.000000;;, + 92;3; 0.000000, 0.039923,-0.000000;;, + 93;3; 0.000000, 0.039923,-0.000000;;, + 94;3; 0.000000, 0.039923,-0.000000;;, + 95;3; 0.000000, 0.039923,-0.000000;;, + 96;3; 0.000000, 0.039923,-0.000000;;, + 97;3; 0.000000, 0.039923,-0.000000;;, + 98;3; 0.000000, 0.039923,-0.000000;;, + 99;3; 0.000000, 0.039923,-0.000000;;, + 100;3; 0.000000, 0.039923,-0.000000;;, + 101;3; 0.000000, 0.039923,-0.000000;;, + 102;3; 0.000000, 0.039923,-0.000000;;, + 103;3; 0.000000, 0.039923,-0.000000;;, + 104;3; 0.000000, 0.039923,-0.000000;;, + 105;3; 0.000000, 0.039923,-0.000000;;, + 106;3; 0.000000, 0.039923,-0.000000;;, + 107;3; 0.000000, 0.039923,-0.000000;;, + 108;3; 0.000000, 0.039923,-0.000000;;, + 109;3; 0.000000, 0.039923,-0.000000;;, + 110;3; 0.000000, 0.039923,-0.000000;;, + 111;3; 0.000000, 0.039923,-0.000000;;, + 112;3; 0.000000, 0.039923,-0.000000;;, + 113;3; 0.000000, 0.039923,-0.000000;;, + 114;3; 0.000000, 0.039923,-0.000000;;, + 115;3; 0.000000, 0.039923,-0.000000;;, + 116;3; 0.000000, 0.039923,-0.000000;;, + 117;3; 0.000000, 0.039923,-0.000000;;, + 118;3; 0.000000, 0.039923,-0.000000;;, + 119;3; 0.000000, 0.039923,-0.000000;;, + 120;3; 0.000000, 0.039923,-0.000000;;, + 121;3; 0.000000, 0.039923,-0.000000;;, + 122;3; 0.000000, 0.039923,-0.000000;;, + 123;3; 0.000000, 0.039923,-0.000000;;, + 124;3; 0.000000, 0.039923,-0.000000;;, + 125;3; 0.000000, 0.039923,-0.000000;;, + 126;3; 0.000000, 0.039923,-0.000000;;, + 127;3; 0.000000, 0.039923,-0.000000;;, + 128;3; 0.000000, 0.039923,-0.000000;;, + 129;3; 0.000000, 0.039923,-0.000000;;, + 130;3; 0.000000, 0.039923,-0.000000;;, + 131;3; 0.000000, 0.039923,-0.000000;;, + 132;3; 0.000000, 0.039923,-0.000000;;, + 133;3; 0.000000, 0.039923,-0.000000;;, + 134;3; 0.000000, 0.039923,-0.000000;;, + 135;3; 0.000000, 0.039923,-0.000000;;, + 136;3; 0.000000, 0.039923,-0.000000;;, + 137;3; 0.000000, 0.039923,-0.000000;;, + 138;3; 0.000000, 0.039923,-0.000000;;, + 139;3; 0.000000, 0.039923,-0.000000;;, + 140;3; 0.000000, 0.039923,-0.000000;;, + 141;3; 0.000000, 0.039923,-0.000000;;, + 142;3; 0.000000, 0.039923,-0.000000;;, + 143;3; 0.000000, 0.039923,-0.000000;;, + 144;3; 0.000000, 0.039923,-0.000000;;, + 145;3; 0.000000, 0.039923,-0.000000;;, + 146;3; 0.000000, 0.039923,-0.000000;;, + 147;3; 0.000000, 0.039923,-0.000000;;, + 148;3; 0.000000, 0.039923,-0.000000;;, + 149;3; 0.000000, 0.039923,-0.000000;;, + 150;3; 0.000000, 0.039923,-0.000000;;, + 151;3; 0.000000, 0.039923,-0.000000;;, + 152;3; 0.000000, 0.039923,-0.000000;;, + 153;3; 0.000000, 0.039923,-0.000000;;, + 154;3; 0.000000, 0.039923,-0.000000;;, + 155;3; 0.000000, 0.039923,-0.000000;;, + 156;3; 0.000000, 0.039923,-0.000000;;, + 157;3; 0.000000, 0.039923,-0.000000;;, + 158;3; 0.000000, 0.039923,-0.000000;;, + 159;3; 0.000000, 0.039923,-0.000000;;; + } + } + Animation { + {wolfwoman_neck_01} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 1;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 2;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 3;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 4;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 5;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 6;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 7;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 8;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 9;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 10;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 11;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 12;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 13;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 14;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 15;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 16;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 17;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 18;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 19;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 20;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 21;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 22;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 23;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 24;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 25;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 26;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 27;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 28;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 29;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 30;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 31;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 32;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 33;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 34;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 35;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 36;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 37;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 38;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 39;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 40;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 41;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 42;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 43;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 44;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 45;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 46;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 47;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 48;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 49;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 50;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 51;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 52;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 53;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 54;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 55;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 56;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 57;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 58;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 59;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 60;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 61;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 62;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 63;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 64;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 65;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 66;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 67;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 68;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 69;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 70;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 71;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 72;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 73;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 74;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 75;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 76;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 77;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 78;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 79;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 80;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 81;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 82;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 83;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 84;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 85;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 86;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 87;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 88;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 89;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 90;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 91;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 92;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 93;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 94;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 95;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 96;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 97;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 98;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 99;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 100;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 101;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 102;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 103;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 104;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 105;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 106;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 107;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 108;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 109;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 110;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 111;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 112;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 113;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 114;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 115;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 116;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 117;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 118;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 119;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 120;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 121;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 122;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 123;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 124;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 125;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 126;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 127;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 128;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 129;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 130;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 131;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 132;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 133;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 134;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 135;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 136;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 137;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 138;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 139;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 140;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 141;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 142;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 143;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 144;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 145;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 146;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 147;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 148;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 149;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 150;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 151;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 152;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 153;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 154;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 155;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 156;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 157;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 158;4;-0.968462, 0.249162, 0.000000,-0.000000;;, + 159;4;-0.968462, 0.249162, 0.000000,-0.000000;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.332299, 0.093567;;, + 1;3; 0.000000, 0.332299, 0.093567;;, + 2;3; 0.000000, 0.332299, 0.093567;;, + 3;3; 0.000000, 0.332299, 0.093567;;, + 4;3; 0.000000, 0.332299, 0.093567;;, + 5;3; 0.000000, 0.332299, 0.093567;;, + 6;3; 0.000000, 0.332299, 0.093567;;, + 7;3; 0.000000, 0.332299, 0.093567;;, + 8;3; 0.000000, 0.332299, 0.093567;;, + 9;3; 0.000000, 0.332299, 0.093567;;, + 10;3; 0.000000, 0.332299, 0.093567;;, + 11;3; 0.000000, 0.332299, 0.093567;;, + 12;3; 0.000000, 0.332299, 0.093567;;, + 13;3; 0.000000, 0.332299, 0.093567;;, + 14;3; 0.000000, 0.332299, 0.093567;;, + 15;3; 0.000000, 0.332299, 0.093567;;, + 16;3; 0.000000, 0.332299, 0.093567;;, + 17;3; 0.000000, 0.332299, 0.093567;;, + 18;3; 0.000000, 0.332299, 0.093567;;, + 19;3; 0.000000, 0.332299, 0.093567;;, + 20;3; 0.000000, 0.332299, 0.093567;;, + 21;3; 0.000000, 0.332299, 0.093567;;, + 22;3; 0.000000, 0.332299, 0.093567;;, + 23;3; 0.000000, 0.332299, 0.093567;;, + 24;3; 0.000000, 0.332299, 0.093567;;, + 25;3; 0.000000, 0.332299, 0.093567;;, + 26;3; 0.000000, 0.332299, 0.093567;;, + 27;3; 0.000000, 0.332299, 0.093567;;, + 28;3; 0.000000, 0.332299, 0.093567;;, + 29;3; 0.000000, 0.332299, 0.093567;;, + 30;3; 0.000000, 0.332299, 0.093567;;, + 31;3; 0.000000, 0.332299, 0.093567;;, + 32;3; 0.000000, 0.332299, 0.093567;;, + 33;3; 0.000000, 0.332299, 0.093567;;, + 34;3; 0.000000, 0.332299, 0.093567;;, + 35;3; 0.000000, 0.332299, 0.093567;;, + 36;3; 0.000000, 0.332299, 0.093567;;, + 37;3; 0.000000, 0.332299, 0.093567;;, + 38;3; 0.000000, 0.332299, 0.093567;;, + 39;3; 0.000000, 0.332299, 0.093567;;, + 40;3; 0.000000, 0.332299, 0.093567;;, + 41;3; 0.000000, 0.332299, 0.093567;;, + 42;3; 0.000000, 0.332299, 0.093567;;, + 43;3; 0.000000, 0.332299, 0.093567;;, + 44;3; 0.000000, 0.332299, 0.093567;;, + 45;3; 0.000000, 0.332299, 0.093567;;, + 46;3; 0.000000, 0.332299, 0.093567;;, + 47;3; 0.000000, 0.332299, 0.093567;;, + 48;3; 0.000000, 0.332299, 0.093567;;, + 49;3; 0.000000, 0.332299, 0.093567;;, + 50;3; 0.000000, 0.332299, 0.093567;;, + 51;3; 0.000000, 0.332299, 0.093567;;, + 52;3; 0.000000, 0.332299, 0.093567;;, + 53;3; 0.000000, 0.332299, 0.093567;;, + 54;3; 0.000000, 0.332299, 0.093567;;, + 55;3; 0.000000, 0.332299, 0.093567;;, + 56;3; 0.000000, 0.332299, 0.093567;;, + 57;3; 0.000000, 0.332299, 0.093567;;, + 58;3; 0.000000, 0.332299, 0.093567;;, + 59;3; 0.000000, 0.332299, 0.093567;;, + 60;3; 0.000000, 0.332299, 0.093567;;, + 61;3; 0.000000, 0.332299, 0.093567;;, + 62;3; 0.000000, 0.332299, 0.093567;;, + 63;3; 0.000000, 0.332299, 0.093567;;, + 64;3; 0.000000, 0.332299, 0.093567;;, + 65;3; 0.000000, 0.332299, 0.093567;;, + 66;3; 0.000000, 0.332299, 0.093567;;, + 67;3; 0.000000, 0.332299, 0.093567;;, + 68;3; 0.000000, 0.332299, 0.093567;;, + 69;3; 0.000000, 0.332299, 0.093567;;, + 70;3; 0.000000, 0.332299, 0.093567;;, + 71;3; 0.000000, 0.332299, 0.093567;;, + 72;3; 0.000000, 0.332299, 0.093567;;, + 73;3; 0.000000, 0.332299, 0.093567;;, + 74;3; 0.000000, 0.332299, 0.093567;;, + 75;3; 0.000000, 0.332299, 0.093567;;, + 76;3; 0.000000, 0.332299, 0.093567;;, + 77;3; 0.000000, 0.332299, 0.093567;;, + 78;3; 0.000000, 0.332299, 0.093567;;, + 79;3; 0.000000, 0.332299, 0.093567;;, + 80;3; 0.000000, 0.332299, 0.093567;;, + 81;3; 0.000000, 0.332299, 0.093567;;, + 82;3; 0.000000, 0.332299, 0.093567;;, + 83;3; 0.000000, 0.332299, 0.093567;;, + 84;3; 0.000000, 0.332299, 0.093567;;, + 85;3; 0.000000, 0.332299, 0.093567;;, + 86;3; 0.000000, 0.332299, 0.093567;;, + 87;3; 0.000000, 0.332299, 0.093567;;, + 88;3; 0.000000, 0.332299, 0.093567;;, + 89;3; 0.000000, 0.332299, 0.093567;;, + 90;3; 0.000000, 0.332299, 0.093567;;, + 91;3; 0.000000, 0.332299, 0.093567;;, + 92;3; 0.000000, 0.332299, 0.093567;;, + 93;3; 0.000000, 0.332299, 0.093567;;, + 94;3; 0.000000, 0.332299, 0.093567;;, + 95;3; 0.000000, 0.332299, 0.093567;;, + 96;3; 0.000000, 0.332299, 0.093567;;, + 97;3; 0.000000, 0.332299, 0.093567;;, + 98;3; 0.000000, 0.332299, 0.093567;;, + 99;3; 0.000000, 0.332299, 0.093567;;, + 100;3; 0.000000, 0.332299, 0.093567;;, + 101;3; 0.000000, 0.332299, 0.093567;;, + 102;3; 0.000000, 0.332299, 0.093567;;, + 103;3; 0.000000, 0.332299, 0.093567;;, + 104;3; 0.000000, 0.332299, 0.093567;;, + 105;3; 0.000000, 0.332299, 0.093567;;, + 106;3; 0.000000, 0.332299, 0.093567;;, + 107;3; 0.000000, 0.332299, 0.093567;;, + 108;3; 0.000000, 0.332299, 0.093567;;, + 109;3; 0.000000, 0.332299, 0.093567;;, + 110;3; 0.000000, 0.332299, 0.093567;;, + 111;3; 0.000000, 0.332299, 0.093567;;, + 112;3; 0.000000, 0.332299, 0.093567;;, + 113;3; 0.000000, 0.332299, 0.093567;;, + 114;3; 0.000000, 0.332299, 0.093567;;, + 115;3; 0.000000, 0.332299, 0.093567;;, + 116;3; 0.000000, 0.332299, 0.093567;;, + 117;3; 0.000000, 0.332299, 0.093567;;, + 118;3; 0.000000, 0.332299, 0.093567;;, + 119;3; 0.000000, 0.332299, 0.093567;;, + 120;3; 0.000000, 0.332299, 0.093567;;, + 121;3; 0.000000, 0.332299, 0.093567;;, + 122;3; 0.000000, 0.332299, 0.093567;;, + 123;3; 0.000000, 0.332299, 0.093567;;, + 124;3; 0.000000, 0.332299, 0.093567;;, + 125;3; 0.000000, 0.332299, 0.093567;;, + 126;3; 0.000000, 0.332299, 0.093567;;, + 127;3; 0.000000, 0.332299, 0.093567;;, + 128;3; 0.000000, 0.332299, 0.093567;;, + 129;3; 0.000000, 0.332299, 0.093567;;, + 130;3; 0.000000, 0.332299, 0.093567;;, + 131;3; 0.000000, 0.332299, 0.093567;;, + 132;3; 0.000000, 0.332299, 0.093567;;, + 133;3; 0.000000, 0.332299, 0.093567;;, + 134;3; 0.000000, 0.332299, 0.093567;;, + 135;3; 0.000000, 0.332299, 0.093567;;, + 136;3; 0.000000, 0.332299, 0.093567;;, + 137;3; 0.000000, 0.332299, 0.093567;;, + 138;3; 0.000000, 0.332299, 0.093567;;, + 139;3; 0.000000, 0.332299, 0.093567;;, + 140;3; 0.000000, 0.332299, 0.093567;;, + 141;3; 0.000000, 0.332299, 0.093567;;, + 142;3; 0.000000, 0.332299, 0.093567;;, + 143;3; 0.000000, 0.332299, 0.093567;;, + 144;3; 0.000000, 0.332299, 0.093567;;, + 145;3; 0.000000, 0.332299, 0.093567;;, + 146;3; 0.000000, 0.332299, 0.093567;;, + 147;3; 0.000000, 0.332299, 0.093567;;, + 148;3; 0.000000, 0.332299, 0.093567;;, + 149;3; 0.000000, 0.332299, 0.093567;;, + 150;3; 0.000000, 0.332299, 0.093567;;, + 151;3; 0.000000, 0.332299, 0.093567;;, + 152;3; 0.000000, 0.332299, 0.093567;;, + 153;3; 0.000000, 0.332299, 0.093567;;, + 154;3; 0.000000, 0.332299, 0.093567;;, + 155;3; 0.000000, 0.332299, 0.093567;;, + 156;3; 0.000000, 0.332299, 0.093567;;, + 157;3; 0.000000, 0.332299, 0.093567;;, + 158;3; 0.000000, 0.332299, 0.093567;;, + 159;3; 0.000000, 0.332299, 0.093567;;; + } + } + Animation { + {wolfwoman_head} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 1;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 2;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 3;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 4;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 5;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 6;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 7;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 8;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 9;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 10;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 11;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 12;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 13;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 14;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 15;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 16;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 17;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 18;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 19;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 20;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 21;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 22;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 23;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 24;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 25;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 26;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 27;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 28;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 29;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 30;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 31;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 32;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 33;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 34;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 35;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 36;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 37;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 38;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 39;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 40;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 41;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 42;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 43;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 44;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 45;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 46;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 47;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 48;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 49;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 50;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 51;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 52;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 53;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 54;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 55;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 56;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 57;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 58;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 59;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 60;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 61;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 62;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 63;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 64;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 65;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 66;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 67;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 68;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 69;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 70;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 71;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 72;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 73;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 74;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 75;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 76;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 77;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 78;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 79;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 80;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 81;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 82;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 83;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 84;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 85;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 86;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 87;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 88;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 89;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 90;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 91;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 92;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 93;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 94;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 95;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 96;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 97;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 98;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 99;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 100;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 101;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 102;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 103;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 104;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 105;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 106;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 107;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 108;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 109;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 110;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 111;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 112;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 113;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 114;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 115;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 116;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 117;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 118;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 119;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 120;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 121;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 122;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 123;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 124;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 125;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 126;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 127;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 128;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 129;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 130;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 131;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 132;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 133;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 134;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 135;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 136;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 137;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 138;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 139;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 140;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 141;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 142;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 143;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 144;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 145;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 146;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 147;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 148;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 149;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 150;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 151;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 152;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 153;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 154;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 155;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 156;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 157;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 158;4;-0.981453,-0.191702,-0.000000,-0.000000;;, + 159;4;-0.981453,-0.191702,-0.000000,-0.000000;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.100582, 0.000000;;, + 1;3; 0.000000, 0.100582, 0.000000;;, + 2;3; 0.000000, 0.100582, 0.000000;;, + 3;3; 0.000000, 0.100582, 0.000000;;, + 4;3; 0.000000, 0.100582, 0.000000;;, + 5;3; 0.000000, 0.100582, 0.000000;;, + 6;3; 0.000000, 0.100582, 0.000000;;, + 7;3; 0.000000, 0.100582, 0.000000;;, + 8;3; 0.000000, 0.100582, 0.000000;;, + 9;3; 0.000000, 0.100582, 0.000000;;, + 10;3; 0.000000, 0.100582, 0.000000;;, + 11;3; 0.000000, 0.100582, 0.000000;;, + 12;3; 0.000000, 0.100582, 0.000000;;, + 13;3; 0.000000, 0.100582, 0.000000;;, + 14;3; 0.000000, 0.100582, 0.000000;;, + 15;3; 0.000000, 0.100582, 0.000000;;, + 16;3; 0.000000, 0.100582, 0.000000;;, + 17;3; 0.000000, 0.100582, 0.000000;;, + 18;3; 0.000000, 0.100582, 0.000000;;, + 19;3; 0.000000, 0.100582, 0.000000;;, + 20;3; 0.000000, 0.100582, 0.000000;;, + 21;3; 0.000000, 0.100582, 0.000000;;, + 22;3; 0.000000, 0.100582, 0.000000;;, + 23;3; 0.000000, 0.100582, 0.000000;;, + 24;3; 0.000000, 0.100582, 0.000000;;, + 25;3; 0.000000, 0.100582, 0.000000;;, + 26;3; 0.000000, 0.100582, 0.000000;;, + 27;3; 0.000000, 0.100582, 0.000000;;, + 28;3; 0.000000, 0.100582, 0.000000;;, + 29;3; 0.000000, 0.100582, 0.000000;;, + 30;3; 0.000000, 0.100582, 0.000000;;, + 31;3; 0.000000, 0.100582, 0.000000;;, + 32;3; 0.000000, 0.100582, 0.000000;;, + 33;3; 0.000000, 0.100582, 0.000000;;, + 34;3; 0.000000, 0.100582, 0.000000;;, + 35;3; 0.000000, 0.100582, 0.000000;;, + 36;3; 0.000000, 0.100582, 0.000000;;, + 37;3; 0.000000, 0.100582, 0.000000;;, + 38;3; 0.000000, 0.100582, 0.000000;;, + 39;3; 0.000000, 0.100582, 0.000000;;, + 40;3; 0.000000, 0.100582, 0.000000;;, + 41;3; 0.000000, 0.100582, 0.000000;;, + 42;3; 0.000000, 0.100582, 0.000000;;, + 43;3; 0.000000, 0.100582, 0.000000;;, + 44;3; 0.000000, 0.100582, 0.000000;;, + 45;3; 0.000000, 0.100582, 0.000000;;, + 46;3; 0.000000, 0.100582, 0.000000;;, + 47;3; 0.000000, 0.100582, 0.000000;;, + 48;3; 0.000000, 0.100582, 0.000000;;, + 49;3; 0.000000, 0.100582, 0.000000;;, + 50;3; 0.000000, 0.100582, 0.000000;;, + 51;3; 0.000000, 0.100582, 0.000000;;, + 52;3; 0.000000, 0.100582, 0.000000;;, + 53;3; 0.000000, 0.100582, 0.000000;;, + 54;3; 0.000000, 0.100582, 0.000000;;, + 55;3; 0.000000, 0.100582, 0.000000;;, + 56;3; 0.000000, 0.100582, 0.000000;;, + 57;3; 0.000000, 0.100582, 0.000000;;, + 58;3; 0.000000, 0.100582, 0.000000;;, + 59;3; 0.000000, 0.100582, 0.000000;;, + 60;3; 0.000000, 0.100582, 0.000000;;, + 61;3; 0.000000, 0.100582, 0.000000;;, + 62;3; 0.000000, 0.100582, 0.000000;;, + 63;3; 0.000000, 0.100582, 0.000000;;, + 64;3; 0.000000, 0.100582, 0.000000;;, + 65;3; 0.000000, 0.100582, 0.000000;;, + 66;3; 0.000000, 0.100582, 0.000000;;, + 67;3; 0.000000, 0.100582, 0.000000;;, + 68;3; 0.000000, 0.100582, 0.000000;;, + 69;3; 0.000000, 0.100582, 0.000000;;, + 70;3; 0.000000, 0.100582, 0.000000;;, + 71;3; 0.000000, 0.100582, 0.000000;;, + 72;3; 0.000000, 0.100582, 0.000000;;, + 73;3; 0.000000, 0.100582, 0.000000;;, + 74;3; 0.000000, 0.100582, 0.000000;;, + 75;3; 0.000000, 0.100582, 0.000000;;, + 76;3; 0.000000, 0.100582, 0.000000;;, + 77;3; 0.000000, 0.100582, 0.000000;;, + 78;3; 0.000000, 0.100582, 0.000000;;, + 79;3;-0.000000, 0.100582, 0.000000;;, + 80;3; 0.000000, 0.100582, 0.000000;;, + 81;3; 0.000000, 0.100582, 0.000000;;, + 82;3; 0.000000, 0.100582, 0.000000;;, + 83;3; 0.000000, 0.100582, 0.000000;;, + 84;3; 0.000000, 0.100582, 0.000000;;, + 85;3; 0.000000, 0.100582, 0.000000;;, + 86;3; 0.000000, 0.100582, 0.000000;;, + 87;3; 0.000000, 0.100582, 0.000000;;, + 88;3; 0.000000, 0.100582, 0.000000;;, + 89;3; 0.000000, 0.100582, 0.000000;;, + 90;3; 0.000000, 0.100582, 0.000000;;, + 91;3; 0.000000, 0.100582, 0.000000;;, + 92;3; 0.000000, 0.100582, 0.000000;;, + 93;3; 0.000000, 0.100582, 0.000000;;, + 94;3; 0.000000, 0.100582, 0.000000;;, + 95;3; 0.000000, 0.100582, 0.000000;;, + 96;3; 0.000000, 0.100582, 0.000000;;, + 97;3; 0.000000, 0.100582, 0.000000;;, + 98;3; 0.000000, 0.100582, 0.000000;;, + 99;3; 0.000000, 0.100582, 0.000000;;, + 100;3; 0.000000, 0.100582, 0.000000;;, + 101;3; 0.000000, 0.100582, 0.000000;;, + 102;3; 0.000000, 0.100582, 0.000000;;, + 103;3; 0.000000, 0.100582, 0.000000;;, + 104;3; 0.000000, 0.100582, 0.000000;;, + 105;3; 0.000000, 0.100582, 0.000000;;, + 106;3; 0.000000, 0.100582, 0.000000;;, + 107;3; 0.000000, 0.100582, 0.000000;;, + 108;3; 0.000000, 0.100582, 0.000000;;, + 109;3; 0.000000, 0.100582, 0.000000;;, + 110;3; 0.000000, 0.100582, 0.000000;;, + 111;3; 0.000000, 0.100582, 0.000000;;, + 112;3; 0.000000, 0.100582, 0.000000;;, + 113;3; 0.000000, 0.100582, 0.000000;;, + 114;3; 0.000000, 0.100582, 0.000000;;, + 115;3; 0.000000, 0.100582, 0.000000;;, + 116;3; 0.000000, 0.100582, 0.000000;;, + 117;3; 0.000000, 0.100582, 0.000000;;, + 118;3; 0.000000, 0.100582, 0.000000;;, + 119;3; 0.000000, 0.100582, 0.000000;;, + 120;3; 0.000000, 0.100582, 0.000000;;, + 121;3; 0.000000, 0.100582, 0.000000;;, + 122;3; 0.000000, 0.100582, 0.000000;;, + 123;3; 0.000000, 0.100582, 0.000000;;, + 124;3; 0.000000, 0.100582, 0.000000;;, + 125;3; 0.000000, 0.100582, 0.000000;;, + 126;3; 0.000000, 0.100582, 0.000000;;, + 127;3; 0.000000, 0.100582, 0.000000;;, + 128;3; 0.000000, 0.100582, 0.000000;;, + 129;3; 0.000000, 0.100582, 0.000000;;, + 130;3; 0.000000, 0.100582, 0.000000;;, + 131;3; 0.000000, 0.100582, 0.000000;;, + 132;3; 0.000000, 0.100582, 0.000000;;, + 133;3; 0.000000, 0.100582, 0.000000;;, + 134;3; 0.000000, 0.100582, 0.000000;;, + 135;3; 0.000000, 0.100582, 0.000000;;, + 136;3; 0.000000, 0.100582, 0.000000;;, + 137;3; 0.000000, 0.100582, 0.000000;;, + 138;3; 0.000000, 0.100582, 0.000000;;, + 139;3; 0.000000, 0.100582, 0.000000;;, + 140;3; 0.000000, 0.100582, 0.000000;;, + 141;3; 0.000000, 0.100582, 0.000000;;, + 142;3; 0.000000, 0.100582, 0.000000;;, + 143;3; 0.000000, 0.100582, 0.000000;;, + 144;3; 0.000000, 0.100582, 0.000000;;, + 145;3; 0.000000, 0.100582, 0.000000;;, + 146;3; 0.000000, 0.100582, 0.000000;;, + 147;3; 0.000000, 0.100582, 0.000000;;, + 148;3; 0.000000, 0.100582, 0.000000;;, + 149;3; 0.000000, 0.100582, 0.000000;;, + 150;3; 0.000000, 0.100582, 0.000000;;, + 151;3; 0.000000, 0.100582, 0.000000;;, + 152;3; 0.000000, 0.100582, 0.000000;;, + 153;3; 0.000000, 0.100582, 0.000000;;, + 154;3; 0.000000, 0.100582, 0.000000;;, + 155;3; 0.000000, 0.100582, 0.000000;;, + 156;3; 0.000000, 0.100582, 0.000000;;, + 157;3; 0.000000, 0.100582, 0.000000;;, + 158;3; 0.000000, 0.100582, 0.000000;;, + 159;3; 0.000000, 0.100582, 0.000000;;; + } + } + Animation { + {wolfwoman_thigh_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 1;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 2;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 3;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 4;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 5;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 6;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 7;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 8;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 9;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 10;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 11;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 12;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 13;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 14;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 15;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 16;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 17;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 18;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 19;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 20;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 21;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 22;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 23;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 24;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 25;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 26;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 27;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 28;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 29;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 30;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 31;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 32;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 33;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 34;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 35;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 36;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 37;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 38;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 39;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 40;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 41;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 42;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 43;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 44;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 45;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 46;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 47;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 48;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 49;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 50;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 51;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 52;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 53;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 54;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 55;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 56;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 57;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 58;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 59;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 60;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 61;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 62;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 63;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 64;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 65;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 66;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 67;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 68;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 69;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 70;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 71;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 72;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 73;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 74;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 75;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 76;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 77;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 78;4;-0.126465,-0.968450,-0.044679, 0.210036;;, + 79;4; 0.237322,-0.838670, 0.140286, 0.469714;;, + 80;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 81;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 82;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 83;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 84;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 85;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 86;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 87;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 88;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 89;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 90;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 91;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 92;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 93;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 94;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 95;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 96;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 97;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 98;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 99;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 100;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 101;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 102;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 103;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 104;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 105;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 106;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 107;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 108;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 109;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 110;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 111;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 112;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 113;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 114;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 115;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 116;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 117;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 118;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 119;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 120;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 121;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 122;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 123;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 124;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 125;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 126;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 127;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 128;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 129;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 130;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 131;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 132;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 133;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 134;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 135;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 136;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 137;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 138;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 139;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 140;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 141;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 142;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 143;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 144;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 145;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 146;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 147;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 148;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 149;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 150;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 151;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 152;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 153;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 154;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 155;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 156;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 157;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 158;4; 0.541580,-0.498527, 0.290063, 0.611575;;, + 159;4; 0.541580,-0.498527, 0.290063, 0.611575;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 0.999999;;, + 1;3; 1.000000, 1.000000, 0.999999;;, + 2;3; 1.000000, 1.000000, 0.999999;;, + 3;3; 1.000000, 1.000000, 0.999999;;, + 4;3; 1.000000, 1.000000, 0.999999;;, + 5;3; 1.000000, 1.000000, 0.999999;;, + 6;3; 1.000000, 1.000000, 0.999999;;, + 7;3; 1.000000, 1.000000, 0.999999;;, + 8;3; 1.000000, 1.000000, 0.999999;;, + 9;3; 1.000000, 1.000000, 0.999999;;, + 10;3; 1.000000, 1.000000, 0.999999;;, + 11;3; 1.000000, 1.000000, 0.999999;;, + 12;3; 1.000000, 1.000000, 0.999999;;, + 13;3; 1.000000, 1.000000, 0.999999;;, + 14;3; 1.000000, 1.000000, 0.999999;;, + 15;3; 1.000000, 1.000000, 0.999999;;, + 16;3; 1.000000, 1.000000, 0.999999;;, + 17;3; 1.000000, 1.000000, 0.999999;;, + 18;3; 1.000000, 1.000000, 0.999999;;, + 19;3; 1.000000, 1.000000, 0.999999;;, + 20;3; 1.000000, 1.000000, 0.999999;;, + 21;3; 1.000000, 1.000000, 0.999999;;, + 22;3; 1.000000, 1.000000, 0.999999;;, + 23;3; 1.000000, 1.000000, 0.999999;;, + 24;3; 1.000000, 1.000000, 0.999999;;, + 25;3; 1.000000, 1.000000, 0.999999;;, + 26;3; 1.000000, 1.000000, 0.999999;;, + 27;3; 1.000000, 1.000000, 0.999999;;, + 28;3; 1.000000, 1.000000, 0.999999;;, + 29;3; 1.000000, 1.000000, 0.999999;;, + 30;3; 1.000000, 1.000000, 0.999999;;, + 31;3; 1.000000, 1.000000, 0.999999;;, + 32;3; 1.000000, 1.000000, 0.999999;;, + 33;3; 1.000000, 1.000000, 0.999999;;, + 34;3; 1.000000, 1.000000, 0.999999;;, + 35;3; 1.000000, 1.000000, 0.999999;;, + 36;3; 1.000000, 1.000000, 0.999999;;, + 37;3; 1.000000, 1.000000, 0.999999;;, + 38;3; 1.000000, 1.000000, 0.999999;;, + 39;3; 1.000000, 1.000000, 0.999999;;, + 40;3; 1.000000, 1.000000, 0.999999;;, + 41;3; 1.000000, 1.000000, 0.999999;;, + 42;3; 1.000000, 1.000000, 0.999999;;, + 43;3; 1.000000, 1.000000, 0.999999;;, + 44;3; 1.000000, 1.000000, 0.999999;;, + 45;3; 1.000000, 1.000000, 0.999999;;, + 46;3; 1.000000, 1.000000, 0.999999;;, + 47;3; 1.000000, 1.000000, 0.999999;;, + 48;3; 1.000000, 1.000000, 0.999999;;, + 49;3; 1.000000, 1.000000, 0.999999;;, + 50;3; 1.000000, 1.000000, 0.999999;;, + 51;3; 1.000000, 1.000000, 0.999999;;, + 52;3; 1.000000, 1.000000, 0.999999;;, + 53;3; 1.000000, 1.000000, 0.999999;;, + 54;3; 1.000000, 1.000000, 0.999999;;, + 55;3; 1.000000, 1.000000, 0.999999;;, + 56;3; 1.000000, 1.000000, 0.999999;;, + 57;3; 1.000000, 1.000000, 0.999999;;, + 58;3; 1.000000, 1.000000, 0.999999;;, + 59;3; 1.000000, 1.000000, 0.999999;;, + 60;3; 1.000000, 1.000000, 0.999999;;, + 61;3; 1.000000, 1.000000, 0.999999;;, + 62;3; 1.000000, 1.000000, 0.999999;;, + 63;3; 1.000000, 1.000000, 0.999999;;, + 64;3; 1.000000, 1.000000, 0.999999;;, + 65;3; 1.000000, 1.000000, 0.999999;;, + 66;3; 1.000000, 1.000000, 0.999999;;, + 67;3; 1.000000, 1.000000, 0.999999;;, + 68;3; 1.000000, 1.000000, 0.999999;;, + 69;3; 1.000000, 1.000000, 0.999999;;, + 70;3; 1.000000, 1.000000, 0.999999;;, + 71;3; 1.000000, 1.000000, 0.999999;;, + 72;3; 1.000000, 1.000000, 0.999999;;, + 73;3; 1.000000, 1.000000, 0.999999;;, + 74;3; 1.000000, 1.000000, 0.999999;;, + 75;3; 1.000000, 1.000000, 0.999999;;, + 76;3; 1.000000, 1.000000, 0.999999;;, + 77;3; 1.000000, 1.000000, 0.999999;;, + 78;3; 1.000000, 1.000000, 0.999999;;, + 79;3; 1.000000, 1.000000, 0.999999;;, + 80;3; 1.000000, 0.999999, 1.000000;;, + 81;3; 1.000000, 0.999999, 1.000000;;, + 82;3; 1.000000, 0.999999, 1.000000;;, + 83;3; 1.000000, 0.999999, 1.000000;;, + 84;3; 1.000000, 0.999999, 1.000000;;, + 85;3; 1.000000, 0.999999, 1.000000;;, + 86;3; 1.000000, 0.999999, 1.000000;;, + 87;3; 1.000000, 0.999999, 1.000000;;, + 88;3; 1.000000, 0.999999, 1.000000;;, + 89;3; 1.000000, 0.999999, 1.000000;;, + 90;3; 1.000000, 0.999999, 1.000000;;, + 91;3; 1.000000, 0.999999, 1.000000;;, + 92;3; 1.000000, 0.999999, 1.000000;;, + 93;3; 1.000000, 0.999999, 1.000000;;, + 94;3; 1.000000, 0.999999, 1.000000;;, + 95;3; 1.000000, 0.999999, 1.000000;;, + 96;3; 1.000000, 0.999999, 1.000000;;, + 97;3; 1.000000, 0.999999, 1.000000;;, + 98;3; 1.000000, 0.999999, 1.000000;;, + 99;3; 1.000000, 0.999999, 1.000000;;, + 100;3; 1.000000, 0.999999, 1.000000;;, + 101;3; 1.000000, 0.999999, 1.000000;;, + 102;3; 1.000000, 0.999999, 1.000000;;, + 103;3; 1.000000, 0.999999, 1.000000;;, + 104;3; 1.000000, 0.999999, 1.000000;;, + 105;3; 1.000000, 0.999999, 1.000000;;, + 106;3; 1.000000, 0.999999, 1.000000;;, + 107;3; 1.000000, 0.999999, 1.000000;;, + 108;3; 1.000000, 0.999999, 1.000000;;, + 109;3; 1.000000, 0.999999, 1.000000;;, + 110;3; 1.000000, 0.999999, 1.000000;;, + 111;3; 1.000000, 0.999999, 1.000000;;, + 112;3; 1.000000, 0.999999, 1.000000;;, + 113;3; 1.000000, 0.999999, 1.000000;;, + 114;3; 1.000000, 0.999999, 1.000000;;, + 115;3; 1.000000, 0.999999, 1.000000;;, + 116;3; 1.000000, 0.999999, 1.000000;;, + 117;3; 1.000000, 0.999999, 1.000000;;, + 118;3; 1.000000, 0.999999, 1.000000;;, + 119;3; 1.000000, 0.999999, 1.000000;;, + 120;3; 1.000000, 0.999999, 1.000000;;, + 121;3; 1.000000, 0.999999, 1.000000;;, + 122;3; 1.000000, 0.999999, 1.000000;;, + 123;3; 1.000000, 0.999999, 1.000000;;, + 124;3; 1.000000, 0.999999, 1.000000;;, + 125;3; 1.000000, 0.999999, 1.000000;;, + 126;3; 1.000000, 0.999999, 1.000000;;, + 127;3; 1.000000, 0.999999, 1.000000;;, + 128;3; 1.000000, 0.999999, 1.000000;;, + 129;3; 1.000000, 0.999999, 1.000000;;, + 130;3; 1.000000, 0.999999, 1.000000;;, + 131;3; 1.000000, 0.999999, 1.000000;;, + 132;3; 1.000000, 0.999999, 1.000000;;, + 133;3; 1.000000, 0.999999, 1.000000;;, + 134;3; 1.000000, 0.999999, 1.000000;;, + 135;3; 1.000000, 0.999999, 1.000000;;, + 136;3; 1.000000, 0.999999, 1.000000;;, + 137;3; 1.000000, 0.999999, 1.000000;;, + 138;3; 1.000000, 0.999999, 1.000000;;, + 139;3; 1.000000, 0.999999, 1.000000;;, + 140;3; 1.000000, 0.999999, 1.000000;;, + 141;3; 1.000000, 0.999999, 1.000000;;, + 142;3; 1.000000, 0.999999, 1.000000;;, + 143;3; 1.000000, 0.999999, 1.000000;;, + 144;3; 1.000000, 0.999999, 1.000000;;, + 145;3; 1.000000, 0.999999, 1.000000;;, + 146;3; 1.000000, 0.999999, 1.000000;;, + 147;3; 1.000000, 0.999999, 1.000000;;, + 148;3; 1.000000, 0.999999, 1.000000;;, + 149;3; 1.000000, 0.999999, 1.000000;;, + 150;3; 1.000000, 0.999999, 1.000000;;, + 151;3; 1.000000, 0.999999, 1.000000;;, + 152;3; 1.000000, 0.999999, 1.000000;;, + 153;3; 1.000000, 0.999999, 1.000000;;, + 154;3; 1.000000, 0.999999, 1.000000;;, + 155;3; 1.000000, 0.999999, 1.000000;;, + 156;3; 1.000000, 0.999999, 1.000000;;, + 157;3; 1.000000, 0.999999, 1.000000;;, + 158;3; 1.000000, 0.999999, 1.000000;;, + 159;3; 1.000000, 0.999999, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.108498,-0.001024,-0.011742;;, + 1;3; 0.108498,-0.001024,-0.011742;;, + 2;3; 0.108498,-0.001024,-0.011742;;, + 3;3; 0.108498,-0.001024,-0.011742;;, + 4;3; 0.108498,-0.001024,-0.011742;;, + 5;3; 0.108498,-0.001024,-0.011742;;, + 6;3; 0.108498,-0.001024,-0.011742;;, + 7;3; 0.108498,-0.001024,-0.011742;;, + 8;3; 0.108498,-0.001024,-0.011742;;, + 9;3; 0.108498,-0.001024,-0.011742;;, + 10;3; 0.108498,-0.001024,-0.011742;;, + 11;3; 0.108498,-0.001024,-0.011742;;, + 12;3; 0.108498,-0.001024,-0.011742;;, + 13;3; 0.108498,-0.001024,-0.011742;;, + 14;3; 0.108498,-0.001024,-0.011742;;, + 15;3; 0.108498,-0.001024,-0.011742;;, + 16;3; 0.108498,-0.001024,-0.011742;;, + 17;3; 0.108498,-0.001024,-0.011742;;, + 18;3; 0.108498,-0.001024,-0.011742;;, + 19;3; 0.108498,-0.001024,-0.011742;;, + 20;3; 0.108498,-0.001024,-0.011742;;, + 21;3; 0.108498,-0.001024,-0.011742;;, + 22;3; 0.108498,-0.001024,-0.011742;;, + 23;3; 0.108498,-0.001024,-0.011742;;, + 24;3; 0.108498,-0.001024,-0.011742;;, + 25;3; 0.108498,-0.001024,-0.011742;;, + 26;3; 0.108498,-0.001024,-0.011742;;, + 27;3; 0.108498,-0.001024,-0.011742;;, + 28;3; 0.108498,-0.001024,-0.011742;;, + 29;3; 0.108498,-0.001024,-0.011742;;, + 30;3; 0.108498,-0.001024,-0.011742;;, + 31;3; 0.108498,-0.001024,-0.011742;;, + 32;3; 0.108498,-0.001024,-0.011742;;, + 33;3; 0.108498,-0.001024,-0.011742;;, + 34;3; 0.108498,-0.001024,-0.011742;;, + 35;3; 0.108498,-0.001024,-0.011742;;, + 36;3; 0.108498,-0.001024,-0.011742;;, + 37;3; 0.108498,-0.001024,-0.011742;;, + 38;3; 0.108498,-0.001024,-0.011742;;, + 39;3; 0.108498,-0.001024,-0.011742;;, + 40;3; 0.108498,-0.001024,-0.011742;;, + 41;3; 0.108498,-0.001024,-0.011742;;, + 42;3; 0.108498,-0.001024,-0.011742;;, + 43;3; 0.108498,-0.001024,-0.011742;;, + 44;3; 0.108498,-0.001024,-0.011742;;, + 45;3; 0.108498,-0.001024,-0.011742;;, + 46;3; 0.108498,-0.001024,-0.011742;;, + 47;3; 0.108498,-0.001024,-0.011742;;, + 48;3; 0.108498,-0.001024,-0.011742;;, + 49;3; 0.108498,-0.001024,-0.011742;;, + 50;3; 0.108498,-0.001024,-0.011742;;, + 51;3; 0.108498,-0.001024,-0.011742;;, + 52;3; 0.108498,-0.001024,-0.011742;;, + 53;3; 0.108498,-0.001024,-0.011742;;, + 54;3; 0.108498,-0.001024,-0.011742;;, + 55;3; 0.108498,-0.001024,-0.011742;;, + 56;3; 0.108498,-0.001024,-0.011742;;, + 57;3; 0.108498,-0.001024,-0.011742;;, + 58;3; 0.108498,-0.001024,-0.011742;;, + 59;3; 0.108498,-0.001024,-0.011742;;, + 60;3; 0.108498,-0.001024,-0.011742;;, + 61;3; 0.108498,-0.001024,-0.011742;;, + 62;3; 0.108498,-0.001024,-0.011742;;, + 63;3; 0.108498,-0.001024,-0.011742;;, + 64;3; 0.108498,-0.001024,-0.011742;;, + 65;3; 0.108498,-0.001024,-0.011742;;, + 66;3; 0.108498,-0.001024,-0.011742;;, + 67;3; 0.108498,-0.001024,-0.011742;;, + 68;3; 0.108498,-0.001024,-0.011742;;, + 69;3; 0.108498,-0.001024,-0.011742;;, + 70;3; 0.108498,-0.001024,-0.011742;;, + 71;3; 0.108498,-0.001024,-0.011742;;, + 72;3; 0.108498,-0.001024,-0.011742;;, + 73;3; 0.108498,-0.001024,-0.011742;;, + 74;3; 0.108498,-0.001024,-0.011742;;, + 75;3; 0.108498,-0.001024,-0.011742;;, + 76;3; 0.108498,-0.001024,-0.011742;;, + 77;3; 0.108498,-0.001024,-0.011742;;, + 78;3; 0.108498,-0.001024,-0.011742;;, + 79;3; 0.108498,-0.001024,-0.011742;;, + 80;3; 0.108498,-0.001024,-0.011742;;, + 81;3; 0.108498,-0.001024,-0.011742;;, + 82;3; 0.108498,-0.001024,-0.011742;;, + 83;3; 0.108498,-0.001024,-0.011742;;, + 84;3; 0.108498,-0.001024,-0.011742;;, + 85;3; 0.108498,-0.001024,-0.011742;;, + 86;3; 0.108498,-0.001024,-0.011742;;, + 87;3; 0.108498,-0.001024,-0.011742;;, + 88;3; 0.108498,-0.001024,-0.011742;;, + 89;3; 0.108498,-0.001024,-0.011742;;, + 90;3; 0.108498,-0.001024,-0.011742;;, + 91;3; 0.108498,-0.001024,-0.011742;;, + 92;3; 0.108498,-0.001024,-0.011742;;, + 93;3; 0.108498,-0.001024,-0.011742;;, + 94;3; 0.108498,-0.001024,-0.011742;;, + 95;3; 0.108498,-0.001024,-0.011742;;, + 96;3; 0.108498,-0.001024,-0.011742;;, + 97;3; 0.108498,-0.001024,-0.011742;;, + 98;3; 0.108498,-0.001024,-0.011742;;, + 99;3; 0.108498,-0.001024,-0.011742;;, + 100;3; 0.108498,-0.001024,-0.011742;;, + 101;3; 0.108498,-0.001024,-0.011742;;, + 102;3; 0.108498,-0.001024,-0.011742;;, + 103;3; 0.108498,-0.001024,-0.011742;;, + 104;3; 0.108498,-0.001024,-0.011742;;, + 105;3; 0.108498,-0.001024,-0.011742;;, + 106;3; 0.108498,-0.001024,-0.011742;;, + 107;3; 0.108498,-0.001024,-0.011742;;, + 108;3; 0.108498,-0.001024,-0.011742;;, + 109;3; 0.108498,-0.001024,-0.011742;;, + 110;3; 0.108498,-0.001024,-0.011742;;, + 111;3; 0.108498,-0.001024,-0.011742;;, + 112;3; 0.108498,-0.001024,-0.011742;;, + 113;3; 0.108498,-0.001024,-0.011742;;, + 114;3; 0.108498,-0.001024,-0.011742;;, + 115;3; 0.108498,-0.001024,-0.011742;;, + 116;3; 0.108498,-0.001024,-0.011742;;, + 117;3; 0.108498,-0.001024,-0.011742;;, + 118;3; 0.108498,-0.001024,-0.011742;;, + 119;3; 0.108498,-0.001024,-0.011742;;, + 120;3; 0.108498,-0.001024,-0.011742;;, + 121;3; 0.108498,-0.001024,-0.011742;;, + 122;3; 0.108498,-0.001024,-0.011742;;, + 123;3; 0.108498,-0.001024,-0.011742;;, + 124;3; 0.108498,-0.001024,-0.011742;;, + 125;3; 0.108498,-0.001024,-0.011742;;, + 126;3; 0.108498,-0.001024,-0.011742;;, + 127;3; 0.108498,-0.001024,-0.011742;;, + 128;3; 0.108498,-0.001024,-0.011742;;, + 129;3; 0.108498,-0.001024,-0.011742;;, + 130;3; 0.108498,-0.001024,-0.011742;;, + 131;3; 0.108498,-0.001024,-0.011742;;, + 132;3; 0.108498,-0.001024,-0.011742;;, + 133;3; 0.108498,-0.001024,-0.011742;;, + 134;3; 0.108498,-0.001024,-0.011742;;, + 135;3; 0.108498,-0.001024,-0.011742;;, + 136;3; 0.108498,-0.001024,-0.011742;;, + 137;3; 0.108498,-0.001024,-0.011742;;, + 138;3; 0.108498,-0.001024,-0.011742;;, + 139;3; 0.108498,-0.001024,-0.011742;;, + 140;3; 0.108498,-0.001024,-0.011742;;, + 141;3; 0.108498,-0.001024,-0.011742;;, + 142;3; 0.108498,-0.001024,-0.011742;;, + 143;3; 0.108498,-0.001024,-0.011742;;, + 144;3; 0.108498,-0.001024,-0.011742;;, + 145;3; 0.108498,-0.001024,-0.011742;;, + 146;3; 0.108498,-0.001024,-0.011742;;, + 147;3; 0.108498,-0.001024,-0.011742;;, + 148;3; 0.108498,-0.001024,-0.011742;;, + 149;3; 0.108498,-0.001024,-0.011742;;, + 150;3; 0.108498,-0.001024,-0.011742;;, + 151;3; 0.108498,-0.001024,-0.011742;;, + 152;3; 0.108498,-0.001024,-0.011742;;, + 153;3; 0.108498,-0.001024,-0.011742;;, + 154;3; 0.108498,-0.001024,-0.011742;;, + 155;3; 0.108498,-0.001024,-0.011742;;, + 156;3; 0.108498,-0.001024,-0.011742;;, + 157;3; 0.108498,-0.001024,-0.011742;;, + 158;3; 0.108498,-0.001024,-0.011742;;, + 159;3; 0.108498,-0.001024,-0.011742;;; + } + } + Animation { + {wolfwoman_calf_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 1;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 2;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 3;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 4;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 5;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 6;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 7;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 8;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 9;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 10;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 11;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 12;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 13;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 14;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 15;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 16;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 17;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 18;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 19;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 20;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 21;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 22;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 23;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 24;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 25;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 26;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 27;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 28;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 29;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 30;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 31;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 32;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 33;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 34;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 35;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 36;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 37;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 38;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 39;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 40;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 41;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 42;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 43;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 44;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 45;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 46;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 47;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 48;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 49;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 50;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 51;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 52;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 53;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 54;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 55;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 56;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 57;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 58;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 59;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 60;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 61;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 62;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 63;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 64;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 65;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 66;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 67;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 68;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 69;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 70;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 71;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 72;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 73;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 74;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 75;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 76;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 77;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 78;4;-0.972910, 0.053174, 0.224608,-0.013074;;, + 79;4;-0.893334, 0.436593, 0.106427, 0.003835;;, + 80;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 81;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 82;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 83;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 84;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 85;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 86;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 87;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 88;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 89;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 90;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 91;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 92;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 93;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 94;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 95;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 96;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 97;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 98;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 99;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 100;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 101;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 102;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 103;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 104;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 105;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 106;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 107;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 108;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 109;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 110;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 111;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 112;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 113;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 114;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 115;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 116;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 117;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 118;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 119;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 120;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 121;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 122;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 123;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 124;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 125;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 126;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 127;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 128;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 129;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 130;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 131;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 132;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 133;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 134;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 135;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 136;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 137;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 138;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 139;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 140;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 141;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 142;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 143;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 144;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 145;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 146;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 147;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 148;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 149;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 150;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 151;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 152;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 153;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 154;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 155;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 156;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 157;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 158;4;-0.664040, 0.746841,-0.029591, 0.020100;;, + 159;4;-0.664040, 0.746841,-0.029591, 0.020100;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.417580, 0.000000;;, + 1;3; 0.000000, 0.417580, 0.000000;;, + 2;3; 0.000000, 0.417580, 0.000000;;, + 3;3; 0.000000, 0.417580, 0.000000;;, + 4;3; 0.000000, 0.417580, 0.000000;;, + 5;3; 0.000000, 0.417580, 0.000000;;, + 6;3; 0.000000, 0.417580, 0.000000;;, + 7;3; 0.000000, 0.417580, 0.000000;;, + 8;3; 0.000000, 0.417580, 0.000000;;, + 9;3; 0.000000, 0.417580, 0.000000;;, + 10;3; 0.000000, 0.417580, 0.000000;;, + 11;3; 0.000000, 0.417580, 0.000000;;, + 12;3; 0.000000, 0.417580, 0.000000;;, + 13;3; 0.000000, 0.417580, 0.000000;;, + 14;3; 0.000000, 0.417580, 0.000000;;, + 15;3; 0.000000, 0.417580, 0.000000;;, + 16;3; 0.000000, 0.417580, 0.000000;;, + 17;3; 0.000000, 0.417580, 0.000000;;, + 18;3; 0.000000, 0.417580, 0.000000;;, + 19;3; 0.000000, 0.417580, 0.000000;;, + 20;3; 0.000000, 0.417580, 0.000000;;, + 21;3; 0.000000, 0.417580, 0.000000;;, + 22;3; 0.000000, 0.417580, 0.000000;;, + 23;3; 0.000000, 0.417580, 0.000000;;, + 24;3; 0.000000, 0.417580, 0.000000;;, + 25;3; 0.000000, 0.417580, 0.000000;;, + 26;3; 0.000000, 0.417580, 0.000000;;, + 27;3; 0.000000, 0.417580, 0.000000;;, + 28;3; 0.000000, 0.417580, 0.000000;;, + 29;3; 0.000000, 0.417580, 0.000000;;, + 30;3; 0.000000, 0.417580, 0.000000;;, + 31;3; 0.000000, 0.417580, 0.000000;;, + 32;3; 0.000000, 0.417580, 0.000000;;, + 33;3; 0.000000, 0.417580, 0.000000;;, + 34;3; 0.000000, 0.417580, 0.000000;;, + 35;3; 0.000000, 0.417580, 0.000000;;, + 36;3; 0.000000, 0.417580, 0.000000;;, + 37;3; 0.000000, 0.417580, 0.000000;;, + 38;3; 0.000000, 0.417580, 0.000000;;, + 39;3; 0.000000, 0.417580, 0.000000;;, + 40;3; 0.000000, 0.417580, 0.000000;;, + 41;3; 0.000000, 0.417580, 0.000000;;, + 42;3; 0.000000, 0.417580, 0.000000;;, + 43;3; 0.000000, 0.417580, 0.000000;;, + 44;3; 0.000000, 0.417580, 0.000000;;, + 45;3; 0.000000, 0.417580, 0.000000;;, + 46;3; 0.000000, 0.417580, 0.000000;;, + 47;3; 0.000000, 0.417580, 0.000000;;, + 48;3; 0.000000, 0.417580, 0.000000;;, + 49;3; 0.000000, 0.417580, 0.000000;;, + 50;3; 0.000000, 0.417580, 0.000000;;, + 51;3; 0.000000, 0.417580, 0.000000;;, + 52;3; 0.000000, 0.417580, 0.000000;;, + 53;3; 0.000000, 0.417580, 0.000000;;, + 54;3; 0.000000, 0.417580, 0.000000;;, + 55;3; 0.000000, 0.417580, 0.000000;;, + 56;3; 0.000000, 0.417580, 0.000000;;, + 57;3; 0.000000, 0.417580, 0.000000;;, + 58;3; 0.000000, 0.417580, 0.000000;;, + 59;3; 0.000000, 0.417580, 0.000000;;, + 60;3; 0.000000, 0.417580, 0.000000;;, + 61;3; 0.000000, 0.417580, 0.000000;;, + 62;3; 0.000000, 0.417580, 0.000000;;, + 63;3; 0.000000, 0.417580, 0.000000;;, + 64;3; 0.000000, 0.417580, 0.000000;;, + 65;3; 0.000000, 0.417580, 0.000000;;, + 66;3; 0.000000, 0.417580, 0.000000;;, + 67;3; 0.000000, 0.417580, 0.000000;;, + 68;3; 0.000000, 0.417580, 0.000000;;, + 69;3; 0.000000, 0.417580, 0.000000;;, + 70;3; 0.000000, 0.417580, 0.000000;;, + 71;3; 0.000000, 0.417580, 0.000000;;, + 72;3; 0.000000, 0.417580, 0.000000;;, + 73;3; 0.000000, 0.417580, 0.000000;;, + 74;3; 0.000000, 0.417580, 0.000000;;, + 75;3; 0.000000, 0.417580, 0.000000;;, + 76;3; 0.000000, 0.417580, 0.000000;;, + 77;3; 0.000000, 0.417580, 0.000000;;, + 78;3; 0.000000, 0.417580, 0.000000;;, + 79;3; 0.000000, 0.417580, 0.000000;;, + 80;3; 0.000000, 0.417580, 0.000000;;, + 81;3; 0.000000, 0.417580, 0.000000;;, + 82;3; 0.000000, 0.417580, 0.000000;;, + 83;3; 0.000000, 0.417580, 0.000000;;, + 84;3; 0.000000, 0.417580, 0.000000;;, + 85;3; 0.000000, 0.417580, 0.000000;;, + 86;3; 0.000000, 0.417580, 0.000000;;, + 87;3; 0.000000, 0.417580, 0.000000;;, + 88;3; 0.000000, 0.417580, 0.000000;;, + 89;3; 0.000000, 0.417580, 0.000000;;, + 90;3; 0.000000, 0.417580, 0.000000;;, + 91;3; 0.000000, 0.417580, 0.000000;;, + 92;3; 0.000000, 0.417580, 0.000000;;, + 93;3; 0.000000, 0.417580, 0.000000;;, + 94;3; 0.000000, 0.417580, 0.000000;;, + 95;3; 0.000000, 0.417580, 0.000000;;, + 96;3; 0.000000, 0.417580, 0.000000;;, + 97;3; 0.000000, 0.417580, 0.000000;;, + 98;3; 0.000000, 0.417580, 0.000000;;, + 99;3; 0.000000, 0.417580, 0.000000;;, + 100;3; 0.000000, 0.417580, 0.000000;;, + 101;3; 0.000000, 0.417580, 0.000000;;, + 102;3; 0.000000, 0.417580, 0.000000;;, + 103;3; 0.000000, 0.417580, 0.000000;;, + 104;3; 0.000000, 0.417580, 0.000000;;, + 105;3; 0.000000, 0.417580, 0.000000;;, + 106;3; 0.000000, 0.417580, 0.000000;;, + 107;3; 0.000000, 0.417580, 0.000000;;, + 108;3; 0.000000, 0.417580, 0.000000;;, + 109;3; 0.000000, 0.417580, 0.000000;;, + 110;3; 0.000000, 0.417580, 0.000000;;, + 111;3; 0.000000, 0.417580, 0.000000;;, + 112;3; 0.000000, 0.417580, 0.000000;;, + 113;3; 0.000000, 0.417580, 0.000000;;, + 114;3; 0.000000, 0.417580, 0.000000;;, + 115;3; 0.000000, 0.417580, 0.000000;;, + 116;3; 0.000000, 0.417580, 0.000000;;, + 117;3; 0.000000, 0.417580, 0.000000;;, + 118;3; 0.000000, 0.417580, 0.000000;;, + 119;3; 0.000000, 0.417580, 0.000000;;, + 120;3; 0.000000, 0.417580, 0.000000;;, + 121;3; 0.000000, 0.417580, 0.000000;;, + 122;3; 0.000000, 0.417580, 0.000000;;, + 123;3; 0.000000, 0.417580, 0.000000;;, + 124;3; 0.000000, 0.417580, 0.000000;;, + 125;3; 0.000000, 0.417580, 0.000000;;, + 126;3; 0.000000, 0.417580, 0.000000;;, + 127;3; 0.000000, 0.417580, 0.000000;;, + 128;3; 0.000000, 0.417580, 0.000000;;, + 129;3; 0.000000, 0.417580, 0.000000;;, + 130;3; 0.000000, 0.417580, 0.000000;;, + 131;3; 0.000000, 0.417580, 0.000000;;, + 132;3; 0.000000, 0.417580, 0.000000;;, + 133;3; 0.000000, 0.417580, 0.000000;;, + 134;3; 0.000000, 0.417580, 0.000000;;, + 135;3; 0.000000, 0.417580, 0.000000;;, + 136;3; 0.000000, 0.417580, 0.000000;;, + 137;3; 0.000000, 0.417580, 0.000000;;, + 138;3; 0.000000, 0.417580, 0.000000;;, + 139;3; 0.000000, 0.417580, 0.000000;;, + 140;3; 0.000000, 0.417580, 0.000000;;, + 141;3; 0.000000, 0.417580, 0.000000;;, + 142;3; 0.000000, 0.417580, 0.000000;;, + 143;3; 0.000000, 0.417580, 0.000000;;, + 144;3; 0.000000, 0.417580, 0.000000;;, + 145;3; 0.000000, 0.417580, 0.000000;;, + 146;3; 0.000000, 0.417580, 0.000000;;, + 147;3; 0.000000, 0.417580, 0.000000;;, + 148;3; 0.000000, 0.417580, 0.000000;;, + 149;3; 0.000000, 0.417580, 0.000000;;, + 150;3; 0.000000, 0.417580, 0.000000;;, + 151;3; 0.000000, 0.417580, 0.000000;;, + 152;3; 0.000000, 0.417580, 0.000000;;, + 153;3; 0.000000, 0.417580, 0.000000;;, + 154;3; 0.000000, 0.417580, 0.000000;;, + 155;3; 0.000000, 0.417580, 0.000000;;, + 156;3; 0.000000, 0.417580, 0.000000;;, + 157;3; 0.000000, 0.417580, 0.000000;;, + 158;3; 0.000000, 0.417580, 0.000000;;, + 159;3; 0.000000, 0.417580, 0.000000;;; + } + } + Animation { + {wolfwoman_foot_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 1;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 2;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 3;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 4;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 5;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 6;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 7;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 8;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 9;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 10;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 11;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 12;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 13;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 14;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 15;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 16;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 17;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 18;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 19;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 20;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 21;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 22;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 23;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 24;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 25;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 26;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 27;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 28;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 29;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 30;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 31;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 32;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 33;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 34;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 35;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 36;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 37;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 38;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 39;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 40;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 41;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 42;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 43;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 44;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 45;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 46;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 47;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 48;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 49;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 50;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 51;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 52;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 53;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 54;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 55;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 56;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 57;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 58;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 59;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 60;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 61;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 62;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 63;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 64;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 65;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 66;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 67;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 68;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 69;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 70;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 71;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 72;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 73;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 74;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 75;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 76;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 77;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 78;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 79;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 80;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 81;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 82;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 83;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 84;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 85;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 86;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 87;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 88;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 89;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 90;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 91;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 92;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 93;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 94;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 95;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 96;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 97;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 98;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 99;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 100;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 101;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 102;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 103;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 104;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 105;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 106;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 107;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 108;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 109;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 110;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 111;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 112;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 113;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 114;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 115;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 116;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 117;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 118;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 119;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 120;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 121;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 122;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 123;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 124;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 125;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 126;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 127;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 128;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 129;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 130;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 131;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 132;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 133;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 134;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 135;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 136;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 137;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 138;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 139;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 140;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 141;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 142;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 143;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 144;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 145;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 146;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 147;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 148;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 149;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 150;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 151;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 152;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 153;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 154;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 155;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 156;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 157;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 158;4;-0.844293,-0.534878, 0.021493,-0.024764;;, + 159;4;-0.844293,-0.534878, 0.021493,-0.024764;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.436202,-0.000000;;, + 1;3;-0.000000, 0.436202,-0.000000;;, + 2;3;-0.000000, 0.436202,-0.000000;;, + 3;3;-0.000000, 0.436202,-0.000000;;, + 4;3;-0.000000, 0.436202,-0.000000;;, + 5;3;-0.000000, 0.436202,-0.000000;;, + 6;3;-0.000000, 0.436202,-0.000000;;, + 7;3;-0.000000, 0.436202,-0.000000;;, + 8;3;-0.000000, 0.436202,-0.000000;;, + 9;3;-0.000000, 0.436202,-0.000000;;, + 10;3;-0.000000, 0.436202,-0.000000;;, + 11;3;-0.000000, 0.436202,-0.000000;;, + 12;3;-0.000000, 0.436202,-0.000000;;, + 13;3;-0.000000, 0.436202,-0.000000;;, + 14;3;-0.000000, 0.436202,-0.000000;;, + 15;3;-0.000000, 0.436202,-0.000000;;, + 16;3;-0.000000, 0.436202,-0.000000;;, + 17;3;-0.000000, 0.436202,-0.000000;;, + 18;3;-0.000000, 0.436202,-0.000000;;, + 19;3;-0.000000, 0.436202,-0.000000;;, + 20;3;-0.000000, 0.436202,-0.000000;;, + 21;3;-0.000000, 0.436202,-0.000000;;, + 22;3;-0.000000, 0.436202,-0.000000;;, + 23;3;-0.000000, 0.436202,-0.000000;;, + 24;3;-0.000000, 0.436202,-0.000000;;, + 25;3;-0.000000, 0.436202,-0.000000;;, + 26;3;-0.000000, 0.436202,-0.000000;;, + 27;3;-0.000000, 0.436202,-0.000000;;, + 28;3;-0.000000, 0.436202,-0.000000;;, + 29;3;-0.000000, 0.436202,-0.000000;;, + 30;3;-0.000000, 0.436202,-0.000000;;, + 31;3;-0.000000, 0.436202,-0.000000;;, + 32;3;-0.000000, 0.436202,-0.000000;;, + 33;3;-0.000000, 0.436202,-0.000000;;, + 34;3;-0.000000, 0.436202,-0.000000;;, + 35;3;-0.000000, 0.436202,-0.000000;;, + 36;3;-0.000000, 0.436202,-0.000000;;, + 37;3;-0.000000, 0.436202,-0.000000;;, + 38;3;-0.000000, 0.436202,-0.000000;;, + 39;3;-0.000000, 0.436202,-0.000000;;, + 40;3;-0.000000, 0.436202,-0.000000;;, + 41;3;-0.000000, 0.436202,-0.000000;;, + 42;3;-0.000000, 0.436202,-0.000000;;, + 43;3;-0.000000, 0.436202,-0.000000;;, + 44;3;-0.000000, 0.436202,-0.000000;;, + 45;3;-0.000000, 0.436202,-0.000000;;, + 46;3;-0.000000, 0.436202,-0.000000;;, + 47;3;-0.000000, 0.436202,-0.000000;;, + 48;3;-0.000000, 0.436202,-0.000000;;, + 49;3;-0.000000, 0.436202,-0.000000;;, + 50;3;-0.000000, 0.436202,-0.000000;;, + 51;3;-0.000000, 0.436202,-0.000000;;, + 52;3;-0.000000, 0.436202,-0.000000;;, + 53;3;-0.000000, 0.436202,-0.000000;;, + 54;3;-0.000000, 0.436202,-0.000000;;, + 55;3;-0.000000, 0.436202,-0.000000;;, + 56;3;-0.000000, 0.436202,-0.000000;;, + 57;3;-0.000000, 0.436202,-0.000000;;, + 58;3;-0.000000, 0.436202,-0.000000;;, + 59;3;-0.000000, 0.436202,-0.000000;;, + 60;3;-0.000000, 0.436202,-0.000000;;, + 61;3;-0.000000, 0.436202,-0.000000;;, + 62;3;-0.000000, 0.436202,-0.000000;;, + 63;3;-0.000000, 0.436202,-0.000000;;, + 64;3;-0.000000, 0.436202,-0.000000;;, + 65;3;-0.000000, 0.436202,-0.000000;;, + 66;3;-0.000000, 0.436202,-0.000000;;, + 67;3;-0.000000, 0.436202,-0.000000;;, + 68;3;-0.000000, 0.436202,-0.000000;;, + 69;3;-0.000000, 0.436202,-0.000000;;, + 70;3;-0.000000, 0.436202,-0.000000;;, + 71;3;-0.000000, 0.436202,-0.000000;;, + 72;3;-0.000000, 0.436202,-0.000000;;, + 73;3;-0.000000, 0.436202,-0.000000;;, + 74;3;-0.000000, 0.436202,-0.000000;;, + 75;3;-0.000000, 0.436202,-0.000000;;, + 76;3;-0.000000, 0.436202,-0.000000;;, + 77;3;-0.000000, 0.436202,-0.000000;;, + 78;3;-0.000000, 0.436202,-0.000000;;, + 79;3;-0.000000, 0.436202,-0.000000;;, + 80;3;-0.000000, 0.436202,-0.000000;;, + 81;3;-0.000000, 0.436202,-0.000000;;, + 82;3;-0.000000, 0.436202,-0.000000;;, + 83;3;-0.000000, 0.436202,-0.000000;;, + 84;3;-0.000000, 0.436202,-0.000000;;, + 85;3;-0.000000, 0.436202,-0.000000;;, + 86;3;-0.000000, 0.436202,-0.000000;;, + 87;3;-0.000000, 0.436202,-0.000000;;, + 88;3;-0.000000, 0.436202,-0.000000;;, + 89;3;-0.000000, 0.436202,-0.000000;;, + 90;3;-0.000000, 0.436202,-0.000000;;, + 91;3;-0.000000, 0.436202,-0.000000;;, + 92;3;-0.000000, 0.436202,-0.000000;;, + 93;3;-0.000000, 0.436202,-0.000000;;, + 94;3;-0.000000, 0.436202,-0.000000;;, + 95;3;-0.000000, 0.436202,-0.000000;;, + 96;3;-0.000000, 0.436202,-0.000000;;, + 97;3;-0.000000, 0.436202,-0.000000;;, + 98;3;-0.000000, 0.436202,-0.000000;;, + 99;3;-0.000000, 0.436202,-0.000000;;, + 100;3;-0.000000, 0.436202,-0.000000;;, + 101;3;-0.000000, 0.436202,-0.000000;;, + 102;3;-0.000000, 0.436202,-0.000000;;, + 103;3;-0.000000, 0.436202,-0.000000;;, + 104;3;-0.000000, 0.436202,-0.000000;;, + 105;3;-0.000000, 0.436202,-0.000000;;, + 106;3;-0.000000, 0.436202,-0.000000;;, + 107;3;-0.000000, 0.436202,-0.000000;;, + 108;3;-0.000000, 0.436202,-0.000000;;, + 109;3;-0.000000, 0.436202,-0.000000;;, + 110;3;-0.000000, 0.436202,-0.000000;;, + 111;3;-0.000000, 0.436202,-0.000000;;, + 112;3;-0.000000, 0.436202,-0.000000;;, + 113;3;-0.000000, 0.436202,-0.000000;;, + 114;3;-0.000000, 0.436202,-0.000000;;, + 115;3;-0.000000, 0.436202,-0.000000;;, + 116;3;-0.000000, 0.436202,-0.000000;;, + 117;3;-0.000000, 0.436202,-0.000000;;, + 118;3;-0.000000, 0.436202,-0.000000;;, + 119;3;-0.000000, 0.436202,-0.000000;;, + 120;3;-0.000000, 0.436202,-0.000000;;, + 121;3;-0.000000, 0.436202,-0.000000;;, + 122;3;-0.000000, 0.436202,-0.000000;;, + 123;3;-0.000000, 0.436202,-0.000000;;, + 124;3;-0.000000, 0.436202,-0.000000;;, + 125;3;-0.000000, 0.436202,-0.000000;;, + 126;3;-0.000000, 0.436202,-0.000000;;, + 127;3;-0.000000, 0.436202,-0.000000;;, + 128;3;-0.000000, 0.436202,-0.000000;;, + 129;3;-0.000000, 0.436202,-0.000000;;, + 130;3;-0.000000, 0.436202,-0.000000;;, + 131;3;-0.000000, 0.436202,-0.000000;;, + 132;3;-0.000000, 0.436202,-0.000000;;, + 133;3;-0.000000, 0.436202,-0.000000;;, + 134;3;-0.000000, 0.436202,-0.000000;;, + 135;3;-0.000000, 0.436202,-0.000000;;, + 136;3;-0.000000, 0.436202,-0.000000;;, + 137;3;-0.000000, 0.436202,-0.000000;;, + 138;3;-0.000000, 0.436202,-0.000000;;, + 139;3;-0.000000, 0.436202,-0.000000;;, + 140;3;-0.000000, 0.436202,-0.000000;;, + 141;3;-0.000000, 0.436202,-0.000000;;, + 142;3;-0.000000, 0.436202,-0.000000;;, + 143;3;-0.000000, 0.436202,-0.000000;;, + 144;3;-0.000000, 0.436202,-0.000000;;, + 145;3;-0.000000, 0.436202,-0.000000;;, + 146;3;-0.000000, 0.436202,-0.000000;;, + 147;3;-0.000000, 0.436202,-0.000000;;, + 148;3;-0.000000, 0.436202,-0.000000;;, + 149;3;-0.000000, 0.436202,-0.000000;;, + 150;3;-0.000000, 0.436202,-0.000000;;, + 151;3;-0.000000, 0.436202,-0.000000;;, + 152;3;-0.000000, 0.436202,-0.000000;;, + 153;3;-0.000000, 0.436202,-0.000000;;, + 154;3;-0.000000, 0.436202,-0.000000;;, + 155;3;-0.000000, 0.436202,-0.000000;;, + 156;3;-0.000000, 0.436202,-0.000000;;, + 157;3;-0.000000, 0.436202,-0.000000;;, + 158;3;-0.000000, 0.436202,-0.000000;;, + 159;3;-0.000000, 0.436202,-0.000000;;; + } + } + Animation { + {wolfwoman_ball_l} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 1;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 2;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 3;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 4;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 5;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 6;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 7;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 8;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 9;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 10;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 11;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 12;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 13;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 14;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 15;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 16;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 17;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 18;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 19;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 20;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 21;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 22;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 23;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 24;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 25;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 26;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 27;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 28;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 29;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 30;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 31;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 32;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 33;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 34;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 35;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 36;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 37;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 38;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 39;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 40;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 41;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 42;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 43;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 44;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 45;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 46;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 47;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 48;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 49;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 50;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 51;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 52;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 53;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 54;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 55;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 56;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 57;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 58;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 59;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 60;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 61;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 62;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 63;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 64;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 65;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 66;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 67;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 68;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 69;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 70;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 71;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 72;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 73;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 74;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 75;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 76;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 77;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 78;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 79;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 80;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 81;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 82;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 83;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 84;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 85;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 86;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 87;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 88;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 89;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 90;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 91;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 92;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 93;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 94;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 95;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 96;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 97;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 98;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 99;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 100;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 101;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 102;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 103;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 104;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 105;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 106;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 107;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 108;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 109;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 110;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 111;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 112;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 113;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 114;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 115;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 116;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 117;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 118;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 119;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 120;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 121;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 122;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 123;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 124;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 125;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 126;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 127;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 128;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 129;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 130;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 131;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 132;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 133;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 134;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 135;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 136;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 137;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 138;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 139;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 140;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 141;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 142;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 143;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 144;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 145;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 146;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 147;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 148;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 149;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 150;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 151;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 152;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 153;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 154;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 155;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 156;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 157;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 158;4;-0.962168,-0.271824, 0.017891, 0.004835;;, + 159;4;-0.962168,-0.271824, 0.017891, 0.004835;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.140589,-0.000000;;, + 1;3; 0.000000, 0.140589,-0.000000;;, + 2;3; 0.000000, 0.140589,-0.000000;;, + 3;3; 0.000000, 0.140589,-0.000000;;, + 4;3; 0.000000, 0.140589,-0.000000;;, + 5;3; 0.000000, 0.140589,-0.000000;;, + 6;3; 0.000000, 0.140589,-0.000000;;, + 7;3; 0.000000, 0.140589,-0.000000;;, + 8;3; 0.000000, 0.140589,-0.000000;;, + 9;3; 0.000000, 0.140589,-0.000000;;, + 10;3; 0.000000, 0.140589,-0.000000;;, + 11;3; 0.000000, 0.140589,-0.000000;;, + 12;3; 0.000000, 0.140589,-0.000000;;, + 13;3; 0.000000, 0.140589,-0.000000;;, + 14;3; 0.000000, 0.140589,-0.000000;;, + 15;3; 0.000000, 0.140589,-0.000000;;, + 16;3; 0.000000, 0.140589,-0.000000;;, + 17;3; 0.000000, 0.140589,-0.000000;;, + 18;3; 0.000000, 0.140589,-0.000000;;, + 19;3; 0.000000, 0.140589,-0.000000;;, + 20;3; 0.000000, 0.140589,-0.000000;;, + 21;3; 0.000000, 0.140589,-0.000000;;, + 22;3; 0.000000, 0.140589,-0.000000;;, + 23;3; 0.000000, 0.140589,-0.000000;;, + 24;3; 0.000000, 0.140589,-0.000000;;, + 25;3; 0.000000, 0.140589,-0.000000;;, + 26;3; 0.000000, 0.140589,-0.000000;;, + 27;3; 0.000000, 0.140589,-0.000000;;, + 28;3; 0.000000, 0.140589,-0.000000;;, + 29;3; 0.000000, 0.140589,-0.000000;;, + 30;3; 0.000000, 0.140589,-0.000000;;, + 31;3; 0.000000, 0.140589,-0.000000;;, + 32;3; 0.000000, 0.140589,-0.000000;;, + 33;3; 0.000000, 0.140589,-0.000000;;, + 34;3; 0.000000, 0.140589,-0.000000;;, + 35;3; 0.000000, 0.140589,-0.000000;;, + 36;3; 0.000000, 0.140589,-0.000000;;, + 37;3; 0.000000, 0.140589,-0.000000;;, + 38;3; 0.000000, 0.140589,-0.000000;;, + 39;3; 0.000000, 0.140589,-0.000000;;, + 40;3; 0.000000, 0.140589,-0.000000;;, + 41;3; 0.000000, 0.140589,-0.000000;;, + 42;3; 0.000000, 0.140589,-0.000000;;, + 43;3; 0.000000, 0.140589,-0.000000;;, + 44;3; 0.000000, 0.140589,-0.000000;;, + 45;3; 0.000000, 0.140589,-0.000000;;, + 46;3; 0.000000, 0.140589,-0.000000;;, + 47;3; 0.000000, 0.140589,-0.000000;;, + 48;3; 0.000000, 0.140589,-0.000000;;, + 49;3; 0.000000, 0.140589,-0.000000;;, + 50;3; 0.000000, 0.140589,-0.000000;;, + 51;3; 0.000000, 0.140589,-0.000000;;, + 52;3; 0.000000, 0.140589,-0.000000;;, + 53;3; 0.000000, 0.140589,-0.000000;;, + 54;3; 0.000000, 0.140589,-0.000000;;, + 55;3; 0.000000, 0.140589,-0.000000;;, + 56;3; 0.000000, 0.140589,-0.000000;;, + 57;3; 0.000000, 0.140589,-0.000000;;, + 58;3; 0.000000, 0.140589,-0.000000;;, + 59;3; 0.000000, 0.140589,-0.000000;;, + 60;3; 0.000000, 0.140589,-0.000000;;, + 61;3; 0.000000, 0.140589,-0.000000;;, + 62;3; 0.000000, 0.140589,-0.000000;;, + 63;3; 0.000000, 0.140589,-0.000000;;, + 64;3; 0.000000, 0.140589,-0.000000;;, + 65;3; 0.000000, 0.140589,-0.000000;;, + 66;3; 0.000000, 0.140589,-0.000000;;, + 67;3; 0.000000, 0.140589,-0.000000;;, + 68;3; 0.000000, 0.140589,-0.000000;;, + 69;3; 0.000000, 0.140589,-0.000000;;, + 70;3; 0.000000, 0.140589,-0.000000;;, + 71;3; 0.000000, 0.140589,-0.000000;;, + 72;3; 0.000000, 0.140589,-0.000000;;, + 73;3; 0.000000, 0.140589,-0.000000;;, + 74;3; 0.000000, 0.140589,-0.000000;;, + 75;3; 0.000000, 0.140589,-0.000000;;, + 76;3; 0.000000, 0.140589,-0.000000;;, + 77;3; 0.000000, 0.140589,-0.000000;;, + 78;3; 0.000000, 0.140589,-0.000000;;, + 79;3; 0.000000, 0.140589, 0.000000;;, + 80;3; 0.000000, 0.140589, 0.000000;;, + 81;3; 0.000000, 0.140589, 0.000000;;, + 82;3; 0.000000, 0.140589, 0.000000;;, + 83;3; 0.000000, 0.140589, 0.000000;;, + 84;3; 0.000000, 0.140589, 0.000000;;, + 85;3; 0.000000, 0.140589, 0.000000;;, + 86;3; 0.000000, 0.140589, 0.000000;;, + 87;3; 0.000000, 0.140589, 0.000000;;, + 88;3; 0.000000, 0.140589, 0.000000;;, + 89;3; 0.000000, 0.140589, 0.000000;;, + 90;3; 0.000000, 0.140589, 0.000000;;, + 91;3; 0.000000, 0.140589, 0.000000;;, + 92;3; 0.000000, 0.140589, 0.000000;;, + 93;3; 0.000000, 0.140589, 0.000000;;, + 94;3; 0.000000, 0.140589, 0.000000;;, + 95;3; 0.000000, 0.140589, 0.000000;;, + 96;3; 0.000000, 0.140589, 0.000000;;, + 97;3; 0.000000, 0.140589, 0.000000;;, + 98;3; 0.000000, 0.140589, 0.000000;;, + 99;3; 0.000000, 0.140589, 0.000000;;, + 100;3; 0.000000, 0.140589, 0.000000;;, + 101;3; 0.000000, 0.140589, 0.000000;;, + 102;3; 0.000000, 0.140589, 0.000000;;, + 103;3; 0.000000, 0.140589, 0.000000;;, + 104;3; 0.000000, 0.140589, 0.000000;;, + 105;3; 0.000000, 0.140589, 0.000000;;, + 106;3; 0.000000, 0.140589, 0.000000;;, + 107;3; 0.000000, 0.140589, 0.000000;;, + 108;3; 0.000000, 0.140589, 0.000000;;, + 109;3; 0.000000, 0.140589, 0.000000;;, + 110;3; 0.000000, 0.140589, 0.000000;;, + 111;3; 0.000000, 0.140589, 0.000000;;, + 112;3; 0.000000, 0.140589, 0.000000;;, + 113;3; 0.000000, 0.140589, 0.000000;;, + 114;3; 0.000000, 0.140589, 0.000000;;, + 115;3; 0.000000, 0.140589, 0.000000;;, + 116;3; 0.000000, 0.140589, 0.000000;;, + 117;3; 0.000000, 0.140589, 0.000000;;, + 118;3; 0.000000, 0.140589, 0.000000;;, + 119;3; 0.000000, 0.140589, 0.000000;;, + 120;3; 0.000000, 0.140589, 0.000000;;, + 121;3; 0.000000, 0.140589, 0.000000;;, + 122;3; 0.000000, 0.140589, 0.000000;;, + 123;3; 0.000000, 0.140589, 0.000000;;, + 124;3; 0.000000, 0.140589, 0.000000;;, + 125;3; 0.000000, 0.140589, 0.000000;;, + 126;3; 0.000000, 0.140589, 0.000000;;, + 127;3; 0.000000, 0.140589, 0.000000;;, + 128;3; 0.000000, 0.140589, 0.000000;;, + 129;3; 0.000000, 0.140589, 0.000000;;, + 130;3; 0.000000, 0.140589, 0.000000;;, + 131;3; 0.000000, 0.140589, 0.000000;;, + 132;3; 0.000000, 0.140589, 0.000000;;, + 133;3; 0.000000, 0.140589, 0.000000;;, + 134;3; 0.000000, 0.140589, 0.000000;;, + 135;3; 0.000000, 0.140589, 0.000000;;, + 136;3; 0.000000, 0.140589, 0.000000;;, + 137;3; 0.000000, 0.140589, 0.000000;;, + 138;3; 0.000000, 0.140589, 0.000000;;, + 139;3; 0.000000, 0.140589, 0.000000;;, + 140;3; 0.000000, 0.140589, 0.000000;;, + 141;3; 0.000000, 0.140589, 0.000000;;, + 142;3; 0.000000, 0.140589, 0.000000;;, + 143;3; 0.000000, 0.140589, 0.000000;;, + 144;3; 0.000000, 0.140589, 0.000000;;, + 145;3; 0.000000, 0.140589, 0.000000;;, + 146;3; 0.000000, 0.140589, 0.000000;;, + 147;3; 0.000000, 0.140589, 0.000000;;, + 148;3; 0.000000, 0.140589, 0.000000;;, + 149;3; 0.000000, 0.140589, 0.000000;;, + 150;3; 0.000000, 0.140589, 0.000000;;, + 151;3; 0.000000, 0.140589, 0.000000;;, + 152;3; 0.000000, 0.140589, 0.000000;;, + 153;3; 0.000000, 0.140589, 0.000000;;, + 154;3; 0.000000, 0.140589, 0.000000;;, + 155;3; 0.000000, 0.140589, 0.000000;;, + 156;3; 0.000000, 0.140589, 0.000000;;, + 157;3; 0.000000, 0.140589, 0.000000;;, + 158;3; 0.000000, 0.140589, 0.000000;;, + 159;3; 0.000000, 0.140589, 0.000000;;; + } + } + Animation { + {wolfwoman_thigh_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 1;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 2;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 3;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 4;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 5;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 6;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 7;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 8;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 9;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 10;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 11;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 12;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 13;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 14;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 15;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 16;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 17;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 18;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 19;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 20;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 21;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 22;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 23;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 24;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 25;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 26;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 27;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 28;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 29;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 30;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 31;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 32;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 33;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 34;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 35;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 36;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 37;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 38;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 39;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 40;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 41;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 42;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 43;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 44;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 45;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 46;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 47;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 48;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 49;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 50;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 51;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 52;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 53;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 54;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 55;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 56;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 57;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 58;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 59;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 60;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 61;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 62;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 63;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 64;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 65;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 66;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 67;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 68;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 69;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 70;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 71;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 72;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 73;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 74;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 75;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 76;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 77;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 78;4;-0.126465,-0.968450, 0.044679,-0.210036;;, + 79;4; 0.222498,-0.843949,-0.123711,-0.472165;;, + 80;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 81;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 82;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 83;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 84;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 85;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 86;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 87;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 88;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 89;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 90;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 91;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 92;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 93;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 94;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 95;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 96;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 97;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 98;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 99;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 100;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 101;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 102;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 103;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 104;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 105;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 106;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 107;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 108;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 109;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 110;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 111;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 112;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 113;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 114;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 115;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 116;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 117;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 118;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 119;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 120;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 121;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 122;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 123;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 124;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 125;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 126;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 127;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 128;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 129;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 130;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 131;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 132;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 133;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 134;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 135;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 136;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 137;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 138;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 139;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 140;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 141;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 142;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 143;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 144;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 145;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 146;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 147;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 148;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 149;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 150;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 151;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 152;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 153;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 154;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 155;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 156;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 157;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 158;4; 0.519319,-0.521676,-0.263111,-0.623646;;, + 159;4; 0.519319,-0.521676,-0.263111,-0.623646;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 0.999999;;, + 1;3; 1.000000, 1.000000, 0.999999;;, + 2;3; 1.000000, 1.000000, 0.999999;;, + 3;3; 1.000000, 1.000000, 0.999999;;, + 4;3; 1.000000, 1.000000, 0.999999;;, + 5;3; 1.000000, 1.000000, 0.999999;;, + 6;3; 1.000000, 1.000000, 0.999999;;, + 7;3; 1.000000, 1.000000, 0.999999;;, + 8;3; 1.000000, 1.000000, 0.999999;;, + 9;3; 1.000000, 1.000000, 0.999999;;, + 10;3; 1.000000, 1.000000, 0.999999;;, + 11;3; 1.000000, 1.000000, 0.999999;;, + 12;3; 1.000000, 1.000000, 0.999999;;, + 13;3; 1.000000, 1.000000, 0.999999;;, + 14;3; 1.000000, 1.000000, 0.999999;;, + 15;3; 1.000000, 1.000000, 0.999999;;, + 16;3; 1.000000, 1.000000, 0.999999;;, + 17;3; 1.000000, 1.000000, 0.999999;;, + 18;3; 1.000000, 1.000000, 0.999999;;, + 19;3; 1.000000, 1.000000, 0.999999;;, + 20;3; 1.000000, 1.000000, 0.999999;;, + 21;3; 1.000000, 1.000000, 0.999999;;, + 22;3; 1.000000, 1.000000, 0.999999;;, + 23;3; 1.000000, 1.000000, 0.999999;;, + 24;3; 1.000000, 1.000000, 0.999999;;, + 25;3; 1.000000, 1.000000, 0.999999;;, + 26;3; 1.000000, 1.000000, 0.999999;;, + 27;3; 1.000000, 1.000000, 0.999999;;, + 28;3; 1.000000, 1.000000, 0.999999;;, + 29;3; 1.000000, 1.000000, 0.999999;;, + 30;3; 1.000000, 1.000000, 0.999999;;, + 31;3; 1.000000, 1.000000, 0.999999;;, + 32;3; 1.000000, 1.000000, 0.999999;;, + 33;3; 1.000000, 1.000000, 0.999999;;, + 34;3; 1.000000, 1.000000, 0.999999;;, + 35;3; 1.000000, 1.000000, 0.999999;;, + 36;3; 1.000000, 1.000000, 0.999999;;, + 37;3; 1.000000, 1.000000, 0.999999;;, + 38;3; 1.000000, 1.000000, 0.999999;;, + 39;3; 1.000000, 1.000000, 0.999999;;, + 40;3; 1.000000, 1.000000, 0.999999;;, + 41;3; 1.000000, 1.000000, 0.999999;;, + 42;3; 1.000000, 1.000000, 0.999999;;, + 43;3; 1.000000, 1.000000, 0.999999;;, + 44;3; 1.000000, 1.000000, 0.999999;;, + 45;3; 1.000000, 1.000000, 0.999999;;, + 46;3; 1.000000, 1.000000, 0.999999;;, + 47;3; 1.000000, 1.000000, 0.999999;;, + 48;3; 1.000000, 1.000000, 0.999999;;, + 49;3; 1.000000, 1.000000, 0.999999;;, + 50;3; 1.000000, 1.000000, 0.999999;;, + 51;3; 1.000000, 1.000000, 0.999999;;, + 52;3; 1.000000, 1.000000, 0.999999;;, + 53;3; 1.000000, 1.000000, 0.999999;;, + 54;3; 1.000000, 1.000000, 0.999999;;, + 55;3; 1.000000, 1.000000, 0.999999;;, + 56;3; 1.000000, 1.000000, 0.999999;;, + 57;3; 1.000000, 1.000000, 0.999999;;, + 58;3; 1.000000, 1.000000, 0.999999;;, + 59;3; 1.000000, 1.000000, 0.999999;;, + 60;3; 1.000000, 1.000000, 0.999999;;, + 61;3; 1.000000, 1.000000, 0.999999;;, + 62;3; 1.000000, 1.000000, 0.999999;;, + 63;3; 1.000000, 1.000000, 0.999999;;, + 64;3; 1.000000, 1.000000, 0.999999;;, + 65;3; 1.000000, 1.000000, 0.999999;;, + 66;3; 1.000000, 1.000000, 0.999999;;, + 67;3; 1.000000, 1.000000, 0.999999;;, + 68;3; 1.000000, 1.000000, 0.999999;;, + 69;3; 1.000000, 1.000000, 0.999999;;, + 70;3; 1.000000, 1.000000, 0.999999;;, + 71;3; 1.000000, 1.000000, 0.999999;;, + 72;3; 1.000000, 1.000000, 0.999999;;, + 73;3; 1.000000, 1.000000, 0.999999;;, + 74;3; 1.000000, 1.000000, 0.999999;;, + 75;3; 1.000000, 1.000000, 0.999999;;, + 76;3; 1.000000, 1.000000, 0.999999;;, + 77;3; 1.000000, 1.000000, 0.999999;;, + 78;3; 1.000000, 1.000000, 0.999999;;, + 79;3; 1.000000, 1.000000, 0.999999;;, + 80;3; 1.000000, 0.999999, 1.000000;;, + 81;3; 1.000000, 0.999999, 1.000000;;, + 82;3; 1.000000, 0.999999, 1.000000;;, + 83;3; 1.000000, 0.999999, 1.000000;;, + 84;3; 1.000000, 0.999999, 1.000000;;, + 85;3; 1.000000, 0.999999, 1.000000;;, + 86;3; 1.000000, 0.999999, 1.000000;;, + 87;3; 1.000000, 0.999999, 1.000000;;, + 88;3; 1.000000, 0.999999, 1.000000;;, + 89;3; 1.000000, 0.999999, 1.000000;;, + 90;3; 1.000000, 0.999999, 1.000000;;, + 91;3; 1.000000, 0.999999, 1.000000;;, + 92;3; 1.000000, 0.999999, 1.000000;;, + 93;3; 1.000000, 0.999999, 1.000000;;, + 94;3; 1.000000, 0.999999, 1.000000;;, + 95;3; 1.000000, 0.999999, 1.000000;;, + 96;3; 1.000000, 0.999999, 1.000000;;, + 97;3; 1.000000, 0.999999, 1.000000;;, + 98;3; 1.000000, 0.999999, 1.000000;;, + 99;3; 1.000000, 0.999999, 1.000000;;, + 100;3; 1.000000, 0.999999, 1.000000;;, + 101;3; 1.000000, 0.999999, 1.000000;;, + 102;3; 1.000000, 0.999999, 1.000000;;, + 103;3; 1.000000, 0.999999, 1.000000;;, + 104;3; 1.000000, 0.999999, 1.000000;;, + 105;3; 1.000000, 0.999999, 1.000000;;, + 106;3; 1.000000, 0.999999, 1.000000;;, + 107;3; 1.000000, 0.999999, 1.000000;;, + 108;3; 1.000000, 0.999999, 1.000000;;, + 109;3; 1.000000, 0.999999, 1.000000;;, + 110;3; 1.000000, 0.999999, 1.000000;;, + 111;3; 1.000000, 0.999999, 1.000000;;, + 112;3; 1.000000, 0.999999, 1.000000;;, + 113;3; 1.000000, 0.999999, 1.000000;;, + 114;3; 1.000000, 0.999999, 1.000000;;, + 115;3; 1.000000, 0.999999, 1.000000;;, + 116;3; 1.000000, 0.999999, 1.000000;;, + 117;3; 1.000000, 0.999999, 1.000000;;, + 118;3; 1.000000, 0.999999, 1.000000;;, + 119;3; 1.000000, 0.999999, 1.000000;;, + 120;3; 1.000000, 0.999999, 1.000000;;, + 121;3; 1.000000, 0.999999, 1.000000;;, + 122;3; 1.000000, 0.999999, 1.000000;;, + 123;3; 1.000000, 0.999999, 1.000000;;, + 124;3; 1.000000, 0.999999, 1.000000;;, + 125;3; 1.000000, 0.999999, 1.000000;;, + 126;3; 1.000000, 0.999999, 1.000000;;, + 127;3; 1.000000, 0.999999, 1.000000;;, + 128;3; 1.000000, 0.999999, 1.000000;;, + 129;3; 1.000000, 0.999999, 1.000000;;, + 130;3; 1.000000, 0.999999, 1.000000;;, + 131;3; 1.000000, 0.999999, 1.000000;;, + 132;3; 1.000000, 0.999999, 1.000000;;, + 133;3; 1.000000, 0.999999, 1.000000;;, + 134;3; 1.000000, 0.999999, 1.000000;;, + 135;3; 1.000000, 0.999999, 1.000000;;, + 136;3; 1.000000, 0.999999, 1.000000;;, + 137;3; 1.000000, 0.999999, 1.000000;;, + 138;3; 1.000000, 0.999999, 1.000000;;, + 139;3; 1.000000, 0.999999, 1.000000;;, + 140;3; 1.000000, 0.999999, 1.000000;;, + 141;3; 1.000000, 0.999999, 1.000000;;, + 142;3; 1.000000, 0.999999, 1.000000;;, + 143;3; 1.000000, 0.999999, 1.000000;;, + 144;3; 1.000000, 0.999999, 1.000000;;, + 145;3; 1.000000, 0.999999, 1.000000;;, + 146;3; 1.000000, 0.999999, 1.000000;;, + 147;3; 1.000000, 0.999999, 1.000000;;, + 148;3; 1.000000, 0.999999, 1.000000;;, + 149;3; 1.000000, 0.999999, 1.000000;;, + 150;3; 1.000000, 0.999999, 1.000000;;, + 151;3; 1.000000, 0.999999, 1.000000;;, + 152;3; 1.000000, 0.999999, 1.000000;;, + 153;3; 1.000000, 0.999999, 1.000000;;, + 154;3; 1.000000, 0.999999, 1.000000;;, + 155;3; 1.000000, 0.999999, 1.000000;;, + 156;3; 1.000000, 0.999999, 1.000000;;, + 157;3; 1.000000, 0.999999, 1.000000;;, + 158;3; 1.000000, 0.999999, 1.000000;;, + 159;3; 1.000000, 0.999999, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.108498,-0.001024,-0.011742;;, + 1;3;-0.108498,-0.001024,-0.011742;;, + 2;3;-0.108498,-0.001024,-0.011742;;, + 3;3;-0.108498,-0.001024,-0.011742;;, + 4;3;-0.108498,-0.001024,-0.011742;;, + 5;3;-0.108498,-0.001024,-0.011742;;, + 6;3;-0.108498,-0.001024,-0.011742;;, + 7;3;-0.108498,-0.001024,-0.011742;;, + 8;3;-0.108498,-0.001024,-0.011742;;, + 9;3;-0.108498,-0.001024,-0.011742;;, + 10;3;-0.108498,-0.001024,-0.011742;;, + 11;3;-0.108498,-0.001024,-0.011742;;, + 12;3;-0.108498,-0.001024,-0.011742;;, + 13;3;-0.108498,-0.001024,-0.011742;;, + 14;3;-0.108498,-0.001024,-0.011742;;, + 15;3;-0.108498,-0.001024,-0.011742;;, + 16;3;-0.108498,-0.001024,-0.011742;;, + 17;3;-0.108498,-0.001024,-0.011742;;, + 18;3;-0.108498,-0.001024,-0.011742;;, + 19;3;-0.108498,-0.001024,-0.011742;;, + 20;3;-0.108498,-0.001024,-0.011742;;, + 21;3;-0.108498,-0.001024,-0.011742;;, + 22;3;-0.108498,-0.001024,-0.011742;;, + 23;3;-0.108498,-0.001024,-0.011742;;, + 24;3;-0.108498,-0.001024,-0.011742;;, + 25;3;-0.108498,-0.001024,-0.011742;;, + 26;3;-0.108498,-0.001024,-0.011742;;, + 27;3;-0.108498,-0.001024,-0.011742;;, + 28;3;-0.108498,-0.001024,-0.011742;;, + 29;3;-0.108498,-0.001024,-0.011742;;, + 30;3;-0.108498,-0.001024,-0.011742;;, + 31;3;-0.108498,-0.001024,-0.011742;;, + 32;3;-0.108498,-0.001024,-0.011742;;, + 33;3;-0.108498,-0.001024,-0.011742;;, + 34;3;-0.108498,-0.001024,-0.011742;;, + 35;3;-0.108498,-0.001024,-0.011742;;, + 36;3;-0.108498,-0.001024,-0.011742;;, + 37;3;-0.108498,-0.001024,-0.011742;;, + 38;3;-0.108498,-0.001024,-0.011742;;, + 39;3;-0.108498,-0.001024,-0.011742;;, + 40;3;-0.108498,-0.001024,-0.011742;;, + 41;3;-0.108498,-0.001024,-0.011742;;, + 42;3;-0.108498,-0.001024,-0.011742;;, + 43;3;-0.108498,-0.001024,-0.011742;;, + 44;3;-0.108498,-0.001024,-0.011742;;, + 45;3;-0.108498,-0.001024,-0.011742;;, + 46;3;-0.108498,-0.001024,-0.011742;;, + 47;3;-0.108498,-0.001024,-0.011742;;, + 48;3;-0.108498,-0.001024,-0.011742;;, + 49;3;-0.108498,-0.001024,-0.011742;;, + 50;3;-0.108498,-0.001024,-0.011742;;, + 51;3;-0.108498,-0.001024,-0.011742;;, + 52;3;-0.108498,-0.001024,-0.011742;;, + 53;3;-0.108498,-0.001024,-0.011742;;, + 54;3;-0.108498,-0.001024,-0.011742;;, + 55;3;-0.108498,-0.001024,-0.011742;;, + 56;3;-0.108498,-0.001024,-0.011742;;, + 57;3;-0.108498,-0.001024,-0.011742;;, + 58;3;-0.108498,-0.001024,-0.011742;;, + 59;3;-0.108498,-0.001024,-0.011742;;, + 60;3;-0.108498,-0.001024,-0.011742;;, + 61;3;-0.108498,-0.001024,-0.011742;;, + 62;3;-0.108498,-0.001024,-0.011742;;, + 63;3;-0.108498,-0.001024,-0.011742;;, + 64;3;-0.108498,-0.001024,-0.011742;;, + 65;3;-0.108498,-0.001024,-0.011742;;, + 66;3;-0.108498,-0.001024,-0.011742;;, + 67;3;-0.108498,-0.001024,-0.011742;;, + 68;3;-0.108498,-0.001024,-0.011742;;, + 69;3;-0.108498,-0.001024,-0.011742;;, + 70;3;-0.108498,-0.001024,-0.011742;;, + 71;3;-0.108498,-0.001024,-0.011742;;, + 72;3;-0.108498,-0.001024,-0.011742;;, + 73;3;-0.108498,-0.001024,-0.011742;;, + 74;3;-0.108498,-0.001024,-0.011742;;, + 75;3;-0.108498,-0.001024,-0.011742;;, + 76;3;-0.108498,-0.001024,-0.011742;;, + 77;3;-0.108498,-0.001024,-0.011742;;, + 78;3;-0.108498,-0.001024,-0.011742;;, + 79;3;-0.108498,-0.001024,-0.011742;;, + 80;3;-0.108498,-0.001024,-0.011742;;, + 81;3;-0.108498,-0.001024,-0.011742;;, + 82;3;-0.108498,-0.001024,-0.011742;;, + 83;3;-0.108498,-0.001024,-0.011742;;, + 84;3;-0.108498,-0.001024,-0.011742;;, + 85;3;-0.108498,-0.001024,-0.011742;;, + 86;3;-0.108498,-0.001024,-0.011742;;, + 87;3;-0.108498,-0.001024,-0.011742;;, + 88;3;-0.108498,-0.001024,-0.011742;;, + 89;3;-0.108498,-0.001024,-0.011742;;, + 90;3;-0.108498,-0.001024,-0.011742;;, + 91;3;-0.108498,-0.001024,-0.011742;;, + 92;3;-0.108498,-0.001024,-0.011742;;, + 93;3;-0.108498,-0.001024,-0.011742;;, + 94;3;-0.108498,-0.001024,-0.011742;;, + 95;3;-0.108498,-0.001024,-0.011742;;, + 96;3;-0.108498,-0.001024,-0.011742;;, + 97;3;-0.108498,-0.001024,-0.011742;;, + 98;3;-0.108498,-0.001024,-0.011742;;, + 99;3;-0.108498,-0.001024,-0.011742;;, + 100;3;-0.108498,-0.001024,-0.011742;;, + 101;3;-0.108498,-0.001024,-0.011742;;, + 102;3;-0.108498,-0.001024,-0.011742;;, + 103;3;-0.108498,-0.001024,-0.011742;;, + 104;3;-0.108498,-0.001024,-0.011742;;, + 105;3;-0.108498,-0.001024,-0.011742;;, + 106;3;-0.108498,-0.001024,-0.011742;;, + 107;3;-0.108498,-0.001024,-0.011742;;, + 108;3;-0.108498,-0.001024,-0.011742;;, + 109;3;-0.108498,-0.001024,-0.011742;;, + 110;3;-0.108498,-0.001024,-0.011742;;, + 111;3;-0.108498,-0.001024,-0.011742;;, + 112;3;-0.108498,-0.001024,-0.011742;;, + 113;3;-0.108498,-0.001024,-0.011742;;, + 114;3;-0.108498,-0.001024,-0.011742;;, + 115;3;-0.108498,-0.001024,-0.011742;;, + 116;3;-0.108498,-0.001024,-0.011742;;, + 117;3;-0.108498,-0.001024,-0.011742;;, + 118;3;-0.108498,-0.001024,-0.011742;;, + 119;3;-0.108498,-0.001024,-0.011742;;, + 120;3;-0.108498,-0.001024,-0.011742;;, + 121;3;-0.108498,-0.001024,-0.011742;;, + 122;3;-0.108498,-0.001024,-0.011742;;, + 123;3;-0.108498,-0.001024,-0.011742;;, + 124;3;-0.108498,-0.001024,-0.011742;;, + 125;3;-0.108498,-0.001024,-0.011742;;, + 126;3;-0.108498,-0.001024,-0.011742;;, + 127;3;-0.108498,-0.001024,-0.011742;;, + 128;3;-0.108498,-0.001024,-0.011742;;, + 129;3;-0.108498,-0.001024,-0.011742;;, + 130;3;-0.108498,-0.001024,-0.011742;;, + 131;3;-0.108498,-0.001024,-0.011742;;, + 132;3;-0.108498,-0.001024,-0.011742;;, + 133;3;-0.108498,-0.001024,-0.011742;;, + 134;3;-0.108498,-0.001024,-0.011742;;, + 135;3;-0.108498,-0.001024,-0.011742;;, + 136;3;-0.108498,-0.001024,-0.011742;;, + 137;3;-0.108498,-0.001024,-0.011742;;, + 138;3;-0.108498,-0.001024,-0.011742;;, + 139;3;-0.108498,-0.001024,-0.011742;;, + 140;3;-0.108498,-0.001024,-0.011742;;, + 141;3;-0.108498,-0.001024,-0.011742;;, + 142;3;-0.108498,-0.001024,-0.011742;;, + 143;3;-0.108498,-0.001024,-0.011742;;, + 144;3;-0.108498,-0.001024,-0.011742;;, + 145;3;-0.108498,-0.001024,-0.011742;;, + 146;3;-0.108498,-0.001024,-0.011742;;, + 147;3;-0.108498,-0.001024,-0.011742;;, + 148;3;-0.108498,-0.001024,-0.011742;;, + 149;3;-0.108498,-0.001024,-0.011742;;, + 150;3;-0.108498,-0.001024,-0.011742;;, + 151;3;-0.108498,-0.001024,-0.011742;;, + 152;3;-0.108498,-0.001024,-0.011742;;, + 153;3;-0.108498,-0.001024,-0.011742;;, + 154;3;-0.108498,-0.001024,-0.011742;;, + 155;3;-0.108498,-0.001024,-0.011742;;, + 156;3;-0.108498,-0.001024,-0.011742;;, + 157;3;-0.108498,-0.001024,-0.011742;;, + 158;3;-0.108498,-0.001024,-0.011742;;, + 159;3;-0.108498,-0.001024,-0.011742;;; + } + } + Animation { + {wolfwoman_calf_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 1;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 2;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 3;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 4;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 5;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 6;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 7;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 8;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 9;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 10;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 11;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 12;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 13;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 14;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 15;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 16;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 17;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 18;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 19;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 20;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 21;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 22;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 23;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 24;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 25;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 26;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 27;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 28;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 29;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 30;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 31;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 32;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 33;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 34;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 35;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 36;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 37;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 38;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 39;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 40;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 41;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 42;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 43;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 44;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 45;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 46;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 47;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 48;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 49;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 50;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 51;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 52;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 53;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 54;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 55;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 56;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 57;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 58;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 59;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 60;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 61;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 62;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 63;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 64;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 65;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 66;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 67;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 68;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 69;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 70;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 71;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 72;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 73;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 74;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 75;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 76;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 77;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 78;4;-0.972910, 0.053174,-0.224608, 0.013074;;, + 79;4;-0.893334, 0.436593,-0.106427,-0.003835;;, + 80;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 81;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 82;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 83;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 84;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 85;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 86;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 87;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 88;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 89;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 90;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 91;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 92;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 93;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 94;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 95;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 96;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 97;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 98;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 99;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 100;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 101;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 102;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 103;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 104;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 105;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 106;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 107;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 108;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 109;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 110;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 111;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 112;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 113;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 114;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 115;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 116;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 117;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 118;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 119;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 120;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 121;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 122;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 123;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 124;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 125;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 126;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 127;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 128;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 129;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 130;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 131;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 132;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 133;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 134;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 135;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 136;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 137;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 138;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 139;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 140;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 141;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 142;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 143;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 144;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 145;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 146;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 147;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 148;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 149;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 150;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 151;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 152;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 153;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 154;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 155;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 156;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 157;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 158;4;-0.664040, 0.746841, 0.029591,-0.020100;;, + 159;4;-0.664040, 0.746841, 0.029591,-0.020100;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.417580, 0.000000;;, + 1;3;-0.000000, 0.417580, 0.000000;;, + 2;3;-0.000000, 0.417580, 0.000000;;, + 3;3;-0.000000, 0.417580, 0.000000;;, + 4;3;-0.000000, 0.417580, 0.000000;;, + 5;3;-0.000000, 0.417580, 0.000000;;, + 6;3;-0.000000, 0.417580, 0.000000;;, + 7;3;-0.000000, 0.417580, 0.000000;;, + 8;3;-0.000000, 0.417580, 0.000000;;, + 9;3;-0.000000, 0.417580, 0.000000;;, + 10;3;-0.000000, 0.417580, 0.000000;;, + 11;3;-0.000000, 0.417580, 0.000000;;, + 12;3;-0.000000, 0.417580, 0.000000;;, + 13;3;-0.000000, 0.417580, 0.000000;;, + 14;3;-0.000000, 0.417580, 0.000000;;, + 15;3;-0.000000, 0.417580, 0.000000;;, + 16;3;-0.000000, 0.417580, 0.000000;;, + 17;3;-0.000000, 0.417580, 0.000000;;, + 18;3;-0.000000, 0.417580, 0.000000;;, + 19;3;-0.000000, 0.417580, 0.000000;;, + 20;3;-0.000000, 0.417580, 0.000000;;, + 21;3;-0.000000, 0.417580, 0.000000;;, + 22;3;-0.000000, 0.417580, 0.000000;;, + 23;3;-0.000000, 0.417580, 0.000000;;, + 24;3;-0.000000, 0.417580, 0.000000;;, + 25;3;-0.000000, 0.417580, 0.000000;;, + 26;3;-0.000000, 0.417580, 0.000000;;, + 27;3;-0.000000, 0.417580, 0.000000;;, + 28;3;-0.000000, 0.417580, 0.000000;;, + 29;3;-0.000000, 0.417580, 0.000000;;, + 30;3;-0.000000, 0.417580, 0.000000;;, + 31;3;-0.000000, 0.417580, 0.000000;;, + 32;3;-0.000000, 0.417580, 0.000000;;, + 33;3;-0.000000, 0.417580, 0.000000;;, + 34;3;-0.000000, 0.417580, 0.000000;;, + 35;3;-0.000000, 0.417580, 0.000000;;, + 36;3;-0.000000, 0.417580, 0.000000;;, + 37;3;-0.000000, 0.417580, 0.000000;;, + 38;3;-0.000000, 0.417580, 0.000000;;, + 39;3;-0.000000, 0.417580, 0.000000;;, + 40;3;-0.000000, 0.417580, 0.000000;;, + 41;3;-0.000000, 0.417580, 0.000000;;, + 42;3;-0.000000, 0.417580, 0.000000;;, + 43;3;-0.000000, 0.417580, 0.000000;;, + 44;3;-0.000000, 0.417580, 0.000000;;, + 45;3;-0.000000, 0.417580, 0.000000;;, + 46;3;-0.000000, 0.417580, 0.000000;;, + 47;3;-0.000000, 0.417580, 0.000000;;, + 48;3;-0.000000, 0.417580, 0.000000;;, + 49;3;-0.000000, 0.417580, 0.000000;;, + 50;3;-0.000000, 0.417580, 0.000000;;, + 51;3;-0.000000, 0.417580, 0.000000;;, + 52;3;-0.000000, 0.417580, 0.000000;;, + 53;3;-0.000000, 0.417580, 0.000000;;, + 54;3;-0.000000, 0.417580, 0.000000;;, + 55;3;-0.000000, 0.417580, 0.000000;;, + 56;3;-0.000000, 0.417580, 0.000000;;, + 57;3;-0.000000, 0.417580, 0.000000;;, + 58;3;-0.000000, 0.417580, 0.000000;;, + 59;3;-0.000000, 0.417580, 0.000000;;, + 60;3;-0.000000, 0.417580, 0.000000;;, + 61;3;-0.000000, 0.417580, 0.000000;;, + 62;3;-0.000000, 0.417580, 0.000000;;, + 63;3;-0.000000, 0.417580, 0.000000;;, + 64;3;-0.000000, 0.417580, 0.000000;;, + 65;3;-0.000000, 0.417580, 0.000000;;, + 66;3;-0.000000, 0.417580, 0.000000;;, + 67;3;-0.000000, 0.417580, 0.000000;;, + 68;3;-0.000000, 0.417580, 0.000000;;, + 69;3;-0.000000, 0.417580, 0.000000;;, + 70;3;-0.000000, 0.417580, 0.000000;;, + 71;3;-0.000000, 0.417580, 0.000000;;, + 72;3;-0.000000, 0.417580, 0.000000;;, + 73;3;-0.000000, 0.417580, 0.000000;;, + 74;3;-0.000000, 0.417580, 0.000000;;, + 75;3;-0.000000, 0.417580, 0.000000;;, + 76;3;-0.000000, 0.417580, 0.000000;;, + 77;3;-0.000000, 0.417580, 0.000000;;, + 78;3;-0.000000, 0.417580, 0.000000;;, + 79;3;-0.000000, 0.417580, 0.000000;;, + 80;3;-0.000000, 0.417580, 0.000000;;, + 81;3;-0.000000, 0.417580, 0.000000;;, + 82;3;-0.000000, 0.417580, 0.000000;;, + 83;3;-0.000000, 0.417580, 0.000000;;, + 84;3;-0.000000, 0.417580, 0.000000;;, + 85;3;-0.000000, 0.417580, 0.000000;;, + 86;3;-0.000000, 0.417580, 0.000000;;, + 87;3;-0.000000, 0.417580, 0.000000;;, + 88;3;-0.000000, 0.417580, 0.000000;;, + 89;3;-0.000000, 0.417580, 0.000000;;, + 90;3;-0.000000, 0.417580, 0.000000;;, + 91;3;-0.000000, 0.417580, 0.000000;;, + 92;3;-0.000000, 0.417580, 0.000000;;, + 93;3;-0.000000, 0.417580, 0.000000;;, + 94;3;-0.000000, 0.417580, 0.000000;;, + 95;3;-0.000000, 0.417580, 0.000000;;, + 96;3;-0.000000, 0.417580, 0.000000;;, + 97;3;-0.000000, 0.417580, 0.000000;;, + 98;3;-0.000000, 0.417580, 0.000000;;, + 99;3;-0.000000, 0.417580, 0.000000;;, + 100;3;-0.000000, 0.417580, 0.000000;;, + 101;3;-0.000000, 0.417580, 0.000000;;, + 102;3;-0.000000, 0.417580, 0.000000;;, + 103;3;-0.000000, 0.417580, 0.000000;;, + 104;3;-0.000000, 0.417580, 0.000000;;, + 105;3;-0.000000, 0.417580, 0.000000;;, + 106;3;-0.000000, 0.417580, 0.000000;;, + 107;3;-0.000000, 0.417580, 0.000000;;, + 108;3;-0.000000, 0.417580, 0.000000;;, + 109;3;-0.000000, 0.417580, 0.000000;;, + 110;3;-0.000000, 0.417580, 0.000000;;, + 111;3;-0.000000, 0.417580, 0.000000;;, + 112;3;-0.000000, 0.417580, 0.000000;;, + 113;3;-0.000000, 0.417580, 0.000000;;, + 114;3;-0.000000, 0.417580, 0.000000;;, + 115;3;-0.000000, 0.417580, 0.000000;;, + 116;3;-0.000000, 0.417580, 0.000000;;, + 117;3;-0.000000, 0.417580, 0.000000;;, + 118;3;-0.000000, 0.417580, 0.000000;;, + 119;3;-0.000000, 0.417580, 0.000000;;, + 120;3;-0.000000, 0.417580, 0.000000;;, + 121;3;-0.000000, 0.417580, 0.000000;;, + 122;3;-0.000000, 0.417580, 0.000000;;, + 123;3;-0.000000, 0.417580, 0.000000;;, + 124;3;-0.000000, 0.417580, 0.000000;;, + 125;3;-0.000000, 0.417580, 0.000000;;, + 126;3;-0.000000, 0.417580, 0.000000;;, + 127;3;-0.000000, 0.417580, 0.000000;;, + 128;3;-0.000000, 0.417580, 0.000000;;, + 129;3;-0.000000, 0.417580, 0.000000;;, + 130;3;-0.000000, 0.417580, 0.000000;;, + 131;3;-0.000000, 0.417580, 0.000000;;, + 132;3;-0.000000, 0.417580, 0.000000;;, + 133;3;-0.000000, 0.417580, 0.000000;;, + 134;3;-0.000000, 0.417580, 0.000000;;, + 135;3;-0.000000, 0.417580, 0.000000;;, + 136;3;-0.000000, 0.417580, 0.000000;;, + 137;3;-0.000000, 0.417580, 0.000000;;, + 138;3;-0.000000, 0.417580, 0.000000;;, + 139;3;-0.000000, 0.417580, 0.000000;;, + 140;3;-0.000000, 0.417580, 0.000000;;, + 141;3;-0.000000, 0.417580, 0.000000;;, + 142;3;-0.000000, 0.417580, 0.000000;;, + 143;3;-0.000000, 0.417580, 0.000000;;, + 144;3;-0.000000, 0.417580, 0.000000;;, + 145;3;-0.000000, 0.417580, 0.000000;;, + 146;3;-0.000000, 0.417580, 0.000000;;, + 147;3;-0.000000, 0.417580, 0.000000;;, + 148;3;-0.000000, 0.417580, 0.000000;;, + 149;3;-0.000000, 0.417580, 0.000000;;, + 150;3;-0.000000, 0.417580, 0.000000;;, + 151;3;-0.000000, 0.417580, 0.000000;;, + 152;3;-0.000000, 0.417580, 0.000000;;, + 153;3;-0.000000, 0.417580, 0.000000;;, + 154;3;-0.000000, 0.417580, 0.000000;;, + 155;3;-0.000000, 0.417580, 0.000000;;, + 156;3;-0.000000, 0.417580, 0.000000;;, + 157;3;-0.000000, 0.417580, 0.000000;;, + 158;3;-0.000000, 0.417580, 0.000000;;, + 159;3;-0.000000, 0.417580, 0.000000;;; + } + } + Animation { + {wolfwoman_foot_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 1;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 2;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 3;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 4;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 5;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 6;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 7;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 8;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 9;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 10;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 11;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 12;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 13;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 14;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 15;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 16;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 17;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 18;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 19;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 20;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 21;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 22;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 23;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 24;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 25;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 26;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 27;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 28;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 29;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 30;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 31;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 32;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 33;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 34;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 35;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 36;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 37;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 38;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 39;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 40;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 41;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 42;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 43;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 44;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 45;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 46;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 47;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 48;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 49;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 50;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 51;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 52;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 53;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 54;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 55;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 56;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 57;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 58;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 59;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 60;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 61;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 62;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 63;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 64;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 65;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 66;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 67;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 68;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 69;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 70;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 71;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 72;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 73;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 74;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 75;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 76;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 77;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 78;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 79;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 80;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 81;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 82;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 83;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 84;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 85;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 86;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 87;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 88;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 89;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 90;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 91;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 92;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 93;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 94;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 95;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 96;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 97;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 98;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 99;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 100;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 101;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 102;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 103;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 104;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 105;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 106;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 107;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 108;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 109;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 110;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 111;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 112;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 113;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 114;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 115;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 116;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 117;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 118;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 119;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 120;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 121;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 122;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 123;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 124;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 125;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 126;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 127;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 128;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 129;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 130;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 131;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 132;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 133;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 134;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 135;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 136;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 137;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 138;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 139;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 140;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 141;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 142;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 143;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 144;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 145;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 146;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 147;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 148;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 149;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 150;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 151;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 152;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 153;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 154;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 155;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 156;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 157;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 158;4;-0.844293,-0.534878,-0.021493, 0.024764;;, + 159;4;-0.844293,-0.534878,-0.021493, 0.024764;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3; 0.000000, 0.436202,-0.000000;;, + 1;3; 0.000000, 0.436202,-0.000000;;, + 2;3; 0.000000, 0.436202,-0.000000;;, + 3;3; 0.000000, 0.436202,-0.000000;;, + 4;3; 0.000000, 0.436202,-0.000000;;, + 5;3; 0.000000, 0.436202,-0.000000;;, + 6;3; 0.000000, 0.436202,-0.000000;;, + 7;3; 0.000000, 0.436202,-0.000000;;, + 8;3; 0.000000, 0.436202,-0.000000;;, + 9;3; 0.000000, 0.436202,-0.000000;;, + 10;3; 0.000000, 0.436202,-0.000000;;, + 11;3; 0.000000, 0.436202,-0.000000;;, + 12;3; 0.000000, 0.436202,-0.000000;;, + 13;3; 0.000000, 0.436202,-0.000000;;, + 14;3; 0.000000, 0.436202,-0.000000;;, + 15;3; 0.000000, 0.436202,-0.000000;;, + 16;3; 0.000000, 0.436202,-0.000000;;, + 17;3; 0.000000, 0.436202,-0.000000;;, + 18;3; 0.000000, 0.436202,-0.000000;;, + 19;3; 0.000000, 0.436202,-0.000000;;, + 20;3; 0.000000, 0.436202,-0.000000;;, + 21;3; 0.000000, 0.436202,-0.000000;;, + 22;3; 0.000000, 0.436202,-0.000000;;, + 23;3; 0.000000, 0.436202,-0.000000;;, + 24;3; 0.000000, 0.436202,-0.000000;;, + 25;3; 0.000000, 0.436202,-0.000000;;, + 26;3; 0.000000, 0.436202,-0.000000;;, + 27;3; 0.000000, 0.436202,-0.000000;;, + 28;3; 0.000000, 0.436202,-0.000000;;, + 29;3; 0.000000, 0.436202,-0.000000;;, + 30;3; 0.000000, 0.436202,-0.000000;;, + 31;3; 0.000000, 0.436202,-0.000000;;, + 32;3; 0.000000, 0.436202,-0.000000;;, + 33;3; 0.000000, 0.436202,-0.000000;;, + 34;3; 0.000000, 0.436202,-0.000000;;, + 35;3; 0.000000, 0.436202,-0.000000;;, + 36;3; 0.000000, 0.436202,-0.000000;;, + 37;3; 0.000000, 0.436202,-0.000000;;, + 38;3; 0.000000, 0.436202,-0.000000;;, + 39;3; 0.000000, 0.436202,-0.000000;;, + 40;3; 0.000000, 0.436202,-0.000000;;, + 41;3; 0.000000, 0.436202,-0.000000;;, + 42;3; 0.000000, 0.436202,-0.000000;;, + 43;3; 0.000000, 0.436202,-0.000000;;, + 44;3; 0.000000, 0.436202,-0.000000;;, + 45;3; 0.000000, 0.436202,-0.000000;;, + 46;3; 0.000000, 0.436202,-0.000000;;, + 47;3; 0.000000, 0.436202,-0.000000;;, + 48;3; 0.000000, 0.436202,-0.000000;;, + 49;3; 0.000000, 0.436202,-0.000000;;, + 50;3; 0.000000, 0.436202,-0.000000;;, + 51;3; 0.000000, 0.436202,-0.000000;;, + 52;3; 0.000000, 0.436202,-0.000000;;, + 53;3; 0.000000, 0.436202,-0.000000;;, + 54;3; 0.000000, 0.436202,-0.000000;;, + 55;3; 0.000000, 0.436202,-0.000000;;, + 56;3; 0.000000, 0.436202,-0.000000;;, + 57;3; 0.000000, 0.436202,-0.000000;;, + 58;3; 0.000000, 0.436202,-0.000000;;, + 59;3; 0.000000, 0.436202,-0.000000;;, + 60;3; 0.000000, 0.436202,-0.000000;;, + 61;3; 0.000000, 0.436202,-0.000000;;, + 62;3; 0.000000, 0.436202,-0.000000;;, + 63;3; 0.000000, 0.436202,-0.000000;;, + 64;3; 0.000000, 0.436202,-0.000000;;, + 65;3; 0.000000, 0.436202,-0.000000;;, + 66;3; 0.000000, 0.436202,-0.000000;;, + 67;3; 0.000000, 0.436202,-0.000000;;, + 68;3; 0.000000, 0.436202,-0.000000;;, + 69;3; 0.000000, 0.436202,-0.000000;;, + 70;3; 0.000000, 0.436202,-0.000000;;, + 71;3; 0.000000, 0.436202,-0.000000;;, + 72;3; 0.000000, 0.436202,-0.000000;;, + 73;3; 0.000000, 0.436202,-0.000000;;, + 74;3; 0.000000, 0.436202,-0.000000;;, + 75;3; 0.000000, 0.436202,-0.000000;;, + 76;3; 0.000000, 0.436202,-0.000000;;, + 77;3; 0.000000, 0.436202,-0.000000;;, + 78;3; 0.000000, 0.436202,-0.000000;;, + 79;3; 0.000000, 0.436202,-0.000000;;, + 80;3; 0.000000, 0.436202,-0.000000;;, + 81;3; 0.000000, 0.436202,-0.000000;;, + 82;3; 0.000000, 0.436202,-0.000000;;, + 83;3; 0.000000, 0.436202,-0.000000;;, + 84;3; 0.000000, 0.436202,-0.000000;;, + 85;3; 0.000000, 0.436202,-0.000000;;, + 86;3; 0.000000, 0.436202,-0.000000;;, + 87;3; 0.000000, 0.436202,-0.000000;;, + 88;3; 0.000000, 0.436202,-0.000000;;, + 89;3; 0.000000, 0.436202,-0.000000;;, + 90;3; 0.000000, 0.436202,-0.000000;;, + 91;3; 0.000000, 0.436202,-0.000000;;, + 92;3; 0.000000, 0.436202,-0.000000;;, + 93;3; 0.000000, 0.436202,-0.000000;;, + 94;3; 0.000000, 0.436202,-0.000000;;, + 95;3; 0.000000, 0.436202,-0.000000;;, + 96;3; 0.000000, 0.436202,-0.000000;;, + 97;3; 0.000000, 0.436202,-0.000000;;, + 98;3; 0.000000, 0.436202,-0.000000;;, + 99;3; 0.000000, 0.436202,-0.000000;;, + 100;3; 0.000000, 0.436202,-0.000000;;, + 101;3; 0.000000, 0.436202,-0.000000;;, + 102;3; 0.000000, 0.436202,-0.000000;;, + 103;3; 0.000000, 0.436202,-0.000000;;, + 104;3; 0.000000, 0.436202,-0.000000;;, + 105;3; 0.000000, 0.436202,-0.000000;;, + 106;3; 0.000000, 0.436202,-0.000000;;, + 107;3; 0.000000, 0.436202,-0.000000;;, + 108;3; 0.000000, 0.436202,-0.000000;;, + 109;3; 0.000000, 0.436202,-0.000000;;, + 110;3; 0.000000, 0.436202,-0.000000;;, + 111;3; 0.000000, 0.436202,-0.000000;;, + 112;3; 0.000000, 0.436202,-0.000000;;, + 113;3; 0.000000, 0.436202,-0.000000;;, + 114;3; 0.000000, 0.436202,-0.000000;;, + 115;3; 0.000000, 0.436202,-0.000000;;, + 116;3; 0.000000, 0.436202,-0.000000;;, + 117;3; 0.000000, 0.436202,-0.000000;;, + 118;3; 0.000000, 0.436202,-0.000000;;, + 119;3; 0.000000, 0.436202,-0.000000;;, + 120;3; 0.000000, 0.436202,-0.000000;;, + 121;3; 0.000000, 0.436202,-0.000000;;, + 122;3; 0.000000, 0.436202,-0.000000;;, + 123;3; 0.000000, 0.436202,-0.000000;;, + 124;3; 0.000000, 0.436202,-0.000000;;, + 125;3; 0.000000, 0.436202,-0.000000;;, + 126;3; 0.000000, 0.436202,-0.000000;;, + 127;3; 0.000000, 0.436202,-0.000000;;, + 128;3; 0.000000, 0.436202,-0.000000;;, + 129;3; 0.000000, 0.436202,-0.000000;;, + 130;3; 0.000000, 0.436202,-0.000000;;, + 131;3; 0.000000, 0.436202,-0.000000;;, + 132;3; 0.000000, 0.436202,-0.000000;;, + 133;3; 0.000000, 0.436202,-0.000000;;, + 134;3; 0.000000, 0.436202,-0.000000;;, + 135;3; 0.000000, 0.436202,-0.000000;;, + 136;3; 0.000000, 0.436202,-0.000000;;, + 137;3; 0.000000, 0.436202,-0.000000;;, + 138;3; 0.000000, 0.436202,-0.000000;;, + 139;3; 0.000000, 0.436202,-0.000000;;, + 140;3; 0.000000, 0.436202,-0.000000;;, + 141;3; 0.000000, 0.436202,-0.000000;;, + 142;3; 0.000000, 0.436202,-0.000000;;, + 143;3; 0.000000, 0.436202,-0.000000;;, + 144;3; 0.000000, 0.436202,-0.000000;;, + 145;3; 0.000000, 0.436202,-0.000000;;, + 146;3; 0.000000, 0.436202,-0.000000;;, + 147;3; 0.000000, 0.436202,-0.000000;;, + 148;3; 0.000000, 0.436202,-0.000000;;, + 149;3; 0.000000, 0.436202,-0.000000;;, + 150;3; 0.000000, 0.436202,-0.000000;;, + 151;3; 0.000000, 0.436202,-0.000000;;, + 152;3; 0.000000, 0.436202,-0.000000;;, + 153;3; 0.000000, 0.436202,-0.000000;;, + 154;3; 0.000000, 0.436202,-0.000000;;, + 155;3; 0.000000, 0.436202,-0.000000;;, + 156;3; 0.000000, 0.436202,-0.000000;;, + 157;3; 0.000000, 0.436202,-0.000000;;, + 158;3; 0.000000, 0.436202,-0.000000;;, + 159;3; 0.000000, 0.436202,-0.000000;;; + } + } + Animation { + {wolfwoman_ball_r} + AnimationKey { // Rotation + 0; + 160; + 0;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 1;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 2;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 3;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 4;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 5;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 6;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 7;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 8;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 9;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 10;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 11;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 12;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 13;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 14;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 15;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 16;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 17;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 18;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 19;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 20;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 21;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 22;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 23;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 24;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 25;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 26;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 27;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 28;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 29;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 30;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 31;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 32;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 33;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 34;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 35;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 36;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 37;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 38;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 39;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 40;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 41;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 42;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 43;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 44;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 45;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 46;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 47;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 48;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 49;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 50;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 51;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 52;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 53;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 54;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 55;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 56;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 57;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 58;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 59;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 60;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 61;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 62;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 63;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 64;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 65;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 66;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 67;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 68;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 69;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 70;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 71;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 72;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 73;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 74;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 75;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 76;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 77;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 78;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 79;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 80;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 81;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 82;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 83;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 84;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 85;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 86;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 87;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 88;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 89;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 90;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 91;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 92;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 93;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 94;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 95;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 96;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 97;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 98;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 99;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 100;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 101;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 102;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 103;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 104;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 105;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 106;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 107;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 108;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 109;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 110;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 111;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 112;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 113;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 114;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 115;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 116;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 117;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 118;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 119;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 120;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 121;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 122;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 123;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 124;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 125;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 126;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 127;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 128;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 129;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 130;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 131;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 132;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 133;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 134;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 135;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 136;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 137;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 138;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 139;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 140;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 141;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 142;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 143;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 144;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 145;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 146;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 147;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 148;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 149;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 150;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 151;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 152;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 153;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 154;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 155;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 156;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 157;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 158;4;-0.962169,-0.271824,-0.017885,-0.004837;;, + 159;4;-0.962169,-0.271824,-0.017885,-0.004837;;; + } + AnimationKey { // Scale + 1; + 160; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 160; + 0;3;-0.000000, 0.140589, 0.000000;;, + 1;3;-0.000000, 0.140589, 0.000000;;, + 2;3;-0.000000, 0.140589, 0.000000;;, + 3;3;-0.000000, 0.140589, 0.000000;;, + 4;3;-0.000000, 0.140589, 0.000000;;, + 5;3;-0.000000, 0.140589, 0.000000;;, + 6;3;-0.000000, 0.140589, 0.000000;;, + 7;3;-0.000000, 0.140589, 0.000000;;, + 8;3;-0.000000, 0.140589, 0.000000;;, + 9;3;-0.000000, 0.140589, 0.000000;;, + 10;3;-0.000000, 0.140589, 0.000000;;, + 11;3;-0.000000, 0.140589, 0.000000;;, + 12;3;-0.000000, 0.140589, 0.000000;;, + 13;3;-0.000000, 0.140589, 0.000000;;, + 14;3;-0.000000, 0.140589, 0.000000;;, + 15;3;-0.000000, 0.140589, 0.000000;;, + 16;3;-0.000000, 0.140589, 0.000000;;, + 17;3;-0.000000, 0.140589, 0.000000;;, + 18;3;-0.000000, 0.140589, 0.000000;;, + 19;3;-0.000000, 0.140589, 0.000000;;, + 20;3;-0.000000, 0.140589, 0.000000;;, + 21;3;-0.000000, 0.140589, 0.000000;;, + 22;3;-0.000000, 0.140589, 0.000000;;, + 23;3;-0.000000, 0.140589, 0.000000;;, + 24;3;-0.000000, 0.140589, 0.000000;;, + 25;3;-0.000000, 0.140589, 0.000000;;, + 26;3;-0.000000, 0.140589, 0.000000;;, + 27;3;-0.000000, 0.140589, 0.000000;;, + 28;3;-0.000000, 0.140589, 0.000000;;, + 29;3;-0.000000, 0.140589, 0.000000;;, + 30;3;-0.000000, 0.140589, 0.000000;;, + 31;3;-0.000000, 0.140589, 0.000000;;, + 32;3;-0.000000, 0.140589, 0.000000;;, + 33;3;-0.000000, 0.140589, 0.000000;;, + 34;3;-0.000000, 0.140589, 0.000000;;, + 35;3;-0.000000, 0.140589, 0.000000;;, + 36;3;-0.000000, 0.140589, 0.000000;;, + 37;3;-0.000000, 0.140589, 0.000000;;, + 38;3;-0.000000, 0.140589, 0.000000;;, + 39;3;-0.000000, 0.140589, 0.000000;;, + 40;3;-0.000000, 0.140589, 0.000000;;, + 41;3;-0.000000, 0.140589, 0.000000;;, + 42;3;-0.000000, 0.140589, 0.000000;;, + 43;3;-0.000000, 0.140589, 0.000000;;, + 44;3;-0.000000, 0.140589, 0.000000;;, + 45;3;-0.000000, 0.140589, 0.000000;;, + 46;3;-0.000000, 0.140589, 0.000000;;, + 47;3;-0.000000, 0.140589, 0.000000;;, + 48;3;-0.000000, 0.140589, 0.000000;;, + 49;3;-0.000000, 0.140589, 0.000000;;, + 50;3;-0.000000, 0.140589, 0.000000;;, + 51;3;-0.000000, 0.140589, 0.000000;;, + 52;3;-0.000000, 0.140589, 0.000000;;, + 53;3;-0.000000, 0.140589, 0.000000;;, + 54;3;-0.000000, 0.140589, 0.000000;;, + 55;3;-0.000000, 0.140589, 0.000000;;, + 56;3;-0.000000, 0.140589, 0.000000;;, + 57;3;-0.000000, 0.140589, 0.000000;;, + 58;3;-0.000000, 0.140589, 0.000000;;, + 59;3;-0.000000, 0.140589, 0.000000;;, + 60;3;-0.000000, 0.140589, 0.000000;;, + 61;3;-0.000000, 0.140589, 0.000000;;, + 62;3;-0.000000, 0.140589, 0.000000;;, + 63;3;-0.000000, 0.140589, 0.000000;;, + 64;3;-0.000000, 0.140589, 0.000000;;, + 65;3;-0.000000, 0.140589, 0.000000;;, + 66;3;-0.000000, 0.140589, 0.000000;;, + 67;3;-0.000000, 0.140589, 0.000000;;, + 68;3;-0.000000, 0.140589, 0.000000;;, + 69;3;-0.000000, 0.140589, 0.000000;;, + 70;3;-0.000000, 0.140589, 0.000000;;, + 71;3;-0.000000, 0.140589, 0.000000;;, + 72;3;-0.000000, 0.140589, 0.000000;;, + 73;3;-0.000000, 0.140589, 0.000000;;, + 74;3;-0.000000, 0.140589, 0.000000;;, + 75;3;-0.000000, 0.140589, 0.000000;;, + 76;3;-0.000000, 0.140589, 0.000000;;, + 77;3;-0.000000, 0.140589, 0.000000;;, + 78;3;-0.000000, 0.140589, 0.000000;;, + 79;3;-0.000000, 0.140589, 0.000000;;, + 80;3;-0.000000, 0.140589, 0.000000;;, + 81;3;-0.000000, 0.140589, 0.000000;;, + 82;3;-0.000000, 0.140589, 0.000000;;, + 83;3;-0.000000, 0.140589, 0.000000;;, + 84;3;-0.000000, 0.140589, 0.000000;;, + 85;3;-0.000000, 0.140589, 0.000000;;, + 86;3;-0.000000, 0.140589, 0.000000;;, + 87;3;-0.000000, 0.140589, 0.000000;;, + 88;3;-0.000000, 0.140589, 0.000000;;, + 89;3;-0.000000, 0.140589, 0.000000;;, + 90;3;-0.000000, 0.140589, 0.000000;;, + 91;3;-0.000000, 0.140589, 0.000000;;, + 92;3;-0.000000, 0.140589, 0.000000;;, + 93;3;-0.000000, 0.140589, 0.000000;;, + 94;3;-0.000000, 0.140589, 0.000000;;, + 95;3;-0.000000, 0.140589, 0.000000;;, + 96;3;-0.000000, 0.140589, 0.000000;;, + 97;3;-0.000000, 0.140589, 0.000000;;, + 98;3;-0.000000, 0.140589, 0.000000;;, + 99;3;-0.000000, 0.140589, 0.000000;;, + 100;3;-0.000000, 0.140589, 0.000000;;, + 101;3;-0.000000, 0.140589, 0.000000;;, + 102;3;-0.000000, 0.140589, 0.000000;;, + 103;3;-0.000000, 0.140589, 0.000000;;, + 104;3;-0.000000, 0.140589, 0.000000;;, + 105;3;-0.000000, 0.140589, 0.000000;;, + 106;3;-0.000000, 0.140589, 0.000000;;, + 107;3;-0.000000, 0.140589, 0.000000;;, + 108;3;-0.000000, 0.140589, 0.000000;;, + 109;3;-0.000000, 0.140589, 0.000000;;, + 110;3;-0.000000, 0.140589, 0.000000;;, + 111;3;-0.000000, 0.140589, 0.000000;;, + 112;3;-0.000000, 0.140589, 0.000000;;, + 113;3;-0.000000, 0.140589, 0.000000;;, + 114;3;-0.000000, 0.140589, 0.000000;;, + 115;3;-0.000000, 0.140589, 0.000000;;, + 116;3;-0.000000, 0.140589, 0.000000;;, + 117;3;-0.000000, 0.140589, 0.000000;;, + 118;3;-0.000000, 0.140589, 0.000000;;, + 119;3;-0.000000, 0.140589, 0.000000;;, + 120;3;-0.000000, 0.140589, 0.000000;;, + 121;3;-0.000000, 0.140589, 0.000000;;, + 122;3;-0.000000, 0.140589, 0.000000;;, + 123;3;-0.000000, 0.140589, 0.000000;;, + 124;3;-0.000000, 0.140589, 0.000000;;, + 125;3;-0.000000, 0.140589, 0.000000;;, + 126;3;-0.000000, 0.140589, 0.000000;;, + 127;3;-0.000000, 0.140589, 0.000000;;, + 128;3;-0.000000, 0.140589, 0.000000;;, + 129;3;-0.000000, 0.140589, 0.000000;;, + 130;3;-0.000000, 0.140589, 0.000000;;, + 131;3;-0.000000, 0.140589, 0.000000;;, + 132;3;-0.000000, 0.140589, 0.000000;;, + 133;3;-0.000000, 0.140589, 0.000000;;, + 134;3;-0.000000, 0.140589, 0.000000;;, + 135;3;-0.000000, 0.140589, 0.000000;;, + 136;3;-0.000000, 0.140589, 0.000000;;, + 137;3;-0.000000, 0.140589, 0.000000;;, + 138;3;-0.000000, 0.140589, 0.000000;;, + 139;3;-0.000000, 0.140589, 0.000000;;, + 140;3;-0.000000, 0.140589, 0.000000;;, + 141;3;-0.000000, 0.140589, 0.000000;;, + 142;3;-0.000000, 0.140589, 0.000000;;, + 143;3;-0.000000, 0.140589, 0.000000;;, + 144;3;-0.000000, 0.140589, 0.000000;;, + 145;3;-0.000000, 0.140589, 0.000000;;, + 146;3;-0.000000, 0.140589, 0.000000;;, + 147;3;-0.000000, 0.140589, 0.000000;;, + 148;3;-0.000000, 0.140589, 0.000000;;, + 149;3;-0.000000, 0.140589, 0.000000;;, + 150;3;-0.000000, 0.140589, 0.000000;;, + 151;3;-0.000000, 0.140589, 0.000000;;, + 152;3;-0.000000, 0.140589, 0.000000;;, + 153;3;-0.000000, 0.140589, 0.000000;;, + 154;3;-0.000000, 0.140589, 0.000000;;, + 155;3;-0.000000, 0.140589, 0.000000;;, + 156;3;-0.000000, 0.140589, 0.000000;;, + 157;3;-0.000000, 0.140589, 0.000000;;, + 158;3;-0.000000, 0.140589, 0.000000;;, + 159;3;-0.000000, 0.140589, 0.000000;;; + } + } +} // End of AnimationSet Global diff --git a/mods/player_api/models/untitled2.blend1 b/mods/player_api/models/untitled2.blend1 new file mode 100644 index 0000000..732ff6c Binary files /dev/null and b/mods/player_api/models/untitled2.blend1 differ diff --git a/mods/player_api/sounds/player_damage.ogg b/mods/player_api/sounds/player_damage.ogg new file mode 100644 index 0000000..7888087 Binary files /dev/null and b/mods/player_api/sounds/player_damage.ogg differ diff --git a/mods/player_api/textures/character2.png b/mods/player_api/textures/character2.png new file mode 100644 index 0000000..d7fae26 Binary files /dev/null and b/mods/player_api/textures/character2.png differ diff --git a/mods/player_api/textures/gui_hotbar_selected.png b/mods/player_api/textures/gui_hotbar_selected.png new file mode 100644 index 0000000..7203e9a Binary files /dev/null and b/mods/player_api/textures/gui_hotbar_selected.png differ diff --git a/mods/player_api/textures/player.png b/mods/player_api/textures/player.png new file mode 100644 index 0000000..6d61c43 Binary files /dev/null and b/mods/player_api/textures/player.png differ diff --git a/mods/player_api/textures/player_back.png b/mods/player_api/textures/player_back.png new file mode 100644 index 0000000..5e9ef05 Binary files /dev/null and b/mods/player_api/textures/player_back.png differ diff --git a/mods/sethome/README.txt b/mods/sethome/README.txt new file mode 100644 index 0000000..6f0a282 --- /dev/null +++ b/mods/sethome/README.txt @@ -0,0 +1,7 @@ +Minetest Game mod: sethome +========================== +See license.txt for license information. + +Authors of source code +---------------------- +sfan5 (MIT) diff --git a/mods/sethome/init.lua b/mods/sethome/init.lua new file mode 100644 index 0000000..bad7806 --- /dev/null +++ b/mods/sethome/init.lua @@ -0,0 +1,102 @@ +-- sethome/init.lua + +sethome = {} + +-- Load support for MT game translation. +local S = minetest.get_translator("sethome") + + +local homes_file = minetest.get_worldpath() .. "/homes" +local homepos = {} + +local function loadhomes() + local input = io.open(homes_file, "r") + if not input then + return -- no longer an error + end + + -- Iterate over all stored positions in the format "x y z player" for each line + for pos, name in input:read("*a"):gmatch("(%S+ %S+ %S+)%s([%w_-]+)[\r\n]") do + homepos[name] = minetest.string_to_pos(pos) + end + input:close() +end + +loadhomes() + +sethome.set = function(name, pos) + local player = minetest.get_player_by_name(name) + if not player or not pos then + return false + end + player:set_attribute("sethome:home", minetest.pos_to_string(pos)) + + -- remove `name` from the old storage file + local data = {} + local output = io.open(homes_file, "w") + if output then + homepos[name] = nil + for i, v in pairs(homepos) do + table.insert(data, string.format("%.1f %.1f %.1f %s\n", v.x, v.y, v.z, i)) + end + output:write(table.concat(data)) + io.close(output) + return true + end + return true -- if the file doesn't exist - don't return an error. +end + +sethome.get = function(name) + local player = minetest.get_player_by_name(name) + local pos = minetest.string_to_pos(player:get_attribute("sethome:home")) + if pos then + return pos + end + + -- fetch old entry from storage table + pos = homepos[name] + if pos then + return vector.new(pos) + else + return nil + end +end + +sethome.go = function(name) + local pos = sethome.get(name) + local player = minetest.get_player_by_name(name) + if player and pos then + player:set_pos(pos) + return true + end + return false +end + +minetest.register_privilege("home", { + description = S("Can use /sethome and /home"), + give_to_singleplayer = false +}) + +minetest.register_chatcommand("home", { + description = S("Teleport you to your home point"), + privs = {home = true}, + func = function(name) + if sethome.go(name) then + return true, S("Teleported to home!") + end + return false, S("Set a home using /sethome") + end, +}) + +minetest.register_chatcommand("sethome", { + description = S("Set your home point"), + privs = {home = true}, + func = function(name) + name = name or "" -- fallback to blank name if nil + local player = minetest.get_player_by_name(name) + if player and sethome.set(name, player:get_pos()) then + return true, S("Home set!") + end + return false, S("Player not found!") + end, +}) diff --git a/mods/sethome/license.txt b/mods/sethome/license.txt new file mode 100644 index 0000000..09f03b0 --- /dev/null +++ b/mods/sethome/license.txt @@ -0,0 +1,24 @@ +License of source code +---------------------- + +The MIT License (MIT) +Copyright (C) 2014-2016 sfan5 + +Permission is hereby granted, free of charge, to any person obtaining a copy of this +software and associated documentation files (the "Software"), to deal in the Software +without restriction, including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or +substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE +FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +For more details: +https://opensource.org/licenses/MIT diff --git a/mods/sethome/locale/sethome.de.tr b/mods/sethome/locale/sethome.de.tr new file mode 100644 index 0000000..46279dd --- /dev/null +++ b/mods/sethome/locale/sethome.de.tr @@ -0,0 +1,8 @@ +# textdomain: sethome +Can use /sethome and /home=Kann /sethome und /home benutzen +Teleport you to your home point=Teleportieren Sie sich zu Ihrem Zuhause-Punkt +Teleported to home!=Nach Hause teleportiert! +Set a home using /sethome=Ein Zuhause mit /sethome setzen +Set your home point=Ihren Zuhause-Punkt setzen +Home set!=Zuhause gesetzt! +Player not found!=Spieler nicht gefunden! diff --git a/mods/sethome/locale/sethome.es.tr b/mods/sethome/locale/sethome.es.tr new file mode 100644 index 0000000..7c04ee3 --- /dev/null +++ b/mods/sethome/locale/sethome.es.tr @@ -0,0 +1,8 @@ +# textdomain: sethome +Can use /sethome and /home=Puedes usar /sethome y /home +Teleport you to your home point=Teletranspórtate a tu hogar +Teleported to home!=¡Teletransportado a tu hogar! +Set a home using /sethome=Establece tu hogar usando /sethome +Set your home point=Establece el sitio de tu hogar +Home set!=¡Hogar establecido! +Player not found!=¡Jugador no encontrado! diff --git a/mods/sethome/locale/sethome.fr.tr b/mods/sethome/locale/sethome.fr.tr new file mode 100644 index 0000000..852621d --- /dev/null +++ b/mods/sethome/locale/sethome.fr.tr @@ -0,0 +1,8 @@ +# textdomain: sethome +Can use /sethome and /home=Peut utiliser /sethome et /home +Teleport you to your home point=Vous téléporter à votre domicile +Teleported to home!=Téléporté à votre domicile ! +Set a home using /sethome=Définir un domicile en utilisant /sethome +Set your home point=Définir votre domicile +Home set!=Domicile défini ! +Player not found!=Joueur non trouvé ! diff --git a/mods/sethome/locale/sethome.it.tr b/mods/sethome/locale/sethome.it.tr new file mode 100644 index 0000000..bbf86b8 --- /dev/null +++ b/mods/sethome/locale/sethome.it.tr @@ -0,0 +1,8 @@ +# textdomain: sethome +Can use /sethome and /home=Può usare /sethome e /home +Teleport you to your home point=Ti teletrasporta al tuo punto di domicilio +Teleported to home!=Teletrasportato a casa! +Set a home using /sethome=Imposta un domicilio usando /sethome +Set your home point=Imposta il tuo punto di domicilio +Home set!=Domicilio impostato! +Player not found!=Giocatore non trovato! \ No newline at end of file diff --git a/mods/sethome/locale/template.txt b/mods/sethome/locale/template.txt new file mode 100644 index 0000000..d04bd50 --- /dev/null +++ b/mods/sethome/locale/template.txt @@ -0,0 +1,8 @@ +# textdomain: sethome +Can use /sethome and /home= +Teleport you to your home point= +Teleported to home!= +Set a home using /sethome= +Set your home point= +Home set!= +Player not found!= diff --git a/mods/sethome/mod.conf b/mods/sethome/mod.conf new file mode 100644 index 0000000..0079925 --- /dev/null +++ b/mods/sethome/mod.conf @@ -0,0 +1,2 @@ +name = sethome +description = Minetest Game mod: sethome diff --git a/mods/sfinv/README.txt b/mods/sfinv/README.txt new file mode 100644 index 0000000..a69e3c3 --- /dev/null +++ b/mods/sfinv/README.txt @@ -0,0 +1,18 @@ +Minetest Game mod: sfinv +======================== +See license.txt for license information. + +Simple Fast Inventory. +A cleaner, simpler, solution to having an advanced inventory in Minetest. +See game_api.txt for this mod's API. +Available for use outside of MTG here: +https://forum.minetest.net/viewtopic.php?t=19765 + +Authors of source code +---------------------- +rubenwardy (MIT) + +Authors of media +---------------- +paramat (CC BY-SA 3.0): + sfinv_crafting_arrow.png - derived from a texture by BlockMen (CC BY-SA 3.0) diff --git a/mods/sfinv/api.lua b/mods/sfinv/api.lua new file mode 100644 index 0000000..c3f4b16 --- /dev/null +++ b/mods/sfinv/api.lua @@ -0,0 +1,189 @@ +sfinv = { + pages = {}, + pages_unordered = {}, + contexts = {}, + enabled = true +} + +function sfinv.register_page(name, def) + assert(name, "Invalid sfinv page. Requires a name") + assert(def, "Invalid sfinv page. Requires a def[inition] table") + assert(def.get, "Invalid sfinv page. Def requires a get function.") + assert(not sfinv.pages[name], "Attempt to register already registered sfinv page " .. dump(name)) + + sfinv.pages[name] = def + def.name = name + table.insert(sfinv.pages_unordered, def) +end + +function sfinv.override_page(name, def) + assert(name, "Invalid sfinv page override. Requires a name") + assert(def, "Invalid sfinv page override. Requires a def[inition] table") + local page = sfinv.pages[name] + assert(page, "Attempt to override sfinv page " .. dump(name) .. " which does not exist.") + for key, value in pairs(def) do + page[key] = value + end +end + +function sfinv.get_nav_fs(player, context, nav, current_idx) + -- Only show tabs if there is more than one page + if #nav > 1 then + return "tabheader[0,0;sfinv_nav_tabs;" .. table.concat(nav, ",") .. + ";" .. current_idx .. ";true;false]" + else + return "" + end +end + +local theme_inv = [[ + image[0,4.7;1,1;gui_hb_bg.png] + image[1,4.7;1,1;gui_hb_bg.png] + --image[2,4.7;1,1;gui_hb_bg.png] + --image[3,4.7;1,1;gui_hb_bg.png] + --image[4,4.7;1,1;gui_hb_bg.png] + --image[5,4.7;1,1;gui_hb_bg.png] + --image[6,4.7;1,1;gui_hb_bg.png] + --image[7,4.7;1,1;gui_hb_bg.png] + list[current_player;main;0,4.7;8,1;] + --list[current_player;main;0,5.85;8,3;8] + ]] + +function sfinv.make_formspec(player, context, content, show_inv, size) + local tmp = { + size or "size[8,8.6]", + sfinv.get_nav_fs(player, context, context.nav_titles, context.nav_idx), + show_inv and theme_inv or "", + content + } + return table.concat(tmp, "") +end + +function sfinv.get_homepage_name(player) + return "sfinv:crafting" +end + +function sfinv.get_formspec(player, context) + -- Generate navigation tabs + local nav = {} + local nav_ids = {} + local current_idx = 1 + for i, pdef in pairs(sfinv.pages_unordered) do + if not pdef.is_in_nav or pdef:is_in_nav(player, context) then + nav[#nav + 1] = pdef.title + nav_ids[#nav_ids + 1] = pdef.name + if pdef.name == context.page then + current_idx = #nav_ids + end + end + end + context.nav = nav_ids + context.nav_titles = nav + context.nav_idx = current_idx + + -- Generate formspec + local page = sfinv.pages[context.page] or sfinv.pages["404"] + if page then + return page:get(player, context) + else + local old_page = context.page + local home_page = sfinv.get_homepage_name(player) + + if old_page == home_page then + minetest.log("error", "[sfinv] Couldn't find " .. dump(old_page) .. + ", which is also the old page") + + return "" + end + + context.page = home_page + assert(sfinv.pages[context.page], "[sfinv] Invalid homepage") + minetest.log("warning", "[sfinv] Couldn't find " .. dump(old_page) .. + " so switching to homepage") + + return sfinv.get_formspec(player, context) + end +end + +function sfinv.get_or_create_context(player) + local name = player:get_player_name() + local context = sfinv.contexts[name] + if not context then + context = { + page = sfinv.get_homepage_name(player) + } + sfinv.contexts[name] = context + end + return context +end + +function sfinv.set_context(player, context) + sfinv.contexts[player:get_player_name()] = context +end + +function sfinv.set_player_inventory_formspec(player, context) + local fs = sfinv.get_formspec(player, + context or sfinv.get_or_create_context(player)) + player:set_inventory_formspec(fs) +end + +function sfinv.set_page(player, pagename) + local context = sfinv.get_or_create_context(player) + local oldpage = sfinv.pages[context.page] + if oldpage and oldpage.on_leave then + oldpage:on_leave(player, context) + end + context.page = pagename + local page = sfinv.pages[pagename] + if page.on_enter then + page:on_enter(player, context) + end + sfinv.set_player_inventory_formspec(player, context) +end + +function sfinv.get_page(player) + local context = sfinv.contexts[player:get_player_name()] + return context and context.page or sfinv.get_homepage_name(player) +end + +minetest.register_on_joinplayer(function(player) + if sfinv.enabled then + sfinv.set_player_inventory_formspec(player) + end +end) + +minetest.register_on_leaveplayer(function(player) + sfinv.contexts[player:get_player_name()] = nil +end) + +minetest.register_on_player_receive_fields(function(player, formname, fields) + if formname ~= "" or not sfinv.enabled then + return false + end + + -- Get Context + local name = player:get_player_name() + local context = sfinv.contexts[name] + if not context then + sfinv.set_player_inventory_formspec(player) + return false + end + + -- Was a tab selected? + if fields.sfinv_nav_tabs and context.nav then + local tid = tonumber(fields.sfinv_nav_tabs) + if tid and tid > 0 then + local id = context.nav[tid] + local page = sfinv.pages[id] + if id and page then + sfinv.set_page(player, id) + end + end + else + -- Pass event to page + local page = sfinv.pages[context.page] + if page and page.on_player_receive_fields then + return page:on_player_receive_fields(player, context, fields) + end + end +end) diff --git a/mods/sfinv/init.lua b/mods/sfinv/init.lua new file mode 100644 index 0000000..537a28c --- /dev/null +++ b/mods/sfinv/init.lua @@ -0,0 +1,19 @@ +-- sfinv/init.lua + +dofile(minetest.get_modpath("sfinv") .. "/api.lua") + +-- Load support for MT game translation. +local S = minetest.get_translator("sfinv") + +sfinv.register_page("sfinv:crafting", { + title = S("Carfting"), + get = function(self, player, context) + return sfinv.make_formspec(player, context, [[ + list[current_player;craft;1.75,0.5;3,3;] + list[current_player;craftpreview;5.75,1.5;1,1;] + image[4.75,1.5;1,1;sfinv_crafting_arrow.png] + listring[current_player;main] + listring[current_player;craft] + ]], true) + end +}) \ No newline at end of file diff --git a/mods/sfinv/license.txt b/mods/sfinv/license.txt new file mode 100644 index 0000000..6676d74 --- /dev/null +++ b/mods/sfinv/license.txt @@ -0,0 +1,59 @@ +License of source code +---------------------- + +The MIT License (MIT) +Copyright (C) 2016-2018 rubenwardy + +Permission is hereby granted, free of charge, to any person obtaining a copy of this +software and associated documentation files (the "Software"), to deal in the Software +without restriction, including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or +substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE +FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +For more details: +https://opensource.org/licenses/MIT + + +License of media +---------------- + +Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) +Copyright (C) 2019 paramat + +You are free to: +Share — copy and redistribute the material in any medium or format. +Adapt — remix, transform, and build upon the material for any purpose, even commercially. +The licensor cannot revoke these freedoms as long as you follow the license terms. + +Under the following terms: + +Attribution — You must give appropriate credit, provide a link to the license, and +indicate if changes were made. You may do so in any reasonable manner, but not in any way +that suggests the licensor endorses you or your use. + +ShareAlike — If you remix, transform, or build upon the material, you must distribute +your contributions under the same license as the original. + +No additional restrictions — You may not apply legal terms or technological measures that +legally restrict others from doing anything the license permits. + +Notices: + +You do not have to comply with the license for elements of the material in the public +domain or where your use is permitted by an applicable exception or limitation. +No warranties are given. The license may not give you all of the permissions necessary +for your intended use. For example, other rights such as publicity, privacy, or moral +rights may limit how you use the material. + +For more details: +http://creativecommons.org/licenses/by-sa/3.0/ diff --git a/mods/sfinv/locale/sfinv.de.tr b/mods/sfinv/locale/sfinv.de.tr new file mode 100644 index 0000000..1ba6acb --- /dev/null +++ b/mods/sfinv/locale/sfinv.de.tr @@ -0,0 +1,2 @@ +# textdomain:sfinv +Crafting=Fertigung diff --git a/mods/sfinv/locale/sfinv.es.tr b/mods/sfinv/locale/sfinv.es.tr new file mode 100644 index 0000000..b941f4e --- /dev/null +++ b/mods/sfinv/locale/sfinv.es.tr @@ -0,0 +1,2 @@ +# textdomain:sfinv +Crafting=Creación diff --git a/mods/sfinv/locale/sfinv.fr.tr b/mods/sfinv/locale/sfinv.fr.tr new file mode 100644 index 0000000..6d59735 --- /dev/null +++ b/mods/sfinv/locale/sfinv.fr.tr @@ -0,0 +1,2 @@ +# textdomain:sfinv +Crafting=Artisanat diff --git a/mods/sfinv/locale/sfinv.it.tr b/mods/sfinv/locale/sfinv.it.tr new file mode 100644 index 0000000..85761bc --- /dev/null +++ b/mods/sfinv/locale/sfinv.it.tr @@ -0,0 +1,2 @@ +# textdomain:sfinv +Crafting=Assemblaggio \ No newline at end of file diff --git a/mods/sfinv/locale/template.txt b/mods/sfinv/locale/template.txt new file mode 100644 index 0000000..913ba9f --- /dev/null +++ b/mods/sfinv/locale/template.txt @@ -0,0 +1,2 @@ +# textdomain:sfinv +Crafting= diff --git a/mods/sfinv/mod.conf b/mods/sfinv/mod.conf new file mode 100644 index 0000000..2934435 --- /dev/null +++ b/mods/sfinv/mod.conf @@ -0,0 +1,2 @@ +name = sfinv +description = Minetest Game mod: sfinv diff --git a/mods/sfinv/textures/sfinv_crafting_arrow.png b/mods/sfinv/textures/sfinv_crafting_arrow.png new file mode 100644 index 0000000..df1bbdb Binary files /dev/null and b/mods/sfinv/textures/sfinv_crafting_arrow.png differ diff --git a/mods/spawn/README.txt b/mods/spawn/README.txt new file mode 100644 index 0000000..fc16c2a --- /dev/null +++ b/mods/spawn/README.txt @@ -0,0 +1,7 @@ +Minetest Game mod: spawn +======================== +See license.txt for license information. + +Authors of source code +---------------------- +paramat (MIT) diff --git a/mods/spawn/init.lua b/mods/spawn/init.lua new file mode 100644 index 0000000..0e1261e --- /dev/null +++ b/mods/spawn/init.lua @@ -0,0 +1,159 @@ +-- spawn/init.lua + +-- Disable by mapgen, setting or if 'static_spawnpoint' is set +-------------------------------------------------------------- + +local mg_name = minetest.get_mapgen_setting("mg_name") +if mg_name == "v6" or mg_name == "singlenode" or + minetest.settings:get("static_spawnpoint") or + minetest.settings:get_bool("engine_spawn") then + return +end + + +-- Parameters +------------- + +-- Resolution of search grid in nodes. +local res = 64 +-- Number of points checked in the square search grid (edge * edge). +local checks = 128 * 128 +-- Starting point for biome checks. This also sets the y co-ordinate for all +-- points checked, so the suitable biomes must be active at this y. +local pos = {x = 0, y = 8, z = 0} + + +-- Table of suitable biomes + +local biome_ids = { + minetest.get_biome_id("taiga"), + minetest.get_biome_id("coniferous_forest"), + minetest.get_biome_id("deciduous_forest"), + minetest.get_biome_id("grassland"), + minetest.get_biome_id("savanna"), +} + +-- End of parameters +-------------------- + + +-- Direction table + +local dirs = { + {x = 0, y = 0, z = 1}, + {x = -1, y = 0, z = 0}, + {x = 0, y = 0, z = -1}, + {x = 1, y = 0, z = 0}, +} + + +-- Initial variables + +local edge_len = 1 +local edge_dist = 0 +local dir_step = 0 +local dir_ind = 1 +local searched = false +local success = false +local spawn_pos = {} + + +-- Get world 'mapgen_limit' and 'chunksize' to calculate 'spawn_limit'. +-- This accounts for how mapchunks are not generated if they or their shell exceed +-- 'mapgen_limit'. + +local mapgen_limit = tonumber(minetest.get_mapgen_setting("mapgen_limit")) +local chunksize = tonumber(minetest.get_mapgen_setting("chunksize")) +local spawn_limit = math.max(mapgen_limit - (chunksize + 1) * 16, 0) + + +--Functions +----------- + +-- Get next position on square search spiral + +local function next_pos() + if edge_dist == edge_len then + edge_dist = 0 + dir_ind = dir_ind + 1 + if dir_ind == 5 then + dir_ind = 1 + end + dir_step = dir_step + 1 + edge_len = math.floor(dir_step / 2) + 1 + end + + local dir = dirs[dir_ind] + local move = vector.multiply(dir, res) + + edge_dist = edge_dist + 1 + + return vector.add(pos, move) +end + + +-- Spawn position search + +local function search() + for iter = 1, checks do + local biome_data = minetest.get_biome_data(pos) + -- Sometimes biome_data is nil + local biome = biome_data and biome_data.biome + for id_ind = 1, #biome_ids do + local biome_id = biome_ids[id_ind] + if biome == biome_id then + local spawn_y = minetest.get_spawn_level(pos.x, pos.z) + if spawn_y then + spawn_pos = {x = pos.x, y = spawn_y, z = pos.z} + return true + end + end + end + + pos = next_pos() + -- Check for position being outside world edge + if math.abs(pos.x) > spawn_limit or math.abs(pos.z) > spawn_limit then + return false + end + end + + return false +end + + +-- On new player spawn and player respawn + +-- Search for spawn position once per server session. If successful, store +-- position and reposition players, otherwise leave them at engine spawn +-- position. + +local function on_spawn(player) + if not searched then + success = search() + searched = true + end + if success then + player:set_pos(spawn_pos) + end +end + +minetest.register_on_newplayer(function(player) + on_spawn(player) +end) + +local enable_bed_respawn = minetest.settings:get_bool("enable_bed_respawn") +if enable_bed_respawn == nil then + enable_bed_respawn = true +end + +minetest.register_on_respawnplayer(function(player) + -- Avoid respawn conflict with beds mod + if beds and enable_bed_respawn and + beds.spawn[player:get_player_name()] then + return + end + + on_spawn(player) + + return true +end) diff --git a/mods/spawn/license.txt b/mods/spawn/license.txt new file mode 100644 index 0000000..a466aab --- /dev/null +++ b/mods/spawn/license.txt @@ -0,0 +1,24 @@ +License of source code +---------------------- + +The MIT License (MIT) +Copyright (C) 2018 paramat + +Permission is hereby granted, free of charge, to any person obtaining a copy of this +software and associated documentation files (the "Software"), to deal in the Software +without restriction, including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or +substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE +FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +For more details: +https://opensource.org/licenses/MIT diff --git a/mods/spawn/mod.conf b/mods/spawn/mod.conf new file mode 100644 index 0000000..ec3d564 --- /dev/null +++ b/mods/spawn/mod.conf @@ -0,0 +1,4 @@ +name = spawn +description = Minetest Game mod: spawn +depends = default +optional_depends = beds diff --git a/schematic_tables.txt b/schematic_tables.txt new file mode 100644 index 0000000..a33300f --- /dev/null +++ b/schematic_tables.txt @@ -0,0 +1,2211 @@ +Minetest Game schematic tables +============================== + +This document acts as the official record of all schematic tables used in +Minetest Game, and should be updated by any commit that adds a table type +schematic. + +The following tables are for pasting into mods that contain a function to +convert the Lua tables into .mts files. Such mods often have two functions to +process two formats of the 'data' table: + +The standard table format is described in the 'Schematic specifier' section of +the lua_api.txt file in the Minetest Engine. +The 'data' table appears as a sequence of vertical slices through the structure +the schematic describes. +Each XY-plane slice has the X-rows formatted in order of increasing Y, so the +slices of the structure visually appear upside-down in the table. +In this document this format is used where 'mts_save()' appears. + +The transformed table format was created to be easier to work with. +Each XY-plane slice has the X-rows formatted in order of decreasing Y, so the +slices of the structure visually appear upright in the table. +In this document this format is used where 'mts_save_up()' appears. + + +-- This node will not replace existing world nodes + +local _ = {name = "air", prob = 0} + + +-- Mapgen Apple tree + +local M = {name = "default:leaves", prob = 255} +local N = {name = "default:leaves", prob = 223} +local F = {name = "default:apple", prob = 63} +local Y = {name = "default:tree", prob = 255, force_place = true} +local T = {name = "default:tree", prob = 255} + +mts_save("apple_tree", { + size = {x = 7, y = 8, z = 7}, + data = { + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, M, N, _, _, + _, _, _, N, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, M, M, F, M, M, _, + _, N, M, M, M, N, _, + _, _, N, M, N, _, _, + _, _, _, _, _, _, _, + + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + N, M, Y, _, _, M, N, + _, M, M, _, Y, M, _, + _, N, M, M, M, N, _, + _, _, _, N, _, _, _, + + _, _, _, Y, _, _, _, + _, _, _, Y, _, _, _, + _, _, _, Y, _, _, _, + _, _, _, Y, _, _, _, + M, F, _, Y, _, F, M, + N, M, _, _, _, M, N, + _, M, M, M, M, M, _, + _, _, N, M, N, _, _, + + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + N, M, _, _, Y, M, N, + _, M, Y, _, M, M, _, + _, N, M, M, M, N, _, + _, _, _, N, _, _, _, + + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, M, M, F, M, M, _, + _, N, M, M, M, N, _, + _, _, N, M, N, _, _, + _, _, _, _, _, _, _, + + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, M, N, _, _, + _, _, _, N, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + }, + yslice_prob = { + {ypos = 2, prob = 127}, + }, +}) + + +-- Apple tree from sapling + +mts_save("apple_tree_from_sapling", { + size = {x = 7, y = 8, z = 7}, + data = { + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, M, N, _, _, + _, _, _, N, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, M, M, F, M, M, _, + _, N, M, M, M, N, _, + _, _, N, M, N, _, _, + _, _, _, _, _, _, _, + + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + N, M, T, _, _, M, N, + _, M, M, _, T, M, _, + _, N, M, M, M, N, _, + _, _, _, N, _, _, _, + + _, _, _, T, _, _, _, + _, _, _, Y, _, _, _, + _, _, _, T, _, _, _, + _, _, _, T, _, _, _, + M, F, _, T, _, F, M, + N, M, _, _, _, M, N, + _, M, M, M, M, M, _, + _, _, N, M, N, _, _, + + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + N, M, _, _, T, M, N, + _, M, T, _, M, M, _, + _, N, M, M, M, N, _, + _, _, _, N, _, _, _, + + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, M, M, F, M, M, _, + _, N, M, M, M, N, _, + _, _, N, M, N, _, _, + _, _, _, _, _, _, _, + + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, M, N, _, _, + _, _, _, N, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + }, + yslice_prob = { + {ypos = 2, prob = 127}, + }, +}) + + +-- Mapgen Jungle tree + +local L = {name = "default:jungleleaves", prob = 255} +local N = {name = "default:jungleleaves", prob = 223} +local M = {name = "default:jungleleaves", prob = 191} +local B = {name = "default:jungletree", prob = 255, force_place = true} +local Y = {name = "default:jungletree", prob = 191, force_place = true} +local U = {name = "default:jungletree", prob = 127, force_place = true} +local I = {name = "default:jungletree", prob = 255} + +mts_save("jungle_tree", { + size = {x = 5, y = 17, z = 5}, + data = { + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + N, L, N, _, _, + _, _, N, L, N, + _, _, _, _, _, + _, _, _, _, _, + M, N, N, N, M, + M, N, N, N, M, + _, _, _, _, _, + + _, _, B, _, _, + _, _, B, _, _, + _, _, U, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + L, B, L, _, _, + _, _, L, B, L, + _, _, _, _, _, + _, _, _, _, _, + N, B, L, B, N, + N, L, L, L, N, + _, N, N, N, _, + + _, B, B, B, _, + _, B, B, B, _, + _, U, B, U, _, + _, _, B, _, _, + _, _, B, _, _, + _, _, B, _, _, + _, _, B, _, _, + _, _, B, _, _, + _, _, B, L, N, + N, L, B, _, _, + N, L, B, _, _, + _, _, B, L, N, + _, _, B, L, N, + _, _, B, _, _, + N, L, L, L, N, + N, L, L, L, N, + _, N, L, N, _, + + _, _, B, _, _, + _, _, B, _, _, + _, _, U, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, L, B, L, + L, B, L, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, L, B, L, + _, _, _, _, _, + N, B, L, B, N, + N, L, L, L, N, + _, N, N, N, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, N, L, N, + N, L, N, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, N, L, N, + _, _, _, _, _, + M, N, N, N, M, + M, N, N, N, M, + _, _, _, _, _, + }, + yslice_prob = { + {ypos=6, prob=191}, + {ypos=7, prob=191}, + {ypos=8, prob=191}, + {ypos=9, prob=191}, + {ypos=10, prob=191}, + }, +}) + + +-- Jungle tree from sapling + +local B = {name = "default:jungletree", prob = 255} +local C = {name = "default:jungletree", prob = 255, force_place = true} +local Y = {name = "default:jungletree", prob = 191} +local U = {name = "default:jungletree", prob = 127} + +mts_save("jungle_tree_from_sapling", { + size = {x = 5, y = 17, z = 5}, + data = { + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + N, L, N, _, _, + _, _, N, L, N, + _, _, _, _, _, + _, _, _, _, _, + M, N, N, N, M, + M, N, N, N, M, + _, _, _, _, _, + + _, _, B, _, _, + _, _, B, _, _, + _, _, U, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + L, B, L, _, _, + _, _, L, B, L, + _, _, _, _, _, + _, _, _, _, _, + N, B, L, B, N, + N, L, L, L, N, + _, N, N, N, _, + + _, B, B, B, _, + _, B, C, B, _, + _, U, B, U, _, + _, _, B, _, _, + _, _, B, _, _, + _, _, B, _, _, + _, _, B, _, _, + _, _, B, _, _, + _, _, B, L, N, + N, L, B, _, _, + N, L, B, _, _, + _, _, B, L, N, + _, _, B, L, N, + _, _, B, _, _, + N, L, L, L, N, + N, L, L, L, N, + _, N, L, N, _, + + _, _, B, _, _, + _, _, B, _, _, + _, _, U, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, L, B, L, + L, B, L, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, L, B, L, + _, _, _, _, _, + N, B, L, B, N, + N, L, L, L, N, + _, N, N, N, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, N, L, N, + N, L, N, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, N, L, N, + _, _, _, _, _, + M, N, N, N, M, + M, N, N, N, M, + _, _, _, _, _, + }, + yslice_prob = { + {ypos=6, prob=191}, + {ypos=7, prob=191}, + {ypos=8, prob=191}, + {ypos=9, prob=191}, + {ypos=10, prob=191}, + }, +}) + + +-- Mapgen Pine tree + +local L = {name = "default:pine_needles", prob = 255} +local M = {name = "default:pine_needles", prob = 223} +local N = {name = "default:pine_needles", prob = 191} +local T = {name = "default:pine_tree", prob = 255, force_place = true} +local B = {name = "default:pine_tree", prob = 255} + +mts_save("pine_tree", { + size = {x = 5, y = 16, z = 5}, + data = { + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + L, _, T, _, L, + _, L, T, L, _, + _, _, T, _, _, + L, _, T, _, L, + _, L, T, L, _, + _, _, T, _, _, + L, _, T, _, L, + _, L, L, L, _, + _, _, L, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + }, + yslice_prob = { + {ypos = 2, prob = 127}, + {ypos = 3, prob = 127}, + {ypos = 4, prob = 127}, + {ypos = 5, prob = 127}, + {ypos = 9, prob = 127}, + {ypos = 12, prob = 127}, + }, +}) + + +-- Pine tree from sapling + +local T = {name = "default:pine_tree", prob = 255} +local U = {name = "default:pine_tree", prob = 255, force_place = true} + +mts_save("pine_tree_from_sapling", { + size = {x = 5, y = 16, z = 5}, + data = { + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + + _, _, T, _, _, + _, _, U, _, _, + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + L, _, T, _, L, + _, L, T, L, _, + _, _, T, _, _, + L, _, T, _, L, + _, L, T, L, _, + _, _, T, _, _, + L, _, T, _, L, + _, L, L, L, _, + _, _, L, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + }, + yslice_prob = { + {ypos = 2, prob = 127}, + {ypos = 3, prob = 127}, + {ypos = 4, prob = 127}, + {ypos = 5, prob = 127}, + {ypos = 9, prob = 127}, + {ypos = 12, prob = 127}, + }, +}) + + +-- Snowy pine tree from sapling + +local T = {name = "default:pine_tree", prob = 255} +local U = {name = "default:pine_tree", prob = 255, force_place = true} +local L = {name = "default:pine_needles", prob = 255} +local S = {name = "default:snow", prob = 255} + +mts_save("snowy_pine_tree_from_sapling", { + size = {x = 5, y = 16, z = 5}, + data = { + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + L, L, L, L, L, + S, S, S, S, S, + _, _, _, _, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + L, L, _, L, M, + S, L, L, L, _, + _, _, _, _, _, + _, L, _, L, L, + _, L, L, L, S, + _, S, S, S, _, + _, _, _, _, _, + + _, _, T, _, _, + _, _, U, _, _, + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + L, _, T, _, L, + _, L, T, L, _, + _, _, T, _, _, + L, _, T, _, L, + _, L, T, L, _, + _, _, T, _, _, + L, _, T, _, L, + S, L, L, L, S, + _, S, L, S, _, + _, _, S, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + M, L, _, L, M, + _, L, L, L, _, + _, _, _, _, _, + L, L, _, L, L, + S, L, L, L, S, + _, S, S, S, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, L, + _, _, _, _, S, + _, _, _, _, _, + L, L, L, L, _, + S, S, S, S, _, + _, _, _, _, _, + _, _, _, _, _, + }, + yslice_prob = { + {ypos = 2, prob = 127}, + {ypos = 3, prob = 127}, + {ypos = 4, prob = 127}, + {ypos = 8, prob = 127}, + {ypos = 11, prob = 127}, + }, +}) + + +-- Mapgen Acacia tree + +local L = {name = "default:acacia_leaves", prob = 255} +local M = {name = "default:acacia_leaves", prob = 223} +local T = {name = "default:acacia_tree", prob = 255, force_place = true} + +mts_save("acacia_tree", { + size = {x = 9, y = 9, z = 9}, + data = { + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + M, M, M, M, _, _, _, _, _, + _, _, _, _, M, M, M, M, M, + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + M, L, L, M, _, _, _, _, _, + _, _, _, _, M, L, L, L, M, + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, T, _, _, _, _, _, _, + M, L, L, M, _, _, T, _, _, + _, _, _, _, M, L, L, L, M, + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, T, _, _, _, _, _, + _, _, _, _, _, T, _, _, _, + M, M, M, M, _, _, _, _, _, + _, _, _, _, M, L, L, L, M, + + _, _, _, _, T, _, _, _, _, + _, _, _, _, T, _, _, _, _, + _, _, _, _, T, _, _, _, _, + _, _, _, _, T, _, _, _, _, + _, _, _, _, T, _, _, _, _, + _, _, _, _, T, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + M, M, M, M, M, M, M, M, M, + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, T, _, _, _, + _, _, _, T, _, _, _, _, _, + _, _, _, _, _, M, M, M, M, + M, L, L, L, M, _, _, _, _, + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, T, _, _, + _, _, T, _, _, M, L, L, M, + M, L, L, L, M, _, _, _, _, + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, M, L, L, M, + M, L, L, L, M, _, _, _, _, + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, M, M, M, M, + M, M, M, M, M, _, _, _, _, + }, + yslice_prob = { + {ypos = 2, prob = 127}, + {ypos = 3, prob = 127}, + {ypos = 4, prob = 127}, + }, +}) + + +-- Acacia tree from sapling + +local T = {name = "default:acacia_tree", prob = 255} +local U = {name = "default:acacia_tree", prob = 255, force_place = true} + +mts_save("acacia_tree_from_sapling", { + size = {x = 9, y = 9, z = 9}, + data = { + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + M, M, M, M, _, _, _, _, _, + _, _, _, _, M, M, M, M, M, + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + M, L, L, M, _, _, _, _, _, + _, _, _, _, M, L, L, L, M, + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, T, _, _, _, _, _, _, + M, L, L, M, _, _, T, _, _, + _, _, _, _, M, L, L, L, M, + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, T, _, _, _, _, _, + _, _, _, _, _, T, _, _, _, + M, M, M, M, _, _, _, _, _, + _, _, _, _, M, L, L, L, M, + + _, _, _, _, T, _, _, _, _, + _, _, _, _, U, _, _, _, _, + _, _, _, _, T, _, _, _, _, + _, _, _, _, T, _, _, _, _, + _, _, _, _, T, _, _, _, _, + _, _, _, _, T, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + M, M, M, M, M, M, M, M, M, + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, T, _, _, _, + _, _, _, T, _, _, _, _, _, + _, _, _, _, _, M, M, M, M, + M, L, L, L, M, _, _, _, _, + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, T, _, _, + _, _, T, _, _, M, L, L, M, + M, L, L, L, M, _, _, _, _, + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, M, L, L, M, + M, L, L, L, M, _, _, _, _, + + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, _, _, _, _, + _, _, _, _, _, M, M, M, M, + M, M, M, M, M, _, _, _, _, + }, + yslice_prob = { + {ypos = 2, prob = 127}, + {ypos = 3, prob = 127}, + {ypos = 4, prob = 127}, + }, +}) + + +-- Mapgen Aspen tree + +local T = {name = "default:aspen_tree", prob = 255, force_place = true} +local B = {name = "default:aspen_tree", prob = 255} +local L = {name = "default:aspen_leaves", prob = 255} +local M = {name = "default:aspen_leaves", prob = 223} +local N = {name = "default:aspen_leaves", prob = 127} + +mts_save("aspen_tree", { + size = {x = 5, y = 14, z = 5}, + data = { + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, M, L, M, _, + M, L, L, L, M, + _, M, L, M, _, + M, L, L, L, M, + _, M, L, M, _, + M, L, L, L, M, + _, M, L, M, _, + _, _, _, _, _, + + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + _, L, T, L, _, + L, L, T, L, L, + _, L, T, L, _, + L, L, T, L, L, + _, L, T, L, _, + L, L, T, L, L, + _, L, L, L, _, + _, _, L, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, M, L, M, _, + M, L, L, L, M, + _, M, L, M, _, + M, L, L, L, M, + _, M, L, M, _, + M, L, L, L, M, + _, M, L, M, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + }, + yslice_prob = { + {ypos = 2, prob = 127}, + {ypos = 3, prob = 127}, + {ypos = 4, prob = 127}, + {ypos = 8, prob = 127}, + {ypos = 10, prob = 127}, + }, +}) + + +-- Aspen tree from sapling + +mts_save("aspen_tree_from_sapling", { + size = {x = 5, y = 14, z = 5}, + data = { + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, M, L, M, _, + M, L, L, L, M, + _, M, L, M, _, + M, L, L, L, M, + _, M, L, M, _, + M, L, L, L, M, + _, M, L, M, _, + _, _, _, _, _, + + _, _, B, _, _, + _, _, T, _, _, + _, _, B, _, _, + _, _, B, _, _, + _, _, B, _, _, + _, _, B, _, _, + _, L, B, L, _, + L, L, B, L, L, + _, L, B, L, _, + L, L, B, L, L, + _, L, B, L, _, + L, L, B, L, L, + _, L, L, L, _, + _, _, L, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, M, L, M, _, + M, L, L, L, M, + _, M, L, M, _, + M, L, L, L, M, + _, M, L, M, _, + M, L, L, L, M, + _, M, L, M, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + N, M, L, M, N, + _, _, _, _, _, + _, _, _, _, _, + }, + yslice_prob = { + {ypos = 2, prob = 127}, + {ypos = 3, prob = 127}, + {ypos = 4, prob = 127}, + {ypos = 8, prob = 127}, + {ypos = 10, prob = 127}, + }, +}) + + +-- Mapgen emergent jungle tree + +local L = {name = "default:jungleleaves", prob = 255} +local N = {name = "default:jungleleaves", prob = 223} +local M = {name = "default:jungleleaves", prob = 127} +local B = {name = "default:jungletree", prob = 255, force_place = true} +local U = {name = "default:jungletree", prob = 127, force_place = true} + +mts_save("emergent_jungle_tree", { + size = {x = 7, y = 37, z = 7}, + data = { + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + B, _, _, _, _, _, B, + B, _, _, _, _, _, B, + B, _, _, _, _, _, B, + U, _, _, _, _, _, U, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + N, N, N, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, N, N, N, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, N, N, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + N, N, N, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, N, N, N, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, M, M, M, M, M, _, + _, N, N, N, N, N, _, + _, N, N, N, N, N, _, + _, N, N, N, N, N, _, + _, _, _, _, _, _, _, + + _, _, _, _, _, _, _, + _, _, B, _, B, _, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, U, B, _, B, U, _, + _, _, U, _, U, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + N, B, N, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, N, B, N, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, B, N, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + N, B, N, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, N, B, N, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + M, _, _, _, _, _, M, + N, L, _, _, _, L, N, + N, B, L, L, L, B, N, + N, L, L, L, L, L, N, + _, N, N, N, N, N, _, + + _, _, B, _, B, _, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, B, B, B, _, + _, B, B, B, B, B, _, + _, B, B, B, B, B, _, + _, B, B, B, B, B, _, + _, U, B, B, B, U, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + N, N, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, _, B, B, N, N, + N, N, N, B, _, _, _, + _, _, _, B, _, _, _, + _, _, N, B, N, _, _, + _, _, _, B, _, _, _, + _, _, _, B, N, N, N, + N, N, B, B, _, _, _, + _, _, _, B, _, _, _, + _, _, _, B, B, N, N, + N, N, N, B, _, _, _, + _, _, _, B, _, _, _, + M, _, B, B, B, _, M, + N, _, B, _, B, _, N, + N, L, L, _, L, L, N, + N, L, L, L, L, L, N, + _, N, L, L, L, N, _, + + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + N, B, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, B, N, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + N, B, B, B, B, _, _, + _, _, B, B, B, _, _, + M, _, B, _, B, _, M, + N, _, _, _, _, _, N, + N, L, _, _, _, L, N, + N, L, L, L, L, L, N, + _, N, L, L, L, N, _, + + _, _, B, _, B, _, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, B, B, B, _, + _, B, B, B, B, B, _, + _, B, B, B, B, B, _, + _, B, B, B, B, B, _, + _, U, B, B, B, U, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, _, B, _, _, _, + N, N, N, B, _, _, _, + _, _, _, B, B, N, N, + _, _, _, B, _, _, _, + N, N, B, B, _, _, _, + _, _, _, B, N, N, N, + _, _, _, B, _, _, _, + _, _, N, B, N, _, _, + _, _, _, B, _, _, _, + N, N, N, B, _, _, _, + _, _, _, B, _, _, _, + M, _, B, B, B, _, M, + N, _, B, _, B, _, N, + N, L, L, _, L, L, N, + N, L, L, L, L, L, N, + _, N, L, L, L, N, _, + + _, _, _, _, _, _, _, + _, _, B, _, B, _, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, U, B, _, B, U, _, + _, _, U, _, U, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, B, N, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, N, B, N, + _, _, _, _, _, _, _, + N, B, N, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, B, N, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + M, _, _, _, _, _, M, + N, L, _, _, _, L, N, + N, B, L, L, L, B, N, + N, L, L, L, L, L, N, + _, N, N, N, N, N, _, + + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + B, _, _, _, _, _, B, + B, _, _, _, _, _, B, + B, _, _, _, _, _, B, + U, _, _, _, _, _, U, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, N, N, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, N, N, N, + _, _, _, _, _, _, _, + N, N, N, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, N, N, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, M, M, M, M, M, _, + _, N, N, N, N, N, _, + _, N, N, N, N, N, _, + _, N, N, N, N, N, _, + _, _, _, _, _, _, _, + }, + yslice_prob = { + {ypos = 13, prob = 127}, + {ypos = 14, prob = 127}, + {ypos = 15, prob = 127}, + {ypos = 16, prob = 127}, + {ypos = 17, prob = 127}, + {ypos = 18, prob = 127}, + {ypos = 19, prob = 127}, + {ypos = 20, prob = 127}, + {ypos = 21, prob = 127}, + {ypos = 22, prob = 127}, + {ypos = 23, prob = 127}, + {ypos = 24, prob = 127}, + }, +}) + + +-- Emergent jungle tree from sapling + +local L = {name = "default:jungleleaves", prob = 255} +local N = {name = "default:jungleleaves", prob = 223} +local M = {name = "default:jungleleaves", prob = 127} +local S = {name = "default:jungletree", prob = 255, force_place = true} +local B = {name = "default:jungletree", prob = 255} +local U = {name = "default:jungletree", prob = 127} + +mts_save("emergent_jungle_tree_from_sapling", { + size = {x = 7, y = 37, z = 7}, + data = { + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + B, _, _, _, _, _, B, + B, _, _, _, _, _, B, + B, _, _, _, _, _, B, + U, _, _, _, _, _, U, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + N, N, N, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, N, N, N, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, N, N, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + N, N, N, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, N, N, N, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, M, M, M, M, M, _, + _, N, N, N, N, N, _, + _, N, N, N, N, N, _, + _, N, N, N, N, N, _, + _, _, _, _, _, _, _, + + _, _, _, _, _, _, _, + _, _, B, _, B, _, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, U, B, _, B, U, _, + _, _, U, _, U, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + N, B, N, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, N, B, N, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, B, N, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + N, B, N, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, N, B, N, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + M, _, _, _, _, _, M, + N, L, _, _, _, L, N, + N, B, L, L, L, B, N, + N, L, L, L, L, L, N, + _, N, N, N, N, N, _, + + _, _, B, _, B, _, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, B, B, B, _, + _, B, B, B, B, B, _, + _, B, B, B, B, B, _, + _, B, B, B, B, B, _, + _, U, B, B, B, U, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + N, N, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, _, B, B, N, N, + N, N, N, B, _, _, _, + _, _, _, B, _, _, _, + _, _, N, B, N, _, _, + _, _, _, B, _, _, _, + _, _, _, B, N, N, N, + N, N, B, B, _, _, _, + _, _, _, B, _, _, _, + _, _, _, B, B, N, N, + N, N, N, B, _, _, _, + _, _, _, B, _, _, _, + M, _, B, B, B, _, M, + N, _, B, _, B, _, N, + N, L, L, _, L, L, N, + N, L, L, L, L, L, N, + _, N, L, L, L, N, _, + + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, B, B, B, _, _, + _, _, B, S, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + N, B, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, B, N, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + N, B, B, B, B, _, _, + _, _, B, B, B, _, _, + M, _, B, _, B, _, M, + N, _, _, _, _, _, N, + N, L, _, _, _, L, N, + N, L, L, L, L, L, N, + _, N, L, L, L, N, _, + + _, _, B, _, B, _, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, B, B, B, _, + _, B, B, B, B, B, _, + _, B, B, B, B, B, _, + _, B, B, B, B, B, _, + _, U, B, B, B, U, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, B, B, B, _, _, + _, _, _, B, _, _, _, + N, N, N, B, _, _, _, + _, _, _, B, B, N, N, + _, _, _, B, _, _, _, + N, N, B, B, _, _, _, + _, _, _, B, N, N, N, + _, _, _, B, _, _, _, + _, _, N, B, N, _, _, + _, _, _, B, _, _, _, + N, N, N, B, _, _, _, + _, _, _, B, _, _, _, + M, _, B, B, B, _, M, + N, _, B, _, B, _, N, + N, L, L, _, L, L, N, + N, L, L, L, L, L, N, + _, N, L, L, L, N, _, + + _, _, _, _, _, _, _, + _, _, B, _, B, _, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, B, B, _, B, B, _, + _, U, B, _, B, U, _, + _, _, U, _, U, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, B, N, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, N, B, N, + _, _, _, _, _, _, _, + N, B, N, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, B, N, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + M, _, _, _, _, _, M, + N, L, _, _, _, L, N, + N, B, L, L, L, B, N, + N, L, L, L, L, L, N, + _, N, N, N, N, N, _, + + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + B, _, _, _, _, _, B, + B, _, _, _, _, _, B, + B, _, _, _, _, _, B, + U, _, _, _, _, _, U, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, N, N, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, N, N, N, + _, _, _, _, _, _, _, + N, N, N, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, N, N, N, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, _, _, _, _, _, _, + _, M, M, M, M, M, _, + _, N, N, N, N, N, _, + _, N, N, N, N, N, _, + _, N, N, N, N, N, _, + _, _, _, _, _, _, _, + }, + yslice_prob = { + {ypos = 13, prob = 127}, + {ypos = 14, prob = 127}, + {ypos = 15, prob = 127}, + {ypos = 16, prob = 127}, + {ypos = 17, prob = 127}, + {ypos = 18, prob = 127}, + {ypos = 19, prob = 127}, + {ypos = 20, prob = 127}, + {ypos = 21, prob = 127}, + {ypos = 22, prob = 127}, + {ypos = 23, prob = 127}, + {ypos = 24, prob = 127}, + }, +}) + + +-- Mapgen small pine tree + +local L = {name = "default:pine_needles", prob = 255} +local M = {name = "default:pine_needles", prob = 223} +local N = {name = "default:pine_needles", prob = 191} +local T = {name = "default:pine_tree", prob = 255, force_place = true} +local B = {name = "default:pine_tree", prob = 255} +local S = {name = "default:snow", prob = 255} + +mts_save("small_pine_tree", { + size = {x = 5, y = 12, z = 5}, + data = { + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, L, L, L, _, + _, _, L, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + L, L, _, L, L, + _, L, L, L, _, + _, L, L, L, _, + _, L, L, L, _, + _, _, L, _, _, + _, _, L, _, _, + _, _, _, _, _, + _, _, _, _, _, + + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + _, _, T, _, _, + L, _, T, _, L, + L, L, T, L, L, + _, L, T, L, _, + _, L, T, L, _, + _, L, T, L, _, + _, L, L, L, _, + _, _, L, _, _, + _, _, L, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + L, L, _, L, L, + _, L, L, L, _, + _, L, L, L, _, + _, L, L, L, _, + _, _, L, _, _, + _, _, L, _, _, + _, _, _, _, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, L, L, L, _, + _, _, L, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + }, + yslice_prob = { + {ypos = 2, prob = 127}, + {ypos = 3, prob = 127}, + {ypos = 4, prob = 127}, + }, +}) + + +-- Small pine tree from sapling + +mts_save("small_pine_tree_from_sapling", { + size = {x = 5, y = 12, z = 5}, + data = { + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, L, L, L, _, + _, _, L, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + L, L, _, L, L, + _, L, L, L, _, + _, L, L, L, _, + _, L, L, L, _, + _, _, L, _, _, + _, _, L, _, _, + _, _, _, _, _, + _, _, _, _, _, + + _, _, B, _, _, + _, _, T, _, _, + _, _, B, _, _, + _, _, B, _, _, + L, _, B, _, L, + L, L, B, L, L, + _, L, B, L, _, + _, L, B, L, _, + _, L, B, L, _, + _, L, L, L, _, + _, _, L, _, _, + _, _, L, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + L, L, _, L, L, + _, L, L, L, _, + _, L, L, L, _, + _, L, L, L, _, + _, _, L, _, _, + _, _, L, _, _, + _, _, _, _, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, L, L, L, _, + _, _, L, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + }, + yslice_prob = { + {ypos = 2, prob = 127}, + {ypos = 3, prob = 127}, + {ypos = 4, prob = 127}, + }, +}) + + +-- Snowy small pine tree from sapling + +mts_save("snowy_small_pine_tree_from_sapling", { + size = {x = 5, y = 13, z = 5}, + data = { + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, L, L, L, _, + _, S, L, S, _, + _, _, S, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + L, L, _, L, L, + S, L, L, L, S, + _, L, L, L, _, + _, L, L, L, _, + _, S, L, S, _, + _, _, L, _, _, + _, _, S, _, _, + _, _, _, _, _, + _, _, _, _, _, + + _, _, B, _, _, + _, _, T, _, _, + _, _, B, _, _, + _, _, B, _, _, + L, _, B, _, L, + L, L, B, L, L, + S, L, B, L, S, + _, L, B, L, _, + _, L, B, L, _, + _, L, L, L, _, + _, S, L, S, _, + _, _, L, _, _, + _, _, S, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + L, L, _, L, L, + S, L, L, L, S, + _, L, L, L, _, + _, L, L, L, _, + _, S, L, S, _, + _, _, L, _, _, + _, _, S, _, _, + _, _, _, _, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, L, L, L, _, + _, S, L, S, _, + _, _, S, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + }, + yslice_prob = { + {ypos = 2, prob = 127}, + {ypos = 3, prob = 127}, + }, +}) + + +-- Apple tree log + +mts_save("apple_log", { + size = {x = 4, y = 2, z = 1}, + data = { + {name = "default:tree", param2 = 12, prob = 127}, + {name = "default:tree", param2 = 12}, + {name = "default:tree", param2 = 12}, + {name = "default:tree", param2 = 12}, + {name = "air", prob = 0}, + {name = "flowers:mushroom_brown", prob = 63}, + {name = "air", prob = 0}, + {name = "air", prob = 0}, + }, +}) + + +-- Jungletree log + +mts_save("jungle_log", { + size = {x = 5, y = 2, z = 1}, + data = { + {name = "default:jungletree", param2 = 12, prob = 127}, + {name = "default:jungletree", param2 = 12}, + {name = "default:jungletree", param2 = 12}, + {name = "default:jungletree", param2 = 12}, + {name = "default:jungletree", param2 = 12, prob = 127}, + {name = "air", prob = 0}, + {name = "air", prob = 0}, + {name = "flowers:mushroom_brown", prob = 127}, + {name = "air", prob = 0}, + {name = "air", prob = 0}, + }, +}) + + +-- Pine tree log + +mts_save("pine_log", { + size = {x = 5, y = 2, z = 1}, + data = { + {name = "default:pine_tree", param2 = 12, prob = 127}, + {name = "default:pine_tree", param2 = 12}, + {name = "default:pine_tree", param2 = 12}, + {name = "default:pine_tree", param2 = 12}, + {name = "default:pine_tree", param2 = 12, prob = 127}, + {name = "air", prob = 0}, + {name = "air", prob = 0}, + {name = "flowers:mushroom_red", prob = 63}, + {name = "air", prob = 0}, + {name = "air", prob = 0}, + }, +}) + + +-- Acacia tree log + +mts_save("acacia_log", { + size = {x = 5, y = 1, z = 1}, + data = { + {name = "default:acacia_tree", param2 = 12, prob = 127}, + {name = "default:acacia_tree", param2 = 12}, + {name = "default:acacia_tree", param2 = 12}, + {name = "default:acacia_tree", param2 = 12}, + {name = "default:acacia_tree", param2 = 12, prob = 127}, + }, +}) + + +-- Aspen tree log + +mts_save("aspen_log", { + size = {x = 5, y = 2, z = 1}, + data = { + {name = "default:aspen_tree", param2 = 12, prob = 127}, + {name = "default:aspen_tree", param2 = 12}, + {name = "default:aspen_tree", param2 = 12}, + {name = "default:aspen_tree", param2 = 12}, + {name = "default:aspen_tree", param2 = 12, prob = 127}, + {name = "air", prob = 0}, + {name = "flowers:mushroom_red", prob = 63}, + {name = "flowers:mushroom_brown", prob = 63}, + {name = "air", prob = 0}, + {name = "air", prob = 0}, + }, +}) + + +-- Large cactus + +local C = {name = "default:cactus", prob = 255, param2 = 20} +local R = {name = "default:cactus", prob = 255, param2 = 20, force_place = true} +local E = {name = "default:cactus", prob = 127, param2 = 20} + +mts_save("large_cactus", { + size = {x = 5, y = 7, z = 5}, + data = { + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + + _, _, C, _, _, + _, _, R, _, _, + _, _, C, _, _, + C, C, C, C, C, + C, _, C, _, C, + E, _, C, _, E, + _, _, C, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + _, _, _, _, _, + }, + yslice_prob = { + {ypos = 2, prob = 127}, + }, +}) + + +-- Papyrus + +mts_save("papyrus", { + size = {x = 1, y = 7, z = 1}, + data = { + {name = "default:dirt", prob = 255, force_place = true}, + {name = "default:dirt", prob = 255, force_place = true}, + {name = "default:papyrus", prob = 255}, + {name = "default:papyrus", prob = 255}, + {name = "default:papyrus", prob = 255}, + {name = "default:papyrus", prob = 255}, + {name = "default:papyrus", prob = 255}, + }, + yslice_prob = { + {ypos = 2, prob = 127}, + {ypos = 3, prob = 127}, + }, +}) + + +-- Bush + +local L = {name = "default:bush_leaves", prob = 255} +local M = {name = "default:bush_leaves", prob = 191} +local N = {name = "default:bush_leaves", prob = 127} +local S = {name = "default:bush_stem", prob = 255, force_place = true} + +mts_save("bush", { + size = {x = 3, y = 3, z = 3}, + data = { + _, _, _, + M, L, M, + N, M, N, + + _, _, _, + L, S, L, + M, L, M, + + _, _, _, + M, L, M, + N, M, N, + }, +}) + + +-- Blueberry bush + +local L = {name = "default:blueberry_bush_leaves_with_berries", prob = 255, force_place = true} +local M = {name = "default:blueberry_bush_leaves_with_berries", prob = 223} +local N = {name = "default:blueberry_bush_leaves_with_berries", prob = 95} + +mts_save("blueberry_bush", { + size = {x = 3, y = 1, z = 3}, + data = { + N, M, N, + + M, L, M, + + N, M, N, + }, +}) + + +-- Acacia bush + +local L = {name = "default:acacia_bush_leaves", prob = 255} +local M = {name = "default:acacia_bush_leaves", prob = 191} +local N = {name = "default:acacia_bush_leaves", prob = 127} +local S = {name = "default:acacia_bush_stem", prob = 255, force_place = true} + +mts_save("acacia_bush", { + size = {x = 3, y = 3, z = 3}, + data = { + _, _, _, + N, M, N, + M, L, M, + + _, _, _, + M, S, M, + L, L, L, + + _, _, _, + N, M, N, + M, L, M, + }, +}) + + +-- Pine bush + +local L = {name = "default:pine_bush_needles", prob = 255} +local M = {name = "default:pine_bush_needles", prob = 191} +local N = {name = "default:pine_bush_needles", prob = 127} +local S = {name = "default:pine_bush_stem", prob = 255, force_place = true} + +mts_save("pine_bush", { + size = {x = 3, y = 3, z = 3}, + data = { + _, _, _, + M, L, M, + N, M, N, + + _, _, _, + L, S, L, + M, L, M, + + _, _, _, + M, L, M, + N, M, N, + }, +}) diff --git a/settingtypes.txt b/settingtypes.txt new file mode 100644 index 0000000..291af62 --- /dev/null +++ b/settingtypes.txt @@ -0,0 +1,77 @@ +# This file contains settings of minetest_game that can be changed in +# minetest.conf + +# In creative mode players are able to dig all kind of blocks nearly +# instantly, and have access to unlimited resources. +# Some of the functionality is only available if this setting is present +# at startup. +creative_mode (Creative mode) bool false + +# Flammable nodes will be ignited by nearby igniters. Spreading fire may +# cause severe destruction. +# Spreading fire nodes will disappear when fire is disabled, but +# 'permanent_flame' nodes are unaffected. +enable_fire (Fire) bool true + +# Enable flame sound. +flame_sound (Flame sound) bool true + +# Enable lavacooling. +enable_lavacooling (Lavacooling) bool true + +# If enabled, steel tools, torches and cobblestone will be given to new +# players. +give_initial_stuff (Give initial items) bool false + +# If enabled, players respawn at the bed they last lay on instead of normal +# spawn. +# This setting is only read at startup. +enable_bed_respawn (Respawn at bed) bool true + +# If enabled, the night can be skipped if more than half of the players are +# in beds. +enable_bed_night_skip (Skip night when sleeping) bool true + +# If enabled, fences and walls cannot be jumped over. +enable_fence_tall (Tall fences and walls) bool false + +# When TNT explodes, it destroys nearby nodes and damages nearby players. +# This setting is disabled by default on servers. +enable_tnt (TNT) bool true + +# The radius in which nodes will be destroyed by a TNT explosion. +tnt_radius (TNT radius) int 3 0 + +# Sets the behaviour of the inventory items when a player dies. +# bones: Store items in a bone node but drop items if inside protected area. +# drop: Drop items on the ground. +# keep: Player keeps items. +bones_mode (Bones mode) enum bones bones,drop,keep + +# The time in seconds after which the bones of a dead player can be looted +# by everyone. +# Setting this to 0 will disable sharing of bones completely. +share_bones_time (Bones share time) int 1200 0 + +# How much earlier the bones of a dead player can be looted by +# everyone if the player dies in a protected area they don't own. +# 0 to disable. By default it is "share_bones_time" divide by four. +share_bones_time_early (Earlier bones share time) int 300 0 + +# Inform player of condition and location of new bones. +bones_position_message (Inform player about bones) bool false + +# Replaces old stairs with new ones. Only required for older worlds. +enable_stairs_replace_abm (Replace old stairs) bool false + +# If enabled, use the engine's spawn search which does not check for a +# suitable starting biome. +engine_spawn (Use engine spawn search) bool false + +# Whether river water source nodes create flowing sounds. +# Helps rivers create more sound, especially on level sections. +river_source_sounds (River source node sounds) bool false +mapsize (Tammano del mapa) int 500 +daytotal (Total de dias) int 5 +difficulty (Dificultad del juego) int 2 +texturequality (Calidad de las texturas) int 25