feat: `acidphantasm-progressivebotsystem`, `acidphantasm-botplacementsystem`, `fika-server`를 포함한 새로운 `mod`들과 관련 `config`, `data`, `plugin` 파일들을 추가합니다.

This commit is contained in:
이정수 2026-02-20 23:45:02 +09:00
parent 90e7377ca1
commit e90c0d0a76
128 changed files with 329244 additions and 981 deletions

View File

@ -1,151 +1,151 @@
[Caching]
[Caching]
## Enable/disable assembly metadata cache
## Enabling this will speed up discovery of plugins and patchers by caching the metadata of all types BepInEx discovers.
# Setting type: Boolean
# Default value: true
EnableAssemblyCache = true
[Chainloader]
## If enabled, hides BepInEx Manager GameObject from Unity.
## This can fix loading issues in some games that attempt to prevent BepInEx from being loaded.
## Use this only if you know what this option means, as it can affect functionality of some older plugins.
##
# Setting type: Boolean
# Default value: false
HideManagerGameObject = true
[Harmony.Logger]
## Enabling this will speed up discovery of plugins and patchers by caching the metadata of all types BepInEx discovers.
# Setting type: Boolean
# Default value: true
EnableAssemblyCache = true
[Chainloader]
## If enabled, hides BepInEx Manager GameObject from Unity.
## This can fix loading issues in some games that attempt to prevent BepInEx from being loaded.
## Use this only if you know what this option means, as it can affect functionality of some older plugins.
##
# Setting type: Boolean
# Default value: false
HideManagerGameObject = true
[Harmony.Logger]
## Specifies which Harmony log channels to listen to.
## NOTE: IL channel dumps the whole patch methods, use only when needed!
# Setting type: LogChannel
# Default value: Warn, Error
# Acceptable values: None, Info, IL, Warn, Error, Debug, All
# Multiple values can be set at the same time by separating them with , (e.g. Debug, Warning)
LogChannels = Warn, Error
[Logging]
## Enables showing unity log messages in the BepInEx logging system.
# Setting type: Boolean
# Default value: true
UnityLogListening = true
## If enabled, writes Standard Output messages to Unity log
## NOTE: By default, Unity does so automatically. Only use this option if no console messages are visible in Unity log
##
# Setting type: Boolean
# Default value: false
LogConsoleToUnityLog = false
[Logging.Console]
## Enables showing a console for log output.
# Setting type: Boolean
# Default value: false
Enabled = false
## If enabled, will prevent closing the console (either by deleting the close button or in other platform-specific way).
# Setting type: Boolean
# Default value: false
PreventClose = false
## If true, console is set to the Shift-JIS encoding, otherwise UTF-8 encoding.
# Setting type: Boolean
# Default value: false
ShiftJisEncoding = false
## Hints console manager on what handle to assign as StandardOut. Possible values:
## Auto - lets BepInEx decide how to redirect console output
## ConsoleOut - prefer redirecting to console output; if possible, closes original standard output
## StandardOut - prefer redirecting to standard output; if possible, closes console out
##
# Setting type: ConsoleOutRedirectType
# Default value: Auto
# Acceptable values: Auto, ConsoleOut, StandardOut
StandardOutType = Auto
## Which log levels to show in the console output.
# Setting type: LogLevel
# Default value: Fatal, Error, Warning, Message, Info
# Acceptable values: None, Fatal, Error, Warning, Message, Info, Debug, All
# Multiple values can be set at the same time by separating them with , (e.g. Debug, Warning)
LogLevels = Fatal, Error, Warning, Message, Info
[Logging.Disk]
## Include unity log messages in log file output.
# Setting type: Boolean
# Default value: false
WriteUnityLog = false
## Appends to the log file instead of overwriting, on game startup.
# Setting type: Boolean
# Default value: false
AppendLog = false
## Enables writing log messages to disk.
# Setting type: Boolean
# Default value: true
Enabled = true
## Which log leves are saved to the disk log output.
# Setting type: LogLevel
# Default value: Fatal, Error, Warning, Message, Info
# Acceptable values: None, Fatal, Error, Warning, Message, Info, Debug, All
# Multiple values can be set at the same time by separating them with , (e.g. Debug, Warning)
LogLevels = Fatal, Error, Warning, Message, Info
[Preloader]
## NOTE: IL channel dumps the whole patch methods, use only when needed!
# Setting type: LogChannel
# Default value: Warn, Error
# Acceptable values: None, Info, IL, Warn, Error, Debug, All
# Multiple values can be set at the same time by separating them with , (e.g. Debug, Warning)
LogChannels = Warn, Error
[Logging]
## Enables showing unity log messages in the BepInEx logging system.
# Setting type: Boolean
# Default value: true
UnityLogListening = true
## If enabled, writes Standard Output messages to Unity log
## NOTE: By default, Unity does so automatically. Only use this option if no console messages are visible in Unity log
##
# Setting type: Boolean
# Default value: false
LogConsoleToUnityLog = false
[Logging.Console]
## Enables showing a console for log output.
# Setting type: Boolean
# Default value: false
Enabled = false
## If enabled, will prevent closing the console (either by deleting the close button or in other platform-specific way).
# Setting type: Boolean
# Default value: false
PreventClose = false
## If true, console is set to the Shift-JIS encoding, otherwise UTF-8 encoding.
# Setting type: Boolean
# Default value: false
ShiftJisEncoding = false
## Hints console manager on what handle to assign as StandardOut. Possible values:
## Auto - lets BepInEx decide how to redirect console output
## ConsoleOut - prefer redirecting to console output; if possible, closes original standard output
## StandardOut - prefer redirecting to standard output; if possible, closes console out
##
# Setting type: ConsoleOutRedirectType
# Default value: Auto
# Acceptable values: Auto, ConsoleOut, StandardOut
StandardOutType = Auto
## Which log levels to show in the console output.
# Setting type: LogLevel
# Default value: Fatal, Error, Warning, Message, Info
# Acceptable values: None, Fatal, Error, Warning, Message, Info, Debug, All
# Multiple values can be set at the same time by separating them with , (e.g. Debug, Warning)
LogLevels = Fatal, Error, Warning, Message, Info
[Logging.Disk]
## Include unity log messages in log file output.
# Setting type: Boolean
# Default value: false
WriteUnityLog = false
## Appends to the log file instead of overwriting, on game startup.
# Setting type: Boolean
# Default value: false
AppendLog = false
## Enables writing log messages to disk.
# Setting type: Boolean
# Default value: true
Enabled = true
## Which log leves are saved to the disk log output.
# Setting type: LogLevel
# Default value: Fatal, Error, Warning, Message, Info
# Acceptable values: None, Fatal, Error, Warning, Message, Info, Debug, All
# Multiple values can be set at the same time by separating them with , (e.g. Debug, Warning)
LogLevels = Fatal, Error, Warning, Message, Info
[Preloader]
## Enables or disables runtime patches.
## This should always be true, unless you cannot start the game due to a Harmony related issue (such as running .NET Standard runtime) or you know what you're doing.
# Setting type: Boolean
# Default value: true
ApplyRuntimePatches = true
## This should always be true, unless you cannot start the game due to a Harmony related issue (such as running .NET Standard runtime) or you know what you're doing.
# Setting type: Boolean
# Default value: true
ApplyRuntimePatches = true
## Specifies which MonoMod backend to use for Harmony patches. Auto uses the best available backend.
## This setting should only be used for development purposes (e.g. debugging in dnSpy). Other code might override this setting.
# Setting type: MonoModBackend
# Default value: auto
# Acceptable values: auto, dynamicmethod, methodbuilder, cecil
HarmonyBackend = auto
## This setting should only be used for development purposes (e.g. debugging in dnSpy). Other code might override this setting.
# Setting type: MonoModBackend
# Default value: auto
# Acceptable values: auto, dynamicmethod, methodbuilder, cecil
HarmonyBackend = auto
## If enabled, BepInEx will save patched assemblies into BepInEx/DumpedAssemblies.
## This can be used by developers to inspect and debug preloader patchers.
# Setting type: Boolean
# Default value: false
DumpAssemblies = false
## This can be used by developers to inspect and debug preloader patchers.
# Setting type: Boolean
# Default value: false
DumpAssemblies = false
## If enabled, BepInEx will load patched assemblies from BepInEx/DumpedAssemblies instead of memory.
## This can be used to be able to load patched assemblies into debuggers like dnSpy.
## If set to true, will override DumpAssemblies.
# Setting type: Boolean
# Default value: false
LoadDumpedAssemblies = false
## If set to true, will override DumpAssemblies.
# Setting type: Boolean
# Default value: false
LoadDumpedAssemblies = false
## If enabled, BepInEx will call Debugger.Break() once before loading patched assemblies.
## This can be used with debuggers like dnSpy to install breakpoints into patched assemblies before they are loaded.
# Setting type: Boolean
# Default value: false
BreakBeforeLoadAssemblies = false
[Preloader.Entrypoint]
## The local filename of the assembly to target.
# Setting type: String
# Default value: UnityEngine.CoreModule.dll
Assembly = UnityEngine.CoreModule.dll
## The name of the type in the entrypoint assembly to search for the entrypoint method.
# Setting type: String
# Default value: Application
Type = Application
## The name of the method in the specified entrypoint assembly and type to hook and load Chainloader from.
# Setting type: String
# Default value: .cctor
Method = .cctor
## This can be used with debuggers like dnSpy to install breakpoints into patched assemblies before they are loaded.
# Setting type: Boolean
# Default value: false
BreakBeforeLoadAssemblies = false
[Preloader.Entrypoint]
## The local filename of the assembly to target.
# Setting type: String
# Default value: UnityEngine.CoreModule.dll
Assembly = UnityEngine.CoreModule.dll
## The name of the type in the entrypoint assembly to search for the entrypoint method.
# Setting type: String
# Default value: Application
Type = Application
## The name of the method in the specified entrypoint assembly and type to hook and load Chainloader from.
# Setting type: String
# Default value: .cctor
Method = .cctor

View File

@ -1,35 +1,35 @@
## Settings file was created by plugin Configuration Manager v18.4
## Plugin GUID: com.bepis.bepinex.configurationmanager
[Filtering]
# Setting type: Boolean
# Default value: false
Show advanced = false
# Setting type: Boolean
# Default value: true
Show keybinds = true
# Setting type: Boolean
# Default value: true
Show settings = true
[General]
## Settings file was created by plugin Configuration Manager v18.4
## Plugin GUID: com.bepis.bepinex.configurationmanager
[Filtering]
# Setting type: Boolean
# Default value: false
Show advanced = false
# Setting type: Boolean
# Default value: true
Show keybinds = true
# Setting type: Boolean
# Default value: true
Show settings = true
[General]
## The shortcut used to toggle the config manager window on and off.
## The key can be overridden by a game-specific plugin if necessary, in that case this setting is ignored.
# Setting type: KeyboardShortcut
# Default value: F1
Show config manager = F12
## Show section title for plugins with only one section
# Setting type: Boolean
# Default value: false
Hide single sections = false
## If set to true plugins will be collapsed when opening the configuration manager window
# Setting type: Boolean
# Default value: true
Plugin collapsed default = true
## The key can be overridden by a game-specific plugin if necessary, in that case this setting is ignored.
# Setting type: KeyboardShortcut
# Default value: F1
Show config manager = F12
## Show section title for plugins with only one section
# Setting type: Boolean
# Default value: false
Hide single sections = false
## If set to true plugins will be collapsed when opening the configuration manager window
# Setting type: Boolean
# Default value: true
Plugin collapsed default = true

BIN
BepInEx/plugins/Fika/Fika.Core.dll (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
BepInEx/plugins/SAIN/SAIN.dll (Stored with Git LFS)

Binary file not shown.

BIN
BepInEx/plugins/Tyfon.UIFixes.Net.dll (Stored with Git LFS)

Binary file not shown.

BIN
BepInEx/plugins/Tyfon.UIFixes.dll (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,402 @@
Attribution-NonCommercial-NoDerivatives 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0
International Public License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-NonCommercial-NoDerivatives 4.0 International Public
License ("Public License"). To the extent this Public License may be
interpreted as a contract, You are granted the Licensed Rights in
consideration of Your acceptance of these terms and conditions, and the
Licensor grants You such rights in consideration of benefits the
Licensor receives from making the Licensed Material available under
these terms and conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
c. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
d. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
e. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
f. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
g. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
h. NonCommercial means not primarily intended for or directed towards
commercial advantage or monetary compensation. For purposes of
this Public License, the exchange of the Licensed Material for
other material subject to Copyright and Similar Rights by digital
file-sharing or similar means is NonCommercial provided there is
no payment of monetary compensation in connection with the
exchange.
i. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
j. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
k. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part, for NonCommercial purposes only; and
b. produce and reproduce, but not Share, Adapted Material
for NonCommercial purposes only.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties, including when
the Licensed Material is used other than for NonCommercial
purposes.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material, You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
For the avoidance of doubt, You do not have permission under
this Public License to Share Adapted Material.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database for NonCommercial purposes
only and provided You do not Share Adapted Material;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material; and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public
licenses. Notwithstanding, Creative Commons may elect to apply one of
its public licenses to material it publishes and in those instances
will be considered the “Licensor.” The text of the Creative Commons
public licenses is dedicated to the public domain under the CC0 Public
Domain Dedication. Except for the limited purpose of indicating that
material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the
public licenses.
Creative Commons may be contacted at creativecommons.org.

Binary file not shown.

BIN
BepInEx/plugins/skwizzy.LootingBots.dll (Stored with Git LFS) Normal file

Binary file not shown.

BIN
BepInEx/plugins/spt/spt-common.dll (Stored with Git LFS)

Binary file not shown.

BIN
BepInEx/plugins/spt/spt-core.dll (Stored with Git LFS)

Binary file not shown.

BIN
BepInEx/plugins/spt/spt-custom.dll (Stored with Git LFS)

Binary file not shown.

BIN
BepInEx/plugins/spt/spt-debugging.dll (Stored with Git LFS)

Binary file not shown.

BIN
BepInEx/plugins/spt/spt-reflection.dll (Stored with Git LFS)

Binary file not shown.

BIN
BepInEx/plugins/spt/spt-singleplayer.dll (Stored with Git LFS)

Binary file not shown.

View File

@ -11,7 +11,7 @@
"SPTarkov.Common": "4.0.0",
"SPTarkov.DI": "4.0.0",
"SPTarkov.Server.Core": "4.0.0",
"WTT-ServerCommonLib": "2.0.4.0"
"WTT-ServerCommonLib": "2.0.7.0"
},
"runtime": {
"AES.dll": {}
@ -94,11 +94,11 @@
}
}
},
"WTT-ServerCommonLib/2.0.4.0": {
"WTT-ServerCommonLib/2.0.7.0": {
"runtime": {
"WTT-ServerCommonLib.dll": {
"assemblyVersion": "2.0.4.0",
"fileVersion": "2.0.4.0"
"assemblyVersion": "2.0.7.0",
"fileVersion": "2.0.7.0"
}
}
}
@ -166,7 +166,7 @@
"path": "system.io.hashing/9.0.9",
"hashPath": "system.io.hashing.9.0.9.nupkg.sha512"
},
"WTT-ServerCommonLib/2.0.4.0": {
"WTT-ServerCommonLib/2.0.7.0": {
"type": "reference",
"serviceable": false,
"sha512": ""

BIN
SPT/user/mods/AES/AES.dll (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

View File

@ -13,18 +13,18 @@
"677fdcd3bacd612dfe817a61 successMessageText": "Wow, so viele Schalldämpfer! Vielen Dank an dich für diese unglaubliche Sammlung!",
"677fdcd38e86f37b9fd52923": "Finde 20 Schalldämpfer im Raid!",
"677fdcd3e6477d3c98a4dc65": "Übergib die Schalldämpfer!",
"677fdcd3a3054df6291548b7": "Eliminiere 50 Scavs mit Schallgedämpften Waffen!",
"677fdcd3211d313738bc4406": "Eliminiere 50 Scavs mit Schallgedämpften Waffen!",
"677fdcd33a40447852ab7152 name": "Königliche Treue.",
"677fdcd33a40447852ab7152 description": "Ich schätze deine Arbeitsweise, deine Effizienz und deine Entschlossenheit. Obwohl ich keine Partei ergreife, ist meine Loyalität gegenüber meinen Kunden unerschütterlich. Diese Ausgewogenheit mit meinen Kunden ermöglicht es mir, Ausrüstung jederzeit und ohne Verzögerung zu liefern. Als Vermittler zwischen BEAR und USEC bildest du jedoch eine Ausnahme, und ich muss wissen, ob du ihr volles Vertrauen hast. Beweise es mir und du wirst mit dem besten Arsenal, das du hier in Tarkov finden kannst, belohnt werden.",
"677fdcd33a40447852ab7152 startedMessageText": "Ich schätze deine Arbeitsweise, deine Effizienz und deine Entschlossenheit. Obwohl ich keine Partei ergreife, ist meine Loyalität gegenüber meinen Kunden unerschütterlich. Diese Ausgewogenheit mit meinen Kunden ermöglicht es mir, Ausrüstung jederzeit und ohne Verzögerung zu liefern. Als Vermittler zwischen BEAR und USEC bildest du jedoch eine Ausnahme, und ich muss wissen, ob du ihr volles Vertrauen hast. Beweise es mir und du wirst mit dem besten Arsenal, das du hier in Tarkov finden kannst, belohnt werden.",
"677fdcd33a40447852ab7152 successMessageText": "Unglaublich! Bedien dich, du hast es verdient! Vielleicht haben wir ja bald Gelegenheit, wieder gemeinsam an neuen Aufgaben zu arbeiten. Wir sehen uns bald wieder.",
"677fdcd38ad7c8b4f74a1b98": "Erreiche treue Level 4 mit Svetlana (LL4)!",
"677fdcd302ff75fa82a40674 name": "Vergeltung",
"677fdcd302ff75fa82a40674 description": "Hurenböcke!... Verzeihung, Söldner! Tut mir leid, dass ich dich nicht früher bemerkt habe. Diese lästigen Scavs haben einen großen Teil meiner Ladung vernichtet, und ich habe das Gefühl, dass sie mich nur auslachen. Wenn du es mit diesen Scavs aufnimmst und ihnen zeigst, wer der Boss ist, wartet vielleicht eine nette Belohnung auf dich.",
"677fdcd302ff75fa82a40674 startedMessageText": "Hurenböcke... Verzeihung, Söldner! Tut mir leid, dass ich dich nicht früher bemerkt habe. Diese lästigen Scavs haben einen großen Teil meiner Ladung vernichtet, und ich habe das Gefühl, dass sie mich nur auslachen. Wenn du es mit diesen Scavs aufnimmst und ihnen zeigst, wer der Boss ist, wartet vielleicht eine nette Belohnung auf dich.",
"677fdcd302ff75fa82a40674 successMessageText": "Gute Arbeit, Söldner! Schau dir doch mal die Sachen in meinem Sortiment an, vielleicht ist ja etwas dabei, das dich anspricht!",
"677fdcd3379ff8c533bae765": "Eliminiere 30 Scavs!",
"677fdcd3e7c1d91db1cfd611": "Eliminiere 3 Bosse!"
"677fdcd3e7c1d91db1cfd611": "Eliminiere 3 Bosse!",
"677fdcd33a40447852ab7152 name": "Königliche Treue.",
"677fdcd33a40447852ab7152 description": "Ich schätze deine Arbeitsweise, deine Effizienz und deine Entschlossenheit. Obwohl ich keine Partei ergreife, ist meine Loyalität gegenüber meinen Kunden unerschütterlich. Diese Ausgewogenheit mit meinen Kunden ermöglicht es mir, Ausrüstung jederzeit und ohne Verzögerung zu liefern. Als Vermittler zwischen BEAR und USEC bildest du jedoch eine Ausnahme, und ich muss wissen, ob du ihr volles Vertrauen hast. Beweise es mir und du wirst mit dem besten Arsenal, das du hier in Tarkov finden kannst, belohnt werden.",
"677fdcd33a40447852ab7152 startedMessageText": "Ich schätze deine Arbeitsweise, deine Effizienz und deine Entschlossenheit. Obwohl ich keine Partei ergreife, ist meine Loyalität gegenüber meinen Kunden unerschütterlich. Diese Ausgewogenheit mit meinen Kunden ermöglicht es mir, Ausrüstung jederzeit und ohne Verzögerung zu liefern. Als Vermittler zwischen BEAR und USEC bildest du jedoch eine Ausnahme, und ich muss wissen, ob du ihr volles Vertrauen hast. Beweise es mir und du wirst mit dem besten Arsenal, das du hier in Tarkov finden kannst, belohnt werden.",
"677fdcd33a40447852ab7152 successMessageText": "Unglaublich! Bedien dich, du hast es verdient! Vielleicht haben wir ja bald Gelegenheit, wieder gemeinsam an neuen Aufgaben zu arbeiten. Wir sehen uns bald wieder.",
"677fdcd38ad7c8b4f74a1b98": "Erreiche treue Level 4 mit Svetlana (LL4)!"
}

View File

@ -39,9 +39,7 @@
"59e6687d86f77411d949b251",
"628b5638ad252a16da6dd245",
"628b9c37a733087d0d7fe84b",
"6499849fc93611967b034949",
"5de652c31b7e3716273428be",
"5c501a4d2e221602b412b540"
"6499849fc93611967b034949"
]
}
],
@ -5794,198 +5792,218 @@
"onlyFoundInRaid": true,
"parentId": "",
"target": [
"5737292724597765e5728562",
"57372bd3245977670b7cd243",
"57372d1b2459776862260581",
"5737330a2459776af32363a1",
"57372deb245977685d4159b3",
"573722e82459776104581c21",
"5447ac644bdc2d6c208b4567",
"57372db0245977685d4159b2",
"57372f5c24597769917c0131",
"5737250c2459776125652acc",
"5649ed104bdc2d3d1c8b458b",
"573733c72459776b0b7b51b0",
"5737256c2459776125652acd",
"560d75f54bdc2da74d8b4573",
"57372ebf2459776862260582",
"57372ac324597767001bc261",
"57372b832459776701014e41",
"57372c89245977685d4159b1",
"57372c21245977670937c6c2",
"5737339e2459776af261abeb",
"65702584cfc010a0f5006a2f",
"5c1262a286f7743f8a69aab2",
"57372e4a24597768553071c2",
"57372e73245977685d4159b4",
"57372ee1245977685d4159b5",
"5737300424597769942d5a01",
"57372f7d245977699b53e301",
"5c11279ad174af029d64592b",
"573724b42459776125652ac2",
"5737260b24597761224311f2",
"573725b0245977612125bae2",
"5737266524597761006c6a8c",
"573726d824597765d96be361",
"5737273924597765dd374461",
"5737280e24597765cc785b5c",
"573727c624597765cc785b5b",
"5737287724597765e1625ae2",
"573728cc24597765cc785b5d",
"573728f324597765e5728561",
"5739d41224597779c3645501",
"5c1127bdd174af44217ab8b9",
"5c1260dc86f7746b106e8748",
"5c12619186f7743f871c8a32",
"64ace9d9b5bf5e95f50a4c1d",
"7.62x25_FMJ43_BOOBS_ammobox",
"7.62x25_LRN_BOOBS_ammobox",
"7.62x25_LRNPC_BOOBS_ammobox",
"7.62x25_P_BOOBS_ammobox",
"7.62x25_PST_BOOBS_ammobox",
"7.62x25_PT_BOOBS_ammobox",
"7.62x25_AKBS_BOOBS_ammobox",
"9x18_BZHT_BOOBS_ammobox",
"9x18_P_BOOBS_ammobox",
"9x18_PSTM_BOOBS_ammobox",
"9x18_RG028_BOOBS_ammobox",
"9x18_SP7_BOOBS_ammobox",
"9x18_PRSGS_BOOBS_ammobox",
"9x18_SP8_BOOBS_ammobox",
"9x18_PBM_BOOBS_ammobox",
"9x18_PPE_BOOBS_ammobox",
"9x18_PPT_BOOBS_ammobox",
"9x18_PSO_BOOBS_ammobox",
"9x18_PST_BOOBS_ammobox",
"9x18_PSV_BOOBS_ammobox",
"9x18_PSGSPPO_BOOBS_ammobox",
"9x19_PST_BOOBS_ammobox",
"9x19_RIP_BOOBS_ammobox",
"9x19_GT_BOOBS_ammobox",
"9x19_PBP_BOOBS_ammobox",
"9x19_CCI_BOOBS_ammobox",
"9x19_QUAKEMAKER_BOOBS_ammobox",
"9x19_PSO_BOOBS_ammobox",
"9x19_AP63_BOOBS_ammobox",
"9x19_M882_BOOBS_ammobox",
"9x21_P_BOOBS_ammobox",
"9x21_PE_BOOBS_ammobox",
"9x21_BT_BOOBS_ammobox",
"9x21_PS_BOOBS_ammobox",
".357_FMJ_BOOBS_ammobox",
".357_HP_BOOBS_ammobox",
".357_JHP_BOOBS_ammobox",
".357_SP_BOOBS_ammobox",
".45_MATCHFMJ_BOOBS_ammobox",
".45_AP_BOOBS_ammobox",
".45_HYDRASHOK_BOOBS_ammobox",
".45_LASERMATCHFMJ_BOOBS_ammobox",
".45_RIP_BOOBS_ammobox",
"4.6x30_ACTION_BOOBS_ammobox",
"4.6x30_AP_BOOBS_ammobox",
"4.6x30_FMJ_BOOBS_ammobox",
"4.6x30_SUBSONIC_BOOBS_ammobox",
"4.6x30_JSP_BOOBS_ammobox",
"5.7x28_L191_BOOBS_ammobox",
"5.7x28_R37F_BOOBS_ammobox",
"5.7x28_R37X_BOOBS_ammobox",
"5.7x28_SB193_BOOBS_ammobox",
"5.7x28_SS190_BOOBS_ammobox",
"5.7x28_SS197SR_BOOBS_ammobox",
"5.7x28_SS198LF_BOOBS_ammobox",
"5.45x39_FMJ_BOOBS_ammobox",
"5.45x39_US_BOOBS_ammobox",
"5.45x39_SP_BOOBS_ammobox",
"5.45x39_BT_BOOBS_ammobox",
"5.45x39_HP_BOOBS_ammobox",
"5.45x39_IGOLNIK_BOOBS_ammobox",
"5.45x39_7N40_BOOBS_ammobox",
"5.56x45_M855_BOOBS_ammobox",
"5.56x45_SSAAP_BOOBS_ammobox",
"5.56x45_WARMAGEDDON_BOOBS_ammobox",
"5.56x45_FMJ_BOOBS_ammobox",
"5.56x45_HP_BOOBS_ammobox",
"5.56x45_M855A1_BOOBS_ammobox",
"5.56x45_M856_BOOBS_ammobox",
"5.56x45_M856A1_BOOBS_ammobox",
"5.56x45_M995_BOOBS_ammobox",
"5.56x45_MK255MOD0_BOOBS_ammobox",
"5.56x45_MK318MOD0_BOOBS_ammobox",
".300blk_AP_BOOBS_ammobox",
".300blk_FMJ_BOOBS_ammobox",
".300blk_M62_BOOBS_ammobox",
".300blk_VMAX_BOOBS_ammobox",
".300blk_WHISPER_BOOBS_ammobox",
"300plackout_CBJ_BOOBS_ammobox",
"7.62x39_PS_BOOBS_ammobox",
"7.62x39_MAIAP_BOOBS_ammobox",
"7.62x39_T45M_BOOBS_ammobox",
"7.62x39_US_BOOBS_ammobox",
"7.62x39_BP_BOOBS_ammobox",
"7.62x39_FMJ_BOOBS_ammobox",
"7.62x39_SP_BOOBS_ammobox",
"7.62x39_PP_BOOBS_ammobox",
"7.62x39_HP_BOOBS_ammobox",
"7.62x51_M993_BOOBS_ammobox",
"7.62x51_M61_BOOBS_ammobox",
"7.62x51_M80_BOOBS_ammobox",
"7.62x51_ULTRANOSLER_BOOBS_ammobox",
"7.62x51_TCWSP_BOOBS_ammobox",
"7.62x51_M62_BOOBS_ammobox",
"7.62x51_BCPFMJ_BOOBS_ammobox",
"7.62x54R_SNB_BOOBS_ammobox",
"7.62x54R_BSGS_BOOBS_ammobox",
"7.62x54R_RBT_BOOBS_ammobox",
"7.62x54R_T46M_BOOBS_ammobox",
"7.62x54R_LPS_BOOBS_ammobox",
"7.62x54R_RPS_BOOBS_ammobox",
"7.62x54R_RFMJ_BOOBS_ammobox",
"7.62x54R_RHPBT_BOOBS_ammobox",
"7.62x54R_RSPBT_BOOBS_ammobox",
".338lapua_AP_BOOBS_ammobox",
".338lapua_UCW_BOOBS_ammobox",
".338lapua_TACX_BOOBS_ammobox",
".338lapua_FMJ_BOOBS_ammobox",
"9x39_SPP_BOOBS_ammobox",
"9x39_SP5_BOOBS_ammobox",
"9x39_PAB9_BOOBS_ammobox",
"9x39_SP6_BOOBS_ammobox",
".366tkm_EKO_BOOBS_ammobox",
".366tkm_FMJ_BOOBS_ammobox",
".366tkm_GEKSA_BOOBS_ammobox",
".366tkm_AP_BOOBS_ammobox",
"12.7x55_PS12B_BOOBS_ammobox",
"12.7x55_PS12_BOOBS_ammobox",
"12.7x55_PS12A_BOOBS_ammobox",
"12x70_RIPSLUG_BOOBS_ammobox",
"12x70_AP20SLUG_BOOBS_ammobox",
"12x70_7BUCK_BOOBS_ammobox",
"12x70_525BUCK_BOOBS_ammobox",
"12x70_65BUCK_BOOBS_ammobox",
"12x70_MAGNUMBUCK_BOOBS_ammobox",
"12x70_SABOTSLUG_BOOBS_ammobox",
"12x70_FLECHETTE_BOOBS_ammobox",
"12x70_LEADSLUG_BOOBS_ammobox",
"12x70_50BMGSLUG_BOOBS_ammobox",
"12x70_FTXSLUG_BOOBS_ammobox",
"12x70_GRIZZLYSLUG_BOOBS_ammobox",
"12x70_COPPERSLUG_BOOBS_ammobox",
"12x70_POLEVA3SLUG_BOOBS_ammobox",
"12x70_POLEVA6SLUG_BOOBS_ammobox",
"12x70_SUPERFORMANCESLUG_BOOBS_ammobox",
"12x70_PIRANHA_BOOBS_ammobox",
"20x70_75BUCK_BOOBS_ammobox",
"20x70_56BUCK_BOOBS_ammobox",
"20x70_62BUCK_BOOBS_ammobox",
"20x70_73BUCK_BOOBS_ammobox",
"20x70_DEVASTATORSLUG_BOOBS_ammobox",
"20x70_POLEVA3SLUG_BOOBS_ammobox",
"20x70_POLEVA6SLUG_BOOBS_ammobox",
"20x70_STAR_BOOBS_ammobox",
"23x75_BARRIKADASLUG_BOOBS_ammobox",
"23x75_SHRAP10_BOOBS_ammobox",
"23x75_SHRAP25_BOOBS_ammobox",
"23x75_FLASH_BOOBS_ammobox"
"5447ac644bdc2d6c208b4567",
"560d75f54bdc2da74d8b4573",
"5649ed104bdc2d3d1c8b458b",
"573722e82459776104581c21",
"573724b42459776125652ac2",
"5737250c2459776125652acc",
"5737256c2459776125652acd",
"573725b0245977612125bae2",
"5737260b24597761224311f2",
"5737266524597761006c6a8c",
"573726d824597765d96be361",
"5737273924597765dd374461",
"573727c624597765cc785b5b",
"5737280e24597765cc785b5c",
"5737287724597765e1625ae2",
"573728cc24597765cc785b5d",
"573728f324597765e5728561",
"5737292724597765e5728562",
"57372a7f24597766fe0de0c1",
"57372ac324597767001bc261",
"57372b832459776701014e41",
"57372bad245977670b7cd242",
"57372bd3245977670b7cd243",
"57372c21245977670937c6c2",
"57372c56245977685e584582",
"57372c89245977685d4159b1",
"57372d1b2459776862260581",
"57372d4c245977685a3da2a1",
"57372db0245977685d4159b2",
"57372deb245977685d4159b3",
"57372e1924597768553071c1",
"57372e4a24597768553071c2",
"57372e73245977685d4159b4",
"57372e94245977685648d3e1",
"57372ebf2459776862260582",
"57372ee1245977685d4159b5",
"57372f2824597769a270a191",
"57372f5c24597769917c0131",
"57372f7d245977699b53e301",
"57372fc52459776998772ca1",
"5737300424597769942d5a01",
"5737330a2459776af32363a1",
"5737339e2459776af261abeb",
"573733c72459776b0b7b51b0",
"5739d41224597779c3645501",
"5c11279ad174af029d64592b",
"5c1127bdd174af44217ab8b9",
"5c1127d0d174af29be75cf68",
"5c1260dc86f7746b106e8748",
"5c12619186f7743f871c8a32",
"5c1262a286f7743f8a69aab2",
"6489848173c462723909a14b",
"648984b8d5b4df6140000a1a",
"648984e3f09d032aa9399d53",
"6489851fc827d4637f01791b",
"6489854673c462723909a14e",
"64898583d5b4df6140000a1d",
"648985c074a806211e4fb682",
"64898602f09d032aa9399d56",
"648986bbc827d4637f01791e",
"6489870774a806211e4fb685",
"6489875745f9ca4ba51c4808",
"6489879db5a2df1c815a04ef",
"648987d673c462723909a151",
"64898838d5b4df6140000a20",
"64ace9d9b5bf5e95f50a4c1d",
"64ace9f9c4eda9354b0226aa",
"64ace9ff03378853630da538",
"64acea09c4eda9354b0226ad",
"64acea0d03378853630da53b",
"64acea16c4eda9354b0226b0",
"64acea2c03378853630da53e",
"64aceab0426a303417060654",
"64aceac0c4eda9354b0226b3",
"64aceaecc4eda9354b0226b6",
"64aceafcb5bf5e95f50a4c20",
"64acee6903378853630da544",
"657023a9126cc4a57d0e17a6",
"657023b1cfc010a0f50069e5",
"657023b71419851aef03e6e8",
"657023bebfc87b3a34093207",
"657023c61419851aef03e6eb",
"657023ccbfc87b3a3409320a",
"657023d6cfc010a0f50069e9",
"657023dabfc87b3a3409320d",
"657023decfc010a0f50069ec",
"657023e31419851aef03e6ee",
"657023e7c5d7d4cb4d078552",
"657023eccfc010a0f50069ef",
"657023f1bfc87b3a34093210",
"657023f81419851aef03e6f1",
"657023fcbfc87b3a34093213",
"657024011419851aef03e6f4",
"65702406bfc87b3a34093216",
"6570240a1419851aef03e6f7",
"6570240ecfc010a0f50069f2",
"65702414c5d7d4cb4d078555",
"6570241bcfc010a0f50069f5",
"65702420bfc87b3a34093219",
"65702426cfc010a0f50069f8",
"65702432bfc87b3a3409321c",
"657024361419851aef03e6fa",
"6570243bbfc87b3a3409321f",
"6570243fcfc010a0f50069fb",
"657024431419851aef03e6fd",
"65702449bfc87b3a34093223",
"6570244ec5d7d4cb4d078558",
"65702452cfc010a0f50069fe",
"657024581419851aef03e700",
"65702469c5d7d4cb4d07855b",
"6570246fcfc010a0f5006a01",
"65702474bfc87b3a34093226",
"65702479c5d7d4cb4d07855e",
"6570247ebfc87b3a34093229",
"657024831419851aef03e703",
"6570248dcfc010a0f5006a04",
"657024921419851aef03e706",
"65702495c5d7d4cb4d078561",
"6570249bcfc010a0f5006a07",
"6570249f1419851aef03e709",
"657024a4bfc87b3a3409322c",
"657024a91419851aef03e70c",
"657024aebfc87b3a3409322f",
"657024b31419851aef03e70f",
"657024b8bfc87b3a34093232",
"657024bdc5d7d4cb4d078564",
"657024c81419851aef03e712",
"657024cecfc010a0f5006a0a",
"657024d2bfc87b3a34093235",
"657024d8c5d7d4cb4d078567",
"657024debfc87b3a34093238",
"657024e3c5d7d4cb4d07856a",
"657024e8cfc010a0f5006a0d",
"657024ecc5d7d4cb4d07856d",
"657024f01419851aef03e715",
"657024f5cfc010a0f5006a10",
"657024f9bfc87b3a3409323b",
"657025161419851aef03e718",
"6570251ccfc010a0f5006a13",
"65702520bfc87b3a3409323e",
"65702524cfc010a0f5006a16",
"657025281419851aef03e71b",
"6570252dbfc87b3a34093241",
"65702532cfc010a0f5006a19",
"65702536c5d7d4cb4d078570",
"6570253acfc010a0f5006a1c",
"6570253ec5d7d4cb4d078573",
"657025421419851aef03e71e",
"65702546cfc010a0f5006a1f",
"6570254abfc87b3a34093244",
"6570254fcfc010a0f5006a22",
"65702554bfc87b3a34093247",
"65702558cfc010a0f5006a25",
"6570255dbfc87b3a3409324a",
"65702561cfc010a0f5006a28",
"65702566bfc87b3a3409324d",
"65702572c5d7d4cb4d078576",
"65702577cfc010a0f5006a2c",
"6570257cc5d7d4cb4d078579",
"65702584cfc010a0f5006a2f",
"65702591c5d7d4cb4d07857c",
"657025961419851aef03e721",
"6570259bc5d7d4cb4d07857f",
"6570259fcfc010a0f5006a32",
"657025a4bfc87b3a34093250",
"657025a81419851aef03e724",
"657025bbcfc010a0f5006a35",
"657025c4c5d7d4cb4d078582",
"657025c9cfc010a0f5006a38",
"657025cfbfc87b3a34093253",
"657025d4c5d7d4cb4d078585",
"657025dabfc87b3a34093256",
"657025dfcfc010a0f5006a3b",
"657025ebc5d7d4cb4d078588",
"65702606cfc010a0f5006a3e",
"6570260c1419851aef03e727",
"65702610cfc010a0f5006a41",
"65702614c5d7d4cb4d07858b",
"65702619bfc87b3a34093259",
"6570261dc5d7d4cb4d07858e",
"65702621cfc010a0f5006a44",
"657026251419851aef03e72a",
"65702629cfc010a0f5006a47",
"6570262d1419851aef03e72d",
"65702630cfc010a0f5006a4a",
"657026341419851aef03e730",
"65702639bfc87b3a3409325c",
"65702640cfc010a0f5006a4d",
"657026451419851aef03e733",
"6570264acfc010a0f5006a50",
"6570264d1419851aef03e736",
"65702652cfc010a0f5006a53",
"65702656c5d7d4cb4d078591",
"6570265bcfc010a0f5006a56",
"6570265f1419851aef03e739",
"65702664cfc010a0f5006a59",
"6570266bc5d7d4cb4d078594",
"65702681bfc87b3a3409325f",
"6570900858b315e8b70a8a98",
"6579846c1ec1943afb14c15a",
"6579847c5a0e5879d12f2873",
"657984a50fbff513dd435765",
"676009ddb623f3b8ba079419",
"676009ed8f1fee08740f9479",
"676009fe8f1fee08740f947c",
"67600a0e84e242067d0dc4cd",
"67600a42b32eb5d23e0eb459",
"67600a516f01341c9106ab4c",
"676577166d874f6502106a21",
"67657764c832f8c59c016d45",
"67657773b83469e4f102dc27",
"6769b8e3c1a1466c850658a8"
],
"value": "10",
"visibilityConditions": []

