├── LICENSE ├── MissionAlert_Tutorial.md ├── README.md └── image.png /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /MissionAlert_Tutorial.md: -------------------------------------------------------------------------------- 1 |  2 | # HOW TO DO MISSION ALERT SWAPS FOR STW 2023 ( written by @Windermed_ ) 3 | 4 | This entire tutorial was the result of hours of research and trial and error after how annoyed i was at the amount of gatekeeping involved from those who knew about it and because of that, I decided to figure out how to do it on my own and release it to the public out of spite of those who are gatekeeping/selling it and so people don't waste their money on methods that will probably be patched soon. 5 | 6 | credit isn't needed, but would be really appreciated if you decide to share/repost this or make a video tutorial on this! anyways, 7 | 8 | here is the method, hope you all enjoy! 9 | 10 | **DISCLAIMER: JUST LIKE WITH ANY OTHER FORTNITE EXPLOIT/GLITCH, THIS MAY OR MAY NOT HAVE A BAN RISK. I HIGHLY RECOMMEND TO DO THIS ON AN ALT ACCOUNT IF POSSIBLE. 11 | YOU ASSUME ALL RISK AND RESPONSIBILITY BY DOING THIS AND I AM NOT RESPONSIBLE FOR ANY POTENTIAL BANS THAT MAY OR MAY NOT OCCUR USING THIS METHOD.** 12 | 13 | 14 | What you will need: 15 | basic computer knowledge 16 | Latest fortnite client (obviously) 17 | Fiddler Classic 18 | Any server backend capable of XMPP 19 | latest dump of stw’s mission data (the data containing all of the missions such as positions, rewards, etc) 20 | an SSL bypass that works on latest 21 | A DLL Injection program (I used Xenos Injector but any work!) 22 | **NOTE: ALL LINKS WILL BE PROVIDED AT THE BOTTOM OF THIS TEXT.** 23 | 24 | 25 | ## **TUTORIAL:** 26 | 27 | Step 1: Download Fiddler Classic and once you do, make sure ROOT CERTIFICATE is installed as well as check the first 2 checkboxes in the options (important) 28 | 29 | Step 2: ensure you have a backend is capable of doing what i said above however if you do not have one, feel free to use a backend such as LawinServerV1 as it will work with this tutorial. (Credit to Lawin!) 30 | 31 | Step 3: compile an SSL bypass that works on latest. If you do not have one, feel free to download and compile Cobalt as that works on latest. (Credit to Milxnor!) 32 | 33 | Step 4: if using Cobalt, follow the instructions on it's github page to compile it for hybrid servers and ensure that you replace the appropiate launchers as well then come back here. 34 | 35 | Step 5: you'll need to find a way to dump the mission data for STW as you'll need the latest dump everytime you want to do this (or every reset basically). 36 | The place where you'll need to find the data is for "/fortnite/api/game/v2/world/info". I can't go into too much detail on how to do so as it'll clog up the tutorial 37 | but if you need to find ways there are multiple methods on accessing the API to dump the mission data (manually authenticating via the Epic API, using a bot/program that does it, etc.) 38 | there are plenty of tools out there you can use to dump it so feel free to look for them. You can also try to find another fortnite api that may allow you access it without needing to authenticate. 39 | 40 | Step 6: once that's done, get the data in raw text and ensure it is in json format. the name for the file isn't relevant but for this tutorial, let's call it "stw.json" 41 | 42 | Step 7: once done, ensure you have an idea on what missions whos alert you'd like to swap (for example, say a PL 140 mission has a legendary survivor and you want that reward on a PL 76 mission.) 43 | Note: if you are trying to swap XP, keep a note of the quantity of XP it gives. it'll be easier to search for it in the json) 44 | 45 | Step 8: go inside your json file and find the appropiate "missionAlertRewards" attribute that has the rewards of the mission you want/are swapping from. 46 | also depending on the mission, you may need to do one of the following to fully swap it (i recommend doing all of the steps, but you may be able to get away with only doing one) 47 | 48 | 1. swap the tileIndex number from the alerts rewards that you have EXAMPLE: a 140 mission alert's tileIndex may be 180, but a PL 72 alert mission tileIndex may be 202. change the 140's tileIndex to 202 and change the PL 72's to 180) 49 | 50 | 2. copy the entire thing from it's starting attribute (name i think?) all the way down to it's modifier. (or the comma bracket that closes it off) 51 | 52 | Step 9: once you've swapped out the values from both missions. (or whatever mission you have) then the next step will be to Open fiddler and go to the AutoResponder tab 53 | ensure you've checked "Enable Rules" and "Unmatched requests passthrough". once done, click "Add Rule" and on the StringToMatch box paste this endpoint: 54 | "https://fngw-mcp-gc-livefn.ol.epicgames.com/fortnite/api/game/v2/world/info" (without the quotes) 55 | 56 | Step 10: on the second box, you'll have the option to import a file. click on the drop arrow and go all the way down until you see "Find a file". 57 | from there, locate your modified stw mission json and import it. 58 | 59 | This will ensure that when the endpoint for missions gets loaded, it'll respond with your modified JSON file instead of the one from epic's servers. 60 | 61 | Step 11: once that's done, you've finally did it! now the next step is to run your server 62 | 63 | ***WARNING: ENSURE YOU HAVE REPLACED THE OTHER EXE FILES (BE, EAC, EAC_EOS) WITH COPIES OF "FortniteClient-Win64-Shipping" BEFORE PROCEEDING FURTHER 64 | IGNORING THIS STEP WILL TRIGGER THE ANTI-CHEAT AND MAY RESULT IN A BAN.*** 65 | 66 | 67 | Step 12: before launching, quickly go to your DLL injection program of choice and select the Cobalt DLL you have compiled (or whatever SSL bypass you use) 68 | 69 | 70 | Step 13: go to your binaries and launch "FortniteClient-Win64-Shipping.exe". once you are loading in quickly inject the DLL to "FortniteClient-Win64-Shipping_EAC_EOS" (or whatever process shows up, just don't inject it to FortniteLauncher!) 71 | 72 | Step 14: If you've done everything correctly, you should begin to see console logs from another tab that shows that fortnite is loading. 73 | 74 | Step 15: Quickly go to STW (wether through game select, or the playlist in BR) and once done, go to your missions and find the mission you modified with another mission's alert rewards. 75 | 76 | Step 16: If everything is done correctly, you should see that the rewards were successfully swapped which means it worked on your end. 77 | 78 | Step 17: Enjoy! 79 | 80 | **NOTE**: The steps for the backend may or may not be needed. I simply decided to include it here as it allows you to utilize an SSL bypass which will make this process more safer and effective. 81 | also you may not be able to load into a match. that is intentional since you are using your own backend which won't work with loading in-game. In order to go into a mission via this method you'll need to invite someone (or yourself) to your party 82 | either while looking through a mission, or when you load into the lobby of a mission. 83 | 84 | also i had some success using this method to load into a mission in-game and obtain the rewards (using an alt) but results may vary. 85 | if the mission does not load with the rewards you swapped or it crashes or whatever You will need to find another mission to swap with unfortunately. 86 | 87 | Hopefully this might garner some interest in STW and also put an end to those who are trying to rip people off by selling the method on how to do alert swaps. I've also included a list of file names of STW resources below which may help if you need to know what the file name of a certain item your swapping with is called, hope it helps! 88 | 89 | whew this took me a while to write, but i hope it was clear enough to those reading it! 90 | 91 | there may be some grammar mistakes or steps that i didn't clarify enough on and if they're are (or you have a question) then feel free to contact me on Discord (@Windermed) I'll try to respond to everyone as quick as i can, but for now i'm just gonna rest since i've spent the past 10-12 hours researching this method lol 92 | 93 | 94 | 95 | **LINKS THAT MAY BE HELPFUL**: (Credit to everyone linked below!) 96 | https://github.com/Lawin0129/LawinServer 97 | 98 | https://github.com/Milxnor/Cobalt 99 | 100 | https://github.com/DarthTon/Xenos 101 | 102 | https://github.com/LeleDerGrasshalmi/FortniteEndpointsDocumentation/blob/main/Fortnite/SaveTheWorld/Missions.md (For STW mission data) 103 | 104 | - 105 | 106 | Have a hee-great day, ho! 107 | 108 | -- Windermed 109 | 110 | 111 | **IF YOU NEED A GUIDE ON WHAT YOU NEED TO SWAP WITH/SWAP FROM, FEEL FREE TO USE THIS: 112 | ACCOUNT RESOURCE GUIDE:** 113 | 114 | 115 | CURRENCY: 116 | campaign_event_currency - Currency of the season (might be tickets??) 117 | 118 | currency_xrayllama - X-Ray Llama token 119 | 120 | eventcurrency_adventure - Pirate Tickets 121 | 122 | eventcurrency_blockbuster - Blockbuster Tickets 123 | 124 | eventcurrency_candy - Fortnitemares Candy 125 | 126 | eventcurrency_founders - Founder's Coins 127 | 128 | eventcurrency_lunar - Lunar Tickets 129 | 130 | eventcurrency_roadtrip - Road Trip Tickets 131 | 132 | eventcurrency_scaling - Gold 133 | 134 | eventcurrency_snowballs - Snowflake Tickets 135 | 136 | eventcurrency_spring - Spring Tickets 137 | 138 | specialcurrency_daily - Daily Coins 139 | 140 | eventcurrency_summer - Summer Tickets 141 | 142 | ALL TYPES OF XP: 143 | 144 | heroxp - Hero XP 145 | 146 | personnelxp - Survivor XP 147 | 148 | phoenixxp - Venture XP 149 | 150 | schematicxp - Schematic XP 151 | 152 | phoenixxp_reward - Venture XP (use this if XP has a set quantity to it) 153 | 154 | PERK RELATED RESOURCES: 155 | 156 | 157 | reagent_alteration_ele_fire - FIRE-UP! 158 | 159 | reagent_alteration_ele_nature - AMP-UP! 160 | 161 | reagent_alteration_ele_water - FROST-UP! 162 | 163 | reagent_alteration_gameplay_generic - Core RE-PERK! 164 | 165 | reagent_alteration_generic - RE-PERK! 166 | 167 | reagent_alteration_upgrade_r - Rare PERK-UP! 168 | 169 | reagent_alteration_upgrade_sr - Legendary PERK-UP! 170 | 171 | reagent_alteration_upgrade_uc - Uncommon PERK-UP! 172 | 173 | reagent_alteration_upgrade_vr - Epic PERK-UP! 174 | 175 | EVOLUTION MATERIALS: 176 | 177 | reagent_c_t01 - Pure Drop of Rain 178 | 179 | reagent_c_t02 - Lightning in a Bottle 180 | 181 | reagent_c_t03 - Eye of the Storm 182 | 183 | reagent_c_t04 - Storm Shard 184 | 185 | reagent_evolverarity_r - Rare Flux 186 | 187 | reagent_evolverarity_sr - Legendary Flux 188 | 189 | reagent_evolverarity_vr - Epic Flux 190 | 191 | reagent_people - Training Manual 192 | 193 | reagent_promotion_heroes - Hero Supercharger 194 | 195 | reagent_promotion_survivors - Survivor Supercharger 196 | 197 | reagent_promotion_traps - Trap Supercharger 198 | 199 | reagent_promotion_weapons - Weapon Supercharger 200 | 201 | reagent_traps - Trap Designs 202 | 203 | reagent_weapons - Weapon Designs 204 | 205 | peopleresource - People currency (no longer used) 206 | 207 | 208 | 209 | LLAMA/VOUCHER TOKENS: 210 | 211 | voucher_herobuyback - Hero Recruitment Voucher 212 | 213 | voucher_item_buyback - Weapon Research Voucher 214 | 215 | voucher_basicpack - Mini Reward Llama 216 | 217 | voucher_cardpack_2021anniversary - 2021 Birthday Llama Token 218 | 219 | voucher_cardpack_bronze - Upgrade Llama Token 220 | 221 | voucher_cardpack_jackpot - Legendary Troll Stash Llama Token 222 | 223 | voucher_custom_firecracker_r - Firecracker Token 224 | 225 | voucher_founders_constructor_bundle - Founders Constructor Bundle Token 226 | 227 | voucher_founders_constructor_weapon_sr - Founders Constructor Legendary Weapon Token 228 | 229 | voucher_founders_constructor_weapon_vr - Founders Constructor Epic Weapon Token 230 | 231 | voucher_founders_ninja_bundle - Founders Ninja Bundle Token 232 | 233 | voucher_founders_ninja_weapon_sr - Founders Ninja Legendary Weapon Token 234 | 235 | voucher_founders_ninja_weapon_vr - Founders Ninja Epic Weapon Token 236 | 237 | voucher_founders_outlander_bundle - Founders Outlander Bundle Token 238 | 239 | voucher_founders_outlander_weapon_sr - Founders Outlander Legendary Weapon Token 240 | 241 | voucher_founders_outlander_weapon_vr - Founders Outlander Epic Weapon Token 242 | 243 | voucher_founders_soldier_bundle - Founders Soldier Bundle Token 244 | 245 | voucher_founders_soldier_weapon_sr - Founders Soldier Legendary Weapon Token 246 | 247 | voucher_founders_soldier_weapon_vr - Founders Soldier Epic Weapon Token 248 | 249 | voucher_founders_starterweapons_bundle - Founders Starter Weapons Token 250 | 251 | voucher_generic_defender_r - Rare Defender Token 252 | 253 | voucher_generic_defender_sr - Legendary Defender Token 254 | 255 | voucher_generic_defender_vr - Epic Defender Token 256 | 257 | voucher_generic_hero_r - Rare Hero Token 258 | 259 | voucher_generic_hero_sr - Legendary Hero Token 260 | 261 | voucher_generic_hero_vr - Epic Hero Token 262 | 263 | voucher_generic_manager_r - Rare Lead Survivor Token 264 | 265 | voucher_generic_manager_sr - Legendary Lead Survivor Token 266 | 267 | voucher_generic_manager_vr - Epic Lead Survivor Token 268 | 269 | voucher_generic_melee_r - Rare Melee Weapon Token 270 | 271 | voucher_generic_melee_sr - Legendary Melee Weapon Token 272 | 273 | voucher_generic_melee_vr - Epic Melee Weapon Token 274 | 275 | voucher_generic_ranged_r - Rare Ranged Weapon Token 276 | 277 | voucher_generic_ranged_sr - Legendary Ranged Weapon Token 278 | 279 | voucher_generic_ranged_vr -Epic Ranged Weapon Token 280 | 281 | voucher_generic_schematic_r - Rare Schematic Token 282 | 283 | voucher_generic_schematic_sr - Legendary Schematic Token 284 | 285 | voucher_generic_schematic_vr - Epic Schematic Token 286 | 287 | voucher_generic_trap_r - Rare Trap Token 288 | 289 | voucher_generic_trap_sr - Legendary Trap Token 290 | 291 | voucher_generic_trap_vr - Epic Trap Token 292 | 293 | voucher_generic_weapon_r - Rare Weapon Token 294 | 295 | voucher_generic_weapon_sr - Legendary Weapon Token 296 | 297 | voucher_generic_weapon_vr - Epic Weapon Token 298 | 299 | voucher_generic_worker_r - Rare Survivor Token 300 | 301 | voucher_generic_worker_sr - Legendary Survivor Token 302 | 303 | voucher_generic_worker_vr - Epic Survivor Token 304 | 305 | 306 | 307 | 308 | 309 | **HERO IDs (if you need them):** 310 | 311 | 312 | 313 | NOTE: T01 means 1 STAR, T02 means 2 STAR, T03 means 3 STAR, T04 means 4 STAR, T05 means 5 STAR. (basically the evolution stage) 314 | 315 | 316 | 317 | TEST/DEV HEROES: 318 | 319 | "Hero:dev_testasset_commando_female" - Special Forces Ramirez 320 | 321 | "Hero:dev_testasset_commanod_male" - Sergeant Jonesy 322 | 323 | "Hero:dev_testasset_constructor_female" - Power BASE Penny 324 | 325 | "Hero:dev_testasset_constructor_male" - SkydiveTest Pilot Large 326 | 327 | "Hero:dev_testasset_hid_m_xl" - Rescue Trooper Ramirez 328 | 329 | "Hero:dev_testasset_ninja_female" - Sarah Claus 330 | 331 | "Hero:dev_testasset_ninja_male" - Deadly Blade Scorpion 332 | 333 | "Hero:dev_testasset_outlander_female" - Recon Scout Eagle Eye 334 | 335 | "Hero:dev_testasset_outlander_male" - Enforcer Grizzly 336 | 337 | "Hero:hid_commando_prototype" - Prototype Dude 338 | 339 | 340 | SOLDIERS: 341 | 342 | "Hero:hid_001_athena_commando_f" - Rescue Trooper Ramirez 343 | "Hero:hid_002_athena_commando_f" - Rescue Trooper Ramirez 344 | "Hero:hid_003_athena_commando_f" - Rescue Trooper Ramirez 345 | "Hero:hid_004_athena_commando_f" - Rescue Trooper Ramirez 346 | "Hero:hid_005_athena_commando_m" - Rescue Trooper Ramirez 347 | "Hero:hid_006_athena_commando_m" - Rescue Trooper Ramirez 348 | "Hero:hid_007_athena_commando_m" - Rescue Trooper Ramirez 349 | "Hero:hid_008_athena_commando_m" - Rescue Trooper Ramirez 350 | "Hero:hid_009_athena_commando_m" - Rescue Trooper Ramirez 351 | "Hero:hid_010_athena_commando_m" - Rescue Trooper Ramirez 352 | "Hero:hid_011_athena_commando_m" - Rescue Trooper Ramirez 353 | "Hero:hid_012_athena_commando_m" - Rescue Trooper Ramirez 354 | "Hero:hid_013_athena_commando_f" - Rescue Trooper Ramirez 355 | "Hero:hid_014_athena_commando_f" - Rescue Trooper Ramirez 356 | "Hero:hid_015_athena_commando_f" - Rescue Trooper Ramirez 357 | "Hero:hid_016_athena_commando_f" - Rescue Trooper Ramirez 358 | "Hero:hid_017_athena_commando_m" - Rescue Trooper Ramirez 359 | "Hero:hid_018_athena_commando_m" - Rescue Trooper Ramirez 360 | "Hero:hid_019_athena_commando_m" - Rescue Trooper Ramirez 361 | "Hero:hid_020_athena_commando_m" - Rescue Trooper Ramirez 362 | "Hero:hid_021_athena_commando_f" - Rescue Trooper Ramirez 363 | "Hero:hid_022_athena_commando_f" - Rescue Trooper Ramirez 364 | "Hero:hid_023_athena_commando_f" - Rescue Trooper Ramirez 365 | "Hero:hid_024_athena_commando_f" - Rescue Trooper Ramirez 366 | "Hero:hid_025_athena_commando_m" - Rescue Trooper Ramirez 367 | "Hero:hid_026_athena_commando_m" - Rescue Trooper Ramirez 368 | "Hero:hid_027_athena_commando_f" - Rescue Trooper Ramirez 369 | "Hero:hid_028_athena_commando_f" - Rescue Trooper Ramirez 370 | "Hero:hid_029_athena_commando_f_halloween" - Marine Corpse Ramirez 371 | "Hero:hid_030_athena_commando_m_halloween" - Skull Trooper Jonesy 372 | "Hero:hid_031_athena_commando_m_retro" - Skull Trooper Jonesy 373 | "Hero:hid_089_athena_commando_m_retrogrey - Skull Trooper Jonesy 374 | "Hero:hid_commando_007_r_t01" - Support Specialist Hawk 375 | "Hero:hid_commando_007_r_t02" - Support Specialist Hawk 376 | "Hero:hid_commando_007_r_t03" - Support Specialist Hawk 377 | "Hero:hid_commando_007_r_t04" - Support Specialist Hawk 378 | "Hero:hid_commando_007_sr_t01" - Support Specialist Hawk 379 | "Hero:hid_commando_007_sr_t02" - Support Specialist Hawk 380 | "Hero:hid_commando_007_sr_t03" - Support Specialist Hawk 381 | "Hero:hid_commando_007_sr_t04" - Support Specialist Hawk 382 | "Hero:hid_commando_007_sr_t05" - Support Specialist Hawk 383 | "Hero:hid_commando_007_uc_t01" - Support Specialist Hawk 384 | "Hero:hid_commando_007_uc_t02" - Support Specialist Hawk 385 | "Hero:hid_commando_007_uc_t03" - Support Specialist Hawk 386 | "Hero:hid_commando_007_vr_t01" - Support Specialist Hawk 387 | "Hero:hid_commando_007_vr_t02" - Support Specialist Hawk 388 | "Hero:hid_commando_007_vr_t03" - Support Specialist Hawk 389 | "Hero:hid_commando_007_vr_t04" - Support Specialist Hawk 390 | "Hero:hid_commando_007_vr_t05" - Support Specialist Hawk 391 | "Hero:hid_commando_007hw_rs01_sr_t01" - Brainiac Jonesy 392 | "Hero:hid_commando_007hw_rs01_sr_t02" - Brainiac Jonesy 393 | "Hero:hid_commando_007hw_rs01_sr_t03" - Brainiac Jonesy 394 | "Hero:hid_commando_007hw_rs01_sr_t04" - Brainiac Jonesy 395 | "Hero:hid_commando_007hw_rs01_sr_t05" - Brainiac Jonesy 396 | "Hero:hid_commando_007hw_sr_t01" - Ghoul Trooper Ramirez 397 | "Hero:hid_commando_007hw_sr_t02" - Ghoul Trooper Ramirez 398 | "Hero:hid_commando_007hw_sr_t03" - Ghoul Trooper Ramirez 399 | "Hero:hid_commando_007hw_sr_t04" - Ghoul Trooper Ramirez 400 | "Hero:hid_commando_007hw_sr_t05" - Ghoul Trooper Ramirez 401 | "Hero:hid_commando_007hw_vr_t01" - Ghoul Trooper Ramirez 402 | "Hero:hid_commando_007hw_vr_t02" - Ghoul Trooper Ramirez 403 | "Hero:hid_commando_007hw_vr_t03" - Ghoul Trooper Ramirez 404 | "Hero:hid_commando_007hw_vr_t04" - Ghoul Trooper Ramirez 405 | "Hero:hid_commando_007hw_vr_t05" - Ghoul Trooper Ramirez 406 | "Hero:hid_commando_008_foundersf_sr_t01" - Special Forces Ramirez 407 | "Hero:hid_commando_008_foundersf_sr_t02" - Special Forces Ramirez 408 | "Hero:hid_commando_008_foundersf_sr_t03" - Special Forces Ramirez 409 | "Hero:hid_commando_008_foundersf_sr_t04" - Special Forces Ramirez 410 | "Hero:hid_commando_008_foundersf_sr_t05" - Special Forces Ramirez 411 | "Hero:hid_commando_008_foundersm_sr_t01" - Special Forces Jonesy 412 | "Hero:hid_commando_008_foundersm_sr_t02" - Special Forces Jonesy 413 | "Hero:hid_commando_008_foundersm_sr_t03" - Special Forces Jonesy 414 | "Hero:hid_commando_008_foundersm_sr_t04" - Special Forces Jonesy 415 | "Hero:hid_commando_008_foundersm_sr_t05" - Special Forces Jonesy 416 | "Hero:hid_commando_008_r_t01" - Special Forces Banshee 417 | "Hero:hid_commando_008_r_t02" - Special Forces Banshee 418 | "Hero:hid_commando_008_r_t03" - Special Forces Banshee 419 | "Hero:hid_commando_008_r_t04" - Special Forces Banshee 420 | "Hero:hid_commando_008_sr_t01" - Special Forces Banshee 421 | "Hero:hid_commando_008_sr_t02" - Special Forces Banshee 422 | "Hero:hid_commando_008_sr_t03" - Special Forces Banshee 423 | "Hero:hid_commando_008_sr_t04" - Special Forces Banshee 424 | "Hero:hid_commando_008_sr_t05" - Special Forces Banshee 425 | "Hero:hid_commando_008_vr_t01" - Special Forces Banshee 426 | "Hero:hid_commando_008_vr_t02" - Special Forces Banshee 427 | "Hero:hid_commando_008_vr_t03" - Special Forces Banshee 428 | "Hero:hid_commando_008_vr_t04" - Special Forces Banshee 429 | "Hero:hid_commando_008_vr_t05" - Special Forces Banshee 430 | "Hero:hid_commando_009_m_r_t01" - Centurion Hawk 431 | "Hero:hid_commando_009_m_r_t02" - Centurion Hawk 432 | "Hero:hid_commando_009_m_r_t03" - Centurion Hawk 433 | "Hero:hid_commando_009_m_r_t04" - Centurion Hawk 434 | "Hero:hid_commando_009_m_sr_t01" - Centurion Hawk 435 | "Hero:hid_commando_009_m_sr_t02" - Centurion Hawk 436 | "Hero:hid_commando_009_m_sr_t03" - Centurion Hawk 437 | "Hero:hid_commando_009_m_sr_t04" - Centurion Hawk 438 | "Hero:hid_commando_009_m_sr_t05" - Centurion Hawk 439 | "Hero:hid_commando_009_m_vr_t01" - Centurion Hawk 440 | "Hero:hid_commando_009_m_vr_t02" - Centurion Hawk 441 | "Hero:hid_commando_009_m_vr_t03" - Centurion Hawk 442 | "Hero:hid_commando_009_m_vr_t04" - Centurion Hawk 443 | "Hero:hid_commando_009_m_vr_t05" - Centurion Hawk 444 | "Hero:hid_commando_009_r_t01" - Colonel Wildcat 445 | "Hero:hid_commando_009_r_t02" - Colonel Wildcat 446 | "Hero:hid_commando_009_r_t03" - Colonel Wildcat 447 | "Hero:hid_commando_009_r_t04" - Colonel Wildcat 448 | "Hero:hid_commando_009_sr_t01" - Colonel Wildcat 449 | "Hero:hid_commando_009_sr_t02" - Colonel Wildcat 450 | "Hero:hid_commando_009_sr_t03" - Colonel Wildcat 451 | "Hero:hid_commando_009_sr_t04" - Colonel Wildcat 452 | "Hero:hid_commando_009_sr_t05" - Colonel Wildcat 453 | "Hero:hid_commando_009_vr_t01" - Colonel Wildcat 454 | "Hero:hid_commando_009_vr_t02" - Colonel Wildcat 455 | "Hero:hid_commando_009_vr_t03" - Colonel Wildcat 456 | "Hero:hid_commando_009_vr_t04" - Colonel Wildcat 457 | "Hero:hid_commando_009_vr_t05" - Colonel Wildcat 458 | "Hero:hid_commando_010_bday_sr_t01" - Birthday Brigade Ramirez 459 | "Hero:hid_commando_010_bday_sr_t02" - Birthday Brigade Ramirez 460 | "Hero:hid_commando_010_bday_sr_t03" - Birthday Brigade Ramirez 461 | "Hero:hid_commando_010_bday_sr_t04" - Birthday Brigade Ramirez 462 | "Hero:hid_commando_010_bday_sr_t05" - Birthday Brigade Ramirez 463 | "Hero:hid_commando_010_sr_t01" - Sergeant Jonesy 464 | "Hero:hid_commando_010_sr_t02" - Sergeant Jonesy 465 | "Hero:hid_commando_010_sr_t03" - Sergeant Jonesy 466 | "Hero:hid_commando_010_sr_t04" - Sergeant Jonesy 467 | "Hero:hid_commando_010_sr_t05" - Sergeant Jonesy 468 | "Hero:hid_commando_010_vr_t01" - Sergeant Jonesy 469 | "Hero:hid_commando_010_vr_t02" - Sergeant Jonesy 470 | "Hero:hid_commando_010_vr_t03" - Sergeant Jonesy 471 | "Hero:hid_commando_010_vr_t04" - Sergeant Jonesy 472 | "Hero:hid_commando_010_vr_t05" - Sergeant Jonesy 473 | "Hero:hid_commando_011_f_v1_roadtrip_sr_t01" - Redline Ramirez 474 | "Hero:hid_commando_011_f_v1_roadtrip_sr_t02" - Redline Ramirez 475 | "Hero:hid_commando_011_f_v1_roadtrip_sr_t03" - Redline Ramirez 476 | "Hero:hid_commando_011_f_v1_roadtrip_sr_t04" - Redline Ramirez 477 | "Hero:hid_commando_011_f_v1_roadtrip_sr_t05" - Redline Ramirez 478 | "Hero:hid_commando_011_m_easter_sr_t01" - Rabbit Raider Jonesy 479 | "Hero:hid_commando_011_m_easter_sr_t02" - Rabbit Raider Jonesy 480 | "Hero:hid_commando_011_m_easter_sr_t03" - Rabbit Raider Jonesy 481 | "Hero:hid_commando_011_m_easter_sr_t04" - Rabbit Raider Jonesy 482 | "Hero:hid_commando_011_m_easter_sr_t05" - Rabbit Raider Jonesy 483 | "Hero:hid_commando_011_m_sr_t01" - Buckshot Raptor 484 | "Hero:hid_commando_011_m_sr_t02" - Buckshot Raptor 485 | "Hero:hid_commando_011_m_sr_t03" - Buckshot Raptor 486 | "Hero:hid_commando_011_m_sr_t04" - Buckshot Raptor 487 | "Hero:hid_commando_011_m_sr_t05" - Buckshot Raptor 488 | "Hero:hid_commando_011_r_t01" - Shrapnel Headhunter 489 | "Hero:hid_commando_011_r_t02" - Shrapnel Headhunter 490 | "Hero:hid_commando_011_r_t03" - Shrapnel Headhunter 491 | "Hero:hid_commando_011_r_t04" - Shrapnel Headhunter 492 | "Hero:hid_commando_011_sr_t01" - Shrapnel Headhunter 493 | "Hero:hid_commando_011_sr_t02" - Shrapnel Headhunter 494 | "Hero:hid_commando_011_sr_t03" - Shrapnel Headhunter 495 | "Hero:hid_commando_011_sr_t04" - Shrapnel Headhunter 496 | "Hero:hid_commando_011_sr_t05" - Shrapnel Headhunter 497 | "Hero:hid_commando_011_uc_t01" - Shrapnel Headhunter 498 | "Hero:hid_commando_011_uc_t02" - Shrapnel Headhunter 499 | "Hero:hid_commando_011_uc_t03" - Shrapnel Headhunter 500 | "Hero:hid_commando_011_vr_t01" - Shrapnel Headhunter 501 | "Hero:hid_commando_011_vr_t02" - Shrapnel Headhunter 502 | "Hero:hid_commando_011_vr_t03" - Shrapnel Headhunter 503 | "Hero:hid_commando_011_vr_t04" - Shrapnel Headhunter 504 | "Hero:hid_commando_011_vr_t05" - Shrapnel Headhunter 505 | "Hero:hid_commando_013_r_t01" - Demolisher Jonesy 506 | "Hero:hid_commando_013_r_t02" - Demolisher Jonesy 507 | "Hero:hid_commando_013_r_t03" - Demolisher Jonesy 508 | "Hero:hid_commando_013_r_t04" - Demolisher Jonesy 509 | "Hero:hid_commando_013_sr_t01" - Demolisher Jonesy 510 | "Hero:hid_commando_013_sr_t02" - Demolisher Jonesy 511 | "Hero:hid_commando_013_sr_t03" - Demolisher Jonesy 512 | "Hero:hid_commando_013_sr_t04" - Demolisher Jonesy 513 | "Hero:hid_commando_013_sr_t05" - Demolisher Jonesy 514 | "Hero:hid_commando_013_stpatricks_f_v1_sr_t01" - Four Leaf Wildcat 515 | "Hero:hid_commando_013_stpatricks_f_v1_sr_t02" - Four Leaf Wildcat 516 | "Hero:hid_commando_013_stpatricks_f_v1_sr_t03" - Four Leaf Wildcat 517 | "Hero:hid_commando_013_stpatricks_f_v1_sr_t04" - Four Leaf Wildcat 518 | "Hero:hid_commando_013_stpatricks_f_v1_sr_t05" - Four Leaf Wildcat 519 | "Hero:hid_commando_013_stpatricks_f_v2_sr_t01" - Highland Warrior Wildcat 520 | "Hero:hid_commando_013_stpatricks_f_v2_sr_t02" - Highland Warrior Wildcat 521 | "Hero:hid_commando_013_stpatricks_f_v2_sr_t03" - Highland Warrior Wildcat 522 | "Hero:hid_commando_013_stpatricks_f_v2_sr_t04" - Highland Warrior Wildcat 523 | "Hero:hid_commando_013_stpatricks_f_v2_sr_t05" - Highland Warrior Wildcat 524 | "Hero:hid_commando_013_stpatricks_m_sr_t01" - Battle Hound Jonesy 525 | "Hero:hid_commando_013_stpatricks_m_sr_t02" - Battle Hound Jonesy 526 | "Hero:hid_commando_013_stpatricks_m_sr_t03" - Battle Hound Jonesy 527 | "Hero:hid_commando_013_stpatricks_m_sr_t04" - Battle Hound Jonesy 528 | "Hero:hid_commando_013_stpatricks_m_sr_t05" - Battle Hound Jonesy 529 | "Hero:hid_commando_013_vr_t01" - Demolisher Jonesy 530 | "Hero:hid_commando_013_vr_t02" - Demolisher Jonesy 531 | "Hero:hid_commando_013_vr_t03" - Demolisher Jonesy 532 | "Hero:hid_commando_013_vr_t04" - Demolisher Jonesy 533 | "Hero:hid_commando_013_vr_t05" - Demolisher Jonesy 534 | "Hero:hid_commando_014_m_sr_t01" - Berserker Renegade 535 | "Hero:hid_commando_014_m_sr_t02" - Berserker Renegade 536 | "Hero:hid_commando_014_m_sr_t03" - Berserker Renegade 537 | "Hero:hid_commando_014_m_sr_t04" - Berserker Renegade 538 | "Hero:hid_commando_014_m_sr_t05" - Berserker Renegade 539 | "Hero:hid_commando_014_sr_t01" - Onslaught Headhunter 540 | "Hero:hid_commando_014_sr_t02" - Onslaught Headhunter 541 | "Hero:hid_commando_014_sr_t03" - Onslaught Headhunter 542 | "Hero:hid_commando_014_sr_t04" - Onslaught Headhunter 543 | "Hero:hid_commando_014_sr_t05" - Onslaught Headhunter 544 | "Hero:hid_commando_014_vr_t01" - Onslaught Headhunter 545 | "Hero:hid_commando_014_vr_t02" - Onslaught Headhunter 546 | "Hero:hid_commando_014_vr_t03" - Onslaught Headhunter 547 | "Hero:hid_commando_014_vr_t04" - Onslaught Headhunter 548 | "Hero:hid_commando_014_vr_t05" - Onslaught Headhunter 549 | "Hero:hid_commando_014_wukong_sr_t01" - Wukong" 550 | "Hero:hid_commando_014_wukong_sr_t02" - Wukong" 551 | "Hero:hid_commando_014_wukong_sr_t03" - Wukong" 552 | "Hero:hid_commando_014_wukong_sr_t04" - Wukong" 553 | "Hero:hid_commando_014_wukong_sr_t05" - Wukong" 554 | "Hero:hid_commando_015_f_v1_blockbuster_sr_t01" - Chromium Ramirez 555 | "Hero:hid_commando_015_f_v1_blockbuster_sr_t02" - Chromium Ramirez 556 | "Hero:hid_commando_015_f_v1_blockbuster_sr_t03" - Chromium Ramirez 557 | "Hero:hid_commando_015_f_v1_blockbuster_sr_t04" - Chromium Ramirez 558 | "Hero:hid_commando_015_f_v1_blockbuster_sr_t05" - Chromium Ramirez 559 | "Hero:hid_commando_015_m_v1_blockbuster_sr_t01" - Diecast Jonesy 560 | "Hero:hid_commando_015_m_v1_blockbuster_sr_t02" - Diecast Jonesy 561 | "Hero:hid_commando_015_m_v1_blockbuster_sr_t03" - Diecast Jonesy 562 | "Hero:hid_commando_015_m_v1_blockbuster_sr_t04" - Diecast Jonesy 563 | "Hero:hid_commando_015_m_v1_blockbuster_sr_t05" - Diecast Jonesy 564 | "Hero:hid_commando_015_m_v1_sr_t01" - Bullet Storm Jonesy 565 | "Hero:hid_commando_015_m_v1_sr_t02" - Bullet Storm Jonesy 566 | "Hero:hid_commando_015_m_v1_sr_t03" - Bullet Storm Jonesy 567 | "Hero:hid_commando_015_m_v1_sr_t04" - Bullet Storm Jonesy 568 | "Hero:hid_commando_015_m_v1_sr_t05" - Bullet Storm Jonesy 569 | "Hero:hid_commando_015_m_v1_vr_t01" - Bullet Storm Jonesy 570 | "Hero:hid_commando_015_m_v1_vr_t02" - Bullet Storm Jonesy 571 | "Hero:hid_commando_015_m_v1_vr_t03" - Bullet Storm Jonesy 572 | "Hero:hid_commando_015_m_v1_vr_t04" - Bullet Storm Jonesy 573 | "Hero:hid_commando_015_m_v1_vr_t05" - Bullet Storm Jonesy 574 | "Hero:hid_commando_016_f_v1_sr_t01" - Double Agent Evelynn" 575 | "Hero:hid_commando_016_f_v1_sr_t02" - Double Agent Evelynn" 576 | "Hero:hid_commando_016_f_v1_sr_t03" - Double Agent Evelynn" 577 | "Hero:hid_commando_016_f_v1_sr_t04" - Double Agent Evelynn" 578 | "Hero:hid_commando_016_f_v1_sr_t05" - Double Agent Evelynn" 579 | "Hero:hid_commando_016_f_v1_vr_t01" - Double Agent Evelynn" 580 | "Hero:hid_commando_016_f_v1_vr_t02" - Double Agent Evelynn" 581 | "Hero:hid_commando_016_f_v1_vr_t03" - Double Agent Evelynn" 582 | "Hero:hid_commando_016_f_v1_vr_t04" - Double Agent Evelynn" 583 | "Hero:hid_commando_016_f_v1_vr_t05" - Double Agent Evelynn" 584 | "Hero:hid_commando_016_m_v1_sr_t01" - Undercover Vaughn" 585 | "Hero:hid_commando_016_m_v1_sr_t02" - Undercover Vaughn" 586 | "Hero:hid_commando_016_m_v1_sr_t03" - Undercover Vaughn" 587 | "Hero:hid_commando_016_m_v1_sr_t04" - Undercover Vaughn" 588 | "Hero:hid_commando_016_m_v1_sr_t05" - Undercover Vaughn" 589 | "Hero:hid_commando_017_f_v1_r_t01" - First Shot Rio" 590 | "Hero:hid_commando_017_f_v1_r_t02" - First Shot Rio" 591 | "Hero:hid_commando_017_f_v1_r_t03" - First Shot Rio" 592 | "Hero:hid_commando_017_f_v1_r_t04" - First Shot Rio" 593 | "Hero:hid_commando_017_f_v1_sr_t01" - First Shot Rio" 594 | "Hero:hid_commando_017_f_v1_sr_t02" - First Shot Rio" 595 | "Hero:hid_commando_017_f_v1_sr_t03" - First Shot Rio" 596 | "Hero:hid_commando_017_f_v1_sr_t04" - First Shot Rio" 597 | "Hero:hid_commando_017_f_v1_sr_t05" - First Shot Rio" 598 | "Hero:hid_commando_017_f_v1_vr_t01" - First Shot Rio" 599 | "Hero:hid_commando_017_f_v1_vr_t02" - First Shot Rio" 600 | "Hero:hid_commando_017_f_v1_vr_t03" - First Shot Rio" 601 | "Hero:hid_commando_017_f_v1_vr_t04" - First Shot Rio" 602 | "Hero:hid_commando_017_f_v1_vr_t05" - First Shot Rio" 603 | "Hero:hid_commando_018_sr_t01" - Quickdraw Calamity 604 | "Hero:hid_commando_018_sr_t02" - Quickdraw Calamity 605 | "Hero:hid_commando_018_sr_t03" - Quickdraw Calamity 606 | "Hero:hid_commando_018_sr_t04" - Quickdraw Calamity 607 | "Hero:hid_commando_018_sr_t05" - Quickdraw Calamity 608 | "Hero:hid_commando_019_sr_t01" - Steel Wool Carlos" 609 | "Hero:hid_commando_019_sr_t02" - Steel Wool Carlos" 610 | "Hero:hid_commando_019_sr_t03" - Steel Wool Carlos" 611 | "Hero:hid_commando_019_sr_t04" - Steel Wool Carlos" 612 | "Hero:hid_commando_019_sr_t05" - Steel Wool Carlos" 613 | "Hero:hid_commando_021_sr_t01" - Liteshow Spitfire 614 | "Hero:hid_commando_021_sr_t02" - Liteshow Spitfire 615 | "Hero:hid_commando_021_sr_t03" - Liteshow Spitfire 616 | "Hero:hid_commando_021_sr_t04" - Liteshow Spitfire 617 | "Hero:hid_commando_021_sr_t05" - Liteshow Spitfire 618 | "Hero:hid_commando_022_sr_t01" - Archetype Havoc" 619 | "Hero:hid_commando_022_sr_t02" - Archetype Havoc" 620 | "Hero:hid_commando_022_sr_t03" - Archetype Havoc" 621 | "Hero:hid_commando_022_sr_t04" - Archetype Havoc" 622 | "Hero:hid_commando_022_sr_t05" - Archetype Havoc" 623 | "Hero:hid_commando_023_sr_t01" - Jolly Headhunter 624 | "Hero:hid_commando_023_sr_t02" - Jolly Headhunter 625 | "Hero:hid_commando_023_sr_t03" - Jolly Headhunter 626 | "Hero:hid_commando_023_sr_t04" - Jolly Headhunter 627 | "Hero:hid_commando_023_sr_t05" - Jolly Headhunter 628 | "Hero:hid_commando_023_vr_t01" - Jolly Headhunter 629 | "Hero:hid_commando_023_vr_t02" - Jolly Headhunter 630 | "Hero:hid_commando_023_vr_t03" - Jolly Headhunter 631 | "Hero:hid_commando_023_vr_t04" - Jolly Headhunter 632 | "Hero:hid_commando_023_vr_t05" - Jolly Headhunter 633 | "Hero:hid_commando_024_sr_t01" - Sgt. Winter 634 | "Hero:hid_commando_024_sr_t02" - Sgt. Winter 635 | "Hero:hid_commando_024_sr_t03" - Sgt. Winter 636 | "Hero:hid_commando_024_sr_t04" - Sgt. Winter 637 | "Hero:hid_commando_024_sr_t05" - Sgt. Winter 638 | "Hero:hid_commando_024_vr_t01" - Sgt. Winter 639 | "Hero:hid_commando_024_vr_t02" - Sgt. Winter 640 | "Hero:hid_commando_024_vr_t03" - Sgt. Winter 641 | "Hero:hid_commando_024_vr_t04" - Sgt. Winter 642 | "Hero:hid_commando_024_vr_t05" - Sgt. Winter 643 | "Hero:hid_commando_025_sr_t01" - Crackshot 644 | "Hero:hid_commando_025_sr_t02" - Crackshot 645 | "Hero:hid_commando_025_sr_t03" - Crackshot 646 | "Hero:hid_commando_025_sr_t04" - Crackshot 647 | "Hero:hid_commando_025_sr_t05" - Crackshot 648 | "Hero:hid_commando_026_sr_t01" - Fallen Love Ranger Jonesy 649 | "Hero:hid_commando_026_sr_t02" - Fallen Love Ranger Jonesy 650 | "Hero:hid_commando_026_sr_t03" - Fallen Love Ranger Jonesy 651 | "Hero:hid_commando_026_sr_t04" - Fallen Love Ranger Jonesy 652 | "Hero:hid_commando_026_sr_t05" - Fallen Love Ranger Jonesy 653 | "Hero:hid_commando_027_piratesoldier_sr_t01" - Buccaneer Jonesy 654 | "Hero:hid_commando_027_piratesoldier_sr_t02" - Buccaneer Jonesy 655 | "Hero:hid_commando_027_piratesoldier_sr_t03" - Buccaneer Jonesy 656 | "Hero:hid_commando_027_piratesoldier_sr_t04" - Buccaneer Jonesy 657 | "Hero:hid_commando_027_piratesoldier_sr_t05" - Buccaneer Jonesy 658 | "Hero:hid_commando_027_piratesoldier_vr_t01" - Buccaneer Jonesy 659 | "Hero:hid_commando_027_piratesoldier_vr_t02" - Buccaneer Jonesy 660 | "Hero:hid_commando_027_piratesoldier_vr_t03" - Buccaneer Jonesy 661 | "Hero:hid_commando_027_piratesoldier_vr_t04" - Buccaneer Jonesy 662 | "Hero:hid_commando_027_piratesoldier_vr_t05" - Buccaneer Jonesy 663 | "Hero:hid_commando_028_bunnybrawler_sr_t01" - Bunny Brawler Luna" 664 | "Hero:hid_commando_028_bunnybrawler_sr_t02" - Bunny Brawler Luna" 665 | "Hero:hid_commando_028_bunnybrawler_sr_t03" - Bunny Brawler Luna" 666 | "Hero:hid_commando_028_bunnybrawler_sr_t04" - Bunny Brawler Luna" 667 | "Hero:hid_commando_028_bunnybrawler_sr_t05" - Bunny Brawler Luna" 668 | "Hero:hid_commando_029_dinosoldier_sr_t01" - Rex Jonesy 669 | "Hero:hid_commando_029_dinosoldier_sr_t02" - Rex Jonesy 670 | "Hero:hid_commando_029_dinosoldier_sr_t03" - Rex Jonesy 671 | "Hero:hid_commando_029_dinosoldier_sr_t04" - Rex Jonesy 672 | "Hero:hid_commando_029_dinosoldier_sr_t05" - Rex Jonesy 673 | "Hero:hid_commando_030_retroscifisoldier_sr_t01" - Extraterrestrial Rio" 674 | "Hero:hid_commando_030_retroscifisoldier_sr_t02" - Extraterrestrial Rio" 675 | "Hero:hid_commando_030_retroscifisoldier_sr_t03" - Extraterrestrial Rio" 676 | "Hero:hid_commando_030_retroscifisoldier_sr_t04" - Extraterrestrial Rio" 677 | "Hero:hid_commando_030_retroscifisoldier_sr_t05" - Extraterrestrial Rio" 678 | "Hero:hid_commando_030_retroscifisoldier_vr_t01" - Extraterrestrial Rio" 679 | "Hero:hid_commando_030_retroscifisoldier_vr_t02" - Extraterrestrial Rio" 680 | "Hero:hid_commando_030_retroscifisoldier_vr_t03" - Extraterrestrial Rio" 681 | "Hero:hid_commando_030_retroscifisoldier_vr_t04" - Extraterrestrial Rio" 682 | "Hero:hid_commando_030_retroscifisoldier_vr_t05" - Extraterrestrial Rio" 683 | "Hero:hid_commando_031_radsoldier_sr_t01" - Breakbeat Wildcat 684 | "Hero:hid_commando_031_radsoldier_sr_t02" - Breakbeat Wildcat 685 | "Hero:hid_commando_031_radsoldier_sr_t03" - Breakbeat Wildcat 686 | "Hero:hid_commando_031_radsoldier_sr_t04" - Breakbeat Wildcat 687 | "Hero:hid_commando_031_radsoldier_sr_t05" - Breakbeat Wildcat 688 | "Hero:hid_commando_031_radsoldier_vr_t01" - Breakbeat Wildcat 689 | "Hero:hid_commando_031_radsoldier_vr_t02" - Breakbeat Wildcat 690 | "Hero:hid_commando_031_radsoldier_vr_t03" - Breakbeat Wildcat 691 | "Hero:hid_commando_031_radsoldier_vr_t04" - Breakbeat Wildcat 692 | "Hero:hid_commando_031_radsoldier_vr_t05" - Breakbeat Wildcat 693 | "Hero:hid_commando_032_halloweensoldier_sr_t01" - JONESEE-BOt 694 | "Hero:hid_commando_032_halloweensoldier_sr_t02" - JONESEE-BOt 695 | "Hero:hid_commando_032_halloweensoldier_sr_t03" - JONESEE-BOt 696 | "Hero:hid_commando_032_halloweensoldier_sr_t04" - JONESEE-BOt 697 | "Hero:hid_commando_032_halloweensoldier_sr_t05" - JONESEE-BOt 698 | "Hero:hid_commando_033_halloweenquestsoldier_sr_t01" - Swamp Knight 699 | "Hero:hid_commando_033_halloweenquestsoldier_sr_t02" - Swamp Knight 700 | "Hero:hid_commando_033_halloweenquestsoldier_sr_t03" - Swamp Knight 701 | "Hero:hid_commando_033_halloweenquestsoldier_sr_t04" - Swamp Knight 702 | "Hero:hid_commando_033_halloweenquestsoldier_sr_t05" - Swamp Knight 703 | "Hero:hid_commando_034_toytinkerer_sr_t01" - Ted" 704 | "Hero:hid_commando_034_toytinkerer_sr_t02" - Ted" 705 | "Hero:hid_commando_034_toytinkerer_sr_t03" - Ted" 706 | "Hero:hid_commando_034_toytinkerer_sr_t04" - Ted" 707 | "Hero:hid_commando_034_toytinkerer_sr_t05" - Ted" 708 | "Hero:hid_commando_034_toytinkerer_vr_t01" - Ted" 709 | "Hero:hid_commando_034_toytinkerer_vr_t02" - Ted" 710 | "Hero:hid_commando_034_toytinkerer_vr_t03" - Ted" 711 | "Hero:hid_commando_034_toytinkerer_vr_t04" - Ted" 712 | "Hero:hid_commando_034_toytinkerer_vr_t05" - Ted" 713 | "Hero:hid_commando_035_caped_valentine_sr_t01" - Dashing Hawk 714 | "Hero:hid_commando_035_caped_valentine_sr_t02" - Dashing Hawk 715 | "Hero:hid_commando_035_caped_valentine_sr_t03" - Dashing Hawk 716 | "Hero:hid_commando_035_caped_valentine_sr_t04" - Dashing Hawk 717 | "Hero:hid_commando_035_caped_valentine_sr_t05" - Dashing Hawk 718 | "Hero:hid_commando_038_shock_wave_sr_t01" - Powerhouse 719 | "Hero:hid_commando_038_shock_wave_sr_t02" - Powerhouse 720 | "Hero:hid_commando_038_shock_wave_sr_t03" - Powerhouse 721 | "Hero:hid_commando_038_shock_wave_sr_t04" - Powerhouse 722 | "Hero:hid_commando_038_shock_wave_sr_t05" - Powerhouse 723 | "Hero:hid_commando_038_shock_wave_vr_t01" - Powerhouse 724 | "Hero:hid_commando_038_shock_wave_vr_t02" - Powerhouse 725 | "Hero:hid_commando_038_shock_wave_vr_t03" - Powerhouse 726 | "Hero:hid_commando_038_shock_wave_vr_t04" - Powerhouse 727 | "Hero:hid_commando_038_shock_wave_vr_t05" - Powerhouse 728 | "Hero:hid_commando_039_pajama_party_sr_t01" - Tricera Ops Ramirez 729 | "Hero:hid_commando_039_pajama_party_sr_t02" - Tricera Ops Ramirez 730 | "Hero:hid_commando_039_pajama_party_sr_t03" - Tricera Ops Ramirez 731 | "Hero:hid_commando_039_pajama_party_sr_t04" - Tricera Ops Ramirez 732 | "Hero:hid_commando_039_pajama_party_sr_t05" - Tricera Ops Ramirez 733 | "Hero:hid_commando_039_pajama_party_vr_t01" - Tricera Ops Ramirez 734 | "Hero:hid_commando_039_pajama_party_vr_t02" - Tricera Ops Ramirez 735 | "Hero:hid_commando_039_pajama_party_vr_t03" - Tricera Ops Ramirez 736 | "Hero:hid_commando_039_pajama_party_vr_t04" - Tricera Ops Ramirez 737 | "Hero:hid_commando_039_pajama_party_vr_t05" - Tricera Ops Ramirez 738 | "Hero:hid_commando_040_pirate_br_sr_t01" - Buccaneer Ramirez 739 | "Hero:hid_commando_040_pirate_br_sr_t02" - Buccaneer Ramirez 740 | "Hero:hid_commando_040_pirate_br_sr_t03" - Buccaneer Ramirez 741 | "Hero:hid_commando_040_pirate_br_sr_t04" - Buccaneer Ramirez 742 | "Hero:hid_commando_040_pirate_br_sr_t05" - Buccaneer Ramirez 743 | "Hero:hid_commando_040_pirate_br_vr_t01" - Buccaneer Ramirez 744 | "Hero:hid_commando_040_pirate_br_vr_t02" - Buccaneer Ramirez 745 | "Hero:hid_commando_040_pirate_br_vr_t03" - Buccaneer Ramirez 746 | "Hero:hid_commando_040_pirate_br_vr_t04" - Buccaneer Ramirez 747 | "Hero:hid_commando_040_pirate_br_vr_t05" - Buccaneer Ramirez 748 | "Hero:hid_commando_041_pirate_02_br_sr_t01" - Sea Wolf Jonesy 749 | "Hero:hid_commando_041_pirate_02_br_sr_t02" - Sea Wolf Jonesy 750 | "Hero:hid_commando_041_pirate_02_br_sr_t03" - Sea Wolf Jonesy 751 | "Hero:hid_commando_041_pirate_02_br_sr_t04" - Sea Wolf Jonesy 752 | "Hero:hid_commando_041_pirate_02_br_sr_t05" - Sea Wolf Jonesy 753 | "Hero:hid_commando_041_pirate_02_br_vr_t01" - Sea Wolf Jonesy 754 | "Hero:hid_commando_041_pirate_02_br_vr_t02" - Sea Wolf Jonesy 755 | "Hero:hid_commando_041_pirate_02_br_vr_t03" - Sea Wolf Jonesy 756 | "Hero:hid_commando_041_pirate_02_br_vr_t04" - Sea Wolf Jonesy 757 | "Hero:hid_commando_041_pirate_02_br_vr_t05" - Sea Wolf Jonesy 758 | "Hero:hid_commando_042_major_sr_t01" - Major Oswald" 759 | "Hero:hid_commando_042_major_sr_t02" - Major Oswald" 760 | "Hero:hid_commando_042_major_sr_t03" - Major Oswald" 761 | "Hero:hid_commando_042_major_sr_t04" - Major Oswald" 762 | "Hero:hid_commando_042_major_sr_t05" - Major Oswald" 763 | "Hero:hid_commando_042_major_vr_t01" - Major Oswald" 764 | "Hero:hid_commando_042_major_vr_t02" - Major Oswald" 765 | "Hero:hid_commando_042_major_vr_t03" - Major Oswald" 766 | "Hero:hid_commando_042_major_vr_t04" - Major Oswald" 767 | "Hero:hid_commando_042_major_vr_t05" - Major Oswald" 768 | "Hero:hid_commando_044_gumshoe_dark_sr_t01" - Noir 769 | "Hero:hid_commando_044_gumshoe_dark_sr_t02" - Noir 770 | "Hero:hid_commando_044_gumshoe_dark_sr_t03" - Noir 771 | "Hero:hid_commando_044_gumshoe_dark_sr_t04" - Noir 772 | "Hero:hid_commando_044_gumshoe_dark_sr_t05" - Noir 773 | "Hero:hid_commando_044_gumshoe_dark_vr_t01" - Noir 774 | "Hero:hid_commando_044_gumshoe_dark_vr_t02" - Noir 775 | "Hero:hid_commando_044_gumshoe_dark_vr_t03" - Noir 776 | "Hero:hid_commando_044_gumshoe_dark_vr_t04" - Noir 777 | "Hero:hid_commando_044_gumshoe_dark_vr_t05" - Noir 778 | "Hero:hid_commando_athena_05" - Rescue Trooper Ramirez 779 | "Hero:hid_commando_athena_06" - Rescue Trooper Ramirez 780 | "Hero:hid_commando_athena_12" - Rescue Trooper Ramirez 781 | "Hero:hid_commando_athena_14" - Rescue Trooper Ramirez 782 | "Hero:hid_commando_athena_18" - Rescue Trooper Ramirez 783 | "Hero:hid_commando_athena_22" - Rescue Trooper Ramirez 784 | "Hero:hid_commando_athena_25" - Rescue Trooper Ramirez 785 | "Hero:hid_commando_athena_26" - Rescue Trooper Ramirez 786 | "Hero:hid_commando_gcgrenade_r_t01" - Commando Spitfire 787 | "Hero:hid_commando_gcgrenade_r_t02" - Commando Spitfire 788 | "Hero:hid_commando_gcgrenade_r_t03" - Commando Spitfire 789 | "Hero:hid_commando_gcgrenade_r_t04" - Commando Spitfire 790 | "Hero:hid_commando_gcgrenade_sr_t01" - Commando Spitfire 791 | "Hero:hid_commando_gcgrenade_sr_t02" - Commando Spitfire 792 | "Hero:hid_commando_gcgrenade_sr_t03" - Commando Spitfire 793 | "Hero:hid_commando_gcgrenade_sr_t04" - Commando Spitfire 794 | "Hero:hid_commando_gcgrenade_sr_t05" - Commando Spitfire 795 | "Hero:hid_commando_gcgrenade_t_sr_t01" - Sub Commando Jonesy 796 | "Hero:hid_commando_gcgrenade_t_sr_t02" - Sub Commando Jonesy 797 | "Hero:hid_commando_gcgrenade_t_sr_t03" - Sub Commando Jonesy 798 | "Hero:hid_commando_gcgrenade_t_sr_t04" - Sub Commando Jonesy 799 | "Hero:hid_commando_gcgrenade_t_sr_t05" - Sub Commando Jonesy 800 | "Hero:hid_commando_gcgrenade_t_vr_t01" - Sub Commando Jonesy 801 | "Hero:hid_commando_gcgrenade_t_vr_t02" - Sub Commando Jonesy 802 | "Hero:hid_commando_gcgrenade_t_vr_t03" - Sub Commando Jonesy 803 | "Hero:hid_commando_gcgrenade_t_vr_t04" - Sub Commando Jonesy 804 | "Hero:hid_commando_gcgrenade_t_vr_t05" - Sub Commando Jonesy 805 | "Hero:hid_commando_gcgrenade_vr_t01" - Commando Spitfire 806 | "Hero:hid_commando_gcgrenade_vr_t02" - Commando Spitfire 807 | "Hero:hid_commando_gcgrenade_vr_t03" - Commando Spitfire 808 | "Hero:hid_commando_gcgrenade_vr_t04" - Commando Spitfire 809 | "Hero:hid_commando_gcgrenade_vr_t05" - Commando Spitfire 810 | "Hero:hid_commando_grenadegun_m_t_sr_t01" - Rescue Trooper Havoc" 811 | "Hero:hid_commando_grenadegun_m_t_sr_t02" - Rescue Trooper Havoc" 812 | "Hero:hid_commando_grenadegun_m_t_sr_t03" - Rescue Trooper Havoc" 813 | "Hero:hid_commando_grenadegun_m_t_sr_t04" - Rescue Trooper Havoc" 814 | "Hero:hid_commando_grenadegun_m_t_sr_t05" - Rescue Trooper Havoc" 815 | "Hero:hid_commando_grenadegun_r_t01" - Rescue Trooper Ramirez 816 | "Hero:hid_commando_grenadegun_r_t02" - Rescue Trooper Ramirez 817 | "Hero:hid_commando_grenadegun_r_t03" - Rescue Trooper Ramirez 818 | "Hero:hid_commando_grenadegun_r_t04" - Rescue Trooper Ramirez 819 | "Hero:hid_commando_grenadegun_sr_t01" - Rescue Trooper Ramirez 820 | "Hero:hid_commando_grenadegun_sr_t02" - Rescue Trooper Ramirez 821 | "Hero:hid_commando_grenadegun_sr_t03" - Rescue Trooper Ramirez 822 | "Hero:hid_commando_grenadegun_sr_t04" - Rescue Trooper Ramirez 823 | "Hero:hid_commando_grenadegun_sr_t05" - Rescue Trooper Ramirez 824 | "Hero:hid_commando_grenadegun_uc_t01" - Rescue Trooper Ramirez 825 | "Hero:hid_commando_grenadegun_uc_t02" - Rescue Trooper Ramirez 826 | "Hero:hid_commando_grenadegun_uc_t03" - Rescue Trooper Ramirez 827 | "Hero:hid_commando_grenadegun_vr_t01" - Rescue Trooper Ramirez 828 | "Hero:hid_commando_grenadegun_vr_t02" - Rescue Trooper Ramirez 829 | "Hero:hid_commando_grenadegun_vr_t03" - Rescue Trooper Ramirez 830 | "Hero:hid_commando_grenadegun_vr_t04" - Rescue Trooper Ramirez 831 | "Hero:hid_commando_grenadegun_vr_t05" - Rescue Trooper Ramirez 832 | "Hero:hid_commando_grenademaster_sr_t01" - Master Grenadier Ramirez 833 | "Hero:hid_commando_grenademaster_sr_t02" - Master Grenadier Ramirez 834 | "Hero:hid_commando_grenademaster_sr_t03" - Master Grenadier Ramirez 835 | "Hero:hid_commando_grenademaster_sr_t04" - Master Grenadier Ramirez 836 | "Hero:hid_commando_grenademaster_sr_t05" - Master Grenadier Ramirez 837 | "Hero:hid_commando_gunheadshot_m_v1_roadtrip_sr_t01" - Tactical Assault Sledgehammer 838 | "Hero:hid_commando_gunheadshot_m_v1_roadtrip_sr_t02" - Tactical Assault Sledgehammer 839 | "Hero:hid_commando_gunheadshot_m_v1_roadtrip_sr_t03" - Tactical Assault Sledgehammer 840 | "Hero:hid_commando_gunheadshot_m_v1_roadtrip_sr_t04" - Tactical Assault Sledgehammer 841 | "Hero:hid_commando_gunheadshot_m_v1_roadtrip_sr_t05" - Tactical Assault Sledgehammer 842 | "Hero:hid_commando_gunheadshot_sr_t01" - Urban Assault Headhunter 843 | "Hero:hid_commando_gunheadshot_sr_t02" - Urban Assault Headhunter 844 | "Hero:hid_commando_gunheadshot_sr_t03" - Urban Assault Headhunter 845 | "Hero:hid_commando_gunheadshot_sr_t04" - Urban Assault Headhunter 846 | "Hero:hid_commando_gunheadshot_sr_t05" - Urban Assault Headhunter 847 | "Hero:hid_commando_gunheadshot_starter_m_sr_t01" - Rogue Agent Jonesy 848 | "Hero:hid_commando_gunheadshot_starter_m_sr_t02" - Rogue Agent Jonesy 849 | "Hero:hid_commando_gunheadshot_starter_m_sr_t03" - Rogue Agent Jonesy 850 | "Hero:hid_commando_gunheadshot_starter_m_sr_t04" - Rogue Agent Jonesy 851 | "Hero:hid_commando_gunheadshot_starter_m_sr_t05" - Rogue Agent Jonesy 852 | "Hero:hid_commando_gunheadshot_vr_t01" - Urban Assault Headhunter 853 | "Hero:hid_commando_gunheadshot_vr_t02" - Urban Assault Headhunter 854 | "Hero:hid_commando_gunheadshot_vr_t03" - Urban Assault Headhunter 855 | "Hero:hid_commando_gunheadshot_vr_t04" - Urban Assault Headhunter 856 | "Hero:hid_commando_gunheadshot_vr_t05" - Urban Assault Headhunter 857 | "Hero:hid_commando_gunheadshothw_rs01_sr_t01" - Skull Ranger Ramirez 858 | "Hero:hid_commando_gunheadshothw_rs01_sr_t02" - Skull Ranger Ramirez 859 | "Hero:hid_commando_gunheadshothw_rs01_sr_t03" - Skull Ranger Ramirez 860 | "Hero:hid_commando_gunheadshothw_rs01_sr_t04" - Skull Ranger Ramirez 861 | "Hero:hid_commando_gunheadshothw_rs01_sr_t05" - Skull Ranger Ramirez 862 | "Hero:hid_commando_gunheadshothw_sr_t01" - Skull Trooper Jonesy 863 | "Hero:hid_commando_gunheadshothw_sr_t02" - Skull Trooper Jonesy 864 | "Hero:hid_commando_gunheadshothw_sr_t03" - Skull Trooper Jonesy 865 | "Hero:hid_commando_gunheadshothw_sr_t04" - Skull Trooper Jonesy 866 | "Hero:hid_commando_gunheadshothw_sr_t05" - Skull Trooper Jonesy 867 | "Hero:hid_commando_gunheadshothw_vr_t01" - Skull Trooper Jonesy 868 | "Hero:hid_commando_gunheadshothw_vr_t02" - Skull Trooper Jonesy 869 | "Hero:hid_commando_gunheadshothw_vr_t03" - Skull Trooper Jonesy 870 | "Hero:hid_commando_gunheadshothw_vr_t04" - Skull Trooper Jonesy 871 | "Hero:hid_commando_gunheadshothw_vr_t05" - Skull Trooper Jonesy 872 | "Hero:hid_commando_guntough_f_4thjuly_sr_t01" - Star-Spangled Headhunter 873 | "Hero:hid_commando_guntough_f_4thjuly_sr_t02" - Star-Spangled Headhunter 874 | "Hero:hid_commando_guntough_f_4thjuly_sr_t03" - Star-Spangled Headhunter 875 | "Hero:hid_commando_guntough_f_4thjuly_sr_t04" - Star-Spangled Headhunter 876 | "Hero:hid_commando_guntough_f_4thjuly_sr_t05" - Star-Spangled Headhunter 877 | "Hero:hid_commando_guntough_m_4thjuly_sr_t01" - Stars and Stripes Jonesy 878 | "Hero:hid_commando_guntough_m_4thjuly_sr_t02" - Stars and Stripes Jonesy 879 | "Hero:hid_commando_guntough_m_4thjuly_sr_t03" - Stars and Stripes Jonesy 880 | "Hero:hid_commando_guntough_m_4thjuly_sr_t04" - Stars and Stripes Jonesy 881 | "Hero:hid_commando_guntough_m_4thjuly_sr_t05" - Stars and Stripes Jonesy 882 | "Hero:hid_commando_guntough_r_t01" - Survivalist Jonesy 883 | "Hero:hid_commando_guntough_r_t02" - Survivalist Jonesy 884 | "Hero:hid_commando_guntough_r_t03" - Survivalist Jonesy 885 | "Hero:hid_commando_guntough_r_t04" - Survivalist Jonesy 886 | "Hero:hid_commando_guntough_rs01_sr_t01" - Birthday Brigade Jonesy 887 | "Hero:hid_commando_guntough_rs01_sr_t02" - Birthday Brigade Jonesy 888 | "Hero:hid_commando_guntough_rs01_sr_t03" - Birthday Brigade Jonesy 889 | "Hero:hid_commando_guntough_rs01_sr_t04" - Birthday Brigade Jonesy 890 | "Hero:hid_commando_guntough_rs01_sr_t05" - Birthday Brigade Jonesy 891 | "Hero:hid_commando_guntough_sr_t01" - Survivalist Jonesy 892 | "Hero:hid_commando_guntough_sr_t02" - Survivalist Jonesy 893 | "Hero:hid_commando_guntough_sr_t03" - Survivalist Jonesy 894 | "Hero:hid_commando_guntough_sr_t04" - Survivalist Jonesy 895 | "Hero:hid_commando_guntough_sr_t05" - Survivalist Jonesy 896 | "Hero:hid_commando_guntough_uc_t01" - Survivalist Jonesy 897 | "Hero:hid_commando_guntough_uc_t02" - Survivalist Jonesy 898 | "Hero:hid_commando_guntough_uc_t03" - Survivalist Jonesy 899 | "Hero:hid_commando_guntough_valentine_sr_t01" - Love Ranger Jonesy 900 | "Hero:hid_commando_guntough_valentine_sr_t02" - Love Ranger Jonesy 901 | "Hero:hid_commando_guntough_valentine_sr_t03" - Love Ranger Jonesy 902 | "Hero:hid_commando_guntough_valentine_sr_t04" - Love Ranger Jonesy 903 | "Hero:hid_commando_guntough_valentine_sr_t05" - Love Ranger Jonesy 904 | "Hero:hid_commando_guntough_vr_t01" - Survivalist Jonesy 905 | "Hero:hid_commando_guntough_vr_t02" - Survivalist Jonesy 906 | "Hero:hid_commando_guntough_vr_t03" - Survivalist Jonesy 907 | "Hero:hid_commando_guntough_vr_t04" - Survivalist Jonesy 908 | "Hero:hid_commando_guntough_vr_t05" - Survivalist Jonesy 909 | "Hero:hid_commando_myth02_sr_t01" - Raven" 910 | "Hero:hid_commando_myth02_sr_t02" - Raven" 911 | "Hero:hid_commando_myth02_sr_t03" - Raven" 912 | "Hero:hid_commando_myth02_sr_t04" - Raven" 913 | "Hero:hid_commando_myth02_sr_t05" - Raven" 914 | "Hero:hid_commando_myth03_sr_t01" - Carbide 915 | "Hero:hid_commando_myth03_sr_t02" - Carbide 916 | "Hero:hid_commando_myth03_sr_t03" - Carbide 917 | "Hero:hid_commando_myth03_sr_t04" - Carbide 918 | "Hero:hid_commando_myth03_sr_t05" - Carbide 919 | "Hero:hid_commando_shockdamage_r_t01" - Shock Trooper Renegade 920 | "Hero:hid_commando_shockdamage_r_t02" - Shock Trooper Renegade 921 | "Hero:hid_commando_shockdamage_r_t03" - Shock Trooper Renegade 922 | "Hero:hid_commando_shockdamage_r_t04" - Shock Trooper Renegade 923 | "Hero:hid_commando_shockdamage_sr_t01" - Shock Trooper Renegade 924 | "Hero:hid_commando_shockdamage_sr_t02" - Shock Trooper Renegade 925 | "Hero:hid_commando_shockdamage_sr_t03" - Shock Trooper Renegade 926 | "Hero:hid_commando_shockdamage_sr_t04" - Shock Trooper Renegade 927 | "Hero:hid_commando_shockdamage_sr_t05" - Shock Trooper Renegade 928 | "Hero:hid_commando_shockdamage_vr_t01" - Shock Trooper Renegade 929 | "Hero:hid_commando_shockdamage_vr_t02" - Shock Trooper Renegade 930 | "Hero:hid_commando_shockdamage_vr_t03" - Shock Trooper Renegade 931 | "Hero:hid_commando_shockdamage_vr_t04" - Shock Trooper Renegade 932 | "Hero:hid_commando_shockdamage_vr_t05" - Shock Trooper Renegade 933 | "Hero:hid_commando_sony_r_t01" - Commando Ramirez 934 | "Hero:hid_commando_sony_r_t02" - Commando Ramirez 935 | "Hero:hid_commando_sony_r_t03" - Commando Ramirez 936 | "Hero:hid_commando_sony_r_t04" - Commando Ramirez 937 | "Hero:hid_commando_sony_sr_t01" - Commando Ramirez 938 | "Hero:hid_commando_sony_sr_t02" - Commando Ramirez 939 | "Hero:hid_commando_sony_sr_t03" - Commando Ramirez 940 | "Hero:hid_commando_sony_sr_t04" - Commando Ramirez 941 | "Hero:hid_commando_sony_sr_t05" - Commando Ramirez 942 | "Hero:hid_commando_sony_vr_t01" - Commando Ramirez 943 | "Hero:hid_commando_sony_vr_t02" - Commando Ramirez 944 | "Hero:hid_commando_sony_vr_t03" - Commando Ramirez 945 | "Hero:hid_commando_sony_vr_t04" - Commando Ramirez 946 | "Hero:hid_commando_sony_vr_t05" - Commando Ramirez 947 | "Hero:hid_commando_xbox_r_t01" - Commando Renegade 948 | "Hero:hid_commando_xbox_r_t02" - Commando Renegade 949 | "Hero:hid_commando_xbox_r_t03" - Commando Renegade 950 | "Hero:hid_commando_xbox_r_t04" - Commando Renegade 951 | "Hero:hid_commando_xbox_sr_t01" - Commando Renegade 952 | "Hero:hid_commando_xbox_sr_t02" - Commando Renegade 953 | "Hero:hid_commando_xbox_sr_t03" - Commando Renegade 954 | "Hero:hid_commando_xbox_sr_t04" - Commando Renegade 955 | "Hero:hid_commando_xbox_sr_t05" - Commando Renegade 956 | "Hero:hid_commando_xbox_vr_t01" - Commando Renegade 957 | "Hero:hid_commando_xbox_vr_t02" - Commando Renegade 958 | "Hero:hid_commando_xbox_vr_t03" - Commando Renegade 959 | "Hero:hid_commando_xbox_vr_t04" - Commando Renegade 960 | "Hero:hid_commando_xbox_vr_t05" - Commando Renegade 961 | 962 | 963 | CONSTRUCTORS: 964 | "Hero:hid_constructor_007_r_t01" - Controller Harper 965 | "Hero:hid_constructor_007_r_t02" - Controller Harper 966 | "Hero:hid_constructor_007_r_t03" - Controller Harper 967 | "Hero:hid_constructor_007_r_t04" - Controller Harper 968 | "Hero:hid_constructor_007_sr_t01" - Controller Harper 969 | "Hero:hid_constructor_007_sr_t02" - Controller Harper 970 | "Hero:hid_constructor_007_sr_t03" - Controller Harper 971 | "Hero:hid_constructor_007_sr_t04" - Controller Harper 972 | "Hero:hid_constructor_007_sr_t05" - Controller Harper 973 | "Hero:hid_constructor_007_uc_t01" - Controller Harper 974 | "Hero:hid_constructor_007_uc_t02" - Controller Harper 975 | "Hero:hid_constructor_007_uc_t03" - Controller Harper 976 | "Hero:hid_constructor_007_vr_t01" - Controller Harper 977 | "Hero:hid_constructor_007_vr_t02" - Controller Harper 978 | "Hero:hid_constructor_007_vr_t03" - Controller Harper 979 | "Hero:hid_constructor_007_vr_t04" - Controller Harper 980 | "Hero:hid_constructor_007_vr_t05" - Controller Harper 981 | "Hero:hid_constructor_007hw_sr_t01" - Kyle the 13th" 982 | "Hero:hid_constructor_007hw_sr_t02" - Kyle the 13th" 983 | "Hero:hid_constructor_007hw_sr_t03" - Kyle the 13th" 984 | "Hero:hid_constructor_007hw_sr_t04" - Kyle the 13th" 985 | "Hero:hid_constructor_007hw_sr_t05" - Kyle the 13th" 986 | "Hero:hid_constructor_007hw_vr_t01" - Kyle the 13th" 987 | "Hero:hid_constructor_007hw_vr_t02" - Kyle the 13th" 988 | "Hero:hid_constructor_007hw_vr_t03" - Kyle the 13th" 989 | "Hero:hid_constructor_007hw_vr_t04" - Kyle the 13th" 990 | "Hero:hid_constructor_007hw_vr_t05" - Kyle the 13th" 991 | "Hero:hid_constructor_008_foundersf_sr_t01" - Power B.A.S.E. Penny 992 | "Hero:hid_constructor_008_foundersf_sr_t02" - Power B.A.S.E. Penny 993 | "Hero:hid_constructor_008_foundersf_sr_t03" - Power B.A.S.E. Penny 994 | "Hero:hid_constructor_008_foundersf_sr_t04" - Power B.A.S.E. Penny 995 | "Hero:hid_constructor_008_foundersf_sr_t05" - Power B.A.S.E. Penny 996 | "Hero:hid_constructor_008_foundersm_sr_t01" - Power B.A.S.E. Kyle 997 | "Hero:hid_constructor_008_foundersm_sr_t02" - Power B.A.S.E. Kyle 998 | "Hero:hid_constructor_008_foundersm_sr_t03" - Power B.A.S.E. Kyle 999 | "Hero:hid_constructor_008_foundersm_sr_t04" - Power B.A.S.E. Kyle 1000 | "Hero:hid_constructor_008_foundersm_sr_t05" - Power B.A.S.E. Kyle 1001 | "Hero:hid_constructor_008_r_t01" - Power B.A.S.E. Knox" 1002 | "Hero:hid_constructor_008_r_t02" - Power B.A.S.E. Knox" 1003 | "Hero:hid_constructor_008_r_t03" - Power B.A.S.E. Knox" 1004 | "Hero:hid_constructor_008_r_t04" - Power B.A.S.E. Knox" 1005 | "Hero:hid_constructor_008_sr_t01" - Power B.A.S.E. Knox" 1006 | "Hero:hid_constructor_008_sr_t02" - Power B.A.S.E. Knox" 1007 | "Hero:hid_constructor_008_sr_t03" - Power B.A.S.E. Knox" 1008 | "Hero:hid_constructor_008_sr_t04" - Power B.A.S.E. Knox" 1009 | "Hero:hid_constructor_008_sr_t05" - Power B.A.S.E. Knox" 1010 | "Hero:hid_constructor_008_vr_t01" - Power B.A.S.E. Knox" 1011 | "Hero:hid_constructor_008_vr_t02" - Power B.A.S.E. Knox" 1012 | "Hero:hid_constructor_008_vr_t03" - Power B.A.S.E. Knox" 1013 | "Hero:hid_constructor_008_vr_t04" - Power B.A.S.E. Knox" 1014 | "Hero:hid_constructor_008_vr_t05" - Power B.A.S.E. Knox" 1015 | "Hero:hid_constructor_009_r_t01" - Sentinel Hype 1016 | "Hero:hid_constructor_009_r_t02" - Sentinel Hype 1017 | "Hero:hid_constructor_009_r_t03" - Sentinel Hype 1018 | "Hero:hid_constructor_009_r_t04" - Sentinel Hype 1019 | "Hero:hid_constructor_009_sr_t01" - Sentinel Hype 1020 | "Hero:hid_constructor_009_sr_t02" - Sentinel Hype 1021 | "Hero:hid_constructor_009_sr_t03" - Sentinel Hype 1022 | "Hero:hid_constructor_009_sr_t04" - Sentinel Hype 1023 | "Hero:hid_constructor_009_sr_t05" - Sentinel Hype 1024 | "Hero:hid_constructor_009_vr_t01" - Sentinel Hype 1025 | "Hero:hid_constructor_009_vr_t02" - Sentinel Hype 1026 | "Hero:hid_constructor_009_vr_t03" - Sentinel Hype 1027 | "Hero:hid_constructor_009_vr_t04" - Sentinel Hype 1028 | "Hero:hid_constructor_009_vr_t05" - Sentinel Hype 1029 | "Hero:hid_constructor_010_sr_t01" - Guardian Bull" 1030 | "Hero:hid_constructor_010_sr_t02" - Guardian Bull" 1031 | "Hero:hid_constructor_010_sr_t03" - Guardian Bull" 1032 | "Hero:hid_constructor_010_sr_t04" - Guardian Bull" 1033 | "Hero:hid_constructor_010_sr_t05" - Guardian Bull" 1034 | "Hero:hid_constructor_010_vr_t01" - Guardian Bull" 1035 | "Hero:hid_constructor_010_vr_t02" - Guardian Bull" 1036 | "Hero:hid_constructor_010_vr_t03" - Guardian Bull" 1037 | "Hero:hid_constructor_010_vr_t04" - Guardian Bull" 1038 | "Hero:hid_constructor_010_vr_t05" - Guardian Bull" 1039 | "Hero:hid_constructor_011_f_v1_roadtrip_sr_t01" - Thunder Thora" 1040 | "Hero:hid_constructor_011_f_v1_roadtrip_sr_t02" - Thunder Thora" 1041 | "Hero:hid_constructor_011_f_v1_roadtrip_sr_t03" - Thunder Thora" 1042 | "Hero:hid_constructor_011_f_v1_roadtrip_sr_t04" - Thunder Thora" 1043 | "Hero:hid_constructor_011_f_v1_roadtrip_sr_t05" - Thunder Thora" 1044 | "Hero:hid_constructor_011_r_t01" - Machinist Harper 1045 | "Hero:hid_constructor_011_r_t02" - Machinist Harper 1046 | "Hero:hid_constructor_011_r_t03" - Machinist Harper 1047 | "Hero:hid_constructor_011_r_t04" - Machinist Harper 1048 | "Hero:hid_constructor_011_sr_t01" - Machinist Harper 1049 | "Hero:hid_constructor_011_sr_t02" - Machinist Harper 1050 | "Hero:hid_constructor_011_sr_t03" - Machinist Harper 1051 | "Hero:hid_constructor_011_sr_t04" - Machinist Harper 1052 | "Hero:hid_constructor_011_sr_t05" - Machinist Harper 1053 | "Hero:hid_constructor_011_vr_t01" - Machinist Harper 1054 | "Hero:hid_constructor_011_vr_t02" - Machinist Harper 1055 | "Hero:hid_constructor_011_vr_t03" - Machinist Harper 1056 | "Hero:hid_constructor_011_vr_t04" - Machinist Harper 1057 | "Hero:hid_constructor_011_vr_t05" - Machinist Harper 1058 | "Hero:hid_constructor_013_r_t01" - Warden Kyle 1059 | "Hero:hid_constructor_013_r_t02" - Warden Kyle 1060 | "Hero:hid_constructor_013_r_t03" - Warden Kyle 1061 | "Hero:hid_constructor_013_r_t04" - Warden Kyle 1062 | "Hero:hid_constructor_013_sr_t01" - Warden Kyle 1063 | "Hero:hid_constructor_013_sr_t02" - Warden Kyle 1064 | "Hero:hid_constructor_013_sr_t03" - Warden Kyle 1065 | "Hero:hid_constructor_013_sr_t04" - Warden Kyle 1066 | "Hero:hid_constructor_013_sr_t05" - Warden Kyle 1067 | "Hero:hid_constructor_013_uc_t01" - Warden Kyle 1068 | "Hero:hid_constructor_013_uc_t02" - Warden Kyle 1069 | "Hero:hid_constructor_013_uc_t03" - Warden Kyle 1070 | "Hero:hid_constructor_013_vr_t01" - Warden Kyle 1071 | "Hero:hid_constructor_013_vr_t02" - Warden Kyle 1072 | "Hero:hid_constructor_013_vr_t03" - Warden Kyle 1073 | "Hero:hid_constructor_013_vr_t04" - Warden Kyle 1074 | "Hero:hid_constructor_013_vr_t05" - Warden Kyle 1075 | "Hero:hid_constructor_014_f_sr_t01" - Riot Control Izza" 1076 | "Hero:hid_constructor_014_f_sr_t02" - Riot Control Izza" 1077 | "Hero:hid_constructor_014_f_sr_t03" - Riot Control Izza" 1078 | "Hero:hid_constructor_014_f_sr_t04" - Riot Control Izza" 1079 | "Hero:hid_constructor_014_f_sr_t05" - Riot Control Izza" 1080 | "Hero:hid_constructor_014_r_t01" - Riot Response Hazard" 1081 | "Hero:hid_constructor_014_r_t02" - Riot Response Hazard" 1082 | "Hero:hid_constructor_014_r_t03" - Riot Response Hazard" 1083 | "Hero:hid_constructor_014_r_t04" - Riot Response Hazard" 1084 | "Hero:hid_constructor_014_sr_t01" - Riot Response Hazard" 1085 | "Hero:hid_constructor_014_sr_t02" - Riot Response Hazard" 1086 | "Hero:hid_constructor_014_sr_t03" - Riot Response Hazard" 1087 | "Hero:hid_constructor_014_sr_t04" - Riot Response Hazard" 1088 | "Hero:hid_constructor_014_sr_t05" - Riot Response Hazard" 1089 | "Hero:hid_constructor_014_vr_t01" - Riot Response Hazard" 1090 | "Hero:hid_constructor_014_vr_t02" - Riot Response Hazard" 1091 | "Hero:hid_constructor_014_vr_t03" - Riot Response Hazard" 1092 | "Hero:hid_constructor_014_vr_t04" - Riot Response Hazard" 1093 | "Hero:hid_constructor_014_vr_t05" - Riot Response Hazard" 1094 | "Hero:hid_constructor_015_r_t01" - Heavy B.A.S.E. Kyle 1095 | "Hero:hid_constructor_015_r_t02" - Heavy B.A.S.E. Kyle 1096 | "Hero:hid_constructor_015_r_t03" - Heavy B.A.S.E. Kyle 1097 | "Hero:hid_constructor_015_r_t04" - Heavy B.A.S.E. Kyle 1098 | "Hero:hid_constructor_015_sr_t01" - Heavy B.A.S.E. Kyle 1099 | "Hero:hid_constructor_015_sr_t02" - Heavy B.A.S.E. Kyle 1100 | "Hero:hid_constructor_015_sr_t03" - Heavy B.A.S.E. Kyle 1101 | "Hero:hid_constructor_015_sr_t04" - Heavy B.A.S.E. Kyle 1102 | "Hero:hid_constructor_015_sr_t05" - Heavy B.A.S.E. Kyle 1103 | "Hero:hid_constructor_015_vr_t01" - Heavy B.A.S.E. Kyle 1104 | "Hero:hid_constructor_015_vr_t02" - Heavy B.A.S.E. Kyle 1105 | "Hero:hid_constructor_015_vr_t03" - Heavy B.A.S.E. Kyle 1106 | "Hero:hid_constructor_015_vr_t04" - Heavy B.A.S.E. Kyle 1107 | "Hero:hid_constructor_015_vr_t05" - Heavy B.A.S.E. Kyle 1108 | "Hero:hid_constructor_016_f_v1_sr_t01" - Demolitionist Penny 1109 | "Hero:hid_constructor_016_f_v1_sr_t02" - Demolitionist Penny 1110 | "Hero:hid_constructor_016_f_v1_sr_t03" - Demolitionist Penny 1111 | "Hero:hid_constructor_016_f_v1_sr_t04" - Demolitionist Penny 1112 | "Hero:hid_constructor_016_f_v1_sr_t05" - Demolitionist Penny 1113 | "Hero:hid_constructor_016_f_v1_vr_t01" - Demolitionist Penny 1114 | "Hero:hid_constructor_016_f_v1_vr_t02" - Demolitionist Penny 1115 | "Hero:hid_constructor_016_f_v1_vr_t03" - Demolitionist Penny 1116 | "Hero:hid_constructor_016_f_v1_vr_t04" - Demolitionist Penny 1117 | "Hero:hid_constructor_016_f_v1_vr_t05" - Demolitionist Penny 1118 | "Hero:hid_constructor_016_m_v1_blockbuster_sr_t01" - 8-Bit Demo" 1119 | "Hero:hid_constructor_016_m_v1_blockbuster_sr_t02" - 8-Bit Demo" 1120 | "Hero:hid_constructor_016_m_v1_blockbuster_sr_t03" - 8-Bit Demo" 1121 | "Hero:hid_constructor_016_m_v1_blockbuster_sr_t04" - 8-Bit Demo" 1122 | "Hero:hid_constructor_016_m_v1_blockbuster_sr_t05" - 8-Bit Demo" 1123 | "Hero:hid_constructor_016_m_v1_sr_t01" - Saboteur Bull" 1124 | "Hero:hid_constructor_016_m_v1_sr_t02" - Saboteur Bull" 1125 | "Hero:hid_constructor_016_m_v1_sr_t03" - Saboteur Bull" 1126 | "Hero:hid_constructor_016_m_v1_sr_t04" - Saboteur Bull" 1127 | "Hero:hid_constructor_016_m_v1_sr_t05" - Saboteur Bull" 1128 | "Hero:hid_constructor_017_f_v1_r_t01" - Vintage-Tech Penny 1129 | "Hero:hid_constructor_017_f_v1_r_t02" - Vintage-Tech Penny 1130 | "Hero:hid_constructor_017_f_v1_r_t03" - Vintage-Tech Penny 1131 | "Hero:hid_constructor_017_f_v1_r_t04" - Vintage-Tech Penny 1132 | "Hero:hid_constructor_017_f_v1_sr_t01" - Vintage-Tech Penny 1133 | "Hero:hid_constructor_017_f_v1_sr_t02" - Vintage-Tech Penny 1134 | "Hero:hid_constructor_017_f_v1_sr_t03" - Vintage-Tech Penny 1135 | "Hero:hid_constructor_017_f_v1_sr_t04" - Vintage-Tech Penny 1136 | "Hero:hid_constructor_017_f_v1_sr_t05" - Vintage-Tech Penny 1137 | "Hero:hid_constructor_017_f_v1_vr_t01" - Vintage-Tech Penny 1138 | "Hero:hid_constructor_017_f_v1_vr_t02" - Vintage-Tech Penny 1139 | "Hero:hid_constructor_017_f_v1_vr_t03" - Vintage-Tech Penny 1140 | "Hero:hid_constructor_017_f_v1_vr_t04" - Vintage-Tech Penny 1141 | "Hero:hid_constructor_017_f_v1_vr_t05" - Vintage-Tech Penny 1142 | "Hero:hid_constructor_018_sr_t01" - Black Knight Garridan" 1143 | "Hero:hid_constructor_018_sr_t02" - Black Knight Garridan" 1144 | "Hero:hid_constructor_018_sr_t03" - Black Knight Garridan" 1145 | "Hero:hid_constructor_018_sr_t04" - Black Knight Garridan" 1146 | "Hero:hid_constructor_018_sr_t05" - Black Knight Garridan" 1147 | "Hero:hid_constructor_019_sr_t01" - Sentry Gunner Airheart 1148 | "Hero:hid_constructor_019_sr_t02" - Sentry Gunner Airheart 1149 | "Hero:hid_constructor_019_sr_t03" - Sentry Gunner Airheart 1150 | "Hero:hid_constructor_019_sr_t04" - Sentry Gunner Airheart 1151 | "Hero:hid_constructor_019_sr_t05" - Sentry Gunner Airheart 1152 | "Hero:hid_constructor_020_sr_t01" - Sentry Gunner Krampus" 1153 | "Hero:hid_constructor_020_sr_t02" - Sentry Gunner Krampus" 1154 | "Hero:hid_constructor_020_sr_t03" - Sentry Gunner Krampus" 1155 | "Hero:hid_constructor_020_sr_t04" - Sentry Gunner Krampus" 1156 | "Hero:hid_constructor_020_sr_t05" - Sentry Gunner Krampus" 1157 | "Hero:hid_constructor_021_sr_t01" - Dark Vanguard Airheart 1158 | "Hero:hid_constructor_021_sr_t02" - Dark Vanguard Airheart 1159 | "Hero:hid_constructor_021_sr_t03" - Dark Vanguard Airheart 1160 | "Hero:hid_constructor_021_sr_t04" - Dark Vanguard Airheart 1161 | "Hero:hid_constructor_021_sr_t05" - Dark Vanguard Airheart 1162 | "Hero:hid_constructor_022_sr_t01" - Conqueror Magnus" 1163 | "Hero:hid_constructor_022_sr_t02" - Conqueror Magnus" 1164 | "Hero:hid_constructor_022_sr_t03" - Conqueror Magnus" 1165 | "Hero:hid_constructor_022_sr_t04" - Conqueror Magnus" 1166 | "Hero:hid_constructor_022_sr_t05" - Conqueror Magnus" 1167 | "Hero:hid_constructor_023_sr_t01" - The Ice King" 1168 | "Hero:hid_constructor_023_sr_t02" - The Ice King" 1169 | "Hero:hid_constructor_023_sr_t03" - The Ice King" 1170 | "Hero:hid_constructor_023_sr_t04" - The Ice King" 1171 | "Hero:hid_constructor_023_sr_t05" - The Ice King" 1172 | "Hero:hid_constructor_024_pirateconstructor_sr_t01" - Privateer Hype 1173 | "Hero:hid_constructor_024_pirateconstructor_sr_t02" - Privateer Hype 1174 | "Hero:hid_constructor_024_pirateconstructor_sr_t03" - Privateer Hype 1175 | "Hero:hid_constructor_024_pirateconstructor_sr_t04" - Privateer Hype 1176 | "Hero:hid_constructor_024_pirateconstructor_sr_t05" - Privateer Hype 1177 | "Hero:hid_constructor_024_pirateconstructor_vr_t01" - Privateer Hype 1178 | "Hero:hid_constructor_024_pirateconstructor_vr_t02" - Privateer Hype 1179 | "Hero:hid_constructor_024_pirateconstructor_vr_t03" - Privateer Hype 1180 | "Hero:hid_constructor_024_pirateconstructor_vr_t04" - Privateer Hype 1181 | "Hero:hid_constructor_024_pirateconstructor_vr_t05" - Privateer Hype 1182 | "Hero:hid_constructor_025_progressivepirateconstructor_sr_t01" - Blakebeard The Blackhearted" 1183 | "Hero:hid_constructor_025_progressivepirateconstructor_sr_t02" - Blakebeard The Blackhearted" 1184 | "Hero:hid_constructor_025_progressivepirateconstructor_sr_t03" - Blakebeard The Blackhearted" 1185 | "Hero:hid_constructor_025_progressivepirateconstructor_sr_t04" - Blakebeard The Blackhearted" 1186 | "Hero:hid_constructor_025_progressivepirateconstructor_sr_t05" - Blakebeard The Blackhearted" 1187 | "Hero:hid_constructor_026_bombsquadconstructor_sr_t01" - BombSquad Kyle 1188 | "Hero:hid_constructor_026_bombsquadconstructor_sr_t02" - BombSquad Kyle 1189 | "Hero:hid_constructor_026_bombsquadconstructor_sr_t03" - BombSquad Kyle 1190 | "Hero:hid_constructor_026_bombsquadconstructor_sr_t04" - BombSquad Kyle 1191 | "Hero:hid_constructor_026_bombsquadconstructor_sr_t05" - BombSquad Kyle 1192 | "Hero:hid_constructor_026_bombsquadconstructor_vr_t01" - BombSquad Kyle 1193 | "Hero:hid_constructor_026_bombsquadconstructor_vr_t02" - BombSquad Kyle 1194 | "Hero:hid_constructor_026_bombsquadconstructor_vr_t03" - BombSquad Kyle 1195 | "Hero:hid_constructor_026_bombsquadconstructor_vr_t04" - BombSquad Kyle 1196 | "Hero:hid_constructor_026_bombsquadconstructor_vr_t05" - BombSquad Kyle 1197 | "Hero:hid_constructor_027_dinoconstructor_sr_t01" - Prehistoric Izza" 1198 | "Hero:hid_constructor_027_dinoconstructor_sr_t02" - Prehistoric Izza" 1199 | "Hero:hid_constructor_027_dinoconstructor_sr_t03" - Prehistoric Izza" 1200 | "Hero:hid_constructor_027_dinoconstructor_sr_t04" - Prehistoric Izza" 1201 | "Hero:hid_constructor_027_dinoconstructor_sr_t05" - Prehistoric Izza" 1202 | "Hero:hid_constructor_028_retroscificonstructor_sr_t01" - ED-Ee 1203 | "Hero:hid_constructor_028_retroscificonstructor_sr_t02" - ED-Ee 1204 | "Hero:hid_constructor_028_retroscificonstructor_sr_t03" - ED-Ee 1205 | "Hero:hid_constructor_028_retroscificonstructor_sr_t04" - ED-Ee 1206 | "Hero:hid_constructor_028_retroscificonstructor_sr_t05" - ED-Ee 1207 | "Hero:hid_constructor_028_retroscificonstructor_vr_t01" - ED-Ee 1208 | "Hero:hid_constructor_028_retroscificonstructor_vr_t02" - ED-Ee 1209 | "Hero:hid_constructor_028_retroscificonstructor_vr_t03" - ED-Ee 1210 | "Hero:hid_constructor_028_retroscificonstructor_vr_t04" - ED-Ee 1211 | "Hero:hid_constructor_028_retroscificonstructor_vr_t05" - ED-Ee 1212 | "Hero:hid_constructor_029_radstoryconstructor_sr_t01" - Dennis Jr." 1213 | "Hero:hid_constructor_029_radstoryconstructor_sr_t02" - Dennis Jr." 1214 | "Hero:hid_constructor_029_radstoryconstructor_sr_t03" - Dennis Jr." 1215 | "Hero:hid_constructor_029_radstoryconstructor_sr_t04" - Dennis Jr." 1216 | "Hero:hid_constructor_029_radstoryconstructor_sr_t05" - Dennis Jr." 1217 | "Hero:hid_constructor_030_radconstructor_sr_t01" - Power Pop Penny 1218 | "Hero:hid_constructor_030_radconstructor_sr_t02" - Power Pop Penny 1219 | "Hero:hid_constructor_030_radconstructor_sr_t03" - Power Pop Penny 1220 | "Hero:hid_constructor_030_radconstructor_sr_t04" - Power Pop Penny 1221 | "Hero:hid_constructor_030_radconstructor_sr_t05" - Power Pop Penny 1222 | "Hero:hid_constructor_030_radconstructor_vr_t01" - Power Pop Penny 1223 | "Hero:hid_constructor_030_radconstructor_vr_t02" - Power Pop Penny 1224 | "Hero:hid_constructor_030_radconstructor_vr_t03" - Power Pop Penny 1225 | "Hero:hid_constructor_030_radconstructor_vr_t04" - Power Pop Penny 1226 | "Hero:hid_constructor_030_radconstructor_vr_t05" - Power Pop Penny 1227 | "Hero:hid_constructor_031_halloweenconstructor_sr_t01" - \"Arrlene\" Izza" 1228 | "Hero:hid_constructor_031_halloweenconstructor_sr_t02" - \"Arrlene\" Izza" 1229 | "Hero:hid_constructor_031_halloweenconstructor_sr_t03" - \"Arrlene\" Izza" 1230 | "Hero:hid_constructor_031_halloweenconstructor_sr_t04" - \"Arrlene\" Izza" 1231 | "Hero:hid_constructor_031_halloweenconstructor_sr_t05" - \"Arrlene\" Izza" 1232 | "Hero:hid_constructor_032_toyconstructor_sr_t01" - Sgt. Tank Gatling" 1233 | "Hero:hid_constructor_032_toyconstructor_sr_t02" - Sgt. Tank Gatling" 1234 | "Hero:hid_constructor_032_toyconstructor_sr_t03" - Sgt. Tank Gatling" 1235 | "Hero:hid_constructor_032_toyconstructor_sr_t04" - Sgt. Tank Gatling" 1236 | "Hero:hid_constructor_032_toyconstructor_sr_t05" - Sgt. Tank Gatling" 1237 | "Hero:hid_constructor_032_toyconstructor_vr_t01" - Sgt. Tank Gatling" 1238 | "Hero:hid_constructor_032_toyconstructor_vr_t02" - Sgt. Tank Gatling" 1239 | "Hero:hid_constructor_032_toyconstructor_vr_t03" - Sgt. Tank Gatling" 1240 | "Hero:hid_constructor_032_toyconstructor_vr_t04" - Sgt. Tank Gatling" 1241 | "Hero:hid_constructor_032_toyconstructor_vr_t05" - Sgt. Tank Gatling" 1242 | "Hero:hid_constructor_033_villain_fleming_sr_t01" - Gold Knox" 1243 | "Hero:hid_constructor_033_villain_fleming_sr_t02" - Gold Knox" 1244 | "Hero:hid_constructor_033_villain_fleming_sr_t03" - Gold Knox" 1245 | "Hero:hid_constructor_033_villain_fleming_sr_t04" - Gold Knox" 1246 | "Hero:hid_constructor_033_villain_fleming_sr_t05" - Gold Knox" 1247 | "Hero:hid_constructor_033_villain_fleming_vr_t01" - Gold Knox" 1248 | "Hero:hid_constructor_033_villain_fleming_vr_t02" - Gold Knox" 1249 | "Hero:hid_constructor_033_villain_fleming_vr_t03" - Gold Knox" 1250 | "Hero:hid_constructor_033_villain_fleming_vr_t04" - Gold Knox" 1251 | "Hero:hid_constructor_033_villain_fleming_vr_t05" - Gold Knox" 1252 | "Hero:hid_constructor_034_mechstructor_sr_t01" - Machinist Mina" 1253 | "Hero:hid_constructor_034_mechstructor_sr_t02" - Machinist Mina" 1254 | "Hero:hid_constructor_034_mechstructor_sr_t03" - Machinist Mina" 1255 | "Hero:hid_constructor_034_mechstructor_sr_t04" - Machinist Mina" 1256 | "Hero:hid_constructor_034_mechstructor_sr_t05" - Machinist Mina" 1257 | "Hero:hid_constructor_034_mechstructor_vr_t01" - Machinist Mina" 1258 | "Hero:hid_constructor_034_mechstructor_vr_t02" - Machinist Mina" 1259 | "Hero:hid_constructor_034_mechstructor_vr_t03" - Machinist Mina" 1260 | "Hero:hid_constructor_034_mechstructor_vr_t04" - Machinist Mina" 1261 | "Hero:hid_constructor_034_mechstructor_vr_t05" - Machinist Mina" 1262 | "Hero:hid_constructor_035_birthday_constructor_sr_t01" - Birthday Brigade Penny 1263 | "Hero:hid_constructor_035_birthday_constructor_sr_t02" - Birthday Brigade Penny 1264 | "Hero:hid_constructor_035_birthday_constructor_sr_t03" - Birthday Brigade Penny 1265 | "Hero:hid_constructor_035_birthday_constructor_sr_t04" - Birthday Brigade Penny 1266 | "Hero:hid_constructor_035_birthday_constructor_sr_t05" - Birthday Brigade Penny 1267 | "Hero:hid_constructor_035_birthday_constructor_vr_t01" - Birthday Brigade Penny 1268 | "Hero:hid_constructor_035_birthday_constructor_vr_t02" - Birthday Brigade Penny 1269 | "Hero:hid_constructor_035_birthday_constructor_vr_t03" - Birthday Brigade Penny 1270 | "Hero:hid_constructor_035_birthday_constructor_vr_t04" - Birthday Brigade Penny 1271 | "Hero:hid_constructor_035_birthday_constructor_vr_t05" - Birthday Brigade Penny 1272 | "Hero:hid_constructor_036_dino_constructor_sr_t01" - Ankylo Kyle 1273 | "Hero:hid_constructor_036_dino_constructor_sr_t02" - Ankylo Kyle 1274 | "Hero:hid_constructor_036_dino_constructor_sr_t03" - Ankylo Kyle 1275 | "Hero:hid_constructor_036_dino_constructor_sr_t04" - Ankylo Kyle 1276 | "Hero:hid_constructor_036_dino_constructor_sr_t05" - Ankylo Kyle 1277 | "Hero:hid_constructor_036_dino_constructor_vr_t01" - Ankylo Kyle 1278 | "Hero:hid_constructor_036_dino_constructor_vr_t02" - Ankylo Kyle 1279 | "Hero:hid_constructor_036_dino_constructor_vr_t03" - Ankylo Kyle 1280 | "Hero:hid_constructor_036_dino_constructor_vr_t04" - Ankylo Kyle 1281 | "Hero:hid_constructor_036_dino_constructor_vr_t05" - Ankylo Kyle 1282 | "Hero:hid_constructor_037_director_sr_t01" - Director Riggs" 1283 | "Hero:hid_constructor_037_director_sr_t02" - Director Riggs" 1284 | "Hero:hid_constructor_037_director_sr_t03" - Director Riggs" 1285 | "Hero:hid_constructor_037_director_sr_t04" - Director Riggs" 1286 | "Hero:hid_constructor_037_director_sr_t05" - Director Riggs" 1287 | "Hero:hid_constructor_037_director_vr_t01" - Director Riggs" 1288 | "Hero:hid_constructor_037_director_vr_t02" - Director Riggs" 1289 | "Hero:hid_constructor_037_director_vr_t03" - Director Riggs" 1290 | "Hero:hid_constructor_037_director_vr_t04" - Director Riggs" 1291 | "Hero:hid_constructor_037_director_vr_t05" - Director Riggs" 1292 | "Hero:hid_constructor_038_gumshoe_sr_t01" - Sleuth" 1293 | "Hero:hid_constructor_038_gumshoe_sr_t02" - Sleuth" 1294 | "Hero:hid_constructor_038_gumshoe_sr_t03" - Sleuth" 1295 | "Hero:hid_constructor_038_gumshoe_sr_t04" - Sleuth" 1296 | "Hero:hid_constructor_038_gumshoe_sr_t05" - Sleuth" 1297 | "Hero:hid_constructor_038_gumshoe_vr_t01" - Sleuth" 1298 | "Hero:hid_constructor_038_gumshoe_vr_t02" - Sleuth" 1299 | "Hero:hid_constructor_038_gumshoe_vr_t03" - Sleuth" 1300 | "Hero:hid_constructor_038_gumshoe_vr_t04" - Sleuth" 1301 | "Hero:hid_constructor_038_gumshoe_vr_t05" - Sleuth" 1302 | "Hero:hid_constructor_basebig_sr_t01" - MEGA B.A.S.E. Kyle 1303 | "Hero:hid_constructor_basebig_sr_t02" - MEGA B.A.S.E. Kyle 1304 | "Hero:hid_constructor_basebig_sr_t03" - MEGA B.A.S.E. Kyle 1305 | "Hero:hid_constructor_basebig_sr_t04" - MEGA B.A.S.E. Kyle 1306 | "Hero:hid_constructor_basebig_sr_t05" - MEGA B.A.S.E. Kyle 1307 | "Hero:hid_constructor_basehyper_r_t01" - Hotfixer Hazard" 1308 | "Hero:hid_constructor_basehyper_r_t02" - Hotfixer Hazard" 1309 | "Hero:hid_constructor_basehyper_r_t03" - Hotfixer Hazard" 1310 | "Hero:hid_constructor_basehyper_r_t04" - Hotfixer Hazard" 1311 | "Hero:hid_constructor_basehyper_sr_t01" - Hotfixer Hazard" 1312 | "Hero:hid_constructor_basehyper_sr_t02" - Hotfixer Hazard" 1313 | "Hero:hid_constructor_basehyper_sr_t03" - Hotfixer Hazard" 1314 | "Hero:hid_constructor_basehyper_sr_t04" - Hotfixer Hazard" 1315 | "Hero:hid_constructor_basehyper_sr_t05" - Hotfixer Hazard" 1316 | "Hero:hid_constructor_basehyper_vr_t01" - Hotfixer Hazard" 1317 | "Hero:hid_constructor_basehyper_vr_t02" - Hotfixer Hazard" 1318 | "Hero:hid_constructor_basehyper_vr_t03" - Hotfixer Hazard" 1319 | "Hero:hid_constructor_basehyper_vr_t04" - Hotfixer Hazard" 1320 | "Hero:hid_constructor_basehyper_vr_t05" - Hotfixer Hazard" 1321 | "Hero:hid_constructor_basehyperhw_sr_t01" - Catstructor Penny 1322 | "Hero:hid_constructor_basehyperhw_sr_t02" - Catstructor Penny 1323 | "Hero:hid_constructor_basehyperhw_sr_t03" - Catstructor Penny 1324 | "Hero:hid_constructor_basehyperhw_sr_t04" - Catstructor Penny 1325 | "Hero:hid_constructor_basehyperhw_sr_t05" - Catstructor Penny 1326 | "Hero:hid_constructor_basehyperhw_vr_t01" - Catstructor Penny 1327 | "Hero:hid_constructor_basehyperhw_vr_t02" - Catstructor Penny 1328 | "Hero:hid_constructor_basehyperhw_vr_t03" - Catstructor Penny 1329 | "Hero:hid_constructor_basehyperhw_vr_t04" - Catstructor Penny 1330 | "Hero:hid_constructor_basehyperhw_vr_t05" - Catstructor Penny 1331 | "Hero:hid_constructor_hammerplasma_4thjuly_sr_t01" - Patriot Penny 1332 | "Hero:hid_constructor_hammerplasma_4thjuly_sr_t02" - Patriot Penny 1333 | "Hero:hid_constructor_hammerplasma_4thjuly_sr_t03" - Patriot Penny 1334 | "Hero:hid_constructor_hammerplasma_4thjuly_sr_t04" - Patriot Penny 1335 | "Hero:hid_constructor_hammerplasma_4thjuly_sr_t05" - Patriot Penny 1336 | "Hero:hid_constructor_hammerplasma_sr_t01" - Electro-pulse Penny 1337 | "Hero:hid_constructor_hammerplasma_sr_t02" - Electro-pulse Penny 1338 | "Hero:hid_constructor_hammerplasma_sr_t03" - Electro-pulse Penny 1339 | "Hero:hid_constructor_hammerplasma_sr_t04" - Electro-pulse Penny 1340 | "Hero:hid_constructor_hammerplasma_sr_t05" - Electro-pulse Penny 1341 | "Hero:hid_constructor_hammerplasma_vr_t01" - Electro-pulse Penny 1342 | "Hero:hid_constructor_hammerplasma_vr_t02" - Electro-pulse Penny 1343 | "Hero:hid_constructor_hammerplasma_vr_t03" - Electro-pulse Penny 1344 | "Hero:hid_constructor_hammerplasma_vr_t04" - Electro-pulse Penny 1345 | "Hero:hid_constructor_hammerplasma_vr_t05" - Electro-pulse Penny 1346 | "Hero:hid_constructor_hammertank_r_t01" - Tank Penny 1347 | "Hero:hid_constructor_hammertank_r_t02" - Tank Penny 1348 | "Hero:hid_constructor_hammertank_r_t03" - Tank Penny 1349 | "Hero:hid_constructor_hammertank_r_t04" - Tank Penny 1350 | "Hero:hid_constructor_hammertank_sr_t01" - Tank Penny 1351 | "Hero:hid_constructor_hammertank_sr_t02" - Tank Penny 1352 | "Hero:hid_constructor_hammertank_sr_t03" - Tank Penny 1353 | "Hero:hid_constructor_hammertank_sr_t04" - Tank Penny 1354 | "Hero:hid_constructor_hammertank_sr_t05" - Tank Penny 1355 | "Hero:hid_constructor_hammertank_uc_t01" - Tank Penny 1356 | "Hero:hid_constructor_hammertank_uc_t02" - Tank Penny 1357 | "Hero:hid_constructor_hammertank_uc_t03" - Tank Penny 1358 | "Hero:hid_constructor_hammertank_vr_t01" - Tank Penny 1359 | "Hero:hid_constructor_hammertank_vr_t02" - Tank Penny 1360 | "Hero:hid_constructor_hammertank_vr_t03" - Tank Penny 1361 | "Hero:hid_constructor_hammertank_vr_t04" - Tank Penny 1362 | "Hero:hid_constructor_hammertank_vr_t05" - Tank Penny 1363 | "Hero:hid_constructor_myth02_sr_t01" - Steel Wool Syd" 1364 | "Hero:hid_constructor_myth02_sr_t02" - Steel Wool Syd" 1365 | "Hero:hid_constructor_myth02_sr_t03" - Steel Wool Syd" 1366 | "Hero:hid_constructor_myth02_sr_t04" - Steel Wool Syd" 1367 | "Hero:hid_constructor_myth02_sr_t05" - Steel Wool Syd" 1368 | "Hero:hid_constructor_plasmadamage_easter_sr_t01" - Miss Bunny Penny 1369 | "Hero:hid_constructor_plasmadamage_easter_sr_t02" - Miss Bunny Penny 1370 | "Hero:hid_constructor_plasmadamage_easter_sr_t03" - Miss Bunny Penny 1371 | "Hero:hid_constructor_plasmadamage_easter_sr_t04" - Miss Bunny Penny 1372 | "Hero:hid_constructor_plasmadamage_easter_sr_t05" - Miss Bunny Penny 1373 | "Hero:hid_constructor_plasmadamage_r_t01" - Plasma Specialist Izza" 1374 | "Hero:hid_constructor_plasmadamage_r_t02" - Plasma Specialist Izza" 1375 | "Hero:hid_constructor_plasmadamage_r_t03" - Plasma Specialist Izza" 1376 | "Hero:hid_constructor_plasmadamage_r_t04" - Plasma Specialist Izza" 1377 | "Hero:hid_constructor_plasmadamage_sr_t01" - Plasma Specialist Izza" 1378 | "Hero:hid_constructor_plasmadamage_sr_t02" - Plasma Specialist Izza" 1379 | "Hero:hid_constructor_plasmadamage_sr_t03" - Plasma Specialist Izza" 1380 | "Hero:hid_constructor_plasmadamage_sr_t04" - Plasma Specialist Izza" 1381 | "Hero:hid_constructor_plasmadamage_sr_t05" - Plasma Specialist Izza" 1382 | "Hero:hid_constructor_plasmadamage_vr_t01" - Plasma Specialist Izza" 1383 | "Hero:hid_constructor_plasmadamage_vr_t02" - Plasma Specialist Izza" 1384 | "Hero:hid_constructor_plasmadamage_vr_t03" - Plasma Specialist Izza" 1385 | "Hero:hid_constructor_plasmadamage_vr_t04" - Plasma Specialist Izza" 1386 | "Hero:hid_constructor_plasmadamage_vr_t05" - Plasma Specialist Izza" 1387 | "Hero:hid_constructor_rushbase_f_sr_t01" - Marathon Hype 1388 | "Hero:hid_constructor_rushbase_f_sr_t02" - Marathon Hype 1389 | "Hero:hid_constructor_rushbase_f_sr_t03" - Marathon Hype 1390 | "Hero:hid_constructor_rushbase_f_sr_t04" - Marathon Hype 1391 | "Hero:hid_constructor_rushbase_f_sr_t05" - Marathon Hype 1392 | "Hero:hid_constructor_rushbase_f_vr_t01" - Marathon Hype 1393 | "Hero:hid_constructor_rushbase_f_vr_t02" - Marathon Hype 1394 | "Hero:hid_constructor_rushbase_f_vr_t03" - Marathon Hype 1395 | "Hero:hid_constructor_rushbase_f_vr_t04" - Marathon Hype 1396 | "Hero:hid_constructor_rushbase_f_vr_t05" - Marathon Hype 1397 | "Hero:hid_constructor_rushbase_r_t01" - B.A.S.E. Kyle 1398 | "Hero:hid_constructor_rushbase_r_t02" - B.A.S.E. Kyle 1399 | "Hero:hid_constructor_rushbase_r_t03" - B.A.S.E. Kyle 1400 | "Hero:hid_constructor_rushbase_r_t04" - B.A.S.E. Kyle 1401 | "Hero:hid_constructor_rushbase_sr_t01" - B.A.S.E. Kyle 1402 | "Hero:hid_constructor_rushbase_sr_t02" - B.A.S.E. Kyle 1403 | "Hero:hid_constructor_rushbase_sr_t03" - B.A.S.E. Kyle 1404 | "Hero:hid_constructor_rushbase_sr_t04" - B.A.S.E. Kyle 1405 | "Hero:hid_constructor_rushbase_sr_t05" - B.A.S.E. Kyle 1406 | "Hero:hid_constructor_rushbase_uc_t01" - B.A.S.E. Kyle 1407 | "Hero:hid_constructor_rushbase_uc_t02" - B.A.S.E. Kyle 1408 | "Hero:hid_constructor_rushbase_uc_t03" - B.A.S.E. Kyle 1409 | "Hero:hid_constructor_rushbase_vr_t01" - B.A.S.E. Kyle 1410 | "Hero:hid_constructor_rushbase_vr_t02" - B.A.S.E. Kyle 1411 | "Hero:hid_constructor_rushbase_vr_t03" - B.A.S.E. Kyle 1412 | "Hero:hid_constructor_rushbase_vr_t04" - B.A.S.E. Kyle 1413 | "Hero:hid_constructor_rushbase_vr_t05" - B.A.S.E. Kyle 1414 | "Hero:hid_constructor_sony_r_t01" - Guardian Penny 1415 | "Hero:hid_constructor_sony_r_t02" - Guardian Penny 1416 | "Hero:hid_constructor_sony_r_t03" - Guardian Penny 1417 | "Hero:hid_constructor_sony_r_t04" - Guardian Penny 1418 | "Hero:hid_constructor_sony_sr_t01" - Guardian Penny 1419 | "Hero:hid_constructor_sony_sr_t02" - Guardian Penny 1420 | "Hero:hid_constructor_sony_sr_t03" - Guardian Penny 1421 | "Hero:hid_constructor_sony_sr_t04" - Guardian Penny 1422 | "Hero:hid_constructor_sony_sr_t05" - Guardian Penny 1423 | "Hero:hid_constructor_sony_vr_t01" - Guardian Penny 1424 | "Hero:hid_constructor_sony_vr_t02" - Guardian Penny 1425 | "Hero:hid_constructor_sony_vr_t03" - Guardian Penny 1426 | "Hero:hid_constructor_sony_vr_t04" - Guardian Penny 1427 | "Hero:hid_constructor_sony_vr_t05" - Guardian Penny 1428 | "Hero:hid_constructor_xbox_r_t01" - Guardian Knox" 1429 | "Hero:hid_constructor_xbox_r_t02" - Guardian Knox" 1430 | "Hero:hid_constructor_xbox_r_t03" - Guardian Knox" 1431 | "Hero:hid_constructor_xbox_r_t04" - Guardian Knox" 1432 | "Hero:hid_constructor_xbox_sr_t01" - Guardian Knox" 1433 | "Hero:hid_constructor_xbox_sr_t02" - Guardian Knox" 1434 | "Hero:hid_constructor_xbox_sr_t03" - Guardian Knox" 1435 | "Hero:hid_constructor_xbox_sr_t04" - Guardian Knox" 1436 | "Hero:hid_constructor_xbox_sr_t05" - Guardian Knox" 1437 | "Hero:hid_constructor_xbox_vr_t01" - Guardian Knox" 1438 | "Hero:hid_constructor_xbox_vr_t02" - Guardian Knox" 1439 | "Hero:hid_constructor_xbox_vr_t03" - Guardian Knox" 1440 | "Hero:hid_constructor_xbox_vr_t04" - Guardian Knox" 1441 | "Hero:hid_constructor_xbox_vr_t05" - Guardian Knox" 1442 | 1443 | 1444 | 1445 | 1446 | 1447 | 1448 | 1449 | NINJAS: 1450 | "Hero:hid_ninja_007_r_t01" - Brawler Luna" 1451 | "Hero:hid_ninja_007_r_t02" - Brawler Luna" 1452 | "Hero:hid_ninja_007_r_t03" - Brawler Luna" 1453 | "Hero:hid_ninja_007_r_t04" - Brawler Luna" 1454 | "Hero:hid_ninja_007_sr_t01" - Brawler Luna" 1455 | "Hero:hid_ninja_007_sr_t02" - Brawler Luna" 1456 | "Hero:hid_ninja_007_sr_t03" - Brawler Luna" 1457 | "Hero:hid_ninja_007_sr_t04" - Brawler Luna" 1458 | "Hero:hid_ninja_007_sr_t05" - Brawler Luna" 1459 | "Hero:hid_ninja_007_uc_t01" - Brawler Luna" 1460 | "Hero:hid_ninja_007_uc_t02" - Brawler Luna" 1461 | "Hero:hid_ninja_007_uc_t03" - Brawler Luna" 1462 | "Hero:hid_ninja_007_vr_t01" - Brawler Luna" 1463 | "Hero:hid_ninja_007_vr_t02" - Brawler Luna" 1464 | "Hero:hid_ninja_007_vr_t03" - Brawler Luna" 1465 | "Hero:hid_ninja_007_vr_t04" - Brawler Luna" 1466 | "Hero:hid_ninja_007_vr_t05" - Brawler Luna" 1467 | "Hero:hid_ninja_008_r_t01" - Stonefoot Crash" 1468 | "Hero:hid_ninja_008_r_t02" - Stonefoot Crash" 1469 | "Hero:hid_ninja_008_r_t03" - Stonefoot Crash" 1470 | "Hero:hid_ninja_008_r_t04" - Stonefoot Crash" 1471 | "Hero:hid_ninja_008_sr_t01" - Stonefoot Crash" 1472 | "Hero:hid_ninja_008_sr_t02" - Stonefoot Crash" 1473 | "Hero:hid_ninja_008_sr_t03" - Stonefoot Crash" 1474 | "Hero:hid_ninja_008_sr_t04" - Stonefoot Crash" 1475 | "Hero:hid_ninja_008_sr_t05" - Stonefoot Crash" 1476 | "Hero:hid_ninja_008_vr_t01" - Stonefoot Crash" 1477 | "Hero:hid_ninja_008_vr_t02" - Stonefoot Crash" 1478 | "Hero:hid_ninja_008_vr_t03" - Stonefoot Crash" 1479 | "Hero:hid_ninja_008_vr_t04" - Stonefoot Crash" 1480 | "Hero:hid_ninja_008_vr_t05" - Stonefoot Crash" 1481 | "Hero:hid_ninja_009_f_valentine_sr_t01" - Snuggle Specialist Sarah" 1482 | "Hero:hid_ninja_009_f_valentine_sr_t02" - Snuggle Specialist Sarah" 1483 | "Hero:hid_ninja_009_f_valentine_sr_t03" - Snuggle Specialist Sarah" 1484 | "Hero:hid_ninja_009_f_valentine_sr_t04" - Snuggle Specialist Sarah" 1485 | "Hero:hid_ninja_009_f_valentine_sr_t05" - Snuggle Specialist Sarah" 1486 | "Hero:hid_ninja_009_r_t01" - Skirmisher Edge 1487 | "Hero:hid_ninja_009_r_t02" - Skirmisher Edge 1488 | "Hero:hid_ninja_009_r_t03" - Skirmisher Edge 1489 | "Hero:hid_ninja_009_r_t04" - Skirmisher Edge 1490 | "Hero:hid_ninja_009_sr_t01" - Skirmisher Edge 1491 | "Hero:hid_ninja_009_sr_t02" - Skirmisher Edge 1492 | "Hero:hid_ninja_009_sr_t03" - Skirmisher Edge 1493 | "Hero:hid_ninja_009_sr_t04" - Skirmisher Edge 1494 | "Hero:hid_ninja_009_sr_t05" - Skirmisher Edge 1495 | "Hero:hid_ninja_009_vr_t01" - Skirmisher Edge 1496 | "Hero:hid_ninja_009_vr_t02" - Skirmisher Edge 1497 | "Hero:hid_ninja_009_vr_t03" - Skirmisher Edge 1498 | "Hero:hid_ninja_009_vr_t04" - Skirmisher Edge 1499 | "Hero:hid_ninja_009_vr_t05" - Skirmisher Edge 1500 | "Hero:hid_ninja_010_f_sr_t01" - Deadly Blade Crash" 1501 | "Hero:hid_ninja_010_f_sr_t02" - Deadly Blade Crash" 1502 | "Hero:hid_ninja_010_f_sr_t03" - Deadly Blade Crash" 1503 | "Hero:hid_ninja_010_f_sr_t04" - Deadly Blade Crash" 1504 | "Hero:hid_ninja_010_f_sr_t05" - Deadly Blade Crash" 1505 | "Hero:hid_ninja_010_f_vr_t01" - Deadly Blade Crash" 1506 | "Hero:hid_ninja_010_f_vr_t02" - Deadly Blade Crash" 1507 | "Hero:hid_ninja_010_f_vr_t03" - Deadly Blade Crash" 1508 | "Hero:hid_ninja_010_f_vr_t04" - Deadly Blade Crash" 1509 | "Hero:hid_ninja_010_f_vr_t05" - Deadly Blade Crash" 1510 | "Hero:hid_ninja_010_sr_t01" - Deadly Star Scorpion" 1511 | "Hero:hid_ninja_010_sr_t02" - Deadly Star Scorpion" 1512 | "Hero:hid_ninja_010_sr_t03" - Deadly Star Scorpion" 1513 | "Hero:hid_ninja_010_sr_t04" - Deadly Star Scorpion" 1514 | "Hero:hid_ninja_010_sr_t05" - Deadly Star Scorpion" 1515 | "Hero:hid_ninja_010_vr_t01" - Deadly Star Scorpion" 1516 | "Hero:hid_ninja_010_vr_t02" - Deadly Star Scorpion" 1517 | "Hero:hid_ninja_010_vr_t03" - Deadly Star Scorpion" 1518 | "Hero:hid_ninja_010_vr_t04" - Deadly Star Scorpion" 1519 | "Hero:hid_ninja_010_vr_t05" - Deadly Star Scorpion" 1520 | "Hero:hid_ninja_011_r_t01" - Energy Thief Mari" 1521 | "Hero:hid_ninja_011_r_t02" - Energy Thief Mari" 1522 | "Hero:hid_ninja_011_r_t03" - Energy Thief Mari" 1523 | "Hero:hid_ninja_011_r_t04" - Energy Thief Mari" 1524 | "Hero:hid_ninja_011_sr_t01" - Energy Thief Mari" 1525 | "Hero:hid_ninja_011_sr_t02" - Energy Thief Mari" 1526 | "Hero:hid_ninja_011_sr_t03" - Energy Thief Mari" 1527 | "Hero:hid_ninja_011_sr_t04" - Energy Thief Mari" 1528 | "Hero:hid_ninja_011_sr_t05" - Energy Thief Mari" 1529 | "Hero:hid_ninja_011_vr_t01" - Energy Thief Mari" 1530 | "Hero:hid_ninja_011_vr_t02" - Energy Thief Mari" 1531 | "Hero:hid_ninja_011_vr_t03" - Energy Thief Mari" 1532 | "Hero:hid_ninja_011_vr_t04" - Energy Thief Mari" 1533 | "Hero:hid_ninja_011_vr_t05" - Energy Thief Mari" 1534 | "Hero:hid_ninja_013_r_t01" - Alchemist Sarah" 1535 | "Hero:hid_ninja_013_r_t02" - Alchemist Sarah" 1536 | "Hero:hid_ninja_013_r_t03" - Alchemist Sarah" 1537 | "Hero:hid_ninja_013_r_t04" - Alchemist Sarah" 1538 | "Hero:hid_ninja_013_sr_t01" - Alchemist Sarah" 1539 | "Hero:hid_ninja_013_sr_t02" - Alchemist Sarah" 1540 | "Hero:hid_ninja_013_sr_t03" - Alchemist Sarah" 1541 | "Hero:hid_ninja_013_sr_t04" - Alchemist Sarah" 1542 | "Hero:hid_ninja_013_sr_t05" - Alchemist Sarah" 1543 | "Hero:hid_ninja_013_vr_t01" - Alchemist Sarah" 1544 | "Hero:hid_ninja_013_vr_t02" - Alchemist Sarah" 1545 | "Hero:hid_ninja_013_vr_t03" - Alchemist Sarah" 1546 | "Hero:hid_ninja_013_vr_t04" - Alchemist Sarah" 1547 | "Hero:hid_ninja_013_vr_t05" - Alchemist Sarah" 1548 | "Hero:hid_ninja_014_f_sr_t01" - Thunderstrike Mari" 1549 | "Hero:hid_ninja_014_f_sr_t02" - Thunderstrike Mari" 1550 | "Hero:hid_ninja_014_f_sr_t03" - Thunderstrike Mari" 1551 | "Hero:hid_ninja_014_f_sr_t04" - Thunderstrike Mari" 1552 | "Hero:hid_ninja_014_f_sr_t05" - Thunderstrike Mari" 1553 | "Hero:hid_ninja_014_r_t01" - Whirlwind Scorch" 1554 | "Hero:hid_ninja_014_r_t02" - Whirlwind Scorch" 1555 | "Hero:hid_ninja_014_r_t03" - Whirlwind Scorch" 1556 | "Hero:hid_ninja_014_r_t04" - Whirlwind Scorch" 1557 | "Hero:hid_ninja_014_sr_t01" - Whirlwind Scorch" 1558 | "Hero:hid_ninja_014_sr_t02" - Whirlwind Scorch" 1559 | "Hero:hid_ninja_014_sr_t03" - Whirlwind Scorch" 1560 | "Hero:hid_ninja_014_sr_t04" - Whirlwind Scorch" 1561 | "Hero:hid_ninja_014_sr_t05" - Whirlwind Scorch" 1562 | "Hero:hid_ninja_014_uc_t01" - Whirlwind Scorch" 1563 | "Hero:hid_ninja_014_uc_t02" - Whirlwind Scorch" 1564 | "Hero:hid_ninja_014_uc_t03" - Whirlwind Scorch" 1565 | "Hero:hid_ninja_014_vr_t01" - Whirlwind Scorch" 1566 | "Hero:hid_ninja_014_vr_t02" - Whirlwind Scorch" 1567 | "Hero:hid_ninja_014_vr_t03" - Whirlwind Scorch" 1568 | "Hero:hid_ninja_014_vr_t04" - Whirlwind Scorch" 1569 | "Hero:hid_ninja_014_vr_t05" - Whirlwind Scorch" 1570 | "Hero:hid_ninja_015_f_v1_r_t01" - Harvester Sarah" 1571 | "Hero:hid_ninja_015_f_v1_r_t02" - Harvester Sarah" 1572 | "Hero:hid_ninja_015_f_v1_r_t03" - Harvester Sarah" 1573 | "Hero:hid_ninja_015_f_v1_r_t04" - Harvester Sarah" 1574 | "Hero:hid_ninja_015_f_v1_roadtrip_sr_t01" - Whiteout Fiona" 1575 | "Hero:hid_ninja_015_f_v1_roadtrip_sr_t02" - Whiteout Fiona" 1576 | "Hero:hid_ninja_015_f_v1_roadtrip_sr_t03" - Whiteout Fiona" 1577 | "Hero:hid_ninja_015_f_v1_roadtrip_sr_t04" - Whiteout Fiona" 1578 | "Hero:hid_ninja_015_f_v1_roadtrip_sr_t05" - Whiteout Fiona" 1579 | "Hero:hid_ninja_015_f_v1_sr_t01" - Harvester Sarah" 1580 | "Hero:hid_ninja_015_f_v1_sr_t02" - Harvester Sarah" 1581 | "Hero:hid_ninja_015_f_v1_sr_t03" - Harvester Sarah" 1582 | "Hero:hid_ninja_015_f_v1_sr_t04" - Harvester Sarah" 1583 | "Hero:hid_ninja_015_f_v1_sr_t05" - Harvester Sarah" 1584 | "Hero:hid_ninja_015_f_v1_uc_t01" - Harvester Sarah" 1585 | "Hero:hid_ninja_015_f_v1_uc_t02" - Harvester Sarah" 1586 | "Hero:hid_ninja_015_f_v1_uc_t03" - Harvester Sarah" 1587 | "Hero:hid_ninja_015_f_v1_vr_t01" - Harvester Sarah" 1588 | "Hero:hid_ninja_015_f_v1_vr_t02" - Harvester Sarah" 1589 | "Hero:hid_ninja_015_f_v1_vr_t03" - Harvester Sarah" 1590 | "Hero:hid_ninja_015_f_v1_vr_t04" - Harvester Sarah" 1591 | "Hero:hid_ninja_015_f_v1_vr_t05" - Harvester Sarah" 1592 | "Hero:hid_ninja_016_f_v1_sr_t01" - Deadly Lotus Luna" 1593 | "Hero:hid_ninja_016_f_v1_sr_t02" - Deadly Lotus Luna" 1594 | "Hero:hid_ninja_016_f_v1_sr_t03" - Deadly Lotus Luna" 1595 | "Hero:hid_ninja_016_f_v1_sr_t04" - Deadly Lotus Luna" 1596 | "Hero:hid_ninja_016_f_v1_sr_t05" - Deadly Lotus Luna" 1597 | "Hero:hid_ninja_016_m_v1_sr_t01" - Piercing Lotus Edge 1598 | "Hero:hid_ninja_016_m_v1_sr_t02" - Piercing Lotus Edge 1599 | "Hero:hid_ninja_016_m_v1_sr_t03" - Piercing Lotus Edge 1600 | "Hero:hid_ninja_016_m_v1_sr_t04" - Piercing Lotus Edge 1601 | "Hero:hid_ninja_016_m_v1_sr_t05" - Piercing Lotus Edge 1602 | "Hero:hid_ninja_016_m_v1_vr_t01" - Piercing Lotus Edge 1603 | "Hero:hid_ninja_016_m_v1_vr_t02" - Piercing Lotus Edge 1604 | "Hero:hid_ninja_016_m_v1_vr_t03" - Piercing Lotus Edge 1605 | "Hero:hid_ninja_016_m_v1_vr_t04" - Piercing Lotus Edge 1606 | "Hero:hid_ninja_016_m_v1_vr_t05" - Piercing Lotus Edge 1607 | "Hero:hid_ninja_017_m_v1_r_t01" - Infiltrator Ken" 1608 | "Hero:hid_ninja_017_m_v1_r_t02" - Infiltrator Ken" 1609 | "Hero:hid_ninja_017_m_v1_r_t03" - Infiltrator Ken" 1610 | "Hero:hid_ninja_017_m_v1_r_t04" - Infiltrator Ken" 1611 | "Hero:hid_ninja_017_m_v1_sr_t01" - Infiltrator Ken" 1612 | "Hero:hid_ninja_017_m_v1_sr_t02" - Infiltrator Ken" 1613 | "Hero:hid_ninja_017_m_v1_sr_t03" - Infiltrator Ken" 1614 | "Hero:hid_ninja_017_m_v1_sr_t04" - Infiltrator Ken" 1615 | "Hero:hid_ninja_017_m_v1_sr_t05" - Infiltrator Ken" 1616 | "Hero:hid_ninja_017_m_v1_vr_t01" - Infiltrator Ken" 1617 | "Hero:hid_ninja_017_m_v1_vr_t02" - Infiltrator Ken" 1618 | "Hero:hid_ninja_017_m_v1_vr_t03" - Infiltrator Ken" 1619 | "Hero:hid_ninja_017_m_v1_vr_t04" - Infiltrator Ken" 1620 | "Hero:hid_ninja_017_m_v1_vr_t05" - Infiltrator Ken" 1621 | "Hero:hid_ninja_018_sr_t01" - Plague Doctor Igor 1622 | "Hero:hid_ninja_018_sr_t02" - Plague Doctor Igor 1623 | "Hero:hid_ninja_018_sr_t03" - Plague Doctor Igor 1624 | "Hero:hid_ninja_018_sr_t04" - Plague Doctor Igor 1625 | "Hero:hid_ninja_018_sr_t05" - Plague Doctor Igor 1626 | "Hero:hid_ninja_019_sr_t01" - Dire 1627 | "Hero:hid_ninja_019_sr_t02" - Dire 1628 | "Hero:hid_ninja_019_sr_t03" - Dire 1629 | "Hero:hid_ninja_019_sr_t04" - Dire 1630 | "Hero:hid_ninja_019_sr_t05" - Dire 1631 | "Hero:hid_ninja_020_sr_t01" - Cloaked Shadow" 1632 | "Hero:hid_ninja_020_sr_t02" - Cloaked Shadow" 1633 | "Hero:hid_ninja_020_sr_t03" - Cloaked Shadow" 1634 | "Hero:hid_ninja_020_sr_t04" - Cloaked Shadow" 1635 | "Hero:hid_ninja_020_sr_t05" - Cloaked Shadow" 1636 | "Hero:hid_ninja_021_sr_t01" - Forged Fate 1637 | "Hero:hid_ninja_021_sr_t02" - Forged Fate 1638 | "Hero:hid_ninja_021_sr_t03" - Forged Fate 1639 | "Hero:hid_ninja_021_sr_t04" - Forged Fate 1640 | "Hero:hid_ninja_021_sr_t05" - Forged Fate 1641 | "Hero:hid_ninja_022_sr_t01" - Overtaker Hiro" 1642 | "Hero:hid_ninja_022_sr_t02" - Overtaker Hiro" 1643 | "Hero:hid_ninja_022_sr_t03" - Overtaker Hiro" 1644 | "Hero:hid_ninja_022_sr_t04" - Overtaker Hiro" 1645 | "Hero:hid_ninja_022_sr_t05" - Overtaker Hiro" 1646 | "Hero:hid_ninja_023_sr_t01" - Lynx Kassandra" 1647 | "Hero:hid_ninja_023_sr_t02" - Lynx Kassandra" 1648 | "Hero:hid_ninja_023_sr_t03" - Lynx Kassandra" 1649 | "Hero:hid_ninja_023_sr_t04" - Lynx Kassandra" 1650 | "Hero:hid_ninja_023_sr_t05" - Lynx Kassandra" 1651 | "Hero:hid_ninja_024_sr_t01" - Anti-Cuddle Sarah" 1652 | "Hero:hid_ninja_024_sr_t02" - Anti-Cuddle Sarah" 1653 | "Hero:hid_ninja_024_sr_t03" - Anti-Cuddle Sarah" 1654 | "Hero:hid_ninja_024_sr_t04" - Anti-Cuddle Sarah" 1655 | "Hero:hid_ninja_024_sr_t05" - Anti-Cuddle Sarah" 1656 | "Hero:hid_ninja_025_pirateninja_sr_t01" - Swashbuckler Keelhaul" 1657 | "Hero:hid_ninja_025_pirateninja_sr_t02" - Swashbuckler Keelhaul" 1658 | "Hero:hid_ninja_025_pirateninja_sr_t03" - Swashbuckler Keelhaul" 1659 | "Hero:hid_ninja_025_pirateninja_sr_t04" - Swashbuckler Keelhaul" 1660 | "Hero:hid_ninja_025_pirateninja_sr_t05" - Swashbuckler Keelhaul" 1661 | "Hero:hid_ninja_025_pirateninja_vr_t01" - Swashbuckler Keelhaul" 1662 | "Hero:hid_ninja_025_pirateninja_vr_t02" - Swashbuckler Keelhaul" 1663 | "Hero:hid_ninja_025_pirateninja_vr_t03" - Swashbuckler Keelhaul" 1664 | "Hero:hid_ninja_025_pirateninja_vr_t04" - Swashbuckler Keelhaul" 1665 | "Hero:hid_ninja_025_pirateninja_vr_t05" - Swashbuckler Keelhaul" 1666 | "Hero:hid_ninja_026_reddragonninja_sr_t01" - Hybrid" 1667 | "Hero:hid_ninja_026_reddragonninja_sr_t02" - Hybrid" 1668 | "Hero:hid_ninja_026_reddragonninja_sr_t03" - Hybrid" 1669 | "Hero:hid_ninja_026_reddragonninja_sr_t04" - Hybrid" 1670 | "Hero:hid_ninja_026_reddragonninja_sr_t05" - Hybrid" 1671 | "Hero:hid_ninja_027_bunnyninja_sr_t01" - Dashing Hare Ken" 1672 | "Hero:hid_ninja_027_bunnyninja_sr_t02" - Dashing Hare Ken" 1673 | "Hero:hid_ninja_027_bunnyninja_sr_t03" - Dashing Hare Ken" 1674 | "Hero:hid_ninja_027_bunnyninja_sr_t04" - Dashing Hare Ken" 1675 | "Hero:hid_ninja_027_bunnyninja_sr_t05" - Dashing Hare Ken" 1676 | "Hero:hid_ninja_028_razor_sr_t01" - Razor 1677 | "Hero:hid_ninja_028_razor_sr_t02" - Razor 1678 | "Hero:hid_ninja_028_razor_sr_t03" - Razor 1679 | "Hero:hid_ninja_028_razor_sr_t04" - Razor 1680 | "Hero:hid_ninja_028_razor_sr_t05" - Razor 1681 | "Hero:hid_ninja_029_dinoninja_sr_t01" - Paleo Luna" 1682 | "Hero:hid_ninja_029_dinoninja_sr_t02" - Paleo Luna" 1683 | "Hero:hid_ninja_029_dinoninja_sr_t03" - Paleo Luna" 1684 | "Hero:hid_ninja_029_dinoninja_sr_t04" - Paleo Luna" 1685 | "Hero:hid_ninja_029_dinoninja_sr_t05" - Paleo Luna" 1686 | "Hero:hid_ninja_030_retroscifininja_sr_t01" - Intergalactic Ken" 1687 | "Hero:hid_ninja_030_retroscifininja_sr_t02" - Intergalactic Ken" 1688 | "Hero:hid_ninja_030_retroscifininja_sr_t03" - Intergalactic Ken" 1689 | "Hero:hid_ninja_030_retroscifininja_sr_t04" - Intergalactic Ken" 1690 | "Hero:hid_ninja_030_retroscifininja_sr_t05" - Intergalactic Ken" 1691 | "Hero:hid_ninja_030_retroscifininja_vr_t01" - Intergalactic Ken" 1692 | "Hero:hid_ninja_030_retroscifininja_vr_t02" - Intergalactic Ken" 1693 | "Hero:hid_ninja_030_retroscifininja_vr_t03" - Intergalactic Ken" 1694 | "Hero:hid_ninja_030_retroscifininja_vr_t04" - Intergalactic Ken" 1695 | "Hero:hid_ninja_030_retroscifininja_vr_t05" - Intergalactic Ken" 1696 | "Hero:hid_ninja_031_radninja_sr_t01" - Varsity Hiro" 1697 | "Hero:hid_ninja_031_radninja_sr_t02" - Varsity Hiro" 1698 | "Hero:hid_ninja_031_radninja_sr_t03" - Varsity Hiro" 1699 | "Hero:hid_ninja_031_radninja_sr_t04" - Varsity Hiro" 1700 | "Hero:hid_ninja_031_radninja_sr_t05" - Varsity Hiro" 1701 | "Hero:hid_ninja_031_radninja_vr_t01" - Varsity Hiro" 1702 | "Hero:hid_ninja_031_radninja_vr_t02" - Varsity Hiro" 1703 | "Hero:hid_ninja_031_radninja_vr_t03" - Varsity Hiro" 1704 | "Hero:hid_ninja_031_radninja_vr_t04" - Varsity Hiro" 1705 | "Hero:hid_ninja_031_radninja_vr_t05" - Varsity Hiro" 1706 | "Hero:hid_ninja_033_halloweenninja_sr_t01" - Mermonster Ken" 1707 | "Hero:hid_ninja_033_halloweenninja_sr_t02" - Mermonster Ken" 1708 | "Hero:hid_ninja_033_halloweenninja_sr_t03" - Mermonster Ken" 1709 | "Hero:hid_ninja_033_halloweenninja_sr_t04" - Mermonster Ken" 1710 | "Hero:hid_ninja_033_halloweenninja_sr_t05" - Mermonster Ken" 1711 | "Hero:hid_ninja_034_toymonkey_sr_t01" - Monks" 1712 | "Hero:hid_ninja_034_toymonkey_sr_t02" - Monks" 1713 | "Hero:hid_ninja_034_toymonkey_sr_t03" - Monks" 1714 | "Hero:hid_ninja_034_toymonkey_sr_t04" - Monks" 1715 | "Hero:hid_ninja_034_toymonkey_sr_t05" - Monks" 1716 | "Hero:hid_ninja_034_toymonkey_vr_t01" - Monks" 1717 | "Hero:hid_ninja_034_toymonkey_vr_t02" - Monks" 1718 | "Hero:hid_ninja_034_toymonkey_vr_t03" - Monks" 1719 | "Hero:hid_ninja_034_toymonkey_vr_t04" - Monks" 1720 | "Hero:hid_ninja_034_toymonkey_vr_t05" - Monks" 1721 | "Hero:hid_ninja_035_f_cupid_sr_t01" - Stoneheart Farrah" 1722 | "Hero:hid_ninja_035_f_cupid_sr_t02" - Stoneheart Farrah" 1723 | "Hero:hid_ninja_035_f_cupid_sr_t03" - Stoneheart Farrah" 1724 | "Hero:hid_ninja_035_f_cupid_sr_t04" - Stoneheart Farrah" 1725 | "Hero:hid_ninja_035_f_cupid_sr_t05" - Stoneheart Farrah" 1726 | "Hero:hid_ninja_037_junk_samurai_sr_t01" - Samurai Scrapper 1727 | "Hero:hid_ninja_037_junk_samurai_sr_t02" - Samurai Scrapper 1728 | "Hero:hid_ninja_037_junk_samurai_sr_t03" - Samurai Scrapper 1729 | "Hero:hid_ninja_037_junk_samurai_sr_t04" - Samurai Scrapper 1730 | "Hero:hid_ninja_037_junk_samurai_sr_t05" - Samurai Scrapper 1731 | "Hero:hid_ninja_037_junk_samurai_vr_t01" - Samurai Scrapper 1732 | "Hero:hid_ninja_037_junk_samurai_vr_t02" - Samurai Scrapper 1733 | "Hero:hid_ninja_037_junk_samurai_vr_t03" - Samurai Scrapper 1734 | "Hero:hid_ninja_037_junk_samurai_vr_t04" - Samurai Scrapper 1735 | "Hero:hid_ninja_037_junk_samurai_vr_t05" - Samurai Scrapper 1736 | "Hero:hid_ninja_038_male_ninja_pirate_sr_t01" - Freebooter Ken" 1737 | "Hero:hid_ninja_038_male_ninja_pirate_sr_t02" - Freebooter Ken" 1738 | "Hero:hid_ninja_038_male_ninja_pirate_sr_t03" - Freebooter Ken" 1739 | "Hero:hid_ninja_038_male_ninja_pirate_sr_t04" - Freebooter Ken" 1740 | "Hero:hid_ninja_038_male_ninja_pirate_sr_t05" - Freebooter Ken" 1741 | "Hero:hid_ninja_038_male_ninja_pirate_vr_t01" - Freebooter Ken" 1742 | "Hero:hid_ninja_038_male_ninja_pirate_vr_t02" - Freebooter Ken" 1743 | "Hero:hid_ninja_038_male_ninja_pirate_vr_t03" - Freebooter Ken" 1744 | "Hero:hid_ninja_038_male_ninja_pirate_vr_t04" - Freebooter Ken" 1745 | "Hero:hid_ninja_038_male_ninja_pirate_vr_t05" - Freebooter Ken" 1746 | "Hero:hid_ninja_039_dino_ninja_sr_t01" - Jurassic Ken" 1747 | "Hero:hid_ninja_039_dino_ninja_sr_t02" - Jurassic Ken" 1748 | "Hero:hid_ninja_039_dino_ninja_sr_t03" - Jurassic Ken" 1749 | "Hero:hid_ninja_039_dino_ninja_sr_t04" - Jurassic Ken" 1750 | "Hero:hid_ninja_039_dino_ninja_sr_t05" - Jurassic Ken" 1751 | "Hero:hid_ninja_039_dino_ninja_vr_t01" - Jurassic Ken" 1752 | "Hero:hid_ninja_039_dino_ninja_vr_t02" - Jurassic Ken" 1753 | "Hero:hid_ninja_039_dino_ninja_vr_t03" - Jurassic Ken" 1754 | "Hero:hid_ninja_039_dino_ninja_vr_t04" - Jurassic Ken" 1755 | "Hero:hid_ninja_039_dino_ninja_vr_t05" - Jurassic Ken" 1756 | "Hero:hid_ninja_040_dennis_sr_t01" - Dennis" 1757 | "Hero:hid_ninja_040_dennis_sr_t02" - Dennis" 1758 | "Hero:hid_ninja_040_dennis_sr_t03" - Dennis" 1759 | "Hero:hid_ninja_040_dennis_sr_t04" - Dennis" 1760 | "Hero:hid_ninja_040_dennis_sr_t05" - Dennis" 1761 | "Hero:hid_ninja_040_dennis_vr_t01" - Dennis" 1762 | "Hero:hid_ninja_040_dennis_vr_t02" - Dennis" 1763 | "Hero:hid_ninja_040_dennis_vr_t03" - Dennis" 1764 | "Hero:hid_ninja_040_dennis_vr_t04" - Dennis" 1765 | "Hero:hid_ninja_040_dennis_vr_t05" - Dennis" 1766 | "Hero:hid_ninja_041_deco_sr_t01" - Venturion" 1767 | "Hero:hid_ninja_041_deco_sr_t02" - Venturion" 1768 | "Hero:hid_ninja_041_deco_sr_t03" - Venturion" 1769 | "Hero:hid_ninja_041_deco_sr_t04" - Venturion" 1770 | "Hero:hid_ninja_041_deco_sr_t05" - Venturion" 1771 | "Hero:hid_ninja_041_deco_vr_t01" - Venturion" 1772 | "Hero:hid_ninja_041_deco_vr_t02" - Venturion" 1773 | "Hero:hid_ninja_041_deco_vr_t03" - Venturion" 1774 | "Hero:hid_ninja_041_deco_vr_t04" - Venturion" 1775 | "Hero:hid_ninja_041_deco_vr_t05" - Venturion" 1776 | "Hero:hid_ninja_myth02_sr_t01" - The Cloaked Star 1777 | "Hero:hid_ninja_myth02_sr_t02" - The Cloaked Star 1778 | "Hero:hid_ninja_myth02_sr_t03" - The Cloaked Star 1779 | "Hero:hid_ninja_myth02_sr_t04" - The Cloaked Star 1780 | "Hero:hid_ninja_myth02_sr_t05" - The Cloaked Star 1781 | "Hero:hid_ninja_myth03_sr_t01" - Bladestorm Enforcer 1782 | "Hero:hid_ninja_myth03_sr_t02" - Bladestorm Enforcer 1783 | "Hero:hid_ninja_myth03_sr_t03" - Bladestorm Enforcer 1784 | "Hero:hid_ninja_myth03_sr_t04" - Bladestorm Enforcer 1785 | "Hero:hid_ninja_myth03_sr_t05" - Bladestorm Enforcer 1786 | "Hero:hid_ninja_slashbreath_r_t01" - Dragon Scorch" 1787 | "Hero:hid_ninja_slashbreath_r_t02" - Dragon Scorch" 1788 | "Hero:hid_ninja_slashbreath_r_t03" - Dragon Scorch" 1789 | "Hero:hid_ninja_slashbreath_r_t04" - Dragon Scorch" 1790 | "Hero:hid_ninja_slashbreath_sr_t01" - Dragon Scorch" 1791 | "Hero:hid_ninja_slashbreath_sr_t02" - Dragon Scorch" 1792 | "Hero:hid_ninja_slashbreath_sr_t03" - Dragon Scorch" 1793 | "Hero:hid_ninja_slashbreath_sr_t04" - Dragon Scorch" 1794 | "Hero:hid_ninja_slashbreath_sr_t05" - Dragon Scorch" 1795 | "Hero:hid_ninja_slashbreath_vr_t01" - Dragon Scorch" 1796 | "Hero:hid_ninja_slashbreath_vr_t02" - Dragon Scorch" 1797 | "Hero:hid_ninja_slashbreath_vr_t03" - Dragon Scorch" 1798 | "Hero:hid_ninja_slashbreath_vr_t04" - Dragon Scorch" 1799 | "Hero:hid_ninja_slashbreath_vr_t05" - Dragon Scorch" 1800 | "Hero:hid_ninja_slashbreathhw_sr_t01" - Sarah Hotep" 1801 | "Hero:hid_ninja_slashbreathhw_sr_t02" - Sarah Hotep" 1802 | "Hero:hid_ninja_slashbreathhw_sr_t03" - Sarah Hotep" 1803 | "Hero:hid_ninja_slashbreathhw_sr_t04" - Sarah Hotep" 1804 | "Hero:hid_ninja_slashbreathhw_sr_t05" - Sarah Hotep" 1805 | "Hero:hid_ninja_slashbreathhw_vr_t01" - Sarah Hotep" 1806 | "Hero:hid_ninja_slashbreathhw_vr_t02" - Sarah Hotep" 1807 | "Hero:hid_ninja_slashbreathhw_vr_t03" - Sarah Hotep" 1808 | "Hero:hid_ninja_slashbreathhw_vr_t04" - Sarah Hotep" 1809 | "Hero:hid_ninja_slashbreathhw_vr_t05" - Sarah Hotep" 1810 | "Hero:hid_ninja_slashtail_r_t01" - Fleetfoot Ken" 1811 | "Hero:hid_ninja_slashtail_r_t02" - Fleetfoot Ken" 1812 | "Hero:hid_ninja_slashtail_r_t03" - Fleetfoot Ken" 1813 | "Hero:hid_ninja_slashtail_r_t04" - Fleetfoot Ken" 1814 | "Hero:hid_ninja_slashtail_sr_t01" - Fleetfoot Ken" 1815 | "Hero:hid_ninja_slashtail_sr_t02" - Fleetfoot Ken" 1816 | "Hero:hid_ninja_slashtail_sr_t03" - Fleetfoot Ken" 1817 | "Hero:hid_ninja_slashtail_sr_t04" - Fleetfoot Ken" 1818 | "Hero:hid_ninja_slashtail_sr_t05" - Fleetfoot Ken" 1819 | "Hero:hid_ninja_slashtail_uc_t01" - Fleetfoot Ken" 1820 | "Hero:hid_ninja_slashtail_uc_t02" - Fleetfoot Ken" 1821 | "Hero:hid_ninja_slashtail_uc_t03" - Fleetfoot Ken" 1822 | "Hero:hid_ninja_slashtail_vr_t01" - Fleetfoot Ken" 1823 | "Hero:hid_ninja_slashtail_vr_t02" - Fleetfoot Ken" 1824 | "Hero:hid_ninja_slashtail_vr_t03" - Fleetfoot Ken" 1825 | "Hero:hid_ninja_slashtail_vr_t04" - Fleetfoot Ken" 1826 | "Hero:hid_ninja_slashtail_vr_t05" - Fleetfoot Ken" 1827 | "Hero:hid_ninja_smokedimmak_r_t01" - Dim Mak Mari" 1828 | "Hero:hid_ninja_smokedimmak_r_t02" - Dim Mak Mari" 1829 | "Hero:hid_ninja_smokedimmak_r_t03" - Dim Mak Mari" 1830 | "Hero:hid_ninja_smokedimmak_r_t04" - Dim Mak Mari" 1831 | "Hero:hid_ninja_smokedimmak_sr_t01" - Dim Mak Mari" 1832 | "Hero:hid_ninja_smokedimmak_sr_t02" - Dim Mak Mari" 1833 | "Hero:hid_ninja_smokedimmak_sr_t03" - Dim Mak Mari" 1834 | "Hero:hid_ninja_smokedimmak_sr_t04" - Dim Mak Mari" 1835 | "Hero:hid_ninja_smokedimmak_sr_t05" - Dim Mak Mari" 1836 | "Hero:hid_ninja_smokedimmak_vr_t01" - Dim Mak Mari" 1837 | "Hero:hid_ninja_smokedimmak_vr_t02" - Dim Mak Mari" 1838 | "Hero:hid_ninja_smokedimmak_vr_t03" - Dim Mak Mari" 1839 | "Hero:hid_ninja_smokedimmak_vr_t04" - Dim Mak Mari" 1840 | "Hero:hid_ninja_smokedimmak_vr_t05" - Dim Mak Mari" 1841 | "Hero:hid_ninja_sony_r_t01" - Bluestreak Ken" 1842 | "Hero:hid_ninja_sony_r_t02" - Bluestreak Ken" 1843 | "Hero:hid_ninja_sony_r_t03" - Bluestreak Ken" 1844 | "Hero:hid_ninja_sony_r_t04" - Bluestreak Ken" 1845 | "Hero:hid_ninja_sony_sr_t01" - Bluestreak Ken" 1846 | "Hero:hid_ninja_sony_sr_t02" - Bluestreak Ken" 1847 | "Hero:hid_ninja_sony_sr_t03" - Bluestreak Ken" 1848 | "Hero:hid_ninja_sony_sr_t04" - Bluestreak Ken" 1849 | "Hero:hid_ninja_sony_sr_t05" - Bluestreak Ken" 1850 | "Hero:hid_ninja_sony_vr_t01" - Bluestreak Ken" 1851 | "Hero:hid_ninja_sony_vr_t02" - Bluestreak Ken" 1852 | "Hero:hid_ninja_sony_vr_t03" - Bluestreak Ken" 1853 | "Hero:hid_ninja_sony_vr_t04" - Bluestreak Ken" 1854 | "Hero:hid_ninja_sony_vr_t05" - Bluestreak Ken" 1855 | "Hero:hid_ninja_starsassassin_foundersf_sr_t01" - Lotus Assassin Sarah" 1856 | "Hero:hid_ninja_starsassassin_foundersf_sr_t02" - Lotus Assassin Sarah" 1857 | "Hero:hid_ninja_starsassassin_foundersf_sr_t03" - Lotus Assassin Sarah" 1858 | "Hero:hid_ninja_starsassassin_foundersf_sr_t04" - Lotus Assassin Sarah" 1859 | "Hero:hid_ninja_starsassassin_foundersf_sr_t05" - Lotus Assassin Sarah" 1860 | "Hero:hid_ninja_starsassassin_foundersm_sr_t01" - Lotus Assassin Ken" 1861 | "Hero:hid_ninja_starsassassin_foundersm_sr_t02" - Lotus Assassin Ken" 1862 | "Hero:hid_ninja_starsassassin_foundersm_sr_t03" - Lotus Assassin Ken" 1863 | "Hero:hid_ninja_starsassassin_foundersm_sr_t04" - Lotus Assassin Ken" 1864 | "Hero:hid_ninja_starsassassin_foundersm_sr_t05" - Lotus Assassin Ken" 1865 | "Hero:hid_ninja_starsassassin_r_t01" - Assassin Sarah" 1866 | "Hero:hid_ninja_starsassassin_r_t02" - Assassin Sarah" 1867 | "Hero:hid_ninja_starsassassin_r_t03" - Assassin Sarah" 1868 | "Hero:hid_ninja_starsassassin_r_t04" - Assassin Sarah" 1869 | "Hero:hid_ninja_starsassassin_sr_t01" - Assassin Sarah" 1870 | "Hero:hid_ninja_starsassassin_sr_t02" - Assassin Sarah" 1871 | "Hero:hid_ninja_starsassassin_sr_t03" - Assassin Sarah" 1872 | "Hero:hid_ninja_starsassassin_sr_t04" - Assassin Sarah" 1873 | "Hero:hid_ninja_starsassassin_sr_t05" - Assassin Sarah" 1874 | "Hero:hid_ninja_starsassassin_uc_t01" - Assassin Sarah" 1875 | "Hero:hid_ninja_starsassassin_uc_t02" - Assassin Sarah" 1876 | "Hero:hid_ninja_starsassassin_uc_t03" - Assassin Sarah" 1877 | "Hero:hid_ninja_starsassassin_vr_t01" - Assassin Sarah" 1878 | "Hero:hid_ninja_starsassassin_vr_t02" - Assassin Sarah" 1879 | "Hero:hid_ninja_starsassassin_vr_t03" - Assassin Sarah" 1880 | "Hero:hid_ninja_starsassassin_vr_t04" - Assassin Sarah" 1881 | "Hero:hid_ninja_starsassassin_vr_t05" - Assassin Sarah" 1882 | "Hero:hid_ninja_starsrain_sr_t01" - Shuriken Master Sarah" 1883 | "Hero:hid_ninja_starsrain_sr_t02" - Shuriken Master Sarah" 1884 | "Hero:hid_ninja_starsrain_sr_t03" - Shuriken Master Sarah" 1885 | "Hero:hid_ninja_starsrain_sr_t04" - Shuriken Master Sarah" 1886 | "Hero:hid_ninja_starsrain_sr_t05" - Shuriken Master Sarah" 1887 | "Hero:hid_ninja_starsrain_vr_t01" - Shuriken Master Sarah" 1888 | "Hero:hid_ninja_starsrain_vr_t02" - Shuriken Master Sarah" 1889 | "Hero:hid_ninja_starsrain_vr_t03" - Shuriken Master Sarah" 1890 | "Hero:hid_ninja_starsrain_vr_t04" - Shuriken Master Sarah" 1891 | "Hero:hid_ninja_starsrain_vr_t05" - Shuriken Master Sarah" 1892 | "Hero:hid_ninja_starsrainhw_sr_t01" - Swift Shuriken Llamurai" 1893 | "Hero:hid_ninja_starsrainhw_sr_t02" - Swift Shuriken Llamurai" 1894 | "Hero:hid_ninja_starsrainhw_sr_t03" - Swift Shuriken Llamurai" 1895 | "Hero:hid_ninja_starsrainhw_sr_t04" - Swift Shuriken Llamurai" 1896 | "Hero:hid_ninja_starsrainhw_sr_t05" - Swift Shuriken Llamurai" 1897 | "Hero:hid_ninja_starsrainhw_vr_t01" - Swift Shuriken Llamurai" 1898 | "Hero:hid_ninja_starsrainhw_vr_t02" - Swift Shuriken Llamurai" 1899 | "Hero:hid_ninja_starsrainhw_vr_t03" - Swift Shuriken Llamurai" 1900 | "Hero:hid_ninja_starsrainhw_vr_t04" - Swift Shuriken Llamurai" 1901 | "Hero:hid_ninja_starsrainhw_vr_t05" - Swift Shuriken Llamurai" 1902 | "Hero:hid_ninja_swordmaster_sr_t01" - Swordmaster Ken" 1903 | "Hero:hid_ninja_swordmaster_sr_t02" - Swordmaster Ken" 1904 | "Hero:hid_ninja_swordmaster_sr_t03" - Swordmaster Ken" 1905 | "Hero:hid_ninja_swordmaster_sr_t04" - Swordmaster Ken" 1906 | "Hero:hid_ninja_swordmaster_sr_t05" - Swordmaster Ken" 1907 | "Hero:hid_ninja_test - Jade Assassin Sarah" 1908 | "Hero:hid_ninja_xbox_r_t01" - Jade Assassin Sarah" 1909 | "Hero:hid_ninja_xbox_r_t02" - Jade Assassin Sarah" 1910 | "Hero:hid_ninja_xbox_r_t03" - Jade Assassin Sarah" 1911 | "Hero:hid_ninja_xbox_r_t04" - Jade Assassin Sarah" 1912 | "Hero:hid_ninja_xbox_sr_t01" - Jade Assassin Sarah" 1913 | "Hero:hid_ninja_xbox_sr_t02" - Jade Assassin Sarah" 1914 | "Hero:hid_ninja_xbox_sr_t03" - Jade Assassin Sarah" 1915 | "Hero:hid_ninja_xbox_sr_t04" - Jade Assassin Sarah" 1916 | "Hero:hid_ninja_xbox_sr_t05" - Jade Assassin Sarah" 1917 | "Hero:hid_ninja_xbox_vr_t01" - Jade Assassin Sarah" 1918 | "Hero:hid_ninja_xbox_vr_t02" - Jade Assassin Sarah" 1919 | "Hero:hid_ninja_xbox_vr_t03" - Jade Assassin Sarah" 1920 | "Hero:hid_ninja_xbox_vr_t04" - Jade Assassin Sarah" 1921 | "Hero:hid_ninja_xbox_vr_t05" - Jade Assassin Sarah" 1922 | 1923 | 1924 | 1925 | 1926 | 1927 | 1928 | 1929 | 1930 | 1931 | 1932 | 1933 | 1934 | OUTLANDERS: 1935 | "Hero:hid_outlander_007_r_t01" - Enforcer Grizzly 1936 | "Hero:hid_outlander_007_r_t02" - Enforcer Grizzly 1937 | "Hero:hid_outlander_007_r_t03" - Enforcer Grizzly 1938 | "Hero:hid_outlander_007_r_t04" - Enforcer Grizzly 1939 | "Hero:hid_outlander_007_rs01_sr_t01" - Jingle Jess" 1940 | "Hero:hid_outlander_007_rs01_sr_t02" - Jingle Jess" 1941 | "Hero:hid_outlander_007_rs01_sr_t03" - Jingle Jess" 1942 | "Hero:hid_outlander_007_rs01_sr_t04" - Jingle Jess" 1943 | "Hero:hid_outlander_007_rs01_sr_t05" - Jingle Jess" 1944 | "Hero:hid_outlander_007_sr_t01" - Enforcer Grizzly 1945 | "Hero:hid_outlander_007_sr_t02" - Enforcer Grizzly 1946 | "Hero:hid_outlander_007_sr_t03" - Enforcer Grizzly 1947 | "Hero:hid_outlander_007_sr_t04" - Enforcer Grizzly 1948 | "Hero:hid_outlander_007_sr_t05" - Enforcer Grizzly 1949 | "Hero:hid_outlander_007_uc_t01" - Enforcer Grizzly 1950 | "Hero:hid_outlander_007_uc_t02" - Enforcer Grizzly 1951 | "Hero:hid_outlander_007_uc_t03" - Enforcer Grizzly 1952 | "Hero:hid_outlander_007_vr_t01" - Enforcer Grizzly 1953 | "Hero:hid_outlander_007_vr_t02" - Enforcer Grizzly 1954 | "Hero:hid_outlander_007_vr_t03" - Enforcer Grizzly 1955 | "Hero:hid_outlander_007_vr_t04" - Enforcer Grizzly 1956 | "Hero:hid_outlander_007_vr_t05" - Enforcer Grizzly 1957 | "Hero:hid_outlander_008_foundersf_sr_t01" - Recon Scout Jess" 1958 | "Hero:hid_outlander_008_foundersf_sr_t02" - Recon Scout Jess" 1959 | "Hero:hid_outlander_008_foundersf_sr_t03" - Recon Scout Jess" 1960 | "Hero:hid_outlander_008_foundersf_sr_t04" - Recon Scout Jess" 1961 | "Hero:hid_outlander_008_foundersf_sr_t05" - Recon Scout Jess" 1962 | "Hero:hid_outlander_008_foundersm_sr_t01" - Recon Scout A.C." 1963 | "Hero:hid_outlander_008_foundersm_sr_t02" - Recon Scout A.C." 1964 | "Hero:hid_outlander_008_foundersm_sr_t03" - Recon Scout A.C." 1965 | "Hero:hid_outlander_008_foundersm_sr_t04" - Recon Scout A.C." 1966 | "Hero:hid_outlander_008_foundersm_sr_t05" - Recon Scout A.C." 1967 | "Hero:hid_outlander_008_r_t01" - Recon Scout Eagle Eye 1968 | "Hero:hid_outlander_008_r_t02" - Recon Scout Eagle Eye 1969 | "Hero:hid_outlander_008_r_t03" - Recon Scout Eagle Eye 1970 | "Hero:hid_outlander_008_r_t04" - Recon Scout Eagle Eye 1971 | "Hero:hid_outlander_008_sr_t01" - Recon Scout Eagle Eye 1972 | "Hero:hid_outlander_008_sr_t02" - Recon Scout Eagle Eye 1973 | "Hero:hid_outlander_008_sr_t03" - Recon Scout Eagle Eye 1974 | "Hero:hid_outlander_008_sr_t04" - Recon Scout Eagle Eye 1975 | "Hero:hid_outlander_008_sr_t05" - Recon Scout Eagle Eye 1976 | "Hero:hid_outlander_008_vr_t01" - Recon Scout Eagle Eye 1977 | "Hero:hid_outlander_008_vr_t02" - Recon Scout Eagle Eye 1978 | "Hero:hid_outlander_008_vr_t03" - Recon Scout Eagle Eye 1979 | "Hero:hid_outlander_008_vr_t04" - Recon Scout Eagle Eye 1980 | "Hero:hid_outlander_008_vr_t05" - Recon Scout Eagle Eye 1981 | "Hero:hid_outlander_009_r_t01" - Vanguard Southie 1982 | "Hero:hid_outlander_009_r_t02" - Vanguard Southie 1983 | "Hero:hid_outlander_009_r_t03" - Vanguard Southie 1984 | "Hero:hid_outlander_009_r_t04" - Vanguard Southie 1985 | "Hero:hid_outlander_009_sr_t01" - Vanguard Southie 1986 | "Hero:hid_outlander_009_sr_t02" - Vanguard Southie 1987 | "Hero:hid_outlander_009_sr_t03" - Vanguard Southie 1988 | "Hero:hid_outlander_009_sr_t04" - Vanguard Southie 1989 | "Hero:hid_outlander_009_sr_t05" - Vanguard Southie 1990 | "Hero:hid_outlander_009_vr_t01" - Vanguard Southie 1991 | "Hero:hid_outlander_009_vr_t02" - Vanguard Southie 1992 | "Hero:hid_outlander_009_vr_t03" - Vanguard Southie 1993 | "Hero:hid_outlander_009_vr_t04" - Vanguard Southie 1994 | "Hero:hid_outlander_009_vr_t05" - Vanguard Southie 1995 | "Hero:hid_outlander_010_m_4thjuly_sr_t01" - Old Glory A.C." 1996 | "Hero:hid_outlander_010_m_4thjuly_sr_t02" - Old Glory A.C." 1997 | "Hero:hid_outlander_010_m_4thjuly_sr_t03" - Old Glory A.C." 1998 | "Hero:hid_outlander_010_m_4thjuly_sr_t04" - Old Glory A.C." 1999 | "Hero:hid_outlander_010_m_4thjuly_sr_t05" - Old Glory A.C." 2000 | "Hero:hid_outlander_010_m_sr_t01" - Trailblaster A.C." 2001 | "Hero:hid_outlander_010_m_sr_t02" - Trailblaster A.C." 2002 | "Hero:hid_outlander_010_m_sr_t03" - Trailblaster A.C." 2003 | "Hero:hid_outlander_010_m_sr_t04" - Trailblaster A.C." 2004 | "Hero:hid_outlander_010_m_sr_t05" - Trailblaster A.C." 2005 | "Hero:hid_outlander_010_m_vr_t01" - Trailblaster A.C." 2006 | "Hero:hid_outlander_010_m_vr_t02" - Trailblaster A.C." 2007 | "Hero:hid_outlander_010_m_vr_t03" - Trailblaster A.C." 2008 | "Hero:hid_outlander_010_m_vr_t04" - Trailblaster A.C." 2009 | "Hero:hid_outlander_010_m_vr_t05" - Trailblaster A.C." 2010 | "Hero:hid_outlander_010_sr_t01" - Shockblaster Buzz 2011 | "Hero:hid_outlander_010_sr_t02" - Shockblaster Buzz 2012 | "Hero:hid_outlander_010_sr_t03" - Shockblaster Buzz 2013 | "Hero:hid_outlander_010_sr_t04" - Shockblaster Buzz 2014 | "Hero:hid_outlander_010_sr_t05" - Shockblaster Buzz 2015 | "Hero:hid_outlander_010_vr_t01" - Shockblaster Buzz 2016 | "Hero:hid_outlander_010_vr_t02" - Shockblaster Buzz 2017 | "Hero:hid_outlander_010_vr_t03" - Shockblaster Buzz 2018 | "Hero:hid_outlander_010_vr_t04" - Shockblaster Buzz 2019 | "Hero:hid_outlander_010_vr_t05" - Shockblaster Buzz 2020 | "Hero:hid_outlander_011_sr_t01" - Gunblazer Southie 2021 | "Hero:hid_outlander_011_sr_t02" - Gunblazer Southie 2022 | "Hero:hid_outlander_011_sr_t03" - Gunblazer Southie 2023 | "Hero:hid_outlander_011_sr_t04" - Gunblazer Southie 2024 | "Hero:hid_outlander_011_sr_t05" - Gunblazer Southie 2025 | "Hero:hid_outlander_011_vr_t01" - Gunblazer Southie 2026 | "Hero:hid_outlander_011_vr_t02" - Gunblazer Southie 2027 | "Hero:hid_outlander_011_vr_t03" - Gunblazer Southie 2028 | "Hero:hid_outlander_011_vr_t04" - Gunblazer Southie 2029 | "Hero:hid_outlander_011_vr_t05" - Gunblazer Southie 2030 | "Hero:hid_outlander_013_sr_t01" - Fragment Flurry Jess" 2031 | "Hero:hid_outlander_013_sr_t02" - Fragment Flurry Jess" 2032 | "Hero:hid_outlander_013_sr_t03" - Fragment Flurry Jess" 2033 | "Hero:hid_outlander_013_sr_t04" - Fragment Flurry Jess" 2034 | "Hero:hid_outlander_013_sr_t05" - Fragment Flurry Jess" 2035 | "Hero:hid_outlander_013_stpatricks_sr_t01" - Staredown Southie 2036 | "Hero:hid_outlander_013_stpatricks_sr_t02" - Staredown Southie 2037 | "Hero:hid_outlander_013_stpatricks_sr_t03" - Staredown Southie 2038 | "Hero:hid_outlander_013_stpatricks_sr_t04" - Staredown Southie 2039 | "Hero:hid_outlander_013_stpatricks_sr_t05" - Staredown Southie 2040 | "Hero:hid_outlander_013_vr_t01" - Fragment Flurry Jess" 2041 | "Hero:hid_outlander_013_vr_t02" - Fragment Flurry Jess" 2042 | "Hero:hid_outlander_013_vr_t03" - Fragment Flurry Jess" 2043 | "Hero:hid_outlander_013_vr_t04" - Fragment Flurry Jess" 2044 | "Hero:hid_outlander_013_vr_t05" - Fragment Flurry Jess" 2045 | "Hero:hid_outlander_014_m_sr_t01" - Flash A.C." 2046 | "Hero:hid_outlander_014_m_sr_t02" - Flash A.C." 2047 | "Hero:hid_outlander_014_m_sr_t03" - Flash A.C." 2048 | "Hero:hid_outlander_014_m_sr_t04" - Flash A.C." 2049 | "Hero:hid_outlander_014_m_sr_t05" - Flash A.C." 2050 | "Hero:hid_outlander_014_r_t01" - Fireflower Eagle Eye 2051 | "Hero:hid_outlander_014_r_t02" - Fireflower Eagle Eye 2052 | "Hero:hid_outlander_014_r_t03" - Fireflower Eagle Eye 2053 | "Hero:hid_outlander_014_r_t04" - Fireflower Eagle Eye 2054 | "Hero:hid_outlander_014_sr_t01" - Fireflower Eagle Eye 2055 | "Hero:hid_outlander_014_sr_t02" - Fireflower Eagle Eye 2056 | "Hero:hid_outlander_014_sr_t03" - Fireflower Eagle Eye 2057 | "Hero:hid_outlander_014_sr_t04" - Fireflower Eagle Eye 2058 | "Hero:hid_outlander_014_sr_t05" - Fireflower Eagle Eye 2059 | "Hero:hid_outlander_014_vr_t01" - Fireflower Eagle Eye 2060 | "Hero:hid_outlander_014_vr_t02" - Fireflower Eagle Eye 2061 | "Hero:hid_outlander_014_vr_t03" - Fireflower Eagle Eye 2062 | "Hero:hid_outlander_014_vr_t04" - Fireflower Eagle Eye 2063 | "Hero:hid_outlander_014_vr_t05" - Fireflower Eagle Eye 2064 | "Hero:hid_outlander_015_f_v1_r_t01" - T.E.D.D. Shot Jess" 2065 | "Hero:hid_outlander_015_f_v1_r_t02" - T.E.D.D. Shot Jess" 2066 | "Hero:hid_outlander_015_f_v1_r_t03" - T.E.D.D. Shot Jess" 2067 | "Hero:hid_outlander_015_f_v1_r_t04" - T.E.D.D. Shot Jess" 2068 | "Hero:hid_outlander_015_f_v1_sr_t01" - T.E.D.D. Shot Jess" 2069 | "Hero:hid_outlander_015_f_v1_sr_t02" - T.E.D.D. Shot Jess" 2070 | "Hero:hid_outlander_015_f_v1_sr_t03" - T.E.D.D. Shot Jess" 2071 | "Hero:hid_outlander_015_f_v1_sr_t04" - T.E.D.D. Shot Jess" 2072 | "Hero:hid_outlander_015_f_v1_sr_t05" - T.E.D.D. Shot Jess" 2073 | "Hero:hid_outlander_015_f_v1_vr_t01" - T.E.D.D. Shot Jess" 2074 | "Hero:hid_outlander_015_f_v1_vr_t02" - T.E.D.D. Shot Jess" 2075 | "Hero:hid_outlander_015_f_v1_vr_t03" - T.E.D.D. Shot Jess" 2076 | "Hero:hid_outlander_015_f_v1_vr_t04" - T.E.D.D. Shot Jess" 2077 | "Hero:hid_outlander_015_f_v1_vr_t05" - T.E.D.D. Shot Jess" 2078 | "Hero:hid_outlander_016_f_v1_sr_t01" - Ambush Buzz 2079 | "Hero:hid_outlander_016_f_v1_sr_t02" - Ambush Buzz 2080 | "Hero:hid_outlander_016_f_v1_sr_t03" - Ambush Buzz 2081 | "Hero:hid_outlander_016_f_v1_sr_t04" - Ambush Buzz 2082 | "Hero:hid_outlander_016_f_v1_sr_t05" - Ambush Buzz 2083 | "Hero:hid_outlander_016_m_v1_sr_t01" - Shockgunner Grizzly 2084 | "Hero:hid_outlander_016_m_v1_sr_t02" - Shockgunner Grizzly 2085 | "Hero:hid_outlander_016_m_v1_sr_t03" - Shockgunner Grizzly 2086 | "Hero:hid_outlander_016_m_v1_sr_t04" - Shockgunner Grizzly 2087 | "Hero:hid_outlander_016_m_v1_sr_t05" - Shockgunner Grizzly 2088 | "Hero:hid_outlander_016_m_v1_vr_t01" - Shockgunner Grizzly 2089 | "Hero:hid_outlander_016_m_v1_vr_t02" - Shockgunner Grizzly 2090 | "Hero:hid_outlander_016_m_v1_vr_t03" - Shockgunner Grizzly 2091 | "Hero:hid_outlander_016_m_v1_vr_t04" - Shockgunner Grizzly 2092 | "Hero:hid_outlander_016_m_v1_vr_t05" - Shockgunner Grizzly 2093 | "Hero:hid_outlander_017_m_v1_sr_t01" - Wild Fragment Deadeye 2094 | "Hero:hid_outlander_017_m_v1_sr_t02" - Wild Fragment Deadeye 2095 | "Hero:hid_outlander_017_m_v1_sr_t03" - Wild Fragment Deadeye 2096 | "Hero:hid_outlander_017_m_v1_sr_t04" - Wild Fragment Deadeye 2097 | "Hero:hid_outlander_017_m_v1_sr_t05" - Wild Fragment Deadeye 2098 | "Hero:hid_outlander_017_m_v1_vr_t01" - Wild Fragment Deadeye 2099 | "Hero:hid_outlander_017_m_v1_vr_t02" - Wild Fragment Deadeye 2100 | "Hero:hid_outlander_017_m_v1_vr_t03" - Wild Fragment Deadeye 2101 | "Hero:hid_outlander_017_m_v1_vr_t04" - Wild Fragment Deadeye 2102 | "Hero:hid_outlander_017_m_v1_vr_t05" - Wild Fragment Deadeye 2103 | "Hero:hid_outlander_018_sr_t01" - Sanguine Dusk 2104 | "Hero:hid_outlander_018_sr_t02" - Sanguine Dusk 2105 | "Hero:hid_outlander_018_sr_t03" - Sanguine Dusk 2106 | "Hero:hid_outlander_018_sr_t04" - Sanguine Dusk 2107 | "Hero:hid_outlander_018_sr_t05" - Sanguine Dusk 2108 | "Hero:hid_outlander_020_sr_t01" - Valkyrie Rio" 2109 | "Hero:hid_outlander_020_sr_t02" - Valkyrie Rio" 2110 | "Hero:hid_outlander_020_sr_t03" - Valkyrie Rio" 2111 | "Hero:hid_outlander_020_sr_t04" - Valkyrie Rio" 2112 | "Hero:hid_outlander_020_sr_t05" - Valkyrie Rio" 2113 | "Hero:hid_outlander_021_sr_t01" - Ventura Ramirez 2114 | "Hero:hid_outlander_021_sr_t02" - Ventura Ramirez 2115 | "Hero:hid_outlander_021_sr_t03" - Ventura Ramirez 2116 | "Hero:hid_outlander_021_sr_t04" - Ventura Ramirez 2117 | "Hero:hid_outlander_021_sr_t05" - Ventura Ramirez 2118 | "Hero:hid_outlander_022_sr_t01" - Subzero Zenith" 2119 | "Hero:hid_outlander_022_sr_t02" - Subzero Zenith" 2120 | "Hero:hid_outlander_022_sr_t03" - Subzero Zenith" 2121 | "Hero:hid_outlander_022_sr_t04" - Subzero Zenith" 2122 | "Hero:hid_outlander_022_sr_t05" - Subzero Zenith" 2123 | "Hero:hid_outlander_023_sr_t01" - The Ice Queen" 2124 | "Hero:hid_outlander_023_sr_t02" - The Ice Queen" 2125 | "Hero:hid_outlander_023_sr_t03" - The Ice Queen" 2126 | "Hero:hid_outlander_023_sr_t04" - The Ice Queen" 2127 | "Hero:hid_outlander_023_sr_t05" - The Ice Queen" 2128 | "Hero:hid_outlander_024_sr_t01" - Steel Wool Anthony 2129 | "Hero:hid_outlander_024_sr_t02" - Steel Wool Anthony 2130 | "Hero:hid_outlander_024_sr_t03" - Steel Wool Anthony 2131 | "Hero:hid_outlander_024_sr_t04" - Steel Wool Anthony 2132 | "Hero:hid_outlander_024_sr_t05" - Steel Wool Anthony 2133 | "Hero:hid_outlander_025_pirateoutlander_sr_t01" - Crossbones Barret 2134 | "Hero:hid_outlander_025_pirateoutlander_sr_t02" - Crossbones Barret 2135 | "Hero:hid_outlander_025_pirateoutlander_sr_t03" - Crossbones Barret 2136 | "Hero:hid_outlander_025_pirateoutlander_sr_t04" - Crossbones Barret 2137 | "Hero:hid_outlander_025_pirateoutlander_sr_t05" - Crossbones Barret 2138 | "Hero:hid_outlander_025_pirateoutlander_vr_t01" - Crossbones Barret 2139 | "Hero:hid_outlander_025_pirateoutlander_vr_t02" - Crossbones Barret 2140 | "Hero:hid_outlander_025_pirateoutlander_vr_t03" - Crossbones Barret 2141 | "Hero:hid_outlander_025_pirateoutlander_vr_t04" - Crossbones Barret 2142 | "Hero:hid_outlander_025_pirateoutlander_vr_t05" - Crossbones Barret 2143 | "Hero:hid_outlander_026_bunnyoutlander_sr_t01" - Cottontail Eagle Eye 2144 | "Hero:hid_outlander_026_bunnyoutlander_sr_t02" - Cottontail Eagle Eye 2145 | "Hero:hid_outlander_026_bunnyoutlander_sr_t03" - Cottontail Eagle Eye 2146 | "Hero:hid_outlander_026_bunnyoutlander_sr_t04" - Cottontail Eagle Eye 2147 | "Hero:hid_outlander_026_bunnyoutlander_sr_t05" - Cottontail Eagle Eye 2148 | "Hero:hid_outlander_027_dinooutlander_sr_t01" - Fossil Southie 2149 | "Hero:hid_outlander_027_dinooutlander_sr_t02" - Fossil Southie 2150 | "Hero:hid_outlander_027_dinooutlander_sr_t03" - Fossil Southie 2151 | "Hero:hid_outlander_027_dinooutlander_sr_t04" - Fossil Southie 2152 | "Hero:hid_outlander_027_dinooutlander_sr_t05" - Fossil Southie 2153 | "Hero:hid_outlander_028_retroscifistoryoutlander_sr_t01" - Azalea Clark 2154 | "Hero:hid_outlander_028_retroscifistoryoutlander_sr_t02" - Azalea Clark 2155 | "Hero:hid_outlander_028_retroscifistoryoutlander_sr_t03" - Azalea Clark 2156 | "Hero:hid_outlander_028_retroscifistoryoutlander_sr_t04" - Azalea Clark 2157 | "Hero:hid_outlander_028_retroscifistoryoutlander_sr_t05" - Azalea Clark 2158 | "Hero:hid_outlander_029_retroscifioutlander_sr_t01" - Cyberclops" 2159 | "Hero:hid_outlander_029_retroscifioutlander_sr_t02" - Cyberclops" 2160 | "Hero:hid_outlander_029_retroscifioutlander_sr_t03" - Cyberclops" 2161 | "Hero:hid_outlander_029_retroscifioutlander_sr_t04" - Cyberclops" 2162 | "Hero:hid_outlander_029_retroscifioutlander_sr_t05" - Cyberclops" 2163 | "Hero:hid_outlander_029_retroscifioutlander_vr_t01" - Cyberclops" 2164 | "Hero:hid_outlander_029_retroscifioutlander_vr_t02" - Cyberclops" 2165 | "Hero:hid_outlander_029_retroscifioutlander_vr_t03" - Cyberclops" 2166 | "Hero:hid_outlander_029_retroscifioutlander_vr_t04" - Cyberclops" 2167 | "Hero:hid_outlander_029_retroscifioutlander_vr_t05" - Cyberclops" 2168 | "Hero:hid_outlander_030_radoutlander_sr_t01" - Main Stage Quinn" 2169 | "Hero:hid_outlander_030_radoutlander_sr_t02" - Main Stage Quinn" 2170 | "Hero:hid_outlander_030_radoutlander_sr_t03" - Main Stage Quinn" 2171 | "Hero:hid_outlander_030_radoutlander_sr_t04" - Main Stage Quinn" 2172 | "Hero:hid_outlander_030_radoutlander_sr_t05" - Main Stage Quinn" 2173 | "Hero:hid_outlander_030_radoutlander_vr_t01" - Main Stage Quinn" 2174 | "Hero:hid_outlander_030_radoutlander_vr_t02" - Main Stage Quinn" 2175 | "Hero:hid_outlander_030_radoutlander_vr_t03" - Main Stage Quinn" 2176 | "Hero:hid_outlander_030_radoutlander_vr_t04" - Main Stage Quinn" 2177 | "Hero:hid_outlander_030_radoutlander_vr_t05" - Main Stage Quinn" 2178 | "Hero:hid_outlander_031_halloweenoutlander_sr_t01" - Willow" 2179 | "Hero:hid_outlander_031_halloweenoutlander_sr_t02" - Willow" 2180 | "Hero:hid_outlander_031_halloweenoutlander_sr_t03" - Willow" 2181 | "Hero:hid_outlander_031_halloweenoutlander_sr_t04" - Willow" 2182 | "Hero:hid_outlander_031_halloweenoutlander_sr_t05" - Willow" 2183 | "Hero:hid_outlander_032_toyoutlander_sr_t01" - Jilly Teacup" 2184 | "Hero:hid_outlander_032_toyoutlander_sr_t02" - Jilly Teacup" 2185 | "Hero:hid_outlander_032_toyoutlander_sr_t03" - Jilly Teacup" 2186 | "Hero:hid_outlander_032_toyoutlander_sr_t04" - Jilly Teacup" 2187 | "Hero:hid_outlander_032_toyoutlander_sr_t05" - Jilly Teacup" 2188 | "Hero:hid_outlander_033_kurohomura_sr_t01" - Kurohomura" 2189 | "Hero:hid_outlander_033_kurohomura_sr_t02" - Kurohomura" 2190 | "Hero:hid_outlander_033_kurohomura_sr_t03" - Kurohomura" 2191 | "Hero:hid_outlander_033_kurohomura_sr_t04" - Kurohomura" 2192 | "Hero:hid_outlander_033_kurohomura_sr_t05" - Kurohomura" 2193 | "Hero:hid_outlander_034_period_fleming_sr_t01" - Undercover Buzz 2194 | "Hero:hid_outlander_034_period_fleming_sr_t02" - Undercover Buzz 2195 | "Hero:hid_outlander_034_period_fleming_sr_t03" - Undercover Buzz 2196 | "Hero:hid_outlander_034_period_fleming_sr_t04" - Undercover Buzz 2197 | "Hero:hid_outlander_034_period_fleming_sr_t05" - Undercover Buzz 2198 | "Hero:hid_outlander_034_period_fleming_vr_t01" - Undercover Buzz 2199 | "Hero:hid_outlander_034_period_fleming_vr_t02" - Undercover Buzz 2200 | "Hero:hid_outlander_034_period_fleming_vr_t03" - Undercover Buzz 2201 | "Hero:hid_outlander_034_period_fleming_vr_t04" - Undercover Buzz 2202 | "Hero:hid_outlander_034_period_fleming_vr_t05" - Undercover Buzz 2203 | "Hero:hid_outlander_035_palespooky_outlander_holiday_sr_t01" - Red Willow" 2204 | "Hero:hid_outlander_035_palespooky_outlander_holiday_sr_t02" - Red Willow" 2205 | "Hero:hid_outlander_035_palespooky_outlander_holiday_sr_t03" - Red Willow" 2206 | "Hero:hid_outlander_035_palespooky_outlander_holiday_sr_t04" - Red Willow" 2207 | "Hero:hid_outlander_035_palespooky_outlander_holiday_sr_t05" - Red Willow" 2208 | "Hero:hid_outlander_035_palespooky_outlander_holiday_vr_t01" - Red Willow" 2209 | "Hero:hid_outlander_035_palespooky_outlander_holiday_vr_t02" - Red Willow" 2210 | "Hero:hid_outlander_035_palespooky_outlander_holiday_vr_t03" - Red Willow" 2211 | "Hero:hid_outlander_035_palespooky_outlander_holiday_vr_t04" - Red Willow" 2212 | "Hero:hid_outlander_035_palespooky_outlander_holiday_vr_t05" - Red Willow" 2213 | "Hero:hid_outlander_036_dino_outlander_sr_t01" - Parasaur Jess" 2214 | "Hero:hid_outlander_036_dino_outlander_sr_t02" - Parasaur Jess" 2215 | "Hero:hid_outlander_036_dino_outlander_sr_t03" - Parasaur Jess" 2216 | "Hero:hid_outlander_036_dino_outlander_sr_t04" - Parasaur Jess" 2217 | "Hero:hid_outlander_036_dino_outlander_sr_t05" - Parasaur Jess" 2218 | "Hero:hid_outlander_036_dino_outlander_vr_t01" - Parasaur Jess" 2219 | "Hero:hid_outlander_036_dino_outlander_vr_t02" - Parasaur Jess" 2220 | "Hero:hid_outlander_036_dino_outlander_vr_t03" - Parasaur Jess" 2221 | "Hero:hid_outlander_036_dino_outlander_vr_t04" - Parasaur Jess" 2222 | "Hero:hid_outlander_036_dino_outlander_vr_t05" - Parasaur Jess" 2223 | "Hero:hid_outlander_037_fuzzy_bear_teddy_sr_t01" - Metal Team Leader 2224 | "Hero:hid_outlander_037_fuzzy_bear_teddy_sr_t02" - Metal Team Leader 2225 | "Hero:hid_outlander_037_fuzzy_bear_teddy_sr_t03" - Metal Team Leader 2226 | "Hero:hid_outlander_037_fuzzy_bear_teddy_sr_t04" - Metal Team Leader 2227 | "Hero:hid_outlander_037_fuzzy_bear_teddy_sr_t05" - Metal Team Leader 2228 | "Hero:hid_outlander_037_fuzzy_bear_teddy_vr_t01" - Metal Team Leader 2229 | "Hero:hid_outlander_037_fuzzy_bear_teddy_vr_t02" - Metal Team Leader 2230 | "Hero:hid_outlander_037_fuzzy_bear_teddy_vr_t03" - Metal Team Leader 2231 | "Hero:hid_outlander_037_fuzzy_bear_teddy_vr_t04" - Metal Team Leader 2232 | "Hero:hid_outlander_037_fuzzy_bear_teddy_vr_t05" - Metal Team Leader 2233 | "Hero:hid_outlander_038_clip_sr_t01" - Cassie \"Clip\" Lipman" 2234 | "Hero:hid_outlander_038_clip_sr_t02" - Cassie \"Clip\" Lipman" 2235 | "Hero:hid_outlander_038_clip_sr_t03" - Cassie \"Clip\" Lipman" 2236 | "Hero:hid_outlander_038_clip_sr_t04" - Cassie \"Clip\" Lipman" 2237 | "Hero:hid_outlander_038_clip_sr_t05" - Cassie \"Clip\" Lipman" 2238 | "Hero:hid_outlander_038_clip_vr_t01" - Cassie \"Clip\" Lipman" 2239 | "Hero:hid_outlander_038_clip_vr_t02" - Cassie \"Clip\" Lipman" 2240 | "Hero:hid_outlander_038_clip_vr_t03" - Cassie \"Clip\" Lipman" 2241 | "Hero:hid_outlander_038_clip_vr_t04" - Cassie \"Clip\" Lipman" 2242 | "Hero:hid_outlander_038_clip_vr_t05" - Cassie \"Clip\" Lipman" 2243 | "Hero:hid_outlander_039_female_gumshoe_sr_t01" - Gumshoe 2244 | "Hero:hid_outlander_039_female_gumshoe_sr_t02" - Gumshoe 2245 | "Hero:hid_outlander_039_female_gumshoe_sr_t03" - Gumshoe 2246 | "Hero:hid_outlander_039_female_gumshoe_sr_t04" - Gumshoe 2247 | "Hero:hid_outlander_039_female_gumshoe_sr_t05" - Gumshoe 2248 | "Hero:hid_outlander_039_female_gumshoe_vr_t01" - Gumshoe 2249 | "Hero:hid_outlander_039_female_gumshoe_vr_t02" - Gumshoe 2250 | "Hero:hid_outlander_039_female_gumshoe_vr_t03" - Gumshoe 2251 | "Hero:hid_outlander_039_female_gumshoe_vr_t04" - Gumshoe 2252 | "Hero:hid_outlander_039_female_gumshoe_vr_t05" - Gumshoe 2253 | "Hero:hid_outlander_myth02_sr_t01" - Ragnarok 2254 | "Hero:hid_outlander_myth02_sr_t02" - Ragnarok 2255 | "Hero:hid_outlander_myth02_sr_t03" - Ragnarok 2256 | "Hero:hid_outlander_myth02_sr_t04" - Ragnarok 2257 | "Hero:hid_outlander_myth02_sr_t05" - Ragnarok 2258 | "Hero:hid_outlander_myth03_sr_t01" - Field Agent Rio" 2259 | "Hero:hid_outlander_myth03_sr_t02" - Field Agent Rio" 2260 | "Hero:hid_outlander_myth03_sr_t03" - Field Agent Rio" 2261 | "Hero:hid_outlander_myth03_sr_t04" - Field Agent Rio" 2262 | "Hero:hid_outlander_myth03_sr_t05" - Field Agent Rio" 2263 | "Hero:hid_outlander_punchdamage_sr_t01" - Striker A.C." 2264 | "Hero:hid_outlander_punchdamage_sr_t02" - Striker A.C." 2265 | "Hero:hid_outlander_punchdamage_sr_t03" - Striker A.C." 2266 | "Hero:hid_outlander_punchdamage_sr_t04" - Striker A.C." 2267 | "Hero:hid_outlander_punchdamage_sr_t05" - Striker A.C." 2268 | "Hero:hid_outlander_punchdamage_vr_t01" - Striker A.C." 2269 | "Hero:hid_outlander_punchdamage_vr_t02" - Striker A.C." 2270 | "Hero:hid_outlander_punchdamage_vr_t03" - Striker A.C." 2271 | "Hero:hid_outlander_punchdamage_vr_t04" - Striker A.C." 2272 | "Hero:hid_outlander_punchdamage_vr_t05" - Striker A.C." 2273 | "Hero:hid_outlander_punchphase_r_t01" - Shock Specialist A.C." 2274 | "Hero:hid_outlander_punchphase_r_t02" - Shock Specialist A.C." 2275 | "Hero:hid_outlander_punchphase_r_t03" - Shock Specialist A.C." 2276 | "Hero:hid_outlander_punchphase_r_t04" - Shock Specialist A.C." 2277 | "Hero:hid_outlander_punchphase_sr_t01" - Shock Specialist A.C." 2278 | "Hero:hid_outlander_punchphase_sr_t02" - Shock Specialist A.C." 2279 | "Hero:hid_outlander_punchphase_sr_t03" - Shock Specialist A.C." 2280 | "Hero:hid_outlander_punchphase_sr_t04" - Shock Specialist A.C." 2281 | "Hero:hid_outlander_punchphase_sr_t05" - Shock Specialist A.C." 2282 | "Hero:hid_outlander_punchphase_uc_t01" - Shock Specialist A.C." 2283 | "Hero:hid_outlander_punchphase_uc_t02" - Shock Specialist A.C." 2284 | "Hero:hid_outlander_punchphase_uc_t03" - Shock Specialist A.C." 2285 | "Hero:hid_outlander_punchphase_vr_t01" - Shock Specialist A.C." 2286 | "Hero:hid_outlander_punchphase_vr_t02" - Shock Specialist A.C." 2287 | "Hero:hid_outlander_punchphase_vr_t03" - Shock Specialist A.C." 2288 | "Hero:hid_outlander_punchphase_vr_t04" - Shock Specialist A.C." 2289 | "Hero:hid_outlander_punchphase_vr_t05" - Shock Specialist A.C." 2290 | "Hero:hid_outlander_sony_r_t01" - Trailblazer A.C." 2291 | "Hero:hid_outlander_sony_r_t02" - Trailblazer A.C." 2292 | "Hero:hid_outlander_sony_r_t03" - Trailblazer A.C." 2293 | "Hero:hid_outlander_sony_r_t04" - Trailblazer A.C." 2294 | "Hero:hid_outlander_sony_sr_t01" - Trailblazer A.C." 2295 | "Hero:hid_outlander_sony_sr_t02" - Trailblazer A.C." 2296 | "Hero:hid_outlander_sony_sr_t03" - Trailblazer A.C." 2297 | "Hero:hid_outlander_sony_sr_t04" - Trailblazer A.C." 2298 | "Hero:hid_outlander_sony_sr_t05" - Trailblazer A.C." 2299 | "Hero:hid_outlander_sony_vr_t01" - Trailblazer A.C." 2300 | "Hero:hid_outlander_sony_vr_t02" - Trailblazer A.C." 2301 | "Hero:hid_outlander_sony_vr_t03" - Trailblazer A.C." 2302 | "Hero:hid_outlander_sony_vr_t04" - Trailblazer A.C." 2303 | "Hero:hid_outlander_sony_vr_t05" - Trailblazer A.C." 2304 | "Hero:hid_outlander_spherefragment_r_t01" - Trailblazer Quinn" 2305 | "Hero:hid_outlander_spherefragment_r_t02" - Trailblazer Quinn" 2306 | "Hero:hid_outlander_spherefragment_r_t03" - Trailblazer Quinn" 2307 | "Hero:hid_outlander_spherefragment_r_t04" - Trailblazer Quinn" 2308 | "Hero:hid_outlander_spherefragment_sr_t01" - Trailblazer Quinn" 2309 | "Hero:hid_outlander_spherefragment_sr_t02" - Trailblazer Quinn" 2310 | "Hero:hid_outlander_spherefragment_sr_t03" - Trailblazer Quinn" 2311 | "Hero:hid_outlander_spherefragment_sr_t04" - Trailblazer Quinn" 2312 | "Hero:hid_outlander_spherefragment_sr_t05" - Trailblazer Quinn" 2313 | "Hero:hid_outlander_spherefragment_uc_t01" - Trailblazer Quinn" 2314 | "Hero:hid_outlander_spherefragment_uc_t02" - Trailblazer Quinn" 2315 | "Hero:hid_outlander_spherefragment_uc_t03" - Trailblazer Quinn" 2316 | "Hero:hid_outlander_spherefragment_vr_t01" - Trailblazer Quinn" 2317 | "Hero:hid_outlander_spherefragment_vr_t02" - Trailblazer Quinn" 2318 | "Hero:hid_outlander_spherefragment_vr_t03" - Trailblazer Quinn" 2319 | "Hero:hid_outlander_spherefragment_vr_t04" - Trailblazer Quinn" 2320 | "Hero:hid_outlander_spherefragment_vr_t05" - Trailblazer Quinn" 2321 | "Hero:hid_outlander_xbox_r_t01" - Trailblazer Jess" 2322 | "Hero:hid_outlander_xbox_r_t02" - Trailblazer Jess" 2323 | "Hero:hid_outlander_xbox_r_t03" - Trailblazer Jess" 2324 | "Hero:hid_outlander_xbox_r_t04" - Trailblazer Jess" 2325 | "Hero:hid_outlander_xbox_sr_t01" - Trailblazer Jess" 2326 | "Hero:hid_outlander_xbox_sr_t02" - Trailblazer Jess" 2327 | "Hero:hid_outlander_xbox_sr_t03" - Trailblazer Jess" 2328 | "Hero:hid_outlander_xbox_sr_t04" - Trailblazer Jess" 2329 | "Hero:hid_outlander_xbox_sr_t05" - Trailblazer Jess" 2330 | "Hero:hid_outlander_xbox_vr_t01" - Trailblazer Jess" 2331 | "Hero:hid_outlander_xbox_vr_t02" - Trailblazer Jess" 2332 | "Hero:hid_outlander_xbox_vr_t03" - Trailblazer Jess" 2333 | "Hero:hid_outlander_xbox_vr_t04" - Trailblazer Jess" 2334 | "Hero:hid_outlander_xbox_vr_t05" - Trailblazer Jess" 2335 | "Hero:hid_outlander_zonefragment_sr_t01" - Phase Scout Jess" 2336 | "Hero:hid_outlander_zonefragment_sr_t02" - Phase Scout Jess" 2337 | "Hero:hid_outlander_zonefragment_sr_t03" - Phase Scout Jess" 2338 | "Hero:hid_outlander_zonefragment_sr_t04" - Phase Scout Jess" 2339 | "Hero:hid_outlander_zonefragment_sr_t05" - Phase Scout Jess" 2340 | "Hero:hid_outlander_zoneharvest_blockbuster_sr_t01" - Archaeolo-Jess" 2341 | "Hero:hid_outlander_zoneharvest_blockbuster_sr_t02" - Archaeolo-Jess" 2342 | "Hero:hid_outlander_zoneharvest_blockbuster_sr_t03" - Archaeolo-Jess" 2343 | "Hero:hid_outlander_zoneharvest_blockbuster_sr_t04" - Archaeolo-Jess" 2344 | "Hero:hid_outlander_zoneharvest_blockbuster_sr_t05" - Archaeolo-Jess" 2345 | "Hero:hid_outlander_zoneharvest_r_t01" - Pathfinder Jess" 2346 | "Hero:hid_outlander_zoneharvest_r_t02" - Pathfinder Jess" 2347 | "Hero:hid_outlander_zoneharvest_r_t03" - Pathfinder Jess" 2348 | "Hero:hid_outlander_zoneharvest_r_t04" - Pathfinder Jess" 2349 | "Hero:hid_outlander_zoneharvest_sr_t01" - Pathfinder Jess" 2350 | "Hero:hid_outlander_zoneharvest_sr_t02" - Pathfinder Jess" 2351 | "Hero:hid_outlander_zoneharvest_sr_t03" - Pathfinder Jess" 2352 | "Hero:hid_outlander_zoneharvest_sr_t04" - Pathfinder Jess" 2353 | "Hero:hid_outlander_zoneharvest_sr_t05" - Pathfinder Jess" 2354 | "Hero:hid_outlander_zoneharvest_uc_t01" - Pathfinder Jess" 2355 | "Hero:hid_outlander_zoneharvest_uc_t02" - Pathfinder Jess" 2356 | "Hero:hid_outlander_zoneharvest_uc_t03" - Pathfinder Jess" 2357 | "Hero:hid_outlander_zoneharvest_vr_t01" - Pathfinder Jess" 2358 | "Hero:hid_outlander_zoneharvest_vr_t02" - Pathfinder Jess" 2359 | "Hero:hid_outlander_zoneharvest_vr_t03" - Pathfinder Jess" 2360 | "Hero:hid_outlander_zoneharvest_vr_t04" - Pathfinder Jess" 2361 | "Hero:hid_outlander_zoneharvest_vr_t05" - Pathfinder Jess" 2362 | "Hero:hid_outlander_zoneharvesthw_sr_t01" - Bloodfinder A.C." 2363 | "Hero:hid_outlander_zoneharvesthw_sr_t02" - Bloodfinder A.C." 2364 | "Hero:hid_outlander_zoneharvesthw_sr_t03" - Bloodfinder A.C." 2365 | "Hero:hid_outlander_zoneharvesthw_sr_t04" - Bloodfinder A.C." 2366 | "Hero:hid_outlander_zoneharvesthw_sr_t05" - Bloodfinder A.C." 2367 | "Hero:hid_outlander_zonepistol_r_t01" - Ranger Deadeye 2368 | "Hero:hid_outlander_zonepistol_r_t02" - Ranger Deadeye 2369 | "Hero:hid_outlander_zonepistol_r_t03" - Ranger Deadeye 2370 | "Hero:hid_outlander_zonepistol_r_t04" - Ranger Deadeye 2371 | "Hero:hid_outlander_zonepistol_sr_t01" - Ranger Deadeye 2372 | "Hero:hid_outlander_zonepistol_sr_t02" - Ranger Deadeye 2373 | "Hero:hid_outlander_zonepistol_sr_t03" - Ranger Deadeye 2374 | "Hero:hid_outlander_zonepistol_sr_t04" - Ranger Deadeye 2375 | "Hero:hid_outlander_zonepistol_sr_t05" - Ranger Deadeye 2376 | "Hero:hid_outlander_zonepistol_vr_t01" - Ranger Deadeye 2377 | "Hero:hid_outlander_zonepistol_vr_t02" - Ranger Deadeye 2378 | "Hero:hid_outlander_zonepistol_vr_t03" - Ranger Deadeye 2379 | "Hero:hid_outlander_zonepistol_vr_t04" - Ranger Deadeye 2380 | "Hero:hid_outlander_zonepistol_vr_t05" - Ranger Deadeye 2381 | "Hero:hid_outlander_zonepistolhw_sr_t01" - Beetlejess" 2382 | "Hero:hid_outlander_zonepistolhw_sr_t02" - Beetlejess" 2383 | "Hero:hid_outlander_zonepistolhw_sr_t03" - Beetlejess" 2384 | "Hero:hid_outlander_zonepistolhw_sr_t04" - Beetlejess" 2385 | "Hero:hid_outlander_zonepistolhw_sr_t05" - Beetlejess" 2386 | "Hero:hid_outlander_zonepistolhw_vr_t01" - Beetlejess" 2387 | "Hero:hid_outlander_zonepistolhw_vr_t02" - Beetlejess" 2388 | "Hero:hid_outlander_zonepistolhw_vr_t03" - Beetlejess" 2389 | "Hero:hid_outlander_zonepistolhw_vr_t04" - Beetlejess" 2390 | "Hero:hid_outlander_zonepistolhw_vr_t05" - Beetlejess" 2391 | 2392 | (Note: this list wasn't written by me. Thank you to whoever sent me this on discord!) 2393 | 2394 | P.S I researched all of this out of spite of gatekeepers acting like assholes to those asking how to do this 2395 | (as well as ripping ppl off by selling it for $50 or scamming as well) 2396 | -------------------------------------------------------------------------------- /image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Windermed/STWMissionAlert-SwapTutorial/3cb6b8ec5a019a4e845754fd0ee208c86b9a7b6c/image.png --------------------------------------------------------------------------------