BIN
SPT/user/mods/DrakiaXYZ-Lockdown/DrakiaXYZ-Lockdown.dll (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,10 @@
{
"users": {
// "username": "password",
// "username2": "password2"
},
"routes": [
// "/progressivebotsystem",
// "/botplacementsystem"
]
}

View File

@ -0,0 +1,4 @@
{
"PmcSpawnWithLoot": true,
"ScavSpawnWithLoot": true
}

Binary file not shown.

View File

@ -0,0 +1,14 @@
{
"NicknamePersonalities": {
"steve": "Wreckless",
"solarint": "GigaChad",
"lacyway": "GigaChad",
"lvndmark": "SnappingTurtle",
"chomp": "Chad",
"senko": "Chad",
"kaeno": "Timmy",
"justnu": "Timmy",
"ratthew": "Rat",
"choccy": "Rat"
}
}

BIN
SPT/user/mods/Solarint-SAIN-ServerMod/SAINServerMod.dll (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -195,16 +195,16 @@
"CratesMin": 0,
"CratesMax": 2
},
"Sandbox_air": 13,
"Streets_air": 13,
"Sandbox_air": 0,
"Streets_air": 2,
"AirtimeMin": 1,
"AirtimeMax": 5,
"Lighthouse_air": 75,
"Bigmap_air": 20,
"Interchange_air": 20,
"Shoreline_air": 20,
"Reserve_air": 10,
"Woods_air": 25
"Lighthouse_air": 3,
"Bigmap_air": 0,
"Interchange_air": 0,
"Shoreline_air": 2,
"Reserve_air": 0,
"Woods_air": 2
},
"EnableLoot": true,
"Locations": {
@ -221,11 +221,11 @@
"Container": 1
},
"Lighthouse": {
"Loose": 2.8,
"Loose": 3.8,
"Container": 1
},
"Bigmap": {
"Loose": 2.5,
"Loose": 1.8,
"Container": 1
},
"Interchange": {
@ -245,11 +245,11 @@
"Container": 1
},
"Reserve": {
"Loose": 2.9,
"Loose": 2.5,
"Container": 1
},
"Woods": {
"Loose": 1.9,
"Loose": 3.2,
"Container": 1
},
"Labyrinth": {
@ -989,7 +989,7 @@
"PMCRatio": 50,
"AItoPMC": {
"AIConverterEnable": true,
"PMCToScav": 10,
"PMCToScav": 0,
"ScavToPMC": 0
},
"DisableLowLevelPMC": false,

Binary file not shown.

View File

@ -0,0 +1,4 @@
{
"GpCoinChance": 15,
"IncludeFollowers": true
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,66 @@
{
"AlwaysEnemies": [
"arenaFighter",
"arenaFighterEvent",
"assault",
"assaultGroup",
"bossBoar",
"bossBoarSniper",
"bossBully",
"bossGluhar",
"bossKilla",
"bossKillaAgro",
"bossKnight",
"bossKojaniy",
"bossKolontay",
"bossPartisan",
"bossSanitar",
"bossTagilla",
"bossTagillaAgro",
"tagillaHelperAgro",
"crazyAssaultEvent",
"cursedAssault",
"exUsec",
"followerBigPipe",
"followerBirdEye",
"followerBoar",
"followerBoarClose1",
"followerBoarClose2",
"followerGluharAssault",
"followerGluharScout",
"followerGluharSecurity",
"followerGluharSnipe",
"followerKojaniy",
"followerKolontayAssault",
"followerKolontaySecurity",
"followerSanitar",
"followerTagilla",
"marksman",
"peacemaker",
"pmcBEAR",
"pmcBot",
"pmcUSEC",
"sectactPriestEvent",
"sectantPriest",
"sectantWarrior",
"skier",
"spiritSpring",
"spiritWinter"
],
"AlwaysFriends": [
"bossZryachiy",
"followerZryachiy",
"gifter",
"peacefullZryachiyEvent",
"ravangeZryachiyEvent"
],
"BearEnemyChance": 100,
"BearPlayerBehaviour": "AlwaysEnemies",
"BotRole": "",
"ChancedEnemies": [],
"Neutral": [],
"SavagePlayerBehaviour": "AlwaysEnemies",
"UsecEnemyChance": 100,
"UsecPlayerBehaviour": "AlwaysEnemies",
"Warn": []
}

View File

@ -0,0 +1,174 @@
{
"CustomsSpawnZones": [
"ZoneBrige",
"ZoneCrossRoad",
"ZoneDormitory",
"ZoneGasStation",
"ZoneFactoryCenter",
"ZoneFactorySide",
"ZoneOldAZS",
"ZoneBlockPost",
"ZoneTankSquare",
"ZoneWade",
"ZoneCustoms",
"ZoneScavBase"
],
"CustomsSnipeSpawnZones": [
"ZoneSnipeBrige",
"ZoneSnipeTower",
"ZoneSnipeFactory",
"ZoneBlockPostSniper"
],
"FactorySpawnZones": [
"BotZone"
],
"InterchangeSpawnZones": [
"ZoneCenterBot",
"ZoneIDEA",
"ZoneCenter",
"ZoneIDEAPark",
"ZoneTrucks",
"ZoneRoad",
"ZoneOLI",
"ZoneGoshan",
"ZoneOLIPark",
"ZonePowerStation"
],
"LabsGateSpawnZones": [
"BotZoneGate1",
"BotZoneGate2"
],
"LabsNonGateSpawnZones": [
"BotZoneBasement",
"BotZoneFloor1",
"BotZoneFloor2"
],
"LighthouseNonWaterTreatmentSpawnZones": [
"Zone_Containers",
"Zone_Rocks",
"Zone_Chalet",
"Zone_Village",
"Zone_Bridge",
"Zone_OldHouse",
"Zone_LongRoad",
"Zone_RoofBeach",
"Zone_DestroyedHouse",
"Zone_RoofContainers",
"Zone_Blockpost",
"Zone_RoofRocks",
"Zone_TreatmentRocks",
"Zone_TreatmentContainers",
"Zone_TreatmentBeach",
"Zone_Hellicopter",
"Zone_SniperPeak",
"Zone_Island"
],
"LighthouseWaterTreatmentSpawnZones": [
"Zone_Containers",
"Zone_Rocks",
"Zone_Chalet",
"Zone_Village",
"Zone_Bridge",
"Zone_OldHouse",
"Zone_LongRoad",
"Zone_RoofBeach",
"Zone_DestroyedHouse",
"Zone_RoofContainers",
"Zone_Blockpost",
"Zone_RoofRocks",
"Zone_TreatmentRocks",
"Zone_TreatmentContainers",
"Zone_TreatmentBeach",
"Zone_Hellicopter",
"Zone_Island"
],
"LighthouseSnipeSpawnZones": [
"Zone_SniperPeak"
],
"ReserveSpawnZones": [
"ZoneRailStrorage",
"ZonePTOR1",
"ZonePTOR2",
"ZoneBarrack",
"ZoneBunkerStorage",
"ZoneSubStorage",
"ZoneSubCommand"
],
"GroundZeroSpawnZones": [
"ZoneSandbox"
],
"GroundZeroSnipeSpawnZones": [
"ZoneSandSnipeCenter",
"ZoneSandSnipeCenter2"
],
"ShorelineSpawnZones": [
"ZoneGreenHouses",
"ZoneIsland",
"ZoneForestGasStation",
"ZoneGasStation",
"ZonePowerStation",
"ZoneBunker",
"ZoneBusStation",
"ZonePort",
"ZoneForestTruck",
"ZoneForestSpawn",
"ZoneSanatorium1",
"ZoneSanatorium2",
"ZoneStartVillage",
"ZoneMeteoStation",
"ZoneRailWays",
"ZoneSmuglers",
"ZonePassClose",
"ZoneTunnel"
],
"ShorelineSnipeSpawnZones": [
"ZoneBunkeSniper",
"ZonePowerStationSniper"
],
"StreetsSpawnZones": [
"ZoneSW01",
"ZoneConstruction",
"ZoneCarShowroom",
"ZoneCinema",
"ZoneFactory",
"ZoneHotel_1",
"ZoneHotel_2",
"ZoneConcordia_1",
"ZoneConcordiaParking",
"ZoneColumn",
"ZoneSW00",
"ZoneStilo",
"ZoneCard1",
"ZoneMvd",
"ZoneClimova"
],
"StreetsSnipeSpawnZones": [
"ZoneSnipeCinema",
"ZoneSnipeBuilding",
"ZoneSnipeSW01",
"ZoneSnipeStilo",
"ZoneSnipeCard",
"ZoneSnipeCarShowroom"
],
"WoodsSpawnZones": [
"ZoneWoodCutter",
"ZoneHouse",
"ZoneBigRocks",
"ZoneRoad",
"ZoneHighRocks",
"ZoneMiniHouse",
"ZoneRedHouse",
"ZoneScavBase2",
"ZoneClearVill",
"ZoneBrokenVill",
"ZoneUsecBase",
"ZoneStoneBunker",
"ZoneDepo"
],
"WoodsSnipeSpawnZones": [
"ZoneHighRocks"
],
"LabyrinthSpawnZones": [
""
]
}

View File

@ -0,0 +1,52 @@
{
"pmcUSEC": [
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
"BossEscortDifficult": "normal",
"BossEscortType": "pmcUSEC",
"BossName": "pmcUSEC",
"BossPlayer": false,
"BossZone": "",
"Delay": 0,
"DependKarma": false,
"DependKarmaPVE": false,
"ForceSpawn": false,
"IgnoreMaxBots": true,
"RandomTimeSpawn": false,
"SpawnMode": [
"pve"
],
"Supports": null,
"Time": -1,
"TriggerId": "",
"TriggerName": ""
}
],
"pmcBEAR": [
{
"BossChance": 100,
"BossDifficult": "normal",
"BossEscortAmount": "0",
"BossEscortDifficult": "normal",
"BossEscortType": "pmcBEAR",
"BossName": "pmcBEAR",
"BossPlayer": false,
"BossZone": "",
"Delay": 0,
"DependKarma": false,
"DependKarmaPVE": false,
"ForceSpawn": false,
"IgnoreMaxBots": true,
"RandomTimeSpawn": false,
"SpawnMode": [
"pve"
],
"Supports": null,
"Time": -1,
"TriggerId": "",
"TriggerName": ""
}
]
}

View File

@ -0,0 +1,16 @@
{
"BotPreset": "easy",
"BotSide": "Savage",
"KeepZoneOnSpawn": false,
"SpawnMode": [
"pve"
],
"SpawnPoints": "ZoneBrige",
"WildSpawnType": "assault",
"isPlayers": false,
"number": 0,
"slots_max": 0,
"slots_min": 0,
"time_max": -1,
"time_min": -1
}

View File

@ -0,0 +1,402 @@
Attribution-NonCommercial-NoDerivatives 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0
International Public License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-NonCommercial-NoDerivatives 4.0 International Public
License ("Public License"). To the extent this Public License may be
interpreted as a contract, You are granted the Licensed Rights in
consideration of Your acceptance of these terms and conditions, and the
Licensor grants You such rights in consideration of benefits the
Licensor receives from making the Licensed Material available under
these terms and conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
c. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
d. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
e. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
f. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
g. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
h. NonCommercial means not primarily intended for or directed towards
commercial advantage or monetary compensation. For purposes of
this Public License, the exchange of the Licensed Material for
other material subject to Copyright and Similar Rights by digital
file-sharing or similar means is NonCommercial provided there is
no payment of monetary compensation in connection with the
exchange.
i. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
j. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
k. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part, for NonCommercial purposes only; and
b. produce and reproduce, but not Share, Adapted Material
for NonCommercial purposes only.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties, including when
the Licensed Material is used other than for NonCommercial
purposes.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material, You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
For the avoidance of doubt, You do not have permission under
this Public License to Share Adapted Material.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database for NonCommercial purposes
only and provided You do not Share Adapted Material;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material; and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public
licenses. Notwithstanding, Creative Commons may elect to apply one of
its public licenses to material it publishes and in those instances
will be considered the “Licensor.” The text of the Creative Commons
public licenses is dedicated to the public domain under the CC0 Public
Domain Dedication. Except for the limited purpose of indicating that
material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the
public licenses.
Creative Commons may be contacted at creativecommons.org.

Binary file not shown.

View File

@ -0,0 +1,811 @@
{
"pmcDifficulty": {
"easy": 10,
"normal": 50,
"hard": 30,
"impossible": 10
},
"pmcType": {
"usecChance" : 50
},
"pmcConfig": {
"startingPMCs": {
"enable": true,
"ignoreMaxBotCaps": true,
"groupChance": 25,
"maxGroupSize": 3,
"maxGroupCount": 4,
"mapLimits": {
"bigmap": {
"min": 8,
"max": 10
},
"factory4_day": {
"min": 5,
"max": 7
},
"factory4_night": {
"min": 5,
"max": 7
},
"interchange": {
"min": 9,
"max": 13
},
"laboratory": {
"min": 7,
"max": 9
},
"lighthouse": {
"min": 7,
"max": 10
},
"rezervbase": {
"min": 8,
"max": 10
},
"sandbox": {
"min": 8,
"max": 11
},
"sandbox_high": {
"min": 8,
"max": 11
},
"shoreline": {
"min": 9,
"max": 13
},
"tarkovstreets": {
"min": 7,
"max": 10
},
"woods": {
"min": 9,
"max": 13
},
"labyrinth": {
"min": 0,
"max": 0
}
}
},
"waves": {
"enable": false,
"allowPmcsOnLabyrinth": false,
"ignoreMaxBotCaps": false,
"groupChance": 10,
"maxGroupSize": 2,
"maxGroupCount": 3,
"maxBotsPerWave": 5,
"delayBeforeFirstWave": 500,
"secondsBetweenWaves": 360,
"stopWavesBeforeEndOfRaidLimit": 300
}
},
"scavConfig": {
"startingScavs": {
"enable": true,
"maxBotSpawns": {
"bigmap": 5,
"factory4_day": 3,
"factory4_night": 3,
"interchange": 5,
"laboratory": 0,
"lighthouse": 5,
"rezervbase": 5,
"sandbox": 5,
"sandbox_high": 5,
"shoreline": 5,
"tarkovstreets": 5,
"woods": 5,
"labyrinth": 0
},
"startingMarksman": true
},
"waves": {
"enable": true,
"enableCustomTimers": true,
"allowScavsOnLaboratory": false,
"allowScavsOnLabyrinth": false,
"startSpawns": 60,
"stopSpawns": 600,
"activeTimeMin": 180,
"activeTimeMax": 240,
"quietTimeMin": 120,
"quietTimeMax": 180,
"checkToSpawnTimer": 15,
"pendingBotsToTrigger": 3,
"nonWaveSpawnBotsLimitPerPlayer": 20
}
},
"bossDifficulty": {
"easy": 0,
"normal": 60,
"hard": 30,
"impossible": 10
},
"weeklyBoss": {
"enable": false
},
"bossConfig": {
"bossKnight": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 30,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 30,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 30,
"tarkovstreets": 0,
"woods": 30,
"labyrinth": 0
},
"bossZone": {
"bigmap": "ZoneScavBase",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "Zone_TreatmentContainers,Zone_Chalet",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "ZoneMeteoStation",
"tarkovstreets": "",
"woods": "ZoneScavBase2",
"labyrinth": ""
}
},
"bossBully": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 30,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 0,
"tarkovstreets": 0,
"woods": 0,
"labyrinth": 0
},
"bossZone": {
"bigmap": "ZoneDormitory,ZoneGasStation,ZoneScavBase",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "",
"woods": "",
"labyrinth": ""
}
},
"bossTagilla": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
"factory4_day": 30,
"factory4_night": 30,
"interchange": 0,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 0,
"tarkovstreets": 0,
"woods": 0,
"labyrinth": 0
},
"bossZone": {
"bigmap": "",
"factory4_day": "BotZone",
"factory4_night": "BotZone",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "",
"woods": "",
"labyrinth": ""
}
},
"bossKilla": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 30,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 0,
"tarkovstreets": 0,
"woods": 0,
"labyrinth": 0
},
"bossZone": {
"bigmap": "",
"factory4_day": "",
"factory4_night": "",
"interchange": "ZoneCenterBot,ZoneCenter,ZoneOLI,ZoneIDEA,ZoneGoshan",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "",
"woods": "",
"labyrinth": ""
}
},
"bossZryachiy": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 100,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 0,
"tarkovstreets": 0,
"woods": 0
},
"bossZone": {
"bigmap": "",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "Zone_Island",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "",
"woods": "",
"labyrinth": ""
}
},
"bossGluhar": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 30,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 0,
"tarkovstreets": 0,
"woods": 0,
"labyrinth": 0
},
"bossZone": {
"bigmap": "",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "ZoneRailStrorage,ZonePTOR2,ZoneBarrack,ZoneSubStorage",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "",
"woods": "",
"labyrinth": ""
}
},
"bossSanitar": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 30,
"tarkovstreets": 0,
"woods": 0,
"labyrinth": 0
},
"bossZone": {
"bigmap": "",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "ZoneGreenHouses,ZoneSanatorium1,ZoneSanatorium2,ZonePort",
"tarkovstreets": "",
"woods": "",
"labyrinth": ""
}
},
"bossKolontay": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 30,
"shoreline": 0,
"tarkovstreets": 30,
"woods": 0,
"labyrinth": 0
},
"bossZone": {
"bigmap": "",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "ZoneSandbox",
"shoreline": "",
"tarkovstreets": "ZoneClimova,ZoneMvd",
"woods": "",
"labyrinth": ""
}
},
"bossBoar": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 0,
"tarkovstreets": 30,
"woods": 0,
"labyrinth": 0
},
"bossZone": {
"bigmap": "",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "ZoneCarShowroom",
"woods": "",
"labyrinth": ""
}
},
"bossKojaniy": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 0,
"tarkovstreets": 0,
"woods": 30,
"labyrinth": 0
},
"bossZone": {
"bigmap": "",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "",
"woods": "ZoneWoodCutter",
"labyrinth": ""
}
},
"bossTagillaAgro": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 0,
"tarkovstreets": 0,
"woods": 0,
"labyrinth": 100
},
"bossZone": {
"bigmap": "",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "",
"woods": "",
"labyrinth": ""
}
},
"bossKillaAgro": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 0,
"tarkovstreets": 0,
"woods": 0,
"labyrinth": 100
},
"bossZone": {
"bigmap": "",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "",
"woods": "",
"labyrinth": ""
}
},
"tagillaHelperAgro": {
"enable": true,
"disableFollowers": false,
"addExtraSpawns": false,
"disableVanillaSpawns": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 0,
"tarkovstreets": 0,
"woods": 0,
"labyrinth": 100
},
"bossZone": {
"bigmap": "",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "",
"woods": "",
"labyrinth": ""
}
},
"bossPartisan": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 30,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 30,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 30,
"tarkovstreets": 0,
"woods": 30,
"labyrinth": 0
},
"bossZone": {
"bigmap": "",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "",
"woods": "",
"labyrinth": ""
}
},
"sectantPriest": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 15,
"factory4_day": 0,
"factory4_night": 20,
"interchange": 0,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 44,
"shoreline": 15,
"tarkovstreets": 0,
"woods": 15,
"labyrinth": 0
},
"bossZone": {
"bigmap": "ZoneScavBase",
"factory4_day": "",
"factory4_night": "BotZone",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "ZoneSandbox",
"shoreline": "ZoneSanatorium1,ZoneSanatorium2,ZoneForestSpawn",
"tarkovstreets": "",
"woods": "ZoneMiniHouse,ZoneBrokenVill",
"labyrinth": ""
}
},
"arenaFighterEvent": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 5,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 0,
"tarkovstreets": 0,
"woods": 5,
"labyrinth": 0
},
"bossZone": {
"bigmap": "ZoneFactoryCenter,ZoneScavBase",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "",
"woods": "ZoneMiniHouse,ZoneClearVill,ZoneRoad,ZoneBrokenVill,ZoneScavBase2",
"labyrinth": ""
}
},
"pmcBot": {
"enable": true,
"disableFollowers": false,
"addExtraSpawns": true,
"disableVanillaSpawns": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 40,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 0,
"tarkovstreets": 0,
"woods": 0,
"labyrinth": 0
},
"bossZone": {
"bigmap": "",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "BotZoneBasement,BotZoneFloor1,BotZoneFloor2",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "",
"woods": "",
"labyrinth": ""
}
},
"exUsec": {
"enable": true,
"disableFollowers": false,
"addExtraSpawns": false,
"disableVanillaSpawns": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 0,
"tarkovstreets": 0,
"woods": 0,
"labyrinth": 0
},
"bossZone": {
"bigmap": "",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "",
"woods": "",
"labyrinth": ""
}
},
"gifter": {
"enable": true,
"disableFollowers": false,
"time": -1,
"spawnChance": {
"bigmap": 0,
"factory4_day": 0,
"factory4_night": 0,
"interchange": 0,
"laboratory": 0,
"lighthouse": 0,
"rezervbase": 0,
"sandbox": 0,
"sandbox_high": 0,
"shoreline": 0,
"tarkovstreets": 0,
"woods": 0,
"labyrinth": 0
},
"bossZone": {
"bigmap": "",
"factory4_day": "",
"factory4_night": "",
"interchange": "",
"laboratory": "",
"lighthouse": "",
"rezervbase": "",
"sandbox": "",
"sandbox_high": "",
"shoreline": "",
"tarkovstreets": "",
"woods": "",
"labyrinth": ""
}
}
},
"configAppSettings": {
"showUndo": true,
"showDefault": false,
"disableAnimations": false,
"allowUpdateChecks": false,
"requireAuthCode": false,
"authCode": "Kitten Mittons"
}
}

View File

@ -0,0 +1,212 @@
[
{
"Version": "2.0.13",
"ReleaseDate": "February 14, 2026",
"IsLatest": true,
"NewFeatures": [],
"Changes": [],
"BugFixes": [
"Resolved the Per Player Scav Spawn Limit check being flipped"
],
"KnownIssues": []
},
{
"Version": "2.0.12",
"ReleaseDate": "February 14, 2026",
"IsLatest": false,
"NewFeatures": [
"Webconfig toggle for each boss to disable their followers"
],
"Changes": [
"F12 moved Despawn options into Advanced Menu",
"Renamed `Group Size` in PMC Group config for clarity"
],
"BugFixes": [
"Resolved the Per Player Scav Spawn Limit not being implemented by BSG"
],
"KnownIssues": []
},
{
"Version": "2.0.11",
"ReleaseDate": "January 10, 2026",
"IsLatest": false,
"NewFeatures": [],
"Changes": [],
"BugFixes": [
"Resolved Regressive Chances resetting boss to minimum spawn chance if they didn't spawn in prior raid",
"Resolved Progressive/Regressive chances impacting Weekly Boss config option"
],
"KnownIssues": []
},
{
"Version": "2.0.10",
"ReleaseDate": "January 9, 2026",
"IsLatest": false,
"NewFeatures": [
"Added Regressive Chance toggle in F12"
],
"Changes": [],
"BugFixes": [
"Resolved small bug in Progressive Chances"
],
"KnownIssues": []
},
{
"Version": "2.0.9",
"ReleaseDate": "December 17, 2025",
"IsLatest": false,
"NewFeatures": [
"Added boolean toggle for disabling Pmc waves on Labyrinth"
],
"Changes": [
"Many little changes in code for readability and consistency",
"Many fields marked required for config that were missing designation"
],
"BugFixes": [
"Resolved WebConfig undo button not undoing changes properly",
"Resolved WebConfig displaying Default button when not enabled in some instances"
],
"KnownIssues": []
},
{
"Version": "2.0.8",
"ReleaseDate": "December 1, 2025",
"IsLatest": false,
"NewFeatures": [],
"Changes": [],
"BugFixes": [
"Resolved scavs spawning on Labyrinth when they shouldn't"
],
"KnownIssues": []
},
{
"Version": "2.0.7",
"ReleaseDate": "November 28, 2025",
"IsLatest": false,
"NewFeatures": [],
"Changes": [],
"BugFixes": [
"Resolved load order issue with SVM, extended raid times will work now",
"Resolved Scav New Spawns occasionally throwing a NRE..probably."
],
"KnownIssues": []
},
{
"Version": "2.0.6",
"ReleaseDate": "November 21, 2025",
"IsLatest": false,
"NewFeatures": [
"F12 option to despawn bots",
"F12 option to allow PMCs to spawn anywhere",
"Exposed Scav Wave total bot spawn limit in config"
],
"Changes": [
"Added Customs Old & New Gas to Scav Hotzones",
"Changed default Raider spawn chance in config - If you have had issues with your skill in labs and have been complaining you can't edit this, you've been wrong this entire time. All you had to do was changed the chance, or disable adding new spawns. Crazy.",
"Changed PMC & Scav `wave` StopTimer to allow max of 3600 seconds in web config"
],
"BugFixes": [
"Resolved cached spawn points not clearing between raids",
"Resolvedminor UI behaviours on web config"
],
"KnownIssues": []
},
{
"Version": "2.0.5",
"ReleaseDate": "November 15, 2025",
"IsLatest": false,
"NewFeatures": [
"Option to lock web config behind an authorization code."
],
"Changes": [
"Tweaked Custom Timers for Scav Waves (if you use them)",
"Starting Marksman likelihood changes - you should see them more often"
],
"BugFixes": [],
"KnownIssues": []
},
{
"Version": "2.0.4",
"ReleaseDate": "November 4, 2025",
"IsLatest": false,
"NewFeatures": [
"Added `Weekly Boss` feature from SPT, with a tiny twist",
"Added PMC Faction Chance configuration slider"
],
"Changes": [
"Adjusted Pmc spawn logic for proper group assignment",
"Adjusted Pmc spawn logic to remove some additional delays for followers",
"Adjusted Pmc waves to flip to any Bot spawn points available but only checking 50% of configured distances",
"Adjusted Pmc waves to use ABPS spawn logic instead of vanilla when no Player spawn points are available"
],
"BugFixes": [
"Resolved Pmcs of the same faction being friendly even if they are in different `groups`",
"Resolved Scav Zone Reassignment affecting Factory / GZ / Labyrinth / Laboratory"
],
"KnownIssues": []
},
{
"Version": "2.0.3",
"ReleaseDate": "October 31, 2025",
"IsLatest": false,
"NewFeatures": [
"Added Checkbox to allow the Web Configuration page to check for updates to ABPS",
"Added Release Notes to Web Configuration",
"Added Toggle for allowing Scavs on Laboratory - Waves",
"Added Toggle for allowing Scavs on Labyrinth - Waves"
],
"Changes": [
"Adjusted Scav + Marksman Hostility to always be friendly to everything except PMCs",
"Adjusted PMC Hostility to always be hostile to bossTagillaAgro, bossKillaAgro, and tagillaHelperAgro",
"Adjusted Scav Wave Custom Timer to also apply to Labs and Labyrinth",
"Adjusted Labyrinth Bot Max Cap - You need to default this in F12 to fix"
],
"BugFixes": [
"Resolved Progressive Boss Chances not saving correctly",
"Resolved Scav brain types not being available on Labyrinth",
"Resolved Scavs spawning on Labyrinth when not intended",
"Resolved PMCs not spawning on Labyrinth when intended"
],
"KnownIssues": []
},
{
"Version": "2.0.2",
"ReleaseDate": "October 28, 2025",
"IsLatest": false,
"NewFeatures": [],
"Changes": [
"Added additional hostility check for PMCs vs Scavs",
"Added additional patch to skip events from reconfiguring hostility"
],
"BugFixes": [
"Fixes for Fika Headless - Credits to Lacyway <3"
],
"KnownIssues": []
},
{
"Version": "2.0.1",
"ReleaseDate": "October 28, 2025",
"IsLatest": false,
"NewFeatures": [],
"Changes": [],
"BugFixes": [
"Skip MaxBotPatch if using Fika Headless",
"Fix type on static router for Progressive Chances"
],
"KnownIssues": []
},
{
"Version": "2.0.0",
"ReleaseDate": "October 27, 2025",
"IsLatest": false,
"NewFeatures": [],
"Changes": [],
"BugFixes": [
"Marksman spawning incorrectly or in the incorrect order to get a spawn location",
"Marksman not spawning on Woods",
"Hopefully all the hostility things people complained about that I never saw",
"Hopefully all the brain issues people complained about that I never saw"
],
"KnownIssues": []
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 KiB

View File

@ -0,0 +1,17 @@
{
"scavAmmo": {
"Caliber20x1mm": {
"6601546f86889319850bd566": 1
}
},
"pmcAmmo": {
"Caliber20x1mm": {
"6601546f86889319850bd566": 1
}
},
"bossAmmo": {
"Caliber20x1mm": {
"6601546f86889319850bd566": 1
}
}
}

View File

@ -0,0 +1,501 @@
{
"scavAmmo": {
"Caliber1143x23ACP": {
"5efb0fc6aeb21837e749c801": 1,
"5efb0d4f4bc50b58e81710f3": 3
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 1
},
"Caliber12g": {
"5d6e6772a4b936088465b17c": 2,
"5d6e6806a4b936088465b17e": 2,
"5d6e67fba4b9361bc73bc779": 2,
"560d5e524bdc2d25448b4571": 2,
"5d6e6869a4b9361c140bcfde": 1,
"5d6e68b3a4b9361bca7e50b5": 1,
"58820d1224597753c90aeb13": 1,
"5d6e68dea4b9361bcc29e659": 1,
"5d6e6891a4b9361bd473feea": 1,
"5d6e68e6a4b9361c140bcfe0": 1,
"5d6e689ca4b9361bc8618956": 1
},
"Caliber20g": {
"5d6e695fa4b936359b35d852": 2,
"5d6e69b9a4b9361bc8618958": 2,
"5a38ebd9c4a282000d722a5b": 2,
"5d6e69c7a4b9360b6c0d54e4": 1,
"5d6e6a53a4b9361bd473feec": 1
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 3,
"5e85a9a6eacf8c039e4e2ac1": 1
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 3,
"59e6542b86f77411dc52a77a": 1
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 3,
"5ba26844d4351e00334c9475": 1
},
"Caliber545x39": {
"56dff216d2720bbd668b4568": 1,
"56dff338d2720bbd668b4569": 4,
"56dff421d2720b5f5a8b4567": 4,
"56dff4ecd2720b5f5a8b4568": 2,
"56dff4a2d2720bbd668b456a": 4,
"56dff0bed2720bb0668b4567": 3,
"56dff3afd2720bba668b4567": 1
},
"Caliber556x45NATO": {
"59e6927d86f77411da468256": 2,
"59e6918f86f7746c9f75e849": 2,
"59e68f6f86f7746c9f75e846": 4,
"59e6920f86f77411d82aa167": 5,
"54527a984bdc2d4e668b4567": 1
},
"Caliber57x28": {
"5cc86832d7f00c000d3a6e6c": 2,
"5cc80f79e4a949033c7343b2": 3,
"5cc86840d7f00c002412c56c": 3,
"5cc80f8fe4a949033b0224a2": 1,
"5cc80f53e4a949000e1ea4f8": 1
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 1
},
"Caliber762x25TT": {
"573602322459776445391df1": 2,
"573601b42459776410737435": 2,
"5735fdcd2459776445391d61": 1,
"5736026a245977644601dc61": 1
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 1,
"6196364158ef8c428c287d9f": 6,
"5fbe3ffdf8b6a877a729ea82": 3
},
"Caliber762x39": {
"59e4d3d286f774176a36250a": 2,
"64b7af734b75259c590fa895": 2,
"64b7af5a8532cf95ee0a0dbd": 6,
"59e4d24686f7741776641ac7": 4,
"59e4cf5286f7741778269d8a": 2,
"5656d7c34bdc2d9d198b4587": 1
},
"Caliber762x51": {
"5e023e88277cce2b522ff2b1": 2,
"5e023e6e34d52a55c3304f71": 2,
"5e023e53d4353e3302577c4c": 1
},
"Caliber762x54R": {
"64b8f7c241772715af0f9c3d": 2,
"64b8f7b5389d7ffd620ccba2": 2,
"64b8f7968532cf95ee0a0dbf": 2,
"5e023cf8186a883be655e54f": 2,
"5887431f2459777e1612938f": 1
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 2,
"5fc382c1016cce60e8341b20": 1
},
"Caliber9x18PM": {
"5737218f245977612125ba51": 5,
"57372140245977611f70ee91": 5,
"5737207f24597760ff7b25f2": 2,
"573719762459775a626ccbc1": 3,
"57371f8d24597761006c6a81": 3,
"57371f2b24597761224311f1": 5,
"57371eb62459776125652ac1": 1,
"57371b192459775a9f58a5e0": 1,
"57371e4124597760ff7b25f1": 1
},
"Caliber9x19PARA": {
"5efb0e16aeb21837e749c7ff": 1,
"58864a4f2459770fcc257101": 7,
"5a3c16fe86f77452b62de32a": 12,
"5c3df7d588a4501f290594e5": 6,
"64b7bbb74b75259c590fa897": 4,
"56d59d3ad2720bdb418b4577": 2
},
"Caliber9x21": {
"5a26ac06c4a282000c5a90a8": 5,
"5a26abfac4a28232980eabff": 3,
"5a269f97c4a282000b151807": 1
},
"Caliber9x33R": {
"62330c40bdd19b369e1e53d1": 5,
"62330bfadc5883093563729b": 3,
"62330c18744e5e31df12f516": 1
},
"Caliber9x39": {
"6576f96220d53a5b8f3e395e": 7,
"57a0dfb82459774d3078b56c": 5,
"5c0d668f86f7747ccb7f13b2": 1
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 10,
"66a0d1f88486c69fce00fdf6": 1
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 1
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
},
"pmcAmmo": {
"Caliber1143x23ACP": {
"5ea2a8e200685063ec28c05a": 1,
"5efb0fc6aeb21837e749c801": 8,
"5efb0d4f4bc50b58e81710f3": 40,
"5e81f423763d9f754677bf2e": 15
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 45
},
"Caliber12g": {
"5d6e6806a4b936088465b17e": 10,
"5c0d591486f7744c505b416f": 3,
"5d6e68d1a4b93622fe60e845": 3,
"5d6e6869a4b9361c140bcfde": 2,
"5d6e68b3a4b9361bca7e50b5": 4,
"58820d1224597753c90aeb13": 6,
"5d6e68dea4b9361bcc29e659": 8,
"5d6e6891a4b9361bd473feea": 12,
"5d6e68e6a4b9361c140bcfe0": 12,
"5d6e689ca4b9361bc8618956": 9
},
"Caliber20g": {
"5d6e695fa4b936359b35d852": 8,
"5d6e69b9a4b9361bc8618958": 8,
"5a38ebd9c4a282000d722a5b": 8,
"5d6e69c7a4b9360b6c0d54e4": 10,
"5d6e6a5fa4b93614ec501745": 3,
"5d6e6a53a4b9361bd473feec": 3
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 10,
"5e85a9a6eacf8c039e4e2ac1": 2
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 20,
"59e6542b86f77411dc52a77a": 25,
"59e655cb86f77411dc52a77b": 8
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 50,
"5ba26844d4351e00334c9475": 50
},
"Caliber545x39": {
"56dff216d2720bbd668b4568": 1,
"56dff338d2720bbd668b4569": 10,
"56dff421d2720b5f5a8b4567": 10,
"56dff4ecd2720b5f5a8b4568": 15,
"56dff4a2d2720bbd668b456a": 15,
"56dff0bed2720bb0668b4567": 35,
"56dff3afd2720bba668b4567": 45
},
"Caliber556x45NATO": {
"59e6927d86f77411da468256": 10,
"59e6918f86f7746c9f75e849": 20,
"59e68f6f86f7746c9f75e846": 45,
"59e6920f86f77411d82aa167": 50,
"54527a984bdc2d4e668b4567": 20
},
"Caliber57x28": {
"5cc86832d7f00c000d3a6e6c": 10,
"5cc80f79e4a949033c7343b2": 19,
"5cc86840d7f00c002412c56c": 24,
"5cc80f8fe4a949033b0224a2": 13,
"5cc80f53e4a949000e1ea4f8": 9
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 1
},
"Caliber762x25TT": {
"573602322459776445391df1": 6,
"573601b42459776410737435": 10,
"5735fdcd2459776445391d61": 18,
"5736026a245977644601dc61": 10,
"573603c924597764442bd9cb": 4,
"573603562459776430731618": 1
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 9,
"6196364158ef8c428c287d9f": 19,
"5fbe3ffdf8b6a877a729ea82": 14
},
"Caliber762x39": {
"59e4d3d286f774176a36250a": 3,
"64b7af734b75259c590fa895": 10,
"64b7af5a8532cf95ee0a0dbd": 20,
"59e4d24686f7741776641ac7": 25,
"59e4cf5286f7741778269d8a": 35,
"5656d7c34bdc2d9d198b4587": 15
},
"Caliber762x51": {
"5e023e88277cce2b522ff2b1": 10,
"5e023e6e34d52a55c3304f71": 40,
"5e023e53d4353e3302577c4c": 50
},
"Caliber762x54R": {
"64b8f7c241772715af0f9c3d": 9,
"64b8f7b5389d7ffd620ccba2": 14,
"64b8f7968532cf95ee0a0dbf": 16,
"5e023cf8186a883be655e54f": 20,
"5887431f2459777e1612938f": 14
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 95,
"5fc382c1016cce60e8341b20": 5
},
"Caliber9x18PM": {
"5737218f245977612125ba51": 2,
"57372140245977611f70ee91": 6,
"5737207f24597760ff7b25f2": 6,
"573719762459775a626ccbc1": 6,
"57371f8d24597761006c6a81": 9,
"57371f2b24597761224311f1": 9,
"57371eb62459776125652ac1": 9,
"57371b192459775a9f58a5e0": 18,
"57371e4124597760ff7b25f1": 23,
"5737201124597760fc4431f1": 18,
"573720e02459776143012541": 9,
"573718ba2459775a75491131": 6
},
"Caliber9x19PARA": {
"5c0d56a986f774449d5de529": 1,
"5efb0e16aeb21837e749c7ff": 7,
"58864a4f2459770fcc257101": 20,
"5a3c16fe86f77452b62de32a": 30,
"5c3df7d588a4501f290594e5": 40,
"64b7bbb74b75259c590fa897": 40,
"56d59d3ad2720bdb418b4577": 25
},
"Caliber9x21": {
"5a26ac06c4a282000c5a90a8": 9,
"5a26abfac4a28232980eabff": 22,
"5a269f97c4a282000b151807": 17
},
"Caliber9x33R": {
"62330c40bdd19b369e1e53d1": 15,
"62330bfadc5883093563729b": 12
},
"Caliber9x39": {
"6576f96220d53a5b8f3e395e": 19,
"57a0dfb82459774d3078b56c": 27,
"5c0d668f86f7747ccb7f13b2": 13
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 50,
"66a0d1f88486c69fce00fdf6": 30
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 30,
"67dc212493ce32834b0fa446": 1
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
},
"bossAmmo": {
"Caliber1143x23ACP": {
"5ea2a8e200685063ec28c05a": 4,
"5efb0fc6aeb21837e749c801": 1,
"5efb0d4f4bc50b58e81710f3": 10,
"5e81f423763d9f754677bf2e": 18,
"5efb0cabfb3e451d70735af5": 10
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 3,
"5cadf6ddae9215051e1c23b2": 12,
"5cadf6eeae921500134b2799": 8
},
"Caliber12g": {
"5d6e6806a4b936088465b17e": 7,
"64b8ee384b75259c590fa89b": 4,
"5d6e6911a4b9361bd5780d52": 3,
"5c0d591486f7744c505b416f": 5,
"5d6e6891a4b9361bd473feea": 2,
"5d6e68e6a4b9361c140bcfe0": 6,
"5d6e689ca4b9361bc8618956": 8,
"5d6e68c4a4b9361b93413f79": 8,
"5d6e68a8a4b9360b6c0d54e2": 3
},
"Caliber20g": {
"5d6e69c7a4b9360b6c0d54e4": 1,
"5d6e6a53a4b9361bd473feec": 4,
"5d6e6a05a4b93618084f58d0": 5,
"5d6e6a42a4b9364f07165f52": 5
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 2,
"5e85a9a6eacf8c039e4e2ac1": 4,
"5e85aa1a988a8701445df1f5": 4
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 1,
"59e6542b86f77411dc52a77a": 2,
"59e655cb86f77411dc52a77b": 10,
"5f0596629e22f464da6bbdd9": 8
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 2,
"5ba26844d4351e00334c9475": 4,
"5ba2678ad4351e44f824b344": 15,
"64b6979341772715af0f9c39": 15,
"5ba26835d4351e0035628ff5": 8
},
"Caliber545x39": {
"56dff3afd2720bba668b4567": 10,
"56dff2ced2720bb4668b4567": 30,
"56dff061d2720bb5668b4567": 30,
"61962b617c6c7b169525f168": 10,
"56dfef82d2720bbd668b4567": 10,
"56dff026d2720bb8668b4567": 5,
"5c0d5e4486f77478390952fe": 5
},
"Caliber556x45NATO": {
"5c0d5ae286f7741e46554302": 10,
"54527a984bdc2d4e668b4567": 10,
"60194943740c5d77f6705eea": 30,
"59e6906286f7746c9f75e847": 25,
"54527ac44bdc2d36668b4567": 15,
"59e690b686f7746c9f75e848": 5,
"601949593ae8f707c4608daa": 5
},
"Caliber57x28": {
"5cc80f8fe4a949033b0224a2": 5,
"5cc80f53e4a949000e1ea4f8": 21,
"5cc80f67e4a949035e43bbba": 15,
"5cc80f38e4a949001152b560": 12
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 10,
"6529243824cbe3c74a05e5c1": 5
},
"Caliber762x25TT": {
"5736026a245977644601dc61": 5,
"573603c924597764442bd9cb": 10,
"573603562459776430731618": 10
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 7,
"5fbe3ffdf8b6a877a729ea82": 6,
"619636be6db0f2477964e710": 23,
"64b8725c4b75259c590fa899": 20,
"5fd20ff893a8961fc660a954": 9
},
"Caliber762x39": {
"59e4cf5286f7741778269d8a": 4,
"5656d7c34bdc2d9d198b4587": 28,
"64b7af434b75259c590fa893": 33,
"59e0d99486f7744a32234762": 20,
"601aa3d2b2bcb34913271e6d": 12
},
"Caliber762x51": {
"5e023e53d4353e3302577c4c": 25,
"58dd3ad986f77403051cba8f": 42,
"5a608bf24f39f98ffc77720e": 20,
"5a6086ea4f39f99cd479502f": 10,
"5efb0c1bd79ff02a1f5e68d9": 2,
"6768c25aa7b238f14a08d3f6": 1
},
"Caliber762x54R": {
"5e023cf8186a883be655e54f": 3,
"5887431f2459777e1612938f": 20,
"59e77a2386f7742ee578960a": 25,
"5e023d34e8a400319a28ed44": 22,
"560d61e84bdc2da74d8b4571": 15,
"5e023d48186a883be655e551": 10
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 5,
"5fc382c1016cce60e8341b20": 8,
"5fc275cf85fd526b824a571a": 8,
"5fc382a9d724d907e2077dab": 5
},
"Caliber9x18PM": {
"57371e4124597760ff7b25f1": 3,
"5737201124597760fc4431f1": 5,
"573720e02459776143012541": 12,
"573718ba2459775a75491131": 18,
"57371aab2459775a77142f22": 12,
"573719df2459775a626ccbc2": 10
},
"Caliber9x19PARA": {
"5c0d56a986f774449d5de529": 9,
"5efb0e16aeb21837e749c7ff": 5,
"5a3c16fe86f77452b62de32a": 4,
"56d59d3ad2720bdb418b4577": 18,
"5c925fa22e221601da359b7b": 22,
"5efb0da7a29a85116f6ea05f": 9
},
"Caliber9x21": {
"5a269f97c4a282000b151807": 8,
"6576f93989f0062e741ba952": 18,
"5a26ac0ec4a28200741e1e18": 18,
"6576f4708ca9c4381d16cd9d": 8
},
"Caliber9x33R": {
"62330c18744e5e31df12f516": 9,
"62330b3ed4dc74626d570b95": 6
},
"Caliber9x39": {
"5c0d668f86f7747ccb7f13b2": 9,
"61962d879bb3d20b0946d385": 25,
"57a0e5022459774d1673f889": 25,
"5c0d688c86f77413ae3407b2": 12
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 3,
"66a0d1f88486c69fce00fdf6": 30,
"66a0d1e0ed648d72fe064d06": 25,
"668fe62ac62660a5d8071446": 12
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 9,
"67dc212493ce32834b0fa446": 20,
"67dc255ee3028a8b120efc48": 15,
"67dc2648ba5b79876906a166": 10
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
}
}

View File

@ -0,0 +1,498 @@
{
"scavAmmo": {
"Caliber1143x23ACP": {
"5efb0fc6aeb21837e749c801": 1,
"5efb0d4f4bc50b58e81710f3": 3
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 1
},
"Caliber12g": {
"5d6e6772a4b936088465b17c": 2,
"5d6e6806a4b936088465b17e": 2,
"5d6e67fba4b9361bc73bc779": 2,
"560d5e524bdc2d25448b4571": 2,
"5d6e6869a4b9361c140bcfde": 1,
"5d6e68b3a4b9361bca7e50b5": 1,
"58820d1224597753c90aeb13": 1,
"5d6e68dea4b9361bcc29e659": 1,
"5d6e6891a4b9361bd473feea": 1,
"5d6e68e6a4b9361c140bcfe0": 1,
"5d6e689ca4b9361bc8618956": 1
},
"Caliber20g": {
"5d6e695fa4b936359b35d852": 2,
"5d6e69b9a4b9361bc8618958": 2,
"5a38ebd9c4a282000d722a5b": 2,
"5d6e69c7a4b9360b6c0d54e4": 1,
"5d6e6a53a4b9361bd473feec": 1
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 3,
"5e85a9a6eacf8c039e4e2ac1": 1
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 3,
"59e6542b86f77411dc52a77a": 1
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 3,
"5ba26844d4351e00334c9475": 1
},
"Caliber545x39": {
"56dff216d2720bbd668b4568": 1,
"56dff338d2720bbd668b4569": 4,
"56dff421d2720b5f5a8b4567": 4,
"56dff4ecd2720b5f5a8b4568": 2,
"56dff4a2d2720bbd668b456a": 4,
"56dff0bed2720bb0668b4567": 3,
"56dff3afd2720bba668b4567": 1
},
"Caliber556x45NATO": {
"59e6927d86f77411da468256": 2,
"59e6918f86f7746c9f75e849": 2,
"59e68f6f86f7746c9f75e846": 4,
"59e6920f86f77411d82aa167": 5,
"54527a984bdc2d4e668b4567": 1
},
"Caliber57x28": {
"5cc86832d7f00c000d3a6e6c": 2,
"5cc80f79e4a949033c7343b2": 3,
"5cc86840d7f00c002412c56c": 3,
"5cc80f8fe4a949033b0224a2": 1,
"5cc80f53e4a949000e1ea4f8": 1
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 1
},
"Caliber762x25TT": {
"573602322459776445391df1": 2,
"573601b42459776410737435": 2,
"5735fdcd2459776445391d61": 1,
"5736026a245977644601dc61": 1
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 1,
"6196364158ef8c428c287d9f": 6,
"5fbe3ffdf8b6a877a729ea82": 3
},
"Caliber762x39": {
"59e4d3d286f774176a36250a": 2,
"64b7af734b75259c590fa895": 2,
"64b7af5a8532cf95ee0a0dbd": 6,
"59e4d24686f7741776641ac7": 4,
"59e4cf5286f7741778269d8a": 2,
"5656d7c34bdc2d9d198b4587": 1
},
"Caliber762x51": {
"5e023e88277cce2b522ff2b1": 2,
"5e023e6e34d52a55c3304f71": 2,
"5e023e53d4353e3302577c4c": 1
},
"Caliber762x54R": {
"64b8f7c241772715af0f9c3d": 2,
"64b8f7b5389d7ffd620ccba2": 2,
"64b8f7968532cf95ee0a0dbf": 2,
"5e023cf8186a883be655e54f": 2,
"5887431f2459777e1612938f": 1
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 2,
"5fc382c1016cce60e8341b20": 1
},
"Caliber9x18PM": {
"5737218f245977612125ba51": 5,
"57372140245977611f70ee91": 5,
"5737207f24597760ff7b25f2": 2,
"573719762459775a626ccbc1": 3,
"57371f8d24597761006c6a81": 3,
"57371f2b24597761224311f1": 5,
"57371eb62459776125652ac1": 1,
"57371b192459775a9f58a5e0": 1,
"57371e4124597760ff7b25f1": 1
},
"Caliber9x19PARA": {
"5efb0e16aeb21837e749c7ff": 1,
"58864a4f2459770fcc257101": 7,
"5a3c16fe86f77452b62de32a": 12,
"5c3df7d588a4501f290594e5": 6,
"64b7bbb74b75259c590fa897": 4,
"56d59d3ad2720bdb418b4577": 2
},
"Caliber9x21": {
"5a26ac06c4a282000c5a90a8": 5,
"5a26abfac4a28232980eabff": 3,
"5a269f97c4a282000b151807": 1
},
"Caliber9x33R": {
"62330c40bdd19b369e1e53d1": 5,
"62330bfadc5883093563729b": 3,
"62330c18744e5e31df12f516": 1
},
"Caliber9x39": {
"6576f96220d53a5b8f3e395e": 7,
"57a0dfb82459774d3078b56c": 5,
"5c0d668f86f7747ccb7f13b2": 1
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 10,
"66a0d1f88486c69fce00fdf6": 1
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 1
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
},
"pmcAmmo": {
"Caliber1143x23ACP": {
"5ea2a8e200685063ec28c05a": 1,
"5efb0fc6aeb21837e749c801": 8,
"5efb0d4f4bc50b58e81710f3": 40,
"5e81f423763d9f754677bf2e": 25
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 45
},
"Caliber12g": {
"5d6e6806a4b936088465b17e": 10,
"5c0d591486f7744c505b416f": 3,
"5d6e68d1a4b93622fe60e845": 3,
"5d6e6869a4b9361c140bcfde": 2,
"5d6e68b3a4b9361bca7e50b5": 2,
"58820d1224597753c90aeb13": 2,
"5d6e68dea4b9361bcc29e659": 2,
"5d6e6891a4b9361bd473feea": 9,
"5d6e68e6a4b9361c140bcfe0": 15,
"5d6e689ca4b9361bc8618956": 9
},
"Caliber20g": {
"5d6e695fa4b936359b35d852": 3,
"5d6e69b9a4b9361bc8618958": 3,
"5a38ebd9c4a282000d722a5b": 5,
"5d6e69c7a4b9360b6c0d54e4": 10,
"5d6e6a5fa4b93614ec501745": 3,
"5d6e6a53a4b9361bd473feec": 3
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 8,
"5e85a9a6eacf8c039e4e2ac1": 2
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 12,
"59e6542b86f77411dc52a77a": 35,
"59e655cb86f77411dc52a77b": 20
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 40,
"5ba26844d4351e00334c9475": 60
},
"Caliber545x39": {
"56dff338d2720bbd668b4569": 5,
"56dff4a2d2720bbd668b456a": 7,
"56dff0bed2720bb0668b4567": 10,
"56dff3afd2720bba668b4567": 60,
"56dff2ced2720bb4668b4567": 5,
"56dff061d2720bb5668b4567": 1
},
"Caliber556x45NATO": {
"59e6918f86f7746c9f75e849": 10,
"59e68f6f86f7746c9f75e846": 40,
"59e6920f86f77411d82aa167": 50,
"54527a984bdc2d4e668b4567": 30,
"60194943740c5d77f6705eea": 10,
"59e6906286f7746c9f75e847": 5
},
"Caliber57x28": {
"5cc86832d7f00c000d3a6e6c": 4,
"5cc80f79e4a949033c7343b2": 11,
"5cc86840d7f00c002412c56c": 21,
"5cc80f8fe4a949033b0224a2": 21,
"5cc80f53e4a949000e1ea4f8": 12,
"5cc80f67e4a949035e43bbba": 4
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 1
},
"Caliber762x25TT": {
"573601b42459776410737435": 8,
"5735fdcd2459776445391d61": 12,
"5736026a245977644601dc61": 18,
"573603c924597764442bd9cb": 13,
"573603562459776430731618": 3
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 9,
"6196364158ef8c428c287d9f": 18,
"5fbe3ffdf8b6a877a729ea82": 18
},
"Caliber762x39": {
"64b7af5a8532cf95ee0a0dbd": 5,
"59e4d24686f7741776641ac7": 15,
"59e4cf5286f7741778269d8a": 40,
"5656d7c34bdc2d9d198b4587": 45,
"64b7af434b75259c590fa893": 10
},
"Caliber762x51": {
"5e023e88277cce2b522ff2b1": 10,
"5e023e6e34d52a55c3304f71": 30,
"5e023e53d4353e3302577c4c": 50,
"58dd3ad986f77403051cba8f": 10
},
"Caliber762x54R": {
"64b8f7b5389d7ffd620ccba2": 5,
"64b8f7968532cf95ee0a0dbf": 9,
"5e023cf8186a883be655e54f": 16,
"5887431f2459777e1612938f": 22,
"59e77a2386f7742ee578960a": 10
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 90,
"5fc382c1016cce60e8341b20": 5,
"5fc275cf85fd526b824a571a": 5
},
"Caliber9x18PM": {
"57371f8d24597761006c6a81": 3,
"57371f2b24597761224311f1": 3,
"57371eb62459776125652ac1": 3,
"57371b192459775a9f58a5e0": 9,
"57371e4124597760ff7b25f1": 13,
"5737201124597760fc4431f1": 21,
"573720e02459776143012541": 14,
"573718ba2459775a75491131": 8
},
"Caliber9x19PARA": {
"5efb0e16aeb21837e749c7ff": 7,
"58864a4f2459770fcc257101": 1,
"5a3c16fe86f77452b62de32a": 15,
"5c3df7d588a4501f290594e5": 20,
"64b7bbb74b75259c590fa897": 30,
"56d59d3ad2720bdb418b4577": 55
},
"Caliber9x21": {
"5a26ac06c4a282000c5a90a8": 1,
"5a26abfac4a28232980eabff": 20,
"5a269f97c4a282000b151807": 27
},
"Caliber9x33R": {
"62330c40bdd19b369e1e53d1": 7,
"62330bfadc5883093563729b": 8,
"62330c18744e5e31df12f516": 4
},
"Caliber9x39": {
"6576f96220d53a5b8f3e395e": 10,
"57a0dfb82459774d3078b56c": 50,
"5c0d668f86f7747ccb7f13b2": 40
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 30,
"66a0d1f88486c69fce00fdf6": 50
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 20,
"67dc212493ce32834b0fa446": 2
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
},
"bossAmmo": {
"Caliber1143x23ACP": {
"5ea2a8e200685063ec28c05a": 4,
"5efb0fc6aeb21837e749c801": 1,
"5efb0d4f4bc50b58e81710f3": 10,
"5e81f423763d9f754677bf2e": 18,
"5efb0cabfb3e451d70735af5": 10
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 3,
"5cadf6ddae9215051e1c23b2": 12,
"5cadf6eeae921500134b2799": 8
},
"Caliber12g": {
"5d6e6806a4b936088465b17e": 7,
"64b8ee384b75259c590fa89b": 4,
"5d6e6911a4b9361bd5780d52": 3,
"5c0d591486f7744c505b416f": 5,
"5d6e6891a4b9361bd473feea": 2,
"5d6e68e6a4b9361c140bcfe0": 6,
"5d6e689ca4b9361bc8618956": 8,
"5d6e68c4a4b9361b93413f79": 8,
"5d6e68a8a4b9360b6c0d54e2": 3
},
"Caliber20g": {
"5d6e69c7a4b9360b6c0d54e4": 1,
"5d6e6a53a4b9361bd473feec": 4,
"5d6e6a05a4b93618084f58d0": 5,
"5d6e6a42a4b9364f07165f52": 5
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 2,
"5e85a9a6eacf8c039e4e2ac1": 4,
"5e85aa1a988a8701445df1f5": 4
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 1,
"59e6542b86f77411dc52a77a": 2,
"59e655cb86f77411dc52a77b": 10,
"5f0596629e22f464da6bbdd9": 8
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 2,
"5ba26844d4351e00334c9475": 4,
"5ba2678ad4351e44f824b344": 15,
"64b6979341772715af0f9c39": 15,
"5ba26835d4351e0035628ff5": 8
},
"Caliber545x39": {
"56dff3afd2720bba668b4567": 10,
"56dff2ced2720bb4668b4567": 30,
"56dff061d2720bb5668b4567": 30,
"61962b617c6c7b169525f168": 10,
"56dfef82d2720bbd668b4567": 10,
"56dff026d2720bb8668b4567": 5,
"5c0d5e4486f77478390952fe": 5
},
"Caliber556x45NATO": {
"5c0d5ae286f7741e46554302": 10,
"54527a984bdc2d4e668b4567": 10,
"60194943740c5d77f6705eea": 30,
"59e6906286f7746c9f75e847": 25,
"54527ac44bdc2d36668b4567": 15,
"59e690b686f7746c9f75e848": 5,
"601949593ae8f707c4608daa": 5
},
"Caliber57x28": {
"5cc80f8fe4a949033b0224a2": 5,
"5cc80f53e4a949000e1ea4f8": 21,
"5cc80f67e4a949035e43bbba": 15,
"5cc80f38e4a949001152b560": 12
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 10,
"6529243824cbe3c74a05e5c1": 5
},
"Caliber762x25TT": {
"5736026a245977644601dc61": 5,
"573603c924597764442bd9cb": 10,
"573603562459776430731618": 10
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 7,
"5fbe3ffdf8b6a877a729ea82": 6,
"619636be6db0f2477964e710": 23,
"64b8725c4b75259c590fa899": 20,
"5fd20ff893a8961fc660a954": 9
},
"Caliber762x39": {
"59e4cf5286f7741778269d8a": 4,
"5656d7c34bdc2d9d198b4587": 28,
"64b7af434b75259c590fa893": 33,
"59e0d99486f7744a32234762": 20,
"601aa3d2b2bcb34913271e6d": 12
},
"Caliber762x51": {
"5e023e53d4353e3302577c4c": 25,
"58dd3ad986f77403051cba8f": 42,
"5a608bf24f39f98ffc77720e": 20,
"5a6086ea4f39f99cd479502f": 10,
"5efb0c1bd79ff02a1f5e68d9": 2,
"6768c25aa7b238f14a08d3f6": 1
},
"Caliber762x54R": {
"5e023cf8186a883be655e54f": 3,
"5887431f2459777e1612938f": 20,
"59e77a2386f7742ee578960a": 25,
"5e023d34e8a400319a28ed44": 22,
"560d61e84bdc2da74d8b4571": 15,
"5e023d48186a883be655e551": 10
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 5,
"5fc382c1016cce60e8341b20": 8,
"5fc275cf85fd526b824a571a": 8,
"5fc382a9d724d907e2077dab": 5
},
"Caliber9x18PM": {
"57371e4124597760ff7b25f1": 3,
"5737201124597760fc4431f1": 5,
"573720e02459776143012541": 12,
"573718ba2459775a75491131": 18,
"57371aab2459775a77142f22": 12,
"573719df2459775a626ccbc2": 10
},
"Caliber9x19PARA": {
"5c0d56a986f774449d5de529": 9,
"5efb0e16aeb21837e749c7ff": 5,
"5a3c16fe86f77452b62de32a": 4,
"56d59d3ad2720bdb418b4577": 18,
"5c925fa22e221601da359b7b": 22,
"5efb0da7a29a85116f6ea05f": 9
},
"Caliber9x21": {
"5a269f97c4a282000b151807": 8,
"6576f93989f0062e741ba952": 18,
"5a26ac0ec4a28200741e1e18": 18,
"6576f4708ca9c4381d16cd9d": 8
},
"Caliber9x33R": {
"62330c18744e5e31df12f516": 9,
"62330b3ed4dc74626d570b95": 6
},
"Caliber9x39": {
"5c0d668f86f7747ccb7f13b2": 9,
"61962d879bb3d20b0946d385": 25,
"57a0e5022459774d1673f889": 25,
"5c0d688c86f77413ae3407b2": 12
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 3,
"66a0d1f88486c69fce00fdf6": 30,
"66a0d1e0ed648d72fe064d06": 25,
"668fe62ac62660a5d8071446": 12
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 9,
"67dc212493ce32834b0fa446": 20,
"67dc255ee3028a8b120efc48": 15,
"67dc2648ba5b79876906a166": 10
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
}
}

View File

@ -0,0 +1,488 @@
{
"scavAmmo": {
"Caliber1143x23ACP": {
"5efb0fc6aeb21837e749c801": 1,
"5efb0d4f4bc50b58e81710f3": 3
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 1
},
"Caliber12g": {
"5d6e6772a4b936088465b17c": 2,
"5d6e6806a4b936088465b17e": 2,
"5d6e67fba4b9361bc73bc779": 2,
"560d5e524bdc2d25448b4571": 2,
"5d6e6869a4b9361c140bcfde": 1,
"5d6e68b3a4b9361bca7e50b5": 1,
"58820d1224597753c90aeb13": 1,
"5d6e68dea4b9361bcc29e659": 1,
"5d6e6891a4b9361bd473feea": 1,
"5d6e68e6a4b9361c140bcfe0": 1,
"5d6e689ca4b9361bc8618956": 1
},
"Caliber20g": {
"5d6e695fa4b936359b35d852": 2,
"5d6e69b9a4b9361bc8618958": 2,
"5a38ebd9c4a282000d722a5b": 2,
"5d6e69c7a4b9360b6c0d54e4": 1,
"5d6e6a53a4b9361bd473feec": 1
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 3,
"5e85a9a6eacf8c039e4e2ac1": 1
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 3,
"59e6542b86f77411dc52a77a": 1
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 3,
"5ba26844d4351e00334c9475": 1
},
"Caliber545x39": {
"56dff216d2720bbd668b4568": 1,
"56dff338d2720bbd668b4569": 4,
"56dff421d2720b5f5a8b4567": 4,
"56dff4ecd2720b5f5a8b4568": 2,
"56dff4a2d2720bbd668b456a": 4,
"56dff0bed2720bb0668b4567": 3,
"56dff3afd2720bba668b4567": 1
},
"Caliber556x45NATO": {
"59e6927d86f77411da468256": 2,
"59e6918f86f7746c9f75e849": 2,
"59e68f6f86f7746c9f75e846": 4,
"59e6920f86f77411d82aa167": 5,
"54527a984bdc2d4e668b4567": 1
},
"Caliber57x28": {
"5cc86832d7f00c000d3a6e6c": 2,
"5cc80f79e4a949033c7343b2": 3,
"5cc86840d7f00c002412c56c": 3,
"5cc80f8fe4a949033b0224a2": 1,
"5cc80f53e4a949000e1ea4f8": 1
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 1
},
"Caliber762x25TT": {
"573602322459776445391df1": 2,
"573601b42459776410737435": 2,
"5735fdcd2459776445391d61": 1,
"5736026a245977644601dc61": 1
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 1,
"6196364158ef8c428c287d9f": 6,
"5fbe3ffdf8b6a877a729ea82": 3
},
"Caliber762x39": {
"59e4d3d286f774176a36250a": 2,
"64b7af734b75259c590fa895": 2,
"64b7af5a8532cf95ee0a0dbd": 6,
"59e4d24686f7741776641ac7": 4,
"59e4cf5286f7741778269d8a": 2,
"5656d7c34bdc2d9d198b4587": 1
},
"Caliber762x51": {
"5e023e88277cce2b522ff2b1": 2,
"5e023e6e34d52a55c3304f71": 2,
"5e023e53d4353e3302577c4c": 1
},
"Caliber762x54R": {
"64b8f7c241772715af0f9c3d": 2,
"64b8f7b5389d7ffd620ccba2": 2,
"64b8f7968532cf95ee0a0dbf": 2,
"5e023cf8186a883be655e54f": 2,
"5887431f2459777e1612938f": 1
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 2,
"5fc382c1016cce60e8341b20": 1
},
"Caliber9x18PM": {
"5737218f245977612125ba51": 5,
"57372140245977611f70ee91": 5,
"5737207f24597760ff7b25f2": 2,
"573719762459775a626ccbc1": 3,
"57371f8d24597761006c6a81": 3,
"57371f2b24597761224311f1": 5,
"57371eb62459776125652ac1": 1,
"57371b192459775a9f58a5e0": 1,
"57371e4124597760ff7b25f1": 1
},
"Caliber9x19PARA": {
"5efb0e16aeb21837e749c7ff": 1,
"58864a4f2459770fcc257101": 7,
"5a3c16fe86f77452b62de32a": 12,
"5c3df7d588a4501f290594e5": 6,
"64b7bbb74b75259c590fa897": 4,
"56d59d3ad2720bdb418b4577": 2
},
"Caliber9x21": {
"5a26ac06c4a282000c5a90a8": 5,
"5a26abfac4a28232980eabff": 3,
"5a269f97c4a282000b151807": 1
},
"Caliber9x33R": {
"62330c40bdd19b369e1e53d1": 5,
"62330bfadc5883093563729b": 3,
"62330c18744e5e31df12f516": 1
},
"Caliber9x39": {
"6576f96220d53a5b8f3e395e": 7,
"57a0dfb82459774d3078b56c": 5,
"5c0d668f86f7747ccb7f13b2": 1
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 10,
"66a0d1f88486c69fce00fdf6": 1
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 1
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
},
"pmcAmmo": {
"Caliber1143x23ACP": {
"5ea2a8e200685063ec28c05a": 10,
"5efb0fc6aeb21837e749c801": 5,
"5efb0d4f4bc50b58e81710f3": 30,
"5e81f423763d9f754677bf2e": 50,
"5efb0cabfb3e451d70735af5": 10
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 80,
"5cadf6ddae9215051e1c23b2": 20
},
"Caliber12g": {
"5d6e6806a4b936088465b17e": 15,
"64b8ee384b75259c590fa89b": 6,
"5c0d591486f7744c505b416f": 5,
"5d6e68e6a4b9361c140bcfe0": 15,
"5d6e689ca4b9361bc8618956": 13,
"5d6e68c4a4b9361b93413f79": 9
},
"Caliber20g": {
"5d6e69c7a4b9360b6c0d54e4": 8,
"5d6e6a5fa4b93614ec501745": 6,
"5d6e6a53a4b9361bd473feec": 6,
"5d6e6a05a4b93618084f58d0": 3,
"5d6e6a42a4b9364f07165f52": 2
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 60,
"5e85a9a6eacf8c039e4e2ac1": 30,
"5e85aa1a988a8701445df1f5": 10
},
"Caliber366TKM": {
"59e6542b86f77411dc52a77a": 5,
"59e655cb86f77411dc52a77b": 65,
"5f0596629e22f464da6bbdd9": 30
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26844d4351e00334c9475": 70,
"64b6979341772715af0f9c39": 15,
"5ba2678ad4351e44f824b344": 10,
"5ba26835d4351e0035628ff5": 5
},
"Caliber545x39": {
"56dff0bed2720bb0668b4567": 5,
"56dff3afd2720bba668b4567": 40,
"56dff2ced2720bb4668b4567": 30,
"56dff061d2720bb5668b4567": 15,
"61962b617c6c7b169525f168": 5,
"56dfef82d2720bbd668b4567": 5
},
"Caliber556x45NATO": {
"5c0d5ae286f7741e46554302": 5,
"59e6920f86f77411d82aa167": 10,
"54527a984bdc2d4e668b4567": 50,
"60194943740c5d77f6705eea": 30,
"59e6906286f7746c9f75e847": 10,
"54527ac44bdc2d36668b4567": 5
},
"Caliber57x28": {
"5cc86840d7f00c002412c56c": 10,
"5cc80f8fe4a949033b0224a2": 15,
"5cc80f53e4a949000e1ea4f8": 28,
"5cc80f67e4a949035e43bbba": 7
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 1
},
"Caliber762x25TT": {
"5736026a245977644601dc61": 5,
"573603c924597764442bd9cb": 10,
"573603562459776430731618": 10
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 5,
"5fbe3ffdf8b6a877a729ea82": 55,
"619636be6db0f2477964e710": 30,
"64b8725c4b75259c590fa899": 10
},
"Caliber762x39": {
"5656d7c34bdc2d9d198b4587": 60,
"64b7af434b75259c590fa893": 35,
"59e0d99486f7744a32234762": 5
},
"Caliber762x51": {
"5e023e53d4353e3302577c4c": 60,
"58dd3ad986f77403051cba8f": 35,
"5a608bf24f39f98ffc77720e": 5
},
"Caliber762x54R": {
"5887431f2459777e1612938f": 50,
"59e77a2386f7742ee578960a": 25,
"5e023d34e8a400319a28ed44": 5
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 75,
"5fc382c1016cce60e8341b20": 20,
"5fc275cf85fd526b824a571a": 5
},
"Caliber9x18PM": {
"5737201124597760fc4431f1": 35,
"573720e02459776143012541": 25,
"573718ba2459775a75491131": 25,
"57371aab2459775a77142f22": 10
},
"Caliber9x19PARA": {
"5c0d56a986f774449d5de529": 5,
"5efb0e16aeb21837e749c7ff": 25,
"56d59d3ad2720bdb418b4577": 65,
"5c925fa22e221601da359b7b": 5
},
"Caliber9x21": {
"5a26abfac4a28232980eabff": 12,
"5a269f97c4a282000b151807": 30,
"6576f93989f0062e741ba952": 12,
"5a26ac0ec4a28200741e1e18": 8
},
"Caliber9x33R": {
"62330bfadc5883093563729b": 8,
"62330c18744e5e31df12f516": 8,
"62330b3ed4dc74626d570b95": 2
},
"Caliber9x39": {
"57a0dfb82459774d3078b56c": 25,
"5c0d668f86f7747ccb7f13b2": 60,
"61962d879bb3d20b0946d385": 10,
"57a0e5022459774d1673f889": 5
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 30,
"66a0d1f88486c69fce00fdf6": 60,
"66a0d1e0ed648d72fe064d06": 10
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 15,
"67dc212493ce32834b0fa446": 10,
"67dc255ee3028a8b120efc48": 1
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
},
"bossAmmo": {
"Caliber1143x23ACP": {
"5ea2a8e200685063ec28c05a": 4,
"5efb0fc6aeb21837e749c801": 1,
"5efb0d4f4bc50b58e81710f3": 10,
"5e81f423763d9f754677bf2e": 18,
"5efb0cabfb3e451d70735af5": 10
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 3,
"5cadf6ddae9215051e1c23b2": 12,
"5cadf6eeae921500134b2799": 8
},
"Caliber12g": {
"5d6e6806a4b936088465b17e": 7,
"64b8ee384b75259c590fa89b": 4,
"5d6e6911a4b9361bd5780d52": 3,
"5c0d591486f7744c505b416f": 5,
"5d6e6891a4b9361bd473feea": 2,
"5d6e68e6a4b9361c140bcfe0": 6,
"5d6e689ca4b9361bc8618956": 8,
"5d6e68c4a4b9361b93413f79": 8,
"5d6e68a8a4b9360b6c0d54e2": 3
},
"Caliber20g": {
"5d6e69c7a4b9360b6c0d54e4": 1,
"5d6e6a53a4b9361bd473feec": 4,
"5d6e6a05a4b93618084f58d0": 5,
"5d6e6a42a4b9364f07165f52": 5
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 2,
"5e85a9a6eacf8c039e4e2ac1": 4,
"5e85aa1a988a8701445df1f5": 4
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 1,
"59e6542b86f77411dc52a77a": 2,
"59e655cb86f77411dc52a77b": 10,
"5f0596629e22f464da6bbdd9": 8
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 2,
"5ba26844d4351e00334c9475": 4,
"5ba2678ad4351e44f824b344": 15,
"64b6979341772715af0f9c39": 15,
"5ba26835d4351e0035628ff5": 8
},
"Caliber545x39": {
"56dff3afd2720bba668b4567": 10,
"56dff2ced2720bb4668b4567": 30,
"56dff061d2720bb5668b4567": 30,
"61962b617c6c7b169525f168": 10,
"56dfef82d2720bbd668b4567": 10,
"56dff026d2720bb8668b4567": 5,
"5c0d5e4486f77478390952fe": 5
},
"Caliber556x45NATO": {
"5c0d5ae286f7741e46554302": 10,
"54527a984bdc2d4e668b4567": 10,
"60194943740c5d77f6705eea": 30,
"59e6906286f7746c9f75e847": 25,
"54527ac44bdc2d36668b4567": 15,
"59e690b686f7746c9f75e848": 5,
"601949593ae8f707c4608daa": 5
},
"Caliber57x28": {
"5cc80f8fe4a949033b0224a2": 5,
"5cc80f53e4a949000e1ea4f8": 21,
"5cc80f67e4a949035e43bbba": 15,
"5cc80f38e4a949001152b560": 12
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 10,
"6529243824cbe3c74a05e5c1": 5
},
"Caliber762x25TT": {
"5736026a245977644601dc61": 5,
"573603c924597764442bd9cb": 10,
"573603562459776430731618": 10
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 7,
"5fbe3ffdf8b6a877a729ea82": 6,
"619636be6db0f2477964e710": 23,
"64b8725c4b75259c590fa899": 20,
"5fd20ff893a8961fc660a954": 9
},
"Caliber762x39": {
"59e4cf5286f7741778269d8a": 4,
"5656d7c34bdc2d9d198b4587": 28,
"64b7af434b75259c590fa893": 33,
"59e0d99486f7744a32234762": 20,
"601aa3d2b2bcb34913271e6d": 12
},
"Caliber762x51": {
"5e023e53d4353e3302577c4c": 25,
"58dd3ad986f77403051cba8f": 42,
"5a608bf24f39f98ffc77720e": 20,
"5a6086ea4f39f99cd479502f": 10,
"5efb0c1bd79ff02a1f5e68d9": 2,
"6768c25aa7b238f14a08d3f6": 1
},
"Caliber762x54R": {
"5e023cf8186a883be655e54f": 3,
"5887431f2459777e1612938f": 20,
"59e77a2386f7742ee578960a": 25,
"5e023d34e8a400319a28ed44": 22,
"560d61e84bdc2da74d8b4571": 15,
"5e023d48186a883be655e551": 10
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 5,
"5fc382c1016cce60e8341b20": 8,
"5fc275cf85fd526b824a571a": 8,
"5fc382a9d724d907e2077dab": 5
},
"Caliber9x18PM": {
"57371e4124597760ff7b25f1": 3,
"5737201124597760fc4431f1": 5,
"573720e02459776143012541": 12,
"573718ba2459775a75491131": 18,
"57371aab2459775a77142f22": 12,
"573719df2459775a626ccbc2": 10
},
"Caliber9x19PARA": {
"5c0d56a986f774449d5de529": 9,
"5efb0e16aeb21837e749c7ff": 5,
"5a3c16fe86f77452b62de32a": 4,
"56d59d3ad2720bdb418b4577": 18,
"5c925fa22e221601da359b7b": 22,
"5efb0da7a29a85116f6ea05f": 9
},
"Caliber9x21": {
"5a269f97c4a282000b151807": 8,
"6576f93989f0062e741ba952": 18,
"5a26ac0ec4a28200741e1e18": 18,
"6576f4708ca9c4381d16cd9d": 8
},
"Caliber9x33R": {
"62330c18744e5e31df12f516": 9,
"62330b3ed4dc74626d570b95": 6
},
"Caliber9x39": {
"5c0d668f86f7747ccb7f13b2": 9,
"61962d879bb3d20b0946d385": 25,
"57a0e5022459774d1673f889": 25,
"5c0d688c86f77413ae3407b2": 12
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 3,
"66a0d1f88486c69fce00fdf6": 30,
"66a0d1e0ed648d72fe064d06": 25,
"668fe62ac62660a5d8071446": 12
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 9,
"67dc212493ce32834b0fa446": 20,
"67dc255ee3028a8b120efc48": 15,
"67dc2648ba5b79876906a166": 10
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
}
}

View File

@ -0,0 +1,494 @@
{
"scavAmmo": {
"Caliber1143x23ACP": {
"5efb0fc6aeb21837e749c801": 1,
"5efb0d4f4bc50b58e81710f3": 3
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 1
},
"Caliber12g": {
"5d6e6772a4b936088465b17c": 2,
"5d6e6806a4b936088465b17e": 2,
"5d6e67fba4b9361bc73bc779": 2,
"560d5e524bdc2d25448b4571": 2,
"5d6e6869a4b9361c140bcfde": 1,
"5d6e68b3a4b9361bca7e50b5": 1,
"58820d1224597753c90aeb13": 1,
"5d6e68dea4b9361bcc29e659": 1,
"5d6e6891a4b9361bd473feea": 1,
"5d6e68e6a4b9361c140bcfe0": 1,
"5d6e689ca4b9361bc8618956": 1
},
"Caliber20g": {
"5d6e695fa4b936359b35d852": 2,
"5d6e69b9a4b9361bc8618958": 2,
"5a38ebd9c4a282000d722a5b": 2,
"5d6e69c7a4b9360b6c0d54e4": 1,
"5d6e6a53a4b9361bd473feec": 1
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 3,
"5e85a9a6eacf8c039e4e2ac1": 1
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 3,
"59e6542b86f77411dc52a77a": 1
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 3,
"5ba26844d4351e00334c9475": 1
},
"Caliber545x39": {
"56dff216d2720bbd668b4568": 1,
"56dff338d2720bbd668b4569": 4,
"56dff421d2720b5f5a8b4567": 4,
"56dff4ecd2720b5f5a8b4568": 2,
"56dff4a2d2720bbd668b456a": 4,
"56dff0bed2720bb0668b4567": 3,
"56dff3afd2720bba668b4567": 1
},
"Caliber556x45NATO": {
"59e6927d86f77411da468256": 2,
"59e6918f86f7746c9f75e849": 2,
"59e68f6f86f7746c9f75e846": 4,
"59e6920f86f77411d82aa167": 5,
"54527a984bdc2d4e668b4567": 1
},
"Caliber57x28": {
"5cc86832d7f00c000d3a6e6c": 2,
"5cc80f79e4a949033c7343b2": 3,
"5cc86840d7f00c002412c56c": 3,
"5cc80f8fe4a949033b0224a2": 1,
"5cc80f53e4a949000e1ea4f8": 1
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 1
},
"Caliber762x25TT": {
"573602322459776445391df1": 2,
"573601b42459776410737435": 2,
"5735fdcd2459776445391d61": 1,
"5736026a245977644601dc61": 1
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 1,
"6196364158ef8c428c287d9f": 6,
"5fbe3ffdf8b6a877a729ea82": 3
},
"Caliber762x39": {
"59e4d3d286f774176a36250a": 2,
"64b7af734b75259c590fa895": 2,
"64b7af5a8532cf95ee0a0dbd": 6,
"59e4d24686f7741776641ac7": 4,
"59e4cf5286f7741778269d8a": 2,
"5656d7c34bdc2d9d198b4587": 1
},
"Caliber762x51": {
"5e023e88277cce2b522ff2b1": 2,
"5e023e6e34d52a55c3304f71": 2,
"5e023e53d4353e3302577c4c": 1
},
"Caliber762x54R": {
"64b8f7c241772715af0f9c3d": 2,
"64b8f7b5389d7ffd620ccba2": 2,
"64b8f7968532cf95ee0a0dbf": 2,
"5e023cf8186a883be655e54f": 2,
"5887431f2459777e1612938f": 1
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 2,
"5fc382c1016cce60e8341b20": 1
},
"Caliber9x18PM": {
"5737218f245977612125ba51": 5,
"57372140245977611f70ee91": 5,
"5737207f24597760ff7b25f2": 2,
"573719762459775a626ccbc1": 3,
"57371f8d24597761006c6a81": 3,
"57371f2b24597761224311f1": 5,
"57371eb62459776125652ac1": 1,
"57371b192459775a9f58a5e0": 1,
"57371e4124597760ff7b25f1": 1
},
"Caliber9x19PARA": {
"5efb0e16aeb21837e749c7ff": 1,
"58864a4f2459770fcc257101": 7,
"5a3c16fe86f77452b62de32a": 12,
"5c3df7d588a4501f290594e5": 6,
"64b7bbb74b75259c590fa897": 4,
"56d59d3ad2720bdb418b4577": 2
},
"Caliber9x21": {
"5a26ac06c4a282000c5a90a8": 5,
"5a26abfac4a28232980eabff": 3,
"5a269f97c4a282000b151807": 1
},
"Caliber9x33R": {
"62330c40bdd19b369e1e53d1": 5,
"62330bfadc5883093563729b": 3,
"62330c18744e5e31df12f516": 1
},
"Caliber9x39": {
"6576f96220d53a5b8f3e395e": 7,
"57a0dfb82459774d3078b56c": 5,
"5c0d668f86f7747ccb7f13b2": 1
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 10,
"66a0d1f88486c69fce00fdf6": 1
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 1
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
},
"pmcAmmo": {
"Caliber1143x23ACP": {
"5ea2a8e200685063ec28c05a": 20,
"5efb0d4f4bc50b58e81710f3": 10,
"5e81f423763d9f754677bf2e": 30,
"5efb0cabfb3e451d70735af5": 20
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 15,
"5cadf6ddae9215051e1c23b2": 50,
"5cadf6eeae921500134b2799": 35
},
"Caliber12g": {
"5d6e6806a4b936088465b17e": 10,
"64b8ee384b75259c590fa89b": 20,
"5d6e6911a4b9361bd5780d52": 20,
"5c0d591486f7744c505b416f": 5,
"5d6e68e6a4b9361c140bcfe0": 5,
"5d6e689ca4b9361bc8618956": 5,
"5d6e68c4a4b9361b93413f79": 35,
"5d6e68a8a4b9360b6c0d54e2": 15
},
"Caliber20g": {
"5d6e6a5fa4b93614ec501745": 15,
"5d6e6a53a4b9361bd473feec": 15,
"5d6e6a05a4b93618084f58d0": 35,
"5d6e6a42a4b9364f07165f52": 35
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 40,
"5e85a9a6eacf8c039e4e2ac1": 35,
"5e85aa1a988a8701445df1f5": 25
},
"Caliber366TKM": {
"59e655cb86f77411dc52a77b": 40,
"5f0596629e22f464da6bbdd9": 60
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26844d4351e00334c9475": 40,
"64b6979341772715af0f9c39": 30,
"5ba2678ad4351e44f824b344": 20,
"5ba26835d4351e0035628ff5": 10
},
"Caliber545x39": {
"56dff2ced2720bb4668b4567": 40,
"56dff061d2720bb5668b4567": 35,
"61962b617c6c7b169525f168": 15,
"56dfef82d2720bbd668b4567": 5,
"56dff026d2720bb8668b4567": 5
},
"Caliber556x45NATO": {
"5c0d5ae286f7741e46554302": 5,
"60194943740c5d77f6705eea": 40,
"59e6906286f7746c9f75e847": 35,
"54527ac44bdc2d36668b4567": 15,
"59e690b686f7746c9f75e848": 5
},
"Caliber57x28": {
"5cc80f53e4a949000e1ea4f8": 20,
"5cc80f67e4a949035e43bbba": 40,
"5cc80f38e4a949001152b560": 30
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 80,
"6529243824cbe3c74a05e5c1": 20
},
"Caliber762x25TT": {
"573603c924597764442bd9cb": 10,
"573603562459776430731618": 10
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 5,
"5fbe3ffdf8b6a877a729ea82": 40,
"619636be6db0f2477964e710": 40,
"64b8725c4b75259c590fa899": 10,
"5fd20ff893a8961fc660a954": 5
},
"Caliber762x39": {
"5656d7c34bdc2d9d198b4587": 40,
"64b7af434b75259c590fa893": 40,
"59e0d99486f7744a32234762": 15,
"601aa3d2b2bcb34913271e6d": 5
},
"Caliber762x51": {
"5e023e53d4353e3302577c4c": 20,
"58dd3ad986f77403051cba8f": 47,
"5a608bf24f39f98ffc77720e": 20,
"5a6086ea4f39f99cd479502f": 10,
"5efb0c1bd79ff02a1f5e68d9": 2,
"6768c25aa7b238f14a08d3f6": 1
},
"Caliber762x54R": {
"5887431f2459777e1612938f": 30,
"59e77a2386f7742ee578960a": 45,
"5e023d34e8a400319a28ed44": 20,
"560d61e84bdc2da74d8b4571": 5
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 20,
"5fc382c1016cce60e8341b20": 40,
"5fc275cf85fd526b824a571a": 25,
"5fc382a9d724d907e2077dab": 5
},
"Caliber9x18PM": {
"5737201124597760fc4431f1": 15,
"573720e02459776143012541": 20,
"573718ba2459775a75491131": 30,
"57371aab2459775a77142f22": 20,
"573719df2459775a626ccbc2": 15
},
"Caliber9x19PARA": {
"5c0d56a986f774449d5de529": 10,
"5efb0e16aeb21837e749c7ff": 15,
"56d59d3ad2720bdb418b4577": 50,
"5c925fa22e221601da359b7b": 20,
"5efb0da7a29a85116f6ea05f": 5
},
"Caliber9x21": {
"5a269f97c4a282000b151807": 25,
"6576f93989f0062e741ba952": 25,
"5a26ac0ec4a28200741e1e18": 12,
"6576f4708ca9c4381d16cd9d": 8
},
"Caliber9x33R": {
"62330c18744e5e31df12f516": 9,
"62330b3ed4dc74626d570b95": 6
},
"Caliber9x39": {
"5c0d668f86f7747ccb7f13b2": 20,
"61962d879bb3d20b0946d385": 50,
"57a0e5022459774d1673f889": 25,
"5c0d688c86f77413ae3407b2": 5
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 5,
"66a0d1f88486c69fce00fdf6": 60,
"66a0d1e0ed648d72fe064d06": 30,
"668fe62ac62660a5d8071446": 5
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 8,
"67dc212493ce32834b0fa446": 12,
"67dc255ee3028a8b120efc48": 4
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
},
"bossAmmo": {
"Caliber1143x23ACP": {
"5ea2a8e200685063ec28c05a": 4,
"5efb0fc6aeb21837e749c801": 1,
"5efb0d4f4bc50b58e81710f3": 10,
"5e81f423763d9f754677bf2e": 18,
"5efb0cabfb3e451d70735af5": 10
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 3,
"5cadf6ddae9215051e1c23b2": 12,
"5cadf6eeae921500134b2799": 8
},
"Caliber12g": {
"5d6e6806a4b936088465b17e": 7,
"64b8ee384b75259c590fa89b": 4,
"5d6e6911a4b9361bd5780d52": 3,
"5c0d591486f7744c505b416f": 5,
"5d6e6891a4b9361bd473feea": 2,
"5d6e68e6a4b9361c140bcfe0": 6,
"5d6e689ca4b9361bc8618956": 8,
"5d6e68c4a4b9361b93413f79": 8,
"5d6e68a8a4b9360b6c0d54e2": 3
},
"Caliber20g": {
"5d6e69c7a4b9360b6c0d54e4": 1,
"5d6e6a53a4b9361bd473feec": 4,
"5d6e6a05a4b93618084f58d0": 5,
"5d6e6a42a4b9364f07165f52": 5
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 2,
"5e85a9a6eacf8c039e4e2ac1": 4,
"5e85aa1a988a8701445df1f5": 4
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 1,
"59e6542b86f77411dc52a77a": 2,
"59e655cb86f77411dc52a77b": 10,
"5f0596629e22f464da6bbdd9": 8
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 2,
"5ba26844d4351e00334c9475": 4,
"5ba2678ad4351e44f824b344": 15,
"64b6979341772715af0f9c39": 15,
"5ba26835d4351e0035628ff5": 8
},
"Caliber545x39": {
"56dff3afd2720bba668b4567": 10,
"56dff2ced2720bb4668b4567": 30,
"56dff061d2720bb5668b4567": 30,
"61962b617c6c7b169525f168": 10,
"56dfef82d2720bbd668b4567": 10,
"56dff026d2720bb8668b4567": 5,
"5c0d5e4486f77478390952fe": 5
},
"Caliber556x45NATO": {
"5c0d5ae286f7741e46554302": 10,
"54527a984bdc2d4e668b4567": 10,
"60194943740c5d77f6705eea": 30,
"59e6906286f7746c9f75e847": 25,
"54527ac44bdc2d36668b4567": 15,
"59e690b686f7746c9f75e848": 5,
"601949593ae8f707c4608daa": 5
},
"Caliber57x28": {
"5cc80f8fe4a949033b0224a2": 5,
"5cc80f53e4a949000e1ea4f8": 21,
"5cc80f67e4a949035e43bbba": 15,
"5cc80f38e4a949001152b560": 12
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 10,
"6529243824cbe3c74a05e5c1": 5
},
"Caliber762x25TT": {
"5736026a245977644601dc61": 5,
"573603c924597764442bd9cb": 10,
"573603562459776430731618": 10
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 7,
"5fbe3ffdf8b6a877a729ea82": 6,
"619636be6db0f2477964e710": 23,
"64b8725c4b75259c590fa899": 20,
"5fd20ff893a8961fc660a954": 9
},
"Caliber762x39": {
"59e4cf5286f7741778269d8a": 4,
"5656d7c34bdc2d9d198b4587": 28,
"64b7af434b75259c590fa893": 33,
"59e0d99486f7744a32234762": 20,
"601aa3d2b2bcb34913271e6d": 12
},
"Caliber762x51": {
"5e023e53d4353e3302577c4c": 25,
"58dd3ad986f77403051cba8f": 42,
"5a608bf24f39f98ffc77720e": 20,
"5a6086ea4f39f99cd479502f": 10,
"5efb0c1bd79ff02a1f5e68d9": 2,
"6768c25aa7b238f14a08d3f6": 1
},
"Caliber762x54R": {
"5e023cf8186a883be655e54f": 3,
"5887431f2459777e1612938f": 20,
"59e77a2386f7742ee578960a": 25,
"5e023d34e8a400319a28ed44": 22,
"560d61e84bdc2da74d8b4571": 15,
"5e023d48186a883be655e551": 10
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 5,
"5fc382c1016cce60e8341b20": 8,
"5fc275cf85fd526b824a571a": 8,
"5fc382a9d724d907e2077dab": 5
},
"Caliber9x18PM": {
"57371e4124597760ff7b25f1": 3,
"5737201124597760fc4431f1": 5,
"573720e02459776143012541": 12,
"573718ba2459775a75491131": 18,
"57371aab2459775a77142f22": 12,
"573719df2459775a626ccbc2": 10
},
"Caliber9x19PARA": {
"5c0d56a986f774449d5de529": 9,
"5efb0e16aeb21837e749c7ff": 5,
"5a3c16fe86f77452b62de32a": 4,
"56d59d3ad2720bdb418b4577": 18,
"5c925fa22e221601da359b7b": 22,
"5efb0da7a29a85116f6ea05f": 9
},
"Caliber9x21": {
"5a269f97c4a282000b151807": 8,
"6576f93989f0062e741ba952": 18,
"5a26ac0ec4a28200741e1e18": 18,
"6576f4708ca9c4381d16cd9d": 8
},
"Caliber9x33R": {
"62330c18744e5e31df12f516": 9,
"62330b3ed4dc74626d570b95": 6
},
"Caliber9x39": {
"5c0d668f86f7747ccb7f13b2": 9,
"61962d879bb3d20b0946d385": 25,
"57a0e5022459774d1673f889": 25,
"5c0d688c86f77413ae3407b2": 12
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 3,
"66a0d1f88486c69fce00fdf6": 30,
"66a0d1e0ed648d72fe064d06": 25,
"668fe62ac62660a5d8071446": 12
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 9,
"67dc212493ce32834b0fa446": 20,
"67dc255ee3028a8b120efc48": 15,
"67dc2648ba5b79876906a166": 10
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
}
}

View File

@ -0,0 +1,483 @@
{
"scavAmmo": {
"Caliber1143x23ACP": {
"5efb0fc6aeb21837e749c801": 1,
"5efb0d4f4bc50b58e81710f3": 3
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 1
},
"Caliber12g": {
"5d6e6772a4b936088465b17c": 2,
"5d6e6806a4b936088465b17e": 2,
"5d6e67fba4b9361bc73bc779": 2,
"560d5e524bdc2d25448b4571": 2,
"5d6e6869a4b9361c140bcfde": 1,
"5d6e68b3a4b9361bca7e50b5": 1,
"58820d1224597753c90aeb13": 1,
"5d6e68dea4b9361bcc29e659": 1,
"5d6e6891a4b9361bd473feea": 1,
"5d6e68e6a4b9361c140bcfe0": 1,
"5d6e689ca4b9361bc8618956": 1
},
"Caliber20g": {
"5d6e695fa4b936359b35d852": 2,
"5d6e69b9a4b9361bc8618958": 2,
"5a38ebd9c4a282000d722a5b": 2,
"5d6e69c7a4b9360b6c0d54e4": 1,
"5d6e6a53a4b9361bd473feec": 1
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 3,
"5e85a9a6eacf8c039e4e2ac1": 1
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 3,
"59e6542b86f77411dc52a77a": 1
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 3,
"5ba26844d4351e00334c9475": 1
},
"Caliber545x39": {
"56dff216d2720bbd668b4568": 1,
"56dff338d2720bbd668b4569": 4,
"56dff421d2720b5f5a8b4567": 4,
"56dff4ecd2720b5f5a8b4568": 2,
"56dff4a2d2720bbd668b456a": 4,
"56dff0bed2720bb0668b4567": 3,
"56dff3afd2720bba668b4567": 1
},
"Caliber556x45NATO": {
"59e6927d86f77411da468256": 2,
"59e6918f86f7746c9f75e849": 2,
"59e68f6f86f7746c9f75e846": 4,
"59e6920f86f77411d82aa167": 5,
"54527a984bdc2d4e668b4567": 1
},
"Caliber57x28": {
"5cc86832d7f00c000d3a6e6c": 2,
"5cc80f79e4a949033c7343b2": 3,
"5cc86840d7f00c002412c56c": 3,
"5cc80f8fe4a949033b0224a2": 1,
"5cc80f53e4a949000e1ea4f8": 1
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 1
},
"Caliber762x25TT": {
"573602322459776445391df1": 2,
"573601b42459776410737435": 2,
"5735fdcd2459776445391d61": 1,
"5736026a245977644601dc61": 1
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 1,
"6196364158ef8c428c287d9f": 6,
"5fbe3ffdf8b6a877a729ea82": 3
},
"Caliber762x39": {
"59e4d3d286f774176a36250a": 2,
"64b7af734b75259c590fa895": 2,
"64b7af5a8532cf95ee0a0dbd": 6,
"59e4d24686f7741776641ac7": 4,
"59e4cf5286f7741778269d8a": 2,
"5656d7c34bdc2d9d198b4587": 1
},
"Caliber762x51": {
"5e023e88277cce2b522ff2b1": 2,
"5e023e6e34d52a55c3304f71": 2,
"5e023e53d4353e3302577c4c": 1
},
"Caliber762x54R": {
"64b8f7c241772715af0f9c3d": 2,
"64b8f7b5389d7ffd620ccba2": 2,
"64b8f7968532cf95ee0a0dbf": 2,
"5e023cf8186a883be655e54f": 2,
"5887431f2459777e1612938f": 1
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 2,
"5fc382c1016cce60e8341b20": 1
},
"Caliber9x18PM": {
"5737218f245977612125ba51": 5,
"57372140245977611f70ee91": 5,
"5737207f24597760ff7b25f2": 2,
"573719762459775a626ccbc1": 3,
"57371f8d24597761006c6a81": 3,
"57371f2b24597761224311f1": 5,
"57371eb62459776125652ac1": 1,
"57371b192459775a9f58a5e0": 1,
"57371e4124597760ff7b25f1": 1
},
"Caliber9x19PARA": {
"5efb0e16aeb21837e749c7ff": 1,
"58864a4f2459770fcc257101": 7,
"5a3c16fe86f77452b62de32a": 12,
"5c3df7d588a4501f290594e5": 6,
"64b7bbb74b75259c590fa897": 4,
"56d59d3ad2720bdb418b4577": 2
},
"Caliber9x21": {
"5a26ac06c4a282000c5a90a8": 5,
"5a26abfac4a28232980eabff": 3,
"5a269f97c4a282000b151807": 1
},
"Caliber9x33R": {
"62330c40bdd19b369e1e53d1": 5,
"62330bfadc5883093563729b": 3,
"62330c18744e5e31df12f516": 1
},
"Caliber9x39": {
"6576f96220d53a5b8f3e395e": 7,
"57a0dfb82459774d3078b56c": 5,
"5c0d668f86f7747ccb7f13b2": 1
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 10,
"66a0d1f88486c69fce00fdf6": 1
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 1
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
},
"pmcAmmo": {
"Caliber1143x23ACP": {
"5ea2a8e200685063ec28c05a": 20,
"5e81f423763d9f754677bf2e": 35,
"5efb0cabfb3e451d70735af5": 45
},
"Caliber127x55": {
"5cadf6ddae9215051e1c23b2": 45,
"5cadf6eeae921500134b2799": 55
},
"Caliber12g": {
"64b8ee384b75259c590fa89b": 10,
"5d6e6911a4b9361bd5780d52": 25,
"5d6e68c4a4b9361b93413f79": 25,
"5d6e68a8a4b9360b6c0d54e2": 25
},
"Caliber20g": {
"5d6e6a5fa4b93614ec501745": 10,
"5d6e6a53a4b9361bd473feec": 10,
"5d6e6a05a4b93618084f58d0": 40,
"5d6e6a42a4b9364f07165f52": 40
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 20,
"5e85a9a6eacf8c039e4e2ac1": 35,
"5e85aa1a988a8701445df1f5": 35
},
"Caliber366TKM": {
"59e655cb86f77411dc52a77b": 30,
"5f0596629e22f464da6bbdd9": 70
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26844d4351e00334c9475": 15,
"64b6979341772715af0f9c39": 30,
"5ba2678ad4351e44f824b344": 40,
"5ba26835d4351e0035628ff5": 15
},
"Caliber545x39": {
"56dff2ced2720bb4668b4567": 20,
"56dff061d2720bb5668b4567": 35,
"61962b617c6c7b169525f168": 20,
"56dfef82d2720bbd668b4567": 10,
"56dff026d2720bb8668b4567": 10,
"5c0d5e4486f77478390952fe": 5
},
"Caliber556x45NATO": {
"60194943740c5d77f6705eea": 25,
"59e6906286f7746c9f75e847": 40,
"54527ac44bdc2d36668b4567": 25,
"59e690b686f7746c9f75e848": 5,
"601949593ae8f707c4608daa": 5
},
"Caliber57x28": {
"5cc80f67e4a949035e43bbba": 35,
"5cc80f38e4a949001152b560": 65
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 50,
"6529243824cbe3c74a05e5c1": 50
},
"Caliber762x25TT": {
"573603562459776430731618": 10
},
"Caliber762x35": {
"5fbe3ffdf8b6a877a729ea82": 15,
"619636be6db0f2477964e710": 40,
"64b8725c4b75259c590fa899": 30,
"5fd20ff893a8961fc660a954": 15
},
"Caliber762x39": {
"5656d7c34bdc2d9d198b4587": 20,
"64b7af434b75259c590fa893": 45,
"59e0d99486f7744a32234762": 30,
"601aa3d2b2bcb34913271e6d": 5
},
"Caliber762x51": {
"58dd3ad986f77403051cba8f": 40,
"5a608bf24f39f98ffc77720e": 35,
"5a6086ea4f39f99cd479502f": 15,
"5efb0c1bd79ff02a1f5e68d9": 5,
"6768c25aa7b238f14a08d3f6": 5
},
"Caliber762x54R": {
"5887431f2459777e1612938f": 5,
"59e77a2386f7742ee578960a": 30,
"5e023d34e8a400319a28ed44": 40,
"560d61e84bdc2da74d8b4571": 20,
"5e023d48186a883be655e551": 5
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 5,
"5fc382c1016cce60e8341b20": 25,
"5fc275cf85fd526b824a571a": 45,
"5fc382a9d724d907e2077dab": 25
},
"Caliber9x18PM": {
"573718ba2459775a75491131": 15,
"57371aab2459775a77142f22": 50,
"573719df2459775a626ccbc2": 35
},
"Caliber9x19PARA": {
"5c0d56a986f774449d5de529": 10,
"56d59d3ad2720bdb418b4577": 25,
"5c925fa22e221601da359b7b": 40,
"5efb0da7a29a85116f6ea05f": 25
},
"Caliber9x21": {
"5a269f97c4a282000b151807": 20,
"6576f93989f0062e741ba952": 20,
"5a26ac0ec4a28200741e1e18": 15,
"6576f4708ca9c4381d16cd9d": 10
},
"Caliber9x33R": {
"62330c18744e5e31df12f516": 10,
"62330b3ed4dc74626d570b95": 10
},
"Caliber9x39": {
"61962d879bb3d20b0946d385": 30,
"57a0e5022459774d1673f889": 40,
"5c0d688c86f77413ae3407b2": 30
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 5,
"66a0d1f88486c69fce00fdf6": 20,
"66a0d1e0ed648d72fe064d06": 50,
"668fe62ac62660a5d8071446": 30
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 8,
"67dc212493ce32834b0fa446": 15,
"67dc255ee3028a8b120efc48": 15,
"67dc2648ba5b79876906a166": 3
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
},
"bossAmmo": {
"Caliber1143x23ACP": {
"5ea2a8e200685063ec28c05a": 4,
"5efb0fc6aeb21837e749c801": 1,
"5efb0d4f4bc50b58e81710f3": 10,
"5e81f423763d9f754677bf2e": 18,
"5efb0cabfb3e451d70735af5": 10
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 3,
"5cadf6ddae9215051e1c23b2": 12,
"5cadf6eeae921500134b2799": 8
},
"Caliber12g": {
"5d6e6806a4b936088465b17e": 7,
"64b8ee384b75259c590fa89b": 4,
"5d6e6911a4b9361bd5780d52": 3,
"5c0d591486f7744c505b416f": 5,
"5d6e6891a4b9361bd473feea": 2,
"5d6e68e6a4b9361c140bcfe0": 6,
"5d6e689ca4b9361bc8618956": 8,
"5d6e68c4a4b9361b93413f79": 8,
"5d6e68a8a4b9360b6c0d54e2": 3
},
"Caliber20g": {
"5d6e69c7a4b9360b6c0d54e4": 1,
"5d6e6a53a4b9361bd473feec": 4,
"5d6e6a05a4b93618084f58d0": 5,
"5d6e6a42a4b9364f07165f52": 5
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 2,
"5e85a9a6eacf8c039e4e2ac1": 4,
"5e85aa1a988a8701445df1f5": 4
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 1,
"59e6542b86f77411dc52a77a": 2,
"59e655cb86f77411dc52a77b": 10,
"5f0596629e22f464da6bbdd9": 8
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 2,
"5ba26844d4351e00334c9475": 4,
"5ba2678ad4351e44f824b344": 15,
"64b6979341772715af0f9c39": 15,
"5ba26835d4351e0035628ff5": 8
},
"Caliber545x39": {
"56dff3afd2720bba668b4567": 10,
"56dff2ced2720bb4668b4567": 30,
"56dff061d2720bb5668b4567": 30,
"61962b617c6c7b169525f168": 10,
"56dfef82d2720bbd668b4567": 10,
"56dff026d2720bb8668b4567": 5,
"5c0d5e4486f77478390952fe": 5
},
"Caliber556x45NATO": {
"5c0d5ae286f7741e46554302": 10,
"54527a984bdc2d4e668b4567": 10,
"60194943740c5d77f6705eea": 30,
"59e6906286f7746c9f75e847": 25,
"54527ac44bdc2d36668b4567": 15,
"59e690b686f7746c9f75e848": 5,
"601949593ae8f707c4608daa": 5
},
"Caliber57x28": {
"5cc80f8fe4a949033b0224a2": 5,
"5cc80f53e4a949000e1ea4f8": 21,
"5cc80f67e4a949035e43bbba": 15,
"5cc80f38e4a949001152b560": 12
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 10,
"6529243824cbe3c74a05e5c1": 5
},
"Caliber762x25TT": {
"5736026a245977644601dc61": 5,
"573603c924597764442bd9cb": 10,
"573603562459776430731618": 10
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 7,
"5fbe3ffdf8b6a877a729ea82": 6,
"619636be6db0f2477964e710": 23,
"64b8725c4b75259c590fa899": 20,
"5fd20ff893a8961fc660a954": 9
},
"Caliber762x39": {
"59e4cf5286f7741778269d8a": 4,
"5656d7c34bdc2d9d198b4587": 28,
"64b7af434b75259c590fa893": 33,
"59e0d99486f7744a32234762": 20,
"601aa3d2b2bcb34913271e6d": 12
},
"Caliber762x51": {
"5e023e53d4353e3302577c4c": 25,
"58dd3ad986f77403051cba8f": 42,
"5a608bf24f39f98ffc77720e": 20,
"5a6086ea4f39f99cd479502f": 10,
"5efb0c1bd79ff02a1f5e68d9": 2,
"6768c25aa7b238f14a08d3f6": 1
},
"Caliber762x54R": {
"5e023cf8186a883be655e54f": 3,
"5887431f2459777e1612938f": 20,
"59e77a2386f7742ee578960a": 25,
"5e023d34e8a400319a28ed44": 22,
"560d61e84bdc2da74d8b4571": 15,
"5e023d48186a883be655e551": 10
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 5,
"5fc382c1016cce60e8341b20": 8,
"5fc275cf85fd526b824a571a": 8,
"5fc382a9d724d907e2077dab": 5
},
"Caliber9x18PM": {
"57371e4124597760ff7b25f1": 3,
"5737201124597760fc4431f1": 5,
"573720e02459776143012541": 12,
"573718ba2459775a75491131": 18,
"57371aab2459775a77142f22": 12,
"573719df2459775a626ccbc2": 10
},
"Caliber9x19PARA": {
"5c0d56a986f774449d5de529": 9,
"5efb0e16aeb21837e749c7ff": 5,
"5a3c16fe86f77452b62de32a": 4,
"56d59d3ad2720bdb418b4577": 18,
"5c925fa22e221601da359b7b": 22,
"5efb0da7a29a85116f6ea05f": 9
},
"Caliber9x21": {
"5a269f97c4a282000b151807": 8,
"6576f93989f0062e741ba952": 18,
"5a26ac0ec4a28200741e1e18": 18,
"6576f4708ca9c4381d16cd9d": 8
},
"Caliber9x33R": {
"62330c18744e5e31df12f516": 9,
"62330b3ed4dc74626d570b95": 6
},
"Caliber9x39": {
"5c0d668f86f7747ccb7f13b2": 9,
"61962d879bb3d20b0946d385": 25,
"57a0e5022459774d1673f889": 25,
"5c0d688c86f77413ae3407b2": 12
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 3,
"66a0d1f88486c69fce00fdf6": 30,
"66a0d1e0ed648d72fe064d06": 25,
"668fe62ac62660a5d8071446": 12
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 9,
"67dc212493ce32834b0fa446": 20,
"67dc255ee3028a8b120efc48": 15,
"67dc2648ba5b79876906a166": 10
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
}
}

View File

@ -0,0 +1,475 @@
{
"scavAmmo": {
"Caliber1143x23ACP": {
"5efb0fc6aeb21837e749c801": 1,
"5efb0d4f4bc50b58e81710f3": 3
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 1
},
"Caliber12g": {
"5d6e6772a4b936088465b17c": 2,
"5d6e6806a4b936088465b17e": 2,
"5d6e67fba4b9361bc73bc779": 2,
"560d5e524bdc2d25448b4571": 2,
"5d6e6869a4b9361c140bcfde": 1,
"5d6e68b3a4b9361bca7e50b5": 1,
"58820d1224597753c90aeb13": 1,
"5d6e68dea4b9361bcc29e659": 1,
"5d6e6891a4b9361bd473feea": 1,
"5d6e68e6a4b9361c140bcfe0": 1,
"5d6e689ca4b9361bc8618956": 1
},
"Caliber20g": {
"5d6e695fa4b936359b35d852": 2,
"5d6e69b9a4b9361bc8618958": 2,
"5a38ebd9c4a282000d722a5b": 2,
"5d6e69c7a4b9360b6c0d54e4": 1,
"5d6e6a53a4b9361bd473feec": 1
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 3,
"5e85a9a6eacf8c039e4e2ac1": 1
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 3,
"59e6542b86f77411dc52a77a": 1
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 3,
"5ba26844d4351e00334c9475": 1
},
"Caliber545x39": {
"56dff216d2720bbd668b4568": 1,
"56dff338d2720bbd668b4569": 4,
"56dff421d2720b5f5a8b4567": 4,
"56dff4ecd2720b5f5a8b4568": 2,
"56dff4a2d2720bbd668b456a": 4,
"56dff0bed2720bb0668b4567": 3,
"56dff3afd2720bba668b4567": 1
},
"Caliber556x45NATO": {
"59e6927d86f77411da468256": 2,
"59e6918f86f7746c9f75e849": 2,
"59e68f6f86f7746c9f75e846": 4,
"59e6920f86f77411d82aa167": 5,
"54527a984bdc2d4e668b4567": 1
},
"Caliber57x28": {
"5cc86832d7f00c000d3a6e6c": 2,
"5cc80f79e4a949033c7343b2": 3,
"5cc86840d7f00c002412c56c": 3,
"5cc80f8fe4a949033b0224a2": 1,
"5cc80f53e4a949000e1ea4f8": 1
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 1
},
"Caliber762x25TT": {
"573602322459776445391df1": 2,
"573601b42459776410737435": 2,
"5735fdcd2459776445391d61": 1,
"5736026a245977644601dc61": 1
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 1,
"6196364158ef8c428c287d9f": 6,
"5fbe3ffdf8b6a877a729ea82": 3
},
"Caliber762x39": {
"59e4d3d286f774176a36250a": 2,
"64b7af734b75259c590fa895": 2,
"64b7af5a8532cf95ee0a0dbd": 6,
"59e4d24686f7741776641ac7": 4,
"59e4cf5286f7741778269d8a": 2,
"5656d7c34bdc2d9d198b4587": 1
},
"Caliber762x51": {
"5e023e88277cce2b522ff2b1": 2,
"5e023e6e34d52a55c3304f71": 2,
"5e023e53d4353e3302577c4c": 1
},
"Caliber762x54R": {
"64b8f7c241772715af0f9c3d": 2,
"64b8f7b5389d7ffd620ccba2": 2,
"64b8f7968532cf95ee0a0dbf": 2,
"5e023cf8186a883be655e54f": 2,
"5887431f2459777e1612938f": 1
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 2,
"5fc382c1016cce60e8341b20": 1
},
"Caliber9x18PM": {
"5737218f245977612125ba51": 5,
"57372140245977611f70ee91": 5,
"5737207f24597760ff7b25f2": 2,
"573719762459775a626ccbc1": 3,
"57371f8d24597761006c6a81": 3,
"57371f2b24597761224311f1": 5,
"57371eb62459776125652ac1": 1,
"57371b192459775a9f58a5e0": 1,
"57371e4124597760ff7b25f1": 1
},
"Caliber9x19PARA": {
"5efb0e16aeb21837e749c7ff": 1,
"58864a4f2459770fcc257101": 7,
"5a3c16fe86f77452b62de32a": 12,
"5c3df7d588a4501f290594e5": 6,
"64b7bbb74b75259c590fa897": 4,
"56d59d3ad2720bdb418b4577": 2
},
"Caliber9x21": {
"5a26ac06c4a282000c5a90a8": 5,
"5a26abfac4a28232980eabff": 3,
"5a269f97c4a282000b151807": 1
},
"Caliber9x33R": {
"62330c40bdd19b369e1e53d1": 5,
"62330bfadc5883093563729b": 3,
"62330c18744e5e31df12f516": 1
},
"Caliber9x39": {
"6576f96220d53a5b8f3e395e": 7,
"57a0dfb82459774d3078b56c": 5,
"5c0d668f86f7747ccb7f13b2": 1
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 10,
"66a0d1f88486c69fce00fdf6": 1
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 1
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
},
"pmcAmmo": {
"Caliber1143x23ACP": {
"5ea2a8e200685063ec28c05a": 20,
"5e81f423763d9f754677bf2e": 20,
"5efb0cabfb3e451d70735af5": 40
},
"Caliber127x55": {
"5cadf6ddae9215051e1c23b2": 30,
"5cadf6eeae921500134b2799": 70
},
"Caliber12g": {
"64b8ee384b75259c590fa89b": 10,
"5d6e6911a4b9361bd5780d52": 30,
"5d6e68c4a4b9361b93413f79": 30,
"5d6e68a8a4b9360b6c0d54e2": 40
},
"Caliber20g": {
"5d6e6a05a4b93618084f58d0": 40,
"5d6e6a42a4b9364f07165f52": 60
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 5,
"5e85a9a6eacf8c039e4e2ac1": 10,
"5e85aa1a988a8701445df1f5": 15
},
"Caliber366TKM": {
"59e655cb86f77411dc52a77b": 10,
"5f0596629e22f464da6bbdd9": 90
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"64b6979341772715af0f9c39": 30,
"5ba2678ad4351e44f824b344": 30,
"5ba26835d4351e0035628ff5": 30
},
"Caliber545x39": {
"56dff2ced2720bb4668b4567": 10,
"56dff061d2720bb5668b4567": 20,
"61962b617c6c7b169525f168": 20,
"56dfef82d2720bbd668b4567": 20,
"56dff026d2720bb8668b4567": 20,
"5c0d5e4486f77478390952fe": 10
},
"Caliber556x45NATO": {
"60194943740c5d77f6705eea": 5,
"59e6906286f7746c9f75e847": 35,
"54527ac44bdc2d36668b4567": 40,
"59e690b686f7746c9f75e848": 10,
"601949593ae8f707c4608daa": 10
},
"Caliber57x28": {
"5cc80f38e4a949001152b560": 1
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 40,
"6529243824cbe3c74a05e5c1": 60
},
"Caliber762x25TT": {
"573603562459776430731618": 10
},
"Caliber762x35": {
"5fbe3ffdf8b6a877a729ea82": 10,
"619636be6db0f2477964e710": 25,
"64b8725c4b75259c590fa899": 35,
"5fd20ff893a8961fc660a954": 30
},
"Caliber762x39": {
"64b7af434b75259c590fa893": 50,
"59e0d99486f7744a32234762": 40,
"601aa3d2b2bcb34913271e6d": 10
},
"Caliber762x51": {
"58dd3ad986f77403051cba8f": 16,
"5a608bf24f39f98ffc77720e": 35,
"5a6086ea4f39f99cd479502f": 35,
"5efb0c1bd79ff02a1f5e68d9": 7,
"6768c25aa7b238f14a08d3f6": 7
},
"Caliber762x54R": {
"59e77a2386f7742ee578960a": 5,
"5e023d34e8a400319a28ed44": 30,
"560d61e84bdc2da74d8b4571": 45,
"5e023d48186a883be655e551": 20
},
"Caliber86x70": {
"5fc382c1016cce60e8341b20": 10,
"5fc275cf85fd526b824a571a": 50,
"5fc382a9d724d907e2077dab": 40
},
"Caliber9x18PM": {
"573718ba2459775a75491131": 10,
"57371aab2459775a77142f22": 45,
"573719df2459775a626ccbc2": 45
},
"Caliber9x19PARA": {
"5c0d56a986f774449d5de529": 10,
"56d59d3ad2720bdb418b4577": 5,
"5c925fa22e221601da359b7b": 45,
"5efb0da7a29a85116f6ea05f": 35
},
"Caliber9x21": {
"5a269f97c4a282000b151807": 10,
"6576f93989f0062e741ba952": 20,
"5a26ac0ec4a28200741e1e18": 30,
"6576f4708ca9c4381d16cd9d": 30
},
"Caliber9x33R": {
"62330b3ed4dc74626d570b95": 10
},
"Caliber9x39": {
"61962d879bb3d20b0946d385": 20,
"57a0e5022459774d1673f889": 40,
"5c0d688c86f77413ae3407b2": 40
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 2,
"66a0d1f88486c69fce00fdf6": 10,
"66a0d1e0ed648d72fe064d06": 40,
"668fe62ac62660a5d8071446": 40
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 3,
"67dc212493ce32834b0fa446": 9,
"67dc255ee3028a8b120efc48": 13,
"67dc2648ba5b79876906a166": 7
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
},
"bossAmmo": {
"Caliber1143x23ACP": {
"5ea2a8e200685063ec28c05a": 4,
"5efb0fc6aeb21837e749c801": 1,
"5efb0d4f4bc50b58e81710f3": 10,
"5e81f423763d9f754677bf2e": 18,
"5efb0cabfb3e451d70735af5": 10
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 3,
"5cadf6ddae9215051e1c23b2": 12,
"5cadf6eeae921500134b2799": 8
},
"Caliber12g": {
"5d6e6806a4b936088465b17e": 7,
"64b8ee384b75259c590fa89b": 4,
"5d6e6911a4b9361bd5780d52": 3,
"5c0d591486f7744c505b416f": 5,
"5d6e6891a4b9361bd473feea": 2,
"5d6e68e6a4b9361c140bcfe0": 6,
"5d6e689ca4b9361bc8618956": 8,
"5d6e68c4a4b9361b93413f79": 8,
"5d6e68a8a4b9360b6c0d54e2": 3
},
"Caliber20g": {
"5d6e69c7a4b9360b6c0d54e4": 1,
"5d6e6a53a4b9361bd473feec": 4,
"5d6e6a05a4b93618084f58d0": 5,
"5d6e6a42a4b9364f07165f52": 5
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 2,
"5e85a9a6eacf8c039e4e2ac1": 4,
"5e85aa1a988a8701445df1f5": 4
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 1,
"59e6542b86f77411dc52a77a": 2,
"59e655cb86f77411dc52a77b": 10,
"5f0596629e22f464da6bbdd9": 8
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 2,
"5ba26844d4351e00334c9475": 4,
"5ba2678ad4351e44f824b344": 15,
"64b6979341772715af0f9c39": 15,
"5ba26835d4351e0035628ff5": 8
},
"Caliber545x39": {
"56dff3afd2720bba668b4567": 10,
"56dff2ced2720bb4668b4567": 30,
"56dff061d2720bb5668b4567": 30,
"61962b617c6c7b169525f168": 10,
"56dfef82d2720bbd668b4567": 10,
"56dff026d2720bb8668b4567": 5,
"5c0d5e4486f77478390952fe": 5
},
"Caliber556x45NATO": {
"5c0d5ae286f7741e46554302": 10,
"54527a984bdc2d4e668b4567": 10,
"60194943740c5d77f6705eea": 30,
"59e6906286f7746c9f75e847": 25,
"54527ac44bdc2d36668b4567": 15,
"59e690b686f7746c9f75e848": 5,
"601949593ae8f707c4608daa": 5
},
"Caliber57x28": {
"5cc80f8fe4a949033b0224a2": 5,
"5cc80f53e4a949000e1ea4f8": 21,
"5cc80f67e4a949035e43bbba": 15,
"5cc80f38e4a949001152b560": 12
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 10,
"6529243824cbe3c74a05e5c1": 5
},
"Caliber762x25TT": {
"5736026a245977644601dc61": 5,
"573603c924597764442bd9cb": 10,
"573603562459776430731618": 10
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 7,
"5fbe3ffdf8b6a877a729ea82": 6,
"619636be6db0f2477964e710": 23,
"64b8725c4b75259c590fa899": 20,
"5fd20ff893a8961fc660a954": 9
},
"Caliber762x39": {
"59e4cf5286f7741778269d8a": 4,
"5656d7c34bdc2d9d198b4587": 28,
"64b7af434b75259c590fa893": 33,
"59e0d99486f7744a32234762": 20,
"601aa3d2b2bcb34913271e6d": 12
},
"Caliber762x51": {
"5e023e53d4353e3302577c4c": 25,
"58dd3ad986f77403051cba8f": 42,
"5a608bf24f39f98ffc77720e": 20,
"5a6086ea4f39f99cd479502f": 10,
"5efb0c1bd79ff02a1f5e68d9": 2,
"6768c25aa7b238f14a08d3f6": 1
},
"Caliber762x54R": {
"5e023cf8186a883be655e54f": 3,
"5887431f2459777e1612938f": 20,
"59e77a2386f7742ee578960a": 25,
"5e023d34e8a400319a28ed44": 22,
"560d61e84bdc2da74d8b4571": 15,
"5e023d48186a883be655e551": 10
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 5,
"5fc382c1016cce60e8341b20": 8,
"5fc275cf85fd526b824a571a": 8,
"5fc382a9d724d907e2077dab": 5
},
"Caliber9x18PM": {
"57371e4124597760ff7b25f1": 3,
"5737201124597760fc4431f1": 5,
"573720e02459776143012541": 12,
"573718ba2459775a75491131": 18,
"57371aab2459775a77142f22": 12,
"573719df2459775a626ccbc2": 10
},
"Caliber9x19PARA": {
"5c0d56a986f774449d5de529": 9,
"5efb0e16aeb21837e749c7ff": 5,
"5a3c16fe86f77452b62de32a": 4,
"56d59d3ad2720bdb418b4577": 18,
"5c925fa22e221601da359b7b": 22,
"5efb0da7a29a85116f6ea05f": 9
},
"Caliber9x21": {
"5a269f97c4a282000b151807": 8,
"6576f93989f0062e741ba952": 18,
"5a26ac0ec4a28200741e1e18": 18,
"6576f4708ca9c4381d16cd9d": 8
},
"Caliber9x33R": {
"62330c18744e5e31df12f516": 9,
"62330b3ed4dc74626d570b95": 6
},
"Caliber9x39": {
"5c0d668f86f7747ccb7f13b2": 9,
"61962d879bb3d20b0946d385": 25,
"57a0e5022459774d1673f889": 25,
"5c0d688c86f77413ae3407b2": 12
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 3,
"66a0d1f88486c69fce00fdf6": 30,
"66a0d1e0ed648d72fe064d06": 25,
"668fe62ac62660a5d8071446": 12
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 9,
"67dc212493ce32834b0fa446": 20,
"67dc255ee3028a8b120efc48": 15,
"67dc2648ba5b79876906a166": 10
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
}
}

View File

@ -0,0 +1,468 @@
{
"scavAmmo": {
"Caliber1143x23ACP": {
"5efb0fc6aeb21837e749c801": 1,
"5efb0d4f4bc50b58e81710f3": 3
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 1
},
"Caliber12g": {
"5d6e6772a4b936088465b17c": 2,
"5d6e6806a4b936088465b17e": 2,
"5d6e67fba4b9361bc73bc779": 2,
"560d5e524bdc2d25448b4571": 2,
"5d6e6869a4b9361c140bcfde": 1,
"5d6e68b3a4b9361bca7e50b5": 1,
"58820d1224597753c90aeb13": 1,
"5d6e68dea4b9361bcc29e659": 1,
"5d6e6891a4b9361bd473feea": 1,
"5d6e68e6a4b9361c140bcfe0": 1,
"5d6e689ca4b9361bc8618956": 1
},
"Caliber20g": {
"5d6e695fa4b936359b35d852": 2,
"5d6e69b9a4b9361bc8618958": 2,
"5a38ebd9c4a282000d722a5b": 2,
"5d6e69c7a4b9360b6c0d54e4": 1,
"5d6e6a53a4b9361bd473feec": 1
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 3,
"5e85a9a6eacf8c039e4e2ac1": 1
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 3,
"59e6542b86f77411dc52a77a": 1
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 3,
"5ba26844d4351e00334c9475": 1
},
"Caliber545x39": {
"56dff216d2720bbd668b4568": 1,
"56dff338d2720bbd668b4569": 4,
"56dff421d2720b5f5a8b4567": 4,
"56dff4ecd2720b5f5a8b4568": 2,
"56dff4a2d2720bbd668b456a": 4,
"56dff0bed2720bb0668b4567": 3,
"56dff3afd2720bba668b4567": 1
},
"Caliber556x45NATO": {
"59e6927d86f77411da468256": 2,
"59e6918f86f7746c9f75e849": 2,
"59e68f6f86f7746c9f75e846": 4,
"59e6920f86f77411d82aa167": 5,
"54527a984bdc2d4e668b4567": 1
},
"Caliber57x28": {
"5cc86832d7f00c000d3a6e6c": 2,
"5cc80f79e4a949033c7343b2": 3,
"5cc86840d7f00c002412c56c": 3,
"5cc80f8fe4a949033b0224a2": 1,
"5cc80f53e4a949000e1ea4f8": 1
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 1
},
"Caliber762x25TT": {
"573602322459776445391df1": 2,
"573601b42459776410737435": 2,
"5735fdcd2459776445391d61": 1,
"5736026a245977644601dc61": 1
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 1,
"6196364158ef8c428c287d9f": 6,
"5fbe3ffdf8b6a877a729ea82": 3
},
"Caliber762x39": {
"59e4d3d286f774176a36250a": 2,
"64b7af734b75259c590fa895": 2,
"64b7af5a8532cf95ee0a0dbd": 6,
"59e4d24686f7741776641ac7": 4,
"59e4cf5286f7741778269d8a": 2,
"5656d7c34bdc2d9d198b4587": 1
},
"Caliber762x51": {
"5e023e88277cce2b522ff2b1": 2,
"5e023e6e34d52a55c3304f71": 2,
"5e023e53d4353e3302577c4c": 1
},
"Caliber762x54R": {
"64b8f7c241772715af0f9c3d": 2,
"64b8f7b5389d7ffd620ccba2": 2,
"64b8f7968532cf95ee0a0dbf": 2,
"5e023cf8186a883be655e54f": 2,
"5887431f2459777e1612938f": 1
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 2,
"5fc382c1016cce60e8341b20": 1
},
"Caliber9x18PM": {
"5737218f245977612125ba51": 5,
"57372140245977611f70ee91": 5,
"5737207f24597760ff7b25f2": 2,
"573719762459775a626ccbc1": 3,
"57371f8d24597761006c6a81": 3,
"57371f2b24597761224311f1": 5,
"57371eb62459776125652ac1": 1,
"57371b192459775a9f58a5e0": 1,
"57371e4124597760ff7b25f1": 1
},
"Caliber9x19PARA": {
"5efb0e16aeb21837e749c7ff": 1,
"58864a4f2459770fcc257101": 7,
"5a3c16fe86f77452b62de32a": 12,
"5c3df7d588a4501f290594e5": 6,
"64b7bbb74b75259c590fa897": 4,
"56d59d3ad2720bdb418b4577": 2
},
"Caliber9x21": {
"5a26ac06c4a282000c5a90a8": 5,
"5a26abfac4a28232980eabff": 3,
"5a269f97c4a282000b151807": 1
},
"Caliber9x33R": {
"62330c40bdd19b369e1e53d1": 5,
"62330bfadc5883093563729b": 3,
"62330c18744e5e31df12f516": 1
},
"Caliber9x39": {
"6576f96220d53a5b8f3e395e": 7,
"57a0dfb82459774d3078b56c": 5,
"5c0d668f86f7747ccb7f13b2": 1
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 10,
"66a0d1f88486c69fce00fdf6": 1
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 1
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
},
"pmcAmmo": {
"Caliber1143x23ACP": {
"5ea2a8e200685063ec28c05a": 15,
"5e81f423763d9f754677bf2e": 10,
"5efb0cabfb3e451d70735af5": 40
},
"Caliber127x55": {
"5cadf6ddae9215051e1c23b2": 15,
"5cadf6eeae921500134b2799": 85
},
"Caliber12g": {
"64b8ee384b75259c590fa89b": 15,
"5d6e6911a4b9361bd5780d52": 15,
"5d6e68c4a4b9361b93413f79": 25,
"5d6e68a8a4b9360b6c0d54e2": 45
},
"Caliber20g": {
"5d6e6a05a4b93618084f58d0": 20,
"5d6e6a42a4b9364f07165f52": 80
},
"Caliber23x75": {
"5e85a9a6eacf8c039e4e2ac1": 10,
"5e85aa1a988a8701445df1f5": 30
},
"Caliber366TKM": {
"59e655cb86f77411dc52a77b": 10,
"5f0596629e22f464da6bbdd9": 90
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"64b6979341772715af0f9c39": 20,
"5ba2678ad4351e44f824b344": 30,
"5ba26835d4351e0035628ff5": 50
},
"Caliber545x39": {
"56dff2ced2720bb4668b4567": 10,
"56dff061d2720bb5668b4567": 10,
"61962b617c6c7b169525f168": 20,
"56dfef82d2720bbd668b4567": 20,
"56dff026d2720bb8668b4567": 20,
"5c0d5e4486f77478390952fe": 20
},
"Caliber556x45NATO": {
"60194943740c5d77f6705eea": 5,
"59e6906286f7746c9f75e847": 30,
"54527ac44bdc2d36668b4567": 40,
"59e690b686f7746c9f75e848": 15,
"601949593ae8f707c4608daa": 10
},
"Caliber57x28": {
"5cc80f38e4a949001152b560": 1
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 20,
"6529243824cbe3c74a05e5c1": 80
},
"Caliber762x25TT": {
"573603562459776430731618": 10
},
"Caliber762x35": {
"619636be6db0f2477964e710": 20,
"64b8725c4b75259c590fa899": 40,
"5fd20ff893a8961fc660a954": 40
},
"Caliber762x39": {
"64b7af434b75259c590fa893": 45,
"59e0d99486f7744a32234762": 45,
"601aa3d2b2bcb34913271e6d": 10
},
"Caliber762x51": {
"58dd3ad986f77403051cba8f": 10,
"5a608bf24f39f98ffc77720e": 20,
"5a6086ea4f39f99cd479502f": 40,
"5efb0c1bd79ff02a1f5e68d9": 10,
"6768c25aa7b238f14a08d3f6": 10
},
"Caliber762x54R": {
"5e023d34e8a400319a28ed44": 20,
"560d61e84bdc2da74d8b4571": 55,
"5e023d48186a883be655e551": 35
},
"Caliber86x70": {
"5fc275cf85fd526b824a571a": 50,
"5fc382a9d724d907e2077dab": 50
},
"Caliber9x18PM": {
"57371aab2459775a77142f22": 40,
"573719df2459775a626ccbc2": 60
},
"Caliber9x19PARA": {
"5c0d56a986f774449d5de529": 10,
"5c925fa22e221601da359b7b": 45,
"5efb0da7a29a85116f6ea05f": 45
},
"Caliber9x21": {
"6576f93989f0062e741ba952": 20,
"5a26ac0ec4a28200741e1e18": 30,
"6576f4708ca9c4381d16cd9d": 30
},
"Caliber9x33R": {
"62330b3ed4dc74626d570b95": 10
},
"Caliber9x39": {
"61962d879bb3d20b0946d385": 20,
"57a0e5022459774d1673f889": 40,
"5c0d688c86f77413ae3407b2": 40
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 1,
"66a0d1f88486c69fce00fdf6": 3,
"66a0d1e0ed648d72fe064d06": 50,
"668fe62ac62660a5d8071446": 50
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 3,
"67dc212493ce32834b0fa446": 6,
"67dc255ee3028a8b120efc48": 13,
"67dc2648ba5b79876906a166": 10
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
},
"bossAmmo": {
"Caliber1143x23ACP": {
"5ea2a8e200685063ec28c05a": 4,
"5efb0fc6aeb21837e749c801": 1,
"5efb0d4f4bc50b58e81710f3": 10,
"5e81f423763d9f754677bf2e": 18,
"5efb0cabfb3e451d70735af5": 10
},
"Caliber127x55": {
"5cadf6e5ae921500113bb973": 3,
"5cadf6ddae9215051e1c23b2": 12,
"5cadf6eeae921500134b2799": 8
},
"Caliber12g": {
"5d6e6806a4b936088465b17e": 7,
"64b8ee384b75259c590fa89b": 4,
"5d6e6911a4b9361bd5780d52": 3,
"5c0d591486f7744c505b416f": 5,
"5d6e6891a4b9361bd473feea": 2,
"5d6e68e6a4b9361c140bcfe0": 6,
"5d6e689ca4b9361bc8618956": 8,
"5d6e68c4a4b9361b93413f79": 8,
"5d6e68a8a4b9360b6c0d54e2": 3
},
"Caliber20g": {
"5d6e69c7a4b9360b6c0d54e4": 1,
"5d6e6a53a4b9361bd473feec": 4,
"5d6e6a05a4b93618084f58d0": 5,
"5d6e6a42a4b9364f07165f52": 5
},
"Caliber23x75": {
"5f647f31b6238e5dd066e196": 2,
"5e85a9a6eacf8c039e4e2ac1": 4,
"5e85aa1a988a8701445df1f5": 4
},
"Caliber366TKM": {
"59e6658b86f77411d949b250": 1,
"59e6542b86f77411dc52a77a": 2,
"59e655cb86f77411dc52a77b": 10,
"5f0596629e22f464da6bbdd9": 8
},
"Caliber40mmRU": {
"5656eb674bdc2d35148b457c": 1
},
"Caliber40x46": {
"5ede4739e0350d05467f73e8": 1,
"5ede47405b097655935d7d16": 1,
"5ede474b0c226a66f5402622": 1,
"5ede475339ee016e8c534742": 1,
"5ede475b549eed7c6d5c18fb": 1,
"5f0c892565703e5c461894e9": 1
},
"Caliber46x30": {
"5ba26812d4351e003201fef1": 2,
"5ba26844d4351e00334c9475": 4,
"5ba2678ad4351e44f824b344": 15,
"64b6979341772715af0f9c39": 15,
"5ba26835d4351e0035628ff5": 8
},
"Caliber545x39": {
"56dff3afd2720bba668b4567": 10,
"56dff2ced2720bb4668b4567": 30,
"56dff061d2720bb5668b4567": 30,
"61962b617c6c7b169525f168": 10,
"56dfef82d2720bbd668b4567": 10,
"56dff026d2720bb8668b4567": 5,
"5c0d5e4486f77478390952fe": 5
},
"Caliber556x45NATO": {
"5c0d5ae286f7741e46554302": 10,
"54527a984bdc2d4e668b4567": 10,
"60194943740c5d77f6705eea": 30,
"59e6906286f7746c9f75e847": 25,
"54527ac44bdc2d36668b4567": 15,
"59e690b686f7746c9f75e848": 5,
"601949593ae8f707c4608daa": 5
},
"Caliber57x28": {
"5cc80f8fe4a949033b0224a2": 5,
"5cc80f53e4a949000e1ea4f8": 21,
"5cc80f67e4a949035e43bbba": 15,
"5cc80f38e4a949001152b560": 12
},
"Caliber68x51": {
"6529302b8c26af6326029fb7": 10,
"6529243824cbe3c74a05e5c1": 5
},
"Caliber762x25TT": {
"5736026a245977644601dc61": 5,
"573603c924597764442bd9cb": 10,
"573603562459776430731618": 10
},
"Caliber762x35": {
"6196365d58ef8c428c287da1": 7,
"5fbe3ffdf8b6a877a729ea82": 6,
"619636be6db0f2477964e710": 23,
"64b8725c4b75259c590fa899": 20,
"5fd20ff893a8961fc660a954": 9
},
"Caliber762x39": {
"59e4cf5286f7741778269d8a": 4,
"5656d7c34bdc2d9d198b4587": 28,
"64b7af434b75259c590fa893": 33,
"59e0d99486f7744a32234762": 20,
"601aa3d2b2bcb34913271e6d": 12
},
"Caliber762x51": {
"5e023e53d4353e3302577c4c": 25,
"58dd3ad986f77403051cba8f": 42,
"5a608bf24f39f98ffc77720e": 20,
"5a6086ea4f39f99cd479502f": 10,
"5efb0c1bd79ff02a1f5e68d9": 2,
"6768c25aa7b238f14a08d3f6": 1
},
"Caliber762x54R": {
"5e023cf8186a883be655e54f": 3,
"5887431f2459777e1612938f": 20,
"59e77a2386f7742ee578960a": 25,
"5e023d34e8a400319a28ed44": 22,
"560d61e84bdc2da74d8b4571": 15,
"5e023d48186a883be655e551": 10
},
"Caliber86x70": {
"5fc382b6d6fa9c00c571bbc3": 5,
"5fc382c1016cce60e8341b20": 8,
"5fc275cf85fd526b824a571a": 8,
"5fc382a9d724d907e2077dab": 5
},
"Caliber9x18PM": {
"57371e4124597760ff7b25f1": 3,
"5737201124597760fc4431f1": 5,
"573720e02459776143012541": 12,
"573718ba2459775a75491131": 18,
"57371aab2459775a77142f22": 12,
"573719df2459775a626ccbc2": 10
},
"Caliber9x19PARA": {
"5c0d56a986f774449d5de529": 9,
"5efb0e16aeb21837e749c7ff": 5,
"5a3c16fe86f77452b62de32a": 4,
"56d59d3ad2720bdb418b4577": 18,
"5c925fa22e221601da359b7b": 22,
"5efb0da7a29a85116f6ea05f": 9
},
"Caliber9x21": {
"5a269f97c4a282000b151807": 8,
"6576f93989f0062e741ba952": 18,
"5a26ac0ec4a28200741e1e18": 18,
"6576f4708ca9c4381d16cd9d": 8
},
"Caliber9x33R": {
"62330c18744e5e31df12f516": 9,
"62330b3ed4dc74626d570b95": 6
},
"Caliber9x39": {
"5c0d668f86f7747ccb7f13b2": 9,
"61962d879bb3d20b0946d385": 25,
"57a0e5022459774d1673f889": 25,
"5c0d688c86f77413ae3407b2": 12
},
"Caliber127x33": {
"66a0d1c87d0d369e270bb9de": 3,
"66a0d1f88486c69fce00fdf6": 30,
"66a0d1e0ed648d72fe064d06": 25,
"668fe62ac62660a5d8071446": 12
},
"Caliber127x99": {
"67d41936f378a36c4706eeb9": 9,
"67dc212493ce32834b0fa446": 20,
"67dc255ee3028a8b120efc48": 15,
"67dc2648ba5b79876906a166": 10
},
"Caliber725": {
"67446fdd752be02c220f27b3": 1
}
}
}

View File

@ -0,0 +1,46 @@
{
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 5
},
"feet": {
"5cde95ef7d6c8b04713c4f2d": 5
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 5
},
"feet": {
"5cc085bb14c02e000e67a5c5": 5
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
}

View File

@ -0,0 +1,441 @@
{
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 5,
"66546f823b51a4d21e0d17d7": 1,
"675fd6897a57e0b2a00e3405": 1,
"5d1f56a686f7744bce0ee9eb": 2
},
"feet": {
"675fd6b2f26b0db5f0060eb6": 1,
"5cde95ef7d6c8b04713c4f2d": 5,
"5d1f58ed86f7744bcb0acd1c": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 5,
"66546f823b51a4d21e0d17d7": 1,
"67599500a378f89a3e089b56": 1,
"5d1f565786f7743f8362bcd5": 2
},
"feet": {
"675994c9f7adb892bd080766": 1,
"5cc085bb14c02e000e67a5c5": 5,
"5d1f58bd86f7744bce0ee9ef": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
},
"springEarly": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"66acbe49dc61999a6a03d4d6": 1,
"660437e57502eca33a08caca": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5d1f56ff86f7743f8362bcd7": 1,
"5d1f56a686f7744bce0ee9eb": 2,
"5e9da17386f774054b6f79a3": 2,
"5e4bb35286f77406a511c9bc": 2,
"5d1f56e486f7744bce0ee9ed": 2,
"675fd6897a57e0b2a00e3405": 2
},
"feet": {
"642d4d8eb6b75d4c89077cf9": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"66acc8f719271bd6d00dec0b": 1,
"6295e944e9de5e7b3751c4da": 1,
"5d1f592286f7743f8362bcdb": 1,
"5e4bb3b586f77406812bd579": 1,
"5d1f590486f7744bcd13459e": 3,
"5d1f58ed86f7744bcb0acd1c": 3,
"675fd6b2f26b0db5f0060eb6": 3
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"657058fddf9b3231400e9188": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5d1f567786f7744bcc04874f": 1,
"5e9d9fa986f774054d6b89f2": 1,
"5f5e401747344c2e4f6c42c5": 1,
"642e8ae07e17c882400c4f87": 2,
"5d1f568486f7744bca3f0b98": 2,
"66acec1dc94f4bf5bc063a16": 2,
"5e4bb31586f7740695730568": 2,
"67599500a378f89a3e089b56": 2
},
"feet": {
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 1,
"66043cf87502eca33a08cad2": 1,
"5d1f58cb86f7744bca3f0b9a": 1,
"5d1f58a086f7743f8362bcd9": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"5f5e40400bc58666c37e7819": 1,
"66acebd4ede86671bb09584b": 3,
"5d1f58ab86f7743014162042": 3,
"675994c9f7adb892bd080766": 3
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"spring": {
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"5d4da0cb86f77450fe0a6629": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5f5e4075df4f3100376a8138": 1,
"6750704650f7ea9dc604afc6": 1
},
"feet": {
"6750707dc1b42fa2ee09aeb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"66acc8f719271bd6d00dec0b": 1,
"5d1f592286f7743f8362bcdb": 1,
"642d6941ff5ecad7810a8a61": 1,
"5e9dcadd86f7743e20652f23": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"5d1f564b86f7744bcb0acd16": 1,
"675069c97348af9e3e0c2a96": 1,
"6295e698e9de5e7b3751c47a": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5fce3e47fe40296c1d5fd784": 1,
"617bca4b4013b06b0b78df2a": 1,
"5df89f1f86f77412631087ea": 1,
"675695d6e08b3ae7480096bf": 1
},
"feet": {
"67506f51caaa3394b2082166": 1,
"6756960dbe1cb7ec47002236": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f588e86f7744bcc048753": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"642e71620a69698d1b049f0a": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"642eea6f881906a7fe086841": 1,
"5df89f8f86f77412672a1e38": 1,
"5e9dc97c86f774054c19ac9a": 1,
"5e4bb39386f774067f79de05": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"summer": {
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"5d1f56c686f7744bcd13459c": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"5d4da0cb86f77450fe0a6629": 1,
"66acbe49dc61999a6a03d4d6": 1,
"64ef3efdb63b74469b6c1499": 1,
"642c18b8a6a0660b560fb31c": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5f5e4075df4f3100376a8138": 1,
"6750704650f7ea9dc604afc6": 1,
"675697b09fe31e6df7031b26": 1
},
"feet": {
"675697fad588566bce0da766": 1,
"6750707dc1b42fa2ee09aeb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"66acc8f719271bd6d00dec0b": 1,
"5d1f593286f7743014162044": 1,
"5d1f592286f7743f8362bcdb": 1,
"642d6941ff5ecad7810a8a61": 1,
"5e9dcadd86f7743e20652f23": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"5d1f564b86f7744bcb0acd16": 1,
"675069c97348af9e3e0c2a96": 1,
"6295e698e9de5e7b3751c47a": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5fce3e47fe40296c1d5fd784": 1,
"617bca4b4013b06b0b78df2a": 1,
"64ef3efdb63b74469b6c1499": 1,
"5df89f1f86f77412631087ea": 1,
"5e9d9fa986f774054d6b89f2": 1,
"675695d6e08b3ae7480096bf": 1
},
"feet": {
"67506f51caaa3394b2082166": 1,
"6756960dbe1cb7ec47002236": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f588e86f7744bcc048753": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"642e71620a69698d1b049f0a": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"642eea6f881906a7fe086841": 1,
"5df89f8f86f77412672a1e38": 1,
"5e9dc97c86f774054c19ac9a": 1,
"5e4bb39386f774067f79de05": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"autumn": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"637b945722e2a933ed0e33c8": 1,
"6571cb0923aa6d72760a7f8f": 1,
"6033a35f80ae5e2f970ba6bb": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"66acbe49dc61999a6a03d4d6": 1,
"660437e57502eca33a08caca": 1,
"64ef3efdb63b74469b6c1499": 1,
"5d1f56ff86f7743f8362bcd7": 1,
"675697b09fe31e6df7031b26": 1
},
"feet": {
"675697fad588566bce0da766": 1,
"642d4d8eb6b75d4c89077cf9": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"637ba17aa10a96c2b605dbc2": 1,
"6295e944e9de5e7b3751c4da": 1,
"5e4bb3b586f77406812bd579": 1,
"5f5e40a06760b4138443b341": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"6377266693a3b4967208e42b": 1,
"5d1f568486f7744bca3f0b98": 1,
"657058fddf9b3231400e9188": 1,
"642ed297ac11c9eaf10d87e8": 1,
"5d1f567786f7744bcc04874f": 1,
"64ef3efdb63b74469b6c1499": 1,
"6430119aac11c9eaf10d881b": 1,
"5f5e401747344c2e4f6c42c5": 1
},
"feet": {
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 1,
"642ed40af5bdf1c04e01952e": 1,
"6295e63de08ed747e64ae991": 1,
"5d1f58a086f7743f8362bcd9": 1,
"66043d7ac8949a435906e434": 1,
"5d1f58ab86f7743014162042": 1,
"5f5e40400bc58666c37e7819": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"winter": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56a686f7744bce0ee9eb": 1,
"5e9da17386f774054b6f79a3": 1,
"5e4bb35286f77406a511c9bc": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"675fd6897a57e0b2a00e3405": 1,
"675844f8a31925671c000af6": 1
},
"feet": {
"5d1f590486f7744bcd13459e": 1,
"5d1f58ed86f7744bcb0acd1c": 1,
"675fd6b2f26b0db5f0060eb6": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"642e8ae07e17c882400c4f87": 1,
"5d1f568486f7744bca3f0b98": 1,
"66acec1dc94f4bf5bc063a16": 1,
"5e4bb31586f7740695730568": 1,
"67599500a378f89a3e089b56": 1,
"675844f8a31925671c000af6": 1
},
"feet": {
"66acebd4ede86671bb09584b": 1,
"5d1f58ab86f7743014162042": 1,
"675994c9f7adb892bd080766": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
}
}

View File

@ -0,0 +1,460 @@
{
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 5,
"66546f823b51a4d21e0d17d7": 1,
"675fd6897a57e0b2a00e3405": 1,
"5d1f56a686f7744bce0ee9eb": 2,
"5d1f56c686f7744bcd13459c": 3,
"637b945722e2a933ed0e33c8": 3,
"6571cb0923aa6d72760a7f8f": 3,
"5fd3e9f71b735718c25cd9f8": 3,
"642d9bbf6c06444bf7033855": 3
},
"feet": {
"675fd6b2f26b0db5f0060eb6": 1,
"5cde95ef7d6c8b04713c4f2d": 5,
"5d1f58ed86f7744bcb0acd1c": 2,
"5d1f590486f7744bcd13459e": 3,
"642d4d8eb6b75d4c89077cf9": 3,
"6033a3fee29c9f6c9b14e74e": 3
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 5,
"66546f823b51a4d21e0d17d7": 1,
"67599500a378f89a3e089b56": 1,
"5d1f565786f7743f8362bcd5": 2,
"5fce3e0cfe40296c1d5fd782": 3,
"6377266693a3b4967208e42b": 3,
"5d1f564b86f7744bcb0acd16": 3,
"6295e698e9de5e7b3751c47a": 3,
"642e8ae07e17c882400c4f87": 3,
"5d1f568486f7744bca3f0b98": 3
},
"feet": {
"675994c9f7adb892bd080766": 1,
"5cc085bb14c02e000e67a5c5": 5,
"5d1f58bd86f7744bce0ee9ef": 2,
"6377315993a3b4967208e437": 3,
"5d1f588e86f7744bcc048753": 3,
"65707a89f5a6f1412f0c5f7b": 3,
"642ed40af5bdf1c04e01952e": 3,
"5fce3e965a9f8c40685693bc": 3
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
},
"springEarly": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"66acbe49dc61999a6a03d4d6": 1,
"660437e57502eca33a08caca": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5d1f56ff86f7743f8362bcd7": 1,
"5d1f56a686f7744bce0ee9eb": 2,
"5e9da17386f774054b6f79a3": 2,
"5e4bb35286f77406a511c9bc": 2,
"5d1f56e486f7744bce0ee9ed": 2,
"675fd6897a57e0b2a00e3405": 2
},
"feet": {
"642d4d8eb6b75d4c89077cf9": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"66acc8f719271bd6d00dec0b": 1,
"6295e944e9de5e7b3751c4da": 1,
"5d1f592286f7743f8362bcdb": 1,
"5e4bb3b586f77406812bd579": 1,
"5d1f590486f7744bcd13459e": 3,
"5d1f58ed86f7744bcb0acd1c": 3,
"675fd6b2f26b0db5f0060eb6": 3
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"657058fddf9b3231400e9188": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5d1f567786f7744bcc04874f": 1,
"5e9d9fa986f774054d6b89f2": 1,
"5f5e401747344c2e4f6c42c5": 1,
"642e8ae07e17c882400c4f87": 2,
"5d1f568486f7744bca3f0b98": 2,
"66acec1dc94f4bf5bc063a16": 2,
"5e4bb31586f7740695730568": 2,
"67599500a378f89a3e089b56": 2
},
"feet": {
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 1,
"66043cf87502eca33a08cad2": 1,
"5d1f58cb86f7744bca3f0b9a": 1,
"5d1f58a086f7743f8362bcd9": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"5f5e40400bc58666c37e7819": 1,
"66acebd4ede86671bb09584b": 3,
"5d1f58ab86f7743014162042": 3,
"675994c9f7adb892bd080766": 3
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"spring": {
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"5d4da0cb86f77450fe0a6629": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5f5e4075df4f3100376a8138": 1,
"6750704650f7ea9dc604afc6": 1
},
"feet": {
"6750707dc1b42fa2ee09aeb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"66acc8f719271bd6d00dec0b": 1,
"5d1f592286f7743f8362bcdb": 1,
"642d6941ff5ecad7810a8a61": 1,
"5e9dcadd86f7743e20652f23": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"5d1f564b86f7744bcb0acd16": 1,
"675069c97348af9e3e0c2a96": 1,
"6295e698e9de5e7b3751c47a": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5fce3e47fe40296c1d5fd784": 1,
"617bca4b4013b06b0b78df2a": 1,
"5df89f1f86f77412631087ea": 1,
"675695d6e08b3ae7480096bf": 1
},
"feet": {
"67506f51caaa3394b2082166": 1,
"6756960dbe1cb7ec47002236": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f588e86f7744bcc048753": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"642e71620a69698d1b049f0a": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"642eea6f881906a7fe086841": 1,
"5df89f8f86f77412672a1e38": 1,
"5e9dc97c86f774054c19ac9a": 1,
"5e4bb39386f774067f79de05": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"summer": {
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"5d1f56c686f7744bcd13459c": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"5d4da0cb86f77450fe0a6629": 1,
"66acbe49dc61999a6a03d4d6": 1,
"64ef3efdb63b74469b6c1499": 1,
"642c18b8a6a0660b560fb31c": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5f5e4075df4f3100376a8138": 1,
"6750704650f7ea9dc604afc6": 1,
"675697b09fe31e6df7031b26": 1
},
"feet": {
"675697fad588566bce0da766": 1,
"6750707dc1b42fa2ee09aeb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"66acc8f719271bd6d00dec0b": 1,
"5d1f593286f7743014162044": 1,
"5d1f592286f7743f8362bcdb": 1,
"642d6941ff5ecad7810a8a61": 1,
"5e9dcadd86f7743e20652f23": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"5d1f564b86f7744bcb0acd16": 1,
"675069c97348af9e3e0c2a96": 1,
"6295e698e9de5e7b3751c47a": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5fce3e47fe40296c1d5fd784": 1,
"617bca4b4013b06b0b78df2a": 1,
"64ef3efdb63b74469b6c1499": 1,
"5df89f1f86f77412631087ea": 1,
"5e9d9fa986f774054d6b89f2": 1,
"675695d6e08b3ae7480096bf": 1
},
"feet": {
"67506f51caaa3394b2082166": 1,
"6756960dbe1cb7ec47002236": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f588e86f7744bcc048753": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"642e71620a69698d1b049f0a": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"642eea6f881906a7fe086841": 1,
"5df89f8f86f77412672a1e38": 1,
"5e9dc97c86f774054c19ac9a": 1,
"5e4bb39386f774067f79de05": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"autumn": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"637b945722e2a933ed0e33c8": 1,
"6571cb0923aa6d72760a7f8f": 1,
"6033a35f80ae5e2f970ba6bb": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"66acbe49dc61999a6a03d4d6": 1,
"660437e57502eca33a08caca": 1,
"64ef3efdb63b74469b6c1499": 1,
"5d1f56ff86f7743f8362bcd7": 1,
"675697b09fe31e6df7031b26": 1
},
"feet": {
"675697fad588566bce0da766": 1,
"642d4d8eb6b75d4c89077cf9": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"637ba17aa10a96c2b605dbc2": 1,
"6295e944e9de5e7b3751c4da": 1,
"5e4bb3b586f77406812bd579": 1,
"5f5e40a06760b4138443b341": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"6377266693a3b4967208e42b": 1,
"5d1f568486f7744bca3f0b98": 1,
"657058fddf9b3231400e9188": 1,
"642ed297ac11c9eaf10d87e8": 1,
"5d1f567786f7744bcc04874f": 1,
"64ef3efdb63b74469b6c1499": 1,
"6430119aac11c9eaf10d881b": 1,
"5f5e401747344c2e4f6c42c5": 1
},
"feet": {
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 1,
"642ed40af5bdf1c04e01952e": 1,
"6295e63de08ed747e64ae991": 1,
"5d1f58a086f7743f8362bcd9": 1,
"66043d7ac8949a435906e434": 1,
"5d1f58ab86f7743014162042": 1,
"5f5e40400bc58666c37e7819": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"winter": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56a686f7744bce0ee9eb": 1,
"5e9da17386f774054b6f79a3": 1,
"5e4bb35286f77406a511c9bc": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"675844f8a31925671c000af6": 1,
"675fd6897a57e0b2a00e3405": 1
},
"feet": {
"5d1f590486f7744bcd13459e": 1,
"5d1f58ed86f7744bcb0acd1c": 1,
"675fd6b2f26b0db5f0060eb6": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"642e8ae07e17c882400c4f87": 1,
"5d1f568486f7744bca3f0b98": 1,
"66acec1dc94f4bf5bc063a16": 1,
"5e4bb31586f7740695730568": 1,
"67599500a378f89a3e089b56": 1,
"675844f8a31925671c000af6": 1
},
"feet": {
"66acebd4ede86671bb09584b": 1,
"5d1f58ab86f7743014162042": 1,
"675994c9f7adb892bd080766": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
}
}

View File

@ -0,0 +1,495 @@
{
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"66546f823b51a4d21e0d17d7": 1,
"675fd6897a57e0b2a00e3405": 1,
"5d1f56a686f7744bce0ee9eb": 1,
"5d1f56c686f7744bcd13459c": 3,
"637b945722e2a933ed0e33c8": 3,
"6571cb0923aa6d72760a7f8f": 3,
"5fd3e9f71b735718c25cd9f8": 3,
"642d9bbf6c06444bf7033855": 3,
"6033a35f80ae5e2f970ba6bb": 5,
"66043728333907134309d647": 5,
"5d1f56e486f7744bce0ee9ed": 5,
"6295e8c3e08ed747e64aea00": 5,
"642c18b8a6a0660b560fb31c": 5,
"66acbe49dc61999a6a03d4d6": 5,
"6750704650f7ea9dc604afc6": 5,
"675697b09fe31e6df7031b26": 5
},
"feet": {
"675fd6b2f26b0db5f0060eb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"5d1f58ed86f7744bcb0acd1c": 1,
"5d1f590486f7744bcd13459e": 3,
"642d4d8eb6b75d4c89077cf9": 3,
"6033a3fee29c9f6c9b14e74e": 3,
"5fcf940bce1ba36a513bb9cc": 5,
"660436487502eca33a08cac8": 5,
"6571cad4c8673f00290f5657": 5,
"637ba17aa10a96c2b605dbc2": 5,
"5d1f591186f7744bcc048755": 5,
"6295e944e9de5e7b3751c4da": 5,
"642c19360a69698d1b049e12": 5,
"66acc8f719271bd6d00dec0b": 5,
"675697fad588566bce0da766": 5,
"6750707dc1b42fa2ee09aeb6": 5
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"66546f823b51a4d21e0d17d7": 1,
"67599500a378f89a3e089b56": 1,
"5d1f565786f7743f8362bcd5": 1,
"5fce3e0cfe40296c1d5fd782": 3,
"6377266693a3b4967208e42b": 3,
"5d1f564b86f7744bcb0acd16": 3,
"6295e698e9de5e7b3751c47a": 3,
"642e8ae07e17c882400c4f87": 3,
"5d1f568486f7744bca3f0b98": 3,
"657058fddf9b3231400e9188": 5,
"6033a31e9ec839204e6a2f3e": 5,
"66043cc27502eca33a08cad0": 5,
"5fce3e47fe40296c1d5fd784": 5,
"642ed297ac11c9eaf10d87e8": 5,
"66acec1dc94f4bf5bc063a16": 5,
"675069c97348af9e3e0c2a96": 5,
"675695d6e08b3ae7480096bf": 5
},
"feet": {
"675994c9f7adb892bd080766": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 3,
"5d1f588e86f7744bcc048753": 3,
"65707a89f5a6f1412f0c5f7b": 3,
"642ed40af5bdf1c04e01952e": 3,
"5fce3e965a9f8c40685693bc": 3,
"6295e63de08ed747e64ae991": 5,
"66043cf87502eca33a08cad2": 5,
"6033a3d8ed2e0509b15f9031": 5,
"5d1f58cb86f7744bca3f0b9a": 5,
"5d1f58a086f7743f8362bcd9": 5,
"642e71620a69698d1b049f0a": 5,
"66acebd4ede86671bb09584b": 5,
"6756960dbe1cb7ec47002236": 5,
"67506f51caaa3394b2082166": 5
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
},
"springEarly": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"66acbe49dc61999a6a03d4d6": 1,
"660437e57502eca33a08caca": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5d1f56ff86f7743f8362bcd7": 1,
"5d1f56a686f7744bce0ee9eb": 2,
"5e9da17386f774054b6f79a3": 2,
"5e4bb35286f77406a511c9bc": 2,
"5d1f56e486f7744bce0ee9ed": 2,
"675fd6897a57e0b2a00e3405": 2
},
"feet": {
"642d4d8eb6b75d4c89077cf9": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"66acc8f719271bd6d00dec0b": 1,
"6295e944e9de5e7b3751c4da": 1,
"5d1f592286f7743f8362bcdb": 1,
"5e4bb3b586f77406812bd579": 1,
"5d1f590486f7744bcd13459e": 3,
"5d1f58ed86f7744bcb0acd1c": 3,
"675fd6b2f26b0db5f0060eb6": 3
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"657058fddf9b3231400e9188": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5d1f567786f7744bcc04874f": 1,
"5e9d9fa986f774054d6b89f2": 1,
"5f5e401747344c2e4f6c42c5": 1,
"642e8ae07e17c882400c4f87": 2,
"5d1f568486f7744bca3f0b98": 2,
"66acec1dc94f4bf5bc063a16": 2,
"5e4bb31586f7740695730568": 2,
"67599500a378f89a3e089b56": 2
},
"feet": {
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 1,
"66043cf87502eca33a08cad2": 1,
"5d1f58cb86f7744bca3f0b9a": 1,
"5d1f58a086f7743f8362bcd9": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"5f5e40400bc58666c37e7819": 1,
"66acebd4ede86671bb09584b": 3,
"5d1f58ab86f7743014162042": 3,
"675994c9f7adb892bd080766": 3
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"spring": {
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"5d4da0cb86f77450fe0a6629": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5f5e4075df4f3100376a8138": 1,
"6750704650f7ea9dc604afc6": 1
},
"feet": {
"6750707dc1b42fa2ee09aeb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"66acc8f719271bd6d00dec0b": 1,
"5d1f592286f7743f8362bcdb": 1,
"642d6941ff5ecad7810a8a61": 1,
"5e9dcadd86f7743e20652f23": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"5d1f564b86f7744bcb0acd16": 1,
"675069c97348af9e3e0c2a96": 1,
"6295e698e9de5e7b3751c47a": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5fce3e47fe40296c1d5fd784": 1,
"617bca4b4013b06b0b78df2a": 1,
"5df89f1f86f77412631087ea": 1,
"675695d6e08b3ae7480096bf": 1
},
"feet": {
"67506f51caaa3394b2082166": 1,
"6756960dbe1cb7ec47002236": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f588e86f7744bcc048753": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"642e71620a69698d1b049f0a": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"642eea6f881906a7fe086841": 1,
"5df89f8f86f77412672a1e38": 1,
"5e9dc97c86f774054c19ac9a": 1,
"5e4bb39386f774067f79de05": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"summer": {
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"5d1f56c686f7744bcd13459c": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"5d4da0cb86f77450fe0a6629": 1,
"66acbe49dc61999a6a03d4d6": 1,
"64ef3efdb63b74469b6c1499": 1,
"642c18b8a6a0660b560fb31c": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5f5e4075df4f3100376a8138": 1,
"6750704650f7ea9dc604afc6": 1,
"675697b09fe31e6df7031b26": 1
},
"feet": {
"675697fad588566bce0da766": 1,
"6750707dc1b42fa2ee09aeb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"66acc8f719271bd6d00dec0b": 1,
"5d1f593286f7743014162044": 1,
"5d1f592286f7743f8362bcdb": 1,
"642d6941ff5ecad7810a8a61": 1,
"5e9dcadd86f7743e20652f23": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"5d1f564b86f7744bcb0acd16": 1,
"675069c97348af9e3e0c2a96": 1,
"6295e698e9de5e7b3751c47a": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5fce3e47fe40296c1d5fd784": 1,
"617bca4b4013b06b0b78df2a": 1,
"64ef3efdb63b74469b6c1499": 1,
"5df89f1f86f77412631087ea": 1,
"5e9d9fa986f774054d6b89f2": 1,
"675695d6e08b3ae7480096bf": 1
},
"feet": {
"67506f51caaa3394b2082166": 1,
"6756960dbe1cb7ec47002236": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f588e86f7744bcc048753": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"642e71620a69698d1b049f0a": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"642eea6f881906a7fe086841": 1,
"5df89f8f86f77412672a1e38": 1,
"5e9dc97c86f774054c19ac9a": 1,
"5e4bb39386f774067f79de05": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"autumn": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"637b945722e2a933ed0e33c8": 1,
"6571cb0923aa6d72760a7f8f": 1,
"6033a35f80ae5e2f970ba6bb": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"66acbe49dc61999a6a03d4d6": 1,
"660437e57502eca33a08caca": 1,
"64ef3efdb63b74469b6c1499": 1,
"5d1f56ff86f7743f8362bcd7": 1,
"675697b09fe31e6df7031b26": 1
},
"feet": {
"675697fad588566bce0da766": 1,
"642d4d8eb6b75d4c89077cf9": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"637ba17aa10a96c2b605dbc2": 1,
"6295e944e9de5e7b3751c4da": 1,
"5e4bb3b586f77406812bd579": 1,
"5f5e40a06760b4138443b341": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"6377266693a3b4967208e42b": 1,
"5d1f568486f7744bca3f0b98": 1,
"657058fddf9b3231400e9188": 1,
"642ed297ac11c9eaf10d87e8": 1,
"5d1f567786f7744bcc04874f": 1,
"64ef3efdb63b74469b6c1499": 1,
"6430119aac11c9eaf10d881b": 1,
"5f5e401747344c2e4f6c42c5": 1
},
"feet": {
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 1,
"642ed40af5bdf1c04e01952e": 1,
"6295e63de08ed747e64ae991": 1,
"5d1f58a086f7743f8362bcd9": 1,
"66043d7ac8949a435906e434": 1,
"5d1f58ab86f7743014162042": 1,
"5f5e40400bc58666c37e7819": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"winter": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56a686f7744bce0ee9eb": 1,
"5e9da17386f774054b6f79a3": 1,
"5e4bb35286f77406a511c9bc": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"675844f8a31925671c000af6": 1,
"675fd6897a57e0b2a00e3405": 1
},
"feet": {
"5d1f590486f7744bcd13459e": 1,
"5d1f58ed86f7744bcb0acd1c": 1,
"675fd6b2f26b0db5f0060eb6": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"642e8ae07e17c882400c4f87": 1,
"5d1f568486f7744bca3f0b98": 1,
"66acec1dc94f4bf5bc063a16": 1,
"5e4bb31586f7740695730568": 1,
"67599500a378f89a3e089b56": 1,
"675844f8a31925671c000af6": 1
},
"feet": {
"66acebd4ede86671bb09584b": 1,
"5d1f58ab86f7743014162042": 1,
"675994c9f7adb892bd080766": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
}
}

View File

@ -0,0 +1,513 @@
{
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"66546f823b51a4d21e0d17d7": 1,
"675fd6897a57e0b2a00e3405": 1,
"5d1f56a686f7744bce0ee9eb": 1,
"5d1f56c686f7744bcd13459c": 2,
"637b945722e2a933ed0e33c8": 2,
"6571cb0923aa6d72760a7f8f": 2,
"5fd3e9f71b735718c25cd9f8": 2,
"642d9bbf6c06444bf7033855": 2,
"6033a35f80ae5e2f970ba6bb": 3,
"66043728333907134309d647": 3,
"5d1f56e486f7744bce0ee9ed": 3,
"6295e8c3e08ed747e64aea00": 3,
"642c18b8a6a0660b560fb31c": 3,
"66acbe49dc61999a6a03d4d6": 3,
"6750704650f7ea9dc604afc6": 3,
"675697b09fe31e6df7031b26": 3,
"5d4da0cb86f77450fe0a6629": 5,
"660437e57502eca33a08caca": 5,
"5fcf63da5c287f01f22bf245": 5,
"618109c96d7ca35d076b3363": 5,
"5d1f56f186f7744bcb0acd1a": 5,
"675844f8a31925671c000af6": 5
},
"feet": {
"675fd6b2f26b0db5f0060eb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"5d1f58ed86f7744bcb0acd1c": 1,
"5d1f590486f7744bcd13459e": 2,
"642d4d8eb6b75d4c89077cf9": 2,
"6033a3fee29c9f6c9b14e74e": 2,
"5fcf940bce1ba36a513bb9cc": 3,
"660436487502eca33a08cac8": 3,
"6571cad4c8673f00290f5657": 3,
"637ba17aa10a96c2b605dbc2": 3,
"5d1f591186f7744bcc048755": 3,
"6295e944e9de5e7b3751c4da": 3,
"642c19360a69698d1b049e12": 3,
"66acc8f719271bd6d00dec0b": 3,
"675697fad588566bce0da766": 3,
"6750707dc1b42fa2ee09aeb6": 3,
"660436a810bcdf80ff0e9f78": 5,
"617c02e24013b06b0b78df80": 5,
"5d1f593286f7743014162044": 5,
"5d1f592286f7743f8362bcdb": 5
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"66546f823b51a4d21e0d17d7": 1,
"67599500a378f89a3e089b56": 1,
"5d1f565786f7743f8362bcd5": 1,
"5fce3e0cfe40296c1d5fd782": 2,
"6377266693a3b4967208e42b": 2,
"5d1f564b86f7744bcb0acd16": 2,
"6295e698e9de5e7b3751c47a": 2,
"642e8ae07e17c882400c4f87": 2,
"5d1f568486f7744bca3f0b98": 2,
"657058fddf9b3231400e9188": 3,
"6033a31e9ec839204e6a2f3e": 3,
"66043cc27502eca33a08cad0": 3,
"5fce3e47fe40296c1d5fd784": 3,
"642ed297ac11c9eaf10d87e8": 3,
"66acec1dc94f4bf5bc063a16": 3,
"675069c97348af9e3e0c2a96": 3,
"675695d6e08b3ae7480096bf": 3,
"5d1f567786f7744bcc04874f": 5,
"660440d2c8949a435906e43a": 5,
"617bca4b4013b06b0b78df2a": 5,
"5d1f566d86f7744bcd13459a": 5,
"675844f8a31925671c000af6": 5
},
"feet": {
"675994c9f7adb892bd080766": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 2,
"5d1f588e86f7744bcc048753": 2,
"65707a89f5a6f1412f0c5f7b": 2,
"642ed40af5bdf1c04e01952e": 2,
"5fce3e965a9f8c40685693bc": 2,
"6295e63de08ed747e64ae991": 3,
"66043cf87502eca33a08cad2": 3,
"6033a3d8ed2e0509b15f9031": 3,
"5d1f58cb86f7744bca3f0b9a": 3,
"5d1f58a086f7743f8362bcd9": 3,
"642e71620a69698d1b049f0a": 3,
"66acebd4ede86671bb09584b": 3,
"6756960dbe1cb7ec47002236": 3,
"67506f51caaa3394b2082166": 3,
"66043d7ac8949a435906e434": 5,
"5d1f58ab86f7743014162042": 5,
"617be9e4e02b3b3fa50fa8f2": 5
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
},
"springEarly": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"66acbe49dc61999a6a03d4d6": 1,
"660437e57502eca33a08caca": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5d1f56ff86f7743f8362bcd7": 1,
"5d1f56a686f7744bce0ee9eb": 2,
"5e9da17386f774054b6f79a3": 2,
"5e4bb35286f77406a511c9bc": 2,
"5d1f56e486f7744bce0ee9ed": 2,
"675fd6897a57e0b2a00e3405": 2
},
"feet": {
"642d4d8eb6b75d4c89077cf9": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"66acc8f719271bd6d00dec0b": 1,
"6295e944e9de5e7b3751c4da": 1,
"5d1f592286f7743f8362bcdb": 1,
"5e4bb3b586f77406812bd579": 1,
"5d1f590486f7744bcd13459e": 3,
"5d1f58ed86f7744bcb0acd1c": 3,
"675fd6b2f26b0db5f0060eb6": 3
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"657058fddf9b3231400e9188": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5d1f567786f7744bcc04874f": 1,
"5e9d9fa986f774054d6b89f2": 1,
"5f5e401747344c2e4f6c42c5": 1,
"642e8ae07e17c882400c4f87": 2,
"5d1f568486f7744bca3f0b98": 2,
"66acec1dc94f4bf5bc063a16": 2,
"5e4bb31586f7740695730568": 2,
"67599500a378f89a3e089b56": 2
},
"feet": {
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 1,
"66043cf87502eca33a08cad2": 1,
"5d1f58cb86f7744bca3f0b9a": 1,
"5d1f58a086f7743f8362bcd9": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"5f5e40400bc58666c37e7819": 1,
"66acebd4ede86671bb09584b": 3,
"5d1f58ab86f7743014162042": 3,
"675994c9f7adb892bd080766": 3
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"spring": {
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"5d4da0cb86f77450fe0a6629": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5f5e4075df4f3100376a8138": 1,
"6750704650f7ea9dc604afc6": 1
},
"feet": {
"6750707dc1b42fa2ee09aeb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"66acc8f719271bd6d00dec0b": 1,
"5d1f592286f7743f8362bcdb": 1,
"642d6941ff5ecad7810a8a61": 1,
"5e9dcadd86f7743e20652f23": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"5d1f564b86f7744bcb0acd16": 1,
"675069c97348af9e3e0c2a96": 1,
"6295e698e9de5e7b3751c47a": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5fce3e47fe40296c1d5fd784": 1,
"617bca4b4013b06b0b78df2a": 1,
"5df89f1f86f77412631087ea": 1,
"675695d6e08b3ae7480096bf": 1
},
"feet": {
"67506f51caaa3394b2082166": 1,
"6756960dbe1cb7ec47002236": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f588e86f7744bcc048753": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"642e71620a69698d1b049f0a": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"642eea6f881906a7fe086841": 1,
"5df89f8f86f77412672a1e38": 1,
"5e9dc97c86f774054c19ac9a": 1,
"5e4bb39386f774067f79de05": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"summer": {
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"5d1f56c686f7744bcd13459c": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"5d4da0cb86f77450fe0a6629": 1,
"66acbe49dc61999a6a03d4d6": 1,
"64ef3efdb63b74469b6c1499": 1,
"642c18b8a6a0660b560fb31c": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5f5e4075df4f3100376a8138": 1,
"6750704650f7ea9dc604afc6": 1,
"675697b09fe31e6df7031b26": 1
},
"feet": {
"675697fad588566bce0da766": 1,
"6750707dc1b42fa2ee09aeb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"66acc8f719271bd6d00dec0b": 1,
"5d1f593286f7743014162044": 1,
"5d1f592286f7743f8362bcdb": 1,
"642d6941ff5ecad7810a8a61": 1,
"5e9dcadd86f7743e20652f23": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"5d1f564b86f7744bcb0acd16": 1,
"675069c97348af9e3e0c2a96": 1,
"6295e698e9de5e7b3751c47a": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5fce3e47fe40296c1d5fd784": 1,
"617bca4b4013b06b0b78df2a": 1,
"64ef3efdb63b74469b6c1499": 1,
"5df89f1f86f77412631087ea": 1,
"5e9d9fa986f774054d6b89f2": 1,
"675695d6e08b3ae7480096bf": 1
},
"feet": {
"67506f51caaa3394b2082166": 1,
"6756960dbe1cb7ec47002236": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f588e86f7744bcc048753": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"642e71620a69698d1b049f0a": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"642eea6f881906a7fe086841": 1,
"5df89f8f86f77412672a1e38": 1,
"5e9dc97c86f774054c19ac9a": 1,
"5e4bb39386f774067f79de05": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"autumn": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"637b945722e2a933ed0e33c8": 1,
"6571cb0923aa6d72760a7f8f": 1,
"6033a35f80ae5e2f970ba6bb": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"66acbe49dc61999a6a03d4d6": 1,
"660437e57502eca33a08caca": 1,
"64ef3efdb63b74469b6c1499": 1,
"5d1f56ff86f7743f8362bcd7": 1,
"675697b09fe31e6df7031b26": 1
},
"feet": {
"675697fad588566bce0da766": 1,
"642d4d8eb6b75d4c89077cf9": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"637ba17aa10a96c2b605dbc2": 1,
"6295e944e9de5e7b3751c4da": 1,
"5e4bb3b586f77406812bd579": 1,
"5f5e40a06760b4138443b341": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"6377266693a3b4967208e42b": 1,
"5d1f568486f7744bca3f0b98": 1,
"657058fddf9b3231400e9188": 1,
"642ed297ac11c9eaf10d87e8": 1,
"5d1f567786f7744bcc04874f": 1,
"64ef3efdb63b74469b6c1499": 1,
"6430119aac11c9eaf10d881b": 1,
"5f5e401747344c2e4f6c42c5": 1
},
"feet": {
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 1,
"642ed40af5bdf1c04e01952e": 1,
"6295e63de08ed747e64ae991": 1,
"5d1f58a086f7743f8362bcd9": 1,
"66043d7ac8949a435906e434": 1,
"5d1f58ab86f7743014162042": 1,
"5f5e40400bc58666c37e7819": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"winter": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56a686f7744bce0ee9eb": 1,
"5e9da17386f774054b6f79a3": 1,
"5e4bb35286f77406a511c9bc": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"675844f8a31925671c000af6": 1,
"675fd6897a57e0b2a00e3405": 1
},
"feet": {
"5d1f590486f7744bcd13459e": 1,
"5d1f58ed86f7744bcb0acd1c": 1,
"675fd6b2f26b0db5f0060eb6": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"642e8ae07e17c882400c4f87": 1,
"5d1f568486f7744bca3f0b98": 1,
"66acec1dc94f4bf5bc063a16": 1,
"5e4bb31586f7740695730568": 1,
"67599500a378f89a3e089b56": 1,
"675844f8a31925671c000af6": 1
},
"feet": {
"66acebd4ede86671bb09584b": 1,
"5d1f58ab86f7743014162042": 1,
"675994c9f7adb892bd080766": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
}
}

View File

@ -0,0 +1,533 @@
{
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"66546f823b51a4d21e0d17d7": 1,
"675fd6897a57e0b2a00e3405": 1,
"5d1f56a686f7744bce0ee9eb": 1,
"5d1f56c686f7744bcd13459c": 2,
"637b945722e2a933ed0e33c8": 2,
"6571cb0923aa6d72760a7f8f": 2,
"5fd3e9f71b735718c25cd9f8": 2,
"642d9bbf6c06444bf7033855": 2,
"6033a35f80ae5e2f970ba6bb": 3,
"66043728333907134309d647": 3,
"5d1f56e486f7744bce0ee9ed": 3,
"6295e8c3e08ed747e64aea00": 3,
"642c18b8a6a0660b560fb31c": 3,
"66acbe49dc61999a6a03d4d6": 3,
"6750704650f7ea9dc604afc6": 3,
"675697b09fe31e6df7031b26": 3,
"5d4da0cb86f77450fe0a6629": 5,
"660437e57502eca33a08caca": 5,
"5fcf63da5c287f01f22bf245": 5,
"618109c96d7ca35d076b3363": 5,
"5d1f56f186f7744bcb0acd1a": 5,
"675844f8a31925671c000af6": 5,
"64ef3efdb63b74469b6c1499": 5,
"642c5273ff5ecad7810a89d7": 5,
"5d1f56ff86f7743f8362bcd7": 5,
"5e4bb35286f77406a511c9bc": 5,
"5cdea42e7d6c8b0474535dad": 5,
"5e9da17386f774054b6f79a3": 5
},
"feet": {
"675fd6b2f26b0db5f0060eb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"5d1f58ed86f7744bcb0acd1c": 1,
"5d1f590486f7744bcd13459e": 2,
"642d4d8eb6b75d4c89077cf9": 2,
"6033a3fee29c9f6c9b14e74e": 2,
"5fcf940bce1ba36a513bb9cc": 3,
"660436487502eca33a08cac8": 3,
"6571cad4c8673f00290f5657": 3,
"637ba17aa10a96c2b605dbc2": 3,
"5d1f591186f7744bcc048755": 3,
"6295e944e9de5e7b3751c4da": 3,
"642c19360a69698d1b049e12": 3,
"66acc8f719271bd6d00dec0b": 3,
"675697fad588566bce0da766": 3,
"6750707dc1b42fa2ee09aeb6": 3,
"660436a810bcdf80ff0e9f78": 5,
"617c02e24013b06b0b78df80": 5,
"5d1f593286f7743014162044": 5,
"5d1f592286f7743f8362bcdb": 5,
"642d6941ff5ecad7810a8a61": 5,
"5df8a08886f7740bfe6df775": 5,
"5e4bb3b586f77406812bd579": 5,
"5e9dcadd86f7743e20652f23": 5
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"66546f823b51a4d21e0d17d7": 1,
"67599500a378f89a3e089b56": 1,
"5d1f565786f7743f8362bcd5": 1,
"5fce3e0cfe40296c1d5fd782": 2,
"6377266693a3b4967208e42b": 2,
"5d1f564b86f7744bcb0acd16": 2,
"6295e698e9de5e7b3751c47a": 2,
"642e8ae07e17c882400c4f87": 2,
"5d1f568486f7744bca3f0b98": 2,
"657058fddf9b3231400e9188": 3,
"6033a31e9ec839204e6a2f3e": 3,
"66043cc27502eca33a08cad0": 3,
"5fce3e47fe40296c1d5fd784": 3,
"642ed297ac11c9eaf10d87e8": 3,
"66acec1dc94f4bf5bc063a16": 3,
"675069c97348af9e3e0c2a96": 3,
"675695d6e08b3ae7480096bf": 3,
"5d1f567786f7744bcc04874f": 5,
"660440d2c8949a435906e43a": 5,
"617bca4b4013b06b0b78df2a": 5,
"5d1f566d86f7744bcd13459a": 5,
"675844f8a31925671c000af6": 5,
"64ef3efdb63b74469b6c1499": 5,
"6430119aac11c9eaf10d881b": 5,
"5df89f1f86f77412631087ea": 5,
"5e9d9fa986f774054d6b89f2": 5,
"5cdea42e7d6c8b0474535dad": 5,
"5e4bb31586f7740695730568": 5
},
"feet": {
"675994c9f7adb892bd080766": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 2,
"5d1f588e86f7744bcc048753": 2,
"65707a89f5a6f1412f0c5f7b": 2,
"642ed40af5bdf1c04e01952e": 2,
"5fce3e965a9f8c40685693bc": 2,
"6295e63de08ed747e64ae991": 3,
"66043cf87502eca33a08cad2": 3,
"6033a3d8ed2e0509b15f9031": 3,
"5d1f58cb86f7744bca3f0b9a": 3,
"5d1f58a086f7743f8362bcd9": 3,
"642e71620a69698d1b049f0a": 3,
"66acebd4ede86671bb09584b": 3,
"6756960dbe1cb7ec47002236": 3,
"67506f51caaa3394b2082166": 3,
"66043d7ac8949a435906e434": 5,
"5d1f58ab86f7743014162042": 5,
"617be9e4e02b3b3fa50fa8f2": 5,
"642eea6f881906a7fe086841": 5,
"5df89f8f86f77412672a1e38": 5,
"5e9dc97c86f774054c19ac9a": 5,
"5e4bb39386f774067f79de05": 5
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
},
"springEarly": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"66acbe49dc61999a6a03d4d6": 1,
"660437e57502eca33a08caca": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5d1f56ff86f7743f8362bcd7": 1,
"5d1f56a686f7744bce0ee9eb": 2,
"5e9da17386f774054b6f79a3": 2,
"5e4bb35286f77406a511c9bc": 2,
"5d1f56e486f7744bce0ee9ed": 2,
"675fd6897a57e0b2a00e3405": 2
},
"feet": {
"642d4d8eb6b75d4c89077cf9": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"66acc8f719271bd6d00dec0b": 1,
"6295e944e9de5e7b3751c4da": 1,
"5d1f592286f7743f8362bcdb": 1,
"5e4bb3b586f77406812bd579": 1,
"5d1f590486f7744bcd13459e": 3,
"5d1f58ed86f7744bcb0acd1c": 3,
"675fd6b2f26b0db5f0060eb6": 3
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"657058fddf9b3231400e9188": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5d1f567786f7744bcc04874f": 1,
"5e9d9fa986f774054d6b89f2": 1,
"5f5e401747344c2e4f6c42c5": 1,
"642e8ae07e17c882400c4f87": 2,
"5d1f568486f7744bca3f0b98": 2,
"66acec1dc94f4bf5bc063a16": 2,
"5e4bb31586f7740695730568": 2,
"67599500a378f89a3e089b56": 2
},
"feet": {
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 1,
"66043cf87502eca33a08cad2": 1,
"5d1f58cb86f7744bca3f0b9a": 1,
"5d1f58a086f7743f8362bcd9": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"5f5e40400bc58666c37e7819": 1,
"66acebd4ede86671bb09584b": 3,
"5d1f58ab86f7743014162042": 3,
"675994c9f7adb892bd080766": 3
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"spring": {
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"5d4da0cb86f77450fe0a6629": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5f5e4075df4f3100376a8138": 1,
"6750704650f7ea9dc604afc6": 1
},
"feet": {
"6750707dc1b42fa2ee09aeb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"66acc8f719271bd6d00dec0b": 1,
"5d1f592286f7743f8362bcdb": 1,
"642d6941ff5ecad7810a8a61": 1,
"5e9dcadd86f7743e20652f23": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"5d1f564b86f7744bcb0acd16": 1,
"675069c97348af9e3e0c2a96": 1,
"6295e698e9de5e7b3751c47a": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5fce3e47fe40296c1d5fd784": 1,
"617bca4b4013b06b0b78df2a": 1,
"5df89f1f86f77412631087ea": 1,
"675695d6e08b3ae7480096bf": 1
},
"feet": {
"67506f51caaa3394b2082166": 1,
"6756960dbe1cb7ec47002236": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f588e86f7744bcc048753": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"642e71620a69698d1b049f0a": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"642eea6f881906a7fe086841": 1,
"5df89f8f86f77412672a1e38": 1,
"5e9dc97c86f774054c19ac9a": 1,
"5e4bb39386f774067f79de05": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"summer": {
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"5d1f56c686f7744bcd13459c": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"5d4da0cb86f77450fe0a6629": 1,
"66acbe49dc61999a6a03d4d6": 1,
"64ef3efdb63b74469b6c1499": 1,
"642c18b8a6a0660b560fb31c": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5f5e4075df4f3100376a8138": 1,
"6750704650f7ea9dc604afc6": 1,
"675697b09fe31e6df7031b26": 1
},
"feet": {
"675697fad588566bce0da766": 1,
"6750707dc1b42fa2ee09aeb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"66acc8f719271bd6d00dec0b": 1,
"5d1f593286f7743014162044": 1,
"5d1f592286f7743f8362bcdb": 1,
"642d6941ff5ecad7810a8a61": 1,
"5e9dcadd86f7743e20652f23": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"5d1f564b86f7744bcb0acd16": 1,
"675069c97348af9e3e0c2a96": 1,
"6295e698e9de5e7b3751c47a": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5fce3e47fe40296c1d5fd784": 1,
"617bca4b4013b06b0b78df2a": 1,
"64ef3efdb63b74469b6c1499": 1,
"5df89f1f86f77412631087ea": 1,
"5e9d9fa986f774054d6b89f2": 1,
"675695d6e08b3ae7480096bf": 1
},
"feet": {
"67506f51caaa3394b2082166": 1,
"6756960dbe1cb7ec47002236": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f588e86f7744bcc048753": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"642e71620a69698d1b049f0a": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"642eea6f881906a7fe086841": 1,
"5df89f8f86f77412672a1e38": 1,
"5e9dc97c86f774054c19ac9a": 1,
"5e4bb39386f774067f79de05": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"autumn": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"637b945722e2a933ed0e33c8": 1,
"6571cb0923aa6d72760a7f8f": 1,
"6033a35f80ae5e2f970ba6bb": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"66acbe49dc61999a6a03d4d6": 1,
"660437e57502eca33a08caca": 1,
"64ef3efdb63b74469b6c1499": 1,
"5d1f56ff86f7743f8362bcd7": 1,
"675697b09fe31e6df7031b26": 1
},
"feet": {
"675697fad588566bce0da766": 1,
"642d4d8eb6b75d4c89077cf9": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"637ba17aa10a96c2b605dbc2": 1,
"6295e944e9de5e7b3751c4da": 1,
"5e4bb3b586f77406812bd579": 1,
"5f5e40a06760b4138443b341": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"6377266693a3b4967208e42b": 1,
"5d1f568486f7744bca3f0b98": 1,
"657058fddf9b3231400e9188": 1,
"642ed297ac11c9eaf10d87e8": 1,
"5d1f567786f7744bcc04874f": 1,
"64ef3efdb63b74469b6c1499": 1,
"6430119aac11c9eaf10d881b": 1,
"5f5e401747344c2e4f6c42c5": 1
},
"feet": {
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 1,
"642ed40af5bdf1c04e01952e": 1,
"6295e63de08ed747e64ae991": 1,
"5d1f58a086f7743f8362bcd9": 1,
"66043d7ac8949a435906e434": 1,
"5d1f58ab86f7743014162042": 1,
"5f5e40400bc58666c37e7819": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"winter": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56a686f7744bce0ee9eb": 1,
"5e9da17386f774054b6f79a3": 1,
"5e4bb35286f77406a511c9bc": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"675844f8a31925671c000af6": 1,
"675fd6897a57e0b2a00e3405": 1
},
"feet": {
"5d1f590486f7744bcd13459e": 1,
"5d1f58ed86f7744bcb0acd1c": 1,
"675fd6b2f26b0db5f0060eb6": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"642e8ae07e17c882400c4f87": 1,
"5d1f568486f7744bca3f0b98": 1,
"66acec1dc94f4bf5bc063a16": 1,
"5e4bb31586f7740695730568": 1,
"67599500a378f89a3e089b56": 1,
"675844f8a31925671c000af6": 1
},
"feet": {
"66acebd4ede86671bb09584b": 1,
"5d1f58ab86f7743014162042": 1,
"675994c9f7adb892bd080766": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
}
}

View File

@ -0,0 +1,527 @@
{
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"637b945722e2a933ed0e33c8": 1,
"6571cb0923aa6d72760a7f8f": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"642d9bbf6c06444bf7033855": 1,
"675fd6897a57e0b2a00e3405": 1,
"6033a35f80ae5e2f970ba6bb": 2,
"66043728333907134309d647": 2,
"5d1f56e486f7744bce0ee9ed": 2,
"6295e8c3e08ed747e64aea00": 2,
"642c18b8a6a0660b560fb31c": 2,
"66acbe49dc61999a6a03d4d6": 2,
"6750704650f7ea9dc604afc6": 2,
"675697b09fe31e6df7031b26": 2,
"5d4da0cb86f77450fe0a6629": 3,
"660437e57502eca33a08caca": 3,
"5fcf63da5c287f01f22bf245": 3,
"618109c96d7ca35d076b3363": 3,
"5d1f56f186f7744bcb0acd1a": 3,
"675844f8a31925671c000af6": 3,
"64ef3efdb63b74469b6c1499": 5,
"642c5273ff5ecad7810a89d7": 5,
"5d1f56ff86f7743f8362bcd7": 5,
"5e4bb35286f77406a511c9bc": 5,
"5cdea42e7d6c8b0474535dad": 5,
"5e9da17386f774054b6f79a3": 5,
"5f5e4075df4f3100376a8138": 5
},
"feet": {
"675fd6b2f26b0db5f0060eb6": 1,
"5d1f590486f7744bcd13459e": 1,
"642d4d8eb6b75d4c89077cf9": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"5fcf940bce1ba36a513bb9cc": 2,
"660436487502eca33a08cac8": 2,
"6571cad4c8673f00290f5657": 2,
"637ba17aa10a96c2b605dbc2": 2,
"5d1f591186f7744bcc048755": 2,
"6295e944e9de5e7b3751c4da": 2,
"642c19360a69698d1b049e12": 2,
"66acc8f719271bd6d00dec0b": 2,
"675697fad588566bce0da766": 2,
"6750707dc1b42fa2ee09aeb6": 2,
"660436a810bcdf80ff0e9f78": 3,
"617c02e24013b06b0b78df80": 3,
"5d1f593286f7743014162044": 3,
"5d1f592286f7743f8362bcdb": 3,
"642d6941ff5ecad7810a8a61": 5,
"5df8a08886f7740bfe6df775": 5,
"5e4bb3b586f77406812bd579": 5,
"5e9dcadd86f7743e20652f23": 5,
"5f5e40a06760b4138443b341": 5
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5fce3e0cfe40296c1d5fd782": 1,
"6377266693a3b4967208e42b": 1,
"5d1f564b86f7744bcb0acd16": 1,
"6295e698e9de5e7b3751c47a": 1,
"642e8ae07e17c882400c4f87": 1,
"5d1f568486f7744bca3f0b98": 1,
"67599500a378f89a3e089b56": 1,
"657058fddf9b3231400e9188": 2,
"6033a31e9ec839204e6a2f3e": 2,
"66043cc27502eca33a08cad0": 2,
"5fce3e47fe40296c1d5fd784": 2,
"642ed297ac11c9eaf10d87e8": 2,
"66acec1dc94f4bf5bc063a16": 2,
"675069c97348af9e3e0c2a96": 2,
"675695d6e08b3ae7480096bf": 2,
"5d1f567786f7744bcc04874f": 3,
"660440d2c8949a435906e43a": 3,
"617bca4b4013b06b0b78df2a": 3,
"5d1f566d86f7744bcd13459a": 3,
"675844f8a31925671c000af6": 3,
"64ef3efdb63b74469b6c1499": 5,
"6430119aac11c9eaf10d881b": 5,
"5df89f1f86f77412631087ea": 5,
"5e9d9fa986f774054d6b89f2": 5,
"5cdea42e7d6c8b0474535dad": 5,
"5e4bb31586f7740695730568": 5,
"5f5e401747344c2e4f6c42c5": 5
},
"feet": {
"675994c9f7adb892bd080766": 1,
"6377315993a3b4967208e437": 1,
"5d1f588e86f7744bcc048753": 1,
"65707a89f5a6f1412f0c5f7b": 1,
"642ed40af5bdf1c04e01952e": 1,
"5fce3e965a9f8c40685693bc": 1,
"6295e63de08ed747e64ae991": 2,
"66043cf87502eca33a08cad2": 2,
"6033a3d8ed2e0509b15f9031": 2,
"5d1f58cb86f7744bca3f0b9a": 2,
"5d1f58a086f7743f8362bcd9": 2,
"642e71620a69698d1b049f0a": 2,
"66acebd4ede86671bb09584b": 2,
"6756960dbe1cb7ec47002236": 2,
"67506f51caaa3394b2082166": 2,
"66043d7ac8949a435906e434": 3,
"5d1f58ab86f7743014162042": 3,
"617be9e4e02b3b3fa50fa8f2": 3,
"642eea6f881906a7fe086841": 5,
"5df89f8f86f77412672a1e38": 5,
"5e9dc97c86f774054c19ac9a": 5,
"5e4bb39386f774067f79de05": 5,
"5f5e40400bc58666c37e7819": 5
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
},
"springEarly": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"66acbe49dc61999a6a03d4d6": 1,
"660437e57502eca33a08caca": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5d1f56ff86f7743f8362bcd7": 1,
"5d1f56a686f7744bce0ee9eb": 2,
"5e9da17386f774054b6f79a3": 2,
"5e4bb35286f77406a511c9bc": 2,
"5d1f56e486f7744bce0ee9ed": 2,
"675fd6897a57e0b2a00e3405": 2
},
"feet": {
"642d4d8eb6b75d4c89077cf9": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"66acc8f719271bd6d00dec0b": 1,
"6295e944e9de5e7b3751c4da": 1,
"5d1f592286f7743f8362bcdb": 1,
"5e4bb3b586f77406812bd579": 1,
"5d1f590486f7744bcd13459e": 3,
"5d1f58ed86f7744bcb0acd1c": 3,
"675fd6b2f26b0db5f0060eb6": 3
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"657058fddf9b3231400e9188": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5d1f567786f7744bcc04874f": 1,
"5e9d9fa986f774054d6b89f2": 1,
"5f5e401747344c2e4f6c42c5": 1,
"642e8ae07e17c882400c4f87": 2,
"5d1f568486f7744bca3f0b98": 2,
"66acec1dc94f4bf5bc063a16": 2,
"5e4bb31586f7740695730568": 2,
"67599500a378f89a3e089b56": 2
},
"feet": {
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 1,
"66043cf87502eca33a08cad2": 1,
"5d1f58cb86f7744bca3f0b9a": 1,
"5d1f58a086f7743f8362bcd9": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"5f5e40400bc58666c37e7819": 1,
"66acebd4ede86671bb09584b": 3,
"5d1f58ab86f7743014162042": 3,
"675994c9f7adb892bd080766": 3
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"spring": {
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"5d4da0cb86f77450fe0a6629": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5f5e4075df4f3100376a8138": 1,
"6750704650f7ea9dc604afc6": 1
},
"feet": {
"6750707dc1b42fa2ee09aeb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"66acc8f719271bd6d00dec0b": 1,
"5d1f592286f7743f8362bcdb": 1,
"642d6941ff5ecad7810a8a61": 1,
"5e9dcadd86f7743e20652f23": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"5d1f564b86f7744bcb0acd16": 1,
"675069c97348af9e3e0c2a96": 1,
"6295e698e9de5e7b3751c47a": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5fce3e47fe40296c1d5fd784": 1,
"617bca4b4013b06b0b78df2a": 1,
"5df89f1f86f77412631087ea": 1,
"675695d6e08b3ae7480096bf": 1
},
"feet": {
"67506f51caaa3394b2082166": 1,
"6756960dbe1cb7ec47002236": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f588e86f7744bcc048753": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"642e71620a69698d1b049f0a": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"642eea6f881906a7fe086841": 1,
"5df89f8f86f77412672a1e38": 1,
"5e9dc97c86f774054c19ac9a": 1,
"5e4bb39386f774067f79de05": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"summer": {
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"5d1f56c686f7744bcd13459c": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"5d4da0cb86f77450fe0a6629": 1,
"66acbe49dc61999a6a03d4d6": 1,
"64ef3efdb63b74469b6c1499": 1,
"642c18b8a6a0660b560fb31c": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5f5e4075df4f3100376a8138": 1,
"6750704650f7ea9dc604afc6": 1,
"675697b09fe31e6df7031b26": 1
},
"feet": {
"675697fad588566bce0da766": 1,
"6750707dc1b42fa2ee09aeb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"66acc8f719271bd6d00dec0b": 1,
"5d1f593286f7743014162044": 1,
"5d1f592286f7743f8362bcdb": 1,
"642d6941ff5ecad7810a8a61": 1,
"5e9dcadd86f7743e20652f23": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"5d1f564b86f7744bcb0acd16": 1,
"675069c97348af9e3e0c2a96": 1,
"6295e698e9de5e7b3751c47a": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5fce3e47fe40296c1d5fd784": 1,
"617bca4b4013b06b0b78df2a": 1,
"64ef3efdb63b74469b6c1499": 1,
"5df89f1f86f77412631087ea": 1,
"5e9d9fa986f774054d6b89f2": 1,
"675695d6e08b3ae7480096bf": 1
},
"feet": {
"67506f51caaa3394b2082166": 1,
"6756960dbe1cb7ec47002236": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f588e86f7744bcc048753": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"642e71620a69698d1b049f0a": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"642eea6f881906a7fe086841": 1,
"5df89f8f86f77412672a1e38": 1,
"5e9dc97c86f774054c19ac9a": 1,
"5e4bb39386f774067f79de05": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"autumn": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"637b945722e2a933ed0e33c8": 1,
"6571cb0923aa6d72760a7f8f": 1,
"6033a35f80ae5e2f970ba6bb": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"66acbe49dc61999a6a03d4d6": 1,
"660437e57502eca33a08caca": 1,
"64ef3efdb63b74469b6c1499": 1,
"5d1f56ff86f7743f8362bcd7": 1,
"675697b09fe31e6df7031b26": 1
},
"feet": {
"675697fad588566bce0da766": 1,
"642d4d8eb6b75d4c89077cf9": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"637ba17aa10a96c2b605dbc2": 1,
"6295e944e9de5e7b3751c4da": 1,
"5e4bb3b586f77406812bd579": 1,
"5f5e40a06760b4138443b341": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"6377266693a3b4967208e42b": 1,
"5d1f568486f7744bca3f0b98": 1,
"657058fddf9b3231400e9188": 1,
"642ed297ac11c9eaf10d87e8": 1,
"5d1f567786f7744bcc04874f": 1,
"64ef3efdb63b74469b6c1499": 1,
"6430119aac11c9eaf10d881b": 1,
"5f5e401747344c2e4f6c42c5": 1
},
"feet": {
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 1,
"642ed40af5bdf1c04e01952e": 1,
"6295e63de08ed747e64ae991": 1,
"5d1f58a086f7743f8362bcd9": 1,
"66043d7ac8949a435906e434": 1,
"5d1f58ab86f7743014162042": 1,
"5f5e40400bc58666c37e7819": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"winter": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56a686f7744bce0ee9eb": 1,
"5e9da17386f774054b6f79a3": 1,
"5e4bb35286f77406a511c9bc": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"675844f8a31925671c000af6": 1,
"675fd6897a57e0b2a00e3405": 1
},
"feet": {
"5d1f590486f7744bcd13459e": 1,
"5d1f58ed86f7744bcb0acd1c": 1,
"675fd6b2f26b0db5f0060eb6": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"642e8ae07e17c882400c4f87": 1,
"5d1f568486f7744bca3f0b98": 1,
"66acec1dc94f4bf5bc063a16": 1,
"5e4bb31586f7740695730568": 1,
"67599500a378f89a3e089b56": 1,
"675844f8a31925671c000af6": 1
},
"feet": {
"66acebd4ede86671bb09584b": 1,
"5d1f58ab86f7743014162042": 1,
"675994c9f7adb892bd080766": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
}
}

View File

@ -0,0 +1,507 @@
{
"pmcUSEC": {
"appearance": {
"body": {
"675fd6897a57e0b2a00e3405": 1,
"6033a35f80ae5e2f970ba6bb": 1,
"66043728333907134309d647": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"6295e8c3e08ed747e64aea00": 1,
"642c18b8a6a0660b560fb31c": 1,
"66acbe49dc61999a6a03d4d6": 1,
"6750704650f7ea9dc604afc6": 1,
"675697b09fe31e6df7031b26": 1,
"5d4da0cb86f77450fe0a6629": 3,
"660437e57502eca33a08caca": 3,
"5fcf63da5c287f01f22bf245": 3,
"618109c96d7ca35d076b3363": 3,
"5d1f56f186f7744bcb0acd1a": 3,
"675844f8a31925671c000af6": 3,
"64ef3efdb63b74469b6c1499": 5,
"642c5273ff5ecad7810a89d7": 5,
"5d1f56ff86f7743f8362bcd7": 5,
"5e4bb35286f77406a511c9bc": 5,
"5cdea42e7d6c8b0474535dad": 5,
"5e9da17386f774054b6f79a3": 5,
"5f5e4075df4f3100376a8138": 5
},
"feet": {
"675fd6b2f26b0db5f0060eb6": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"637ba17aa10a96c2b605dbc2": 1,
"5d1f591186f7744bcc048755": 1,
"6295e944e9de5e7b3751c4da": 1,
"642c19360a69698d1b049e12": 1,
"66acc8f719271bd6d00dec0b": 1,
"675697fad588566bce0da766": 1,
"6750707dc1b42fa2ee09aeb6": 1,
"660436a810bcdf80ff0e9f78": 3,
"617c02e24013b06b0b78df80": 3,
"5d1f593286f7743014162044": 3,
"5d1f592286f7743f8362bcdb": 3,
"642d6941ff5ecad7810a8a61": 5,
"5df8a08886f7740bfe6df775": 5,
"5e4bb3b586f77406812bd579": 5,
"5e9dcadd86f7743e20652f23": 5,
"5f5e40a06760b4138443b341": 5
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"67599500a378f89a3e089b56": 1,
"657058fddf9b3231400e9188": 1,
"6033a31e9ec839204e6a2f3e": 1,
"66043cc27502eca33a08cad0": 1,
"5fce3e47fe40296c1d5fd784": 1,
"642ed297ac11c9eaf10d87e8": 1,
"66acec1dc94f4bf5bc063a16": 1,
"675069c97348af9e3e0c2a96": 1,
"675695d6e08b3ae7480096bf": 1,
"5d1f567786f7744bcc04874f": 3,
"660440d2c8949a435906e43a": 3,
"617bca4b4013b06b0b78df2a": 3,
"5d1f566d86f7744bcd13459a": 3,
"675844f8a31925671c000af6": 3,
"64ef3efdb63b74469b6c1499": 5,
"6430119aac11c9eaf10d881b": 5,
"5df89f1f86f77412631087ea": 5,
"5e9d9fa986f774054d6b89f2": 5,
"5cdea42e7d6c8b0474535dad": 5,
"5e4bb31586f7740695730568": 5,
"5f5e401747344c2e4f6c42c5": 5
},
"feet": {
"675994c9f7adb892bd080766": 1,
"6295e63de08ed747e64ae991": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"5d1f58cb86f7744bca3f0b9a": 1,
"5d1f58a086f7743f8362bcd9": 1,
"642e71620a69698d1b049f0a": 1,
"66acebd4ede86671bb09584b": 1,
"6756960dbe1cb7ec47002236": 1,
"67506f51caaa3394b2082166": 1,
"66043d7ac8949a435906e434": 3,
"5d1f58ab86f7743014162042": 3,
"617be9e4e02b3b3fa50fa8f2": 3,
"642eea6f881906a7fe086841": 5,
"5df89f8f86f77412672a1e38": 5,
"5e9dc97c86f774054c19ac9a": 5,
"5e4bb39386f774067f79de05": 5,
"5f5e40400bc58666c37e7819": 5
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
},
"springEarly": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"66acbe49dc61999a6a03d4d6": 1,
"660437e57502eca33a08caca": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5d1f56ff86f7743f8362bcd7": 1,
"5d1f56a686f7744bce0ee9eb": 2,
"5e9da17386f774054b6f79a3": 2,
"5e4bb35286f77406a511c9bc": 2,
"5d1f56e486f7744bce0ee9ed": 2,
"675fd6897a57e0b2a00e3405": 2
},
"feet": {
"642d4d8eb6b75d4c89077cf9": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"66acc8f719271bd6d00dec0b": 1,
"6295e944e9de5e7b3751c4da": 1,
"5d1f592286f7743f8362bcdb": 1,
"5e4bb3b586f77406812bd579": 1,
"5d1f590486f7744bcd13459e": 3,
"5d1f58ed86f7744bcb0acd1c": 3,
"675fd6b2f26b0db5f0060eb6": 3
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"657058fddf9b3231400e9188": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5d1f567786f7744bcc04874f": 1,
"5e9d9fa986f774054d6b89f2": 1,
"5f5e401747344c2e4f6c42c5": 1,
"642e8ae07e17c882400c4f87": 2,
"5d1f568486f7744bca3f0b98": 2,
"66acec1dc94f4bf5bc063a16": 2,
"5e4bb31586f7740695730568": 2,
"67599500a378f89a3e089b56": 2
},
"feet": {
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 1,
"66043cf87502eca33a08cad2": 1,
"5d1f58cb86f7744bca3f0b9a": 1,
"5d1f58a086f7743f8362bcd9": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"5f5e40400bc58666c37e7819": 1,
"66acebd4ede86671bb09584b": 3,
"5d1f58ab86f7743014162042": 3,
"675994c9f7adb892bd080766": 3
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"spring": {
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"5d4da0cb86f77450fe0a6629": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5f5e4075df4f3100376a8138": 1,
"6750704650f7ea9dc604afc6": 1
},
"feet": {
"6750707dc1b42fa2ee09aeb6": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"66acc8f719271bd6d00dec0b": 1,
"5d1f592286f7743f8362bcdb": 1,
"642d6941ff5ecad7810a8a61": 1,
"5e9dcadd86f7743e20652f23": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"5d1f564b86f7744bcb0acd16": 1,
"675069c97348af9e3e0c2a96": 1,
"6295e698e9de5e7b3751c47a": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5fce3e47fe40296c1d5fd784": 1,
"617bca4b4013b06b0b78df2a": 1,
"5df89f1f86f77412631087ea": 1,
"675695d6e08b3ae7480096bf": 1
},
"feet": {
"67506f51caaa3394b2082166": 1,
"6756960dbe1cb7ec47002236": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f588e86f7744bcc048753": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"642e71620a69698d1b049f0a": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"642eea6f881906a7fe086841": 1,
"5df89f8f86f77412672a1e38": 1,
"5e9dc97c86f774054c19ac9a": 1,
"5e4bb39386f774067f79de05": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"summer": {
"pmcUSEC": {
"appearance": {
"body": {
"5cde95d97d6c8b647a3769b0": 1,
"5d1f56c686f7744bcd13459c": 1,
"5fd3e9f71b735718c25cd9f8": 1,
"66043728333907134309d647": 1,
"5d4da0cb86f77450fe0a6629": 1,
"66acbe49dc61999a6a03d4d6": 1,
"64ef3efdb63b74469b6c1499": 1,
"642c18b8a6a0660b560fb31c": 1,
"5d1f56f186f7744bcb0acd1a": 1,
"5f5e4075df4f3100376a8138": 1,
"6750704650f7ea9dc604afc6": 1,
"675697b09fe31e6df7031b26": 1
},
"feet": {
"675697fad588566bce0da766": 1,
"5cde95ef7d6c8b04713c4f2d": 1,
"6033a3fee29c9f6c9b14e74e": 1,
"660436487502eca33a08cac8": 1,
"6571cad4c8673f00290f5657": 1,
"66acc8f719271bd6d00dec0b": 1,
"5d1f593286f7743014162044": 1,
"5d1f592286f7743f8362bcdb": 1,
"642d6941ff5ecad7810a8a61": 1,
"5e9dcadd86f7743e20652f23": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"5cc0858d14c02e000c6bea66": 1,
"5d1f564b86f7744bcb0acd16": 1,
"675069c97348af9e3e0c2a96": 1,
"6295e698e9de5e7b3751c47a": 1,
"6033a31e9ec839204e6a2f3e": 1,
"5fce3e47fe40296c1d5fd784": 1,
"617bca4b4013b06b0b78df2a": 1,
"64ef3efdb63b74469b6c1499": 1,
"5df89f1f86f77412631087ea": 1,
"5e9d9fa986f774054d6b89f2": 1,
"675695d6e08b3ae7480096bf": 1
},
"feet": {
"67506f51caaa3394b2082166": 1,
"6756960dbe1cb7ec47002236": 1,
"5cc085bb14c02e000e67a5c5": 1,
"5d1f588e86f7744bcc048753": 1,
"66043cf87502eca33a08cad2": 1,
"6033a3d8ed2e0509b15f9031": 1,
"642e71620a69698d1b049f0a": 1,
"617be9e4e02b3b3fa50fa8f2": 1,
"642eea6f881906a7fe086841": 1,
"5df89f8f86f77412672a1e38": 1,
"5e9dc97c86f774054c19ac9a": 1,
"5e4bb39386f774067f79de05": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"autumn": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56c686f7744bcd13459c": 1,
"637b945722e2a933ed0e33c8": 1,
"6571cb0923aa6d72760a7f8f": 1,
"6033a35f80ae5e2f970ba6bb": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"66acbe49dc61999a6a03d4d6": 1,
"660437e57502eca33a08caca": 1,
"64ef3efdb63b74469b6c1499": 1,
"5d1f56ff86f7743f8362bcd7": 1,
"675697b09fe31e6df7031b26": 1
},
"feet": {
"675697fad588566bce0da766": 1,
"642d4d8eb6b75d4c89077cf9": 1,
"5fcf940bce1ba36a513bb9cc": 1,
"637ba17aa10a96c2b605dbc2": 1,
"6295e944e9de5e7b3751c4da": 1,
"5e4bb3b586f77406812bd579": 1,
"5f5e40a06760b4138443b341": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"6377266693a3b4967208e42b": 1,
"5d1f568486f7744bca3f0b98": 1,
"657058fddf9b3231400e9188": 1,
"642ed297ac11c9eaf10d87e8": 1,
"5d1f567786f7744bcc04874f": 1,
"64ef3efdb63b74469b6c1499": 1,
"6430119aac11c9eaf10d881b": 1,
"5f5e401747344c2e4f6c42c5": 1
},
"feet": {
"5d1f58bd86f7744bce0ee9ef": 1,
"6377315993a3b4967208e437": 1,
"642ed40af5bdf1c04e01952e": 1,
"6295e63de08ed747e64ae991": 1,
"5d1f58a086f7743f8362bcd9": 1,
"66043d7ac8949a435906e434": 1,
"5d1f58ab86f7743014162042": 1,
"5f5e40400bc58666c37e7819": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
},
"winter": {
"pmcUSEC": {
"appearance": {
"body": {
"5d1f56a686f7744bce0ee9eb": 1,
"5e9da17386f774054b6f79a3": 1,
"5e4bb35286f77406a511c9bc": 1,
"5d1f56e486f7744bce0ee9ed": 1,
"675844f8a31925671c000af6": 1,
"675fd6897a57e0b2a00e3405": 1
},
"feet": {
"5d1f590486f7744bcd13459e": 1,
"5d1f58ed86f7744bcb0acd1c": 1,
"675fd6b2f26b0db5f0060eb6": 1
},
"hands": {
"5cde95fa7d6c8b04737c2d13": 1
},
"head": {
"5cde96047d6c8b20b577f016": 1,
"5fdb4139e4ed5b5ea251e4ed": 1,
"5fdb5950f5264a66150d1c6e": 1,
"60a6aa8fd559ae040d0d951f": 1,
"619f9e338858a474c8685cc9": 1,
"62aca6a1310e67685a2fc2e7": 1,
"6574aabee0423b9ebe0c79cf": 1
}
}
},
"pmcBEAR": {
"appearance": {
"body": {
"642e8ae07e17c882400c4f87": 1,
"5d1f568486f7744bca3f0b98": 1,
"66acec1dc94f4bf5bc063a16": 1,
"5e4bb31586f7740695730568": 1,
"67599500a378f89a3e089b56": 1,
"675844f8a31925671c000af6": 1
},
"feet": {
"66acebd4ede86671bb09584b": 1,
"5d1f58ab86f7743014162042": 1,
"675994c9f7adb892bd080766": 1
},
"hands": {
"5cc0876314c02e000c6bea6b": 1
},
"head": {
"5cc084dd14c02e000b0550a3": 1,
"5fdb50bb2b730a787b3f78cf": 1,
"5fdb7571e4ed5b5ea251e529": 1,
"60a6aaad42fd2735e4589978": 1,
"619f94f5b90286142b59d45f": 1,
"62a9e7d15ea3b87d6f642a28": 1,
"6574aa9a1b144de18c0fba45": 1
}
}
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,68 @@
{
"66015072e9f84d5680039678": {
"mod_magazine": [
"66015dc4aaad2f54cb04c56a"
],
"patron_in_weapon": [
"6601546f86889319850bd566"
]
},
"66015dc4aaad2f54cb04c56a" : {
"cartridges": [
"6601546f86889319850bd566"
]
},
"62a09d79de7ac81993580530": {
"Soft_armor_front": [
"6572e048371fccfbf909d5d8"
],
"Soft_armor_back": [
"6572e059371fccfbf909d5dc"
],
"Soft_armor_left": [
"6572e06219b4b511af012f89"
],
"soft_armor_right": [
"6572e06819b4b511af012f8d"
]
},
"5aa7d03ae5b5b00016327db5": {
"helmet_top": [
"654a90aff4f81a421b0a7c86"
],
"helmet_back": [
"654a91068e1ce698150fd1e2"
],
"helmet_ears": [
"654a9189bcc67a392b056c79"
]
},
"5ab8e4ed86f7742d8e50c7fa": {
"Soft_armor_front": [
"657044e971369562b300ce9b"
],
"Soft_armor_back": [
"657045741bd9beedc40b7299"
],
"Soft_armor_left": [
"657045b97e80617cee095bda"
],
"soft_armor_right": [
"6570460471369562b300ce9f"
]
},
"607f20859ee58b18e41ecd90": {
"Soft_armor_front": [
"65703d866584602f7d057a8a"
],
"Soft_armor_back": [
"65703fa06584602f7d057a8e"
],
"Soft_armor_left": [
"65703fe46a912c8b5c03468b"
],
"soft_armor_right": [
"657040374e67e8ec7a0d261c"
]
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,663 @@
{
"AvailableQuests": [
{
"isQuestEnabled": true,
"questName": "Fishing Gear",
"requiredMap": [
"shoreline"
],
"requiredWeaponMods": [],
"requiredWeaponModSlots": [
"mod_stock",
"mod_bipod",
"mod_muzzle",
"mod_tactical",
"mod_sight_rear",
"mod_magazine"
],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [],
"Headwear": [],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [
"55801eed4bdc2d89578b4588"
],
"Holster": [],
"Scabbard": [],
"minLevel": 35,
"maxLevel": 45
},
{
"isQuestEnabled": true,
"questName": "Humanitarian Supplies",
"requiredMap": [
"shoreline"
],
"requiredWeaponMods": [],
"requiredWeaponModSlots": [],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"ArmorVest",
"Headwear"
],
"Headwear": [
"5aa7d03ae5b5b00016327db5"
],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [
"5ab8e4ed86f7742d8e50c7fa"
],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [],
"Holster": [],
"Scabbard": [],
"minLevel": 11,
"maxLevel": 21
},{
"isQuestEnabled": true,
"questName": "Setup",
"requiredMap": [
"bigmap"
],
"requiredWeaponMods": [],
"requiredWeaponModSlots": [],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"TacticalVest",
"Headwear",
"LongRange"
],
"Headwear": [
"59e7708286f7742cbd762753"
],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [
"572b7adb24597762ae139821",
"5fd4c5477a8d854fa0105061"
],
"Backpack": [],
"PrimaryWeapon": [
"54491c4f4bdc2db1078b4568",
"56dee2bdd2720bc8328b4567",
"606dae0ab0e443224b421bb7",
"5580223e4bdc2d1c128b457f",
"64748cb8de82c85eaf0a273a",
"61f7c9e189e6fb1a5e3ea78d"
],
"Holster": [],
"Scabbard": [],
"minLevel": 18,
"maxLevel": 28
},{
"isQuestEnabled": true,
"questName": "Punisher Part 1",
"requiredMap": [ "shoreline" ],
"requiredWeaponMods": [],
"requiredWeaponModSlots": [],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"LongRange"
],
"Headwear": [],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [
"5abcbc27d8ce8700182eceeb",
"59d6088586f774275f37482f",
"59ff346386f77477562ff5e2",
"5a0ec13bfcdbcb00165aa685",
"59e6152586f77473dc057aa1",
"5ac66d2e5acfc43b321d4b53",
"5ac66d725acfc43b321d4b60"
],
"Holster": [],
"Scabbard": [],
"minLevel": 17,
"maxLevel": 27
},{
"isQuestEnabled": true,
"questName": "Punisher Part 2",
"requiredMap": [
"rezervbase"
],
"requiredWeaponMods": [],
"requiredWeaponModSlots": [
"mod_barrel",
"mod_muzzle"
],
"requiredWeaponModBaseClasses": [
"550aa4cd4bdc2dd8348b456c"
],
"requiredEquipmentSlots": [],
"Headwear": [],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [],
"Holster": [],
"Scabbard": [],
"minLevel": 18,
"maxLevel": 28
},{
"isQuestEnabled": true,
"questName": "Punisher Part 3",
"requiredMap": [
"bigmap"
],
"requiredWeaponMods": [],
"requiredWeaponModSlots": [],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"LongRange"
],
"Headwear": [],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [
"583990e32459771419544dd2",
"5839a40f24597726f856b511",
"57dc2fa62459775949412633",
"628b9c37a733087d0d7fe84b"
],
"Holster": [],
"Scabbard": [],
"minLevel": 19,
"maxLevel": 29
},{
"isQuestEnabled": true,
"questName": "Punisher Part 4",
"requiredMap": [
"lighthouse"
],
"requiredWeaponMods": [],
"requiredWeaponModSlots": [],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"FaceCover",
"TacticalVest",
"LongRange"
],
"Headwear": [],
"Earpiece": [],
"FaceCover": [
"572b7f1624597762ae139822",
"5b432f3d5acfc4704b4a1dfb",
"5fd8d28367cb5e077335170f",
"5ab8f4ff86f77431c60d91ba",
"5ab8f39486f7745cd93a1cca",
"607f201b3c672b3b3a24a800"
],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [
"572b7adb24597762ae139821",
"5fd4c5477a8d854fa0105061"
],
"Backpack": [],
"PrimaryWeapon": [
"576165642459773c7a400233",
"54491c4f4bdc2db1078b4568",
"5a7828548dc32e5a9c28b516",
"5e870397991fd70db46995c8",
"56dee2bdd2720bc8328b4567",
"5580223e4bdc2d1c128b457f",
"606dae0ab0e443224b421bb7",
"60db29ce99594040e04c4a27",
"6259b864ebedf17603599e88",
"64748cb8de82c85eaf0a273a",
"67124dcfa3541f2a1f0e788b",
"66ffa9b66e19cc902401c5e8"
],
"Holster": [],
"Scabbard": [],
"minLevel": 20,
"maxLevel": 30
},{
"isQuestEnabled": true,
"questName": "Punisher Part 5",
"requiredMap": [],
"requiredWeaponMods": [],
"requiredWeaponModSlots": [],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"ArmorVest",
"Headwear"
],
"Headwear": [
"5aa7cfc0e5b5b00015693143",
"5a7c4850e899ef00150be885"
],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [
"5648a7494bdc2d9d488b4583",
"607f20859ee58b18e41ecd90"
],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [],
"Holster": [],
"Scabbard": [],
"minLevel": 20,
"maxLevel": 30
},{
"isQuestEnabled": true,
"questName": "Punisher Part 6",
"requiredMap": [
"bigmap",
"interchange",
"laboratory",
"lighthouse",
"rezervbase",
"sandbox",
"sandbox_high",
"shoreline",
"tarkovstreets",
"woods"
],
"requiredWeaponMods": [],
"requiredWeaponModSlots": [],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"ShortRange"
],
"Headwear": [],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [
"5c46fbd72e2216398b5a8c9c"
],
"Holster": [],
"Scabbard": [],
"minLevel": 21,
"maxLevel": 31
},{
"isQuestEnabled": true,
"questName": "Test Drive Part 1",
"requiredMap": [],
"requiredWeaponMods": [
"59bffc1f86f77435b128b872",
"59bffbb386f77435b379b9c2",
"617151c1d92c473c770214ab",
"57c69dd424597774c03b7bbc"
],
"requiredWeaponModSlots": [
"mod_barrel",
"mod_muzzle",
"mod_scope",
"mod_mount"
],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"ShortRange"
],
"Headwear": [],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [
"5aafa857e5b5b00018480968"
],
"Holster": [],
"Scabbard": [],
"minLevel": 30,
"maxLevel": 40
},{
"isQuestEnabled": true,
"questName": "Test Drive Part 2",
"requiredMap": [
"tarkovstreets"
],
"requiredWeaponMods": [
"62ff9920fe938a24c90c10d2"
],
"requiredWeaponModSlots": [
"mod_muzzle",
"mod_scope",
"mod_reciever",
"mod_mount"
],
"requiredWeaponModBaseClasses": [
"550aa4cd4bdc2dd8348b456c"
],
"requiredEquipmentSlots": [
"LongRange"
],
"Headwear": [],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [
"62e14904c2699c0ec93adc47"
],
"Holster": [],
"Scabbard": [],
"minLevel": 30,
"maxLevel": 40
},{
"isQuestEnabled": true,
"questName": "Test Drive Part 3",
"requiredMap": [
"lighthouse"
],
"requiredWeaponMods": [
"5c0517910db83400232ffee5"
],
"requiredWeaponModSlots": [
"mod_muzzle",
"mod_scope",
"mod_mount"
],
"requiredWeaponModBaseClasses": [
"550aa4cd4bdc2dd8348b456c"
],
"requiredEquipmentSlots": [
"LongRange"
],
"Headwear": [],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [
"6499849fc93611967b034949"
],
"Holster": [],
"Scabbard": [],
"minLevel": 30,
"maxLevel": 40
},{
"isQuestEnabled": true,
"questName": "Test Drive Part 4",
"requiredMap": [
"shoreline"
],
"requiredWeaponMods": [
"618a75f0bd321d49084cd399",
"618a75c9a3884f56c957ca1b"
],
"requiredWeaponModSlots": [
"mod_scope",
"mod_mount"
],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"LongRange"
],
"Headwear": [],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [
"65268d8ecb944ff1e90ea385"
],
"Holster": [],
"Scabbard": [],
"minLevel": 40,
"maxLevel": 50
},{
"isQuestEnabled": true,
"questName": "Test Drive Part 5",
"requiredMap": [
"factory4_day",
"factory4_night"
],
"requiredWeaponMods": [
"668670432b934a68630a7fe8",
"66867310f3734a938b077f79",
"655f13e0a246670fb0373245"
],
"requiredWeaponModSlots": [
"mod_scope",
"mod_barrel",
"mod_stock"
],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"LongRange"
],
"Headwear": [],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [
"6680304edadb7aa61d00cef0"
],
"Holster": [],
"Scabbard": [],
"minLevel": 40,
"maxLevel": 50
},{
"isQuestEnabled": true,
"questName": "The Good Times Part 1",
"requiredMap": [
"factory4_day",
"factory4_night"
],
"requiredWeaponMods": [],
"requiredWeaponModSlots": [],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"ArmorVest",
"Headwear",
"LongRange"
],
"Headwear": [
"5645bc214bdc2d363b8b4571"
],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [
"545cdb794bdc2d3a198b456a"
],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [
"5447a9cd4bdc2dbd208b4567"
],
"Holster": [],
"Scabbard": [],
"minLevel": 30,
"maxLevel": 40
},{
"isQuestEnabled": true,
"questName": "Dangerous Props",
"requiredMap": [],
"requiredWeaponMods": [],
"requiredWeaponModSlots": [],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"LongRange"
],
"Headwear": [],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [
"66ffa9b66e19cc902401c5e8",
"67124dcfa3541f2a1f0e788b"
],
"Holster": [],
"Scabbard": [],
"minLevel": 35,
"maxLevel": 45
},{
"isQuestEnabled": true,
"questName": "Connections Up North",
"requiredMap": [],
"requiredWeaponMods": [
"5d1b5e94d7ad1a2b865a96b0",
"5a1eaa87fcdbcb001865f75e",
"5a1ead28fcdbcb001912fa9f"
],
"requiredWeaponModSlots": [
"mod_mount",
"mod_scope"
],
"requiredWeaponModBaseClasses": [
"55818aeb4bdc2ddc698b456a"
],
"requiredEquipmentSlots": [
"ShortRange"
],
"Headwear": [],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [
"5bfea6e90db834001b7347f3",
"588892092459774ac91d4b11",
"55801eed4bdc2d89578b4588",
"5df24cf80dee1b22f862e9bc",
"627e14b21713922ded6f2c15"
],
"Holster": [],
"Scabbard": [],
"minLevel": 35,
"maxLevel": 45
},{
"isQuestEnabled": true,
"questName": "Peacekeeping Mission",
"requiredMap": [
"bigmap",
"interchange",
"sandbox",
"sandbox_high",
"shoreline",
"tarkovstreets",
"woods"
],
"requiredWeaponMods": [],
"requiredWeaponModSlots": [],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"ArmorVest",
"Headwear",
"LongRange"
],
"Headwear": [
"5aa7d03ae5b5b00016327db5"
],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [
"5ab8e4ed86f7742d8e50c7fa"
],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [
"5447a9cd4bdc2dbd208b4567"
],
"Holster": [],
"Scabbard": [],
"minLevel": 33,
"maxLevel": 43
},{
"isQuestEnabled": true,
"questName": "Dandies",
"requiredMap": [
"tarkovstreets"
],
"requiredWeaponMods": [],
"requiredWeaponModSlots": [],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"Eyewear",
"Headwear"
],
"Headwear": [
"60bf74184a63fc79b60c57f6"
],
"Earpiece": [],
"FaceCover": [],
"ArmorVest": [],
"Eyewear": [
"5aa2b9aee5b5b00015693121"
],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [],
"Holster": [],
"Scabbard": [],
"minLevel": 33,
"maxLevel": 43
},{
"isQuestEnabled": true,
"questName": "Decontamination Service",
"requiredMap": [
"interchange"
],
"requiredWeaponMods": [],
"requiredWeaponModSlots": [],
"requiredWeaponModBaseClasses": [],
"requiredEquipmentSlots": [
"FaceCover"
],
"Headwear": [],
"Earpiece": [],
"FaceCover": [
"59e7715586f7742ee5789605",
"5b432c305acfc40019478128",
"60363c0c92ec1c31037959f5"
],
"ArmorVest": [],
"Eyewear": [],
"TacticalVest": [],
"Backpack": [],
"PrimaryWeapon": [],
"Holster": [],
"Scabbard": [],
"minLevel": 35,
"maxLevel": 45
}
]
}

View File

@ -0,0 +1,65 @@
[
{
"Tier": 1,
"PlayerMinLevel": 1,
"PlayerMaxLevel": 10,
"BotMinLevelVariance": 10,
"BotMaxLevelVariance": 5,
"ScavMinLevelVariance": 10,
"ScavMaxLevelVariance": 5
},
{
"Tier": 2,
"PlayerMinLevel": 11,
"PlayerMaxLevel": 20,
"BotMinLevelVariance": 10,
"BotMaxLevelVariance": 5,
"ScavMinLevelVariance": 10,
"ScavMaxLevelVariance": 5
},
{
"Tier": 3,
"PlayerMinLevel": 21,
"PlayerMaxLevel": 30,
"BotMinLevelVariance": 15,
"BotMaxLevelVariance": 7,
"ScavMinLevelVariance": 15,
"ScavMaxLevelVariance": 7
},
{
"Tier": 4,
"PlayerMinLevel": 31,
"PlayerMaxLevel": 40,
"BotMinLevelVariance": 20,
"BotMaxLevelVariance": 10,
"ScavMinLevelVariance": 20,
"ScavMaxLevelVariance": 10
},
{
"Tier": 5,
"PlayerMinLevel": 41,
"PlayerMaxLevel": 50,
"BotMinLevelVariance": 30,
"BotMaxLevelVariance": 15,
"ScavMinLevelVariance": 30,
"ScavMaxLevelVariance": 15
},
{
"Tier": 6,
"PlayerMinLevel": 51,
"PlayerMaxLevel": 60,
"BotMinLevelVariance": 40,
"BotMaxLevelVariance": 20,
"ScavMinLevelVariance": 40,
"ScavMaxLevelVariance": 20
},
{
"Tier": 7,
"PlayerMinLevel": 61,
"PlayerMaxLevel": 100,
"BotMinLevelVariance": 79,
"BotMaxLevelVariance": 20,
"ScavMinLevelVariance": 50,
"ScavMaxLevelVariance": 20
}
]

Binary file not shown.

View File

@ -0,0 +1,47 @@
{
"weaponBlacklist": {
"tier1Blacklist": [],
"tier2Blacklist": [],
"tier3Blacklist": [],
"tier4Blacklist": [],
"tier5Blacklist": [],
"tier6Blacklist": [],
"tier7Blacklist": []
},
"equipmentBlacklist": {
"tier1Blacklist": [],
"tier2Blacklist": [],
"tier3Blacklist": [],
"tier4Blacklist": [],
"tier5Blacklist": [],
"tier6Blacklist": [],
"tier7Blacklist": []
},
"ammoBlacklist": {
"tier1Blacklist": [],
"tier2Blacklist": [],
"tier3Blacklist": [],
"tier4Blacklist": [],
"tier5Blacklist": [],
"tier6Blacklist": [],
"tier7Blacklist": []
},
"attachmentBlacklist": {
"tier1Blacklist": [],
"tier2Blacklist": [],
"tier3Blacklist": [],
"tier4Blacklist": [],
"tier5Blacklist": [],
"tier6Blacklist": [],
"tier7Blacklist": []
},
"clothingBlacklist": {
"tier1Blacklist": [],
"tier2Blacklist": [],
"tier3Blacklist": [],
"tier4Blacklist": [],
"tier5Blacklist": [],
"tier6Blacklist": [],
"tier7Blacklist": []
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
Boss Log Start - Acid's Progressive Bot System - Version: 2.1.4

View File

@ -0,0 +1 @@
Debug Log Start - Acid's Progressive Bot System - Version: 2.1.4

View File

@ -0,0 +1 @@
Error Log Start - Acid's Progressive Bot System - Version: 2.1.4

View File

@ -0,0 +1 @@
Event Log Start - Acid's Progressive Bot System - Version: 2.1.4

View File

@ -0,0 +1 @@
Pmc Log Start - Acid's Progressive Bot System - Version: 2.1.4

View File

@ -0,0 +1 @@
Scav Log Start - Acid's Progressive Bot System - Version: 2.1.4

View File

@ -0,0 +1 @@
Special Log Start - Acid's Progressive Bot System - Version: 2.1.4

View File

@ -0,0 +1,2 @@
Success Log Start - Acid's Progressive Bot System - Version: 2.1.4
2026-02-20 23:44:36.823 [SUCCESS] Database Loaded

View File

@ -0,0 +1 @@
Unhandled Log Start - Acid's Progressive Bot System - Version: 2.1.4

View File

@ -0,0 +1,2 @@
Warning Log Start - Acid's Progressive Bot System - Version: 2.1.4
2026-02-20 23:44:37.787 [WARNING] Caching Vanilla Items... Please wait...

Some files were not shown because too many files have changed in this diff Show More